@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "Zag";
  src:
    url("../fonts/ZagRegular.woff2") format("woff2"),
    url("../fonts/ZagRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Zag";
  src:
    url("../fonts/ZagBold.woff2") format("woff2"),
    url("../fonts/ZagBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

html {
  scroll-behavior: smooth;
}

section {
  overflow: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #222329;
}

.mb-80 {
  margin-bottom: 80px;
}

.btn {
  font-size: 30px;
  font-family: "Zag", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  transition: all 0.3s;
  padding: 3px 20px;
}

.btn.btn-outline:hover {
  background-color: #222329;
  color: #fff;
}

.btn.btn-outline {
  border-radius: 20px;
  border: 3px solid #222329;
  padding: 0 25px;
}

.btn.btn-outline-white {
  border: 1px solid #fff;
  color: #fff;
}

.btn.btn.btn-outline-white:hover {
  background-color: #fff;
  color: #222329;
  transition: all 0.3s;
}

.slider-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 78%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

@keyframes animateBg {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}

.subtitle {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0;
}

.title {
  font-family: "Zag", sans-serif;
  font-size: 128px;
  text-transform: uppercase;
  line-height: 0.95;
  margin-bottom: 40px;
}

a {
  text-decoration: none;
}

header {
  padding: 20px 0;
}

header .row .col-12 {
  display: flex;
  align-items: center;
  gap: 50px;
}

header ul {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  list-style: none;
}

header ul a {
  font-size: 14px;
  color: #000;
}

header ul a img {
  filter: invert(1);
}

.hero {
  position: relative;
}

.hero .btn-wrapper {
  margin-bottom: 30px;
}

.hero .btn {
  font-size: 24px;
  padding: 5px 24px;
}

.hero a:not(:last-child) {
  margin-right: 15px;
}

.hero .content {
  margin-top: 120px;
}

.hero .title {
  margin-bottom: 175px;
}

.fmk p, .mfmk p {
    line-height: 1.9;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1420px !important;
  }

  .container {
    padding: 0 !important;
  }

  .container-fluid {
    padding: 0 !important;
  }
}

.slider-counter {
  bottom: 0;
  left: 0;
  padding: 30px 25px;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.slider-counter ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 0;
}

.slider-counter ul li {
  height: 2px;
  width: 30px;
  background-color: #222329;
  opacity: 0.2;
}

.slider-counter ul li.active {
  opacity: 1;
  background-color: #222329;
}

.slider-counter span {
  font-size: 14px;
  font-weight: 700;
}

.testimonials {
  padding: 160px 0;
}

.testimonials .row {
  justify-content: center;
}

.testimonials h3 {
  position: relative;
  font-size: 50px;
  font-weight: 200;
}

.testimonials h3::before {
  content: url("../images/quotes.svg");
  position: absolute;
  top: -70px;
  left: -70px;
  z-index: -1;
}

.testimonials h5 {
  margin-top: 60px;
  font-size: 18px;
  font-weight: 300;
}

.testimonials h5 strong {
  font-weight: 800;
}

.gallery .gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.gallery .gallery-wrapper div {
  overflow: hidden;
}

.gallery .gallery-wrapper .div1 {
  grid-area: 1 / 1 / 2 / 3;
}
.gallery .gallery-wrapper .div2 {
  grid-area: 1 / 3 / 2 / 5;
}
.gallery .gallery-wrapper .div3 {
  grid-area: 1 / 5 / 2 / 6;
}
.gallery .gallery-wrapper .div4 {
  grid-area: 2 / 1 / 3 / 2;
}
.gallery .gallery-wrapper .div5 {
  grid-area: 2 / 2 / 3 / 4;
}
.gallery .gallery-wrapper .div6 {
  grid-area: 2 / 4 / 3 / 6;
}
.gallery .gallery-wrapper .div7 {
  grid-area: 3 / 1 / 4 / 3;
}
.gallery .gallery-wrapper .div8 {
  grid-area: 3 / 3 / 4 / 5;
}
.gallery .gallery-wrapper .div9 {
  grid-area: 3 / 5 / 4 / 6;
}
.gallery .gallery-wrapper .div10 {
  grid-area: 4 / 1 / 5 / 2;
}
.gallery .gallery-wrapper .div11 {
  grid-area: 4 / 2 / 5 / 4;
}
.gallery .gallery-wrapper .div12 {
  grid-area: 4 / 4 / 5 / 6;
}

.gallery .gallery-wrapper div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s;
}

.gallery .gallery-wrapper div img:hover {
  transform: scale(1.1);
}

.about {
  margin: 125px 0 180px 0;
  text-align: center;
}

.about h2 {
  margin: 50px 0 60px 0;
}

.feed span {
  color: #000;
  font-weight: 600;
}

.feed span:first-of-type {
  margin-right: 10px;
}

.feed p strong {
  display: block;
}

.feed img[alt="DUSCHOLUX Logo"] {
  margin: 70px 0 55px 0;
}

.feed img[alt="van"] {
  margin-bottom: 60px;
}

.feed img[alt="Tenall Logo"] {
  margin-top: 85px;
}

.feed span {
  text-decoration: none;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 1;
}

.feed {
  background-color: #222329;
  padding: 170px 0 0 0;
  text-align: center;
}

.feed .instagram {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
  justify-content: center;
}

.feed .instagram h2 {
  font-size: 80px;
  font-family: "Zag", sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.feed h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 110px;
}

.feed .feed-wrapper a img {
  min-height: 460px;
}

.feed .feed-wrapper a img {
  width: 100%;
  height: 1px;
  object-fit: cover;
  display: block;
}

footer {
  text-align: center;
  padding: 0 0 90px 0;
  color: #fff;
  background-color: #222329;
  padding-top: 170px;
}

footer p {
  margin-bottom: 0;
  margin-top: 60px;
}

footer a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  font-weight: 600;
}

footer span {
  color: #fff;
}

.presentation {
  margin-top: 245px;
}

.presentation .fmk {
  padding-left: 80px;
}

.presentation .row:not(:last-child) {
  margin-bottom: 150px;
}

.presentation .row:last-child {
  margin-bottom: 100px;
}

.hero .slick-slider .slick-track,
.hero .slick-slider .slick-list {
  transform: translate(0) !important;
}

.kontakt {
  min-height: 690px;
}

.kontakt .content {
  margin: 270px 0 0 0;
}

.breadcrumb {
  margin: 55px 0 75px 0;
}

.breadcrumb nav ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 0;
}

.breadcrumb nav ul li {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.breadcrumb nav ul li:not(:last-child)::after {
  content: url("../images/arrow-right.svg");
  margin: 0 20px;
  color: #222329;
}

.breadcrumb li[aria-current="page"] {
  font-weight: 800;
}

.kontakt-form form {
  margin-top: 60px;
}

.kontakt-form h2 {
  font-size: 48px;
  font-weight: 800;
}

.kontakt-form h3 {
  font-size: 14px;
  letter-spacing: 1px;
}

.kontakt-form input:not([type="checkbox"]),
.kontakt-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #92989a;
  outline: none;
  margin-top: 10px;
  resize: none;
}

.kontakt-form label:not(:first-child),
.kontakt-form textarea {
  margin-top: 20px;
}

.kontakt-form span {
  margin-left: 10px;
}

.kontakt-form span a {
  text-decoration: underline;
  color: #222329;
}

.kontakt-form p:first-of-type {
  margin-top: 40px;
}

.kontakt-form button {
  margin-bottom: 60px;
  margin-top: 20px;
}

.kontakt-form ul {
  list-style-type: none;
  padding: 0;
  margin-top: 40px;
}

.kontakt-form ul li {
  text-transform: uppercase;
}

.kontakt-form ul li a,
.kontakt-form ul li strong,
.kontakt-form ul li span,
.kontakt-form ul li {
  color: #222329;
  font-size: 12px;
  letter-spacing: 2px;
}

.map {
  margin-top: 80px;
}

.map .wrapper {
  position: relative;
  width: 100%;
  max-height: 690px;
}

.map img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  object-fit: cover
}

.map iframe {
  filter: grayscale(1);
}

.impressum.regular_padding {
  background: #fafbfc;
  border-radius: 30px;
  box-shadow: 0 8px 32px rgba(34, 35, 41, 0.07);
  padding: 50px 0;
}

.impressum .title {
  font-size: 48px;
  font-family: "Zag", sans-serif;
  margin-bottom: 40px;
  color: #222329;
  text-align: left;
}

.impressum ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.impressum ul li {
  font-size: 20px;
  margin-bottom: 8px;
  color: #222329;
}

.impressum ul li a {
  color: #1a1a1a;
  text-decoration: underline;
  transition: color 0.2s;
}

.impressum p {
  font-size: 18px;
  margin-bottom: 18px;
}

.impressum h2[style] {
  font-size: 22px !important;
  margin-top: 40px !important;
  margin-bottom: 20px;
  font-weight: 700;
}

.impressum h3 {
  font-size: 22px;
  color: #222329;
  margin-top: 32px;
  margin-bottom: 12px;
  font-weight: 700;
}

.impressum h4 {
  font-size: 18px;
  color: #444;
  margin-top: 24px;
  margin-bottom: 8px;
  font-weight: 600;
}

.impressum h2.title {
  color: #222329;
  font-size: 48px;
  margin-bottom: 40px;
}

.hero .subtitle {
  margin-bottom: 15px;
  font-size: 12px;
}

@media only screen and (min-width: 2400px) {
  .slider-bg {
    width: 60%;
  }
}
.kontakt-mobile {
    display: none;
}
@media (max-width: 992px) {
  .impressum.regular_padding {
    border-radius: 16px;
  }
  .impressum .title,
  .impressum h2.title {
    font-size: 32px;
  }
  .impressum ul li,
  .impressum p {
    font-size: 16px;
  }
  .presentation .fmk {
    padding-left: 15px;
  }

  .kontakt {
    display: none;
  }

  .kontakt.kontakt-mobile {
    display: block;
  }
}

.imp h1 {
  font-size: 90px;
}

.hero.hero-mobile {
  display: none;
}

.gallery.gallery-mobile {
  display: none;
}

@media only screen and (max-width: 1399px) {
  .btn {
    font-size: 24px;
  }

  .title {
    font-size: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .slider-bg {
    background-position: right center;
    width: 58%;
  }

  .hero .content {
    margin-top: 60px;
  }

  .hero .title {
    margin-bottom: 40px;
  }

  .btn-wrapper {
    margin-top: 40px;
  }

  .presentation {
    margin-top: 70px;
  }

  .presentation .row:not(:last-child),
  .presentation .row:last-child {
    margin-bottom: 60px;
  }

  .testimonials h3 {
    font-size: 30px;
  }

  .testimonials {
    padding: 80px 0;
  }

  .title {
    font-size: 80px;
  }

  body {
    font-size: 15px;
  }

  .about {
    margin: 60px 0;
  }

  .map img {
    display: none;
  }

  .presentation {
    text-align: center;
  }

  .presentation .fmk .title {
    margin-top: 20px;
  }

  .presentation .mfmk {
    order: 2;
  }

  .gallery.gallery-mobile .gallery-wrapper {
    display: block;
  }

  .slick-prev {
    left: 12.5px;
    z-index: 1;
  }

  .slick-next {
    right: 20px;
    z-index: 1;
  }

  .slick-prev:before,
  .slick-next:before {
    font-size: 32px;
  }

  .hero {
    display: none;
  }

  .kontakt .kontakt-mobile {
    display: none;
  }

  .gallery {
    display: none;
  }

  .hero.hero-mobile {
    display: block;
  }
  .gallery.gallery-mobile {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
  .hero {
    position: relative;
  }

  .slider-bg {
    width: 100%;
    background-position: 28%;
  }

  .hero .title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .hero .subtitle {
    font-size: 8px;
    letter-spacing: 1px;
  }

  .hero .btn {
    font-size: 14px;
    padding: 4px 16px;
  }

  .hero .btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 10px;
    margin-bottom: 0;
  }

  .hero .btn-wrapper a {
    font-size: 16px;
  }

  .hero .btn-wrapper a:not(:last-child) {
    margin-right: 0;
  }

  header ul {
    flex-direction: column;
    gap: 5px;
    text-align: end;
    align-items: end;
  }

  header ul a {
    font-size: 11px;
  }

  .header ul .ms-4 {
    margin-left: 0 !important;
  }

  .hero .content {
    margin-top: 30px;
  }

  .hero {
    min-height: unset;
  }

  .presentation {
    margin-top: 40px;
  }

  .testimonials h3::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 50px;
    height: 50px;
    background-image: url("../images/quotes.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }

  .testimonials h3 {
    font-size: 20px;
    padding: 40px 20px 0 20px;
  }

  .testimonials h5 {
    font-size: 14px;
    margin-top: 20px;
    padding: 0 20px;
  }

  .testimonials {
    padding: 40px 0;
  }

  .presentation .row:not(:last-child),
  .presentation .row:last-child {
    margin-bottom: 30px;
  }

  .title:not(.hero .title),
  .feed .instagram h2 {
    font-size: 60px;
  }

  /* .feed .instagram > img {
    display: none;
  } */

  footer a[href^="tel"],
  footer a[href^="mailto"] {
    display: block;
    margin-left: 0 !important;
    margin-bottom: 5px;
  }

  footer a img[aria-hidden="true"] {
    display: none;
  }

  .feed {
    padding-top: 60px;
  }

  .feed h4 {
    margin-bottom: 30px;
  }

  .feed .instagram {
    margin-bottom: 0;
  }

  .kontakt-form h2 {
    font-size: 24px;
  }

  .imp .title {
    font-size: 60px;
  }

  .hero {
    min-height: unset;
    padding: 20px 0;
  }

  .btn-wrapper {
    margin-top: 30px;
  }

  /* .hero .bgs-wrap .slider-bg {
    display: none !important;
  } */

  header ul a.ms-4 {
    margin-left: 0 !important;
  }

  header ul li a img {
    max-width: 15px;
  }

  header ul {
    text-align: start;
    align-items: start;
  }

  header .row .col-12 {
    gap: 20px;
  }

  .hero a:not(:last-child) {
    margin-right: 0 !important;
  }
  header a img {
    max-width: 75% !important;
  }

  .mb-80 {
    margin-bottom: 30px;
  }

  .feed .instagram h2 {
    font-size: 40px;
    margin-bottom: 0;
  }

  .feed .instagram {
    gap: 20px;
  }

  .feed .instagram img {
    max-width: 35px;
  }

  .feed h4 {
    font-size: 14px;
    margin-top: 20px;
  }

  .feed .feed-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
  }

  .feed .feed-wrapper a img {
    min-height: 300px;
  }

  .feed .container-fluid {
    padding: 0 !important;
  }

  .feed .feed-wrapper {
    margin-bottom: 0;
  }

  footer {
    padding-top: 70px;
  }

  footer p {
    font-size: 12px;
  }

  .kontakt {
    min-height: 400px;
  }
}
