/* lato-regular - latin */
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/lato-v22-latin-regular.eot"); /* IE9 Compat Modes */
    src: local(""), url("../fonts/lato-v22-latin-regular.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */ url("../fonts/lato-v22-latin-regular.woff2") format("woff2"),
        /* Super Modern Browsers */ url("../fonts/lato-v22-latin-regular.woff") format("woff"),
        /* Modern Browsers */ url("../fonts/lato-v22-latin-regular.ttf") format("truetype"),
        /* Safari, Android, iOS */ url("../fonts/lato-v22-latin-regular.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/lato-v22-latin-700.eot"); /* IE9 Compat Modes */
    src: local(""), url("../fonts/lato-v22-latin-700.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */ url("../fonts/lato-v22-latin-700.woff2") format("woff2"),
        /* Super Modern Browsers */ url("../fonts/lato-v22-latin-700.woff") format("woff"),
        /* Modern Browsers */ url("../fonts/lato-v22-latin-700.ttf") format("truetype"),
        /* Safari, Android, iOS */ url("../fonts/lato-v22-latin-700.svg#Lato") format("svg"); /* Legacy iOS */
}

* {
    padding: 0;
    margin: 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

a.link {
    color: #747475;
}

.modal a.close-modal {
    position: absolute;
    top: -9.5px;
    right: -7.5px;
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/close.png");
}

#signupbody {
    max-width: 100%;
    margin: auto;
}

.modal {
    width: 100%;
    padding: 0;
}

.signUp {
    border-radius: 12px;
    max-height: 100%;
    max-width: 100%;
}

/* ========== POPUP HEADER ELEMENT ========== */
.title {
    background-color: #4464c1;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    text-align: center;
    color: #ffffff;
    padding-top: 2px;
}

/* ========== REGISTER POPUP MAIN ELEMENT ========== */
.content {
    background-color: #ffffff;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.content #leadbox {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #e9e9e9;
    padding: 10px 12px 15px 0;
    z-index: 3;
}

.content #leadbox .gratiscoins .block {
    width: 100%;
}

.content #leadbox .gratiscoins .block #coinsdeal {
    height: 123px;
    max-width: 100%;
    width: auto;
}

.content #leadbox .counter {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: -7px;
}

.content #leadbox .counter::after {
    content: "";
    display: block;
    position: absolute;
    left: 24px;
    top: -3px;
    width: 140px;
    border-top: 1px solid #c8c6c6;
}

.content #leadbox .counter .block2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 168px;
    height: 100%;
    background-color: #ffffff;
    margin-top: -7px;
    margin-left: 10px;
}

.content #leadbox .counter .block2 #only {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 15px;
}

.content #leadbox .counter .block2 #timemodal {
    font-size: 36px;
    font-weight: bold;
}

.content #leadbox .counter .block2 #min {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 10px;
    padding-bottom: 5px;
}

.content #leadbox .counter .block2 #sek {
    font-size: 13px;
    padding-left: 10px;
    color: #4464c1;
}

.zero {
    color: #4464c1;
    font-weight: bold;
}

.content .log {
    text-align: center;
    padding: 20px 15px;
    margin: auto;
}

.content .log .content-title {
    padding: 0%;
}

.content .log h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.content .log .sign-note {
    line-height: 25px;
}

.content .log p {
    margin: auto;
    font-size: 16px;
    text-align: center;
}

.content .log .username {
    border: none;
    border-bottom: 1px solid #c8c6c6;
    width: 70%;
    margin-top: 25px;
    padding-bottom: 6px;
    padding-top: 5px;
    color: #747475;
    font-size: 16px;
}

.content .log .email {
    border: none;
    border-bottom: 1px solid #c8c6c6;
    width: 70%;
    margin-top: 10px;
    padding-bottom: 6px;
    padding-top: 10px;
    color: #747475;
    font-size: 16px;
}

.content .log #check {
    padding-top: 10px;
    width: 95%;
    font-size: 11px;
    color: #747475;
}

.content .log #check #agb {
    text-decoration: underline;
}

.content .log .submit {
    display: flex;
    align-content: center;
    padding-top: 35px;
    padding-bottom: 15px;
    margin: auto;
    width: 76%;
}

.content .log .submit .anmelden {
    text-decoration: none;
    color: #ffffff;
    background-color: #4464c1;
    border-radius: 6px;
    float: left;
    text-transform: uppercase;
    padding: 5px 15px;
    margin: auto;
    border: none;
    font-weight: bold !important;
    font-size: 20px;
}

.content .log .submit #login {
    font-weight: 700;
    text-decoration: none;
    color: #4464c1;
    text-align: center;
    margin: auto;
    font-size: 18px;
}

/* ========== REGISTER POPUP OTHER ELEMENTS ========== */
.dferror {
    color: red;
    font-size: 12px;
    font-weight: 700;
    float: left;
    padding-left: 15%;
}

#erfolg {
    display: none;
    line-height: 24px;
    font-size: 17px;
}

#fehler {
    display: none;
    padding: 10px;
    font-size: 20px;
    padding-top: 30px;
}

#semail {
    font-weight: 700;
}
