body {
    font-family: Ubuntu, sans-serif;
    font-size: 1rem;
    line-height: 27px;
    font-weight: normal;
    color: black;
    background-color: #fff;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
}

/* colors for list-icons */
.c5-list I {
    font-size: 90%;
}

.c5-list-red I {
    color: #ff0000
}

.c5-list-green I {
    color: #00cc00
}

.c5-list-blue I {
    color: #0000dd
}

.c5-list-yellow I {
    color: #eeee11
}

.c5-list-orange I {
    color: #ff8800
}

.c5-list-gray I {
    color: #808080
}

A.heart I,
A.fire I,
A.star I {
    color: #ff0000;
}

A.cog I,
A.wrench I {
    color: #808080;
}

A.flash I {
    color: #d0d011;
}

DIV#c5sidebar A.c5link {
    display: block;
    margin-bottom: 3px;
    margin-left: 19px;
    position: relative;
}

DIV#c5sidebar A.c5link I {
    left: -18px;
    top: 2px;
    position: absolute;
}

main {
    margin-top: 110px;
}

footer {
    color: #717274;
    background-color: #041538;
}

footer a,
footer a:hover {
    color: #717274;
    text-decoration: none;
}

footer .footer-right a {
    margin: 0 0 0 1rem;
    color: rgb(251, 251, 252);
    font-size: 1.5rem;
    text-decoration: none;
}

footer .footer-right a:hover {
    color: #f34e3a;
    text-decoration: none;
}

p {
    margin: 0;
    padding-bottom: 1rem;
}

strong,
b {
    font-weight: bold;
}

a.c5link.internal-arrow-right,
.btn-primary {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 14px 25px 16px;
    width: auto;
    color: white;
    background-color: #fdc300;
    vertical-align: middle;
    outline: 0;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    box-sizing: border-box;
    border: none;
    border-radius: initial;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    cursor: pointer
}

a.c5link.internal-arrow-right:hover {
    text-decoration: none;
}

a.c5link.internal-arrow-right i {
    color: white;
    padding-left: 1rem;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: white;
    background-color: #fdc300 !important;
}

.bg-light {
    background-color: rgba(253, 195, 0, 1) !important;
}

.card.mitglied {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    background-color: #fafbfc !important;
}

.card.mitglied hr {
    margin: .5rem 0;
}

.navbar {
    box-shadow: 0 0 13px 3px rgba(0, 0, 0, .05);
}

.navbar-collapse {
    padding: 1rem 0;
}

.navbar-brand {
    padding: 5px 0;
}

.navbar-brand img {
    display: block;
    height: 100px;
}

.navbar-light .navbar-nav .nav-link {
    /*color: #29282d;*/
    color: #ffffff;
    font-size: 17px;
    line-height: 23px;
    font-family: Teko, sans-serif;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase
}

.navbar-light .navbar-nav .nav-link.active {
    color: #29282d;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #29282d;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.dropdown-menu {
    top: 73px;
    color: #c8c8c8;
    background-color: #000;
    border: 0;
    border-radius: 0;
}

.dropdown-item {
    color: #c8c8c8;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fdc300;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fdc300;
    text-decoration: none;
    background-color: transparent;
}

.break-out {
    position: relative;
    left: calc(-1 * (100vw - 100%) / 2);
    width: 100vw;
}

.full-width {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}

.static-content {
    padding: 4rem 0;
    color: #041538;
    background-color: #fdc300;
}

.static-content a,
.static-content a:hover {
    color: #041538;
    text-decoration: none;
}

.video-popup {
    position: relative;
}

.video-popup .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgb(216, 0, 0);
    font-size: 4rem;
    transform: translate(-50%, -50%);
}

.video-popup:hover .video-play-button {
    font-size: 4.5rem;
}

.bmt-text {
    display: grid;
    grid-template-areas: "bmt-text";
}

@media (min-width: 100px) and (max-width: 900px) {
    .bmt-text h2 {
        font-size: calc(75px + (150 - 75) * ((100vw - 500px) / (900 - 100)));
    }

    .bmt-text h4 {
        font-size: calc(25px + (50 - 25) * ((100vw - 500px) / (900 - 100)));
    }
}

@media (min-width: 900px) {
    .bmt-text h2 {
        font-size: 150px;
    }

    .bmt-text h4 {
        font-size: 50px;
    }
}

.bmt-text h2 {
    grid-area: bmt-text;
    margin: 0;
    padding: 1.15rem 0 0 0;
    color: #e4e3e3;
    font-weight: 300;
    font-family: Teko, sans-serif;
    line-height: .75;
    letter-spacing: 0;
    text-transform: uppercase;
    /* z-index: -1; */
}

.bmt-text h4 {
    grid-area: bmt-text;
    padding-top: 4rem;
    color: #031335;
    font-family: Teko, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.formular-text {
    position: relative;
    font-size: 1.1rem;
}

.formular-text h4,
.formular-text h5 {
    font-family: Teko, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.formular-text h4 {
    padding-top: 2rem;
    color: #031335;
    font-size: 42px;
}

.formular-text h5 {
    color: #031335;
    font-size: 30px;
}

.formular-form label {
    font-weight: bold;
}

.formular-form label span {
    color: red;
}

.anmeldeformular-form label {
    font-weight: bold;
}

.anmeldeformular-form label span {
    color: red;
}

.anmeldeformular-form label.form-check-label {
    font-weight: normal;
}

.header {
    position: relative;
    overflow: hidden;
}

.header .header-headline {
    position: absolute;
    inset: 50% 0 auto 0;
    margin: 0;
    padding: 0;
    transform: translate(0, -50%);
}

@media (min-width: 100px) and (max-width: 1000px) {
    .header .header-headline h1 {
        font-size: calc(28px + (88 - 28) * ((100vw - 500px) / (900 - 100)));
    }
}

@media (min-width: 1001px) {
    .header .header-headline h1 {
        font-size: calc(28px + (88 - 28) * ((100vw - 800px) / (900 - 100)));
    }
}

.header .header-headline h1 {
    margin: 0;
    padding: 0;
    color: white;
    font-family: Teko, sans-serif;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.datepicker {
    padding: .375rem .75rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    z-index: 2000 !important;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    color: #bbb;
}

.datepicker.dropdown-menu {
    color: black;
    font-size: 14px;
}

.bob-container {
    position: absolute;
    top: 30px;
    right: 15px;
    max-width: 300px;
}

.bob-container.edit-mode {
    display: flex;
    justify-content: flex-end;
    position: initial;
    max-width: initial;
}

@media (max-width: 991.98px) {
    .dropdown-item {
        text-align: left;
        white-space: initial;
    }

    .navbar-brand {
        padding: 15px 0;
    }

    .navbar-brand img {
        height: 80px;
    }

    .bob-container {
        position: initial;
    }
}