/* poppins-300 - 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: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/poppins-v22-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-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: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v22-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-600 - 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: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v22-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-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: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v22-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-800 - 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: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/poppins-v22-latin-800.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-900 - 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: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/poppins-v22-latin-900.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.highlight {
  color: #ffd527 !important;
}

.highlight a {
  color: #ffd527 !important;
}

@media (min-width: 410px) {
  br.extra {
    display: none;
  }
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Poppins' !important;
}

body p {
  font-weight: 400;
}

.hero {
  background-image: url('../img/hero_flashback_2.webp');
  padding-bottom: 120px;
  position: relative;
}

.hero>.container {
  position: relative;
}

.hero .logo2 {
  position: absolute;
  top: -14vw;
  left: 0;
  z-index: 1;
  width: 30vw;
  max-width: 200px;
}

.hero .event-date {
  position: absolute;
  bottom: 3px;
  right: 0;
  z-index: 1;
  background-color: #d9b600;
  padding: 0 5vw 0 2em;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.hero .event-date span {
  font-family: 'Poppins';
  font-weight: 800;
  font-size: 26px;
  color: #fff;
  text-shadow: 0 0 #000;
}

.hero .event-title {
  position: relative;
  bottom: -3em;
  transform: translateY(100%);
}

.hero .event-title h1 {
  color: #d9b600;
  font-size: 45px;
  font-weight: 800;
  text-shadow: none;
  text-transform: uppercase;
}

.hero .event-title h1 span {
  display: block;
  color: #000;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 37px;
}

.hero .hero-logo {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translate(-50%, 0);
}

.hero .hero-logo img {
  max-width: 250px;
}

.hero h1 {
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 35px;
  color: #ffd527;
  text-shadow: 0 0 #000;
  margin: 100px 0 20px 0;
}

.hero p {
  font-family: 'Poppins';
  font-weight: 400;
  font-style: normal;
  color: #ffd527;
}

@media (min-width: 992px) {
  .hero {
    padding-bottom: 200px;
  }

  .hero .hero-logo {
    bottom: 20px;
    height: 150px;
  }

  .hero .hero-logo img {
    max-width: 280px;
  }

  .hero h1 {
    font-size: 60px;
  }

  .hero p {
    font-weight: 400;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .hero .hero-logo {
    bottom: -180px !important;
  }

  .hero .hero-logo img {
    max-width: 280px;
  }
}

.hero .get-started-btn {
  background-color: #d9b600;
  font-family: 'Poppins';
  color: #fff;
}

.event-infos {
  position: relative;
}

.event-infos .event-date2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-100%);
  background-color: #d9b600;
  padding: 0 5vw 0 2em;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.event-infos .event-date2 span {
  font-family: 'Poppins';
  font-weight: 800;
  font-size: 26px;
  color: #fff;
  text-shadow: 0 0 #000;
}

.event-infos .event-title2 {
  position: relative;
  font-family: 'Poppins';
}

.event-infos .event-title2 h1 {
  color: #d9b600;
  font-size: 45px;
  font-weight: 800;
  text-shadow: none;
  text-transform: uppercase;
}

.event-infos .event-title2 h1 span {
  display: block;
  color: #000;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 37px;
}

#infos3 .event-infos3 {
  position: relative;
  background-color: #fff;
}

#infos3 .event-infos3 .event-date3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  background-color: #d9b600;
  padding: 0 5vw 0 2em;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

#infos3 .event-infos3 .event-date3 span {
  font-family: 'Poppins';
  font-weight: 800;
  font-size: 26px;
  color: #fff;
  text-shadow: 0 0 #000;
}

#infos3 .event-infos3 .event-title3 {
  position: relative;
}

#infos3 .event-infos3 .event-title3 h1 {
  font-family: 'Poppins';
  color: #d9b600;
  font-size: 60px;
  font-weight: 800;
  text-shadow: none;
  text-transform: uppercase;
  margin-top: 1em;
}

#infos3 .event-infos3 .event-title3 h1 span {
  font-family: 'Poppins';
  display: block;
  color: #000;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 49px;
}

.more-infos {
  margin-top: 3rem;
}

@media (min-width: 992px) {
  .more-infos {
    margin-top: 5rem;
  }
}

#infos {
  background-color: #444;
  color: #fff;
}

#infos h1,
#infos .h1-like {
  font-family: 'Poppins';
  font-size: 25px;
  font-weight: 300;
  color: #ffd527;
  margin: 100px 0 3rem 0;
}

@media (min-width: 460px) {

  #infos h1,
  #infos .h1-like {
    font-size: 35px;
  }
}

#infos h3 {
  font-size: 35px;
  font-weight: 300;
  color: #fff;
  margin: 100px 0 20px 0;
}

#infos h2+p,
#infos h3+p {
  margin-top: 0;
}

#infos .download-btn {
  background-color: #d9b600;
  font-family: 'Poppins';
  color: #fff;
  padding: 15px 30px;
  border: 0 !important;
}

#infos .download-btn.maps {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  #infos {
    background-image: url(../img/ipad_flashback.webp);
  }

  #infos h2 {
    font-size: 35px;
  }
}

#partner {
  background: #444;
  color: #ccc;
}

#partner h2 {
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 35px;
  color: #ffd527;
  margin: 20px 0 3rem 0;
}

#partner p {
  color: #ccc;
  font-size: 1rem;
}

#partner ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  row-gap: 1%;
  column-gap: 20px;
}

#partner ul li {
  background: #fff;
  list-style: none;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0 0 1rem;
}

#partner ul li.boxed {
  padding: 10px 5px;
}

#partner ul li.boxed img {
  margin: 5px 0 10px;
}

#partner ul li.boxed span {
  margin: 0 -5px;
}

#partner ul li section {
  display: inline-block;
  min-height: 0;
}

#partner ul li img {
  display: block;
  width: 100%;
}

#partner ul li span {
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 0.9rem;
  color: #999;
  padding: 0.5rem 5px;
}

@media (min-width: 420px) {
  #partner ul li {
    width: 47%;
  }

  #partner ul li section {
    min-height: 140px;
  }
}

@media (min-width: 600px) {
  #partner ul li {
    width: 31%;
  }

  #partner ul li section {
    min-height: 140px;
  }
}

@media (min-width: 768px) {
  #partner ul li {
    width: 22%;
  }

  #partner ul li section {
    min-height: 120px;
  }
}

@media (min-width: 1200px) {
  #partner ul li {
    width: 15%;
  }

  #partner ul li section {
    min-height: 144px;
  }
}

.testimonials {
  background: #000 !important;
}

.testimonials h2 {
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 35px;
  color: #ffd527;
  margin: 20px 0 3rem 0;
}

.testimonials li .avatar img {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  height: auto;
  border-radius: 50%;
}

.testimonials li p {
  color: #fff;
  font-size: 1.25rem;
  margin: 2rem 0 5rem;
}

#design {
  background: #444;
}

#design h2 {
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 35px;
  color: #ffd527;
  margin: 20px 0 3rem 0;
}

#design #secondSlider .flat-box .colourway {
  height: 235px;
  overflow: hidden;
}

#design #secondSlider .flat-box .colourway img {
  width: auto;
  height: 100%;
}

@media (min-width: 425px) {
  #design #secondSlider .flat-box .colourway {
    height: 190px;
  }

  #design #secondSlider .flat-box .colourway img {
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 1200px) {
  #design #secondSlider .flat-box .colourway {
    height: 235px;
  }
}

#hotels {
  background-color: #666;
}

#hotels h2 {
  font-family: 'Poppins';
  font-size: 35px;
  font-weight: 300;
  color: #ffd527;
  margin: 100px 0 3rem 0;
}

#hotels p {
  color: #fff;
  margin-bottom: 25px;
}

#hotels li {
  color: #fff;
}

#hotels li a {
  color: #ffd527;
}

#order-form {
  background: #444;
  color: #fff;
}

#order-form .unseen {
  display: none;
}

#order-form h2 {
  font-family: 'Poppins';
  font-size: 35px;
  font-weight: 300;
  color: #ffd527;
  margin: 100px 0 3rem 0;
}

#order-form p {
  color: #fff;
}

#order-form form {
  margin-top: 3rem;
}

#order-form fieldset {
  border: none;
  margin: 0 0 1rem;
  padding: 3px;
  border: 1px solid transparent;
}

#order-form fieldset.invalid {
  border: 1px solid red;
}

#order-form fieldset.submit {
  position: relative;
}

#order-form label {
  display: block;
}

#order-form input,
#order-form textarea,
#order-form select {
  display: inline-block;
  width: 100%;
  border: 0;
  background: #eee;
  color: #444;
  padding: 5px;
  font-size: 1.15rem;
}

#order-form .try-btn {
  background-color: #d9b600;
  font-family: 'Poppins';
  color: #fff;
  margin: 15px 0 30px;
}

#order-form .dsgvo-box {
  display: flex;
  align-items: flex-start;
}

#order-form .dsgvo-box input {
  width: 1rem;
  margin-right: 1rem;
}

#order-form .dsgvo-box span {
  display: inline-block;
}

#order-form .notice {
  margin-top: 15px;
  color: #ffd527;
}

#order-form .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -150px;
}

#order-form .spinner .fa {
  color: #ffd527;
  font-size: 2rem;
}

#order-form #message>div {
  margin-top: 3rem;
}

#order-form #message>div.error {
  color: #ffc0be;
}

#order-form #message>div.success {
  color: #50ee73;
}

@media (min-width: 992px) {
  #order-form h2 {
    font-size: 35px;
  }
}

footer {
  background-color: #000;
  padding-bottom: 100px;
}

footer img {
  width: 100%;
}

footer img.desktop {
  display: none;
}

@media (min-width: 992px) {
  footer img {
    display: none;
  }

  footer img.desktop {
    display: block;
  }
}

footer .footer-nav {
  margin-top: 5rem;
}

@media (min-width: 992px) {
  footer .footer-nav {
    margin-top: 1rem;
  }
}