@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-italy';
  src: url('../fonts/Montserrat-Italic-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.home-bg {
  background: url(../img/header-bg-home.png) no-repeat center center;
  background-size: cover;
}

.innenarchitektur-bg {
  background: url(../img/header-bg-innenarchitektur.png) no-repeat;
  background-size: cover;
  background-position: 61%;
}

.neu-und-umbau-bg {
  background: url(../img/header-bg-neu-und-umbau.png) no-repeat;
  background-size: cover;
  background-position: top left;
}

.verkauf-bg {
  background: url(../img/header-bg-verkauf.png) no-repeat;
  background-size: cover;
  background-position: top left;
}

.vermietung-bg {
  background: url(../img/header-bg-vermietung.png) no-repeat;
  background-size: cover;
  background-position: top left;
}

.referenzobjekte-bg {
  background: url(../img/header-bg-referenzobjekte.png) no-repeat;
  background-size: cover;
  background-position: top left;
}

.kunst-bg {
  background: url(../img/header-bg-kunst.png) no-repeat;
  background-size: cover;
  background-position: top left;
}

.uberUns-bg {
  background: url(../img/header-bg-uber-uns.png) no-repeat;
  background-size: cover;
  background-position: top left;
}

.gradient-1 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 17.19%, #1A1A1A 100%);
}

.input-wrapper input:focus+label {
  transform: translateY(0) !important;
}

section h2 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 1rem;
}

section p,
section ul li,
section h3 {
  max-width: 1000px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  font-family: Montserrat, sans-serif;
}

section p,
section ul {
  margin-bottom: 1.75rem;
}

section h3,
section strong {
  font-weight: 700;

}

section ul li {
  list-style: disc;
  list-style-position: inside;
}

header h1 {
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  section h2 {
    font-size: 3rem;
    line-height: 1;
  }

  section p,
  section ul li,
  section h3 {
    font-size: 22px;
    line-height: 1.75rem;
  }
}


.swiper-slide {
  width: 350px;
}

.swiper {
  padding-bottom: 50px;
}

.swiper-button-prev,
.swiper-button-next {
  top: unset !important;
  bottom: 0 !important;
}

.details-page.swiper-button-prev,
.details-page.swiper-button-next {
  top: 50% !important;
  bottom: unset !important;
}

textarea {
  resize: none;
}

.alert.error {
  position: absolute;
  color: red;
  top: 100%;
}


@media (orientation: landscape) and (max-width: 1024px) {
  .landscape {
    height: 100vh !important;
  }
}
