
@font-face {
    font-family: 'font_light';
    src:  url('../fonts/Regular.ttf') format('truetype'),
    url('../fonts/Regular.woff') format('woff');
}

@font-face {
    font-family: 'font_bold';
    src:  url('../fonts/Bold.ttf') format('truetype'),
    url('../fonts/Bold.woff') format('woff');
}
html,body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}
.font-bold {
    font-family: font_bold, sans-serif;
}
body, .font-light {
    font-family: font_light, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: font_bold, sans-serif;
    color: #003a5e;
}
video {
    width: 100%;
}
.video {
    margin-top: -50px;
}
header, .program-form {
    background: #e5ebef;
}
.maxwidth-content {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 25px;
}
.maxwidth-plus-content {
    max-width: 1200px;
    width: 100%;
    margin: -260px auto 0 auto;
    padding: 260px 25px 50px 25px;
}
.maxwidth-plus-content .col-md-6{
    background-color: #fff;
    padding: 25px;
    border-left: 10px solid #e5ebef;
    border-right: 10px solid #e5ebef;
    text-align: left;
}
.header-image {
    max-width: 150px;
    width: 50%;
}
td:first-of-type {
    font-family: 'font_bold', sans-serif;
    min-width: 70px;
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0;
    padding-bottom: 2px;
}
#successMsg {
    font-family: font_bold;
    padding: 110px 35px 70px 35px;
    color: #0662ac;
}
#errorMsg {
    font-family: font_bold;
    padding: 50px 35px 70px 35px;
    color: red;
}

#pendingAnswer {
    background: url(../imgs/spinner.gif) transparent center 46% no-repeat !important;
    height: 100%;
    width: 100%;
    background-size: 100px !important;
}

main,header,footer {
    max-width: 1000px;
    margin: 0 auto;
}
header {
    background-color: #fff;
}
.col {
    padding: 50px 80px;
}
footer .row{
    font-size: 0.7em;
    padding-top: 7px;
    padding-bottom: 5px;
    text-align: center;
}
#sponsoren .col {
    padding: 25px 80px;
}
.text-white {
    color: #fff !important;
}
.text-lightblue {
    color: #0662ac !important;
}
.text-darkblue {
    color: #0c3161 !important;
}
.text-yellow {
    color: #fed600 !important;
}
.yellow {
    background-color: #fed600;
    color: #0662ac;
}
.lightblue {
    background-color: #0662ac;
    color: #fff;
    border-color: #0662ac;
}
.darkblue {
    background-color: #0c3161;
    color: #fff;
}
.large-title {
    font-size: 3.5em;
}
.xlarge-title {
    font-size: 4em;
}
#sponsoren .row div a img {
    max-width: 140px;
    width: 100% !important;
    height: auto !important;
}
@media all and (min-width: 1001px) {
    .lesspadding-desktop {
        padding: 15px !important;
    }
}
@media all and (max-width: 1000px){
    #top-image {
        width: 60% !important;
    }
    .maxwidth-plus-content {
        margin: -160px auto 0 auto;
        padding: 160px 25px 50px 25px;
    }
    .large-title {
        font-size: 2.5em;
    }
    .xlarge-title {
        font-size: 3em;
    }
    .hideMobile {
        display: none;
    }
    #anmelden {
        flex-direction: column-reverse;
    }
    .col:not(.lesspadding-desktop) {
        padding: 40px;
    }
    #sponsoren {
        text-align: center;
    }
    #sponsoren .row div a img {
        margin: 10px auto;
    }
    .swiper-button-prev, .swiper-button-next {
        display: none;
    }
}

h1 {
    font-size: 2.3rem;
}
header {
    width: 100%;
    display: flex;
}
header a {
    font-family: font_bold;
    font-size: 0.8em;
    padding: 30px 10px 0 10px;
    display: inline-flex;
    color: #0c3161;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
}
.swiper-button-prev, .swiper-button-next {
    color: #fed600;
}
.swiper-pagination-bullet-active {
    background-color: #fed600;
    border-color: #fed600;
}