/**
 * Body.
 */
body {
    font-family:'Futura-Book', sans-serif;
    font-size: 16px;
    color: #232323;
    line-height: 26px;
    margin: 0;
}

/**
 * Wrapper.
 */
#wrapper {
    max-width: 1024px;
    margin: 0 auto;
    overflow: hidden;
}

p{
    font-size: 15px;
    line-height: 26px;
}


a {
    text-decoration: none;
    color: #232323;
}

a:hover {
    color: #666;
}
strong {
    font-family: 'Futura-Heavy', sans-serif;
}
ul {
    padding-left: 15px;
    margin-top: 0;
}

li {
    list-style-type: square;
}


/**
 * Header.
 */
header {
    margin-bottom: 80px;
}
#sticky-header {
    position: fixed;
    height: 70px;
    z-index: 1500;
    background: white;
    width: 100%;
    max-width: 1024px;
}

#logo {
    height: 70px;
    padding: 18px 70px;
    float: left;
    width: 25%;
}

#headerbild{
    max-width: 1024px;
    position: relative;
    clear: both;
    margin-bottom: 20px;
}
#headerbild img {
    width: 100%;
    height: auto;
}
#headertext {
    position: absolute;
    top: 17%;
    left: 56%;
    color: #fd000d;
}
#headertext span {
    font-family: 'Futura-Light', sans-serif;
}
#headertext h3 {
    margin: 0;
    padding:0;
    font-family: 'Futura-Book', sans-serif;
}
.sticky {
    position: fixed;
    width: 100%;
    max-width: 1024px;
    background: #fff;
    border-bottom: 5px solid #f8f8f8;
    z-index: 1200;
    color: #fd000d;
    top: 70px;
}
#sticky-title {
    line-height: 38px;
    font-family: 'Futura-Book', sans-serif;
    font-style: normal;
    font-size: 26px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    padding: 10px 70px 10px;
    position: fixed;
    top:-50px;
}
#sticky-title.sticky {
    top:60px;
}
#work-title, h1{
    line-height: 38px;
    font-family: 'Futura-Heavy', sans-serif;
    font-style: normal;
    font-size: 30px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    padding: 10px 70px 0;
    margin-top: 0;
    margin-bottom: 10px;
}

.sticky h1{
    font-size: 27px !important;
}
.sticky span {
    display:none;
}

/* Navigation */
#nav_menu {
    float: right;
    padding-right: 70px;
}
#nav_menu ul {
    list-style: none;
    position: relative;    /* So the first submenu can be positioned within the main menu */
}
#nav_menu ul li {
    float: left;
}
#nav_menu ul ul {
    display: none;         /* Don't display submenu until hover of the li element */
    position: absolute;
    top: 100%;             /* Position the submenu at the bottom of the main menu */
}
#nav_menu ul ul li {
    float: none;           /* Display the submenus vertically */
    position: relative;    /* So the second submenu can be positioned within the first submenu */
}
#nav_menu ul ul li ul {
    position: absolute;
    left: -100%;           /* Position the second submenu at the left side of the li element */
    top: 0;                /* Position the second submenu at the top of the li element */
}
#nav_menu ul li:hover > ul {
    display: block;        /* Display the submenu on hover of the li element */
}
#nav_menu ul::after {
    content: "";
    clear: both;
    display: block;
}

#nav_menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
}
#nav_menu ul li {
    list-style-type: none;
}
#nav_menu ul li a {
    text-align: center;
    display: block;
    padding: 22px 15px;
    text-decoration: none;
    font-family: 'Futura-Book', sans-serif;
}
#nav_menu ul li a.lastitem {
    padding-right: 0;
}
#nav_menu ul li:hover ul {
    width: 100%;
}
#nav_menu ul li:hover ul li a {
    display: block;
    width: 178px;
    text-align: center;
}

#mobilemenu {
    width: 200px;
    float: right;
}
.slicknav_menu {
    display: none;
}
@media only screen and (max-width: 959px) {
    #nav_menu ul li a {
        font-size: .875em; /* 14 / 16 */
    }
}
    @media only screen and (max-width: 767px) {
        #nav_menu {
            display: none;
        }

        .slicknav_menu {
            display: block;
        }
    }

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
    *zoom: 1; }
.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_icon:before {
    background: transparent;
    width: 1.125em;
    height: 0.875em;
    display: block;
    content: "";
    position: absolute; }
.slicknav_menu .slicknav_no-text {
    margin: 0; }
.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_menu:before {
    content: " ";
    display: table; }
.slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
    clear: both; }
.slicknav_nav ul {
    display: block; }
.slicknav_nav li {
    display: block;
    border-bottom: 1px solid #eee;
}
.slicknav_nav li:last-of-type {
    border-bottom: none;
}
.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item {
    cursor: pointer; }
.slicknav_nav .slicknav_item a {
    display: inline; }
.slicknav_nav .slicknav_row {
    display: block; }
.slicknav_nav a {
    display: block; }
.slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    padding: 18px 20px 5px;
    background: #fff;
}
.slicknav_menu * {
    box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
    color: #000;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #232323;
}

.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    list-style: none;
    overflow: hidden;
}
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #fff; }
.slicknav_nav a {
    padding: 5px 0;
    margin: 1px 5px;
    text-decoration: none;
    font-family: 'Futura-Book', sans-serif;
    }
.slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}

/**
 * Content.
 */
#intro-text {
    font-size: 21px;
    line-height: 29px;
}

#aufgabe {
    margin-top: 10px;
}

/*
 * SVG
 * IE10+
 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #logo img[src$=".svg"] {
        max-width: 120px;
    }
}

.content{
    padding: 20px 70px;
    background: #fff;
    margin: 0 auto;
    clear: both;
}
.colored-bg{
    background-color: #e5e5e5;
    padding: 0 70px 40px;
    width: 100%;
    float: left;
    margin: 30px 0 0;
}

.span_1_of_1{
    clear: both;
}
 p {
    margin-top: 0;
}
.span_1_of_2{
    width: 50%;
    float: left;
    padding-right: 30px;
    clear: both;
}
.span_2_of_2{
    width: 50%;
    float: left;
}

.span_1_of_4{
    width: 25%;
    float: left;
    text-align: center;
    padding-right: 30px;
}
.span_1_of_4:first-of-type {
    text-align: left;
}
.span_1_of_4:last-of-type {
    padding-right: 0;
}
h1 > span {
    color: #232323;
    font-size: 18px;
    font-family:'Futura-Book', sans-serif;
    font-weight: normal;
}

h3{
    font-family: 'Futura-Heavy', sans-serif;
    margin-bottom: 10px;
    font-size: 21px;
    margin-top: 20px;
}

.ui.embed {
    width: 100%;
}

iframe{
    width: 100%;
    border: none;
    min-height: 270px;
}
#karte {
    min-height: 375px;
}
#kontakt h3 {
    margin-top:50px;
}
#kontakt img{
    max-width:260px;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}
#kontakt a:hover {
    color: #232323;
    text-decoration: none;
    cursor: default;
}
#kontakt .handlungsaufforderung {
    margin-bottom: 25px;
}

/* Benefits */
#benefits h3 {
    margin: 50px 0px 20px 0px;
}
#benefits .card h3 {
    margin-top: -20px;
}
#benefits .card .benefitIconHover {
    display: none;
}

#benefits .card:hover .benefitIcon {
    display: none;
}

#benefits .card:hover .benefitIconHover {
    display: inline-block;
}
#benefits .card:hover h3 {
    color:#fd000d;
}
#benefits .slick-slider {
    padding-left:15%;
    padding-right: 15%;
    padding-left:20px;
    padding-right: 20px;
}
.card-container {
    width: 100%;
    display: inline-block;
    padding:0px 20px;
}
.card--hover {
    position: relative;

}
.card--hover p {
    display: none;
}
.card-container .card {
    text-align: center;
    position: relative;
}
.card--display img {
    width: 128px;
}
.card-container .card {
    width: 100%;
    text-decoration: none;
    color: black;
    display: block;
    transition: 0.25s ease;
}
.card-container .card:hover .card--hover {
    display: block;
    z-index: 1000;
}
.last-benefit {
    left: 50px;
}
.card-container .card .card--hover {
    display: none;
}
.card-container .card .card--hover h2 {
    margin: 0 0 10px;
    text-align: left;
}
.card-container .card .card--hover p {
    font-family: 'Futura-Book', sans-serif;
    font-weight: normal;
    color: #000;
    line-height: 1.3;
    font-size: 14px;
    text-align: left;
    padding: 15px;
    hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    width: 220%;
}
.slick-prev, .slick-next {
    top:65px;
}
/* Location */
#location {
    margin:80px 0px 20px 0px;
    display: inline-block;
}
#location a {
    color:#fd000d;
    font-weight: bold;
    text-decoration: underline;
    font-family: 'Futura-Heavy', sans-serif;
}
/* Labels */
#labels {
   float: left;
    width: 100%;
}
#labels img {
    height: 130px;
    width: auto;
}

/* Weitere Stellen */

.colored-bg#weitere-stellen {
    padding: 0 40px 100px 70px;
}
#weitere-stellen {
    margin-bottom: 15px;
}
#weitere-stellen h3 {
    margin-top:30px;
    margin-bottom: 40px;
}
#weitere-stellen .jobs-text h3{
    margin:0px;
}
#info {
    font-family: 'Futura-Heavy', sans-serif;
}
#jobs {
    width: 100%;
}

.jobs-text {
    display: inline-block;
    width: 100%;
}

.job {
    cursor: pointer;
    font-family: 'Futura-Book', sans-serif;
    display: inline-block;
    font-size: 16px;
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.job h3 {
    font-family:'Futura-Heavy', sans-serif;
    font-size: 18px;
    margin-bottom: 0;
    margin-top:0;
}

.job a,
.job a:visited {
    color: #232323;
    font-family: 'Futura-Book', sans-serif;
    text-decoration: none;
}
.jobs-text {
    display: inline-block;
    width: 100%;
    border: 3px solid #000;
    padding: 10px;
    min-height: 130px;
}
.jobs-text:hover {
    border-color: #fd000d;
}
.job a:hover {
    color: #fd000d;
}

/**
 * Follow Section.
 */
#follow {
    margin: 0 auto;
}

#follow  p {
    padding-bottom: 20px;
}
.icon {
    margin-right: 10px;
}

/**
 * Footer - Share.
 */
#footer {
    background-color: #f8f8f8;
    box-shadow: 0 -1px 10px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 1024px;
    position: fixed;
    bottom: 0;
    z-index: 1200;
}

#footer a {
    color: #fff;
}

#footer #socials {
    position: relative; /* DO NOT REMOVE: important for popup */
    padding: 10px 10px 5px 70px;
    width: 35%;
    float: left;
}

#footer #socials .print span {
    margin-right: 40px;
}

#footer #socials .svg {
    margin-right: 15px;
}
.ui.top.center.popup, .ui.top.center.popup:before {
    background: #fd000d;
}

.social-icons img {
    width: 35px;
    height: 35px;
}
.social-icons img:hover {
    opacity: 0.7;
}

#footer-date {
    width: 30%;
    text-align: center;
    display: inline-block;
    padding-top: 23px;
    font-size: 14px;
    line-height: 16px;
}

/**
 * Button.
 */

#apply {
    width: 35%;
    float: right;
    padding: 1.5em 70px 1.5em 10px;
    text-align: right;
}

#apply a{
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    padding: 15px 30px;
    font-family: 'Futura-Book', sans-serif;

}

#apply a:hover{
    background-color: #fd000d;
}

.close.button,
.send.button
{
    background: #be505a;
    color: #fff;
}

.close.button:hover,
.send.button:hover
{
    background: #555;
    color: #fff;
}

/**
 * Popup.
 */
.ui.popup.share {
    max-width: 250px;
    width: 100%;
    text-align: center;
}

.ui.popup.share a {
    display: inline-block;
    text-decoration: none;
}

.ui.popup.share a.whatsapp {
    display: none;
}

.ui.popup.share div {
    margin-top: 5px;
    margin-bottom: 5px;
}

.ui.popup.share .social-icons svg.icon {
    fill: rgba(0, 0, 0, .6);
    width: 60px;
    height: 60px;
    margin-right: 5px;
}

/**
 * SVG icons.
 */

.svg.small.icon {
    height: 12px;
    width: 12px;
    top: 1px;
}

.svg.follow {
    height: 40px;
    width: 40px;
    margin-right: 12px;
}

.svg.share {
    height: 40px;
    width: 40px;
    margin-right: 12px;
    fill: #fff;
}

svg.share:hover {
    fill: #333;
}

.svg.icon.top {
    top: 0;
}

/* Chrome/Opera/Safari */
::-webkit-input-placeholder {
    color: #aaa;
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #aaa;
}

/* IE 10+ */
:-ms-input-placeholder {
    color: #aaa;
}

/* Firefox 18- */
:-moz-placeholder {
    color: #aaa;
}

::placeholder {
    color: #aaa;
}

/**
 * Parsley
 */
.parsley-error {
    border: 1px solid #be505a !important;
}

label.parsley-error {
    border: 0 !important;
    color: #be505a;
}

.parsley-errors-list {
    color: #be505a;
    list-style: none;
    padding: 0;
    font-size: 14px;
    margin: 5px 0 10px 0;
}

.attachments-error {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #be505a;
    font-weight: bold;
}

.printable-only {
    display: none;
}

.mobile {
    display: none;
}

#socials-mobile {
    display: none;
}


/*
** Cookie layer
 */
.cookieLayer {
    width: 100%;
    background-color:#7252ac;
    height: 100%;
    position: absolute;
    top: 0;
}

.page-blocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10000;
}

div#cookieBanner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a373f;
    min-height: 7.4375rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 20000;
}
#cookieBanner .cookieBannerInner {
    max-width: 1600px;
    margin:0px auto;
    padding: 2rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:120px;
}
#cookieBanner p {
    font-size:18px;
    line-height: 24px;
    color:#fff;
    margin:0px;
}
#cookieBanner p a {
    color:#fff !important;
    text-decoration: underline;
    text-underline-offset: 3.68px

}
.cookieButton {
    width: 386px;
    background-color:#fd000d;
    color:white;
    height: 48px;
    width: 116px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #fd000d;
    cursor: pointer;
    font-family: "Futura-Heavy", sans-serif;
    letter-spacing: .5px;
}
.cookieButton:hover {
    background-color: #b80009;
    color:#fff;
}
#cookieBanner .cookieButton.acceptAll {
    margin-bottom: 16px;
}
#cookieBanner .cookieIcon {
    max-width: 60px;
    min-width: 60px;
}
/*
** Modal Cookie Settings
 */
.jquery-modal.blocker.current {
    z-index: 9999999;
}
.modal {
    min-width: 1160px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    padding:0;
    text-align: center;
}
.cookieSettingsContent {
    overflow:visible;
    padding:40px 50px;
}
.cookieSettingsContent h2 {
    font-size: 48px !important;
    line-height: 49px !important;
    font-family: "Futura-Light",sans-serif;
    font-weight: 300;
}
.cookieSettingsContent p {
    font-size:18px;
    line-height: 24px;
}
.cookieSettingsContent p a {
    color: #fd000d;
    border-bottom: 1px solid #fd000d;
}
.cookieSettings {
    padding-top:50px;
    padding-bottom:20px;
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:20px;
}
.cookieSetting {
    display: flex;
    align-items: center;
    width: 300px;
}
.cookieSetting .settingText {
    max-width: 83%;
}
.cookieSetting .inputHolder {
    max-width: 20%;
}
.cookieSetting p {
    font-size: 16px;
}
.cookieSetting h4 {
    font-family: "Futura-Heavy", sans-serif;
    font-weight: 900;
    font-size:18px;
    line-height: 18px;
    margin:0px;
}
.settingText {
    display: flex;
    gap: 15px;
}
.cookieSetting .button.icon {
    appearance: none;
    border: none;
    background: none;
    position: relative;
}
.cookieSettingsFooter {
    display: flex;
    gap:30px;
    justify-content: center;
    background-color:white;
    width: 100%;
    padding:30px 50px 60px;
    box-shadow: 0 0 15px 15px white;
}
.cookieSettingsFooter .cookieButton {
    width: 235px;
}
.info {
    display: block;
    width: 18px;
    height: 18px;
}
.tooltip {
    display: none;
    position: absolute;
    background-color: #333;
    color: white;
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    width: 330px;
    left: -145px;
    top: 40px;
    z-index: 1000;
    font-family: "Futura-Light", sans-serif;
}
.tooltip:after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #333;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -15px;
    transform: rotate(45deg);
}
.settingText .button:hover .tooltip {
    display: block;
}
.modal a.close-modal {
    top:30px;
    right:30px;
    background-image: url(https://www.blkb.ch/.resources/foundation/dist/images/close-black.svg);
}

.form-group {
    position: relative;
}
.form-inline {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
}
.form-group .input-group, .form-group input {
    border-color: lightgray;
}
.toggle-switch-check, label:not(.toggle-switch) .toggle-switch {
    bottom: 0;
    font-size: 62.5%;
    height: 24px;
    opacity: 0;
    position: absolute;
    width: 48px;
    z-index: 2;
}
.toggle-switch {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    max-width: 100%;
    position: relative;
}
.toggle-switch:not(:checked)~.toggle-switch-bar:after {
    left: 3px;
}
.toggle-switch-check~.toggle-switch-bar, label:not(.toggle-switch) .toggle-switch~.toggle-switch-bar {
    display: inline-flex;
    font-size: .625rem;
    height: 14px;
    line-height: 14px;
    position: relative;
    text-indent: 0;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.toggle-switch-bar:before {
    border-radius: 22px;
    width: 60px;
    height: 29px;
}
.toggle-switch-bar:after {
    border-radius: 50%;
    height: 23px;
    width: 23px;
    top: 3px;
}
.toggle-switch-check:checked~.toggle-switch-bar:after, label:not(.toggle-switch) .toggle-switch:checked~.toggle-switch-bar:after {
    background-color: #fff;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    left: 28px;
}

.toggle-switch-check~.toggle-switch-bar::before, label:not(.toggle-switch) .toggle-switch~.toggle-switch-bar::before {
    border-style: solid;
    border-width: 1px;
    bottom: 0;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    transition: background-color .1s ease-in,border-color .1s ease-in,box-shadow 150ms ease-in-out,color .1s ease-in,left .1s ease-in,right .1s ease-in;
    width: 48px;
}
.toggle-switch-bar:after {
    border-radius: 50%;
    height: 23px;
    width: 23px;
    top: 3px;
}

.toggle-switch-bar .toggle-switch-handle {
    display: block;
    min-width: 48px;
    text-transform: uppercase;
}

.toggle-switch:checked~.toggle-switch-bar:after {
    left: 34px;
}
.toggle-switch:not(:checked)~.toggle-switch-bar:before {
    background-color: #ccc;
    border-color: #ccc;
}
.toggle-switch-bar:before {
    border-radius: 22px;
    width: 60px;
    height: 29px;
}

.toggle-switch-check~.toggle-switch-bar:after, label:not(.toggle-switch) .toggle-switch~.toggle-switch-bar:after {
    background-color: #fff;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    bottom: 4px;
    content: "";
    display: block;
    height: 16px;
    left: 4px;
    position: absolute;
    top: 4px;
    transition: background-color .1s ease-in,border-color .1s ease-in,box-shadow 150ms ease-in-out,color .1s ease-in,left .1s ease-in,right .1s ease-in;
    width: 16px;
}

#cookieSettings .toggle-switch-bar:before {
    border-radius: 2.125rem;
    background-color: #2a373f;
    border: none;
    width: 28px;
    height: 10px;
}
#cookieSettings input:checked + span + .toggle-switch-bar:before {
    background-color: rgba(253, 0, 13, 0.2);
}

#cookieSettings .toggle-switch-bar:after {
    border-radius: 50%;
    border: none;
    content: "";
    height: 0.875rem;
    width: 0.875rem;
    left: -0.125rem;
    top: -0.125rem;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(42, 55, 63, 0.6);
    box-shadow: 1px 1px 1px 0 rgba(42, 55, 63, 0.6);
}
#cookieSettings .toggle-switch:checked~.toggle-switch-bar:after {
    left: 16px;
    background-color: #fd000d;
}
#cookieSettings .toggle-switch[disabled], .toggle-switch-check:disabled~.toggle-switch-bar, .toggle-switch-check[disabled]~.toggle-switch-bar, label:not(.toggle-switch) .toggle-switch:disabled~.toggle-switch-bar, label:not(.toggle-switch) [disabled].toggle-switch~.toggle-switch-bar {
    cursor: not-allowed;
    opacity: .4;
}
#cookieSettings .toggle-switch[disabled] {
    opacity: 0;
}
#reOpenSettings {
    cursor: pointer;
    color:#7252ac;
}
#reOpenSettings:hover {
    text-decoration: underline;
    text-underline-offset: 3.68px
}
.reOpenCookieSettings {
    padding-bottom:0px;
}
#saveSettingsAll.cookieButton {
    background-color: #2a373f;
    border-color:#2a373f
}
#saveSettingsAll.cookieButton:hover {
    background-color: #000;
    border-color:#000;
    color:#fff;
}


/**
 * Media Queries Responsive
 */
/* the slides */
#weitere-stellen .slick-slide {
    margin: 0 10px;
}

/* the parent */
#weitere-stellen .slick-list {
    margin: 0 -10px;
}
#weitere-stellen .job {
    width: 99%;
}
#weitere-stellen  .slick-next {
    right: -35px;
}
@media screen and (max-width: 900px) {
    .sticky h1{
        font-size: 20px !important;
        line-height: 26px !important;
    }
    .card-container {
        display: inline-block;
    }
    #benefits .card-container {
        width: 100%;
    }
    .last-benefit, .card--hover {
        left: 90px;
    }
    #karte {
        min-height: 400px;
    }
    .slick-slide {
        text-align: center;
    }
    #location .span_1_of_2,
    #location .span_2_of_2 {
        width: 100%;
        margin-bottom: 20px;
    }
    #location img {
        max-width: 100%;
    }
    .print{
        display: none;
    }
    #benefits .slick-slider {
        padding-left:0;
        padding-right:0;
    }
}
@media screen and (max-width: 810px) {
    #labels img {
        height: 110px;
    }
}

@media screen and (max-width: 768px) {
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block;
    }
    #sticky-title {
        font-size: 20px;
        padding: 10px 20px;
    }
    #sticky-title.sticky {
         top:50px;
     }
    .colored-bg#weitere-stellen {
        padding-left: 20px;
        padding-right: 20px;
    }
    .benefits-mobile {
        width: calc(100% / 2);
        float: left;
        display: flex;
        align-items: center;
    }
    .benefits-mobile img {
        display: inline-block;
        float: left;
        height: 90px;
        width: 80px;
    }
    .benefits-mobile p {
        margin-top: 15px;
        margin-left: 10px;
        line-height: 20px;
    }
    #follow, .content{
        padding: 20px;
    }
    .colored-bg{
        padding: 0 20px 20px;
    }
    #logo {
        padding: 20px;
    }
    #apply{
        padding-right: 20px;
    }
    #btn-jobabo{
        background-color: #fff;
        height: 50px;
        padding: 10px 0;
    }
    #jobabo-subscribe-button{
        background-color: transparent;
    }
    #footer #socials {
        padding-left: 0px;
        width: 40%;
    }
    #work-title{
        padding: 10px 20px 2px;
    }
    .job h3 {
        min-height: 0;
    }
    .span_1_of_2, .span_2_of_2 {
        width: 100%;
        padding-right: 0;
    }
    #kontakt .span_1_of_2, #kontakt .span_2_of_2{
        width: 50%;
        padding-right: 10px;
    }
    #headertext h3, #headertext span{
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width: 600px) {
    .last-benefit, .card--hover {
        left: 50px;
    }
    #labels img {
        height: 90px;
    }
    #headertext {
        top: 15%;
        left: 52%;
    }
    #kontakt img {
        max-width: 200px;
    }
    .colored-bg#weitere-stellen {
        padding-bottom:100px;
    }
}
@media screen and (max-width: 560px) {
    #headertext {
        top: 14%;
        font-size: 13px;
        line-height: 17px;
    }
    .card-container {
        display: inline-block;
    }
    .last-benefit, .card--hover {
        left: 70px;
    }
    #apply {
        width: 41%;
    }
    #footer-date {
        width: 26%;
    }
    #footer #socials .svg {
        margin-right: 0;
    }
}
@media screen and (max-width: 480px) {
    #headerbild{
        display: none;
    }
    #work-title, h1 {
        font-size: 24px;
    }
    .slicknav_menu {
        padding-top: 10px;
    }
    #sticky-header {
        height: 50px;
    }
    .sticky {
        top: 50px;
    }
    #socials-mobile {
        display: block;
    }
    #socials-mobile .svg {
        margin-right: 15px;
    }
   #location .span_1_of_2 {
        width: 100%;
        padding-right: 0;
    }
    #kontakt img {
        max-width: 100%;
    }
    .card--display img {
        width: 80px;
    }
    #footer {
        padding: 0px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #apply a{
        background-color: transparent;
        padding:15px 20px;
    }
    #apply {
        background-color: #333;
        border-radius: 3px;
        padding: 10px;
        height: 48px;
    }
    #apply{
        width: 60%;
        clear: both;
        text-align: center;
    }
    #socials-mobile {
        padding-left: 0;
        margin: 0 0 100px;
        padding-top: 20px;
        position: relative;
    }
    .last-benefit, .card--hover {
        left: 30px;
    }
    #logo {
        padding: 10px 20px;
    }
    #logo img {
        width: 100px;
    }
    .job {
        width: 100%;
        padding: 0 50px;
    }
    .span_1_of_4 {
        width: 50%;
        padding-right: 0;
    }
    .span_1_of_4:first-of-type {
        text-align: center;
    }
    #labels img {
        width: 140px;
        height: auto;
    }
}
@media screen and (max-width: 400px) {
    #kontakt .span_1_of_2, #kontakt .span_2_of_2{
        width: 100%;
        padding-right: 0;
    }
    #kontakt .span_1_of_2 {
        padding-bottom: 10px;
    }
    .benefits-mobile{
        height: 65px;
    }
    .benefits-mobile p {
        margin-left: 10px;
        line-height: 18px;
        font-size: 14px;
        max-width: 85px;
        hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
    }
    .benefits-mobile img {
       width: 50px;
        height: 60px;
    }
}

@media only screen and (max-width: 767px) {
    #cookieBanner p {
        font-size: 16px;
        line-height: 22px;
    }
    #cookieBanner .cookieBannerInner {
        flex-direction: column;
        gap: 20px;
        padding: 2rem 1.2rem;
    }
    #cookieBanner .cookieButton.acceptAll {
        margin-bottom: 0;
    }
}