/*
Theme Name: dh-Go102-Theme
Author: digitaleheimat
Description: dh theme for go102
Version: 0.0.1
Requires at least: 6.2
Text Domain: dh-block-basic
*/
/* montserrat-regular */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('./assets/fonts/montserrat-regular.woff2') format('woff2');
}
/* montserrat-500 */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('./assets/fonts/montserrat-500.woff2') format('woff2');
}
/* montserrat medium */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('./assets/fonts/montserrat-medium.woff2') format('woff2');
}
/* montserrat-600 semibold */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('./assets/fonts/montserrat-semibold.woff2') format('woff2');
}
/* montserrat-bold */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    src: url('./assets/fonts/montserrat-bold.woff2') format('woff2');
}
:root {
  --bg-default: #552885;
  --bg-default-light: #A694C2;
  --bg-white: #ffffff;
  --bg-transparent: #ffffff00;
  --bg-karriere: #41B5A7;
  --bg-service: #3B90B0;
  --bg-service-light: #8CFCED;
  --bg-unternehmen: #D85194;
  --bg-blog: #C6D66A;
  --bg-suche: #FCC643;
  --bg-input-default: #ffffff;

  --opacity-20-default: rgba(85, 40, 133, 0.2);
  --opacity-20-default-light: rgba(166, 148, 194, 0.2);
  --opacity-20-white: rgba(255, 255, 255, 0.2);
  --opacity-20-karriere: rgba(65, 181, 168, 0.2);
  --opacity-20-service: rgba(59, 145, 176, 0.2);
  --opacity-20-unternehmen: rgba(216, 81, 148, 0.2);
  --opacity-20-blog: rgba(198, 214, 106, 0.2);
  --opacity-20-suche: rgba(252, 196, 67, 0.2);
  --opacity-20-black: rgba(0, 0, 0, 0.2);

  --border-default: #552885;
  --border-karriere: #41B5A7;
  --border-service: #3B90B0;
  --border-unternehmen: #D85194;
  --border-blog: #C6D66A;
  --border-suche: #FCC643;
  --border-input-default: #ffffff;

  --text-black: #202020;
  --text-anthracite: #808080;
  --text-hell-gray: #f2f2f2;
  --text-white: #ffffff;
  --text-input-placeholder-default:#552885;
  --text-gray: #D1D5DB;
}
body, button, .wp-element-button, select, input{
    font-family: 'Montserrat';
}
body, html{
    overflow-x: hidden;
}
body{
	background: #182027;
    color:var(--text-gray);
    font-size: 16px;
    font-weight:500;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
p, .teaser-wrapper .text-left span {
    line-height: 150%;
}
p a, .job-content-wrapper ul li a, main .wp-block-column ul li a {
    color: var(--text-anthracite);
}
p a:hover, .job-content-wrapper ul li a:hover, main .wp-block-column ul li a:hover {
    color: var(--text-black);
}
.small-single-post-teaser a {
    text-decoration: none;
}
html[lang="de"] q { quotes: "“" "“" }
html.has-layer-open {
    overflow: inherit;
}
q:lang(de) { quotes: "“" "“" }
.bg-default { background-color: var(--bg-default) !important; }
.bg-default-light { background-color: var(--bg-default-light) !important; }
.bg-infocenter { background-color: var(--bg-blog) !important; }
.bg-karriere { background-color: var(--bg-karriere) !important; }
.bg-service { background-color: var(--bg-service) !important; }
.bg-unternehmen { background-color: var(--bg-unternehmen) !important; }
.bg-white { background-color: var(--bg-white) !important; }
.bg-suche { background-color: var(--bg-suche) !important; }
.bg-transparent { background-color: var(--bg-transparent) !important; }

.border-none { border:none !important; }
.border-1 { border-width:1px !important; border-style: solid !important;}
.border-2 { border-width:2px !important; border-style: solid !important;}
.border-3 { border-width:3px !important; border-style: solid !important;}
.border-4 { border-width:4px !important; border-style: solid !important;}
.border-5 { border-width:5px !important; border-style: solid !important;}

.border-default { border-color: var(--bg-default) !important; }
.border-default-light { border-color: var(--bg-default-light) !important; }
.border-infocenter { border-color: var(--bg-blog) !important; }
.border-karriere { border-color: var(--bg-karriere) !important; }
.border-service { border-color: var(--bg-service) !important; }
.border-unternehmen { border-color: var(--bg-unternehmen) !important; }
.border-white { border-color: var(--bg-white) !important; }
.border-suche { border-color: var(--bg-suche) !important; }
.border-transparent { border-color: var(--bg-transparent) !important; }
.border-anthracite { border-color: var(--text-anthracite) !important; }

.bg-opacity-20-default { background-color: var(--opacity-20-default) !important; }
.bg-opacity-20-infocenter { background-color: var(--opacity-20-blog) !important; }
.bg-opacity-20-karriere { background-color: var(--opacity-20-karriere) !important; }
.bg-opacity-20-service { background-color: var(--opacity-20-service) !important; }
.bg-opacity-20-unternehmen { background-color: var(--opacity-20-black) !important; }
.bg-opacity-20-white { background-color: var(--opacity-20-white) !important; }
.bg-opacity-20-suche { background-color: var(--opacity-20-suche) !important; }

.color-default { color: var(--bg-default) !important; }
.color-default-light { color: var(--bg-default-light) !important; }
.color-infocenter { color: var(--bg-blog) !important; }
.color-karriere { color: var(--bg-karriere) !important; }
.color-service { color: var(--bg-service) !important; }
.color-unternehmen { color: var(--bg-unternehmen) !important; }
.color-suche { color: var(--bg-suche) !important; }
.color-black { color: var(--text-black) !important; }
.color-anthracite { color: var(--text-anthracite) !important; }
.color-hell-gray { color: var(--text-hell-gray) !important; }
.color-white { color: var(--text-white) !important; }

.badge {
    display: inline-flex;
    padding: 1px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 15px;
    border: 1px solid var(--text-anthracite);
    background: var(--bg-white);
}
.badge.invert {
    background: var(--text-anthracite);
    color:var(--text-white);
}
.job-content-wrapper .badges {
    display: flex;
    flex-direction: row;
    gap:10px
}
.job-content-wrapper .badges .badge {
    display: flex;
    padding: 1px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
}
.main{
    margin: 0 auto;
    position: relative; 
    overflow: hidden; 
}
.h-auto { height: auto !important; }
.h-100 { height: 100% !important; }
.h-75 { height: 75% !important; }
.h-50 { height: 50% !important; }
.h-25 { height: 25% !important; }
.fullwidth {
    width: 100%;
    height:auto;
}
.fullwidth .image-left {
    height: calc(100% + 50px);
}

.fullwidth .box-right {
    top:90px;
    max-width:880px;
}
.fullwidth .box-right, .fullwidth .box-left {
    height:550px;
}
@media(max-width:991px){
	.wp-site-blocks > main.wp-block-group{
		margin-top:105px;
	}
	.wp-site-blocks > main.wp-block-group .wp-block-spacer {
		display:none;
	}
    .fullwidth {
        height:auto;
        max-height: inherit
    }
    .fullwidth .image-left {
        height: calc(100% + 50px);
        right: inherit !important;
        position: inherit !important;
        bottom: inherit !important;
        margin-left: auto;
        display: block;
        margin-right: auto;
        margin-top: -15%;
    }
    .fullwidth .box-right {
        background-color: var(--bg-transparent) !important;
        width: auto !important;
        position: inherit !important;
        top: inherit !important;
        left: inherit !important;
        border-radius: inherit !important;
        height: auto;
        max-width: 100%;
    }
    .fullwidth .box-right .teaser-wrapper  {
        max-width: 100%;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -15%;
    }
    .fullwidth .box-right .teaser-wrapper h2 {
        font-size: 32px !important;
        line-height: 42px !important;
        font-weight: 700;
    }
    .fullwidth .teaser-wrapper.thema-transparent .button .wp-element-button{
        width:100% !important;
    }
}
@media(min-width:992px) and (max-width:1199px){
    .fullwidth .box-right, .fullwidth .box-left {
        height:500px;
    }
    .fullwidth .box-right .teaser-wrapper h2 {
        font-size: 48px !important;
        line-height: 58px !important;
        font-weight: 700;
    }
}
.fullwidth .col-inner {
    max-width: var(--wp--style--global--content-size);
    margin: auto;
}
.fullwidth.highlighted-post-wrapper {
    margin-top:0;
    padding-top: 50;
}
@media(min-width:992px){
    .bg-full-left, .thema-default .bg-full-left {
        background: var(--bg-default);
        background: linear-gradient(90deg, var(--bg-default) 0%, var(--bg-default) 50%, var(--bg-white) 50%);
    }
    .thema-karriere .bg-full-left {
        background: linear-gradient(90deg, var(--bg-karriere) 0%, var(--bg-karriere) 50%, var(--bg-white) 50%);
    }
    .thema-infocenter .bg-full-left {
        background: linear-gradient(90deg, var(--bg-blog) 0%, var(--bg-blog) 50%, var(--bg-white) 50%);
    }
    .thema-service .bg-full-left {
        background: linear-gradient(90deg, var(--bg-service) 0%, var(--bg-service) 50%, var(--bg-white) 50%);
    }
    .thema-unternehmen .bg-full-left {
        background: linear-gradient(90deg, var(--bg-unternehmen) 0%, var(--bg-unternehmen) 50%, var(--bg-white) 50%);
    }
    .thema-suche .bg-full-left {
        background: linear-gradient(90deg, var(--bg-suche) 0%, var(--bg-suche) 50%, var(--bg-white) 50%);
    }
}

.thema-transparent .thema-bg {
    background-color: var(--bg-transparent) !important;
}
.thema-default .thema-bg {
    background-color: var(--bg-default) !important;
}
.thema-karriere .thema-bg {
    background-color: var(--bg-karriere) !important;
}
.thema-infocenter .thema-bg {
    background-color: var(--bg-blog) !important;
}
.thema-service .thema-bg {
    background-color: var(--bg-service) !important;
}
.thema-unternehmen .thema-bg {
    background-color: var(--bg-unternehmen) !important;
}
.thema-suche .thema-bg {
    background-color: var(--bg-suche) !important;
}

.bg-overlay-left {
    position: absolute;
    width: calc(50% - 400px);
    height: calc(100% - 20px);
    background-color: var(--bg-white);
    z-index: 2;
    top: -10px;
    bottom: -10px;
    left: -10px;
}
h1,
.is-layout-constrained h1,
.is-layout-flow h1 {
	font-weight: bold;
	font-size: 3.75rem;
	color: transparent;
	margin-bottom: 25px;
	line-height: 4rem;
	background-image: linear-gradient(to right, rgb(153, 202, 69), rgb(255, 255, 255), rgb(153, 202, 69));
	background-clip: text;
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
}
h1::after {
  content: "";
  width: 16rem;
  height: 0.25rem;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(153, 202, 69), rgba(0, 0, 0, 0));
  display: block;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  bottom: -10px;
}
.h1 {
    max-width: 930px;
    font-weight: bold !important;
    font-size: 48px !important;
    color:var(--text-black) !important;
    line-height:125%;
}

h2 {
	font-weight: 700;
	font-size: 1.875rem;
	color: transparent;
	margin-top: 0;
	margin-bottom: 1rem;
	line-height: 2.25rem;
	background-image: linear-gradient(to right, rgb(153, 202, 69), rgb(255, 255, 255), rgb(153, 202, 69));
	background-clip: text;
	position: relative;
	display: block;
}

h3 {
	color: #99CA45;
	margin-top: 0;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 600;
}
footer h3 {
	color: #E2E8F0;
}


@media(max-width:575px){
    h1 {
        font-size: 32px;
		line-height: 130%;
    }
    .h1 {
        font-size: 32px !important;
		line-height: 130% !important;
    }
}
@media(max-width:767px){
    .h1.h1-sm {
        font-size: 32px !important;
    }
}
ul li, ol li {
    margin-bottom: 0.5rem;
    line-height:150%;
}
::placeholder{
    color: var(--text-input-placeholder-default);
    opacity: 1;
    font-weight: 600;
    align-self: center;
    font-family: 'Montserrat';
    font-size: 18px;
    text-align: center;
}
::-webkit-input-placeholder{
    color: var(--text-input-placeholder-default);
    opacity: 1;
    font-weight: 600;
    align-self: center;
    font-family: 'Montserrat';
    font-size: 18px;
    text-align: center;
}
::-ms-input-placeholder {
    color: var(--text-input-placeholder-default);
    opacity: 1;
    font-weight: 600;
    align-self: center;
    font-family: 'Montserrat';
    font-size: 18px;
    text-align: center;
}
input[type=search], input[type=text], input[type=passwort], input[type=email], input[type=tel], select {
    background-color: var(--bg-input-default);
    border: 1px solid var(--border-input-default);
    color: var(--text-anthracite);
    border-radius: 30px;
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    font-weight: 600;
}

.gform_wrapper input[type=search], 
.gform_wrapper input[type=text], 
.gform_wrapper input[type=passwort], 
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper textarea,
.gform_wrapper select,
.cr_form .cr_body input[type=search], 
.cr_form .cr_body input[type=text], 
.cr_form .cr_body input[type=passwort], 
.cr_form .cr_body input[type=email],
.cr_form .cr_body textarea,
.cr_form .cr_body select {
	font-family: 'Montserrat';
    display: flex;
    padding: 14px 30px;
    align-items: center;
    gap: 19px;
    flex-shrink: 0;
    border-radius: 35px;
    border: 2px solid var(--border-default);
    margin-bottom: 10px !important;
	padding-left: 20px !important;
	font-size: 24px !important;
	font-weight: 500;
	color: var(--text-anthracite);
}
.cr_form .cr_body select,
.gform_wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;utf8,%3Csvg%20height%3D%2711%27%20width%3D%2720%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cline%20x1%3D%270%27%20y1%3D%270%27%20x2%3D%2710%27%20y2%3D%2710%27%20stroke%3D%27%23552885%27%20stroke-width%3D%272px%27%20%2F%3E%3Cline%20x1%3D%2720%27%20y1%3D%270%27%20x2%3D%2710%27%20y2%3D%2710%27%20stroke%3D%27%23552885%27%20stroke-width%3D%272px%27%20%2F%3E%3C%2Fsvg%3E);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
}
.gform_wrapper select {
    padding-left: 20px !important;
    text-align: left;
    opacity: 1;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	color: var(--bg-default-light);
}
.gform_wrapper select option.gf_placeholder {
	color: var(--bg-default-light);
}
.gform_wrapper select option {
	color: var(--text-anthracite);
}

input[type="checkbox"], input[type="checkbox"].cr_ipe_checkbox {
    padding: initial !important;
    text-decoration-color: initial !important;
    text-decoration-thickness: auto !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-color: #fff !important;
    margin: 0 !important;
    font: inherit !important;
    color: var(--border-default) !important;
    width: 1.15em !important;
    height: 1.15em !important;
    border: 0.15em solid var(--border-default) !important;
    border-radius: 0.15em !important;
    transform: translateY(-0.075em) !important;
    display: inline-grid !important;
    place-content: center !important;
    cursor: pointer !important;
}
input[type="checkbox"]:hover, input[type="checkbox"].cr_ipe_checkbox:hover {
    border-width: 0.2em !important;
}
input[type="checkbox"]:checked, input[type="checkbox"].cr_ipe_checkbox:checked {
    background-color:var(--bg-default) !important;
}
input[type="checkbox"]::before, input[type="checkbox"].cr_ipe_checkbox::before {
    box-sizing: border-box !important;
    transform: scale(1) !important;
    content: "" !important;
    width: 0.65em !important;
    height: 0.65em !important;
    transform: scale(0) !important;
    transform-origin: bottom left !important;
    transition: 120ms transform ease-in-out !important;
    box-shadow: inset 1em 1em var(--border-input-default) !important;
    background-color: CanvasText !important;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%) !important;
}
input[type="checkbox"]:checked::before, input[type="checkbox"].cr_ipe_checkbox:checked::before {
    transform: scale(1.3) !important;
    transform-origin: 3px 5px !important;
}
.gform_wrapper input[type=submit], .gform_wrapper input.gform_button,
.cr_form .cr_body input[type=submit], 
.cr_form .cr_body button[type=submit], 
.cr_form .cr_body input.gform_button {
    display: inline-flex;
    height: 70px;
    padding: 14px 30px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 35px;
    background-color: var(--bg-default);
    border:none;
    color:var(--text-white);
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
	cursor: pointer;
}
.cr_form .cr_body div[rel=button].submit_container {
    text-align: inherit !important;
    justify-content: flex-start;
    display: flex;
}

.gform_wrapper ::placeholder, .cr_form .cr_body ::placeholder{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;

    font-family: Montserrat;
    padding-top:14px;padding-left:15px;
    text-align: left; 
    color: var(--bg-default-light);
    opacity: 1;
    font-size: 24px;font-style: normal;font-weight: 500;line-height: 28px;
}
.gform_wrapper .gform-field-label {
    color: var(--text-anthracite);
}
.gform_wrapper .gfield_label.gform-field-label.gfield_label_before_complex {
    font-size: 24px;
    font-weight: 500;
}
.gform_wrapper ::placeholder {
    color: var(--bg-default-light);
}
.gform_wrapper .gform-field-label.gform-field-label--type-inline {
    color: var(--text-anthracite);
    font-size: 18px !important;
    line-height: 35px;
}
.gform_wrapper [type=submit]{
    cursor: pointer;
}
.cr_form .cr_body .cr_form-inputgroup label{
    color: var(--text-input-placeholder-default);
    margin-left: 30px;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 1rem;
    font-family: 'Montserrat';
    letter-spacing: 0.05rem;
}
.cr_form .cr_body .cr_form-inputgroup.cr_form-inputgroup--typecheckbox label {
    margin-left: 3px;
    margin-right: 10px;
}
.cr_form .cr_body {
    background-color: inherit;
}


.layer-content p:empty{
    display: none;
}


header input[type=search]{
    border: 1px solid var(--border-default);
    background-color: var(--bg-input-default);
    display:none;
}
body header .wp-block-navigation__responsive-container.is-menu-open{
    margin-top:55px;
    overflow: visible;
    border-top: 1px solid #fff;
}
body header .wp-block-navigation__responsive-container.is-menu-open {
    background: rgba(24, 32, 39, 0.6) !important;
    backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}
.has-modal-open .wp-block-navigation__responsive-container-open{
	display:none !important;
}
@media(max-width:991px){
    header .wp-block-navigation__responsive-container {
        bottom: inherit;
        left: inherit;
        display: none;
        position: absolute;
        right: -15px;
        top: 0;
        height: 100vh;
        width: 100vw;
    }
    header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
        align-items: center;
    }
    header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
        align-items: center;
		width:100%;
    }
}
header {
	background: #182027;
	background: rgba(24, 32, 39, 0.6);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	position: fixed;
	top: 0;
	z-index: 999;
	border-bottom: 1px solid #666;
	width: 100%;
	margin: 0;
}
header .wp-block-navigation__responsive-container-content ul li,
header .wp-block-navigation__responsive-container-content ul li a,
header .wp-block-navigation__responsive-container-content ul li a span {
    text-transform: uppercase;
}
header form.wp-block-search {
    height:60px;
}
header .wp-block-search__inside-wrapper.search-active input {
    position: absolute !important;
    width: 70% !important;
    z-index: 1 !important;
    right: 0;
}
header .wp-block-search__inside-wrapper button {
    font-size:25px;
}
header .wp-block-search__inside-wrapper.search-active button {
    background-image: none !important;
    position: absolute !important;
    z-index: 2 !important;
    right: 0 !important;
}
@media(max-width:600px){

    header input[type=search]{
        max-width:192px;
    }
    header .wp-block-search__inside-wrapper {
        position: relative;
    }
    header .wp-block-search__inside-wrapper button[type=submit] {
        display: none;
    }
    header .header-inner-right-wrapper {
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }
}
@media(min-width:601px) and (max-width:767px){
    header form[role=search]{
        display: none;
    }
}
header .wp-block-navigation__responsive-container-open {
    width: 40px;
    height: 40px;
    color:var(--text-white);
} 
header .wp-block-navigation__responsive-container-open svg {
    width: 40px;
    height: 40px;
} 
header .wp-block-navigation__responsive-container-close {
    width: 40px;
    height: 40px;
    color:var(--text-white);
    position: fixed;
    top: -55px;
    right: 15px;
}
header .wp-block-navigation__responsive-container-close svg {
    width: 40px;
    height: 40px;
}
header .wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation__container li, 
header .wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation__container li a,
header .wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation__container li span {
    color:var(--text-white);
}


button, .wp-element-button {
    background:var(--bg-white);
    border: 1px solid var(--border-default);
    color: var(--bg-default);
    border-radius: 30px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}

body h1 u, body .h1 u {
    text-decoration: none;
    border: 7px solid;
    border-image-slice: 1;
    border-width: 7px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-image-source: linear-gradient(to right, #ffffff00, var(--bg-default));
}
@media(max-width:575px){
	body h1 u, body .h1 u {
		border-width: 5px;
	}
}
.wp-block-button .wp-block-button__link.wp-element-button {
    border-width: 1px;
    border-style: solid;
    background-color: #ffffff;
    border-color: var(--border-default);
    color: var(--bg-default);
}


/* Group styling: gradient background */
.grad-to-bright {
  background-image: linear-gradient(to right bottom, rgb(17, 24, 39), rgb(0, 0, 0), rgb(17, 24, 39));
  padding: 5rem 0;
}
.grad-to-dark {
  background-image: linear-gradient(to right bottom, rgb(17, 24, 39), rgb(0, 0, 0), rgb(31, 41, 55));
  padding: 5rem 0;
}
.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
  margin: 0 1rem 1rem 0;
}
.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:last-child {
  margin-right: 0;
}
@media (min-width: 780px) {
.wp-block-columns-is-layout-flex:last-child .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
  margin-bottom: 0;
}
}

/* Tiles, kart tile */
.tile-wrapper {
	border-radius: 0.5rem;
	overflow: hidden;
	border: 1px solid #ffffff1a;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
	background: #ffffff0d;
	animation-duration: .3s;
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	display: flex;
	flex-direction: column;
}
.tile-wrapper:hover {
	background: #ffffff1a;
}
.wp-block-column-is-layout-flow .tile-wrapper.selected-kart-wrapper {
	height: 100%;
}
.tile-head-image {
  position: relative;
  overflow: hidden;
}
.tile-head-image img {
	display: block;
	object-fit: cover;
	-o-object-fit: cover;
	width: 100%;
	max-width: 100%;
	height: auto;
	animation-duration: .7s;
	transition-duration: .7s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transform: matrix(1, 0, 0, 1, 0, 0);
}
.tile-wrapper:hover .tile-head-image img {
	transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
.tile-head-image .over-image-badge,
.tile-head-image-wrapper .over-image-badge,
#eventLayer .over-image-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border-radius: 9999px;
  background: #99CA45;
  color: #000;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.tile-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.tile-headline {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  
  animation-duration: .5s;
  transition-duration: .5s;
  transition-property: all;
}
.tile-sub-headline-area {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-bottom: 1rem;
}
.tile-additional-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  font-weight: 600;
}
.tile-additional-info .label {
  color: #99CA45;
}
.tile-additional-info .value {
  color: #fff;
}

/* Race Type tile */
.selected-race-type-wrapper:hover{
	cursor:pointer;
}
.selected-race-type-wrapper .tile-content {
    align-items: center;	
    text-align: center;
	line-height: 1.5em;
}
.selected-race-type-wrapper img{	
	object-fit:contain;
	height:160px;
	width:auto;
	margin: 0px auto 1.5em;
}
.selected-race-type-wrapper:hover{
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
/* Race tile */
.selected-race-wrapper{
	text-align:center;
    align-items: center;
    justify-content: center;	
	height: 100%;
}
.selected-race-wrapper .tile-icon {
	margin:0 auto 1rem;
	padding:1rem;
	background-color:  rgb(153 202 69 / 0.2);
	color: rgb(153 202 69);
	border-radius: 9999px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;		
}
.selected-race-wrapper .tile-content-text {
	margin-bottom:0.375rem;
}
.tile-content-price {
	margin-bottom:1rem;
}
.tile-content-price .value{
	font-weight: 700;
	color: rgb(153 202 69);
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.tile-content-price .label{
	font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.75rem;
	color: rgb(156 163 175);
}
.tile-content-grid {
    display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom:1.5rem;
}
.tile-content-row {
	flex-direction:row;
	display:flex;
	justify-content:space-between;
	margin-bottom:1.5rem;
}
.tile-content-age .icon, .tile-content-kart .icon{
	color: rgb(153 202 69);
	margin-bottom:0.5rem;
}
.tile-content-additional .icon, .tile-content-duration .icon{
	color: rgb(153 202 69);
}
.tile-content-additional .tile-content-row, .tile-content-duration .tile-content-row {
	justify-content:center;	
	align-items:center;
	gap:0.25rem;
	margin-bottom:1rem;
}
.tile-content-additional .list, .tile-content-duration .list{
	color:#fff;
}
.tile-content-additional .list .bullet, .tile-content-duration .list .bullet{
	border-radius: 9999px;
	width: 0.5rem;
	height: 0.5rem;
	margin-right: 0.5rem;
	background-color:rgb(153 202 69);
}
.tile-content-additional .list div, .tile-content-duration .list div {
	margin-bottom:1rem;
	display:flex;
	flex-direction:row;
	justify-content:center;	
	align-items:center;	
}
.tile-content-age .label, .tile-content-kart .label, .tile-content-duration .label, .tile-content-additional .label{
	font-size: 0.875rem;
	color: rgb(156 163 175);
	line-height:1.25rem;
	margin-bottom: 0.25rem;
}
.tile-content-age .value, .tile-content-kart .value, .tile-content-duration .value{
	font-weight: 600;
	color:#fff;
	line-height:1.25rem;
}
.tile-content-grid.border-bottom{
	 padding-bottom:1rem;
	 border-bottom: 1px solid rgb(55 65 81);
	 margin-bottom:1rem;
 }
 
 /* Kontakt */
.whitebg{
    padding-top: 5rem;
    padding-bottom: 5rem;	
	background-color:rgb(249 250 251);
	color:rgb(75 85 99);
}
.whitebg h1:not(form *), .whitebg h2:not(form *), .whitebg h3:not(form *) {
	color: rgb(31 41 55);
}
.whitebg h1{
	font-size: 3.75rem;
}
.whitebg h2{
    font-size: 1.5rem;
    line-height: 2rem;	
	margin-bottom: 1.5rem;
}
.whitebg h3{
	font-weight:600;
	font-size: 1rem;
}
.whitebg h1::after{
	display:none;
}
.whitebg h1 + p{
	max-width:48rem;
	margin-bottom: 4rem;
}
.whitebg .wp-block-columns{
	gap:3rem;
}
.whitebg .tile{
	box-shadow: 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1),  0 0 #0000;
	background-color:#fff;
	padding: 1.5rem;
	border-radius: 0.5rem;
	margin-bottom:2rem;
	width:100%;
}
.whitebg .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow{
	margin:0;
}
.whitebg label{
    font-size: .875rem;
}
.whitebg .tile-content-grid{
	margin: 1em 0;
}
.whitebg input[type="text"], .whitebg input[type="date"], .whitebg input[type="email"], .whitebg textarea, .whitebg select{
	border: 1px solid hsl(214.3 31.8% 91.4%);
	border-radius:calc(0.5rem - 2px);
	padding:0.5rem 0.75rem;
	font-size: .875rem;
	line-height: 1.25rem;	
	height:auto;
	width:100%;
	font-weight:normal;
	color: var(--text-anthracite);
}
.whitebg input[type="submit"], .whitebg .wp-block-button .wp-block-button__link.wp-element-button, body .pum-theme-846 .pum-content .button, .next-event-wrapper .button {
	cursor:pointer;
	border-radius:calc(0.5rem - 2px);	
	width:100%;
	color:#fff;
	font-weight: 600;
	padding:0.5rem 0.75rem;
	font-size: .875rem;
	line-height: 1.25rem;	
	background-color:rgb(153 202 69); 
	border:0px;
	text-decoration:none;
	display:block;
	text-align:center;
}
.whitebg ::placeholder{
	text-align:left;
	color:rgb(75 85 99);
	font-size: .875rem;
	line-height: 1.25rem;		
	font-weight: normal;
}
.whitebg input[type="submit"]:hover, body .pum-theme-846 .pum-content  .button:hover{
	background-color:rgb(123 164 53); 
}
.whitebg .tile-content-grid{
	margin-bottom:0;
	gap:1rem;
}
.whitebg .tile-content-grid p{
	margin:0;
}

.whitebg  .wp-block-social-links .wp-block-social-link.wp-social-link{
	background-color:transparent;
	border: 1px solid hsl(214.3 31.8% 91.4%);
	border-radius:calc(0.5rem - 2px);	
	margin-right:0.5rem; 
}
.whitebg  .wp-block-social-links .wp-block-social-link.wp-social-link:hover{
	background-color:rgb(153 202 69); 	
}
.whitebg .wp-social-link-facebook a{
	 content: url(./assets/icons/facebook.svg);	 
}	
.whitebg .wp-social-link-instagram a{
	content: url(./assets/icons/instagram.svg);
}	
.whitebg .wp-social-link-youtube a{
	content: url(./assets/icons/youtube.svg);
}	
.whitebg .tile-icon {
	margin:0 auto 1rem;
	padding:1rem;
	background-color:  rgb(153 202 69 / 0.2);
	color: rgb(153 202 69);
	border-radius: 9999px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;		
}

.whitebg .wp-block-button {
	display:block;
	width:100%;
}

.whitebg .tile .wp-block-list {
	list-style:none;
	padding: 0;
}
.whitebg .tile .wp-block-list li{	
	border: 1px solid hsl(214.3 31.8% 91.4%);
	border-radius:calc(0.5rem - 2px);		
	color: rgb(31 41 55);	
	font-weight: 500;
	margin-bottom:0.75rem;
	font-size:0.875rem;
}
.whitebg .tile .wp-block-list li:hover{
	color:#fff;
	background-color:rgb(153 202 69);
}
.whitebg .tile .wp-block-list li a{
	display:block;
	padding: 0.5rem 1rem;
	text-decoration:none;
	color: inherit;
}
.whitebg .tile .wp-block-list li a svg{
	height:1rem;
	width:1rem;
	vertical-align: middle;
}
.whitebg .tile .wp-element-button svg{
	height:1rem;
	width:1rem;
	vertical-align: middle;
}
/* Unser Standort */
.standort .tile-wrapper{
	padding: 1.5rem;
}
.standort h2{
	color: #99CA45;
	margin-bottom: 1.5rem;
}
.standort h3{
	color: #ffffff;
}
.standort a{
	color: #99CA45;
	text-decoration:none;
}
.standort a:hover{
	color:#ffffff;
}
.standort svg{
	width:3rem;
}
.standort a svg{
	vertical-align: middle;	
	width:1rem;
	height:1rem;
}

/* Track tile, Tracks slider */
.swiper {
  padding-bottom: 4rem;
  position: relative;
}
.swiper-button {
  position: absolute;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  top: auto;
  color: #fff;
}
.swiper-button::after {
  content: '';
}
.swiper-button-prev {
  left: calc(50% - 2.5rem);
}
.swiper-button-next {
  right: calc(50% - 2.5rem);
}
.swiper-button svg {
  scale: 0.8;
}
.single-track-wrapper {
  animation-duration: .5s;
  transition-duration: .5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  cursor: pointer;
}
.single-track-wrapper:hover {
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
.single-track-wrapper:hover .tile-headline {
	color: #99CA45;
}
/*
.single-track-wrapper .tile-head-image {
  aspect-ratio: 21/9;
  background-position: center;
}
*/
.single-track-wrapper .over-image-badge,
.single-event-wrapper .over-image-badge,
#eventLayer .over-image-badge {
  color: #fff;
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-wrap: nowrap;
  border-radius: 0.5rem;
  font-weight: 500;
  align-items: center;
}
.single-track-wrapper .icon {
  color: #99CA45;
  display: flex;
  margin-right: 5px;
}
.single-track-wrapper .tile-content {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tile-sub-headline-area .left,
.tile-sub-headline-area .right {
  display: flex;
  flex-wrap: nowrap;
  color: #99CA45;
  align-items: center;
}
.tile-sub-headline-area .right .value {
	font-weight: 700;
}
.difficulty-hard,
.layer .value.difficulty-hard {
  color: #F87171;
}
.difficulty-medium,
.layer .value.difficulty-medium {
  color: #FACC15;
}
.single-track-wrapper .bottom-area {
  margin-top: 1rem;
}
.single-track-wrapper .bottom-area .label {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0.25rem;
  color: #9CA3AF;
}
.single-track-wrapper .difficulty-level {
  margin-top: 0.75rem;
}
.difficulty-level .value {
  display: flex;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #9CA3AF;
}
.difficulty-bars {
  display: flex;
  margin-right: 0.5rem;
}
.difficulty-bar {
  width: 0.5rem;
  height: 1rem;
  background: #99CA45;
  border-radius: 4px;
  margin-left: 0.25rem;
  position: relative;
}
.difficulty-bar.gray {
  background: #4B5563;
}
.difficulty-bar .sub-bar {
  background: #99CA45;
  position: absolute;
  width: 0.5rem;
  bottom: 0;
  border-radius: 4px;
}
.difficulty-bars .difficulty-bar:first-child {
  margin-left: 0;
}


/* Event-Slider */
.single-event-wrapper {
  cursor: pointer;
}
.single-event-wrapper.past {
  opacity: 0.6;
}
.eventSwiper .tile-head-image-wrapper {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
.eventSwiper .tile-head-image {
  aspect-ratio: 16/9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.7s;
}
.single-event-wrapper:hover .tile-head-image {
  scale: 1.05;
}
.single-event-wrapper.past .tile-head-image {
  filter: blur(4px) grayscale(1);
}
.eventSwiper .over-image-badge,
#eventLayer .over-image-badge {
	background: #99CA45;
	border-color: #E2E8F0;
	border-radius: 9999px;
	color: #000;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.25rem;
}
.eventSwiper .over-image-badge .icon,
#eventLayer .over-image-badge .icon {
  scale: 0.7;
  display: flex;
  margin-right: 3px;
  margin-top: -2px;
}
.eventSwiper .bottom-area {
  border-top: 1px solid #ffffff1a;
  margin-top: 1rem;
  padding-top: 1rem;
}
.eventSwiper .event-date {
  display: flex;
  justify-content: space-between;
}
.eventSwiper .event-date .label {
  color: #99CA45;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.eventSwiper .event-date .value {
  color: #fff;
  font-weight: 700;
}
.eventSwiper .swiper-slide.swiper-slide-active {
  scale: 1.06;
  margin-top: 12px;
}
.eventSwiper .swiper-slide.initial-slide {
  border: 4px solid #99CA45;
  border-radius: 0.5rem;
}
.eventSwiper .swiper-slide {
  height: unset;
  transition: all 0.3s;
  border-width: 0px;
}
.eventSwiper .tile-wrapper {
  height: 100%;
}


/* Event-Layer */
#eventLayer .event-image-wrapper {
  position: relative;
  width: 12rem;
  height: 12rem;
  background-position: center;
  background-size: cover;
  border-radius: 0.75rem;
}
#eventLayer .image-header-wrapper {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
#eventLayer.layer .icon {
  width: unset;
  height: unset;
}
#eventLayer .layer-sub-block {
  padding: 1.5rem;
}




/* Header video / image */
.header-video-image-wrapper {
	position: relative;
}
.header-video-image-wrapper video {
	width: 100%;
	height: calc(100vw/21*9);
	display: block;
}
.header-video-image-wrapper video.sixteenToNine {
	height: calc(100vw/16*9);
}
.header-video-image-wrapper img.headerImage {
  width: 100%;
  height: auto;
  display: block;
}
.header-video-image-wrapper .overlayImage {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	
	-webkit-animation: cssAnimation 5s forwards; 
    animation: cssAnimation 5s forwards;
	width: 367px;
	height: auto;
}
@keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}
@-webkit-keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}

/* Fact-Box */
.fact-box-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(24px);
  animation-duration: 0.3s;
  border-radius: 1rem;
  transition-duration: .3s;
  line-height: 1.5rem;
  padding: 1.5rem;
  text-align: center;
  transition-property: all;
}
.fact-box-wrapper:hover {
  background-color: #ffffff1a;
}
.fact-box-wrapper.green {
  border: 4px solid #99CA45;
}
.fact-box-wrapper .fact {
  color: #99CA45;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

/* News-Ticker */
.newsticker {
  border-top: 2px solid #99CA45;
  background-image: linear-gradient(to right, rgb(17, 24, 39), rgb(0, 0, 0), rgb(17, 24, 39));
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  padding: 1rem 0 0;
}
.newsticker::after {
  content: "";
  height: 4px;
  width: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(75, 85, 99, 0.5), rgba(0, 0, 0, 0));
  display: block;
  margin-top: 1rem;
}
.newsticker-item {
  display: inline-block;
  margin-right: 2rem;
  background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(243, 244, 246), rgb(153, 202, 69));
  background-clip: text;
  color: transparent;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.25rem;
}
.js-marquee-wrapper {
  height: 2.25rem;
}


/* Content-Box */
.content-box {
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  padding: 3rem;
}
.content-box h2 {
  margin-bottom: 1.5rem;
}
.content-box h3 {
  margin-bottom: 1rem;
}
.content-box h4 {
  margin-bottom: 1rem;
}
.content-box p + h2 {
  margin-top: 2rem;
}
.content-box p + h3 {
  margin-top: 1.5rem;
}
.content-box p + h4 {
  margin-top: 1rem;
}
.content-box p {
  margin-bottom: 0.75rem;
}
.content-box a {
  color: #99CA45;
  text-decoration: none;
}
.content-box a:hover {
  color: #7BA435;
}


/* Content-Media */
.content-media video,
.content-media img {
  border-radius: 1.5rem;
}


/* Collapsable */
.collapsible-from-category-area-wrapper {
  margin: 1rem 0;
}
details {
  border: 1px solid rgba(55, 65, 81, 0.5);
  background: rgba(31, 41, 55, 0.5);
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  backdrop-filter: blur(4px);
  padding: 0 1.5rem;
}
.collapsible-from-category-area-wrapper details > summary {
  position: relative;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.5rem 2.5rem 1.5rem 0;
  margin: 0;
  cursor: pointer;
  list-style-type: none;
}
summary::marker {
  content: "";
  display: none;
}
summary::after {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	right: 15px;
	display: block;
	width: 12px;
	height: 12px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
	transition: transform 0.2s, top 0.2s;
}
details[open] summary::after {
  transform: rotate(-135deg);
}
.collapsible-from-category-area-wrapper details > summary:hover {
	color: #99CA45;
}
.collapsible-from-category-area-wrapper details > summary:hover::after {
	border-color: #99CA45;
}
details p {
  margin: 0 0 0.5rem;
}
details a {
  color: #99CA45;
  text-decoration: none;
  transition: color 0.3s;
}
details a:hover {
  color: #fff;
}


/* Footer */
footer .address,
footer .email {
  display: flex;
  margin-top: 1rem;
}
footer .address::before,
footer .email::before {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  margin-right: 0.75rem;
  border-radius: 9999px;
  background: #99CA45;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1rem;
  align-items: center;
  color: #000;
  font-weight: 700;
}
footer .email::before {
  content: "@";
}
footer .address::before {
  content: "📍";
}
footer .wp-block-social-links {
  margin-top: 2rem;
}
footer .wp-block-social-links .wp-block-social-link.wp-social-link {
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  margin-left: 1.5rem;
  width: 3.5rem;
  height: 3.5rem;
  align-items: center;
  display: flex;
  justify-content: center;
  backdrop-filter: blur(4px);
  transition: all 0.3s;
}
footer .wp-block-social-links .wp-block-social-link.wp-social-link:hover {
	border-color: #99CA45;
	background-image: linear-gradient(to right bottom, rgba(153, 202, 69, 0.3), rgba(153, 202, 69, 0.1))
}
footer .wp-block-social-links .wp-block-social-link.wp-social-link:first-child {
	margin: 0;
}
footer .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor {
  color: #fff;
  transition: all 0.3s;
}
footer .wp-block-social-links .wp-block-social-link.wp-social-link:hover .wp-block-social-link-anchor {
  color: #99CA45;
}

.oeffnungszeiten .wp-block-columns {
  border-radius: 0.5rem;
  padding: 0.5rem;
  transition: all 0.3s;
  margin-top: 0.75rem;
}
.oeffnungszeiten .wp-block-columns:hover {
  background-color: #ffffff0d;
}
.oeffnungszeiten .wp-block-columns.today {
  border: 1px solid rgba(153, 202, 69, 0.4);
  background-color: rgba(153, 202, 69, 0.2);
}
.oeffnungszeiten .wp-block-columns .wp-block-column {
  margin: 0;
}
.oeffnungszeiten .wp-block-columns.today .wp-block-column:first-child {
  color: #99CA45;
}
.oeffnungszeiten .wp-block-columns .wp-block-column:last-child {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #99CA45;
  align-content: center;
}
.oeffnungszeiten .wp-block-columns.closed .wp-block-column:last-child {
  color: #6B7280;
}
.oeffnungszeiten .wp-block-columns.today .wp-block-column:last-child {
  font-weight: 700;
}
.oeffnungszeiten .wp-block-columns.today.closed .wp-block-column:last-child {
  color: #F87171;
}

footer .copyright {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #ffffff1a;
}

/* Menu */
@media(min-width:992px){
	.wp-block-navigation .wp-block-navigation__submenu-container.wp-block-navigation-submenu {
	  background-color: rgba(0,0,0,0.8);
	  border: 1px solid rgba(255,255,255,0.1);
	  backdrop-filter: blur(16px);
	  border-radius: 0.5rem;
	  padding: 0.25rem;
	}
	.wp-block-navigation .wp-block-navigation-item__content:hover{
		border-bottom:2px solid #99CA45;
	}	
	.wp-block-navigation-item__content {
		padding: 0.75rem 1rem;
	}
}
.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container{
	left:-25%;
	right:-25%;
}
.wp-block-navigation > .wp-block-navigation-item {
  padding: 0.75rem 1rem;
}

.wp-block-navigation-item__content {
	border-bottom:2px solid transparent;
	font-size: 1rem;
	line-height: 1.25rem;
	transition: all 0.3s;
	text-transform:uppercase;
}
.wp-block-navigation-item .wp-block-navigation-item .wp-block-navigation-item__content{
	font-size: 0.8rem;
}
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)){
	padding:0;
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
  color: #99CA45;
}
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item{
	padding: 0.5em 0;
	margin: 0 1em;
}
.wp-block-navigation .wp-block-navigation-item {
  background-color: unset;
  margin:0;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	padding:1rem 0;
	background-color:#0000004d;
	border-radius:.5rem;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item{
	display:block !important!;
	text-align:left;
	line-height:24px;
	padding:12px 16px;
	align-items:revert;
	width:100%;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{
	padding-left:0;
	padding-right:0;

}
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item {
	margin:0;
}

.wp-block-columns .wp-block-column:last-child .teaser-wrapper:not(.staff-contact-box-wrapper, .custom-single-teaser)  {
    margin-right: inherit;
}
.text-center {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
}
.text-left {
    text-align: left !important;
    font-weight: 600;
    font-size: 32px;
}
.text-left a, .text-center a {
    text-decoration: none;
}
.align-left { justify-content: start !important; }
.align-center { justify-content: center !important; }
.align-right { justify-content: end !important; }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.caret.down {
    border-top: 8px solid;
}
.caret.up {
    border-bottom: 8px solid;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    top: 52px;
    width: 100%;
    max-height: 250px;
    overflow: auto;
    min-width: 160px;
    z-index: 1;
    border: none;
    border-radius: 15px;
    background-color: var(--bg-white);
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.15);
}
.dropdown-content ul {
    margin: 0;
    padding: 20px 15px;
}
.dropdown-content ul li:last-child, .dropdown-content ul li.mb-1:last-child {
    margin-bottom: 0 !important;
}
.dropdown-content ul li, .dropdown-content ul li a {
    text-decoration: none;
    color: var(--text-anthracite);
    background-color:inherit;
    display: flex;
    cursor: pointer;
}
.dropdown-content ul li:hover {
    
    background-color:var(--text-hell-gray);
}

.bg-default-linear-gradient {
    background-color: inherit !important;
    background-image: linear-gradient(to top right, var(--bg-default), var(--bg-default-light));
}
.bg-default-service-gradient {
    background-color: inherit !important;
    background-image: linear-gradient(to top right, var(--bg-service), var(--bg-service-light));
}

.image-responsive {
    max-width: 100%;
    object-fit: cover;
    object-position: center center;
}
.image-round {
    border-radius: 50%;
}

/*** START: Standard Teaser-Wrapper */
.teaser-wrapper {
    border:none;
    border-radius: 30px;
    background-color: var(--bg-white);
    padding: 30px;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.15);
}
.shadow-none {
    box-shadow: none !important;
}
.teaser-wrapper.height-100 {
    height:100%
}
.teaser-wrapper.height-100.thema-transparent .teaser-image {
    height:auto !important;
}
.teaser-wrapper .teaser-type, 
.teaser-wrapper .job-title, 
.teaser-wrapper .location, 
.teaser-wrapper .date, 
.teaser-wrapper .button {
    display:flex;
    margin-bottom:15px;
}

.teaser-wrapper .button.button-left {
    justify-content: start;
}
.teaser-wrapper .teaser-row {
    display: flex;
    flex-direction: row;
}
.teaser-wrapper .teaser-row-reverse {
    flex-direction: row-reverse;
}
.teaser-wrapper .teaser-row .teaser-col, .block-col{
    display:flex;
    flex: auto;
}

.teaser-wrapper .teaser-row .teaser-col.date{
    justify-content: end;
}
.teaser-wrapper .teaser-row .teaser-col.date span,
.teaser-wrapper .teaser-row .teaser-col.location span {
    font-size:18px;
    font-weight:normal;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left;
}
.teaser-wrapper .teaser-row .teaser-col.date span {
    background-image: url(./assets/icons/date-default.svg);
}
.teaser-wrapper .teaser-row .teaser-col.location span {
    background-image: url(./assets/icons/location-default.svg);
}
.teaser-wrapper .teaser-type {
    font-size:18px;
    font-weight:normal;
}
.teaser-wrapper .job-title, .teaser-wrapper .job-title a {
    font-size:32px;
    font-weight:600;
    text-decoration: none;
    color:var(--bg-default);
}
.teaser-wrapper.teaser-wrapper-small .job-title, .teaser-wrapper .job-title a {
    font-size:24px;
    font-weight:600;
    text-decoration: none;
    color:var(--bg-default);
}

.teaser-wrapper .button {
    justify-content: center;
    margin-bottom: inherit;
}
.teaser-wrapper .button .wp-element-button {
    width:100%;
    text-align: center;
}
.teaser-wrapper .big-number {
    font-weight: 600;
    font-size: 120px;
    text-align: center;
}
.teaser-wrapper.teaser-wrapper-small .big-number {
    font-weight: 600;
    font-size: 100px;
    text-align: center;
}
.teaser-wrapper.teaser-wrapper-small .teaser-headline {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}
.teaser-wrapper .teaser-image {
    padding:0 20px;
}
.teaser-wrapper .teaser-image img {
    width: 100%;
}
.teaser-wrapper .teaser-image.outer{
    margin-top: -110px;
}
.teaser-wrapper .button .wp-element-button.button-white,
.teaser-wrapper.thema-default .button .wp-element-button.button-white {
    background-color: var(--bg-white);
    border-color:var(--border-default);
    color:var(--bg-default);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.teaser-wrapper .button input[type=text],
.teaser-wrapper .button input[type=email], 
.teaser-wrapper .button input[type=password]{

    background-color: var(--bg-default);
    border-color:var(--border-input-default);
    color:var(--text-white);
}
.teaser-wrapper .button ::placeholder{
    color: var(--text-white);
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
/* END: Standard Teaser-Wrapper ***/

/*** START: Color Theme: Karriere */
body.thema-karriere header {
    background-color: var(--bg-karriere);
}
body.thema-karriere header input[type=search]{
    border: 1px solid var(--border-karriere);
}
body.thema-karriere ::placeholder{
    color: var(--bg-karriere);
}
body.thema-karriere ::-webkit-input-placeholder{
    color: var(--bg-karriere);
}
body.thema-karriere ::-ms-input-placeholder{
    color: var(--bg-karriere);
}
body.thema-karriere h1 u {
    border-image-source: linear-gradient(to right, #ffffff00, var(--bg-karriere));
}
.thema-karriere .h1 u{
    border-image-source: linear-gradient(to right, #ffffff00, var(--bg-karriere));
}
body.thema-karriere .wp-block-button .wp-block-button__link.wp-element-button {
    border-color: var(--border-karriere);
    color: var(--bg-karriere);
}
.teaser-wrapper.thema-karriere {
    background-color: var(--bg-karriere);
    color:var(--text-white);
}
.teaser-wrapper.thema-karriere .teaser-row .teaser-col.date span {
    background-image: url(./assets/icons/date-white.svg);
    color:var(--text-white);
}
.teaser-wrapper.thema-karriere .teaser-row .teaser-col.location span {
    background-image: url(./assets/icons/location-white.svg);
    color:var(--text-white);
}
.teaser-wrapper.thema-karriere .job-title, .teaser-wrapper.thema-karriere .job-title a {
    color:var(--text-white);
}
.teaser-wrapper.thema-karriere .button .wp-element-button {
    background-color: var(--bg-karriere);
    border-color: var(--border-input-default);
    color: var(--text-white);
}
.teaser-wrapper.thema-karriere .text-left ul {
    margin: 0;
    padding-left: 21px;
    padding-right: 0;
    list-style-image: url(./assets/icons/check.svg);
    list-style-position: outside;
}
.teaser-wrapper.thema-karriere .text-left ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 10px;
}
.teaser-wrapper.thema-karriere .button .wp-element-button.button-white {
    background-color: var(--bg-white);
    border-color:var(--border-karriere);
    color:var(--bg-karriere);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.teaser-wrapper.thema-transparent.text-karriere .teaser-image {
    display:flex;
    justify-content: center;
}
.teaser-wrapper.thema-transparent.text-karriere .teaser-image img {
    object-fit: contain;
}
.teaser-wrapper.thema-transparent.text-karriere .teaser-image i {
    font-size:100px;
    color:var(--bg-karriere);
}
/* END: Color Theme: Karriere ***/

.text-white {
    color:var(--text-white) !important;
}
.h1.text-white u {
    border-image-source: linear-gradient(to right, #ffffff00, var(--bg-white));
}

/*** START: Color Theme: Service */
body.thema-service header {
    background-color: var(--bg-service);
}
body.thema-service header input[type=search]{
    border: 1px solid var(--border-service);
}
body.thema-service ::placeholder{
    color: var(--bg-service);
}
body.thema-service ::-webkit-input-placeholder{
    color: var(--bg-service);
}
body.thema-service ::-ms-input-placeholder{
    color: var(--bg-service);
}
body.thema-service h1 u {
    border-image-source: linear-gradient(to right, #ffffff00, var(--bg-service));
}
.thema-service .h1 u{
    border-image-source: linear-gradient(to right, #ffffff00, var(--bg-service));
}
body.thema-service .wp-block-button .wp-block-button__link.wp-element-button {
    border-color: var(--border-service);
    color: var(--bg-service);
}
/* END: Color Theme: Service ***/

/*** START: Color Theme: Infocenter */
body.thema-infocenter header {
    background-color: var(--bg-blog);
}
body.thema-infocenter header input[type=search]{
    border: 1px solid var(--border-blog);
}
body.thema-infocenter ::placeholder{
    color: var(--bg-blog);
}
body.thema-infocenter ::-webkit-input-placeholder{
    color: var(--bg-blog);
}
body.thema-infocenter ::-ms-input-placeholder{
    color: var(--bg-blog);
}
body.thema-infocenter h1 u {
    border-image-source: linear-gradient(to right, #ffffff00, var(--bg-blog));
}
.thema-infocenter .h1 u{
    border-image-source: linear-gradient(to right, #ffffff00, var(--bg-blog));
}
body.thema-infocenter .wp-block-button .wp-block-button__link.wp-element-button {
    border-color: var(--border-blog);
    color: var(--bg-blog);
}
/* END: Color Theme: Infocenter ***/

/*** START: Color Theme: Unternehmen */
body.thema-unternehmen header {
    background-color: var(--bg-unternehmen);
}
body.thema-unternehmen header input[type=search]{
    border: 1px solid var(--border-unternehmen);
}
body.thema-unternehmen ::placeholder{
    color: var(--bg-unternehmen);
}
body.thema-unternehmen ::-webkit-input-placeholder{
    color: var(--bg-unternehmen);
}
body.thema-unternehmen ::-ms-input-placeholder{
    color: var(--bg-unternehmen);
}
body.thema-unternehmen h1 u {
    border-image-source: linear-gradient(to right, #ffffff00, var(--bg-unternehmen));
}
.thema-unternehmen .h1 u{
    border-image-source: linear-gradient(to right, #ffffff00, var(--bg-unternehmen));
}
body.thema-unternehmen .wp-block-button .wp-block-button__link.wp-element-button {
    border-color: var(--border-unternehmen);
    color: var(--bg-unternehmen);
}
/* END: Color Theme: Unternehmen ***/


/*** START: Teaser-Wrapper Blog oder Default */
.teaser-wrapper.thema-default {
    background-color: var(--bg-default);
    color:var(--text-white);
}
.teaser-wrapper.thema-default span a, .teaser-wrapper.thema-default a {
    color:var(--text-white);
    text-decoration: none;
}
.teaser-wrapper.thema-default .teaser-row .teaser-col.date span {
    background-image: url(./assets/icons/date-white.svg);
    color:var(--text-white);
}
.teaser-wrapper.thema-default .teaser-row .teaser-col.location span {
    background-image: url(./assets/icons/location-white.svg);
    color:var(--text-white);
}
.teaser-wrapper.thema-default .job-title, .teaser-wrapper.thema-default .job-title a {
    color:var(--text-white);
}
.teaser-wrapper.thema-default .button .wp-element-button {
    background-color: var(--bg-default);
    border-color: var(--border-input-default);
    color: var(--text-white);
}
.teaser-wrapper.thema-default .teaser-row .teaser-col.date{
    justify-content: start;
}

.teaser-wrapper.thema-transparent.text-default .teaser-image {
    display:flex;
    justify-content: center;
}
.teaser-wrapper.thema-transparent.text-default .teaser-image img {
    object-fit: contain;
}
.teaser-wrapper.thema-transparent.text-default .teaser-image i {
    font-size:100px;
    color:var(--bg-default);
}
.teaser-wrapper.thema-transparent.text-infocenter .teaser-image {
    display:flex;
    justify-content: center;
}
.teaser-wrapper.thema-transparent.text-infocenter .teaser-image img {
    object-fit: contain;
}
.teaser-wrapper.thema-transparent.text-infocenter .teaser-image i {
    font-size:100px;
    color:var(--bg-blog);
}
/* END: Teaser-Wrapper Blog oder Default ***/


/*** START: Teaser-Wrapper Suche oder Jobs */
    .teaser-wrapper.thema-suche {
        background-color: var(--bg-suche);
        color:var(--text-white);
    }
    .wp-block-columns .wp-block-column:nth-child(2) .teaser-wrapper.thema-suche {
        position:relative;
        z-index:2;
    }
    .teaser-wrapper.thema-suche .teaser-row .teaser-col.date span {
        background-image: url(./assets/icons/date-white.svg);
        color:var(--text-white);
    }
    .teaser-wrapper.thema-suche .teaser-row .teaser-col.location span {
        background-image: url(./assets/icons/location-white.svg);
        color:var(--text-white);
    }
    .teaser-wrapper.thema-suche .job-title, .teaser-wrapper.thema-suche .job-title a {
        color:var(--text-white);
    }
    .teaser-wrapper.thema-suche .button .wp-element-button {
        background-color: var(--bg-suche);
        border-color: var(--border-input-default);
        color: var(--text-white);
        
        background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716px%27%20height%3D%2716px%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27none%27%20stroke%3D%27%23ffffff%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20stroke-width%3D%272%27%20d%3D%27m2%205%206%206%206-6%27%2F%3E%3C%2Fsvg%3E");
        background-position-x: 95%;
        background-position-y: center;
        background-repeat: no-repeat;
    }
    .teaser-wrapper.thema-suche select, .teaser-wrapper.thema-suche input {
        background-color: var(--bg-suche);
        border-color: var(--border-input-default);
        color: var(--text-white);
        font-size: 24px;
        border-radius: 30px;
        font-weight: 500;
        padding-left: 15px;
        padding-right: 15px;
    }
    .teaser-wrapper.thema-suche input::placeholder {
        text-align: left;
        color:var(--text-white);
        font-weight: 500;
        font-size: 24px;
        padding-left:5px;
    }
    .teaser-wrapper.thema-suche select {

        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27none%27%20stroke%3D%27%23ffffff%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20stroke-width%3D%272%27%20d%3D%27m2%205%206%206%206-6%27%2F%3E%3C%2Fsvg%3E");
        background-position-x: 95%;
        background-position-y: center;
        background-repeat: no-repeat;
    }
    .teaser-wrapper.thema-suche input[type=search] {
        background-image: url(./assets/icons/search.svg);
        background-repeat: no-repeat;
        background-position-x: 95%;
        background-position-y: 50%;
    }
    @media(min-width:768px) and (max-width:991px){
        .newest-jobs .h1 {
            font-size:32px !important;
        }
    }

    .teaser-wrapper.thema-transparent.text-suche .teaser-image {
        display:flex;
        justify-content: center;
    }
    .teaser-wrapper.thema-transparent.text-suche .teaser-image img {
        object-fit: contain;
    }
    .teaser-wrapper.thema-transparent.text-suche .teaser-image i {
        font-size:100px;
        color:var(--bg-suche);
    }
/* END: Teaser-Wrapper Suche oder Jobs ***/

/*** START: Teaser-Wrapper Unternehmen */
.teaser-wrapper.thema-unternehmen {
    background-color: var(--bg-unternehmen);
    color:var(--text-white);
}
.teaser-wrapper.thema-unternehmen .teaser-image {
    display:flex;
    justify-content: center;
}
.teaser-wrapper.thema-unternehmen .teaser-image img {
    max-height: 100px;
    max-width: 100px;
    object-fit: contain;
}
.teaser-wrapper.thema-unternehmen .teaser-image i {
    font-size:100px;
    color:var(--text-white);
}
.teaser-wrapper.thema-unternehmen .teaser-row .teaser-col.date span {
    background-image: url(./assets/icons/date-white.svg);
    color:var(--text-white);
}
.teaser-wrapper.thema-unternehmen .teaser-row .teaser-col.location span {
    background-image: url(./assets/icons/location-white.svg);
    color:var(--text-white);
}
.teaser-wrapper.thema-unternehmen .job-title, .teaser-wrapper.thema-unternehmen .job-title a,
.teaser-wrapper.thema-unternehmen .teaser-headline, .teaser-wrapper.thema-unternehmen .teaser-headline a,
.teaser-wrapper.thema-unternehmen .text-center, .teaser-wrapper.thema-unternehmen .text-center a {
    color:var(--text-white);
}
.teaser-wrapper.thema-unternehmen .teaser-headline, .teaser-wrapper.thema-unternehmen .teaser-headline a {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}
.teaser-wrapper.thema-unternehmen .text-center, .teaser-wrapper.thema-unternehmen .text-center a {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.teaser-wrapper.thema-unternehmen .button .wp-element-button {
    background-color: var(--bg-unternehmen);
    border-color: var(--border-input-default);
    color: var(--text-white);
}
.teaser-wrapper.thema-transparent.text-unternehmen .teaser-image {
    display:flex;
    justify-content: center;
}
.teaser-wrapper.thema-transparent.text-unternehmen .teaser-image img {
    object-fit: contain;
}
.teaser-wrapper.thema-transparent.text-unternehmen .teaser-image i {
    font-size:100px;
    color:var(--bg-unternehmen);
}
/* END: Teaser-Wrapper Unternehmen ***/

/*** START: Teaser-Wrapper Service */
.teaser-wrapper.thema-service {
    background-color: var(--bg-service);
    color:var(--text-white);
}
.teaser-wrapper.thema-service .teaser-image {
    display:flex;
    justify-content: center;
}
.teaser-wrapper.thema-service .teaser-image img {
    max-height: 100px;
    max-width: 100px;
    object-fit: contain;
}
.teaser-wrapper.thema-service .teaser-image i {
    font-size:100px;
    color:var(--text-white);
}
.teaser-wrapper.thema-transparent.text-service .teaser-image {
    display:flex;
    justify-content: center;
}
.teaser-wrapper.thema-transparent.text-service .teaser-image img {
    object-fit: contain;
}
.teaser-wrapper.thema-transparent.text-service .teaser-image i {
    font-size:100px;
    color:var(--bg-service);
}
.teaser-wrapper.thema-service .teaser-row .teaser-col.date span {
    background-image: url(./assets/icons/date-white.svg);
    color:var(--text-white);
}
.teaser-wrapper.thema-service .teaser-row .teaser-col.location span {
    background-image: url(./assets/icons/location-white.svg);
    color:var(--text-white);
}
.teaser-wrapper.thema-service .job-title, .teaser-wrapper.thema-service .job-title a,
.teaser-wrapper.thema-service .teaser-headline, .teaser-wrapper.thema-service .teaser-headline a,
.teaser-wrapper.thema-service .text-center, .teaser-wrapper.thema-service .text-center a {
    color:var(--text-white);
}
.teaser-wrapper.thema-service .teaser-headline, .teaser-wrapper.thema-service .teaser-headline a {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}
.teaser-wrapper.thema-service .text-center, .teaser-wrapper.thema-service .text-center a {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.teaser-wrapper.thema-service .button .wp-element-button {
    background-color: var(--bg-service);
    border-color: var(--border-input-default);
    color: var(--text-white);
}
.teaser-wrapper.thema-service .teaser-image {
    display: flex;
    justify-content: center;
}
/* END: Teaser-Wrapper Service ***/


.teaser-wrapper.thema-transparent .teaser-content .text-left,
.teaser-wrapper.thema-transparent .teaser-content .text-left span,
.teaser-wrapper.thema-transparent .teaser-content .text-center,
.teaser-wrapper.thema-transparent .teaser-content .text-center span, 
.rows-6 {
    text-overflow:ellipsis;
    overflow:hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.rows-6 {
    -webkit-line-clamp: 6 !important;
}
.teaser-wrapper.teaser-wrapper-small .teaser-headline,
.teaser-wrapper.teaser-wrapper-small .teaser-headline span,
.teaser-wrapper.teaser-wrapper-small .job-title,
.teaser-wrapper.teaser-wrapper-small .job-title a,
.rows-3 {
    text-overflow:ellipsis;
    overflow:hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.rows-3 {
    -webkit-line-clamp: 3 !important;
}
.rows-5 {
    text-overflow:ellipsis;
    overflow:hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.rows-4 {
    text-overflow:ellipsis;
    overflow:hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.rows-2 {
    text-overflow:ellipsis;
    overflow:hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.rows-1 {
    text-overflow:ellipsis;
    overflow:hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}



.button-white {
    background-color: var(--bg-white);
    border-color:var(--border-input-default);
    color:var(--bg-default);
}
.teaser-wrapper.thema-suche .button .wp-element-button.button-white {
    background-color: var(--bg-white);
    border-color:var(--border-input-default);
    color:var(--bg-suche);
}

header, header .header-outer-wrapper{
    
    padding: 0;
}
header .header-outer-wrapper{
    margin:0;
    padding:15px;
}
@media(min-width:992px){
    header .header-outer-wrapper{
        padding:20px
    }
}
header ul li, header ul li a {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: normal;
    color:var(--text-white);
}

header .header-inner-wrapper {
    height:calc(100%);
    padding: 15px;
    max-width: 1350px;
    margin: auto;
}
header .wp-block-search button[type=submit]{
    background-color: inherit;
    border: none;
}
header .wp-block-search button[type=submit]::after{
    /* content: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2225px%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M505%20442.7L405.3%20343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3%2044-79.7%2044-128C416%2093.1%20322.9%200%20208%200S0%2093.1%200%20208s93.1%20208%20208%20208c48.3%200%2092.7-16.4%20128-44v16.3c0%206.4%202.5%2012.5%207%2017l99.7%2099.7c9.4%209.4%2024.6%209.4%2033.9%200l28.3-28.3c9.4-9.4%209.4-24.6.1-34zM208%20336c-70.7%200-128-57.2-128-128%200-70.7%2057.2-128%20128-128%2070.7%200%20128%2057.2%20128%20128%200%2070.7-57.2%20128-128%20128z%22%2F%3E%3C%2Fsvg%3E'); */
    content: " \a0"; 
}
footer {
    color:var(--text-gray);
}

footer .wp-block-column.is-layout-flow:nth-child(2) p:first-child strong {
    font-size: 32px;
    font-weight: 600;
}
footer .wp-block-column.is-layout-flow:nth-child(3){
    position:relative;
}
footer .wp-block-column.is-layout-flow:nth-child(3) .wp-block-group:nth-child(2) {
    width: 100%;
    margin-bottom: 5px;
}
footer .wp-block-column.is-layout-flow:nth-child(3) .wp-block-group:nth-child(2) .wp-block-columns{
    justify-content: end;
}
footer .wp-block-column.is-layout-flow:nth-child(3) .wp-block-group:nth-child(2) .wp-block-columns .wp-block-column {
    text-align: center;
}

footer .wp-block-navigation__container {
    display: block;
}
footer .wp-block-navigation__container li {
    margin-bottom: 15px;
}
footer .wp-block-column.is-layout-flow:first-child  {
    position: relative;
}


/*** START: SWIPER */
.swiper.mySwiper {
    width: 100%;
    height: 450px;
    margin-left: 0;
    padding-right: 10%;
}
.swiper.mySwiper .swiper-wrapper {
    height: 410px;
}
.swiper.mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height:380px;
}
.swiper.mySwiper .swiper-slide .teaser-wrapper {
    height:380px;
}
.category-logo-swiper-wrapper .swiper.mySwiper .swiper-slide .teaser-wrapper {
    height:380px;
	width: 100%;
}
@media(max-width:575px){
    .swiper.mySwiper .swiper-slide .teaser-wrapper {
        max-width: 100%;
    }
}
.swiper.mySwiper .swiper-slide .teaser-wrapper.thema-default {
    height:460px;
    width:930px;
}
.swiper.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper.mySwiper .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom:0px;
    left: 10%;
}
.swiper.mySwiper .swiper-pagination-bullet {
    background:none;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 30px;
    border: 2px solid var(--border-unternehmen);
    opacity: 1;
    background-color: var(--bg-white);
}
.swiper.mySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--bg-unternehmen);
}

.swiper.mySwiper .swiper-pagination.text-service .swiper-pagination-bullet {
    border: 2px solid var(--border-service);
}
.swiper.mySwiper .swiper-pagination.text-service .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--bg-service);
}

.swiper.mySwiper .swiper-pagination.text-unternehmen .swiper-pagination-bullet {
    border: 2px solid var(--border-unternehmen);
}
.swiper.mySwiper .swiper-pagination.text-unternehmen .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--bg-unternehmen);
}

.swiper.mySwiper .swiper-pagination.text-infocenter .swiper-pagination-bullet {
    border: 2px solid var(--border-blog);
}
.swiper.mySwiper .swiper-pagination.text-infocenter .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--bg-blog);
}

.swiper.mySwiper .swiper-pagination.text-karriere .swiper-pagination-bullet {
    border: 2px solid var(--border-karriere);
}
.swiper.mySwiper .swiper-pagination.text-karriere .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--bg-karriere);
}

.swiper.mySwiper .swiper-pagination.text-default .swiper-pagination-bullet {
    border: 2px solid var(--border-default);
}
.swiper.mySwiper .swiper-pagination.text-default .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--bg-default);
}

.swiper.mySwiper .swiper-pagination.text-suche .swiper-pagination-bullet {
    border: 2px solid var(--border-suche);
}
.swiper.mySwiper .swiper-pagination.text-suche .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--bg-suche);
}


.swiper-intro {
    background-color: var(--bg-white);
    position: absolute;
    top: 0;
    left: 0;
    height:calc(100% - 20px);
    z-index: 5;
    padding-right: 30px;
    display: flex;
    width: 30%;
}
.swiper-intro h2, .swiper-intro h3, .swiper-intro h4 {
    font-size: 32px !important;
    align-self: center;
}
.swiper.mySwiper .swiper-slide .teaser-wrapper .teaser-image img,
.swiper.mySwiper .swiper-slide .teaser-wrapper .teaser-image img {
    max-height: 100px;
    max-width: 100px;
}    
.swiper.mySwiper .swiper-slide .teaser-wrapper .teaser-image i,
.swiper.mySwiper .swiper-slide .teaser-wrapper .teaser-image i {
    font-size: 100px;
}   
.swiper.mySwiper .swiper-slide .teaser-wrapper .teaser-headline, 
.swiper.mySwiper .swiper-slide .teaser-wrapper .teaser-headline a{
    font-size: 24px;
}
@media(max-width:575px){
    .swiper.mySwiper .swiper-slide .teaser-wrapper .teaser-headline, 
    .swiper.mySwiper .swiper-slide .teaser-wrapper .teaser-headline a{
        word-break: break-word;
        -webkit-hyphens: auto; 
        hyphens: auto; 
    }
    .swiper.mySwiper .swiper-slide .teaser-wrapper .teaser-headline.mb-3{
        margin-bottom: 0.5rem !important;
    }
}
.swiper.mySwiper .swiper-slide .teaser-wrapper .text-center, 
.swiper.mySwiper .swiper-slide .teaser-wrapper .text-center a {
    font-size: 16px;
    line-height: 18px;
}
/*
@media(max-width:310px){
	.swiper.mySwiper .swiper-slide .teaser-wrapper.thema-unternehmen .teaser-image i, .swiper.mySwiper .swiper-slide teaser-wrapper.thema-transparent .teaser-image i {
		font-size: 60px;
	}
	.swiper.mySwiper .swiper-slide .teaser-wrapper.thema-unternehmen .teaser-headline, .swiper.mySwiper .swiper-slide .teaser-wrapper.thema-unternehmen .teaser-headline a {
		font-size: 20px;
		margin-bottom: 0.5rem !important;
	}
	.swiper.mySwiper .swiper-slide .teaser-wrapper.thema-unternehmen .text-center, .swiper.mySwiper .swiper-slide .teaser-wrapper.thema-unternehmen .text-center a {
		font-size: 14px;
	}
}
*/
@media(max-width:767px){
    .swiper-intro {position: inherit;top: inherit;left: inherit;height: auto;width:100%;}
    .swiper.mySwiper .swiper-slide .mt-4 {margin-top: 0.5rem !important;}
    .swiper.mySwiper .swiper-slide .mb-5 {margin-bottom: 1.25rem !important;}
    .swiper.mySwiper .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom:0px;
        left: 0;
    }
    .swiper.mySwiper .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet{
        width: 20px;
        height: 20px;
    }
}
.teaser-wrapper.teaser-wrapper-small .teaser-image.font-icon {
    display: flex;
    justify-content: center;
}
.teaser-wrapper.teaser-wrapper-small .teaser-image.font-icon img {max-height: 100px;max-width: 100px;}
.teaser-wrapper.teaser-wrapper-small .teaser-image.font-icon i {font-size:100px; color:var(--bg-white);}

@media(min-width:768px){
    .swiper.mySwiper  {width: 100%;height: 100%;margin-left: auto;padding-right: 0;overflow:visible}
    .swiper.mySwiper .swiper-wrapper {height: 330px;}
    .swiper.mySwiper .swiper-slide {width:300px !important;height:265px;}
    .swiper.mySwiper .swiper-slide .teaser-wrapper {width:300px !important;height:265px;}
    .swiper.mySwiper .swiper-slide .mt-4 { margin-top: 0.75rem !important;}
    .swiper.mySwiper .swiper-slide .mb-5 { margin-bottom: 1.5rem !important;}
    .swiper.mySwiper .swiper-slide .teaser-wrapper.thema-unternehmen .teaser-image img {max-height: 50px;max-width: 50px;}   
    .swiper.mySwiper .swiper-slide .teaser-wrapper.thema-transparent .teaser-image img {max-height: 50px;max-width: 50px;}   
    .swiper.mySwiper .swiper-slide .teaser-wrapper.thema-unternehmen .teaser-image i {font-size:50px; color:var(--text-white); }
    .swiper.mySwiper .swiper-slide .teaser-wrapper.thema-transparent .teaser-image i {font-size:50px; color:var(--text-white); }
    .swiper.mySwiper .swiper-slide .teaser-wrapper.thema-unternehmen .teaser-headline, 
    .swiper.mySwiper .swiper-slide .teaser-wrapper.thema-unternehmen .teaser-headline a{font-size: 20px;}
    .swiper.mySwiper .swiper-slide .teaser-wrapper.thema-unternehmen .text-center, 
    .swiper.mySwiper .swiper-slide .teaser-wrapper.thema-unternehmen .text-center a {font-size: 14px;line-height: 16px;}
    
    .teaser-wrapper.teaser-wrapper-small .teaser-image.font-icon img {max-height: 50px;max-width: 50px;}
    .teaser-wrapper.teaser-wrapper-small .teaser-image.font-icon i {font-size:50px; color:var(--bg-white);}
}
@media(min-width:768px) and (max-width:991px){
    .swiper-intro h2, .swiper-intro h3, .swiper-intro h4 {
        font-size: 24px !important;
    }
    .swiper-intro .font-4 {
        font-size: 16px !important;
    }
    .bg-overlay-left {
        width: calc(50% - 350px);
    }
    .swiper-intro .mt-4 { margin-top: 0.5rem !important;}
    .swiper-intro .mb-5 { margin-bottom: 1rem !important;}
    .swiper.mySwiper .swiper-slide .teaser-wrapper .teaser-headline.mb-3{
        margin-bottom:0 !important;
    }
}
@media(min-width:992px){
    .swiper.mySwiper .swiper-wrapper {height: 430px;}
    .swiper.mySwiper .swiper-slide {width:400px !important;height:365px;}
    .swiper.mySwiper .swiper-slide .teaser-wrapper {width:400px !important;height:365px;}
    .swiper-intro h2, .swiper-intro h3, .swiper-intro h4 {font-size: 40px !important;}
    .swiper.mySwiper .swiper-slide .teaser-wrapper.thema-unternehmen .teaser-image img {max-height: 100px;max-width: 100px;}
    .swiper.mySwiper .swiper-slide .teaser-wrapper.thema-transparent .teaser-image img {max-height: 100px;max-width: 100px;}
    .swiper.mySwiper .swiper-slide .teaser-wrapper.thema-unternehmen .teaser-image i {font-size:100px; color:var(--bg-white); }
    .swiper.mySwiper .swiper-slide .teaser-wrapper.thema-transparent .teaser-image i {font-size:100px; color:var(--bg-white); }
    .swiper.mySwiper .swiper-slide .teaser-wrapper.thema-unternehmen .teaser-headline, 
    .swiper.mySwiper .swiper-slide .teaser-wrapper.thema-unternehmen .teaser-headline a{font-size: 24px;}
    .swiper.mySwiper .swiper-slide .teaser-wrapper.thema-unternehmen .text-center, 
    .swiper.mySwiper .swiper-slide .teaser-wrapper.thema-unternehmen .text-center a {font-size: 16px;line-height: 18px;}
    
    .teaser-wrapper.teaser-wrapper-small .teaser-image.font-icon img {max-height: 100px;max-width: 100px;}
    .teaser-wrapper.teaser-wrapper-small .teaser-image.font-icon i {font-size:100px; color:var(--bg-white);}
}
@media(min-width:1200px){
    .swiper.mySwiper .swiper-wrapper {height: 480px;}
    .swiper.mySwiper .swiper-slide {width:450px !important;height:415px;}
    .swiper.mySwiper .swiper-slide .teaser-wrapper {width:450px !important;height:415px;}
    .swiper-intro h2, .swiper-intro h3, .swiper-intro h4 {font-size: 48px !important;}
    .swiper.mySwiper .swiper-slide .teaser-wrapper.thema-unternehmen .teaser-image img {max-height: 100px;max-width: 100px;}
    .swiper.mySwiper .swiper-slide .teaser-wrapper.thema-transparent .teaser-image img {max-height: 100px;max-width: 100px;}
    .swiper.mySwiper .swiper-slide .teaser-wrapper.thema-unternehmen .teaser-image i {font-size:100px; color:var(--bg-white);}
    .swiper.mySwiper .swiper-slide .teaser-wrapper.thema-transparent .teaser-image i {font-size:100px; color:var(--bg-white);}
    .swiper.mySwiper .swiper-slide .teaser-wrapper.thema-unternehmen .teaser-headline, 
    .swiper.mySwiper .swiper-slide .teaser-wrapper.thema-unternehmen .teaser-headline a{font-size: 32px;}
    .swiper.mySwiper .swiper-slide .teaser-wrapper.thema-unternehmen .text-center, 
    .swiper.mySwiper .swiper-slide .teaser-wrapper.thema-unternehmen .text-center a {font-size: 18px;line-height: 20px;}
}

.swiper.mySwiper .swiper-slide .teaser-wrapper.thema-transparent.text-service .teaser-image i { 
    color:var(--bg-service); 
}
.swiper.mySwiper .swiper-slide .teaser-wrapper.thema-transparent.text-unternehmen .teaser-image i { 
    color:var(--bg-unternehmen); 
}
.swiper.mySwiper .swiper-slide .teaser-wrapper.thema-transparent.text-karriere .teaser-image i { 
    color:var(--bg-karriere); 
}
.swiper.mySwiper .swiper-slide .teaser-wrapper.thema-transparent.text-infocenter .teaser-image i { 
    color:var(--bg-blog); 
}
.swiper.mySwiper .swiper-slide .teaser-wrapper.thema-transparent.text-suche .teaser-image i { 
    color:var(--bg-suche); 
}

.swiper.myProgressSwiper {
    width: 100%;
    height: 620px;
    margin-left: 0;
    padding-right: 10%;
}
.swiper.myProgressSwiper .swiper-wrapper {
    height: 480px;
}
.myProgressSwiper .swiper-slide {max-width:930px !important; height:435px;}
.myProgressSwiper .swiper-slide .teaser-wrapper {width:auto !important;height:435px;}
.myProgressSwiper .swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: calc(100% - 350px);
    height: 10px;
    left: 350px;
    bottom: 45px;
    top: inherit;
    border-radius: 5px;
    overflow: hidden;
}

.myProgressSwiper.thema-default .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background-color: var(--bg-default);
}

.myProgressSwiper .swiper-button-next:after, 
.myProgressSwiper .swiper-button-prev:after, 
.timelineSwiper .swiper-button-next:after, 
.timelineSwiper .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 30px;
    font-weight: bold;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 30px;
    align-self: center;
}

.myProgressSwiper .swiper-button-next, 
.myProgressSwiper .swiper-button-prev,
.timelineSwiper .swiper-button-next, 
.timelineSwiper .swiper-button-prev {
    width: 100px;
    height: 100px;
    background-color: var(--bg-default);
    color: var(--text-white);
    padding:0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}
.myProgressSwiper .swiper-button-prev, 
.swiper-rtl .swiper-button-next {
    left: 0px;
    bottom: 0px;
    top: inherit;
}
.myProgressSwiper .swiper-button-next, 
.swiper-rtl .swiper-button-prev {
    right: inherit;
    left: 150px;
    top: inherit;
    bottom: 0;
}
.myProgressSwiper .swiper-slide .teaser-wrapper .teaser-image img {
    max-height:100px;
    max-width: 100px;
}
@media (max-width: 767px){
    .myProgressSwiper .swiper-slide .teaser-wrapper.thema-transparent .text-left q, .teaser-wrapper.thema-transparent .text-left.position, .teaser-wrapper.thema-transparent .text-left.name, .teaser-wrapper.thema-transparent .text-left.position a {
        font-size: 18px;
    }
    .swiper.myProgressSwiper {
        width: 100%;
        height: 550px;
        margin-left: 0;
        padding-right: 10%;
    }
    .swiper.myProgressSwiper .swiper-wrapper {
        height: 380px;
    }
    .myProgressSwiper .swiper-slide { height:380px; }
    .myProgressSwiper .swiper-slide .teaser-wrapper { height:380px; }
    .myProgressSwiper .swiper-slide .teaser-wrapper .teaser-image, 
    .myProgressSwiper .swiper-slide .teaser-wrapper .text-left {
        text-align: center;
    }
    .myProgressSwiper .swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal {
        width: 100%;
        height: 10px;
        left: 0;
        bottom: 100px;
    }
    .myProgressSwiper .swiper-button-next:after, .myProgressSwiper .swiper-button-prev:after {
        
        font-size: 24px;
        line-height: 24px;
    }
    .myProgressSwiper .swiper-button-next, .myProgressSwiper .swiper-button-prev {
        width: 70px;
        height: 70px;
    }
    .myProgressSwiper .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: calc(50% - 80px);
    }
    .myProgressSwiper .swiper-button-next, .swiper-rtl .swiper-button-prev {
        left: calc(50% + 10px);
    }
}
@media(max-width:575px){
    .swiper.myProgressSwiper {
        width: 100%;
        height: 590px;
        margin-left: 0;
        padding-right: 10%;
    }
    .swiper.myProgressSwiper .swiper-wrapper {
        height: 440px;
    }
    .myProgressSwiper .swiper-slide { height:440px; }
    .myProgressSwiper .swiper-slide .teaser-wrapper { height:440px; }
}
@media(min-width:576px){
    .swiper.sidebarVerticalSwiper .swiper-pagination{
        display: none;
    }
}
.sidebarSwiper {
    border-radius: 30px;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.15);
}
.sidebarSwiper .swiper-wrapper { 
    height:457px;
}
.sidebarSwiper .swiper-slide .teaser-wrapper { 
    height:100%;
    padding-bottom: 60px;
    box-shadow: none;
    margin-right: 0 !important;
}
.sidebarSwiper .swiper-slide .teaser-headline { 
    display: block !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.sidebarSwiper .swiper-slide .text-center {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
/* END: SWIPER ***/

.icon-arrow-left { 
    background-image: url(./assets/icons/arrow-left.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.icon-arrow-right {
    background-image: url(./assets/icons/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.swiper-button-next.icon-arrow-right:after, .swiper-button-prev.icon-arrow-left:after {
    content: "";
    font-family: inherit;
    font-size: inherit;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: inherit;
    line-height: inherit;
}
.sidebarSwiper .swiper-pagination.swiper-pagination-fraction {
    width:auto;
    top:inherit;
    left: inherit;
    bottom: 30px;
    right:60px;
    color:var(--text-white);
}
.sidebarSwiper .icon-arrow-left { 
    top:inherit;
    left: inherit;
    bottom: 33px;
    right: 120px;
    height: 16px;
    width: 16px;
    margin-top: 0;
}
.sidebarSwiper .icon-arrow-right { 
    top:inherit;
    left: inherit;
    bottom: 33px;
    right:30px;
    height: 16px;
    width: 16px;
    margin-top: 0;
}
.font-1 {font-size: 64px !important;font-style: normal;font-weight: 700 !important;line-height: normal !important;}
.font-2 {font-size: 32px !important;font-style: normal;font-weight: 600 !important;line-height: normal !important;}
.font-3 {font-size: 24px !important;font-style: normal;font-weight: 600 !important;line-height: normal !important;}
.font-4 {font-size: 18px !important;font-style: normal;font-weight: 500 !important;line-height: normal !important;}
.font-5 {font-size: 16px !important;font-style: normal;font-weight: 400 !important;line-height: normal !important;}

.line-height-1 {line-height: 70px !important;}
.line-height-2 {line-height: 38px !important;}
.line-height-3 {line-height: 30px !important;}
.line-height-4 {line-height: 24px !important;}
.line-height-5 {line-height: 22px !important;}

.teaser-wrapper [type="checkbox"] + label {
    display: -webkit-box;
}
.teaser-wrapper [type="checkbox"] {
    display: none;
}
.teaser-wrapper [type="checkbox"] + label::before {
    width: 22px;
    height: 18px;
    background-image: url(./assets/icons/checkbox_uncheck.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 19px;
    display: block;
    content: "";
    float: left;
    margin-right: 5px;
    z-index: 5;
    position: relative;
}
.teaser-wrapper [type="checkbox"]:checked+label::before {
    background-image: url(./assets/icons/checkbox.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 19px;
}
.overflow-hidden {overflow: hidden;}
.overflow-visible {overflow: visible;}

.swiper.timelineSwiper {
    height:calc(100% + 50px);
}
.timeline-swiper-wrapper:has(.timelineSwiper){
    margin-bottom: 80px;
}
@supports (-moz-appearance:none) {
    .timeline-swiper-wrapper{
        margin-bottom: 80px;
    }
}
.timelineSwiper .swiper-button-prev{
    left: calc(50% + 70px);
    bottom: 0px;
    top: inherit;
    background-color:var(--bg-unternehmen);
}
.timelineSwiper .swiper-button-next{
    right: inherit;
    left: calc(50% + 200px);
    top: inherit;
    bottom: 0;
    background-color:var(--bg-unternehmen);
}
.timelineSwiper .swiper-button-next.text-karriere,
.timelineSwiper .swiper-button-prev.text-karriere {
	background-color: var(--bg-karriere);
}
.timelineSwiper .swiper-button-next.text-service,
.timelineSwiper .swiper-button-prev.text-service {
	background-color: var(--bg-service);
}
.timelineSwiper .swiper-button-next.text-unternehmen,
.timelineSwiper .swiper-button-prev.text-unternehmen {
	background-color: var(--bg-unternehmen);
}
.timelineSwiper .swiper-button-next.text-infocenter,
.timelineSwiper .swiper-button-prev.text-infocenter {
	background-color: var(--bg-blog);
}
.timelineSwiper .swiper-button-next.text-default,
.timelineSwiper .swiper-button-prev.text-default {
	background-color: var(--bg-default);
}

@media(max-width:767px){
    .timelineSwiper .swiper-button-prev{
        left: calc(50% - 85px);
        width:70px;
        height:70px;
    }
    .timelineSwiper .swiper-button-next{
        left: calc(50% + 15px);
        width:70px;
        height:70px;
    }
}
.timelineSwiper .swiper-wrapper .swiper-slide:first-child .timeline-middle {
    border-radius: 5px 0 0 5px;
}
.timelineSwiper .swiper-wrapper .swiper-slide:last-child .timeline-middle {
    border-radius: 0 5px 5px 0;
}
.timeline-top{
    height: 250px;
    padding-bottom:30px;
    display: table-cell;
    vertical-align: bottom;
}
.timeline-middle {
    height: 10px;
    background-color: var(--bg-unternehmen);
    width: 100%;
    position: relative;
}
.text-karriere .timeline-middle {
	background-color: var(--bg-karriere);
}
.text-service .timeline-middle {
	background-color: var(--bg-service);
}
.text-unternehmen .timeline-middle {
	background-color: var(--bg-unternehmen);
}
.text-infocenter .timeline-middle {
	background-color: var(--bg-blog);
}
.text-default .timeline-middle {
	background-color: var(--bg-default);
}

.timeline-dot {
    position: absolute;
    top: -10px;
    left: 20px;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 30px;
    border: 3px solid var(--border-unternehmen);
    background: var(--bg-white);
}
.text-karriere .timeline-dot {
	border-color: var(--bg-karriere);
}
.text-service .timeline-dot {
	border-color: var(--bg-service);
}
.text-unternehmen .timeline-dot {
	border-color: var(--bg-unternehmen);
}
.text-infocenter .timeline-dot {
	border-color: var(--bg-blog);
}
.text-default .timeline-dot {
	border-color: var(--bg-default);
}


.timeline-bottom{
    padding-top:30px;
    height: 250px;
}
.blogpost-link:has(.teaser-wrapper){
    text-decoration: none;
}
.job-link:has(.teaser-wrapper){
    text-decoration: none;
}
.teaser-wrapper a:has(.job-title) {
    text-decoration: none;
}
@supports (-moz-appearance:none) {
    .teaser-wrapper.teaser-wrapper-small.thema-karriere a{
        text-decoration: none;
    }
}
.teaser-wrapper .blogpost-link, 
.jobs-archive-area-wrapper .job-link,
.fitting-articles-area-wrapper .blogpost-link,
.article-teaser-area-wrapper .blogpost-link,
.open-learning-teaser-area-wrapper .blogpost-link {
    text-decoration: none;
}
input.text-white::placeholder {
    color: var(--text-white);
    text-align: left;
}



/* Stil für den layer-bg */
.layer-bg {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
/* Stil für den layer */
.layer {
  display: none;
  position: fixed;
  top: 50%;
  left: 50vw;
  width: 1280px;
  height: calc(100vh - 50px);
  transform: translate(-50%, -50%);
  z-index: 1001;
  max-width: 90vw;
}

.layer-content {
  background-color: #fff;
  position: relative;
  padding: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  max-width: 1280px;
  overflow-x: hidden;
  overflow-y: auto;
  background-image: linear-gradient(to right bottom, rgb(17, 24, 39), rgb(0, 0, 0), rgb(17, 24, 39));
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
}

/*
@media(max-width:575px){
    .layer {
        padding-bottom: 50px;
    }
    .layer-content {
        width: 95%;
        margin-top: 50px;
    }
}
*/
@media (max-width: 781px) {
	#trackLayer [class^="block-col-"] {
		width: 100%;
	}
  
	#trackLayer .streckenverlauf-wrapper {
		order: 2;
	}
}

.layer-sub-block {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
}

.layer-sub-headline {
  display: flex;
  align-items: center;
  color: #99CA45;
  margin-bottom: 1rem;
}
.layer h3 {
	margin: 0;
}

.layer .icon {
  scale: 1.4;
  width: 20px;
  height: 18px;
  margin-right: 10px;
}

.streckenverlauf-map {
  position: relative;
}
.layer .streckenverlauf-map img {
	width: 100%;
	height: auto;
	border-radius: 0.5rem;
}
.streckenverlauf-meta-wrapper {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.5rem;
  padding: 0.7rem 1rem 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.layer .streckenverlauf-meta-wrapper .streckenlaenge {
  display: flex;
  align-items: center;
}
.layer .streckenverlauf-meta-wrapper .streckenlaenge .icon {
  color: #99CA45;
  scale: 1;
}
.layer .streckenverlauf-meta-wrapper .schwierigkeit {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.layer .streckenverlauf-meta-wrapper .schwierigkeit .icon {
  color: #99CA45;
  scale: 1;
}

.streckenrekord-time {
  color: #99CA45;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.streckenrekord-name {
  margin-top: 0.5rem;
}
.layer .streckenrekord-date {
  display: flex;
  margin-top: 0.5rem;
}
.layer .icon.calendar {
  scale: 0.7;
  margin-right: 6px;
  margin-top: -2px;
}
.layer .icon.trophy {
  scale: 1;
  margin-right: 12px;
  margin-top: -4px;
}
.layer .icon.pin {
  scale: 0.9;
  margin-top: -4px;
}
.layer .streckenlaenge .icon.flag {
  scale: 1;
  margin-top: -4px;
}
.layer .icon.play {
  scale: 1;
  margin-top: -4px;
}

.layer .track-detail:first-child {
  margin-top: 0;
}
.layer .track-detail {
  margin-top: 1rem;
}

.layer .besonderes-merkmal:last-child {
  margin: 0;
}
.layer .bersondere-merkmale {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.layer .besonderes-merkmal {
  color: #99CA45;
  background: rgba(153, 202, 69, 0.2);
  display: inline-block;
  border: 1px solid rgba(153, 202, 69, 0.3);
  border-radius: 9999px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.25rem 0.75rem;
  margin-right: 2px;
}

.layer .label {
	color: #9CA3AF;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.layer .value {
	color: #fff;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 600;
}

.layer .streckentyp {
  display: flex;
  align-items: center;
  border-left: 4px solid #99CA45;
  border-radius: 0.25rem;
  padding: 1rem;
  margin-top: 1rem;
  background-color: rgba(255, 255, 255, 0.05);
}
.layer .streckentyp .label {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #99CA45;
  margin-right: 0.5rem;
  font-weight: 600;
}
.layer .streckentyp .value {
  color: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5rem;
}

.layer .streckenvideo-inner-wrapper video {
  width: 100%;
  height: auto;
}

.close {
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 30px;
  font-weight: normal;
  cursor: pointer;
  color: var(--text-white);
  z-index: 2;
  width: 20px;
  height: 20px;
  line-height: 20px;
}


body:has(.layer-bg.d-block){
    overflow: hidden;
}
body.has-layer-bg {
    overflow: hidden;
}

  
.search-form {
    position: relative;
}
.search-field {
    width: 100%;
    padding: 10px;
}
.wp-block-navigation__responsive-container-open{
    display: block !important;
}
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none !important;
}
@media (min-width: 992px){
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display:block !important;
    }
}
@media (min-width: 992px){
    .wp-block-navigation__responsive-container-open{
        display: none !important;
    }
}
@media(max-width: 991px){
    header .wp-block-search__inside-wrapper.search-active input {
        height: 40px;
        margin-top: 10px;
        margin-right: 10px;
    }
    header form.wp-block-search {
        display: none;
    }
}
.pagination-wrapper, 
.wp-block-query-pagination.is-layout-flex, 
.wp-block-query-pagination.is-layout-flex .wp-block-query-pagination-numbers{
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 50px;
}
.pagination-wrapper .pagination-item, 
.wp-block-query-pagination.is-layout-flex .wp-block-query-pagination-numbers .page-numbers,
.wp-block-query-pagination.is-layout-flex .wp-block-query-pagination-previous, 
.wp-block-query-pagination.is-layout-flex .wp-block-query-pagination-next {
    display: flex;
    color: var(--text-anthracite);
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    text-decoration: none;
}
.pagination-wrapper .pagination-item.active, 
.wp-block-query-pagination.is-layout-flex .wp-block-query-pagination-numbers .page-numbers.current {
    background-color: #202020;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}
.wp-block-query-pagination.is-layout-flex .wp-block-query-pagination-previous, 
.wp-block-query-pagination.is-layout-flex .wp-block-query-pagination-next {
    visibility: hidden;
}
.wp-block-query-pagination.is-layout-flex .wp-block-query-pagination-previous span.is-arrow-chevron,
.wp-block-query-pagination.is-layout-flex .wp-block-query-pagination-next span.is-arrow-chevron {
    display:none;
}
.wp-block-query-pagination.is-layout-flex .wp-block-query-pagination-previous::after{ 
    content: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224px%22%20viewBox%3D%220%200%20320%20492%22%3E%3C%21--%21%20Font%20Awesome%20Free%206.4.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%20%28Commercial%20License%29%20Copyright%202023%20Fonticons%2C%20Inc.%20--%3E%3Cpath%20d%3D%22M9.4%20233.4c-12.5%2012.5-12.5%2032.8%200%2045.3l192%20192c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3L77.3%20256%20246.6%2086.6c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200l-192%20192z%22%2F%3E%3C%2Fsvg%3E');
    visibility: visible;
}
.wp-block-query-pagination.is-layout-flex .wp-block-query-pagination-next::before{ 
    content: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224px%22%20viewBox%3D%220%200%20320%20492%22%3E%3Cpath%20d%3D%22M310.6%20233.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-192%20192c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L242.7%20256%2073.4%2086.6c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l192%20192z%22%2F%3E%3C%2Fsvg%3E');
    visibility: visible;
}

@media(max-width:575px){
    .pagination-wrapper, 
    .wp-block-query-pagination.is-layout-flex, 
    .wp-block-query-pagination.is-layout-flex .wp-block-query-pagination-numbers{
        gap:15px;
    }
    .pagination-wrapper .pagination-item, 
    .wp-block-query-pagination.is-layout-flex .wp-block-query-pagination-numbers .page-numbers,
    .wp-block-query-pagination.is-layout-flex .wp-block-query-pagination-previous, 
    .wp-block-query-pagination.is-layout-flex .wp-block-query-pagination-next {
        font-size: 16px;
        font-weight: 500;
    }
    .pagination-wrapper .pagination-item.active, 
    .wp-block-query-pagination.is-layout-flex .wp-block-query-pagination-numbers .page-numbers.current {
        width: 25px;
        height: 25px;
        border-radius: 12.5px;
    }
    .wp-block-query-pagination.is-layout-flex .wp-block-query-pagination-previous::after{ 
        content: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2212px%22%20viewBox%3D%220%200%20320%20492%22%3E%3C%21--%21%20Font%20Awesome%20Free%206.4.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%20%28Commercial%20License%29%20Copyright%202023%20Fonticons%2C%20Inc.%20--%3E%3Cpath%20d%3D%22M9.4%20233.4c-12.5%2012.5-12.5%2032.8%200%2045.3l192%20192c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3L77.3%20256%20246.6%2086.6c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200l-192%20192z%22%2F%3E%3C%2Fsvg%3E');
        visibility: visible;
    }
    .wp-block-query-pagination.is-layout-flex .wp-block-query-pagination-next::before{ 
        content: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2212px%22%20viewBox%3D%220%200%20320%20492%22%3E%3Cpath%20d%3D%22M310.6%20233.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-192%20192c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L242.7%20256%2073.4%2086.6c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l192%20192z%22%2F%3E%3C%2Fsvg%3E');
        visibility: visible;
    }
}
.wp-element-button.thema-suche {
    line-height: normal;
    background-color: var(--bg-suche) !important;
    border-color:var(--border-suche) !important;
    color:var(--text-white) !important;
}
.wp-element-button.thema-unternehmen {
    line-height: normal;
    background-color: var(--bg-unternehmen) !important;
    border-color:var(--border-unternehmen) !important;
    color:var(--text-white) !important;
}
.wp-element-button.thema-service {
    line-height: normal;
    background-color: var(--bg-service) !important;
    border-color:var(--border-service) !important;
    color:var(--text-white) !important;
}
.wp-element-button.thema-default {
    line-height: normal;
    background-color: var(--bg-default) !important;
    border-color:var(--border-default) !important;
    color:var(--text-white) !important;
}
.wp-element-button.thema-karriere {
    line-height: normal;
    background-color: var(--bg-karriere) !important;
    border-color:var(--border-karriere) !important;
    color:var(--text-white) !important;
}
.wp-element-button.thema-infocenter {
    line-height: normal;
    background-color: var(--bg-blog) !important;
    border-color:var(--border-blog) !important;
    color:var(--text-white) !important;
}

.meta-infos{
    display: flex;
    flex-direction: row;
    margin-top: 1.5rem;
}
.job-content-wrapper .meta-infos {
    margin-bottom:50px !important;
}
.meta-infos .date, .meta-infos .location {
    display:flex;
    flex: auto;
}
.meta-infos .location {
	margin-right: 20px;
}
.meta-infos .date {
    justify-content: end;
	white-space: nowrap;
}
.meta-infos .date span {
    justify-content: start;
    background-image: url(./assets/icons/date-default.svg);
    color:var(--text-anthracite);
    font-size:18px;
    font-weight:normal;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position-x: left;
	background-position-y: top;
}
.meta-infos .location > span {
    background-image: url(./assets/icons/location-default.svg);
    color:var(--text-anthracite);
    font-size:18px;
    font-weight:normal;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position-x: left;
	background-position-y: top;
}
.wp-block-button.action-button-wrapper.mb-5{
    display: flex;
}
.job-content-wrapper .wp-element-button.wp-block-button__link.thema-suche {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding-left: 70px;
    padding-right: 70px;
    border-radius: 35px;
}

/*
details > summary {
    background-color:var(--text-anthracite);
    color: var(--text-white);
    cursor: pointer;
    padding: .5rem 1rem;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 15px;
}
details[open] > summary {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}
details > summary > * {
    display: inline;
}
details > p {
    border: 2px solid var(--text-anthracite);
    margin-top: 0;
    padding: 1rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

details.thema-default > summary {
    background-color:var(--bg-default);
    color: var(--text-white);
}
details.thema-default > p {
    border: 2px solid var(--bg-default);
}
details.thema-karriere > summary {
    background-color:var(--bg-karriere);
    color: var(--text-white);
}
details.thema-karriere > p {
    border: 2px solid var(--bg-karriere);
}
details.thema-service > summary {
    background-color:var(--bg-service);
    color: var(--text-white);
}
details.thema-service > p {
    border: 2px solid var(--bg-service);
}
details.thema-infocenter > summary {
    background-color:var(--bg-blog);
    color: var(--text-white);
}
details.thema-infocenter > p {
    border: 2px solid var(--text-blog);
}
details.thema-unternehmen > summary {
    background-color:var(--bg-unternehmen);
    color: var(--text-white);
}
details.thema-unternehmen > p {
    border: 2px solid var(--bg-unternehmen);
}
details.thema-suche > summary {
    background-color:var(--bg-suche);
    color: var(--text-white);
}
details.thema-suche > p {
    border: 2px solid var(--bg-suche);
}



details.thema-transparent > summary {
    background-color: var(--bg-white);
    color: var(--bg-default);
    border: 1px solid var(--bg-default);
}
details.thema-transparent > p {
    border: 1px solid var(--bg-default);
    border-top: none;
}
details.thema-transparent.text-default > summary {
    background-color: var(--bg-white);
    color: var(--bg-default);
    border: 1px solid var(--bg-default);
}
details.thema-transparent.text-default > p {
    border: 1px solid var(--bg-default);
    border-top: none;
}
details.thema-transparent.text-karriere > summary {
    background-color: var(--bg-white);
    color: var(--bg-karriere);
    border: 1px solid var(--bg-karriere);
}
details.thema-transparent.text-karriere > p {
    border: 1px solid var(--bg-karriere);
    border-top: none;
}
details.thema-transparent.text-service > summary {
    background-color: var(--bg-white);
    color: var(--bg-service);
    border: 1px solid var(--bg-service);
}
details.thema-transparent.text-service > p {
    border: 1px solid var(--bg-service);
    border-top: none;
}
details.thema-transparent.text-infocenter > summary {
    background-color: var(--bg-white);
    color: var(--bg-blog);
    border: 1px solid var(--bg-blog);
}
details.thema-transparent.text-infocenter > p {
    border: 1px solid var(--bg-blog);
    border-top: none;
}
details.thema-transparent.text-unternehmen > summary {
    background-color: var(--bg-white);
    color: var(--bg-unternehmen);
    border: 1px solid var(--bg-unternehmen);
}
details.thema-transparent.text-unternehmen > p {
    border: 1px solid var(--bg-unternehmen);
    border-top: none;
}
details.thema-transparent.text-suche > summary {
    background-color: var(--bg-white);
    color: var(--bg-suche);
    border: 1px solid var(--bg-suche);
}
details.thema-transparent.text-suche > p {
    border: 1px solid var(--bg-suche);
    border-top: none;
}
*/

.staff-contact-box-wrapper .teaser-headline {
	hyphens: none;
}

@media (max-width: 991px) {
	.site-header .header-logo-col {
		flex-basis: 36% !important;
	}
}

.borlabs-cookie-preference {
  color: #000;
  text-decoration: none;
}


/* label animation */
.animate-labels .gfield,
.animate-labels .ginput_complex .gform-grid-col {
  position: relative;
}

.gform_wrapper.gravity-theme .animate-labels .gfield--type-text .gfield_label.gform-field-label,
.gform_wrapper.gravity-theme .animate-labels .gfield--type-phone .gfield_label.gform-field-label,
.gform_wrapper.gravity-theme .animate-labels .gfield--type-email .gfield_label.gform-field-label,
.gform_wrapper.gravity-theme .animate-labels .gfield--type-textarea .gfield_label.gform-field-label,
.gform_wrapper.gravity-theme .animate-labels .ginput_complex .gform-grid-col input[type=text] + label {
	position: absolute;
	top: 15px;
	left: 20px;
	transition: 0.2s ease all;
	color: var(--text-input-placeholder-default);
	font-size: 24px;
	font-weight: normal;
	opacity: 0.6;
	padding: 0;
}

.gform_wrapper.gravity-theme .animate-labels .label-small.gfield--type-text .gfield_label.gform-field-label,
.gform_wrapper.gravity-theme .animate-labels .label-small.gfield--type-phone .gfield_label.gform-field-label,
.gform_wrapper.gravity-theme .animate-labels .label-small.gfield--type-email .gfield_label.gform-field-label,
.gform_wrapper.gravity-theme .animate-labels .label-small.gfield--type-textarea .gfield_label.gform-field-label,
.gform_wrapper.gravity-theme .animate-labels .ginput_complex .label-small.gform-grid-col input[type=text] + label {
	top: -9px;
	left: 25px;
	font-size: 14px;
	color: var(--border-default);
	opacity: 1;
	background: #fff;
	padding: 0 4px;
}

.gform_wrapper.gravity-theme .animate-labels span.gfield_required {
	display: none;
}

.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full) {
	padding-left: 0;
	margin-left: 1%;
}

/* Compusafe Gutenberg Read More Button */
.wp-block-button .wp-block-button__link.wp-element-button.wp-element-button.btn-yellow {
	background-color: var(--bg-suche);
	border-color: #fff;
	color: #fff;
}

/* Custom Single Teaser */
.teaser-wrapper.custom-single-teaser {
  margin-top: 80px;
}

/* Popup */
body .pum-theme-846 .pum-container{
	border-radius: 1rem;
	padding: 1.5rem;
	border-color: #D1D5DB;
	background-image: linear-gradient(to right bottom, rgb(17, 24, 39), rgb(0, 0, 0), rgb(17, 24, 39));

}
body .pum-theme-846 .pum-content{
	color:rgb(209, 213, 219);
	font-weight:normal;
}
body .pum-theme-846 .pum-content + .pum-close, body .pum-theme-lightbox .pum-content + .pum-close{
	color:rgb(209, 213, 219);
	background-color:transparent;
	border:0;
}
body .pum-theme-846 .pum-content  h2{
	color: transparent;
	line-height: 4rem;
	background-image: linear-gradient(to right, rgb(153, 202, 69), rgb(255, 255, 255), rgb(153, 202, 69));
	background-clip: text;
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
}
body .pum-theme-846 .pum-content .button.white:hover, .next-event-wrapper .button.white:hover{
	background-color:rgb(255, 255, 255, 0.1);
	border-color: rgb(255, 255, 255, 0.2);
	color:#fff;
}
body .pum-theme-846 .pum-content .button.white, .next-event-wrapper .button.white{
	border: 1px solid white;
	background-color:white;	
	color:rgb(153 202 69); 
}
body .pum-theme-846 .pum-content .button.green, .next-event-wrapper .button.green{
	border: 1px solid white;
	animation-duration: .3s;
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}

body .pum-theme-846 .pum-content .button.green svg{
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
	margin-right: 0.5rem;	
}
body .pum-theme-846 .pum-content .button.green:hover, .next-event-wrapper .button.green:hover{		
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.05) scaleY(1.05);
}

.next-event-wrapper .post-image{
	margin:0px auto;
	max-height:450px;
	max-width:450px;

}
.next-event-wrapper .post-image img{
	border-radius:24px;
	width:100%;
}
@media (max-width: 781px) {
	.next-event-wrapper .block-col-4, .next-event-wrapper .block-col-8{
		width:100%;
	}
	.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow{
		margin:0 0 1rem 0;
	}	
	.next-event-wrapper .post-image{
		margin-bottom:1em;
	}
}
@media (min-width: 780px) {
	.next-event-wrapper .post-image{
		margin-right: 1em;
	}
}


#eventLayer .whitebg{
	padding-top:revert;
	padding-bottom:revert;
	background-color:revert;
	color:revert;
}
.newsticker-item .emoji{
	background-image: revert !important;
	color:black;
}
.booking-button{
	position:fixed;
	bottom:1.5em;
	right:1.5em;
	border-radius:50%;
	width:76px;
	height:76px;
	height:76px;
	background-color: rgb(153 202 69);
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoiZ28xMDIuZGUiLCJ2IjozNjAzODc5NjUzLCJyIjoxfQ/wp-content/uploads/2025/07/logo.webp);
	background-size:34px 34px;
	box-shadow: rgba(153, 202, 69, 0.5) 0px 25px 50px -12px, rgba(153, 202, 69, 0.3) 0px 0px 30px;  
	animation: pulse 2s infinite;
	opacity:0.8;
	z-index: 99;
}
.booking-button svg{
	margin:2px;
}
.booking-button img{
	position:absolute
	top:50%;
	left:50%;
}

.round-corners img {
  border-radius: 24px;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		box-shadow: rgba(153, 202, 69, 0.5) 0px 25px 50px -12px, rgba(153, 202, 69, 0.3) 0px 0px 30px;  
		opacity:0.8;
	}
	50% {
		transform: scale(1.2);
		box-shadow: rgba(153, 202, 69, 0.8) 0px 25px 50px -12px, rgba(153, 202, 69, 0.24) 0px 0px 30px;  
		opacity:1;		
	}
	100% {
		transform: scale(1);
		box-shadow: rgba(153, 202, 69, 0.5) 0px 25px 50px -12px, rgba(153, 202, 69, 0.3) 0px 0px 30px;  
		opacity:0.8;
	}
}