﻿
body, input, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

html, body {
    /*height: 100%;*/
    margin: 5px;
    padding: 0px;
}

.wrapper {
    /* maximal 728px */
    width: 610px;
}

.head h1 {
    font-size: 18pt;
    margin: 20px 0px 31px 17px;
    display: inline-block;
}

.head img.logo {
    width: 15%;
    float: right;
}

.head img.wappen {
    width: 10%;
    float: right;
}

.bewController {
    text-align: center;
}

.g-recaptcha {
    text-align: center;
}

    .g-recaptcha > div {
        display: inline-block;
    }

    .bewTabelle {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .bewTabelle .bewReiheZwei,
    .bewTabelle .bewReiheEin {
    }

    .bewTabelle .bewCols {
        display: inline-block;
        width: 100%;
    }

        .bewTabelle .bewCols.bewTabVor {
            width: 50%
        }

        .bewTabelle .bewCols.bewTabNac {
            width: 50%
        }
        .bewTabelle .bewCols.bewTabStr {
            width: 70%
        }

        .bewTabelle .bewCols.bewTabHau {
            width: 30%
        }
        .bewTabelle .bewCols.bewTabPlz {
            width: 40%
        }
        .bewTabelle .bewCols.bewTabOrt {
            width: 60%
        }

        .bewTabelle .bewCols div:nth-child(2) {
            width: calc(100% - 30px);
            margin: 0 0 0 20px;
        }

        .bewTabelle .bewCols div input,
        .bewTabelle .bewCols div textarea {
            width: calc(100% - 20px);
            padding: 5px;
            border-radius: 3px;
            border: 1px solid #808080;
        }

.bewCols > div:first-child {
    margin: 0 0 5px 0;
}

.bewTabelle .bewCols.veryveryBadTzz div input, 
.bewTabelle .bewCols.veryveryBadTzz div textarea {
    border-color: #b70000;
    box-shadow: 0px 0px 5px #b70000;
}

.bewReiheZwei, .bewReiheEin {
    margin: 0 0 15px 0;
}

.bewPrivacy {
    font-weight: normal;
    margin: 30px 0 30px 0;
}

.pflicht {
    color: #dd0000;
    display: inline;
}
.pflichtinfos {
    color: #dd0000;
}

.bewTabelle.bewTabelleKorr .bewCols div:nth-child(1) {
    font-weight: bold;
}

.bewTabelle.bewTabelleKorr .bewCols div:nth-child(2) {
    border-bottom: 1px solid #666;
    padding: 5px;
    width: calc(100% - 40px);
    border-radius: 3px;
    /*cursor: progress;*/
}

.bewTabelle.bewTabelleKorr .bewCols div:nth-child(2):empty {
    background-color: #eee;
    height: 12px;
}
    .bewTabelle.bewTabelleKorr .bewCols div:nth-child(2):not(:empty) {
        background-color: #efffcb;
    }

.recapWrong {
    display: none;
    visibility: hidden;
}
    .recapWrong.veryveryBadTzzre {
        display: inline-block;
        visibility: visible;
    }

.footer {

    text-align: center;
    font-size: 90%;
    margin: 15px 0 0 0;

}

.footer * {
    font-size: inherit;
}




.editar {
}

    .editar h1 {
        font-size: 160%;
        padding-bottom: 10px;
    }
    .editar h2 {
        font-size: 110%;
        padding-top: 30px;
    }
    .editar a, .editar a:visited, .editar a:active {
        color: #36a5c2;
    }

    .editar .subent div {
        margin: 0 0 0 30px;
    }

    .editar .subent h2.h_st {
        color: #4c29cd;
    }
    .editar .subent h2.h_dl {
        color: #981c90;
    }
    .editar .subent h2.h_ed {
        color: #a92125;
    }

    .editar .subent .d_hl a {
        font-weight: bold;
    }
    .editar .subent .d_ed {
        color: #cdc0da;
    }
