/*
Theme Name: Personal Kommunal
Theme URI: https://personal-kommunal.de/
Author: INTO Branding
Author URI: http://personal-kommunal.de/
Description: Dies ist das Haupttheme für Personal Kommunal. Dieses Theme wird für folgende Domain versendet: m1.bayern
Version: 1.0
Text Domain: personalkommunal

This theme, is licensed to Personal Kommunal.
*/


/**
 * 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
 */



:root {

	--font-size: 20px;
	--content-width: 1260px;

	--content-aligning: 1.6667rem;
	--grid-gutter: 1.666667rem;

	--font-weight-text: 500;
	--font-weight-heading: 700;
	--font-weight-button: 700;

	--line-width: .125rem;
	--size-legend: .8rem;
	--size-text-small: .8rem;
	--size-text: 1rem;
	--size-text-big: 1.2rem;
	--size-text-very-big: 1.8rem;
	--size-h1: 3.2rem;
	--size-h2: 2.4rem;
	--size-h3: 1.8rem;
	--size-h4: 1.2rem;
	--size-h5: 1rem;
	--size-h6: 1rem;
	--size-title: 1.2rem;
	--size-title-small: 1rem;
	--size-button: .8rem;
	--size-blockquote: 1rem;

	--space-headline-xl: 2rem;
	--space-headline-l: 1.5rem;
	--space-headline-s: 1rem;
	--space-headline-xs: 0.8rem;
	--space-text: 1.38889rem;

	--space-widget: 5rem;
	--space-widget-set: 3rem;
	--space-col: 2rem;
	--space-site-content: 5rem;
	--space-footer: 4rem;

	--box-padding: .5rem;

	--height-nav-main: 5rem;
	--height-nav-top: 3rem;

	--img-ratio-archive: 58.2%;
	--img-ratio-archive-feature: 100%;

	--font-family-heading: "Inter", sans-serif;
	--font-family-heading-h1: "Inter", sans-serif;
	--font-family-title: "Inter", sans-serif;
	--font-family-text: "Inter", sans-serif;
	--font-family-blockquote: "Inter", sans-serif;

	--Schwarz: #000;
	--Weiss: #fff;
	--Blue: #64C1FF;
	--Green: #A3FF90;

	--link-color: var(--Schwarz);
	--link-active-color: var(--Schwarz);
	--text-color: var(--Schwarz);
	--highlight-color: var(--Schwarz);

	--nav-default-color: var(--Schwarz);
	--nav-active-color: var(--Schwarz);

	--button-bg-color: var(--Green);
	--button-color: var(--Schwarz);

	--header-bg-color: var(--Weiss);
	--bottom-bg-color: var(--Green);
	--bottom-color: var(--Schwarz);
	--footer-bg-color: var(--Blue);
	--footer-color: var(--Schwarz);

	--border-radius: .5rem;
	--input-radius: .27778rem

}


/**
 * 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); }




/**
 * 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);
}
p.big-text {
	font-size: var(--size-text-big);
}
p.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: var(--font-weight-text);
	line-height: 1.5;
}
a {
	color: var(--text-color);
}
.dark-bg:not(.widget-set) 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: var(--font-weight-heading);
	line-height: 1.2;
	margin: 0;
	text-rendering: optimizeLegibility;
}
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);
}
.text-block :is(h2,h3,h4,h5,h6) {
	padding-top: 1rem;
}
.text-block h3 {
	font-size: var(--size-h4);
}
.text-block h4 {
	font-size: var(--size-h5);
}

h1 {

}
h3 {
	line-height: 400;
}
:is(h2, h3, .headline) {
	line-height: 1.2;
}
:is(h4, h5, h6, .title) {
	font-weight: 500;
}

.h_line {
	padding-top: var(--space-headline-xl);
	border-top: 1px solid var(--Schwarz);
}
.h_line.btm {
	padding-top: 0;
	border-top: 0 none;
	padding-bottom: var(--space-headline-l);
	border-bottom: 1px solid var(--Schwarz);
}
.site-content.dark-bg .h_line {
	border-color: var(--Weiss);
}
.title {
	display: block;
	margin-bottom: var(--space-headline-xs);
	font-weight: 700;
}
.title.h_line {
	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);
	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);
}
.text-block p:last-child {
	margin: 0;
}

a, a:after {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	outline: none;
}

a {
	text-decoration: none;
}

a:hover,
a:active {

}
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: 600;
	text-align: center;
	line-height: 1.6;
}
blockquote:before,
blockquote:after {
	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;
}
blockquote:before {
	left: 0;
	top: 0;
}
blockquote:after {
	right: 0;
	bottom: 0;
	transform: rotate(180deg);
}
hr {
	margin: 0;
	border: 0;
	height: 1px;
	background: var(--Schwarz);
}
.text-block hr {
	margin: var(--space-col) 0;
}

.text-block :is(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 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 {
	margin: 0 0 var(--space-text) 0;
	padding-left: 3.5rem;
	font-size: var(--size-text-big);
	font-weight: 600;
}
.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;
	border-radius: 50%
}
.text-block ul li:before {
	top: .6rem;
	width: .4rem;
	height: .4rem;
	border-radius: 50%;
	background-color: var(--Schwarz);
}
.dark-bg .text-block ul li:before {
	background-color: var(--Weiss);
}
.text-block ol li:before {
	top: -.2rem;
	width: 2.5rem;
	height: 2.5rem;
	background-color: var(--Prologa-Hellgrn);
	background-image: url("assets/graphics/icon-check-black.svg");
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: center;
}

.link {
	position: relative;
	display: inline-block;
	color: var(--Aktiv);
	font-weight: 500;
}
.text-block a {
	text-decoration: underline;
}
.link.back {

}

.button-wrapper {
	padding-top: var(--space-col);
	text-align: center;
}

.button, a.button {
	position: relative;
	display: inline-block;
	background-color: var(--button-bg-color);
	height: 2.66667rem;
	border-radius: var(--border-radius);
	padding: 0 1.2rem 0 1.2rem;
	color: var(--button-color);
	font-size: var(--size-button);
	font-weight: var(--font-weight-button);
	line-height: 2.66667rem;
	white-space: nowrap;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.button:hover {
	color: var(--Weiss);
	background-color: var(--Schwarz);
}



#side-button-wrapper {
	position: fixed;
	z-index: 900;
	top: 200px;
	right: 0;

	transform: rotate(-90deg);
	transform-origin: right bottom;

	overflow: hidden;
}
#side-button-wrapper .side-button {
	display: block;
	float: left;
	background-color: var(--Prologa-Dunkelgrn);
	padding: 15px 25px 25px 25px;
	color: var(--Weiss);
	font-size: 0.9375rem;
	font-weight: 600;
	cursor: pointer;

	border-top-left-radius: var(--border-radius);
	border-top-right-radius: var(--border-radius);

	transform: translate(0, 10px);

	transition: transform 0.1s ease-in-out;
}
#side-button-wrapper.count-2 .side-button:first-child {
	border-top-right-radius: 0;
}
#side-button-wrapper.count-2 .side-button + .side-button {
	border-top-left-radius: 0;
	border-top-right-radius: var(--border-radius);
}
#side-button-wrapper .side-button:hover {
	transform: translate(0, 0);
}
#side-button-wrapper .side-button.jobs {
	background-color: var(--Prologa-Hellgrn);
	color: var(--Schwarz);
}
#side-button-wrapper .side-button.jobs > span {
	display: none;
}

.side-layer {
	position: fixed;
	z-index: 899;
	top: 0;
	right: 0;
	width: 800px;
	bottom: 0;
	padding: 70px 50px 50px 50px;
	overflow-y: auto;

	transform: translate3d(100%, 0, 0);
	transition: transform 0.3s ease-in-out;
}
body .side-layer.openlayer {
	transform: translate3d(0, 0, 0);
}
#contact-layer.side-layer {
	position: fixed;
	z-index: 899;
	top: 0;
	right: 0;
	width: 800px;
	bottom: 0;
	background-color: var(--Prologa-Violett);
	padding: 70px 50px 50px 50px;
	overflow-y: auto;
}
#info-layer.side-layer {
	background-color: #fff;
	color: inherit;
}
.side-layer .main-content {

}
#info-layer.side-layer .main-content {

}
.side-layer .close {
	display: block;
	position: absolute;
	z-index: 22;
	right: 25px;
	top: 60px;
	width: 44px;
	height: 44px;
	background-image: url("assets/graphics/icon-close.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	overflow: hidden;
	text-indent: -1000px;
	cursor: pointer;
}
#contact-layer .close {
	background-image: url("assets/graphics/icon-close-white.svg");
}
#contact-layer .main-content .headline {
	margin-bottom: 40px;
}
#contact-layer .main-content .title {
	margin-bottom: 1rem;
	font-weight: 400;
}
#contact-layer .main-content .form-wrapper {
	margin-left: -8px;
	margin-bottom: 30px;
	width: calc(100% - 16px);
}
#contact-layer .main-content .widget {
	margin-bottom: 0;
}
#contact-layer .person-wrapper {
	margin-top: var(--space-col);
}
.person-wrapper {
	background-color: var(--Weiss);
	padding: 1.66667rem;
}
.person-wrapper .person-title {
	display: block;
	margin-bottom: 30px;
	font-size: var(--size-title);
}
.person-wrapper .person-body {
	display: flex;
	column-gap: 40px;
}
.person-wrapper .person-body .portrait {
	width: calc(30% - 20px);
}
.person-wrapper .person-body .content {
	width: calc(70% - 20px);
}
.person-wrapper .person-body .content > span {
	display: block;
	margin: 3px 0;
	overflow: hidden;
}
.person-wrapper .person-body .content .title {
	margin-bottom: 1rem;
}
.person-wrapper .person-body .content .name {
	font-weight: 600;
}
.person-wrapper .person-body .content .position {

}
.person-wrapper .person-body .content .content_contact {
	margin-top: 20px;
}
.person-wrapper .person-body .content .content_contact > a {
	display: block;
	margin: 10px 0;
}
.person-wrapper .person-body .content .content_contact > a:hover {

}
.person-wrapper .person-body .content .content_contact > a.mail {

	font-weight: 600;
}





.info-box {
	position: relative;
	display: block;
	background-color: #DDECF5;
	padding: 20px 20px 20px 60px;
}
.info-box:before {
	position: absolute;
	content: "";
	left: 14px;
	top: 15px;
	background-image: url(assets/graphics/icon-info.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
	width: 35px;
	height: 35px;
}



/**
 * 6.0 - Forms
 */

input {
	line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	background-color: var(--button-bg-color);
	height: 3.125rem;
	border: 1px solid var(--Aktiv);
	border-radius: 0.25rem;
	padding: 0 calc(1.66667rem + 50px) 0 1.66667rem;
	color: var(--button-color);
	font-size: var(--size-text);
	font-weight: 500;
	line-height: 3.125rem;
	white-space: nowrap;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
button[disabled] {
	opacity: 0.5;
	filter: grayscale(100%);
}
.site-content:is(.grey, .light-blue, .blue, .dark-blue, .green, .img) button,
.site-content:is(.grey, .light-blue, .blue, .dark-blue, .green, .img) button[disabled]:hover,
.site-content:is(.grey, .light-blue, .blue, .dark-blue, .green, .img) button[disabled]:focus,
.site-content:is(.grey, .light-blue, .blue, .dark-blue, .green, .img) input[type="button"],
.site-content:is(.grey, .light-blue, .blue, .dark-blue, .green, .img) input[type="reset"],
.site-content:is(.grey, .light-blue, .blue, .dark-blue, .green, .img) input[type="submit"] {
	background-color: var(--Prologa-Hellgrn);
	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 {

}
body :is(.af-field, .personio-application-form, .ginput_container) input[type="text"],
body :is(.af-field, .personio-application-form, .ginput_container) input[type="email"],
body :is(.af-field, .personio-application-form, .ginput_container) input[type="url"],
body :is(.af-field, .personio-application-form, .ginput_container) input[type="password"],
body :is(.af-field, .personio-application-form, .ginput_container) input[type="search"],
body :is(.af-field, .personio-application-form, .ginput_container) input[type="tel"],
body :is(.af-field, .personio-application-form, .ginput_container) input[type="number"],
body :is(.af-field, .personio-application-form, .ginput_container) textarea {
	background-color: var(--Weiss);
	border: none;
	border-radius: var(--input-radius);
	width: 100%;
	padding: 0 1rem;
	margin: 0;
	box-sizing: border-box;
	font-size: 1rem;
	height: 3.75rem;
	line-height: 3.75rem;
}
body :is(.af-field, .personio-application-form, .ginput_container) textarea {
	width: 100%;
	padding: 1rem;
	height: 8.25rem;
	line-height: 1.4;
}
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(--Prologa-Hellgrau) !important;
}
input[type="checkbox"],
input[type="radio"] {
	margin-right: 0;
}
body :is(.af-field, .personio-application-form, .ginput_container) select {
	position: relative;
	border: 0 none;
	border-radius: var(--input-radius);
	width: 100%;
	padding: 0 1rem;
	margin: 0;
	box-sizing: border-box;
	font-size: 1rem;
	height: 3.75rem;
	line-height: 3.75rem;

	appearance: none; /* Standard für die meisten Browser */
	-webkit-appearance: none; /* Speziell für Webkit-Browser (Chrome, Safari) */
	-moz-appearance: none; /* Speziell für Firefox */
	background-image: url("assets/graphics/icon-select.svg");
	background-repeat: no-repeat;
	background-position: right 1rem center;
}
select[multiple] {
	height: 60px;
}
select:focus {
	border-color: var(--Prologa-Hellgrn);
	outline: 0;
}
div.gform_wrapper.gform-theme form .gform-footer input.gform_button[type="submit"] {
	display: inline-block;
	background-color: var(--Prologa-Hellgrn) !important;
	height: 50px;
	border: 0 none;
	border-radius: var(--border-radius) !important;
	padding: 0 30px 0 30px !important;
	color: var(--text-color) !important;
	font-size: 1rem !important;
	line-height: 48px !important;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
form .gform-body label.gfield_label.gform-field-label {
	font-size: var(--size-text);
	font-weight: 400;
}
form .gform-body label.gfield_label .gfield_required .gfield_required_asterisk {
	font-size: var(--size-text);
	font-weight: 400;
}
form .gform-body .gfield_description.gfield_consent_description {
	background-color: var(--Prologa-Hellgrau);
	border: 0 none !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);
}

form.acf-form .acf-field .acf-label {
	margin: 0 0 .3125rem;
}
form.acf-form .acf-field .acf-label label {
	font-weight: 400;
}
form.acf-form .acf-fields > .acf-field {
	border: 0 none !important;
	padding: 8px 8px;
}
form.acf-form .acf-fields > .acf-field {
	border: 0 none !important;
	padding: 8px 8px;
}
form.acf-form .acf-field-true-false .message {
	font-size: 0.875rem;
}
form.acf-form .acf-field-true-false .message a {
	text-decoration: underline;
}
.site-content:is(.dark-blue, .green, .img) form.acf-form .acf-field-true-false .message a,
#contact-layer form.acf-form .acf-field-true-false .message a,
.site-content:is(.dark-blue, .green, .img) a {
	color: var(Weiss);
}
form.acf-form .acf-field-true-false .acf-required {
	display: none;
}

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: #009cb3;
}

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%;
}

.layer-form .wpforms-container input[type=date],
.layer-form .wpforms-container input[type=datetime],
.layer-form .wpforms-container input[type=datetime-local],
.layer-form .wpforms-container input[type=email],
.layer-form .wpforms-container input[type=month],
.layer-form .wpforms-container input[type=number],
.layer-form .wpforms-container input[type=password],
.layer-form .wpforms-container input[type=range],
.layer-form .wpforms-container input[type=search],
.layer-form .wpforms-container input[type=tel],
.layer-form .wpforms-container input[type=text],
.layer-form .wpforms-container input[type=time],
.layer-form .wpforms-container input[type=url],
.layer-form .wpforms-container input[type=week],
.layer-form .wpforms-container select,
.layer-form .wpforms-container textarea {
	width: 75%;
	float: left;
}

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;
}
.layer-form .wpforms-container .wpforms-checkbox-2-columns ul li,
.layer-form .wpforms-container .wpforms-multiplechoice-2-columns ul li,
.layer-form .wpforms-container .wpforms-list-2-columns ul li {
	padding-right: 0;
	padding-bottom: 10px;
}

form.wpcf7-form .wpcf7-form-control span.wpcf7-list-item .wpcf7-list-item-label,
.layer-form .wpforms-container .wpforms-field-label-inline {
	font-size: 14px;
}

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 #009cb3;
	color: #009cb3;
}

.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;
}

.layer-form .wpforms-container .wpforms-field input.wpforms-error,
.layer-form .wpforms-container .wpforms-field textarea.wpforms-error,
.layer-form .wpforms-container .wpforms-field select.wpforms-error {
	border: none;
	border-bottom: 1px solid #d9d9d9;
}

form.wpcf7-form .wpcf7-not-valid-tip {
	color: #cc2222;
	font-size: 14px;
}

.contact-form-hint {
	display: block;
	margin-top: 20px;
	color: #999;
}

form.wpcf7-form.sent > p,
form.wpcf7-form.sent .wpcf7-recaptcha,
form.wpcf7-form.sent .form-sub-area {
	display: none;
}


/**
 * 6.1 - Top search
 */

.top-search {
	position: relative;
	float: right;
}

.top-search input[type="search"] {
	display: block;
	border: 0;
	margin-top: 5px;
	margin-left: 20px;
	padding: 0 8px;
	width: 60px;
	height: 24px;
	background-color: #fff;
	color: #666;
	font-size: 12px;
	float: left;

	transition: width 0.3s ease;
}
.top-search input[type="search"]:focus {
	width: 260px;
}
.top-search button[type="submit"] {
	background: none;
	float: left;
	margin-top: 5px;
	margin-left: 0;
	padding: 0;
	width: 24px;
	height: 24px;
	background-color: #fff;
}
.top-search button[type="submit"]:after {
	position: relative;
	display: block;
	float: left;
	right: auto;
	content: '?';
	color: #666;
	font-family: "SS BlackTie-Light";
	font-size: 14px;
	line-height: 1;
}


/**
 * 6.2 - Top Phone/Mail
 */

.top-phone,
.top-mail {
	position: relative;
	display: block;
	float: left;

	margin-top: 5px;
	margin-left: 20px;
	padding-right: 8px;
	height: 24px;

	background-color: #eee;

	color: #999;
	font-size: 14px;
	line-height: 24px;
}
.top-phone {

}
.top-phone:before,
.top-mail:before {
	position: relative;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 0 5px;
	background-color: #ccc;
	color: #fff;
	font-family: "SS BlackTie-Light";
	font-size: 12px;
	line-height: 24px;
}
.top-phone:before {
	content: '?';
}
.top-mail:before {
	content: '✉';
}


/**
 * 8.2 - Layer
 */

.fancybox-overlay {
	background: none;
	background-color: rgba(80,80,80,0.8);
}

.fancybox-wrap {
	background-color: #fff;
}

.fancybox-skin {
	height: 100% !important;
}

.fancybox-outer {
	height: 100% !important;
}

.fancybox-inner {
	overflow-y: auto !important;
}

.fancybox-title {
	font-size: 16px;
}

.fancybox-skin {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	background: transparent !important;
}

.fancybox-close {
	position: absolute;
	display: block;
	top: 30px;
	right: 20px;
	width: auto;
	height: auto;
	background: none;
}
.fancybox-desktop .fancybox-close {
	right: 30px;
}

.fancybox-close:after {
	display: block;
	font-size: 42px;
	color: #bbb;
	line-height: 1;
	content: '';
	font-family: "SS BlackTie-Light";
}

.fancybox-close:hover:after {
	color: #009cb3;
}

.layer {
	padding: 60px;
}
.layer .layer-title {
	display: block;
	margin-bottom: 30px;
	color: #0F3F3E;
	font-family: "MetronicProLight", "Helvetica Neue", Arial, serif;
	font-size: 48px;
	line-height: 1.3;
}
.layer .layer-content {
	margin-bottom: 40px;
}
.layer .layer-content p {
	font-size: 16px;
}


/* Tab Buttons */
.tab_button_inline {
	display: inline-block;
}
.tab_button_wrapper {
	display: flex;
	column-gap: 1rem;
	background-color: var(--Weiss);
	height: 4rem;
	border-radius: 4rem;
	padding: .61111rem;
}
.tab_button_wrapper .tab_button_item {
	background-color: transparent;
}
.tab_button_wrapper > .tab_button,
.tab_button_wrapper .tab_button_item .tab_button,
.tab_circle_graphic .circle_tab-content-wrapper .circle_tab-content ul.circle_tab-menu .circle_tab-menu-item .tab_button {
	position: relative;
	z-index: 2;
	line-height: 2.77778rem;
	height: auto;
	background-color: transparent;
	padding: 0 1.66667rem 0 1.66667rem;

	cursor: pointer;
}
.tab_button_wrapper > .tab_button:before,
.tab_button_wrapper .tab_button_item .tab_button:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 4rem;
	background-color: var(--Prologa-Grn);
	opacity: 0;

	transition: opacity .3s;
}
.tab_button:after {
	display: none;
}
.tab_button_wrapper > .tab_button:hover:before,
.tab_button_wrapper .tab_button_item .tab_button:hover:before,
.tab_button_wrapper > .tab_button.active,
.tab_button_wrapper .tab_button_item .tab_button.active {
	color: var(--Weiss);
}
.tab_button_wrapper > .tab_button:hover:before,
.tab_button_wrapper .tab_button_item .tab_button:hover:before {
	opacity: .2;
}
.tab_button_wrapper > .tab_button.active:before,
.tab_button_wrapper .tab_button_item .tab_button.active:before {
	opacity: 1;
}

/* Tab Kreisgrafik */
.tab_circle_graphic {
	text-align: center;
}
.tab_circle_graphic .circle_tab-header {
	display: inline-block;
}
.tab_circle_graphic .circle_tab-content-wrapper {
	position: relative;
}
.tab_circle_graphic .circle_tab-content-wrapper .circle_tab-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .3s;
}
.tab_circle_graphic .circle_tab-content-wrapper .circle_tab-content:first-child {
	position: relative;
}
.tab_circle_graphic .circle_tab-content-wrapper .circle_tab-content.active {
	opacity: 1;
}
.tab_circle_graphic .circle_tab-content-wrapper .circle_tab-content ul.circle_tab-menu {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	row-gap: 1rem;
	z-index: 99;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30%;
}
.tab_circle_graphic .circle_tab-content-wrapper .circle_tab-content ul.circle_tab-menu .circle_tab-menu-item {
	width: 100%;
}
.tab_circle_graphic .circle_tab-content-wrapper .circle_tab-content ul.circle_tab-menu .circle_tab-menu-item a.tab_button {
	position: relative;
	display: block;
	z-index: 2;
	overflow: hidden;
	cursor: pointer;
}
.tab_circle_graphic .circle_tab-content-wrapper .circle_tab-content ul.circle_tab-menu .circle_tab-menu-item a.tab_button:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: var(--Prologa-Grn);
	opacity: .2;

	transition: opacity .3s;
}
.tab_circle_graphic .circle_tab-content-wrapper .circle_tab-content ul.circle_tab-menu .circle_tab-menu-item a.tab_button:hover,
.tab_circle_graphic .circle_tab-content-wrapper .circle_tab-content ul.circle_tab-menu .circle_tab-menu-item a.tab_button.active {
	color: var(--Weiss);
}
.tab_circle_graphic .circle_tab-content-wrapper .circle_tab-content ul.circle_tab-menu .circle_tab-menu-item a.tab_button:hover:before,
.tab_circle_graphic .circle_tab-content-wrapper .circle_tab-content ul.circle_tab-menu .circle_tab-menu-item a.tab_button.active:before {
	opacity: 1;
}
.tab_circle_graphic .circle_tab-content-wrapper .circle_tab-content ul.circle_tab-menu .circle_tab-menu-item .circle_tab-submenu {
	display: none;
	flex-wrap: wrap;
	row-gap: 1rem;
	margin-top: 1rem;
}
.tab_circle_graphic .circle_tab-content-wrapper .circle_tab-content ul.circle_tab-menu .circle_tab-menu-item .circle_tab-submenu > li {
	width: 100%;
}
.tab_circle_graphic .circle_tab-content-wrapper .circle_tab-content ul.circle_tab-menu .circle_tab-menu-item .circle_tab-submenu > li > a.tab_sub_button {
	display: block;
	height: auto;
	background-color: var(--Weiss);
	border: 1px solid var(--Schwarz);
	padding: .83333rem 1.66667rem .83333rem 2.44444rem;
	line-height: 1.3;
}
.tab_circle_graphic .circle_tab-content-wrapper .circle_tab-content ul.circle_tab-menu .circle_tab-menu-item .circle_tab-submenu > li > a.tab_sub_button:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: .55556rem;
	width: 1.22222rem;
	height: 1.22222rem;
	border-radius: 50%;
	background-color: var(--Prologa-Hellgrn);
}
.tab_circle_graphic .circle_tab-content-wrapper .circle_tab-content ul.circle_tab-layer {
	position: relative;
}
.tab_circle_graphic .circle_tab-content-wrapper .circle_tab-content ul.circle_tab-layer li.circle_tab-layer-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .3s;
}
.tab_circle_graphic .circle_tab-content-wrapper .circle_tab-content ul.circle_tab-layer li.circle_tab-layer-item img {
	width: 100%;
	height: auto;
}
.tab_circle_graphic .circle_tab-content-wrapper .circle_tab-content ul.circle_tab-layer li.circle_tab-layer-item.active {
	position: relative;
	opacity: 1;
}


/**
 * 7.0 - Navigation
 */


/**
 * 7.1 - Hauptnavigation
 */

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 30px;
}
ul#main-navigation li.menu-item:last-child {
	padding-right: 0;
}
ul#main-navigation .menu-item.jobs {
	display: flex;
	height: 100%;
	flex-wrap: wrap;
	align-content: center;
}
ul#main-navigation > .menu-item > a  {
	position: relative;
	display: block;
	font-size: 0.9375rem;
	line-height: var(--height-nav-main);
}
ul#main-navigation .menu-item.jobs > a {
	display: block;
	padding: 3px 15px;
	background-color: var(--button-bg-color);
	color: var(--button-color);
	line-height: calc(2*var(--border-radius));
	height: calc(2*var(--border-radius));
	border-radius: var(--border-radius);
}
ul#main-navigation .menu-item:is(.jobs, .jobs_menu_item) > a .jobs-counter {
	display: inline-block;
	margin-right: 5px;
	font-weight: 600;
}
ul#main-navigation .menu-item.jobs a {

}
ul#main-navigation > .menu-item > a:hover  {

}
ul#main-navigation > .menu-item:not(.jobs) > a:hover,
ul#main-navigation > .current-menu-item:not(.jobs) > a,
ul#main-navigation > .current-page-ancestor:not(.jobs) > a,
ul#main-navigation > .current_page_parent:not(.jobs) > 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: -30px;
	width: 300px;
	min-height: 250px;
}
ul#main-navigation > .menu-item > .sub-menu > .menu-item {
	display: block;
	background-color: var(--Prologa-Violett);
}
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(--Prologa-Dunkelgrn);
	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.menu-item-has-children > a:after {
	position: absolute;
	content: "";
	right: 20px;
	width: 8px;
	height: 70px;
	background-image: url("assets/graphics/icon-arrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
ul#main-navigation > .menu-item > .sub-menu > .menu-item.menu-item-has-children.current-menu-item > a:after,
ul#main-navigation > .menu-item > .sub-menu > .menu-item.menu-item-has-children a:hover:after {
	background-image: url("assets/graphics/icon-arrow-white.svg");
}
*/
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.2 - Header Large DropDown Navigation
 */

#header-large-dropdown {
	position: absolute;
	z-index: 220;
	width: 100%;
	top: 136px;
}
body.sticky #header-large-dropdown {
	position: fixed;
	top: 90px;
}
body.scroll-down #header-large-dropdown {
	top: 0;
}
#header-large-dropdown-inner .btn-close {
	display: none;
	float: right;
	position: absolute;
	right: 10px;
	top: 15px;
	cursor: pointer;
}
#header-large-dropdown-inner.show .btn-close {
	display: block;
}

#header-large-dropdown .btn-close > span:before {
	color: #333;
	display: table-cell;
	content: '';
	font-family: "SS BlackTie-Light";
	font-size: 24px;
	height: 33px;
	line-height: 1.1;
	text-align: center;
	vertical-align: middle;
	width: 33px;
}

#header-large-dropdown-inner {
	position: absolute;
	width: 100%;
	top: 0;
	color: #000;
	text-align: center;
	-webkit-transition: -webkit-transform .3s ease;
	-ms-transition: -ms-transform .3s ease;
	transition: transform 0.3s ease;
	-webkit-transform: translate3d(0, -150px, 0);
	-ms-transform: translate3d(0, -150px, 0);
	transform: translate(0, -150px);

	background-color: #EEE;
	background-color: rgba(238, 238, 238, 0.93);
}

#header-large-dropdown-inner.show {
	min-height: 150px;
	-webkit-transform: translate3d(0, 0, 0);
	/* iphone, android */
	-ms-transform: translate3d(0, 0, 0);
	/* windows phone */
	transform: translate(0, 0);
	/* desktop */
}

#header-large-dropdown .main-nav-inner {
	display: none;
}

#header-large-dropdown .main-nav-dropdown-shortdescription {
	width: 38%;
	margin-top: 20px;
}

#header-large-dropdown .main-nav-dropdown-shortdescription span.title {
	display: block;
	margin-bottom: 10px;
	color: #3EC2CF;
	font-size: 20px;
}

#header-large-dropdown .main-nav-dropdown-shortdescription p.shortdescription {
	padding-right: 20px;
	font-size: 16px;
	color: #666;
}

#header-large-dropdown .submenu-wrapper {
	position: absolute;
	display: flex;
	width: 62%;
	left: 38%;
	top: 0;
	margin: 0;
	min-height: 100%;
}

#header-large-dropdown ul.main-nav-dropdown {
	width: 35%;
	margin: 0;
	padding: 20px 15px 10px 15px;
	background-color: #DDD;
	background-color: rgba(221, 221, 221, 0.8);
}

#header-large-dropdown ul.main-nav-dropdown li {
	margin-bottom: 8px;
}

#header-large-dropdown ul.main-nav-dropdown li a {
	position: relative;
	display: block;
	color: #0F3F3E;
	font-size: 16px;
}

#header-large-dropdown ul.main-nav-dropdown li a:hover:after {
	position: absolute;
	display: block;
	content: "";
	right: -16px;
	top: 0;
	width: 0px;
	height: 0px;
	-webkit-transform:rotate(360deg) translateZ(0);
	transform:rotate(360deg);
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #0F3F3E transparent transparent;
}

#header-large-dropdown ul.main-nav-dropdown li a:hover {
	color: #3EC2CF;
}

#header-large-dropdown .submenu-teaser {
	position: relative;
	width: 65%;
	min-height: 150px;
}

#header-large-dropdown .submenu-teaser-item {
	display: none;

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 20px 15px;
	background-color: #0F3F3E;
	color: #fff;
}

#header-large-dropdown .submenu-teaser span.title {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
}

#header-large-dropdown .submenu-teaser p.shortdescription {
	font-size: 16px;
}


/**
 * 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: #fff;
}
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);
}

.top-navigation-wrapper a.button {
	display: block;
	float: left;
	margin-top: 5px;
	margin-left: 20px;
	font-size: 12px;
	padding: 6px 36px 6px 8px;
	min-width: 90px;
	box-sizing: border-box;
	text-align: left;

	transition: background-color 0.2s linear, color 0.2s linear;
}

.top-navigation-wrapper a.button:after {
	right: 8px;
	line-height: 13px;
}

.top-navigation-wrapper a.button:hover {
	background-color: #fff;
	color: #3EC2CF;
}





/**
 * 7.4 - Footernavigation
 */

footer .widget_nav_menu ul.menu,
footer .widget_nav_menu ul.sub-menu {
	list-style: none;
	margin-left: 0;
}


/**
 * 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(--M1-Bright-Grey);

	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(--Prologa-Violett);

	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 {

}
#mobile-navigation ul.menu > .menu-item {
	padding: 0 var(--content-aligning);
}
#mobile-navigation ul.menu > .menu-item:not(.secondary) {
	background-color: var(--Prologa-Violett);
}
#mobile-navigation ul.menu > .menu-item > a {
	position: relative;
	display: block;
	padding: 1rem 0;
	border-bottom: 1px solid var(--Prologa-Violett);
}
#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(--Prologa-Hellgrn);
}
#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.secondary {
	margin-top: 1rem;
	border-top: 1px solid var(--Schwarz);
	padding-top: .5rem;
}
#mobile-navigation ul.menu > .menu-item.secondary + .menu-item {
	margin-top: 0 !important;
	border-top: 0 none !important;
	padding-top: 0 !important;
}
#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: 5px;
	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  {

}
#mobile-navigation .menu > .menu-item > a  {
	display: block;
	font-size: 1.3rem;
}
#mobile-navigation .menu > .menu-item.secondary > a  {
	padding: .5rem 0;
	font-size: 1rem;
}
#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: #5276A6;
}
#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(--Prologa-Hellgrn);
}



#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(--Prologa-Hellgrn);
}
#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(--Prologa-Dunkelgrn);
	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(--Prologa-Hellgrn);
}
#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 .mm-content--wrapper .mm-content-- .widget-11 {

}
#mobile-navigation.show-mega-menu .mm-content--wrapper .mm-content-- .widget-11 .location-item {
	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-- .widget-11 .location-item a {
	color: var(--Weiss);
}
#mobile-navigation.show-mega-menu .main-content .mega-menu-content-wrapper .mega-menu-content-item .mm-content--wrapper .mm-content-- .widget-11 .location-item .location-body {
	display: flex;
	gap: var(--box-padding);
	flex-wrap: wrap;
}
#mobile-navigation.show-mega-menu .main-content .mega-menu-content-wrapper .mega-menu-content-item .mm-content--wrapper .mm-content-- .widget-11 .location-item .location-body .image-wrapper {
	margin-bottom: 0;
	width: 100%;
	max-width: none;
}
#mobile-navigation.show-mega-menu .main-content .mega-menu-content-wrapper .mega-menu-content-item .mm-content--wrapper .mm-content-- .widget-11 .location-item .location-body .content {
	width: 100%;
	padding: 0;
}
#mobile-navigation.show-mega-menu .main-content .mega-menu-content-wrapper .mega-menu-content-item .mm-content--wrapper .mm-content-- .widget-11 .location-item .location-body .content .title {
	margin: 0;
	padding-bottom: 0;
	border-bottom: 0 none;
}
#mobile-navigation.show-mega-menu .main-content .mega-menu-content-wrapper .mega-menu-content-item .mm-content--wrapper .mm-content-- .widget-11 .location-item .content_contact {
	padding: 0;
}
#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(--Prologa-Hellgrau) !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(--Prologa-Grn);
	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(--Prologa-Hellgrn);
}
#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(--Prologa-Hellgrau);
	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(--Prologa-Grn);
}
#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(--Prologa-Grn);
}

#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.0 - Elements
 */


/**
 * 8.1 - Flex Tiles Wrapper
 */
.flex-tiles-wrapper {
	display: -webkit-flex;
	display: flex;

	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;

	margin-bottom: 80px;
}
.flex-tiles-wrapper > .grid__col {
	display: flex;
	margin-bottom: 14px;
	margin-right: 0;
}
.flex-tiles-wrapper > .grid__col > a {
	width: 100%;
}


/**
 * 8.1 - Home Intro Kachel
 */
.home-intro-tiles {
	padding: 30px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
}
.home-intro-tiles h4 {
	margin-bottom: 30px;
}
.home-intro-tiles .home-intro-tile h4.turquoise-headline {
	font-size: 1.675rem;
}
.home-intro-tiles .home-intro-tile {

}



ul.tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}
ul.tag-cloud li {
	border: 1px solid var(--Prologa-Hellgrn);
	border-radius: 1.3889rem;
	padding: 0 1rem;
	color: #AAA8A8;
	font-size: 0.7778rem;
	line-height: 1.3889rem;
	white-space: nowrap;
}



.title-wrapper {
}
.title-wrapper .upper-title {
	display: block;
	margin-top: var(--space-col);
	font-family: var(--font-family-heading-h1), serif;
	font-size: var(--size-h1);
	font-weight: 850;
	line-height: 1;
}
.title-wrapper .upper-title u {
	text-decoration: none;
	color: var(--Prologa-Hellgrn);
}
body .title-wrapper .upper-title + h1 {
	padding-top: 0 !important;
}


/**
 * 8.2 - Breadcrumb
 */
nav.breadcrumb {
	position: relative;
	width: 100%;
	padding: 1rem 0;
	color: var(--nav-active-color);
	font-size: var(--size-legend);
	text-align: left;
}
body.sticky nav.breadcrumb {
	position: fixed;
	z-index: 17;
	top: var(--height-nav-main);
	left: 0;
	width: 100%;
	max-width: none;
	background-color: var(--Prologa-Dunkelgrn);
}
body.sticky nav.breadcrumb a {
	color: var(--Weiss);
}
body:is(.single-tribe_events,.single-post) nav.breadcrumb {
	display: none;
}
nav.breadcrumb ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
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.3 - Gallery
 */
.gallery {
	margin-bottom: 80px;
}
.gallery h3 {
	margin-bottom: 30px;
}
.gallery dl.gallery-item {
	display: block;
	margin: 0 0 14px 0;
}
.gallery .gallery-fancybox {
	display: block;
	position: relative;
}
.gallery .gallery-fancybox .zoom {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);

	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.gallery .gallery-fancybox .zoom:hover {

	opacity: 0.8;
	filter: alpha(opacity=0.8);
}
.gallery .gallery-fancybox .zoom:after {
	display: block;
	position: absolute;
	content: '';
	font-family: "SS BlackTie-Light";
	font-size: 40px;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -20px;
	height: 40px;
	line-height: 40px;
}

.fancybox-wrap.fancybox-type-image .fancybox-prev span {
	background-image: none;
}

.fancybox-wrap.fancybox-type-image .fancybox-next span {
	background-image: none;
}

.fancybox-wrap.fancybox-type-image .fancybox-prev span,
.fancybox-wrap.fancybox-type-image .fancybox-next span {
	color: #fff;
}

.fancybox-wrap.fancybox-type-image .fancybox-prev span:after,
.fancybox-wrap.fancybox-type-image .fancybox-next span:after {
	display: block;
	font-family: "SS BlackTie-Light";
	font-size: 48px;
	text-align: center;
}
.fancybox-wrap.fancybox-type-image .fancybox-prev span:after {
	content: '◅';
}
.fancybox-wrap.fancybox-type-image .fancybox-next span:after {
	content: '▻';
}

.fancybox-wrap.fancybox-type-image .fancybox-prev:hover span {

}



/**
 * 9.0 - Widgets (Content)
 */


body.fixFoo .site-content.sticky-widget {
	position: fixed;
	z-index: 1000;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding-top: 1rem !important;
}
body.fixFoo .site-content.sticky-widget .widget {
	margin-bottom: 1rem;
}

.widget {
	position: relative;
	margin-bottom: var(--space-widget);
}
.site-content.widget-set .main-content {
	margin-bottom: var(--space-widget);
	padding: 4rem 5rem 0 5rem;
	background-color: var(--Weiss);
	color: var(--Schwarz);
}
.site-content.widget-set .col {

}
.site-content.widget-set .widget {

}
.site-content.widget-set .widget .widget-inner {

}
svg.site-content-ellipse {
	position: relative;
	display: block;
	width: 100%;
	height: var(--space-site-content);
}
svg.site-content-ellipse.bottom {
	margin-top: calc(var(--space-site-content) * -1);
	margin-bottom: var(--space-site-content);
	transform: translateY(-1px);
}
section.site-content.no-bottom-space + svg.site-content-ellipse.bottom {
	z-index: 22;
	margin-top: 0;
	margin-bottom: calc(var(--space-site-content) * -1);
	transform: translateY(-1px);
}
svg.site-content-ellipse.top {
	z-index: 20;
	transform: translateY(1px) rotate(180deg);
}
section.site-content.no-bottom-space + svg.site-content-ellipse.top {
	margin-top: calc(var(--space-site-content) * -1);
}
section.site-content.no-bottom-space + svg.site-content-ellipse.top + section.site-content.color {
	padding-top: 0;
}
svg.site-content-ellipse.top + .site-content.color {
	padding-top: calc(var(--space-site-content) / 2);
}
svg.site-content-ellipse.blue > path {

}
svg.site-bottom-ellipse {
	display: block;
	transform: rotate(180deg);
}
svg.site-bottom-ellipse > path {
	fill: var(--Green);
}

.widget .text-block {

}
.widget .text-block P:not(.wp-caption-text) {

}
.widget .text-block P[style*="text-align: center"] {
	padding-left: 5%;
	padding-right: 5%;
}
.widget .intro-text {
	font-size: var(--size-text-big);
	line-height: 1.4;
}
.widget p > a {
	position: relative;
	text-decoration: none;
}
.widget.mini {
	margin-bottom: var(--space-col);
}
.widget.no {
	margin-bottom: 0 !important;
}


/**
 * 9.1 - Headline
 */

.widget-1 {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
html.lenis .widget-1 {
	transform: translateX(calc(var(--progress) * 50px));
}
.widget-1.top-line {
	border-top: 1px solid var(--Schwarz);
}
.site-content.dark-bg .widget-1.top-line {
	border-top: 1px solid var(--Weiss);
	padding-top: var(--box-padding);
}
.widget-1.top-icon :is(.h1,h2,h3) {
	font-weight: 400;
}
.widget-1.top-icon .medium-block {
	display: flex;
	column-gap: .6em;
}
.widget-1.top-icon .medium-block img.top-icon {
	width: 3.7778rem;
	height: 3.7778rem;
}
.widget-1.top-icon .medium-block  :is(.h1,h2,h3) {
	line-height: 3.7778rem;
}
.widget-1 :is(.h1,h2,h3) b {
	font-weight: 900;
}
.widget-1 :is(.h1,h2,h3) u {
	text-decoration: none;
	color: var(--Prologa-Hellgrn);
}
.widget-1 > .text-block {
	padding-right: 0;
	padding-top: var(--space-headline-s);
}
.widget-1 :is(.h1,h2,h3) + .text-block {
	margin-top: var(--space-headline-xl);
}

/**
 * 9.2 - Text block
 */

html.lenis .widget {
	opacity: 0;
	transition: opacity .5s;
}
html.lenis .widget.is-inview {
	opacity: 1;
}
.widget-2.bg-color {
	padding: var(--box-padding);
}
.widget-2.vertical-indent {
	transform: translate(0, -120px);
}
.widget-2.vertical-indent .widget-inner {
	margin-bottom: -120px;
}
.widget-2 .widget-inner .text-block .button {
	margin-top: 12px;
}


/**
 * 9.3 - Trennlinie
 */

.widget-3 {
	position: relative;
	display: block;
	background-color: var(--Prologa-Violett);
}
.widget-3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 0;
	background-color: var(--Aktiv);
	transition: all 0.6s;
}
.widget-3:hover:after {
	width: 100%;
}
.widget-3.show-info-layer {
	cursor: pointer;
}
.site-content:is(.color, .img) .widget-3 {
	background-color: var(--Weiss);
}
.widget-3 .widget-inner {
	position: relative;
	display: block;
	padding: 20px;
	padding-bottom: 75px;
}
.widget-3 .img-wrapper {
	overflow: hidden;
	background-color: #EDF5FF;
}
.widget-3 .img-wrapper img {
	opacity: 1;
	width: 100%;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.widget-3:hover .img-wrapper img {
	opacity: 0.75;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.widget-3 .icon {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.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 .title,
.widget-3 .text {

}
.widget-3 h5 {
	display: block;
	margin-bottom: 20px;
}
.widget-3 .text {

}
.widget-3 .--layer--content {
	display: none;
}


/**
 * 9.4 - Image composition
 */

.widget-4 img {
	width: 100%;
}
.widget-4 .slogan-overlay {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(90%);
}



/**
 * 9.5 -
 */

.widget-5 {

}
.widget-5 .widget-inner {
	overflow: hidden;
}
.widget-5 .channel-wrapper {
	display: flex;
}
.widget-5 .channel-image {
	width: 66.66667%;
	min-height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.widget-5 .channel-menu-list {
	display: flex;
	flex-wrap: wrap;
	width: 33.33333%;
	margin: 0;
	row-gap: var(--space-headline-xs);
	padding: 30px 0;
}
.widget-5 .channel-menu-list .channel-menu-item {
	margin-left: -50%;
	width: 150%;
}
.widget-5 .channel-menu-list .channel-menu-item a {
	position: relative;
	display: block;
	border: 1px solid var(--Schwarz);
	background-color: var(--Weiss);
	padding: var(--box-padding) 10% var(--box-padding) var(--box-padding);

	transition: background-color .3s;
}
.widget-5 .channel-menu-list .channel-menu-item a:hover {
	background-color: var(--Prologa-Mint);
}
.widget-5 .channel-menu-list .channel-menu-item a .title {
	display: block;
}
.widget-5 .channel-menu-list .channel-menu-item a .link {
	position: relative;
	display: inline-block;
}




/**
 * 9.6 - Highlight tabs
 */

.widget-6 {

}
.widget-6 a.widget-inner {

}
.widget-6 .img-container {
	border-radius: var(--border-radius);
	padding-bottom: 70%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.widget-6 .img-container.logo {
	width: 100%;
	padding-bottom: 65%;
	background-size: 50% auto;
}
.widget-6 .content {

}
.content .title {
	display: block;
	margin-top: var(--space-headline-l);
}

.col:is(.col-1,.col-2,.col-3,.col-4,.col-5) .content .text-block {
	font-size: var(--size-text-small);
}


/**
 * 9.7 - Partnerslider
 */

.widget-7 {

}
.widget-7.bg-color {
	padding: 50px 10% 20px;
}
.widget-7.vertical-indent {
	transform: translate(0, -120px);
}
.widget-7.vertical-indent .widget-inner {
	margin-bottom: -120px;
}
.widget-7 .widget-inner {
	position: relative;
}
.widget-7 .widget-inner .image-wrapper {
	margin-bottom: var(--space-col);
}
.widget-7 .widget-inner .text-block {
	padding: 0;
}
.widget-7 .widget-inner .text-block :is(h4,h5) {

}
.widget-7 .widget-inner .text-block p {

}


/**
 * 9.8 - Zitatslider
 */

.widget-8 {
	overflow: hidden;
}
.widget-8.slider {

}
.widget-8 .widget-inner {
	position: relative;
}
.widget-8 .cite-slider {
	padding-bottom: 80px;
}
.widget-8 .swiper-slide {

}
.widget-8 .cite-wrapper {
	position: relative;
}
.widget-8 .cite-wrapper .content {
	font-size: 1.25rem;
}
.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 {
	width: 80px;
	height: 80px;
	border-radius: 80px;
	overflow: hidden;
}
.widget-8 .cite-wrapper .portrait img {
	position: relative;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
}
.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;
}


/**
 * 9.9 - Messetermine
 */

.widget-9 {

}
.widget-9 .widget-inner {

}
.widget-9 ul.post-list .post-item {

}
.widget-9 ul.post-list .post-item .post-item-link {
	column-gap: 3rem;
}
.widget-9 ul.post-list .post-item .post-item-link .meta {
	width: 16%;
}
.widget-9 ul.post-list .post-item .post-item-link .meta > span {
	display: block;
	white-space: nowrap;
}
.widget-9 ul.post-list .post-item .post-item-link .meta .day_str {
	font-weight: 700;
	text-transform: uppercase;
}
.widget-9 ul.post-list .post-item .post-item-link .meta .day {
	font-size: var(--size-h3);
	font-weight: 700;
}
.widget-9 ul.post-list .post-item .post-item-link .thumb {
	order: 2;
}
.widget-9 ul.post-list .post-item .post-item-link .body {

}
.widget-9 ul.post-list .post-item .post-item-link .body .tribe-address {
	display: block;
	margin-bottom: .5rem;
	color: var(--M1-Green);
}
.widget-9 ul.post-list .post-item .post-item-link .body .tribe-address br {
	display: none;
}
.widget-9 ul.post-list .post-item .post-item-link .body .tribe-address .tribe-street-address {
	font-weight: 700;
}
.widget-9 ul.post-list .post-item .post-item-link .body .tribe-address .tribe-street-address:after {
	content: ', ';
}



/**
 * 8.0 Swiper Default Settings
 */

.widget .swiper-button-prev,
.widget .swiper-button-next{
	position: absolute;
	top: 0;
	margin: 0;
	width: 30px;
	height: 50px;
	left: auto;
	right: 0;
	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;
	background-image: url("assets/graphics/icon-slide.svg");
	transform: rotate(180deg);
}
.widget .swiper-button-next {
	right: 0;
	background-image: url("assets/graphics/icon-slide.svg");
}
.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: 20px;
	margin-left: 15px;
	background-color: var(--Prologa-Violett);
}
.site-content:is(.light-blue) .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.11 - Newsslider
 */

.widget-10 {
	padding-top: 3.5rem;
}
.widget-10 .widget-inner {
	position: relative;
}
.widget-10 .news-slider {

}
.widget-10 .image-slider .swiper-wrapper {
	align-items: stretch;
}
.widget-10 .image-slider .swiper-slide .image-item {
	transform: scale(.84);
	transform-origin: bottom center;
	transition: all .3s ease-in-out;
}
.widget-10 .image-slider .swiper-slide.swiper-slide-active .image-item {
	transform: scale(1.14) !important;
}
.widget-10 .image-slider .swiper-slide.swiper-slide-prev .image-item {
	transform-origin: bottom left;
}
.widget-10 .image-slider .swiper-slide.swiper-slide-next .image-item {
	transform-origin: bottom right;
}
.widget-10 .image-slider .swiper-slide .image-item figcaption {
	opacity: .3;
	transition: all .3s ease-in-out;
	padding: calc(var(--box-padding) - var(--box-padding) / 8);
	font-size: calc(var(--size-legend) - var(--size-legend) / 8);
	cursor: default;
}
.widget-10 .image-slider .swiper-slide.swiper-slide-active .image-item figcaption {
	opacity: 1;
}
.widget-10 .image-slider .swiper-slide .image-item .description {
	opacity: .3;
	transition: all .3s ease-in-out;
	margin-top: var(--space-col);
	cursor: default;
}
.widget-10 .image-slider .swiper-slide.swiper-slide-active .image-item .description {
	opacity: 1;
}
.widget-10 .swiper-pagination {
	position: relative;
	margin-top: var(--space-col);
	padding-bottom: var(--space-col);
}
.widget-10 .swiper-button-prev,
.widget-10 .swiper-button-next {
	top: 50%;
	width: 14px;
}
.widget-10 .swiper-button-prev {
	left: -24px;
}
.widget-10 .swiper-button-next {
	right: -24px;
}


.icon {
	position: relative;
	height: 20px;
	/*text-indent: -1000px;*/
	/*overflow: hidden;*/
}
.link.icon {
	height: auto;
}
.icon:not(.arrow,.download) {
	padding-left: 30px;
}
.icon:is(.arrow,.download) {
	padding-right: 30px;
	overflow: visible;
}
.contact .icon:is(.arrow,.download) {
	padding-right: 0;
	padding-left: 30px;
}
.icon.arrow.back {
	padding-right: 0;
	padding-left: 30px;
}
.icon:before {
	content: "";
	position: absolute;
	right: 0;
	top: calc(50%);
	transform: translateY(-50%);
	width: 21px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.contact .icon:before {
	right: auto;
	left: 0;
	width: 17px;
}
.icon.arrow:before {
	background-image: url("assets/graphics/icon-arrow.svg");
}
.icon.arrow.back:before {
	left: 0;
	right: auto;
	transform-origin: 50% 25%;
	transform: rotate(-180deg);
}
.icon.arrow.ext:before {
	transform-origin: center;
	transform: translateY(-50%) rotate(-45deg);
	filter: brightness(0%);
}
.widget.light-bg[style="background-color:#00ff48"] .icon.arrow:before {
	background-image: url("assets/graphics/icon-arrow-green.svg");
}
.icon.download:before {
	background-image: url("assets/graphics/icon-download.svg");
}
.dark-bg .icon.download:before {
	background-image: url("assets/graphics/icon-download-white.svg");
}
.icon.mail:before {
	background-image: url("assets/graphics/icon-mail.svg");
}
.dark-bg .icon.mail:before{
	background-image: url(assets/graphics/icon-mail-white.svg);
}
.icon.phone:before {
	background-image: url("assets/graphics/icon-phone.svg");
}
.dark-bg .icon.phone:before{
	background-image: url(assets/graphics/icon-phone-white.svg);
}
.icon.fax:before {
	background-image: url("assets/graphics/icon-fax.svg");
}
.icon.close:before {
	background-image: url("assets/graphics/icon-close.svg");
}
.icon.plus:before {
	background-image: url("assets/graphics/icon-plus.svg");
}
.icon.yes:before {
	background-image: url("assets/graphics/icon-check-black.svg");
}
.icon.no:before {
	background-image: url("assets/graphics/icon-no.svg");
}
.icon.linkedin:before {
	background-image: url("assets/graphics/icon-linkedin-green.svg");
}
.svg-plus {

}
.svg-plus circle {
	stroke: var(--Schwarz);
}
.svg-plus line {
	stroke: var(--Schwarz);
}
.icon.big {
	display: block;
	width: 2.6875rem;
	height: 2.6875rem;
	padding: 0;
	border: 1px solid var(--Prologa-Hellgrn);
	box-sizing: border-box;
	border-radius: 100%;
}
.icon.big:before {
	top: 0;
	left: 0;
	transform: none;
	width: 100%;
	height: 100%;
}



/**
 * 9.11 - Tabelle
 */

.widget-11 {

}
.widget-11 .widget-inner {

}
.widget-11 .location-item {
	background-color: var(--Prologa-Grau);
}
.site-content.color .widget-11 .location-item {
	background-color: var(--Weiss);
}
:is(,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12) .widget-11 .location-item {
	display: flex;
}
:is(,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12) .widget-11 .location-item > * {
	width: 33.3333%;
}
.widget-11 .location-item .image-wrapper .image {
	padding-bottom: 64%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.widget-11 .location-item .content {
	padding: var(--box-padding);
}
.col:not(.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12) .widget-11 .location-item .content {
	padding-bottom: var(--space-headline-xs);
}
.widget-11 .location-item .content .upper-title {
	display: block;
	margin-bottom: -.25rem;
	font-size: var(--size-title);
	font-weight: 600;
}
.widget-11 .location-item .content_contact {
	padding: var(--box-padding);
}
.widget-11 .location-item .address {
	margin-bottom: var(--space-col);
}
.col:not(.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12) .widget-11 .location-item .content_contact {
	padding-top: 0;
}
.widget-11 .location-item .content_contact > a {
	display: block;
	margin: .8rem 0;
}


/**
 * 9.12 - Textblock mit Sidebar
 */

.widget-12 {

}
.job-list {
	margin: 0;
}
.job-list :is(.job-item, .job-box) {
	border: 1px solid var(--Schwarz);
	margin-bottom: var(--space-col);
	padding: 0;
	min-height: 0;
	background: none;
	box-shadow: none;
	display: block;
}
.job-list :is(.job-item, .job-box) :is(a.link, .jb-title) {
	position: relative;
	display: block;
	margin: 1.55556rem 1.88889rem 2.77778rem 1.88889rem;
	border-bottom: 1px solid var(--Schwarz);
	padding-bottom: 1rem;
	font-size: var(--size-title);
	font-weight: 600;
	letter-spacing: normal;
}
.job-list :is(.job-item, .job-box) .content {
	display: flex;
}
.job-list :is(.job-item, .job-box) .content .meta {
	width: 300px;
	padding: 30px;
	background-color: var(--Prologa-Mint);
}
.job-list :is(.job-item, .job-box) .content .meta > span {
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding-left: 45px;
	font-weight: 700;
}
.job-list :is(.job-item, .job-box) .content .meta > span > i {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 45px;
	font-style: normal;
	line-height: 45px;
}
.job-list :is(.job-item, .job-box) .content .meta > span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 30px;
	background-repeat: no-repeat;
	background-size: 1rem auto;
	background-position: center top .35rem;
}
.job-list :is(.job-item, .job-box) .content .meta > span.location:before {
	background-image: url("assets/graphics/icon-location.svg");
}
.job-list :is(.job-item, .job-box) .content .meta > span.contract_type:before {
	background-image: url("assets/graphics/icon-clock.svg");
}
.job-list :is(.job-item, .job-box) .content .description {
	position: relative;
	width: calc(100% - 300px);
}
.job-list :is(.job-item, .job-box) .content .description .text-block {
	padding: 0 1.88889rem 4.44444rem 1.88889rem;
}
.job-list :is(.job-item, .job-box) .content .description .button {
	position: absolute;
	right: 1.88889rem;
	bottom: 1.55556rem;
}
.filter-widget,
.dropdown-filters-wrapper {
	display: flex;
	column-gap: 25px;
	margin-bottom: var(--space-site-content);
	width: 100%;
}
.filter-widget > .filter,
.dropdown-filters-wrapper > .dropdown-wrapper {
	flex: 1 1 100%;
}
.dropdown-filters-wrapper {
	margin: 24px 0 16px;
	opacity: 0;
}
.dropdown-filters-wrapper .dropdown-list {
	background: #fff;
	border: 1px solid #dbe5ec;
	border-radius: 5px;
	box-shadow: none;
	min-width: 100%;
	max-width: none;
	top: calc(100% + 5px);
	z-index: 1;
}
.dropdown-listbox {
	margin: 0;
	max-height: none;
	padding: 0.7em 0;
}
.dropdown-listbox > * {
	padding: 0.35em 1em 0.35em 1em;
}
.dropdown-listbox > * {
	padding: 0.7em 1em 0.7em 1em;
}
.dropdown-listbox > *:hover {
	background-color: var(--Prologa-Mint);
}
.dropdown-listbox .input-wrapper {
	padding-left: 2rem;
}
.dropdown-listbox .input-wrapper .input-text {
	margin: 0;
}
.dropdown-listbox .input-wrapper .input[type=checkbox] {
	left: 0;
}
.input-text-after, .input-text-before {
	background-color: #fff;
	border-radius: 0;
	border: 1px solid var(--Schwarz);
	width: 1rem;
	height: 1rem;
}
#clear-filters-button {
	background-color: var(--Prologa-Hellgrn);
	padding: 0 1.66667rem 0 1.66667rem;
}

.dropdown-trigger-text {
	max-width: none;
}
.filter-widget select,
button.dropdown-trigger {
	background-image: url("assets/graphics/icon-select.svg");
	background-position: right .6rem center;
	background-size: auto;
	background-repeat: no-repeat;
	border-radius: 5px;
	border: 1px solid var(--Schwarz);
	display: block;
	width: 100%;
	font: inherit;
	font-weight: 600;
	text-align: left;
	line-height: 1.5em;
	padding: 0.7em 2.5em 0.7em 1em;

	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.dropdown-wrapper.checked button.dropdown-trigger {
	background-color: var(--Prologa-Mint);
}
.filter-widget select.active,
button.dropdown-trigger.active {
	background-color: var(--Prologa-Hellgrn);
}
.filter-widget select:focus,
button.dropdown-trigger:focus,
button.dropdown-trigger:hover {
	border-color: var(--Prologa-Hellgrn);
	outline: 0;
}
.filter-widget select option {

}

.dropdown-wrapper, .dropdown-wrapper :not(i) {
	font-family: inherit;
	font-weight: 600;
}


/**
 * 9.12 - Referenzslider
 */

.widget-13 {

}


/**
 * 9.14 - Tab-Widget
 */

.widget-14 {

}
ul.tab-navigation {
	display: flex;
}
ul.tab-navigation > li.tab-nav-item {
	display: flex;
	column-gap: 5%;
	cursor: pointer;
}
ul.tab-navigation > li.tab-nav-item .text-block {
	font-size: var(--size-h5);

	opacity: .4;
	transition: opacity .3s;
}
ul.tab-navigation > li.tab-nav-item.active .text-block {
	opacity: 1;
}
.widget-14 ul.tab-navigation > li.tab-nav-item .image-wrapper {
	width: 25%;
}
.widget-14 .image-wrapper .image {
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.widget-14 ul.tab-navigation > li.tab-nav-item .text-block {
	width: 70%;
}
.widget-14 ul.tab-navigation > li.tab-nav-item .text-block p {
	padding-right: 0;
}
.widget-14 .tab-content-wrapper {
	position: relative;
}
.widget-14 .tab-content-wrapper .tab-content {

}
.widget-14 .tab-content-wrapper .tab-content .line {
	position: absolute;
	height: 1px;
	background-color: var(--Schwarz);
	width: 100%;
}
.site-content.dark-bg .widget-14 .tab-content-wrapper .tab-content .line {
	background-color: var(--Weiss);
}
.widget-14 .tab-content-wrapper .tab-content .line:before {
	content: '';
	position: absolute;
	top: calc(50% - .15rem + 1px);
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 3.125rem;
	height: 3.125rem;
	background-color: #001e11; /* Hintergrundfarbe der Seite */
	z-index: 2;
}
.widget-14 .tab-content-wrapper .tab-content .line:after {
	content: '';
	position: absolute;
	top: calc(50% + 1px);
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 3.125rem;
	height: 3.125rem;
	background-color: var(--Schwarz);
	z-index: 1;
}
.site-content.dark-bg .widget-14 .tab-content-wrapper .tab-content .line:after {
	background-color: var(--Weiss);
}
.widget-14 .tab-content-wrapper .tab-content .title-block {
	display: flex;
	column-gap: 4.375rem;
	padding: 5rem 0;
}
.widget-14 .tab-content-wrapper .tab-content .title-block .image-wrapper {
	width: 12.5rem;
}
.widget-14 .tab-content-wrapper .tab-content .title-block .title-wrapper {
	display: flex;
	align-items: center;
	width: calc(100% - 12.5rem - 4.375rem);
}
.widget-14 .tab-content-wrapper .tab-content .title-block .title-wrapper .title {
	font-size: var(--size-h3);
	font-weight: 300;
}
.widget-14 .tab-content-wrapper .tab-content .title-block .title-wrapper .title > * {
	margin-bottom: 0;
}
.widget-14 .tab-content-wrapper .tab-content .column-wrapper {
	position: relative;
	display: flex;
	border: 1px solid var(--Schwarz);
	padding: 0 .5rem;
}
.site-content.dark-bg .widget-14 .tab-content-wrapper .tab-content .column-wrapper {
	border-color: var(--Weiss);
}
.widget-14 .tab-content-wrapper .tab-content .column-wrapper .column {
	position: relative;
	padding: var(--space-widget-set) var(--grid-gutter);
}
.widget-14 .tab-content-wrapper .tab-content .column-wrapper .column:before {
	content: "";
	position: absolute;
	top: var(--space-widget-set);
	left: calc((.5rem + 1px) * -1);
	height: calc(100% - (2 * var(--space-widget-set)));
	width: 1px;
	background-color: var(--Schwarz);
}
.widget-14 .tab-content-wrapper .tab-content .column-wrapper .column:first-child:before {
	display: none;
}
.site-content.dark-bg .widget-14 .tab-content-wrapper .tab-content .column-wrapper .column:before {
	background-color: var(--Weiss);
}
.widget-14 .tab-content-wrapper .tab-content .column-wrapper .column .text-block {
	padding-right: 10%;
}
.widget-14 .tab-content-wrapper .tab-content .column-wrapper .column .text-block ul li,
.widget-14 .tab-content-wrapper .tab-content .column-wrapper .column .text-block ol li {
	padding-left: 1rem;
	font-size: var(--size-text);
	font-weight: inherit;
}
.widget-14 .tab-content-wrapper .tab-content .column-wrapper .column .text-block ul li:before,
.widget-14 .tab-content-wrapper .tab-content .column-wrapper .column .text-block ol li:before {
	content: '';
	position: absolute;
	display: block;
	top: .6rem;
	left: 0;
	width: .4rem;
	height: .4rem;
	background-color: var(--Schwarz);
	background-image: none;
}
.site-content.dark-bg .widget-14 .tab-content-wrapper .tab-content .column-wrapper .column .text-block ul li:before,
.site-content.dark-bg .widget-14 .tab-content-wrapper .tab-content .column-wrapper .column .text-block ol li:before {
	background-color: var(--Weiss);
}


/**
 * 9.15 - Video
 */

.widget-15 {

}
.widget-15 ul.menu {

}
.widget-15 ul.menu > li {
	border-bottom: 1px solid var(--Schwarz);
}
.widget-15 ul.menu > li:last-child {
	border-bottom: none;
}
.widget-15 ul.menu li a {
	display: block;
	padding: .25rem 0;
}
.widget-15 ul.menu > li > a {
	font-weight: 600;
}
.widget-15 ul.menu > li > ul a {
	font-size: var(--size-legend);
}
.widget-15 ul.menu > li > ul.sub-menu {
	border-top: 1px solid #ccc;
	padding-bottom: 1rem;
}
.widget-15 ul.menu > li > ul.sub-menu > li > ul.sub-menu {
	padding-left: 1rem;
}
.widget-15 ul.sub-menu > li {
	border-bottom: 1px solid #ccc;
}
.widget-15 ul.sub-menu > li:last-child {
	border-bottom: none;
}



/**
 * 9.4 - Akkordeon
 */

.widget-16 {

}
.widget-16:is(.check,.num) {

}
.widget-16 .accordion {
	position: relative;
	margin-bottom: 0;
	border-bottom: solid 1px #D9D9D9;
}
.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;
	opacity: .4;
}
.widget-16.none .accordion:not(.v_tabs) .card .card-header .card-title {
	transition: color .3s;
	opacity: .5;
}
.widget-16.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: 1rem;

	transform: translateY(-50%);
	transition: all .2s;
}
.accordion .card.open .card-header svg.arrow {
	transform: translateY(-50%) rotate(-90deg);
}
.widget-16:is(.check,.num) .accordion .card .card-header {
	padding-left: 3rem;
}
.widget-16: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-16:is(.check) .accordion .card .card-header svg.check g {
	opacity: .4;
	transition: opacity .3s;
}
.widget-16:is(.check) .accordion .card.open .card-header svg.check g {
	opacity: 1;
}
.widget-16:is(.check) .accordion .card .card-header svg.check g circle {
	fill: var(--Prologa-Hellgrn);
	transition: fill .5s;
}
.widget-16:is(.check) .accordion .card .card-header svg.check g path {
	stroke: var(--Weiss);
	transition: stroke .5s;
}
.widget-16:is(.check) .accordion .card.open .card-header svg.check g circle,
.widget-16:is(.check) .accordion .card .card-header:hover svg.check g circle {
	fill: var(--Aktiv);
}
.widget-16:is(.check) .accordion .card.open .card-header svg.check g path,
.widget-16:is(.check) .accordion .card .card-header:hover svg.check g path {
	stroke: var(--Weiss);
}
.widget-16: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;
	border-radius: 50%;
	background-color: var(--Prologa-Hellgrn);
	color: var(--Prologa-Hellgrau);

	transition: all .2s;
}
.widget-16.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-16.num .accordion {
	counter-reset: section;
}
.widget-16.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-16:is(.num) .accordion .card .card-header:hover:before {
	background-color: var(--Aktiv);
	color: var(--Weiss);
}
.widget-16: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: all .3s ease-in;

	overflow: hidden;
}
.accordion .card.open .collapse {
	height: auto;
	max-height: 2000px;

	transition: all .3s ease-in;

	overflow: hidden;
}
.accordion .card .card-body {
	flex: 1 1 auto;
	padding: 10px 40px 20px 20px;
}
.accordion .card.icon .card-body {
	padding-left: 100px;
}
.accordion .card .card-body .text-block {
	margin-bottom: 0;
	padding-right: 20%;
}
.glightbox {
	position: relative;
	display: block;
}
.accordion .card .card-body .text-block > :is(.glightbox, .card-image) {
	position: relative;
	display: block;
	max-width: 20rem;
	margin-bottom: var(--space-text);
}
.glightbox:not(.video):after {
	content: "";
	display: block;
	position: absolute;
	right: calc(var(--box-padding)/2);
	bottom: calc(var(--box-padding)/2);
	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;
}
.accordion .card .card-body > .widget:last-child {
	margin-bottom: 0;
}



/**
 * 9.4 - Horizontal Tabs
 */


.widget-16 {

}
.widget-16 .v_tabs {
	position: relative;
	margin-bottom: 0;
	border-bottom: none !important;
	min-height: 28.125rem;
}
.v_tabs .card {
	position: initial;
	display: block;
	width: 50%;
}
.v_tabs .card:first-child .card-header {
	border-top: none;
}
.v_tabs .card .card-header svg.arrow {
	opacity: .4;
	transition: opacity .2s;
}
.v_tabs .card.open .card-header svg.arrow {
	transform: translateY(-50%);
	opacity: 1;
}
.v_tabs .card .card-header svg.arrow path {
	fill: var(--Schwarz);
	transition: fill .3s;
}
.v_tabs .card.open .card-header svg.arrow path,
.v_tabs .card .card-header:hover svg.arrow path {
	fill: var(--Aktiv);
}
.v_tabs .card .card-header:hover svg.arrow path {
	fill: var(--Aktiv);
}
.widget-16 .v_tabs .card .card-header .card-title {
	transition: opacity .2s, color .5s;
}
.widget-16 .v_tabs .card .card-header:hover .card-title,
.widget-16 .v_tabs .card.open .card-header .card-title {
	color: var(--Aktiv);
}
.widget-16 .v_tabs .card.open .card-header .card-title {
	opacity: 1;
}
.v_tabs .card .collapse {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
}

.v_tabs .card .collapse {
	transition: all .6s ease-in-out !important;
}
.v_tabs .card:not(.open) .collapse {
	max-height: none !important;
	opacity: 0;
	pointer-events: none;
}
.v_tabs .card.open .collapse {
	max-height: 700px;
	opacity: 1;
}
.v_tabs .card .card-body {
	padding: 24px 0 0 3rem;
}
.v_tabs .card .card-body .text-block {
	padding-right: 0;
}

/**
 * 9.17 - Headline
 */

.widget-17 {

}
.widget-17 ul.fact-list {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.widget-17 ul.fact-list li.fact-item {
	margin-bottom: -1px;
	border-top: 1px solid var(--Schwarz);
	border-bottom: 1px solid var(--Schwarz);
	width: 33.333333%;
	padding-top: var(--space-headline-xl);
	padding-bottom: var(--space-headline-xl);
}
.widget-17 ul.fact-list li.fact-item .big {
	display: block;
	padding-right: 15%;
}
.widget-17 ul.fact-list li.fact-item .text-block {

}

/**
 * 9.18 - History Slider
 */

.widget-18 {
	position: relative;
	margin-top: 0;
	margin-left: calc((100% - 100vw) / 2 - 10px );
	width: 100vw;
	overflow: hidden;
	padding-top: calc(var(--size-h2) + var(--space-headline-l) + 20px);
}
.widget-18 .widget-inner {
	position: relative;
}
.widget-18 .widget-inner:before {
	content: "";
	position: absolute;
	top: 0;
	width: 100vw;
	height: 1px;
	background-color: var(--Schwarz);
}
.widget-18 .widget-inner .milestone-slider {
	position: relative;
	padding-bottom: 100px;
}
.widget-18 .widget-inner .milestone-slider .swiper-slide {
	width: 330px;
}
.widget-18 .widget-inner .milestone-slider .swiper-slide {
	width: 330px;
}
.widget-18 .swiper-slide .timeline-item {
	position: relative;
	padding: 50px 60px 0 0;
}
.widget-18 .swiper-slide .timeline-item:before {
	content: "";
	position: absolute;
	left: 0;
	top: -20px;
	width: 40px;
	height: 40px;
	outline: 1px solid var(--Schwarz);
	border: 9px solid var(--Weiss);
	background-color: var(--Prologa-Hellgrn);
	border-radius: 100%;
	box-sizing: border-box;
}
.widget-18 .swiper-slide:last-child .timeline-item {
	padding: 50px 0 0 20px;
}
.widget-18 .year {
	position: absolute;
	top: calc((var(--size-h2) * -1) - var(--space-headline-l) - 20px);
	display: block;
	font-size: var(--size-h2);
	font-weight: 300;
}
.widget .swiper-container-horizontal > .swiper-scrollbar {
	bottom: auto;
	top: 0;
}
.widget-18 .slider-navigation-wrapper .swiper-button-next,
.widget-18 .slider-navigation-wrapper .swiper-button-prev {
	top: auto;
	bottom: 0;
}
.widget-18 .slider-navigation-wrapper .swiper-button-prev {

}
.widget-18 .slider-navigation-wrapper .swiper-button-next {
	right: auto;
	left: 50px;
}




/**
 * 9.19 - Team grid
 */

.widget-19 {

}
.widget-19 ul.team-list {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-widget-set) var(--grid-gutter);
	overflow: hidden;
}
.widget-19 ul.team-list li.team-item {
	position: relative;
	width: calc(20% - (var(--grid-gutter) * 4 / 5));
}
.widget-19 ul.team-list li.team-item .portrait {
	margin-bottom: var(--space-headline-s);
}
.widget-19 ul.team-list li.team-item .content {

}
.widget-19 ul.team-list li.team-item .content > span  {
	display: block;
}
.widget-19 ul.team-list li.team-item .content > p  {
	margin-bottom: 0;
}
.widget-19 ul.team-list li.team-item .content .name  {
	font-size: var(--size-h5);
	font-weight: 700;
}
.widget-19 ul.team-list li.team-item .content .position  {

}
.widget-19 ul.team-list li.team-item .content .content_contact  {
	margin-top: var(--space-text);
}
.widget-19 ul.team-list li.team-item .content .content_contact > a  {
	display: block;
}
.widget-19 ul.team-list li.team-item .content .social_icons  {
	display: flex;
	margin-top: var(--space-headline-xs);
}
.widget-19 ul.team-list li.team-item .content .social_icons a.icon.big  {
	display: block;
	text-indent: -1000px;
}


/**
 * 9.20 - LogoCloud
 */

.widget-20 {

}
.widget-20 ul.list {
	counter-reset: into-list-counter;
}
.widget-20 ul.list li.list-item {
	position: relative;
	counter-increment: into-list-counter;
	margin-bottom: .75rem;
	padding:  0 1rem 0 1.5rem;
	background-color: var(--Green);
	border-radius: var(--border-radius);
}
.widget-20:not(.none) ul.list li.list-item {
	padding-left: 3.5rem;
}
.site-content:is(.color,.img) .widget-20 ul.list li.list-item {
	background-color: var(--Weiss);
}
html.lenis .site-content .widget-20 ul.list li.list-item {
	transform: translateX(50vw);
	transition: transform 1s ease-in-out;
}
html.lenis .site-content .widget-20 ul.list li.list-item.is-inview {
	transform: translateX(0);
}
.widget-20:is(.number,.letter,.roman) ul.list li.list-item:before {
	position: absolute;
	left: 1.25rem;
	top: 1rem;
	content: counter(into-list-counter);
	font-size: var(--size-h3);
	font-weight: 700;
	line-height: 1;
}
.widget-20.number ul.list li.list-item:before {
	content: counter(into-list-counter);
}
.widget-20.letter ul.list li.list-item:before {
	content: counter(into-list-counter, upper-alpha);
}
.widget-20.roman ul.list li.list-item:before {
	content: counter(into-list-counter, upper-roman);
}
.widget-20 ul.list li.list-item .list-body {
	padding: .5rem 0;
}
.widget-20.none ul.list li.list-item .list-body {
	padding: .75rem 0;
}






/**
 * 9.21 - Medienslider / Zitatslider / Meilensteine slider
 */
.widget-21 {

}
.widget-21 .flex-grid {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.widget-21.bg-color .flex-grid {

}
.widget-21.bg-color .flex-grid {
	padding-top: 2rem;
}
.widget-21 .flex-grid .flex-grid-item {
	position: relative;
	margin-bottom: 2rem;
	width: 33.3333%;
	padding: 0 1rem;
}
.widget-21 .flex-grid .flex-grid-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	height: 100%;
	width: 1px;
	background-color: var(--Schwarz);
}
.widget-21 .flex-grid .flex-grid-item .icon-wrapper {
	position: relative;
	padding-bottom: 33%;
}
.widget-21 .flex-grid .flex-grid-item .icon-wrapper .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 72px;
	height: 72px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.widget-21 .flex-grid .flex-grid-item .text-block {
	padding: 0;
}
.widget-21 .flex-grid .flex-grid-item .text-block :is(h4,h5) {
	text-align: center;
}
.widget-21 .flex-grid .flex-grid-item .text-block p {
	text-align: center;
	padding: 0;
}



/**
 * 9.22 - Google maps columns
 */

.widget-22 {

}
.widget-22 .widget-inner {
	text-align: center;
}
.widget-22 .tab-header{
	display: inline-block;
	margin: 0 auto;
}
.widget-22 .tab-content-wrapper {
	padding-top: 4rem;
	text-align: left;
}
.widget-22 .tab-content-wrapper .text-block {

}
.widget-22 .tab-content-wrapper .text-block p {
	padding-right: 0;
}



/**
 * 9.23 - Google maps columns
 */

.widget-23 {

}
.widget-23 .fact-sheet {
	background-color: var(--Prologa-Mint-Hell);
	padding: var(--grid-gutter);
}
.site-content.color .widget-23 .fact-sheet {
	background-color: var(--Weiss);
}
.widget-23 .fact-sheet .title.h_line {
	padding-top: 1rem;
	padding-right: 5%;
	font-size: var(--size-title-small);
	font-weight: 700;
}
.widget-23 .fact-sheet .fact-sheet-list {
}
.widget-23 .fact-sheet .fact-sheet-list .fact-sheet-list-item {
	display: flex;
	border-top: 1px solid var(--Schwarz);
	padding-top: 1rem;
}
.widget-23 .fact-sheet .fact-sheet-list .fact-sheet-list-item > .fact-sheet-list-title {
	width: 33.3333%;
	font-size: var(--size-title);
	font-weight: 600;
}
.widget-23 .fact-sheet .fact-sheet-list .fact-sheet-list-item > .fact-sheet-list-content {
	width: 77.7777%;
	display: flex;
	flex-wrap: wrap;
}
.widget-23 .fact-sheet .fact-sheet-list .fact-sheet-list-item:is(.agenda_items) > .fact-sheet-list-content {
	width: 100%;
}
.widget-23 .fact-sheet .fact-sheet-list .fact-sheet-list-item.product_downloads > .fact-sheet-list-content {
	width: 100%;
}
.widget-23 .fact-sheet .fact-sheet-list .fact-sheet-list-item > .fact-sheet-list-content > * {
	padding-bottom: 1rem;
}
.widget-23 .fact-sheet .fact-sheet-list .fact-sheet-list-item > .fact-sheet-list-content > .list-set {
	display: flex;
	width: 100%;
}
.widget-23 .fact-sheet .fact-sheet-list .fact-sheet-list-item > .fact-sheet-list-content > .list-set > .list-time {
	width: 7.5rem;
	line-height: 2rem;
}
.widget-23 .fact-sheet .fact-sheet-list .fact-sheet-list-item > .fact-sheet-list-content > .list-set > .list-title {
	width: calc(100% - 18.125rem);
	font-size: var(--size-title);
	font-weight: 600;
}
.widget-23 .fact-sheet .fact-sheet-list .fact-sheet-list-item > .fact-sheet-list-content > .list-set > .link-wrapper {
	width: 10.625rem;
	font-size: var(--size-title-small);
}
.widget-23 .fact-sheet .fact-sheet-list .fact-sheet-list-item > .fact-sheet-list-content > .link-wrapper {
	width: 25%;
	padding-bottom: 0;
	text-align: right;
}
.widget-23 .fact-sheet .fact-sheet-list .fact-sheet-list-item > .fact-sheet-list-content > :is(.link-list-title, .download-list-title) {
	width: 50%;
}
.widget-23 .fact-sheet .fact-sheet-list .fact-sheet-list-item > .fact-sheet-list-content > .download-list-title {
	font-size: var(--size-title);
	font-weight: 600;
}
.widget-23 .fact-sheet .fact-sheet-list .fact-sheet-list-item > .fact-sheet-list-content > :is(.link-list-badge, .download-list-meta) {
	width: 25%;
}
.widget-23 .fact-sheet .fact-sheet-list .fact-sheet-list-item > .fact-sheet-list-content > :is(.link-list-link, .download-list-link) {
	width: 25%;
}



/**
 * 9.24 - Download Center
 */

.widget-24 {

}
.widget-24 .download-nav {
	position: relative;
	z-index: 3;
	background-color: var(--Prologa-Mint-Hell);
	padding: var(--space-widget-set) 0;
}
.site-content.item-1 .widget-24 .download-nav {
	/*margin-top: calc(var(--space-site-content) * -1);*/
}
.widget-24 .download-nav .bg.filter {
	display: none;
}
.widget-24 .download-nav .bg.filter {
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: -50vw;
	width: 150vw;
	height: 100%;
	background-color: var(--Prologa-Mint-Hell);
}
.widget-24 .download-nav .filter-title {
	display: inline-block;
	margin-right: 20px;
	font-weight: 700;
}
.widget-24 .download-nav .filter-drop-down {
	display: inline-block;
	width: 300px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
select {
	background-color: var(--Weiss);
	border: none;
	border-radius: var(--input-radius);
	width: 100%;
	padding: 0 1rem;
	margin: 0;
	box-sizing: border-box;
	font-size: 1rem;
	height: 3.75rem;
	line-height: 3.75rem;

	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyMCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciAyMiIgZD0iTTEgMUwxMCAxMEwxOSAxIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4=);
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: right 15px center;
}
.widget-24 .download-list-wrapper {
	padding-top: var(--space-site-content);
	padding-bottom: var(--space-col);
}
.widget-24 .download-list-wrapper .download-list {

}
.widget-24 .download-list-wrapper .download-list .download-item {
	margin-bottom: var(--space-col);
}
.widget-24 .download-list-wrapper .download-list .download-item a.download-link {
	display: flex;
	align-items: flex-start;
	column-gap: var(--grid-gutter);
}
.widget-24 .download-list-wrapper .download-list .download-item a.download-link img.thumbnail {
	display: block;
	border: 1px solid var(--Schwarz);
	width: 6.25rem;
	height: auto;
}
.widget-24 .download-list-wrapper .download-list .download-item a.download-link .download-title {
	border-top: 1px solid var(--Schwarz);
	width: calc(100% - 6.25rem - (var(--grid-gutter) / 2));
	padding-top: var(--space-headline-xs);
}
.widget-24 .download-list-wrapper .download-list .download-item a.download-link .download-title .title {
	display: block;
	margin-bottom: 0;
	font-size: var(--size-title-small);
	word-break: break-word;
}
.widget-24 .download-list-wrapper .download-list .download-item a.download-link .download-title .details {
	display: block;
	margin-bottom: var(--space-headline-xs);
}
.widget-24 .download-list-wrapper .download-list .download-item a.download-link .download-title .link {

}


/**
 * 9.25 - 5 Video
 */

.widget-25 {

}
.widget-25 .video-wrapper {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: var(--border-radius);
	overflow: hidden;
}
.widget-25 .video-wrapper .brlbs-cmpnt-container {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	pointer-events: auto;
}
.widget-25 .video-wrapper .brlbs-cmpnt-container > div {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	height: auto;
}
.widget-25 .video-wrapper .brlbs-cmpnt-container .brlbs-cmpnt-cb-thumbnail {
	/*background: none;*/
}
.widget-25 .video-wrapper .video-thumbnail {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	cursor: pointer;
}
.widget-25 .video-wrapper .youtube-thumbnail {
	padding-bottom: 56%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.widget-25 .video-wrapper .video-thumbnail:before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);

	transition: background-color .3s;

	cursor: pointer;
}
.widget-25 .video-wrapper .video-thumbnail:hover:before {
	background-color: rgba(0, 0, 0, 0);
}
.widget-25 .video-wrapper .video-thumbnail .button {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url("assets/graphics/icon-video-play.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.5rem auto;
	opacity: 1;

	transition: opacity .5s;
}
.widget-25 .video-wrapper .video-thumbnail .button:hover {
	color: var(--button-color);
	background-color: var(--button-bg-color);
}
.widget-25 .video-wrapper .video-thumbnail:hover .button {
	opacity: 0;
}
.widget-25 .video-wrapper .aspect-placeholder {
	position: relative;
	opacity: 0;
	width: 100%;
	height: auto;
}
.widget-25 .video-wrapper video {
	width: 100%;
	height: auto;
}
.widget-25 .video-info {
	padding-top: var(--space-col);
}
.widget-25 .video-info .title {

}


.widget-26 {

}
.widget-26 .top-logos {

}
html.lenis .widget-26 .top-logos {
	filter: blur(5rem);
	transition: filter 1s;
}
html.lenis .widget-26 .top-logos.is-inview {
	filter: blur(0);
}
.widget-26 .top-logos:before {
	display: none;
}



/**
 * 9.28 - Ansprechpartner
 */

.widget-28 {

}
.widget-28 .person-wrapper {
	margin-top: 0;
}
.col:is(.col-1,.col-2,.col-3,.col-4,.col-5,.col-6) .widget-28 .person-wrapper .person-body {
	display: block;
}
.widget-28 .person-wrapper .person-body .portrait {
	margin-bottom: 30px;
	width: auto;
	max-width: 250px;
}
.widget-28 .person-wrapper .person-body .content {
	width: auto;
}


/**
 * 9.30 - Space
 */

.widget-30 {
	margin-bottom: 0 !important;
}


/**
 * 9.31 - Termin Akkordeon
 */

figure {

}
figure figcaption,
.wp-caption-text {
	font-size: var(--size-legend);
}

.widget-31 {
	position: relative;
}
.widget-31 img {
	display: block;
	width: 100%;
	height: auto;
	margin: -5% 0 -5% 0;
}
.widget-31 .img_wrapper {
	transform: scale(1.2);
}
.widget-31 figure {
	margin: 0;
	overflow: hidden;
	border-radius: var(--border-radius);
}
.widget-31 img {
	width: 100%;
	height: auto;
}
.widget-31.vertical-move {
	z-index: 67;
	margin-bottom: calc(var(--space-widget) - 6.625rem);
}
.widget-31.vertical-move {
	transform: translate(0, -6.625rem);
}
figure figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: var(--Weiss);
	background-color: rgba(255,255,255,.9);
	padding: calc(var(--box-padding) * 2);
	font-size: var(--size-legend);
}
.wp-caption-text {
	padding: var(--box-padding) 0;
	font-size: 0.7778rem;
}
.glightbox figure figcaption {
	padding-right: 2.5rem;
}
.site-content:is(.color,.img) figure figcaption {

}
.widget-31.glightbox:after {
	display: none;
}
.widget-31.glightbox figure:after {
	content: "";
	display: block;
	position: absolute;
	right: var(--box-padding);
	bottom: var(--box-padding);
	width: 2.3333rem;
	height: 2.3333rem;
	border-radius: calc(var(--border-radius) / 2);
	background-color: var(--Green);
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj4KPGxpbmUgeDE9IjEwLjUiIHgyPSIxMC41IiB5Mj0iMjAiIHN0cm9rZT0iYmxhY2siLz4KPGxpbmUgeDE9IjIwIiB5MT0iMTAuNSIgeDI9Ii0yLjQ5Nzc5ZS0wOCIgeTI9IjEwLjUiIHN0cm9rZT0iYmxhY2siLz4KPC9zdmc+");
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.5;
	transition: opacity .2s;
}
.widget-31.glightbox figure:hover:after {
	opacity: 1;
}

.glightbox-clean .gdesc-inner {
	background-color: var(--Prologa-Grn);
	color: var(--Weiss);
}
.glightbox-clean .gslide-desc {
	position: relative;
	padding-top: 1rem;
	text-transform: ;
}
.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.33 - Button
 */

.widget-33 {
	position: relative;
}
.site-content.center .widget-33,
.site-content .widget-33.center {
	text-align: center;
}


/**
 * 9.34 - Button
 */

.widget-34 {
	margin: 0 !important;
}


/**
 * 9.50 - Button
 */
.widget-50 {

}
.widget-50 .scroll-graphics-wrapper {

}
.widget-50 .scroll-graphics-wrapper .scroll-graphics-section {
	display: flex;
	justify-content: space-between;
	column-gap: 2rem;
}
.widget-50 .scroll-graphics-wrapper .scroll-graphics-section .scroll-graphics {
	position: relative;
	width: 60%;
	max-width: 35rem;
	margin: 2rem 0;
}
.widget-50 .scroll-graphics-wrapper .scroll-graphics-section .scroll-graphics > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 0;
	transition: opacity 1s;
}
.widget-50 .scroll-graphics-wrapper .scroll-graphics-section .scroll-graphics > img.active {
	opacity: 1;
}
.widget-50 .scroll-graphics-wrapper .scroll-graphics-section .scroll-graphics > img:first-child {
	position: relative;
}
.widget-50 .scroll-graphics-wrapper .scroll-graphics-section .scroll-teaser {
	width: 40%;
	display: flex;
	flex-wrap: wrap;
	row-gap: 1rem;
}
.widget-50 .scroll-graphics-wrapper .scroll-graphics-section .scroll-teaser .box-teaser {
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid var(--Schwarz);
	padding: 1.94444rem 1.11111rem 2rem 1.11111rem;
	cursor: pointer;
	transition: border-color .3s;
}
.widget-50 .scroll-graphics-wrapper .scroll-graphics-section .scroll-teaser .box-teaser > .acc_content {
	overflow: hidden;
}
.widget-50 .scroll-graphics-wrapper .scroll-graphics-section .scroll-teaser .box-teaser:not(.active) > .acc_content {
	max-height: 0 !important;
	transition: max-height .2s linear;
}
.widget-50 .scroll-graphics-wrapper .scroll-graphics-section .scroll-teaser .box-teaser.active > .acc_content {
	max-height: 700px;
	transition: max-height .2s linear .2s;
}
.widget-50 .scroll-graphics-wrapper .scroll-graphics-section .scroll-teaser .box-teaser i {
	display: none;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: -11px;
	width: 20px;
	height: 20px;
	border: 1px solid var(--Schwarz);
	background-color: var(--Prologa-Grn);
	border-right-width: 0;
	border-bottom-width: 0;
	transform: rotate(-45deg);
	transition: border-color .3s;
}
:is(.dark-bg) .widget-50 .scroll-graphics-wrapper .scroll-graphics-section .scroll-teaser .box-teaser i,
:is(.dark-bg) .widget-50 .scroll-graphics-wrapper .scroll-graphics-section .scroll-teaser .box-teaser {
	border-color: var(--Weiss);
}
.widget-50 .scroll-graphics-wrapper .scroll-graphics-section .scroll-teaser .box-teaser.active i,
.widget-50 .scroll-graphics-wrapper .scroll-graphics-section .scroll-teaser .box-teaser.active {
	/*border-color: var(--Prologa-Hellgrn);*/
}
.widget-50 .scroll-graphics-wrapper .scroll-graphics-section .scroll-teaser .box-teaser:hover i,
.widget-50 .scroll-graphics-wrapper .scroll-graphics-section .scroll-teaser .box-teaser:hover {
	border-color: var(--Prologa-Hellgrn);
}
.widget-50 .scroll-graphics-wrapper .scroll-graphics-section .scroll-teaser .box-teaser.active i {
	display: block;
}
.widget-50 .scroll-graphics-wrapper .scroll-graphics-section .scroll-teaser .box-teaser .title {
	font-size: var(--size-h3);
	font-weight: 300;
	transition: border-color .2s linear, padding-bottom .3s, margin-bottom .3s;
}
.widget-50 .scroll-graphics-wrapper .scroll-graphics-section .scroll-teaser .box-teaser:not(.active) .title {
	margin-bottom: 0;
	padding-bottom: 0;
	border-color: transparent;
}
.widget-50 .scroll-graphics-wrapper .scroll-graphics-section .scroll-teaser .box-teaser.active .title {
	/*color: var(--Prologa-Hellgrn);*/
}



.alm-btn-wrap {
	text-align: center;
}


/**
 * 10.0 - Content
 */

#site-wrapper {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-top: calc( var(--height-nav-main) );
	background-color: var(--Blue);
	text-align: center;
}
#site-wrapper #CONTENT_WRAPPER {
	background-color: var(--Weiss);
}
body.admin-bar #site-wrapper {

}
section.site-content {
	background-color: var(--Weiss);
}
.site-content,
.site-navigation {
	position: relative;
	width: 100%;
	text-align: center;

	z-index: 12;
	overflow-x: clip;
}
.site-content.img {
	overflow: hidden;
}
.site-navigation {
	position: fixed;
	z-index: 199;
	margin-top: var(--space-site-content);
	pointer-events: none;
}
.site-navigation ul.side-navigation {
	max-width: 13.8889rem;
	pointer-events: auto;
}
.site-navigation ul.side-navigation li {

}
.site-navigation ul.side-navigation li a {
	display: block;
	padding: .25rem 0;
	transition: color 0s;
}
.site-navigation ul.side-navigation li a:hover,
.site-navigation ul.side-navigation li a.active {
	color: var(--link-active-color);
}
body:not(.logged-in) .site-content:not(.color, .img) + .site-content.vertical-move {
	margin-top: 6.66667rem;
}
.site-content:is(.color, .black, .mint, .img):not(.contain) {
	padding-top: var(--space-site-content);
	margin-bottom: var(--space-site-content);
}
.site-channel:is(.color, .black, .mint, .img) {
	padding-bottom: var(--space-site-content);
	margin-bottom: 0;
}
.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.mint { background-color: var(--Prologa-Mint) }
.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 {
	margin-bottom: 0 !important;
}
.site-content.no-bottom-space:is(.img) {
	padding-bottom: var(--space-site-content);
}
body:not(.single-post,.single-tribe_events) .site-content.item-1:not(.color, .img) {
	padding-top: var(--space-site-content);
}
#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;
}
.site-content.item-last {
	padding: var(--space-site-content) 0 0 0;
	background-color: var(--Prologa-Hellgrau);
}
.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;
}
.site-content.img.contain .bg_img {
	height: 100%;
	width: auto;
	max-width: none;
	transform: scale(1.2) translate(calc(var(--space-site-content) / 2), calc(var(--space-site-content) / 3));
}
.content-aligning {
	position: relative;
	width: 100%;
	max-width: var(--content-width);
	padding: 0 var(--content-aligning);
	margin: 0 auto;
	text-align: left;
}
.left-content-aligning {
	margin: 0 0 0 auto;
	text-align: left;
	max-width: calc(var(--content-width) / 2);
	padding: 0 0 0 var(--content-aligning);
}
.site-content.full-width .content-aligning {
	max-width: none;
}
.site-content.full-width .content-aligning .main-content {

}
.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;
}






body:is(.page) #site-top.normal:before {
	content: "";
	position: absolute;
	z-index: 4;
	right: 0;
	width: 3rem;
	height: 100%;
	background-image: url("assets/graphics/deco_045.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


/**
 * 10.0 - Content - Single
 */

body:is(.single-post, .single-tribe_events) #site-top {
	margin-bottom: var(--space-widget-set);
	background-color: var(--M1-Bright-Grey);
}
body:is(.single-post, .single-tribe_events) #site-top .meta {
	display: inline-block;
	margin-bottom: var(--space-headline-s);
	background-color: var(--Aktiv);
	padding: .3rem 1rem;
	color: var(--Weiss);
	font-size: var(--size-text);
	font-weight: 700;
}
body.single-tribe_events #site-top .meta {
	position: absolute;
	bottom: 0;
	background-color: var(--Violet);
}

#tribe-events-pg-template {
	margin: 0 auto;
	max-width: 1048px;
	padding: 0 var(--tec-spacer-4) var(--tec-spacer-4);
}
.tribe-events .tribe-events-l-container {
	padding-top: 0 !important;
	padding-bottom: var(--space-widget-set) !important;
}
.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path,
.tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path {
	fill: var(--Aktiv);
}
.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button {
	background-color: var(--Aktiv);
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
	background-color: var(--Schwarz);
}
.tribe-events .tribe-events-c-search__button:hover,
.tribe-events button.tribe-events-c-search__button:hover {
	background-color: var(--Schwarz);
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .single-tribe_events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text {
	color: var(--Aktiv);
}
.single-tribe_events .tribe-events-c-subscribe-dropdown:hover .tribe-events-c-subscribe-dropdown__button-text,
.single-tribe_events .tribe-events-c-subscribe-dropdown:hover button.tribe-events-c-subscribe-dropdown__button-text,
.tribe-events .tribe-events-c-subscribe-dropdown:hover .tribe-events-c-subscribe-dropdown__button-text,
.tribe-events .tribe-events-c-subscribe-dropdown:hover button.tribe-events-c-subscribe-dropdown__button-text {
	color: var(--Weiss);
}
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
	border-color: var(--Aktiv);
}
.tribe-common .tribe-common-c-btn-border:hover,
.tribe-common a.tribe-common-c-btn-border:hover {
	border-color: var(--Schwarz);
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon {
	stroke: var(--Aktiv);
}
.single-tribe_events .tribe-events-c-subscribe-dropdown:hover .tribe-events-c-subscribe-dropdown__button-icon,
.tribe-events .tribe-events-c-subscribe-dropdown:hover .tribe-events-c-subscribe-dropdown__button-icon {
	stroke: var(--Weiss);
}
.tribe-common button.tribe-events-c-top-bar__datepicker-button,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3 {
	font-size: var(--size-h3);
	font-weight: 400;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4 {
	text-align: left;
}
.tribe-events .tribe-events-calendar-month__day-date-daynum {
	font-size: var(--size-h2);
	font-weight: 500;
}
.tribe-events-calendar-month__calendar-event-details {
	text-align: left;
}
.tribe-events .tribe-events-calendar-month__calendar-event-datetime {
	font-size: var(--size-legend);
	font-weight: 300;
	line-height: 1.2;
	color: var(--Schwarz);
}
.tribe-common .tribe-common-h--alt {
	font-size: var(--size-legend);
	font-weight: 700;
}
.tribe-events .tribe-events-c-day-marker:after {
	margin-left: 0;
}
.tribe-common .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-c-day-marker__date.tribe-common-h--alt {
	display: none;
}
.tribe-events-calendar-month-mobile-events__mobile-event-details {
	text-align: left;
}
.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime {

}
.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event {
	display: flex;
	column-gap: 1rem;
	padding: var(--space-widget-set) 0;
}
.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-featured-image-wrapper {
	width: 120px;
}
.tribe-events-calendar-month-mobile-events__mobile-event-details {
	width: calc(100% - 120px);
}
.tribe-events .tribe-events-c-nav__today {
	display: flex;
	align-items: center;
}
.tribe-common .tribe-common-b2 {
	font-size: var(--size-text);
}
.tribe-common .tribe-common-b2.tribe-events-calendar-month-mobile-events__mobile-event-datetime {
	font-size: var(--size-legend);
}
.tribe-common .tribe-common-h7 {
	font-size: var(--size-h3);
}
.tribe-common .tribe-common-h7.tribe-events-calendar-month-mobile-events__mobile-event-title {
	font-size: var(--size-h5);
}
.tribe-events a.tribe-events-calendar-month-mobile-events__mobile-event-title-link {
	text-decoration: underline;
}
.tribe-common .tribe-common-anchor:active, .tribe-common .tribe-common-anchor:focus, .tribe-common .tribe-common-anchor:hover {
	border-bottom: 0 none !important;
}
.tooltipster-base.tribe-events-tooltip-theme {
	border: 0 none !important;
	outline: 0 none !important;
}
.tribe-events-calendar-month__calendar-event-tooltip {

}
.tribe-events-calendar-month__calendar-event-tooltip-datetime,
.tribe-events-calendar-month__calendar-event-tooltip-title,
.tribe-events-calendar-month__calendar-event-tooltip-description {
	text-align: left;
}
.tribe-events-calendar-month__calendar-event-tooltip-datetime {
	font-size: var(--size-legend) !important;
}
.tribe-events-calendar-month__calendar-event-tooltip-title {
	margin-bottom: .5rem !important;
	font-size: var(--size-h5) !important;
	line-height: 1.3 !important;
}
.tribe-events-calendar-month__calendar-event-tooltip-description {
	font-size: var(--size-legend) !important;
}
.tribe-events .tribe-events-calendar-month__multiday-event--end .tribe-events-calendar-month__multiday-event-bar {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.tribe-events .tribe-events-calendar-month__multiday-event--start .tribe-events-calendar-month__multiday-event-bar {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.tribe-events-calendar-month__multiday-event-bar-title {
	font-size: var(--size-legend) !important;
}
.tribe-events-calendar-month__multiday-event-bar-inner:hover,
.tribe-events-calendar-month__multiday-event-bar-inner--hover {
	background-color: var(--M1-Light-Grey) !important;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
	padding-top: .2rem;
	padding-bottom: .2rem;
}

#tribe-events-pg-template {
	max-width: 43.5rem;
	padding: 0 var(--content-aligning) var(--content-aligning);
}
.tribe-events-content,
.tribe-events-single-section.tribe-events-event-meta {
	text-align: left;
}
address.tribe-events-address .tribe-address span.tribe-delimiter + *:before {
	content: "";
	position: relative;
	display: block;
}
address.tribe-events-address a.tribe-events-gmap {
	display: block;
}
.single-tribe_events .tribe-events-single .tribe-events-event-meta {
	width: 100%;
}
.single-tribe_events .tribe-events-single .tribe-events-event-meta .tribe-events-meta-group {
	flex: 0 1 auto;
	margin-right: 0;
	width: 50%;
}
.tribe-events-meta-group.tribe-events-meta-group-gmap {
	flex-basis: auto;
}
.tribe-events-venue-map {
	width: 100%;
}
.tribe-events-single .tribe-events-back {
	margin-top: var(--space-site-content);
	text-align: left;
}
.tribe-events-single .tribe-events-back a {
	color: var(--Aktiv);
	font-weight: 500;
}
.tribe-events-meta-group .tribe-events-single-section-title {
	font-weight: 700;
	letter-spacing: normal;
	text-transform: none;
}
.tribe-events-event-meta:before,
.tribe-events-event-meta~div:not(.tribe-events-event-meta,.event-tickets) {
	border-top: 0 none !important;
}
.tribe-events-meta-group.tribe-events-meta-group-gmap {
	border-top: 0 none !important;
}
.tribe-events-single>.tribe_events>.tribe-common {
	order: 3 !important;
}
.tribe-events-single>.tribe_events {
	overflow: visible;
}




body.single h1 {
	word-break: break-word;
}
body:is(.single-post, .single-tribe_events) h1 {
	font-size: var(--size-h3);
	font-weight: 400;
}
body:is(.single-post, .single-tribe_events) #site-top h1 {
	padding-right: 10%;
}
body.single #site-top {
	text-align: left;
}
body.single #site-top .image-wrapper {
	position: relative;
	padding-bottom: 59.68%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
body.single #site-top .image-wrapper > img {
	position: absolute;
	width: 100%;
	height: auto;
}
body:is(.single-tribe_events, .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;
}


body.has-mega-menu:is(.front-page):not(.sticky,.openmenu) #site-header {
	background-color: transparent;
}

body.admin-bar #site-header {
	top: 32px;
}
#site-navbar {
	position: relative;
	height: var(--height-nav-main);
}
#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%;
}



/**
 * 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%;
}
body:is(.sticky.scroll-down, .openmenu) #site-header.sticky-nav {
	position: fixed;
	/*transform: translate3d(0, calc(var(--height-nav-main) * -1), 0);*/
}
body:is(.sticky.scroll-down, .openmenu) #site-header.sticky-nav #site-navbar {
	height: 3.5rem;
}
body:is(.sticky.scroll-down, .openmenu) #site-header.sticky-nav #site-navbar ul#main-navigation > .menu-item > a {
	line-height: 3.5rem;
}
body .sticky-nav {
	/*transition: transform 0.2s ease-in-out;*/
}
body .sticky-nav #site-navbar {
	transition: height 0.2s ease-in-out;
}
body .sticky-nav #site-navbar ul#main-navigation > .menu-item > a {
	transition: line-height 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: 50%;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
}
#site-header a.logo img {
	display: block;
	height: 100%;
	width: auto;
}
#site-header a.logo img.logo-white {
	display: none;
}
body.has-mega-menu:is(.front-page) #site-header a.logo {
	transition: height .3s;
}
body.has-mega-menu:is(.front-page):not(.sticky,.openmenu) #site-header a.logo {
	height: 3.25rem;
}
body.has-mega-menu:is(.front-page):not(.sticky,.openmenu) #site-header a.logo img.logo-default { display: none; }
body.has-mega-menu:is(.front-page):not(.sticky,.openmenu) #site-header a.logo img.logo-white { display: block; }
#site-navbar.show-mega-menu .logo {
	left: 50%;
	transform: translate(-50%,-50%);
}
#site-header a.button {
	position: absolute;
	z-index: 223;
	display: block;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
	transition: height .3s, line-height .3s;
}
body.sticky.scroll-down #site-header a.button {
	height: 2.5rem;
	line-height: 2.5rem;
}




/**
 * 10.0 - Site Top + Content Top
 */

#site-top {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
body.home #site-top:is(.startseite) {
	height: calc(100vh - var(--height-nav-main));
}
body.home #site-top:is(.startseite) .content-aligning {
	height: 100%;
}
#site-top:is(.startseite) {
	transform: translate(0, 0);
}

body:not(.logged-in) .site-content.item-1.vertical-move {
	margin-top: 6.66667rem;
}
#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%);
}

#site-top h1 {
	margin-bottom: var(--space-headline-xl);
}
#site-top.startseite h1 {
	margin-bottom: var(--space-headline-xl);
}



/* JOB TICKER */

.job-ticker {
	position: relative;
	z-index: 5;
	height: 100px;
	background-color: var(--Prologa-Hellgrau);
}
#site-top .job-ticker {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#site-top + .job-ticker {
	margin-top: var(--content-aligning);
}
@-webkit-keyframes marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

@keyframes marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
@-webkit-keyframes marquee-r {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0);
	}
}
@keyframes marquee-r {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0);
	}
}
@-webkit-keyframes rollCage {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(5turn);
	}
}
@keyframes rollCage {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(5turn);
	}
}
.job-ticker .marquee {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.job-ticker .marquee .track {
	height: 100%;
	overflow: hidden;
	position: absolute;
	transition: background-color 200ms ease, color 100ms ease;
	white-space: nowrap;
}
.job-ticker .marquee .track:hover {
	background-color: var(--Prologa-Grn);
	color: var(--Weiss);
}
.job-ticker .marquee .track > p.msg {
	position: relative;
	height: 100%;
	-webkit-animation: marquee 20000ms linear infinite;
	animation: marquee 20000ms linear infinite;
	align-items: center;
	display: inline-flex;
	will-change: transform;
}
.job-ticker .marquee .track:hover > p.msg {
	animation-play-state: paused;
}
.job-ticker .marquee .track a {
	position: relative;
	padding: 0 35px;
	color: inherit;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 100px;
	cursor: pointer;
}
.job-ticker .marquee .track a.green {
	color: var(--Aktiv);
}
.job-ticker .marquee .track:hover a.green {
	color: var(--Weiss);
}
.job-ticker .marquee .track a:hover {
	color: var(--link-active-color) !important;
}
.job-ticker .marquee .track a:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	height: 62px;
	width: 1px;
	background-color: var(--Prologa-Mint-Hell);
}



/* TOP LOGO BANNER */

.top-logos {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 0;
}
.top-logos:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--Weiss);
	opacity: .95;
}
.top-logos .logo-banner {
	display: flex;
	gap: 1rem;
	margin-top: 2.5rem;
}
.top-logos .logo-banner .logo-item {
	position: relative;
}
.top-logos .logo-banner .logo-item a.logo {
	position: relative;
	display: block;
	height: 100%;
	text-align: center;
}
.top-logos .logo-banner .logo-item a.logo img {
	display: block;
	height: auto;
	min-width: 4rem;
	max-width: 100%;
	max-height: 100%;
	filter: brightness(100%) contrast(173%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.top-logos .logo-banner .logo-item.portrait a.logo img {

}
.widget-26 .top-logos .logo-banner {
	display: flex;
	justify-content: space-evenly;
	gap: 3rem 2rem;
	margin-top: 0;
}
.widget-26 .top-logos .logo-banner .logo-item {
	height: 4rem;
	min-width: 6rem;
}
.widget-26 .top-logos .logo-banner .logo-item.portrait a.logo img {
	margin: -1rem auto 0 auto;
	width: auto;
	height: calc(100% + 2rem);
	max-height: none;
}






/**
 * 10.4 - Channel Page: SAP Industry (Template)
 */

body.page-template-page-channel {

}
body.page-template-page-channel .site-content.channel-anchor-bar {
	background-color: var(--Prologa-Mint-Hell);
	transition: all .1s ease-in;
}
body.page-template-page-channel.fixCh .channel-anchor-bar-clone {
	height: 224px;
}
body.page-template-page-channel .site-content.channel-anchor-bar:after {
	display: none !important;
}
body.page-template-page-channel.fixCh .site-content.channel-anchor-bar {
	padding-top: var(--space-headline-xs);
	margin-bottom: 0;
	transition: all .2s ease-out;
}
body.page-template-page-channel.fixCh .site-content.channel-anchor-bar {
	position: fixed;
	z-index: 211;
	left: 0;
	width: 100%;
	top: var(--height-nav-main);
}
body.page-template-page-channel .site-content.channel-anchor-bar .widget {
	transition: all .1s ease-in;
}
body.page-template-page-channel.fixCh .site-content.channel-anchor-bar .widget {
	margin-bottom: var(--space-headline-xs);
	transition: all .2s ease-out;
}
body.page-template-page-channel .site-content.site-channel-title {
	margin-top: calc(var(--space-site-content) * -1);
	margin-bottom: var(--space-site-content);
	background-color: var(--Prologa-Mint) !important;
}
body.page-template-page-channel .site-content.site-channel-title .widget-1.no h3  {
	margin-bottom: 0;
}
.site-content.channel-anchor-bar .tab_button_wrapper .tab_button_item .tab_button {
	color: var(--Schwarz);
}
.site-content.channel-anchor-bar .tab_button_wrapper .tab_button_item .tab_button:before {
	background-color: var(--Prologa-Hellgrn);
}





/**
 * 10.4 - Archive Page
 */

body:is(.archive, .blog) #site-top {
	margin-bottom: var(--space-col);
}
body #site-top.normal .image-wrapper {
	transform-origin: top left;
	transform: scale(108%);
}
body #site-top.normal .image-wrapper > .asterisk {
	position: absolute;
	z-index: 1;
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	width: 60%;
	height: auto;
	transform: translate(45%, 45%);
}
body:is(.archive, .blog).tax-industry .top-logos:before {
	background-color: #FBFBFB;
}
body:is(.archive, .blog).tax-industry .site-content.industry_illustration {
	background-color: var(--Prologa-Mint);
}
body:is(.archive, .blog) .site-content ul.post-list {
	padding: var(--space-headline-l) 0;
}
body:is(.archive, .blog) .site-content ul.post-list > li.post {
	width: calc(33.3333% - (var(--grid-gutter)*2/3));
}
body:is(.post-type-archive-webinar) .site-content ul.post-list > li.post {
	width: 100%;
}
body:is(.archive, .blog) .site-content ul.post-list .post-item,
ul.post-list .post-item {
	position: relative;
	display: block;
	margin-bottom: var(--space-widget-set);
	border-bottom: 1px solid var(--Schwarz);
	padding-bottom: var(--space-widget-set);
}
body:is(.archive, .blog) .site-content ul.post-list .post-item:last-child,
ul.post-list .post-item:last-child {
	border-bottom: 0 none;
	padding-bottom: 0;
}
body:is(.archive, .blog) .site-content ul.post-list .post-item {

}
body:is(.archive, .blog) .site-content ul.post-list .post-item .post-item-link,
ul.post-list .post-item .post-item-link {
	display: flex;
	column-gap: 6rem;
}
body:is(.archive, .blog) .site-content ul.post-list .post-item .post-item-link .body .date,
ul.post-list .post-item .post-item-link .body .date {
	color: var(--Violet);
	font-weight: 700;
}
body:is(.archive, .blog) .site-content ul.post-list .post-item .post-item-link .body .title,
ul.post-list .post-item .post-item-link .body .title {
	font-size: var(--size-h4);
	font-weight: 700;
}
body:is(.archive, .blog) .site-content ul.post-list .post-item .post-item-link .body .link,
ul.post-list .post-item .post-item-link .body .link {
	margin-top: 1.2rem;
}
body:is(.archive, .blog) .site-content ul.post-list .post-item .img-wrapper,
ul.post-list .post-item .img-wrapper {
	position: relative;
	margin-bottom: 1.5rem;
	padding-bottom: 66.6667%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
body:is(.archive, .blog) .site-content.upcoming ul.post-list .post-item .img-wrapper,
body:is(.archive, .blog) .site-content ul.post-list li.post.event .post-item .img-wrapper {
	margin-bottom: 0;
}
body:is(.archive, .blog) .site-content ul.post-list li.post.event .post-item .img-wrapper {

}
body:is(.archive, .blog) .site-content ul.post-list .post-item .img-wrapper img,
ul.post-list .post-item .img-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: auto;
}
body:is(.archive, .blog) .site-content ul.post-list .post-item .img-wrapper .event-title-wrapper,
ul.post-list .post-item .img-wrapper .event-title-wrapper {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: var(--box-padding);
	background-color: var(--Weiss);
}
body:is(.archive, .blog) .site-content ul.post-list .post-item .img-wrapper .event-title-wrapper .bg_img,
ul.post-list .post-item .img-wrapper .event-title-wrapper .bg_img {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: .25;
}
body:is(.archive, .blog) .site-content ul.post-list .post-item .img-wrapper .event-title-wrapper .title,
ul.post-list .post-item .img-wrapper .event-title-wrapper .title {
	padding-top: .7rem;
	margin-bottom: 0;
}





/**
 * 10.4 - Posts and pages
 */

.site-content.highlight {
	background-color: #f1f1f1;
	margin-top: 0;
}

.site-content.highlight .posts {
	padding-top: 50px;
}

.site-content.highlight .posts h3 {
	margin-bottom: 30px;
}

.site-content .posts .post {
	margin-bottom: 50px;
}

.site-content .jobs .job {
	padding-top: 25px;
	border-top: 1px solid #6f6f6e;
}

.site-content.highlight .posts .post {
	padding-top: 25px;
	border-top: 1px solid #6f6f6e;
}

.site-content .posts .post a {
	position: relative;
	display: block;
}


/**
 * 10.5 - Karriere
 */




.footer-title {
	display: block;
	margin-bottom: var(--space-headline-l);
	font-size: var(--size-h2);
	font-weight: 700;
}

/**
 * 10.5 - Logo Band
 */

#site-logo-bar {
	position: relative;
	padding:  var(--space-col) 0;
	background-color: var(--M1-Bright-Grey);
}
#site-logo-bar .title {
	margin-bottom: 0;
}
#site-logo-bar .group-logo-list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: var(--space-text);
	gap: 3rem;
}
#site-logo-bar .group-logo-list li {
	flex: 1 1 0;
}
#site-logo-bar .group-logo-list li,
#site-logo-bar .group-logo-list li a {

}
#site-logo-bar .group-logo-list li a {
	display: flex;
	flex-wrap: wrap;
	row-gap: var(--space-headline-s);
	align-content: space-between;
	height: 100%;
}
#site-logo-bar .group-logo-list li a img {
	width: 100%;
}
#site-logo-bar .group-logo-list li a .company {
	display: block;
	font-size: var(--size-legend);
	text-transform: uppercase;
}


/**
 * 10.6 - Bottom
 */

#site-bottom {
	position: relative;
	z-index: 201;
	background-color: var(--bottom-bg-color);
	color: var(--bottom-color);
	text-align: left;
	padding: var(--space-col) 0 var(--space-widget) 0;
}
#site-bottom .image-wrapper {
	position: relative;
	transform: translate(0, calc((var(--space-site-content) + 1.6667rem) * -1));
}
#site-bottom .text-block,
#site-bottom .logo-wrapper {

}
#site-bottom .logo-wrapper img {

}

#site-bottom.contact-block {

}
#site-bottom.contact-block .left-content-aligning .main-content {
	padding: var(--space-widget) 0;
}
#site-bottom.contact-block .text-block  ul.footer-contact-list li {
	padding-left: 0;
}
#site-bottom.contact-block .text-block  ul.footer-contact-list li:before {
	display: none;
}

/**
 * 10.6 - Footer
 */

#site-footer {
	position: relative;
	z-index: 200;
	background-color: var(--footer-bg-color);
	color: var(--footer-color);
	padding: var(--space-widget) 0 var(--space-widget) 0;
}
#site-footer a {
	color: var(--footer-color);
}
#site-footer ul#menu-group-menu li.show_social_icon {
	position: relative;
	padding-right: 2rem;
}
#site-footer ul#menu-group-menu li.show_social_icon a.social-icon {
	display: inline-block;
	margin-left: 1.3rem;
	margin-top: -.5rem;
	margin-bottom: -.5rem;
	width: 1.5rem;
	height: 1.5rem;
	background-image: url("assets/graphics/icon-linkedin.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
#site-footer ul#menu-group-menu li.show_social_icon a.social-icon.linkedin {

}
#site-footer .footer-logo {
	float: right;
	max-width: 13.88889rem;
}
#site-footer #privacy-menu {
	margin-bottom: var(--space-headline-xs);
}
#site-footer .menu .menu-item {
	position: relative;
	display: block;
	margin-bottom: var(--space-headline-xs);
}
#site-footer .menu .menu-item:last-child {
	margin-bottom: 0;
}
#site-footer .menu .menu-item a {
	position: relative;
	display: block;
}
#site-footer .menu .menu-item a:hover {
	color: var(--Aktiv);
}
#site-footer .copyright {

}

a.scroll-top {
	position: fixed;
	z-index: 298;
	bottom: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	border-radius: var(--border-radius);
	background-color: var(--Blue);
	cursor: pointer;
	overflow: hidden;

	transition: background-color .3s linear;
}
a.scroll-top:before {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 60 59.9" style="enable-background:new 0 0 60 59.9;" xml:space="preserve"><g id="Ebene_2"></g><g id="Ebene_1"><g><polygon class="st0" style="fill:%23FFFFFF;" points="42.2,33.7 44.9,30.9 29.9,15.9 14.9,30.9 17.6,33.7 27.9,23.4 27.9,59.9 31.9,59.9 31.9,23.4"/><path class="st1" style="fill:%231D1D1B;" d="M31.9,59.9h-4"/></g></g></svg>');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;

	transition: background-color .3s;
}
a.scroll-top.hide {
	display: none !important;
}
a.scroll-top:hover {

}
a.scroll-top:hover:before {
	background-color: rgba(0,0,0,100%);
}

#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;
}


/* 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;
}


/**
 * 8.1 - DropDown
 */

/* resets */
.dropdown-list,
ul.sub-dropdown-list {
	margin: 0;
}
.dropdown-list .sub-dropdown-label {
	display: none;
}



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;
}