html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

section {
    display: block;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

img {
    border: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    margin: 0;
    min-height: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

h2,
h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
}

h3 {
    color: #0A3166;
    font-size: 32px;
    line-height: 45px;
    margin: 0;
    font-weight: 700;
    margin-bottom: 30px;
}

h4 {
    font-size: 24px;
    color: #0A3166;
    font-weight: 400;
    margin-bottom: 0;
}

h5 {
    margin: 15px 0 0;
    font-size: 20px;
    font-weight: 400;
}

.w-form {
    margin: 0 0 15px;
}

.w-row:before,
.w-row:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.content {
    background: #EDF7FF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    max-width: 454px;
    padding: 15px;
    margin-bottom: 10px;
}

.content h6 {
    margin: 0;
    font-size: 20px;
    color: #0A3166;
    font-weight: 700;
}

.content p {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
}

.number {
    font-size: 34px;
    font-weight: 900;
    color: #C0CC0B;
    margin: 0px 30px 0 10px;
}

.w-row:after {
    clear: both;
}

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 479px) {
    .w-col {
        width: 100%;
    }
}

.w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap;
}

.w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
}

body {
    color: #707070;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #303030;
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
}

a {
    color: #000;
    text-decoration: underline;
}

.container.nav {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    max-width: 960px;
    justify-content: center;
}

.container.nav img {
    max-width: 450px;
}

.navbar {
    padding-top: 70px;
    padding-bottom: 70px;
}

.multistep-survey {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 60px;
}

.step-intro {
    margin-bottom: 40px;
    text-align: center;
}

.none {
    display: none;
}

.survey-container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.survey-container .multistep-survey {
    min-height: 666px;
}

section#bewerbung {
    padding-bottom: 100px;
}

.multistep-survey {
    position: relative;
    display: block;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 0;
    background-color: #fff;
}

.slide {
    overflow: hidden;
}

.survey-form.multistep-form {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .container.nav img {
        height: 55px;
        margin: 0;
    }
    .container.nav {
        margin-top: 5vh;
    }
    .navbar {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media (max-width: 479px) {
    .multistep-survey {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .slide {
        padding-right: 0;
        padding-left: 0;
    }
}

.one-columns.w-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.multistep-survey {
    padding-bottom: 60px!important;
}

.survey-form.multistep-form {
    margin-top: 0;
}

@media (max-width: 767px) {
    .step-intro {
        margin-bottom: 20px;
    }
}

h2.main-title {
    text-align: center;
    margin: 0;
    font-size: 32px;
    color: #0A3166;
    font-weight: 100;
    padding: 30px 0;
}

@media (max-width: 767px) {
    .step-heading {
        font-size: 28px;
        line-height: inherit;
    }
    h4 {
        font-size: 21px;
    }
    h5 {
        margin: 10px 0 0;
        font-size: 16px;
    }
    .content h6 {
        font-size: 18px;
    }
    .content p {
        margin: 5px 0 0;
        ;
        line-height: 18px;
    }
    .multistep-survey {
        height: auto;
        padding: 50px 15px 0 !important;
    }
    section#bewerbung {
        padding-bottom: 0;
    }
    .survey-container .multistep-survey {
        min-height: auto;
    }
    h2.main-title {
        font-size: 28px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        padding: 0;
        margin-bottom: 15px;
    }
    .multistep-survey {
        box-shadow: none;
        border-radius: 0;
    }
}


/********************/

.thumbnail-wrap {
    max-width: 450px;
    margin: auto;
}

.poster_video {
    position: relative;
    cursor: pointer;
}

.poster_video:after {
    content: "";
    background: rgb(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 10px;
}

.poster_video img.video_img {
    width: 100%;
}

.poster_video img.play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.thumbnail-wrap img {
    width: 100%;
}

.thumbnail-wrap {
    cursor: pointer;
}

video.video-toshow {
    width: 100%;
    display: none;
}

.poster_video:after {
    border-radius: 0;
}

.thumbnail-wrap img {
    display: block;
}

.poster_video img.play_icon {
    width: auto!important;
}