@font-face {
  font-family: "lato";
  src: url(/content/fonts/Lato-Regular.ttf);
  font-display: swap;
}

:root {
  /* --header-color: hsl(204, 100%, 62%); */
  --menu-font-color: #fff;
  --navigation-bg-color: hsl(106, 84%, 17%);
  --button-blue: hsl(187, 88%, 51%);
}
body {
  font-size: 20px;
  font-family: "lato";
  scroll-behavior: smooth;
  line-height: 1.4;
}

html {
  scroll-behavior: smooth;
}
@media (max-width: 700px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  body {
    font-size: 16px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header-top-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding-inline: 25px;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
  height: 1px;
}
@media (min-width: 1200px) {
  header {
    height: 70px;
  }
}

.navigation {
  isolation: isolate;
  display: flex;
  justify-content: center;
}

.navigation::after {
  z-index: -1;
  content: "";
  display: flex;
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.3) 20%,
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.05) 70%,
    rgba(0, 0, 0, 0) 90%
  );
}

.navigation div {
  padding: 10px 15px;
}
.navigation div a {
  font-size: 1.2em;
  color: #fff;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
.hero {
  isolation: isolate;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.hero::after {
  content: "";
  display: flex;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.6) 5%,
    rgba(0, 0, 0, 0.4) 10%,
    rgba(0, 0, 0, 0.1) 15%,
    rgba(255, 255, 255, 0.1) 90%,
    rgba(255, 255, 255, 0.5) 95%,
    rgba(255, 255, 255, 1) 100%
  );
}

.hero .overlay-text {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
  text-align: center;
}
.hero .overlay-text h1 {
  color: #fff;
  font-size: 2.5em;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}

.hero .overlay-text p {
  color: #fff;
  font-size: 2em;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}

.hero {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.hero img {
  width: 100vw;
  z-index: -1;
  height: 650px;
  object-fit: cover;
  display: block;
}

@media (max-width: 700px) {
  .hero img {
    height: 500px;
  }
}
@media (max-width: 500px) {
  .hero img {
    height: 400px;
  }
}

section {
  scroll-margin-block-start: 100px;
}
@media (max-width: 1200px) {
  section {
    scroll-margin-block-start: 30px;
  }
}

h2 {
  margin-block: 20px;
}

h3 {
  margin-block: 10px;
}
ul {
  padding-inline-start: 25px;
}
body {
  background-color: #fff;
}

.main-content {
  max-width: 1650px;
  margin: 0 auto;
  padding-inline: 25px;
}
.img-cover {
  height: 100%;
  object-fit: cover;
  max-height: 370px;
}
.main-info {
  padding-block: 25px;
}

.splide {
  max-width: 705px;
}

.splide__slide img {
  width: 100%;
  object-fit: cover;
}
.flex-columns {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.flex-columns .splide-container {
  flex: 1;
  flex-basis: calc(40% - 15px);
  max-width: 100%;
}
@media (min-width: 600px) {
  .flex-columns .splide-container {
    width: 600px;
  }
}

.flex-columns .flex-text {
  flex: 1;
  flex-basis: calc(50% - 15px);
  min-width: 300px;
}

.flex-columns .splide {
  margin-inline: auto;
}

.btn {
  padding-inline: 25px;
  padding-block: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.btn-block {
  margin-block: 20px;
  background-color: rgb(22, 214, 240);
  color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px #c9c9c9;
}

.btn-block:hover {
  box-shadow: 0px 0px 15px #b4b3b3;
}

body {
  overflow-x: hidden;
}
.flex-3 {
  margin-block: 15px;
  display: grid;
  width: 100%;
  min-width: 200px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 300px));
  gap: 20px;
}
.panel li {
  list-style: none;
}
.panel ul {
  padding: 0;
}
.panel {
  background-color: #f8f3e3;
  padding: 10px 15px;
}

footer {
  margin-block-start: 25px;
  padding-block: 25px;
  background-color: #f8f3e3;
}

footer .footer-colles {
  display: flex;
  max-width: 1650px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 20px;
  padding-inline: 25px;
}
footer .footer-colles > div {
  flex: 1;
  min-width: 300px;
}

.img-responsive {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.picture-holder {
  isolation: insolate;
  position: relative;
}
.picture-holder .overlay_text {
  position: absolute;
  pointer-events: none;
  background-color: #00000030;
  color: #fff;
  font-size: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  inset: 0;
}
a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: #b4b3b3;
}
li {
  list-style: none;
}
ul {
  padding-inline-start: 0;
}

p a {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .navigation {
    isolation: isolate;
    flex-direction: column;
    top: 0;
    height: 100vh;
    position: relative;
    justify-content: start;
    padding-top: 25px;
    background-color: #00000070;
    width: 70%;
    left: -70%;
    transition: left 0.5s;
    z-index: 5;
  }
  .navigation.open {
    left: 0%;
    transition: left 0.5s;
  }
}

.mobil-btn {
  position: relative;
  z-index: 1;
  height: 40px;
  width: 40px;
  top: 15px;
  float: right;
  right: 15px;
  z-index: 2;
  box-shadow: 0px 0px 10px #00000030;
  cursor: pointer;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 19%,
    var(--button-blue) 20%,
    var(--button-blue) 30%,
    transparent 31%,
    transparent 44%,
    var(--button-blue) 45%,
    var(--button-blue) 55%,
    transparent 56%,
    transparent 69%,
    var(--button-blue) 70%,
    var(--button-blue) 80%,
    transparent 81%,
    transparent 100%
  );
  background-size: 2em;
  background-position: center;
  background-repeat: no-repeat;
}
.mobil-btn::after {
  content: "";
  display: block;
  position: absolute;
  background: #00000030;
  box-shadow: #00000030;
  inset: 0;
  z-index: 0;
}

.mobil-btn.active {
  background: linear-gradient(
      45deg,
      transparent 45%,
      var(--button-blue) 46%,
      var(--button-blue) 55%,
      transparent 56%
    ),
    linear-gradient(
      -45deg,
      transparent 45%,
      var(--button-blue) 46%,
      var(--button-blue) 0 55%,
      transparent 56%
    );
  background-size: 2em;
  background-position: center;
  background-repeat: no-repeat;
}

#cookiedialog {
  position: fixed;
  inset: 0;
  display: none;
  height: 600px;
  margin: auto;
  width: 80%;
  max-width: 600px;
  border: 0;
  box-shadow: 0 0 15px black;
  padding: 30px;
}

#cookiedialog.open {
  display: block;
}

#cookiedialog .closed {
  display: none;
}
