* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}



body {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #fff;
}

h1 {
  font-size: 2rem;
  font-weight: bolder;
}
h2 {
  font-size: 1.75rem;
  font-weight: bolder;
}
h3 {
  font-size: 1.6rem;
  font-weight: bolder;
}
h4 {
  font-size: 1.4rem;
  font-weight: bolder;
}

p {
  margin-bottom: 12px;
}

label {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}

a {
  text-decoration: none;
  color: rgb(227, 0, 15);
}

a:hover {
  color: rgb(227, 0, 15);
  text-decoration: underline;
}

nav {
  padding-left: 10%;
  padding-right: 10%;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.btn-primary {
  background-color: rgb(227, 0, 15);
  border-color: rgb(227, 0, 15);
  color: white;
}

.btn-primary:hover {
  background-color: white;
  border-color: rgb(227, 0, 15);
  color: rgb(227, 0, 15);
}

.btn-primary:focus {
  background-color: white;
  border-color: rgb(227, 0, 15);
  color: rgb(227, 0, 15);
  outline: none;
}

.btn-primary:active {
  background-color: white;
  border-color: rgb(227, 0, 15);
  color: rgb(227, 0, 15);
}

.btn-primary:visited {
  background-color: white;
  border-color: rgb(227, 0, 15);
  color: rgb(227, 0, 15);
}

/* Sticky Footer Classes */

html,
body {
  height: 100%;
}

#page-content {
  flex: 1 0 auto;
}

/* VORBEREITUNG ENTWICKLUNG */

.ius-filler {
  width: 100%;
  height: 100%;
  border: 3px dashed #fff;
  color: #fff;
}

.ius-gewinne-kopfbanner {
  width: 100%;
  height: 100%;
}

.ius-gewinne-infobereich {
  width: 100%;
  height: 100%;
}

.ius-gewinne-formular {
  width: 100%;
  height: 100%;
}

.ius-gewinne-sortimentsteaser {
  width: 100%;
  height: 100%;
}

.ius-gewinne-filialfinder {
  width: 100%;
  height: 100%;
}

.h-gewinne-kopfbanner {
  height: 260px;
}
.h-zeitreise-text {
  height: 160px;
}
.h-gewinne-infobereich {
  height: 540px;
}
.h-gewinne-formular {
  height: 540px;
}
.h-gewinne-teaserbox1 {
  height: 380px;
}
.h-gewinne-teaserbox2 {
  height: 380px;
}
.h-gewinne-teaserbox3 {
  height: 380px;
}
.h-gewinne-teaserbox4 {
  height: 380px;
}
.h-gewinne-footer {
  height: 260px;
}

@media screen and (max-width: 1350px) {
  .h-gewinne-kopfbanner {
    height: 185px;
  }
  .h-gewinne-infobereich {
    height: 480px;
  }
  .h-gewinne-formular {
    height: 480px;
  }
}

@media screen and (max-width: 1080px) {
  .h-gewinne-kopfbanner {
    height: 144px;
  }
  .h-gewinne-infobereich {
    height: 480px;
  }
  .h-gewinne-formular {
    height: 520px;
  }
}

@media screen and (max-width: 840px) {
  .h-gewinne-kopfbanner {
    height: 175px;
  }
  .h-gewinne-infobereich {
    height: 480px;
  }
  .h-gewinne-formular {
    height: 620px;
  }
}

/* FORMS */

/* .ius-gewinne-formular {
    background: url(../img/corona.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
} */

#steps-container {
  margin: 20px auto;
  width: 100%;
  display: block;
}

.step {
  display: none;
}

.step h4 {
  margin: 0 0 26px 0;
  padding: 0;
  position: relative;
  font-weight: 500;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.6;
}

button#prev-btn,
button#next-btn,
button#submit-btn {
  font-size: 17px;
  font-weight: bold;
  position: relative;
  width: 130px;
  height: 50px;
  background: #dc3545;
  margin: 0 auto;
  margin-top: 20px;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  transition: color 0.3s;
  text-align: center;
  color: #fff;
  border: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

button#prev-btn:after,
button#next-btn:after,
button#submit-btn:after {
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cc0616;
  content: "";
  z-index: -2;
  transition: transform 0.3s;
}

button#prev-btn:hover::after,
button#next-btn:hover::after,
button#submit-btn:hover::after {
  transform: translateY(-80%);
  transition: transform 0.3s;
}

.progress {
  border-radius: 0px !important;
}

.q__question {
  position: relative;
}

.q__question:not(:last-child) {
  margin-bottom: 10px;
}

.question__input {
  position: absolute;
  left: -9999px;
}

.question__label {
  position: relative;
  display: block;
  line-height: 40px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  background-color: #fff;
  padding: 5px 20px 5px 50px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

.question__label:hover {
  border-color: #dc3545;
}

.question__label:before,
.question__label:after {
  position: absolute;
  content: "";
}

.question__label:before {
  top: 12px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #ced4da;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.question__input:checked + .question__label:before {
  background-color: #dc3545;
  box-shadow: 0 0 0 0;
}

.question__input:checked + .question__label:after {
  top: 22px;
  left: 18px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.form-check-input:checked,
.form-check-input:focus {
  background-color: #dc3545 !important;
  outline: none !important;
  border: none !important;
}

input:focus {
  outline: none;
}

#input-container {
  display: inline-block;
  box-shadow: none !important;
  margin-top: 36px !important;
}

label.form-check-label.radio-lb {
  margin-right: 15px;
}

#q-box__buttons {
  text-align: center;
}

input[type="text"],
input[type="email"] {
  padding: 8px 14px;
}

input[type="text"]:focus,
input[type="email"]:focus {
  border: 1px solid #dc3545;
  border-radius: 5px;
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.form-check-input:checked[type="radio"],
.form-check-input:checked[type="radio"]:hover,
.form-check-input:checked[type="radio"]:focus,
.form-check-input:checked[type="radio"]:active {
  border: none !important;
  -webkit-outline: 0px !important;
  box-shadow: none !important;
}

.form-check-input:focus,
input[type="radio"]:hover {
  box-shadow: none;
  cursor: pointer !important;
}

#success {
  display: none;
}

#success h4 {
  color: #dc3545;
}

.back-link {
  font-weight: 700;
  color: #dc3545;
  text-decoration: none;
  font-size: 18px;
}

.back-link:hover {
  color: #82000a;
}

/* PRELOADER */

#preloader-wrapper {
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

#preloader {
  background-image: url("../img/preloader.png");
  width: 120px;
  height: 119px;
  border-top-color: #fff;
  border-radius: 100%;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -75px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1001;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#preloader-wrapper .preloader-section {
  width: 51%;
  height: 100%;
  position: fixed;
  top: 0;
  background: #f7f9ff;
  z-index: 1000;
}

#preloader-wrapper .preloader-section.section-left {
  left: 0;
}

#preloader-wrapper .preloader-section.section-right {
  right: 0;
}

.loaded #preloader-wrapper .preloader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #preloader-wrapper .preloader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #preloader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #preloader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

.img-links {
  background-size: contain !important;
  background-position: top left !important;
}

.img-rechts {
  background-size: contain !important;
  background-position: bottom right !important;
}