
#teilnahmesection {
    position: relative;
    z-index: 200;
    padding: 2% 0 0 0;

}

#head05 {
    margin: 0 auto 5rem auto;
}


.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: #FFEE00;
    padding-left: 1px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 144%;
    margin-bottom: 4px;
}

#kbinfoi {
    position: absolute;
    right: 22px;
    top: 11px;
}

#ageokrow {
    margin-top: 55px;
}

#tnbrow {
    /*margin: 2.8rem 0 2rem 0;*/
}

#pflichtfeldrow {
    margin: 2rem 0 1rem 0;
}

.radiobox label,
.checkbox label {
    font-weight: 600;
}

#captchaimg {
    border: 1px solid #ddd;
    height: 58px;
    width: 100%;
    max-width: 225px;
}

#captchareload {
    margin-top: 9px;
    cursor: pointer;
}

button#btnsubmit {

}

.randrechts {
    padding-right: 2%;
}

.randlinks {
    padding-left: 2%;
}

form p.small,
label.small,
form .small {
    font-size: 18px;
    font-weight: 400;
    line-height: 135%;
}


@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) {


    label#lblbon {
        padding: 8px 0 0 0;

        line-height: 110%;
    }

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

    #kbinfoi {
        right: 27px;
        top: 5px;
        width: 25px;
    }

    #captchaimg
    {
        height: 46px;
    }

}

@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: 18px;
        line-height: 120%;
    }
    label#lblbon {
        padding: 13px 18px 0 0;
        font-size: 18px;
        line-height: 110%;
    }


    #btnsubmit {
        font-size:18px;
    }

    label {
        font-size: 1.8rem;
    }

}


.checkbox span.text {

    position: relative;
    top:-9px !important;
}




#captchaimg {
    border-radius: 25px;
    overflow: hidden;
}