/*
Theme Name: INTO Branding Client-Base-Theme
Theme URI: http://intobranding.com/
Author: INTO Branding
Author URI: http://intobranding.com/
Description: This is the base theme for our theme development.
Version: 1.5.8
Text Domain: into_

This theme, is licensed under GPL-2.0+.
*/


/**
 * Table of Contents
 *
 * 1.0 - Webfonts
 * 2.0 - Normalize
 * 3.0 - Grid (Toast Grid)
 * 4.0 - Typography
 * 5.0 - Globals
 * 6.0 - Forms
 * 7.0 - Navigation
 * 	  7.1 - Mainnavigation
 * 	  7.4 - Footernavigation
 * 	  7.5 - Mobile navigation
 * 8.0 - Elements
 * 9.0 - Widgets (Content)
 * 	  9.1 - Teaser 1
 * 10.0 - Content
 *    10.2 - Header
 * 	  10.3 - Top images
 * 	  10.4 - Posts and pages
 *    10.5 - Footer
 * 11.0 - Media Queries
 * 	  11.1 - <= 1100px
 * 	  11.2 - <= 900px
 * 	  11.3 - <= 700px
 * 	  11.4 - <= 480px
 * 12.0 - Print
 */


/**
 * 3.0 - Grid (Toast Grid)
 *
 * The Toast framework is a highly customisable grid.
 * More information: http://daneden.github.io/Toast/
 */
/*@import url("css/grid.css");*/
/** defines custom col--1-of-1 */
.grid__col--1-of-1 {
	width: 100%; }
.grid__col--push-1-of-1 {
	margin-left: 100%; }
.grid__col--pull-1-of-1 {
	margin-left: -100%; }
@media (max-width: 900px) {
	.grid__col.grid__col--m-1-of-1 {
		width: 100%; }
	.grid__col.grid__col--m-del {
		display: none; }
}
@media (max-width: 600px) {
	.grid__col.grid__col--s-1-of-1 {
		width: 100%; }
	.grid__col.grid__col--s-del {
		display: none; }
}

/** defines extra custom gutter for the grid */
.grid { margin-left: calc(var(--grid-gutter) * -1); }
.grid .grid__col { padding-left: var(--grid-gutter); }

.flex_grid {
	display: flex;
	flex-wrap: wrap;
	gap: var(--grid-gutter);
}
.flex_child {
	flex: 0 0 calc(50% - var(--grid-gutter));
	box-sizing: border-box;
}
/* Wenn nur ein Element vorhanden ist, nimmt es 100% Breite */
.flex_child:only-child {
	flex: 0 0 100%;
}
/* Erstes Element bei mehr als einem Element: 100% Breite */
.flex_grid:not(.count-2) .flex_child:nth-child(1):not(:only-child) {
	flex: 0 0 100%;
}


.row {
	margin-left: -15px;
	width: calc(100% + 30px);
}
.col {
	padding: 0 15px;
}





:where(figure) {
	margin: 0 0 0;
}



/**
 * 5.0 - Globals
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 100%;
	font-size: var(--font-size);
}
.big-text {
	font-size: var(--size-text-big);
}
.very-big-text {
	font-size: var(--size-text-very-big);
	line-height: 1.3;
}
body {
	background-color: #fff;
	margin: 0;
	max-height: 100%;
}
body.openlayer {
	height: 100vh;
	overflow: hidden;
}
body.no-scrolling {
	height: 100vh;
	overflow: hidden;
}
iframe {
	width: 100%;
}
.iframe-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
img {
	display: block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

img.alignleft {
	float:left;
	margin-right: 20px;
}
img.alignright {
	float:right;
	margin-left: 20px;
}
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

br.clear {
	clear: both;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}



/**
 * 4.0 - Typography
 */

body {
	text-align: center;
}

body,
button,
input,
select,
textarea {
	color: var(--text-color);
	font-family: var(--font-family-text), sans-serif;
	font-weight: 400;
	line-height: 1.5;
}
a {
	color: var(--text-color);
}
.dark-bg a {
	color: var(--Weiss);
}

:is(h1,h2,h3,h4,h5,h6,.headline) {
	display: block;
	clear: both;
	font-family: var(--font-family-heading), sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	text-rendering: optimizeLegibility;
}
.title {
	display: block;
	margin-bottom: var(--space-headline-xs);
	font-family: var(--font-family-title), sans-serif;
	line-height: 1.2;
}
h1 { font-size: var(--size-h1); }
h2 { font-size: var(--size-h2); }
h3 { font-size: var(--size-h3); }
h4 { font-size: var(--size-h4); }
h5 { font-size: var(--size-h5); }
h6 { font-size: var(--size-h6); }
.headline { font-size: var(--size-h2); }
.title { font-size: var(--size-title); }

:is(h2,h3,h4,h5,h6).big-headline {
	font-size: var(--size-h1);
}

h1 {

}
:is(h2, h3, .headline) {
	line-height: 1.2;
}
:is(h4, h5, h6, .title) {

}
.meta {
	display: block;
}
.h_line:is(.title,.meta) {
	padding-top: var(--space-headline-s);
}
.title.h_line.btm {
	padding-top: 0;
	padding-bottom: var(--space-headline-xs);
}
.big {
	display: block;
	font-family: var(--font-family-heading), sans-serif;
	font-size: 5vw;
	font-weight: 300;
	line-height: 1;
	word-break: break-all;
}
.content .title {
	display: block;
}
.dark-bg .content .title {
	border-color: var(--Weiss);
}
p {
	margin: 0 0 var(--space-text);
}

a, a:after {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	outline: none;
}

a {
	text-decoration: none;
}

a:hover,
a:active {
	color: var(--Aktiv);
}
.dark-bg a:hover,
.dark-bg a:active {
	color: var(--Weiss);
}
strong {
	font-weight: 900;
}
b {
	font-weight: 700;
}
ul,
ol {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
li > ul,
li > ol {
	margin-bottom: 0;
}
blockquote {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 66px 0 40px 0;
	font-family: var(--font-family-blockquote), sans-serif;
	font-size: var(--size-blockquote);
	font-weight: var(--blockquote-wheight);
	text-align: center;
	line-height: 1.6;
}
.content blockquote.text-smaller {
	font-size: 1.111111rem;
}
blockquote:before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 116px;
	height: 88px;
	background-image: url("assets/graphics/icon-cite.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
	opacity: .2;
}
:is(.light-bg, .dark-bg) blockquote:before {
	background-image: url("assets/graphics/icon-cite-white.svg");
	opacity: .2;
}
blockquote:before {
	left: 0;
	top: 0;
}
hr {
	margin: 0;
	border: 0;
	height: 1px;
	background: var(--Schwarz);
}

.text-block :is(h1, h2,h3,.headline) {
	margin-bottom: var(--space-headline-l);
}
.text-block :is(h4,h5,h6) {
	margin-bottom: var(--space-headline-s);
}
.text-block ul,
.text-block ol {
	list-style: none;
	margin-bottom: var(--space-text);
}
.text-block ol {
	counter-reset: ol-counter;
}
.text-block > ul li,
.text-block > ol li {
	position: relative;
}
.text-block > ul li {
	margin: 0 0 calc(var(--space-text) / 2) 0;
	padding-left: 1rem;
}
.text-block > ol li {
	counter-increment: ol-counter;
	margin: 0 0 calc(var(--space-text) / 2) 0;
	padding-left: 1.5rem;
}
.text-block > ul li:last-child,
.text-block > ol li:last-child {
	margin: 0;
}
.text-block > ul li:before,
.text-block > ol li:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}
.text-block > ul li:before {
	top: .6rem;
	width: .4rem;
	height: .4rem;
	border-radius: 50%;
	background-color: var(--Schwarz);
}
.text-block > ol li:before {
	content: counter(ol-counter) ".";
}
.dark-bg .text-block > ul li:before {
	background-color: var(--Weiss);
}

.link {
	position: relative;
	display: inline-block;
}
.link.back {

}

.icon {
	position: relative;
	padding-left: 1.6667rem;
}
.icon.download,
.icon.mail {
	padding-left: 1.6667rem;
}
.icon:after,
.text-block .icon:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1rem;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.icon.download:after,
.icon.mail:after {
	background-size: contain;
}
.icon.icon-link:after {
	background-image: url("assets/graphics/icon-link.svg");
}
.icon.download:after {
	background-image: url("assets/graphics/icon-download.svg");
}
.icon.mail:after {
	background-image: url("assets/graphics/icon-mail.svg");
}
.link.icon.arrow:after {
	background-image: url("assets/graphics/icon-arrow.svg");
}
.link.icon.arrow.back:after {
	transform: rotate(-180deg);
}

:root {
	--admin-bar-height: 32px;
}

.gallery {

}
.gallery .gallery-item {
	margin: 0 !important;
}
.gallery .gallery-item img {
	border: 0 !important;
}

.button, a.button {
	position: relative;
	display: inline-block;
	background-color: var(--button-bg-color);
	height: 2.555556rem;
	border-radius: var(--button-radius);
	padding: 0 1.66667rem 0 1.66667rem;
	color: var(--button-color);
	font-size: var(--size-button);
	line-height: 2.555556rem;
	white-space: nowrap;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.button.video.play:after {
	background-image: url("assets/graphics/icon-video-play.svg");
	width: 1.23rem;
}
.site-content:is(.color, .dark-bg, .img) .button {

}
.button:hover {
	background-color: var(--Aktiv);
}
.button.outline, a.button.outline {
	background-color: transparent;
	border: 1px solid var(--button-color);
	color: var(--button-color-color);
}


/**
 * 6.0 - Forms
 */

input {
	line-height: normal;
}
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	background-color: var(--button-bg-color);
	border: 0 none;
	border-radius: var(--border-radius);
	font-size: 1rem;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.site-content:is(.dark-bg, .img) button,
.site-content:is(.dark-bg, .img) button[disabled]:hover,
.site-content:is(.dark-bg, .img) button[disabled]:focus,
.site-content:is(.dark-bg, .img) input[type="button"],
.site-content:is(.dark-bg, .img) input[type="reset"],
.site-content:is(.dark-bg, .img) input[type="submit"],
#contact-layer button,
#contact-layer button[disabled]:hover,
#contact-layer button[disabled]:focus,
#contact-layer input[type="button"],
#contact-layer input[type="reset"],
#contact-layer input[type="submit"]{
	background-color: var(--Weiss);
	cursor: pointer;
}

button:after,
input[type="button"]:after,
input[type="reset"]:after,
input[type="submit"]:after {

}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	outline: 0;
	border: 0 none;
}
ul.acf-radio-list,
ul.acf-checkbox-list {
	margin-top: 1rem;
}
ul.acf-radio-list li,
ul.acf-checkbox-list li {
	margin-bottom: .5rem;
	font-size: 1rem;
}
ul.acf-radio-list li input[type="radio"],
ul.acf-checkbox-list li input[type="checkbox"] {
	margin-right: 1rem;
}
input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="url"]:focus-visible,
input[type="password"]:focus-visible,
input[type="search"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="number"]:focus-visible,
textarea:focus-visible {
	border: 0 none;
	outline: 0 none;
	background-color: var(--Aktiv) !important;
}
input[type="checkbox"],
input[type="radio"] {
	margin-right: 0;
}
select[multiple] {
	height: 60px;
}
select:focus {
	border-color: var(--Aktiv);
	outline: 0;
}
.gform_required_legend {
	font-size: var(--size-legend);
	text-align: right;
}
div.gform_wrapper.gform-theme form input.button:is(.gform_previous_button) {
	opacity: .7 !important;
}
.gform-theme--foundation form .gform-body fieldset {
	display: flex;
	flex-wrap: wrap;
}
.gform-theme--foundation form .gform-body fieldset.gfield--has-description {
	flex-wrap: wrap;
}
.gform-theme--foundation form .gform-body .gform_fields .gform-grid-row {
	gap: calc(var(--gf-field-gap-x) / 2);
}
.gform-theme--foundation form .gform-body .gform_fields.left_label .gform-grid-row {
	inline-size: calc(100% - var(--gf-label-width)) !important;
	margin-inline: 0;
}
.gform-theme--foundation form .gform-body .gform-grid-col {
	padding-inline: 0;
}
form .gform-body .gfield_label.gform-field-label {
display: block;
font-size: var(--size-text);
font-weight: 300;
}
@media (min-width: 640px) {
.gform-theme--foundation form .gform-body .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>.gfield-admin-wrapper>div:where(.gform-grid-row),
.gform-theme--foundation form .gform-body .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>div:where(.gform-grid-row),
.gform-theme--foundation form .gform-body .left_label .gfield>.gfield-admin-wrapper>.ginput_container:where(.gform-grid-row),
.gform-theme--foundation form .gform-body .left_label .gfield>.ginput_container:where(.gform-grid-row),
.gform-theme--foundation form .gform-body .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>.gfield-admin-wrapper>div:where(.gform-grid-row),
.gform-theme--foundation form .gform-body .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>div:where(.gform-grid-row),
.gform-theme--foundation form .gform-body .right_label .gfield>.gfield-admin-wrapper>.ginput_container:where(.gform-grid-row),
.gform-theme--foundation form .gform-body .right_label .gfield>.ginput_container:where(.gform-grid-row) {
    inline-size: calc(100% - var(--gf-label-width) + var(--gf-field-gap-x));
}
}
.gform-theme--foundation form .gform-body .ginput_complex .ginput_container_date {
inline-size: calc(33.3333% - var(--gf-field-gap-x) / 6 * 2);
}
.gform-theme--foundation form .gform-body .ginput_container_fileupload input[type="file"] {
background-color: rgba(255,255,255,.3) !important;
}
form .gform-body label.gfield_label .gfield_required .gfield_required_asterisk {
font-size: var(--size-text);
font-weight: 400;
}
.gform-theme--framework .gfield_description:not(.validation_message):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	color: inherit !important;
}
form .gform-body fieldset.gfield--has-description .gfield_description {
background-color: transparent;
border: 0 none !important;
padding: 1rem 0 0 0 !important;
font-size: var(--size-legend) !important;
}
.gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
font-family: var(--font-family-text), serif !important;
font-size: var(--size-legend);
}
form .gform-body .gfield_description.gfield_consent_description a {
text-decoration: underline;
}
.gform-theme--framework.gform_wrapper .gform_validation_errors {
position: relative;
display: block;
margin: 5px 0 15px;
padding: 0.5em 12px;
border: 0 none;
border-left: hsl(0, 64.4859813084%, 48.0392156863%) solid 3px;
}
.gform-theme--framework.gform_wrapper .gform_validation_errors {
background: #d94f4f;
border-color: hsl(0, 64.4859813084%, 48.0392156863%);
border-radius: 0;
box-shadow: none;
}
.gform-theme--framework.gform_wrapper .gform_validation_errors:focus {
outline: 0 none;
}
.gform-theme--framework.gform_wrapper .gform_validation_errors :is(.gform_submission_error, ol a, ol) {
color: var(--Weiss);
}
.gform-theme--framework.gform_wrapper .gform_validation_errors .gform-icon {
color: var(--Weiss);
border-color: var(--Weiss);
}
.gform-theme--framework.gform_wrapper .field_validation_below .gfield_description.gfield_validation_message {
padding: .5em 12px;
border-left: rgb(31.4900398406, 125.1314741036, 176.5099601594) solid 3px;
background: #ffe6e6;
color: #cc2727;
border-color: #d12626;
}
.gform-theme--framework .gfield_error .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
border-color: var(--Schwarz);
}
.gform_confirmation_wrapper.gform_wrapper .gform_confirmation_message {
font-size: var(-size-title);
}
.gfield.gfield--width-full.gfield_html {

}

:is(.ginput_container_checkbox, .ginput_container_consent) {
position: relative !important;
}
.ginput_container_consent .gform-field-label.gfield_consent_label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
line-height: 30px;
padding-left: 60px;
cursor: pointer;
}
.gform_footer .gform_button {
transition: opacity .3s;
}
.gform_body:has(.gfield--type-consent.privacy-policy input[type="checkbox"]:not(:checked)) ~ .gform_footer .gform_button {
pointer-events: none;
opacity: 0.5 !important;
cursor: not-allowed;
}
:is(.ginput_container_checkbox, .ginput_container_consent) input[type="checkbox"] {
display:none !important;
	pointer-events: none;
}
:is(.ginput_container_checkbox, .ginput_container_consent) input[type="checkbox"] + span {
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 30px;
border-radius: 30px;
background-color: #EEE;
display: inline-block;
content: "";
float: left;
margin-right: 5px;
transition: background-color 0.5s linear;
pointer-events: none;
}
:is(.ginput_container_checkbox, .ginput_container_consent) input[type="checkbox"] + span:hover {
cursor: pointer;
}
:is(.ginput_container_checkbox, .ginput_container_consent) input[type="checkbox"] + span::before {
width: 30px;
height: 30px;
border-radius: 30px;
background-color: #fff;
display: block;
content: "";
float: left;
margin-right: 5px;
transition: margin 0.1s linear;
box-shadow: 0px 0px 5px #aaa;
}
:is(.ginput_container_checkbox, .ginput_container_consent) input[type="checkbox"]:checked+span{
background-color: var(--VXI-Turkis-Hell);
}
:is(.ginput_container_checkbox, .ginput_container_consent) input[type="checkbox"]:checked+span::before {
margin: 0 0 0 30px;
}



.site-content.light-bg .gfield.gfield--width-full.gfield_html {

}
form + p.gform_required_legend {
margin-top: var(--space-col);
}

.dark-bg .gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.dark-bg .gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
color: var(--Weiss);
}

element.style {
}
.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
background-color: var(--Weiss);
border: 1px solid var(--Schwarz);
border-radius: var(--input-radius) !important;
box-shadow: none !important;
color: var(--Schwarz);
font-size: var(--size-text) !important;
line-height: 3.125rem !important;
padding: 0 1.66667rem 0 1.66667rem !important;
height: auto !important;
}
:is(.dark-bg) .gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
:is(.dark-bg) .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
:is(.dark-bg) .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
:is(.dark-bg) .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
:is(.dark-bg) .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
:is(.dark-bg) .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
:is(.dark-bg) .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
border: 0 none !important;
box-shadow: none !important;
}
.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
background-color: var(--Weiss) !important;
border: 1px solid var(--Schwarz) !important;
border-radius: var(--input-radius) !important;
box-shadow: none !important;
color: var(--Schwarz) !important;
font-size: var(--size-text) !important;
line-height: 3.125rem !important;
padding: 0 1.66667rem 0 1.66667rem !important;
}
:is(.dark-bg) .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
border: 0 none !important;
box-shadow: none !important;
}
.gform-theme--framework input[type="submit"] {
border-radius: var(--button-radius) !important;
}
.gform-theme--foundation .gform_fields {
grid-row-gap: .7223rem !important;
row-gap: 1rem !important;
}

form.wpcf7-form {
overflow: hidden;
margin-bottom: -20px;
}
.acceptance .wpcf7-not-valid-tip {
display: none !important;
}
form.wpcf7-form button,
form.wpcf7-form button[disabled]:hover,
form.wpcf7-form button[disabled]:focus,
form.wpcf7-form input[type="button"],
form.wpcf7-form input[type="reset"],
form.wpcf7-form input[type="submit"] {
margin: 0;
}
#group-additional {
float: left;
width: 100%;
margin-top: 15px;
border-top: 1px solid #ccc;
padding-top: 15px;
}
form.wpcf7-form > p,
form.wpcf7-form .form-sub-area p,
form.wpcf7-form #group-additional > p,
form.wpcf7-form .wpcf7-response-output,
.layer-form .wpforms-container .wpforms-field {
position: relative;
float: left;
width: 100%;
margin-bottom: 10px;
}
form.wpcf7-form .form-sub-area > p {
position: relative;
float: left;
width: 100%;
margin: 0;
}
form.wpcf7-form .vspace {
display: block;
width: 100%;
height: 20px;

clear: both;
}
form.wpcf7-form .form-sub-area {
float: left;
width: 100%;
padding: 15px;
margin-bottom: 30px;
background-color: #f1f1f1;
}
form.wpcf7-form .wpcf7-radio {
float: left;
width: 100%;
}
form.wpcf7-form .wpcf7-radio .wpcf7-list-item {
position: relative;
padding-right: 15px;
}
form.wpcf7-form .wpcf7-radio .wpcf7-list-item input {
position: absolute;
display: block;
top: 50%;
left: 0;
transform: translate(0, -50%);
}
form.wpcf7-form .additional-registration {
position: absolute;
right: 0;
top: 0;
height: 100%;
}
form.wpcf7-form .additional-registration .wpcf7-checkbox {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
form.wpcf7-form .additional-registration .wpcf7-checkbox .wpcf7-list-item {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
margin: 0;
}
form.wpcf7-form .additional-registration .wpcf7-checkbox .wpcf7-list-item input {
display: block;
position: absolute;
left: 0;
top: 50%;
transform: translate(0, -50%);
}
form.wpcf7-form .additional-registration .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
display: block;
position: absolute;
left: 30px;
top: 50%;
margin: 0;
transform: translate(0, -50%);
}
form.wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
display: block;
float: left;
width: 90%;
margin-left: 10%;
}
.layer-form .wpforms-container .wpforms-field{
margin-bottom: 20px;
padding: 0;
}
form.wpcf7-form label.left-label,
.layer-form .wpforms-container .wpforms-field-label{
display: block;
float: left;
width: 25%;
height: 40px;
line-height: 40px;
font-weight: 400;
}
form.wpcf7-form label.left-label > span,
.layer-form .wpforms-container .wpforms-required-label,
form.wpcf7-form span.asterisk {
color: var(--Aktiv);
}
form.wpcf7-form .wpcf7-form-control-wrap {
display: block;
float: left;
width: 75%;
height: 100%;
}
form.wpcf7-form .cb-indent  .wpcf7-form-control-wrap {
width: 20px;
}
form.wpcf7-form .cb-indent .wpcf7-form-control span.wpcf7-list-item {
width: auto;
}
form.wpcf7-form .cb-indent  .wpcf7-form-control-wrap input {

}
form.wpcf7-form button {
margin-top: 30px;
}
form.wpcf7-form .wpcf7-form-control-wrap.event {
width: 100%;
}
form.wpcf7-form .wpcf7-form-control-wrap.acceptance,
form.wpcf7-form .wpcf7-form-control-wrap.contract,
form.wpcf7-form .wpcf7-form-control-wrap.permission {
position: relative;
left: 0;
top: 0;
width: auto;
min-height: 0;
}
form.wpcf7-form .cb-indent {
display: inline-block;
padding-left: 30px;
}
form.wpcf7-form .cb-indent .wpcf7-form-control-wrap {
margin-left: -30px;
}
form.wpcf7-form .wpcf7-form-control-wrap.acceptance input[type=checkbox],
form.wpcf7-form .wpcf7-form-control-wrap.contract input[type=checkbox],
form.wpcf7-form .wpcf7-form-control-wrap.permission input[type=checkbox] {
margin-right: 10px;
}

form.wpcf7-form .wpcf7-form-control-wrap.message {
width: 100%;
}
form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-recaptcha {
margin-bottom: 20px;
}
form.wpcf7-form .wpcf7-form-control {
}
form.wpcf7-form .sub-title {
display: block;
margin-bottom: 20px;
color: #333;
}
form.wpcf7-form .sub-text {
display: block;
margin-bottom: 10px;
}
form.wpcf7-form .small-note {
display: block;
margin-top: 10px;
font-size: 0.8rem;
}
form.wpcf7-form .wpcf7-form-control span.wpcf7-list-item {
display: block;
float: left;
width: 50%;
margin: 0;
margin-bottom: 10px;
}
form.wpcf7-form .wpcf7-form-control.events span.wpcf7-list-item {
position: relative;
margin-bottom: 10px;
width: 100%;
padding-left: 30px;
color: #333;
}
form.wpcf7-form .wpcf7-form-control.events span.wpcf7-list-item input[type=checkbox] {
position: absolute;
top: 5px;
left: 0;
}
form.wpcf7-form .ajax-loader {
display: inline-block;
}
form.wpcf7-form .wpcf7-response-output {
margin: 0;
margin-top: 30px;
padding: 18px 20px;
border: 1px solid var(--Schwarz);
color: var(--Schwarz);
}
.layer-form .wpforms-container label.wpforms-error {
display: block;
color: #990000;
float: left;
width: 100%;
padding-left: 25%;
}
form.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
color: #cc2222;
border-color: #cc2222;
}
form.wpcf7-form .wpcf7-not-valid-tip {
color: #cc2222;
font-size: 14px;
}
form.wpcf7-form.sent > p,
form.wpcf7-form.sent .wpcf7-recaptcha,
form.wpcf7-form.sent .form-sub-area {
display: none;
}


/**
* 7.0 - Navigation
*/


/**
 * 7.1 - Main Navigation
 */

ul#main-navigation {
	display: block;
	height: 100%;
	list-style: none;
	margin: 0;
	float: right;
}
ul#main-navigation > .menu-item {
	position: relative;
	display: block;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 1.111111rem;
}
ul#main-navigation > .menu-item.menu-item-has-children {
	padding-right: calc(1.111111rem + 1rem);
}
ul#main-navigation > .menu-item.wpml-ls-item {

}
ul#main-navigation > .menu-item.wpml-ls-item.wpml-ls-current-language a {
	color: var(--Aktiv);
}
/* Setze Stile für alle wpml-ls-item-Elemente, die auf ein anderes wpml-ls-item folgen */
ul#main-navigation > .wpml-ls-item ~ .wpml-ls-item {
	padding-left: 0.444444rem;
	padding-right: 0.444444rem;
}
ul#main-navigation > .wpml-ls-item ~ .wpml-ls-item:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: var(--size-text);
	border-left: 1px solid var(--text-color);
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
/* Stile nur für das erste wpml-ls-item */
ul#main-navigation > .wpml-ls-item:not(.wpml-ls-item ~ .wpml-ls-item) {
	padding-right: 0.444444rem;
}
ul#main-navigation > .wpml-ls-item:last-child {
	padding-right: 0;
}
ul#main-navigation li.menu-item:last-child {
	padding-right: 0;
}
ul#main-navigation > .menu-item > a  {
	position: relative;
	display: block;
	line-height: var(--height-nav-main);
}
body:is(.sticky, .openmenu) ul#main-navigation > .menu-item > a {
	line-height: calc(var(--height-nav-main) / 3 * 2);
}
ul#main-navigation > .menu-item > a:hover  {

}
ul#main-navigation > .menu-item > a:hover,
ul#main-navigation > .current-menu-item > a,
ul#main-navigation > .current-page-ancestor > a,
ul#main-navigation > .current_page_parent > a {
	color: var(--nav-active-color);
}
ul#main-navigation > .menu-item > .sub-menu {
	display: none;
}
ul#main-navigation > .menu-item.show > .sub-menu {
	display: block;
}
ul#main-navigation > .menu-item > .sub-menu {
	position: absolute;
	top: var(--height-nav-main);
	left: 0;
	background-color: var(--mega-menu-bg-color);
	width: 18.75rem;
	color: var(--mega-menu-color);
}
ul#main-navigation > .menu-item > .sub-menu > .menu-item {
	display: block;
}
ul#main-navigation > .menu-item.menu-item-has-children > a:after {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: -1rem;
	width: .5556rem;
	height: .5556rem;
	background-image: url("assets/graphics/icon-slide.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
ul#main-navigation > .menu-item > .sub-menu > .menu-item:last-child {
	border-bottom: 0 none;
}
ul#main-navigation > .menu-item > .sub-menu > .menu-item > a {
	display: block;
	height: 70px;
	padding: 0 20px 0 30px;
	line-height: 68px;
	color: var(--mega-menu-color);
	font-size: 0.875rem;
	font-weight: 600;

	transition: background-color .3s, color .3s;
}
ul#main-navigation > .menu-item > .sub-menu > .menu-item:is(.current-menu-item):not(.show_description_trigger) > a,
ul#main-navigation > .menu-item > .sub-menu > .menu-item > a:hover {
	background-color: var(--Aktiv);
	color: var(--Weiss);
}
ul#main-navigation > .menu-item > .sub-menu > .menu-item a .menu-description-wrapper {
	display: none;
}
ul#main-navigation > .menu-item > .sub-menu > .menu-item a .menu-description-wrapper.show {
	display: block;
}
ul#main-navigation > .menu-item > .sub-menu > .menu-item a .menu-description-wrapper {
	position: absolute;
	left: calc(-1 * (100%));
	top: 0;
	width: calc(100%);
	max-width: 830px;
	height: 100%;
	background-color: var(--Aktiv);
	color: var(--Weiss);
	padding: 30px;
}
ul#main-navigation > .menu-item > .sub-menu > .menu-item a .menu-description-wrapper .menu-description {
	font-size: var(--size-title);
	font-weight: 300;
	line-height: 1.3;
}
ul#main-navigation > .menu-item > .sub-menu > .menu-item a .menu-description-wrapper .menu-image {
	display: block;
	margin-bottom: var(--space-headline-xs);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 60%;
}
ul#main-navigation > .menu-item > .sub-menu > .menu-item > .sub-menu {
	display: block;
	margin-left: 1rem;
	border: 1px solid var(--Aktiv);
	border-left-width: 0;
	border-right-width: 0;
	padding: 1rem 0;
}
ul#main-navigation > .menu-item > .sub-menu > .menu-item > .sub-menu {
	display: block;
}
ul#main-navigation > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item a {
	display: block;
	padding: .5rem 1rem .5rem 1.5rem;
	font-size: .83333rem;
	opacity: .75;
}
ul#main-navigation > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item a:hover {
	color: var(--Aktiv);
	opacity: 1;
}


/**
 * 7.3 - Topnavigation
 */

.top-navigation-wrapper {
	float: right;
}
ul#top-navigation {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
}
ul#top-navigation .menu-item {
	position: relative;
	display: block;
	float: left;
	padding: 0 30px;
}
ul#top-navigation .wpml-ls-item {
	position: relative;
	float: left;
	padding: 0 5px;
}
ul#top-navigation li:last-child {
	padding-right: 0 !important;
}
ul .wpml-ls-item a {
	padding: 0 5px;
}
ul .wpml-ls-item a:hover,
ul#top-navigation .menu-item.wpml-ls-item.wpml-ls-current-language a {
	color: var(--link-active-color);
}
ul .wpml-ls-item:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 1px;
	height: 20px;
	background-color: var(Weiss);
}
ul .wpml-ls-item:last-child:after {
	display: none;
}
ul#top-navigation .menu-item.wpml-ls-item.wpml-ls-first-item {
	padding-left: var(--grid-gutter);
}
ul li.menu-item:last-child {
	padding-right: 0;
}
ul#top-navigation .menu-item a  {
	position: relative;
	display: block;
	color: var(--topbar-color);
	font-size: 0.8125rem;
	line-height: var(--height-nav-top);
	font-weight: 400;
}
ul#top-navigation .menu-item a:hover  {
	color: var(--topbar-active-color);
}
ul#top-navigation .current-menu-item a,
ul#top-navigation .current-page-ancestor a,
ul#top-navigation .current_page_parent a {
	color: var(--topbar-active-color);
}


/**
 * 7.5 - Mobile navigation
 */

body #toggle-mobile-menu {
	display: none;
	position: absolute;
	z-index: 233;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 30px;
	height: 60px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
	cursor: pointer;
}
body #site-navbar.show-mega-menu #toggle-mobile-menu {
	display: block;
	right: auto;
	left: 0;
}
.btn11 {
	position: relative;
	width: 60px;
	height: 60px;
}
.btn11 .icon-left,
.btn11 .icon-right,
.btn11 .icon-left:before,
.btn11 .icon-left:after,
.btn11 .icon-right:before,
.btn11 .icon-right:after {
	position: absolute;
	height: 2px;
	width: 15px;
	background-color: var(--text-color);
	transition-duration: 300ms;
}
body.has-mega-menu:is(.front-page):not(.sticky,.openmenu) .btn11 :is(.icon-left,.icon-right),
body.has-mega-menu:is(.front-page):not(.sticky,.openmenu) .btn11 :is(.icon-left,.icon-right),
body.has-mega-menu:is(.front-page):not(.sticky,.openmenu) .btn11 :is(.icon-left,.icon-right):before,
body.has-mega-menu:is(.front-page):not(.sticky,.openmenu) .btn11 :is(.icon-left,.icon-right):after {
	background-color: var(--Weiss);
}
body.openmenu .btn11 .icon-left,
body.openmenu .btn11 .icon-right {
	background-color: transparent;
}
.btn11 .icon-left {
	top: 30px;
}
.btn11 .icon-left:before,
.btn11 .icon-left:after,
.btn11 .icon-right:before,
.btn11 .icon-right:after {
	left: 0;
	content: "";
}
.btn11 .icon-left:before {
	top: -10px;
}
.btn11 .icon-left:after {
	top: 10px;
}
.btn11 .icon-right {
	top: 30px;
	left: 15px;
}
.btn11 .icon-right:before {
	top: -10px;
}
.btn11 .icon-right:after {
	top: 10px;
}
body.openmenu .btn11 .icon-left:before {
	transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}
body.openmenu .btn11 .icon-left:after {
	transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}
body.openmenu .btn11 .icon-right:before {
	transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}
body.openmenu .btn11 .icon-right:after {
	transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}
#mobile-navigation {
	position: fixed;
	z-index: 221;
	top: 0;
	left: 0;
	height: calc(100%);
	width: 100%;
	background-color: var(--Aktiv);
	font-weight: 400;
	text-align: center;

	opacity: 0;
	pointer-events: none;

	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
body.openmenu #mobile-navigation {
	opacity: 1;
	pointer-events: auto;
}
body.sticky #mobile-navigation {

}
body.openmenu #site-wrapper {
	position: absolute;
	height: 100%;
	overflow: hidden;
}
#mobile-navigation .background {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--Weiss);
	background-image: url("assets/graphics/gradient-mega-menu.svg");
	background-repeat: no-repeat;
	background-size: 100% 100vh;
	background-position: top center;
	transform-origin: top left;
	transform: scale3d(1, 0, 1);
	transition: transform .6s cubic-bezier(.12,.47,.45,1);
	pointer-events: none;
}
#mobile-navigation .mobile-navigation-inner .content-aligning,
#mobile-navigation .mobile-navigation-inner .content-aligning .main-content {
	height: 100%;
}
body.openmenu #mobile-navigation .background {
	transform: scale3d(1, 1, 1);
}
#mobile-navigation .mobile-navigation-inner {
	position: relative;
	z-index: 22;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--mega-menu-bg-colo);

	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
#mobile-navigation ul.menu-footer > .menu-item {
	width: auto;
	border-right: 0 none;
}

#mobile-navigation .main-content {
	padding-top: var(--height-nav-main);
	height: 100%;
	box-sizing: border-box;
	text-align: left;
}
#mobile-menu-wrapper {
	padding-bottom: 150px;
}
body.openmenu #mobile-navigation ul#menu-mobile {
	position: relative;
}
#mobile-navigation ul.menu,
#mobile-navigation ul.sub-menu {
	list-style: none;
	margin-left: 0;
}
#mobile-navigation ul.menu {

}
#mobile-navigation ul.menu > .menu-item:first-child {
	padding-top: 10px;
}
#mobile-navigation ul.menu > .menu-item {
	padding: 0 20px;
}
#mobile-navigation ul.menu > .menu-item:not(.secondary) {
	background-color: var(--mega-menu-bg-colo);
}
#mobile-navigation ul.menu > .menu-item > a {
	position: relative;
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid var(--mega-menu-color);
}
#mobile-navigation ul.menu > .menu-item:not(.secondary) > a {
	color: var(--Schwarz);
}
#mobile-navigation ul.menu > .menu-item:is(.current_page_item,.current-page-ancestor,.current-menu-ancestor,.current-menu-parent,.current-page-parent,.current_page_parent,.current_page_ancestor) > a {
	color: var(--Aktiv);
}
#mobile-navigation ul.menu > .menu-item:is(.current_page_item,.current-page-ancestor,.current-menu-ancestor,.current-menu-parent,.current-page-parent,.current_page_parent,.current_page_ancestor):not(.secondary) > a {
	color: var(--Aktiv);
}
#mobile-navigation ul.menu > .menu-item:not(.secondary) > a {
	border-color: var(--Aktiv);
}
#mobile-navigation ul.menu > .menu-item.menu-item-has-children > a:after {
	content: "+";
	position: absolute;
	width: 35px;
	height: 35px;
	right: 5px;
	top: 50%;
	transform: translate(0, -50%);
	background-color: var(--Aktiv);
	border-radius: var(--input-radius);
	color: var(--Weiss);
	text-align: center;
	line-height: 35px;
}
#mobile-navigation ul.menu .menu-item:is(.current-menu-item, .current-menu-ancestor, .current-menu-parent) > a:before {
	visibility: visible;
}
#mobile-navigation ul.menu .menu-item:hover > a:before {
	visibility: visible;
}
#mobile-navigation .menu .menu-item a  {
	cursor: default;
	color: var(--Weiss);
	line-height: 1.4;
}
#mobile-navigation .menu .menu-item:not(.secondary) .sub-menu .menu-item a  {
	color: var(--Schwarz);
}
#mobile-navigation .menu .menu-item a[href^="http"]  {
	cursor: pointer;
}
#mobile-navigation .menu > .menu-item > a  {
	display: block;

	font-size: 1.25rem;
}
#mobile-navigation ul.sub-menu {
	display: none;
	padding: 1rem 0;
}
#mobile-navigation ul.menu > .menu-item.menu-item-has-children:is(.current_page_item,.current-page-ancestor,.current-menu-ancestor,.current-menu-parent,.current-page-parent,.current_page_parent,.current_page_ancestor) > ul.sub-menu,
#mobile-navigation ul.menu > .menu-item.open > ul.sub-menu {
	display: block;
}
#mobile-navigation ul.sub-menu > .menu-item {
	padding-left: 20px;
}
#mobile-navigation ul.sub-menu > .menu-item > a {
	position: relative;
	display: block;
	padding: 10px 0;
}
#mobile-navigation ul.menu > .menu-item.menu-item-has-children:is(.current_page_item,.current-page-ancestor,.current-menu-ancestor,.current-menu-parent,.current-page-parent,.current_page_parent,.current_page_ancestor) > a,
#mobile-navigation ul.sub-menu > .menu-item.current_page_item > a {
	color: var(--Aktiv);
}
#mobile-navigation ul.menu > .menu-item.menu-item-has-children:is(.current_page_item,.current-page-ancestor,.current-menu-ancestor,.current-menu-parent,.current-page-parent,.current_page_parent,.current_page_ancestor) > a:after,
#mobile-navigation ul.menu > .menu-item.open > a:after {
	opacity: 0;
}
#mobile-navigation .wpml-ls {
	position: absolute;
	display: block;
	width: 100%;
	bottom: 70px;
	left: 0;
	text-align: center;
}
#mobile-navigation ul .wpml-ls-item:after {
	background-color: var(--Aktiv);
}
#mobile-navigation .wpml-ls ul {
	display: flex;
	justify-content: center;
}
#mobile-navigation .wpml-ls ul li.wpml-ls-current-language {

}
#mobile-navigation .wpml-ls ul li.wpml-ls-item {
	position: relative;
}
#mobile-navigation .wpml-ls ul li.wpml-ls-item a {
	padding: 0.75rem;
	color: var(--Weiss);
	font-size: 1.25rem;
}
#mobile-navigation .wpml-ls ul li.wpml-ls-current-language a {
	color: var(--Aktiv);
}

#mobile-navigation.show-mega-menu {
	margin-top: var(--height-nav-main);
	height: calc(100vh - var(--height-nav-main));
}
#mobile-navigation.show-mega-menu .main-content {
	display: flex;
	min-height: calc(100vh);
	max-width: 1500px;
	padding-top: 0;
}
#mobile-navigation.show-mega-menu .main-content #mobile-menu-wrapper {
	position: relative;
	min-width: 28.125rem;
	width: 33.3333%;
	padding: 0 0 var(--space-col) 0;
	background-color: var(--Weiss);
}
#mobile-navigation.show-mega-menu .main-content .mega-menu-content-wrapper {
	width: 77.7777%;
}
#mobile-navigation.show-mega-menu .main-content .mega-menu-content-wrapper .mega-menu-content-item {
	display: none;

	flex-wrap: wrap;
	align-items: stretch;
	align-content: stretch;
	row-gap: var(--space-headline-l);

	position: relative;
	width: 100%;
	/*min-height: 100%;*/
	padding: 8.75rem var(--content-aligning) 0 var(--content-aligning);
}
#mobile-navigation.show-mega-menu .main-content .mega-menu-content-wrapper .mega-menu-content-item.active {
	display: flex;
}
#mobile-navigation.show-mega-menu .main-content .mega-menu-content-wrapper .mega-menu-content-item .mega-title {
	display: block;
	position: absolute;
	top: 3rem;
	width: 100%;
	font-size: var(--size-h3);
	font-weight: 300;
	text-transform: uppercase;
}
#mobile-navigation.show-mega-menu .mm-content--wrapper {
	display: flex;
	width: 100%;
}
#mobile-navigation.show-mega-menu .mm-content--wrapper.classic_menu {

}
#mobile-navigation.show-mega-menu .mm-content--wrapper.classic_menu ul.menu-terms {
	position: relative;
	width: 100%;
}
#mobile-navigation.show-mega-menu .mm-content--wrapper.classic_menu ul.menu-terms li.menu-item.level-1 {

}
#mobile-navigation.show-mega-menu .mm-content--wrapper.classic_menu ul.menu-terms li.menu-item.level-1 a {

}
#mobile-navigation.show-mega-menu .mm-content--wrapper.classic_menu ul.menu-terms ul.child-menu.level-2 {
	display: none;

	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	/*transform: translateX(var(--content-aligning));*/
	background-color: var(--Aktiv);
	padding: 1.66667rem;
	padding-right: var(--content-aligning);
	color: var(--Weiss);
}
#mobile-navigation.show-mega-menu .mm-content--wrapper.classic_menu ul.menu-terms li.menu-group:hover ul.parent-menu.level-1 ul.child-menu.level-2 {
	display: block;
}
#mobile-navigation.show-mega-menu .mm-content--wrapper.classic_menu ul.menu-terms ul.child-menu.level-2 li.menu-item a {
	color: var(--Weiss);
	border-left: 1px solid rgba(255, 255, 255, .2);
	padding: .5rem 0 .5rem 1rem;
	font-size: 1.3125rem;
	font-weight: 300;
}
#mobile-navigation.show-mega-menu .mm-content--wrapper.classic_menu ul.menu-terms ul.child-menu.level-2 li.menu-item a:hover {
	color: var(--Aktiv);
}
#mobile-navigation.show-mega-menu .mm-content--wrapper.classic_menu ul.menu-terms {

}
#mobile-navigation.show-mega-menu .mm-content--wrapper .mm-content-- {
	width: 50%;
}
#mobile-navigation.show-mega-menu .mm-content--wrapper .mm-content-- ul.taxonomy-terms {

}
#mobile-navigation.show-mega-menu .mm-content--wrapper .mm-content-- ul.taxonomy-terms li {

}
#mobile-navigation.show-mega-menu .mm-content--wrapper .mm-content-- ul.taxonomy-terms li.term-group {
	margin-bottom: var(--space-widget-set);
}
#mobile-navigation.show-mega-menu .mm-content--wrapper .mm-content-- ul.taxonomy-terms li.term-group:last-child {
	margin-bottom: 0;
}
#mobile-navigation.show-mega-menu .mm-content--wrapper .mm-content-- ul.taxonomy-terms li.term-group ul.parent-term > ul.child-terms > li.term-item.level-1 span {
	display: block;
	border: 0 none;
	padding: 0 0 1rem 0;
	color: var(--Schwarz);
	font-size: var(--size-text);
	font-weight: 400;
}
#mobile-navigation.show-mega-menu .mm-content--wrapper .mm-content-- ul.taxonomy-terms li.term-group ul.parent-term > li.term-item.level-1 span {
	display: block;
	border: 0 none;
	padding: 0 0 1rem 0;
	color: var(--Schwarz);
	font-size: var(--size-text);
	font-weight: 400;
}
.term-item.level-1 {

}
#mobile-navigation.show-mega-menu .mm-content--wrapper .mm-content-- ul:is(.taxonomy-terms,.menu-terms) li a {
	position: relative;
	z-index: 2;
	display: block;
	border-left: 1px solid var(--Schwarz);
	padding: 0.5rem 0 .5rem 1rem;
	color: var(--Schwarz);
	font-size: 1.75rem;
	font-weight: 300;
}
#mobile-navigation.show-mega-menu .mm-content--wrapper .mm-content-- ul:is(.taxonomy-terms,.menu-terms) li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: calc(100% + var(--content-aligning));
	height: 100%;
	background-color: transparent;
	transition: background-color .3s;
}
#mobile-navigation.show-mega-menu .mm-content--wrapper .mm-content-- ul:is(.taxonomy-terms,.menu-terms) li.term-item.empty a .icon.arrow {
	display: none;
}
#mobile-navigation.show-mega-menu .mm-content--wrapper .mm-content-- ul:is(.taxonomy-terms,.menu-terms) li a:hover {
	color: var(--Weiss);
}
#mobile-navigation.show-mega-menu .mm-content--wrapper .mm-content-- ul:is(.taxonomy-terms,.menu-terms) li a:hover:before {
	background-color: var(--Aktiv);
}
#mobile-navigation.show-mega-menu .mm-content--wrapper .mm-content--.mm-content--right .mm-content--right-nav-wrapper {
	position: relative;
	min-height: calc(100%);
}
#mobile-navigation.show-mega-menu .mm-content--wrapper .mm-content--.mm-content--right .mm-content--right-nav-wrapper .mm-content--right-nav-item {
	display: none;
	position: absolute;
	min-height: calc(100%);
	min-width: 100%;
	transform: translateX(var(--content-aligning));
	background-color: var(--Aktiv);
	padding: 1.66667rem;
	padding-right: var(--content-aligning);
	color: var(--Weiss);
}
#mobile-navigation.show-mega-menu .mm-content--wrapper .mm-content--.mm-content--right .mm-content--right-nav-wrapper .mm-content--right-nav-item.active {
	display: block;
}
#mobile-navigation.show-mega-menu .mm-content--wrapper .mm-content--.mm-content--right .mm-content--right-nav-wrapper .mm-content--right-nav-item .title {
	font-size: var(--size-text);
	font-weight: 500;
}
#mobile-navigation.show-mega-menu .mm-content--wrapper .mm-content--.mm-content--right .mm-content--right-nav-wrapper .mm-content--right-nav-item ul.related-posts {

}
#mobile-navigation.show-mega-menu .mm-content--wrapper .mm-content--.mm-content--right .mm-content--right-nav-wrapper .mm-content--right-nav-item ul.related-posts li {

}
#mobile-navigation.show-mega-menu .mm-content--wrapper .mm-content--.mm-content--right .mm-content--right-nav-wrapper .mm-content--right-nav-item ul.related-posts li a {
	display: block;
	border-left: 1px solid rgba(255,255,255,.2);
	padding: .5rem 0 .5rem 1rem;
	font-size: 1.3125rem;
	font-weight: 300;
}
#mobile-navigation.show-mega-menu .mm-content--wrapper .mm-content--.mm-content--right .mm-content--right-nav-wrapper .mm-content--right-nav-item ul.related-posts li a:hover {
	color: var(--Aktiv);
}
#mobile-navigation.show-mega-menu .mm-content--wrapper .mm-content--.mm-content--right .mm-content--right-nav-wrapper a {
	color: var(--Weiss);
}

#mobile-navigation.show-mega-menu .main-content .menu {
	padding-top: var(--box-padding);
}
#mobile-navigation.show-mega-menu .main-content .menu .menu-item {
	background-color: transparent !important;
	transition: background-color .3s;
}
#mobile-navigation.show-mega-menu .main-content .menu .menu-item:hover {
	background-color: var(--Weiss) !important;
}
#mobile-navigation.show-mega-menu ul.menu > .menu-item {
	padding: 0 1rem 0 var(--content-aligning);
}
#mobile-navigation.show-mega-menu ul.menu > .menu-item:first-child {
	padding-top: 0;
}
#mobile-navigation.show-mega-menu ul.menu > .menu-item.space {
	margin-bottom: var(--space-col);
}
#mobile-navigation.show-mega-menu .main-content .menu .menu-item > a {
	border: 0 none;
}
#mobile-navigation.show-mega-menu ul.menu > .menu-item a {
	color: var(--mega-menu-color);
	font-size: 1.75rem;
	font-weight: 300;
	line-height: 1.3;
	cursor: pointer;
}
#mobile-navigation.show-mega-menu ul.menu > .menu-item > a {
	display: block;
	padding: 0.5rem 0;
}
#mobile-navigation.show-mega-menu ul.menu > .menu-item > a:hover {
	color: var(--Aktiv);
}
#mobile-navigation.show-mega-menu #privacy-menu ul.menu > .menu-item a {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.3;
}
#mobile-navigation.show-mega-menu ul.menu > .menu-item.borlabs_preferecnces > a {
	position: relative;
	padding-left: 1.5rem;
}
#mobile-navigation.show-mega-menu ul.menu > .menu-item.borlabs_preferecnces > a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
	height: 1.125rem;
	background-image: url("assets/graphics/icon-settings.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
#mobile-navigation.show-mega-menu .wpml-ls {
	position: relative;
	bottom: auto;
	/*border-top: 1px solid var(--Schwarz);*/
	background-color: var(--Weiss);
	text-align: left;
}
#mobile-navigation.show-mega-menu .wpml-ls ul {
	justify-content: flex-start;
	padding-left: calc(var(--content-aligning) - 1rem);
}
#mobile-navigation.show-mega-menu .wpml-ls ul li a {
	color: var(--Schwarz);
}
#mobile-navigation.show-mega-menu .wpml-ls ul li.wpml-ls-current-language a  {
	color: var(--Aktiv);
}
#mobile-navigation.show-mega-menu .wpml-ls ul .wpml-ls-item:after {
	background-color: var(--Weiss);
}
#mobile-navigation.show-mega-menu ul.post-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin-bottom: var(--space-col);
	max-width: 40rem;
	width: 100%;
}
#mobile-navigation.show-mega-menu ul.post-list li.post {
	width: calc(50% - 1rem);
}




/**
 * 8.2 - Breadcrumb
 */
nav.breadcrumb {
	position: relative;
	width: 100%;
	height: 4.4445rem;
	color: var(--nav-active-color);
	font-size: var(--size-legend);
	text-align: left;
}
nav.breadcrumb :is(.content-aligning, .main-content) {
	height: 100%;
}
nav.breadcrumb ul {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
}
nav.breadcrumb.sticky {
	position: relative;
	z-index: 217;
	transition: top 0.2s ease-in-out;
}
body.sticky nav.breadcrumb.sticky {
	position: fixed;
	top: calc(var(--height-nav-main) / 3 * 2);
	height: 3.3333rem;
	background-color: var(--VXI-Mint) !important;
}
body.sticky nav.breadcrumb ul li:before {
	background-color: var(--Schwarz) !important;
}
body.scroll-down nav.breadcrumb.sticky {
	top: calc(var(--height-nav-main) / 3 * -2);
	transition: top 0.3s;
}
nav.breadcrumb ul li {
	position: relative;
	margin-right: 1rem;
	padding-right: 1rem;
}
nav.breadcrumb ul li:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 1rem;
	margin-top: -.5rem;
	background-color: var(--Schwarz);
}
body.sticky nav.breadcrumb ul li:before {
	background-color: var(--Weiss);
}
nav.breadcrumb ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}
nav.breadcrumb ul li:last-child:before {
	display: none;
}
nav.breadcrumb ul li > * {
	display: inline-block;
	padding: .5rem 0;
}
nav.breadcrumb ul li > a:hover {
	color: var(--nav-active-color);
}


/**
 * 8.0 - Elements
 */

.image-wrapper {
	border-radius: var(--image-radius);
	overflow: hidden;
}

/* Logo Grid */
ul.partner-logos {
	list-style: none;
	margin: 0 0 30px -30px !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 30px 0;
}
ul.partner-logos li {
	width: 25%;
	padding-left: 30px;
}
ul.partner-logos li:last-child {

}
ul.partner-logos li a {

}
ul.partner-logos li img {
	display: block;
	width: 100%;
}
ul.partner-logos li.portrait img {
	width: auto;
	height: 100px;
}

/* DropDown */
.dropdown-list,
ul.sub-dropdown-list {
	margin: 0;
}
.dropdown-list .sub-dropdown-label {
	display: none;
}


/**
 * 8.0 Swiper Default Settings
 */

.widget .swiper-button-prev,
.widget .swiper-button-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 50px;
	background-image: url("assets/graphics/icon-slide.svg");
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: center;
}
.widget .swiper-button-prev:after,
.widget .swiper-button-next:after{
	display: none;
}
.widget .swiper-button-prev {
	left: 0;
	transform: translateY(-50%)rotate(180deg);
}
.widget .swiper-button-next {
	right: 0;
}
.widget .swiper-pagination {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.widget .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	opacity: 1;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-left: 15px;
	background-color: var(--Schwarz);
}
.site-content:is(.dark-bg) .widget .swiper-pagination .swiper-pagination-bullet {
	background-color: #fff;
}
.widget .swiper-pagination .swiper-pagination-bullet:first-child {
	margin-left: 0;
}
.site-content .widget .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--Aktiv);
}



/**
 * 9.0 - Widgets (Content)
 */

.widget {
	display: block;
	position: relative;
	margin-bottom: var(--space-widget);
}
.site-content.widget-set {
	padding-bottom: var(--space-widget-set);
}
.site-content.widget-set .col:has(.widget:not(.widget-30), .widget-30 .spacer[style]) {
	margin-bottom: var(--space-col);
}
.site-content.widget-set .widget {
	position: relative;
	margin-bottom: 0 !important;
	min-height: 100%;
}
.site-content.widget-set .widget .widget-inner {
	min-height: 100%;
}
.widget .text-block {

}
.widget .text-block > p:last-child {
	margin-bottom: 0;
}
.widget .intro-text {
	font-size: var(--size-text-big);
	line-height: 1.4;
}
.widget p > a {
	position: relative;
	text-decoration: none;
}
.widget.bg-color {
	border-radius: var(--box-radius);
	padding: var(--box-padding);
}

/**
* 9.1 - Headline
*/
.widget-1 {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.widget.mini {
	margin-bottom: var(--space-headline-s);
}
.widget.no {
	margin-bottom: 0 !important;
}
.widget-1 > .text-block {
	padding-right: 0;
	padding-top: var(--space-headline-xl);
}
.widget-1 :is(.h1,h2,h3) + .text-block {
	margin-top: var(--space-headline-xl);
}

/**
 * 9.2 - Text
 */

.widget-2 {

}
.widget-2.bg-color {

}


/**
 * 9.3 - Text (Icon)
 */

.widget-3 {
	position: relative;
	display: block;
}
.widget-3.bg-color {
}
.widget-3 .widget-inner {
	position: relative;
	display: flex;
	row-gap: 2rem;
	flex-wrap: wrap;
	justify-content: center;
}
.widget-3 .icon-wrapper {
	max-width: 30%;
	width: 6rem;
}
.widget-3.image .icon-wrapper {
	max-width: none;
	width: 100%;
}
.widget-3 .icon-wrapper .icon {
	width: 100%;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.widget-3.image .icon-wrapper .icon {
	padding-bottom: 65%;
	background-size: cover;
}
.widget-3 .svg {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 2.72222rem;
	height: 2.72222rem;
	transform-origin: center;
}
.widget-3 .svg :is(circle, line) {
	transition: stroke .2s;
}
.widget-3:hover .svg :is(circle, line) {
	stroke: var(--Aktiv);
}
.widget-3 .widget-inner .text-block {
	width: 100%;
}
.widget-3 .widget-inner .text-block p {
	padding-right: 0;
}
.widget-3 .widget-inner .text-block :is(h4, h5) {
	margin-bottom: var(--space-headline-xs);
}


/**
 * 9.4 - Image
 */

.widget-4 img {
	width: 100%;
}
.glightbox {

}
figure figcaption {
	background-color: var(--mega-menu-bg-color);
	padding: var(--box-padding);
	font-size: var(--size-legend);
}
.wp-caption-text {
	padding: .5rem;
	font-size: 0.7778rem;
	text-align: left;
}
.glightbox figure figcaption {
	padding: 1rem;
}
.site-content.light-bg figure figcaption {

}
.widget-4.glightbox figure:after {
	content: "";
	display: block;
	position: absolute;
	right: var(--box-padding);
	top: var(--box-padding);
	width: 2.3333rem;
	height: 2.3333rem;
	background-color: rgba(255,255,255,.9);
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj4KPGxpbmUgeDE9IjEwLjUiIHgyPSIxMC41IiB5Mj0iMjAiIHN0cm9rZT0iYmxhY2siLz4KPGxpbmUgeDE9IjIwIiB5MT0iMTAuNSIgeDI9Ii0yLjQ5Nzc5ZS0wOCIgeTI9IjEwLjUiIHN0cm9rZT0iYmxhY2siLz4KPC9zdmc+");
	background-repeat: no-repeat;
	background-position: center;
}
.glightbox-clean .gdesc-inner {
	background-color: var(--Weiss);
	color: var(--Schwarz);
}
.glightbox-clean .gslide-desc {
	position: relative;
	padding-top: 1rem;
}
.glightbox-clean .gslide-desc:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--Weiss);
}
.glightbox-clean .gslide-desc {
	text-align: left;
}
#glightbox-body.glightbox-container .gslide-title {
	margin-bottom: 0.5rem;
	color: var(--Weiss);
	font-size: var(--size-title);
	font-weight: 300;
	text-align: left;
}


/**
 * 9.5 - Imageslider
 */

.widget-5 {

}
.widget-5 .image-slider .swiper-slide .image-item figcaption {
	opacity: .3;
	transition: all .3s ease-in-out;
	padding: calc(var(--box-padding) - var(--box-padding) / 2);
	font-size: calc(var(--size-legend) - var(--size-legend) / 8);
	cursor: default;
	background-color: var(--Schwarz);
}
.widget-5 .image-slider .swiper-slide.swiper-slide-active .image-item figcaption {
	opacity: 1;
}
.widget-5 .image-slider .swiper-slide .image-item figcaption .title {
	margin: 0;
	font-size: var(--size-title-small);
}
.widget-5 .image-slider .swiper-slide .image-item figcaption p {
	margin: 0;
}
.widget-5 .image-slider .swiper-slide .image-item figcaption .title + p {
	margin-top: var(--space-headline-xs);
}
.widget-5 .swiper-pagination {
	position: relative;
	margin-top: var(--space-col);
	padding-bottom: var(--space-col);
}
.widget-5 .swiper-button-prev {
	left: -24px;
}
.widget-5 .swiper-button-next {
	right: -24px;
}
.widget-5 .swiper-button-prev,
.widget-5 .swiper-button-next {
	top: 50%;
	width: 14px;
	margin-top: -1.5625rem;
	background-image: url("assets/graphics/icon-slide.svg");
}
.dark-bg .widget-5 .swiper-button-prev,
.dark-bg .widget-5 .swiper-button-next {
	background-image: url("assets/graphics/icon-slide-white.svg");
}


/**
 * 9.6 - Logos
 */

.widget-6 {

}
.widget-6 .logo-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.widget-6 .logo-grid .logo-item {

}
.widget-6 .logo-grid .logo-item { flex: 0 0 calc(100% / 5 - calc(8rem / 5)); }
@media (max-width: 1100px) { .widget-6 .logo-grid .logo-item { flex: 0 0 calc(100% / 4 - calc(8rem / 4)); } }
@media (max-width: 900px) { .widget-6 .logo-grid .logo-item { flex: 0 0 calc(100% / 3 - calc(6rem / 3)); } }
@media (max-width: 580px) { .widget-6 .logo-grid .logo-item { flex: 0 0 calc(100% / 2 - calc(4rem / 2)); } }
.widget-6 .logo-slider .logo-item .logo {
	position: relative;
	height: 100%;
	text-align: center;
}
.widget-6 .logo-slider .logo-item .logo img {
	 height: 100%;
	margin: 0 auto;
 }

.widget-6 .swiper-wrapper {
	display: flex;
	column-gap: 0;
	margin-top: 2.5rem !important;
	height: 4.25rem;
}
.widget-6 .swiper-wrapper .logo-item {
	position: relative;
}
.widget-6 .swiper-wrapper .logo-item a.logo {
	position: relative;
	display: flex;
	height: 100%;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.widget-6 .swiper-wrapper .logo-item a.logo img {
	display: block;
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}


/**
 * 9.7 - Akkordeon
 */

.widget-7 {

}
.widget-7:is(.check,.num) {

}
.widget-7 .accordion {
	position: relative;
	margin-bottom: 0;
	border-bottom: solid 1px var(--Schwarz);
}
.accordion .card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
}
.accordion .card .card-header {
	position: relative;
	padding: 24px 0 24px 0;
	margin-bottom: 0;
	border-top: solid 1px var(--Schwarz);

	cursor: pointer;
}
.accordion .card.icon .card-header {
	padding-left: 100px;
}
.accordion .card.icon .card-header .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100%;
	padding: 0;
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: center;
}
.accordion .card .card-header .card-title {
	display: block;
	margin-bottom: 0;
	padding-right: 2.22222rem;
	font-size: var(--size-title);
	font-weight: 600;
	transition: all .2s;
}
.widget-7.none .accordion:not(.v_tabs) .card .card-header:hover .card-title {
	color: var(--Aktiv);
}
.accordion .card .card-header svg.arrow {
	position: absolute;
	display: block;
	top: 50%;
	right: 0;
	width: auto;
	height: 1.5rem;

	transform: translateY(-50%);
	transition: all .2s;
}
.accordion .card.open .card-header svg.arrow {
	transform: translateY(-50%) rotate(-90deg);
}
.widget-7:is(.check,.num) .accordion .card .card-header {
	padding-left: 3rem;
}
.widget-7:is(.check) .accordion .card .card-header svg.check {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 2.25rem;
	height: 2.22222rem;
}
.widget-7:is(.check) .accordion .card .card-header svg.check g {
	opacity: .4;
	transition: opacity .3s;
}
.widget-7:is(.check) .accordion .card.open .card-header svg.check g {
	opacity: 1;
}
.widget-7:is(.num) .accordion .card .card-header:before {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 2.22222rem;
	height: 2.22222rem;

	transition: all .2s;
}
.widget-7.check .accordion .card .card-header:before {
	background-image: url("assets/graphics/icon-check.svg");
	background-repeat: no-repeat;
	background-size: auto 18px;
	background-position: center;
}
.widget-7.num .accordion {
	counter-reset: section;
}
.widget-7.num .accordion .card .card-header:before {
	counter-increment: section;
	content: counter(section);
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.45;
	text-align: center;
	opacity: .4;
}
.widget-7:is(.num) .accordion .card .card-header:hover:before {
	background-color: var(--Aktiv);
	color: var(--Weiss);
}
.widget-7:is(.num) .accordion .card.open .card-header:before {
	opacity: 1;
	background-color: var(--Aktiv);
	color: var(--Weiss);
}
.accordion .card .card-header h5 {
	margin: 0;
}
.accordion .card .card-header h6 {
	color: #fff;
}
.accordion .card:not(.open) .collapse {
	height: auto;
	max-height: 0 !important;

	transition: max-height 0.7s cubic-bezier(0.22, 1, 0.36, 1);

	overflow: hidden;
}
.accordion .card.open .collapse {
	height: auto;
	max-height: 2000px;

	

	overflow: hidden;
}
.accordion .card .card-body {
	flex: 1 1 auto;
	padding: 0.625rem 2rem 1.25rem 0;
}
.accordion .card.icon .card-body {
	padding-left: 100px;
}
.accordion .card .card-body .text-block {
	margin-bottom: 0;
	padding-right: 20%;
}
.accordion .card .card-body > .widget:last-child {
	margin-bottom: 0;
}


/**
 * 9.8 - Cite(s)
 */

.widget-8 {
	overflow: hidden;
}
.widget-8.slider {

}
.widget-8 .widget-inner {
	position: relative;
}
.widget-8 .cite-slider {
	padding-bottom: 5rem;
}
.widget-8 .swiper-slide {

}
.widget-8 .cite-wrapper {
	position: relative;
}
.widget-8 .cite-wrapper .content {

}
.widget-8 .cite-wrapper .content blockquote {

}
.widget-8 .cite-wrapper {

}
.widget-8 .cite-wrapper .footer {
	display: flex;
	justify-content: center;
	column-gap: 20px;
	margin: 0 auto;
}
.widget-8 .cite-wrapper .portrait {
	position: relative;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	overflow: hidden;
}
.widget-8 .cite-wrapper .portrait img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.widget-8 .cite-wrapper .infos {
	position: relative;
	display: table;
}
.widget-8 .cite-wrapper .infos > div {
	position: relative;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.widget-8 .cite-wrapper .infos > div > * {
	display: block;
}
.widget-8 .cite-wrapper .infos .name,
.widget-8 .cite-wrapper .infos .position {
}
.widget-8 .cite-wrapper .infos .name {
	font-size: var(--size-legend);
	font-weight: 600;
}
.widget-8 .cite-wrapper .infos .position {
}
.widget.widget-8 .swiper-button-prev,
.widget.widget-8 .swiper-button-next {
	top: auto;
	bottom: 0;
}
.widget.widget-8 .swiper-button-prev {
	transform: rotate(180deg);
}
.widget.widget-8 .swiper-button-next {
	transform: none;
}


/**
 * 9.9 - Formular
 */

.widget-9 {

}


/**
 * 9.10 - News
 */

.widget-10 {

}
.widget-10.slider {
	margin-left: calc(var(--content-aligning) * -1);
	width: calc(100% + var(--content-aligning) * 2);
	padding: 0 var(--content-aligning);
}
.widget-10.slider .widget-inner {
	overflow: hidden;
}
.post-list {
	display: flex;
	margin-bottom: var(--space-widget-set);
}
.widget-10.static .post-list {
	flex-wrap: wrap;
	gap: var(--space-col);
}
.widget-10.slider ul.post-list {
	flex-wrap: nowrap;
	margin-bottom: var(--space-widget-set);
}
.post-list .post-item {
	position: relative;
	width: calc(33.333% - (2 * var(--space-col) / 3));
}
.post-list .post-item .post-item-inner {
	display: block;
	min-height: 100%;
	box-sizing: content-box;
	background-color: var(--Weiss);
	transition: background .3s linear, opacity .3s linear;
}
#archive .post-list .post-item .post-item-inner {
	opacity: 0;
}
#archive .post-list .post-item .post-item-inner.is-inview {
	opacity: 1;
}
.post-list .post-item a.post-item-inner:hover {
	color: var(--text-color);
}
.post-list .post-item .thumb {
	position: relative;
	padding-bottom: var(--ratio-img);
	overflow: hidden;
}
.post-list .post-item .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform-origin: center center;
	transition: transform .8s cubic-bezier( 0.22, 0.12, 0.45, 0.94 );
}
.post-list .post-item:hover .thumb img {
	transform: scale3d(1.15, 1.15, 2);
}
.post-list .post-item .body {
	padding: 1.5rem 0 0 0;
}
.post-list .post-item a.post-item-inner .body {

}
.post-list .post-item .body > span {
	display: block;
}
.post-list .post-item .body .title {

}
.post-list .post-item .body .excerpt {

}
.post-list .post-item .body .date {
	opacity: .5;
}
.post-list .post-item .link {
	margin-top: var(--space-text);
}
.post-list .post-item a.post-item-inner .link {

}
.widget-10 .widget-inner .button-wrapper {
	text-align: center;
}
.widget.widget-10 .swiper-button-prev,
.widget.widget-10 .swiper-button-next {
	top: 25%;
}


/**
 * 9.30 - Space
 */

.widget-30 {
	margin-bottom: 0 !important;
}


/**
 * 9.32 - Line
 */

.widget-32 {

}


/**
 * 9.34 - Anchor
 */

.widget-34 {
	margin: 0 !important;
}




/**
 * 10.0 - Content
 */

#site-wrapper {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-top: calc( var(--height-nav-main) );
	text-align: center;
}
body.has-top #site-wrapper {
	padding-top: calc( var(--height-nav-main) + var(--height-nav-top) );
}
section.site-content {
	background-color: var(--section-bg-color);
}
.site-content {
	position: relative;
	width: 100%;
	text-align: center;

	z-index: 12;
	overflow-x: clip;
	overflow-y: visible;
}
.site-content:is(.color, .black, .img) {
	padding-top: var(--space-site-content);
	margin-bottom: var(--space-site-content);
}
.site-content:is(.dark-bg, .black) {
	color: var(--Weiss);
}
.site-content:is(.dark-bg, .black) a {
	color: var(--Weiss);
}
.site-content:is(.dark-bg, .black) .post-list .post-item a.post-item-inner:hover {
	color: var(--Aktiv);
}
.site-content:is(.color, .black, .img):last-child {

}
#application-form,
.site-channel:is(.color, .black, .img) {
	padding-bottom: var(--space-site-content);
	margin-bottom: 0;
}
.site-content:is(.color, .black, .img):not(.no-bottom-space):after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 100%;
	height: var(--space-site-content);
	width: 100%;
	background-color: var(--section-bg-color);
}
.site-content:is(.black, .dark-bg) .var--color a {
	color: var(--Weiss);
}
.dark-bg {
	color: var(--Weiss);
}
.site-content.color {  }
.site-content.color.dark-bg { color: var(--Weiss); }
.site-content.black { background-color: var(--Schwarz); color: var(--Weiss); }

.site-content.bottom-space {
	margin-bottom: var(--space-site-content);
}
.site-content.no-bottom-space:is(.light-bg,.dark-bg,.img,.color) {
	margin-bottom: 0 !important;
}
body:is(.single-post,.single-event) .site-content.item-1:not(.color, .img) {
	padding-top: var(--space-col);
}
#site-top.normal + .site-content.item-1:not(.color, .img),
body.no_top_img .site-content.item-1:not(.color, .img) {
	padding-top: 0;
}
body:not(.logged-in) #site-top.normal + .site-content.item-1.vertical-move {
	margin-top: 6.66667rem;
}
#CONTENT_WRAPPER .site-content.no-bottom-space:last-child:is(.light-bg,.dark-bg) {
	padding-bottom: var(--space-site-content);
}
.site-content.item-last {
	padding: var(--space-site-content) 0 0 0;
}
.site-content.home,
.site-content.single,
.site-content.archive {
	margin-top: 90px;
}
.site-content.single,
.site-content.archive {
	padding-top: 120px;
}
.site-content.img .bg_img {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.site-content.img.scroll-bg-fixed .bg_img {
	background-attachment: fixed;
}
.content-aligning {
	position: relative;
	width: 100%;
	max-width: var(--content-width);
	padding: 0 var(--content-aligning);
	margin: 0 auto;
	text-align: left;
}
.site-content.full-width > .main-content-wrapper > .content-aligning {
	max-width: none;
}
.content-group {

}
.content-group .content-group-item {

}
.content-group .content-group-item .content-aligning {
	width: 100%;
}
.content-group .content-group-item .content-aligning.content-half {
	max-width: calc(var(--content-width) / 2);
}
.content-group .content-group-item.flex_child:nth-child(1):not(:only-child) .content-aligning.content-half {
	max-width: var(--content-width);
	margin-left: auto !important;
	margin-right: auto !important;
}
.content-group.even .content-group-item:nth-child(odd) .content-aligning.content-half {
	margin-right: 0;
}
.content-group.even .content-group-item:nth-child(even) .content-aligning.content-half {
	margin-left: 0;
}
.content-group.odd .content-group-item:nth-child(odd) .content-aligning.content-half {
	margin-left: 0;
}
.content-group.odd .content-group-item:nth-child(even) .content-aligning.content-half {
	margin-right: 0;
}
.site-content.full-width .content-aligning .main-content {
	overflow: hidden;
}
.content-aligning:before,
.content-aligning:after {
	content: "";
	display: table;
}
.content-aligning:after {
	clear: both;
	zoom: 1; /* ie 6/7 */
}
.main-content {
	position: relative;
	width: 100%;
}
.site-content.side_navigation .main-content {
	width: calc(100% - 13.8889rem);
	margin-left: 13.8889rem;
}








/**
 * 10.0 - Content - Single
 */

body.single h1 {
	margin-bottom: var(--space-headline-xl);
	word-break: break-word;
}
body:is(.single-post, .single-event) h1 {
	font-size: var(--size-h2);
}
body:is(.single-post, .single-event) #site-top {
	margin-bottom: var(--space-col);
}
body:is(.single-post, .single-event) #site-top .meta {
	display: block;
	padding-top: var(--space-headline-xl);
	padding-bottom: var(--space-headline-xs);
}
body:is(.single-post, .single-event) #site-top .meta {
	color: #AAA8A8;
	font-size: .7778rem;
}
body:is(.single-post, .single-event) #site-top h1 {
	padding-right: 10%;
}
body.single #site-top {
	text-align: left;
}
body.single:is(.single-event,.single-post) #site-top {

}
body.single-event #site-top.event {
	min-height: 0 !important;
	height: auto !important;
}
body.single #site-top .image-wrapper {
	position: relative;
	margin-bottom: var(--space-col);
	padding-bottom: 59.68%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
body.single:is(.single-event,.single-post,.single-webinar) #site-top .image-wrapper {
	margin-top: var(--space-headline-xl);
	/*transform: translateY(calc(var(--space-col) * -1));*/
}
body.single #site-top .image-wrapper > img {
	position: absolute;
	width: 100%;
	height: auto;
}
body.single #site-top .image-wrapper .post-type {
	display: block;
	position: absolute;
	top: var(--box-padding);
	left: var(--box-padding);
	padding: 0 0.7rem;
	background-color: var(--Schwarz);
	font-size: var(--size-title);
	font-weight: 600;
	line-height: 2.3889rem;
}
body.single-post #site-top .image-wrapper .post-type {
	background-color: var(--Schwarz);
	color: var(--Weiss);
}
body:is(.single-event, .single-webinar) #site-top .meta {
	display: block;
	margin-bottom: .5rem;
	border-bottom: 1px solid var(--Schwarz);
	padding-bottom: .5rem;
	color: var(--Schwarz);
	font-size: var(--size-text);
	font-weight: 600;
}
body:is(.single-post) #site-top .meta {
	display: block;
	margin-bottom: .5rem;
	border-bottom: 1px solid var(--Schwarz);
	padding-bottom: .5rem;
	font-size: var(--size-text);
}
body:is(.single-event, .single-webinar) #site-top .widget-1.text-block {
	margin-bottom: var(--space-headline-xl);
}
body:is(.single-webinar) .site-content.top-info-block {

}



/**
 * 10.2 - Header
 */

#site-header {
	position: fixed;
	z-index: 222;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	/*box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);*/
}
body.has-mega-menu:is(.front-page):not(.sticky,.openmenu) #site-header {
	background-color: transparent;
}
@media screen and (min-width: 601px) {
	body.admin-bar #site-header {
		top: var(--admin-bar-height);
	}
}
#site-navbar {
	position: relative;
	height: var(--height-nav-main);
}
body:is(.sticky, .openmenu) #site-header.sticky-nav #site-navbar {
	height: calc(var(--height-nav-main) / 3 * 2);
}
#site-navbar.show-mega-menu .content-aligning {
	max-width: none;
}
#site-menubar {
	position: relative;
	height: 100%;
}
#site-menubar .site-menubar-inner {
	position: relative;
	height: 100%;
}
body:is(.sticky.scroll-down, .openmenu) #site-header.sticky-nav {
	position: fixed;
	transform: translate3d(0, calc(var(--height-nav-main) * -1), 0);
}
body.has-top:is(.sticky) #site-header.sticky-nav {
	transform: translate3d(0, calc(var(--height-nav-top) * -1), 0);
}
body.has-top:is(.sticky.scroll-down, .openmenu) #site-header.sticky-nav {
	position: fixed;
	transform: translate3d(0, calc((var(--height-nav-main) + var(--height-nav-top)) * -1), 0);
}
body .sticky-nav {
	transition: transform 0.2s ease-in-out;
}
body.scroll-down #site-header.sticky-nav {
	/*top: -120px;*/
}
#site-header .content-aligning {
	height: 100%;
}
#site-header a.logo {
	position: absolute;
	z-index: 223;
	display: block;
	height: 75%;
	top: 48%;
	transform: translate(0, -50%);
	left: 0;
}
#site-header a.logo img {
	display: block;
	height: 100%;
	width: auto;
}


/**
 * 10.1 - Top bar
 */

#site-topbar {
	position: relative;
	z-index: 221;
	height: var(--height-nav-top);
	background-color: var(--topbar-bg-color);
	color: var(--topbar-color);
}
body.sticky #site-topbar {

}
#site-topbar-inner {
	height: 100%;
}


/**
 * 10.0 - Site Top + Content Top
 */

#site-top {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	--admin-space: 0;
	--header-space: var(--height-nav-main);
}
body.admin-bar #site-top {
	--admin-space: var(--admin-bar-height);
}
body.has-top #site-top {
	--header-space: calc(var(--height-nav-main) + var(--height-nav-top));
}
body:not(.home) #site-top {
	min-height: 23.5rem;

	--base-height: 50vh;
}
body.home #site-top {

	--base-height: 100vh;
}
body:not(.home) #site-top {
	min-height: 23.5rem;
}
body #site-top {
	height: calc(var(--base-height) - var(--header-space) - var(--admin-space));
}
#site-top:is(.startseite) {
	transform: translate(0, 0);
}
#site-top.normal {
	padding: .5rem 0 var(--space-site-content) 0;
}
#site-top.startseite {
	overflow: hidden;
}
#site-top.startseite video {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
body #site-top #home_tile_wrapper {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 var(--content-aligning);
	top: 50%;
	transform: translateY(-50%);

	color: var(--Weiss);
	text-align: left;
}
#site-top .text-block {
	padding-right: 10%;
	max-width: 40rem;
	font-size: var(--size-text-big);
}


/**
 * 10.4 - Archive Page
 */




/**
 * 10.4 - Posts and pages
 */



/**
 * 10.6 - Bottom
 */

#site-bottom {
	position: relative;
	z-index: 191;
	background-color: var(--bottom-bg-color);
	color: var(--bottom-color);
	text-align: left;
	padding: var(--space-bottom) 0;
}
#site-bottom .cta-box {
	position: relative;
	padding: var(--box-padding);
}
#site-bottom .image-wrapper {
	position: relative;
}
#site-bottom .cta-image {
	padding-bottom: 60%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#site-bottom .headline {
	position: relative;
}
#site-bottom .button {
	margin-top: 1.25rem;
}


/**
 * 10.6 - Footer
 */

#site-footer {
	position: relative;
	z-index: 190;
	background-color: var(--footer-bg-color);
	color: var(--footer-color);
	padding: var(--space-footer) 0;
}
#site-footer a {
	display: inline-block;
	position: relative;
	color: var(--footer-color);
}
#site-footer a:hover {
	color: var(--Aktiv);
}
#site-footer ul.menu li a {
	line-height: 1.125rem;
}
#site-footer .footer-logo {
	margin-bottom: var(--space-col);
	max-width: 12rem;
}
#site-footer .footer-contact-list {
	margin: 0 0 var(--space-widget) 0;
}
#site-footer .footer-contact-list li {
	margin-bottom: .5rem;
	line-height: 1.125rem;
}
#site-footer .footer-contact-list li svg {
	margin-right: .5rem;
	max-height: 1rem;
	max-width: 1rem;
	width: auto;
	transform: translateY(.125rem);
}
#site-footer #menu-group-menu {
	margin: 0 0 var(--space-widget-set) 0;
}
#site-footer .menu {
	margin: 0;
}
#site-footer #privacy-menu ul.menu {
	display: flex;
	column-gap: 1rem;
}
#site-footer #menu-group-menu ul.menu li a {
	display: block;
	position: relative;
	padding-left: 1.5rem;
}
#site-footer #menu-group-menu ul.menu li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: .15rem;
	width: .8rem;
	height: .8rem;
	background-image: url(assets/graphics/icon-arrow-white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
#site-footer #privacy-menu ul.menu {
	display: flex;
	column-gap: 1rem;
}
#site-footer #privacy-menu ul.menu li.menu-item {

}
#site-footer .menu .menu-item {
	margin-bottom: .625rem;
}
#site-footer .copyright {
	width: 100%;
	text-align: right;
}

a.scroll-top {
	position: fixed;
	z-index: 198;
	bottom: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	background-image: url("assets/graphics/icon-scroll-top.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;

	transition: background-color .3s linear;
}
a.scroll-top.hide {
	display: none !important;
}
a.scroll-top:hover {

}

#site-footer .footer-title {
	display: block;
	margin-bottom: 20px;
}
#site-footer .footer-logos img {
	opacity: 0.7;

	transition: opacity 0.2s;
}
#site-footer .footer-logo-link:hover img {
	opacity: 1;
}
#site-footer .footer-social-links {
	display: block;
	float: right;
}




body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-buttons .brlbs-cmpnt-cb-btn {
	padding: 12px 10px;
	font-size: var(--size-legend);
}
body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-buttons {
	gap: 5px !important;
}