body {
	margin: 0% 2.5%
}
html {
	font-size: 18px;
}
main {
	margin-left: 1%;
	margin-right: 1%;
	width: 98%;
}
/*Aside*/
aside {
	float: left;
	text-align: left;
	font-size: 1rem;
	width: 98%;
	margin: 0% 1%;
	padding: 0;
	margin-bottom: 25px;
	border: 0;
}
main.mit-aside {
	width: 98%;
	margin: 0% 1%;
}
h1 {
	font-size:1.5rem;
	background-color:#f5f5f5;
	color:#000;
	padding: 0;
}
h2{
	max-width: 100%;
	text-align: center;
}
h3 {
	padding: 0.1rem;
	text-decoration-thickness: 1px;
}
footer {
	font-size: 0.6rem;
	width: 100%;
	margin: 0% 0%;
}
.on_mobile{
	display: block;
}
/*Bilder*/
.img_head {
	float: left;
	width: 80%;
	margin: 1rem 0 0 0;
	max-width: 800px;
}
.img_text{
	width: 100%;
	margin: 2%;
}
.img_extra_klein{
	width: 40%;
	max-width: 100px;
}
.img_link{
	width: 29%;
	margin: 0 1.5%;
}
.img_25 {
	width: 48%;
}
.img_33 {
	width: 48%;
}
.img_50 {
	width: 48%;
}
.img_75 {
	width: 98%;
}
.karte{
	width: 98%;
	margin-left: 1%;
}

/*Text*/
section{
	top: 1rem;
	width: 90%;
	margin-left: -45%;
}
.blocksatz{
	text-align: left;
}

/*Hauptmenü*/
nav{
	float: left;
	box-sizing: border-box;
	width: 100%;
	max-height:0; 
	overflow: hidden;
	transition: all 0.5s; 
	background-color: #F5F5F5;
	font-size: 1.7rem;
}
nav ul {
	margin: 0;
	padding: 0;
}
nav a {
	display: block;
	color: black;
	text-decoration: none;
}
nav ul li {
	position: relative;
	list-style: none;
	padding: 2px;
	border-radius: 2px; 
}
nav ul li a {
    padding: 0px 4px;
	background-color: #D8D8D8;
}	
#hamburg:checked + .hamburg + nav { 
	max-height: 2000px; 
	margin-top: 3%;
}
nav ul li a#aktiv  {
	color: #0078FA;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
/*Drop Down Menü*/
nav ul ul {
	position: relative;
	width: 80%;
}
nav ul ul ul li {
	border-bottom: 0px solid;
}
nav ul ul li a {
	padding: 0px 20px;
	background-color: #F5F5F5;
}
nav ul ul ul li a {
	padding: 0px 30px;
	color: #6d6d6d;
}
.subsubmenu_1 {
	max-height: 0px;
	overflow: hidden;
}
.subsubmenu_2 {
	max-height: 0px;
	overflow: hidden;
}
.subsubmenu_3 {
	max-height: 0px;
	overflow: hidden;
}
#pfeil_1:checked + .pfeil_1 + .subsubmenu_1 { 
	max-height: 2000px;
}
#pfeil_2:checked + .pfeil_2 + .subsubmenu_2 { 
	max-height: 2000px;
}#pfeil_3:checked + .pfeil_3 + .subsubmenu_3 { 
	max-height: 2000px;
}
/*Hamburger Symbol*/
	label.hamburg { 
		display: block;
		width: 13%;
		max-width: 70px;
		position: relative; 
		float: right;
		padding: 20px 0px;
		margin-right: 2%;
		margin-top: 0.5rem;
	}
	input#hamburg {
		display: none;
	}
	.line { 
		position: absolute;
		height: 5px; width: 100%; 
		background: #636363; border-radius: 2px;
		display: block; 
		transition: 0.5s; 
		transform-origin: center;
		margin-left: 0%;
	}

	.line:nth-child(1) { 
		top: 15px;
	}   
	.line:nth-child(2) { 
		top: 25px; 
	}
	.line:nth-child(3) { 
		top: 35px; 
	}
/*Rotation Hamburger*/
	#hamburg:checked + .hamburg .line:nth-child(1){
		transform: translateY(12px) rotate(-45deg);
		top:10px;
	}
	#hamburg:checked + .hamburg .line:nth-child(2){
		transform: translateY(-11px) rotate(45deg);
		top:33px;
	}
	#hamburg:checked + .hamburg .line:nth-child(3){
		display: none;
	}
/*Pfeil Symbol*/
label.pfeil_1 { 
	display: block;
	position: relative;
	left: 22%;
	top: -30px;
	float: right;
	content: '';
	border-left: 10px solid #636363;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
}
input#pfeil_1 {
	display: none;
}
label.pfeil_2 { 
	display: block;
	position: relative;
	left: 22%;
	top: -30px;
	float: right;
	content: '';
	border-left: 10px solid #326598;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
}
input#pfeil_2 {
	display: none;
}
label.pfeil_3 { 
	display: block;
	position: relative;
	left: 22%;
	top: -30px;
	float: right;
	content: '';
	border-left: 10px solid #326598;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
}
input#pfeil_3 {
	display: none;
}
/*Rotation Pfeil*/
#pfeil_1:checked + .pfeil_1 {
	transform: translateX(-6px) translateY(4px) rotate(90deg);
}
#pfeil_2:checked + .pfeil_2 {
	transform: translateX(-6px) translateY(4px) rotate(90deg);
}
#pfeil_3:checked + .pfeil_3 {
	transform: translateX(-6px) translateY(4px) rotate(90deg);
}
/*Wrapper in impressum*/
.wrapper-table{
	display:grid;
	grid-template-columns: auto;
	}
	.box-t{
		margin-top: 0px;
		margin-bottom: 25px;
		margin-right: 0px;
	}
/*Wrapper in 50_50*/
.wrapper50{
	grid-template-columns: 100%;
	}
	.b50{
		margin-left: 0%;
	}
/*Liste*/

/*Audio*/
.audio_im_text {
	width: 300px;
	margin-top: 0.2rem;
}
/*Formular*/
span {
	margin-left: 0%;
	margin-right: 0%;
}

/*Cookie Hinweis */
.img_googlemaps img{
	width: 98%;
}

form.cookie_googlemaps{
	min-width: 15rem;
}

/*Swiper*/
.card-item .user-image {
    max-width: 80vw;
	max-height: 60vh;
}

.slider-wrapper {
	margin: 0 10px 40px;
}

.slider-wrapper .swiper-slider-button {
	display: none;
}