/* ------------------------------------------------------------------------ */
/* Lazyload																	*/
/* ------------------------------------------------------------------------ */

img.lazyload {
	background-color: transparent;
}

img.lazyload[src*=".jpg"],
img.lazyload[src*=".png"],
img.lazyload[src*=".svg"],
img.lazyload[src*=".webp"] {
	opacity: 0;
}

@keyframes eo_lazload_image {
	from {
		opacity: 0;
	} to {
		opacity: 1;
	}
}

img.lazyload[src*=".jpg"],
img.lazyload[src*=".png"],
img.lazyload[src*=".svg"],
img.lazyload[src*=".webp"] {
	animation-name: eo_lazload_image;
	animation-duration: 0.2s;
	animation-delay: 0.1s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

/* ------------------------------------------------------------------------ */
/* Layout																	*/
/* ------------------------------------------------------------------------ */

/* .custom body {
	visibility: hidden;
}

@keyframes eo_bodyfadein {
	from {
		visibility: hidden;
	} to {
		visibility: visible;
	}
}

.custom body {
	animation-name: eo_bodyfadein;
	animation-duration: 0.1s;
	animation-delay: 0.1s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
} */

.height-helper {
	width: 0;
	position: fixed;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
}

*,
*::before,
*::after {
	letter-spacing: 0.0em;
}

*::before,
*::after {
	user-select: none;
}

h1 {
	color: #010101;
	position: relative;
	z-index: 1;
}

h1,
h1 * {
	font-weight: 700;
}

*.eo-blue {
	color: #5CC4EC !important
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="file"],
select,
select option,
textarea {
	appearance: none;
	font-family: 'Roboto', 'Arial', sans-serif;
	font-style: normal;
	font-weight: 300;
}

button,
button span,
a.button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.custom .ctab-ausrichtung a.button {
	font-family: 'Roboto', 'Arial', sans-serif;
	font-style: normal;
	font-weight: 400;
}

b,
b *,
strong,
strong *,
.archive .content-column.full_width.archive-loop .full_width-helper > article h2 {
	font-weight: 500;
}

b *,
strong * {
	font-weight: inherit !important;
}

em,
.wpcf7 .small {
	font-style: italic;
}

a:link,
a:visited,
a:hover,
a:active {
	color: inherit;
}

hr {
	width: 100%;
	height: 1px;
	clear: both;
	background-color: #CBCBCB;
	border: 0;
	position: relative;
	z-index: 1;
}

.container.content ol,
.container.content ul,
.container.footer ol,
.container.footer ul {
	list-style: none;
}

.container.content ol,
.container.content ul {
	margin-left: 20px;
}

.container.content ul.menu-widget {
	margin-top: 0;
}

.container.content ol ol,
.container.content ol ul,
.container.content ul ul,
.container.content ul ol {
	margin-top: 0;
}

.container.content ol li,
.container.content ul li {
   position: relative;
   z-index: 1;
}

.container.content ul > li {
   padding-left: 20px;
}

.container.content ul.blocks-gallery-grid > li {
	padding: 0;
}

.container.content ul > li::before {
	content: '';
	width: 11px;
	height: 10px;
	position: absolute;
	z-index: 1;
	top: 9px;
	left: 0;
	background-image: url('../../global/img/eo_hexagon_listpoint-outlined_11x10.svg');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.container.content ul.blocks-gallery-grid > li::before {
	display: none;
}

.container.content ol {
	list-style: decimal;
}

ol li {
   margin-left: 20px;
}

ol li ol {
   list-style: lower-latin;
   padding-bottom: 0;
}

li p {
   padding-bottom: 0;
}

.container.content a,
.container.content a span,
.widget-area a,
.widget-area a span {
	font-weight: 500;
	color: #272727;
	text-decoration: none;
	position: relative;
	z-index: 1;
	display: inline;
}

.container.content a:hover,
.widget-area a:hover {
	color: inherit;
}

a::before,
a::after,
button::before,
button::after {
	font-weight: normal !important;
}

a.title-link::before,
.article-meta .article-categories a::before,
.content-column.full_width.blog ul.display-posts-listing > li a.title::before {
	display: none;
}

.container.content a[href^="mailto:"],
.container.content a.mail-link {
	white-space: nowrap;
}

.custom a[href^="tel:"] {
	font-weight: inherit;
	color: inherit;
	cursor: text;
}

.custom a[href^="tel:"]::before {
	display: none;
}

.container.content *[id^="id_"] {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}

.gb-block h2,
.gb-block h2 *,
.gb-block h3,
.gb-block h3 *,
.container.footer h3,
.container.footer h3 * {
	font-style: normal;
	font-weight: 400;
}

.gb-block h2,
.gb-block h2 *,
.gb-block h3,
.gb-block h3 * {
	color: #5CC4EC;
}

.gb-block h2.has-text-align-center,
.gb-block h3.has-text-align-center {
	text-align: center;
}

header .subtitle,
.gb-block h2,
.gb-block h3 {
	padding: 0;
	margin: 0 0 3px;
}

.gb-block p,
.gb-block ol,
.gb-block ul {
	padding: 0 0 29px;
}

.gb-block h1,
.gb-block h2,
.gb-block h2 *,
.gb-block h3,
.gb-block h3 *,
.gb-block p.hyphenate,
.gb-block li,
.gb-block li *,
.gb-block table td,
.gb-block table td * {
	overflow-wrap: break-word;
	word-wrap: break-word;

	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-before: 3;
	-webkit-hyphenate-limit-after: 3;
	-webkit-hyphenate-limit-chars: 6 3 3;
	-webkit-hyphenate-limit-lines: 2;
	-webkit-hyphenate-limit-last: always;
	-webkit-hyphenate-limit-zone: 8%;

	-moz-hyphens: auto;
	-moz-hyphenate-limit-chars: 6 3 3;
	-moz-hyphenate-limit-lines: 2;
	-moz-hyphenate-limit-last: always;
	-moz-hyphenate-limit-zone: 8%;

	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: 6 3 3;
	-ms-hyphenate-limit-lines: 2;
	-ms-hyphenate-limit-last: always;
	-ms-hyphenate-limit-zone: 8%;

	hyphens: auto;
	hyphenate-limit-chars: 6 3 3;
	hyphenate-limit-lines: 2;
	hyphenate-limit-last: always;
	hyphenate-limit-zone: 8%;
}

.gb-block h2 span.eo-blue,
.gb-block h3 span.eo-blue {
	color: #5CC4EC !important;
}

.gb-block h2 span.eo-grey,
.gb-block h3 span.eo-grey {
	color: #3D3D3D !important;
}

.gb-block ol ol,
.gb-block ol ul,
.gb-block ul ul,
.gb-block ul ol {
	padding: 0 0 0;
}

.gb-block img {
	margin: 0 0 40px;
}

figure figcaption {
	color: #AAAAAA;
	font-style: italic;
	text-align: center !important;
	margin-top: -40px;
	padding: 14px 0 14px;
}

.gb-block p img {
	margin: 6px 0 6px;
}

.wp-block-button {
	padding-bottom: 29px;
	margin: 0 auto !important;
}

.screen-reader-text {
	display: none;
}

/* ------------------------------------------------------------------------ */
/* Video Block																*/
/* ------------------------------------------------------------------------ */

.wp-block-video {
	width: 75% !important;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

.wp-block-video video {
	width: 100%;
	height: 50vh;
}

.wp-block-video [poster] {
	-o-object-fit: contain;
	object-fit: contain;
}

/* ------------------------------------------------------------------------ */
/* Section Header															*/
/* ------------------------------------------------------------------------ */

.sectionheader-helper {
	padding-top: 39px;
	text-align: left;
	position: relative;
	z-index: 2;
}

.sectionheader-helper::before {
	content: '';
	height: 1px;
	position: absolute;
	z-index: -1;
	bottom: 7px;
	left: 0;
	right: 0;
	background-color: #CBCBCB;
}

.sectionheader-helper strong {
	padding-right: 10px;
	background-color: #FFFFFF;
}

/* ------------------------------------------------------------------------ */
/* WP Content																*/
/* ------------------------------------------------------------------------ */

.content-column.full_width.thecontent {
	padding-top: 0;
	padding-bottom: 40px;
}

/* ------------------------------------------------------------------------ */
/* WP Archive																*/
/* ------------------------------------------------------------------------ */

.content-column.full_width.description {
	margin-top: 0 !important;
	padding-top: 0;
	padding-bottom: 4px;
}

/* ------------------------------------------------------------------------ */
/* Fancybox																	*/
/* ------------------------------------------------------------------------ */

.custom .fancybox-container,
.custom .fancybox-outer,
.custom .fancybox-inner,
.custom .fancybox-bg,
.custom .fancybox-stage {
	overflow: hidden !important;
}

.custom .fancybox-bg {
	background-color: transparent;
}

.custom .fancybox-inner .fancybox-infobar,
.custom .fancybox-inner .fancybox-infobar * {
	color: #FFFFFF;
}

.custom .fancybox-button {
	background-color: #121212;
}

.custom .fancybox-button svg path {
	fill: #FFFFFF;
}

.custom .fancybox-inner {
	overflow-y: hidden !important;
}

.custom .fancybox-active .fancybox-inner {
	overflow-y: scroll !important;
}

.custom .fancybox-is-open .fancybox-bg {
	opacity: 1;
}

.custom .fancybox-thumbs__list a::before {
	border: 5px solid #5CC4EC;
}

.custom .fancybox-thumbs {
	padding: 20px;
	background-color: #121212;
}

.custom .fancybox-caption__body {
	color: #FFFFFF;
	overflow: hidden;
}

/* ------------------------------------------------------------------------ */
/* Call to Action Button													*/
/* ------------------------------------------------------------------------ */

.cta.mit-box {
	margin-top: 40px;
	margin-bottom: 73px;
	background-color: #F2F2F2;
}

.cta.mit-box .table-helper {
	padding: 0 20px;
}

.cta.mit-box .table-helper table {
	table-layout: fixed;
	position: relative;
	z-index: 1;
}

.cta.mit-box .table-helper table tr td {
	width: 100%;
	padding: 0 20px;
	vertical-align: middle;
}

.cta.mit-box .table-helper table tr td a.button {
	background-color: #FFFFFF;
}

.cta-button {
	padding-top: 45px;
	padding-bottom: 75px;
	text-align: center;
}

.cta.mit-box .cta-button {
	padding-top: 40px;
	padding-bottom: 40px;
}

.cta-button .content-column.full_width {
	float: none;
	margin: 0px auto 14px;
	background-color: transparent;
	text-align: center;
}

.cta.mit-box .cta-button .content-column.full_width {
	margin: -6px auto 14px;
}

.cta-button .content-column.one_third {
	float: none;
	margin: 0 auto;
	padding-bottom: 0;
}

.cta-button .content-column.one_third a.button {
	background-color: #FFFFFF;
}

/* ------------------------------------------------------------------------ */
/* Responsive Tables														*/
/* ------------------------------------------------------------------------ */

.wp-block-table.is-style-stripes table {
	table-layout: fixed;
}

.wp-block-table.is-style-stripes table tr th,
.wp-block-table.is-style-stripes table tr td {
	height: auto;
	vertical-align: middle;
}

.wp-block-table.is-style-stripes table tr td {
	padding: 10px 5px;
}

.wp-block-table.is-style-stripes table tr th:first-child,
.wp-block-table.is-style-stripes table tr td:first-child {
	padding-left: 10px;
}

.wp-block-table.is-style-stripes table tr th:last-of-type,
.wp-block-table.is-style-stripes table tr td:last-of-type {
	padding-right: 10px;
}

.wp-block-table.is-style-stripes table tr th {
	height: 40px;
	color: #CBCBCB;
	background-color: #666666;
}

.wp-block-table.is-style-stripes table tr th strong,
.wp-block-table.is-style-stripes table tr th span {
	height: 40px;
	line-height: 40px;
	display: block;
	color: #CBCBCB;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.wp-block-table.is-style-stripes table tr td {
	background-color: #F2F2F2;
}

.wp-block-table.is-style-stripes table tr:nth-of-type(2n+2) td {
	background-color: #CBCBCB;
}

.wp-block-table.is-style-stripes table.bt tr td {
	height: auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.wp-block-table.is-style-stripes table.bt tr td:first-child {
	padding-left: 0;
}

.wp-block-table.is-style-stripes table.bt tr td:last-of-type {
	padding-right: 0;
}

.wp-block-table.is-style-stripes table.bt tr td::before {
	width: 33.3333%;
	line-height: 1.4;
	padding: 5px 5px 5px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.wp-block-table.is-style-stripes table.bt tr td span.bt-content {
	width: 66.6666%;
	line-height: 1.4;
	padding: 5px 10px 5px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wp-block-table.is-style-stripes table.bt tr > td:first-child {
	padding-top: 10px;
}

.wp-block-table.is-style-stripes table.bt tr > td:last-of-type {
	padding-bottom: 10px;
}

.wp-block-table.is-style-stripes table.bt tr td.bt-hide:last-of-type {
	height: 10px;
	display: block;
}

.wp-block-table.is-style-stripes table.bt tr td.bt-hide:last-of-type::before {
	display: none;
}

/* ------------------------------------------------------------------------ */
/* Section Header															*/
/* ------------------------------------------------------------------------ */

.wp-block-sectionheader {
	padding: 0 0 65px;
}

.wp-block-sectionheader strong.small {
	display: block;
	font-weight: 400;
}

.container.content .wp-block-sectionheader h2,
.container.content .wp-block-sectionheader h2 * {
	font-weight: 700;

}

.wp-block-sectionheader h2 span {
	font-weight: 700;
	color: #5CC4EC;
}

/* ------------------------------------------------------------------------ */
/* Section 2-columns														*/
/* ------------------------------------------------------------------------ */
.wp-block-columns {
	margin-bottom: 0 !important;
}

/* ------------------------------------------------------------------------ */
/* Section 2-columns														*/
/* ------------------------------------------------------------------------ */

.wp-block-2columns {
}

/* ------------------------------------------------------------------------ */
/* Section 3-columns														*/
/* ------------------------------------------------------------------------ */

.wp-block-3columns {
}

/* ------------------------------------------------------------------------ */
/* Gutenberg Block Success Story											*/
/* ------------------------------------------------------------------------ */

.wp-block-sectionheader.success-story {
	padding-top: 70px;
}

.wp-block-sectionheader.success-story > strong.small {
	color: #DADADA;
	display: block;
	font-weight: 400;
}

.wp-block-sectionheader.success-story > h2 {
	color: #FFFFFF;
	font-weight: 700;
}

.wp-block-sectionheader.success-story,
.wp-block-3columns.success-story {
	position: relative;
	z-index: 1;
	background-color: #010101;
}

.wp-block-3columns.success-story {
	margin-bottom: 75px;
	padding-bottom: 44px;
}

.wp-block-3columns.success-story * {
	color: #DADADA;
}

.wp-block-3columns.success-story .one_third h2 {
	margin-bottom: 25px;
}

/* ------------------------------------------------------------------------ */
/* Block Embed																*/
/* ------------------------------------------------------------------------ */

.wp-block-embed .wp-block-embed__wrapper {
	text-align: center;
	padding-top: 45px;
	padding-bottom: 54px;
}

.wp-block-embed .wp-block-embed__wrapper > * {
	display: table;
	margin: 0 auto;
}

.content-column.full_width.thecontent .wp-block-embed .BorlabsCookie {
	width: 100%;
	position: relative;
	z-index: 1;
	left: 0;
	right: 0;
}

.content-column.full_width.thecontent .wp-block-embed .BorlabsCookie .twitter-helper {
	background-color: #F2F2F2;
	background-image: url('../../global/img/platzhalter_twitter_1200x675.svg');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	z-index: 1;
}

.content-column.full_width.thecontent .wp-block-embed .BorlabsCookie .youtube-helper {
	background-color: #F2F2F2;
	background-image: url('../../global/img/platzhalter_youtube_1200x675.svg');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	z-index: 1;
}

/* ------------------------------------------------------------------------ */
/* Gutenberg Block Galerie													*/
/* ------------------------------------------------------------------------ */

.wp-block-gallery {
	margin: 34px -20px 35px -20px !important;
	background-color: transparent;
	overflow: visible;
}

.wp-block-gallery ul {
	width: 100%;
	margin: 0 !important;
	padding: 0 10px 10px !important;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.wp-block-gallery ul li {
	padding: 10px 10px 10px !important;
	display: flex;
}

.wp-block-gallery ul li::before,
.wp-block-gallery ul li a::before {
	display: none;
}

.wp-block-gallery ul li a {
	border: 0 none !important;
	display: block !important;
	overflow: visible;
}

.wp-block-gallery ul li a img {
	width: 100%;
	margin: 0 !important;
	padding: 0;
	position: relative;
	z-index: 1;
}

p.block-gallery {
	line-height: 1;
	margin-top: -6px;
	padding: 0 0 0 20px !important;
}

p.block-gallery .enlarge {
	padding-left: 20px;
	position: relative;
	z-index: 1;
}

p.block-gallery .enlarge::before {
	content: '\f1ff';
	font-family: 'Ionicons';
	font-size: 16px;
	color: #ABABAB;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

/* ------------------------------------------------------------------------ */
/* Gutenberg Block Sprungmarke												*/
/* ------------------------------------------------------------------------ */

.block-sprungmarke {
	text-align: center;
	padding-top: 44px;
	padding-bottom: 75px;
}

.autor + .block-sprungmarke,
.wp-block-additional + .block-sprungmarke {
	margin-top: 6px;
	padding-top: 0;
}

.content-column.full_width.thecontent > .block-sprungmarke:last-of-type {
	padding-bottom: 40px;
}

.block-sprungmarke .button-helper {
	margin: 0 auto;
}

/* ------------------------------------------------------------------------ */
/* Archive und Single														*/
/* ------------------------------------------------------------------------ */

.article-meta {
	display: none;
	height: 40px;
	position: absolute;
	z-index: 1;
	top: 0;
}

.article-meta,
.article-meta * {
	line-height: 40px !important;
}

.article-meta * {
	float: left;
}

.article-meta .cat {
	display: none;
}

.article-meta .trenner {
	color: #E0EFFA;
	display: none;
}

.article-meta time {
	color: #AAAAAA;
}

.article-meta .article-categories span.cat:first-child span.trenner {
	display: none;
}

/* ------------------------------------------------------------------------ */
/* Footer																	*/
/* ------------------------------------------------------------------------ */

.container.footer {
	background-color: #010101;
}

.container.footer footer {
	padding-top: 80px;
	padding-bottom: 40px;
	background-color: #010101;
	position: relative;
	z-index: 1;
}

.container.footer .one_third.kontakt {
	display: none;
}

.container.footer .one_third.kontakt:has(.wp-block-group) {
	display: block;
}

.container.footer footer * {
	color: #DADADA;
}

.container.footer footer .site-branding {
	margin-bottom: 75px;
}

.container.footer footer h3 {
	color: #757575;
	font-weight: 400;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #3D3D3D;
	display: block;
}

.container.footer footer ul > li a:hover,
.container.footer footer ul > li a:hover {
	color: #5CC4EC;
}

.container.footer footer a::before {
	display: none;
}

.container.footer footer p,
.container.footer footer ul,
.container.footer footer table {
	margin-bottom: 30px;
}

.container.footer footer .menu-metanavigation-container ul > li::before {
	display: none;
}

.container.footer footer .menu-metanavigation-container ul > li a {
	text-transform: uppercase;
}

/* ------------------------------------------------------------------------ */
/* Back to Top																*/
/* ------------------------------------------------------------------------ */

.back-to-top {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	z-index: 2;
	background-color: transparent;
	border: 0 none;
	cursor: pointer;
	overflow: visible;
}

.back-to-top::before,
.back-to-top::after {
	content: '\f102';
	display: block;
	font-size: 28px;
	width: 40px;
	line-height: 39px;
	height: 40px;
	text-align: right;
	position: absolute;
	left: 0;
	z-index: 0;
	overflow: hidden;
	padding-left: 1px;
	transition: all 0.3s ease;
}

.back-to-top::before {
	top: 0;
	color: #DADADA;
}

.back-to-top::after {
	top: 40px;
	color: transparent;
}

.back-to-top:hover::before {
	top: -40px;
	color: transparent;
}

.back-to-top:hover::after {
	top: 0;
	color: #5CC4EC;
}

/* ------------------------------------------------------------------------ */
/* JQUERY UI Select															*/
/* ------------------------------------------------------------------------ */

.custom .wpcf7 .ui-button {
	width: auto !important;
	height: 54px;
	display: block;
	margin: 0;
	padding: 0;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #3D3D3D;
	border-radius: 0;
	background-color: transparent;
	position: relative;
	z-index: 1;
}

.custom .wpcf7 .ui-button.ui-selectmenu-button-open {
	border-color: #5CC4EC;
}

.custom .wpcf7 .ui-button .ui-selectmenu-text {
	font-family: 'Roboto', 'Arial', sans-serif;
	font-style: normal;
	height: 53px;
	line-height: 54px;
	margin: 0;
	padding: 0 40px 0 40px;
	background-color: transparent;
	position: relative;
	z-index: 1;
	transition: background-color 0.4s ease;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-moz-touch-callout: none;
	-ms-touch-callout: none;
	-o-touch-callout: none;
	touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default;
}

.custom .wpcf7 .ui-button[aria-labelledby^="ui-id"] .ui-selectmenu-text,
.custom .wpcf7 .ui-button.ui-selectmenu-button-open[aria-labelledby^="ui-id"] .ui-selectmenu-text {
	font-size: 2.1rem;
	font-weight: 300;
	color: #5CC4EC;
}

.custom .wpcf7 .ui-button .ui-selectmenu-text,
.custom .wpcf7 .ui-button#ui-id-1-button[aria-labelledby="ui-id-2"] .ui-selectmenu-text {
	font-size: 15px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.75);
}

.custom .wpcf7 .ui-button.ui-selectmenu-button-open#ui-id-1-button[aria-labelledby="ui-id-2"] .ui-selectmenu-text {
	color: #010101;
}

.custom .wpcf7 .ui-button.ui-selectmenu-button-open .ui-selectmenu-text {
	color: #010101;
	background-color: #3D3D3D;
}

.custom .wpcf7 span.wpcf7-form-control-wrap .ui-button .ui-selectmenu-text::before,
.custom .wpcf7 span.wpcf7-form-control-wrap .ui-button .ui-selectmenu-text::after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	width: 40px;
	line-height: 54px;
	text-align: center;
	color: #3D3D3D;
	transition: color 0.4s ease;
}

.custom .wpcf7 span.wpcf7-form-control-wrap .ui-button .ui-selectmenu-text::after {
	width: 40px;
	height: 54px;
	text-align: center;
}

.custom .wpcf7 span.wpcf7-form-control-wrap .ui-button .ui-selectmenu-text::before {
	left: 0;
}

.custom .wpcf7 span.wpcf7-form-control-wrap[data-name="your-budget"] .ui-button .ui-selectmenu-text::before {
	content: '\f1c0';
	font-size: 15px;
}

.custom .wpcf7 span.wpcf7-form-control-wrap[data-name="your-job-archive"] .ui-button .ui-selectmenu-text::before,
.custom .wpcf7 span.wpcf7-form-control-wrap.your-job-archive .ui-button .ui-selectmenu-text::before {
	content: '\f19d';
	font-size: 17px;
}

.custom .wpcf7 .ui-button.ui-selectmenu-button-open .ui-selectmenu-text::before {
	color: #010101;
}

.custom .wpcf7 span.wpcf7-form-control-wrap[data-name="your-budget"] .ui-button .ui-selectmenu-text::after,
.custom .wpcf7 span.wpcf7-form-control-wrap[data-name="your-job-archive"] .ui-button .ui-selectmenu-text::after,
.custom .wpcf7 span.wpcf7-form-control-wrap.your-job-archive .ui-button .ui-selectmenu-text::after  {
	content: '\f3d0';
	font-family: 'Ionicons';
	font-size: 18px;
	right: 0;
	color: rgba(255, 255, 255, 0.35);
}

.custom .wpcf7 span.wpcf7-form-control-wrap[data-name="your-budget"] .ui-button.ui-selectmenu-button-open .ui-selectmenu-text::after,
.custom .wpcf7 span.wpcf7-form-control-wrap[data-name="your-job-archive"] .ui-button.ui-selectmenu-button-open .ui-selectmenu-text::after,
.custom .wpcf7 span.wpcf7-form-control-wrap.your-job-archive .ui-button.ui-selectmenu-button-open .ui-selectmenu-text::after {
	content: '\f406';
	font-size: 24px;
	color: #010101;
}

.custom .wpcf7 .ui-button .ui-selectmenu-icon {
	display: none;
}

.custom .ui-selectmenu-menu.ui-front {
	z-index: 3;
}

.custom .ui-selectmenu-menu .ui-menu {
	max-height: 162px;
	margin-top: -1px;
	padding-bottom: 0;
	border-width: 1px;
	border-color: #5CC4EC;
	border-radius: 0;
	background-color: #5CC4EC;
}

.custom .ui-selectmenu-menu .ui-menu > li {
	height: 55px;
	padding-top: 1px;
	display: block;
}

.custom .ui-selectmenu-menu .ui-menu > li:first-child {
	height: 54px;
	padding-top: 0;
}

.custom .ui-selectmenu-menu .ui-menu > li::before {
	display: none;
}

.custom .ui-selectmenu-menu .ui-menu > li div.ui-menu-item-wrapper,
.custom .ui-selectmenu-menu .ui-menu > li div.ui-menu-item-wrapper.ui-state-active,
.custom .ui-selectmenu-menu .ui-menu > li div.ui-menu-item-wrapper.ui-state-active:hover {
	height: 54px;
	display: block;
	line-height: 54px;
	font-size: 15px;
	margin: 0;
	text-align: left;
	padding: 0;
	padding-left: 10px;
	color: #010101;
	background-color: #F2F2F2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 0 none;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.custom .ui-selectmenu-menu .ui-menu > li div.ui-menu-item-wrapper:hover,
.custom .ui-selectmenu-menu .ui-menu > li div.ui-menu-item-wrapper.ui-state-active,
.custom .ui-selectmenu-menu .ui-menu > li div.ui-menu-item-wrapper.ui-state-active:hover  {
	color: #5CC4EC;
	background-color: #3D3D3D;
}

.custom .ui-selectmenu-menu .ui-menu > li:first-child > div.ui-menu-item-wrapper,
.custom .ui-selectmenu-menu .ui-menu > li:first-child > div.ui-menu-item-wrapper.ui-state-active,
.custom .ui-selectmenu-menu .ui-menu > li:first-child > div.ui-menu-item-wrapper.ui-state-active:hover {
	color: #010101;
	background-color: #CBCBCB;
	cursor: default;
}

/* ------------------------------------------------------------------------ */
/* Pop Up																	*/
/* ------------------------------------------------------------------------ */

.popup {
	width: 0;
	position: fixed;
	z-index: 101;
	overflow: visible;
}

html.menu-open .popup {
	overflow-y: scroll;
}

.popup .popup-helper {
	width: 0;
	position: relative;
	z-index: 1;
}

.popup .popup-content {
	min-width: 420px;
	max-width: 420px;
	position: relative;
	z-index: 2;
	padding: 60px 20px 40px;
	background-color: #5CC4EC;
	box-shadow: 0 0 5px rgba(1, 1, 1, 0);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.popup .popup-content * {
	color: #FFFFFF;
}

.popup .popup-content.toggled-on {
	box-shadow: 0 0 5px rgba(1, 1, 1, 0.35);
}

.popup .popup-content.toggled-on.close {
	box-shadow: 0 0 5px rgba(1, 1, 1, 0);
}

html.menu-open .popup .popup-content.toggled-on {
	overflow-y: scroll;
	-webkit-filter: blur(8px) grayscale(1);
	-moz-filter: blur(8px) grayscale(1);
	-ms-filter: blur(8px) grayscale(1);
	-o-filter: blur(8px) grayscale(1);
	filter: blur(8px) grayscale(1);
}

.popup .popup-content button.close {
	width: 50px;
	height: 50px;
	border: 0 none;
	overflow: hidden;
	text-align: center;
	text-indent: -1000px;
	position: absolute;
	z-index: 1;
	top: 5px;
	right: 5px;
	cursor: pointer;
	background-color: #FFFFFF;
	opacity: 1;
	-webkit-mask: url('../../global/img/eo_hexagon_menubutton-back.svg');
	-webkit-mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask: url('../../global/img/eo_hexagon_menubutton-back.svg');
	mask-size: 100%;
	mask-repeat: no-repeat;
}

.popup .popup-content button.close::before {
	content: '\f406';
	width: 50px;
	height: 50px;
	font-family: 'Ionicons';
	color: #3D3D3D;
	font-size: 32px;
	line-height: 51px;
	text-align: center;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	text-indent: 0;
}

.popup .popup-content p {
	padding: 0 0 29px;
}

.popup .popup-content a.button,
.popup .popup-content button:not(.close) {
	margin-top: 5px;
}

.popup.layout3 .popup-content {
	padding: 60px 20px 20px;
}

.popup.layout3 .popup-content .eo-form {
	margin: 0;
	padding: 0;
}

.popup.layout4 .popup-content {
	padding: 60px 20px 20px;
}

.popup.layout4 .popup-content > .helper {
	width: 380px;
	overflow: hidden;
}

.popup.layout4 .popup-content > .helper .content1,
.popup.layout4 .popup-content > .helper .content2 {
	overflow: hidden;
	transition: height 0.3s ease, transform 0.3s ease;
}

.popup.layout4 .popup-content > .helper.form-closed .content1 {
	height: auto;
	transform: translateX(0);
}

.popup.layout4 .popup-content > .helper.form-closed .content2 {
	height: 0;
	transform: translateX(100%);
}

.popup.layout4 .popup-content > .helper.form-opened .content1 {
	height: 0;
	transform: translateX(-100%);
}

.popup.layout4 .popup-content > .helper.form-opened .content2 {
	height: auto;
	transform: translateX(0);
}

.popup.layout4 .popup-content > .helper .content1 img {
	max-width: calc(100% - 66.6666% - 20px);
	float: left;
	margin: 0 20px 20px 0;
}

.popup.layout4 .popup-content > .helper .content1 p {
	padding: 0 0 20px 0;
}

.popup.layout4 .popup-content > .helper .content1 button {
	margin: 0 0 20px 0;
}

.popup.layout5 .helper img {
	max-width: calc(100% - 66.6666% - 20px);
	float: left;
	margin: 0 20px 20px 0;
}

.popup.layout5 .helper p {
	padding: 0 0 20px 0;
}

.popup .popup-content div input[type="text"],
.popup .popup-content div input[type="email"],
.popup .popup-content div input[type="tel"],
.popup .popup-content div input[type="search"],
.popup .popup-content div input[type="file"],
.popup .popup-content div select,
.popup .popup-content div textarea,
.popup .popup-content div input:-internal-autofill-selected {
	color: #3D3D3D !important;
	border-color: rgba(255, 255, 255, 0.45) !important;
}

.popup .popup-content div input[type="text"]:focus,
.popup .popup-content div input[type="email"]:focus,
.popup .popup-content div input[type="tel"]:focus,
.popup .popup-content div input[type="search"]:focus,
.popup .popup-content div input[type="file"]:focus,
.popup .popup-content div select:focus,
.popup .popup-content div textarea:focus,
.popup .popup-content div input:focus:-internal-autofill-selected {
	border-color: #FFFFFF !important;
	background-color: rgba(255, 255, 255, 0.25) !important;
}

.popup .popup-content .eo-form .hs-form-field div.input:before {
    color: rgba(255, 255, 255, .45) !important;
}

.popup .popup-content .eo-form .hs-form-field div.input ::-webkit-input-placeholder {
	color: #FFFFFF !important;
}

.popup .popup-content .eo-form .hs-form-field div.input ::-moz-placeholder {
	color: #FFFFFF !important;
}

.popup .popup-content .eo-form .hs-form-field div.input ::placeholder {
	color: #FFFFFF !important;
}

.popup .popup-content div input[type="submit"],
.popup .popup-content div input[type="submit"]:active,
.popup .popup-content div input[type="submit"]:focus {
	color: #FFFFFF;
	background-color: transparent !important;
	border-color: #FFFFFF !important;
}

.popup .popup-content .eo-form .hs-submit .actions::before {
	color: #FFFFFF;
}

/* ----------------------- 		Media Queries	   ------------------------ */

/* ------------------------------------------------------------------------ */
/* General Definitions all Sizes											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 0em) {
	.gb-block h2,
	.gb-block h2 *,
	.gb-block h3,
	.gb-block h3 * {
		font-size: 4.5rem !important;
		line-height: 1.1 !important;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 480px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 29.9375em) and (orientation: portrait) {
	.gb-block h2,
	.gb-block h2 *,
	.gb-block h3,
	.gb-block h3 * {
		font-size: 3.4rem !important;
		line-height: 1.1 !important;
	}

	/* ------------------------------------------------------------------------ */
	.wp-block-gallery ul > li {
		width: 50% !important;
	}

	.custom .popup .popup-content {
		width: 100vw;
		min-width: 1px;
		max-width: 100vw;
	}

	.custom .popup.layout4 .popup-content > .helper {
		width: calc(100vw - 40px);
	}

	.custom .popup .popup-content {
		transform: translate(-100%, 0%);
	}

	.custom .popup .popup-content.toggled-on {
		transform: translate(-100%, -100%);
	}

	.custom .popup .popup-content.toggled-on.close {
		transform: translate(-100%, 0%);
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 480px (landscape, devices and browsers)					    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-height: 29.9375em) and (max-width: 47.9375em) and (orientation: landscape) {
	.gb-block h2,
	.gb-block h2 *,
	.gb-block h3,
	.gb-block h3 * {
		font-size: 3.4rem !important;
		line-height: 1.1 !important;
	}

	/* ------------------------------------------------------------------------ */
	.wp-block-gallery ul > li {
		width: 33.3333% !important;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 30em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 30em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px (landscape, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-height: 30em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 640px (devices and browsers)								    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 39.9375em) {
	.custom .wp-block-gallery ul > li {
		width: 33.3333%;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 640px (portrait, devices and browsers)					    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 39.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 640px (landscape, devices and browsers)					    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 39.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 768px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 47.9375em) {
	.custom .content-column.full_width:not(.spezial):not(.allyouneed) > .full_width-helper > .one_third  {
		width: 100%;
	}

	.wp-block-gallery ul > li {
		width: 25%;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 768px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 47.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 768px (landscape, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-height: 47.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 768px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 48em) {
	.wp-block-gallery ul > li {
		width: 20%;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes from 768px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 48em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 768px (landscape, devices and browser							*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-height: 48em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px to 1024px (devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 30em) and (max-width: 63.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px to 1024px (portrait, devices and browsers)				*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 30em) and (max-width: 63.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px to 1024px (landscape, devices and browsers)				*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-height: 30em) and (max-width: 63.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1024px (devices and browsers)								*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 63.9375em) {
	.container.content a:not(.button):not(.lightbox):not(.title-link):not(.youtube.preview):not(.page-numbers):not(.img-link) {
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: #5CC4EC;
	}

	a.more-link {
		display: inline-block !important;
	}

	a.more-link {
		margin-right: 20px;
	}

	a.more-link::after {
		content: '';
		font-family: 'shopware';
		position: relative;
		z-index: 1;
		color: #5CC4EC;
	}

	a.more-link::after {
		content: '\e60f';
		font-size: 12px;
		margin-top: 2px;
		margin-left: 4px;
	}

	.popup {
		top: 0;
		right: -1px;
	}

	.popup .popup-helper {
		height: 100vh;
		display: block;
	}

	.popup .popup-content {
		transform: translate(0%, -100%);
	}

	.popup .popup-content.toggled-on {
		transform: translate(-100%, -100%);
	}

	.popup .popup-content.toggled-on.close {
		transform: translate(0%, -100%);
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1024px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 63.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1024px (landscape, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-height: 63.9375em) and (max-width: 79.9375em) and (orientation: landscape) {
	.custom .content-column.full_width:not(.spezial):not(.allyouneed) > .full_width-helper > .one_third  {
		width: 50%;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1024px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) {
	.container.content a:not(.button):not(.lightbox):not(.title-link):not(.youtube.preview):not(.page-numbers):not(.img-link) {
		white-space: normal;
	}

	.container.content a:not(.button):not(.lightbox):not(.title-link):not(.youtube.preview):not(.page-numbers):not(.img-link)::before {
		content: '';
		height: 1px;
		position: absolute;
		z-index: 1;
		bottom: -1px;
		left: 0;
		right: 0;
		background-color: #5CC4EC;
		transition: opacity 0.5s ease, left 0.5s ease, right 0.5s ease;
	}

	.container.content a:not(.button):not(.lightbox):not(.title-link):not(.youtube.preview):not(.page-numbers):not(.img-link):hover::before {
		left: 50%;
		right: 50%;
		opacity: 0;
	}

	a.more-link {
		display: inline-block;
	}

	a.more-link {
		margin-right: 20px;
	}

	a.more-link::after {
		content: '';
		font-family: 'shopware';
		position: absolute;
		z-index: 1;
		top: 50%;
		color: #5CC4EC;
		opacity: 0;
		transform: translateY(-50%);
		transition: opacity 0.3s ease, left 0.5s ease, right 0.5s ease;
	}

	a.more-link::after {
		content: '\e60f';
		font-size: 12px;
		left: 50%;
		margin-top: 2px;
		margin-left: 4px;
	}

	a.more-link:hover::after {
		left: 100%;
		opacity: 1;
	}

	.popup {
		top: 0;
		right: -1px;
	}

	.popup .popup-helper {
		height: 50vh;
		min-height: 540px;
		display: block;
	}

	.popup .popup-content {
		transform: translate(0%, -100%);
	}

	.popup .popup-content.toggled-on {
		transform: translate(-100%, -100%);
	}

	.popup .popup-content.toggled-on.close {
		transform: translate(0%, -100%);
	}

	.popup .popup-content input[type="submit"]:hover {
		color: #5CC4EC;
		background-color: #FFFFFF !important;
		border-color: #FFFFFF !important;
	}

	.popup .popup-content .eo-form .hs-submit .actions:hover::after {
		color: #5CC4EC !important;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1024px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1024px (landscape, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Monitor sizes from 1024px to 1280px (devices and browsers)				*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) and (max-width: 79.9375em) {
	.wp-block-gallery ul > li {
		width: 20%;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1280px (devices and browsers)								*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 79.9375em) {
	.content-column.full_width:not(.spezial):not(.allyouneed) > .full_width-helper > .one_third  {
		width: 50%;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1280px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 79.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1280px (landscape, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 79.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1280px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 80em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1440px (devices and browsers)								*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 89.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1440px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 90em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1280px to 1600px (devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 80em) and (max-width: 99.9375em) {
	.wp-block-gallery ul > li {
		width: 20%;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1280px to 1600px (devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 99.9375em) {
	.back-to-top {
		top: 40px;
		right: 50%;
		margin-top: 0;
		margin-right: -20px;
	}

	.back-to-top::before,
	.back-to-top::after {
		text-align: center;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1600px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 100em) {
	.wp-block-gallery ul > li {
		width: 20%;
	}

	.back-to-top {
		top: 50%;
		right: 40px;
		margin-top: -20px;
	}

	.back-to-top::before,
	.back-to-top::after {
		text-align: right;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1920px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 120em) {
	.wp-block-gallery ul > li {
		width: 20%;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes from 2800px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 160em) {
	.wp-block-gallery ul > li {
		width: 16.6666%;
	}
}