
html, body {
    margin: 0;
    color: #767676;
    padding: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    /* background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,249,249,1) 12%, rgba(254,238,238,1) 85%, rgba(255,211,211,1) 100%);
    background-color: rgb(163,0,2);*/
}



.btn {
    color: rgb(0, 0, 0);
    background-color: rgba(131,47,80,1);
    font-size: 16px;
    color: white;
    padding: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    white-space: nowrap;
    border: none;
    border-radius: 12px;
    padding: 12px;
    margin: 4px;
    cursor: pointer;
    transition: 0.4s;
    background-size: 200% auto;
}


.kmw-button-fragebogen {
    color: rgb(0, 0, 0);
    /* F97801*/
    background-color: rgba(131,47,80,1);
    font-size: 14px;
    color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    white-space: nowrap;
    border: none;
    border-radius: 20px;
    padding: 14px;
    margin: 7px;
}

.fragebogen-container, .header {
    z-index: 299;
    width: 100%;
    position: absolute;
    display: flex;
    background: rgba(255,255,255,1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.fragebogen-container {
    padding: 0px 0px 0px 0px;
    justify-content: center;
    bottom: 0;
    margin: auto;
    height: 130px;
}

.body-container {
    position: absolute;
    top: 80px;
    bottom: 130px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100vw;
}
.body-container-inner {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: center;
    text-align: center;
}


@media (min-width: 400px) {
    .body-container-inner {
        width: 320px;
    }
}

@media (min-width: 600px) {
    .body-container-inner {
        width: 500px;
    }
}

@media (min-width: 800px) {
    .body-container-inner {
        width: 700px;
    }
}

@media (min-width: 1280px) {
    .body-container-inner {
        width: 1000px;
    }
}

.EDZ-text {
    color: #767676;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.header {
    top: 0;
    justify-content: normal;
    padding: 6px;
    z-index: 299;
    width: 100%;
    position: absolute;
    display: flex;
    height: 70px;
    background: linear-gradient(90deg, rgba(230,230,230,1) 0%, rgba(250,250,250,1) 12%, rgba(230,230,230,1) 37%, rgba(250,250,250,1) 100%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.kmw-box {
    background-color: rgba(0, 0, 0, 0.04);
    font-size: 14px;
    color: black;
    padding: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    white-space: nowrap;
    border: thin;
    border-radius: 16px;
    margin: 7px;
}


.white-box {
    margin-left: 9px;
}

.area {
    display: flex;
    flex-wrap: wrap;
    margin: 9px 0px 9px 0px;
}

.text-titel {
    font-size: 24px;
}

.text {
    font-size: 18px;
}

@media (min-width: 1280px) {


    .kmw-button-fragebogen {
        font-size: 20px;
    }

    .text-titel {
        font-size: 28px;
    }

    .text {
        font-size: 20px;
    }

    .input {
        font-size: 20px;
    }
}

@media (min-width: 1920px) {


    .kmw-button-fragebogen {
        font-size: 24px;
    }

    .text-titel {
        font-size: 32px;
    }

    .text {
        font-size: 24px;
    }

    .input {
        font-size: 24px;
    }
}

