@charset "UTF-8";
/* COLORS 
#BFA363 Gold
*/
/* CSS Document */
.bg-light {
  background-color: #f9fafa;
}
/*MENU*/
.navbar {
	height: 72px!important;
	z-index: 3000;
}
.navbar-nav {
    background-color: #Fff;
}
.navbar-brand {
  padding-left: 2%;
}
.nav-item {
	padding-right: 11px;
	padding-top: 7px;
	margin-right: 30px;
	padding-bottom: 7px;
	padding-left: 11px;
}
.nav-item a {
	color: #403721!important;
	font-family:"Work Sans";
	font-size: 15px;
	font-weight:400;
}
/*aktiver seitenlink*/
.navbar-nav .nav-link {
    width: 100px; /* Feste Breite für die Links */
    text-align: center;
    transition: background-color 0.3s ease; /* Sanfte Übergänge */
	padding:0%;
}
.nav-item.active {
	background: #BFA363;
	padding-right: 11px;
	padding-top: 7px;
	margin-right: 30px;
	padding-bottom: 7px;
	padding-left: 11px;	border-radius: 20px;
}
.nav-item.active a {
	color: white!important;
	padding-right: none;
}
.nav-item.active .nav-link {
    background-color: #BFA363; /* Hintergrundfarbe für den aktiven Link */
    color: white; /* Schriftfarbe für den aktiven Link */
}
.container-fluid.loewe .img-fluid.mx-auto {
	margin-top: 0%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 23%;
}
div.container-fluid.mission {
	display: flex;
	justify-content: center;
	align-items: center;
	width:200px;
}


@media (min-width: 1200px) {
.navbar {
	padding-top: 0%;
	padding-bottom: 0%;
}

}
/*MENU end*/
/* MOBILE menu */
/* CSS für das Hamburger-Menü */
@media (max-width: 991px) {
	.nav-item {
    padding-top: 27px;
}
	.nav-item.active {
    margin-top: 21px;
}
    body.navbar-open {
        overflow: hidden; /* Verhindert das Scrollen des Body-Inhalts */
    }

    .navbar-collapse.collapse.show {
        background-color: #fff;
        position: relative;
        /*top: 63px;*/
        /*right: 0;*/
        /*bottom: 0;*/
        /*left: 0;*/
        z-index: 1000;
        /*padding: 85px 0px;*/
        display: flex;
        flex-direction: column;
        align-items: center;	
    }
.collapse:not(.show) {
    display: none!important;
    z-index: -2000!important;
}
    /* Stil der Menüpunkte im mobilen Menü anpassen */
    .navbar-nav {
        text-align: center;
        margin: 0 auto;
    }

    .navbar-nav .nav-link {
        color: #403721 !important;
    }
}
.custom-hamburger {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative; /* Position für den Rahmen */
}
.custom-hamburger.active {
    padding-left: 4px;
	margin-bottom: -5px;
}

.custom-hamburger .bar {
    width: 30px;
    height: 2px;
    background-color: #bfa363;
    margin: 3px 0;
    border-radius: 1px;
    transition: 0.4s;
}

.custom-hamburger.active .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-15px, 9px);
    margin: -6px 0px 0px 0px;
}

.custom-hamburger.active .bar:nth-child(2) {
    opacity: 0;
    margin: 0px;
}

.custom-hamburger.active .bar:nth-child(3) {
    transform: rotate(45deg) translate(-15px, -9px);
    margin: 9px 0px 0px 0px;
}
/* Chrome Rahmen um Hamburger Menü herum */
/* Überschreiben des Fokus-Rahmens im Chrome-Browser */
button:focus, .navbar-toggler:focus, .navbar-toggler {
    outline: none; /* Deaktivieren Sie den standardmäßigen Fokus-Rahmen */
    border: none; /* Entfernen Sie alle Border-Stile */
}

/* mobile MENU end*/
/*Site-Width*/
.width-limit {
	max-width: 750px;
	display:flex;
	align-content: center;
	align-items: center;
	margin:auto;
}
@media (max-width: 991px) {
.width-limit {
    padding: 0px 40px;
}
}
#content-max-width {
	max-width: 750px;
	margin:auto;
	padding:30px 20px 60px 20px;

}
/*margin-left-and-right*/
.mx-6 {
	margin:2%;
}
.mb-4 {
		padding:0 5% 0;
}
/* */
/*TYPO*/
body, ul, a {
	color: #403721;
}
#content-max-width a {
    color: #BFA363;
}
ul li{
font-family: 'Open Sans';
font-size:15px;
padding-bottom:18px;
font-weight:100;
}
ul ul li {	
padding-top:15px;	
}

ul.my-list li {
  font-family: 'Open Sans';
  font-size: 15px;
  padding-bottom: 22px;
  font-weight: 100;
  position: relative;
}

ul.my-list li::marker{
  color: #757575;
}

ul.my-list {
  padding-left: 17px;
}
ul.sub-list {
  padding-left: 17px;
}
ul.sub-list li {
  font-family: 'Open Sans';
  font-size: 15px;
  padding-bottom: 0px;
  font-weight: 100;
  position: relative;
}

ul.sub-list li::marker {
  color:#000;
	font-size:100%;
	margin-left:-20px!important;
}


p{
	font-size:15px;
	font-family:"Open Sans";
	font-weight:100;
	padding-bottom:30px;
	line-height:28px;
}
.gold-bold {
	color: #BFA363;
	font-weight:bold;
}
h1 {
	padding-bottom: 3%;
	font-weight: 100;
line-height: 1.5em;
	font-size: 36px;
	font-weight:100!important;
	font-family: "Work Sans";
	color: #403721;
}
h2{
	
	padding-top: 6%;
	padding-bottom: 3%;
	font-weight: 100;
	line-height: 1.5em;
	font-size: 32px;
	font-family: "Work Sans";
	color: #403721;
}
.mission-h1 {
	text-align: center;
	padding-top: 6%;
	padding-right: 20%;
	padding-left: 20%;
	padding-bottom: 3%;
	font-weight: 100;
	line-height: 59px;
	font-size: 36px;
	font-family: "Work Sans";
	color: #403721;
}
.mission-h2 {
	text-align: center!important;
	line-height: 57px;
	font-size: 36px;
	font-weight: 100;
	font-family: "Work Sans";
	margin-bottom:0px;
	padding-bottom:10px;
}
h3 {
	line-height: 25px;
	font-size: 22px;
	font-weight: 100;
	font-family: "Open Sans";
}
/*TYPO end*/
.container-fluid.loewe {
	max-width: 358px;
	max-height:350px;
}
/*HOME Animierter Satz*/
.adjective-container {
    display: inline-flex;
    align-items: baseline; /* Vertikale Ausrichtung an der Baseline */
    justify-content: center; /* Horizontale Ausrichtung mittig */
    padding: 0px 15px; /* Reduzierte Polsterung oben/unten */
    background-color: white;
    text-align: center;
    overflow: hidden;
    width: auto;
    min-width: 474px; /* Mindestbreite für schmale Bildschirme (angepasst) */
    border-radius: 70px;
    line-height: 1.45; /* Reduzieren Sie die Zeilenhöhe */
}

/* CSS-Regeln für breite Bildschirme (zum Aktivieren des Zeilenumbruchs) */
@media (min-width: 992px) {
  .line-break-only-wide {
    display: block; /* Ändert die Anzeige auf block, sodass es zu einem Zeilenumbruch kommt */
  }
}

/* CSS-Regeln für schmale Bildschirme (um den Zeilenumbruch zu deaktivieren) */
@media (max-width: 991px) {
  .line-break-only-wide {
    display: inline; /* Ändert die Anzeige auf inline, sodass es keinen Zeilenumbruch gibt */
  }
}

/* CSS-Regeln für breite Bildschirme (mindestens 1044px) */
@media (min-width: 1044px) {
  .adjective-container {
    text-align: center; /* Zentriert den Inhalt horizontal */
    font-size: 36px; /* Ändert die Schriftgröße */
  }
}

/* CSS-Regeln für schmale Bildschirme (maximal 1043px) */
@media (max-width: 1043px) {
  .adjective-container {
    text-align: center; /* Zentriert den Inhalt horizontal */
    font-size: 28px; /* Reduziert die Schriftgröße */
  }
.mission-h1 {
	font-size: 28px;
	line-height: 1.45; /* Reduzieren Sie die Zeilenhöhe */
}
}

.adjective {
    display: inline-block;
    margin: 0;
    opacity: 1; /* Setzen Sie die Opazität auf 1, um das erste Adjektiv sichtbar zu machen */
    animation: fadeInOut 3s infinite;
	color:#BFA363;
}
@keyframes fadeInOut {
    0%, 100% {
        opacity: 0;
    }
    
    50% {
        opacity: 1;
    }
}
@media (max-width: 767px) {
    .adjective-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 5px 10px;
        min-width: 250px; 
		margin: 5px 0;
    }
    .adjective {
        margin: 0;
        opacity: 1;
        animation: fadeInOut 3s infinite;
        color: #BFA363;
    }
.mission-h1 {
	text-align: center!important;
    padding: 8% 6% 2%;
	font-weight: 200;
	line-height: 45px;
	font-size:28px;
}
}
/*HOME Animierter Satz END*/
.container-fluid.mission {
	display: flex;
	justify-content: center;
	align-items:center;
	width: 70%;
}
.content-row{
	padding-bottom:20px;
}

.lion-watermark {
  position: relative;
}
.lion-watermark .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../images/lion-watermark.png");
  background-repeat: no-repeat;
  background-position: right center;
  opacity: 0.45;
  z-index: -3000;
}
.lion-kontakt {
 opacity: 0.3;
	margin-left:-20px;
}

/*HOME zwei Spalten*/
.white-box {
	background-color: white;
	padding: 40px 0px 40px;
	text-align: center;
	border-radius: 5px;
	max-width: 100%;
	height:100%;
	max-height:320px;
}
.white-box2 {
	background-color: white;
	padding: 15px 20px 1px;
	text-align: center;
	border-radius: 5px;
}
.text-box {
	background-color: transparent;
	padding-top: 0px;
	margin-top: -20px;
	layer-background-color: #403721;
		text-align: center;
}
.empower-projects {
	width:225px;
}
.empower-people {
	width:140px;
}
.empower-projects-leistungen {
	width:232px;
	padding-top:13px;
}
.empower-people-leistungen {
	width:126px;
    padding: 0px 0px 4px;
}
/* Projekte */
.referenclist p{
	padding-bottom:15px;
	line-height:normal;
	margin-left:41px;
}
.referenclist img{
	margin-left:-41px;
	float:left;	
}
img.wind {
margin-top:-5px;
padding: 0 1px;
}
img.team {
	padding:0px 4px 20px;
}
img.kuehlturm {
	padding: 1px 7px 0px;
}
/*Impressum */
.impressum h2, .impressum h3, .impressum h4 {
	font-size:15px;
	font-weight: bold!important;
	font-family: "Open Sans";
		padding:1em 0em 1em;
	margin:0em;
}
.impressum p {
	padding:0em 0em 1em;
	margin:0em;
}
/*Datenschutz */
.datenschutz h2 {
	font-size:18px;
	font-weight: bold!important;
	font-family: "Open Sans";
	padding:1em 0em 1em;
	margin:0px;
	line-height: normal;
}
.datenschutz h3, .datenschutz h4 {
	font-size:15px;
	font-weight: bold!important;
	font-family: "Open Sans";
	padding:1em 0em 1em;
	margin:0em;
	line-height: normal;
}
.datenschutz p {
	padding:0em 0em 1em;
	margin:0em;
}
/*FOOTER */
footer{
    width: 100%;
    background: #595752;
    bottom: 0;
    z-index: 6;
	color:white!important;
	font-family: 'Work Sans';
	font-weight:200;
	font-size:13px;
	padding:20px 0px 10px 0px;
}
footer .wrap{
    margin: 10px auto;

}
footer .container.text-center .small {
	font-weight: 200;
	opacity:0.75;
	font-size:12px;
	margin-left:-23px;
    margin-bottom: 5px;
}
 .nav {
display:inline-block;
float: none;
 }
 footer ul.list-inline, footer nav, footer ul, footer a {
	 color:white!important;
	 padding: 0px 10px;
 }
.social {
    width: 250px;
    float: none;
    margin: 0 auto;
}
.list-inline-item:not(:last-child) {
  margin-right: 1rem;
}

/* Zusätzlicher CSS-Code für das zentrierte Logo auf kleineren Bildschirmen */
@media (max-width: 991px) {
	footer {
		display:none;
	}
	footer.mobile {
		display:block;
		padding:0px 0px 15px 0px;
	}
	footer.mobile .container.text-center .small {
    margin-left: 0px;
}
	.logo-container {
    display: block;
    text-align: center;
	clear:both;
	width:100%;
	height:75px;
  }
  
  .menu-container {
    display: grid;
    text-align: center;
    margin-top: 30px; /* Abstand zwischen Logo und Menü auf kleineren Bildschirmen */
  }
.list-inline-item:not(:last-child) {
    margin-right: 0rem;
}
}
@media (min-width: 991px) {
	footer.mobile {
		display:none;
	}
}
	
/* CSS für das Standardverhalten des mobilen Menüs */
#mobileMenu {
    display: none; /* Standardmäßig ausblenden */
}

/* Media Query, um das mobile Menü in Bildschirmen kleiner als 768px anzuzeigen (Bootstrap-Breakpoint für mobile Geräte) */
@media (max-width: 768px) {
    #mobileMenu {
        display: block; /* Bei Bedarf anzeigen */
    }
}
