@media only screen and (min-width: 1400px) {
    .container {
        max-width: 72%;
        min-width: 1320px;
    }
}
body {
    background-color: #f9ccc0;
}
header {
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #c8c8c8;
}
#css_content {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
}
#css_content .css_data_primary {
    background-color: #fff;
    padding: 20px;
}
#css_content .css_data_primary form {
    margin-top: 20px;
}
#css_content .css_data_primary .css_title_all {
    font-size: 24px;
}
.css_cover_bg {
    background-color: #fff;
    padding: 25px 30px;
}
.willkommen {
    font-size: 24px;
    font-family: Overlock, Helvetica, Arial, cursive;
}
form {
    margin-top: 15px;
}
#css_content .css_data_primary .form-group {
    position: relative;
    margin-bottom: 20px;
}
#css_content .css_data_primary .form-group input {
    width: 100%;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 0px;
    background: #F0F0F0;
    padding: 12px 12px 0 20px;
}
#css_content .css_data_primary label {
    position: absolute;
    color: #999;
    font-size: 16px;
    pointer-events: none;
    transition: all 0.2s ease;
    padding: 0 4px;
    top: 8px;
    left: 12px;
}
#css_content .css_data_primary input:focus + label,
#css_content .css_data_primary input:not(:placeholder-shown) + label{
    font-size: 10px;
    top: 2px;
}
#css_content .css_data_primary form .btn_absenden {
    background: #ec572e;
    color: #fff;
    padding: 5px 65px;
    font-size: 16px;
    outline: 0;
    line-height: 24px;
    border: none;
    border-radius: 20px;
    font-weight: 300;
    max-width: 100%;
    width: auto;
    cursor: pointer;
    margin-top: 15px;
    margin-left: auto;
}
#css_content .css_data_primary form .css_box_button {
    display: flex;
    flex-direction: column;
}
#css_content .css_data_primary form .css_box_button #divCaptcha {
    margin-left: auto;
}
form .form-group {
    position: relative;
}
form .form-group input {
    width: 100%;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 0px;
    background: #F0F0F0;
    padding: 12px 12px 0 20px;
}
form .form-group label {
    position: absolute;
    color: #999;
    font-size: 16px;
    pointer-events: none;
    transition: all 0.2s ease;
    padding: 0 4px;
    top: 8px;
    left: 20px;
}
form .form-group input:focus + label,
form .form-group input:not(:placeholder-shown) + label{
    font-size: 10px;
    top: 2px;
}
.css_btn_submit {
    background: #ed582f;
    color: #fff;
    padding: 5px 65px;
    font-size: 16px;
    outline: 0;
    line-height: 24px;
    border: none;
    border-radius: 20px;
    max-width: 100%;
    width: auto;
    cursor: pointer;
}
.css_btn_submit:hover {
    color: #fff;
}
#divCaptcha {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .willkommen {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
 @media screen and (max-width: 480px) {
    .recaptcha-scale {
        transform: scale(0.9);
        transform-origin: right 0;
        -webkit-transform: scale(0.9);
        -webkit-transform-origin: right 0;
    }
    #css_content {
        padding: 40px 0;
    }
    .css_cover_bg {
        padding: 25px 10px;
    }
    #divCaptcha {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        overflow: hidden;    
    }
}