/***********************************/
/* SPORTHILFE Allgmein, Responsive */
/***********************************/

* {
    box-sizing: border-box;
}

body, input, textarea, select {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.2em;
    background-color: #F9F9F9;
}

body {
    margin: 0;
}

input, select, textarea {
    border: 1px solid #CCCCCC;
    padding: 3px;
}

input[type='text'], 
input[type='email'], 
input[type='tel'], 
select, label {
    display: inline-block;
}
input[type='text'], 
input[type='email'], 
input[type='tel'], 
select {
    height: 30px;
}

input[type='checkbox'],
input[type='radio']{
    margin-left: 5px;    
}

a, a:visited {
    color: #e2001a;
}

.div_custom {
    position: relative !important;
    max-width: 738px;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 18.9% 10px 50px;
    -webkit-transition: padding 2s;
    transition: padding 2s;
}
@media screen and (min-width: 480px) {
    .div_custom {
        padding: 23.7% 20px 50px;
    }
}
@media screen and (min-width: 738px) {
    .div_custom {
        padding-top: 175px;
    }
}

div.language_chooser {
    color: #e2001a;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
}

.wtQuestionHeadCell {
    padding-top: 1em !important;
    padding-bottom: 0.5em !important;
}

.logo-head {
    background-size: 100%;
    background-repeat: no-repeat;
    height: 0;
    width: 100%;
    padding-top: 18.9%;
    position: absolute;
    left: 0;
    top: 0;
}
.logo-head-de {
    background-image: url(/download/webtest_app_instanz/76/sporthilfe_header_2021_de.png);
}
.logo-head-fr {
    background-image: url(/download/webtest_app_instanz/76/sporthilfe_header_2021_fr.png);
}
.logo-head-it {
    background-image: url(/download/webtest_app_instanz/76/sporthilfe_header_2021_de.png);
}
.logo-head-en {
    background-image: url(/download/webtest_app_instanz/76/sporthilfe_header_2021_de.png);
}

.wtHeadTable .wtHeadCell {
    padding-bottom: 1em;
}

.wtTestTitleCell {
    font-size: 1.2em;
    text-align: center;
    line-height: 1.2em;
}
@media screen and (min-width: 670px) {
    .wtTestTitleCell {
        font-size: 1.5em;
    }
}
.wtRegistrationForm li {
    margin-bottom: 1em;
}
.wtRegistrationForm li:after {
    clear: both;
    content: "";
    display: table;
}

.wtRegistrationForm .form-label {
    margin-bottom: 0.5em;
}
.wtRegistrationForm .form-input {
    width: 100%;
}
@media screen and (min-width: 480px) {
    .wtRegistrationForm .form-input {
        width: 70%;
    }
}

.wtHorizontalBottomLimitCell, .wtHorizontalTopLimitCell {
    display: none;
}

.wtButton {
    height: 30px;
    padding: 3px 15px 3px 15px;
    border: none;
    border-radius: 4px;
    background: #000000;
    color: #FFFFFF;
    font-size: 1.12em;
    margin-bottom: 1em;
    cursor: pointer;
}

.wtButton:hover {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(153,153,153,1);
    -moz-box-shadow: 0px 0px 15px 5px rgba(153,153,153,1);
    box-shadow: 0px 0px 15px 5px rgba(153,153,153,1);
}

.wtMini {
    font-size: 12px;
}

.wtTextBox {
    max-width: none;
}

.wtTextQuestionTextarea {
    width: 100%;
}
.wtRegistrationForm .wtWarning {
    display: block;
}

.wtWarning {
    line-height: 1.2em;
    padding: 5px;
    margin-bottom: 2px;
    background-color: #ffcccc;
    border: 2px solid #e2001a;
    color: #333;
}

/* Webtest Footer */

.webtest-footer {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

.webtest-footer-text  {
    padding-top: 2px;
    font-size: 10px;
    color: #666666;
    font-family: arial, sans-serif;
}

.webtest-footer-image {
    opacity: 0.8;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    height: auto;
}

.webtest-footer-image:hover {
    opacity: 1.0;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    filter: none;
    transition: 1s all;
}
/*
.wtAnswerOptionCell label {
    height: 30px;
}*/
.wtAnswerOptionCell.Checkboxes .wtTextBox,
.wtAnswerOptionCell.Checkboxes .wtSelect {
    width: calc(100% - 30px);
    margin-left: 30px;
    max-width: 800px !important;
}
.wtAnswerOptionDiv .wtKlein {
    font-size: 1em;
}

.wtAnswerOptionDiv .cell-1 {
    padding-top: 1em !important;
    padding-bottom: 0.5em !important;
}

.wtTestNavigatorCell .pagerBoxlet {
    margin: 0;
    height: 30px;
    display: inline-block;
    width: 20px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #DDDDDD;
}

.wtTestNavigatorCell a.pagerBoxlet:hover,
.wtTestNavigatorCell .pagerActive{
    background: #e2001a;   
    border-color: #e2001a;
    color: #FFFFFF;
}

.table-p0 > tbody > tr > td.wtQuestionMainCell {
    padding-bottom: 10px;
}
.table-p0 > tbody > tr > td.wtTestTitleCell {
    padding-bottom: 10px;
}