@charset "utf-8";



@font-face {
    font-family: OpenSans;
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: OpenSans;
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/OpenSans-Bold.ttf');
}

@font-face {
    font-family: OpenSans;
    font-weight: lighter;
    font-style: normal;
    src: url('../fonts/OpenSans-Light.ttf');
}

@font-face {
    font-family: OpenSans;
    font-weight: lighter;
    font-style: italic;
    src: url('../fonts/OpenSans-LightItalic.ttf');
}



body {
    font-family: OpenSans, sans-serif;
    margin: 16px 0px 0px 0px;
    background-color: #fff;
}



a {
    color: #04605b;
    text-decoration: none;
}

a:hover {
    color: #011817;
}

a.zurueckknopf {
    color: #04605b;
    margin-right: 25px;
    -webkit-transition: margin-right 1s ease-out;
    -moz-transition: margin-right 1s ease-out;
    -o-transition: margin-right 1s ease-out;
    transition: margin-right 1s ease-out;
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
}

a.zurueckknopf:hover {
    margin-right: 64px;
}



p {
    margin-top: 16px;
    margin-bottom: 32px;
}



.hbereich .haelfte {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 45px;
}



.hbereich {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 45px;
}

/*
@media screen and (max-width: 730px){
    .hbereich {
        padding-left: 25px;
        padding-right: 25px;
    }
}
*/

.hbereich .text {
    font-size: 120%;
    padding-left: 300px;
    padding-right: 300px;
    color: #454545;
    text-align: left;
}

/*
@media screen and (max-width: 1500px){
    .hbereich .text {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media screen and (max-width: 1300px){
    .hbereich .text {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media screen and (max-width: 1100px){
    .hbereich .text {
        padding-left: 0px;
        padding-right: 0px;
    }
}
*/

.hbereich.mitbild {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hbereich.mitbild.banner {
    background-image: url('../img/banner.jpg');
    background-position: center bottom;
    background-size: contain;
    height: 500px;
    padding-top: 0px;
}

.hbereich.mitbild.home {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

@media screen and (max-width: 700px){
    .hbereich.mitbild.home {
        height: 370px;
        background-repeat: no-repeat;
        background-size: cover;
    }
}



.hbereich.mitbild.kontakt {
    height: 400px;
}

@media screen and (max-width: 700px){
    .hbereich.mitbild.kontakt {
        height: 250px;
    }
}


h1 {
    font-size: 40px;
    font-weight: bold;
    color: #39737d;
}

h2 {
    font-size: 30px;
    font-weight: lighter;
    color: #4d4d4d;
}

h3 {
    font-size: 26px;
    font-weight: lighter;
    color: #4d4d4d;
    display: inline-block;
    vertical-align: middle;
}

form {
    text-align: center;
}

.klein_img {
    display: inline-block;
    height: 32px;
    vertical-align: middle;
    padding-left: 8px;
} 


#weiterknopf {
    display: none;
    width: 300px;
    text-align: center;
    font-size: 18px;
}

.ueberschrift {
    font-size: 20px;
}

input {
    display: inline-block;
    padding: 8px;
    text-align: left;
    margin: 4px;
    width: calc(100% - 75px);
}

img {
    text-align: center;
    height: 64px;
}

.spalte3 {
    width: calc(33% - 100px);
    padding: 16px;
    display: inline-block;
    min-width: 175px;
    vertical-align: text-top;
}

.knopf {
    text-align: center;
    border-radius: 8px;
    background-color: #f5faff;
    border: 2px solid #676767;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all .2s;
}

.knopf:hover {
    background-color: #d0d7e0;
}

.spalte3 .knopf {
    min-height: 175px;
}

.selected {
    border: 2px solid #619d6d;
    background-color: #72d672;
}

.selected:hover {
    border: 2px solid #67d17c;
    background-color: #bef2be;
}

.detail_div {
    text-align: center;
    display: none;
    width: calc(33% - 25px);
    vertical-align: top;
    min-width: 300px;
}

.kleine_inputs {
    text-align: center;
    
}

.input_klein {
    width: 75px;
    display: inline-block;
}

table {
    width: 100%;
}

td {
    text-align: center;
    width: 33%;
}

label {
    display: inline-block;
    padding-top: 12px;
}

.bestaetigt {
    border: 4px solid #70d484;
    border-radius: 25px;
    text-align: center;
}

.bestaetigt img {
    height: 96px;
    text-align: center;
    padding: 26px 8px 0px 8px;
}

#abschicken_knopf {
    opacity: 0;
}

.aktiv {
    display: inline-block;
}

.aktiv_knopf {
    display: inline-block;
}

@media all and (max-width: 1400px){
    .detail_div {
        width: 45%;
    }
}


@media all and (max-width: 1100px){
    .detail_div {
        width: 95%;
    }
} 




@media all and (max-width: 600px){
    .detail_div {
        width: 85%;
    }
    .spalte3 {
        width: 85%;
        display: inline-block;
    }
}