/*********
New CSS Format
*********/
/*
 * Globals
 */

/*
 * Base structure
 */

html,
body {
  height: 100%;
  font-family: "Montserrat", Verdana, "Raleway", sans-serif, Arial, Helvetica !important;
  margin: 0;
  padding: 0;
}

body {
  color: black;
  text-align: center;
}

.container {
  width: 1440px;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 95%;
  height: 100%; /* For at least Firefox */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 800px;
  margin: 0 auto;
  overflow: hidden;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}

/********************
 content-wrapper start
 ********************/
.content-wrapper {
  float: right;
  width: 40%;
  height: auto;
  padding: 3rem 1.5rem;
}

.input-wrapper {
  width: 100%;
  height: auto;
  padding: 5rem 1.5rem;
}

.wrapper-top {
  height: 80%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center; /* Vertikale Zentrierung */
  justify-content: center; /* Horizontale Zentrierung */
}
.wrapper-bottom {
  height: 20%;
  width: 100%;
  position: absolute;
  top: 70%;
  left: 0;
  display: flex;
  align-items: center; /* Vertikale Zentrierung */
  justify-content: center; /* Horizontale Zentrierung */
}

.innerWrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center; /* Horizontale Zentrierung */
}
/********************
 content-wrapper ende
 ********************/

/********************
 logo start
 ********************/

#headerImage,
#headerImageResult {
  display: block;
}

#headerImageMobile,
#headerImageResultMobile {
  display: none;
}

.logo {
  width: 100%;
}

.logoLogout {
  width: 100%;
  margin-top: 20%;
}

.logo img {
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  padding-top: 25px;
}

.heartLogo {
  margin-bottom: 10px;
}

/********************
 logo ende
 ********************/

/************************
 Form start
 ************************/

.formOuter {
  margin: 1rem 0 1rem 0;
}

.formContainer {
  width: 60%;
  margin: 20px auto 0px auto;
  padding: 20px 0 0 0;
  border: 1px solid rgba(189, 164, 114, 1);
}

.form-control {
  border-radius: 0px;
  width: 80%;
  margin: auto;
}

#aktivierungscode {
  font-size: 14px;
  text-align: center;
}

#email,
#emailConfirmation {
  font-size: 14px;
  text-align: center;
}

input::-webkit-input-placeholder {
  color: #8f8f8f !important;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}

.form-group input:focus {
  outline: none !important;
  border: 2px solid rgba(189, 164, 114, 1);
  box-shadow: none;
}

.form-group button {
  margin: 30px 0 20px 0;
}

.btn-ete {
  background-color: black !important;
  font-weight: bold;
  font-size: 15px;
  color: white;
  padding: 10px 35px;
  border-radius: 0px;
  border: 2px solid transparent;
  max-width: 95%;
}

.btn-ete:hover {
  border: 2px solid rgba(189, 164, 114, 1);
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}

/************************
 Form end
 ************************/

.introHeader {
  margin: 30px auto;
  font-size: 36px;
  font-weight: 600;
}

.introText {
  margin: 0 auto;
  font-size: 18px;
  padding-top: 15px;
}

.formHeader {
  font-size: 18px;
  margin: 0 auto;
}

.footerText {
  font-size: 16px;
  font-weight: 300;
  max-width: 450px;
  margin: 0 auto;
}

.thankText {
  width: 40%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 300;
  padding-top: 25px;
}

.footerWrapper {
  width: 100%;
  margin-top: 5%;
  left: 0;
}

ul.linkList {
  position: relative;
  float: left;
  left: 50%;
  margin: 0 auto;
  padding: 0;
}

ul.linkList li {
  position: relative;
  float: left;
  right: 50%;
  margin-right: 5px;
  padding: 5px 2px;
  list-style: none;
}
.etefooter {
  max-width: 444px;
  text-align: center;
  margin: 20px auto 25px auto;
}

.etefooter a {
  color: black;
  text-decoration: underline;
  font-size: 12px;
}

ul.linkList li a:hover {
  text-decoration: none;
}

/****************
 Result page specific
 ****************/

div.advContainer {
  display: flex;
  flex-flow: row wrap;
  margin: 25px auto 0 auto;
  text-align: center;
  justify-content: center;
}

div.advBox {
  width: 120px;
  height: 120px;
  padding: 0 10px;

  font-size: 10px;
}

div.advBox img {
  margin: 0 auto;
}

div.advBox p {
  margin-top: 10px;
}

/****************
 Mobile Breakpoints
 ****************/
@media (max-width: 1024px) {
  .site-wrapper {
    width: 100% !important;
    overflow: hidden;
    min-height: 670px;
  }

  .container {
    width: 85% !important;
  }

  #headerImage,
  #headerImageResult {
    display: none;
  }

  #headerImageMobile,
  #headerImageResultMobile {
    display: block;
    width: 100%;
    max-width: 1025px;
    height: auto;
    padding: 0px;
  }

  .introHeader p {
    font-size: 30px;
  }

  .introText {
    width: 100%;
  }

  .thankText {
    width: 100%;
  }

  .formContainer {
    width: 100%;
  }

  .footer-links {
    height: 25px;
  }

  .footerText {
    font-size: 14px;
  }
}
