/* CSS Document */
label {
	padding: 15px;
}
a{
	color: white;
	text-decoration: none;
}

.form-group:active {
	border: none;
	
}
.form-group:focus{
	border: none;
}
#logoHeader {
	position: fixed;
	transition: 1.5s;
	height: 80px;
	width: 138px;
	z-index: 12;
	margin: 15px;
	right: 0;

	
}
.img-shadow {
	box-shadow: 2px 2px 10px 0px black;
}

.btn {
	height: 60px;
	left: 1;
	right: 1;
	}
li{
	padding-left: 20px;
}
h1, h2, h3, h4, h5 {
		font-family: mundial,sans-serif;
font-weight: 300;
font-style: normal;
}

@media (orientation: portrait){
	p, a, li, dl, dt {
		font-size: 16px;

}
	.portrait{
		display: inline;
	}
	.landscape{
		display: none;
	}
	
	.containerPointer {
  display: inline-block;
  cursor: pointer;
	position: fixed;
	z-index: 12;
	margin: 10px;
}
	.bar1, .bar2, .bar3 {
  width: 20px;
  height: 2px;
  background-color: #DC5B5D;
  margin: 4px 0px;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 3px);
  transform: rotate(-45deg) translate(-4px, 3px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -4px);
  transform: rotate(45deg) translate(-4px, -4px);
}
	.prev, .next,.text {font-size: 11px}
	.display {
		display: none;

	}
	
	.mobile {
		display: block;
	}
	

#kopfstuetze {
	color: black; 
	padding: 15px; 
	left: 0; 
	right: 0; 
	width: 100%; 
	
	height: 1500px;
}
#piechart_3d {
	width: 100%; 
	height: 400px;
}
#barchart_material {
	width: 100%; 
	height: 400px;
}
	/* Referenz Carousel */
	#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%)
			}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 991px) and (min-width: 700px){
p, a, li, dl, dt {
	font-size: 18px;
}	
.portrait{
	display: none;
}
.landscape{
	display: inline;
}

.containerPointer {
	display: inline-block;
	cursor: pointer;
	position: fixed;
	z-index: 12;
	margin: 30px;
}	
.bar1, .bar2, .bar3 {
  width: 30px;
  height: 3px;
  background-color: #DC5B5D;
  margin: 6px 0px;
  transition: 0.4s;
}
	
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 3px);
  transform: rotate(-45deg) translate(-7px, 3px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -6px);
  transform: rotate(45deg) translate(-8px, -6px);
}
	.prev, .next,.text {font-size: 11px}
	.display {
		display: none;

	}
	
	.mobile {
		display: block;
	}
	

#kopfstuetze {
	color: black; 
	padding: 30px; 
	left: 0; 
	right: 0; 
	width: 100%; 
	position: relative;
	height: 1500px;
}
#piechart_3d {
	width: 100%; 
	height: 700px;
}
#barchart_material {
	width: 100%; 
	height: 400px;
}
	#carouselWithPreviewAndBlur{
			display: flex;
			justify-content: center;
			align-items: center;
			width: 100%;
			grid-gap: 55px;
			
		}
		#carousel{
			overflow: hidden;
			padding: 50px 0px;
			
		}
	
	
		.carousel-items{
			position: relative;
		}
		
	
		#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;
		
			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;
		  
			}
}


@media only screen and (min-width: 992px) {
p, a, li, dl, dt {
	font-size: 22px;
	
}		

.containerPointer {
  display: inline-block;
  cursor: pointer;
	position: fixed;
	z-index: 12;
	margin: 50px;
}	
.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(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
	.prev, .next,.text {font-size: 11px}

	.display {
		display: block;

	}
	
	.mobile {
		display: none;
	}
	
#kopfstuetze {
	/*background-image: radial-gradient(#4529BB, black); 
	*/
	color: black; 
	padding: 100px; 
	left: 0; 
	right: 0; 
	width: 100%; 
	height: 1500px;
}
#piechart_3d {
	width: 100%; 
	height: 700px;
}
#barchart_material {
	width: 100%; 
	height: 800px;
}
#carouselWithPreviewAndBlur{
			display: flex;
			justify-content: center;
			align-items: center;
			width: 100%;
			grid-gap: 55px;
			
		}
		#carousel{
			overflow: hidden;
			padding: 50px 0px;
			
		}
	
	
		.carousel-items{
			position: relative;
		}
		
	
		#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;
		
			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;
		  
			}
}


.referenzBild {
	max-width: 400px;
	height: auto;
	overflow: hidden;
}

.reweReferenzbild {
	margin: 20px auto;
	width: 200px;
}


.referenzen {
	background-color: lightslategrey;
	padding: 5px;
	left: 0;
	right: 0;
	width: 100%;
	position: relative;
}

.testimonialPictureMani {
	width: 500px;
	height: 500px;
	border: 1px solid black;
	border-radius: 50%;
	background-color: black;
}

footer{
	width: 100%;
	color: white;
	background-color: #343434;
	/*background-color: #2D7BB4; */
	padding-top: 50px;
	min-height: 400px;
}
footer a{
	color: white;
}
footer p a:hover{
	color: #9CD2E3;
	transition: 0.5s;
	text-decoration:overline;
}
footer a:hover{
	color: #9CD2E3;
	transition: 0.5s;
}

.spacing50{
	margin-top: 50px;
}
.spacing100{
	margin-top: 100px;
}
.spacing150{
	margin-top: 150px;
}
.spacing200{
	margin-top: 200px;
}

.underlineYellow {
	border-bottom: 4px solid #F7DBA7;
	padding-bottom: 5px;
	margin: 15px 0px;
}

.underlineBlue {
	border-bottom: 2px solid #3F88C5;
	padding-bottom: 5px;
	margin: 15px 0px;
	transition: 1s;
}

.underlineBlue:hover {
	border-bottom: 2px solid #F7DBA7;
	padding-bottom: 5px;
	margin: 15px 0px;
	transition: 1s;
	
}


.product {
	right: 0;
	position: relative;

}

.bgyello {
	background-color: #F7DBA7;
	color: black;
	padding: 50px;
	font-size: 1.5vw;
	letter-spacing: 0.1em;
	
	
}

.bgblue {
	background-color: #3F88C5;
	color: white;
	min-height: 500px;
	padding: 50px;
	font-size: 1.5vw;
	letter-spacing: 0.1em;
}





#headrest {
	margin-top: 500px;
	width: 600px;
	transition: 5s;
	overflow: auto;
	}

#fuechseAuto {
	max-width: 500px;
	bottom: 0;
	position: relative;
	transition: 3s;
}




#headrestButton {
	padding: 5px;
	color: white; 
	max-width: 500px; 
	text-align: center; 
	text-decoration: none
}



#ref1{
	opacity: 0;
	transition-delay: 0.5s;
	
}
#ref2{
	opacity: 0;
	transition-delay: 1s;	
}
#ref3{
	opacity: 0;
	transition-delay: 1.5s;	
}
#ref4{
	opacity: 0;
	transition-delay: 2s;	
}
#sec3 {
	position: relative;
}

#berlinovo {
	transition: 3s;
}

#calltoaction {
	
	width: 100%;
	left: 0;
	right: 0;
	height: 500px;
	background-image: url("../images/Außenwerbung-Friedrichstraße-Taxiwerbung-BlackLabel2000-500.jpg");
	
	
}

#btncta {
	
	color: white;
	width: 300px;
	border-radius: 25px;
	box-shadow: 2px 2px 40px 10px black;
	padding-top: 12px;	
	text-align: center;
}

#ctaAnfrage {
	color: transparent;
	transition: display 5s;

	
}


#berlinPartnerLogo {
	/* CSS Document */
	right: 0;
	z-index: 12;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}






#fadeInLeft1 {
	margin-left: 3000px;
	transition: ease 1.5s;
}

#ctaKopfstuetze{
	background-color: white;
	text-align: center;
	min-height: 500px;
	width: 100%;
	color: black;
	
}

#logoSub{
	height: 90px;
	width: 150px;
		position: fixed;
	transition: 1.5s;
	left: 50%;
 	transform: translate(-50%, -50%);
	z-index: 12;
	margin-top: 15px;
 
}
.contactcard {
	
	height: 150px;
	right: 0;
	margin-bottom: 50px;
	border-left: 1px solid #FF0019;
	border-radius: 4px;
}


.topList {
	min-height: 50px;
	width: 100%;
	left: 0;
	right: 0;
}

.bgcarousel2 {
	background: rgba(0, 0, 250, 0.65); color: white
}

.bgcarousel1 {
	background: rgba(250, 0, 0, 0.65);  color: white
}

.bgcarousel3 {
	background: rgba(20, 20, 20, 0.65); color: white
}


.carousel-indicators > button {
	border-radius: 50%; 
	
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 12;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 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;
}
.topList a{
	font-size: 12pt;
	margin-top: 55px;
}

.flip-box {
  max-width: 768px;
  max-height: 800px;
  perspective: 1000px;
}

.flip-box-inner {
position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
	color: white;
	
}


.flip-box-back {
	color: white;
	transform: rotateY(180deg);
	
}

.img-magnifier-container {
  position:relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
}
* {box-sizing: border-box;}



mark{
	background: rgba(114, 223, 218, 0.5);
	
}




.bgblueabstract {
	background-image: url("../images/AdobeStock_310142204.jpeg");
	width: 100%; 
	height: auto;
	background-repeat: round;

}

.card {
	border: none;
}

.pic1 {
	}

.card-title {
	padding: 3px
}
.card-text {
	margin-left: 5px
}

.carousel-item {
	background-size: cover; !important;
	background-position: top;
}

.blockquote b{
	font-size: 1.5em;
}

/* 
Unternehmerportal
*/

.headerimage{
	background-size: cover; !important;
	background-position: center center;
	min-height: 300px;
	overflow: hidden;
	
}
.typeformButtons {
	min-height: 75px;
	
}

#unternehmerportal {

}
