body {
    margin: 0;
    padding: 0;
    font-family: myriad-pro, Arial;
    text-align: left;
    font-size: 17px;
}

video#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

div.fixedbanner {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0;
    border-bottom: 1px solid #fff;
}

div.fixedbottom {
    position: sticky;
    bottom: 0;
    z-index: 1000;
    background: #696969 !important;
}

div.header {
    background-color: #ffffff;
    padding-right: 15px;
    padding-top: 25px;
}

div.header-img {
    height: 153px;
    background-color: #ffffff;
    background-image: url("/bask/img/website-top.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left bottom;
    padding-right: 15px;
    padding-top: 25px;
}

div.startPageSection {
    padding: 0px !important;
    display: block;
    position: relative;
    background-color: #fff;
}

div.startPageSection img {
    padding: 0px !important;
}

div.contentSection {
    padding-top: 0px;
    padding-bottom: 50px;
}

/* Style f�r Inhalte*/
h1#headerheadline {
    color: #007854;
    line-height: 1em;
    font-size: 3em;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

h2#headersubheadline {
    color: #000;
    font-size: 2em;
    line-height: 1em;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 30px;
}

h2 {
    font-size: 2em;
    font-weight: bold;
    color: #686869;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;

}

h4 {
    margin: 0px;
    font-size: 1.0em;
    margin-top: 10px;
    color: #5877b0;
}

span.orginfo {
    width: 75px;
    float: left;
}

div.contentSectionHeadline h3 {
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.5em;
    border-left: 1.5px solid #000;
    padding-left: 20px;
}

div.clear {
    clear: both;
}

/* Menu Bootstrap*/
.navbar {
    margin-bottom: 0px;
    border-radius: 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #777;
}

.navbar-active {
    background-color: #ddd;
}

.navbar-inactive {
    background-color: transparent !important;
}


div.content div.contentPart {
    padding-top: 20px;
}

body div.container-fluid:nth-child(2n) {
    background-color: #007854;
    color: #fff;
}

body div.container-fluid:nth-child(2n) #anmeldeBox {
    background-color: #fff;
}


body div.container-fluid:nth-child(2n) div.contentSectionHeadline h3 {
    border-left: 1.5px solid #ffffff;
}

body div.container-fluid:nth-child(2n) a {
    color: #fff;
}

div.contentPart.darkgrey {
    background-color: #696969;
}

div.informationenabteil {
    padding-left: 0;
}

table.table {
    max-width: 500px;
}

.table > tbody > tr.info > td {
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .1);
}

div.footer {
    margin-top: 20px;
    padding: 10px;
    padding-left: 20px;
    position: sticky;
    bottom: 0;
}

div.footer, div.footer a {
    color: #fff;
}

@media (max-width: 720px) {

    div.startPageSection {
        display: none;
        padding: 0px;
        margin: 0px;
    }

    div.contentSectionHeadline h3 {
        margin-top: 0;
    }

    div.mobileheadpart {
        float: left;
    }

    div.mobileheadpart:first-child {
        margin-right: 50px;
    }

    img.mobileheadimage {
        display: block;
        margin: 0px;
        padding: 0px;
    }

    h1#headerheadline {
        font-size: 2.0em;
    }

    h2#headersubheadline {
        line-height: 1em;
        font-size: 1.4em;
    }

    div.startPageBox {
        display: none;
    }

    div.informationenabteil {
        padding-left: 15px;
    }

    div.footer {
        font-size: 0.5em;
    }
}