:root {
    --main-color: rgba(81, 153, 210, 1);
    /* --main-color: rgba(196, 30, 30, 1); */
}
body {
    background: url(../../images/bewerbung/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    
    font-family: 'Yantramanav', Verdana;
        
}

.logo-right {
    position: absolute;
    width: 250px;
    top: 20px;
    right: 0px;
    z-index: 9999;
    padding: 5px 5px;
    background: #fff;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.bg_color{
    background: var(--main-color);
}

.actions{
    display:none!important;
}

.logo{
    max-width:250px;
}

.wizard>.steps {
    position: relative;
    display: none;
    width: 100%;
}

.wizard>.content {
    position: unset;
    min-height: unset;
    background: unset; 
    color: #fff;
}

.wizard>.content h4{
    font-weight:300;
}

i {
    font-size: 3.2em;
}


.wizard>.content>.body .stepsElement {
    display: none!important;
} 

.stepsElement {
    -webkit-appearance: none;
} 

.stepsElement:checked+label{
    background-color: #000;
    color: #fff;
    box-shadow: 0 15px 45px var(--main-color);
}

.mfa:checked+label {
    background-color: #000;
    opacity:0.3;
    color: #fff;
    box-shadow: 0 15px 45px var(--main-color);
    
}

label {
    height: 220px;
    width: 220px;
    border: 2px solid #fff;
    background:#fff;
    color:#333;
    
}

.btn-light{
    color:var(--main-color);
}

.wichtig{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wichtig_0 {background-image: url('../../images/bewerbung/sicheres-arbeiten.jpg');}
.wichtig_1 {background-image: url('../../images/bewerbung/beste-kollegen.jpg');}
.wichtig_2 {background-image: url('../../images/bewerbung/familienfreundlich.jpg');}
.wichtig_3 {background-image: url('../../images/bewerbung/freie-zeiteinteilung.jpg');}
.wichtig_4 {background-image: url('../../images/bewerbung/faire-bezahlung.jpg');}
.wichtig_5 {background-image: url('../../images/bewerbung/entwicklungschancen.jpg');}


.erfahrung {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.erfahrung_0 { background-image: url('../../images/bewerbung/metallbau.jpg'); }
.erfahrung_1 { background-image: url('../../images/bewerbung/schweisstechnik.jpg'); }
.erfahrung_2 { background-image: url('../../images/bewerbung/instandsetzung.jpg'); }
.erfahrung_3 { background-image: url('../../images/bewerbung/kuehltechnik.jpg'); }


.arbeitsverhaeltnis {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.arbeitsverhaeltnis_0 { background-image: url('../../images/bewerbung/fester-arbeitsplatz.jpg'); }
.arbeitsverhaeltnis_1 { background-image: url('../../images/bewerbung/herausforderung.jpg'); }
.arbeitsverhaeltnis_2 { background-image: url('../../images/bewerbung/ausbildung.jpg'); }
.arbeitsverhaeltnis_3 { background-image: url('../../images/bewerbung/suche.jpg'); }



.trifftzu{
    width:100%;
    height:unset;
    border:none;
}

.labelwrapper{
    position: relative;
    padding-top:50px;
    height:100%;
    text-align:center;
}

.full_width {
    position: relative;
    padding-top: unset;
    height: 100%;
    text-align: center;
    background:#fff;
}

.full_width p {
    padding-top:15px;
    padding-bottom: 15px;
}


.labelwrapper>p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    font-size: 1.1em;
    font-weight: 300;
    margin-bottom:0;
    color:#000;
}

.labelwrapper>span {
    width:100%;
    font-size: 1.5em;
    font-weight: 500;
}

.fa {
    font-size: 5em;
    color:var(--main-color);
} 

@media (max-width: 980px) {
    
    body {
        background-image: unset;
        background-size:unset;
        background: var(--main-color);
    }

    label {
        height: 150px;
        width: 150px;
        border: 2px solid #000;    
    }

    .wizard>.content>.body {
        float: left;
        position: absolute;
        width: 100%;
        height: 95%;
        padding: 2.5%;
    }

    .wizard>.content {
        margin:0;
        padding:0;
    }

    .x1{
        padding: 10px 5px!important;
    }

    .x1 >small {
        display:none;
    }

    .labelwrapper{
        padding-top:40px;
    }

    .labelwrapper>p {
        position: absolute;
        bottom: 0;
        width: 100%;
        margin-bottom: 0;padding-top:2px;
        background: #000;
        font-size: 0.8em;
        font-weight: 500;
        color: #fff;
    }

    .labelwrapper>span {
        font-size: 0.9em;
        font-weight: 500;
    }

    .fa {
        font-size: 3em;
    } 
}