@media only screen and (max-width: 768px) {

	.gallery {
		gap: 5px !important;
	}

	#mobile-header {
		display: block;
		padding: 11px;
		background: #86c6e0;
	}

	#mobile-header-h1 {
		padding-left: 20px 0 20px;
		letter-spacing: -2px;
	}

	#mobile-footer {
		display: block;
		padding: 15px;
		font-size: 20px;
		background-color: #86c6e0;
	}

	body {
		overflow-x: hidden;
		max-width: 100vw;
		height: 100%;
	}

	.center {
		width: 90%;
	}

	.center * {
		font-size: 16px;
	}

	.sidenav a {
		display: block;
	}

	div#lang-mobile {
		background-image: url(/kuschis-reiseburo/imgs/lang.jpg);
		background-position: top left;
		height: 30px;
		width: 46px;
		position: absolute;
		top: 30px;
		right: 20px;
	}

	svg#login-mobile {
		width: 40px;
		height: auto;
	}

	#main {
		width: 100vw;
	}

	#login-mobile-block {
		padding-top: 20px;
		padding-bottom: 10px;
	}

	#mobile-menu-wrapper,
	#login-mobile,
	#logo-mobile {
		margin-left: 30px;
	}

	svg.ticket-icon {
		width: auto;
		height: 15px;
	}

	.ticket-icon path, .ticket-icon polygon {
		fill: #2b61ac;
	}

	#ticketcreator-arrow {
		transition: transform 1s;
		transform-origin: 50% 75%;
	}

	#ticketcreator-arrow.turned {
		transform: rotate(-135deg);
	}

	#mobile-menu-wrapper a {
		display: grid;
		grid-template-columns: 15px 150px;
		grid-gap: 15px;
	}

	#mobile-menu-wrapper a.wider {
		grid-gap: 20px;
	}

	#mobile-menu-wrapper svg,
	#mobile-menu-wrapper span.mob-link {
		display: block;
		padding: 2px 0;
	}

	ul#ticketcreator-list {
		list-style: none;
		padding-left: 25px;
	}

	p#contact-mobile {
		position: absolute;
		bottom: 30px;
		right: 10px;
		text-align: right;
	}

	#logo-mobile {
		width: 180px;
		height: auto;
	}

	.sidenav {
		display: block;
		height: 100%;
		width: 250px;
		position: fixed;
		z-index: 1;
		top: 0;
		right: -250px;
		background-color: #86c6e0;
		padding-top: 40px;
		transition: 0.5s;
		font-size: 19px;
	}

	.sidenav a span.arrow_left,
	.sidenav a span.arrow_right {
		border-width: 0 5px 5px 0;
		padding: 5px;
		position: absolute;
		top: 37px;
		left: 15px;
	}

	.sidenav .closebtn {
		position: absolute;
		height: 75px;
		width: 30px;
		background: #86c6e0;
		left: -30px;
		font-size: 36px;
		right: 15px;
		top: 0;
	}

	span#menu_arrow {
		border: solid #2b61ac;
		border-width: 0 5px 5px 0;
		display: inline-block;
		padding: 5px;
		position: absolute;
		top: 30px;
		left: 15px;
		transform: rotate(135deg);
		margin-left: -5px;
		transition: transform 1s;
	}

	#main {
		transition: margin-right .5s;
		position: absolute;
		top: 0;
		right: 0;
	}

	#no-css,
	#header-box,
	#js_header,
	footer {
		display: none;
	}

	div#open_sidebar {
		display: block;
	}

	.post {
		display: grid;
		grid-template-columns: 1fr;
	}

	html {
		min-width: 400px !important;
	}

	div#notify {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin: 0;
		border-radius: 0;
		position: fixed;
		overflow: scroll;
		z-index: 99999;
	}

	div#notify h1 {
		border-radius: unset;
	}

	div#notify button {
		padding: 15px 25px;
		outline: none;
		border: 2px solid #86c6e0;
		background: transparent;
		border-radius: 4px;
		margin-left: 80%;
		margin-top: 5%;
	}

	div#notify button:hover,
	div#notify button:active,
	div#notify button:focus {
		background: #86c6e0aa;
		border: 2px solid #86c6e0aa;
	}

	div#cookies {
		min-width: unset;
	}

	div#notify ul:nth-child(2n) {
		padding: 0;
	}

	div#notify ul li.first {
		list-style: none;
	}

	div#notify div {
		padding: 20px;
	}
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	span {
		display: inline;
	}

	.post {
		display: table-row;
	}

	.post .left_post,
	.post .right_post {
		display: table-cell;
		width: 50%;
	}

	div.center-height {
		padding: 3em 0;
		background: #FFFFFF !important;
		opacity: 0.7;
	}
}