@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
html {
  font-size: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  width: 100%;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 11pt;
  margin: 0;
  padding: 0;
}
/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
hr {
  border: 0;
  border-bottom: solid  #e9e9e9 1px;
  padding: 0;
  margin: 30px 0 30px 0;
}
a {
  border: none;
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  outline: 0;
}
a:hover {
  color: #ee6f1e;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  border: none;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
}
.ftext,
p {
  line-height: 1.6;
}
.stext {
  font-size: 14px;
  line-height: 1.6;
}
p {
  line-height: 1.7;
}
.justtext-content p a {
  padding-bottom: 3px;
  border-bottom: solid 1px #000;
  line-height: 1.9;
}
.justtext-content > p > a:hover {
  padding-bottom: 3px;
  border-bottom: solid 1px #ee6f1e;
}
.home-accordion-content > p > a {
  padding-bottom: 3px;
  border-bottom: solid 1px #000;
}
.home-accordion-content > p > a:hover {
  padding-bottom: 3px;
  border-bottom: solid 1px #ee6f1e;
}
ul {
  margin: 0;
  padding: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.smooth-color {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.p3-color {
  color: #ee6f1e;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  position: relative;
  height: 100%;
  z-index: 3;
  margin: 0 auto;
  width: 86%;
}
.wrapper-home {
  width: 100%;
}
.default-page {
  padding: 40px 0px 40px 0px;
}
#headerpresser-home {
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
}
#headerpresser {
  height: 80px;
  width: 100%;
}
.newsbanner {
  width: 100%;
  text-align: center;
  padding: 20px 5px 20px 5px;
  background-color: #ee6f1e;
  color:#fff;
  font-size: 16px;
}
.bannertext a {
  text-decoration: underline;
  font-weight: inherit;
  color:#fff;
}
.bannertext a:hover {
color:#FFC6AC;
}
.bannertext p {
  margin:0;
  line-height: 27px
}

/* logo */
.logo-img {
  height: 80px;
  width: 200px;
  background-image: url(https://perspektive3.de/wp-content/themes/perspektive3/img/p3-header-logo.png);
  background-size: cover;
}
/* sidebar */
/* footer */
#footer {
  background: #FFF;
  border-top: solid #e9e9e9 1px;
  padding: 0px 0px 15px;
  float: left;
  width: 100%;
}
#menu-footer {
  padding: 0;
  margin: 0;
  padding: 20px 0px 5px 10px;
  float: left;
}
#menu-footer li {
  display: block;
  list-style-type: none;
}
#menu-footer li a {
  padding: 15px 0px 0px 0px;
  font-size: 13px;
  line-height: 1.9;
  color: #000;
}
#menu-footer li a:hover {
  color: #ee6f1e;
}
#home-footer {
  border-top: solid #e9e9e9 1px;
}
#home-footer > a {
  color: #FFF;
}
#home-footer > a:hover {
  color: #000;
}
#footer-logo {
  width: 153px;
  height: 43px;
  float: left;
  background-size: contain;
  margin: -10px 5px 0px 0px;
}
.nomobile {
  display: none;
}
.nodesktop {
  display: block;
}
.notablet {
  display: none;
}
main {
  z-index: 2;
}
.background {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: -999;
  height: 180px;
  width: 100%;
  background-size: 130%;
  background-position: 100% 40%;
}
.home-headline {
  padding: 19px 20px 19px 25px;
  font-size: 30px;
}
.home-accordion {
  width: 100%;
  padding-bottom: 200px;
}
.home-accordion-headboxes {
  background-color: #fff;
  height: 58px;
  width: 100%;
  padding: 19px 25px 14px 25px;
  margin-top: 0px;
  font-size: 80%;
  border-top: solid #e9e9e9 1px;
}
.ui-accordion-header-active {
  border-bottom: solid #e9e9e9 1px;
}
.home-accordion-link {
  color: #666666;
}
.home-accordion-content {
  padding: 10px 25px 10px 25px;
  font-size: 13px;
}
#blog-intro {
  height: 180px;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.post-text > blockquote {
  padding: 10px 20px 10px 30px;
  border-left: 2px solid #ee6f1e;
  color: #666666;
  margin-left: 3px;
  font-style: italic;
}
.post-text a {
  color: #ee6f1e;
}
.post-text a:hover {
  color: #666666;
}
.post-categories > li {
  display: inline;
  list-style-type: none;
}
.post-categories {
  padding: 0;
  margin: 0;
  display: inline;
}
.post-categories > li > a:before {
  content: "/ ";
}
.post-content {
  padding-top: 15px;
}
.post sidebar {
  width: 290px;
}
.sb-box {
  padding-bottom: 35px;
}
.post-titlebox {
  border-bottom: solid #e9e9e9 1px;
  padding-top: 45px;
  padding-bottom: 27px;
  margin-bottom: 18px;
}
.meta {
  color: #808080;
  font-size: 12px;
  line-height: 1.6;
}
.meta a {
  color: #ee6f1e;
}
.meta a:hover {
  color: #000;
}
.sidebox-description {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  margin-top: 15px;
}
.twitter-tweet {
  border: 0px;
  margin: 0px;
  padding: 10px 20px;
  margin-bottom: 15px;
  background-color: #f0f0f0;
  text-align: center;
  float: left;
}
.main-box {
  width: 100%;
  min-height: 200px;
  margin: 0px 5% 30px 0px;
  float: left;
}
.mainbox-description {
  float: left;
  width: 100%;
}
.tweet-feedb {
  float: left;
  min-height: 160px;
  display: table;
}
.tweet-feedb p {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
}
.author-info-area {
  padding: 10px 0px 30px 0px;
}
.author-description {
  padding: 3px 20px 30px 85px;
}
.author-image {
  float: left;
}
.entry_author_image {
  width: 64px;
  height: 76px;
}
.view-article {
  font-style: italic;
}
#blog-container {
  width: 100%;
}
#blog-intro-wrapper {
  width: 88%;
  margin-left: 29px;
  padding-top: 20px;
}
#blog-intro-content {
  padding-top: 50px;
  width: 100%;
}
.blog-sub-area {
  float: left;
}
.ABss_subscriber_email {
  background-color: rgba(255, 255, 255, 0.4);
  color: #FFF;
  height: 53px;
  padding: 17px 10px 16px 20px;
  outline: 0;
  font-size: 13px;
  margin: 0;
  -webkit-appearance: none;
  border-radius: 0px;
  border: none;
}
.ABss_form_1 button[type=submit] {
  border: none;
  background-color: transparent;
  color: #fff;
}
.blog-sub-cap {
  float: left;
  padding: 15px 20px 0px 0px;
}
.ABss_subscriber_email::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #FFF;
}
.ABss_subscriber_email:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FFF;
}
.ABss_subscriber_email::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFF;
}
.ABss_subscriber_email:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #FFF;
}
.fw-area {
  width: 100%;
  background-size: 230%;
  background-position: 78%;
  background-repeat: no-repeat;
}
.thema2 {
  background-size: 130%;
  background-position: 0%;
}
.thema3 {
  background-size: 200%;
  background-position: 100%;
}
.thema4 {
  background-size: cover;
  background-position: 0%;
}
.unternehmen1 {
  background-size: 200%;
  background-position: 88%;
}
.unternehmen2 {
  background-size: cover;
  background-position: 120%;
  background-size: 130%;
  background-repeat: no-repeat;
}

.fw-showborder {
  border-bottom: solid #e9e9e9 1px;
}
.fw-area-image {
  height: 180px;
}
.fw-area-wrapper {
  width: 86%;
  margin-left: 29px;
  margin-top: 30px;
  padding-bottom: 15px;
  position: relative;
  z-index: 100;
}
.fw-right {
  float: none;
}
.fa-divider {
  clear: both;
  height: 100%;
}
.ui-tabs-nav {
  width: 100%;
  height: auto;
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 0;
}
.ui-tabs-nav > li {
  display: inline;
}
.ui-state-default > a {
  color: #626262;
  line-height: 1.5;
  padding-right: 10px;
  white-space: pre;
}
.ui-state-active > a {
  color: #ee6f1e;
}
.ui-tabs-panel ul li {
  list-style-type: none;
}
.ui-tabs-panel ul li:before {
  content: "• ";
  color: #ee6f1e;
  padding-right: 5px;
}
.tabs-themen {
  padding: 15px 0px 15px 0px;
}
#customer-logo-area {
  width: 100%;
  padding-top: 25px;
  margin-bottom: 30px;
}
.customer-logo-container {
  width: 100%;
  height: 220px;
  max-width: 130px;
  float: left;
}
.customer-image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 130px;
  width: 80%;
  margin: 0 auto;
}
.customer-caption {
  width: 80%;
  padding: 20px 0px 25px 0px;
  margin: 0 auto;
  text-align: center;
  color: #808080;
  font-size: 12px;
  line-height: 1.6;
}
#roter-faden {
  width: 100%;
  padding: 30px 0px 30px 0px;
  background-color: #ee6f1e;
  float: left;
  color: #ffffff;
}
#roter-faden:hover {
  background-color: #ed5c00;
}
#roter-faden .wrapper h2 {
  float: right;
  text-align: right;
}
.story-accordion {
outline:none;
cursor:pointer;
}
.story-accordion:hover {
  color: #ee6f1e;
}
.really_simple_twitter_widget {
  padding: 0;
}
.really_simple_twitter_widget li {
  list-style-type: none;
}
.wpcf7-text,
.wpcf7-textarea {
  background-color: #f8f8f8;
  color: #000;
  padding: 15px 10px 15px 10px;
  outline: none;
  font-size: 13px;
  border: none;
  border-radius: 0px;
  width: 100%;
}
.wpcf7-text {
  width: 49%;
  float: left;
  margin-bottom: 2%;
  color: #ee6f1e;
}
.wpcf7-email {
  margin-left: 2%;
}
.wpcf7-submit {
  background-color: #FFF;
  border: 0px;
  height: 20px;
  padding: 0;
  width: auto;
  color: #ee6f1e;
  font-size: 11pt;
  cursor: pointer;
}
/*------------------------------------*\
    FONT
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0px 0px 0px 0px;
}
h1,
h2 {
  font-family: "ACaslon-Regular";
}
h1 {
  font-size: 35px;
}
h2 {
  font-size: 25px;
}
h3 {
  font-weight: 600;
  line-height: 1.6;
}
h4 {
  font-size: 23px;
  font-family: "ACaslon-Regular";

}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 480px) {
  .main-box {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) {
  .nomobile {
    display: block;
  }
  .nodesktop {
    display: none;
  }
  .wrapper {
    max-width: 1000px;
    width: 92%;
    position: relative;
  }
  /* header */
  .header {
    background-color: #FFF;
    border-bottom: solid #e9e9e9 1px;
    min-height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
  }
  #header-content {
    max-width: 1000px;
    margin: 0 auto;
    width: 93%;
  }
  .nav {
    height: 80px;
  }
  .nav > ul {
    padding-top: 30px;
  }
  /* nav */
  .nav > ul li {
    display: inline;
    list-style-type: none;
  }
  .nav > ul li a {
    padding: 10px 0px 20px 12px;
    font-size: 16px;
  }
  .current-menu-item > a {
    color: #ee6f1e;
  }
  #menu-footer li {
    display: inline;
  }
  #footer {
    padding: 30px 0px 15px;
  }
  #menu-footer li a {
    padding: 0px 15px 0px 0px;
  }
  #home-footer {
    width: 100%;
    height: 53px;
    background: #FFF;
    position: fixed;
    bottom: 0;
    z-index: 5;
    border: 0;
  }
  #menu-footer {
    padding: 0px 0px 0px 10px;
  }
  .home-footer {
    padding: 0;
  }
  #menu-footer > li a {
    color: #000;
  }
  #menu-footer > li a:hover {
    color: #ee6f1e;
  }
  .background {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -998;
    min-height: 500px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  h1 {
    font-size: 53px;
  }
  h2 {
    font-size: 35px;
  }
  .ftext,
  p {
    line-height: 1.6;
  }
  .home-headline {
    margin-top: 5%;
    margin-left: 0px;
    font-size: 53px;
    padding: 0px!important;
  }
  #home-accordion {
    margin-top: 8%;
    padding-bottom: 100px;
  }
  h3 {
    font-size: 16px;
  }
  .home-accordion-content {
    padding: 5px 25px 5px 25px;
    width: 440px;
    background-color: rgba(255, 255, 255, 0.6);
    color: #1e1e1e;
    font-size: 15px;
  }
  .home-accordion-headboxes {
    background-color: #FFF;
    height: 58px;
    width: 440px;
    margin-top: 8px;
    padding: 18px 25px 5px 25px;
    border: 0;
    cursor: pointer;
    outline: none;
  }
  .home-accordion-headboxes:hover,
  .home-accordion-headboxes:hover a {
    background-color: #ee6f1e;
    color: #FFF!important;
  }
  #blog-intro {
    height: 510px;
  }
  #blog-intro-wrapper {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
    height: 465px;
  }
  #blog-intro-content {
    padding-top: 115px;
    width: 305px;
  }
  #blog-container {
    margin-left: 0px;
    width: 100%;
  }
  .post-text {
    width: 65%;
    max-width: 645px;
  }
  .post-sidebar {
    width: 29%;
    max-width: 290px;
    float: right;
  }
  .main-box {
    width: 43%;
  }
  .tweet-feedb {
    min-height: 160px;
  }
  .fw-area {
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 510px;
    position: relative;
    z-index: 50;
  }
  .fw-area-wrapper {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: -430px;
    height: 430px;
  }
  .fw-area-content {
    width: 600px;
    padding-top: 0px;
  }
  .fw-right {
    float: right;
  }
  .justtext-content {
    max-width: 330px;
    float: left;
  }
  .tabs-themen {
    padding: 0;
    margin: 0;
  }
  .ui-tabs-nav {
    width: 35%;
    height: 250px;
    clear: right;
    float: left;
    text-align: right;
    list-style-type: none;
    padding-right: 40px;
    margin-top: 0px;
  }
  .ui-tabs-nav > li {
    text-align: right;
    list-style-type: none;
    display: block;
    padding: 0;
    padding-bottom: 12px;
  }
  .ui-state-default > a {
    padding: 0px 0px 10px 0px;
    white-space: normal;
  }
  .thema-headline {
    padding: 0% 0% 10px 35%;
  }
  #customer-logo-area {
    float: right;
    max-width: 57%;
    padding: 0px;
  }
  .customer-logo-container {
    width: 30%;
    float: left;
    min-width: 190px;
    margin: 0;
    padding-left: 5%;
  }
  .customer-caption {
    width: 80%;
    padding-top: 10px;
    margin: 0 auto;
  }
  #search,
  #search-home {
    float: right;
  }
  #search input[type=search] {
    background-color: #f8f8f8;
    color: #ee6f1e;
    padding: 15px 10px 15px 10px;
    outline: 0;
    font-size: 13px;
    border: none;
    -webkit-appearance: none;
    border-radius: 0px;
    margin-top: -11px;
  }
  #search-home input[type=search] {
    background-color: rgba(255, 255, 255, 0.8);
    color: #ee6f1e;
    height: 53px;
    padding: 17px 10px 16px 0px;
    outline: 0;
    font-size: 13px;
    border: none;
    margin: 0;
    -webkit-appearance: none;
    border-radius: 0px;
  }
  #search button[type=submit] {
    background: url(https://perspektive3.de/wp-content/themes/perspektive3/img/search-p3.png);
    background-size: contain;
    border: 0;
    outline: 0;
    height: 25px;
    width: 25px;
    opacity: 0.8;
    cursor: pointer;
    float: left;
    margin-right: 10px;
  }
  #search-home button[type=submit] {
    background: url(https://perspektive3.de/wp-content/themes/perspektive3/img/search-p3.png);
    background-color: rgba(255, 255, 255, 0.8);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    outline: 0;
    height: 53px;
    width: 53px;
    margin: 0;
    cursor: pointer;
    float: right;
    float: left;
  }
  #search:hover button[type=submit],
  #search-home:hover button[type=submit] {
    opacity: 1;
  }
}
@media only screen and (min-width: 1140px) {
  .notablet {
    display: block;
  }
}
@media only screen and (min-height: 900px) and (min-width: 850px) {
  #home-accordion {
    margin-top: 12%;
  }
  .home-headline {
    margin-top: 10%;
  }
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #ee6f1e;
  color: #FFF;
  text-shadow: none;
}
::-webkit-selection {
  background: #ee6f1e;
  color: #FFF;
  text-shadow: none;
}
::-moz-selection {
  background: #ee6f1e;
  color: #FFF;
  text-shadow: none;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
    border: 0;
    border: none;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
