<div class="carousel-item active" data-bs-interval="10000">
				<div>
					<div id="mobile-carousel-image-1" class="d-block w-100" aria-label="taxi advertising in europe"></div>
					
					<div style="padding: 40px">
						 <h2 class="card-title">Advertise with us on taxis in Europe and around the globe</h2>
								<p class="card-text">
							<ul>
							<li><b>Multi-Market Campaigns</b>: Reach multiple target markets simultaneously with ease.</li>
							<br>
							<li><b>Choose Taxis</b>: Elevate your campaign's visibility in urban environments.</li>
							</ul>
							</p>
						</div>
					</div>
			</div><div class="carousel-item active" data-bs-interval="10000">
				<div>
					<div id="mobile-carousel-image-1" class="d-block w-100" aria-label="taxi advertising in europe"></div>
					
					<div style="padding: 40px">
						 <h2 class="card-title">Advertise with us on taxis in Europe and around the globe</h2>
								<p class="card-text">
							<ul>
							<li><b>Multi-Market Campaigns</b>: Reach multiple target markets simultaneously with ease.</li>
							<br>
							<li><b>Choose Taxis</b>: Elevate your campaign's visibility in urban environments.</li>
							</ul>
							</p>
						</div>
					</div>
			</div>@charset "UTF-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	}


#carousel-image-1{
	height: 80vh;
	width: 100%;
	background-position: center;
	background-size: cover;
	
}
#carousel-image-2{
	height: 80vh;
	width: 100%;
	background-image: url("img/Header/Cabvertising-Jordan.JPG");
	background-position: center;
	background-size: cover;
}
#carousel-image-3{
	height: 80vh;
	width: 100%;
	
	background-image: url('img/Header/Cabvertising SHEIN Berlin.jpg');
	background-position: center;
	background-size: cover;
}
#carousel-image-4{
	height: 80vh;
	width: 100%;
	
	background-image: url('img/Slider/Slider Cabvertising Guatemala Berlin.jpg');
	background-position: center;
	background-size: cover;
}
#carousel-image-5{
	height: 80vh;
	width: 100%;
	
	background-image: url('img/Slider/Slider Cabvertising Jordan Amsterdam.jpg');
	background-position: center;
	background-size: cover;
}

#mobile-carousel-image-1{
	min-height: 450px;
	width: 100%;
	background-position: center;
	background-size: cover;
	z-index: 10;
}
#mobile-carousel-image-2{
	min-height: 450px;
	width: 100%;
	background-image: url("img/Header/Mobile-Cabvertising-Jordan.jpg");
	background-position: center;
	background-size: cover;
	z-index: 5;
	
}
#mobile-carousel-image-3{
	min-height: 450px;
	width: 100%;
	background-image: url("img/Header/Mobile-Cabvertising-SHEIN-Berlin.jpg");
	background-position: center;
	background-size: cover;
	
	
}
#carouselExampleInterval  {
	background-color: #004d65;  
	color: #FFFFFF;
	color: white;
	height: 825px;

}
.underlineBlue {
	border-bottom: 2px solid #3F88C5;
	padding-bottom: 5px;
	margin: 15px 0px;
	transition: 1s;
		filter: drop-shadow(rgba(10, 20, 20, 0.15) 0.5px 0.5px 0.1px) drop-shadow(rgba(10, 20, 20, 0.15) 1px 2px 2px) drop-shadow(rgba(10, 20, 20, 0.15) 2px 4px 4px) drop-shadow(rgba(10, 20, 20, 0.15) 4px 8px 8px) drop-shadow(rgba(10, 20, 20, 0.15)  0.5px 0.5px 0.1px);
}
.underlineBlue:hover {
	border-bottom: 2px solid #F7DBA7;
	padding-bottom: 5px;
	margin: 15px 0px;
	transition: 1s;
	
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 12;
	top: 0;
	left: 0;
	opacity: 0.9;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	text-align: left;
	
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25pt;
	color: white;
	display: block;
	transition: 0.3s;
	margin-left: 0%;
	
}
.sidenav a:first-child{
	margin-top: 100px;
}
.sidenav a:hover{
	color: #3C748F;
	text-decoration-color: #e20000;
	transition: 1s;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
.containerPointer {
	display: inline-block;
	cursor: pointer;
	position: fixed;
	z-index: 12;
	margin: 10px;

}
.bar1, .bar2, .bar3 {
		  width: 40px;
		  height: 4px;
		  background-color: #DC5B5D;
		  margin: 8px 0px;
		  transition: 0.4s;
		}
	
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-9px, -9px);
  transform: rotate(45deg) translate(-9px, -9px);
}
.card {
	border: none;
}

.card-title {
	padding: 3px
}
.card-text {
	list-style: none;
	margin-left: 4%;
	
}
.card-text li{
	margin-top: 15px;
}
.card-text li{
	
}
.underlineYellow {
	border-bottom: 4px solid #F7DBA7;
	padding-bottom: 5px;
	margin: 15px 0px;
}
footer {
	width: 100%;
	
	/*background-color: #2D7BB4; */
	padding-top: 50px;
	min-height: 400px;
}

a {
	color: inherit;
	text-decoration: none;
}
footer p a:hover{
	color: #9CD2E3;
	transition: 0.5s;
	text-decoration:overline;
}
footer a:hover{
	color: #9CD2E3;
	transition: 0.5s;
}
#logoHeader {
	position: fixed;
	z-index: 12;
	right: 0;

	
}
#topList {
	position: fixed;
	width: 100%;
	opacity: 0.95;
	z-index: 15;
	filter: drop-shadow(rgba(10, 20, 20, 0.15) 0.5px 1px 1px) drop-shadow(rgba(10, 20, 20, 0.15) 1px 2px 2px) drop-shadow(rgba(10, 20, 20, 0.15) 2px 4px 4px) drop-shadow(rgba(10, 20, 20, 0.15) 4px 8px 8px) drop-shadow(rgba(10, 20, 20, 0.15) 8px 16px 16px);
}

#map {
	height: 70vh;
	width: 100%;
}


@media screen and (min-width: 769px){
	
#carouselExampleCaptions .carousel-inner {
	height: 80vh;
	
}
		
#carouselExampleFade2 .carousel-inner {
	
	
}
	.card-img-overlay{
		color: white; 
		height: 100%; 
		width: 330px; 
		margin-left: 8%;
		opacity: 0.85;
	}
	.mobile{
		display: none;
	}
	.display{
		display: block;
	}
	.vp-img {
		filter: drop-shadow(rgba(10, 20, 20, 0.15) 0.5px 1px 1px) drop-shadow(rgba(10, 20, 20, 0.15) 1px 2px 2px) drop-shadow(rgba(10, 20, 20, 0.15) 2px 4px 4px) drop-shadow(rgba(10, 20, 20, 0.15) 4px 8px 8px) drop-shadow(rgba(10, 20, 20, 0.15)  0.5px 0.5px 0.1px);
	}
	.vp-img-2 {
		min-height: 700px;
		width: 100%;
		background-position: bottom;
		background-size: cover;
		filter: drop-shadow(rgba(10, 20, 20, 0.15) 0.5px 0.5px 0.1px) drop-shadow(rgba(10, 20, 20, 0.15) 1px 2px 2px) drop-shadow(rgba(10, 20, 20, 0.15) 2px 4px 4px) drop-shadow(rgba(10, 20, 20, 0.15) 4px 8px 8px) drop-shadow(rgba(10, 20, 20, 0.15)  0.5px 0.5px 0.1px);
	}

	.flex-container {
		display: flex;
	}
	
	.flex-container > div{
		width: 100%;
	}
	
	#logoHeader {
		position: fixed;
		z-index: 12;
		right: 0;
		margin: 2px;
	}
	
	/* Referenz Carousel */
	#carouselWithPreviewAndBlur{
			display: flex;
			justify-content: center;
			align-items: center;
			width: 100%;
			grid-gap: 55px;
			
		}
		#carousel{
			overflow: hidden;
			padding: 50px 0px;
			
		}
		.carousel-items {
		  display: inline-block;
		  width: 100%;
		  transition: transform 0.5s ease;
		}

		#carouselItemMiddle {
		  transform: translateX(0);
		}

		#carouselItemLeft {
		  transform: translateX(-100%);
		}

		#carouselItemRight {
		  transform: translateX(100%);
		}
	
		#blurLeft{
			width: 500px;
			flex-shrink: 1;
			z-index: 2;
		 	filter: blur(2px);
			
		}
		#blurRight{
			width: 500px;
			flex-shrink: 1;
			 filter: blur(2px);
		
		}
		#active{
			width: 700px;
			flex-shrink: 1;
			transition: 1s;			
		}
			.previ, .nexti {
			cursor: pointer;
			position: absolute;
			width: auto;
			padding: 16px;
			color: black;
			font-size: 42px;
			transition: 0.6s ease;
			border-radius: 0 3px 3px 0;
			user-select: none;
			
			-webkit-text-fill-color: transparent;
		  	-webkit-text-stroke: 0.5px;
		}

		/* Position the "next button" to the right */
		.nexti {
			right: 0;
			border-radius: 3px 0 0 3px;

			}
		.previ {
			left: 0;
			border-radius: 3px 0 0 3px;
		
			}
		/* On hover, add a black background color with a little bit see-through */
		.previ:hover, .nexti:hover {
			-webkit-text-fill-color: black;
			transition: 5s ease;
		  
			}
	
#calltoaction {
	width: 100%;
	left: 0;
	right: 0;
	height: 500px;
	background-image: url("img/cabvertising-taxi-advertising-3.jpg");
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	
}
	/* Referenz Carousel Ende*/
	

}
@media only screen and (max-width: 992px){
	#first-overlayer-p{
		color: white;
	}
	 .overlayer-p{	
		font-weight: 900;
		font-size: 2em;
		 color: black;
	}
	.overlayer-p-div:last-child{
		color: black;

	}	
	.overlayer-p-div:first-child{
		margin-left: 10px;
		margin-top: -70px;
		color: white;
		}

	#second-overlayer-p {
		color: black;

	}
	#remember-overlayer{
		color: black;
	}
	
	#third-overlayer-p {
	color: black;

}
	.mobile-908{
		display: block;
	}
	.display-908{
		display: none;
	}
}
@media only screen and (min-width: 991px){
	#second-overlayer-p{
		margin-left: -90px;
	}
	.mobile-908{
		display: none;
	}
	.display-908{
		display: block;
	}
	.overlayer-p-div:first-child{
	margin-top: 65px;

}	
	.overlayer-p span{
		color: white;

	}
	.overlayer-p {
		margin-left: -142px; 
		font-size: 3em; 
		font-weight: 900;
	}
	#remember-overlayer {
	margin-left: -140px;
}

}
@media screen and (max-width: 768px){
	#logoHeader {
		position: fixed;
		z-index: 12;
		right: 0;
		margin: 1px;
	}
	.mobile{
		display: block;
	}
	.display{
		display: none;
	}

	.vp-img-1 {
		min-height: 500px;
		width: 100%;
		background-image: url("img/shein-taxi-advertising-2.jpg");
		background-position: center;
		background-size: cover;
	}

	.flex-container {
		display: block;
	}
	.flex-container > div{
		width: 100%;
	}
	
	#active{
			width: 100%;
			height: auto;
		
			
		}
			
			#blurLeft, #blurRight{
				display: none;
			}
		.previ, .nexti {
			cursor: pointer;
			position: absolute;
			width: auto;
	
			color: white;
			font-size: 42px;
			transition: 0.6s ease;
			border-radius: 0 3px 3px 0;
			user-select: none;
			
			-webkit-text-fill-color: transparent;
		  	-webkit-text-stroke: 0.5px;
		}
			/* Position the "next button" to the right */
		.nexti {
			right: 0;
			border-radius: 3px 0 0 3px;
			transform: translateY(-280%)

			}
		.previ {
			left: 0;
			border-radius: 3px 0 0 3px;
			transform: translateY(250%)
			}
	
#calltoaction {
	width: 100%;
	left: 0;
	right: 0;
	height: 500px;
	background-image: url("img/cabvertising-taxi-advertising-3.jpg");
	background-position: center;
	background-size: cover;
	
	
}

#numberOfLine {
    border: 1px solid beige;
    margin: 23px;
	height: 200px;
	margin-top: -23px;
}
	
}

.bgcarousel {

}





.row>div{
	margin-bottom: 7px;
}


#btncta {
	
	color: white;
	width: 300px;
	border-radius: 25px;
	box-shadow: 2px 2px 40px 10px black;
	text-align: center;
}




.dc-jumbo-img {
	height: 800px;
	width: 100%;
	
}

    .image-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .image-container .image {
      display: none;
      width: 30%;
      padding: 5px;
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
    }

    .image-container .image.visible {
      display: block;
      opacity: 1;
    }

    .button-container {
      display: flex;
      justify-content: center;
      margin-bottom: 20px;
    }

    .button-container button {
      margin: 0 10px;
      padding: 10px 20px;
      font-size: 16px;
      border: none;
      border-radius: 4px;
      background-color: #007bff;
      color: #fff;
      cursor: pointer;
      transition: background-color 0.3s ease-in-out;
    }

    .button-container button:hover {
      background-color: #0056b3;
    }

.vp-header-li {
	font-size: 1.5em; 
	font-weight: 600;
	text-decoration: underline;
}

.stat-section {
	width: 100%;
	left: 0;
	right: 0;
	padding: 30px;
	background-color: #282525;
	color: beige;

}


.vp-ul {
	padding-left: 5%;
}

.vp-ul li{
	font-size: 120%;
	list-style-type: none;
}

.stat-number {
	font-size: 36pt;
}
.carousel-section {
    display: flex;
    align-items: center;
}

.country-logo {
    flex: 0 0 auto;
    margin-left: 20px; /* Move the logo to the left */
    display: flex;
    align-items: center;
}

.country-font {

}

.country-carousel-container {
    flex: 1 1 auto;
	width: 1500px;
    overflow: hidden;
    position: relative;
}

.country-carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.country-carousel-item {
 flex: 0 0 33.33%; /* Auf 33.33% Breite für drei Bilder einstellen */
    padding: 10px; /* Optional: Abstand zwischen den Bildern */
    transition: transform 0.5s ease; /* Add sliding animation */
}

.country-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.country-carousel-controls {
    text-align: center;
    margin-top: 10px;
}

.country-carousel-arrow {
 position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: black;
}

.country-carousel-arrow:hover {
    background-color: #0056b3;
}

/* Prevent pointer events on inactive carousels */
.country-carousel:not(.active) {
    pointer-events: none;
}


.icon-text {
	text-align: center;
}
.icon-text p, h3 {
	margin-top: 5px;
}

.country-font {
	font-size: 5em;
	font-weight: 900;
	left: 0; 
	transform: translateY(30%);
}

.country-icons {
	display: flex;
	justify-content: space-around;
	flex-basis: 1 1;
}

  
.vp1-carousel-container {
            position: relative;
            width: 100%; /* Vollbildbreite in der mobilen Ansicht */
            overflow: hidden;
            min-height: 700px; /* Mindesthöhe */
            background-position: center; /* Zentrierte Hintergrundposition */
            background-size: cover; /* Hintergrundbild skalieren */
        }

        .vp1-carousel {
            display: flex;
            transition: transform 0.5s;
            width: 100%; /* Vollbildbreite in der mobilen Ansicht */
        }

       

        img {
            max-width: 100%;
            height: auto;
        }

      /*  button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 24px;
            background: none;
            border: none;
            cursor: pointer;
        }
*/
#carouselExampleCaptions button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 24px;
            background: none;
            border: none;
            cursor: pointer;
			background-color: rgba(68,116,170,0.8);
	height: 50px;
	width: 50px;
	
        }

        .vp1-prev-button {
            left: 10px;
        }

        .vp1-next-button {
            right: 10px;
        }

        @media (min-width: 768px) {
            /* Desktop-Ansicht */
            .vp1-carousel-container {
                width: 50%; /* 50% der Bildschirmbreite in der Desktop-Ansicht */
            }
            .vp1-carousel {
                width: 100%;
            }
			.vp2-carousel-item{
			width: 100%;
			background-size: cover;
			background-position: bottom;
			min-height: 65vh;

		}
			#vp2-carousel button, #vp-carousel button{
			background-color: lightblue;
			height: 25px;
			width: 25px;
			transform: translateY(1000%);
			color: white;
			padding: 5px;
			margin: 5px;
			
		}
        }

        @media (max-width: 767px) {
            .vp1-prev-button,
            .vp1-next-button {
                display: none;
            }
			
			.vp-ul{
				transform: translateY(0%)
			}
		  	.vp2-carousel-item{
			width: 100%;
			background-size: cover;
			background-position: bottom;
			min-height: 35vh;

		}
			#vp2-carousel button, #vp-carousel button{
			background-color: #131111;
			height: 25px;
			width: 25px;
			transform: translateY(500%);
			color: white;
			padding: 5px;
			margin: 5px;
				border-radius: 50%;
			
		}
        }
#vp2-carousel, #vp-carousel{
			left: 0;
			}
	
		
		