@import url('https://fonts.googleapis.com/css?family=Carrois+Gothic+SC|Open+Sans:400,600');

body {
    font-family: 'Open Sans', sans-serif;
    color: #373737
}

h1 {
    font-family: 'Carrois Gothic SC', sans-serif;
    color: #8dbbbc
}

h1 span {
  font-size: 35px;
  font-weight: 500;
}

strong {
    font-weight: 600
}

span {
    font-weight: 600;
    color: #8dbbbc
}

header {
    position: relative;
    width: 100%;
    height: 30vh;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.logo {
    width: 600px;
    height: auto;
    position: absolute;
    left: calc(50% - 300px);
    top: 30%;
    z-index: 100
}


hr {
    background: rgba(141, 187, 188, 0.5);
    height: 12px;
    width: 100%;
    border: none;
}

hr:first-of-type {
    position: absolute;
    top: -8px;
    left: 0
}

hr:last-of-type {
    position: absolute;
    bottom: -8px;
    left: 0
}

.navi {
    position: relative;
    margin: 0 auto;
    border-bottom: 2px solid #8dbbbc;
    width: 70%;
    text-align: center;
    padding: 23px 0 20px 0
}

.navi ul {
    padding-left: 20px
}

.navi ul li {
    position: relative;
    display: inline-block;
    padding: 0 25px
}

.navi ul li a {
    text-decoration: none;
    color: #373737;
    font-family: 'Carrois Gothic SC', sans-serif;
    font-size: 19px;
    position: relative;
    line-height: 36px
}

.navi ul li a:hover,
.active {
    color: #8dbbbc !important
}

.navi ul li a::before {
    content: url("../images/nav.jpg");
    position: absolute;
    top: 0;
    left: -30px
}

header span,
.sidenav,
.back {
    display: none
}

.back {
    background: #d6e7e7;
    width: 100%;
    height: 50px
}

.content {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    padding: 80px 0 200px 0
}

#background {
    background-color: #F2F2F2;
    background-size: contain
}

.kreise {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    top: -100px;
    left: 0;
    position: relative
}

.col-sm-6 {
    display: inline-block
}

.col-sm-6 p {
    font-family: 'Carrois Gothic SC', sans-serif;
    color: #8dbbbc;
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px
}

.mitte {
    padding: 0 100px
}

footer {
    width: 100%;
    height: auto;
    background-color: #404040;
    background-size: cover;
    min-height: 350px;
    position: relative
}


.box {
    display: inline-block;
    padding: 0 20px;
}

.box a {
    color: #fff;
    text-decoration: none
}

.box a:hover {
    color: #8dbbbc
}

.box p {
    color: #fff
}

.kontakt {
    position: relative;
    width: 60%;
    text-align: center;
    border-top: 2px solid #8dbbbc;
    padding: 50px 0;
    margin: 0 auto
}

.tabelle {
    display: inline-block;
    padding-bottom: 20px
}

.boxcheck,
.boxcheck-2 {
    display: none;
}

.icons {
    position: fixed;
    top: 45vh;
    right: 0;
    z-index: 100
}

.icons a {
    background: #8dbbbc;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    height: 50px;
    width: 50px;
    display: block;
    margin-bottom: 5px
}

div.irgendwas label,
div.irgendwas-2 label {
    background: #8dbbbc none repeat scroll 0 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    bottom: 0;
    display: block;
    height: 50px;
    position: absolute;
    right: 400px;
    width: 50px
}

div.irgendwas label:hover,
div.irgendwas-2 label:hover,
.icons a:hover {
    background: #4e6f71
}

div.irgendwas,
div.irgendwas-2 {
    background: #8dbbbc none repeat scroll 0 0;
    height: auto;
    position: fixed;
    right: -400px;
    top: 42px;
    transition: all 0.3s ease-in-out 0s;
    width: 400px;
    z-index: 10000;
    min-height: 50px
}

div.irgendwas {
    transform: translate(-300px, 100px);
}

div.irgendwas-2 {
    transform: translate(-300px, 310px);
}

.boxcheck:checked ~ div.irgendwas {
    transform: translate(0, 100px)
}

.boxcheck-2:checked ~ div.irgendwas-2 {
    transform: translate(0, 310px)
}

div.irgendwas p,
div.irgendwas-2 p {
    padding: 11px;
    color: #fff;
    font-size: 13px;
    font-family: 'Carrois Gothic SC', sans-serif;
}

.datenschutz {
    position: fixed;
    top: 50vh;
    left: -99px;
    transform: rotate(-90deg);
    background: #8dbbbc;
    padding: 5px 10px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 100
}

.datenschutz a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding-right: 5px
}

.datenschutz a:hover {
    color: #000
}

.slides li img {
    height: auto;
    width: 100%
}

.foto-navi {
    margin: 10px 0 30px
}

.foto-navi a {
    color: #fff;
    background: #d2d2d2;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 4px;
    display: inline-block
}

.foto-navi a:hover,
.aktiv {
    background: #8dbbbc !important
}

.formular iframe {
    width: 100%;
    height: 750px
}

.bereich {
    display: inline-block;
    width: 49%;
    text-align: left;
    padding: 20px 0 20px 10px
}

.bereich a {
    color: #373737;
    text-decoration: none
}

.bereich a:hover {
    color: #8dbbbc
}

.bereich a {
    color: #373737;
    text-decoration: none
}

.bereich a:hover {
    color: #8dbbbc
}

.uhr,
.kalender {
    position: relative;
    padding: 0 0 13px 48px
}

.uhr::before {
    content: url("../images/icon-uhr-blau.png");
    position: absolute;
    left: 0;
    top: 0
}

.kalender::before {
    content: url("../images/icon-kalender-blau.png");
    position: absolute;
    left: 0;
    top: 0
}

@media screen and (max-width: 1065px) {
    .navi {
        width: 100%
    }
}

@media screen and (max-width: 980px) {
    .logo {
        top: 25%
    }

    .mitte {
        padding: 0 40px
    }

    .kontakt {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    .bereich {
        display: block;
        width: 90%;
        padding: 0
    }

    .formular iframe {
        padding-top: 30px
    }

    .content {
        width: 80%
    }
}

@media screen and (max-width: 780px) {
    .logo {
        top: 20%;
        width: 370px;
        height: auto;
        left: calc(50% - 185px);
    }

    .navi ul li a {
        font-size: 15px
    }

    .navi ul li a::before {
        top: -4px
    }

    .mitte {
        padding: 0
    }

    .col-sm-6 {
        width: 150px;
        height: 150px
    }

}

@media screen and (max-width: 650px) {
    .navi {
        display: none
    }

    .back {
        display: block
    }

    header span {
        display: block;
        position: relative;
        background: #8dbbbc;
        width: 56px;
        height: 50px;
        cursor: pointer;
        float: right
    }

    header span:hover {
        background: #000
    }

    header span img {
        width: 41px;
        height: 31px;
        position: absolute;
        top: 9px;
        left: 7px;
    }

    .sidenav {
        display: block;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 101;
        top: 0;
        right: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 15px;
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 16px;
        color: #fff;
        display: block;
        transition: 0.3s;
        font-family: 'Carrois Gothic SC', sans-serif;
        position: relative
    }

    .sidenav a:hover,
    .offcanvas a:focus {
        color: #8dbbbc;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    hr:last-of-type {
        bottom: 42px
    }

    h1 {
        font-size: 25px;
        line-height: 25px
    }

    .content {
        text-align: left;
        margin: 0;
        padding: 50px 50px 160px;
        width: 100%
    }

    .datenschutz {
        transform: rotate(0deg);
        left: 0;
        width: 100%;
        height: 36px;
        top: 0;
        border-radius: none
    }
}

@media screen and (max-width: 600px) {
    .icons {
        display: none
    }
}

@media screen and (max-width: 480px) {
    .logo {
        height: auto;
        left: 2%;
        top: 13%;
        width: 81%;
    }

    .kreise {
        display: none
    }

    .box {
        display: block;
        padding: 0 20px;
    }

}

@media screen and (max-width: 360px) {
    header {
        margin-top: 36px
    }

    .content {
        padding: 50px 22px 160px
    }
}
