@font-face {
  font-family: ITCCentury;
  src: url('../fonts/font.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gold: #706d42;
}

.content-wrap {
  max-width: 900px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
}

.copy {
  color: #292929;
  margin-bottom: 10px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.image-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1800px;
  margin: 50px auto 150px;
  display: grid;
}

.copy-plus {
  color: var(--gold);
  text-align: center;
  margin-bottom: 40px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.copy-plus.white {
  color: #fff;
  letter-spacing: .3px;
}

.h1 {
  color: var(--gold);
  text-align: center;
  margin-bottom: 30px;
  font-family: ITCCentury, Georgia, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
}

.h1.white {
  color: #fff;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.h3 {
  color: var(--gold);
  margin-top: 30px;
  font-family: ITCCentury, Georgia, sans-serif;
  font-weight: 400;
}

.ausstellungzeile {
  margin-bottom: 35px;
}

.body {
  padding-bottom: 0;
}

.div-block {
  background-image: linear-gradient(#0006, #0006), url('../images/KeyVisual-Website-Koffer-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 800px;
  margin-bottom: 140px;
  display: flex;
}

.opener-copy {
  color: #fff;
  letter-spacing: .4px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: ITCCentury, Georgia, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}

.logobar {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 2px #0003;
}

.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.link {
  color: #000;
  text-decoration: none;
}

.divider {
  max-width: 650px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section {
  background-color: #c0a157;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  height: 300px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.coming-soon-label {
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.text-block {
  color: #000;
  letter-spacing: .4px;
  background-color: #fff;
  border-width: 2px;
  border-color: #fff;
  border-radius: 40px;
  margin-bottom: 31px;
  padding: 10px 20px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-weight: 600;
}

.button {
  letter-spacing: 1.8px;
  text-transform: uppercase;
  background-color: #960d4b;
  margin-right: 0;
  padding: 15px 20px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-weight: 400;
}

.image {
  margin-bottom: 30px;
}

@media screen and (max-width: 479px) {
  .content-wrap {
    width: 90%;
  }

  .copy {
    font-size: 15px;
    line-height: 24px;
  }

  .image-grid {
    grid-template-columns: 1fr;
  }

  .copy-plus {
    font-size: 15px;
    line-height: 24px;
  }

  .copy-plus.white {
    line-height: 23px;
  }

  .div-block {
    height: 80vh;
    margin-top: 107px;
    padding: 24px;
  }

  .opener-copy {
    text-align: center;
    line-height: 28px;
  }

  .logobar {
    flex-flow: column;
    padding: 15px 0 0;
  }

  .divider {
    width: 100%;
  }

  .section {
    height: auto;
    padding: 50px 33px 40px;
  }

  .text-block {
    border-width: 1px;
    font-size: 12px;
    font-weight: 500;
  }

  .button {
    text-align: center;
    width: 100%;
    margin-top: 15px;
    padding: 15px;
    font-size: 11px;
  }

  .image-2 {
    max-width: 150px;
  }
}


@font-face {
  font-family: 'ITCCentury';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}