/*MAIN */

.buchen {
    background-color: #0F79ac;
    border: none;
    color: white;
    text-align: center;
    font-size: 28px;
    margin: 5px;
    opacity: 0.6;
    transition: 0.3s;
    border-radius: 9px;
    width: 180px;
    padding: 20px;
}

.buchen:hover {
    opacity: 1;
    color: white;
}

div.email > span:nth-child(2) {
    display: none;
}

.center {
    margin: auto;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin: 0.2em 0 0.4em 0;
    padding-left: 1.8em;
    text-indent: -1.8em;
}

.dropdown-content {
    display: none;
    padding: 1em;
    background-color: #f9f9f9;
    border-radius: 9px;
    text-indent: 0em;
}

.dropdown:hover .dropdown-content {
    display: block;
}

div.boxx {
    color: #000;
    padding: 1.125em;
    margin: 1em;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    font-size: 1.3em;
    font-family: 'Raleway', sans-serif;
    border: solid 1px #0F79ac;
}

img.rund {
    border-radius: 9px;
}


/*FONTS*/


a {
    color: #0F79ac;
    text-decoration: none;
    outline: 0;
}

a:hover {
    color: #444;
    text-decoration: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

h1,
h1 *,
h1>a,
h1>a:hover {
    margin: 0.8em 0 1em 0;
    font-size: 2em;
    color: #0F79ac;
    text-align: center;
    text-decoration: none;
    font-style: normal;
    letter-spacing: 0;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    font-family: 'Sansita', sans-serif;
}

h1.nachricht {
    font-size: 1.1em;
}

h2 {
    margin: 0.6em 0 1em 0;
    marg0in: 1.6em 0 0.7em 0;
    padding: 0;
    font-size: 2em;
    color: #0F79ac;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0;
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
}

h2>a,
h2>a:hover {
    font-size: 2em;
}

h3 {
    margin: 0.9em 0 0.3em 0;
    font-size: 1.3em;
    color: #0F79ac;
    text-align: left;
    font-family: 'Sansita', sans-serif;
}

h3.erste {
    margin: 0 0 0.3em 0;
    font-size: 1.3em;
    color: #0F79ac;
    text-align: left;
    font-family: 'Sansita', sans-serif;
}

h3>a,
h3>a:hover {
    font-size: 1em;
    text-align: left;
    font-family: 'Sansita', sans-serif;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

h4 {
    margin: 0 auto 10px 0;
    line-height: 1.6em;
    font-size: 1em;
    text-align: left;
}

p {
    margin: 0 auto 10px 0;
    line-height: 1.6em;
    font-size: 0.95em;
}

p.klein {
    margin: 5px 0 0 0;
    line-height: 1.5em;
    font-size: 0.7em;
}

.gross {
    font-size: 1.1em;
}


.rechts {
    text-align: right;
}

.mailto {
    text-align: right;
    margin: 10px auto;
    line-height: 1.2em;
    font-size: 0.85em;
}

a:hover#top-icon2 {
    background-color: #444;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.titel {
    margin: 1em 0 0.5em 0;
    text-align: center;
    color: #0F79ac;
}

.pcenter {
    text-align: center;
}

.logo-gif {
    width: 210px;
    height: 120px;
}

.invisible {
    display: none;
    visibility: hidden;
}

a.unterstrichen {
    text-decoration: underline;
}


/*CONTENT*/

body {
    font-size: 1.3em;
    line-height: 150%;
    border: 0 none;
    margin: 0;
    font-family: 'Raleway', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-smooth: always;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    background-attachment: fixed;
    background: #f6f6f9;
}

#content {
    margin: auto;
    padding: 20px;
    overflow: hidden;
    border-radius: 9px;
}

#content_wei {
    margin: auto;
    padding: 20px;
    background: #fff;
    overflow: hidden;
}

#content_blau {
    margin: auto;
    padding: 20px;
    background-color: #0F79ac;
    overflow: hidden;
}

video {
    position: relative;
    top: 10;
    bottom: 10;
    left: 0;
    width: 100%;
    height: 100%;
}

header {
    background: #fff;
    margin: 0 auto 5px;
    padding: 25px 20px 25px 20px;
}

footer {
    width: 100%;
    height: 60px;
    padding-top: 10px;
    margin: 5px auto 0px auto;
    bac0kground: #fff;
    opacity: 1;
}

.foot-left {
    float: left;
    z-index: 1000;
}

.foot-center {
    margin-left: 40%;
}

.foot-right {
    float: right;
    padding: 1px 10px 40px 10px;
    margin: -50px 30px 0 0;
}

.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

#footer_weiss {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 50px;
    width: 100%;
    padding: 0 20px;
    background: #fff;
    color: #000;
    opacity: 0.9;
}

.weiss {
    color: #fff;
}

.schwarz {
    color: black;
}

.rot {
    color: #0F79ac;
}

.blau {
    color: blue;
}

hr.style-drei {
    border: 0;
    height: 1px;
    margin: 1.5em 1.5em 0.5em 1.5em;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}




/*NAVIGATION*/

.nav {
    list-style: none;
    margin: 0;
    pad0ding: 0;
    padding: 5px 0 40px 0;
    text-align: center;
    /* « The magic. */
}

.nav ul {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

.nav li {
    display: inline;
    /* « More magic. */
}

.nav a {
    display: inline-block;
    /* « Last bit of magic. */
    padding: 10px;
}

.nav ul a:hover {
    color: #000;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

#navfoot {
    margin-left: auto;
    margin-right: auto;
    padding: 5px 45px 0 0;
    text-align: center;
}

#navfoot ul {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

#navfoot ul a {
    display: inline;
    font-size: 0.9em;
    color: #0F79ac;
    text-decoration: none;
    line-height: 1.2em;
    padding: 0 5px;
}

#navfoot ul a:hover {
    color: #fff;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

#navfoot ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 1px;
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

#navfoot ul li.active {
    background: #0F79ac;
    color: #fff;
    text-decoration: none;
}

#navfoot ul li:hover {
    background: #3db8f3;
    margin: 0;
    color: #fff;
    text-decoration: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}


/*BK*/

.main100_blau {
    background: #0F79ac;
    max-width: 900px;
    margin: 0 auto;
    padding: 15px 35px 25px 55px;
    border-radius: 9px;
    box-shadow: 0px 100px 100px 130px #f1f1f1;
}

.main100 {
    background: #fff;
    max-width: 900px;
    margin: 0 auto;
    padding: 15px 35px 25px 55px;
    border-radius: 9px;
    box-shadow: 0px 100px 100px 130px #f1f1f1;
}

.main100solo {
    background: #fff;
    max-width: 900px;
    margin: 0 auto;
    padding: 15px 35px 25px 55px;
    border-radius: 9px;
}

.main100nobg {
    max-width: 900px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 9px;
}

.main100_textbox {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0 10px 40px;
    font-size: 1.2em;
}

img {
    border: none;
}

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

a:hover.img-inline {
    background-color: #444;
    border-radius: 4px 4px 0 0;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

img.center {
    display: block;
    margin: 0 auto;
}

.texthaeng {
    padding-left: 1.5em;
    text-indent: -1.5em;
    li0ne-height: 1.6em;
    margin: 5px auto 5px 0;
}







/* -------------------------------------------------------------
======  MEDIA QUERIES
------------------------------------------------------------- */


/* TABLET LAYOUT @media only screen and (max-width: 1080px)
----------------------------------------------- */

@media only screen and (min-width: 806px) and (max-width: 1080px) {
    .main50astart {
        display: none;
        visibility: hidden;
    }

    .main50bstart {
        width: 90%;
        float: left;
        margin: 5px 5px 5px 5px;
        padding: 0 20px 10px 20px;
    }

    p,
    .datalist {
        line-height: 1.4em;
        font-size: 0.85em;
    }
}





/* TABLET LAYOUT2 max-width: 805px
----------------------------------------------- */

@media only screen and (min-width: 721px) and (max-width: 805px) {
    .main100_textbox {
        padding: 10px 0 10px 10px;
        font-size: 1.2em;
    }

    h3,
    h3 *,
    h3>a,
    h3>a:hover {
        font-size: 1.1em;
    }
}








/* TABLET LAYOUT2 max-width: 720px
----------------------------------------------- */

@media only screen and (min-width: 481px) and (max-width: 720px) {
    header {
        margin: 0 auto 5px;
        height: 66px;
        padding: 10px 20px 5px 20px;
        background-repeat: no-repeat, repeat;
        background-position: left 20px bottom 15px;
    }

    .main100_textbox {
        padding: 10px 0 10px 10px;
        font-size: 1.15em;
    }

    #nav {
        float: right;
        padding: 15px 0 0 0;
    }

    h1,
    h1 *,
    h1>a,
    h1>a:hover {
        font-size: 1.6em;
    }

    h3,
    h3 *,
    h3>a,
    h3>a:hover {
        font-size: 1.2em;
    }

    p {
        line-height: 1.3em;
        font-size: 1em;
    }

    img {
        max-width: 90%;
        display: block;
        margin: 0 auto;
    }
}










/* MOBILE 
----------------------------------------------- */

@media only screen and (max-width: 480px) {
    #content {
        margin: auto;
        padding: 5px;
        overflow: hidden;
        border-radius: 9px;
    }

    #content_wei {
        margin: auto;
        padding: 5px;
        background: #fff;
        overflow: hidden;
    }

    #content_blau {
        margin: auto;
        padding: 5px;
        background: #0F79ac;
        overflow: hidden;
    }

    .main100_blau {
        width: 84%;
        padding: 15px 15px 20px 15px;
        box-shadow: none;
    }

    .main100 {
        width: 84%;
        padding: 15px 15px 20px 15px;
        box-shadow: none;
    }

    .main100solo {
        width: 84%;
        padding: 15px 15px 20px 15px;
    }

    header {
        margin: 0 auto 5px;
        height: 66px;
        padding: 10px 20px 5px 20px;
        background-repeat: no-repeat, repeat;
        background-position: left 20px bottom 15px;
    }

    #nav {
        float: right;
        padding: 15px 0 0 0;
    }

    #navfoot {
        font-size: 0.9em;
        float: right;
        padding: 5px 15px 0 15px;
    }

    div.boxx {
        margin: 5px;
        padding: 0em;
        font-size: 1.1em;
    }

    .video-container_hoch {
        padding-bottom: 100%;
    }

    h1,
    h1 *,
    h1>a,
    h1>a:hover {
        font-size: 1.7em;
    }

    h3,
    h3 *,
    h3>a,
    h3>a:hover {
        font-size: 1.2em;
    }

    p {
        line-height: 1.3em;
        font-size: 1em;
    }

    p.klein {
        margin: 5px 0 0 0;
        line-height: 1.3em;
        font-size: 0.7em;
    }

    img {
        max-width: 90%;
        display: block;
        margin: 0 auto;
    }

    img.p100 {
        max-width: 100%;
    }

    iframe {
        margin: 5px 0px;
    }

    footer {
        height: 80px;
        padding-top: 10px;
        padding-bottom: 5px;
        margin: 5px auto 0px auto;
    }

    #footer_weiss {
        height: 40px;
    }
}






/* back to top */

#backtop {
    display: none;
    position: fixed;
    width: 30px;
    height: 30px;
    bottom: 10px;
    right: 20px;
    z-index: 99;
    border: none;
    background: #0F79ac url(../pic/oben.png) center no-repeat;
    cursor: pointer;
    border-radius: 5px;
}

#backtop:hover {
    background-color: #555;
}