/******************************************
	*** Job Search
******************************************/

.vt__jobsearch .form-control {
    webkit-border-radius: 0;
    border-radius: 0;
    border-color: #bfbfc0;
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.vt__jobsearch .DropDownField {
    padding-right: 50px;
}

.vt__jobsearch .form-control:focus {
    outline: none;
    border-color: #bfbfc0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.vt__jobsearch .button-wrapper {
    height: 89px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 1;
}

    .vt__jobsearch .button-wrapper:after {
        z-index: -1;
        top: 50%;
        -webkit-transform: translateY(calc(-50% + 12px));
        transform: translateY(calc(-50% + 12px));
    }

    .vt__jobsearch .button-wrapper .btn-search_job {
        width: 100%;
        background: transparent;
        border: 2px solid #fff;
        text-align: left;
    }

    .vt__jobsearch .button-wrapper .form-group-submit {
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .vt__jobsearch .button-wrapper .btn-search_job .btn {
        font-family: "UniversLTStd", sans-serif;
        background: transparent;
        padding-top: 18px;
        padding-bottom: 18px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        text-align: left;
        padding-left: 20px;
    }

        .vt__jobsearch .button-wrapper .btn-search_job .btn:focus, .vt__jobsearch .button-wrapper .btn-search_job .btn:hover, .vt__jobsearch .button-wrapper .btn-search_job .btn:active {
            outline: none !important;
            color: white;
        }

.vt_job_search_title {
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 30px;
    line-height: 36px;
    padding: 0 15px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .vt_job_search_title {
        font-size: 24px;
        line-height: 30px;
    }
}

.jobspart__search-results-title {
    display: block;
}

    .jobspart__search-results-title .jobspart__title {
        display: block;
    }

/******************************************
*** Event Form Container
******************************************/

.EventOnlineFormV2Container .ErrorLabel {
    padding: 0 15px;
    margin: 0 auto;
    color: #bc5820;
    display: block;
    font-size: 18px;
    line-height: 24px;
}

.EventOnlineFormV2Container .checkbox input {
    width: 24px;
    height: 24px;
    margin: 0;
}

@media screen and (max-width: 767px) and (min-width: 576px) {
    .EventOnlineFormV2Container .ErrorLabel {
        width: 450px;
    }
}

@media screen and (max-width: 1387px) and (min-width: 768px) {
    .EventOnlineFormV2Container .ErrorLabel {
        width: 600px;
    }
}

@media screen and (max-width: 1479px) and (min-width: 1388px) {
    .EventOnlineFormV2Container .ErrorLabel {
        width: 712px;
    }
}

@media screen and (min-width: 1480px) {
    .EventOnlineFormV2Container .ErrorLabel {
        width: 760px;
    }
}



/******************************************
*** Icons Section
******************************************/
.minijob__meta {
    margin: 0 7px;
}

.minijob__wrapper {
    border-bottom: 3px solid #9B9B9B;
    padding: 50px 0;
}

    .minijob__wrapper .minijob {
        padding: 0;
        border: none;
    }

.minijob__printpdf {
    color: #2e77bd;
    font-weight: bold;
    font-family: "UniversLTStd-Bold", sans-serif;
    margin-left: 0;
    margin-top: 20px;
    display: block;
}

.minijob__meta--number {
    padding-left: 49px;
}

    .minijob__meta--number:before {
        background: url(images/icons/vetter-icon-number.svg) no-repeat;
        background-size: 45px 20px;
        height: 20px;
        width: 45px;
    }


.minijob__printpdf .icon-print {
    padding-right: 10px;
}

.minijob__printpdf:hover, .minijob__printpdf:focus {
    color: #bc5820;
}



/******************************************
*** IconsMoon
******************************************/

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?dvjl5i');
    src: url('fonts/icomoon.eot?dvjl5i#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?dvjl5i') format('truetype'), url('fonts/icomoon.woff?dvjl5i') format('woff'), url('fonts/icomoon.svg?dvjl5i#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icomoon-default {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-print:before {
    content: "\e900";
    color: #2e77bd;
}

/******************************************
*** Jobs
******************************************/

.jobs-header__content {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.jobs-header__item {
    width: auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

@media (max-width: 1387px) {
    .jobs-header__content {
        display: block;
    }

    .jobs-header__item {
        text-align: left;
        width: 100%;
    }

        .jobs-header__item + .jobs-header__item {
            border-top: 1px solid rgba(0, 0, 0, 0.1);
        }
}

/******************************************
*** optische-kontrolle
******************************************/

/* triplewithbgpart */
.triplewithbgpart {
    position: relative;
}

    .triplewithbgpart .slick-slider {
        margin: 0 10%;
        position: static;
    }

    .triplewithbgpart .slick-prev, .triplewithbgpart .slick-next, .singlefactpart .slick-prev, .singlefactpart .slick-next {
        background: transparent;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 3%;
        right: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50px;
        height: 140px;
    }

    .triplewithbgpart .slick-next, .singlefactpart .slick-next {
        right: 3%;
        left: auto;
    }

        .triplewithbgpart .slick-prev:after, .triplewithbgpart .slick-prev:before, .triplewithbgpart .slick-next:before, .triplewithbgpart .slick-next:after, .singlefactpart .slick-prev:after, .singlefactpart .slick-prev:before, .singlefactpart .slick-next:before, .singlefactpart .slick-next:after {
            content: '';
            background-color: #fff;
            height: 2px;
            position: absolute;
            width: 85px;
            opacity: 1;
        }

    .triplewithbgpart .slick-prev:before, .singlefactpart .slick-prev:before {
        top: 0;
        left: 100%;
        -webkit-transform: rotate(125deg);
        transform: rotate(125deg);
        -webkit-transform-origin: left;
        transform-origin: left;
    }

    .triplewithbgpart .slick-prev:after, .singlefactpart .slick-prev:after {
        bottom: 0;
        left: 100%;
        -webkit-transform: rotate(-125deg);
        transform: rotate(-125deg);
        -webkit-transform-origin: left;
        transform-origin: left;
    }

    .triplewithbgpart .slick-next:before, .singlefactpart .slick-next:before {
        top: 0;
        left: 0;
        -webkit-transform: rotate(55deg);
        transform: rotate(55deg);
        -webkit-transform-origin: left;
        transform-origin: left;
    }

    .triplewithbgpart .slick-next:after, .singlefactpart .slick-next:after {
        bottom: 0;
        left: 0;
        -webkit-transform: rotate(-55deg);
        transform: rotate(-55deg);
        -webkit-transform-origin: left;
        transform-origin: left;
    }

@media screen and (max-width: 1024px) {
    .triplewithbgpart .slick-prev, .triplewithbgpart .slick-next, .singlefactpart .slick-prev, .singlefactpart .slick-next {
        width: 40px;
        height: 100px;
    }

        .triplewithbgpart .slick-prev:after, .triplewithbgpart .slick-prev:before, .triplewithbgpart .slick-next:before, .triplewithbgpart .slick-next:after, .singlefactpart .slick-prev:after, .singlefactpart .slick-prev:before, .singlefactpart .slick-next:before, .singlefactpart .slick-next:after {
            width: 61px;
        }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 575px) {
    .triplewithbgpart .slick-prev, .triplewithbgpart .slick-next, .singlefactpart .slick-prev, .singlefactpart .slick-next {
        width: 35px;
        height: 70px;
    }

        .triplewithbgpart .slick-prev:after, .triplewithbgpart .slick-prev:before, .triplewithbgpart .slick-next:before, .triplewithbgpart .slick-next:after, .singlefactpart .slick-prev:after, .singlefactpart .slick-prev:before, .singlefactpart .slick-next:before, .singlefactpart .slick-next:after {
            width: 42px;
        }
}

/* singlefactpart */

.singlefactpart .slick-prev, .singlefactpart .slick-next {
    width: 30px;
    height: 80px;
    -webkit-transform: none;
    transform: none;
    top: 365px;
}

.singlefactpart .slick-prev {
    left: 195px;
}

.singlefactpart .slick-prev {
    right: 35px;
}

    .singlefactpart .slick-prev:after, .singlefactpart .slick-prev:before, .singlefactpart .slick-next:before, .singlefactpart .slick-next:after {
        width: 48px;
        box-shadow: 0px 0px 0px 0.5px #9c9c9c;
    }

@media screen and (max-width: 1479px) and (min-width: 1388px) {
    .singlefactpart .slick-prev, .singlefactpart .slick-next {
        top: 350px;
    }

    .singlefactpart .slick-prev {
        left: 183px;
    }
}

@media screen and (max-width: 1387px) {
    .singlefactpart .slick-prev, .singlefactpart .slick-next {
        top: 290px;
        height: 50px;
        width: 22px;
    }

    .singlefactpart .slick-prev {
        left: 120px;
    }

    .singlefactpart .slick-prev {
        right: 28px;
    }

        .singlefactpart .slick-prev:after, .singlefactpart .slick-prev:before, .singlefactpart .slick-next:before, .singlefactpart .slick-next:after {
            width: 30px;
        }
}

@media (max-width: 767px) {
    .singlefactpart .slick-prev, .singlefactpart .slick-next {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: 0;
    }

    .singlefactpart .slick-prev {
        left: 10px
    }

    .singlefactpart .slick-prev {
        right: 10px
    }
}

@media screen and (max-width: 575px) {
    .singlefactpart .slick-prev, .singlefactpart .slick-next {
        top: 40%;
    }
}

.singlefactpart .slick-dots {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 25px;
    left: auto;
    width: calc(100% - 160px);
    text-align: center;
}

    .singlefactpart .slick-dots li {
        display: inline-block;
    }

        .singlefactpart .slick-dots li.slick-active button {
            background: #fff;
        }

    .singlefactpart .slick-dots button {
        display: inline-block;
        padding: 0;
        width: 20px;
        height: 20px;
        border: 1px solid #fff;
        border-radius: 50%;
        text-indent: -9999px;
        margin: 5px;
        text-decoration: none;
        color: #ffffff;
        font-family: sans-serif;
        line-height: 1;
        cursor: pointer;
        text-align: center;
        -webkit-transition: background 250ms ease-in-out, -webkit-transform 150ms ease;
        transition: background 250ms ease-in-out, -webkit-transform 150ms ease;
        transition: background 250ms ease-in-out, transform 150ms ease;
        transition: background 250ms ease-in-out, transform 150ms ease, -webkit-transform 150ms ease;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: transparent;
        box-shadow: 0px 0px 0px 0.5px #9c9c9c;
    }

        .singlefactpart .slick-dots button:hover, .singlefactpart .slick-dots button:focus {
            outline: none;
        }

        .singlefactpart .slick-dots button:hover {
            background: #fff;
        }

.singlefactpart .squarebox {
}

.textpart--stepinfo {
    padding-top: 40px;
}

@media screen and (max-width: 1479px) and (min-width: 1388px) {
    .singlefactpart .slick-dots {
        width: calc(100% - 148px);
    }
}

@media screen and (max-width: 1387px) and (min-width: 768px) {
    .singlefactpart .slick-dots {
        width: calc(100% - 120px);
    }
}

@media (max-width: 767px) {
    .singlefactpart .slick-dots {
        width: 100%;
        top: auto;
        bottom: 5px;
        left: 0;
    }

        .singlefactpart .slick-dots button {
            width: 15px;
            height: 15px;
        }

    .singlefactpart .photo_slider_box {
        margin-top: 20px;
    }

    .textpart.standard-content {
        font-size: 16px;
        line-height: 28px;
    }

        .textpart.standard-content p {
            font-size: 16px;
            line-height: 28px;
        }
}

/* triplewithbgpart  */
.triplewithbgpart {
}

@media screen and (min-width: 1388px) {
    .triplewithbgpart {
        padding-bottom: 85px;
    }
}

@media screen and (max-width: 767px) {
    .textteaser {
        width: 100%;
        max-width: 320px;
        margin: 30px auto 0 auto;
    }
}
/* .textteaser__more { */
/* position: relative; */
/* width: 80px; */
/* padding: 7px 10px; */
/* border: 1px solid white; */
/* box-shadow: -10px 10px 15px rgba(0,0,0, 0.2); */
/* } */

/* .textteaser__more:before { */
/* content: ''; */
/* position: absolute; */
/* top: 50%; */
/* -moz-transform: translateY(-50%); */
/* -o-transform: translateY(-50%); */
/* -ms-transform: translateY(-50%); */
/* -webkit-transform: translateY(-50%); */
/* transform: translateY(-50%); */
/* } */

/*******************
	***orangebutton
********************/
.button--orange,
.btn--orange {
    background: #bc5820;
    color: #ffffff;
}

    .button--orange:hover, .button--orange:focus,
    .btn--orange:hover,
    .btn--orange:focus {
        color: #ffffff;
        background: #2e77bd;
    }
/*******************
***scroll arrow
********************/
.circle {
    border-radius: 50%;
}

.circle-outer {
    width: 70px;
    height: 70px;
    background-color: rgba(235,235,235,.5);
    position: absolute;
    bottom: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

    .circle-outer:hover,
    .circle-outer:focus {
        cursor: pointer;
    }

        .circle-outer:hover .arrow-bottom {
            border-color: #bc5820;
        }

.circle-inner {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    margin-left: 10px;
    margin-top: 10px;
}

.arrow-bottom {
    border-left: 3px solid #2e77bd;
    border-bottom: 3px solid #2e77bd;
    width: 19.5px;
    height: 19.5px;
    z-index: 15;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

    .arrow-bottom:hover {
    }

.arrow-outer {
    padding-top: 10px;
    padding-left: 15px;
}


@media screen and (max-width: 767px) {
    .circle-outer {
        bottom: -25px;
        width: 48px;
        height: 48px;
    }

    .circle-inner {
        width: 36px;
        height: 36px;
        margin-left: 6px;
        margin-top: 6px;
    }

    .arrow-outer {
        padding-top: 6px;
        padding-left: 10px;
    }

    .arrow-bottom {
        width: 15.5px;
        height: 15.5px;
    }
}

/* #sunshine-hero WEBPART */
.sunshine-hero {
    background: #bfaf83;
    background-image: url(/App_Themes/VetterCss/images/sunshine-bg-mobile.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 6px;
    margin: 40px 0;
}

.sunshine-hero--reverse {
    background-image: url(/App_Themes/VetterCss/images/sunshine-bg-mobile.png);
}

.sunshine-hero__wrapper {
    display: block;
    height: 100%;
}

.sunshine-hero__cl {
    max-width: 100%;
}

.sunshine-hero__cl--left {
    align-self: center;
    padding-left: 90px;
    padding-top: 70px;
    padding-right: 15px;
}

.sunshine-hero__cl--right {
    padding-top: 60px;
    height: 360px;
}

.sunshine-hero__img-box {
    display: flex;
    height: 100%;
}

.sunshine-hero__img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    padding: 0;
    margin: 0 auto;
    display: block;
    align-self: flex-end;
}



.sunshine-hero__text-box {
    margin: 0 auto;
    color: black;
    font-style: italic;
    font-weight: 600;
    position: relative;
}

.sunshine-hero__text {
    font-size: 3.5em;
}

.sunshine-hero__text-box:before {
    content: '';
    background: url(/App_Themes/VetterCss/images/quote.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 9em;
    height: 9em;
    left: -12em;
    top: -3em;
}

.sunshine-hero__person {
    display: block;
    font-size: 3em;
    color: #2f77bd;
    font-style: normal;
    position: relative;
    margin-top: 30px;
}

    .sunshine-hero__person:before {
        content: '';
        position: absolute;
        top: -15px;
        left: 0;
        background: #2f77bd;
        height: 3px;
        width: 170px;
    }

@media (min-width: 576px) {
    .sunshine-hero {
        font-size: 7px;
    }

    .sunshine-hero__cl--left {
        padding-left: 120px;
    }
}

@media (min-width: 768px) {

    .sunshine-hero {
        background-image: url(/App_Themes/VetterCss/images/sunshine-bg-right.png);
        height: 500px;
    }

    .sunshine-hero--reverse {
        background-image: url(/App_Themes/VetterCss/images/sunshine-bg-left.png);
    }

    .sunshine-hero__wrapper {
        flex-direction: row;
        justify-content: center;
        display: flex;
    }

    .sunshine-hero__cl {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .sunshine-hero__cl--left {
        padding: 0;
    }

    .sunshine-hero__cl--right {
        height: 100%;
    }

    .sunshine-hero__text-box {
        margin-right: 2%;
        margin-top: 10%;
        margin-left: auto;
        max-width: 60%;
        padding: 0;
    }

        .sunshine-hero__text-box:before {
            width: 12em;
            height: 12em;
            left: -16em;
            top: -6em;
        }

    .sunshine-hero__img-box {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-end;
        align-content: flex-start;
    }

    .sunshine-hero__img {
        padding-right: 1.5em;
        margin: 0;
    }

    .sunshine-hero--reverse .sunshine-hero__wrapper {
        flex-direction: row-reverse;
    }

    .sunshine-hero--reverse .sunshine-hero__text-box {
        margin-right: 10%;
        margin-top: 20%;
    }

    .sunshine-hero--reverse .sunshine-hero__img-box {
        align-content: flex-end;
    }
}

@media (min-width: 1025px) {
    .sunshine-hero__text-box {
        max-width: 50%;
    }

    .sunshine-hero {
        font-size: 10px;
        height: 650px;
    }
}

@media (min-width: 1388px) {
}

/* #stepinfo WEBPART */

.stepinfo {
    font-size: 7px;
    padding: 50px 0 110px;
}

.stepinfo__box {
    margin: 0 auto;
    padding: 40px 15px 30px;
    position: relative;
}

    .stepinfo__box:nth-child(n+2) {
        padding-top: 60px;
    }

    .stepinfo__box:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -30px;
        border-top: 30px solid transparent;
        border-right: 50vw solid transparent;
        border-left: 50vw solid transparent;
        border-bottom: none;
        z-index: 1;
    }

.stepinfo__content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.stepinfo__img-box {
    width: 35%;
}

.stepinfo__text-box {
    color: #fff;
    padding-left: 10%;
    width: 65%;
    font-size: 2em;
}

    .stepinfo__text-box h1,
    .stepinfo__text-box h2,
    .stepinfo__text-box h3,
    .stepinfo__text-box h4,
    .stepinfo__text-box h5,
    .stepinfo__text-box h6 {
        font-weight: bold;
    }

.stepinfo__img {
    display: block;
    height: auto;
    width: 100%;
}


@media (min-width: 587px) {
    .stepinfo {
        font-size: 8px;
    }

    .stepinfo__box {
        max-width: 510px;
        padding: 60px 45px 20px;
    }

        .stepinfo__box:after {
            bottom: -35px;
            border-width: 35px 255px 0 255px;
            content: " ";
        }
}

@media (min-width: 768px) {

    .stepinfo {
        font-size: 10px;
    }

    .stepinfo__box {
        max-width: 690px;
        padding: 60px 60px 40px;
    }

        .stepinfo__box:nth-child(n+2) {
            padding-top: 85px;
        }

        .stepinfo__box:after {
            bottom: -55px;
            border-width: 55px 345px 0 345px;
        }
}

@media (min-width: 1388px) {
    .stepinfo__box {
        max-width: 860px;
        padding: 60px 90px 40px;
    }

        .stepinfo__box:after {
            bottom: -55px;
            border-width: 55px 430px 0 430px;
        }
}

@media (min-width: 1480px) {
    .stepinfo__box {
        max-width: 920px;
        padding: 60px 95px 40px;
    }

        .stepinfo__box:after {
            bottom: -55px;
            border-width: 55px 460px 0 460px;
        }
}

.no-objectfit .vt__subpage--header__wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .no-objectfit .vt__subpage--header__wrapper img {
        display: none;
    }

.no-objectfit .sunshine-hero__img-box {
    display: block;
}

.no-objectfit .sunshine-hero__img {
    align-self: initial;
    display: inline-block;
}

.no-objectfit .sunshine-hero--reverse .sunshine-hero__img-box {
    text-align: right;
}

@media (max-width: 767px) {
    .no-objectfit .sunshine-hero--reverse .sunshine-hero__img-box,
    .no-objectfit .sunshine-hero__img-box {
        text-align: center;
    }
}

/*******************
***Two column module
********************/
.twocolumnwgt {
    margin: 0 0 60px 0;
}

.twocolumnwgt__wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: space-between;
}

.twocolumnwgt__column {
    width: 48%;
    width: calc(50%-15px);
    box-shadow: 0 0px 13px 2px #d7d7d7;
    background: white;
    margin-top: 30px;
    padding: 35px 20px 20px 20px;
}

.twocolumnwgt__column--blue {
    background: #2e77bc;
}

.twocolumnwgt__content {
    font-size: 17px;
    line-height: 1.8;
    max-width: 380px;
    margin: 0 auto;
}

.twocolumnwgt__column--blue .twocolumnwgt__content {
    color: white;
}

.twocolumnwgt__content ul {
    padding: 15px 0;
}

.twocolumnwgt__content li {
    padding: 0;
    margin-top: 15px;
    padding-left: 35px;
    position: relative;
}

    .twocolumnwgt__content li:before {
        content: '';
        background-image: url(images/icons/check_blue.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        left: 0;
        top: 7px;
        height: 13.5px;
        width: 18px;
    }

.twocolumnwgt__column--blue .twocolumnwgt__content li:before {
    background-image: url(images/icons/check_white.png);
}

.twocolumnwgt__title {
    color: #2e77bc;
    font-size: 26px;
    line-height: 1.4;
    font-family: "UniversLTStd-Light", sans-serif;
    position: relative;
    padding-bottom: 20px;
    margin: 0;
}

.twocolumnwgt__column--blue .twocolumnwgt__title {
    color: white;
}

.twocolumnwgt__title:after {
    content: '';
    background: #2e77bc;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    max-width: 170px;
}

.twocolumnwgt__column--blue .twocolumnwgt__title:after {
    background: white;
}

@media (max-width: 767px) {
    .twocolumnwgt__wrapper {
        display: block;
        padding: 0 15px;
    }

    .twocolumnwgt__column {
        width: 100%;
    }

        .twocolumnwgt__column:first-child {
            margin-top: 0;
        }
}

/*******************
***Content accordion
********************/

.c-accordion {

}

.c-accordion__headline {
    margin-top: 15px;
}

.c-accordion__headline h3 {
    color: #2e77bc;
    font-size: 22px;
    line-height: 33px;
    position: relative;
    padding: 0 0 0 24px;
    cursor: pointer;
    transition: color .3s linear;
}

.c-accordion__headline h3:hover {
    color: #204f7b;
}

.c-accordion__headline h3:before {
    content: '+';
    color: #575756;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -2px;
}

.c-accordion__headline.active h3:before {
    content: '−';
}

.c-accordion__target {
    margin-bottom: 50px;
    display: block;
}

.c-accordion__target ~ .c-accordion__target {
    display: none;
}

.c-accordion__wrapper {
    margin-top: 25px;
}

.c-accordion__column {
}

.c-accordion__image {
}

.c-accordion__image img {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.c-accordion__content {
}

.c-accordion .c-accordion__content p {
    margin: 0;
    padding: 0;
}

.c-accordion__content h4 {
    font-family: "UniversLTStd-Bold",sans-serif;
    color: #2e77bd;
    padding: 0 0 12px 0;
}

.c-accordion .c-accordion__content ul {
    padding-bottom: 12px;
}

.c-accordion__content ul li {
    padding: 3px 0 3px 18px;
    line-height: 1;
    font-family: "UniversLTStd-Light",sans-serif;
}

.c-accordion__content ul li:before {
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #2e77bd;
}

.c-accordion__address {
    font-family: "UniversLTStd-Bold",sans-serif;
    display: block;
    line-height: 1.4;
    color: #424242;
}

.c-accordion__cta {
    color: #2e77bd;
    display: inline-block;
    padding: 0 19px 0 0;
    margin: 15px 0 0 0;
    white-space: nowrap;
    background: url(images/icons/arrow-right-blue.svg) right center no-repeat;
    background-size: 9px 17px;
    font-family: UniversLTStd-Bold,sans-serif;
}

@media screen and (min-width: 768px) {
    .c-accordion__wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }

    .c-accordion__target {
        margin-bottom: 70px;
    }

    .c-accordion__column {
        box-sizing: border-box;
        flex: 0 0 auto;
        flex-basis: 50%;
        max-width: 50%;
        /*padding-right: .5rem;
        padding-left: .5rem;*/
    }

    .c-accordion__content {
        padding-left: 20px;
    }

    .c-accordion__image img {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1387px) and (min-width: 768px) {

    .c-accordion__headline {
        margin-top: 25px;
    }

    .c-accordion__headline h3 {
        font-size: 30px;
        line-height: 46px;
        padding: 0 0 0 32px;
    }

    .c-accordion__headline h3:before {
        margin-top: -2px;
    }
}

@media screen and (min-width: 1388px) {

    .c-accordion__headline {
        margin-top: 30px;
    }

    .c-accordion__target {
        margin-bottom: 100px;
    }

    .c-accordion__headline h3 {
        font-size: 44px;
        line-height: 56px;
        padding: 0 0 0 40px;
    }

    .c-accordion__headline h3:before {
        margin-top: -4px;
    }

    .c-accordion__content {
        padding-left: 30px;
    }
}

@media screen and (max-width: 767px) {
    #modal {
        display: none;
    }
}