
html, body{
height: 100%;
  background-color: rgba(60, 60, 60, 0.95);
}

body{
 font-family: 'Raleway', sans-serif;
  position: relative;
  height: 100%;    
}

#page-wrapper{

}






h2{
  text-transform: uppercase;
  font-weight: 800;
    font-size: 52px;
}


h3{
  color: #EDA348;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 19px;
  line-height: 26px;
}

h3.modal-title{
  font-size: 18px;
}



h4{
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
}

.modal-body h4{
  margin-bottom: 4px;
}


.btn{
  border-radius: 0px;
  min-width: 165px;  
  color: #333;
  border: none;
  font-weight: bold;
  font-size: 17px;  
}

.btn.btn-primary{
  background-color: #EDA348;
  color: #333;
  font-weight: bold;
}

.alt-color h3{
  color: #fff;
}


#leadership-modal .modal-dialog{
  margin: 0px;
}


ul.feature-list{
  margin: 0px;
  padding: 0px;
  font-size: 14px;  
}

ul.feature-list > li{
  padding: 7px 0px;
  margin: 0px;
  list-style: none;
  border-top: 1px solid #EDA348;
  position: relative;
  padding-left: 0px;
}

ul.feature-list.feature-list-alt > li{
  border-top: 1px solid #333;
}

ul.feature-list > li:last-child{
  border-bottom: 1px solid #EDA348;
}

ul.feature-list.feature-list-alt > li:last-child{
  border-bottom: 1px solid #333;  
}

ul.feature-list > li:before{
  content: ">";
  display: inline-block;
  padding-right: 12px;
}



a.more{
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  color: #EDA348;
  text-decoration: none;
  margin-top: 30px;
}

a.more:hover{
  text-decoration: underline;
}

a.more.more-white{
  color: #fff;
}

a.more + a.more{
  margin-top: 0px;
}

a.more:before{
  content: ">";
  display: inline-block;
  padding-right: 10px;  
}

a.leadership-more{
  position: absolute;
  bottom: 0px;
  left: 15px;
  background-color: #333;
  color: #fff;
  padding: 8px 18px;
  padding-left: 14px;
  transition: all 200ms ease;
}

a.leadership-more:hover{
  background-color: #EDA348;
  text-decoration: none;
}

#leadership-modal .modal-body{
  padding: 40px 80px;
}

.leadership-img img{
  width: 100%;
  height: auto;
}


.nav-col{
  display: block;
  position: fixed;
  right: 0px;
  left: 100%;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
   background-color: rgba(255, 255, 255, .9);
   background-size: cover;
   background-position: center center;
   z-index: 200;  
   
   padding-left: 60px;
   transition: all 400ms ease;
}

.nav-open .nav-col{
  left: calc(50% + 293px);
}

.nav ul{
  list-style: none;
  padding: 0px;
  margin-top: 150px;
line-height: 37px;  
}

.admin-bar .nav ul{
  margin-top: 180px;
}

.nav ul a{
  display: block;
  font-size: 32px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  
}

.nav ul a:hover,
.nav ul .active a{
  text-decoration: none;
  color: #EDA348;
}

.nav-contact{
  position: absolute;
  bottom: 45px;
  left: 60px;
  font-size: 17px;
}

.nav-backdrop{
  display: none;

  z-index: 195;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  
  background-color: #4a4a4a;
  opacity: 0.8;
}



.section{
  position: relative;
  background-color: #ececec;  
  transition: opacity 400ms ease;
  overflow: hidden;
}


.section .row > *{
  padding-top: 100px;
}

.section.alt-color{
  color: #fff;
}



.section-partial .color-bg{
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: calc(50% - 293px);
  top: 0px;
  bottom: 0px;
   background-color: #fff;
   z-index: 3;
}


.section.alt-color .color-bg{
  background-color: rgba(60, 60, 60, 0.95);
}

.section-partial:after{
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  left: calc(50% + 293px);
  top: 0px;
  bottom: 0px;
   background-color: #ccc;
   background-size: cover;
   background-position: center center;
   z-index: 3;  
}

.section-partial > .map-col{
  display: block;
  position: absolute;
  right: 0px;
  left: calc(50% + 293px);
  top: 0px;
  bottom: 0px;
   background-color: #999;
   z-index: 100;    
}

.section-partial > .section-bg {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  
  background-size: cover;
  background-position: right top;  
}

.section-partial > .section-bg.b-lazy.selected:not(.b-loaded) {
  opacity: 0;
  transition: opacity 800ms ease;
}

.section-partial > .section-bg.b-lazy.selected.b-loaded{
  opacity: 1;
}

.section-properties.section-partial > .section-bg,
.section-erhalten.section-partial > .section-bg{
  left: calc(50% + 293px);
}

.section-partial > .section-bg.unselecting,
.section-partial > .section-bg.unselecting.selected{
  z-index: 1;
}

.section-partial > .section-bg.selected{
  z-index: 2;  
}


.map-col .wpgmza_map{
  height: 100% !important;
}


.section.section-firma.alt-color:before{
  background-color: #aaa !important; 
}

.section-partial > *{
  position: relative;
  z-index: 5;
}

.section-partial img{
  max-width: 100%;
  height: auto;
}

.section .section-content{
  padding: 0px 45px 0px 55px;
  margin-bottom: 60px;
  font-size: 1.2em;  
}

.section.section-contact .section-content{
  margin-top: 28px;  
  padding-left: 40px;
}

.section-contact .section-content h4 + .wpcf7{
  margin-top: 87px;  
}



.section.section-simple .section-content{
  margin-top: 134px;
}

#nav{
  position: absolute;
}


.logo-container{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 150px;
  overflow: hidden;
  z-index: 10;  
  background-color: rgba(255, 255, 255, .75);
}

.logo{
  position: absolute;
  top: 28px;
  left: calc(50% - 570px);
  overflow: hidden;
  right: 0px;
}

.logo img{
  display: block;
  height: 100px;
  width: auto;
}

#header{
  height: 100vh;
  background-color: #777;

  padding: 0px;
  position: relative;
}

#header > .header-background{
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;  
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

#header > .header-background.b-lazy{
  opacity: 0;
  transition: opacity 800ms ease;
}

#header > .header-background.b-lazy.b-loaded{
  opacity: 1;
}

#header > .container{
  position: relative;
  height: 100vh;
  z-index: 1;
}

.nav-btn-container{
  position: fixed;
  z-index: 800;
  pointer-events: none;
}

.nav-btn-container .hamburger{
  float: right;
  margin-top: 55px;
  margin-right: 60px;
  opacity: 0;
  pointer-events: auto;
}

.nav-btn-container .midnightHeader .hamburger{
  opacity: 1;
}

.admin-bar .nav-btn-container .hamburger{
  margin-top: 75px;
}

h2.claim{
  text-transform: uppercase;

  font-weight: 800;  

  width: 80%;
  padding: 0px;
  padding-bottom: 32px;
  margin: 0px;
  margin-left: -15px;
  padding-left: 15px;
  border-right: 1px solid #333;
  color: #fff;
}

.welcome{
  position: absolute;
  bottom: 0px;
  left: calc(50% - 570px);
  width: 40%;

}

.welcome-content{
  background-color: rgba(255, 255, 255, .85);  
  padding: 18px 25px;
  
  -ms-transform: translateY(100px);
 transform:translateY(100px);
  opacity: 0;
  
  transition: opacity 800ms ease, transform 800ms ease;
}

.page-loaded .welcome-content{
  -ms-transform: translateY(0px);
 transform:translateY(0px);
  opacity: 1;  
}

h2.selector-right{
  margin-bottom: 70px;
}


.section .col-first{
  font-size: 1.2em;
}

.section-contact .col-first,
.section-simple .col-first{
  padding-bottom: 60px;  
}


.section-planen .col-first{
  border-right: 1px solid #333;
  padding-bottom: 100px;
  padding-right: 0px;
}

.section-planen .col-first h3{
  padding-right: 15px;
}


.section-planen.section-partial:after{
  background-image: url('../img/layout/planen-last001.jpg');
}

.section-bauen{
  background-image: url('../img/layout/bauen-bg001.jpg');
  background-size: cover;
  background-position: right top;
}

.section-erhalten.section-partial:after,
.section-bauen.section-partial:after{
  display: none;
}


.section-immobilien.section-partial .color-bg{
  background-color: #f2f2f2;
}

.section-immobilien.section-partial:after{
  display: none;
}




.section-bauen .col-first,
.section-erhalten .col-first,
.section-immobilien .col-first{
  padding-bottom: 0px;
  padding-right: 0px;
}

.section-bauen .col-middle,
.section-erhalten .col-middle,
.section-immobilien .col-middle{
  padding-top: 0px;
}

.section-firma .col-first{
  padding-bottom: 0px;
  padding-right: 0px;
  border-right: 1px solid #ccc;
  height: 100%;
  padding-bottom: 500px;
  margin-bottom: -500px;
}

.section-firma .col-middle{
  padding: 0px;
  
  background-image: url('../img/layout/firma-middle002.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.section-firma.section-partial .section-bg{
  background-image: url('../img/layout/firma-first002.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  right: calc(50% + 195px);
}

.section-firma.section-partial:after{
  background-image: url('../img/layout/firma-last002.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}



.section-immobilien .col-first .main-pics{
  position: relative;
  display: block;
  margin-top: 80px;
  margin-bottom: 120px;
}

.section-immobilien .col-first .main-pics:after{
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 0px;
  width: 0px;
  height: 300px;
  border-right: 1px solid #EDA348;
}

.section-immobilien .col-first .main-pic{
  display: none;
}

.section-immobilien .col-first .main-pic.selected{
  display: block;
}

.project-content{
  display: none;
}

.project-content.selected{
  display: block;
}


.section-contact{
  padding-bottom: 120px;
}

.section-footer{
  background: none;
  margin-top: -100px;
}

.section.section-footer .row > *{
  padding-top: 0px;
}

.section.section-footer.alt-color:before{
  display: none;
}

.section-footer a.more{
  font-weight: normal;
  font-size: 17px;
}


.col-first h2{
  margin-bottom: 60px;
}




.field-selectors{
  margin: 0px;
  padding: 0px;
  list-style: none;
  height: 240px;
  margin-left: -16px;
}

.field-selectors:before{
  content: "";
  height: 120px;
  width: 284px;
  display: block;
  border-left: 1px solid #EDA348;
  border-bottom: 1px solid #EDA348;
}

.field-selectors.project-selectors:before{
  height: 88px;
  width: 201px;  
}

.field-selectors:after{
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  clear: both;
}

.field-selectors > li{
  width: 48px;
  height: 130px;
  margin-left: 35px;
  float: left;  
}

.field-selectors > li:first-child{
  margin-left: 70px;
}


.field-selectors > li > a{
  display: block;
  border: 1px solid #EDA348;
  border-right: 0px;
  margin: 0px;
  padding: 16px 20px;
  padding-left: 55px;
  height: 48px;
  width: 130px;
  
  color: #EDA348;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 11px;
  
  -ms-transform: rotate(-90deg) translateX(-130px);
 transform:rotate(-90deg) translateX(-130px);
  transform-origin: left top;
}


.field-selectors.project-selectors > li > a{
  padding-right: 0px;
}

.field-selectors > li > a:before{
  content: "";
  background-color: #EDA348;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  
  transition: opacity 200ms ease;
}

.field-selectors > li > a.selected,
.field-selectors > li > a:hover{
  text-decoration: none;
  color: #fff;
}

.section-immobilien .field-selectors > li > a.selected,
.section-immobilien .field-selectors > li > a:hover{
  color: #ececec;
}

.field-selectors > li > a.selected:before,
.field-selectors > li > a:hover:before{
  opacity: 1;
}


.lt-ie9 .field-selectors > li:first-child{
  margin-left: 30px;
}

.lt-ie9 .field-selectors > li > a{
  margin-top: -90px;
}


/*.lt-ie9 .field-selectors > li{
  height: 48px;
  width: 130px;
  padding: 0px;  
  margin-left: 0px;
  margin-top: -1px;
  width: 110px;
}

.lt-ie9 .field-selectors > li:first-child{
  margin-left: 70px;
}

.lt-ie9 .field-selectors > li > a{
  -ms-transform: none;
 transform:none;  
  padding: 16px 20px;
  text-align: center;
  margin-top: 0px;
  width: 110px;
}

.lt-ie9 .field-selectors > li > a.selected,
.lt-ie9 .field-selectors > li > a:hover{
  background-color: #EDA348;
}

.lt-ie9 .field-selectors > li:last-child > a{
  border-right: 1px solid #EDA348;
}

.lt-ie9 .field-selectors > li > a svg{
  display: none;
}

.lt-ie9 .field-selectors > li > a:before{
  content: none;
  display: none;
}*/

.field-selectors svg{
  display: block;
  position: absolute;
  top: 0px;
  left: 10px;
  height: 20px;
}

.field-selectors svg .cls-3{
  fill: #EDA348;
}

.field-selectors a.selected svg .cls-3,
.field-selectors a:hover svg .cls-3{
  fill: #fff;
}

.section-immobilien .field-selectors a.selected svg .cls-3,
.section-immobilien .field-selectors a:hover svg .cls-3{
  fill: #ececec;
}

.field-selectors svg.icon-hochbau{
  top: 9px;
  left: 3px;
  height: 28px;
  width: 37px;
}

.field-selectors svg.icon-tiefbau{
  top: 5px;
  left: 10px;
  height: 36px;
  width: 25px;
}

.field-selectors svg.icon-umgebung{
  top: 11px;
  left: 8px;
  height: 23px;
  width: 32px;
}


.field-description{
  display: none;
}

.field-description.selected{
  display: block;
}

.field-description .framed{
  border-right: 1px solid #EDA348;
  padding-bottom: 600px;
  margin-bottom: -450px;  
}

.section-erhalten .field-description .framed{
  border-right: 1px solid #333;
}

.section-bauen .section-content,
.section-erhalten .section-content{
  margin-top: 90px;
}

.section-bauen .section-content,
.section-erhalten .section-content{
  margin-top: 55px;
}

.field-selectors.project-selectors + .section-content{
  margin-top: 40px;
}

.field-description + .references{
  position: absolute;
  bottom: 50px;
}

.field-references,
.field-description + .references.field-references{
  display: none;
  position: absolute;
  bottom: 80px;
}

.field-references.active-field,
.field-description + .references.field-references.active-field{
  display: block;
}



.history-selectors{
  margin: 0px;
  width: 100px;
  margin: 80px auto;
  position: relative;
  padding: 0px;
}



.history-selectors > li{
  display: block;
  width: 100px;
  height: 86px;
  list-style: none;
  padding: 8px;
  margin: 0px auto;
  position: relative;
  z-index: 35;
}

.history-selectors > li:after{
  position: absolute;
  content: "";
  z-index: 30;  
  width: 1px;
  border-right: 1px dotted #333;
  left: 50%;
  bottom: -8px;
  margin-top: 1px;
  height: 16px;
  
}


.history-selectors > li > a{
  display: block;

  margin: 0px auto;
  border: 1px solid #EDA348;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  background-color: #EDA348;
  text-align: center;
  text-decoration: none;
  padding: 21px 0px;
  
  opacity: 0.9;
  font-family: "Helvetica Neue", arial, sans-serif;
  
  cursor: pointer;
}


.history-selectors > li:first-child,
.history-selectors > li:last-child{
  padding-top: 10px;
}

.history-selectors > li:first-child:before,
.history-selectors > li:last-child:before{
  content: " ";
  display: block;
  position: absolute;
  top: 7px;
  left: 50%;
  margin-left: -35px;
  
  border: 1px solid #EDA348;  
  border-radius: 50%;  
  width: 70px;
  height: 70px;  
  cursor: pointer;  
  
}

.history-selectors > li:last-child:after{
  display: none;
  cursor: pointer;
}

.history-selectors > li:first-child > a,
.history-selectors > li:last-child > a{
  width: 64px;
  height: 64px;
  background-color: transparent;    
  padding: 19px 0px;  
}


.history-selectors > li:hover,
.history-selectors > li.selected,
.history-selectors > li:first-child:hover,
.history-selectors > li:first-child.selected
.history-selectors > li:hover,
.history-selectors > li.selected{
  padding-top: 8px;
}

.history-selectors > li:hover:before,
.history-selectors > li.selected:before,
.history-selectors > li:first-child:hover:before,
.history-selectors > li:first-child.selected:before,
.history-selectors > li:hover:before,
.history-selectors > li.selected:before{
  top: 0px;
  left: 50%;
  margin-left: -42px;
  position: absolute;
  width: 84px;
  height: 84px;
  content: "";
  display: block;
  
  border: 1px solid #EDA348;  
  border-radius: 50%;  
}

.history-selectors > li:hover > a,
.history-selectors > li.selected > a,
.history-selectors > li:first-child:hover > a,
.history-selectors > li:first-child.selected > a
.history-selectors > li:last-child:hover > a,
.history-selectors > li:last-child.selected > a{
  background-color: #EDA348;
  border-color: #EDA348;
  margin: 0px auto;
  padding: 21px 0px;
  width: 70px;
  height: 70px;
}

.history-selectors > li:hover > a:after,
.history-selectors > li.selected > a:after,
.history-selectors > li:first-child:hover > a:after,
.history-selectors > li:first-child.selected > a:after
.history-selectors > li:last-child:hover > a:after,
.history-selectors > li:last-child.selected > a:after{
  top: 3px;
  left: 50%;
  margin-left: -39px;
  position: absolute;
  width: 78px;
  height: 78px;
  content: "";
  display: block;
  
  border: 1px solid #EDA348;  
  border-radius: 50%;  
}

.history-selectors > li.selected:before,
.history-selectors > li:first-child.selected:before,
.history-selectors > li.selected:before{
  border: 1px solid #cccccc !important;  
}

.history-selectors > li.selected > a,
.history-selectors > li:first-child.selected > a,
.history-selectors > li:last-child.selected > a{
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}

.history-selectors > li.selected > a:after,
.history-selectors > li:first-child.selected > a:after,
.history-selectors > li:last-child.selected > a:after{
  border: 1px solid #cccccc !important;  
}

.history-contents{
  position: relative;
  margin-right: 30px;  
  margin-top: 155px;
}

.history-content{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: #333;
  padding: 12px 12px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  
  opacity: 0;
  z-index: 35;

  -ms-transform: scale(0.2) translateX(40px);
 transform:scale(0.2) translateX(40px);
  transition: opacity 200ms ease, transform 300ms ease;
}


.history-content.selected{
  z-index: 40;
  -ms-transform: scale(1) translateX(0px);
 transform:scale(1) translateX(0px);
  opacity: 1;  
}

.history-year{
  color: #EDA348;
  font-weight: bold;
  display: inline-block;
}

.history-year:after{
  content: "|";
  display: inline-block;
  padding: 0px 6px 0px 8px;
  
}




.section-contact .col-first{
  border-right: 1px solid #fff;
  padding-right: 0px;
  padding-bottom: 500px;
  margin-bottom: -500px;  
}


.section-contact .col-first p + p{
  border-top: 1px solid #fff;  
  margin-top: 40px;
  padding-top: 20px;
}

.section-contact .wpcf7-form{
  margin-top: -10px;
  position: relative;
}

.section-contact .section-content{
  position: relative;
  padding-left: 30px;
}

.section-contact .section-content:after{
  content: "* Pflichtfelder";
  position: absolute;
  right: 40px;
  top: 0px;
}

.form-group{

  position: relative;
  margin-bottom: 0px;
}

.form-group > label{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 44px;
  width: 165px;
  display: block;
  
  font-weight: normal;
  color: #fff;
  line-height: 44px;
  

  z-index: 104;
}

.form-group .wpcf7-form-control-wrap{
  display: block;
  position: relative;
  z-index: 102;
}

.form-group .form-control{
  padding-left: 170px;
  background-color: transparent;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #fff;

  
  display: block;
  box-sizing: border-box;
  height: 45px;  
  width: 100%;
  color: #fff;
  
-webkit-box-shadow: none;
box-shadow: none;  
  
  transition: all 200ms ease;
}

.form-group + .form-group .form-control{
  border-top: 1px solid #fff;
  margin-top: -1px;
}

.form-group .form-control:focus{
  background-color: #666;
  box-shadow: none;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}

.form-group textarea.form-control{
  height: 92px;
  min-height: 50px;
  line-height: 18px;
  padding-top: 14px;
}

.form-group textarea.form-control:focus{
  height: 300px;
}

.form-group .form-control.wpcf7-not-valid{
  background-color: #EDA348;
  border-color: #fff;
  color: #fff;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}

.form-group span.wpcf7-not-valid-tip{

  color: #EDA348;
  font-weight: bold;
  padding: 4px 10px;
  margin-left: -10px;
  margin-right: -10px;
}

.section-content div.wpcf7-response-output{
  background-color: #EDA348;

  margin: 0px;
  margin-top: 20px;
  border: none;
  padding: 20px 25px;
  color: #333;
  font-weight: bold
}

.wpcf7 .wpcf7-form-control {
inline-size: 100%;
max-inline-size: 100%;
}

.wpcf7 .wpcf7-form-control[type="text"],
.wpcf7 .wpcf7-form-control[type="email"] {
color: #454545;
font-weight: normal;
font-size: 80%;
padding: 0.5rem 1rem;
}

.wpcf7 .wpcf7-textarea {
color: #454545;
font-weight: normal;
font-size: 80%;
padding: 1rem;
}

.wpcf7 .wpcf7-submit {
padding: 0.5rem 1rem;
border: 1px white solid;
background-color: #454545;
}


.form-actions{
  margin-top: 20px;
}

/* Recaptcha */
.grecaptcha-badge {
  display: none !important;
}

.form-notice {
  font-size: 80%;
}

.form-notice a {
  color: inherit;
  text-decoration: underline;
}

.form-notice a:hover {
  opacity: 0.6;
}


#leadership-modal .modal-dialog{
  top: 50%;
  left: 50%;  
  -ms-transform: translateY(-80%) translateX(-50%);
 transform:translateY(-80%) translateX(-50%);
  position: absolute;
  margin-top: 0px;
  transition: transform .3s ease-out;
}


#leadership-modal.in .modal-dialog{
  -ms-transform: translateY(-55%) translateX(-50%);
 transform:translateY(-55%) translateX(-50%);
}

.modal-content{
  border-radius: 0px;
}

.modal-header{
  background-color: #EDA348;
  color: #333;
  padding-top: 17px;  
}

h3.modal-title{
  font-size: 26px;
  color: #fff;
  line-height: 27px;  
}

.modal-header > *{
  color: #333;
}

.modal .close{
font-weight: 100;
text-shadow: none;
font-size: 80px;
margin-top: -6px;
line-height: 0px;
height: 60px;
padding: 0px 0px;
display: block;
position: absolute;
top: 0px;
right: 15px;
color: 333;

opacity: 0.8;
}

.modal .close:hover{
  opacity: 1;
}

.modal-backdrop{

background-color: #333;  
}
.modal-backdrop.in{
 filter: alpha(opacity=50);
opacity: .9; 
}


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent
}

.hamburger:hover {
    opacity: .7
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 42px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 0px;
    background-color: #000;
}


.nav-white .hamburger-inner,
.nav-white .hamburger-inner:after,
.nav-white .hamburger-inner:before{
    background-color: #fff;  
}


.is-active .hamburger-inner,
.is-active .hamburger-inner:after,
.is-active .hamburger-inner:before,
.nav-white .is-active .hamburger-inner,
.nav-white .is-active .hamburger-inner:after,
.nav-white .is-active .hamburger-inner:before{
    background-color: #EDA348;  
}



.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: ''
}

.hamburger-inner:before {
    top: -16px
}

.hamburger-inner:after {
    bottom: -16px
}

.hamburger--slider .hamburger-inner {
    top: 2px
}

.hamburger--slider .hamburger-inner:before {
    top: 10px;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.hamburger--slider .hamburger-inner:after {
    top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    -ms-transform: translate3d(0, 12px, 0) rotate(45deg);
    transform: translate3d(0, 12px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    -ms-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
 transform:rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
    -ms-transform: translate3d(0, -20px, 0) rotate(-90deg);
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}


@media (max-width: 1200px) {

.nav-open .nav-col{
  left: calc(50% + 243px);
}

.section-partial .color-bg{
  right: calc(50% - 243px);
}

.section-partial:after{
  left: calc(50% + 243px);
}

.section-partial > .map-col{
  left: calc(50% + 243px);  
}

.section .section-content{
  padding: 0px 20px 0px 30px;
}

.logo-container .logo{
  left: calc(50% - 470px);  
}

.welcome{
  left: calc(50% - 470px);
  width: 713px;
}

.welcome-content{
  padding: 45px 60px;  
}

h2.claim{
  border-right: 0px;
}

.section-properties.section-partial > .section-bg,
.section-erhalten.section-partial > .section-bg{
  left: calc(50% + 243px);
}

.section-firma.section-partial .section-bg{
  right: calc(50% + 162px);  
}

.field-selectors > li:first-child{
  margin-left: 45px;
}

.field-selectors:before{
  width: 259px;
}

.field-selectors.project-selectors:before{
  width: 176px;
}


}

@media (max-width: 992px) {

body.nav-open{
  overflow: hidden;    

}

.nav-btn-container .hamburger{
  margin-right: 10px;
  margin-top: 10px;
}

.logo-container .logo{
  left: calc(50% - 375px);  
}
.nav-open .nav-col{
  left: 50%;
}

.welcome{
  left: calc(50% - 375px);
  width: 100%;
}

.section-partial .color-bg{
    right: 0px;
}

.section-partial.section-planen:after{
  display: none;
/*  position: relative;
  width: 100%;
  left: auto;
  right: auto;
  height: 200px;*/
}

.section-partial > .map-col{
  left: calc(50% + 243px);  
}

/*.section-properties.section-partial,
.section-erhalten.section-partial{
  padding-bottom: 200px;
}
*/

.section-properties.section-partial > .section-bg,
.section-erhalten.section-partial > .section-bg{
  display: none;
/*  left: 0px;
  top: auto;
  bottom: 0px;
  height: 200px;
  z-index: 10; */ 
}

.section-properties.section-partial > .section-bg.selected{
  z-index: 12;
}

.section-firma.section-partial .section-bg{
  right: 50%;  
}

.section-firma.section-partial:after{
  left: 50%;
  display: block;
}

.section-firma .col-middle{
  background:  transparent;
}

.section-partial > .map-col{
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  height: 250px;
  z-index: 10;
}

.section-contact{
  padding-bottom: 0px;
}

.section-footer{
  margin-top: 0px;
  padding: 20px 0px;
}

.section-footer a.more{
  margin-top: 0px;
}

.section-footer.section .section-content{
  margin-bottom: 0px;
}

.section-kontakt.section-partial:after,
.section-footer.section-partial:after{
  display: none;
}


.nav-white.nav-mobile-black .hamburger-inner,
.nav-white.nav-mobile-black .hamburger-inner:after,
.nav-white.nav-mobile-black .hamburger-inner:before{
    background-color: #000;  
}


.nav-white.nav-mobile-black .is-active .hamburger-inner,
.nav-white.nav-mobile-black .is-active .hamburger-inner:after,
.nav-white.nav-mobile-black .is-active .hamburger-inner:before{
    background-color: #EDA348;  
}

.nav-mobile-white .hamburger-inner,
.nav-mobile-white .hamburger-inner:after,
.nav-mobile-white .hamburger-inner:before{
    background-color: #fff;  
}


.nav-mobile-white .is-active .hamburger-inner,
.nav-mobile-white .is-active .hamburger-inner:after,
.nav-mobile-white .is-active .hamburger-inner:before{
    background-color: #EDA348;  
}


  
}

@media (max-width: 767px) {



#wpadminbar{
  top: -46px;
}

h2,
.col-first h2{
  font-size: 32px;
  margin-bottom: 20px;
}

h3{
  font-size: 15px;
}

#header,
#header > .container{
  height: auto;
}

.logo-container{
  height: 125px;
}

.logo-container .logo{
  left: 20px;  
}

.logo img{
  height: 72px;
}

.nav-btn-container .hamburger{
  margin-right: 7px;
  margin-top: 8px;
}

.admin-bar .nav-btn-container .hamburger{
  margin-top: 8px;
}

.nav-open .nav-col{
  left: 0%;
}

.nav-col{
  padding: 0px;
  background-color: rgba(255, 255, 255, .96);
  width: 100%;
}


.nav ul{
  line-height: 30px;
  position: absolute;
  margin-top: 0px;
  bottom: 200px;
  width: 260px;
  left: 50%;
  -ms-transform: translateX(-50%);
 transform:translateX(-50%);
}

.nav ul a{
  font-size: 24px;
}



.nav-contact{
  bottom: 28px;
  left: 50%;
  -ms-transform: translateX(-50%);
 transform:translateX(-50%);
  width: 260px;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  
  padding-top: 20px;
  border-top: 1px solid #333;
}

.welcome{
  left: 0px;
  width: auto;
  right: 0px;
position: relative;
margin-top: 50vh;
}

h2.claim{
  border-right: 0px;
  margin-left: -5px;
  font-size: 40px;  
}

.welcome-content{
  padding: 15px ;
}

.section .row > *{
  padding-top: 0px;
  padding-bottom: 0px;
}

.section .row > *.col-first{
  padding-top: 60px;
}

.section .row > *.col-middle{
  padding-top: 30px;
}

.section .section-content{
  padding: 0px;
  font-size: 0.9em;
}

.section.section-simple .section-content{
  margin-top: 0px;
}

.col-first .section-content{
  font-size: 0.9em;
}

.section-planen .col-first{
  border-right: 0px;
  padding-right: 20px;
}

.section-bauen .col-first,
.section-erhalten .col-first,
.section-immobilien .col-first{
  padding-right: 15px;  
}


.section-bauen .section-content,
.section-erhalten .section-content{
  margin-top: 0px;  
}

.field-selectors,
.field-selectors.project-selectors{
  margin-left: -15px;
  margin-right: -15px;
  height: 170px;
}

.field-selectors.project-selectors{
  height: 140px;
}

.field-selectors:before,
.field-selectors.project-selectors:before{
  border-left: none;
  width: 100%;
  height: 0px;    
}

.field-selectors > li:first-child{
  margin-left: calc(50% - 107px);
}

.field-selectors.project-selectors > li:first-child{
  margin-left: calc(50% - 72px);
}

.field-description .framed,
.section-erhalten .field-description .framed{
  border-right: 0px;
  padding-bottom: 0px;
  margin-bottom: 20px;
}

ul.feature-list > li{

}

.field-description .framed{

}

.field-references,
.field-description + .references.field-references{
  position: relative;
  bottom: auto;
  margin-bottom: 50px;
}

.section-firma.section-partial .section-bg{
  display: none;
}

.section-firma.section-partial:after{
  left: 0px;
}

.section-firma .col-first{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  position: static;
 
}

.section-firma .col-first h2{
  margin-bottom: 20px;
  padding-left: 20px;
}


.history-selectors{
  float: left;
  margin-left: 10px; 
 margin-top: 0px; 
}

.history-contents{
  position: absolute;  
  position: absolute;
  margin: 0px;
  top: 50%;
  left: 130px;
  right: 20px;
}

.history-content{
  -ms-transform: scale(0.2) translateX(40px) translateY(-50%);
 transform:scale(0.2) translateX(40px) translateY(-50%);
}

.history-content.selected{
  -ms-transform: scale(1) translateX(0px) translateY(-50%);
 transform:scale(1) translateX(0px) translateY(-50%);
  
}

a.leadership-more{
  left: 50%;
  -ms-transform: translateX(-50%);
 transform:translateX(-50%);
  min-width: 200px;
  text-align: center;
}

.section-immobilien .col-first .main-pics{
  margin-bottom: 20px;
  margin-top: 0px;
}

.field-selectors.project-selectors + .section-content{
  margin-top: 30px;
  margin-bottom: 30px;
}

.section-immobilien .col-first .main-pics:after{
  display: none;
}

.section-contact .col-first{
  border-right: 0px;
  padding-bottom: 0px;
  margin-bottom: 20px;  
}

.section.section-contact .section-content{
  margin: 0px -15px;
  padding: 20px 15px;  
  padding-bottom: 30px;
  background-color: #aaa;
}

.section-contact .section-content h4 + .wpcf7{
  margin-top: 20px;
}

.section-contact .section-content:after{
  position: static;
  width: 100%;
  display: block;
  margin-top: 14px;
}

.section.section-footer .row > .col-first{
  padding-top: 4px;
}

h3.modal-title{
  font-size: 18px;
}



#leadership-modal .modal-dialog{
  min-width: 280px;
  top: 15px;
  margin-bottom: 20px
}

#leadership-modal.in .modal-dialog{
  -ms-transform: translateY(0%) translateX(-50%);
 transform:translateY(0%) translateX(-50%);  
}

.modal-body,
#leadership-modal  .modal-body{
  padding: 0px 20px;
  margin: 18px 0px;
}

#leadership-modal .modal-body{
  max-width: 270px;  
  margin: 18px auto;
}


.modal-body p + h4{
  margin-top: 10px;
}




}

