:root {
    --sn-bg-signalrot: #ef4854;
    --sn-bg-hellblau: #d5e4f8;
    --sn-bg-perlweiss: #f4eee9;
    --sn-bg-dunkelbraun: #2b231c;
    --sn-bg-pastellorange: #ffc3a6;
    --sn-bg-pastellgruen: #c2efc2;
    --sn-bg-pastellrosa: #fadce4;

    --mobile-side-padding: 30px;
    --mobile-font-size-body: 13px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    color: #707070;
}

.bodyrow {
    margin: 0 auto;
    max-width: 1365px;
    background-color: white;
    padding: 3px 20px 0px;
}

h1 {
    font-size: 1.5em;
    color: #000000;
    font-weight: bold;
    margin-bottom: 1.3em;

}

h3.spacer {
    font-size: 1.3em;
    text-decoration: underline;
    padding: 0;
    margin: 0 0 1.0em 0;
}

h3.block-spacer {
    margin: 2.0em 0 1.0em 0;
}

div.checkbox {
    padding-left: 0;
}

div.checkbox input, div.radiogroup input {
    width: 1.5em;
    height: 1.5em;
}

div.checkbox label {
    margin-left: 10px; margin-top: 5px;
}

div.radiogroup input {
    float: left;
}

div.radiogroup label {
    float: left;
    font-weight: normal;
    padding-left: 10px;
    width: 90%;
    margin-top: 5px;
}


button.btn-success {
    background-color: rgb(224, 56, 53);
    line-height: 36px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 15px;
    font-weight: bold;
    border-radius: 25px;
    border-color: transparent;
    padding: 0px 23px;
    border: none;
}

button.btn-success:hover, button.btn-success:active, button.btn-success:active:hover, button.btn-success:focus {
    background-color: rgb(0, 0, 0);
    border: none;
}

div.form_actions {
    /*padding-top: 2.0em;*/
}

div.error-message {
    color: red;
    padding-top: 2px;
    font-size: 0.9em;
}
.action_termin_weiteren {
    cursor: pointer;
    color: green;
    font-size: 1.1em;

}
p.lbl_termin {
    /*margin-left: 15px;*/
    font-size: 1.0em;
    margin-top: 15px;
    margin-bottom: 10px;
}
p.lbl_themen {
    margin-left: 15px;
}
.info_kursort {
    font-style: italic;
}
fieldset.form-group-with-symbol-after .form-control {
    /*width: 90%;*/
    display: inline-block;
}
div.delete {
    width: 10%;
    display: inline;
    padding-left: 10px;
    cursor: pointer;
}

div.c_termin {
    padding-left: 15px;
}

#zusammenfassung {
    padding: 30px;
    background-color: var(--sn-bg-perlweiss);
}