.data_content_box {
    position: relative;
    margin-bottom: 5px;

}
span.lable {
    display: block;
    width: 45%;
    float: left;
    font-weight: bold;
    color: #770121;
}
span.lable_data {
    float: left;
    width: auto;
}

.muster_image {
    float: left;
    width: 45%;
    margin-right: 5%;
}

.muster_data {
    float: left;
    width: 45%;
    margin-right: 5%;
}

.img_button {
    float: left;
    border: 3px solid #fff;
    line-height: 0px;
}

.img_button.active {
    border: 3px solid #770121;
}

#formular {
    margin-top: 20px;
}

h2 {
    color: #770121;
    margin-top: 25px;
}

h2.farbstellungen {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 25px;
}

#formular .submit {
    cursor: pointer;
}

#formular .submit:hover {
    background: #770121;
}

#formular .email {
    border: 1px solid #770121;
    height: 33px;
    margin-right: 20px;
    padding-left: 10px;
    width: 83%;
}

.image_box h4 {
    text-align: left;
    margin-bottom: 10px;
    padding-top: 10px;
}


.datenschutz {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 833px;
}

.datenschutz_checkbox {    
    float: left;
    width: 5%;
    height: auto;
}

.datenschutz_text {    
    float: left;
    width: 95%;
}

.datenschutz_hinweis {
    color: #ababab;
}


@media only screen and (max-width: 920px) {
    span.lable {
        width: 177px;
    }
}

@media only screen and (max-width: 725px) {
    span.lable {
        width: auto;
        margin-right: 5px;
    }
    .muster_image {
        float: none;
        width: 100%;
    }
    .muster_image img {
        width: 70%;
    }
    .muster_data {
        float: none;
        width: 100%;
    }
}