@import url(font.css);
@import url(header.css);
@import url(footer.css);
@import url(blocks/jobs-listing.css);
@import url(blocks/hero.css);
@import url(blocks/cta.css);
@import url(blocks/zitat.css);
@import url(blocks/text-video.css);
@import url(blocks/kacheln.css);
@import url(blocks/events.css);
@import url(blocks/banner.css);
@import url(blocks/story-multi-element.css);
@import url(blocks/text-bild.css);
@import url(blocks/text-text.css);
@import url(blocks/icon-kacheln.css);
@import url(blocks/account-template.css);
@import url(blocks/stelle.css);
@import url(blocks/stellenuebersicht.css);
@import url(blocks/kontaktformular-und-informationen.css);
@import url(blocks/infos-und-tipps.css);
@import url(blocks/merkliste.css);
@import url(blocks/multi-akkordeon.css);

.btn-link,
a {
    text-decoration: none
}

.btn-primary-color,
.btn-white,
.btn-yellow,
.btn-yellow-2,
.wpcf7-submit {
    text-decoration: none;
    transition: .3s;
    z-index: 3;
    cursor: pointer
}

.event_title,
body {
    font-size: 1rem
}

body,
html {
    overflow-x: hidden
}

.bold,
.btn-yellow,
.event_dates,
.event_title {
    font-family: Plain
}

dl,
ol,
ul {
    margin-bottom: 0
}

.etl_ohno,
.link_hover::before {
    opacity: 0;
    left: 0;
    position: absolute
}

:root {
    --color-primary: #00857d;
    --color-yellow: #ffcd00;
    --pin-color: #ffcd00;
    --pin-text-color: black;
    --color-light-green: #b5e3d8;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-yellow-hover: #ebb900;
    --color-dark-blue: #e5eef8;
    --color-dark-red: #fdecea;
    --color-149991: #149991;
    --color-007169: #007169;
    --color-f5f5f5: #f5f5f5;
    --color-ebebeb: #ebebeb;
    --color-c9f7ec: #c9f7ec;
    --color-a1cfc4: #a1cfc4;
    --color-282828: #282828;
    --color-141414: #141414;
    --color-ffe114: #ffe114;
    --color-ee3d30: #ee3d30;
    --color-da291c: #da291c;
    --color-c61508: #c61508;
    --font-plain-bold-woff2: url("Plain-Bold.woff2");
    --font-plain-bold-woff: url("Plain-Bold.woff");
    --font-plain-regular-woff2: url("Plain-Regular.woff2");
    --font-plain-regular-woff: url("Plain-Regular.woff");
    --font-size-8: 8px;
    --font-size-10: 10px;
    --font-size-12: 12px;
    --font-size-14: 14px;
    --font-size-16: 16px;
    --font-size-20: 20px;
    --font-size-24: 24px;
    --font-size-30: 30px;
    --font-size-40: 40px;
    --font-size-80: 80px;
    --font-weight-thin: 100;
    --font-weight-regular: 400;
    --font-weight-bold: 700;
    --line-height-normal: 1.2;
    --line-height-tight: 1;
    --spacing-small: 8px;
    --spacing-medium: 16px;
    --spacing-large: 24px;
    --header-gradient: linear-gradient(180deg, #00857d 0%, #00857d 75%, rgba(0, 133, 125, 0.75) 100%);
    --hero-gradient: linear-gradient(252deg, rgba(255, 255, 255, 0) 40.26%, #00857d 100%);
    --background: #ffffff
}

body {
    background: var(--background);
    font-family: Arial, sans-serif;
    color: var(--color-black);
    line-height: 1.625rem;
    font-style: normal;
    font-weight: 400
}

.wpcf7 input[type=email],
.wpcf7 input[type=tel],
input[type=email],
input[type=tel],
input[type=text],
select,
textarea {
    padding: 8px !important;
    background-color: #fff !important;
    font-family: Plain-Reg, sans-serif !important;
    font-weight: var(--font-weight-regular) !important;
    font-size: clamp(var(--font-size-10), 1vw, var(--font-size-10)) !important;
    font-style: normal !important;
    line-height: .875rem !important;
    letter-spacing: .0625rem !important
}

.event_body,
.event_dates {
    font-size: .75rem;
    line-height: 1.5em
}

li::marker {
    color: var(--color-primary)
}

.white_background {
    background-color: var(--color-white)
}

.primary_background {
    background-color: var(--color-primary)
}

.color-primary,
.color_primary {
    color: var(--color-primary)
}

.color_white,
.color_white_p p {
    color: var(--color-white)
}

.color_light_green {
    color: var(--color-light-green)
}

.btn-yellow,
.btn-yellow-2 {
    background-color: var(--color-yellow);
    padding: .875rem 1.5625rem !important;
    color: var(--color-black);
    border: none !important;
    display: inline-block;
    position: relative
}

.btn-yellow {
    font-size: 1.125rem !important;
    line-height: normal !important
}

.btn-yellow-2:hover,
.btn-yellow:hover,
.wpcf7-submit:hover {
    background-color: var(--color-ffe114)
}

.btn-yellow-2:active,
.btn-yellow:active,
.wpcf7-submit:active {
    background-color: var(--color-yellow-hover)
}

.btn-yellow-2 {
    font-style: normal;
    line-height: 1.5rem;
    font-family: Plain, serif
}

.btn-primary-color,
.btn-white {
    padding: .875rem 1.88rem !important;
    font-weight: 500 !important;
    line-height: normal !important;
    font-size: 1.125rem !important;
    border: none !important;
    font-family: Plain, serif
}

.btn-white {
    display: inline-block;
    background-color: var(--color-white);
    color: var(--color-primary)
}

.btn-white.active,
.btn-white:active {
    color: var(--color-white);
    background-color: var(--color-primary)
}

.btn-primary-color {
    background-color: var(--color-primary);
    color: #fff;
    width: 100%;
    justify-content: center;
    display: flex
}

.btn-link,
.btn.btn-secondary {
    padding: 10px 20px;
    font-size: 1rem;
    line-height: 1.5rem
}

.btn-primary-color:hover {
    background-color: var(--color-primary) !important
}

.btn {
    transition: .3s;
    text-wrap: nowrap
}

.btn-link {
    font-weight: 400;
    color: var(--Neutrals-Black);
    cursor: pointer
}

.btn-link:hover {
    color: var(--Brand-Blue)
}

.btn-primary,
.btn-primary:hover {
    background-color: var(--Neutrals-Black) !important;
    color: var(--White) !important
}

.btn-primary {
    padding: 10px 20px !important;
    border-radius: 5px;
    font-size: 1.125rem !important;
    font-weight: 500 !important;
    line-height: normal !important;
    border: none !important;
    transition: .3s;
    cursor: pointer
}

.quotation_marks,
.wpcf7-submit {
    font-style: normal;
    font-weight: 700
}

.btn-primary:hover {
    border-radius: 50px !important
}

.btn.btn-secondary {
    background-color: transparent;
    color: var(--Neutrals-Black);
    border: none;
    font-style: normal
}

.block-my-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.block-my-default {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important
}

.block-my-80-0 {
    padding-top: 2.1875rem !important;
    padding-bottom: 0 !important
}

.block-my-0-80 {
    padding-top: 0 !important;
    padding-bottom: 2.1875rem !important
}

@media (min-width:768px) {
    .block-my-none {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .block-my-default {
        padding-top: 4.375rem !important;
        padding-bottom: 4.375rem !important
    }

    .block-my-80-0 {
        padding-top: 4.375rem !important;
        padding-bottom: 0 !important
    }

    .block-my-0-80 {
        padding-top: 0 !important;
        padding-bottom: 4.375rem !important
    }
}

.background_gradient {
    background: linear-gradient(180deg, #fff 38%, #b5e3d8 100%)
}

.background_dark_gradient {
    background: linear-gradient(252deg, #149991 0, #00857d 50%, #007169 100%)
}

.quotation_marks {
    color: var(--color-primary);
    font-feature-settings: "liga" off, "clig" off;
    font-family: Plain;
    font-size: 5rem;
    line-height: 5rem;
    letter-spacing: -.09375rem
}

.wpcf7-form-control.wpcf7-select {
    width: 100%
}

.form-control {
    border-radius: 0 !important
}

.contact_text_area {
    height: 71px !important
}

.wpcf7-submit {
    display: inline-block;
    background-color: var(--color-yellow);
    padding: .625rem 1.5625rem .875rem !important;
    color: var(--color-black) !important;
    border: none !important;
    font-size: 1rem;
    line-height: 1.5rem
}

.wpcf7-list-item input[type=checkbox] {
    width: 15px;
    height: 15px;
    transform: scale(1.5);
    margin-right: .75rem
}

.custom-checkbox .wpcf7-list-item {
    display: flex;
    align-items: center
}

.custom-checkbox .wpcf7-list-item-label {
    display: inline;
    line-height: 1.5
}

.wpcf7 input[type=email],
.wpcf7 input[type=tel],
select {
    border-radius: 0 !important;
    border: none !important;
    min-height: 45px
}

button {
    background: 0 0;
    border: none
}

dl,
ol,
ul {
    margin-top: 0
}

.link_hover {
    position: relative;
    line-height: normal
}

.link_hover::before {
    content: "";
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: var(--color-primary);
    transition: .2s ease-in-out
}

.link_hover:hover::before {
    width: 100%;
    opacity: 1
}

input[type=email],
input[type=tel],
input[type=text],
select,
textarea {
    border-radius: 0 !important;
    border: none !important;
    min-height: 49px
}

.etl_ohno {
    top: 0;
    height: 0;
    width: 0;
    z-index: -1
}

.loading {
    opacity: .5;
    pointer-events: none
}

.loaderBtn {
    width: 20px;
    height: 20px;
    border: 5px solid #fff;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: none;
    box-sizing: border-box;
    animation: 1s linear infinite rotation;
    margin-right: 16px
}

#mobile-job-search-button {
    padding-top: 4rem
}

@media (max-width:530px) {
    .quotation_marks {
        line-height: 1rem
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

#drop-area {
    width: 100%;
    text-align: center;
    display: flex;
    border: 2px dashed var(--color-primary);
    cursor: pointer;
    padding: 100px;
    flex-direction: column;
    align-items: center
}

#drop-area.drag-over {
    background-color: #eee
}

.file-preview {
    background-color: var(--color-white);
    padding: 10px;
    height: 100%
}

.file-name {
    word-break: break-all
}

.file-preview:hover .delete_attachement {
    opacity: 1
}

.delete_attachement {
    background-color: var(--color-primary);
    padding: 4px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: .5s;
    cursor: pointer
}

#preview-container {
    row-gap: 1rem
}

.thank_you_container {
    min-height: 600px
}

#unsere-bereiche {
    scroll-margin-top: 5rem
}

.error_field {
    color: red
}

.custom-hover-underline:hover {
    text-decoration: underline !important
}

@media (max-width:576px) {
    .quotation_marks {
        font-size: 2.5rem
    }

    .thank_you_container {
        min-height: 400px
    }
}

.gradient {
    background: linear-gradient(1deg, #b5e3d8 10%, #fff 97.83%)
}

.gradient_grey {
    background: linear-gradient(180deg, #fff 5%, #ebebeb 100%)
}


#job-listings{
    opacity: 1!important;
}

.slick-lightbox{
    z-index: 99999!important;
}

.bfzImgWrapper {
    height: 100%!important;
}