/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
      
      .bgforschungsprojekt{
    padding-bottom: 60px;
}
    
.bgschritt{
    width: 100%;
    height: 770px;
    background-image: url('./images/schrittedrei.png');
    background-size: cover;
    background-position: top center;
    position: relative;
}

.forschungsprojektblock{
    padding-left:50%
}
   
.fpeins{
    top: -20px;
    left:00px;
    width: 180px;
}    

.fpzwei{
    top: 510px;
    left:120px;
    width: 200px;
}
    
.fpdrei{
    top: 780px;
    left:10px;
    width: 200px;
} 
    
.fpvier{
    top: 630px;
    left:290px;
}    

.fpfuenf{
    top: 780px;
    left:520px;
}
    
.roadmap{
    padding-top: 0;
}
    
.roadmap img{
    width:50px;
}   
    
.rmeins{
    padding-left: 60px; 
    top: 6px;
    }
    
.rmzwei{
    padding-left: 60px; 
    top: 68px;
    }   
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
      
      .startseitebg{}
      
        .gefoerdert{
        width: 15%;
        bottom: 25% !important;
        padding-bottom: 100px !important;
        position: absolute;
        right: 0;   
    }
      
        .sdactitle{
        transform: rotate(0deg);
        right:  !important;
        padding-top:  !important;
        top:  !important;
        background-color:;
        width:;
    }   
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}

/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {

}

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: landscape) {

}

/* ----------- Galaxy S4, S5 and Note 3 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {

}

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {

}

/* ----------- Galaxy S6 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) {

}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) 
  and (orientation: landscape) {

}

/* ----------- Google Pixel ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {

}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {

}

/* ----------- Google Pixel XL ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) {

}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) 
  and (orientation: landscape) {

}

/* ----------- HTC One ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {

}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {

}

/* ----------- Windows Phone ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 480px) 
  and (device-height: 800px) {

}

/* Portrait */
@media screen 
  and (device-width: 480px) 
  and (device-height: 800px)  
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 480px) 
  and (device-height: 800px) 
  and (orientation: landscape) {

}




/* Body */

html, body {
    height: 100%;
    font-size: 16px !important;
}

@media (max-width: 768px) {
    html, body {
        font-size: 16px !important;
    } 
}

@media (min-width: 769px) {
    html, body {
        font-size: 16px !important;
    } 
}  

@media (min-width: 992px) {
    html, body {
        font-size: 16px !important;
    } 
    
    
    .navbar-nav {
    float: none !important;
    margin:0 auto !important;
    display: block !important;
    text-align: center !important;
    }

    
    .navbar-nav > li {
        display: inline-block !important;
        float: none !important;
        padding-left: 10px;
        padding-right: 10px;
    }
    

    
    
    }

@media (min-width: 1200px) {
    html, body {
        font-size: 16px !important;
    } 
    
    .navbar-nav > li {
        display: inline-block !important;
        float: none !important;
        padding-left: 32px;
        padding-right: 32px;
    }
    
}

@media (min-width: 1800px) {
    html, body {
        font-size: 32px !important;
    } 
    
        .navbar-nav > li {
        display: inline-block !important;
        float: none !important;
        padding-left: 0px;
        padding-right: 0px;
    }


 
}

@media (min-width: 2200px) {
    html, body {
        font-size: 32px !important;
    } 
    
        .navbar-nav > li {
        display: inline-block !important;
        float: none !important;
        padding-left: 40px;
        padding-right: 40px;
    }


 
}

@media (min-width: 2576px) {
    html, body {
        font-size: 32px !important;
    } 
    
        .navbar-nav > li {
        display: inline-block !important;
        float: none !important;
        padding-left: 81px;
        padding-right: 81px;
    }


 
}

@media (min-width: 2990px) {
    html, body {
        font-size: 48px !important;
    } 
    
    .navbar-nav > li {
        display: inline-block !important;
        float: none !important;
        padding-left: 30px;
        padding-right: 30px;
    }
 
}

@media (min-width: 4300px) {
    html, body {
        font-size: 56px !important;
    } 
    
        .navbar-nav > li {
        display: inline-block !important;
        float: none !important;
        padding-left: 120px;
        padding-right: 120px;
    }
 
}


.lr{
    margin-left: ;
    margin-right: 16%;
}

/* Abstände */

.sidetwenty{
    padding-left: 20%;
    padding-right: 20%;
    
}

.topten{
    padding-top: 5%;
}

.toptwenty{
    padding-top: 20%;
}

.topthirty{
    padding-top: 30%;
}



.fünfzehnpixel{
    padding-top: 15px;
}

.uunten{
    bottom: 0;
    
}



.durchsechs{
    width: 16% !important;
    height: 100px;
    position: absolute;
    
    text-align: center;
}





/* Drehung */

.drehung{
    transform: rotate(deg);
    padding-top: 9%!important;
    left: 0px !important;
    z-index: 2;
}    



/* Kapitel */

.kapitel{
    position: absolute !important;
    
    width: 2.5rem !important;
    height: 15rem !important;
    padding-top: 10% !important;
    z-index: 2 !important;
}


.kapitell{
    position: absolut;
    top: 0;
    right: 0;
    padding: 10px;
    
    
}

.hrgr{
    border: 1.5px solid rgba(50, 161, 137, 1);
    border-radius: 5px;
    width: 200px;
    float: right;   
}

.hrwh{
    border: 1.5px solid white;
    border-radius: 5px;
    width: 200px;
    float: right;   
}

.kapitell p{
    position: relative;
    float: right;
    padding-right: 4%;
    padding-left: 10px;
    width: auto;
}

/* Navigation */









/* Startseite */

.startseitebg {
    background-image: url('./images/hintergrundbild.png');
    background-color: rgba(255,255,245, 1);
    width: 100%;
    min-height: 100%;
    background-size: cover;
    background-position: top center;
    position: relative;
}


.gefoerdert{
    width: 10%;
    bottom: 0 !important;
    padding-bottom: 0% !important;
    position: absolute;
}



@media (max-width: 440px){
    .sdactitle{
        padding-left: 50%;
        padding-right: 0%;
        padding-top: 35%;
}
}
    



@media (min-width: 441px){
   .sdactitle{
        padding-left: 50%;
        padding-right: 0%;
        padding-top: 15%;
        height: ;
} 
}

.titelsatz{
        margin-top: -4.5rem;
        padding-left: 3rem;
}



/* font */



.roboto{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}

.primus{
    font-family: Primus-Regular; 
	font-weight: normal; 
	font-style: normal; 
}

.fontsizeone{
    font-size: 11.089rem;
}

.fontsizetwo{
    font-size: 6.854rem;
}

.fontsizethree{
    font-size: 4.236rem;
}

.fontsizefour{
    font-size: 2.618rem;
}

.fontsizefive{
    font-size: 1.618rem;
}

.fontsizesix{
    font-size: 1rem;
}

.fontsizeseven{
    font-size: 0.618rem;
}

.fontsizeeight{
    font-size: 0.382rem;
}

.fontsizenine{
    font-size: 0.236rem;
}

.fontgr{
    color: rgba(50, 161, 137, 1);
}

.fontbl{
    color: black;
}

.fontwh{
    color: white;
}

.vertikalzentriert{
    vertical-align:bottom;
}




/* Forschungsprojekt */


.bgforschungsprojekt{
    background-color: rgba(50, 161, 137, 1) !important;
    width: 100% !important;
    position: relative !important;
}

@media (max-width: 768px){
    
.topfpvideo{
    padding-top: 150px !important;
}
}

@media (max-width: 991px){

.bgforschungsprojekt{
    padding-bottom: 90px;
}
    
.topfpvideo{
    padding-top: 120px !important;
}

.bgschritt{
    width: 100%;
    height: 940px;
    background-image: url('./images/schrittezwei.png');
    background-size:cover;
    background-position: top center;
    position: relative;
}

.forschungsprojektblock{
    padding-left:50%
}
   
.fpeins{
    top: 60px;
    left:00px;
    width: 180px;
}    

.fpzwei{
    top: 650px;
    left: 110px;
    width: 200px;
}
    
.fpdrei{
    top: 940px;
    left:10px;
    width: 200px;
} 
    
.fpvier{
    top: 795px;
    left: 270px;
}    

.fpfuenf{
    top: 940px;
    left: 520px;
}
    
.roadmap{
    padding-top: 80px;
}
    
.roadmap img{
    width:50px;
}   
    
.rmeins{
    padding-left: 60px; 
    top: 86px;
    width:;
    
    }
    
.rmzwei{
    padding-left: 60px; 
    top: 148px;
    }
    
}

@media (min-width: 992px){
 
.bgforschungsprojekt{
    padding-bottom: 60px;
}
    
.topfpvideo{
    padding-top: 120px !important;
}
    
.bgschritt{
    width: 100%;
    height: 1040px;
    background-image: url('./images/schritte.png');
    background-size: cover;
    background-position: top center;
    position: relative;
}

.forschungsprojektblock{
    padding-left:50%
}
   
.fpeins{
    top: 00px;
    left:20px;
    width: 180px;
}    

.fpzwei{
    top: 690px;
    left:155px;
    width: 200px;
}
    
.fpdrei{
    top: 1030px;
    left:20px;
    width: 300px;
} 
    
.fpvier{
    top: 850px;
    left:400px;
}    

.fpfuenf{
    top: 1030px;
    left:700px;
}
    
.roadmap{
    padding-top: 100px;
}
    
.roadmap img{
    width:100px;
}   
    
.rmeins{
    padding-left: 110px; 
    top: 126px;
    width: ;
    }
    
.rmzwei{
    padding-left: 110px; 
    top: 248px;
    }
    
}

@media (min-width: 1200px) {
 
.bgforschungsprojekt{
    padding-bottom: 80px;
}
    
.topfpvideo{
    padding-top: 150px !important;
}

    
.bgschritt{
    width: 100%;
    height: 1240px;
    background-image: url('./images/schritte.png');
    background-size: cover;
    background-position: top center;
    position: relative;
}

.forschungsprojektblock{
    padding-left:50%
}
   
.fpeins{
    top: 20px;
    left:0px;
    width: 200px;
}    

.fpzwei{
    top: 820px;
    left:185px;
    width: 200px;
}
    
.fpdrei{
    top: 1230px;
    left:0px;
} 
    
.fpvier{
    top: 1015px;
    left:500px;
}    

.fpfuenf{
    top: 1230px;
    left:825px;
}
    
.roadmap{
    padding-top: 100px;
}
    
.roadmap img{
    width:100px;
}   
    
.rmeins{
    padding-left: 110px; 
    top: 126px;
    }
    
.rmzwei{
    padding-left: 110px; 
    top: 248px;
    }
    
}

@media (min-width: 1800px) {

.bgforschungsprojekt{
    padding-bottom: 140px;
}
    
.topfpvideo{
    padding-top: 350px !important;
}
    
.bgschritt{
    width: 100%;
    height: 1910px;
    background-image: url('./images/schritte.png');
    background-size: cover;
    background-position: top center;
    position: relative;
}

.forschungsprojektblock{
    padding-left:50%
}
   
.fpeins{
    top: 0px;
    left:0px;
    width: 360px;
}    

.fpzwei{
    top: 1260px;
    left:295px;
    width: 200px;
}
    
.fpdrei{
    top: 1900px;
    left:0px;
    width: 500px
} 
    
.fpvier{
    top: 1545px;
    left:700px;
}    

.fpfuenf{
    top: 1900px;
    left:1275px;
}
    
.roadmap{
    padding-top: 100px;
}
    
.roadmap img{
    width:100px;
}   
    
.rmeins{
    padding-left: 110px; 
    top: 110px;
    }
    
.rmzwei{
    padding-left: 110px; 
    top: 232px;
    }
      
}

@media (min-width: 2990px) {
  
.bgforschungsprojekt{
    padding-bottom: 180px;
}
    
.topfpvideo{
    padding-top: 450px !important;
}
    
.bgschritt{
    width: 100%;
    height: 3110px;
    background-image: url('./images/schritte.png');
    background-size: cover;
    background-position: top center;
    position: relative;
}

.forschungsprojektblock{
    padding-left:50%
}
   
.fpeins{
    top: 0px;
    left:0px;
    width: 540px;
}    

.fpzwei{
    top: 2080px;
    left: 490px;
    width: 200px;
}
    
.fpdrei{
    top: 3140px;
    left:0px;
    width: 1000px
} 
    
.fpvier{
    top: 2545px;
    left:1200px;
}    

.fpfuenf{
    top: 3140px;
    left:2100px;
}
    
.roadmap{
    padding-top: 300px;
}
    
.roadmap img{
    width:300px;
}   
    
.rmeins{
    padding-left: 350px; 
    top: 380px;
    }
    
.rmzwei{
    padding-left: 350px; 
    top: 746px;
    }
 
}

@media (min-width: 4300px) {

.bgforschungsprojekt{
    padding-bottom: 260px;
}
    
.topfpvideo{
    padding-top: 550px !important;
}
    
.bgschritt{
    width: 100%;
    height: 4510px;
    background-image: url('./images/schritte.png');
    background-size: cover;
    background-position: top center;
    position: relative;
}

.forschungsprojektblock{
    padding-left: 50%;
}
   
.fpeins{
    top: 80px;
    left:0px;
    width: 700px;
} 

.fpzwei{
    top: 3020px;
    left: 690px;
    width: 200px;
}
    
.fpdrei{
    top: 4540px;
    left:50px;
    width: 1200px
} 
    
.fpvier{
    top: 3740px;
    left:1800px;
}    

.fpfuenf{
    top: 4540px;
    left:3050px;
}
    
.roadmap{
    padding-top: 500px;
}
    
.roadmap img{
    width:500px;
}   
    
.rmeins{
    padding-left: 550px; 
    top: 660px;
    }
    
.rmzwei{
    padding-left: 550px; 
    top: 1266px;
    }
}

/* Costumer Storys*/

.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}

.rvpd{
    padding-top: 30px;
}

@media (min-width: 576px) {
  .youtube {
    width: 540px;
    height: 308px;
  }
}

@media (min-width: 768px) {
  .youtube {
    width: 720px;
    height: 405px;
  }
}

@media (min-width: 992px) {
  .youtube {
    width: 960px;
    height: 558px;
  }
}

@media (min-width: 1200px) {
  .youtube {
    width: 1140px;
    height: 641px;
  }
}

@media (min-width: 1800px) {
  .youtube {
    width: 1760px;
    height: 1012px;
  }
}

@media (min-width: 2990px) {
  .youtube {
    width: 2900px;
    height: 1631px;
  }
}

@media (min-width: 4300px) {
  .youtube {
    width: 4200px;
    height: 2362px;
  }
}

/* Partner */

.kitlogotext{
  width: 100%;  
} 


@media (max-width: 991px) {
    
    .kapartner{
    width: 90px;
    margin: 12px;
    height: auto;
}
    
    .ap{
        padding-top: 80px;
    }
    
    
    .spalte{
        height: auto;
        position: relative;
}
    
    .partnerblock{
    padding-bottom: 100px;
}
    
    .portrait{
        max-width: 30%;
        height: auto;
        border-radius: 15000px;
        margin-top: 100px;
}
    
    .partner{
    width: 30%;
    padding-top: 20px;
    top: 0;
    margin-top: 100px;
    position: absolute;
    right: 0;
}
    
    .partnername{
        padding-top: 60px;
        position: relative;
    }
    
}

@media (min-width: 992px) {
    
    .kapartner{
    width: 100px;
    margin: 41px;
    height: auto;
}
    
    .ap{
        padding-top: 90px;
    }
    
    
    .spalte{
        height: 1130px;
        position: relative;
}
    
    .partnerblock{
    padding-bottom: 100px;
}
        
    .portrait{
    max-width: 100%;
    height: auto;
    border-radius: 15000px;
    margin-top: 0;
}
    
    .partner{
    width: 90%;
    padding-bottom: 0px;
    bottom:0;
    position: absolute;
}
    
    .partnername{
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
        height: 110px;
    }
    
    .rolle{
        position: relative;
        top: 0;
        height: 6.1rem;
    }
    
    .partnertext {
        position: relative;
        padding-top: 0;
        height: auto;
    }
}

@media (min-width: 1200px) {
    
    .kapartner{
    width: 120px;
    margin: 49px;
    height: auto;
}
    
    .ap{
        padding-top: 100px;
    }
    
    .spalte{
        height: 960px;
        position: relative;
}
    
    .partnerblock{
    padding-bottom: 100px;
}
    
    .portrait{
    max-width: 100%;
    height: auto;
    border-radius: 15000px;
    margin-top: 0;
}
    
    .partnername{
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
        height: 90px;
    }
    
    .rolle{
        position: relative;
        top: 0;
        height: 4.6rem;
    }
    
    .partnertext {
        position: absolute;
        padding-top: 0;
        height: auto;
    }
}

@media (min-width: 1800px) {
    
    .kapartner{
    width: 140px;
    margin: 50px;
    height: auto;
}
    
    .ap{
        padding-top: 140px;
    }
    
    .spalte{
        height: 2400px;
        position: relative;
}
    
    .partnerblock{
    padding-bottom: 150px;
}
    
    .portrait{
    max-width: 100%;
    height: auto;
    border-radius: 15000px;
    margin-top: 0px;
}
    
    .partnername{
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative;
        height: 205px;
    }
    
    .rolle{
        position: relative;
        top: 0;
        height: 6rem;
    }
    
    .partnertext {
        position: relative;
        padding-top: 0;
        height: auto;
    }
}

@media (min-width: 2990px) {
    
    .kapartner{
    width: 180px;
    margin: 60px;
    height: auto;
}
    
    .ap{
        padding-top: 180px;
    }
    
    .spalte{
        height: 3250px;
        position: relative;
}
    
    .partnerblock{
    padding-bottom: 250px;
}
    
    .portrait{
    max-width: 100%;
    height: auto;
    border-radius: 15000px;
    margin-top: 0;
}
    
    .partnername{
        padding-top: 55px;
        padding-bottom: 55px;
        position: relative;
        height: 250px;
    }
    
    .rolle{
        position: relative;
        top: 0;
        height: 4.6rem;
    }
    
    .partnertext {
        position: relative;
        padding-top: 0;
        height: auto;
    }
}

@media (min-width: 4300px) {
    
    .kapartner{
    width: 220px;
    margin: 92px;
    height: auto;
}
    
    .ap{
        padding-top: 300px;
    }
    
    .spalte{
        height: 3400px;
        position: relative;
}

    .partnerblock{
    padding-bottom: 350px;
}
    
    .portrait{
    max-width: 100%;
    height: auto;
    border-radius: 15000px;
    margin-top: 0;
}
    
    .partnername{
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        height: 300px;
    }
    
    .rolle{
        top: 0;
        position: relative;
        height: 4.6rem;
    }
    
    .partnertext{
        position: relative;
        padding-top: 0;
        height: auto;
    }
}


.partnername p{
    bottom: 0;
    position: absolute;
}

.rolle{
    border-top: 1px solid;
    border-bottom: 1px solid;
}






/* News */

.widthhundred{
    width: 100%;
}

.heighthundred{
    height: 100%;
}

.heighthundredzwei{
    height: 1200px;
}

.newskleiner{
    overflow: hidden;
}

.imagekleiner{
    height: 100%;
    position: absolute;
}


news {
    
}


.hovertext {
    color: black;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
}
.overlayFade{
    height: 100%;
    width:100%;
    top:0;
    left:0;
    background-color: #ff946bbd;
}
.overlay {
    position: absolute;
    opacity: 0;
    transition:all .3s ease;
    background-color: white;
}
.news:hover .overlay,.news:hover .overlayFade {
    opacity: 0.8;
}




.padzero{
    padding: 0px !important;
    margin: 0px !important;
}

.hundert{
    width: 100%;
    height: auto;
}






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







/* Impressum */
.bgimpressum{
    background-color: rgba(255, 255, 245, 1);
    width: 100%;
    min-height: 100%;
    padding-bottom:;
    position: relative;

}

.impressumportrait{
    max-width: 100%;
    height: auto;
    border-radius: 15000px;
    margin-top: 100px;
}

.impressumtext{
    text-align: center;
}


.bodytext{
    font-family: Avenir;
    font-style: normal;
}


.navigationsleiste{
    height: 80px !important; 
}

.logoklein{
    height:2.5rem;
    padding-left: 0;
}

.socialmedia{
    padding-right: 100px;
}

.smicon{
    height: 2rem;
}


.bgnews {
    width: 100%;
    position: relative;
    background-color: rgba(255, 255, 245, 1);
}

.bggruen {
    background-color: rgba(50, 161, 137, 1);
    width: 100%;
    min-height: 100%;
    position: relative;
}

.bgweiss {
    background-color: rgba(255, 255, 245, 1);
    width: 100%;
    min-height: 100%;
    position: relative;
}

.navigation {
    background-color: rgba(255,255,245, 1);
    z-index: 1;
}

.hintergrundweiss{
    background-color: rgba(255,255,245, 1);
}

.zentriert {
    text-align: center;
}

.navlink {
    font-size: 1.5rem;
    
}



#trennstrich{
    width: 80%;
    height: 1px; 
    margin: 0 auto;
    margin-top: 10px;
}






.blue{
    background-color: aqua;
    
}

.gelb{
    background-color: darkorange;
}

.grey{
    background-color: aqua;
    
}



tab{
    display: table;
}


ul.nav li a, ul.nav li a:visited {
    color:  black;
}

ul.nav li a:hover, ul.nav li a:active {
    color: black!important;
}

ul.nav li.active a {
    color: black!important;
}




.relative{
    position: relative;
}

.absolute{
    position: absolute;
}