@media (max-width: 800px) {
	#index {
		position: relative;
		width: 100%;
		border: none;
	}

	#menu_oben {
		height: 3rem;
		padding: 1rem;
		display: contents;
	}

	#menu_oben_rechts {
		width: 100%;
		height: 50rem;
		border: 0px #000 solid;
		display: none;
	}

	#menu_oben_rechts>span:not(:last-child):after {
		content: " ";
	}

	#menu_oben_rechts>span {
		display: block;
		margin: 0.25rem 2rem;
		background-color: #FFF;
		padding: 0.5rem;
	}

	#menu_oben_rechts>span.weitere_menupunkte {
		margin: 1rem 2rem;
	}

	#CookieBanner {
		left: 5%;
		top: 10%;
		margin-left:0;
	}

	.CookieContainer {
		width: 90%;
		height: 80%;
	}
	
	.CookieContainer {
		width: 90%;
	}

	.CookieContainerButton>span>button {
		width: 100%;
		margin-top: 1rem;
	}

	#navigation_mobil {
		font-size: 2rem;
		color: #fff;
		padding: 0 0.5rem;
		display: block;
		position: absolute;
		top: 0rem;
		right: 1rem;
		background-color: #CCC;
		opacity: 0.8;
		border-radius: 3px;
		padding: 0.1rem 0.2rem;
	}

	#navigationsleiste>span {
		display: block;
	}

	#navigationsleiste>.nav_leiste_more::before {
		content: ">";
	}


	.search-container {
		margin: 1.5rem;
		width: 15rem;
	}

	.search-button {
		top: -28px;
	}

	h1 {
		font-size: 1.5rem;
	}
	#div_kontakt,
	#div_offen {
		display: block;
	}

	#div_kontakt,
	#div_offen>div {
		margin-bottom: 2rem;
	}

	#ausflugsziel_attribute_container {
		grid-template-rows: auto auto;
	}

	#titel_in_bild {
		left: 2rem;
		line-height: 1.5rem;
	}

	label {
		text-align: left;
		display: contents;
	}

	label::after {
		content: "";
	}
	.formularzeile {
		grid-template-columns: auto;
	}

	.versteckter_abschnitt {
		margin: 0 2rem;
	}

	.kontaktausgabe {
		padding: 0;
	}

	button {
		margin-top: 2rem;
	}

	.zeile_uebersicht>div>a {
		width: 680px;
	}

	.suchstring_gefunden {
		line-height: normal;
	}


	#footer {
		height: 10rem;
	}

	.footer_teiler {
		display: none;
	}

	#zugriffe {
		display: grid;
		grid-auto-rows: auto;
	}

	.zeile_uebersicht {
		margin-left: 0rem;
		background: #EFEFEF;
		grid-template-columns: 3rem auto;
	}
	
	.suchergebnis_text {
		margin-left: 0rem;
	}
	
}

@media (min-width: 350px) and (max-width: 500px) {
	.google_werbung_block {
		width: 320px;
		height: 50px;
		max-height: 50px !important;
	}
}

@media (min-width: 500px) and (max-width: 1000px) {
	.google_werbung_block {
		width: 468px;
		height: 60px;
		max-height: 60px !important;
	}
}