/* 1248px */

@media only screen and (max-width: 1248px){



.cta-header{
	display: none;
}


/* ÜBER UNS */

#ueberuns .wrapper{
	justify-content: center;
	gap: 55px;
}




/* LEISTUNGEN */

#leistungen .wrapper{
	row-gap: 50px;
	justify-content: center;

	
}

.leistung p{
	min-height: 200px;
}

}



/* 1050px */



@media only screen and (max-width: 1050px){


	/* kontakt */

	#kontakt .wrapper{
	row-gap: 50px;
		justify-content: center;
		
	}

	.kontakt-info{
		display: flex;
		flex-direction: column;
		align-items: center;
	}


} 




/* 890 PX SMARTPHONE */
@media only screen and (max-width: 890px) {
	

	/* BASE STYLES */

	html{
		font-size: 80%;
	}


	/* NAV */
	.impdat {
		display: block;
	}
	/* MOB DESK */
	.desk {
		display: none;
	}
	.mob {
		display: block;
	}
	/* LOBBY */
	/* MOBILE NAVIGATION */
	header {
		position: -webkit-sticky;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, 1);
		-webkit-backdrop-filter: blur(3px);
		backdrop-filter: blur(3px);
		border-bottom: 2px solid var(--blue);
		z-index: 1000000;
	}
	.navbar {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 90px;
		overflow: hidden;
		padding: 0 0rem;
	}
	.logo {
		max-width: 180px;
		position: absolute;
		left: 0px;
		right: -10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: black;
		width: 100%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		z-index: 1000000;
	}
	.menu-toggle {
		position: absolute;
		right: 5px;
	}
	.navbar ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: absolute;
		top: 80px;
		background-color: black;
		width: 100%;
		height: calc(100vh - 80px);
		margin-top: -100vh;
		text-align: center;
		overflow: hidden;
		-webkit-transition: all 0.6s ease;
		-o-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	.navigation li {
		padding: 5px;
	}
	.navigation li:first-child {
		margin-top: 20px;
	}
	.navbar ul li a {
		padding: 10px 40px;
		display: block;
		color: white;
		font-size: 1.3rem;
	}
	.navbar ul li a:hover {
		/* background-color: rgb(255, 255, 255);
		*/
	}
	ul li a.imp_dat {
		display: block;
	}
	.navigation a.focus {
		color: var(--blue);
		border-bottom: none;
	}
	.menu-toggle,.bar {
		display: block;
		cursor: pointer;
	}
	.mobile-nav {
		/* transform: translate(0%)!important;
		*/
		margin-top: 0 !important;
	}
	.lastchild {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.lastchild li {
		margin: 10px 0 !important;
	}
	.lastchild img {
		max-width: 35px;
	}
	.lastchild a {
		padding: 10px 10px !important;
	}
	/* SOCIALS */
	.social-container{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.social-container a{
		padding: 0 10px !important;
	}
	.facebook img{
		margin-left: 0px;
	}
	/* PROGRAMM */
	.programm-cta p{
		padding: 40px 15px;
	}
	/* LOGOS */
	.logos a img{
		width: 100%;
		max-width: 150px;
	}


/* START */

#start{
	margin-top: 90px;
}



/* MOB NAV ICON */

.social-container{
	/* flex-direction: column; */

	align-items: center;
}

.mobnavicons{
	display: flex;
	flex-direction: column;
	padding:0  20px ;
}

.mobnavicons img{
	max-width: 20px;
	margin: 20px 0 5px 0;
}

.mobnavicons a{
	font-size: 12px !important;
}



/* LEISTUNGEN */

.leistung img{
	margin-bottom: 45px;
}


.cta-leistungen{
	padding: 30px 0 80px 0;
}




}