#header h1.logo {
	margin: 0;
	font-size: 1em;
}


#off_canvas .mod_mmenu {
    display: none;
}

img {
	min-width: unset;
}

.ce_player figure {
	margin: 0;
}

.ce_image {
	padding-left: 0;
	padding-right: 0;
}

.socials-icon {
	min-width: 0;
	display: inline-block;
}

.ce_sHtml5Start {
	padding: 0 5px;
}

.half:nth-of-type(odd) {
	margin-right: 4px;
}

.half:nth-of-type(even) {
	margin-left: 4px;
}

.ce_text ul {
	padding-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
}

.ce_hyperlink {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.ce_hyperlink figure {
	margin-bottom: 0;
}

.ce_hyperlink .caption {
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    padding-left: 0.1875em;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100px;
    color: #fff;
    margin: 0 auto;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1.5625em;
    pointer-events: none;
    visibility: hidden;
}

.ce_hyperlink:hover .caption, .ce_hyperlink:hover span {
    visibility: visible;
}

.ce_hyperlink .caption::after {
    bottom: -0.75em;
    color: #fff;
    content: "\f105";
    display: block;
    font-family: FontAwesome, sans-serif;
    font-size: 48px;
    height: 100px;
    position: absolute;
    right: 0.125em;
}

.ce_hyperlink:hover .caption, .ce_hyperlink:hover span {
    visibility: visible;
}

.mm-navbar {
	border-bottom: 1px solid #000000;
	color: #e40028;
}

.mm-listitem {
	color: #000000;
	border-color: #000000;
}

.mm-listitem_selected,
.mm-listitem a.trail {
	color: #e40028;
}

.mm-btn:after, .mm-btn:before {
	border: 2px solid #000000;
	border-bottom: none;
	border-right: none;
}

.mm-btn_next:after {
	top: 50%;
	transform: rotate(135deg) translate(-50%);
	margin: 0;
}

.trail .mm-btn:after {
	border: 2px solid #e40028;
	border-bottom: none;
	border-right: none;
}

.level_1.mm-listview > li > .mm-btn {
    border: none;
}

.contact-wrapper {
    display: flex;
	flex-wrap: wrap;
}

.contact-wrapper .address {
	flex: 1 1 auto;
	padding-left: 0;
}

.contact-wrapper .ce_google_map {
	flex: 1 1 45%;
	padding-left: 0;
}

footer .navigation-wrapper > .navigation-menu-button {
	display: none;
}

@media screen and (max-width: 1089px) {
	.half:nth-of-type(even) {
		margin-left: 3px;
	}
}

@media screen and (max-width: 989px) {
	#header ul.navigation-menu.show {
		display: none;
	}

	a.anchor {
		visibility: visible;
		top: auto;
	}
}

@media screen and (max-width: 962px) {
	.half:nth-of-type(odd) {
		margin-right: 3px;
	}
}

@media screen and (max-width: 834px) {
	.half:nth-of-type(odd) {
		margin-right: 2px;
	}
	.half:nth-of-type(even) {
		margin-left: 2px;
	}
}

@media screen and (max-width: 779px) {
	.half:nth-of-type(odd) {
		margin-right: 0;
	}
	.half:nth-of-type(even) {
		margin-left: 0;
	}

	#footer .inside > div:first-child {
		margin-top: 0;
	}

	#footer .inside > div {
		margin-top: 1.875em;
	}
}

/* Custom Classes */

.flex-gallery ul {
	display: flex;
	flex-wrap: wrap;
}

.flex-gallery ul li {
	flex: 0 0 33.333333%;
}
	
.flex-gallery ul li figure {
	margin: 0.8em;
}

@media screen and (max-width: 834px) {
	.flex-gallery ul li {
		flex: 0 0 50%;
	}
}

@media screen and (max-width: 600px) {
	.flex-gallery ul {
		display: block;
	}
}

.button-inline-text {
	display: flex;
}

.button-inline-text figure {
	margin: 0 0.8em 0 0;
    width: fit-content;
}

.button-inline-text p {
	transform: translateY(25%);
}

.ol-visible ol {
	list-style-type: decimal;
	list-style-position: inside;
}

.w50,
input.w50 {
	width: 50%;
}

.td-no-border td {
	border: none;
}

.form-grey-flex fieldset {
	background-color: #E2E2E2;
	display: flex;
	border: none;
	flex-wrap: wrap;
	gap: 10px;
}

.form-grey-flex fieldset .widget {
	flex: 1 0 calc(50% - 10px);
}

.form-grey-flex fieldset .widget input,
.form-grey-flex fieldset .widget textarea {
	border: none;
	position: relative;
}

.form-grey-flex fieldset .widget .upload.filled::before {
	display: block;
}

.form-grey-flex fieldset .widget .upload.filled::after {
	content: none;
}

.form-grey-flex fieldset .widget .upload::before {
	content: '';
	width: 100%;
	height: 2rem;
	display: inline-block;
	background: #fff;
	padding: 5px 8px;
	cursor: pointer;
}

.form-grey-flex fieldset .widget .upload::after {
	content: 'Durchsuchen';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-60%, 7px);
}

.form-grey-flex fieldset .widget .upload::-webkit-file-upload-button {
	visibility: hidden;
}

.form-grey-flex fieldset .widget-explanation {
	flex-basis: 100%;
}

@media screen and (max-width: 800px) {
	.form-grey-flex fieldset {
		display: block;
	}

	.w50,
	input.w50,
	.form-grey-flex fieldset:last-of-type .widget:nth-last-child(2) textarea {
		width: 100%;
	}
}

p.error {
	color:  red !important;
	margin-top: 5px;
}

.ccm-cookie-declaration p {
    margin-bottom: 15px;
}

.ccm-cookie-declaration a {
    text-decoration: underline;
}