/* ___________________________ 

BITAHEAD STYLESHEET

11.03.2025

_____________________________*/

/* --- HEADER NAV --- */

.bg-turkis{
    background-color:#08ab9e;
}

.nav-item a{color:#fff;text-decoration: none;text-transform: uppercase;font-size:1.2em;padding:0 3em;}
.nav-item a:hover{color:#ccc;}


/* --- HEADER NAV END --- */


/* --- GLOBALS --- */



body{font-family: 'Lato', sans-serif;}
a{color:#666;text-decoration: none;}
a:hover{color:#08ab9e;}


.plus-liste li::marker{color:#08ab9e;}


section .row>* {padding:0;}

h1{color:#626a6e;font-weight:900;font-size:4.5em;text-transform: uppercase;letter-spacing: 5px; margin-top: 60px; margin-bottom: 60px;}
h2{color: #08ab9e; font-size: 2.5em; text-transform: uppercase; font-weight: 700; margin-top: 0; margin-bottom: 30px;line-height: 1.3em;}
h3{color: #08ab9e; font-size: 2em; line-height: 1.3em; text-transform: uppercase; font-weight: 700; margin-top: 10px; margin-bottom: 20px;}
h4{color: #626a6e; font-size: 1.5em; text-transform: uppercase; font-weight: 700; margin-top: 100px; margin-bottom: 20px;}
h5{color: #626a6e; font-size: 1em; text-transform: uppercase; font-weight: 700; margin: 20px 10px 20px 20px;}

.custom-btn{ background-color: #08ab9e; color: #fff; border: none; margin-top: 25px; padding: 10px 30px; text-align: center; display: inline-block; text-transform: uppercase; cursor: pointer; border-radius: 15px; transition: background-color 0.3s ease;}
.custom-btn:hover {background-color: #626a6e; color: #fff;}





.border-turkis-bottom{background-color:rgba(98,106,110,.1);border-bottom:10px solid rgba(8,171,158,.5);border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
.bild-links{background-color: #fff;overflow:hidden;max-height:700px; position: relative;}
.bild-links img{width:100%;}
.inhalt-rechts{position:relative;padding: 10em 6em 2em 6em;display:flex-wrap;align-items: center;}
.icon-rechts{position:absolute;margin-left:-30px;top:2em;}
.bildlogos{ position: absolute; bottom: 5%; left:50%;width: 35%;text-align: center;}
.bildlogos img{width: 100%;}

.spalte-links{background-color:rgba(98,106,110,.2); width:100%;height:100%;padding:2em 3em 2em 3em;display:flex;align-items: center;}
.spalte-rechts{background-color: rgba(98,106,110,.1);width:100%;height: 100%;padding:2em 3em 2em 0;}
.plus-liste{position:relative; padding: 1em 3em 1em 6em;display:flex-wrap;align-items: center;}
.ueberschrift-rechts{}

.highlight{color: #626a6e;}
.thin{fontsize: 1em; font-weight: 300;}


.layer-closed{margin:0;height:0px;overflow:hidden;max-height:100%;}
.open{height:1400px;transition: all 1s ease-out;}
.open2{height:1100px;transition: all 1s ease-out;}
/* ----------- RESPONSIVE STYLES -------------- */

@media (max-width:600px) {

.container{padding:0 2em;}

h1{font-size:2.5em;}
h2{font-size: 1.5em;} 
h3{font-size: 1.2em;} 

.lg-bild{width:80%;}

.inhalt-rechts{padding: 10em 3em 2em 3em;}

.open{height:2800px;transition: all 1s ease-out;}
.open2{height:2300px;transition: all 1s ease-out;}

}