<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: dh-Compusafe-Theme
Author: digitaleheimat
Description: dh theme for compusafe
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;
}
body, button, .wp-element-button, select, input{
    font-family: 'Montserrat';
}
body{
    color:var(--text-anthracite);
    font-size: 18px;
    font-weight:500;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    overflow-x: hidden;
    -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-modal-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){
    
    .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: 48px;
    color:var(--text-black);
	margin-bottom: 25px;
}
.h1 {
    max-width: 930px;
    font-weight: bold !important;
    font-size: 48px !important;
    color:var(--text-black) !important;
    line-height:125%;
}

@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;
}
.call-to-action-modal-content-wrapper .gform_heading {
  display: none;
}
.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;
}
.modal-body {
    color: var(--text-black);
}
.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;
}

.modal-content .cr_form .cr_body select, 
.modal-content .cr_form .cr_body input[type=search], 
.modal-content .cr_form .cr_body input[type=text], 
.modal-content .cr_form .cr_body input[type=passwort], 
.modal-content .cr_form .cr_body input[type=email]{
    width: 100%;
}
.modal-content .cr_form .cr_body label{
    display: inline-block;
}
.modal-content .cr_form .cr_body button{
    margin-top: 20px;
}
.modal-content p:empty{
    display: none;
}
.modal-content .cr_form .cr_body {
    margin-bottom: 30px;
}

.modal-content .thema-default .cr_form .cr_body select, 
.modal-content .thema-default .cr_form .cr_body input[type=search], 
.modal-content .thema-default .cr_form .cr_body input[type=text], 
.modal-content .thema-default .cr_form .cr_body input[type=passwort], 
.modal-content .thema-default .cr_form .cr_body input[type=email]{
    border-color:var(--bg-white);
    background-color: var(--bg-default); 
    color:var(--text-white);
}
.modal-content .thema-default .cr_form .cr_body label{
    color: var(--text-white);
}
.modal-content .thema-default .cr_form .cr_body button{
    border-color:var(--border-white);
    background-color: var(--bg-white); 
    color:var(--bg-default);
}
.modal-content .thema-service .cr_form .cr_body select, 
.modal-content .thema-service .cr_form .cr_body input[type=search], 
.modal-content .thema-service .cr_form .cr_body input[type=text], 
.modal-content .thema-service .cr_form .cr_body input[type=passwort], 
.modal-content .thema-service .cr_form .cr_body input[type=email]{
    border-color:var(--bg-white);
    background-color: var(--bg-service); 
    color:var(--text-white);
}
.modal-content .thema-service .cr_form .cr_body label{
    color: var(--text-white);
}
.modal-content .thema-service .cr_form .cr_body button{
    border-color:var(--border-white);
    background-color: var(--bg-white); 
    color:var(--bg-service);
}
.modal-content .thema-karriere .cr_form .cr_body select, 
.modal-content .thema-karriere .cr_form .cr_body input[type=search], 
.modal-content .thema-karriere .cr_form .cr_body input[type=text], 
.modal-content .thema-karriere .cr_form .cr_body input[type=passwort], 
.modal-content .thema-karriere .cr_form .cr_body input[type=email]{
    border-color:var(--bg-white);
    background-color: var(--bg-karriere); 
    color:var(--text-white);
}
.modal-content .thema-karriere .cr_form .cr_body label{
    color: var(--text-white);
}
.modal-content .thema-karriere .cr_form .cr_body button{
    border-color:var(--border-white);
    background-color: var(--bg-white); 
    color:var(--bg-karriere);
}
.modal-content .thema-unternehmen .cr_form .cr_body select, 
.modal-content .thema-unternehmen .cr_form .cr_body input[type=search], 
.modal-content .thema-unternehmen .cr_form .cr_body input[type=text], 
.modal-content .thema-unternehmen .cr_form .cr_body input[type=passwort], 
.modal-content .thema-unternehmen .cr_form .cr_body input[type=email]{
    border-color:var(--bg-white);
    background-color: var(--bg-unternehmen); 
    color:var(--text-white);
}
.modal-content .thema-unternehmen .cr_form .cr_body label{
    color: var(--text-white);
}
.modal-content .thema-unternehmen .cr_form .cr_body button{
    border-color:var(--border-white);
    background-color: var(--bg-white); 
    color:var(--bg-unternehmen);
}
.modal-content .thema-suche .cr_form .cr_body select, 
.modal-content .thema-suche .cr_form .cr_body input[type=search], 
.modal-content .thema-suche .cr_form .cr_body input[type=text], 
.modal-content .thema-suche .cr_form .cr_body input[type=passwort], 
.modal-content .thema-suche .cr_form .cr_body input[type=email]{
    border-color:var(--bg-white);
    background-color: var(--bg-suche); 
    color:var(--text-white);
}
.modal-content .thema-suche .cr_form .cr_body label{
    color: var(--text-white);
}
.modal-content .thema-suche .cr_form .cr_body button{
    border-color:var(--border-white);
    background-color: var(--bg-white); 
    color:var(--bg-suche);
}
.modal-content .thema-infocenter .cr_form .cr_body select, 
.modal-content .thema-infocenter .cr_form .cr_body input[type=search], 
.modal-content .thema-infocenter .cr_form .cr_body input[type=text], 
.modal-content .thema-infocenter .cr_form .cr_body input[type=passwort], 
.modal-content .thema-infocenter .cr_form .cr_body input[type=email]{
    border-color:var(--bg-white);
    background-color: var(--bg-blog); 
    color:var(--text-white);
}
.modal-content .thema-infocenter .cr_form .cr_body label{
    color: var(--text-white);
}
.modal-content .thema-infocenter .cr_form .cr_body button{
    border-color:var(--border-white);
    background-color: var(--bg-white); 
    color:var(--bg-blog);
}

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,
body.thema-default header .wp-block-navigation__responsive-container.is-menu-open{
    background-color: var(--bg-default) !important;
}
body.thema-karriere header .wp-block-navigation__responsive-container.is-menu-open{
    background-color: var(--bg-karriere) !important;
}
body.thema-service header .wp-block-navigation__responsive-container.is-menu-open{
    background-color: var(--bg-service) !important;
}
body.thema-unternehmen header .wp-block-navigation__responsive-container.is-menu-open{
    background-color: var(--bg-unternehmen) !important;
}
body.thema-infocenter header .wp-block-navigation__responsive-container.is-menu-open{
    background-color: var(--bg-blog) !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;
    }
}
header {
    background-color: var(--bg-default);
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
}
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;
    background-color: var(--bg-default);
}
body.thema-karriere header .wp-block-navigation__responsive-container-close {
    background-color: var(--bg-karriere);
}
body.thema-unternehmen header .wp-block-navigation__responsive-container-close {
    background-color: var(--bg-unternehmen);
}
body.thema-service header .wp-block-navigation__responsive-container-close {
    background-color: var(--bg-service);
}
body.thema-infocenter header .wp-block-navigation__responsive-container-close {
    background-color: var(--bg-blog);
}
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.wp-block-navigation-item,
header .wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation__container li {
    align-items: center !important;
}
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);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}


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);
}
.wp-block-columns .wp-block-column .teaser-wrapper {
    margin-right:15px
}
.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;
}
.swiper-intro.thema-default .h1 u{
    border-image-source: linear-gradient(to right, #ffffff00, var(--bg-default));
}
.swiper-intro.thema-suche .h1 u{
    border-image-source: linear-gradient(to right, #ffffff00, var(--bg-suche));
}
/* 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));
}
.swiper-intro.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));
}
.swiper-intro.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));
}
.swiper-intro.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));
}
.swiper-intro.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 ***/

/*** START: Teaser-Wrapper Transparent */
.teaser-wrapper.thema-transparent {
    background-color: var(--bg-transparent);
    color:var(--text-white);
}
.teaser-wrapper.thema-transparent span,
.teaser-wrapper.thema-transparent .text-center,
.teaser-wrapper.thema-transparent .text-left,
.teaser-wrapper.thema-transparent .text-left q {
    color: var(--text-anthracite);
    font-size: 18px;
    font-weight: 500;
}
.teaser-wrapper.thema-transparent .text-left.position {
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.teaser-wrapper.thema-transparent .text-left.name,
.teaser-wrapper.thema-transparent .text-left.position a{
    color:var(--bg-default);
    text-decoration: none;
}
@media(min-width:576px){
    .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:32px;
    }
}
.teaser-wrapper.thema-transparent .teaser-headline,
.teaser-wrapper.thema-transparent .teaser-headline h2,
.teaser-wrapper.thema-transparent .teaser-headline h3,
.teaser-wrapper.thema-transparent .teaser-headline h4 {
    font-size:32px;
    font-weight:600;
    line-height: 120%;
    color:var(--bg-default);
    word-break: break-word;
}
.teaser-wrapper.thema-transparent .teaser-headline h4 {
    font-size:18px;
    font-weight:600;
}
.teaser-wrapper.thema-transparent.text-karriere .teaser-headline,
.teaser-wrapper.thema-transparent.text-karriere .teaser-headline h2,
.teaser-wrapper.thema-transparent.text-karriere .teaser-headline h3,
.teaser-wrapper.thema-transparent.text-karriere .teaser-headline h4 {
    color:var(--bg-karriere);
}
.teaser-wrapper.thema-transparent.text-service .teaser-headline,
.teaser-wrapper.thema-transparent.text-service .teaser-headline h2,
.teaser-wrapper.thema-transparent.text-service .teaser-headline h3,
.teaser-wrapper.thema-transparent.text-service .teaser-headline h4 {
    color:var(--bg-service);
}
.teaser-wrapper.thema-transparent.text-unternehmen .teaser-headline,
.teaser-wrapper.thema-transparent.text-unternehmen .teaser-headline h2,
.teaser-wrapper.thema-transparent.text-unternehmen .teaser-headline h3,
.teaser-wrapper.thema-transparent.text-unternehmen .teaser-headline h4 {
    color:var(--bg-unternehmen);
}
.teaser-wrapper.thema-transparent.text-suche .teaser-headline,
.teaser-wrapper.thema-transparent.text-suche .teaser-headline h2,
.teaser-wrapper.thema-transparent.text-suche .teaser-headline h3,
.teaser-wrapper.thema-transparent.text-suche .teaser-headline h4 {
    color:var(--bg-suche);
}
.teaser-wrapper.thema-transparent.text-infocenter .teaser-headline,
.teaser-wrapper.thema-transparent.text-infocenter .teaser-headline h2,
.teaser-wrapper.thema-transparent.text-infocenter .teaser-headline h3,
.teaser-wrapper.thema-transparent.text-infocenter .teaser-headline h4 {
    color:var(--bg-blog);
}

.teaser-wrapper.thema-transparent .button .wp-element-button {
    background-color: var(--bg-white);
    border-color: var(--border-default);
    color: var(--bg-default);
}
.teaser-wrapper.thema-transparent.text-karriere .button .wp-element-button {
    border-color: var(--border-karriere);
    color: var(--bg-karriere);
}
.teaser-wrapper.thema-transparent.text-service .button .wp-element-button {
    border-color: var(--border-service);
    color: var(--bg-service);
}
.teaser-wrapper.thema-transparent.text-unternehmen .button .wp-element-button {
    border-color: var(--border-unternehmen);
    color: var(--bg-unternehmen);
}
.teaser-wrapper.thema-transparent.text-suche .button .wp-element-button {
    border-color: var(--border-suche);
    color: var(--bg-suche);
}
.teaser-wrapper.thema-transparent.text-infocenter .button .wp-element-button {
    border-color: var(--border-blog);
    color: var(--bg-blog);
}
.teaser-wrapper.thema-transparent .teaser-image {
    height: 100%;
    padding: 0;
    display: flex;
}
.teaser-wrapper.thema-transparent .teaser-image.outer img {
    width: 100%;
    margin-top: -50px;
    margin-bottom: -70px;
}
.swiper .swiper-pagination.swiper-pagination-fraction, .swiper .swiper-button-next, .swiper .swiper-button-prev {
    color:var(--text-white);
}
.swiper.text-default .swiper-pagination.swiper-pagination-fraction, .swiper.text-default .swiper-button-next, .swiper.text-default .swiper-button-prev {
    color:var(--bg-default);
}
.swiper.text-service .swiper-pagination.swiper-pagination-fraction, .swiper.text-service .swiper-button-next, .swiper.text-service .swiper-button-prev {
    color:var(--bg-service);
}
.swiper.text-unternehmen .swiper-pagination.swiper-pagination-fraction, .swiper.text-unternehmen .swiper-button-next, .swiper.text-unternehmen .swiper-button-prev {
    color:var(--bg-unternehmen);
}
.swiper.text-infocenter .swiper-pagination.swiper-pagination-fraction, .swiper.text-infocenter .swiper-button-next, .swiper.text-infocenter .swiper-button-prev {
    color:var(--bg-blog);
}
.swiper.text-karriere .swiper-pagination.swiper-pagination-fraction, .swiper.text-karriere .swiper-button-next, .swiper.text-karriere .swiper-button-prev {
    color:var(--bg-karriere);
}
.swiper.text-suche .swiper-pagination.swiper-pagination-fraction, .swiper.text-suche .swiper-button-next, .swiper.text-suche .swiper-button-prev {
    color:var(--bg-suche);
}
.swiper.text-default .swiper-button-prev {
    background-image: url(./assets/icons/arrow-left-default.svg);
}
.swiper.text-service .swiper-button-prev {
    background-image: url(./assets/icons/arrow-left-service.svg);
}
.swiper.text-unternehmen .swiper-button-prev {
    background-image: url(./assets/icons/arrow-left-unternehmen.svg);
}
.swiper.text-infocenter .swiper-button-prev {
    background-image: url(./assets/icons/arrow-left-infocenter.svg);
}
.swiper.text-karriere .swiper-button-prev {
    background-image: url(./assets/icons/arrow-left-karriere.svg);
}
.swiper.text-suche .swiper-button-prev {
    background-image: url(./assets/icons/arrow-left-suche.svg);
}
.swiper.text-default .swiper-button-next {
    background-image: url(./assets/icons/arrow-right-default.svg);
}
.swiper.text-service .swiper-button-next {
    background-image: url(./assets/icons/arrow-right-service.svg);
}
.swiper.text-unternehmen .swiper-button-next {
    background-image: url(./assets/icons/arrow-right-unternehmen.svg);
}
.swiper.text-infocenter .swiper-button-next {
    background-image: url(./assets/icons/arrow-right-infocenter.svg);
}
.swiper.text-karriere .swiper-button-next {
    background-image: url(./assets/icons/arrow-right-karriere.svg);
}
.swiper.text-suche .swiper-button-next {
    background-image: url(./assets/icons/arrow-right-suche.svg);
}
@media(max-width:767px) {
    .teaser-wrapper.thema-transparent .teaser-image,
    .teaser-wrapper.thema-transparent .teaser-image.outer {
        padding:0px 20px 0 20px;
    }
    .teaser-wrapper.thema-transparent .teaser-image.outer img {
        width: 100%;
        margin-top: -50px;
        margin-bottom: 0px;
    }
    .teaser-wrapper.thema-transparent .teaser-headline.ms-5, 
    .teaser-wrapper.thema-transparent .text-left.ms-5{
        margin-left:0px !important
    }
    .teaser-wrapper.thema-transparent .teaser-headline.me-2,
    .teaser-wrapper.thema-transparent .text-left.me-2{
        margin-right:0px !important
    }
    .teaser-wrapper .button.button-left {
        justify-content: center;
    }
    .teaser-wrapper.thema-transparent .button .wp-element-button{
        align-self: center;
    }
    .teaser-wrapper.thema-transparent .button .wp-element-button.ms-5{
        margin-left:0 !important
    }
}
.fullwidth.thema-default .teaser-wrapper.thema-transparent .button .wp-element-button {
    border-color: var(--border-default);
    color: var(--bg-default);
}
.fullwidth.thema-karriere .teaser-wrapper.thema-transparent .button .wp-element-button {
    border-color: var(--border-karriere);
    color: var(--bg-karriere);
}
.fullwidth.thema-infocenter .teaser-wrapper.thema-transparent .button .wp-element-button {
    border-color: var(--border-blog);
    color: var(--bg-blog);
}
.fullwidth.thema-service .teaser-wrapper.thema-transparent .button .wp-element-button {
    border-color: var(--border-service);
    color: var(--bg-service);
}
.fullwidth.thema-unternehmen .teaser-wrapper.thema-transparent .button .wp-element-button {
    border-color: var(--border-unternehmen);
    color: var(--bg-unternehmen);
}
.fullwidth.thema-suche .teaser-wrapper.thema-transparent .button .wp-element-button {
    border-color: var(--border-suche);
    color: var(--bg-suche);
}
.teaser-wrapper.thema-transparent .teaser-image.outer {
    margin-top: inherit;
}
.teaser-wrapper.thema-transparent .teaser-image.full {
    padding: 0;
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
}
.teaser-wrapper.thema-transparent .teaser-image.full img {
    padding: 0;
    margin: 0;
}
.teaser-wrapper.thema-transparent .teaser-image, .teaser-wrapper.thema-transparent .teaser-image.full.outer {
    border-radius: 30px 30px 0 0;
}
.teaser-wrapper.thema-transparent .teaser-image.full.outer img {
    margin: inherit;
    margin-left:0;
    margin-right:0;
    margin-bottom: 0;
    margin-top:-30px;
}
.teaser-wrapper.thema-transparent:has(.teaser-image.full.outer){
    margin-top: 30px;
}
@supports (-moz-appearance:none) {
    .teaser-wrapper.thema-transparent.overflow-visible{
        margin-top: 30px;
    }
}
.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;
}
.teaser-wrapper.teaser-wrapper-small .text-left,
.teaser-wrapper.teaser-wrapper-small .text-left span,
.teaser-wrapper.teaser-wrapper-small .text-center,
.teaser-wrapper.teaser-wrapper-small .text-center span,
.teaser-wrapper.teaser-wrapper-small .text-center p {
    text-overflow:ellipsis;
    overflow:hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.timeline-swiper-wrapper .teaser-wrapper.teaser-wrapper-small .text-left p,
.category-swiper-wrapper-sidebar .teaser-wrapper.teaser-wrapper-small .text-center p,
.category-logo-swiper-wrapper-sidebar .teaser-wrapper.teaser-wrapper-small .text-center p {
    text-overflow:ellipsis;
    overflow:hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    white-space: normal;
}
@media(min-width:768px) and (max-width:991px){
    .swiper.mySwiper .teaser-wrapper.teaser-wrapper-small .text-left,
    .swiper.mySwiper .teaser-wrapper.teaser-wrapper-small .text-left span,
    .swiper.mySwiper .teaser-wrapper.teaser-wrapper-small .text-center,
    .swiper.mySwiper .teaser-wrapper.teaser-wrapper-small .text-center span {
        -webkit-line-clamp: 3;
        font-size: 16px;
    }
}

.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;
}
.teaser-wrapper.thema-transparent .teaser-row .teaser-col.date{
    justify-content: start;
}

.swiper-slide .teaser-wrapper.teaser-wrapper-small.thema-transparent .teaser-image {
    height: auto;
}
/* END: Teaser-Wrapper Transparent ***/

.category-logo-swiper-wrapper .swiper-wrapper .teaser-wrapper .teaser-image,
.category-logo-swiper-wrapper-sidebar .swiper-wrapper .teaser-wrapper .teaser-image {
  width: 100%;
  height: 100% !important;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.category-logo-swiper-wrapper .swiper-wrapper .teaser-wrapper .teaser-image a,
.category-logo-swiper-wrapper-sidebar .swiper-wrapper .teaser-wrapper .teaser-image a {
  display: block;
  width: 100%;
  height: 100%;
}


.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 ul li a {
    margin-right:30px;
}

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-black);
}

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&gt;.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&gt;.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom:0px;
        left: 0;
    }
    .swiper.mySwiper .swiper-horizontal&gt;.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&gt;.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&gt;.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 das Modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    overflow-x:hidden;
    overflow-y: auto;
    padding-bottom: 5%;
}

.modal-content {
    background-color: #fff;
    margin-left:auto;
    margin-right:auto;
    margin-top: 5%;
    padding: 25px;
    width: 80%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    position: relative;
	max-width: 1024px;
}
@media(max-width:575px){
    .modal {
        padding-bottom: 50px;
    }
    .modal-content {
        width: 95%;
        margin-top: 50px;
    }
}
.modal-content .block-row.top {
    z-index: 1;
    margin-left: -25px;
    margin-right:-25px;
    margin-top: -25px;
    padding:25px 25px 0 25px;
    border-radius: 30px 30px 0 0;
}
.modal-content .block-row.top .teaser-image {
    display: flex;
    width: 100%;
    height: 100%;
}
.modal-content .block-row.top .teaser-image img {
    height: calc(100% + 50px);
    width: auto;
    max-width: 100%;
    margin-top: -50px;
    object-fit: contain;
}
.modal-content .block-row.thema-default {background-color: var(--bg-default);}
.modal-content .block-row.thema-unternehmen {background-color: var(--bg-unternehmen);}
.modal-content .block-row.thema-service {background-color: var(--bg-service);}
.modal-content .block-row.thema-karriere {background-color: var(--bg-karriere);}
.modal-content .block-row.thema-infocenter {background-color: var(--bg-blog);}
.modal-content .block-row.thema-suche {background-color: var(--bg-suche);}
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 38px;
    font-weight: normal;
    cursor: pointer;
    color: var(--text-white);
    z-index: 2;
    width: 38px;
    height: 38px;
}
.modal-content .block-row.top, .modal-content .block-row.top a {
    color: var(--text-white);
}
.modal-content .block-row.thema-transparent .close {color: var(--text-anthracite);}
.modal-content.thema-transparent .close {color: var(--text-anthracite);}
.modal-content .block-row.thema-transparent .block-block-col {color: var(--text-anthracite);}
.modal-content h1 u, .modal-content .h1 u {border-image-source: linear-gradient(to right, #ffffff00, var(--bg-white));}
.modal-content .block-row.thema-transparent h1 u {border-image-source: linear-gradient(to right, #ffffff00, var(--bg-default));}
.modal-content .block-row.thema-transparent.text-service h1 u {border-image-source: linear-gradient(to right, #ffffff00, var(--bg-service));}
.modal-content .block-row.thema-transparent.text-infocenter h1 u {border-image-source: linear-gradient(to right, #ffffff00, var(--bg-blog));}
.modal-content .block-row.thema-transparent.text-karriere h1 u {border-image-source: linear-gradient(to right, #ffffff00, var(--bg-karriere));}
.modal-content .block-row.thema-transparent.text-unternehmen h1 u {border-image-source: linear-gradient(to right, #ffffff00, var(--bg-unternehmen));}
.modal-content .block-row.thema-transparent.text-suche h1 u {border-image-source: linear-gradient(to right, #ffffff00, var(--bg-suche));}
.modal-content h1, .modal-content .h1 {color: var(--text-white) !important;}
.modal-content .block-row.thema-transparent h1 {color: var(--bg-default);}
.modal-content .block-row.thema-transparent.text-service h1{color: var(--bg-service);}
.modal-content .block-row.thema-transparent.text-infocenter h1 {color: var(--bg-blog);}
.modal-content .block-row.thema-transparent.text-karriere h1 {color: var(--bg-karriere);}
.modal-content .block-row.thema-transparent.text-unternehmen h1 {color: var(--bg-unternehmen);}
.modal-content .block-row.thema-transparent.text-suche h1 {color: var(--bg-suche);}
.modal-content h1, .modal-content .h1 {
    font-size: 32px !important;
    white-space: nowrap;
}
@media(min-width:767px){
    .modal-content h1, .modal-content .h1 {
        font-size: 48px !important;
    }
}
@media(min-width:1200px){
    .modal-content h1, .modal-content .h1 {
        font-size: 64px !important;
    }
}

.modal-content.fit-content {
    width: fit-content;
}
.modal-content.fit-content {
    width: fit-content;
}
.modal-content.fit-content .cr_ipe_item {
    margin: 0;
}


body:has(.modal-backdrop.d-block){
    overflow: hidden;
}
body.has-modal-backdrop {
    overflow: hidden;
}
/* Stil fÃ¼r das Modal-Backdrop */
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
  
.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 &gt; 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 &gt; 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] &gt; 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 &gt; summary &gt; * {
    display: inline;
}
details &gt; 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 &gt; summary {
    background-color:var(--bg-default);
    color: var(--text-white);
}
details.thema-default &gt; p {
    border: 2px solid var(--bg-default);
}
details.thema-karriere &gt; summary {
    background-color:var(--bg-karriere);
    color: var(--text-white);
}
details.thema-karriere &gt; p {
    border: 2px solid var(--bg-karriere);
}
details.thema-service &gt; summary {
    background-color:var(--bg-service);
    color: var(--text-white);
}
details.thema-service &gt; p {
    border: 2px solid var(--bg-service);
}
details.thema-infocenter &gt; summary {
    background-color:var(--bg-blog);
    color: var(--text-white);
}
details.thema-infocenter &gt; p {
    border: 2px solid var(--text-blog);
}
details.thema-unternehmen &gt; summary {
    background-color:var(--bg-unternehmen);
    color: var(--text-white);
}
details.thema-unternehmen &gt; p {
    border: 2px solid var(--bg-unternehmen);
}
details.thema-suche &gt; summary {
    background-color:var(--bg-suche);
    color: var(--text-white);
}
details.thema-suche &gt; p {
    border: 2px solid var(--bg-suche);
}



details.thema-transparent &gt; summary {
    background-color: var(--bg-white);
    color: var(--bg-default);
    border: 1px solid var(--bg-default);
}
details.thema-transparent &gt; p {
    border: 1px solid var(--bg-default);
    border-top: none;
}
details.thema-transparent.text-default &gt; summary {
    background-color: var(--bg-white);
    color: var(--bg-default);
    border: 1px solid var(--bg-default);
}
details.thema-transparent.text-default &gt; p {
    border: 1px solid var(--bg-default);
    border-top: none;
}
details.thema-transparent.text-karriere &gt; summary {
    background-color: var(--bg-white);
    color: var(--bg-karriere);
    border: 1px solid var(--bg-karriere);
}
details.thema-transparent.text-karriere &gt; p {
    border: 1px solid var(--bg-karriere);
    border-top: none;
}
details.thema-transparent.text-service &gt; summary {
    background-color: var(--bg-white);
    color: var(--bg-service);
    border: 1px solid var(--bg-service);
}
details.thema-transparent.text-service &gt; p {
    border: 1px solid var(--bg-service);
    border-top: none;
}
details.thema-transparent.text-infocenter &gt; summary {
    background-color: var(--bg-white);
    color: var(--bg-blog);
    border: 1px solid var(--bg-blog);
}
details.thema-transparent.text-infocenter &gt; p {
    border: 1px solid var(--bg-blog);
    border-top: none;
}
details.thema-transparent.text-unternehmen &gt; summary {
    background-color: var(--bg-white);
    color: var(--bg-unternehmen);
    border: 1px solid var(--bg-unternehmen);
}
details.thema-transparent.text-unternehmen &gt; p {
    border: 1px solid var(--bg-unternehmen);
    border-top: none;
}
details.thema-transparent.text-suche &gt; summary {
    background-color: var(--bg-white);
    color: var(--bg-suche);
    border: 1px solid var(--bg-suche);
}
details.thema-transparent.text-suche &gt; 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;
}</pre></body></html>