/* fonts
 https://fonts.google.com/specimen/Josefin+Sans
 https://fonts.google.com/specimen/IBM+Plex+Sans
 */

/*@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;500&family=Josefin+Sans:wght@300;400&display=swap');*/

/* ibm-plex-sans-300 - latin */
@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/ibm-plex-sans-v14-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/ibm-plex-sans-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/ibm-plex-sans-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/ibm-plex-sans-v14-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/ibm-plex-sans-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/ibm-plex-sans-v14-latin-300.svg#IBMPlexSans') format('svg'); /* Legacy iOS */
}

/* ibm-plex-sans-500 - latin */
@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/ibm-plex-sans-v14-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/ibm-plex-sans-v14-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/ibm-plex-sans-v14-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/ibm-plex-sans-v14-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../fonts/ibm-plex-sans-v14-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/ibm-plex-sans-v14-latin-500.svg#IBMPlexSans') format('svg'); /* Legacy iOS */
}

/* josefin-sans-300 - latin */
@font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/josefin-sans-v25-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/josefin-sans-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/josefin-sans-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/josefin-sans-v25-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/josefin-sans-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/josefin-sans-v25-latin-300.svg#JosefinSans') format('svg'); /* Legacy iOS */
}

/* josefin-sans-regular - latin */
@font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/josefin-sans-v25-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/josefin-sans-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/josefin-sans-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/josefin-sans-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/josefin-sans-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/josefin-sans-v25-latin-regular.svg#JosefinSans') format('svg'); /* Legacy iOS */
}


/* general */

:root {
    --darkblue: #064C7F;
    --darkgrey: #1C1E25;
    --grey: #7F8184;
    --lightgrey: #F6F6F6;
    --green: #6ABA08;
    --purple: #C3C8D8;
    --closewhite: #CDDBE5;
}

html,
body {
    height: 100%;
}


body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 300;
    font-family: 'Josefin Sans', sans-serif;
}

p {
    font-family: 'Josefin Sans', sans-serif;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

h1 {
    margin: 0;
    padding: 0;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 2.5em;
}

h2 {
    margin: 0;
    padding: 0;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 2em;
}

h3 {
    margin: 0;
    padding: 0;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 1.5em;
}

h4 {
    margin: 0;
    padding: 0;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 1.25em;
}

h5 {
    margin: 0;
    padding: 0;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 1.5em;
}

#wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    min-height: 100%;
    justify-content: space-between;
    background-color: var(--lightgrey);
}

.page_bewerben #wrapper {
    overflow: visible;
}

#flexframe {
}

main {
}

section {
    position: relative;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
}

section.lightgrey {
    background-color: var(--lightgrey);
}

.bgarea {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 6;
}

header .headerswiper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

header .headerswiper .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

header .headerarea .headerswiper_btns {
    position: relative;
    z-index: 9;
    max-width: 1200px;
    margin: 0 auto;
}

header .headerarea .headerswiper_btns .swiper-button {
    top: auto;
    bottom: 20px;
    color: #fff;
    opacity: 0.8;
}

header .headerarea .headerswiper_btns .swiper-button:hover {
    opacity: 1;
}

.inside_content {
    width: 100%;
}

.center {
    text-align: center;
}

.btn,
form .radiofields label {
    padding: 20px 40px;
    font-family: 'IBM Plex Sans', sans-serif;
    border: 2px solid var(--green);
    background-color: var(--green);
    text-transform: uppercase;
    font-size: 0.8em;
    text-align: center;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 500;

    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.btn:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
    background-color: var(--darkgrey);
    border-color: var(--darkgrey);
}

.btn.bright,
form .radiofields label {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.btn.bright:hover,
form .radiofields label:hover,
input[type="submit"].bright:active,
input[type="submit"].bright:focus {
    background-color: var(--green);
}

form .radiofields label img {
    display: block;
    margin-bottom: 20px;
}

.grey_gradient {
    background-image: url('../img/balken-grau-verlauf.svg');
    background-repeat: no-repeat;
    background-size: cover;
}


ul.iconlist {
    margin: 20px 0 0 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
}

ul.iconlist li:not(:first-of-type) {
    margin-left: 20px;
}

.iconlist a {
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--darkgrey);

    display: block;
    width: 30px;
    height: 30px;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.iconlist a.whatsapp {
    -webkit-mask-image: url('../img/icon-whatsapp.svg');
    mask-image: url('../img/icon-whatsapp.svg');
}

.iconlist a.call {
    -webkit-mask-image: url('../img/icon-telefon-kontakt.svg');
    mask-image: url('../img/icon-telefon-kontakt.svg');
}

.iconlist a.mail {
    -webkit-mask-image: url('../img/icon-mail-kontakt.svg');
    mask-image: url('../img/icon-mail-kontakt.svg');
}

.iconlist a:hover {
    transform: scale(1.3);
}

/* header */

header section {
    display: flex;
    flex-wrap: nowrap;
    z-index: 5;
}

header .headerarea {
    width: 100%;
}

header .headerarea .container {
    padding: 140px 0 140px 80px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 5;
}

.singlejob header .headerarea .bgarea > .container {
    padding: 140px 80px;
}

.personalcontact {
    text-align: center;
    position: relative;
    z-index: 3;
    color: var(--closewhite);
    font-size: 0.8em;
}

.personalcontact img {
    max-width: 250px;
    display: block;
}

.personalcontact .persondetails {
    padding: 20px 40px;
    background-color: var(--darkgrey);
}

.personalcontact ul.iconlist {
    margin-top: 10px;
    justify-content: center;
}

.personalcontact ul.iconlist a {
    background-color: var(--green);
}

.personalcontact ul.iconlist li:not(:first-of-type) {
    margin-left: 10px;
}

header .grey_gradient .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 40px 80px 80px 80px;
}

header .grey_gradient .seconds {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

header .grey_gradient .seconds img {
    width: 100px;
    height: auto;
    margin-right: 20px;
}

header .grey_gradient .provenexpert {

}

header .grey_gradient .provenexpert img {
    width: 170px;
    height: auto;
    margin-left: 20px;
}

header .sec60 {
    color: var(--darkblue);
}

header .sec60::after {
    content: ' ';
    display: block;
    width: 100%;
    max-width: 250px;
    margin-top: 20px;
    border-top: 3px solid var(--green);
}


header .logo {
    background-color: var(--darkblue);
    padding: 20px;
    width: 100%;
    max-width: 650px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}

header .logo img {
    width: 250px;
    height: auto;
}

header .social_media {
    background-color: var(--darkgrey);
    padding: 30px;
    display: inline-flex;
    justify-content: center;
    align-content: flex-end;
    flex-wrap: wrap;
    width: min-content;
    color: var(--green);
}

header .social_media a {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 20px;
    width: 30px;
    height: 30px;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

header .social_media a.insta {
    background-image: url('../img/instagram.svg');
}

header .social_media a.fb {
    background-image: url('../img/facebook.svg');
}

header .social_media a:hover {
    transform: scale(1.5);
}

.title {
    border-left: 5px solid var(--green);
    padding: 10px 20px 40px 20px;
}

.title h1 {
    color: #fff;
    text-transform: uppercase;
}

.title h2 {
    color: var(--green);
}

.title.error h2 {
    color: red;
}

.page_start .title {
    max-width:800px;
}

/* start page layout */

.star {
    position: absolute;
    z-index: 1;
    left: -50px;
    top: -250px;
    width: auto;
}

.star svg {
    width: 450px;
    height: auto;
}


.iconboxes {
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px auto;
}

.iconboxes .icon {
    border-bottom: 3px solid var(--green);
    padding: 10px 20px;
    width: 20%;
    text-align: center;
    margin: 30px 2.5%;
    font-weight: 300;
    color: var(--grey);
}

.iconboxes .icon img {
    /*max-width: 80px;*/
    width:auto;
    height: 80px;
    display: block;
    margin: 0 auto 10px auto;
}

/* Jobs */

section.bewerbung .container {
    padding-top: 0;
    padding-bottom: 0;
    max-width: 1200px;
}

section.bewerbung .container > h3,
.jobform .container form h3 {
    font-weight: 300;
}

#jobboxes {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 -60px 0;
    justify-content: center;
}

#jobboxes .job {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;

    width: 30%;
    margin: 0 1.5%;
    position: relative;
}

#jobboxes .job .clickable {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--darkgrey);
    background-image: url('../img/stern-1.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    padding: 30px;
    height: 100%;
    color: #fff;
    position: relative;

    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

#jobboxes .job .clickable:hover,
#jobboxes .job.active .clickable {
    background-color: var(--green);
    cursor: pointer;
    background-image: url('../img/stern-2.svg');
}

#jobboxes .job h3 {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

#jobboxes .job .jobdetails {
    width: 100%;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
}

#jobboxes .job .area {
    padding-right: 50px;
    margin-top: 10px;
}

#jobboxes .job .area::before {
    content: ' ';
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 30px;
    -webkit-mask-image: url('../img/icon-ort.svg');
    mask-image: url('../img/icon-ort.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #fff;
    vertical-align: middle;
}

#jobboxes .job .arrow_down {
    width: 40px;
    height: 30px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    -webkit-mask-image: url('../img/pfeil-unten.svg');
    mask-image: url('../img/pfeil-unten.svg');

    -webkit-mask-size: contain;
    mask-size: contain;

    -webkit-mask-position: center;
    mask-position: center;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    background-color: #fff;
}

.page_start #jobboxes .job .arrow_down {
    display: none;
}

#jobboxes .job .open_details {
    position: relative;
    display: none;
    z-index: 99;
}

.page_bewerben #jobboxes .job.active .open_details {
    display: block;
}

#jobboxes .job .open_details .content {
    padding: 20px;
    background-color: #fff;
    position: absolute;
    width: 100%;
    top: 0;
}

#jobboxes .job .open_details h5 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.25em;
    letter-spacing: 2px;
    margin: 20px 0 0 0;
}

#jobboxes .job .open_details h5:not(:first-of-type) {
    margin-top: 40px;
}

#jobboxes .job .open_details ul {
    list-style-type: none;
    margin: 20px 0 30px 0;
    padding: 0;
}

#jobboxes .job .open_details ul li:not(last-of-type) {
    margin-bottom: 10px;
}

#jobboxes .job .clickable .fulllink {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}

.page_bewerben #jobboxes .job .clickable .fulllink {
    display:none;
}

#jobboxes .job .open_details .btn {
    display: block;
}

.bewerbung .stoerer {
    text-align: center;
    background-color: var(--grey);
    background-image: url('../img/banner-bewerbung-starten-team-desktop.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    padding: 200px 20px 80px 20px;
}

.bewerbung .stoerer .btn {
    /*cursor: not-allowed;*/
}

.bewerbung .stoerer .btn:hover {
    cursor: pointer;
}


/* Future */

section.future {
    padding-bottom: 160px;
}

section.future .container {
    display: flex;
    max-width: 1200px;
    padding-bottom: 0;
    padding-right: 120px;
    padding-left: 80px;
    border-bottom: 3px solid var(--purple);
}

.future .text {
    width: 43%;
    padding: 0 60px 20px 40px;
    text-align: left;
}

.future .slider {
    width: 58%;
    position: relative;
}

section.future .text p {
    text-align: left;
    font-family: 'IBM Plex Sans', sans-serif;
}

section.future .text h3 {
    color: var(--darkblue);
    margin-bottom: 15px;
}

.future .abs_frame {
    position: absolute;
    width: 100%;
}

.future .swiper-wrapper {
}

.future .slider .swiper {
    /*position: absolute;*/
    margin: 0 35px;
}

.future .swiper-button {
    color: var(--darkgrey);
}

.future .swiper-button-prev {
    left: 0;
}

.future .swiper-button-next {
    right: 0;
}

.future .swiper-button:hover:after {
    color:var(--green);
}


/* steps */

section.process .container {
    max-width: 980px;
    text-align: center;
}

.steps {
    display: flex;
    margin: 40px 0;
    justify-content: space-between;
}

.steps .step {
    border: 3px solid var(--darkgrey);
    padding: 20px;
    text-align: center;
    width: calc(33.33% - 10px);

    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.steps .step:hover {
    transform: scale(1.1);
}

.steps .step img {
    width: 80px;
}

.steps .step h5 {
    text-transform: uppercase;
    font-size: 1em;
    margin: 20px 0;
}

.steps .step p {
    color: var(--green);
    margin: 0;
    padding: 0;
    font-family: 'IBM Plex Sans', sans-serif;
}

.process .btn {
    width: calc(33.33% - 10px);
}


/* Contact */

section.contact {
    padding-bottom: 160px;
}

section.contact .container {
    display: flex;
    max-width: 1200px;
    padding-bottom: 0;
    padding-right: 120px;
    padding-left: 80px;
    border-bottom: 3px solid var(--purple);
}

.contact .text {
    width: 47%;
    padding: 0 60px 60px 40px;
    text-align: right;

}

.contact .gmaps {
    width: 53%;
    position: relative;
}

.contact .gmaps a {
    display: block;
    line-height: 0;
}

section.contact .text h2 {
    color: var(--darkblue);
}

section.contact .text h3 {
    margin: 15px 0;
}

.contact .gmaps img {
    position: absolute;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
    box-shadow: 0 0 10px #666;
}

.contact .gmaps img:hover {
    transform: scale(1.1);
}

/* Footer */

footer {
    background-color: var(--darkblue);
    color: var(--closewhite);
    font-family: 'IBM Plex Sans', sans-serif;
    text-align: center;
}

footer .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

footer a {
    color: inherit;
}

footer ul {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
}

footer ul li {
    display: inline-block;
}

footer ul li a {
    text-decoration: none;
    font-weight: bold;
}

footer ul li a:hover {
    text-decoration: underline;
}

footer ul li:not(:last-of-type) {
    margin-right: 5px;
}

footer ul li:not(:last-of-type)::after {
    content: '-';
    margin-left: 5px;
    display: inline-block;
}


/* Bewerben */

header .headerarea.jobform > .container {
    padding: 140px 80px;
}


.jobform .title {
    padding: 40px 0;
    text-align: center;
    border: none;
}

.jobform .title h1 {
    text-transform: none;
    font-weight: 300;
    font-size: 1.75em;
}

.jobform .title h1::before {
    content: ' ';
    margin: 0 auto 10px auto;
    display: block;
    width: 100px;
    height: 100px;
    -webkit-mask-image: url('../img/icon-uhr.svg');
    mask-image: url('../img/icon-uhr.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #fff;
}

.jobform .title::after {
    content: ' ';
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 250px;
    border-bottom: 3px solid var(--green);

}

.page_bewerben .starline .container {

}


form {
    background-color: #fff;
    box-shadow: 0 0 5px #666;
    padding: 60px 40px;
    max-width: 980px;
    margin: -20% auto 0 auto;
    /*position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);*/
    position: relative;
    z-index: 9;
}

form .stepswiper {
    text-align: center;
    overflow: hidden;
}

form .swiper-wrapper {
    z-index: 5;
    margin-bottom: 20px;
}

form .step {
    text-align: center;
}

form .step .stepcontainer {
    max-width: 660px;
    margin: 0 auto;
    visibility: hidden;
}

form .step h3 {
    margin-bottom: 20px;
}

form .step .qno {
    font-weight: bold;
    margin: 0 0 20px 0;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 1.25em;
}

form .answerfields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

form .answerfields .field {
    width: 50%;
    padding: 10px;
    position: relative;
    display: flex;
    align-content: stretch;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
}

form .radiofields label {
    cursor: pointer;
    border: 3px solid var(--darkgrey);
    color: var(--darkgrey);
    padding: 20px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    min-height: 85px;
}

form .btn {
    border-color: var(--darkgrey);
    background-color: transparent;
    color: var(--darkgrey);
    margin-top: 40px;
    padding: 20px 80px;
    cursor: pointer;
}

form .btn:hover,
form .radiofields label:hover,
form .radiofields label.active {
    border-color: var(--green);
    background-color: var(--green);
    color: #fff;
}

form .radiofields input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}


form .formswiper_btns {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin: 20px 0 0 0;
    z-index: 5;
}

form .formswiper_btns .swiper-button {
    top: auto;
    bottom: 0;
    display: block;
    position: static;
    margin: 0 !important;
    color: var(--darkgrey);
    opacity: 1;
}

form .formswiper_btns .swiper-button.hidden {
    opacity: 0;
    visibility: hidden;
}

form .formswiper_btns .swiper-button.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}

form .formswiper_btns .swiper-button:hover {
    color: var(--green);
}

form .formswiper_btns .swiper-pagination {
    position: static;
    margin: 0 40px;
    width: auto;
}

form .formswiper_btns .swiper-pagination span {
    background-color: transparent;
    color: var(--darkgrey) !important;
    opacity: 1;
    width: auto;
    height: auto;
    font-size: 1.5em;
    margin: 0 10px !important;
    font-family: 'IBM Plex Sans', sans-serif;
    border-radius: 0;
}

.singlejob.page_system-engineer span.gotostep_7,
.singlejob.page_system-engineer span.gotostep_8,
.singlejob.page_it-system-administrator span.gotostep_7,
.singlejob.page_it-system-administrator span.gotostep_8,
.singlejob.page_it-support span.gotostep_5,
.singlejob.page_it-support span.gotostep_6 {
    display:none;
}

form .formswiper_btns .swiper-pagination span:hover,
form .formswiper_btns .swiper-pagination .swiper-pagination-bullet-active {
    color: var(--green) !important;
}

form .formswiper_btns .disable {
    background-color: #fff;
    opacity: 0.5;
    position: absolute;
    z-index: 99;
    right: 0;
    top: -1px;
    width: 100%;
    width: calc(100% - 50px);
    height: 100%;
    cursor: not-allowed;
}

form .req_hint,
form .req_input {
    text-align: center;
    font-weight: 500;
    color: red;
    text-decoration: underline;
    display: none;
}

form .req_hint span,
form .req_input span {
    color: var(--darkgrey);
}

form input[type="text"],
form input[type="phone"],
form input[type="email"],
form textarea {
    border: 3px solid var(--darkgrey);
    display: block;
    margin-bottom: 40px;
    width: 100%;
    font-size: 1em;
    padding: 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
}

form input.this_req,
form textarea.this_req {
    border-color: red;
}

form input[type="checkbox"].this_req {
    outline: 3px solid red;
}

form input[type="checkbox"] {
    outline: 3px solid var(--darkgrey);
    outline-offset: -1px;
    border: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    box-shadow: none;
    display: block;
}

form .checkfield {
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

form .checkfield label {
    padding-left: 40px;
    flex: 1;
    display: block;
    cursor: pointer;
}

.mobile_only {
    display: none;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--green);
}

.page_bewerben main {
    min-height: 300px;
}

section.counter .container {
    max-width:1280px;
}

.counter .all_counters {
    padding:0 40px 60px 40px;
    border-bottom:3px solid var(--green);
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
}

.counter .single_counter {
    color:var(--darkblue);
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    display: flex;
    flex-wrap:wrap;
    align-items: flex-end;
    padding:0 20px;
}

.counter .single_counter img {
    height:80px;
    width:auto;
    padding-right:10px;
}

.counter .single_counter strong {
    display:block;
    font-size:2.5em;
    line-height: 1;
    font-weight: 600;
}


@media only screen and (max-width: 1200px) {

    .counter .single_counter {
        text-align: center;
        align-content: center;
        justify-content: center;
        flex-direction: column;
    }

    .counter .single_counter img {
        padding-right:0;
        padding-bottom:20px;
        margin: 0 auto;
    }

}


@media only screen and (max-width: 980px) {


    #wrapper {
        min-height: 0;
        display: block;
    }

    header .social_media,
    header .headerarea .headerswiper_btns,
    header .personalcontact,
    header .grey_gradient,
    .star {
        display: none;
    }

    .mobile_only {
        display: block;
    }

    header section {
        display: block;
    }

    header .logo {
        position: relative;
        max-width: 100%;
    }

    header .headerarea .container {
        padding: 80px 20px !important;
        display: block;
    }

    header .btn {
        margin-top: 80px;
    }

    .title {
        padding: 0;
        border: none;
    }

    .title h2 {
        margin-top: 20px;
    }

    .mobile_only .personalcontact {
        max-width: 250px;
        margin:20px auto 0 auto;
        z-index: 5;
    }

    .grey_gradient_mob {
        position: relative;
    }

    .grey_gradient_mob::before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1;
        height: 300px;
        background-image: url('../img/balken-grau-verlauf.svg');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bewerbung .container {
        padding: 0;
    }

    .iconboxes .icon {
        width: 40%;
    }

    #jobboxes {
        margin: 20px 0 0 0;
    }

    #jobboxes .job {
        width: 100%;
        margin: 0 0 5px 0;
    }

    section.future {
        padding: 0;
    }

    section.future .container {
        flex-wrap: wrap;
        padding: 0;
        border: none;
    }

    .future .text {
        order: 1;
        width: 100%;
        padding: 40px 20px;
    }

    .future .swiper-wrapper {
        height: auto;
        max-height: 250px;
    }

    .future .slider {
        order: 2;
        width: 100%;
        position: relative;
    }

    .future .abs_frame {
        position: relative;
    }

    .future .slider .swiper {
        margin: 0;
    }

    .future .abs_frame .swiper-slide {

    }

    .future .swiper-button-prev,
    .future .swiper-button-next {
        display: none !important;
    }

    .steps {
        flex-wrap: wrap;
    }

    .steps .step {
        width: 100%;
        margin-bottom: 40px;
    }

    .steps .step:hover {
        transform: scale(1);
    }

    .process .btn {
        width: 100%;
    }

    section.contact {
        padding-bottom: 0;
    }

    section.contact .container {
        border: none;
        padding: 0;
        flex-wrap: wrap;
    }

    .contact .text {
        width: 100%;
        text-align: center;
        padding: 40px 20px 40px 20px;
    }

    .contact .gmaps {
        width: 100%;
    }

    .contact .gmaps img {
        position: static;
        box-shadow: none;
    }

    .contact .gmaps img:hover {
        transform: scale(1);
    }

    .contact ul.iconlist {
        justify-content: center;
    }

    .page_bewerben #jobboxes .job .open_details {
        display: none;
    }

    .page_bewerben #jobboxes .job .clickable .fulllink {
        display: none;
    }

    header #jobboxes {
        display: none;
    }

    .page_bewerben header .headerarea .container {
        padding: 120px 20px;
    }

    .page_bewerben #jobboxes {
        margin: 0;
    }

    #jobboxes .job .open_details .content {
        position: static;
        background-color: transparent;
    }

    .page_bewerben main {
        min-height: 0;
    }

    form {
        padding: 40px 20px;
        margin: 0 auto;
    }

    form .step .stepcontainer {
        max-width: 100%;
        margin: 0;
    }

    form .step {
        width: 100% !important;
    }

    form .answerfields {
        display: block;
    }

    form .answerfields .field {
        width: 100%;
        flex-wrap: wrap;
    }

    form .formswiper_btns .disable {
        background-color: transparent;
    }

    .singlejob main .container {
        padding: 0;
    }

    form .checkfield label {
        padding-left: 20px;
    }



    .counter .all_counters {
        padding-bottom:0;
    }

    .counter .single_counter {
        width:50%;
        margin-bottom: 60px;
    }

}
