@charset "utf-8";
/* CSS Document */

/* =========================== */
/* ======== Allgemein ======== */
/* =========================== */


/*body { background-color: red ;}*/

body {
  font-size: 4vw;
}

h1 {
  font-size: 5.29vw;
  margin: 6.45vw 0 5.16vw;
}

h2 {
  font-size: 5vw;
  margin: 5vw 0 3.35vw;
}

h2.subheadline {
  font-size: 3.5vw;
  font-weight: 300;
  margin-top: -4.6vw;
  margin-bottom: 8vw;
}

h3 {
  font-size: 4vw;
  margin: 5vw 0 3.35vw;
}


p {
  margin: 0 0 5vw 0;
  font-size: 4vw;
}

.content li {
  margin: 0 0 0.5vw 0;
  font-size: 4vw;
}

.content ul,
.content ol {
  margin: 0 0 6.6vw 4vw;
}

.content p a {
  text-decoration: underline;
  font-weight: 400;
}

.content p a:hover {
  opacity: 0.7;
  font-weight: 400;
}


.uitem {
  margin-bottom: 14vw;
}

.uitem a {
  text-decoration: none;
  border-top: 1px solid #A0A0A0;
}

.uitem:first-child a {
  border-top: none;
}


.uitem h2 {

  font-weight: 700;
  margin-bottom: 0;
  margin-top: 4.5vw;
}

.uitem .subheadline {
  font-size: 3.7vw;
  margin-bottom: 2.5vw;
}


.header {
  border-bottom: 1px solid #A0A0A0;
  height: 12.8vw;
}


.burgerbutton:hover img {
  padding: 1px;
}

.burgerbutton img { width: 100%; height: auto;}

.mainmenu {
    -webkit-overflow-scrolling:touch;
    overscroll-behavior: contain;
    background-color: rgba(0, 0, 0, 0.85);
    left: 50%;
    top: 50%;
    margin: 0;
    overflow-y: auto;
    padding: 15px;
    position: fixed;
    width: 0%;
    height: 0%;
    z-index: 888;
    opacity: 0;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.mobileMenuVisible {
    height: 100%;
    width: 100%;
    overflow: auto;
    position:fixed;
}

.mainmenu.visible {
    opacity: 1;
    left: 0;
    top: 12vw;
    width: 100%;
    height: 100%;
    padding-bottom: 15vw;
}

.mainmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


.mainmenu a {
    color: #ffffff;
}

.mainmenu .langswitch a {
  display: inline;
}


.mainmenu ul li.level1 {
  float: none;
}

.breadcrumbs {
  border-bottom: 1px solid #A0A0A0;
  height: 12.8vw;
}

ul.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 3rem;

}

.breadcrumbs a:after {
  content: ' >';
  padding: 0 0.5rem 0 0.2rem;
}

.breadcrumbs a {
  color: #373737;
}

.breadcrumbs a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.breadcrumbs li {
  float: left;
}

.logo {
  float: left;
  font-size: 5vw;
  margin-top: 2.8vw;
  position: relative;
  width: 100%;
  letter-spacing: 0.2vw;
}


.logo strong {
  font-weight: 700;
}

.burgerbutton {
  border: none;
  background-color: transparent;
  float: right;
  width: 5.6vw;
  height: auto;
  right: 0;
}


.logo a,
.logo a:hover {
  color: #373737;
  text-decoration: none;
}

.langswitch span:last-child {
  display: none;
}




.firstimage {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.wysiwyg2 > p {
  margin-top: 2rem;
}

.detailitem {
  border-top: 1px solid #A0A0A0;
  padding: 2.9vw 0;
}

.detailliste {
  margin-bottom: 5rem;
}

/*.detailliste .left {
  float: left;
  margin-right: 1rem;
}

.detailliste .right {
  float: left;
  
}*/

.gallery1 {
  margin-bottom: 5rem;
}

.gallery2 {
  margin-bottom: 5rem;
}

.gallery2 img {
  outline: 1px solid #e5e5e5;
}

.footer {
  font-size: 1.6rem;
  
  border-top: 1px solid #A0A0A0;
  padding-top: 2rem;
  margin-top: 5rem;
  margin-bottom: 9rem;
}


.footer strong {
  font-weight: 700;
}

.tda {
  text-decoration: underline;
}

.startseite .breadcrumbs {
  display: none;
}

.startseite .header {
  border: none;
}

.mobileMenuVisible .header {
  border: none;
}

.headerwrapper {
  background-color: #fff;
  z-index: 999;
  position: relative;
}

.headercarousel {
  position: relative;
  height: 100%;
  width:100%;
}

.caroufredsel_wrapper {
    width:100%!important; /* sonst gibts vertikaln scrollbar */
}

.headerimage {
  position: relative;
  background-position-x: center!important;
  background-position-y: center!important;
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  min-height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover!important;

  margin-top: -12.8vw;
}

.headerimage:not(:first-child) {
  display: none;
}

.imageoverlay {
  background: url('../images/overlay.png');
  -webkit-background-size: 100% 100%;
  -moz-background-size:  100% 100%;
  -o-background-size:  100% 100%;
  background-size:  100% 100%;
  position: absolute;
  min-height: 100vh;
  width: 100%;
  top: 0;
}



.textoverlay h1 {
  font-size: 6vw;  
  margin: 0;

}

.textoverlay h2 {
  font-size: 4.5vw;
  font-weight: 300;
  margin: 0;
}

.textoverlaywrapper {
  color: #fff;
  text-shadow: 4px 4px 16px rgba(0, 0, 0, 0.23);
}



.textoverlay {
  position: absolute;
  bottom: 15%;
  width: 60%;
  margin-left: 15px;
}

.textoverlay a {
  color: #fff;
  display: block;
  margin-top: 3vw;
  font-size: 4vw;
}


.newsteaser {
  position: relative;
  color: #000;
  margin-top: 8vw;
  margin-bottom: 5vw;
}

.newsimage {
  opacity: 0.35;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
  background-size: cover !important;
  background-position: center center !important;
}


.newstextoverlay {
  width: 80%;
  text-shadow: 0px 0px 16px rgba(255, 255, 255, 0.8);
  margin: 14vw 0 10vw;
}

.newstextoverlay h1,
.projekteteaser h1 {
  font-size: 8vw;
  font-weight: 300;
  margin: 0;
}

.newstextoverlay h2 {
  font-weight: 300;
  margin: 0;
  margin-bottom: 8vw;
  font-size: 4vw;
}



.newstextoverlay a {
  color: #000;
  font-size: 3vw;
  font-weight: 400;
  margin: 14vw 0 10vw;
}



.zitatwrapper {
  margin-top: 14vw;
  margin-bottom: 12vw;
  text-align: center;
  font-style: italic;
}

.zitat {
  text-align: center;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  
  font-size: 7vw;
  line-height: 1.5;
  letter-spacing: 0.2vw;
  display: block;
}

.autor {
  font-size: 3.6vw;
  font-weight: 300;
  letter-spacing: 0;
  font-family: 'Roboto', sans-serif;

}

.projekteteaser img {
  width: 100%;
}



.projekteteaser .itemtxt {
  margin-bottom: 8vw;
}

.projekteteaser hr {
  border-top: 1px solid #A0A0A0;
  margin: 0 0 6vw;
}

.projekteteaser h1 {
  margin-top: 8vw;
  margin-bottom: 5vw;
}


.projekteteaser h2 {
  font-weight: 700;
  margin-top: 6.5vw;
  margin-bottom: 3vw;
}

.projekteteaser p {
  
}

.projekteteaser .alleprojekte {
  
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.projekteteaser .alleprojekte a {
  border-top: 1px solid #A0A0A0;
  margin: 0;
  padding: 0;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: block;
  font-weight: 400;
}

.projekteteaser .item a:hover {
  font-weight: 400;
  letter-spacing: 0.4px;
}


.startseite .footer {
  margin-top: 0;
}

.miscpage iframe {
  height: 50vw;
}

button.pfeil {
  position: absolute;
  z-index: 999;
  top: 50%;
  background: transparent;
  border: none;
  opacity: 0.3;
}

button.pfeil:hover {
  opacity: 1;
}

button.pfeil-links {
  left: 3rem;
}

button.pfeil-rechts {
  right: 3rem;
}

a.doppelpfeil-down {
  position: absolute;
  z-index: 10;
  bottom: 2rem;
  left: 0%;
  background: transparent;
  border: none;
  opacity: 0.8;
  width: 100%;
  text-align: center;
  display: block;
}

a.doppelpfeil-down:hover {
  opacity: 1;

}


/* @SM ==============================================================================================================================================  */
/* Small devices ====================================================================================================================================  */
/* ==================================================================================================================================================  */
/* ==================================================================================================================================================  */
/* ==================================================================================================================================================  */
/* ==================================================================================================================================================  */

@media (min-width: 768px) { 

  /*body { background-color: green ;}*/

  body {
    font-size: 2rem;
  }


  h1 {
    font-size: 4.1rem;
    margin: 5rem 0 4rem;
    padding: 0;
    line-height: 1.1;
  }

  h2 {
    font-size: 3.1rem;
    font-weight: 400;
    margin: 2.6rem 0 2.6rem;
    padding: 0;
  }

  h2.subheadline {
    font-size: 2rem;
    font-weight: 300;
    margin-top: -4rem;
    margin-bottom: 4rem;
  }

  h3 {
    font-size: 2.6rem;
    font-weight: 400;
    margin: 2.6rem 0 2.6rem;
    padding: 0;
  }

  p {
    margin: 0 0 2.6rem 0;
    font-size: 2rem;
  }  
  
  .detailitem {
    padding: 1.7rem 0;
  }

  .uitem {
    margin-bottom: 5rem;
  }

  .uitem:nth-child(2) a {
    border-top: none;
  }
  .uitem:hover {
    opacity: 0.95;
  }

  .uitem h2 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 1.8rem;
  }
  
  .uitem .subheadline {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
 
  .content li {
    margin: 0 0 0.5rem 0;
    font-size: 2rem;
  }

  .content ul,
  .content ol {
    margin: 0 0 4rem 2rem;
  }

  .header {
    height: 8rem
  }
  
  .mainmenu.visible {
    top: 8rem; /* entspricht höhe von .header in diesem breakpoint */
  }

  .logo {
    font-size: 3.8rem;
    margin-top: 1rem;
    letter-spacing: 0.2rem;
  }

  .footer .left {
    float: left;
  }

  .footer .right {
    float: right;
  }

  .burgerbutton {

    width: 4.1rem;

  }  

  .textoverlay {
    margin-left: 0;
  }


  .textoverlay h1 {
    font-size: 6.8rem;  
    margin: 0;
  }

  .textoverlay h2 {
    font-size: 3.8rem;
    font-weight: 300;
    margin: 0;
  }
  .headerimage {
    margin-top: -8rem;
  }

  .textoverlay a {
    margin-top: 0.7rem;
    font-size: 3rem;
  }  


  .zitat {
    font-size: 5rem;
    letter-spacing: 0.1rem;
    line-height: 1.4;
  }

  .zitatwrapper {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }


  .autor {
    font-size: 2.5rem;
  }  

  .newsteaser {
    margin-top: 5rem;
  }

  .newstextoverlay {
    width: 80%;
    margin: 12rem 0 6rem;
  }

  .newstextoverlay h1,
  .projekteteaser h1  {
    font-size: 4rem;
  }

  .newstextoverlay h2 {
    margin-bottom: 3rem;
    font-size: 2rem;
  }



  .newstextoverlay a {
    font-size: 1.6rem;
    margin: 1rem 0 2rem;
  }



  .projekteteaser .itemtxt {
    margin-bottom: 6rem;
  }

  .projekteteaser hr {
    margin: 0 0 4.5rem;
  }

  .projekteteaser h1 {
    margin-top: 6rem;
    margin-bottom: 3.5rem;
  }


  .projekteteaser h2 {
    margin-top: 0;
    margin-bottom: 2.3rem;
  }


  .projekteteaser .alleprojekte a {
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
  }  


}




/* @MD ==============================================================================================================================================  */
/* Medium devices ===================================================================================================================================  */
/* ==================================================================================================================================================  */
/* ==================================================================================================================================================  */
/* ==================================================================================================================================================  */
/* ==================================================================================================================================================  */
/* ==================================================================================================================================================  */

@media (min-width: 992px) { 

  /*body { background-color: blue;}*/

  .master {
    border-bottom: 1px solid #fff;
    text-decoration: none;
    padding: 0px 0 8px;
    margin-bottom: 9px !important;
  }

  .langswitch .current {
    text-decoration: underline;
  }
  
  .mobileMenuVisible {
    overflow: visible;
  }

  .header {
    height: 6.1rem;
  }

  .startseite .height {
    height: 6.1rem;
  }

  .mobileMenuVisible .header {
    border-bottom: 1px solid #A0A0A0; /* wird im mobilen menü ausgeblendet, in diesem breakpoint soll das mobile menu aber nicht sichtbar sein. Farbe und Stil müssen ident sein mit mobilem breakpoint. */
  }

  .mainmenu {
    background-color: transparent;
    left: initial;
    top: initial;
    margin-top: 2rem;
    
    overflow-y: visible;
    padding: 0;
    position: static!important;
    width: inherit!important;
    height: inherit!important;
    opacity: 1;
    
    float: right;
  }

  .mainmenu ul {
    display: block;
    float: right;
    font-size: 1.6rem;
  }

  .mainmenu li.level0 {
    float: left;
    margin: 0;
    padding: 0;
    margin-left: 3.5rem;
    position: relative;
  }

  .mainmenu a {
    color: #373737;
    display: block;
    height: 4rem;
  }

  .startseite .mainmenu a {
    height: 4.1rem;
  }

  .mainmenu a.hover,
  .mainmenu a.focus,
  .mainmanu a.active {
    text-decoration: underline;
  }


  /* Submenu */

  .mainmenu ul.level1 {
    display: none;
    position: absolute;
    background-color: #373737;
    z-index: 1000000000000000;
    padding: 1.5rem 1.8rem;
    left: -1.6rem;
  }

  .mainmenu ul.level1:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: -2.5rem;
    border: 1.3rem solid transparent;
    border-bottom: 1.3rem solid #373737;
  }

  .mainmenu li.level0:hover ul.level1,
  .mainmenu li.level0 a:focus ul.level1{
    display: block;
  }

  .mainmenu li.level1 {
    float: none;
    margin: 0.4rem 0;
  }

  .startseite .mainmenu ul.level1 {
    border-top: 1px solid white;
  }

  .mainmenu li.level1 a {
    color: #ffffff;
    text-decoration: none;
    display: inline;
    white-space: nowrap;
  }

  .mainmenu li.level1 a:hover,
  .mainmenu li.level1 a:focus{
    text-decoration: underline;
  }

  .mainmenu li.level1.current a {
    font-weight: 400;
  }
            
  /* Produkt Filter */

  .filter-ul {
    list-style: none;
  }

  .filter-ul .filter-li {
    float:left;
    margin: 0 5px;
  }

  .filter-ul .filter-li.current a {
    text-decoration: underline;
  }

  .logo {
    font-size: 3.1rem;
    margin-top: 0.8rem;
    width: auto;

  }

  .langswitch {
    float: right;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    padding-left: 4rem;

  }  

  ul.breadcrumbs {
    display: block;
    font-size: 1.6rem;
    height: 6.1rem;
    margin: 0;
    padding: 0;
    padding-top: 1.8rem;

  }

  .uitem:nth-child(3) a {
    border-top: none;
  }

  .headerimage {
    margin-top: -61px;
  }  

  .introtext,
  .zitatwrapper {
    margin-top: 9rem;
  }


  .autor {
    font-size: 2rem;
  }


  .newstextoverlay {
    width: 60%;
    margin: 12rem 0 6rem;
  }

  .projekteteaser .item:nth-child(odd) .itemimg,
  .projekteteaser .item:nth-child(odd) .itemtxt,
  .projekteteaser .item:nth-child(odd) .colspacer {
    float: right;
  }

  .itemimg {
    margin-bottom: 7rem;
  }

  .projekteteaser h1 {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

}





/* @LG ============================================================================================================================================  */
/* Large devices ====================================================================================================================================  */
/* ==================================================================================================================================================  */
/* ==================================================================================================================================================  */
/* ==================================================================================================================================================  */
/* ==================================================================================================================================================  */
/* ==================================================================================================================================================  */


@media (min-width: 1200px) { 

  /*body { background-color: yellow;}*/


  .header {
    height: 7.5rem;
  }

  .startseite .height {
    height: 7.4rem;
  }
  
  .mainmenu {
    margin-top: 2.8rem;
  }

  .mainmenu a {
      height: 4.6rem;
  }  

  .startseite .mainmenu a {
    height: 4.7rem;
  }

  .logo {
    font-size: 4rem;
  }  

  .headerimage {
    margin-top: -75px;
  }  

  .newstextoverlay {
    width: 50%;
   margin: 18rem 0 12rem;
  }

  .projekteteaser .alleprojekte {
    margin-top: 5rem;
  }


  .projekteteaser .alleprojekte a{
    border: none;
    padding: 0rem 0 6rem;
  }

  .projekteteaser h1 {
    margin-bottom: 5rem;
  }
}









/* ==================================================================================================================================================  */
/* Mobile Only ======================================================================================================================================  */
/* ==================================================================================================================================================  */
/* ==================================================================================================================================================  */
/* ==================================================================================================================================================  */
/* ==================================================================================================================================================  */
/* ==================================================================================================================================================  */
@media (max-width: 767px) {
    .mainmenu li.level0 {
        border-top: solid 2px #ffffff;
        padding: 2vw 0;

    }
    
    .mainmenu li.level0 > a {
        font-size: 4.8vw;
        margin: 2vw 0;
        font-weight: 400;
    } 

    .mainmenu li.level1 {
        padding-left:15px;
        margin: 1.2vw 0;
        font-weight: 300;
    }

    .langswitch {
      color: #fff;
      font-size: 3.5vw;
      margin-bottom: 1.8vw;
    }
}



/* ==================================================================================================================================================  */
/* MD Only ======================================================================================================================================  */
/* ==================================================================================================================================================  */
/* ==================================================================================================================================================  */
/* ==================================================================================================================================================  */
/* ==================================================================================================================================================  */
/* ==================================================================================================================================================  */
@media (min-width: 768px) and (max-width: 991px) {  
    
    .mainmenu li.level0 {
        border-top: solid 2px #ffffff;
    }
    
    .mainmenu li.level0 > a {
        font-size: 3rem;
        display: block;
    }
    
    .mainmenu li.level1 {
        padding-left:15px;
    }

    .langswitch {
      color: #fff;
    }
}




.clearer {
  clear: both;
}























