
#teilnahmesection {
    position: relative;
    z-index: 200;
    padding: 80px 0 8px 0;

}

#head05 {
    margin: 0 auto 10rem auto;
}

#rabattstoerer{
    position: absolute;
    right: calc(50% - 350px - 250px);
    top: -24%;
}


.form-row {
    margin: 0 0 33px 0;
}

#formrow1 {
    margin: 0 0 33px 0;
}

#teilnahmesection .col-lg-6:first-child,
#teilnahmesection .col-md-6:first-child {
    padding-right: 3%;
}

#teilnahmesection .col-lg-6:last-child,
#teilnahmesection .col-md-6:last-child {
    padding-left: 3%;
}

label {
    color: #fff;
    padding-left: 1px;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 144%;
    margin-bottom: 4px;
}

#kbinfo {
    cursor: pointer;
}
#kbinfo svg {
    transform: translateY(-2px);
}

#ageokrow {
    margin-top: 55px;
}

#tnbrow {
    /*margin: 2.8rem 0 2rem 0;*/
}

#pflichtfeldrow {
    margin: 2rem 0 1rem 0;
}

.radiobox label,
.checkbox label {
    font-weight: 500;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}


button#btnsubmit {

}

.randrechts {
    padding-right: 2%;
}

.randlinks {
    padding-left: 2%;
}

form p.small,
label.small,
form .small {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}


@media (max-width: 1280px) {
    #rabattstoerer{
        position: relative;
        right: auto;
        top: auto;
        margin: 2vw auto 0.5vw auto;
        max-width: 62%;
        display: block;
    }

    #head05 {
        margin: 0 auto 8vw auto;
    }
}


@media (max-width: 1044px) {
    p#introteilnahme,
    #head05 {
        padding-left: 8%;
        padding-right: 8%;
    }

    .container-form {
        max-width: 100%;
        padding: 0 8%;
    }
}


@media (max-width: 991px) {
    #teilnahmesection .col-lg-6:first-child {
        padding-right: 0;
        margin-bottom: 33px;
    }

    #teilnahmesection .col-lg-6:last-child {
        padding-left: 0;
    }

}


@media (max-width: 640px) {
    /*    .inputwrapper {
            border-radius: var(--border-radius-formelements);
            height: 52px;
            padding: 14px 10px 0 10px;
        }
        .inputwrapper input, .inputwrapper select {
            font-size: 18px;
            line-height: 120%;
        }
        label {
            font-size: 15px;
            line-height: 120%;
            font-weight: 500;
        }*/
    .form-row {
        margin: 0 0 32px 0;
    }

    label {
        margin-bottom: 3px;
    }
}

@media (max-width: 575px) {

    #captcharow .col-sm-5{
        padding-top: 16px;
    }
}

@media (max-width: 480px) {

    .container-form {
        max-width: 100%;
        padding: 0 5%;
    }

    .inputwrapper input, .inputwrapper select {
        font-size: 20px;
        line-height: 120%;
    }
    label#lblbon {
        /*padding: 18px 37px 0 0;*/
        font-size: 20px;
        line-height: 110%;
    }

}