/*@font-face {*/


/*font-family: helveticaMed;*/


/*src: url("fonts/HelveticaNeue-Medium.eot") !* EOT file for IE *!*/


/*}*/


/*@font-face {*/


/*font-family:  helveticaMed;*/


/*src: url("fonts/HelveticaNeue-Medium.ttf") !* TTF file for CSS3 browsers *!*/


/*}*/


/*@font-face {*/


/*font-family:  helveticaLig;*/


/*src: url("fonts/HelveticaNeue-Light.eot") !* EOT file for IE *!*/


/*}*/


/*@font-face {*/


/*font-family: helveticaLig;*/


/*src: url("fonts/HelveticaNeue-Light.ttf") !* TTF file for CSS3 browsers *!*/


/*}*/

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Medium.otf") format("opentype");
}

@font-face {
    font-family: "Gotham";
    font-weight: bold;
    src: url("../fonts/Gotham-Bold.otf") format("opentype");
}


.dot {
    height: 5px;
    width: 5px;
    padding-top: -20px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    #fadeshow1 {
        display: none;
    }
}

.fehler {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #D2204C;
}

body {
    font-family: "Gotham";
    /* "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
    font-size: 1.5em;
}

body {
    /*font-family:'Helvetica Neue', sans-serif;*/
    /*font-size: 1.5em;*/
    /*font-weight: normal;*/
    /*text-align: left;*/
    /*line-height: 100%;*/
    /*border-bottom: 1px solid #484848;*/
    /*padding-bottom: 5px;*/
    /*margin-bottom:7px;*/
}

#app {
    margin: auto;
    width: 1100px;
    background-color: white;
}

.header {
    margin-left: 50px;
}

.content {
    background-color: #f1f9ff;
    width: 970px;
    height: 550px;
    margin: 10px auto 20px 65px;
}

.footer {
    background-color: #ffffff;
    margin-left: 70px;
    margin-bottom: 20px;
}

#username,
#pwd {
    width: 130px;
    margin-bottom: 0px;
}

.login-fields input,
label {
    float: left;
}

.login-fields label {
    margin-top: 7px;
    margin-right: 8px;
    margin-left: 8px;
}

#start-checkup {
    /*top:478px;*/
    /*top: 489px;*/
    top: 493px;
    left: 70px;
    position: absolute;
}

.fragenseite {
    overflow: scroll;
}

.checkup-img {
    align: left;
    float: right;
    position: relative;
    left: 20px;
    top: -20px;
    margin: 20px 0px 25px 25px;
}

.radio-frage1 label,
.radio-frage2 label,
.radio-frage3neu label,
.versandadresse label {
    margin-right: 10px;
    padding-left: 5px;
    font-weight: 300;
}

.radio-frage2 {
    line-height: 1.5;
}

.datenseite {
    overflow: scroll;
}

.datenseite table tr {
    height: 50px
}

.datenseite table td {
    padding-right: 40px;
    padding-left: 20px;
}

.inhalt {
    padding-left: 20px;
    padding-right: 20px;
}

.start {
    padding: 0;
}

::-webkit-input-placeholder {
    font-style: italic;
}

:-moz-placeholder {
    font-style: italic;
}

::-moz-placeholder {
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}

input,
input::-webkit-input-placeholder {
    font-size: 12px;
}