.tx-hevmailformpdf {
    padding: 25px;
    background: #f2f2f2;
}

.full-width-greybg.teaser>.container {
    padding: 0px;
}

.tx-hevmailformpdf input,
.tx-hevmailformpdf textarea,
.tx-hevmailformpdf select {
    background: rgb(255 255 255);
    border: 1px solid rgb(245 245 245);
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.tx-hevmailformpdf input[type=submit] {
    background: rgb(255 255 255);
    border: 1px solid rgb(245 245 245);
    padding: 0px 20px !important;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
select.e {
    height: 45px !important;
}
.tx-hevmailformpdf .text,
.tx-hevmailformpdf p.text {
    font-size: 1em;
    font-family: sans-serif;
    line-height: 22px;
}

.tx-hevmailformpdf .nonprint {
    color: #1c9e59;
    font-style: normal !important;
    font-weight: bold;
    display: inline-block;
}

.tx-hevmailformpdf h2 {
    font-family: "textabook", sans-serif;
    font-size: 1.25em;
    padding: 0;
    font-weight: 500;
    margin: 20px 0;
}

.tx-hevmailformpdf input.submit {
    border: 0;
    margin-top: -5px;
    background: none;
}

.tx-hevmailformpdf-ul {
    padding: 0;
    font-style: normal !important;
    margin: 10px 0 20px 0px !important;
    list-style: disc;
    width: 100%;
    float: left;
    overflow: hidden;
}

.tx-hevmailformpdf-ul li {
    float: left;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.444;
    font-weight: 400;
    margin: 0 0 5px 5px;
    padding: 0 1em 0 0em;
    width: 100%;

}

.hinweis,
.hinweis li {
    font-style: normal !important;
}

.desc-block.acc_content ul li {
    font-size: 11px !important;
}

.popup-help-modal {
    background-color: rgb(238 238 238) !important;
    color: black !important;
}

.popup-help-modal .explanations {
    padding-left: 40px;
    margin: 5px 20px 5px 10px;
    font-family: Verdana,Helvetica,Arial;
    font-style: normal;
    font-weight: normal;
    color: rgb(0 0 0);
    font-size: 12px;
}

.popup-help-modal .examples {
    background-color: rgb(222 222 198);
    padding: 5px 5px 5px 20px;
    margin: 5px 20px 5px 50px;
    border: solid 1px rgb(153 153 153);
}

.modal-dialog-centered{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}