/* 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: "IBM Plex Sans", sans-serif;
    max-width: 100vw;
}

body, a {
    color: #000;
}

.rosen, .teddy {

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

.rose1 {
    width: 300px;
    left: 0;
    bottom: 0;
}

.rose2 {
    width: 400px;
    right: 0;
    bottom: 0;
}

.rose3 {
    width: 250px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.rose4 {
    width: 200px;
    right: 200px;
    top: 50%;
    transform: translateY(-50%);
}

.teddy img {
    width: 500px;
    right: 0;
    bottom: 30px;
}

@media only screen and (max-width: 1200px), (max-height: 800px) {

    .teddy {
        display: none;
    }

    .rosen {
        display: none;
    }
}


h1 {
    color: #DE3115;
    font-family: "IBM Plex Sans";
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 60px;
}

.main {
    margin-top: 150px;
}

label {
    font-weight: 500;
}

.question {
    color: #DE3115;
    font-family: "IBM Plex Sans";
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 80px;
}

.answer {
    margin-bottom: 10px;
    cursor: pointer;
    padding: 20px;
    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 {
    height: 200px;
    margin-bottom: 0px;
    cursor: pointer;
}
.answer.pink {
    background-color: #F08CA8;
    border-radius: 15px;
    color: #E8E2CF;
    text-align: center;
    text-decoration: none;
    font-family: "IBM Plex Sans";
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    padding-left: 60px;
    cursor: pointer;
}
.answer.pink:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/herz-klein.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: solid 2px #DE3115;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(30px);
    padding: 10px;
    border-radius: 15px;
    font-weight: 500;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

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

.wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.fullheight {
    height: 100%;
}

footer {
    width: 100vw;
    position: fixed;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFF;
    height: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
}
footer a {
    color: #FFF !important;
    height: 20px;
}

.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;
}

.logoHerz {
    width: 350px;
    position: absolute;
    right: 50px;
    top: 50px;
}

.logoHerz img {
    width: 400px;
}

.logoHerz span {
    text-align: center;
    font-weight: 600;
    position: absolute;
    display: block;
    color: #E8E2CF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;

    position: absolute;
    top: 32%;
    left: 50%;
    width: auto;
    transform: translate(-50%, 0px);
    /* 62.5% */
}

.logoMilch.register {
    width: 245px;
    display: block;
    margin: 0 auto;
    top: 20px;
    position: relative;
}

.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;
    }


    .logoHerz {
        margin: 0 auto;
        position: relative;
        right: auto;
        display: block;
        right: 0px;
        top: 0px;
        margin-top: -30px;
        margin-bottom: -30px;
        transform: scale(0.6);
    }

    .main {
        margin-top: 20px;
    }

    .answer {
        width: 100%;
        font-size: 20px;

    }

    .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 */
