html,
body {
	height: 100%;
}

body {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
}

a {}

a:hover {}

a[rel="noreferrer"] {
	background-image: url(/typo3conf/ext/pex/Resources/Public/Fonts/Bootstrap-Icons/box-arrow-up-right.svg);
	background-repeat: no-repeat;
	background-size: 17px;
	background-position-y: 4px;
	padding-left: 20px;
}

h1,
.h1 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 1;
}

h2,
.h2 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 15px;
}

h3,
.h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
	position: absolute !important;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.skippy {
	background-color: #fff;
}

/*------------------------------------*\
  #SEITENHEADER
\*------------------------------------*/
#seitenheader {
	margin-bottom: 50px;
}

.logo-nav-wrap {
	padding-top: 15px;
	padding-bottom: 15px;
}

.logo img {
	width: 300px;
	height: auto;
}

.icons-wrap .mail {
	margin-left: 25px;
	margin-right: 25px;
}

.icons-wrap i,
.icons-wrap a i {
	font-size: 36px;
	color: #000
}

.kopfbild-wrap-1600 {
	background: #eee;
}

.kopfbild-wrap-1600 .kopfbild {
	margin: 0 auto;
	width: 1680px;
	min-height: 500px;
	aspect-ratio: 1 / 0.41;
	overflow: hidden;
}

/*------------------------------------*\
  #CONTENT
\*------------------------------------*/
main {}

/*------------------------------------*\
  #FOOTER
\*------------------------------------*/
footer {
	background: #eee;
	border-top: 15px solid #009EE1;
	padding-top: 50px;
	padding-bottom: 30px;
}

footer a {
	color: #000;
}

footer a:hover {
	text-decoration: none;
}

#c6 {
	text-align: right;
}


/*------------------------------------*\
  #TYPO3
\*------------------------------------*/
p {
	margin-bottom: 20px;
}

strong {
	font-weight: 600;
}

.frame-space-before-extra-small {
	margin-top: 20px;
}

.frame-space-before-small {
	margin-top: 40px;
}

.frame-space-before-medium {
	margin-top: 60px;
}

.frame-space-before-large {
	margin-top: 80px;
}

.frame-space-before-extra-large {
	margin-top: 100px;
}

.frame-space-after-extra-small {
	margin-bottom: 20px;
}

.frame-space-after-small {
	margin-bottom: 40px;
}

.frame-space-after-medium {
	margin-bottom: 60px;
}

.frame-space-after-large {
	margin-bottom: 80px;
}

.frame-space-after-extra-large {
	margin-bottom: 100px;
}

.graue-box {
	background: #eee;
	padding: 15px 35px;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.error {
	color: red;
	font-size: 20px;
	font-weight: bold;
}

.ce-gallery img {
	display: block;
	width: 100%;
	height: auto;
}

figcaption {
	font-size: 16px;
	margin-top: 5px;
	text-align: center;
	line-height: 1.4;
	width: 100%;
}

.ce-uploads span {
	display: block;
	font-size: 16px;
	hyphens: auto;
}

.ce-uploads img {
	width: 100%;
	height: auto;
	padding-right: 0;
}

/*------------------------------------*\
  #FORMULAR
\*------------------------------------*/
#kontaktformular-22 legend {
	display: none;
}

form#kontaktformular-22 .form-group {
	margin-bottom: 20px;
}

#kontaktformular-22 .submit button.btn {
	background: #333;
	border-color: #333;
	color: #fff;
}

#kontaktformular-22 .submit button.btn:hover,
#kontaktformular-22 .submit button.btn:focus {
	background: #333;
	border-color: #333;
}

#kontaktformular-22 .input.checkbox .form-check {
	padding-left: 0;
}

#kontaktformular-22 input#kontaktformular-22-checkbox-1 {
	margin-right: 5px;
}

#kontaktformular-22 textarea#kontaktformular-22-textarea-1 {
	min-height: 150px;
}

/*------------------------------------*\
  #2-KLICK
\*------------------------------------*/
.map {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.map .privacy-msg.privacy-map-msg {
	background-image: url(/typo3conf/ext/zval/Resources/Public/Images/Template/Mapdummy.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100% !important;
}


.map .privacy-msg.privacy-map-msg::after {
	content: "© OpenStreetMap contributors";
	position: absolute;
	left: 15px;
	bottom: 0;
}

.map .privacy-msg.privacy-map-msg p {
	background: rgb(0, 0, 0, 0.8);
	width: 90%;
	position: absolute;
	margin-top: 50px;
	margin-left: 5%;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
}

.privacy-msg.privacy-script-msg {
	position: relative;
}

.privacy-msg.privacy-script-msg p {
	background: rgb(0, 0, 0, 0.8);
	width: 100%;
	position: relative;
	margin-top: 0;
	margin-left: 0;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px;
	text-align: center;
	z-index: 99;
}

[data-eobp-media="desktop"] .eobp {
	margin: 15px 0 !important;
}

.map iframe {
	width: 100%;
	margin-bottom: -6px;
}

.privacy-msg.privacy-script-msg a,
.privacy-msg.privacy-map-msg a {
	color: #a90015;
}

.privacy-msg a.btn {
	background: #eee;
	border-color: #eee;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}

.privacy-msg.privacy-script-msg p a,
.privacy-msg.privacy-map-msg p a {
	color: #fff;
	text-decoration: underline;
}

.privacy-map-msg p a.btn {
	text-decoration: none;
	color: #000;
}

/*------------------------------------*\
  #MEDIA-QUERIES
\*------------------------------------*/
@media (max-width: 1599.98px) {
	.kopfbild-wrap-1600 .kopfbild {
		width: 100%;
		min-height: 500px;
		aspect-ratio: 1 / 0.41;
	}
}

@media (max-width: 1199.98px) {

	.kopfbild-wrap-1600 .kopfbild {
		min-height: 400px;

	}

}

@media (max-width: 991.98px) {
	body {
		font-size: 18px;
	}

	.container {
		max-width: 100%;
	}

	.logo img {
		width: 200px;
		height: auto;
	}

	h1,
	.h1 {
		font-size: 28px;
	}

	h2,
	.h2 {
		font-size: 24px;
	}

	h3,
	.h3 {
		font-size: 20px;
	}

	.graue-box {
		padding: 15px 15px;
	}

	.kopfbild-wrap-1600 .kopfbild {
		min-height: 300px;
		aspect-ratio: 1 / 0.5;
	}

}

@media (max-width: 767.98px) {

	h1,
	.h1 {
		font-size: 28px;
		margin-bottom: 10px;
	}

	h2,
	.h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	h3,
	.h3 {
		font-size: 20px;
	}

	#c5,
	#c6 {
		text-align: center;
	}

	.kopfbild-wrap-1600 .kopfbild {
		aspect-ratio: 1 / 0.6;
	}

}

@media (max-width: 575.98px) {
	p {
		margin-bottom: 10px;
	}

	.kopfbild-wrap-1600 .kopfbild {
		aspect-ratio: 1 / 0.8;
	}

}