.insd {
    display: none;
}
body >div {
  max-width: 100%;
  margin: 0 auto;
  width: 1920px;
}
.transition {
  transition: all 0.3s linear 0s;
}
.inside {
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.title {
  text-align: center;
}
.title h3 {
  color: ;
  font-size: 44px;
  padding-bottom: 20px;
  background: url(../images/wave-grey.png) no-repeat center bottom;
  margin-bottom: 15px;
}
.title p {
  font: 16px "Oswald-ExtraLight";
  color: lgrey;
}
.flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.flex-c {
    justify-content: center;
}
/************************* FIRST SCREEN OF SITE FOR GOOGLE SPEED *************************/
/************************* HEADER  NAVIGATION *************************/
#header {
  padding: 0;
  margin-top: -6px;
  height: 107px;
}
.about #header {
    padding-bottom: 20px;
    height: auto;
}
#header .logo {
    padding-top: 22px;
    margin-left: 61px;
}
#header .header-extra {
  text-align: center;
  font: 22px "Oswald-ExtraLight";
  margin-top: 30px;
  color: #3c5160;
  text-transform: uppercase;
}
#header .header-extra .p {
  margin-top: 6px;
}
#header .header-extra .p strong {
  text-transform: none;
  font-size: 25px;
  font-family: "Assistant-Bold";
  font-weight: bold;
}
#header .header-extra .p strong i {
  color: #ffc500;
  font-style: normal;
}
/************************* / HEADER  NAVIGATION *************************/
.section {
  position: relative;
}
.section .left-side {
  text-align: left;
  padding-left: 170px;
}
.section .right-side {
  text-align: right;
  padding-right: 134px;
}
.section .title-small {
  color: rgba(0, 23, 34, 0.72);
  font: 22px "Oswald-Medium";
  letter-spacing: 1px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.section h3 {
  font-size: 104.5px;
  line-height: 1.1;
  font-family: "Oswald-Medium";
  color: rgba(0, 23, 34, 0.72);
  text-transform: uppercase;
  letter-spacing: -3.5px;
  opacity: 1;
}
.section .caption {
  display: inline-block;
}
.section .caption p {
  font: 22px/1.7 "Assistant-SemiBold";
  margin-top: 10px;
  color: rgba(0, 23, 34, 0.72);
}
.section .down {
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100%;
  left: 0;
}
.section .down span {
  display: inline-block;
  cursor: pointer;
}
#screen1 {
  background: url(../images/scr-1.jpg) no-repeat center 0;
  padding-top: 116px;
  padding-bottom: 156px;
}
#screen1 .caption {
  width: 690px;
}
#screen1 .caption p {
  color: #3c5160;
}
#screen2 {
  background: url(../images/scr-2.jpg) no-repeat center 0;
  padding-top: 160px;
  padding-bottom: 126px;
}
#screen2 .right-side {
  padding-right: 120px;
}
#screen2 .caption {
  width: 530px;
  text-align: left;
}
#screen2 .caption .title-small {
  color: #fff;
}
#screen2 .caption h3 {
  color: #fff;
  letter-spacing: -5px;
}
#screen2 .caption p {
  color: #fff;
}
#screen3 {
  background: url(../images/scr-3.jpg) no-repeat center 0;
  padding-top: 118px;
  padding-bottom: 70px;
}
#screen3 .inside {
  padding-right: 340px;
}
#screen3 .caption {
  width: 760px;
  text-align: left;
}
#screen3 .caption .title-small {
  color: rgba(19, 11, 2, 0.85);
}
#screen3 .caption h3 {
  color: rgba(19, 11, 2, 0.85);
}
#screen3 .caption p {
  color: rgba(19, 11, 2, 0.85);
}
#screen4 {
  background: url(../images/scr-4.jpg) no-repeat center 0;
  padding-top: 56px;
  padding-bottom: 120px;
}
#screen4.section .caption p {
    color: #fff;
}
#screen4.section .caption .title-small {
    color: #fff;
}
#screen4 .inside {
  padding-left: 130px;
}
#screen4 .caption {
  width: 800px;
  color: #fff;
}
#screen4 .caption h3 {
  color: #fff;
  letter-spacing: -6px;
}
#screen5 {
  background: url(../images/scr-5.jpg) no-repeat center 0;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 170px;
}
#screen5 .inside {
  padding-right: 170px;
}
#screen5 .caption {
  width: 860px;
  text-align: left;
}
#screen5 .caption .title-small {
  color: rgba(0, 23, 34, 0.85);
}
#screen5 .caption h3 {
  color: rgba(0, 23, 34, 0.85);
}
#screen5 .caption p {
  color: rgba(0, 23, 34, 0.85);
}
/************************* / INNER BLOCKS OF SITE *************************/
.popup {
  width: 360px;
  padding: 44px 28px 30px;
  max-width: 100%;
  text-align: center;
  display: none;
  margin: 0 auto;
}
.popup .pop-title {
  padding-bottom: 20px;
  margin-bottom: 24px;
  background: url(../images/wave-grey.png) no-repeat center bottom;
}
.popup h3 {
  font-size: 36px;
  margin-bottom: 6px;
  color: #ccc;
  padding-bottom: ;
}
.popup p {
  font: 16px "Oswald-ExtraLight";
  letter-spacing: -0.8px;
  color: #ccc;
}
.popup .form .popInput {
  margin-bottom: 8px;
}
.popup .form input[type="text"] {
  width: 100%;
  height: 46px;
  border: 1px solid #D0D0D0;
  font: 15px "Oswald-ExtraLight";
  color: #989898;
  padding-left: 15px;
  box-sizing: border-box;
}
.popup .form input[type="button"] {
  width: 300px;
  height: 51px;
  border: none;
  background-color: #1a63a3;
  color: #fff;
  text-transform: uppercase;
  font: 16px "Oswald-ExtraLight";
  cursor: pointer;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 23px;
  transition: all 0.3s ease 0s;
}
.popup .form input[type="button"]:hover {
  background: #2b78bb;
  transition: all 0.3s ease 0s;
}
.fancybox-close {
  background: url(../images/close.png) no-repeat center 0 !important;
  width: 15px !important;
  height: 15px !important;
  top: 10px !important;
  right: 10px !important;
}
.fancybox-close:hover {
  background-position: center bottom  !important;
}
#thanks {
  display: none;
  width: 320px;
  padding: 34px 60px;
  border-radius: none;
}
#thanks .pop-title {
  text-align: center;
}
#thanks .pop-title h4 {
  color: #1a63a3;
  font-size: 36px;
  padding-bottom: 20px;
  margin-bottom: 12px;
  line-height: 1.1;
  background: url(../images/wave-grey.png) no-repeat center bottom;
}
#thanks .pop-title p {
  color: #ccc;
  font: 16px "Oswald-ExtraLight";
}
#thanks-trigger {
  display: none;
}
#toggler {
  position: relative;
  width: 46px;
  margin-right: 50px;
  cursor: pointer;
}
#toggler > span {
  height: 6px;
  margin-bottom: 6px;
  background: #ffc500;
  display: block;
  z-index: 100;
}
#toggler > span .hide {
  margin-bottom: 0;
}
#toggler-wrapper {
  position: relative;
  padding-top: 22px;
}
#toggler {
    margin-top: 0;
}
#toggler.open {
     
    height: 50px;
    
}
#toggler.open .left {
  transform: rotate(-45deg);
  top: 0px;
  left: 0;
  width: 48px;
  position: absolute;
  background: #666;
  display: none;
}
.close-button {
    text-align: right;
    padding: 50px 80px 0 0;
}
#toggler.open .right {
  transform: rotate(45deg);
  top: 0px;
  right: 0;
  display: none;
  width: 50px;
  position: absolute;
}
#toggler.open .hide {
  display: none;
}
#left-sidebar {
  position: fixed;
  right: -420px;
  z-index: 22;
  font: 18px "Oswald-ExtraLight";
  height: 102%;
  width: 410px;
  display: inline-block;
  background: #fff;
}
#left-sidebar .close {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: right;
  display: none;
}
#left-sidebar .close > div {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
}
#left-sidebar .close > div:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  background: #fff;
  content: " ";
  height: 3px;
  transform: rotate(45deg);
}
#left-sidebar .close > div:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  background: #fff;
  content: " ";
  height: 3px;
  transform: rotate(-45deg);
}
#left-sidebar #mobile-navigation {
  padding: 20px 0px 20px 44px;
  box-sizing: border-box;
  width: 400px;
}
#left-sidebar #mobile-navigation li {
  color: #fff;
  
  cursor: pointer;
  padding: 0px 0;
 
}
#left-sidebar #mobile-navigation li a {
  display: block;
  color: #666; 
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: -1.5px;
  font: 18px "Oswald-Medium";
  font-size: 47px;
}
#left-sidebar #mobile-navigation li a:hover {
    color: #ffcc33
}
#left-sidebar.open {
  right: 0;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.48);
}
#main.main {
  background: url(../images/poster-main.gif) no-repeat center 0;
  /*background: url(../images/main-1.jpg) no-repeat center 0;*/
  text-align: center;
  padding-top: 1px;
  padding-bottom: 60px;
  height: 694px;
}
.insd {
     
    color: #fff;
    text-align: center;
    font-family: "SpecialElite";
  font-size: 39px;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  display: none;
  
}
.insd span {
    color: #ffc500
}
.insd em {
    font-style: italic
}
#main {
    display: none;
}
#main.main h1 {
  color: #fff;
  margin-top: 504px;
  font-family: "SpecialElite";
  font-size: 39px;
    display: none;
  width: 100%;
  margin-bottom: -200px;
  text-align: center;
  
 
}
#main.main h1 span {
  display: inline-block;
  text-shadow: 0 0 30px #000000;
  color: #ffc500
}
#main.main h1 em {
  font-size: 43px;
  font-style: italic;
}
#about.main {
  padding-top: 50px;
}
#about.main h4 {
  margin-bottom: 40px;
  color: #ffc500;
  font: 22px/1 "Assistant-Bold";
  font-weight: bold;
  letter-spacing: 1.2px;
}
#about.main h4 span {
  color: #3c5160;
}
#about.main h3 {
  color: #3c5160;
  margin-bottom: 27px;
  font: 48px/1 "Oswald-ExtraLight";
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
#about.main p {
  color: #3c5160;
  font: 25px/1.6 "Assistant-Light";
  width: 1290px;
  margin: 0 auto;
  text-transform: none;
}
#about.main p strong {
  font-family: "Assistant-Bold";
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 1.2px;
}
#about.main p strong i {
  font-style: normal;
  color: #ffc500;
}
#main-2 {
  margin-top: 70px;
  background: url(../images/main-2.jpg) no-repeat center 0;
}
#main-2 .inside {
  width: 990px;
  padding-top: 118px;
  padding-bottom: 118px;
  max-width: 100%;
}
#main-2 .caption {
  text-align: left;
}
#main-2 .caption .title-small {
  font: 22px "Assistant-Bold";
  letter-spacing: 1px;
  margin-bottom: 2px;
  margin-left: 2px;
  color: #3c5160;
  text-transform: uppercase;
  line-height: 1;
}
#main-2 .caption h3 {
  font-size: 104.5px;
  line-height: 1.12;
  font-family: "Oswald-Medium";
  color: rgba(0,23,34,0.72);
  text-transform: uppercase;
  letter-spacing: -4px;
}
#main-2 .caption .button {
  margin-top: 15px;
}
#main-2 .caption .button a {
  display: inline-block;
  color: #fff;
  text-align: left;
  padding: 10px 26px;
  font: 26px "Oswald-ExtraLight";
  background: rgba(0, 23, 34, 0.72);
}
#main-2 .caption .button a,
#main-4.main .caption .button a {
    transition: all 0.3s ease 0s;
}
#main-2 .caption .button a:hover,
#main-4.main .caption .button a:hover {
    transition: all 0.3s ease 0s;
    transform: scale(1.2);
}

#main-4.main {
    background-size: cover !important;
}
#main-3.main {
  padding-top: 90px;
}
#main-3.main .title-small {
  text-align: center;
  margin-bottom: 80px;
}
#main-3.main .title-small h4 {
  margin-bottom: 22px;
  font: 22px "Assistant-Bold";
  color: #3c5160;
  text-transform: uppercase;
}
#main-3.main .title-small h3 {
  font: 48px/1 "Oswald-ExtraLight";
  color: #3c5160;
  letter-spacing: 2px;
  margin-bottom: 24px;
  
}
#main-3.main .title-small p {
  font: 25px/1.6 "Assistant-Light";
  color: #3c5160;
  letter-spacing: 1px;
}
#main-3.main .inner {
  width: 1300px;
  margin: 0 auto;
}
#main-3.main .inner li {
  width: 33%;
  text-align: center;
  margin-bottom: 75px;
  transition: all 0.3s ease 0s;
}


#leistungen-desc .inner li > div  {
    transition: all 0.3s ease 0s;
    
}
#leistungen-desc .inner li:last-child:hover > div {
    margin-top: -20px;
    transition: all 0.3s ease 0s;
    padding-bottom: 20px;
}
#main-3.main .inner li:hover {
    
}
#main-3.main .inner li:last-child:hover {
    transform: scale(1.2);
    transition: all 0.3s ease 0s;
}
#main-3.main .inner li p {
  color: #3c5160;
  text-transform: uppercase;
  font: 30px/1 "Oswald-ExtraLight";
  margin-top: 18px;
}
#main-3.main .inner li a {
  color: #3c5160;
  font: 26px "Oswald-ExtraLight";
  padding: 10px 15px;
  display: inline-block;
  letter-spacing: 1px;
  margin-top: 70px;
  background: #ffc500;
}
#main-4.main {
  background: url(../images/main-3.jpg) no-repeat center 0;
}
#main-4.main .inside {
  width: 990px;
  padding-top: 90px;
  padding-bottom: 90px;
}
#main-4.main .caption {
  text-align: left;
}
#main-4.main .caption .title-small {
  font: 22px "Assistant-Bold";
  color: #3c5160;
  letter-spacing: 1px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
#main-4.main .caption h3 {
  font-size: 104.5px;
  line-height: 1;
  font-family: "Oswald-Medium";
  color: rgba(0,23,34,0.72);
  text-transform: uppercase;
  letter-spacing: -3.5px;
}
#main-4.main .caption .button {
  margin-top: 15px;
}
#main-4.main .caption .button a {
  display: inline-block;
  color: #fff;
  text-align: left;
  padding: 10px 26px;
  font: 26px "Oswald-ExtraLight";
  background: rgba(0, 23, 34, 0.72);
}
#footer {
  padding: 72px 0 50px;
}
#footer .logo {
  text-align: center;
  width: 360px;
  font: 22px "Assistant-Light";
  color: #536169;
  margin-left: 100px;
  padding-top: 43px;
}
#footer .logo p {
    line-height: 1.3;
    margin-top: 11px;
    letter-spacing: 0.5px;
}
#footer .flex.fs {
    align-items: flex-start;
    justify-content: flex-start;
}
#footer .center {
  width: 930px;
  text-align: left;
   
  font-size: 22px;
  margin-right: 50px;
  color: #3c5160;
}
#footer .center .flex {
  justify-content: left;
  margin-bottom: 24px;
  align-items: flex-end;
}
#footer .center li {
  margin-right: 29px;
}
#footer .center .row .flex {
    justify-content: space-between 
}
#footer .center .row .flex > a {
    width: 130px;
    color: #536169;
    text-align: left;
}
#footer .center .row .flex {
  margin-bottom: 10px;
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
  letter-spacing: 0.1px;
  font-family: "Assistant-Light";
}
#footer .center p a {
  color: #536169;
  display: inline-block;
  vertical-align: middle;
}
#footer .center p a br {
    display: none;
}
#footer .center p span {
  width: 36px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
#footer .center p span img {
  display: block;
}
#footer .right {
  margin-right: 244px;
    margin-top: 70px;
}
#footer .right li {
  text-align: left;
  display: block;
  margin-bottom: 21px;
}
#footer .right li a {
  font: 22px "Assistant-Light";
  color: #3c5160;
  display: inline-block;
  vertical-align: middle;
}
#contacts {
  background: url(../images/contacts.jpg) no-repeat center 0;
  padding-top: 220px;
}
#contacts .inside {
  height: 450px;
  text-align: right;
}
#contacts .inside .caption {
  width: 540px;
  text-align: left;
  display: inline-block;
 
}
#contacts .inside .caption .title-small {
  font: 22px "Assistant-Bold";
  color: #3c5160;
  letter-spacing: 1px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
#contacts .inside .caption h3 {
  font-size: 104.5px;
  line-height: 1;
  font-family: "Oswald-Medium";
  color: rgba(0, 23, 34, 0.72);
  text-transform: uppercase;
  letter-spacing: 1px;
}
#map-info #info {
  margin: 0 auto;
  padding: 100px 0;
  width: 940px;
  color: #3c5160;
  font: 25px/1 "Assistant-Light";
  font-weight: bold;
}
#map-info #info p span,
#map-info #info p a {
  display: inline-block;
  color: #3c5160;
  vertical-align: middle;
}
#map-info #info p span img,
#map-info #info p a img {
  display: block;
  margin-right: 8px;
}
#referencen {
  background: url(../images/referencen.jpg) no-repeat center 0;
}
#referencen .inside {
  height: 700px;
  padding-top: 100px;
}
#referencen .inside .caption {
  width:  800px;
  text-align: left;
  display: inline-block;
  margin-right: 350px;
}
#referencen .inside .caption .title-small {
  font: 22px "Assistant-Bold";
  color: #3c5160;
  letter-spacing: 1px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
#referencen .inside .caption h3 {
  font-size: 104.5px;
  line-height: 1;
  font-family: "Oswald-Medium";
  color: rgba(0, 23, 34, 0.72);
  text-transform: uppercase;
  letter-spacing: 1px;
}
#agb .inside {
   
  width: 1570px;
  max-width: 96%;
  text-align: left;
}
#agb .inside .title {
  text-align: left;
  margin-bottom: 40px;
}
#agb .inside .title h3 {
  font: 40px/1.4 "Oswald-ExtraLight";
  text-transform: uppercase;
  margin-bottom: 2px;
  letter-spacing: 1px;
  padding-bottom: 0;
}
#agb .inside .title p {
  margin-bottom: 0;
  letter-spacing: 1px;
}
#agb .inside p {
  color: #3c5160;
  font: 25px/1.6 "Assistant-Light";
 
  letter-spacing: 1px;
  margin-bottom: 40px;
}
#agb .inside h3 {
  color: #3c5160;
  font: 25px/1.4 "Assistant-Bold";
  letter-spacing: 1px;
  margin-bottom: 10px;
}
#leistungen {
  background: url(../images/leistungen.jpg) no-repeat center 0;
}
#leistungen .inside {
  height: 700px;
  padding-top: 100px;
  text-align: right;
}
#leistungen .inside .caption {
  width: 490px;
  text-align: left;
  display: inline-block;
  margin-right: 350px;
}
#leistungen .inside .caption .title-small {
  font: 22px "Assistant-Bold";
  color: rgba(0, 23, 34, 0.72);
  letter-spacing: 1px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
#leistungen .inside .caption h3 {
  font-size: 104.5px;
  line-height: 1;
  font-family: "Oswald-Medium";
  color: rgba(0, 23, 34, 0.72);
  text-transform: uppercase;
  letter-spacing: 1px;
}
#leistungen-desc {
  padding-top: 90px;
}
#leistungen-desc .title-small {
  text-align: center;
  width: 1180px;
  max-width: 98%;
  margin: 0 auto;
  margin-bottom: 100px;
}
#leistungen-desc .title-small h4 {
  margin-bottom: 22px;
  font: 22px "Assistant-Bold";
  color: #3c5160;
  text-transform: uppercase;
}
#leistungen-desc .title-small h3 {
  font: 48px/1 "Oswald-ExtraLight";
  color: #3c5160;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
 
#leistungen-desc .title-small p {
  font: 25px/1.6 "Assistant-Light";
  color: #3c5160;
  letter-spacing: 1px;
}
#leistungen-desc .inner {
  width: 1300px;
  margin: 0 auto;
  
}
#leistungen-desc .flex {
    align-items: flex-start;
}
#leistungen-desc .inner li {
  width: 33%;
  text-align: center;
  margin-bottom: 75px;
}
#leistungen-desc .inner li h4 {
  color: #3c5160;
  text-transform: uppercase;
  font: 30px/1 "Oswald-ExtraLight";
  letter-spacing: 2px;
  margin-bottom: 14px;
  margin-top: 18px;
}
#leistungen-desc .inner li h4 a {
    color: #3c5160;
}
#leistungen-desc .inner li p {
  font: 18px/1.5 "Assistant-Light";
  color: #3c5160;
  letter-spacing: -0.3px;
}

#gallerie .inside {
    width: 1600px;
    max-width: 98%;
    padding-top: 66px;
    padding-bottom: 50px;
}
#gallerie .inside li {
    font-family: "Assistant-Light";
    font-size: 30px;
    color:#3c5160;
}
#gallerie .inside #filter li {
    font-size: 23px;
    padding: 0 40px;
    
    
}
#gallerie .inside #filter li h3 {
    font-size: 30px;
}
.mob-c br {
    display: none;
}

#team {
    padding-bottom: 80px;
}
#team .title-small {
  text-align: center;
  margin-bottom: 80px;
}
#team .title-small h4 {
  margin-bottom: 22px;
  font: 22px "Assistant-Bold";
  color: #3c5160;
  text-transform: uppercase;
}
#team .title-small h3 {
  font: 48px/1 "Oswald-ExtraLight";
  color: #3c5160;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
#team .title-small p {
    color: #3c5160;
    font: 25px/1.6 "Assistant-Light";
    letter-spacing: 1px;
}
#team .inside li {
    display: block;
 
}
#team .inside {
    position: relative;
    width: 1660px;
    text-align: left;
}
#team .inside li div.inl {
    display: inline-block;
}
#team .inside li div.rel {
    position: relative;
}
#team .inside li img {
    display: block;
}
#team .inside .absolute {
    position: absolute;
}
#team .inside li.item1 {
    margin-bottom: 34px;
}
#team .inside li.item2 {
    left: 384px;
    top: 0;
}
#team .inside li.item3 {
    left: 890px;
    top: 0;
}
#team .inside li.item4 {
    right: 0px;
    top: 0;
}
#team .inside li.item8 {
    bottom: 0px;
    right: 0;
}
#team .inside li.item6 {
    left: 494px;
    bottom: 0;
}
#team .inside li.item7 {
    left: 890px;
    bottom: 0;
}



#team .inside li .caption {
    text-align: center;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
#team .inside li .caption > div {
    width: 100%;
}
#team .inside li .caption .name:before {
    width: 100%;
    top: -16px;
    height: 22px;
    content: " ";
    left: 0;
    background: url(../images/i.png) no-repeat center 0;
    position: absolute;
}
#team .inside li .caption .name {
    font: 28px "Assistant-Light";
    margin-bottom: 8px;
    position: relative;
    color: #fff;
}
#team .inside li .caption .position {
    font: 18px "Assistant-Light";
    margin-bottom: -50px;
    color: #fff;
    transition: all 0.3s ease 0s;
}
#team .inside li:hover .caption .position {
    margin-bottom: 25px;
    transition: all 0.5s ease 0s;
}
#team .inside li:hover .caption {
    opacity: 1;
    transition: all 0.3s ease 0s;
}

#referenzen {
    padding-bottom: 50px;
}
#referenzen .inside li {
    display: block;
 
}
#referenzen .inside {
    position: relative;
    width: 1660px;
    text-align: left;
}
#referenzen .inside li div.inl {
    display: inline-block;
}
#referenzen .inside li div.rel {
    position: relative;
}
#referenzen .inside li img {
    display: block;
}
#referenzen .inside li {
    display: block;
}
#referenzen .inside .absolute {
    position: absolute;
}
#referenzen .inside li.item1 {
    margin-bottom: 34px;
}
#referenzen .inside li.item2 {
    top: 0;
    left: 500px;
}
#referenzen .inside li.item3 {
    top: 0;
    right: 0;
}
#referenzen .inside li.item4 {
    margin-bottom: 50px;
}
#referenzen .inside li.item5 {
    top: 440px;
    left: 642px;
}
#referenzen .inside li.item6 {
    top: 544px;
    right: 0;
}
#referenzen .inside li.item7 {
    
}
#referenzen .inside li.item8 {
    left: 556px;
    bottom: 0;
}
#referenzen .inside li.item9 {
    right: 0;
    bottom: 0;
}









#referenzen .inside li .caption {
    text-align: center;
    background: rgba(20,27,36,0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    position: absolute;
    transition: all 0.3s ease 0s;
}
#referenzen .inside li:hover .caption {
    background: rgba(20,27,36,0.8);
    transition: all 0.3s ease 0s;
}

#referenzen .inside li .caption > div {
    width: 100%;
}
 
#referenzen .inside li .caption .name {
    font: 28px "Assistant-Light";
    margin-bottom: 8px;
    position: relative;
    color: #fff;
}
#referenzen .inside li .caption .position {
    font: 18px "Assistant-Light";
    position: relative;
    color: #fff;
    padding: 0 32px;
}
#referenzen .inside li .caption .more a {
    font: 18px "Assistant-Light";
    position: relative;
    text-decoration: underline;
    color: #fff;
}
#referenzen .inside li .caption .more {
    margin-bottom: 25px;
    transition: all 0.3s ease 0s;
}
#referenzen .inside li:hover .caption .more {
    margin-bottom: 45px;
    transition: all 0.3s ease 0s;
}
.fancybox-caption {
    text-align: center;
    border-top: none !important;
}
.fancybox-caption p.name {
    font: 28px "Assistant-Light";
    text-transform: uppercase;
}
.fancybox-caption p.title {
    font: 18px "Assistant-Light";
}

.fancybox-show-thumbs .fancybox-thumbs {
    position: absolute;
}
#referenzen.small {
    display: none;
}
#team.small  {
    display: none;
}
 

#footer {
     
    background: url(../images/fshadow.png) repeat-x center 0;
}
#agb strong {
    font-weight: bold;
}
#map-wrp {
    position: relative;
}
#map-wrp #info {
    position: absolute;
    top: 36px;
    right: 36px;
    background: #fff;
    width: 350px;
    max-width: 100%;
    padding: 36px 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    z-index: 10;
    font-size: 25px;
    color: #536169;
    font-family: Assistant-Light;
    text-align: center;
}
#map-wrp #info > div {
    text-align: left;
    display: inline-block;
}
#map-wrp #info p {
    margin-bottom: 20px;
    font-family: "Assistant-Light";
    font-size: 20px;
    color: #3c5160;
    line-height: 1.3;
    font-weight: normal;
}
#map-wrp #info span {
    font-size: 22px;
    font-family: "Assistant-Bold";
    vertical-align: bottom !important;
    font-weight: bold;
    letter-spacing: 1.2px;
}
#map-wrp #info strong {
    color: #ffc200;
}
.ttl {
    text-transform: uppercase;
    margin-top: 80px;
    margin-bottom: 25px;
    color: #3c5160;
    font: 48px "Oswald-ExtraLight";
}
.copy {
    display: none;
}

#header.about {
    padding-bottom: 10px;
    height: auto;
}
#main-2 .caption,
#main-4 .caption {
    transition: all 1s ease 0s;
    opacity: 0;
}
#main-2  .caption.show,
#main-4 .caption.show {
    transition: all 2s ease 0s;
    opacity: 1;
}


#screen1 .caption,
#screen2 .caption,
#screen3 .caption,
#screen4 .caption,
#screen5 .caption {
    transition: all 1s ease 0s;
    opacity: 0;
}
#screen1 .caption.show,
#screen2 .caption.show,
#screen3 .caption.show,
#screen4 .caption.show,
#screen5 .caption.show {
    transition: all 2s ease 0s;
    opacity: 1;
}


/*#screen2 {
    overflow-x: hidden;
}
#screen2 .caption  {
    margin-right: -1000px;
    transition: all 0.3s ease 0s;
}
#screen2 .show.caption  {
    margin-right: 0px;
    transition: all 0.8s ease 0s;
}

#screen4 {
    overflow-x: hidden;
}
#screen4 .caption  {
    margin-left: -1000px;
    transition: all 0.3s ease 0s;
}
#screen4 .show.caption  {
    margin-left: 0px;
    transition: all 0.8s ease 0s;
}



#screen3 {
    overflow-x: hidden;
}
#screen3 .caption  {
    margin-left: -1000px;
    display: block;
    transition: all 0.3s ease 0s;
}
#screen3 .show.caption  {
    margin-left: 51%;
    transition: all 0.8s ease 0s;
}

#screen5 {
    overflow-x: hidden;
}
#screen5 .caption  {
    margin-left: -1000px;
    display: block;
    transition: all 0.3s ease 0s;
}

#screen5 .show.caption  {
    margin-left: 50%;
    transition: all 0.8s ease 0s;
}*/

#leistungen-desc .inner li,
#main-3.main .inner .flex li {
    opacity: 0;
}
#leistungen-desc.show .inner li,
#main-3.main.show .inner .flex li {
    opacity: 1;
    transition: all 1s ease 0s;
    transition-delay: 0.4s;
}

/*
#leistungen-desc.show .inner li:nth-child(1),
#main-3.main.show .inner .flex li:nth-child(1){
    transition-delay: 0.4s;
}
#leistungen-desc.show .inner li:nth-child(2),
#main-3.main.show .inner .flex li:nth-child(2){
    transition-delay: 0.8s;
}

#leistungen-desc.show .inner li:nth-child(3),
#main-3.main.show .inner .flex li:nth-child(3){
    transition-delay: 1.2s;
}

#leistungen-desc.show .inner li:nth-child(4),
#main-3.main.show .inner .flex li:nth-child(4){
    transition-delay: 1.6s;
}

#leistungen-desc.show .inner li:nth-child(5),
#main-3.main.show .inner .flex li:nth-child(5){
    transition-delay: 2s;
}

#leistungen-desc.show .inner li:nth-child(6),
#main-3.main.show .inner .flex li:nth-child(6){
    transition-delay: 2.4s;
}

*/
#main-video {
    max-width: 100% !important;
    overflow: hidden;
    width: 100% !important;
}
#main-video .video {
    position: relative;
}
#main-video .video,
#main-video video {
    width: 100% !important;
}

.image-for-mobile img {
    max-width: 100%;
}
.image-for-mobile {
    display: none;
    max-width: 100%;
}
br.sh {
    display: none;
}