html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: "sofia-pro", sans-serif;
}

section {
    display: block;
}

.item1 img {
    width: 58px;
    height: 58px;
}

.container.nav span {
    padding-top: 15px;
    color: #a2cbf2;
    font-size: 16px;
}

.logo_div {
    background: #003366;
    text-align: center;
    padding: 25px 0;
}

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;
}

h3.step-heading {
    text-align: center;
    background: #f7f7f7;
    margin: 0;
    font-size: 27px;
    color: #3d3d3d;
    font-weight: 400;
    padding: 30px 0;
    border-radius: 30px 30px 0 0;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.w-form {
    margin: 0 0 15px;
}

body {
    color: #707070;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

h2 {
    margin-top: 0px;
    margin-bottom: 38px;
    color: #303030;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}

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;
    justify-content: center;
    max-width: 960px;
}

.container.nav img {
    max-width: 450px;
}

img.logo-image {
    margin-right: 30px;
}

.navbar {
    padding-top: 26px;
    padding-bottom: 26px;
    background-color: #003366;
}

small {
    color: #383838;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}

.inputs-container {
    max-width: 400px;
    margin: auto;
}

.multistep-survey-progress {
    width: 50%;
    height: 10px;
    margin: 40px auto;
    border-radius: 10px;
    background-image: -webkit-gradient( linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
    background-image: linear-gradient(180deg, #f3f3f3, #f3f3f3);
}

img.play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.poster_image.image {
    position: relative;
    cursor: pointer;
}

video {
    display: none;
    background-color: #000;
}

.survey-container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.one-columns.w-row {
    max-width: 500px;
}

li span {
    background: #f2f2f2;
    border-radius: 50%;
    color: #2569a8;
    font-size: 12px;
    display: table;
    margin-right: 10px;
    text-align: center;
    font-weight: 600;
    padding: 2px;
    width: 28px;
}

li {
    display: flex;
    align-items: baseline;
}

.survey-form.multistep-form {
    margin-top: 30px;
}

.multistep-survey-progress-bar {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #fcaf2a;
    -webkit-transition: width 300ms ease-in;
    transition: width 300ms ease-in;
}

.full-page-section {
    position: relative;
    padding-top: 30px;
    padding-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #2569a8;
    min-height: 85vh;
}

@media (max-width: 767px) {
    .desk {
        display: none !important;
    }
    .container.nav {
        display: flex;
        align-self: center;
        justify-content: space-between;
        justify-content: center;
    }
    .navbar {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .d_flex .text {
        padding-right: 0;
    }
}

@media (max-width: 479px) {
    .container.nav {
        padding-right: 5px;
        padding-left: 0;
    }
    .step-back-link.multistep-survey-previous {
        left: 10px;
        display: none;
    }
}

.step-back-link {
    top: 28px;
    bottom: auto;
}

.multistep-survey {
    padding-bottom: 0 !important;
}

.step-back-link {
    z-index: 9999;
}

.survey-form.multistep-form {
    margin-top: 0;
}

.termin_box {
    background: #fff;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
    border-radius: 10px;
}

.multistep-survey {
    min-height: auto;
    border-radius: 30px;
    max-width: 946px;
    background: #2b79c2;
    overflow: hidden;
    margin: auto;
    color: #fff;
    box-shadow: 0 8px 35px rgba(7, 49, 79, 0.13);
    -webkit-box-shadow: 0 8px 35px rgba(7, 49, 79, 0.13);
    -moz-box-shadow: 0 8px 35px rgba(7, 49, 79, 0.13);
}

footer.calc {
    text-align: center;
    padding: 20px 0;
    background: #003366;
}

footer.calc a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}

footer.calc .container {
    max-width: 550px;
    margin: auto;
}

.slide.last h5.step_title {
    padding-left: 0px;
    margin-left: 0px;
}

.appbox {
    width: fit-content;
    background-color: #a8a8a8;
    padding: 10px 30px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

h4 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
    color: #36393d;
}

.coronacontent {
    padding: 60px;
}

.w-slider-mask {
    white-space: inherit;
}

.coronacontent {
    padding: 60px;
    max-width: 70%;
    text-align: left;
}

.coronacontent p {
    color: #383838;
}

.coronacontent img {
    margin: 20px 0 70px;
}

h5.step_title {
    line-height: 36px;
}

@media (max-width: 767px) {
    .appbox {
        width: 100%;
        margin-top: 0px;
    }
    .coronacontent {
        max-width: 100%;
        padding: 20px;
    }
    h5.step_title {
        padding-left: 0px;
        font-size: 16px;
        line-height: 20px;
    }
}

footer.calc a {
    text-decoration: none;
    font-size: 16px;
    margin-right: 15px;
    padding-left: 15px;
}

.main-title.last {
    display: none;
}

.mobile {
    display: none;
}

@media (max-width: 767px) {
    .mobile {
        display: block;
        text-align: center;
    }
    .logo-image {
        max-width: 153px !important;
    }
    .contacts a {
        font-size: 12px;
        text-decoration: none;
    }
    .contacts {
        text-align: center;
    }
    .multistep-survey {
        height: auto;
    }
    .multistep-survey-progress {
        margin: 30px auto 20px;
        width: 90%;
    }
    .step-back-link.multistep-survey-previous {
        top: 17px;
        left: 15px !important;
        border-radius: 50% !important;
    }
    .full-page-section {
        background-image: none;
        padding: 15px 10px 0px;
    }
    footer.calc a {
        margin-right: 5px;
        padding-left: 5px;
        font-size: 14px;
    }
    .item1.item-1 p {
        margin: 0;
    }
    .item1.item-2 p {
        margin: 26px 0;
    }
    .insta-box .item1 a.Jetzt {
        width: 238px;
    }
}

.w-button {
    min-height: 60px;
    background-color: #b4c217;
    color: #f7f7f7;
    border-radius: 26px;
    font-size: 22px;
    margin-top: 10px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

input.w-button {
    -webkit-appearance: button;
}

section#bewerbung ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}

.w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
}

.w-icon-file-upload-icon {
    display: inline-block;
    width: 20px;
}

.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;
}

.w-row:after {
    clear: both;
}

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.w-col-3 {
    width: 25%;
}

.w-col-4 {
    width: 30.33333333%;
    padding: 5px;
    text-align: center;
}

.belowcta {
    text-align: center;
    margin: 23px 0;
}
.w-icon-file-upload-icon {
    display: none;
}
@media screen and (max-width: 767px) {
    .w-row {
        margin-left: 0;
        margin-right: 0;
    }
    .w-col {
        width: 100%;
        left: auto;
        right: auto;
    }
    .w-col-small-6 {
        width: 50%;
    }
}

@media screen and (max-width: 479px) {
    .w-col {
        width: 100%;
    }
}

.w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #ddd;
    clear: both;
    -webkit-tap-highlight-color: transparent;
}

.w-file-upload-label img {
    min-height: 80px;
    object-fit: contain;
}

.w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: auto;
    white-space: nowrap;
}

.w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    white-space: normal;
    text-align: left;
}

.w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    font-size: 40px;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto;
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto;
}

.slider {
    height: auto;
    background-color: transparent;
}

.step-intro {
    margin-bottom: 0;
    text-align: center;
}

.mb-05 {
    margin-bottom: 5px !important;
}

.slide-nav {
    display: none;
}

.multistep-survey-radio-text {
    width: 100%;
    min-height: 32px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 600;
    text-align: center;
}

.slide {
    overflow: hidden;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

.right-arrow {
    display: none;
}

.left-arrow {
    display: none;
}

.three-columns {
    display: block;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
}

.width-100 {
    width: 100%;
}

.prevent-double-slide {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
}

@media (max-width: 991px) {
    .step-intro {
        margin-bottom: 15px;
    }
    .multistep-survey-radio-text {
        margin-left: 10px;
    }
    .three-columns {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .multistep-survey-radio-text {
        font-size: 14px;
        line-height: 23px;
    }
}

@media (max-width: 479px) {
    .multistep-survey-radio-text {
        min-height: auto;
        /* text-align: left; */
    }
    .step-intro h6 {
    padding: 0 !important;
}

.slide.w-slide.s10 span {
    padding-right: 0;
    width: 100%;
}
    .slide {
        padding-right: 0;
        padding-left: 0;
    }
    .survey-column {
        margin-bottom: 10px;
        margin: 4px;
        /* padding-right: 15px; */
        /* padding-left: 15px; */
    }
    .three-columns {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.step-intro h6 {
    font-size: 20px;
    line-height: 30px;
    color: white;
    font-weight: 400;
    margin: 40px 0;
    padding: 0 50px;
}

.survey-column.w-col.w-col-4.w-col-small-6.w-col-tiny-tiny-stack {
    background: #f7f7f7;
    text-align: center;
    border-radius: 5px;
}

span.multistep-survey-radio-text.w-form-label {
}

div#gform_wrapper_17 {
    visibility: hidden;
}
.three-columns.w-row {
    margin-right: auto;
    display: flex;
    margin-left: auto;
    justify-content: space-between;
}

.three-columns .w-col-3 {
    width: 33%;
    padding: 0 5px;
}

@media screen and (max-width: 767px) {
    .three-columns {
        width: 100%;
    }
    .three-columns .w-col {
        /* padding-left: 5px; */
        /* padding-right: 5px; */
    }
    .survey-column.w-col.w-col-4.w-col-small-6.w-col-tiny-tiny-stack {
        text-align: center;
    }
    .survey-column.w-col.w-col-4.w-col-small-6.w-col-tiny-tiny-stack {
        text-align: center;
    }
}

@media screen and (max-width: 476px) {
    .three-columns .w-col-3 {
        width: 100%;
    }
    .survey-column {
        width: 100% !important;
    }
}

.slide.w-slide.s10 span {
    font: 14px/18px "sofia-pro", sans-serif;
    color: #808080;
    padding-right: 15px;
}

.slide.last {
    padding: 0px 55px 60px;
}

.insta-box {
    border-radius: 18px;
    background: #ffffff;
    padding: 30px 20px;
    color: black;
    margin-top: 58px;
}

.insta-box p {
    color: black;
    border: 0;
}

.d_flex {
    display: flex;
    align-items: center;
    color: #3D3D3D;
    gap: 10px;
}

.insta-box .item1 {
    display: flex;
    align-items: center;
    flex: 1;
}

.insta-box .item1 img {
    margin-right: 10px;
}

.d_flex .text {
    padding-right: 15px;
}

.item1:last-child {
    flex: 0;
}

.insta-box .item1 a.Jetzt {
    background: #2569a8;
    border-radius: 22px;
    color: white;
    text-decoration: none;
    display: inline-flex;
    width: 200px;
    min-height: 54px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
}

.mobile_swap .d_flex>div {
    flex: 0 0 50%;
    max-width: 50%;
}

h4 {
    font-weight: 500;
    margin-bottom: 15px;
    color: black;
    font-size: 18px;
}

h5.step_title {
    font-size: 30px;
    color: #36393d;
    font-size: 30px;
    margin: 0 0 15px;
    padding-left: 25px;
}

li h4.step_title {
    font-size: 30px;
    color: #36393d;
    font-size: 30px;
    margin: 0 0 15px;
}

section#bewerbung ul {
    list-style: none;
    padding: 0;
}

li p {
    font-size: 14px;
    color: #383838;
    line-height: 18px;
}

h4.title {
    background: #fff;
    margin: 0;
    color: #3d3d3d;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    padding: 30px 0px;
    border-radius: 30px 30px 0 0;
}

.inputs-container p {
    background: #e8e8e8;
    text-align: center;
    font-size: 12px;
    padding: 17px;
    line-height: initial;
    color: #36393d;
    margin-top: 0;
}

input#gform_submit_button_153 {
    width: 100% !important;
    margin: auto;
    display: block;
    background: #2569a8;
    box-shadow: none !important;
    height: 50px;
    line-height: 48px;
    padding: 0;
    border: none;
    font-size: 20px;
    border-radius: 4px !important;
    letter-spacing: 0.3px;
    margin-top: 24px;
    font-weight: 300;
    outline: none !important;
}

.gform_body {
    visibility: hidden;
    height: 0;
}

img.spinner {
    height: 15px !important;
    width: 15px !important;
    left: 0;
    bottom: 11px;
    right: 0;
    margin: auto;
    display: none;
}

@media (min-width: 981px) {
    .three-columns {
        width: 100%;
    }
    .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
        line-height: 0 !important;
    }
    .gform_footer.top_label {
        margin: 0 !important;
        padding: 0 !important;
        text-align: center;
    }
    .w-file-upload-label {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .multistep-survey-radio-text {
        margin: 0 !important;
        font-size: 12px !important;
    }
    .w-file-upload-label {
        padding: 5px;
    }
    body .spinner {
        left: 50%;
        bottom: 12%;
    }
    body .spinner {
        position: unset;
    }
    .gform_footer.top_label {
        text-align: center;
    }
    .three-columns {
        flex-direction: row;
    }
    h4.title {
        font-size: 18px;
        padding: 22px 0px;
        font-style: italic;
    }
    h2 {
        margin-bottom: 23px;
        font-size: 14px;
        line-height: initial;
    }
    input#gform_submit_button_153 {
        width: 80% !important;
        margin-top: 10px;
    }
    img.check-list.mobile {
        margin: auto;
    }
    .slide.last {
        padding: 0 20px 0px !important;
    }
    img.log-mobile {
        border-radius: 0 0 8px 8px;
        background: #2569a8;
        margin: auto;
        padding: 20px;
    }
    .full-page-section {
        min-height: fit-content;
    }
    .d_flex .text p {
        font-size: 16px;
        font-weight: 400;
        margin: 15px 0 0;
    }
    h3 {
        font-size: 20px;
        margin: 14px 0;
    }
    .insta-box {
        padding: 42px 18px 55px;
        margin-top: 30px;
    }
    .mobile_swap .d_flex>div {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .insta-box .item1 a.Jetzt {
        width: 238px;
    }
    .d_flex .text p:last-child {
        margin-top: 30px;
        line-height: 28px;
    }
    .d_flex {
        display: block;
    }
    section#bewerbung ul {
        padding-right: 17px;
    }
    img.drbalwi {
        width: 165px;
        margin-left: auto;
    }
    h4 {
        font-weight: bold;
        margin-bottom: 0;
        font-size: 12px;
        line-height: initial;
    }
    li p {
        font-size: 12px;
        color: #5c6166;
        line-height: normal;
    }
    .slide.last {
        background-image: none;
    }
    .container.nav img {
        max-width: 340px;
    }
    h3.step-heading {
        font-size: 20px;
        padding: 15px 0;
    }
}