/* 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 */
  }

  /* FONT OPTIMA */
@font-face {
  font-family: 'Optima';
  src: url('../fonts/AGOptimaBoldItalic.eot');
  src: local('Optima Bold Italic'), local('AGOptimaBoldItalic'),
    url('../fonts/AGOptimaBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AGOptimaBoldItalic.woff') format('woff'),
    url('../fonts/AGOptimaBoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Optima';
  src: url('../fonts/Optima-Italic.eot');
  src: local('../fonts/Optima Italic'), local('Optima-Italic'),
    url('../fonts/Optima-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Optima-Italic.woff') format('woff'),
    url('../fonts/Optima-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Optima';
  src: url('../fonts/Optima-Bold.eot');
  src: local('../fonts/Optima Bold'), local('Optima-Bold'),
    url('../fonts/Optima-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Optima-Bold.woff') format('woff'),
    url('../fonts/Optima-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

a.link {
  color: #c8c6c6;
}

.modal {
    width: auto;
}

.modal a.close-modal {
    position: absolute;
    top: 4.5px;
    right: 20.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.webp");
}

.signUp {
    /* width: 700px; */
    /* height: 395px; */
height: auto;
    background-color: #ffffff;
    border-radius: 12px;
}

/* ========== POPUP HEADER ELEMENT ========== */
.title {
    background-color: #4464c1;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    text-align: center;
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.title .titlemodal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.title .titlemodal #brandmodal {
  display: flex;
  font-family: 'Optima';
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
    margin-top: -8px;
  color: #fff;
}

.title .titlemodal #brandmodal span {
  position: absolute;
  padding-top: 4px;
  font-size: 20px;
  font-family: 'Optima';
    font-weight: 500;
    letter-spacing: .5px;
  color: #d9f941;
}


/* ========== REGISTER POPUP MAIN ELEMENT ========== */
.signUp .row {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 15;
    overflow: hidden;
}

/* ========== REGISTER POPUP LEFT ELEMENT ========== */
.col-l#col-signup {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38%;
    background-color: #e9e9e9;
    border-bottom-left-radius: 12px;
    z-index: 3;
}

.col-l #leadbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 12px;
    text-align: center;
}

.col-l #leadbox .gratiscoins {
    width: 100%;
    height: 123px;
}

.col-l #leadbox .gratiscoins #coinsdeal {
    position: relative;
    width: 200px;
    height: auto;
    z-index: 10;
}

.col-l #leadbox .counter {
    display: flex;
    flex-direction: column;
    position: relative;
}

.col-l #leadbox .counter::after {
    content: "";
    display: block;
    position: absolute;
    left: 24px;
    top: 18px;
    width: 140px;
    border-top: 1px solid #c8c6c6;
}

.col-l #leadbox .counter .block2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    margin: -7px 0 10px 10px;
    width: 168.4px;
}

.col-l #leadbox .counter .block2 #only {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 60px;
}

.col-l #leadbox .counter .block2 #timemodal {
    font-size: 50px;
    font-weight: bold;
}

.col-l #leadbox .counter .block2 #min {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 20px;
}

.col-l #leadbox .counter .block2 #sek {
    color: #4464c1;
    padding-left: 10px;
    font-weight: bold;
}

.zero {
    color: #4464c1;
    font-weight: bold;
}

.col-l#col-login {
    display: none;
}

/* ========== REGISTER POPUP RIGHT ELEMENT ========== */
.col-r#col-signup {
    width: 62%;
    float: left;
    background-color: #ffffff;
    border-bottom-right-radius: 12px;
}

.col-r .content {
    padding: 40px 30px 20px 30px;
}

.col-r h4 {
    color: #4464c1;
    font-size: 22px;
}

.col-r p {
    padding-top: 10px;
    line-height: 24px;
    font-size: 17px;
}

.col-r .content .username {
    border: none;
    border-bottom: 1px solid #c8c6c6;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 6px;
    padding-top: 10px;
    color: #747475;
    font-size: 16px;
}

.col-r .content .email {
    border: none;
    border-bottom: 1px solid #c8c6c6;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 6px;
    padding-top: 6px;
    color: #747475;
    font-size: 16px;
}

.col-r .content .submit {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    padding-top: 15px;
    margin: auto;
}

.col-r .content .submit .anmelden {
    text-decoration: none;
    color: #ffffff;
    background-color: #4464c1;
    border-radius: 6px;
    float: left;
    text-transform: uppercase;
    padding: 8px 15px;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.col-r .content .submit .login {
    text-decoration: none;
    color: #ffffff;
    background-color: #4464c1;
    border-radius: 6px;
    float: left;
    text-transform: uppercase;
    padding: 8px 20px;
    border: none;
    font-size: 20px;
}

.col-r .content .submit p {
    width: 20%;
    text-align: center;
    font-size: 20px;
}

.col-r .content .submit #login {
    text-decoration: none;
    color: #4464c1;
    width: 25%;
    padding-top: 8px;
    font-size: 22px;
    /* text-align: center; */
}

.col-r .content #check {
    padding-top: 15px;
    font-size: 12px;
    color: #c8c6c6;
}

.col-r .content #agb {
    text-decoration: underline;
}

.col-r .content #arrow {
    position: relative;
    display: inline-block;
    width: 80px;
    height: auto;
    position: relative;
    margin-top: 10px;
    margin-left: -40px;
    z-index: 10;
}

/* ========== LOGIN POPUP RIGHT OTHER ELEMENTS  ========== */
.dferror {
    color: red;
    font-size: 12px;
    font-weight: 700;
}

#erfolg {
    display: none;
    font-size: 17px;
    padding-bottom: 20px;
}

#fehler {
    display: none;
    font-size: 17px;
    padding-bottom: 20px;
}

#leadbox-true {
    display: none;
}

#semail {
    font-weight: 700;
}

#logpic {
    max-width: 100%;
    padding-top: 30%;
}

.alert {
    font-size: 17px !important;
}

/* ========== LOGIN POPUP RIGHT ELEMENT ========== */
.col-r#col-login {
    width: 100%;
}

.col-r#col-login .content {
    text-align: center;
}

.col-r#col-login .content #loginform{
    width: 70%;
    margin: 0 auto;
}

.col-r#col-login #arrow {
    display: none;
}

.col-r#col-login .content .submit {
    padding-top: 30px;
}
