/*--------------------------------------------*/
/*Allgemeine Einstellungen*/
/*--------------------------------------------*/
section{
    padding: 80px 0;
}
/*--------------------------------------------*/
/*Headings*/
/*--------------------------------------------*/
.adresse-ueberschrift > h3:after{
    display:block;
    height:2px;
    background-color: #F4854B!important;
    content: " ";
    width: 75px;
    margin:0 auto;
    margin-top: 10px;
}
/*--------------------------------------------*/
/*Navigation-Markierung - Einstellungen*/
/*--------------------------------------------*/
.main-nav > .dropdown-parent:first-child a:after{
    width: 100%;
}
/*--------------------------------------------*/
/*Arrow-Abwärts-Einstellungen*/
/*--------------------------------------------*/
.scroll-start{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 !important;
}
.scroll-start p{
    font-size: 90%;
    margin-bottom: 30px;
    color: #445878;
}
.scroll-start-icon{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border:2px solid #445878;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    cursor: pointer;
}
.scroll-start-icon i{
    font-size: 80%;
    color: #445878;
    -webkit-animation: updanddown 2s linear infinite;
            animation: updanddown 2s linear infinite;
}
@-webkit-keyframes updanddown{
    0%{
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    }
    50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    }   
    100%{
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    }
}
@keyframes updanddown{
    0%{
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    }
    50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    }
    100%{
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    }
}
/*--------------------------------------------*/
/*Startcontent - Einstellungen*/
/*--------------------------------------------*/
.start-content{
    width: 100vw;
    margin: 0 auto;
    height: calc(100vw * 0.56);
    max-height: 100vh;
    min-height: 300px;
    position: relative;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.s-c-1{
    width: 30%;
    background-color: #fafafa;
    padding-top: 85px;
    padding-bottom: 20px;
}
.s-c-2{
    width: 70%;
    position: relative;
    z-index: 1;
}
.s-c-2:before{
    content: '';
    position: absolute;
    z-index: 5;
    -webkit-transform: skewY(-85deg);
            transform: skewY(-85deg);
    height: 250%;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fafafa;
}
.text-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    min-height: 100px;
    height: 100%;
}
.start-text{
    width: 100%;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 225%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    letter-spacing: 0.1rem;
    color: #445878;
}
.start-text span{
    text-align: center;
    line-height: 1.5em;
    width: 100%;
    padding: 0 0 0 20px;
    color: #445878;
}
.start-text p:first-child{
    font-size: 50%;
    text-transform: uppercase;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    letter-spacing: 0.05rem !important;
    color: #445878;
}
.start-text p:first-child:after{
    display: block;
    content: "";
    height: 2px;
    background-color: #1A2E4E;
    width: 100%;
    margin-top: 5px;
}
.start-text span:nth-of-type(1), .start-text span:nth-of-type(2), .start-text span:nth-of-type(3){
    font-size:82.5%;
}
.start-text span:nth-of-type(4){
    font-size: 45%;
    text-align: right;
    line-height: 5em;
    margin-right: 20px;
    color: #445878;
    letter-spacing: 0rem!important;
    padding: 0 !important;
}
.start-text span:nth-of-type(4) span{
    font-size: 100%;
    color: #445878;
    padding: 0 !important;
}
.arrow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20%;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.arrow p{
    font-size: 110%;
    color: #003366;
}
.arrow-box{
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    position: absolute;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: color 0.5s, -webkit-transform 0.5s;
    transition: color 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, color 0.5s;
    transition: transform 0.5s, color 0.5s, -webkit-transform 0.5s;
    cursor: pointer;
    
}
.arrow-box:hover{
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
}
.arrow-box i{
    font-size: 200%; 
}
.arrow-box a{
    color: #003366;
    opacity: 0.8;
    -webkit-transition: opacity 0.5s, color 0.5s;
    transition: opacity 0.5s, color 0.5s;
    
}
.arrow-box:hover a{
    opacity: 1; 
}
/*--------------------------------------------*/
/*Diashow - Einstellungen*/
/*--------------------------------------------*/
.diashow{
    background-color: rgba(0,0,0,0.1);
    z-index: 1;
    width: 100%;
    height: 100%;
    right: 0;
    
    position: absolute;
    overflow: hidden;
}

.main-diashow {
    height: 100%;
    width: 100%;
    z-index: 0;
    right: 0;
    position: relative;
    overflow:hidden;
}
.main-diashow img {
    position: absolute;
    height:100%;
    width: 100%;
    right: 0;
    background-color: #fff;
}
/*.main-diashow img:nth-of-type(1) {
    -webkit-animation: fade 48s 0s ease-in-out infinite;
    animation: fade 48s 0s ease-in-out infinite;
}
.main-diashow img:nth-of-type(2) {
    -webkit-animation: fade 48s 6s ease-in-out infinite;
    animation: fade 48s 6s ease-in-out infinite;
}
.main-diashow img:nth-of-type(3) {
    -webkit-animation: fade 48s 12s ease-in-out infinite;
    animation: fade 48s 12s ease-in-out infinite;
}
.main-diashow img:nth-of-type(4) {
    -webkit-animation: fade 48s 18s ease-in-out infinite;
    animation: fade 48s 18s ease-in-out infinite;
}
.main-diashow img:nth-of-type(5) {
    -webkit-animation: fade 48s 24s ease-in-out infinite;
    animation: fade 48s 24s ease-in-out infinite;
}
.main-diashow img:nth-of-type(6) {
    -webkit-animation: fade 48s 30s ease-in-out infinite;
    animation: fade 48s 30s ease-in-out infinite;
}
.main-diashow img:nth-of-type(7) {
    -webkit-animation: fade 48s 36s ease-in-out infinite;
    animation: fade 48s 36s ease-in-out infinite;
}
.main-diashow img:nth-of-type(8) {
    -webkit-animation: fade 48s 42s ease-in-out infinite;
    animation: fade 48s 42s ease-in-out infinite;
}
@-webkit-keyframes fade {
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}
@keyframes fade {
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}*/
/*--------------------------------------------*/
/*Projektübersicht - Einstellungen*/
/*--------------------------------------------*/
.project-overview{
    width: 100vw;
    position: relative;
    background-color:#fff;
    z-index: 1;  
}
.project-overview:after{
    content: '';
    position: absolute;
    z-index: -1;
    background-color: inherit;
    height: 50%;
    -webkit-transform: skewY(2deg);
            transform: skewY(2deg);
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom; 
    border-bottom: 1px solid #e0e0e0;
}
.projektüberschrift{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100vw;
}
.project-picture-div{
    position: relative;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0px 1px 8px rgba(2, 2, 2, 0.2);
    width: 100%;
    height: calc(1140px/3 * 0.7);
}
.projektbild{
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
}
.project-info{
    position: absolute;
    height: 50px;
    left: 0;
    right: 0;
    padding: 30px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-transition: height 0.7s;
    transition: height 0.7s;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
}
.project-picture-div:hover .project-info{
    height: 100px;
}
.project-info p{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 80%;
}
.project-info p:first-child{
    margin-bottom:40px; 
    width: 100%;
    height: 15%;
    text-transform: uppercase;
    font-weight: 500;
}
.project-info p a{
    color: #999999;
    font-size: 90%;
}
.project-info p a i{
    margin-left: 5px;
}
/*--------------------------------------------*/
/*Leistungen - Einstellungen*/
/*--------------------------------------------*/
.leistungen{
    background-color:#eeeeee;  
    box-shadow: 0px 1px 8px rgba(2, 2, 2, 0.2);   
    z-index: 1;
}
.leistungen > .row:nth-of-type(2){
    padding: 20px 0;
}
.leistungüberschrift{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100vw;
}
.leistungs-beschreibung p{
    font-size:75%;
    line-height: 1.5em;
    color: #999999;
   /* text-align: justify; */
}
.leistungs-beschreibung p span{
    margin-bottom: 5px;
    display: block;
    padding: 0 10px;
    text-align: center;
}
.leistungs-beschreibung{
    padding: 20px;
}
.leistung-box{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px ;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.l-icon{
    width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.l-icon i{
    color: #445878!important;
    font-size: 350%;
    display: block;
}
.l-u{
    margin-top: 3px; 
}
.l-t{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    margin-top: 12.5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
}
.l-t p{
    color: #999999;
    font-size: 75%;
    line-height: 1.5em;
    margin-bottom: 10px;
    text-align: center;
}
.test-farbe{
   color: #888888!important; 
}
.test-farbe2{
    color:#777777!important;
}
.l-t p span{
    display: block;
}
.stichpunkte{
   color: #999999;
    font-size: 75%;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.stichpunkte > li{
    padding-left: 0;
}
/*--------------------------------------------*/
/*About Us - Einstellungen*/
/*--------------------------------------------*/
#about-us{
    padding: 180px 0 !important;
}
.about-us{
    background-color: #ebeef0;
    width: 100vw;
    position: relative;
    z-index: 1;
    background-image: -webkit-linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(../../img/home/ueber_uns_hintergrund.JPG);
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(../../img/home/ueber_uns_hintergrund.JPG);
    background-size:cover;
    background-position: center;
    box-shadow: 0px 8px 8px rgba(2, 2, 2, 0.2);
}
.about-us:before{
    content: '';
    position: absolute;
    z-index: -1;
    background-color:#eeeeee;
    height: 20%;
    -webkit-transform: skewY(2deg);
            transform: skewY(2deg);
    display: block;
    top: -15%;
    right: 0;
    left: 0;
    -webkit-transform-origin: top left;
            transform-origin: top left;   
}
.about-us:after{
    content: '';
    position: absolute;
    z-index: -1;
    background-color: #fff;
    height: 10%;
    -webkit-transform: skewY(2deg);
            transform: skewY(2deg);
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom; 
    border-bottom: 1px solid #e0e0e0;
}
.about-us-überschrift{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 50px;
}
.about-us-überschrift > h2{
    color: #fff;
}
.about-us-überschrift > h2:after{
    background-color: #fff;
}
.about-us-main{
    width: 100%!important; 
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-line-pack:center;
        align-content:center;
    margin-top: 30px;
}
.quader-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.quader{
    width: 300px;
    height: 250px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   /* transform: rotate(45deg);*/
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url(../../img/home/bild_klein_ueber_uns.jpg);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}
.quader img{
    width: 100%;
    height: 100%;
    /*transform: rotate(-45deg) scale(1.5);*/
   -o-object-fit: contain;
      object-fit: contain;
}
.about-us-text{
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 15px;
    margin-left: 55px;
}
.auc-1{
    margin-bottom: 20px;
}
.auc-1 p{
    margin-bottom: 5px;
    color: #fff;
}
.auc-1 p:after{
    content: '';
    width: 120px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin-top: 5px;
}
.auc-2 p{
    color: #fff;
    font-size: 80%;
    line-height: 1.5em;
}

.auc-2 p span{
    display: block;
    margin-bottom: 10px;
}
/*--------------------------------------------*/
/*Kontakt - Einstellungen*/
/*--------------------------------------------*/
.kontakt{
    background-color:#fff;
    position: relative;
    z-index: 1;
}
.kontaktüberschrift{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100vw;
    margin-bottom: 10px;
}
.kontakt-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 500px;
    width: 100vw;
}
.adress-box{
    width: 25%;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 95%;
    padding: 0 0 0 15px;
}
.adresse-ueberschrift{
    width: 80%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
}
.adresse-info{
    width: 80%;
    margin: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.adresse-info span{
    line-height: 1.5em;
    color: #999!important;
    font-weight: 300;
}
.adresse-ueberschrift h3:after{
    margin-top: 5px !important;
    height: 0px !important;
    display: none !important;
}
.adresse-haupt-info{
    width: 80%;
    font-size: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.adresse-haupt-info span{
    line-height: 1.5em;
    color: #999;
    font-weight: 300;
}
.kontakt-btn-div{  
    margin-top: 30px;
}
.kontakt-btn-div a{
    text-decoration: none;
}
.kontakt-btn{
    width: 100%;
    padding: 15px;
    border: 2px solid #445878 ;
    color: #445878 ;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    -webkit-transition: color 0.7s,border 0.7s ease-in-out;
    transition: color 0.7s,border 0.7s ease-in-out;
}
/*Map - Einstellungen (Google Maps)*/
.map-box{
    width: 75%;
    height: 500px ;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#map{
    width: 95%;
    height: 95%;
}
/*--------------------------------------------*/
/*Pfeil - Scroll - Einstellungen*/
/*--------------------------------------------*/
.pfeil-nav{
    width: 40px;
    height: 80px;
    position: fixed;
    left: 2.5px;
    top: 50%;
    display: none;   
}
.nav-top{
    width: 100%;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    border: 2px solid #999999;
    background-color: #ffffff;
    margin-bottom: 2.5px;
    cursor: pointer;    
}
.nav-bottom{
     width: 100%;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    border: 2px solid #999999;
    background-color: #ffffff;
    cursor: pointer;  
}
.nav-top i,
.nav-bottom i{
    color: #445878;
    font-size: 50%;
}
.projekt-nav{
    z-index: 2000;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
.leistung-nav{
    z-index: 2001;
}
.about-us-nav{
    z-index: 2002;
}
.kontakt-nav{
    z-index: 2003;
}
