@font-face {
    font-family: Lato;
    src: url("/assets/customer/imd/Lato-Regular.ttf");
}

@font-face {
    font-family: LatoMedium;
    src: url("/assets/customer/imd/Lato-Medium.ttf");
}

@font-face {
    font-family: LatoBold;
    src: url("/assets/customer/imd/Lato-Bold.ttf");
}

.header, .sofunktionierts, .faq, .upper-faq-additional {
    background: #004996;
}

.sofunktionierts p.number {
    background-color: #0098af;
    color: #004996 !important;
}

.sofunktionierts p {
    color: #0098af !important;
}

.sofunktionierts h5, #temperatur, .temperatur label {
    color: #0098af;
}

h1, h2, a {
    color: #004996;
}

.button:focus {
    background-color: #0098af;
}

label.radio input:checked ~ p {
    border-color: #004996;
    color: #004996;
}

.highlight {
    color: #004996 !important;
    font-size: 110%;
}

.personal-data {
    font-weight: bold;
    color: #004996 !important;
}

.upper-faq {
    background: #EDF1F7;
}

.upper-faq h5 {
    color: #004996;
}

/*body, h1, h2, h3, h4, h5, h6, p, a, ui, li {*/
/*    font-family: Lato, Arial, Helvetica, sans-serif;*/
/*}*/

/*.sofunktionierts h3 {*/
/*    font-size: 1.8em;*/
/*}*/

.sofunktionierts h3 {
    max-width: 100%;
}

.title {
    background-image: url("/assets/customer/imd/header-covid-corona-medicover2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.successview + .title {
    background-image: none;
}

.title h1, #whocangettested h2 {
    font-family: Lato, Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: 700;
}

.title h1 {
    max-width: 100%;
    color: #00539F;
    font-size: 3.125em;
    font-weight: 700;
    margin-top: 1em;
}

.title h5 {
    color: #65ADDF;
    font-size: 1.4em;
    font-weight: 600;
    text-transform: none;
    text-align: center;
    margin-top: 1em;
}

.title .button {
    background: #004996;
}

.title .button:hover {
    background: #65ADDF;
}

.upper-faq .accordion-content {
    background: white;
}

.upper-faq-additional h3 {
    text-align: center;
    color: white;
    margin-bottom: 1em;
}

.upper-faq-additional h5 {
    text-align: center;
    color: #65ADDF;
}

.upper-faq-additional .subtext {
    background-color: inherit;
    color: white;
    text-align: center;
    padding: 20px 0;
}

.upper-faq-additional .subtext > h5 {
    margin-bottom: 0;
}

.upper-faq-additional .advantage-img {
    text-align: center;
}

.header .button {
    float: inherit;
}

.header .cell, .footer .cell {
    padding: 1rem;
}

.white-color {
    color: #fff;
}

.banner-customerlogo img {
    max-width: inherit;
    margin: 0;
}

.footer {
    background-color: white;
}

#zeugnisCell input, #zeugnisCell label, #zeugnisCell br {
    display: none;
}

#whocangettested {
    max-width: 1140px;
    width: 100%;
    margin: 2em 0;
    color: #333333;
    text-shadow: 0 1px 10px #ffffff;
    font-size: 0.95rem;
    font-weight: 300;
    font-family: Lato, Arial, Helvetica, sans-serif;
}

#whocangettested strong {
    font-weight: bold;
    font-family: LatoBold, Arial, Helvetica, sans-serif;
}

#whocangettested h2 {
    font-size: 1.7rem;
    text-transform: uppercase;
    margin-bottom: 1em;
}

#whocangettested a {
    /*text-decoration: underline;*/
}

#whocangettested a:hover {
    color: #65ADDF;
}

#whocangettested .subtext {
    padding: 0 60px;
}

#whocangettested .subtext p {
    margin-bottom: 1.5rem;
}

.sofunktionierts img{
    margin-top: 120px;
}

.sofunktionierts.hide-for-large img{
    margin-top: 20px;
}

/*Responsive Styles*/
@media screen and (max-width : 1000px){
    #whocangettested {
        max-width: 100%;
    }

    #whocangettested .subtext {
        padding: 0 20px;
    }
}

.header {
    position: sticky;
    top: 0;
    z-index: 1;
}

.non-sticky {
    position: inherit;
    top: inherit;
    z-index: inherit;
}

.title > div {
    margin: 0 auto !important;
}

.menu {
    font-family: Lato, Arial, Helvetica, sans-serif;
    background-color: white;
    padding: 8px 0 12px 0;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.08);
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
}

.menu.hide-for-small-only {
    padding-left: 2em !important;
}

.menu.show-for-small-only {
    margin-bottom: 0.5rem;
}

.menu .eicon-menu-bar:before {
    content: '\e816';
    content: url('https://www.corona-checking.com/wp-content/uploads/2020/04/menu.svg');
}

.header .menu .button {
    float: inherit;
    line-height: inherit;
    margin: inherit;
    margin-top: 5px;
}

.menu .button {
    background: #004996;
    color: white;
}

.menu .button:hover {
    background: #65ADDF;
    color: white;
}

.menu .button:before {
    margin: 0;
    background-image: none;
    display: inherit;
    width: 0;
    height: 0;
    float: inherit;
}

/* start responsive menu - from https://medialoot.com/preview/css-only-navigation-menu */
/*Strip the ul of padding and list styling*/
.menu ul {
    list-style-type:none;
    margin:0;
    padding:0;
    /*position: absolute;*/
    margin-top: 2em;
}

/*Create a horizontal list with spacing*/
.menu li {
    display:inline-block;
    float: left;
    margin-right: 1px;
}

/*Style for menu links*/
.menu li a {
    display:block;
    /*min-width:140px;*/
    height: 50px;
    background-color: white;
    color: #004A95;
    line-height: 20px;
    padding: 13px 20px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 12px;
    padding-right: 12px;
}

/*Hover state for top level links*/
.menu li:hover a {
    color: #65ADDF;
}

/*Prevent text wrapping*/
.menu li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}

/*Display the dropdown on hover*/
.menu ul li a:hover + .hidden, .menu .hidden:hover {
    display: block;
}

/*Style 'show menu' label button and hide it by default*/
.menu .show-menu {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    display: none;
}

/*Hide checkbox*/
.menu input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
.menu input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/
@media screen and (max-width : 800px){
    /*Make dropdown links appear inline*/
    .menu ul {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    .menu li {
        margin-bottom: 1px;
    }
    /*Make all menu links full width*/
    .menu ul li, .menu li a {
        width: 100%;
    }
    /*Display 'show menu' link*/
    .menu .show-menu {
        display:block;
    }
    /* custom: hide shadow */
    .menu {
        box-shadow: inherit;
    }
    .header .menu .button {
        height: auto;
        padding: 0.5rem;
    }
}

@media screen and (max-height: 450px) {
    .header {
        position: inherit;
    }
    .title {
        padding-top: inherit;
    }
}

/* end responsive menu - from https://medialoot.com/preview/css-only-navigation-menu */

/* max-width for "small" (as in .hide-for-small-only) */
@media print, screen and (max-width: 39.99875em) {
    .submit {
        margin: 1em 0;
    }
    .footerimg-margin {
        padding: 0 3em;
    }
}

@media print, screen and (min-width: 64em) {
    .bg-imdblue:first-of-type {
        margin-left: -1em;
        margin-right: 1em;
    }

    .bg-imdblue:last-of-type {
        margin-left: 1em;
        margin-right: -1em;
    }
}

.price-h2 {
    font-size: 35px;
}

.footer-links {
    word-spacing: 10px;
}

.no-word-spacing {
    word-spacing: normal;
}

.footer-links a:hover {
    text-decoration: underline;
}

.terms-boxes .required:after {
    content: '';
}

.bg-imdblue {
    background-color: #65ADDF;
    position: relative;
}

.textboximage-bottomtext-subtext {
    font-size: 18px;
    font-weight: normal;
    font-family: 'AmpMedium', 'Roboto', Helvetica, Arial, sans-serif;
}

.timerbee-button, .timerbee-button:visited {
    background-color: #63a1d9;
}

.timerbee-button:hover, .timerbee-button:active {
    background-color: #1f4fa2;
}

.timerbee-button:hover .darkred, .timerbee-button:active .darkred {
    color: red !important;
}

.stripe p:before{
    background-image: none;
    content: none;
    display: inline-block;
    width: inherit;
    height: inherit;
    margin: inherit;
}
.stripe p{
    height: auto;
    line-height: 1.35em;
    padding: 0.5em 25px 0.55em 25px;
}
