html {
  scroll-behavior: smooth;
	 
}



body {
            margin: 0;
            padding: 0;
            height: 100vh;
			width: 100%;
            background-color: #FFF;
			-webkit-transition: all 0.3s ease;
  			-moz-transition: all 0.3s ease;
  			-o-transition: all 0.3s ease;
  			transition: all 0.3s ease;
            color: #FFF;
			font-family: montserrat, sans-serif;
	        font-weight: 500;
            font-style: normal;
	font-size: 1.3vw;
	line-height: 150%;
	
        }



/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#001524; /* change if the mask should have another color then white */
	z-index:9999; /* makes sure it stays on top */
}

#status {
	width:100px;
	height:100px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url("../images/BuS_preloader.svg"); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-50px 0 0 -50px; /* is width and height divided by two */
}



        .navbar {
            position: absolute; /* Wie gewünscht absolut positioniert */
            top: 0;
            left: 0;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 3% 20%; /* Abstände links/rechts und oben */
            box-sizing: border-box;
            z-index: 100; /* Stellt sicher, dass das Menü über anderen Inhalten liegt */
        }

        /* --- Logo Bereich (Nachbau mit CSS für die Demo) --- */
        .logo-container {
            display: flex;
            align-items: center;
			height: 5vw;
			width: 15vw;
            gap: 10px;
            color: #ffffff;
            text-decoration: none;
			background-image: url("../images/BuS_Logo_vec.svg");
			background-size: auto 100%;
			background-repeat: no-repeat;
        }

        .logo-icon {
            width: 40px;
            height: 40px;
            border: 2px solid #ffffff;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            font-size: 18px;
            letter-spacing: -1px;
        }

        .logo-text {
            font-weight: 700;
            font-size: 16px;
            line-height: 1.1;
            letter-spacing: 1px;
        }

        /* --- Navigation Links --- */
        .nav-links {
            display: flex;
            gap: 2.5vw; /* Abstand zwischen den Menüpunkten */
        }

        .nav-link,
.nav-link:visited,
.nav-link:active,
.nav-link:focus {
            color: #ffffff;
            text-decoration: none;
            font-size: 1vw;
            font-weight: 500;
            letter-spacing: 0.05vw;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 2px; /* Abstand zwischen Text und der Hover-Linie */
        }

        /* --- Der aktive Link (Kontakt) --- */
        .nav-link.active,
.nav-link.active:visited,
.nav-link.active:active,
.nav-link.active:focus {
            color: #f7ad6b; /* Das Geld/Orange aus deinem Bild */
        }



        /* --- Der Hover-Effekt (Linie von links nach rechts) --- */
        .nav-link::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px; /* Dicke der Linie */
            background-color: #ffffff;
            
            /* Startzustand: Linie ist unsichtbar (Skalierung 0) */
            transform: scaleX(0);
            
            /* Wenn die Maus WEGGEHT, schrumpft die Linie in Richtung rechts */
            transform-origin: right; 
            
            /* Animationseinstellung */
            transition: transform 0.3s ease-out;
        }

        /* Wenn die Maus ÜBER dem Link ist */
        .nav-link:hover::after {
            /* Linie wird auf volle Breite skaliert */
            transform: scaleX(1);
            
            /* Beim Hovern wächst die Linie von links nach rechts */
            transform-origin: left; 
        }

        /* Optional: Den Hover-Effekt beim ohnehin aktiven Element deaktivieren */
        .nav-link.active:hover::after {
            display: none; 
        }














.bs-header-wrap {
	width: 100%;
	height: 40vw;
	background: url("../images/img_BuS_header_background.jpg");
	background-size: 100% auto;
	background-position: center;
	padding-top: 5vw;
	position: relative;
}

.bs-goldblue-shape {
	background: url("../images/BuS_header_graphic-02.png");
	background-size: auto 100%;
	width: 35vw;
	height: 45vw;
	position: absolute;
	top: 0px;
	right: 0px;
}

.bs-header-inner {
	width: 60%;
	height: 30vw;
	size: 5vw;
	margin: 17vw 20% 0vw 20%;
	
	
}


.bs-section_01-wrap {
	width: 100%;
	height: auto;
	position: relative;
	overflow: visible;
	background-color:#002E55; 
}

.bs-section_01-inner {
	width: 60%;
	height: 37vw;
	size: 5vw;
	margin: 0vw 20% 0vw 20%;
	
	
}


.bs-logo-header {
	background-image: url("../images/BuS_Logo_vec.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 7vw;
	width: 15vw;
	margin-bottom: 10vw;
	margin-top: 0vw;
}

.bs-title-header {
	font-size: 3vw;
	line-height: 3.2vw;
	font-weight: 400;	
	width: 40vw;
	height: auto;
	margin-bottom: 1.3vw;
	
}

.bs-subtitle-header {
	font-size: 1.3vw;
	line-height: 1.5vw;
	font-weight: 500;	
	width: 40vw;
	height: auto;
}


.bs-section_video {
	width: 23vw;
	height: 40vw;
	background-color: grey;
	z-index: 999;
	top: -10vw ;
	position: absolute;
	border-radius: 2vw;
	overflow:hidden;

}

.bs-section_video video {
  width: 100%;
  height: auto;
  object-fit: cover; /* oder 'contain', je nach gewünschtem Zuschnitt */
}


.bs-section_01-textbox {
	width: 45%;
	height: auto;
	margin: 0 0 0 55%;
	padding: 4.5vw 0 0 0;
	font-size: 1.3vw;
	line-height: 150%;	
}

.bs-title-textbox {
	font-size: 2.5vw;
	line-height: 2.6vw;
	font-weight: 400;	
	margin-bottom: 1.3vw;
}



.bs-box-Konfigurator {
	width: 80%;
	height: auto;
	padding: 10% 10% 10% 10%;
	border-radius: 2vw;
	background-color: #004567; 
}


.bs-box-Konfigurator-Button {
	width: 94%;
	height: auto;
	padding: 3% 3% 3% 3%;
	display: inline-block;
	background-color: #FFF;
	color: #004567;
	font-size: 1.4vw;
	text-align: center;
	border-radius: 2vw;
	margin: 2vw 0 2vw 0;
	cursor: pointer;
}


.bs-box-Konfigurator-Button:hover {
	width: 94%;
	height: auto;
	padding: 3% 3% 3% 3%;
	background-color: #009ed7;
	color: #fff;
	font-size: 1.4vw;
	text-align: center;
	border-radius: 2vw;
	margin: 2vw 0 2vw 0;
	cursor: pointer;
}


.bs-infotext-small {
	width: 100%;
	font-size: 0.9vw;
	line-height: 130%;
	margin: 1vw 0 0vw 0;
}




.bs-section_02-wrap {
	width: 100%;
	height: auto;
	background-color:#FFF;
	margin-bottom: -2vw;
	padding-bottom: 5vw;
	
}

.bs-section_02-header {
	width: 60%;
	margin-right: 40%;
	margin-bottom: 5%;
	height: 30vw;
	border-radius: 0 0 2vw 0;
	background-color: grey;
	background-image: url("../images/img_BuS_header_leistungen.jpg");
	background-size: cover;
}

.bs-section_02-inner {
	width: 60%;
	height: auto;
	size: 5vw;
	margin: 0vw 20% 0vw 20%;	
	
}

.bs-title-textbox-blue {
	font-size: 2.5vw;
	line-height: 2.6vw;
	font-weight: 400;	
	margin-bottom: 1.3vw;
	color: #004567;
	
}

.breakline-leistungen {
	height: 2vw;
	width: 100%;
	border-bottom: 0.1vw solid #616160;
	margin-bottom: 2vw;
}

.bs-leistung-wrap {
	width: 100%;
	display: grid;
  	grid-template-columns: 0.1fr 0.5fr 1fr;
  	gap: 0vw;
  
	
}

.bs-leistung-digit {
	
	height: auto;
	font-size: 5vw;
	line-height: 4vw;
	font-weight: 400;
	color: #004567;
	
}

.bs-leistung-title {
	
	height: auto;
	font-size: 2vw;
	line-height: 2.1vw;
	color: #004567;
	
}

.bs-leistung-text {
	
	height: auto;
	color: #616161;
	margin-bottom: 2vw;
}


.bs-leistung-text li {
	margin-bottom: 1vw;
}


.bs-leistung-text ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 0vw 0;

}

.bs-leistung-text ul li {
  position: relative;
  padding-left: 3vw;
  margin-bottom: 1.3vw;
  
  line-height: 1.8vw;

}

.bs-leistung-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.0vw;
  width: 2vw;
  height: 2vw;
  background-image: url("../images/BuS_bulletpoint.svg");
  background-size: contain;
  background-repeat: no-repeat;
}





.bs-section_03-wrap {
	width: 100%;
	height: auto;
	margin-top: 10vw;
	margin-bottom: -2vw;
	padding-bottom: 0vw;
	background-color: #001a27;
	overflow: visible;
	background-image:url("../images/BuS_BG-11.jpg");
	background-position: left top;
	background-size: 50vw auto;
	background-repeat: no-repeat;
	
}

.bs-section_03-header {
	width: 60%;
	margin-right: 40%;
	margin-bottom: 5%;
	height: 30vw;
	border-radius: 0 0 2vw 0;
	background-color: grey;
	background-image: url("../images/BuS_header_background.jpg");
	background-size: cover;
}

.bs-section_03-inner {
	width: 60%;
	height: auto;
	size: 5vw;
	margin: 15vw 20% 0vw 20%;	
	
}

.bs-section-whyus {
	background-color: #002e55;
	height: 41.3vw;
	width: 75%;
	border-radius: 0 2vw 0 0;
	overflow: visible;
	position: relative;
	top: -10vw;
}

.bs-section-whyus-textbox {
	margin: 0% 0 20% 26.8%;
	padding-top: 5%;
	
}


.bs-section-whyus-textbox li {
	margin-bottom: 1vw;
}


.bs-section-whyus-textbox ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 5vw 0;

}

.bs-section-whyus-textbox ul li {
  position: relative;
  padding-left: 3vw;
  margin-bottom: 1.3vw;
  
  line-height: 1.8vw;

}

.bs-section-whyus-textbox ul li::before {
  content: "";
  position: absolute;
  left: 0;
	
  top: 0.0vw;
  width: 2vw;
  height: 2vw;
  background-image: url("../images/BuS_bulletpoint.svg");
  background-size: contain;
  background-repeat: no-repeat;
}



.bs-section-whyus-staff-wrap {
	margin-left: 9.15vw;
	width: 60vw;
	height: 30vw;
	border-radius: 0 0 0 2vw;
	overflow: hidden;
	display: grid;
  	grid-template-columns: repeat(4, 1fr);
 	grid-template-rows: repeat(2, 1fr);
 	background-color: #001f3f;
		
}

.bs-teamgrid-item {
  	background-size: cover;
 	background-position: center;  
}

.person-01 { grid-column: 1; grid-row: 1; background-image: url("../images/img_BuS_staff_01.jpg"); background-color: #5778A3;}
.person-02 { grid-column: 2; grid-row: 1; background-image: url("../images/BuS_staff-10.jpg"); background-color: #002255;}
.person-03 { grid-column: 4; grid-row: 2; background-image: url("../images/img_BuS_staff_02.jpg"); background-color: #002255;}
.person-04 { grid-column: 3; grid-row: 1; background-image: url("../images/img_BuS_staff_05.jpg"); background-color: #002255; }
.person-05 { grid-column: 1; grid-row: 2; background-color: #f7ad6b; }
.person-06 { grid-column: 2; grid-row: 2; background-image: url("../images/img_BuS_staff_04.jpg"); background-color: #002244; }
.person-07 { grid-column: 3; grid-row: 2; background-image: url("../images/img_BuS_staff_03.jpg"); background-color: #002244; }
.person-08 { grid-column: 4; grid-row: 1; background-color: #002244; }



.bs-faq-title {
	
	height: auto;
	font-size: 2vw;
	line-height: 2.1vw;
	color: #009ed7;
	margin: 0 0 5% 0;
}

.bs-faq-text {
	width: 100%;
	height: auto;
	margin: 0 0 2% 0;
}



.box-grid {
	width: 60%;
	display: grid;
  	grid-template-columns: repeat(2, 1fr);
 	grid-template-rows: repeat(1, 1fr);
	height: auto!important;
	column-gap: 12%;
	padding:3% 5% 4% 5%;
	margin: -10% 15% 0% 15%;
	position: relative!important;
	top: -8vw;
	background-image: url("../images/BuS_Konfi-BG.jpg");
	background-position: center;
	background-size: cover;
}

.bs-40-box-konfi {
	width: 100%;
	height: auto;
	color: #FFF;
}

.bs-set-down-button {
	margin-top: 3vw;
}

.bs-set-down-button:hover {
	margin-top: 3vw;
	color: white!important;
}


















.footer-wrap {
	width: 90%;
	height: auto;
	background-color: #FFF;
	padding: 0vw 5% 5vw 5%;
	background-height: auto 100%;
	text-align: center;
	overflow: visible;
	color:#616161;
}

.footer2-wrap {
	width: 90%;
	height: 5vw;
	background-color: #001a27;
	padding: 3vw 5% 3vw 5%;
	background-height: auto 100%;
	text-align: center;
	font-size: 1vw;
	background-position: bottom center;
	background-size: auto 90%;
	background-repeat: no-repeat;
}
.footer-mobile-bumper {
	
}

.footer-logo {
	width: 8vw;
	height: 4vw;
	margin-right: 3vw;
	background-image:url("../images/BuS_Logo_vec.svg");
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	float: left;
}

.footer-text {
	width: auto;
	height: 2vw;
	padding: 1vw 01vw 0;
	float: left;

}

.footer-links-right {
	width: auto;
	height: 2vw;
	padding: 1vw 01vw 0;
	float: right;

}

.wrap-contact {
	width: 70%;
	height: auto;
	overflow: auto;
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2%;
	
}

.tile-contact {
	width: 33%;
	height: auto;
	float: left;
	font-size: 1.3vw;
	line-height: 2vw;
		
}

.title-contactitem {
	height: auto;
	width: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 2.1vw;
	line-height: 2vw;
	color: #004567;
	padding-bottom: 1vw;
}




a {
    color: #009ed7;
    text-decoration: none; 
	
	
}

a:visited {
    color: #009ed7;
}

a:hover {
    color: #FFFFFF;
}

a:active {
    color: #FFFFFF;
}



.footer-wrap a {
    color: #009ed7;
    text-decoration: none;
}

.footer-wrap a:visited {
    color: #009ed7;
}

.footer-wrap a:hover {
    color: #004567;
}

.footer-wrap a:active {
    color: #004567;
}



        #container {
            display: flex;
            flex-wrap: wrap;
            max-width: 900px;
			
        }

		.wrap-container {
			display: flex;
            flex-wrap: wrap;
			justify-content: center;
            align-items: center;
            height: auto;
			width: 96%;
			margin-left: 2%;
			margin-right: 2%;
			margin-bottom: 50px;
			z-index: 70;	
		}
		

		
.imprintdata-wrap {
	height: auto;
	overflow: auto;
	padding: 5vw 10% 10vw 10%;
	color: #1a1a1a;

}

.imprintdata-wrap a:hover {
	
	color: #002E55;

}


.imprintdata-left-container {
	width: 30%;
	min-height: 20vw;
	float:left;
	background-image: url("../images/BuS_Logo_vec_blue.svg");
	background-size: 15vw auto;
	background-repeat: no-repeat;
	padding: 10vw 0 0 0;
}

.imprintdata-right-container {
	width: 70%;
	height: auto;
	float: right;
	position: relative;
	font-size: 1.0vw;
	line-height: 1.7vw;
}

.imprintdata-title {
	
	font-size: 1.7vw;
	line-height: 1.7vw;
	padding-bottom: 0.2vw;
}

.imprintdata-right-container li {
	padding: 0.5vw;
}

.imprintdata-right-container ul {
	padding: 0 2vw;
}







.bg-image-item1 {
	background-image: url("../images/k_image-header1.jpg");
	background-size: cover;

}

.bg-image-item2 {
	background-image: url("../images/k_image-header2.jpg");
	background-size: cover;

}

.bg-image-item3 {
	background-image: url("../images/k_image-header3.jpg");
	background-size: cover;

}

.bg-animation-wrap {
  display: flex;
  width: 400%; /* 4 Slides inkl. Duplikat */
  height: 50vw;
  transition: transform 3s cubic-bezier(0.25, 1, 1.75, 1);
}

.bg-animation-item {
  width: 25%;
  height: 100%;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}




.cookie-link-d {
	

}

.cookie-text {
	position: relative;
	width: auto;
	min-height: 10px;
	padding-right: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	
}




.cookie-check {	

	font-weight: 700;
	font-size: 15px;
	border: 2px solid #FFF;
	border-radius: 30px;
	margin: auto;
	padding: 8px 12px;
	width: 80px;
    top:5px; *top:-2px; right:20px;
    cursor:pointer;
	text-align: center;
}


.cookie-check:hover {
	color: #FFF;
	background-color: #009ed7;
	border: 2px solid #009ed7;
}

.cookie-message {
	position: fixed;
	width: 200px;
	bottom: 0;
	right: 0;
	margin: 20px;
	padding-top: 80px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	background-image: url("../images/BuS_cookies-12.svg");
	background-repeat: no-repeat;
	background-size: 90% auto;
	background-position: top center;
	background-color: #001524;
	border-bottom: 0px solid #ccc;
	z-index: 800;
	font-size: 14px;
	line-height: 170%;
	color: #FFF;
	border-radius:  20px;
	
}




.cookie-message p, .cookie-message a {
  
}


.bs-section_about_title {
	width: 28vw;
	height: auto;
	
	padding: 4.5vw 0 0 0;
	
	
	position: absolute;
	
	overflow:hidden;

}

.bs-section_about_01-wrap {
	width: 100%;
	height: auto;
	position: relative;
	overflow: visible;
	background-color:#FFF; 
	color: #616161;
}

.bs-section_about_02-header {
	width: 48%;
	margin-right: 40%;
	margin-bottom: 5%;
	height: 25vw;
	border-radius: 0 0 2vw 0;
	background-color: grey;
	background-image: url("../images/img_BuS_header_leistungen.jpg");
	background-size: cover;
	position:absolute;
	
}

.bs-section_about_01-header {
	width: 48%;
	margin-right: 40%;
	margin-bottom: 0%;
	height: 25vw;
	border-radius: 0 2vw 0 0 ;
	background-color: grey;
	background-image: url("../images/img_BuS_header_leistungen.jpg");
	background-size: cover;
	bottom: 0vw;
	position: absolute;
	
}

.bs-section_about_01-inner {
	width: 60%;
	height: auto;
	size: 5vw;
	margin: 0vw 20% 0vw 20%;
	
	
}

.bs-section_about_02-wrap {
	width: 100%;
	height: auto;
	
	margin-bottom: 10vw;
	padding-bottom: 5vw;
	background-color: #001a27;
	overflow: visible;
	background-image:url("../images/BuS_BG-11.jpg");
	background-position: left top;
	background-size: 50vw auto;
	background-repeat: no-repeat;
	
}

.bs-box-staerken {
	width: 60%;
	height: auto;
	
	border-radius: 2vw;
	background-color: #004567; 
	height: auto!important;
	column-gap: 12%;
	padding:5% 5% 2% 5%;
	margin: -10% 15% 0% 15%;
	position: relative!important;
	top: -8vw;
	color: #FFF;
	text-align: left;
}

.bs-box-staerken-textbox {
	margin: -2% 0 0% 0%;
	padding-top: 0%;
	
}


.bs-box-staerken-textbox li {
	margin-bottom: 1vw;
}


.bs-box-staerken-textbox ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 5vw 0;

}

.bs-box-staerken-textbox ul li {
  position: relative;
  padding-left: 3vw;
  margin-bottom: 1.3vw;
  
  line-height: 1.8vw;

}

.bs-box-staerken-textbox ul li::before {
  content: "";
  position: absolute;
  left: 0;
	
  top: 0.0vw;
  width: 2vw;
  height: 2vw;
  background-image: url("../images/BuS_bulletpoint.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.bs-leistungen-right-content {
	
	width: 60%;
	min-height: 105vw;
	height: auto;
	background-color: #002E55;
	margin-left: 40%;
	right: 0px;
	top: -10vw;
	border-radius: 2vw 0 0 0;
	padding: 0 0 10vw 0;	
	
}

.bs-leistungen-right-text {
	margin: 0 15% 0 15%;
	width: 55%;
	height: auto;
	padding: 13vw 0 0% 0;
	background-color: ;
	
}

.leistung-small-title {
	padding: 0 0 0.0vw 0; 
	color: #f7ad6b!important;
}





.bs-leistungen-left-content {
	
	width: 42%;
	height: auto;
	background-color: #FFF;
	position:absolute;
	left: 0px;
	top: 0vw;
	border-radius: 0 2vw 2vw 0;
	z-index: 300;
	
	
}



.bs-section_leistungen-wrap {
	width: 100%;
	height: auto;
	margin-top: 0vw;
	position: relative;
	overflow: visible;
	background-color:#004567; 
}

.bs-leistungen-header-content {
	background-color: #2F2F2F;
	background-size: cover;
	width: 60%;
	height: 26vw;
	position:absolute;
	top: -6vw;
	border-radius: 2vw 0 0 0;
	
}


.bs-title-textbox-subtitle-01 {
	font-size: 2.5vw;
	line-height: 2.6vw;
	font-weight: 400;	
	margin-bottom: 1.3vw;
	height: auto;
	font-size: 2vw;
	line-height: 2.1vw;
	color: #f7ad6b;
}


.bs-leistungen-liste-wrap {
    width: 70%;
    height: auto;
    margin: 10% 15% 10vw 15%;
}

/* Angepasst für den Link */
.bs-leistungen-liste {
    width: 78%;
    height: 6vw;
    background-image: url("../images/BuS_bulletpoint.svg");
    background-repeat: no-repeat;
    background-size: 18% auto;
    background-position: left center;
    padding-left: 20%;
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    opacity: 0.7;
	filter: grayscale(100%);
    /* NEU: Link-Styling und sanfter Übergang */
    text-decoration: none; 
    transition: all 0.3s ease; 
}

/* NEU: Der Hover-Effekt */
.bs-leistungen-liste:hover {
    background-color: #FFF; /* Leichte Hintergrundfarbe beim rübergehen */
    transform: translateX(5px); /* Das Element schiebt sich leicht nach rechts */
    border-radius: 8px; /* Optional: abgerundete Ecken für den Hover-Kasten */
	opacity: 1;
	filter: grayscale(0%);
}

/* NEU: Optional - Titel-Farbe ändert sich beim Hovern */
.bs-leistungen-liste:hover .bs-leistungen-title-link {
    color: #006699; /* Etwas helleres Blau beim Hovern */
}

.bs-leistungen-title-link {
    height: auto;
    width: 90%;
    font-size: 1.2vw;
    line-height: 120%;
    padding-bottom: 0.2vw;
    color: #004567; 
    transition: color 0.3s ease; /* Weicher Übergang für den Farbwechsel */
}

.bs-leistungen-subtitle-link {
    width: 90%;
    font-size: 0.8vw;
    line-height: 120%;
    color: grey;
}

.bs-leistungen-breakline {
    width: 100%;
    height: 0.1vw;
    background-color: #D4D4D4;
}


/* --- NEU: Styling für inaktive Links --- */
.bs-leistungen-liste.inaktiv {
    pointer-events: none; /* Deaktiviert Klicks UND Hover-Effekte komplett */
    cursor: default; /* Zeigt den normalen Mauszeiger statt der Hand */
    opacity: 1; /* Macht den Kasten leicht transparent, damit er inaktiv aussieht */
    filter: grayscale(0%)!important;
}





.bs-section_k-02-textbox {
	width: 40%;
	height: auto;
	margin: 0 0 0% 50%;
	padding: 21vw 5% 0 5%;
	font-size: 1.3vw;
	line-height: 120%;	
	background-color:#FFFFFF;
	position: relative;
	border-radius: 2vw;
	text-align: center;
	align-content: center;
	
}

.bs-section_k-02-textbox a:hover {
    color: #004567;
}

.bs-section_01-textbox {
	width: 45%;
	height: auto;
	margin: 0 0 0 55%;
	padding: 4.5vw 0 0 0;
	font-size: 1.3vw;
	line-height: 150%;	
}


.bs-section_kontakt_01-wrap {
	width: 100%;
	height: auto;
	
	overflow: visible;
	background-color:#EFEFEF; 
	color: #616161;
	padding-bottom: 5%;
	
}

.bs-section_kontakt_01-inner {
	width: 60%;
	height: auto;
	size: 5vw;
	margin: -10vw 20% 0vw 20%;
	
	
}

 .bs-section_kontakt_01-inner a:hover {
    color: #004567;
}

.bs-section_k-01-textbox {
	width: 28vw;
	height: auto;
	padding: 2vw 0 0 0;
	position: absolute;

}

.bs-section_anfahrt-text {
	font-size: 1vw;
	text-align: left;
	
}

.bs-l-bg-01 {
	background-image:url("../images/icons-leistungen_01-inspektionen-und-wartung.svg")!important;
}

.bs-l-bg-02 {
	background-image:url("../images/icons-leistungen_02-reparaturen.svg")!important;
}

.bs-l-bg-03 {
	background-image:url("../images/icons-leistungen_03-reifenservice.svg")!important;
}

.bs-l-bg-04 {
	background-image:url("../images/icons-leistungen_04-unfallinstandsetzung.svg")!important;
}

.bs-l-bg-05 {
	background-image:url("../images/icons-leistungen_05-klimaservice.svg")!important;
}

.bs-l-bg-06 {
	background-image:url("../images/icons-leistungen_07-diagnosearbeiten.svg")!important;
}

.bs-l-bg-07 {
	background-image:url("../images/icons-leistungen_08-HU-AU-vorbereitung.svg")!important;
}

.bs-l-bg-08 {
	background-image:url("../images/icons-leistungen_07-flottenservice.svg")!important;
}

.bs-l-bg-09 {
	background-image:url("../images/icons-leistungen_09-fahrzeugvermessung.svg")!important;
}

.bs-l-bg-10 {
	background-image:url("../images/icons-leistungen_10-scheibenreparatur.svg")!important;
}

.bs-l-bg-11 {
	background-image:url("../images/icons-leistungen_11-fahrzeugchecks-vor-reisen.svg")!important;
}

.bs-l-bg-12 {
	background-image:url("../images/icons-leistungen_12-motoroptimierung.svg")!important;
}


.bs-l-bg-13 {
	background-image:url("../images/icons-leistungen_p-01-reifen.svg")!important;
}


.bs-l-bg-14 {
	background-image:url("../images/icons-leistungen_p-02-motoroele.svg")!important;
}

.bs-l-bg-15 {
	background-image:url("../images/icons-leistungen_p-03-batterien.svg")!important;}
	




.bs-l-img-01 {
	background-image:url("../images/bs-leistungen_01-inspektionen-und-wartung.jpg")!important;
}

.bs-l-img-02 {
	background-image:url("../images/bs-leistungen_02-reparaturen.jpg")!important;
}

.bs-l-img-03 {
	background-image:url("../images/bs-leistungen_03-reifenservice.jpg")!important;
}

.bs-l-img-04 {
	background-image:url("../images/bs-leistungen_04-unfallinstandsetzung.jpg")!important;
}

.bs-l-img-05 {
	background-image:url("../images/bs-leistungen_05-klimaservice.jpg")!important;
}

.bs-l-img-06 {
	background-image:url("../images/bs-leistungen_07-diagnosearbeiten.jpg")!important;
}

.bs-l-img-07 {
	background-image:url("../images/bs-leistungen_08-HU-AU-vorbereitung.jpg")!important;
}

.bs-l-img-08 {
	background-image:url("../images/bs-leistungen_07-flottenservice.jpg")!important;
}

.bs-l-img-09 {
	background-image:url("../images/bs-leistungen_09-fahrzeugvermessung.jpg")!important;
}

.bs-l-img-10 {
	background-image:url("../images/bs-leistungen_10-scheibenreparatur.jpg")!important;
}

.bs-l-img-11 {
	background-image:url("../images/bs-leistungen_11-fahrzeugchecks-vor-reisen.jpg")!important;
}

.bs-l-img-12 {
	background-image:url("../images/bs-leistungen_12-motoroptimierung.jpg")!important;
}


.bs-l-img-13 {
	background-image:url("../images/icons-leistungen_p-02-motoroele.svg")!important;
}

.bs-l-img-14 {
	background-image:url("../images/icons-leistungen_p-03-batterien.svg")!important;}
	



.header-img_leistungen {
	background: url("../images/BuS_header_leistungen_background.jpg");
	background-size: 100% auto;
	background-position: center;
}


.header-img_about {
	background: url("../images/BuS_header_about_background.jpg");
	background-size: 100% auto;
	background-position: center;
}


.header-img_kontakt {
	background: url("../images/BuS_header_kontakt_background.jpg");
	background-size: 100% auto;
	background-position: center;
}

.header-img_tuning {
	background: url("../images/BuS_header_tuning_background.jpg");
	background-size: 100% auto;
	background-position: center;
}

.about-img_leistungen_02 {
	background: url("../images/bs-about_img_02.jpg");
	
}

.about-img_leistungen_01 {
	background: url("../images/bs-about_img_01.jpg");
	background-size: cover;
}

.about-img_leistungen_02 {
	background: url("../images/bs-about_img_02.jpg");
	background-size: cover;
}

.kontakt-img_map_01 {
	background: url("../images/bs-map-3d.jpg");
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
	background-color:#FFF;
}

.bs-kontaktonline-button { /* Kein 'a' dahinter, wenn die Klasse direkt im <a> steht */
    display: flex;          /* ERGÄNZEN: Macht den Link zum Block-Element */
    align-items: center;    /* ERGÄNZEN: Zentriert den Text vertikal */
    text-decoration: none;  /* ERGÄNZEN: Entfernt den Unterstrich */
    box-sizing: border-box; /* ERGÄNZEN: WICHTIG! Verhindert, dass das Padding den Button sprengt */
    
    /* Dein restlicher Code */
    height: 5vw;
    width: 90%;
    border-radius: 5vw;
    border: solid 0.18vw #FFF;
    margin: 0 0 7vw 0;
    color: #FFF!important;
    padding: 0 30% 0 8%; /* Padding leicht angepasst für Flex */
    font-size: 1.2vw;
    line-height: 120%;
    background-image: url("../images/button-_repararo_logo.svg");
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: right center;
    transition: background-color 0.3s ease;
}

/* Und hier der gewünschte Hover-Effekt */
.bs-kontaktonline-button:hover {
    background-color: rgba(255, 255, 255, 0.1); /* 10% Weiß */
}

.bs-about-bumper {
	height: 5vw;
	width: auto;
}





.promo-card {
  display: flex;
  width: 100%;
 
  border: 0.19vw solid #ffffff; 
  border-radius: 2vw; 
  overflow: hidden; 
  text-decoration: none; 
  color: #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.promo-card:hover {
  transform: translateY(0px);
  
}

/* --- Linke Seite: Bild --- */
.card-image {
  flex: 0 0 40%; 
	background-image: url("../images/link-leistungen_tuning.jpg");
	background-size: auto 120%;
	background-position: bottom center;
	transition: background-size 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.card-image a:link{
  color: #FFF!important;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Verhindert Verzerrungen des Bildes */
  display: block;
}

/* --- Rechte Seite: Text & Pfeil --- */
.card-content {
  flex: 1;
  padding: 2vw 3vw 2vw 1.8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
	color: #FFF!important;

}




.card-content h2 {
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 2vw;
}

/* Link-Text und Pfeil-Container nebeneinander */
.cta-link {
  display: flex;
  align-items: center;
  gap: 1vw; /* Abstand zwischen "Hier" und Pfeil */
  font-size: 1.2vw;
  font-weight: 500;
}

/* --- Der dynamische Pfeil --- */
.arrow-container {
  display: flex;
  align-items: center;
	background-image: url("../images/arrow-big-button-25.svg");
	background-size: auto 100%;
	background-position: right;
}

/* Der Stiel des Pfeils */
.arrow-line {
  height: 1.5vw;
  width: 3vw; /* Start-Breite (inaktiv) */
  
	
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); /* Weiche, moderne Animation */
}

/* Die Pfeilspitze (gebaut aus CSS-Rahmen) */
.arrow-head {
  width: 8px;
  height: 8px;
  border-top: 2px solid #f69454;
  border-right: 2px solid #f69454;
  transform: rotate(45deg);
  margin-left: -2px;
}

/* --- DIE MAGIE: Der Hover-Effekt --- */

.promo-card:hover .arrow-line {
  width: 10vw; 
}

.promo-card:hover .card-image {
  background-size: auto 140%;
	background-position: bottom center;
	transition: background-size 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
	
}
