@charset "utf-8";
/* CSS Document */

body {
    background-color: #FFFFFF;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #9A9A9A;
    margin: 0px;
    line-height: 17px;
}

#all {
    background-color: #FFF;
    padding: 30px;
    margin: 0px auto;
    vertical-align: middle;
    max-width: 500px;
    min-width: 260px;
}

h1 {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #ff9900;
    margin: 0px;
    padding: 30px 0px 17px 0px;
}

label,
.answer {
    color: #333333;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}

input,
select,
option {
    background-color: #ffffff;
    font-size: 16px;
    color: #666666;

}

select {
    border: 1px solid #4f5241;
    padding: 2px;
}

input[type=text],
textarea {
    border: 1px solid #4f5241;
    padding: 2px;
    width: 100%;
    height: 40px;
    margin-right: inherit;
    margin-left: inherit;
}

input:focus[type=text],
textarea:focus {
    border: 1px solid #fe9900;

    background: #eaeaea;
}

input[type=radio],
input[type=checkbox] {
    display: none
}

input[type=checkbox] + label,
input[type=radio] + label {
    background-repeat: no-repeat;
    background-position: 0 0px;
    line-height: 20px;
    height: 20px;
    margin-left: 0px;
    padding-left: 25px;
    background-blend-mode: overlay;
    display: inline-block !important;
/*
    -webkit-transition: background-position 500ms ease 0s;
    -moz-transition: background-position 500ms ease 0s;
    -o-transition: background-position 500ms ease 0s;
    -ms-transition: background-position 500ms ease 0s;
    transition: background-position 500ms ease 0s;
*/
}


input[type=checkbox] + label {
    background-image: url(https://login.mailingwork.de/public/a_18782_bKtwr/file/data/11_checkbox.png);
}

input[type=radio] + label {
    background-image: url(https://login.mailingwork.de/public/a_18782_bKtwr/file/data/17_radio.png);
}

input[type=radio]:hover + label,
input[type=checkbox]:hover + label {
    background-position: 0 -20px;
}

input[type=radio]:checked + label,
input[type=checkbox]:checked + label {
    background-position: 0 -40px;
}


input:focus[type=text],
textarea:focus {
    border: 1px solid #fe9900;

    background: #eaeaea;
}


.radiobutton_group input[type=text] {
    margin-top: 5px;
}

.button {
    padding: 12px 0px 12px 0px;
    width: 97%;
    margin:  0px 10px 0px 10px;
    align-self: center;
}

input[type=submit] {
    width: 100px;
    font-size: 14px;
    padding: 2px 3px 4px 3px;
    border: 1px solid #4f5241;
    background: #FFFFFF;
}

input:active[type=submit] {
    width: 100px;
    font-size: 14px;
    padding: 2px 3px 4px 3px;
    border: 1px solid #fe9900;
    background: #eaeaea;
}

.msg_error {
    font-weight: bold;
    color: #dd0000;
    padding-bottom: 10px;
}

.questions {
    background-color: #FFFFFF;
    max-width: 500px;
}

.question {
    padding: 15px 10px;
    color: #000000;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}

.abstand {
    height: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #666666;
}

.head {
    font-weight: bold;
    padding-bottom: 10px;
}

.head label {
    color: #666666;
}

.mandatory .head label::after {
    content: "*";
}

.head div {
    font-weight: normal;
    color: #FFFFFF;
}

.body div {
    padding: 0 0 5px 0;
}

td {
    text-align: center;
    vertical-align: middle;
}

td.question {
    text-align: left;
    padding: 3px 0 5px 0;
}

.radiobutton_matrix input[type=radio] {
    margin: 0 0 3px 0;
}

.radiobutton_matrix td {
    border-bottom: 1px dotted #dcdcdc;
}

.actions {
    padding-top: 10px;
}

.pflicht,
.pagination {
    text-align: right;
    font-size: 11px;
    float: right;
}

.finish {
    color: #000000;
}

/***************************/

div.date input {
    cursor: pointer;
}

#datepicker {
    position: absolute;
    width: 175px;
    padding: 5px;
    background-color: #fff;
    border: solid 1px #000;
    z-index: 9999;
    font-family: arial;
    font-size: 12px;
}

#datepicker p {
    margin: 0px;
    padding: 0px;
}

#datepicker a {
    color: #999;
    text-decoration: none;
}

#datepicker a:hover,
#datepicker a.weekend:hover {
    color: #000;
}

#datepicker a.active {
    color: #F56E01 !important;
    font-weight: bold;
}

#datepicker a.today {
    color: #F56E01;
}

#datepicker a.weekend {
    color: #666666;
}

#datepicker ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#datepicker ul li {
    float: left;
    width: 21px;
    margin: 2px;
    padding: 0px;
    list-style-type: none;
    text-align: right;
}

#datepicker ul li a {
    padding: 2px;
}

#datepicker p {
    text-align: center;
}

#datepicker_year_month {
    font-weight: bold;
}

#datepicker_weekdays {
    margin-top: 3px;
}

div.header {
    background: #FFF;
    padding: 30px 30px 0 30px;
    margin: 0px auto;
    vertical-align: bottom;
    max-width: 500px;
    min-width: 260px;

}

div.footer {
    background: #3f4033;
    min-height: 150px;
    height: inherit;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0px auto;
    vertical-align: middle;
    max-width: 500px;
    min-width: 260px;
    align-items: center;
    text-align: center;
    /*    display: inline-block;*/
    overflow: hidden;
    color: #fffefc;
}

div.headerline {
    background: #3f4033;
    height: 3px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0px auto;
    vertical-align: middle;
    max-width: 500px;
    min-width: 260px;
}

div.spacer {
    padding-right: 30px;
    padding-left: 30px;
    margin: 0px auto;
    vertical-align: middle;
    max-width: 500px;
    min-width: 260px;
}

div.footleft {
    max-width: 160px;
    position: relative;
    height: 100%;
    display: block;
    padding: 10px;
    float: left;
    overflow: hidden;
}

div.footright {
    max-width: 160px;
    position: relative;
    height: 100%;
    display: block;
    padding: 10px;
    float: left;
    overflow: hidden;
}
div.footerfloater{

             display: inline-block;
             vertical-align: middle;
             margin-left: 0px;
             margin-right: 0px;
             font-size: 11px;
    line-height: 20px;
             padding: 0;
         }
ul.footer {
    list-style: circle outside url('https://login.mailingwork.de/public/a_18782_bKtwr/file/data/21_arrow-24-16.png');
    font-size: 10px;
    line-height: 16px;
    text-align: left;
}

@media only screen and (max-width: 360px) {
    div.footer {
        height: 240px;
        width: 100%;
        overflow;
        padding-left: 0px;
        padding-right: 0px;

    }
    div.footleft {
        width: 160px;
        position: relative;
        height: 100px;
        padding: 10px;
        align-self: center;
        left: 20%;
        margin-left: 0px;
        display: block;
        top: 0px;
    }

    div.footright {
        width: 160px;
        position: relative;
        height: 100px;
        padding: 11px;
        align-self: center;
        left: 20%;
        margin-left: 0px;
        display: block;
        top: 0px;

    }
}

@media only screen and (max-width: 320px) {
    div.footer {
        padding-left: 30px;
        padding-right: 30px;
        width: auto;

    }
    div.footleft {
        left: 10%;
    }

    div.footright {
        left: 10%;

    }
}
.footer a {text-decoration: none; color:#ffffff}