/**
 * Header
 */
#wrapper {
    padding-top:187px;
    padding-bottom: 68px;
    width:100%;
    max-width: 1280px;
    margin:0 auto;
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1);
}
#header {
    width:100%;
    max-width: 1280px;
    position:fixed;
    top:0px;
    background: white;
    z-index: 10000;
    transition: all .25s ease-in-out;
}
#header.sticky {
    box-shadow: 0px 0px 10px #00000029;
}
#header .content {
    transition: all .25s ease-in-out;
    overflow: hidden;
    position: relative;
}
#header .content {
    padding:24px 20px;
    margin:0 auto;
}
#logo {
    width:20%;
    float:left;
    margin-right:26px;
    transition: all .25s ease-in-out;
}
#logo img {
    border:solid 1px #E5E5E5;
}
#right {
    float:left;
    width: calc(-255px + 100%);
    text-overflow: ellipsis;
}
#slogan {
    transition: all .25s ease-in-out;
    float:left;
}
.sticky #slogan {
    float:none;
}
#slogan h2 {
    transition: all .25s ease-in-out;
    margin-top:11px;
    margin-bottom: 0px;
}
#slogan h2.slogan {
    line-height:42px;
}
#slogan h2.job {
    display: none;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#slogan h4.subtitle {
    display:none;
    margin:-6px 0 0px 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sticky #header {
    box-shadow: 0px 0px 10px #00000029;
}
.sticky #slogan h2.slogan {
    display: none;
}
.sticky #slogan h2.job, .sticky #slogan h4.subtitle {
    display: block;
}
.sticky #slogan h2.job {
    padding-top:9px;
}

/**
 * Navigation.
 */
#navigation {
    margin-top:20px;
    transition: all .25s ease-in-out;
    float:left;
}

#navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navigation ul li {
    float: left;
}

#navigation ul li a {
    font-size:14px;
    line-height:17px;
    margin-right: 43px;
    color:#000;
}

#navigation ul li:last-child a {
    margin-right: 0px;
}

#navigation ul li.active a {
    font-family: 'Klint LT W01 Bold', Helvetica, Arial, sans-serif;
}

#navigation .slicknav_menu {
    display: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

@media screen and (max-width: 599px) {
    #navigation {
        overflow: auto;
        position: static;
        top: auto;
        left: auto;
        padding-top: 0;
        height: 40px;
    }

    #navigation ul.menu {
        display: none;
    }

    #navigation .slicknav_menu {
        display: block;
        z-index: 1099;
        position: fixed;
        top: 84px;
        left: 0px;
        right:0px;
        font-size: 16px;
        background: #fff;
        width: 100%;
    }

    #navigation .slicknav_menu,
    #navigation .slicknav_menu * {
        box-sizing: border-box;
    }

    #navigation .slicknav_menu ul li.active a {
        ffont-family: 'Klint LT W01 Bold', Helvetica, Arial, sans-serif;
    }

    #navigation .slicknav_btn,
    #navigation .slicknav_nav .slicknav_item {
        cursor: pointer;
    }

    #navigation .slicknav_btn {
        position: fixed;
        top: 28px;
        right: 12px;
        display: block;
        vertical-align: middle;
        padding: 0px;
    }

    #navigation .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
        margin-top: 6px;
    }

    #navigation .slicknav_menu .slicknav_icon:before {
        background: 0 0;
        width: 1.125em;
        height: .875em;
        display: block;
        content: "";
        position: absolute;
    }

    #navigation .slicknav_menu .slicknav_no-text {
        margin: 0;
    }

    #navigation .slicknav_menu .slicknav_icon-bar {
        display: block;
        width: 24px;
        height: 1px;
        margin-bottom:10px;
        transition: all .2s ease-out;
    }

    #navigation .slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
        display: none;
    }

    #navigation .slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
        -moz-transform: rotate(45deg) translate(9px, 8px);
        -webkit-transform: rotate(45deg) translate(9px, 8px);
        -o-transform: rotate(45deg) translate(9px, 8px);
        -ms-transform: rotate(45deg) translate(9px, 8px);
        transform: rotate(45deg) translate(9px, 8px);
    }
    #navigation .slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #navigation .slicknav_menu:after,
    #navigation .slicknav_menu:before {
        content: " ";
        display: table;
    }

    #navigation .slicknav_menu:after {
        clear: both;
    }

    #navigation .slicknav_nav li,
    #navigation .slicknav_nav ul {
        display: block;
    }

    #navigation .slicknav_nav li {
        float: left;
        display: block;
        width: 100%;
        margin: 0;
    }

    #navigation .slicknav_nav .slicknav_arrow {
        font-size: .8em;
        margin: 0 0 0 .4em;
    }

    #navigation .slicknav_nav .slicknav_item a {
        display: inline;
    }

    #navigation .slicknav_nav .slicknav_row,
    #navigation .slicknav_nav a {
        display: block;
    }

    #navigation .slicknav_nav .slicknav_parent-link a {
        display: inline;
    }

    #navigation .slicknav_nav,
    #navigation .slicknav_nav ul {
        list-style: none;
        overflow: hidden;
        padding: 0;
    }

    #navigation .slicknav_menu .slicknav_icon-bar {
        background: #000;
    }

    #navigation .slicknav_nav {
        clear: both;
        color: #000;
        margin: 0;
        font-size: .875em;
        width: 100%;
        padding:0px 12px;
        border-bottom: 1px solid #BFBFBF;
    }

    #navigation .slicknav_nav .slicknav_row:hover {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #fff;
        color: #000;
    }

    #navigation .slicknav_nav a {
        text-decoration: none;
        padding: 10px 0px;
        margin: 0;
        font-size: 16px;
        border-top: 1px solid #BFBFBF;
    }

    #navigation .slicknav_nav a:hover {
        background: #f0efed;
    }

    #navigation .slicknav_nav .slicknav_item a,
    #navigation .slicknav_nav .slicknav_parent-link a {
        padding: 0;
        margin: 0;
    }
}


/**
 * Content
 */
.isFirst {
    margin-top:0px!important;
}
.isLast {
    margin-bottom:0px!important;
}
.content {
    width:100%;
    max-width:960px;
    margin:0px auto;
    padding:0 20px;
}
section {
    margin:24px 0px 0px;
}
article {
    padding:24px 0px;
}
article#title {
    padding-top:48px;
    padding-bottom:0px;
}
article#tasks {
    padding-top:0px;
}
article#skills {
    padding:0px;
}

article#skills .application-buttons {
    display: flex; 
    column-gap:24px; 
    flex-wrap:wrap; 
    align-items: stretch;
}
article#skills .button-wrap {
    margin-top: 40px;
}
.cursive {
    color:#808080;
    font-size: 14px;
    margin-top:10px;
}
.mobile {
    display: none!important;    
}

/**
* Cookiebot
 */
.coockiebotshow {
    background-color:white;
    border:1px solid #ccc;
    width: 40px;
    height: 40px;
    bottom:0;
    left:0;
    position: fixed;
    z-index: 999999;
    cursor: pointer;
}
.cookiemeldung {
    width: 100%;
    padding:48px;
    text-align: center;
    background-color: #E5E5E5;
}
.cookiemeldung h3 {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}
.cookiemeldung h3 svg{
    width: 40px;
    height: 30px;
    margin-right: 20px;
}
.cookiemeldung span {
    cursor: pointer;
    text-decoration: underline  ;
}
/**
 * Meta Section
 */

ul.meta li {
    padding:5px 0px;
    border-bottom: solid 1px #BFBFBF;
    width:100%;
    overflow: hidden;
    display: flex;
    gap:10px;
}
ul.meta li:last-child {
    border-bottom: none;
}
ul.meta li:before {
    content:"";
}
ul.meta li b {
    font-size:16px;
    width:44%;
    margin-bottom:0px;
}
ul.meta li span {
    width:56%;
    hyphens: auto;
}
ul.meta li li {
    border-bottom:none;
    padding-left:10px;
    padding-top:0px;
}
ul.meta li li:before {
    content:"•";
}


/**
 * Contact.
 */

#contact {
    padding: 24px;
    display: none;
}
#contact.display {
    display: inherit;
}

#contact article {
    padding-top:0px;
    margin-bottom:20px;
}
#contact article:last-of-type {
    margin-bottom:0px;
    padding:0px;
}
#contact b, #contact h3 b, #contact h4 {
    font-family: 'Klint LT W01 Bold', Helvetica, Arial, sans-serif;
    font-size:18px;
}
#contact h4 {
    font-family: 'Klint LT W01 Regular', Helvetica, Arial, sans-serif;
    margin:0px;
}
#contact span {
    display: block;
}
#contact .image img {
    border-radius: 100%;
}
#contact .contact-social {
    margin-top:8px;
}

/**
 * Diversity.
 */
 .diversity {
    background-color: #E5E5E5;
    padding:48px;
    margin-top:40px;
 }

 /**
 * Video.
 */
 #ytvideo {
    margin:0px;
    padding:0px;
    background-color: #fff;
    padding-right:40%;
    padding-bottom:40px;
 }

/**
 * Benefits.
 */
#benefits {
    margin-top:48px;
    margin-bottom:0px;
    padding:0px 0px 48px;
    background: #E5E5E5;
}
#benefits .content {
    padding-top:48px;
    text-align: center;
}
#benefits h2 {
    margin-bottom:20px;
}
#benefits .icon svg {
    height:92px;
    width:92px;
}
#benefits .data {
    margin-top:20px;
}
#benefits .data b {
    font-family: 'Klint LT W01 Bold', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size:22px;
    line-height:28px;
    margin-bottom:0px;
    display: block;
}
#benefits .data b + br {
    display: none;
}

/**
 * Location.
 */
#location {
    margin:0;
    padding-top:48px;
}
#location h2 {
    text-align: center;
}

/**
 * Apply.
 */
#apply-process {
    padding:48px 0px;
    margin-top:-24px;
}
#apply-process ul {
    margin-top:-20px;
}
#apply-process ul li {
    margin: 8px 0px 8px 14px;
    padding-left:20px;
}
#apply-process ul li:before {
    top:4px;
    content:"";
    width:13px;
    height:13px;
    background-size: cover;
}

/**
 * Similar jobs.
 */
#similar-jobs {
    padding: 48px 0px;
}
.job {
    margin-bottom:24px;
}
.job .logo {
    background: #fff;
    text-align: center;
    vertical-align: middle;
}
.job .logo img {
    display: block;
    width:100%;
    height:auto;
}
#similar-jobs h3 {
    font-family: 'Klint LT W01 Regular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0px;
}
#similar-jobs strong {
    font-size: 16px;
}

/**
 * Follow.
 */
#follow {
    margin-bottom:0px;
    padding: 48px 0px;
}
#follow .content {
    text-align: center;
}
.follow a {
    text-decoration: none;
    margin:0px 3px;
}

/**
 * Footer.
 */
#footer {
    width: 100%;
    max-width: 1280px;
    z-index: 1000;
    padding: 12px 0px;
    position: fixed;
    bottom:0px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #00000029;
}
#footer .content {
    position: relative;
}
#footer .popup {
    display: inline;
    position: relative;
}
#footer .social {
    display:flex;
    gap:5px;
    flex-wrap:wrap;
    align-items:center;
}

#footer .social > a, #footer .social .popup > a {
    margin-right:20px;
    font-size:18px;
    font-family: "Klint LT W01 Bold";
    white-space: nowrap;
}
#footer .social a span {
    position: relative;
    top:-6px;
    margin-left:5px;
}
#footer .social a span span {
    top:0px;
}

#footer .multicolumn {
    display:flex;
    justify-content: space-between;
    gap:5px;
}

/* #footer .multicolumn .width-25 {
    display:flex;
    flex-wrap:wrap;
    align-items: center;
    column-gap:5px;
} */

#footer .button-container {
    display:flex;
    flex-wrap:wrap;
    justify-content:end;
    /* align-items: center; */
    gap:12px;
}

#footer .whatsapp-button {
    white-space: nowrap; 
    min-height:41.6px
}

.innovative #application-buttons .whatsapp-button,
.innovative #footer .whatsapp-button {
    background-color: #FFCC00;
    border: 1px solid #FFCC00;
    color: #002D69;
}

.innovative #application-buttons .whatsapp-button:hover,
.innovative #footer .whatsapp-button:hover {
    background-color: #002D69;
    border: 1px solid #002D69;
    color: #FFFFFF;
}

.performer #application-buttons .whatsapp-button,
.performer #footer .whatsapp-button {
    background-color: #6A0038;
    border: 1px solid #6A0038;
    color: #FFFFFF;
}

.performer #application-buttons .whatsapp-button:hover,
.performer #footer .whatsapp-button:hover {
    background-color: #DD3221;
    border: 1px solid #DD3221;
    color: #FFFFFF;
}

.bewahrer #application-buttons .whatsapp-button,
.bewahrer #footer .whatsapp-button {
    background-color: #85CFE8;
    border: 1px solid #85CFE8;
    color: #FFFFFF;
}

.bewahrer #application-buttons .whatsapp-button:hover,
.bewahrer #footer .whatsapp-button:hover {
    background-color: #007FA7;
    border: 1px solid #007FA7;
    color: #FFFFFF;
}

.harmoniser #application-buttons .whatsapp-button,
.harmoniser #footer .whatsapp-button {
    background-color: #D6D700;
    border: 1px solid #D6D700;
    color: #FFFFFF;
}

.harmoniser #application-buttons .whatsapp-button:hover,
.harmoniser #footer .whatsapp-button:hover {
    background-color: #00872D;
    border: 1px solid #00872D;
    color: #FFFFFF;
}

/* #footer .button-container .button-wrap{
height:initial
} */

.whatsapp {
    display: none;
}

#social-icon-popup {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 40px;
    left: -5px;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    z-index: 1900;
    border: 1px solid #d4d4d5;
    line-height: 1.4285em;
    width: 180px;
    background: #fff;
    padding: .833em 1em;
    font-weight: 400;
    font-style: normal;
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
}
#social-icon-popup:before {
    background: #fff;
    position: absolute;
    content: '';
    width: .71428571em;
    height: .71428571em;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    box-shadow: 1px 1px 0 0 #bababc;
    bottom: -5px;
}
#social-icon-popup.show {
    visibility: visible;
    transition: transform 0.2s;
    opacity: 1;
    z-index: 10;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -transform: scale3d(1, 1, 1);
    pointer-events: auto;
}

.ui.dimmer {
    z-index: 10000;
}

/**
 * Color schemes.
 */
 /**
* hedonist.
*/
.hedonist #navigation ul li.active a,
.hedonist h3,
.hedonist .external,
.hedonist #footer .social > a,
.hedonist #footer .social .popup > a,
.hedonist #navigation .slicknav_menu ul li.active a,
.hedonist ul.meta li b
{
    color:#6A0038;
}
.hedonist .external:hover, .hedonist #footer .social > a:hover {
    color:#780043;
}
.hedonist a svg * {
    fill:#6A0038;
}
.hedonist a:hover svg * {
    fill:#fff;
}
.hedonist .social a:hover svg * {
    fill:#780043;
}
.hedonist #contact,
.hedonist #apply-process,
.hedonist #similar-jobs
{
    background: #6A0038;
    color:#fff!important;
}
.hedonist #contact b,
.hedonist #contact h4,
.hedonist #benefits .data b
{
    color: #FFCC00;
}
.hedonist #benefits .icon svg * {
    fill:#FFCC00;
}
.hedonist #benefits .data {
    color:#fff;
}
.hedonist #follow
{
    background: #FFCC00;
}
.hedonist #contact a svg * {
    fill:#fff;
}
.hedonist #contact a:hover svg * {
    fill:#E5E5E5;
}
.hedonist #apply-process h2,
.hedonist #apply-process h2 b,
.hedonist #apply-process,
.hedonist #similar-jobs h2,
.hedonist #similar-jobs h3,
.hedonist #similar-jobs strong ,
.hedonist #similar-jobs p,
.hedonist #contact a {
    color:#fff!important;
}
.hedonist #apply-process ul li:before {
    background-image:url("BKW_Icon_ArrowRight_yellow.svg");
}
/**
    * disziplinierter.
    */
    .disziplinierter #navigation ul li.active a,
    .disziplinierter h3,
    .disziplinierter .external,
    .disziplinierter #footer .social > a,
    .disziplinierter #footer .social .popup > a,
    .disziplinierter #navigation .slicknav_menu ul li.active a,
    .disziplinierter ul.meta li b
    {
        color:#002D69;
    }
    .disziplinierter .external:hover, .disziplinierter #footer .social > a:hover {
        color:#002D69;
    }
    .disziplinierter a svg * {
        fill:#002D69;
    }
    .disziplinierter .social a svg * {
        fill:#002D69;
    }
    .disziplinierter .social a:hover svg * {
        fill:#002D69;
    }
    .disziplinierter #contact,
    .disziplinierter #apply-process,
    .disziplinierter #similar-jobs
    {
        background: #002D69;
    }
    .disziplinierter #contact b,
    .disziplinierter #contact h4,
    .disziplinierter #benefits .data b
    {
        color: #85CFE8;
    }
    .disziplinierter #contact span,
    .disziplinierter #contact p,
    .disziplinierter #benefits .data {
        color:#fff;
    }
    .disziplinierter #contact a svg * {
        fill: #fff;
    }
    .disziplinierter #benefits .icon svg * {
        fill:#85CFE8;
    }
      .disziplinierter #follow
    {
        background: #85CFE8;
    }
    .disziplinierter #follow h2,
    .disziplinierter #follow p,
    .disziplinierter #location h2,
    .disziplinierter #location h2 b{
        color:#000!important;
    }
    .disziplinierter #similar-jobs,
    .disziplinierter #similar-jobs h2,
    .disziplinierter #apply-process,
    .disziplinierter #apply-process h2,
    .disziplinierter #apply-process h2 b,
    .disziplinierter #similar-jobs strong ,
    .disziplinierter #similar-jobs p {
        color:#fff!important;
    }
    .disziplinierter #similar-jobs h3 {
        color:#85CFE8;
    }
    .disziplinierter #apply-process ul li:before {
        background-image:url("BKW_Icon_ArrowRight_blue.svg");
    }

/**
    * offene.
    */
    .offene #navigation ul li.active a,
    .offene h3,
    .offene .external,
    .offene #footer .social > a,
    .offene #footer .social .popup > a,
    .offene #navigation .slicknav_menu ul li.active a,
    .offene ul.meta li b
    {
        color:#004840;
    }
    .offene .external:hover, .traditionalist #footer .social > a:hover {
        color:#005F57;
    }
    .offene a svg * {
        fill:#004840;
    }
    .offene a:hover svg * {
        fill:#005F57;
    }
    .offene .follow a svg * {
        fill:#D6D700;
    }
    .offene .follow a:hover svg * {
        fill:#E5E5E5;
    }
    .offene .social a svg * {
        fill:#004840;
    }
    .offene .social a:hover svg * {
        fill:#005F57;
    }
    .offene #contact,
    .offene #apply-process,
    .offene #similar-jobs
    {
        background: #D6D700;
    }
    .offene #contact b,
    .offene #contact h4,
    .offene #benefits .data b
    {
        color: #004840;
    }
    .offene #contact span,
    .offene #contact p,
    .offene #benefits .data {
        color:#000;
    }
    .offene #contact a svg * {
        fill: #000;
    }
    .offene #benefits .icon svg * {
        fill:#004840;
    }
      .offene #follow
    {
        background: #004840;
    }
    .offene #follow h2,
    .offene #follow p,
    .offene #location h2,
    .offene #location h2 b{
        color:#fff!important;
    }
    .offene #similar-jobs,
    .offene #similar-jobs h2,
    .offene #similar-jobs h3,
    .offene #apply-process,
    .offene #apply-process h2,
    .offene #apply-process h2 b,
    .offene #similar-jobs strong ,
    .offene #similar-jobs p {
        color:#000!important;
    }
    .offene #apply-process ul li:before {
        background-image:url("BKW_Icon_ArrowRight_green.svg");
    }

/**
* abenteurer & innovative.
*/
.abenteurer #navigation ul li.active a, .innovative #navigation ul li.active a,
.abenteurer h3, .innovative h3,
.abenteurer .external, .innovative .external,
.abenteurer #footer .social > a, .innovative #footer .social > a,
.abenteurer #footer .social .popup > a, .innovative #footer .social .popup > a,
.abenteurer #navigation .slicknav_menu ul li.active a, .innovative #navigation .slicknav_menu ul li.active a,
.abenteurer ul.meta li b, .innovative ul.meta li b,
.abenteurer .diversity p, .innovative .diversity p
{
    color:#002D69;
}
.abenteurer .external:hover, .abenteurer #footer .social > a:hover,
.innovative .external:hover, .innovative #footer .social > a:hover {
    color:#004B76;
}
.abenteurer a svg *, .innovative a svg * {
    fill:#fff;
}
.abenteurer a:hover svg *, .innovative a:hover svg * {
    fill:#fff;
}
.abenteurer .social a svg *, .innovative .social a svg * {
    fill:#002D69;
}
.abenteurer .social a:hover svg *, .innovative .social a:hover svg * {
    fill:#004B76;
}
.abenteurer #contact,
.abenteurer #similar-jobs,
.innovative #contact,
.innovative #similar-jobs
{
    background: #FFCC00;
}
.abenteurer #contact b,
.abenteurer #contact h4,
.abenteurer #benefits .data b,
.innovative #contact b,
.innovative #contact h4,
.innovative #benefits .data b
{
    color: #002D69;
}
.abenteurer #benefits .data, .innovative #benefits .data {
    color:#000;
}
.abenteurer #contact a svg *, .innovative #contact a svg * {
    fill: #002D69;
}
.abenteurer #benefits .icon svg * , .innovative #benefits .icon svg * {
    fill:#002D69;
}
.abenteurer #follow, .innovative #follow
{
    background: #002D69;
}
.abenteurer #follow h2,
.abenteurer #follow p,
.innovative #follow h2,
.innovative #follow p {
    color:#fff!important;
}
.abenteurer #similar-jobs
.abenteurer #similar-jobs h2,
.abenteurer #similar-jobs h3,
.abenteurer #similar-jobs strong,
.abenteurer #similar-jobs p,
.innovative #similar-jobs
.innovative #similar-jobs h2,
.innovative #similar-jobs h3,
.innovative #similar-jobs strong,
.innovative #similar-jobs p {
    color:#000!important;
}

    /**
    * performer.
    */
.performer #navigation ul li.active a,
.performer h3,
.performer .external,
.performer #footer .social > a,
.performer #footer .social .popup > a,
.performer #navigation .slicknav_menu ul li.active a,
.performer ul.meta li b,
.performer .diversity p
{
    color:#DD3221;
}
.performer .external:hover, .performer #footer .social > a:hover,
.performer #footer .social .popup a:hover span {
    color:#6A0038;
}
.performer a svg * {
    fill:#ffffff;
}
.performer a:hover svg * {
    fill:#ffffff;
}
.performer .social a svg * {
    fill:#DD3221;
}
.performer .social a:hover svg * {
    fill:#6A0038;
}
.performer #contact {
    background: #DD3221;
}
.performer #contact b,
.performer #contact h4,
.performer #contact span,
.performer #contact a,
.performer #benefits .data b,
.performer #benefits .data
{
    color: #fff;
}
.performer #contact a svg * {
    fill: #fff;
}
.performer #benefits .icon svg * {
    fill:#6A0038;
}
.performer #follow
{
    background: #DD3221;
}
.performer #follow h2,
.performer #follow p {
    color:#fff!important;
}
.performer #similar-jobs
.performer #similar-jobs h2,
.performer #similar-jobs h3,
.performer #similar-jobs strong ,
.performer #similar-jobs p{
    color:#000!important;
}

    /**
    * traditionalist & bewahrer
    */
.traditionalist #navigation ul li.active a,
.traditionalist h3,
.traditionalist .external,
.traditionalist #footer .social > a,
.traditionalist #footer .social .popup > a,
.traditionalist #navigation .slicknav_menu ul li.active a,
.traditionalist ul.meta li b,
.bewahrer #navigation ul li.active a,
.bewahrer h3,
.bewahrer .external,
.bewahrer #footer .social > a,
.bewahrer #footer .social .popup > a,
.bewahrer #navigation .slicknav_menu ul li.active a,
.bewahrer ul.meta li b,
.traditionalist .diversity p,
.bewahrer .diversity p
{
    color:#007FA7;
}
.traditionalist .external:hover, .traditionalist #footer .social > a:hover,
.bewahrer .external:hover, .bewahrer #footer .social > a:hover, .bewahrer #footer .social .popup > a:hover span {
    color:#85CFE8;
}
.traditionalist a:hover svg *, .bewahrer a:hover svg * {
    fill:#fff;
}
.traditionalist .follow a svg *, .bewahrer .follow a svg * {
    fill:#fff;
}
.traditionalist .follow a:hover svg *, .bewahrer .follow a:hover svg * {
    fill:#fff;
}
.traditionalist .social a svg *, .bewahrer .social a svg * {
    fill:#007FA7;
}
.traditionalist .social a:hover svg *, .bewahrer .social a:hover svg * {
    fill:#85CFE8;
}
.traditionalist #contact,
.bewahrer #contact
{
    background: #007FA7;
}
.traditionalist #contact b,
.traditionalist #contact h4,
.traditionalist #benefits .data b,
.bewahrer #contact b,
.bewahrer #contact h4,
.bewahrer #benefits .data b
{
    color: #fff;
}
.traditionalist #contact span,
.traditionalist #contact p,
.traditionalist #benefits .data,
.bewahrer #contact span,
.bewahrer #contact p,
.bewahrer #benefits .data,
.bewahrer #contact a {
    color:#fff;
}
.traditionalist #contact a svg *, .bewahrer #contact a svg * {
    fill: #fff;
}
.traditionalist #benefits .icon svg *, .bewahrer #benefits .icon svg * {
    fill:#85CFE8;
}
.traditionalist #follow,
.bewahrer #follow
{
    background: #007FA7;
}
.traditionalist #follow h2,
.traditionalist #follow p,
.bewahrer #follow h2,
.bewahrer #follow p {
    color:#fff!important;
}
.traditionalist #similar-jobs,
.traditionalist #similar-jobs h2,
.traditionalist #similar-jobs h3,
.traditionalist #similar-jobs strong ,
.traditionalist #similar-jobs p,
.bewahrer #similar-jobs,
.bewahrer #similar-jobs h2,
.bewahrer #similar-jobs h3,
.bewahrer #similar-jobs strong ,
.bewahrer #similar-jobs p {
    color:#000!important;
}

    /**
    * harmoniser.
    */
.harmoniser #navigation ul li.active a,
.harmoniser h3,
.harmoniser .external,
.harmoniser #footer .social > a,
.harmoniser #footer .social .popup > a,
.harmoniser #navigation .slicknav_menu ul li.active a,
.harmoniser ul.meta li b,
.harmoniser .diversity p
{
    color:#00872D;
}
.harmoniser .external:hover, .traditionalist #footer .social > a:hover,
.harmoniser #footer .social > a:hover,
.harmoniser  #footer .social a:hover span {
    color:#D6D700;
}
.harmoniser a:hover svg *, .harmoniser a svg * {
    fill:#fff;
}
.harmoniser .follow a svg * {
    fill:#fff;
}
.harmoniser .follow a:hover svg * {
    fill:#fff;
}
.harmoniser .social a svg * {
    fill:#00872D;
}
.harmoniser .social a:hover svg * {
    fill:#D6D700;
}
.harmoniser #contact
{
    background: #00872D;
}
.harmoniser #contact b,
.harmoniser #contact h4,
.harmoniser #benefits .data b
{
    color: #D6D700;
}
.harmoniser #contact span,
.harmoniser #contact p,
.harmoniser #benefits .data {
    color:#fff;
}
.harmoniser #contact a svg * {
    fill: #fff;
}
.harmoniser #benefits .icon svg * {
    fill:#D6D700;
}
.harmoniser #follow
{
    background: #00872D;
}
.harmoniser #follow h2,
.harmoniser #follow p {
    color:#fff!important;
}
.harmoniser #similar-jobs,
.harmoniser #similar-jobs h2,
.harmoniser #similar-jobs h3,
.harmoniser #similar-jobs strong ,
.harmoniser #similar-jobs p {
    color:#fff!important;
}
.harmoniser #apply-process ul li:before {
    background-image:url("BKW_Icon_ArrowRight_yellow.svg");
}

/*
** Cookiebot
 */
#CybotCookiebotDialogBodyContentTitle {
    font-family: 'Klint LT W01 Regular', Helvetica, Arial, sans-serif !important;
    font-size: 24px !important;
    font-weight: normal !important;
}
#CybotCookiebotDialog div, #CybotCookiebotDialog a {
    font-family: 'Klint LT W01 Regular', Helvetica, Arial, sans-serif !important;
}
#CybotCookiebotDialog a {
    font-size: 16px !important;
    padding:12px !important;
    width: auto !important;
    font-weight: normal !important;
}
#CybotCookiebotDialog {
    padding-bottom:10px !important;
}
#CybotCookiebotDialogBodyContentText, .CybotCookiebotDialogBodyLevelButtonWrapper label {
    font-size: 18px !important;
    line-height: 1.5 !important;
}
#CybotCookiebotDialogBodyContentText a {
    font-size: 18px !important;
    padding-left:0px !important;
}
a#CybotCookiebotDialogBodyButtonDetails {
    font-size: 12px !important;
    background-position: right 12px !important;
    background-position-y: 16px !important;
    padding-right: 18px !important;
}
/**
   * Media Queries tablet
*/

@media screen and (max-width: 959px) {
    #wrapper {
        padding-top: 148px;
    }
    #logo, .sticky #logo {
        margin-right:20px;
        width:140px;
        height:auto;
    }
    .sticky #navigation {
        margin-top:20px;
    }
    #navigation ul li a {
        margin-right:35px;
    }
    #slogan h2.job {
        width:100%;
    }
    .sticky #slogan {
        bottom:34px;
    }
    #slogan h2, #follow h2 {
       font-size:28px;
    }
    h1 {
        font-size:48px;
    }
    h1, h2 {
        font-size:32px;
        line-height:38px;
        margin-bottom:20px;
    }
    h2 b {
        font-size:32px;
        line-height: 38px;
        margin-bottom:0px;
    }
    #title h2 {
        font-size:26px;
    }
    h3 {
        font-size:22px;
    }
    strong, p, a, b {
        font-size:16px;
        line-height: 22px;
    }
    b {
        margin-bottom:24px;
    }
    .width-61, .width-39 {
        display:block;
        width:100%;
    }
    .separator {
        width:24px;
    }
    #job .separator {
        display: none;
    }
    #contact {
        overflow: auto;
    }
    #contact article {
        float: left;
        width: 50%;
        border-bottom:none;
        padding-bottom: 0px;
    }
    #contact p:last-child {
        clear:both;
        padding-top:15px;
        border-top:solid 1px #fff;
    }
    #benefits h2 {
        margin-bottom: 0;
    }
    ul.meta li b {
        width:33%;
    }
    .isFirst {
        padding-top:0px;
    }
    .diversity {
        margin-top:48px;
        padding:24px;
    }
    #ytvideo {
        padding-right:0;
     }
     #ytvideo iframe {
        height:300px!important;
     }
     #meta {
        margin-top:40px;
     }
     article#skills .button-wrap {
        margin-top:24px;
     }
     #benefits {
        margin-top:40px;
     }
}


/**
   * Media Queries mobile
*/
@media screen and (max-width: 599px) {
    .desktop {
        display: none!important;
    }
    .mobile {
        display: block!important;
    }
    h2, h2 b, h3 b {
        font-size:22px;
        line-height: 28px;
    }
    h3 b {
        margin-bottom:24px;
    }
    em {
        font-size:16px;
    }
    #wrapper {
        padding-top: 85px;
    }
    section {
        margin:12px 0px
    }
    .print-only.benefits {
        display:none!important;
    }
    #header .content, .content, #header.sticky .content {
        padding:12px;
    }
    #logo, .sticky #logo {
        margin-right:12px;
        width: 90px;
        height: 60px;
    }
    #right {
        width: calc(-136px + 100%);
    }
    #slogan h2.job {
        width:100%;
    }
    #slogan, .sticky #slogan {
        top:32px;
    }
    #slogan h2, #follow h2 {
        font-size:16px;
        line-height:20px;
    }
    #slogan h2.slogan {
        line-height: 20px;
    }
    .sticky #slogan h2.job, .sticky #slogan h4 {
        font-size:16px;
        line-height: 26px;
        padding-top: 0px;
    }
    ul.meta li {
        padding: 5px 0px;
    }
    #contact article {
        float:none;
        width:100%;
        padding-bottom: 20px;
    }
    #contact p:last-child {
        padding-top:0px;
        border-top:none;
    }
    #contact b {
        font-size:22px;
    }
    article#title {
        padding-top:36px;
    }
    article#tasks {
        padding-top:24px;
    }
    article#skills {
        padding-top:12px;
    }
    #apply-process ul {
        margin-top:0px;
    }
    #apply-process ul li {
        margin:15px 0px 15px 14px;
    }
    #similar-jobs {
        padding:36px 0px;
    }
    .job {
        margin-bottom:12px;
    }
    .job .logo {
        width: 158px;
        height: auto;
    }
    #similar-jobs strong {
        display: block;
    }
    #similar-jobs strong.delimeter {
        display:none;
    }
    #follow {
        padding:36px 0px 52px 0px;
    }
    #footer {
        box-shadow: 0px 0 10px #00000029;
    }
    #footer .content {
        padding:0px 12px;
    }
    #footer .social {
        align-items:start;
    }
/*     #footer .multicolumn .width-75 {
        display:table-cell;
        width:66.666%;
    }
    #footer .multicolumn .width-25 {
        display:flex;
        width:33.333%;
    } */
    #footer .social > a {
        display: inline;
        text-align: center;
        margin-right:12px;
    }
    #footer .social > a span span {
        display: none;
    }
    #social-icon-popup {
        left:-6%;
        bottom:38px;
        width:208px;
    }
    #footer .social .print-icon {
        display: none;
    }
    #footer .social .whatsapp {
        display: inline;
    }
    .button,
    a.button {
        padding:15px 25px;
        height:49px;
    }
/*     #footer .social {
        margin-top: 13px;
    } */
    .ui.modal {
    width:96%;
    }
    .modal iframe {
        min-height: 800px;
    }
    a svg {
        width:19px;
    }
    .coockiebotshow {
        width: 26px;
        height: 26px;
        padding:0;
    }
    .coockiebotshow svg {
        width: 22px;
        height: 22px;
        padding:2px;
    }
    #footer {
        padding:12px 0px 28px 0px;
    }
}
