/********************
*      Modules      *
********************/
section{
	position: relative;
	width:100%;
}

.opacity_0{
	opacity: 0;
}

body.popup_open {
	overflow: hidden;
}

.display_none{
	display:none !important;
}

.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs{
	background:transparent !important;
}

.rsBullets{
	position:absolute !important;
	bottom:0 !important;
}

/* link / button */
.mm_links {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.mm_button{
	font-weight: 500;
	display: inline-block;
	cursor:pointer;
	-webkit-transition: color .4s, background .4s;
	-moz-transition: color .4s, background .4s;
	-ms-transition: color .4s, background .4s;
	-o-transition: color .4s, background .4s;
	transition: color .4s, background .4s;
}

.mm_button.primary{
	display: inline-flex;
	position: relative;
}

.mm_button.primary .mm_button_text {
	background-color:var(--primarbutton_background_color);
	color: var(--primarbutton_font_color);
	padding: 14px 35px 15px;
	border-radius: 28px;
	transition: transform .4s;
	transform-style: preserve-3d;
}

.mm_button.primary .mm_button_svg {
	background: var(--primarbutton_background_color);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 58px;
	height: 58px;
	transition: transform .4s;
	transform-style: preserve-3d;
}

.mm_button.primary .mm_button_svg.mm_button_svg_hover {
	transform: scale3d(0,0,1);
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
}

.mm_button.primary .mm_button_svg.mm_button_svg_nohover {
	-webkit-transform: scaleX(1);
	-webkit-transform-origin: right;
	-moz-transform: scaleX(1);
	-moz-transform-origin: right;
	-ms-transform: scaleX(1);
	-ms-transform-origin: right;
	-o-transform: scaleX(1);
	-o-transform-origin: right;
	transform: scaleX(1);
	transform-origin: right;
}

.mm_button.primary svg {
	width: 14px;
	fill: var(--primarbutton_font_color);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: fill .4s;
	-moz-transition: fill .4s;
	-ms-transition: fill .4s;
	-o-transition: fill .4s;
	transition: fill .4s;
}

.mm_button.primary:hover .mm_button_text {
	background-color:var(--primarbutton_hover_background_color);
	color:var(--primarbutton_hover_font_color);
	transform: translate3d(58px, 0, 0);
	transform-style: preserve-3d;
}

.mm_button.primary:hover .mm_button_svg.mm_button_svg_hover {
	transform: scale3d(1,1,1) translate3d(0, 0, 0);
	transform-style: preserve-3d;
}

.mm_button.primary:hover .mm_button_svg.mm_button_svg_nohover {
	transform: scale3d(0,0,1);
	transform-style: preserve-3d;
}

.mm_button.primary:hover svg {
	fill: var(--primarbutton_hover_font_color);
}

.mm_button.secondary{
	padding: 14px 35px 15px;
	border-radius: 28px;
	background-color:var(--sekundarbutton_background_color);
	color:var(--sekundarbutton_font_color);
}

.mm_button.secondary svg {
	fill: var(--sekundarbutton_font_color);
	-webkit-transition: fill .4s;
	-moz-transition: fill .4s;
	-ms-transition: fill .4s;
	-o-transition: fill .4s;
	transition: fill .4s;
}

.mm_button.secondary:hover {
	background-color:var(--sekundarbutton_hover_background_color);
	color:var(--sekundarbutton_hover_font_color);
}

.mm_button.secondary:hover svg {
	fill: var(--sekundarbutton_hover_font_color);
}

.mm_link{
	cursor:pointer;
	-webkit-transition: color .4s, background .4s;
	-moz-transition: color .4s, background .4s;
	-ms-transition: color .4s, background .4s;
	-o-transition: color .4s, background .4s;
	transition: color .4s, background .4s;
}

.mm_link.primary{
	color:var(--primarlink_font_color);
}

.mm_link.primary svg {
	fill: var(--primarlink_font_color);
	-webkit-transition: fill .4s;
	-moz-transition: fill .4s;
	-ms-transition: fill .4s;
	-o-transition: fill .4s;
	transition: fill .4s;
}

.mm_link.primary:hover{
	color:var(--primarlink_hover_font_color);
}

.mm_link.primary:hover svg {
	fill: var(--primarlink_hover_font_color);
}

.mm_link.secondary{
	color:var(--sekundarlink_font_color);
}

.mm_link.secondary svg {
	fill: var(--sekundarlink_font_color);
	-webkit-transition: fill .4s;
	-moz-transition: fill .4s;
	-ms-transition: fill .4s;
	-o-transition: fill .4s;
	transition: fill .4s;
}

.mm_link.secondary:hover{
	color:var(--sekundarlink_hover_font_color);
}

.mm_link.secondary:hover svg {
	fill: var(--sekundarlink_hover_font_color);
}
/* end link / button */

/* form */

.wpcf7 form .wpcf7-not-valid-tip{
	margin-top: 5px;
    position: relative;
    font-size: 0.8rem;
    padding: 6px 25px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 20px;
    color: #fff;
    background-color: #ff0017;
    border-color: #ff0017;
    margin-bottom:0;
}

.wpcf7 form .wpcf7-response-output{
    position: relative;
    font-size: 0.9rem;
    padding: 6px 10px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #13322b;
    background-color: #fff3cd;
    border-color: #ffecb5;
    margin:0;
    margin-top:10px;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border-color: #ffc1c1;
	background-color: ##ffc1c1;
	color: #13322b;
}

.wpcf7 form.sent .wpcf7-response-output{
	color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.wpcf7-form{
	width:100%;
}

:-ms-input-placeholder,
::-ms-input-placeholder{
	color:#13322b;
	opacity: 1;
}

.wpcf7-form *::placeholder{
	color:#13322b;
	opacity: 1;
}

.form_row{
	display: flex;
    flex-wrap: wrap;
	gap: 16px;
}

.form_item{
	width:100%;
	flex: 0 0 auto;
	max-width: 100%;
	display: flex;
	align-items: center;
}

.form_item > * {
	flex: 0 0 auto;
	max-width: 100%;
	width: 100%;
}

.form_item.form_item_right {
	text-align: right;
	justify-content: flex-end;
	margin-bottom: -4px;
}

.form_item.form_item_half {
	width: calc(50% - 8px);
}

.form_required_text {
	opacity: .5;
	line-height: 1;
	font-size: .8333rem;
}

.form_item input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.form_item textarea {
	background: #f0dc7b;
	border: 1px solid #13322b;
	width: 100%;
	border-radius: 28px;
	outline: none !important;
	height: 58px;
	padding: 0 39px;
}

.form_item textarea {
	height: 158px;
	padding-top: 14px;
	resize: none;
}

.wpcf7-form-control{
	padding:5px 15px;
	border-radius: 5px;
	border: 1px solid #000;
}

.wpcf7-form-control.wpcf7-select{
	padding: 8.5px 15px;
}

.form_item [data-name="ihr_anliegen"] .wpcf7-not-valid-tip{
	margin-top:-5px;
}

.form_submit{
	position: relative;
}

.form_item_submit {
	display: none;
}

.wpcf7-form .form_submit .wpcf7-spinner{
	margin: 0;
    left: calc(50% - 12px);
	top: calc(50%);
    position: absolute;
	width: 58px;
	height: 58px;
	background: #13322b;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.wpcf7-form .form_submit .wpcf7-spinner:before {
	top: 7px;
	left: 7px;
	width: 10px;
	height: 10px;
	transform-origin: 22px 22px;
	background: #fff;
}

.wpcf7-acceptance .wpcf7-list-item{
	margin:0;
}

.wpcf7-acceptance{
	padding:0;
	border:none;
}

.wpcf7-acceptance a {
	text-decoration: underline;
}

.wpcf7-acceptance a:hover {
	text-decoration: none;
}

.form_item_accept {
	display: none;
}

.form_item_accept + span {
	display: inline-block;
	position: relative;
	padding-left: 39px;
}

.form_item_accept + span:before,
.form_item_accept + span:after {
	content: '';
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid #13322b;
	background: #f0dc7b;
	position: absolute;
	left: 0;
	top: 0;
}

.form_item_accept + span:after {
	opacity: 0;
	width: 20px;
	height: 20px;
	top: 4px;
	left: 4px;
	border: none;
	background: #13322b;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

.form_item_accept:checked + span:after {
	opacity: 1;
}

.mm_submit_helper {
	width: auto;
	margin-left: auto;
}

form.submitting .mm_submit_helper {
	visibility: hidden;
}

.mm_submit_helper .mm_button {
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

.mm_submit_helper .mm_button.disabled {
	cursor: not-allowed;
	opacity: .6;
}

.mm_submit_helper .mm_button.primary .mm_button_text {
	background: #13322b;
	color: #fff;
	font-size: .8889rem;
	padding: 15px 35px 15px;
}

.mm_submit_helper .mm_button.primary .mm_button_svg {
	background: #13322b;
}

.mm_submit_helper .mm_button.primary.disabled:hover .mm_button_text {
	transform: translate3d(0, 0, 0);
}

.mm_submit_helper .mm_button.primary.disabled:hover .mm_button_svg.mm_button_svg_hover {
	transform: scale3d(0,0,1) translate3d(0, 0, 0);
	transform-style: preserve-3d;
}

.mm_submit_helper .mm_button.primary.disabled:hover .mm_button_svg.mm_button_svg_nohover {
	transform: scale3d(1,1,1);
	transform-style: preserve-3d;
}

.mm_submit_helper .mm_button.primary svg {
	fill: #fff;
}

.form_margin_top {
	margin-top: 16px;
}

@media screen and (max-width: 991px) {
	.form_item_accept_container,
	.form_submit {
		width: 100%;
	}
	
	.mm_submit_helper {
		margin-left: 0;
	}
}

@media screen and (max-width: 575px) {
	.form_item.form_item_half {
		width: 100%;
	}
}

@media screen and (max-width: 400px) {
	.mm_submit_helper .mm_button.primary .mm_button_text {
		padding: 15px 20px 15px;
	}
}

@media screen and (max-width: 350px) {
	.mm_submit_helper .mm_button.primary .mm_button_text {
		padding: 10px 20px 12px;
	}
}

/* end form */

/* start Tags */

.mm_tag {
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	height: 39px;
	border: 1px solid #13322b;
	border-radius: 19.5px;
	padding: 10px 25px;
}

/* end Tags */

/* start Slider Arrows */

.mm_slider_arrows {
	position: absolute;
	right: 20px;
	bottom: 23px;
	display: flex;
}

.mm_slider_arrows .mm_arrow {
	border-radius: 22px 0 0 22px;
	height: 44px;
	width: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffcd00;
	cursor: pointer;
	-webkit-transition: background .4s;
	-moz-transition: background .4s;
	-ms-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s;
}

.mm_slider_arrows .mm_arrow:hover {
	background: #af9d38;
}

.mm_slider_arrows .mm_arrow svg {
	width: 12px;
	fill: #13322b;
	margin-left: 15px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mm_slider_arrows .mm_arrow.arrow_next {
	border-radius: 0 22px 22px 0;
}

.mm_slider_arrows .mm_arrow.arrow_next svg {
	margin-left: 0;
	margin-right: 15px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/* end Slider Arrows */

/* start Footer */

footer {
	background-color: #ffcd00;
	border-radius: 35px 35px 0 0;
	background-size: cover;
	background-position: top center;
	padding: 63px 0 0;
}

.footer_helper_container {
	position: relative;
	height: 58px;
}

.footer_scroll_top {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #ffcd00;
	border: 1px solid #13322b;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: background .4s;
	-moz-transition: background .4s;
	-ms-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s;
}

.footer_scroll_top svg {
	width: 18px;
	fill: #13322b;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: fill .4s;
	-moz-transition: fill .4s;
	-ms-transition: fill .4s;
	-o-transition: fill .4s;
	transition: fill .4s;
}

.footer_scroll_top:hover {
	background: #13322b;
}

.footer_scroll_top:hover svg {
	fill: #ffd633;
}

.footer_container_top {
	text-align: center;
}

.footer_container_logo_container {
	display: inline-block;
}

.footer_container_logo_container svg {
	width: 169px;
	fill: #13322b;
	-webkit-transition: -webkit-transform .4s;
	-moz-transition: -moz-transform .4s;
	-ms-transition: -ms-transform .4s;
	-o-transition: -o-transform .4s;
	transition: transform .4s;
}

.footer_container_logo_container:hover svg {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.footer_container_center,
.footer_container_bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

footer ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.footer_container_center {
	margin-top: 120px;
	border-bottom: 1px solid rgba(87,79,6,.3);
}

.footer_menu {
	gap: 0 50px;
}

.footer_main_menu li {
	padding-bottom: 55px;
	position: relative;
	font-weight: 500;
}

.footer_main_menu li:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 3px;
	background: #13322b;
	opacity: 0;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

.footer_main_menu li.current-menu-item:not(.menu-item-type-custom):after,
.footer_main_menu li.active:after {
	opacity: 1;
}

.footer_container_contact {
	display: flex;
	gap: 0 50px;
}

.footer_contact_item {
	position: relative;
}

.footer_contact_item:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #13322b;
	position: absolute;
	left: 0;
	bottom: -2px;
	-webkit-transition: -webkit-transform .4s;
	-moz-transition: -moz-transform .4s;
	-ms-transition: -ms-transform .4s;
	-o-transition: -o-transform .4s;
	transition: transform .4s;
	-webkit-transform: scaleX(0);
	-webkit-transform-origin: right center;
	-moz-transform: scaleX(0);
	-moz-transform-origin: right center;
	-ms-transform: scaleX(0);
	-ms-transform-origin: right center;
	-o-transform: scaleX(0);
	-o-transform-origin: right center;
	transform: scaleX(0);
	transform-origin: right center;
}

.footer_contact_item:hover:after {
	-webkit-transform: scaleX(1);
	-webkit-transform-origin: left center;
	-moz-transform: scaleX(1);
	-moz-transform-origin: left center;
	-ms-transform: scaleX(1);
	-ms-transform-origin: left center;
	-o-transform: scaleX(1);
	-o-transform-origin: left center;
	transform: scaleX(1);
	transform-origin: left center;
}

.footer_container_bottom {
	margin-top: 54px;
}

.footer_container_bottom > * {
	width: 33.333%;
}

.footer_container_bottom * {
	font-size: .8333rem;
	font-weight: 300;
	color: rgba(87,79,6,.5);
}

.footer_container_bottom p {
	margin-bottom: 0;
}

.footer_rechtliches_menu {
	justify-content: center;
}

.footer_rechtliches_menu a {
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-ms-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

.footer_rechtliches_menu a:hover {
	color: #13322b;
}

.footer_developed_by {
	text-align: right;
}

.footer_developed_by a {
	text-decoration: underline;
}

.footer_developed_by a:hover {
	text-decoration: none;
}

.footer_container_logo_mobil {
	display: none;
}

@media screen and (max-width: 1199px) {
	.footer_container_center {
		flex-wrap: wrap;
	}
	
	.footer_main_menu {
		justify-content: space-between;
	}
	
	.footer_container_menu {
		order: 2;
		width: 100%
	}
	
	.footer_container_contact {
		order: 1;
		width: 100%;
		justify-content: center;
		margin-bottom: 30px;
	}
	
	.footer_container_bottom > * {
		width: 32%;
	}
	
	.footer_developed_by {
		width: 36%;
	}
}

@media screen and (max-width: 991px) {
	.footer_scroll_top {
		right: 50px;
	}
	
	.footer_container_contact {
		order: 2;
		margin-top: 20px;
	}
	
	.footer_main_menu {
		flex-wrap: wrap;
		order: 1;
	}
	
	.footer_main_menu li {
		width: 100%;
		padding-bottom: 10px;
	}
	
	.footer_main_menu li:not(:last-child) {
		margin-bottom: 10px;
		border-bottom: 1px solid rgba(87,79,6,.3);
	}
	
	.footer_main_menu li:after {
		display: none;
	}
	
	.footer_container_bottom {
		flex-wrap: wrap;
		margin-top: 30px;
	}
	
	.footer_container_bottom > * {
		width: 50%;
	}
	
	.footer_rechtliches_menu {
		width: 100%;
		order: 1;
		margin-bottom: 5px;
	}
	
	.footer_rechtliches_menu * {
		font-size: 1rem;
	}
	
	.footer_copyright_text {
		order: 2;
	}
	
	.footer_developed_by {
		order: 3;
	}
}

@media screen and (max-width: 767px) {
	.footer_copyright_text {
		width: 45%;
	}
	
	.footer_developed_by {
		width: 55%;
	}
}

@media screen and (max-width: 575px) {
	footer {
		padding: 46px 0 30px;
	}
	
	.footer_scroll_top {
		top: -15px;
		right: 22px;
	}
	
	.footer_container_top {
		display: none;
	}
	
	.footer_container_logo_mobil {
		display: inline-block;
	}
	
	.footer_container_bottom > * {
		width: 100%;
	}
	
	.footer_rechtliches_menu {
		justify-content: flex-start;
		gap: 0 40px;
	}
	
	.footer_developed_by {
		text-align: left;
	}
	
	.footer_container_logo_container svg {
		width: 142px;
	}
	
	.footer_container_center {
		margin-top: 23px;
	}
	
	.footer_container_contact {
		flex-direction: column;
	}
	
	.footer_contact_item {
		width: fit-content;
	}
}

/* end Footer */

/************************************************************************************************************************************/

/****************************
*       Custom Styles       *
****************************/

html, body{
	font-family: acumin-pro, sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:var(--font_size);
	background-color:var(--background_color);
}

*{
	color:var(--font_color);
}

a, a:focus, a:hover, a:active, a:visited {
	color: inherit;
	text-decoration: none;
	outline: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
	font-weight: 500;
	font-size: 3.3333rem;
	line-height: 1.25;
	margin-bottom: 0;
}

h1, .h1 {
	font-size: 5.27778rem;
	line-height: 1.05;
}

h1 span, .h1 span,
h2 span, .h2 span,
h3 span, .h3 span,
h4 span, .h4 span,
h5 span, .h5 span {
	font-family: orbital, sans-serif;
	font-weight: 400;
	font-style: italic;
	line-height: .75;
}

.me_note {
	font-size: 0.889rem;
	color: #a6acab;
}

img,
svg {
	max-width: 100%;
	width:100%;
	height: auto;
}

img.fullwidth {
	width: 100%;
}

img.coverimg {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;';
}

p:last-child {
	margin-bottom: 0;
}

.overflow_y_hidden{
	overflow-y: hidden !important;
}

.wpgmza-filter-widgets {
	display: none !important;
}


[data-innerer-abstand="innerer_abstand_oben_und_unten"]{
	padding-top:125px;
	padding-bottom:125px;
}

[data-innerer-abstand="innerer_abstand_nur_oben"]{
	padding-top:125px;
	padding-bottom:0;
}

[data-innerer-abstand="innerer_abstand_nur_unten"]{
	padding-top:0;
	padding-bottom:125px;
}

[data-auserer-abstand="auserer_abstand_oben_und_unten"]{
	margin-top:125px;
	margin-bottom:125px;
}

[data-auserer-abstand="auserer_abstand_nur_oben"]{
	margin-top:125px;
	margin-bottom:0;
}

[data-auserer-abstand="auserer_abstand_nur_unten"]{
	margin-top:0;
	margin-bottom:125px;
}

.container[data-ausrichtung="links"]{
	margin-left:0;
}

.container[data-ausrichtung="rechts"]{
	margin-right:0;
}

.container[data-ausrichtung="zentriert_ausfuellung_rechts"]{
	margin-right:0;
}

.container[data-ausrichtung="zentriert_ausfuellung_links"]{
	margin-left:0;
}

.container[data-container="container_full"] {
	max-width: 100%;
	padding-left:0;
	padding-right:0;
}

.container[data-container="container_full"] .row {
	margin-left:0;
	margin-right:0;
}

[data-appearance="fade"]{
	opacity:0;
}


/* 404 START */

section.mM_404 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

section.mM_404 .mM_404_image_container {
	margin-bottom: 29px;
}

section.mM_404 .mM_404_image {
	width: 450px;
}

section.mM_404 .mM_404_title_container {
	margin-bottom: 25px;
}

section.mM_404 .mm_links {
	justify-content: center;
}

section.mM_404 .mm_404_link_container:last-child .mm_button .mm_button_text,
section.mM_404 .mm_404_link_container:last-child .mm_button:hover .mm_button_text,
section.mM_404 .mm_404_link_container:last-child .mm_button .mm_button_svg,
section.mM_404 .mm_404_link_container:last-child .mm_button:hover .mm_button_svg {
	background-color: #f9f6ed;
	border: 1px solid #13322b;
}

/* 404 END */


@media screen and (max-width: 1399px) {
	h1, .h1,
	h2, .h2,
	h3, .h3,
	h4, .h4,
	h5, .h5 {
		font-size: 2.9333rem;
	}
	
	h1, .h1 {
		font-size: 4.17778rem;
	}
}

@media screen and (max-width: 1199px) {
	[data-innerer-abstand="innerer_abstand_oben_und_unten"]{
		padding-top:85px;
		padding-bottom:85px;
	}
	
	[data-innerer-abstand="innerer_abstand_nur_oben"]{
		padding-top:85px;
		padding-bottom:0;
	}
	
	[data-innerer-abstand="innerer_abstand_nur_unten"]{
		padding-top:0;
		padding-bottom:85px;
	}
	
	[data-auserer-abstand="auserer_abstand_oben_und_unten"]{
		margin-top:85px;
		margin-bottom:85px;
	}
	
	[data-auserer-abstand="auserer_abstand_nur_oben"]{
		margin-top:85px;
		margin-bottom:0;
	}
	
	[data-auserer-abstand="auserer_abstand_nur_unten"]{
		margin-top:0;
		margin-bottom:85px;
	}
}

@media screen and (max-width: 991px) {
	.container[data-container="container_breit"] {
		max-width: 100%;
		padding: 0 50px;
	}
	
	h1, .h1,
	h2, .h2,
	h3, .h3,
	h4, .h4,
	h5, .h5 {
		font-size: 2.5333rem;
	}
	
	h1, .h1 {
		font-size: 3.57778rem;
	}
}

@media screen and (max-width: 767px) {
	h1, .h1,
	h2, .h2,
	h3, .h3,
	h4, .h4,
	h5, .h5 {
		font-size: 2.1333rem;
	}
	
	h1, .h1 {
		font-size: 2.77778rem;
	}
}

@media screen and (max-width: 575px) {
	h2, .h2,
	h3, .h3,
	h4, .h4,
	h5, .h5 {
		font-size: 1.94444rem;
	}
	
	.container {
		padding: 0 22px !important;
	}
	
	.mm_links * {
		font-size: .8889rem;
	}
	
	[data-innerer-abstand="innerer_abstand_oben_und_unten"]{
		padding-top:50px;
		padding-bottom:50px;
	}
	
	[data-innerer-abstand="innerer_abstand_nur_oben"]{
		padding-top:50px;
		padding-bottom:0;
	}
	
	[data-innerer-abstand="innerer_abstand_nur_unten"]{
		padding-top:0;
		padding-bottom:50px;
	}
	
	[data-auserer-abstand="auserer_abstand_oben_und_unten"]{
		margin-top:50px;
		margin-bottom:50px;
	}
	
	[data-auserer-abstand="auserer_abstand_nur_oben"]{
		margin-top:50px;
		margin-bottom:0;
	}
	
	[data-auserer-abstand="auserer_abstand_nur_unten"]{
		margin-top:0;
		margin-bottom:50px;
	}
	
	.container[data-ausrichtung*="zentriert_ausfuellung"] {
		max-width: 100% !important;
	}
}

@media screen and (max-width: 450px) {
	h1, .h1,
	h2, .h2,
	h3, .h3,
	h4, .h4,
	h5, .h5 {
		font-size: 1.7333rem;
	}
	
	h1, .h1 {
		font-size: 2.07778rem;
	}
	
	.mm_button.secondary,
	.mm_button.primary .mm_button_text {
		padding: 12px 20px 13px;
	}
}

@media screen and (max-width: 350px) {
	h1, .h1,
	h2, .h2,
	h3, .h3,
	h4, .h4,
	h5, .h5 {
		font-size: 1.3333rem;
	}
	
	h1, .h1 {
		font-size: 1.77778rem;
	}
	
	.mm_button.secondary,
	.mm_button.primary .mm_button_text {
		padding: 12px 15px 13px;
		font-size: .7889rem;
	}
	
	.mm_button.primary .mm_button_svg {
		width: 46px;
		height: 46px;
	}
	
	.mm_button.primary:hover .mm_button_text {
		transform: translate3d(46px,0,0);
		transform-style: preserve-3d;
	}
}



/* Anpassungen 07.2026 */
section.admin {
	display: none !important;
}

body.logged-in section.admin {
	display: block !important;
}