/*
    Created on : 11.12.2021, 18:38:43
    Author     : wissina
*/
:root {
    /*WISSINA*/
    --grau: #8a909d;
    --weiss: #fff;
    --black: #000;
    --wfarbe: #ffbf00;
    --primary: var(--wfarbe);
    --bghover: #333e55;
    /*--mgreen: var(--mgreen);*/
    --info: var(--mgreen);
    --hmenu: 220px;
    --hfoot: 120px;
    --hovergrau: #444;
    --calchmenu: calc(var(--hmenu) + 50px);
    --color: rgb(51, 51, 51);
    --dcolor: rgb(209, 209, 209);
    --hcolor: rgb(80, 80, 80);
    --mark: var(--wfarbe);;
    --danger: #bc1212;
    --error: #e35757;
    --help: #002977;
    --ok: #008306;
    --bg: #fff;
    --cbr: #d7d7d7;
    --shadow: -3px 4px 8px rgba(215, 215, 215, 0.55);
    --gray: #eee;
    --br1: 1px;
    --br2: 2px;
    --br3: 3px;
    --br4: 4px;
    --br5: 5px;
    --basbr: var(--br1) solid var(--cbr);
    --maxw: 1600px;
    --w100: 100%;
    --h100: 100%;
    --w100w: 100vw;
    --h100h: 100vh;
    --bg_t: #fff;
    --col_t: #2f2f2f;
    --bg_ct: #2f2f2f;
    --col_ct: #fff;
    --hcol_t: #000;
    --br_t: #626262;
    --grad-ct: #adadad;
}

.gridborder_bg {
    background: linear-gradient(to left, rgba(149, 149, 149, 0) 0%, rgba(149, 149, 149, 0) 37%, rgb(149, 149, 149) 100%) left bottom no-repeat;
    background-size: auto;
    background-size: 100% 1px;
}

::-moz-selection {
    background: var(--wfarbe);
    color: #fff;
}

::selection {
    background: var(--wfarbe);
    color: #fff;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--black) !important;
    background-color: var(--weiss) !important;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.divmax {
    max-width: var(--maxw);
    width: 100%;
}

.maxw {
    max-width: var(--maxw);
    width: 100%;
}

.versteckt {
    position: fixed;
    top: -900px;
    left: -900px;
    visibility: hidden;
    opacity: 0;
    z-index: -99999;
}

.wfarbe {
    color: var(--wfarbe);
}

.tdanger {
    color: red;
}

.tgreen {
    color: var(--mgreen);
}

.tsoft,
.tgrau {
    color: var(--grau);
}

.bgsoft,
.bggrau {
    color: var(--grau);
}

a {
    cursor: pointer;
    text-decoration: none;
    color: var(--wfarbe);
    transition: 350ms;
    opacity: 0.7;
}

.pt1 {
    padding-top: 10px;
}

.pt2 {
    padding-top: 20px;
}

.pt3 {
    padding-top: 30px;
}

.pt4 {
    padding-top: 40px;
}

.pt5 {
    padding-top: 50px;
}

.pb1 {
    padding-bottom: 10px;
}

.pb2 {
    padding-bottom: 20px;
}

.pb3 {
    padding-bottom: 30px;
}

.pb4 {
    padding-bottom: 40px;
}

.pb5 {
    padding-bottom: 50px;
}

.bt1 {
    border-top: 1px solid #ccc;
}

.bb1 {
    border-bottom: 1px solid #ccc;
}

.maxw {
    width: 100%;
    height: 100%;
    max-width: var(--maxw);
    margin: 0 auto;
    /*padding: 0 2%;*/
}

.tright {
    text-align: right;
}

.tcenter {
    text-align: center;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.dividor {
    width: 100%;
    /* width: 100vw; */
    margin: 40px auto;
    padding: 15px 0;
    border-bottom: 1px dashed var(--mgreen);
    display: block;
    float: left;
}

.wissinafooter {
    margin: 20px auto;
    width: 100%;
    float: left;
    position: relative;
}

.scrollme_to.mdi.mdi-arrow-up-box {
    position: absolute;
    right: 0%;
    bottom: -23px;
    font-size: 46px;
    z-index: 1;
}

.wissinafooter .maxw {
    padding: 5px 2%;
}

#pagemantel {
    min-height: calc(100vh - var(--hmenu) - var(--hfoot));
}

/*FORMS*/
.eingabearea {
    width: 100%;
}

.eingabearea.checkboxradio .inputmantel {
    position: relative;
}

.eingabearea.checkboxradio .inputmantel .checkradiolabel.ortsabfrage {
    position: relative;
    bottom: 8px;
    padding-left: 5px;
}

.eingabearea .inputerror {
    position: absolute;
    right: 12px;
    bottom: 17px;
    color: red;
}

.eingabearea .btnarea {
    width: 100%;
    min-height: 90px;
    position: relative;
}

.eingabearea .btnarea i {
    position: relative;
    left: 45px;
    color: #fff;
    font-size: 24px;
    top: 3px;
}

.eingabearea .formsubmitbtn:disabled {
    cursor: progress;
}

.eingabearea .formsubmitbtn {
    text-transform: uppercase;
    outline: 0;
    background: var(--mgreen);
    border-radius: 5px;
    margin: 15px auto 60px;
    padding: 15px 15px 15px 50px;
    color: #fff;
    -webkit-transition: 350ms;
    transition: 350ms;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid var(--mgreen);
}

/* .eingabearea .formsubmitbtn {
	padding: env(safe-area-inset-top) env(safe-area-inset-right) 0
		env(safe-area-inset-left);
} */
.bdatemantel .bdatespan {
    position: absolute;
    bottom: 30px;
    right: 30px;
    opacity: 0.7;
}

.textfragen.eingabearea {
    max-width: 900px;
    margin: 15px auto;
}

.eingabearea {
    padding: env(safe-area-inset-top) env(safe-area-inset-right) 0 env(safe-area-inset-left);
}

.eingabearea .formsubmitbtn:hover {
    background: var(--mgreen);
    border: 1px solid var(--mgreen);
}

.eingabearea .formsubmitbtn:hover {
    color: #000;
}

.eingabearea .inputmantel i {
    position: absolute;
    left: 10px;
    top: 32px;
}

.eingabearea .inputextval {
    outline: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin: 15px auto;
    padding: 15px 30px;
    background: transparent;
}

.userdaten .eingabearea .inputextval,
.textfragen.eingabearea textarea {
    border: 2px solid var(--wfarbe);
}

.inputmantel {
    position: relative;
}

.einsatzortcheckboxen .inputmantel {
    margin-bottom: 10px;
}

.inputmantel i {
    position: absolute;
    left: -25px;
    top: 30px;
}

.form .inputextval {
    outline: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin: 15px auto;
    padding: 15px 0;
}

/*FORMS*/
a:hover {
    opacity: 1;
}

ol,
ul,
ul li {
    list-style: none;
    line-height: 1.8;
    margin: 0;
}

.btn {
    text-transform: uppercase;
    outline: 0;
    background: #ccc;
    border: 1px solid #b1b1b1;
    margin: 0 auto;
    padding: 7px 14px;
    color: #777;
    transition: 350ms;
    cursor: pointer;
    font-size: 16px;
    box-shadow: -2px 3px 13px #ccc;
    border-radius: 2px;
}

.topmenu_nav {
    margin: 5px auto 40px;
    padding: 15px 2%;
    line-height: 1.5;
    z-index: 999999 !important;
    position: relative;
    text-align: center;
    border-bottom: 2px solid var(--wfarbe);
    max-width: 900px;
}

.topmenu_nav h2 {
    text-align: center;
}

.topmenu_nav img {
    height: 110px;
    width: auto;
    max-width: 100%;
}

.nav {
    width: 100%;
    height: var(--hmenu);
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.7) 52%,
            rgba(223, 223, 223, 1) 100%
    );
    z-index: 99999;
    padding: 0 2%;
}

.nav .logo {
    /* display: inline-block; */
    float: left;
    width: 50px;
    height: 50px;
    position: relative;
    top: 15px;
    left: 0%;
    opacity: 1;
}

.nav .menu {
    /* display: inline-block; */
    float: right;
    width: 50px;
    height: 25px;
    position: relative;
    top: 25px;
    right: 0%;
}

footer.wissinafooter > p {
    opacity: 0.6;
    font-size: 10px;
    /*transform: scale(var(--scale, 0.8));*/
    /*transition: transform 0.3s cubic-bezier(0.38, -0.12, 0.24, 1.91);*/
}

/* footer.wissinafooter > a:hover {
  --scale: 1;
} */
/*.layerload {*/
/*    display: none;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 70px;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: calc(100% - 70px);*/
/*    cursor: pointer;*/
/*    background-color: rgba(255, 255, 255, 0.9);*/
/*    background: linear-gradient(0deg,rgba(223, 223, 223, 0.9) 52%,rgba(255, 255, 255, 1) 100%);*/
/*    z-index: 2;*/
/*}*/

.loadingarea {
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    /*background-color: rgba(255,255,255, 0.9);*/
    /*background: linear-gradient(0deg, rgba(223,223,223,0.9) 52%, rgba(255,255,255,1) 100%);*/
    z-index: 9;
    text-align: center;
    padding: 25% 0 0 0;
    font-size: 48px;
    min-height: 230px;
}

/*RESPONSIVE*/
.half_one {
    width: 100%;
}

/*RESPONSIVE*/
#showithereloading {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--body-bg-color) !important;
    margin: 0 auto;
    max-width: 100%;
    left: 0;
    top: 0;
    padding: 35% 48%;
    font-size: 90px;
}

#pagemantel {
    padding: 0 2%;
}

@media only screen and (min-width: 1050px) {

    .half_one_tablemantel {
        width: 49.5%;
        display: inline-block;
    }

    .half_one_tablemantel.vpl {
        padding-left: 1%;
    }

    .half_one_tablemantel.vpr {
        padding-right: 1%;
    }
}
@media only screen and (min-width: 920px) {
    /*RESPONSIVE*/
    .only_one {
        width: 100%;
        margin: auto;
    }
    .half_one {
        width: 49.5%;
        display: inline-block;
    }

    .half_one.vpl {
        padding-left: 2%;
    }

    .half_one.vpr {
        padding-right: 2%;
    }

    #pagemantel {
        padding: 0 1%;
    }
}

.half_one_box {
    width: 47.5%;
    display: inline-block;
}

.half_one_box.vpl {
    padding-left: 2%;
}

.half_one_box.vpr {
    padding-right: 2%;
}

/*MODAL*/

/*.modalshow_outer {*/
/*    display: none;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    !*background-color: rgba(255, 255, 255, 0.98);*!*/
/*    background: linear-gradient(0deg, rgba(223, 223, 223, 0.95) 52%, rgba(255, 255, 255, 1) 100%);*/
/*    z-index: 2;*/
/*}*/

/*.modalshow_outer .modal_inner {*/
/*    position: absolute;*/
/*    top: 40%;*/
/*    right: 0;*/
/*    left: 0;*/
/*    !*bottom: 0;*!*/
/*    width: 80%;*/
/*    height: auto;*/
/*    padding: 0;*/
/*    !*z-index: 2;*!*/
/*    transform: translate(0, -40%);*/
/*    max-width: var(--maxw);*/
/*    margin: 0 auto;*/
/*    z-index: 4;*/
/*}*/

/*.modalshow_outer .modal_inner.xlarge {*/
/*    width: 100%;*/
/*}*/

/*.modalshow_outer .modal_inner.large {*/
/*    width: 900px;*/
/*}*/

/*.modalshow_outer .modal_inner.medium {*/
/*    width: 800px;*/
/*}*/

/*.modalshow_outer .modal_inner.small {*/
/*    width: 450px;*/
/*}*/

/*.modalshow_outer .modal_inner .modal_innerbody {*/
/*    position: relative;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    padding: 10px 3%;*/
/*    background-color: rgba(277, 277, 277, 0.99);*/
/*    margin: 0 auto;*/
/*    z-index: 5;*/
/*    box-shadow: -6px 12px 17px #d3d0d0;*/
/*}*/

/*.modalshow_outer .modal_inner .modalfooter {*/
/*    position: relative;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    padding: 25px 0%;*/
/*    margin: 10px auto;*/
/*}*/

/*.modalshow_outer .modal_inner .modal_innerbody .modalheadertitle {*/
/*    padding-bottom: 10px;*/
/*    border-bottom: 1px dashed #3b3b3b;*/
/*}*/

/*.openitem {*/
/*    position: absolute;*/
/*    right: 15px;*/
/*    top: 15px;*/
/*    font-size: 26px;*/
/*    color: #c1c1c1;*/
/*}*/

/*.modalheader .close_modal {*/
/*    font-size: 24px;*/
/*    position: relative;*/
/*    top: -15px;*/
/*}*/

/*.modalheader {*/
/*    margin: 15px auto 35px;*/
/*}*/

/*.modalshow_outer .modallayer {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    !*background:pink;*!*/
/*    cursor: pointer;*/
/*    opacity: 0.3;*/
/*    z-index: 3;*/
/*}*/

/*.modalshow_outer .innerbodyloader b {*/
/*    position: absolute;*/
/*    top: 60%;*/
/*    right: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    transform: translate(0, -60%);*/
/*    width: 100%;*/
/*    height: auto;*/
/*    margin: 0 auto;*/
/*    text-align: center;*/
/*}*/

/*MODAL */
.errorRadio {
    color: red !important;
    font-weight: 700;
    text-decoration: underline;
}

.errorantwort {
    display: none;
    line-height: 2;
}

.errorantwort b {
    display: none;
}

/* CHECKBOX */
.check-box::before {
    top: 24px;
    left: 12px;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.check-box::after {
    top: 12px;
    left: 0px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* input:required {
	background: yellowgreen !important;
} */
@media (min-width: 521px) {
    .check-box::before {
        top: 24px;
        left: 12px;
    }

    .check-box::after {
        top: 12px;
        left: 0px;
    }

    @-moz-keyframes dothabottomcheck {
        0% {
            height: 0;
        }
        100% {
            height: 15px;
        }
    }
    @-webkit-keyframes dothabottomcheck {
        0% {
            height: 0;
        }
        100% {
            height: 15px;
        }
    }
    @keyframes dothabottomcheck {
        0% {
            height: 0;
        }
        100% {
            height: 15px;
        }
    }
    @keyframes dothatopcheck {
        0% {
            height: 0;
        }
        50% {
            height: 0;
        }
        100% {
            height: 35px;
        }
    }
    @-webkit-keyframes dothatopcheck {
        0% {
            height: 0;
        }
        50% {
            height: 0;
        }
        100% {
            height: 35px;
        }
    }
    @-moz-keyframes dothatopcheck {
        0% {
            height: 0;
        }
        50% {
            height: 0;
        }
        100% {
            height: 35px;
        }
    }
    .check-box::before,
    .check-box::after {
        width: 8px;
    }
}

@media (max-width: 520px) {
    .eingabearea .btnarea i {
        display: none;
    }

    .responstable.abfragentable .checkradiolabel input {
        max-width: 72px;
        padding: 5px 10px;
        margin: 0 0 0 18px !important;
        display: inline-block;
    }

    .check-box::before {
        top: 13px;
        left: 8px;
    }

    .check-box::after {
        top: 5px;
        left: 0px;
    }

    @-moz-keyframes dothabottomcheck {
        0% {
            height: 0;
        }
        100% {
            height: 10px;
        }
    }
    @-webkit-keyframes dothabottomcheck {
        0% {
            height: 0;
        }
        100% {
            height: 10px;
        }
    }
    @keyframes dothabottomcheck {
        0% {
            height: 0;
        }
        100% {
            height: 10px;
        }
    }
    @keyframes dothatopcheck {
        0% {
            height: 0;
        }
        50% {
            height: 0;
        }
        100% {
            height: 25px;
        }
    }
    @-webkit-keyframes dothatopcheck {
        0% {
            height: 0;
        }
        50% {
            height: 0;
        }
        100% {
            height: 25px;
        }
    }
    @-moz-keyframes dothatopcheck {
        0% {
            height: 0;
        }
        50% {
            height: 0;
        }
        100% {
            height: 25px;
        }
    }
    .check-box::before,
    .check-box::after {
        width: 5px;
    }
}

.checkboxradio .checkboxradioinp {
    /* display: none; */
    visibility: hidden;
    position: absolute;
    width: 1px;
}

.check-box {
    height: 30px;
    width: 30px;
    background-color: transparent;
    border: 3px solid var(--wfarbe);
    border-radius: 0px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
}

.check-box::before,
.check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    background-color: var(--mgreen);
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
}

.checkboxradio .checkboxradioinp:checked + .check-box,
.check-box.checked {
    border-color: var(--mgreen);
}

.checkboxradio .checkboxradioinp:checked + .check-box::after,
.check-box.checked::after {
    height: 20px;
    -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
    animation: dothabottomcheck 0.2s ease 0s forwards;
}

.checkboxradio .checkboxradioinp:checked + .check-box::before,
.check-box.checked::before {
    height: 35px;
    -moz-animation: dothatopcheck 0.4s ease 0s forwards;
    -o-animation: dothatopcheck 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
    animation: dothatopcheck 0.4s ease 0s forwards;
}

.eingabearea.checkboxradio {
    margin: 0 auto 30px auto;
}

.eingabearea.checkboxradio .checkradiolabel {
    font-weight: 700;
    font-size: 20px;
    padding-left: 40px;
    /* bottom: -5px; */
    position: absolute;
    color: var(--mgreen);
}

/* TABLE */

.responstable {
    margin: 1em 0;
    width: 100%;
    overflow: hidden;
    background: #fff;
    color: var(--mgreen);
    border-radius: 0px;
    min-height: 485px;
}

.responstable .kleintitletable {
    display: contents;
}

.responstable .kleintitletable td {
    padding: 15px 15px 0px 5px !important;
}

.responstable .bigtitletable {
    display: none;
}

.eingabearea.half_one_tablemantel {
    border: 2px solid var(--wfarbe);
}

.responstable tr {
    border: 1px solid #d9e4e6;
}

.responstable tr:nth-child(odd) {
    background-color: #eaf3f3;
}

.responstable th:first-child {
    background-color: #fff;
    color: #2a2a2a;
}

.responstable th {
    /* display: none; */
    border: 1px solid #fff;
    background-color: var(--wfarbe);
    color: #fff;
    padding: 1em;
}

.responstable th:first-child {
    /* display: table-cell; */
    text-align: center;
}

.responstable th:nth-child(2) {
    /* display: table-cell;
    display: block; */
}

.responstable th:nth-child(2) span {
    display: none;
}

.responstable th:nth-child(1):after {
    content: attr(data-th);
}

.responstable td .checkradiolabel {
    display: block;
}

.responstable td .checkradiolabel.tagestitle {
    display: none;
}

.checkradiolabel.fright .kleinspan {
    /* display: none; */
}

.checkradiolabel.fright .bigspan {
    /* display: inline-block; */
    display: none;
}

@media (max-width: 520px) {
    .eingabearea.half_one_tablemantel {
        padding: 1% 2%;
    }

    .eingabearea.half_one_tablemantel td {
        padding: 15px 2%;
    }

    .theleercell {
        display: none;
    }

    .responstable th {
        padding: 1em 0.1em;
        text-align: center !important;
    }

    .responstable td {
        text-align: center !important;
    }

    .responstable .kleintitletable td {
        text-align: left !important;
    }

    .check-box {
        width: 20px;
        height: 20px;
    }

    .einsatzortcheckboxen .check-box {
        bottom: 5px;
    }
}

@media (min-width: 521px) {
    .checkradiolabel.fright .kleinspan {
        display: inline-block;
    }

    .responstable .kleintitletable {
        display: none;
    }

    .responstable .bigtitletable {
        display: block;
        padding: 1em 5px;
    }

    .checkradiolabel.fright .bigspan {
        display: none;
    }

    .responstable th:nth-child(2) {
        /* display: none; */
    }

    .responstable th:nth-child(2) span {
        display: block;
    }

    .responstable td .checkradiolabel {
        display: none;
    }

    .responstable.abfragentable td .checkradiolabel {
        display: inline-block;
    }

    .responstable.abfragentable td {
        padding: 26px 1em;
    }

    .responstable th:nth-child(2):after {
        display: none;
    }
}

.responstable td {
    /* display: block; */
    word-wrap: break-word;
    max-width: 7em;
}

.responstable td:first-child {
    /* display: table-cell; */
    text-align: left;
    /* border-right: 1px solid #d9e4e6; */
}

@media (min-width: 521px) {
    .responstable td {
        /* border: 1px solid #d9e4e6; */
    }
}

.responstable th,
.responstable td {
    text-align: left;
    margin: 0.5em 0em;
}

@media (min-width: 521px) {
    .responstable th,
    .responstable td {
        display: table-cell;
        padding: 1em;
    }
}

.focuscolor {
    border-bottom: 2px solid var(--wfarbe) !important;
}

.focuscolor.focuscolorno {
    border-bottom: 1px solid #676767 !important;
}

.responstable thead th,
.responstable.abfragentable td {
    text-align: left !important;
}

.responstable.abfragentable .checkradiolabel {
    position: relative;
    min-width: 190px;
}

.responstable.abfragentable .checkradiolabel.fright {
    bottom: 5px;
}

.responstable.abfragentable .checkradiolabel input {
    width: auto;
    margin: 0;
    border-bottom: 1px solid #777;
}
