* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  scroll-margin-top: 90px;
  -webkit-tap-highlight-color: transparent;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.1rem;
  font-weight: bold;
}

p,
a,
i {
  line-height: 1.4;
}

html {
  overflow-y: scroll;
}

/* --------------- Header  --------------- */
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: white;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  height: 90px;
  padding: 20px 20px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-content .header-logo {
  display: block;
  font-size: 0;
}
header .header-content .header-logo img {
  max-width: 240px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 20px 0;
}
header .header-content nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  text-align: center;
}
header .header-content nav.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}
header .header-content nav a {
  text-decoration: none;
  color: black;
  font-family: "Merriweather", serif;
  font-weight: bold;
  position: relative;
}
header .header-content nav a:after {
  position: absolute;
  bottom: -5px;
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #5ed1e5;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
header .header-content nav a:hover::after {
  width: 100%;
}

.socials a {
  font-size: 30px !important;
}
.socials a i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.socials a:after {
  display: none !important;
}
.socials a:hover {
  color: #5ed1e5 !important;
}
.socials a:hover i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* --------------- Mobile Nav Buttons --------------- */
#hamburger,
#close {
  display: none;
  width: 30px;
  cursor: pointer;
}

/* --------------- Buttons --------------- */
.button {
  padding: 14px;
  text-decoration: none;
  border-radius: 10px;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  font-family: "Merriweather", serif;
  border: none;
  font-weight: bold;
  cursor: pointer;
}
.button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.button:after {
  display: none !important;
}
.button.btn-color-1 {
  background-color: #5ed1e5;
  color: black;
}
.button.btn-color-2 {
  background-color: beige;
}

/* --------------- Hero --------------- */
.hero {
  position: relative;
  -webkit-animation: 0.3s fadeIn ease-in forwards;
          animation: 0.3s fadeIn ease-in forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  opacity: 0;
}
.hero .hero-content {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  z-index: 10;
  color: white;
  font-size: 40px;
  font-weight: bold;
}
.hero .hero-content img {
  width: calc(100% - 120px);
  height: auto;
  max-width: 900px;
  -webkit-filter: brightness(0) saturate(100%) invert(92%) sepia(100%) saturate(3%) hue-rotate(220deg) brightness(107%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(92%) sepia(100%) saturate(3%) hue-rotate(220deg) brightness(107%) contrast(100%);
}

/* --------------- Swiper --------------- */
.swiper {
  height: 60vh;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-height: 400px;
}
.swiper .swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.45);
          filter: brightness(0.45);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.swiper .swiper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  gap: 20px;
  padding: 0 55px;
  -webkit-transition: none !important;
  transition: none !important;
}
.swiper .swiper-content h1 {
  max-width: 600px;
}
.swiper .swiper-content p {
  max-width: 600px;
}

/* --------------- Containers --------------- */
.container-full {
  padding: 60px 0;
  -webkit-animation: 0.3s fadeIn ease-in forwards;
          animation: 0.3s fadeIn ease-in forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  opacity: 0;
}
.container-full.bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#5ed1e5), color-stop(#abddbd), to(#fae793));
  background: linear-gradient(#5ed1e5, #abddbd, #fae793);
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

/* --------------- Text --------------- */
.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 25px;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-bottom: 40px;
  gap: 20px;
}
.title p {
  max-width: 800px;
}

/* --------------- Grids --------------- */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 75px;
}
.grid-2 img,
.grid-2 video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 16/12;
}
.grid-2 .text {
  padding: 50px 0;
}

/* --------------- Services --------------- */
.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  gap: 25px;
}

.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(25% - 25px);
  padding: 25px;
  text-align: center;
  background-color: white;
  color: black;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  aspect-ratio: 1/1;
  text-decoration: none;
}
.service img {
  width: 70%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 20px;
}
.service:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* -------------------------------------------  Map  ------------------------------------------- */
#map {
  font-size: 0;
}

iframe {
  width: 100%;
  height: 600px;
  border: none !important;
  font-size: 0 !important;
}

#no-cookie {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 25px;
  font-weight: bold;
}

/* --------------- Contact --------------- */
.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  max-width: 1000px;
  margin: 0 auto;
}

.contact-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

.contact-boxes-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  background-color: white;
  border-radius: 10px;
  gap: 15px;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-info.start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
}
.contact-info a {
  text-decoration: none;
  color: black;
}
.contact-info i {
  color: #5ed1e5;
  font-size: 35px;
}
.contact-info.clickable:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background-color: rgb(213, 247, 247);
}

hr {
  height: 2px;
  background-color: #000000;
  border: none;
}

/* --------------- Price --------------- */
#preisliste {
  background-color: rgba(247, 247, 247, 0.897);
}

.price-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

.price-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 20px;
  background-color: white;
  border-radius: 10px;
  padding: 30px;
}
.price img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  width: 65%;
  height: auto;
}
.price i {
  color: #5ed1e5;
  font-size: 35px;
}
.price .price-cost {
  font-size: 22px;
  font-weight: bold;
  margin-top: auto;
}

.price-note {
  text-align: center;
  font-weight: bold;
}

/* --------------- Footer --------------- */
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-height: 450px;
  background-color: whitesmoke;
}
footer .footer-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 60px 20px;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px;
}
footer .footer-content .footer-logo {
  max-width: 200px;
}
footer .footer-content .footer-content-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
footer .footer-content .footer-content-col .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
footer .footer-content .footer-content-col .footer-info a {
  color: black;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
footer .footer-content .footer-content-col .footer-info a:after {
  position: absolute;
  bottom: -5px;
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #5ed1e5;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
footer .footer-content .footer-content-col .footer-info a:hover::after {
  width: 100%;
}
footer .copyright {
  text-align: center;
  width: 100%;
  padding: 20px;
  font-weight: bold;
  font-family: "Merriweather", serif;
}
footer .copyright a {
  color: black;
  text-decoration: none;
  position: relative;
}
footer .copyright a:after {
  position: absolute;
  bottom: -5px;
  content: "";
  left: 0;
  display: block;
  width: 0;
  height: 3px;
  background: #5ed1e5;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
footer .copyright a:hover::after {
  width: 100%;
}

.show {
  display: none;
}

/* --------------- Impressum --------------- */
.impressum,
.cookie-richtlinie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.impressum #impressum,
.impressum #cookie-richtlinie,
.cookie-richtlinie #impressum,
.cookie-richtlinie #cookie-richtlinie {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* --------------- Media Queries --------------- */
@media only screen and (max-width: 1200px) {
  header .header-content nav {
    opacity: 0;
    pointer-events: none;
    background: white;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    gap: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .header-content nav a {
    font-size: 1.1rem;
  }
  header .header-content nav .button {
    margin-top: 15px;
  }
  header .header-content nav.active {
    opacity: 1;
    pointer-events: all;
  }
  header .header-content .header-logo {
    width: 180px;
  }
  #hamburger,
  #close {
    display: block;
  }
  #close {
    position: absolute;
    top: 30px;
    right: 20px;
  }
  .container-full {
    padding: 40px 0;
  }
  .grid-2 {
    gap: 25px;
  }
  .grid-2 img,
  .grid-2 video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  .grid-2 .text {
    padding: 0px;
  }
  .service {
    width: calc(33% - 20px);
  }
}
@media only screen and (max-width: 992px) {
  .grid-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price-list {
    grid-template-columns: 1fr 1fr;
  }
  footer .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
    padding: 20px;
  }
}
@media only screen and (min-width: 1201px) {
  header .header-content nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
  h2,
  h1 {
    font-size: 1.6rem;
  }
  .service h3 {
    font-size: 3.6vw;
  }
  .swiper {
    height: 50vh;
  }
  .swiper .swiper-content {
    padding: 40px;
    height: 100%;
    min-height: 400px;
  }
  .swiper img {
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 15px !important;
  }
  .services {
    gap: 15px;
  }
  .service {
    width: calc(50% - 7.5px);
  }
  .contact {
    gap: 15px;
  }
  .contact-boxes,
  .contact-boxes-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .contact-info {
    padding: 20px;
    gap: 15px;
  }
  iframe {
    height: 70vh;
    min-height: 400px;
  }
  .hide {
    display: none;
  }
  .show {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  * {
    scroll-margin-top: 70px;
  }
  header .header-content {
    height: 70px;
  }
  #close {
    top: 20px;
  }
  .container-full {
    padding: 25px 0;
  }
  .title {
    margin-bottom: 25px;
  }
  .text {
    gap: 20px;
  }
  .price-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price-list img {
    width: 50%;
  }
}/*# sourceMappingURL=styles.css.map */