/* CSS Document */
img {
    max-width: 100%;
}

body {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    font-size: 15px;
    font-family: "Klavika Basic";

}

body .headSection {
    height: 160px;
    display: flex;
    color: #000;
    font-family: "Klavika Basic";
    font-size: 28px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

body .headSection .container {
    align-self: center !important;
}
.terminBtn {
    font-weight: 600;
    margin-top: 30px;
    display: block;
}
body .main {
    position: relative;
    background-image: url(../img/bg2.jpg);
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: calc(100VH - 240px);
}

.magl {
    position: absolute;
    bottom: -30px;
    right: 0px;
    width: 835px;
    max-width: 50%;
    z-index: 2;
}

.white-bg {
    background: #FFF;
    padding: 80px;
}

body.register .main {
    background-image: url(../img/bg1.jpg);
}

body.register .main:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 118px;
    background-color: #FFF;
    z-index: 1;
}

@media (max-width: 1000px) {

    .answer.black {
        margin-top: 0px !important;
    }

    body.register .main {
        padding-bottom: 250px;
    }
    body.register .main:after {
        display: none;
    }

}

body, a {
    color: #000;
}

.logo img {
    width: 180px;
}

.rosen, .teddy {

}
.rosen img, .teddy img {
    position: absolute;
}






label {
    font-weight: 500;
}

.question {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 80px;
}

.hauptspeise .answer h3 {
    font-size: 18px;
    font-weight: 500 !important;
    text-transform: none;
    margin-top: 24px;
    margin-bottom: 8px !important;
    letter-spacing: normal;
}

.hauptspeise .answer  {
    font-size: 18px;
}

.answer {
    margin-bottom: 10px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: none !important;
    transition: 0.3s;
    font-size: 27px;
    font-weight: normal;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}

.answer:hover {
    text-decoration: none;
    transition: 0.3s;
    color: #DE3115;
    filter: brightness(105%);
}



.answer .sub {
    font-size: 0.7em;
}

.answer img {
    max-width: 200px;
    margin-bottom: 0px;
    cursor: pointer;
}
.answer.black {
    margin-top: 00px;
    background-color: #000;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    color: var(--light-ffffff, #FFF);
    font-family: "Klavika Basic";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    padding-left: 60px;
    cursor: pointer;
    border-radius: 0px;
    padding: 20px;
    padding-left: 70px;
}
.answer.black:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/btn.svg);
    left: 15px;
    top: 50%;
    transform: translateY(-45%);
    background-size: 100%;
    background-repeat: no-repeat;
}

.answer label {
    text-align: left;
    margin-left: 37px;
    padding-right: 37px;
    width: 100%;
    font-weight: normal !important;
    cursor: pointer;
}

input[type=text] {
    border: none;
    border-bottom: solid 2px #000;
    background: transparent;
    padding: 10px;
    border-radius: 0;
    font-weight: 500;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    color: black;
}

input::placeholder {
    color: #555;
}

input[type=checkbox], input[type=radio] {
    margin-right: 10px;
    margin-left: 10px;
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
}


footer {
    width: 100%;
    background-color: white;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    height: 80px;
    text-decoration: none;
    display: flex;
}

footer .container {
    align-self: center !important;
}

footer a {
    color: #000 !important;
    height: 20px;
    text-decoration: none;
}

.parsley-error {
    border-color: #FF0000 !important;
}
.parsley-error label {
    color: red;
}

.parsley-errors-list {
    padding: 0;
    font-size: 0.6em;
}

.parsley-required {
    list-style-type: none;
    margin: 0;
}


.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    max-width: 250px;
    margin: 0 auto 20px auto;
    width: auto;
}

@media only screen and (max-width: 1100px) {
    h1 {
        font-size: 40px;
    }

    .question {
        font-size: 20px;
    }


    .white-bg {
        padding: 40px;
    }

    .answer.pink {
        font-size: 20px;
    }
}
@media screen and (max-width: 400px) {
    .carousel-inner > .item > a > img,
    .carousel-inner > .item > img,
    .img-responsive,
    .thumbnail a > img,
    .thumbnail > img {
        max-width: 150px;
    }
}

/*# sourceMappingURL=style.css.map */
