body {
    font-family: 'Klint LT W01 Regular', Helvetica, Arial, sans-serif;
    font-weight:normal;
    color: #232323;
    font-size: 16px;
    line-height: 24px;
    margin:0;
    padding:0;
    width: 1px;
    width: 100%;
}

/**
 * Smooth loading.
 */
.smooth-loading {
    display: none;
    transition-property: opacity;
    -webkit-transition: opacity 250ms ease-in;
    -moz-transition: opacity 250ms ease-in;
    -ms-transition: opacity 250ms ease-in;
    -o-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
}

/**
 * Typography.
 */
h1 {
    font-family: 'Klint LT W01 Regular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 60px;
    line-height: 72px;
    margin-bottom:0px;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

h2, h2 b {
    font-family: 'Klint LT W01 Regular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size:42px;
    color: #000000!important;
    margin-top:0px;
    margin-bottom:40px;
}

h3 {
    font-family: 'Klint LT W01 Bold', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size:22px;
    line-height:28px;
    margin-bottom: 20px;
}

h4 {
    font-family: 'Klint LT W01 Regular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size:22px;
    line-height:28px;
    color:#000000;
    margin-bottom: 20px;
}

h3 b {
    font-family: 'Klint LT W01 Regular', Helvetica, Arial, sans-serif;
    display: block;
    margin-bottom:30px;
    font-size: 18px;
}

h5 {
    font-family: 'Klint LT W01 Bold', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    margin-bottom:20px;
}

a, p {
    font-family: 'Klint LT W01 Regular', Helvetica, Arial, sans-serif;
}

a {
    color: #000000;
    transition: color .3s;
    text-decoration: none;
}

a:hover {
    color: #232323;
}

section a {
    text-decoration: underline;
}

footer section a, #contact a, #similar-jobs a {
    text-decoration: none;
}

#contact a {
    margin-right: 6px;
}

p {
    margin:20px 0px;
    font-size: 16px;
}

strong {
    font-family: 'Klint LT W01 Bold', Helvetica, Arial, sans-serif;
    font-size:18px;
}

small {
    font-size:13.5px;
    line-height: 24px;
    margin: 20px 0px 0px;
    display: block;
}

.about-text {
    margin:20px 0px;
    font-size:18px;
    font-style: normal;
}

.image img {
    display: block;
    width:100%;
    height:auto;
}

a svg {
    width:24px;
    height:24px;
}

a svg * {
    transition: all .1s ease-in-out;
}

#map {
    width: 100%;
}

iframe {
    width:100%;
}

/**
 * Link.
 */
.external {
    text-decoration: underline;
}
.external:hover {
    color:#000000;
    text-decoration: underline;
}

/**
 * Listing.
 */
ul {
    margin:0;
    padding:0;
}
li {
    list-style-type:none;
}
section ul li {
    position: relative;
    padding-left:15px;
}
section ul li:before {
    position:absolute;
    left:0px;
    content:"-";
}
section #tasks ul li, section #skills ul li {
    margin-bottom:8px;
}
section #task ul li:last-child, section #skills ul li:last-child {
    margin-bottom:0px;
}
#companyAEP #tasks ul li:before,
#companyAEP #skills ul li:before {
    content:"+";
}

/**
 * Grid.
 */
.multicolumn {
    display:table;
    width:100%;
    table-layout: fixed;
}

.multicolumn > * {
    display:table-cell;
    vertical-align: top;
    width:100%;
}

.width-85 {
     width:82%;
 }

.width-80 {
    width:80%;
}

.width-75 {
    width:75%;
}

.width-61 {
    width:61%;
}

.width-50 {
    width:50%;
}

.width-39 {
    width:39%;
}

.width-25 {
    width:25%;
}

.width-20 {
    width:20%;
}

.width-15 {
    width:19%;
}

.separator {
    width:50px;
}

.separator.small {
    width: 12px;
}


@media screen and (max-width: 599px) {
    #map {
        height:400px!important;
    }
    .multicolumn > * {
        display:block;
        width:100%;
        clear:both;
        margin-top: 12px;
    }
    .multicolumn .separator, .multicolumn .multicolumn .separator.big, .right.floated.column .separator.big {
        display:none;
    }
}


/**
 * Form.
 */
.ui.form {
    font-size: inherit;
}

.ui.form .fields {
    margin-bottom:48px;
}

.ui.form input:not([type]),
.ui.form input[type=date],
.ui.form input[type=datetime-local],
.ui.form input[type=email],
.ui.form input[type=file],
.ui.form input[type=number],
.ui.form input[type=password],
.ui.form input[type=search],
.ui.form input[type=tel],
.ui.form input[type=text],
.ui.form input[type=time],
.ui.form input[type=url],
.ui.form textarea {
    background: transparent;
    border: none;
    border-bottom:solid 1px #000000;
    padding: 15px 12px;
    font-family: 'Klint LT W01 Regular', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    height: 40px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ui.form input:not([type]):focus,
.ui.form input[type=date]:focus,
.ui.form input[type=datetime-local]:focus,
.ui.form input[type=email]:focus,
.ui.form input[type=file]:focus,
.ui.form input[type=number]:focus,
.ui.form input[type=password]:focus,
.ui.form input[type=search]:focus,
.ui.form input[type=tel]:focus,
.ui.form input[type=text]:focus,
.ui.form input[type=time]:focus,
.ui.form input[type=url]:focus,
.ui.form textarea:focus {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-bottom:solid 1px #000000;
}

.ui.form .required.field>.checkbox:after, .ui.form .required.field>label:after, .ui.form .required.fields.grouped>label:after, .ui.form .required.fields:not(.grouped)>.field>.checkbox:after, .ui.form .required.fields:not(.grouped)>.field>label:after {
    color: #000000;
}

.ui.selection.dropdown {
    position: relative;
    border: none;
    border-bottom:solid 1px #000000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-family: 'Klint LT W01 Regular', Helvetica, Arial, sans-serif;
    padding: 15px 12px;
}

.ui.selection.dropdown:hover {
    border-bottom:solid 1px #000000;
}

.label-select {
    opacity: 0;
    position: absolute;
    top: 1.2rem;
    left: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin-bottom: 0;
    padding: 4px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    font-size: 16px;
    background: #fff;
    transform: translateY(-2.8rem);
    z-index: 1000;
    color: #000 !important;
}

.label-legend {
    position: absolute;
    top: 1.2rem;
    left: 12px;
    transform: translateY(-50%);
    margin-bottom: 0;
    padding: 4px 0px;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    font-size: 18px;
    color: #000 !important;
}

.field.active > .label-select {
    opacity: 1;
    top: 15px;
    background: #fff;
    transform: translateY(-2.3rem);
    z-index: 1;
    font-size: 16px!important;
}

.ui.dropdown>.dropdown.icon:before {
    display: block;
    content:"";
    background: url("arrow-down.svg") no-repeat!important;
    width:15px;
    height:15px;
    background-size: cover!important;
}

.ui.active.selection.dropdown>.dropdown.icon:before {
    background: url("arrow-up.svg") no-repeat!important;
    background-size: cover!important;
}

.ui.selection.active.dropdown .menu {
    border:none;
    box-shadow: none;
}

.ui.form .field>label {
    font-size:16px;
    font-family: 'Klint LT W01 Regular', Helvetica, Arial, sans-serif;
    font-weight:normal;
    margin-bottom:24px;
    padding:0px;
    color: #000;
}

.ui.dropdown > .text, .ui.dropdown:not(.button)>.default.text {
    font-size:18px;
    font-family: 'Klint LT W01 Regular', Helvetica, Arial, sans-serif;
}

.ui.form .field {
    position:relative;
    margin: 0 0 2em;
}

.ui.form textarea:not([rows]) {
    height: 4em;
    min-height: 4em;
}

.ui.form .field>label.placeholder {
    position: absolute;
    top: 1.2rem;
    left: 12px;
    transform: translateY(-50%);
    margin-bottom: 0;
    padding: 0px;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    font-size: 18px;
}
.ui.dropdown:not(.button)>.default.text {
    color:#000;
}
.ui.form .field>.selection.dropdown {
    cursor: pointer;
}
.ui.form .field.notes>label.placeholder {
    top: 1.2rem;
}

.ui.form .field.active>label.placeholder, .ui.form .ui.input.active label.label-legend {
    background: #fff;
    transform: translateY(-2.3rem);
    z-index: 1;
    font-size: 16px!important;
    padding: 0;
}

section .ui.form .field ul li {
    padding-left:0px;
    padding-bottom: 12px;
}

section .ui.form .field ul li:last-child {
    padding-bottom:0px;
}

section .ui.form .field ul li:before {
    display: none;
}

.ui.checkbox .box, .ui.checkbox label {
    font-size:16px;
    line-height: 22px;
    cursor: pointer;
}

.ui.checkbox {
    display: block;
}

.ui.checkbox input[type=checkbox], .ui.checkbox input[type=radio], .ui.radio.checkbox .box:before, .ui.radio.checkbox label:before {
    width:20px;
    height:20px;
}

.ui.checkbox .box:after, .ui.checkbox label:after {
    width:20px;
    height:20px;
}

.ui.checkbox .box:before, .ui.checkbox label:before {
    width:20px;
    height:20px;
    border: solid 1px #000;
    margin-right:8px;
    border-radius: 0px;
}

.ui.checkbox input:checked~.box:before, .ui.checkbox input:checked~label:before, .ui.checkbox .box:hover::before, .ui.checkbox label:hover::before, .ui.checkbox .box:visited::before, .ui.checkbox label:visited::before {
    border: solid 1px #000;
}

.ui.radio.checkbox .box:after, .ui.radio.checkbox label:after {
    width: 20px;
    height: 20px;
}

.ui.form .field>.error-captcha, .ui.form .field>.error-phone {
    color:red!important;
    margin-bottom:0px!important;
    opacity:0;
    visibility: hidden;
    transition: all .25s ease-in-out;
}
.ui.form .field>.error-captcha:after, .ui.form .field>.error-phone:after {
    content: ""!important;
}
.ui.form .field>.error-captcha.show, .ui.form .field>.error-phone.show {
    opacity:1;
    visibility: visible;
}

.contact-confirmation {
    display: none;
}


/**
 * Buttons.
 */
.button,
a.button {
    font-family: 'Klint LT W01 Regular', Helvetica, Arial, sans-serif;
    line-height: 18px;
    color: #000000;
    display: inline-flex;
    align-items: center;
    padding: 8px 35px;
    transition: all 0.2s ease;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    justify-content: center;
}
.button-arrow.left {
    position: absolute;
    top: 50%;
    transition: all .3s ease-in-out;
    opacity: 0;
    left: 0;
    transform: translate(-100%,-50%);
    height:24px;
}
.button-arrow.right {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 14px;
    transform: translate(0);
    transition: all .2s ease-in-out;
    height:24px;
}
.button[disabled],a.button[disabled] {
    background: #E5E5E5!important;
    border:solid 1px #E5E5E5!important;
    cursor: not-allowed!important;
    pointer-events: none!important;
}
.button:hover .button-arrow.left, a.button:hover .button-arrow.left {
    transform: translateY(-50%);
    left: 35px;
    opacity: 1;
}
.button:hover .button-arrow.right, a.button:hover .button-arrow.right {
    transform: translate(calc(35px + 100%));
    opacity: 0;
}
.button span, a.buttonspan {
    transform: translate(0);
    display: inline-block;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}
.button:hover span, a.button:hover span {
    transform: translate(calc(24px + 14px));
}

/**
 * Moduls
 */
.ui.dimmer {
    background-color:rgba(0,0,0,.45)
}
.ui.modal {
    border-radius: 0px;
    background: transparent;
    width:960px;
}
.modal .modal-content {
    width: 100%;
    max-width: 960px;
    margin:0 auto;
    padding:0px;
    position:relative;
}
.modal iframe {
    width:100%;
    display:block;
    min-height: 540px;
    overflow: hidden;
}
.modal-close {
    transition: color .1s ease;
    top: 24px!important;
    right: 24px!important;
    cursor: pointer;
    z-index: 8040;
    position: absolute;
    width: 15px;
    height: 15px;
    background:url(BKW_Icon_Close.svg) no-repeat;
    background-size: cover;
}
.modal iframe#jobabo {
    min-height: 1277px;
}
.modal.jobabo-modal .modal-close {
    transition: color .1s ease;
    -o-box-shadow: 0 0 10px rgba(0,0,0,.5);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,.5);
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    background: #E5E5E5 none;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    top: -10px!important;
    right: -10px!important;
    cursor: pointer;
    z-index: 8040;
    position: absolute;
    width: 36px;
    height: 36px;
}
.modal.jobabo-modal .modal-close:before {
    font-family: 'Klint LT W01 Regular';
    font-weight: lighter;
    font-size: 52px;
    line-height: 34px;
    content: "\00d7"!important;
    transform: rotate(45deg);
}




/**
 * Print.
 */
.print-only {
    display: none !important;
}
.print-only.benefits {
    display: block !important;
    opacity: 0;
    height: 0;
    margin: 0;
}

/**
 * Color schemes.
 */
 /**
    * hedonist,
    */
    .hedonist a,
    .hedonist h1,
    .hedonist h3,
    .hedonist .external,
    .hedonist input[type=text],
    .hedonist input[type=email],
    .hedonist .ui.dropdown > .text,
    .hedonist .ui.dropdown:not(.button)>.default.text
    {
        color:#6A0038;
    }
    .hedonist a svg * {
        fill: #6A0038;
    }
    .hedonist .button,
    .hedonist a.button
    {
        background: #FFCC00;
        border:solid 1px #FFCC00;
        color:#6A0038;
    }
    .hedonist .button:hover,
    .hedonist a.button:hover
    {
        background: #FFD633;
        border: solid 1px #FFD633;
    }
/**
    * disziplinierter.
    */
    .disziplinierter a,
    .disziplinierter h1,
    .disziplinierter h3,
    .disziplinierter b,
    .disziplinierter .external
    {
        color:#002D69;
    }
    .disziplinierter #contact a {
        color:#fff;
    }
    .disziplinierter a.modal-close {
        background: url(BKW_Icon_Close_white.svg) no-repeat;
    }
    .disziplinierter a svg * {
        fill:#002D69;
    }
    .disziplinierter .button,
    .disziplinierter a.button
    {
        background: #85CFE8;
        border:solid 1px #85CFE8;
        color:#000;
    }
    .disziplinierter .button:hover,
    .disziplinierter a.button:hover
    {
        background: #9CD9F1;
        border:solid 1px #9CD9F1;
        color:#000;
    }
/**
    * offene.
    */
    .offene a,
    .offene h1,
    .offene h3,
    .offene b,
    .offene .external
    {
        color:#004840;
    }
    .offene a svg * {
        fill:#fff!important;
    }
    .offene .button,
    .offene a.button
    {
        background: #004840;
        border:solid 1px #004840;
        color:#fff;
    }
    .offene .button:hover,
    .offene a.button:hover
    {
        background: #005F57;
        border:solid 1px #005F57;
        color:#fff;
    }
    /**
    * abenteurer & innovative.
    */
.abenteurer h1,
.abenteurer h3,
.abenteurer h5,
.abenteurer b,
.abenteurer .external,
.innovative h1,
.innovative h3,
.innovative h5,
.innovative b,
.innovative .external
{
    color:#002D69;
}
.abenteurer a svg *, 
.innovative a svg * {
    fill:#6A0038;
}
.abenteurer .button,
.abenteurer a.button,
.innovative .button,
.innovative a.button
{
    background: #002D69;
    border:solid 1px #002D69;
    color:#fff;
}
.abenteurer .button svg *,
.abenteurer a.button svg *,
.innovative .button svg *,
.innovative a.button svg * {
    fill:#fff;
}
.abenteurer .button:hover,
.abenteurer a.button:hover,
.innovative .button:hover,
.innovative a.button:hover
{
    background: #004B76;
    border:solid 1px #004B76;
    color:#fff;
}

    /**
    * performer.
    */
.performer a,
.performer h1,
.performer h3,
.performer h5,
.performer b,
.performer .external
{
    color:#DD3221;
}
.performer a svg * {
    fill:#DD3221;
}
.performer .button,
.performer a.button
{
    background: #DD3221;
    border:solid 1px #DD3221;
    color:#fff;
}
.performer .button:hover,
.performer a.button:hover
{
    background: #6A0038;
    border:solid 1px #6A0038;
    color:#fff;
}

    /**
    * traditionalist & bewahrer
    */
.traditionalist a,
.traditionalist h1,
.traditionalist h3,
.traditionalist h5,
.traditionalist b,
.traditionalist .external,
.bewahrer a,
.bewahrer h1,
.bewahrer h3,
.bewahrer h5,
.bewahrer b,
.bewahrer .external
{
    color:#007FA7;
}
.traditionalist a svg *,
.bewahrer a svg * {
    fill:#fff;
}
.traditionalist .button,
.traditionalist a.button,
.bewahrer .button,
.bewahrer a.button
{
    background: #007FA7;
    border:solid 1px #007FA7;
    color:#fff;
}
.traditionalist .button:hover,
.traditionalist a.button:hover,
.bewahrer .button:hover,
.bewahrer a.button:hover
{
    background: #85CFE8;
    border:solid 1px #85CFE8;
    color:#fff;
}
.traditionalist #contact a,
.bewahrer #contact a {
    color:#fff;
}

    /**
    * harmoniser.
    */
.harmoniser a,
.harmoniser h1,
.harmoniser h3,
.harmoniser h5,
.harmoniser b,
.harmoniser .external
{
    color:#00872D;
}
.harmoniser #contact a {
    color:#fff;
}
.harmoniser .button,
.harmoniser a.button
{
    background: #00872D;
    border:solid 1px #00872D;
    color:#fff;
}
.harmoniser .button:hover,
.harmoniser a.button:hover
{
    background: #D6D700;
    border:solid 1px #D6D700;
    color:#fff;
}
.harmoniser .modal-close {
    background: url(BKW_Icon_Close_white.svg) no-repeat;
}



