html{
	font-size: 18px;
}
body 
{
	top: 0;
	font-family: 'Times New Roman', Times, serif;
	max-width: 1300px;
	margin: 0% auto;
	background-color:#f5f5f5;
	color:#000000;
}

/* Der Inhalt */
header {
	float: left;
	margin: 1% 1%;
	text-align: center;
	font-size: 1.5rem;
	width: 98%;
}
main{
	float: left;
	margin: 0% 1% 2.5rem;
	width: 98%;
	min-height: 100vh;
}
h1 {
	font-size:2rem;
	text-align: center;
	color:#000000;
	margin-bottom:5px;
	margin-top: 5px;
	padding: 0.2rem;
}
h2 {
	font-size:1.5rem;
	text-align:center;
	max-width: 97%;
	border-bottom: 0.1rem solid #000000;
	color:#000000;
	margin:40px 0 20px;
	padding: 0.1rem;
}
h3 {
	font-size: 1.1rem;
	text-align:left;
	color:#000000;
	text-decoration: underline;
	text-decoration-thickness: 0.1px;
	text-underline-offset: 3px;
}
h4 {
	font-size:1.3rem;
	max-width: 40%;
	text-align:center;
	color:#326598;
	padding: 0.3rem;
	border-bottom: 0.1rem solid #326598;
	border-radius: 0.2em 0.2em 0.2em 0.2em;
}
h5 {
	font-size:1.3rem;
	max-width: 21rem;
	text-align:center;
	color:#326598;
	margin:20px auto;
	padding: 0.1rem;
	border-bottom: 0.1rem solid #326598;
	border-radius: 0.2em 0.2em 0.2em 0.2em;
}
main.mit-aside {
	width: 80%;
	margin-right: 1px;
	margin-left: 1%;
	min-height: 830px;
}
aside {
	float: right;
	width: 10%;
	min-width: 150px;
	margin-right: 1%;
	margin-bottom: 10%;
	text-align:center;
	font-size: 0.9rem;
	padding: 10px;
	margin-bottom: 40px;
	border: 2px solid #607992;
	border-radius: 1em 1em 1em 1em;
}

footer {
	position: fixed;
	text-align: center;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	background : #000000b0;
	z-index: 2;
}
footer ul {
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 0.1rem;
}
footer ul ul {
	margin: 3px 0 0 0;
}
footer ul li {
	display: inline;
}
footer ul li:not(:first-child)::before {
	content: "•";
	margin: 0 .5em;
}
hr {
	border-top: dotted 1px;
	border-bottom: solid 0;
}
button {
	display: block;
	padding: 0.2rem 0.8rem;
	color: #000;
	font-size: 1.3rem;
	background-color: #bbbbbb;
	border: 1px solid black;
    border-radius: 8px;
	margin: 5% auto;
}
.on_mobile{
	display: none;
}
/*Links zentral*/
main a:link {color: #000000;}
main a:visited {color: #585858; text-decoration: none; font-weight: normal;}
main a:focus { color:#000000; text-decoration:none; font-weight: bold;}
main a:hover { color:#000000; text-decoration:none; font-weight: bold;}
main a:active { color:#2d7dcc; text-decoration:none; }

aside a:link {color: #000000;}
aside a:visited {color: #585858; text-decoration: none; font-weight: normal;}
aside a:focus { color:#000000; text-decoration:none; font-weight:bold;}
aside a:hover { color:#000000; text-decoration:none; font-weight:bold;}
aside a:active { color:#2d7dcc; }

footer a:link { color:#ffffff; text-decoration: none;}
footer a:visited { color:#ffffff; text-decoration:none;}
footer a:focus { color:#ffffff; }
footer a:hover { color:#ffffff; text-decoration:none; font-weight:bold; }
footer a:active { color:#ffffff; }

a.no_color:link { color: inherit;}
a.no_color:visited { color: inherit;}
a.no_color:focus { color: inherit;}
a.no_color:hover { color: inherit;}
a.no_color:active { color: inherit;}

a.no_link:link {text-decoration: none;}
a.no_link:hover {font-weight: inherit;}

/*Text*/
strong{
	font-size: 1.5rem;
	font-weight: normal;
}
medium{
	font-size: 1.2rem;
}
.center {
	text-align: center;
}
.blocksatz{
	text-align: justify;
}
.cursive{
	font-family: cursive;
	font-weight: normal;
}
.eingeruckt {
	margin-left: 2rem;
}

.rot {
	color: #e61919;
}

.abstand_groß {
	letter-spacing: 0.3em;
}

.mehr_text {
	max-height: 0px;
	overflow: hidden;
}

#mehr_lesen:checked + .mehr_lesen + .mehr_text { 
	max-height: none;
}

label.mehr_lesen {
	display: block;
	width: 9rem;
}

label.mehr_lesen::before { 
	display: block;
	position: relative;
	left: 0.7rem;
	content: url(../image/design/pfeil_rechts.png) " weiter lesen";
}

label.mehr_lesen:hover:before {
	font-weight:bold;
	cursor: pointer;
}

label.weniger_lesen {
	display: block;
	width: 12rem;
}

label.weniger_lesen::before { 
	display: block;
	position: relative;
	left: 0.7rem;
	content: "";
}

label.weniger_lesen:hover:before {
	font-weight:bold;
	cursor: pointer;
}

input#mehr_lesen {
	display: none;
}

#mehr_lesen:checked + label.mehr_lesen + li + label.weniger_lesen::before { 
	content: url(../image/design/pfeil_hoch.png) " weniger anzeigen";
}

#mehr_lesen:checked + label.mehr_lesen::before { 
	content: "";
}

/**/
.info{
	cursor: pointer;
}

.info_text {
	max-height: 0px;
	overflow: hidden;
}

input#info {
	display: none;
}

#info:hover + .info + .info_text {
	position: relative;
	max-height: unset;
	max-width: 13rem;
	padding: 0.2rem;
	margin: 0.5rem auto 0;
	border: #326598 solid;
	border-width: thin;
	border-radius: 0.3rem;
} 

#info:checked + .info + .info_text {
	position: relative;
	max-height: unset;
	max-width: 13rem;
	padding: 0.2rem;
	margin: 0.5rem auto 0;
	border: #326598 solid;
	border-width: thin;
	border-radius: 0.3rem;
} 

section{
	position: absolute;
	top: 1rem;
	left: 50%;
	width: 50rem;
	margin-left: -25rem;
	box-shadow: 0 0 1rem black;
	border-radius: 8px;
}

section ul{
	padding: 0;
}

section li{
	font-weight: bold;
}

/*Tabellen*/
.table_termine>tbody>tr>td{
	padding: 0.2rem;
	vertical-align: top;
}

.table_termine>tbody>tr>td:nth-child(3){
	min-width: 5rem;
}

.table_termine>tbody>tr{
	box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.5);
}

/*Bilder*/
.img_head {
	margin: 1rem auto 0 0%;
	width: 100%;
	max-width: 1300px;
}
.img_text {
	float: left;
	margin: 2%;
}
.img_center {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
}
.img_border {
	border: solid 1px;
	border-color: #6d6d6d;
	border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
}
.img_noborder {
	border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
}
.img_margin {
	margin: 8px auto;
}
.img_margin_breite {
	margin: auto 8px;
}
.img_klein {
	width: 99%;
	max-width: 515px;
}
.img_extra_klein {
	max-width: 150px;
}
.img_link {
	border-bottom: solid 2px;
	border-color: #2d7dcc;
	width: 100%;
	margin: 10px 0;
}
.img_25 {
	width: 24.5%;
}
.img_33 {
	width: 32%;
}
.img_50 {
	width: 49.4%;
}
.img_75 {
	width: 75%;
}
.img_zu_audio {
	width: 150px;
	margin-left: 100px;
	margin-top: 10px;
}
.karte {
	height: 500px;
	width: 81%;
	margin: 0% 10%;
}
/*Wrapper in index*/
.wrapper{
	display:grid;
	grid-template-columns: auto;
}
.a {
	padding-bottom:5px;
	text-decoration:underline;
	font-weight: bold;
}
.b{
	padding-bottom:10px;
	padding-left: 2%;
}
.b > hr{
	margin: 4px;
	border: none;
}
.wrapperflex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wrapperflexchild {
	margin: 10px;
	width: 200px;
}
/*Wrapper in impressum*/
.wrapper-table{
	display:grid;
	grid-template-columns: max-content auto;
	}
	.box-t{
		margin-top: 15px;
		margin-bottom: 25px;
		margin-right: 60px;
	}
/*Wrapper in 50% zu 50%*/
.wrapper50{
	display:grid;
	grid-template-columns: 50% 50%;
	}
	.a50{
		margin-right: 10%;
	}
	.b50{
		margin: auto 5%;
	}
/*Wrapper Bild und Titel*/
.wrapper-pic-titel{
	display:grid;
	grid-template-columns: max-content auto;
	}
.margin-pic-titel{
	padding-left: 2%;
	padding-top: 2rem;
}
	@media (max-width: 60rem){
		.wrapper50{
			grid-template-columns: auto;
		}
		.a50{
			margin-right: 0;
		}
		.b50{
			margin-left: 0;
		}
		.wrapper-pic-titel {
			grid-template-columns: auto;
		}
		.erste {
			grid-row: 1;
		}
		.margin-pic-titel{
			padding-top: 0;
		}
	}
/*Liste*/
.list_none {
	list-style: none;
	padding: 0px;
}

.list_none > li ul{
	list-style: none;
	padding: 0px;
}

/*Audio*/
audio {
	margin-top: 0.3rem;
	border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
}
.audio_im_text {
	height: 20px;
	width: 210px;
	margin-bottom: -0.2rem;
	margin-top: 0;
}
.mit_audio{
	width: 12rem;
}

/*Audioplayer*/
.slidecontainer {
	display:flex;
	align-items: center;
	height: 20px;
	margin-top: 0.5rem;
	margin-bottom: 3.5rem;
}
.audiodetails {
	width: 100px;
}

input[type=range]:focus {
	outline: none;
}
input[type=range] {
	overflow: hidden;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	height: 16px;
    border-radius: 8px;
	margin-left: 10px;
	margin-right: 10px;
}
input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 16px;
	height: 16px;
	background: #000000;
	border-radius: 8px;
}
input[type=range]::-moz-range-thumb {
	height: 16px;
	width: 16px;
	border: 0;
	border-radius: 8px;
	background: #000000;
}
 
.startStopImg{
	cursor: pointer;
}
.start:after {
	float: right;
	content: '';
	border-left: 16px solid #000000;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
}
.pause:after {
	float: right;
	content: '';
	width: 16px;
	height: 16px;
	background: linear-gradient(to right, #000000 40%, transparent 0 60%, #000 0 100%);
}
.pos{
	width: 150px;
	background: linear-gradient(to right, #5e5e5e 5%, #c5c5c5 0 100%);
}

.downloadpfeil { 
	display: block;
	position: relative;
	height: 20px;
	width: 20px;
}
.downline {
	position: absolute;
	height: 1px;
	background: #000000;
	display: block;
	transform-origin: center;
	margin: 0;
}
.downline:nth-child(1) {
	top: 19px;
	left: 5px;
	width: 10px;
}
.downline:nth-child(2) {
	top: 8px;
	left: 3.5px;
	width: 13px;
	transform: rotate(90deg);
}
.downline:nth-child(3) {
	top: 13px;
	left: 8.4px;
	width: 7.2px;
	transform: rotate(-45deg);
}
.downline:nth-child(4) {
	top: 13px;
	left: 4.2px;
	width: 7.2px;
	transform: rotate(45deg);
}

/*Cookie Hinweis */
#cookiebox {
	display: block;
	z-index: 100;
	position: fixed;
	min-height: 20px;
	top: 0;
	left: 0;
	padding: 5px;
	margin: 0;
	width: 100%;
	color: rgb(255, 255, 255);
	border: 1px solid black;
	border-top: none;
	background:  #6d6d6d;
	text-align: center;
}
form.cookie {
	width: 100%;
}
button.cookie {
    width: 15%;
	margin-top: 0.4rem;
	margin-bottom: 0.4rem;
}
button.button_delete {
	margin-left: 2rem;
	font-size: 0.8rem;
	color: #000;
	background-color: #ff7d7d;
}
button:hover {
    background-color:#424242;
    cursor: pointer;
	color: #F2F2F2;
}
@media (max-width: 65rem){
	aside {
		float: left;
		text-align: left;
		width: 98%;
		border: 0;
	}
	h3 {
		font-size:1.3rem;
		max-width: 21rem;
	}
	.img_link {
		width: 30.5%;
		margin: 10px 1%;
	}
}

#cookie_googlemaps{
	width: 100%;
	text-align: center;
	display: none;
}

.img_googlemaps img{
	position: relative;
	width: 81%;
	top: -9rem;
	z-index: 0;
	margin: 0 auto;
}

form.cookie_googlemaps{
	position: relative;
	width: 35%;
	min-width: 20rem;
	height: 7rem;
	top: 1rem;
	z-index: 1;
	padding: 1rem;
	margin: 0 auto;
	background-color: #ffffffbe;
	border: 0.5px solid;
	border-color: #969696;
	border-radius: 0.2em 0.2em 0.2em 0.2em;
}