/* 1300 px */
@media only screen and (max-width: 1300px){
	/* FLIEFER */
	.flieger-desk{
		display: none;
	}
	.flieger-mob{
		display: block;
		width: 80%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.event-rechts{
		gap: 80px;
	}
}
/* 1080px */
@media only screen and (max-width: 1080px) {
	/* NAV */
	.navbar ul li a {
		/* font-size: 17px;
		*/
		margin: 0 6px;
	}
}
/* 1065px */
@media only screen and (max-width: 1065px){
	/* PROGRAMM */
	#programm .container{
		max-width: 990px;
	}
	/* MENU */
	.menu7.desktop{
		display: none;
	}
	.menu7.mobile{
		display: block;
		text-align: normal;
		padding-bottom: 50px;
	}
}
/* 890 PX SMARTPHONE */
@media only screen and (max-width: 890px) {
	/* BASE STYLES ENDE */
	/* 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: 80px;
		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;
	}
}
/* 700px */
@media screen and (max-width: 700px) {
	/* BASE STYLES */
	html {
		font-size: 76.95%;
	}
	h1 {
		font-size: 3rem;
		text-align: center;
	}
	.scroll-margin3{
		scroll-margin: 90px
}
	/* HEADERBILD */
	.header-bild {
		border-bottom: 0;
	}
	/* BASE STYLES ENDE */
	/* EVENT */
	#event{
		padding-top: 25px;
	}
	.event-icon{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		/* margin-top: -100px;
		*/
	}
	.event-icon img{
		max-width: 250px;
	}
	.text-box-links.desktop{
		display: none;
	}
	.text-box-links.mobile{
		display: block;
	}
	.flieger-mob{
		display: block;
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	/* EVENT ENDE */
	/* PROGRAMM */
	.programm-icon img{
		max-width: 250px;
	}
	/* KONTAKT */
	#kontakt .container{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 70px;
	}
	.kontakt-icon img{
		max-width: 250px;
	}
	.kontakt-icons img{
		max-width: 52px;
	}
}
