 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:20vw;
	height:20vw;
	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:-10vw 0 0 -10vw; /* is width and height divided by two */
}


@media (max-width: 768px) {
	
	.logo-container {
            display: flex;
            align-items: center;
			height: 8vw;
			width: 25vw;
            gap: 10px;
            color: #ffffff;
            text-decoration: none;
			background-image: url("../images/BuS_Logo_vec.svg");
			background-size: auto 100%;
			background-repeat: no-repeat;
        }
	
    /* Die Bar im geschlossenen Zustand (abgerundet) */
    .navbar {
        position: fixed; 
        top: 20px;
        margin: 0 5%;
        width: 80%;
        height: 65px;
        background-color: #001524;
        border-radius: 15px;
        padding: 0 5%;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        align-items: center;
		z-index: 999999999;
		opacity: 0.98;
		 
    }

    /* Die Bar im geöffneten Zustand (Fullscreen) */
    .navbar.open {
        top: 0;
        margin: 0 0;
        width: 80%;
        height: 100vh;
        border-radius: 0;
        padding: 10vw 10%;
        align-items: flex-start; /* Logo bleibt oben */
        flex-wrap: wrap; 
    }

    /* Hamburger Icon Design */
    .menu-toggle {
        display: flex;
        flex-direction: column;
        gap: 6px;
        cursor: pointer;
        z-index: 90000000;
    }

    .menu-toggle span {
        width: 10vw;
        height: 2px;
        background-color: #f7ad6b;
        transition: 0.3s;
    }

    /* Verwandlung zum "X" wenn offen */
    .navbar.open .menu-toggle span:nth-child(1) {
        transform: translateY(12px) rotate(45deg);
        background-color: #fff;
    }
    .navbar.open .menu-toggle span:nth-child(2) {
        transform: translateY(4px) rotate(-45deg);
        background-color: #fff;
    }

    /* Die Nav-Links als Fullscreen Liste */
    .nav-links {
        display: none; /* Standardmäßig aus auf Mobile */
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50vw;
        gap: 13vw;
		padding: 0 0 50vw 0;
    }

    .navbar.open .nav-links {
        display: flex; /* Einblenden wenn Navbar offen */
    }

    /* Styling der Links im Fullscreen */
    .nav-link {
        font-size: 1.5rem !important; /* Größer für Mobile */
        opacity: 0;
        transform: translateY(20px);
		font-size: 6vw!important;
		
		
    }
	
	/* --- Der aktive Link (Kontakt) --- */
        .nav-link.active,
.nav-link.active:visited,
.nav-link.active:active,
.nav-link.active:focus {
            color: #f7ad6b!important; /* Das Geld/Orange aus deinem Bild */
        }

    /* Nacheinander einfaden (Stufeneffekt) */
    .navbar.open .nav-link {
        animation: fadeInLink 0.4s forwards; color: #FFF;
    }

    .navbar.open .nav-link:nth-child(1) { animation-delay: 0.2s; }
    .navbar.open .nav-link:nth-child(2) { animation-delay: 0.3s; }
    .navbar.open .nav-link:nth-child(3) { animation-delay: 0.4s; }
    .navbar.open .nav-link:nth-child(4) { animation-delay: 0.5s; }

    @keyframes fadeInLink {
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}





.bs-header-wrap {
	width: 100%;
	height: 80vw;
	background: url("../images/img_BuS_header_background.jpg");
	background-size: auto 100%;
	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: 80vw;
	position: absolute;
	top: 0px;
	right: 0px;
}

.bs-header-inner {
	width: 78%;
	height: 30vw;
	size: 5vw;
	margin: 35vw 0vw 0vw 10%;
	
	
}


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

.bs-section_01-inner {
	width: 80%;
	height: 210vw;
	size: 5vw;
	margin: 0vw 10% 0vw 10%;
	position: relative;
	
	
}


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

.bs-title-header {
	font-size: 6vw;
	line-height: 110%;
	font-weight: 400;	
	width: auto;
	height: auto;
	margin-bottom: 1.8vw;
	
}

.bs-subtitle-header {
	font-size: 3.2vw;
	line-height: 120%;
	font-weight: 500;	
	width: auto;
	height: auto;
}


.bs-section_video {
	width: 60vw;
	height: 105vw;
	margin: 0 auto 0vw auto;
	background-color: grey;
	z-index: 999;
	top: -10vw ;
	position: relative;
	border-radius: 5vw;
	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: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 4.5vw 0 0 0;
	font-size: 3.4vw;
	line-height: 170%;
	
}

.bs-title-textbox {
	font-size: 6vw;
	line-height: 7vw;
	font-weight: 400;	
	margin-bottom: 5vw;
	
}



.bs-box-Konfigurator {
	width: 80%;
	height: auto;
	padding: 10% 10% 10% 10%;
	border-radius: 5vw;
	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: 3vw;
	text-align: center;
	border-radius: 5vw;
	margin: 3vw 0 3vw 0;
	cursor: pointer;
}


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


.bs-infotext-small {
	width: 100%;
	font-size: 2.5vw;
	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: 95%;
	margin-right: 5%;
	margin-bottom: 5%;
	height: 55vw;
	border-radius: 0 0 5vw 0;
	background-color: grey;
	background-image: url("../images/img_BuS_header_leistungen.jpg");
	background-size: cover;
}

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

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

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

.bs-leistung-wrap {
	width: 100%;

  
	
}

.bs-leistung-digit {
	width: 5%;
	height: 9vw;
	font-size: 12vw;
	line-height: 9vw;
	font-weight: 400;
	color: #004567;
	float: left;
	margin-right: 5vw;
	margin-bottom: 4vw;
	
}

.bs-leistung-title {
	width: 90%;
	height: 9vw;
	font-size: 4vw;
	line-height: 5vw;
	color: #004567;
	margin-right: 4vw;
	margin-bottom: 4vw;
	
}

.bs-leistung-text {
	
	height: auto;
	color: #616161;
	margin-bottom: 5vw;
	font-size: 3.4vw;
	line-height: 140%;
}


.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: 6vw;
  margin-bottom: 3vw;
  
  line-height: 5vw;

}

.bs-leistung-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.0vw;
  width: 5vw;
  height: 5vw;
  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: 80%;
	height: auto;
	padding-bottom: 5vw;
	margin: 120vw 10% -30vw 10%;
	font-size: 3.4vw;
	line-height: 140%;	
}

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

.bs-section-whyus-textbox {
	margin: 0% 0 30% 15%;
	padding-top: 10%;
	font-size: 3.4vw;
}


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


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

}

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

}

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



.bs-section-whyus-staff-wrap {
	margin-left: 0vw;
	width: 73.3vw;
	height: 130vw;
	border-radius: 0 0 0 5vw;
	overflow: hidden;
	display: grid;
  	grid-template-columns: repeat(2, 1fr);
 	grid-template-rows: repeat(4, 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: 1; grid-row: 2; background-image: url("../images/BuS_staff-10.jpg"); background-color: #002255;}
.person-03 { grid-column: 2; grid-row: 4; background-image: url("../images/img_BuS_staff_02.jpg"); background-color: #002255;}
.person-04 { grid-column: 2; grid-row: 1; background-image: url("../images/img_BuS_staff_05.jpg"); background-color: #002255; }
.person-05 { grid-column: 2; grid-row: 3; 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: 1; grid-row: 3; background-image: url("../images/img_BuS_staff_03.jpg"); background-color: #002244; }
.person-08 { grid-column: 1; grid-row: 4; background-color: #002244; }


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

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



.box-grid {
	width: 63%;
	display: grid;
  	grid-template-columns: repeat(1, 1fr);
 	grid-template-rows: repeat(2, 1fr);
	height: auto!important;
	column-gap: 12%;
	padding:8% 10% 6% 10%;
	margin: 0% 5% 10% 8%;
	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;
	font-size: 3.4vw;
	line-height: 4.5vw;
	
	
}

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

.bs-set-down-button:hover {
	margin-top: 5vw;
	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: auto;
	background-color: #001a27;
	padding: 3vw 5% 10vw 5%;
	background-height: auto 100%;
	text-align: center;
	font-size: 3vw;
	background-position: bottom center;
	background-size: auto 90%;
	background-repeat: no-repeat;
	
}

.footer-mobile-bumper {
	padding: 3vw 5% 30% 5%!important;
}

.footer-logo {
	
	width: 30vw;
	height: 12vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5vw;
	margin-bottom: 10vw;
	background-image:url("../images/BuS_Logo_vec.svg");
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	
	
}

.footer-text {
	width: auto;
	height: 4vw;
	padding: 1vw 01vw 0;
	

}

.footer-links-right {
	width: auto;
	height: 2vw;
	padding: 5vw 0 2vw 0;
	

}

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

.tile-contact {
	width: 100%;
	height: auto;
	margin-bottom: 15vw;
	font-size: 3.4vw;
	line-height: 5vw;
	
		
}

.title-contactitem {
	height: auto;
	width: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 5vw;
	line-height: 5.5vw;
	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: 100%;
	min-height: 20vw;
	
	background-image: url("../images/BuS_Logo_vec_blue.svg");
	background-size: 30vw auto;
	background-repeat: no-repeat;
	padding: 5vw 0 0 0;
	font-size: 3vw;
	text-align: right;
}

.imprintdata-right-container {
	width: 100%;
	height: auto;
	
	position: relative;
	font-size: 2.5vw;
	line-height: 170%;
}

.imprintdata-title {
	
	font-size: 4vw;
	line-height: 170%;
	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: 70%;
	bottom: 0;
	right: 0;
	margin: 10vw 00% 0vw 00%;
	padding-top: 15vw;
	padding-right: 15%;
	padding-left: 15%;
	padding-bottom: 10%;
	background-image: url("../images/BuS_cookies-12.svg");
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: top center;
	background-color: #001524;
	border-bottom: 0px solid #ccc;
	z-index: 1900;
	font-size: 2.8vw;
	line-height: 5vw;
	color: #FFF;
	border-radius:  5vw 5vw 0 0;
	text-align: center;
	
}




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



.bs-section_about_title {
	width: 100%;;
	height: auto;
	
	padding: 4.5vw 0 0 0;
	
	

}

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

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

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

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

.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: 5vw;
	background-color: #004567; 
	height: auto!important;
	column-gap: 12%;
	padding:5% 10% 2% 10%;
	margin: -10% 10% 0% 10%;
	position: relative!important;
	top: -20vw;
	color: #FFF;
	text-align: left;
}

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


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


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


}

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

}

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

.bs-leistungen-right-content {
	
	width: 100%;
	height: auto;
	background-color: #002E55;
	margin-left: ;
	top: -10vw;
	border-radius: 2vw 0 0 0;
	padding: 0 0 0 0;
	font-size: 2.9vw;
	line-height: 170%;
	
	
}

.bs-leistungen-right-text {
	margin: 0 10% 0 10%;
	width: 80%;
	height: auto;
	padding: 40vw 0 20% 0;
	background-color: ;
	font-size: 3.4vw;
	line-height: 170%;
	
}

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





.bs-leistungen-left-content {
	width: 100%;
	height: 60vh;
	background-color: #FFF;
	position:fixed;
	scroll-behavior: smooth;
	overflow-y: scroll;
	left: 00%;
	bottom: 0vw;
	border-radius: 5vw 5vw 0vw 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-size: cover;
	width: 80%;
	height: 40vw;
	margin: 0 10% 0% 10%;
	position:absolute;
	top: -10vw;
	border-radius: 5vw 5vw 5vw 5vw;
	
}



.bs-title-textbox-subtitle-01 {
	
	font-weight: 400;	
	margin-bottom: 2.8vw;
	height: auto;
	font-size: 4vw;
	line-height: 5vw;
	color: #f7ad6b;
}


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

/* Angepasst für den Link */
.bs-leistungen-liste {
    width: 78%;
    height: 15vw;
    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: 3.5vw;
    line-height: 120%;
    padding-bottom: 0.9vw;
    color: #004567; 
    transition: color 0.3s ease; /* Weicher Übergang für den Farbwechsel */
}

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

.bs-leistungen-breakline {
    width: 100%;
    height: 0.3vw;
    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: 80%;
	height: auto;
	margin: 0 0% 15% 0%;
	padding: 55vw 10% 0vw 10%;
	font-size: 3.4vw;
	line-height: 120%;	
	background-color:#FFFFFF;
	position: relative;
	border-radius: 5vw;
	text-align: center;
	align-content: center;
	
}

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

.bs-section_01-textbox {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 4.5vw 0 0 0;
	font-size: 3.4vw;
	line-height: 170%;	
}


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

.bs-section_kontakt_01-inner {
	width: 80%;
	height: auto;
	size: 5vw;
	margin: -32vw 10% 20vw 10%;
	position: absolute;
		
}

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

.bs-section_k-01-textbox {
	width: 100%;
	height: auto;
	padding: 13vw 0 10vw 0;
	font-size: 3.4vw;
	line-height: 170%;
	overflow: visible;
	position: relative;
	

}

.bs-section_anfahrt-text {
	font-size: 2.5vw;
	line-height: 150%;
	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: auto 100%;
	background-position: center right;
}


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


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


.header-img_tuning {
	background: url("../images/BuS_header_tuning_background.jpg");
	background-size: auto 150%;
	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 */
    
    height: 13vw;
	width: 100%;
	border-bottom-color: #FFFFFF;
	
	border-radius: 10vw;
	border: solid 0.45vw #FFF;
	margin: 0 0% 15vw 0%;
	color: #FFF!important;
	padding: 0vw 50% 0vw 8%;
	font-size: 3vw;
	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;
}


.bs-kontaktonline-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
	color: #FFF!important;
}

.bs-kontaktonline-button a {
    
	color: #FFF!important;
}

.bs-kontaktonline-button a:link {
    
	color: #FFF!important;
}

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



@media (max-width: 768px) {
    /* 1. Die Liste verstecken (nach unten verschieben) */
    .bs-leistungen-left-content {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 70vh; /* Höhe wie gewünscht */
        background-color: #FFF;
        z-index: 1000;
        border-radius: 5vw 5vw 0 0;
        
        /* Start-Zustand: 100% nach unten geschoben */
        transform: translateY(100%); 
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        overflow-y: auto;
    }

    /* 2. Wenn die Klasse 'active' hinzugefügt wird, reinsliden */
    .bs-leistungen-left-content.active {
        transform: translateY(0);
    }

    /* 3. Der Button zum Öffnen (unten fixiert positionieren) */
    #open-leistungen-btn {
        position: fixed;
        bottom: 8vw;
        left: 17vw;
        width: 60%;
		margin: 0 0 0 0;
		height: 3vw;
        z-index: 999;
		font-size: 3.5vw;
		line-height: 90%;
		font-weight: 700;
        display: block; /* Nur auf Mobile anzeigen */
    }
}


/* Der Container für das X */
.custom-close-btn {
    position: fixed;
    bottom: 65vh;         /* Hier vertikale Position anpassen */
    right: 0vw;        /* Hier horizontale Position anpassen */
    width: 15vw;
    height: 15vw;
    z-index: 9999999;   /* Höher als das Menü (300) */
    cursor: pointer;
	padding: 0 5vw 0 0;
    
    /* Start-Zustand: Unsichtbar */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    background-color: #001524;
	border-radius: 3vw 0 0 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Sichtbarer Zustand (wird per JS getriggert) */
.custom-close-btn.visible {
    opacity: 1;
    visibility: visible;
}

/* Die Linien des X */
.custom-close-btn span {
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff; /* Dunkelblau wie dein Titel */
    border-radius: 2px;
}

.custom-close-btn span:nth-child(1) {
    transform: rotate(45deg);
}

.custom-close-btn span:nth-child(2) {
    transform: rotate(-45deg);
}

.header-title-bottom {
	margin: 50vw 0vw 0vw 10%;
}







.promo-card {
  display: flex;
  width: 100%;
 
  border: 0.4vw solid #ffffff; 
  border-radius: 3vw; 
  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: 4vw 3vw 3vw 5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
	color: #FFF!important;

}




.card-content h2 {
  font-size: 3.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: 3vw; /* Abstand zwischen "Hier" und Pfeil */
  font-size: 3.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: 4vw;
  width: 9vw; /* 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: 25vw; 
}

.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);
	
}