@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500&display=swap");
/* $primary: hsl(353, 35%, 52%);
$secondary: #F8F0E3;
$accent: hsl(353, 35%, 52%);
$background: hwb(38 86% 0% / 0.404); */
/*   $secondary-button: #fcf2e1; */
/* $accent: rgb(129, 16, 16);
$accent: rgb(110, 110, 110); */
/* Round-Hero */
/* Corner Thickness variable */
/* Media queries */
/* --------------------------------------------------
   Breakpoint Mixin
   -------------------------------------------------- */
.master-grid-container {
  display: grid;
  grid-template-areas: "intro        " "apartments   " "home         " "lage         " "booking      " "travel       " "kontakt      ";
  padding-top: 2em;
}

#intro {
  grid-area: intro;
}

#home {
  grid-area: home;
}

#lage {
  grid-area: lage;
}

#apartments {
  grid-area: apartments;
}

#booking {
  grid-area: booking;
}

#travel {
  grid-area: travel;
}

#kontakt {
  grid-area: kontakt;
}

#apartments {
  display: grid;
  gap: 2rem;
  place-items: center;
}

.activity-container {
  position: relative;
  display: grid;
  gap: 0.5rem;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-areas: "radfahren  radfahren   radfahren " "Meer       Meer        Meer      " "Abenteuer  Abenteuer   Abenteuer ";
}
@media (min-width: 1024px) {
  .activity-container {
    grid-template-areas: "radfahren Meer Abenteuer";
  }
}

#radfahren {
  grid-area: radfahren;
}

#meer {
  grid-area: Meer;
}

#abenteuer {
  grid-area: Abenteuer;
}

.section {
  display: grid;
}
@media only screen and (min-width: 1024px) {
  .section {
    margin-bottom: 5rem;
  }
}

#home {
  /* .art-content {
    max-width: 30rem;
  }
  .art-title {
    max-width: 25rem;
  } */
  grid-template-areas: "sabunike" "break-1" "privlaka" "break-2" "nin" "zadar";
}
@media (min-width: 1024px) {
  #home {
    grid-template-areas: "break-1    privlaka" "nin        privlaka" "nin        break-2" "nin        zadar";
  }
}

#sabunike {
  grid-area: sabunike;
  margin: auto;
}
#sabunike .art-wrapper .vbox-item {
  grid-area: hero;
}

#privlaka {
  grid-area: privlaka;
}
@media (min-width: 1024px) {
  #privlaka {
    border-left: 4px solid #3d4a55;
    padding-left: 2rem;
    margin-left: 0;
    -o-border-image: linear-gradient(45deg, rgb(219, 183, 63), rgb(133, 36, 36), #c79229) 50;
       border-image: linear-gradient(45deg, rgb(219, 183, 63), rgb(133, 36, 36), #c79229) 50;
    transform: translateX(-2px);
  }
}

#zadar {
  grid-area: zadar;
}

#nin {
  grid-area: nin;
}
@media (min-width: 1024px) {
  #nin {
    border-right: 4px solid black;
    padding-right: 2rem;
    margin-right: 0;
    -o-border-image: linear-gradient(45deg, rgb(219, 183, 63), rgb(133, 36, 36), #c79229) 50;
       border-image: linear-gradient(45deg, rgb(219, 183, 63), rgb(133, 36, 36), #c79229) 50;
    transform: translateX(2px);
  }
}

#geruchdesmeeres {
  grid-area: break-1;
}
@media (min-width: 1024px) {
  #geruchdesmeeres {
    margin-block: 5rem;
    width: 98%;
  }
}

#nin .art-content .animation-wrapper {
  margin-top: 0;
}

#home .animation-wrapper:nth-of-type(3) {
  grid-area: break-2;
}
@media (min-width: 1024px) {
  #home .animation-wrapper:nth-of-type(3) {
    /* display: none; */
    width: 98%;
    justify-self: end;
    margin-bottom: 4rem;
  }
}

/* #apartments .wavy {
  grid-area: wavy-break;
} */
#apartments .sticky-consent {
  grid-area: consent;
}

#apartments {
  grid-template-areas: "consent" "wavy-break" "Fischerhütte" "break2" "Leuchtturm" "Meeresbrise";
  /* @include v.breakpoint ('m') {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: 
    "break      break     break"
    "header     header    header"
    "big        midi      studio"
    "break2     break2    break2"
    "header2    header2   header2"
    "studioOG   bigOG     ."
    ;
  } */
}
@media (min-width: 667px) {
  #apartments {
    grid-template-columns: 1fr;
    grid-template-areas: "consent" "weavy-break" "Fischerhütte" "break2" "Leuchtturm" "Meeresbrise";
  }
}
@media (min-width: 1280px) {
  #apartments {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "consent      consent         consent" "Fischerhütte Leuchtturm      Meeresbrise" "header2      header2         header2";
  }
}

#introduction {
  margin-bottom: 1rem;
  grid-auto-columns: 1fr;
  grid-template-areas: "sabunike";
}
@media (min-width: 1280px) {
  #introduction {
    grid-template-areas: "sabunike intro-break ";
  }
}

#intro-break {
  grid-area: intro-break;
}

#Fischerhütte {
  grid-area: Fischerhütte;
}

#Leuchtturm {
  grid-area: Leuchtturm;
}

#Meeresbrise {
  grid-area: Meeresbrise;
}

#apartments .header:first-of-type {
  grid-area: header;
}
#apartments .bread {
  grid-area: break2;
}
#apartments .bread .break-content {
  font-size: 2.5rem;
}
#apartments .header:nth-of-type(2) {
  grid-area: header2;
}
#apartments .animation-wrapper {
  padding: 1rem;
}
#apartments .animation-wrapper .card {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  #apartments .card:nth-of-type(3) {
    width: 80%;
  }
  #apartments .card {
    height: 100%;
  }
  #apartments .hor-break {
    height: 20rem;
  }
  #apartments .break-content {
    font-size: 2.5rem;
  }
  #apartments .bread .break-content > div {
    height: 5rem;
    line-height: 3rem;
    font-size: 2.5rem;
  }
}

#booking {
  display: grid;
  gap: 1rem;
}

#bg-1 {
  grid-area: break;
}

#bg-2 {
  grid-area: break2;
}

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

* {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
}

.art-title > h2, .header {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.header, .subtitle {
  text-align: center;
}

.no-overflow {
  overflow: hidden;
}

.no-overflow {
  overflow: hidden;
}

.art-title > h3, .subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

p, li, blockquote, a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

p {
  color: #3d4a55;
  margin-bottom: 1rem;
}

.grayscale {
  filter: grayscale(90%);
}

.highlight {
  color: #16a4e1;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.theStack {
  position: relative;
  display: grid;
  place-items: center;
}
.theStack h2 {
  font-size: 2.5rem;
  position: absolute;
  color: white;
  font-family: "Kaushan Script", cursive;
  filter: drop-shadow(3px 3px #333);
}
.theStack img {
  /* filter: drop-shadow(4px 4px 5px purple); */
  width: 100%;
  max-width: 25rem;
}
@media (min-width: 1280px) {
  .theStack img {
    max-width: 32rem;
  }
  .theStack h2 {
    font-size: 3rem;
  }
}

.vis-med-up {
  display: none;
}
@media (min-width: 1024px) {
  .vis-med-up {
    display: block;
  }
}

.vis-lg-up {
  display: none;
}
@media (min-width: 1280px) {
  .vis-lg-up {
    display: block;
  }
}

.sticky-consent {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: rgb(236, 230, 231);
  position: fixed;
  bottom: 0;
  z-index: 200;
}
@media (max-width: 667px) {
  .sticky-consent {
    flex-direction: column;
  }
}
.sticky-consent p {
  margin-bottom: 0;
  padding: 0.5rem;
}
.sticky-consent svg {
  margin: 0.2rem;
  display: inline;
}
.sticky-consent button {
  margin: 1rem;
  min-width: 8rem;
}

.maps {
  display: grid;
  place-items: center;
  height: 450px;
  position: relative;
}
.maps :where(.infobanner) {
  z-index: 2;
  display: none;
  flex-direction: column;
  text-align: center;
  justify-content: space-around;
  align-items: center;
  margin-block: auto;
  align-self: start;
  max-width: 40rem;
  width: 70%;
  height: 80%;
  background-color: rgba(147, 207, 209, 0.8);
  border-radius: 0.5rem;
}
.maps img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.maps p {
  max-width: 20rem;
}

.showModal {
  display: flex;
  animation-name: bounce;
  animation-duration: 6s;
}

.consent-button {
  border: 3px green inset;
  border: none;
  background-color: rgb(87, 146, 63);
  color: white;
  font-family: "Josefin Sans", sans-serif;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.round-hero {
  position: relative;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
}

.round-hero :is(img) {
  position: absolute;
  width: 4.5rem;
  inset: 0;
  margin: auto;
  border-radius: inherit;
  z-index: 101;
}

.round-hero::before,
.round-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(45deg, #499fa4, #8fdde7, #c79229);
  z-index: 100;
}

.round-hero::after {
  filter: blur(0.25rem);
}

.header-hero {
  position: relative;
  padding: 3rem;
  padding-block: 3rem;
  justify-content: center;
  color: #fff;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.541));
}
.header-hero h2 {
  color: #fff;
  font-family: "Kaushan Script", cursive;
  font-size: 1.8rem;
}

.header-content {
  position: relative;
  z-index: 22;
  max-width: 22rem;
  margin-inline: auto;
}
.header-content h3 {
  text-align: end;
}

.header-hero img.color,
img.gray {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 40%;
     object-position: 50% 40%;
  z-index: 21;
}

.header-hero img.color {
  -webkit-mask-image: url(../img/masks/path1686.svg);
          mask-image: url(../img/masks/path1686.svg);
  -webkit-mask-size: 100% 9rem;
          mask-size: 100% 9rem;
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  max-width: 30rem;
}
@media (min-width: 1024px) {
  .header-hero img.color {
    -webkit-mask-size: 100% 15rem;
            mask-size: 100% 15rem;
  }
}

.header-hero img.gray {
  z-index: 20;
}

@media (min-width: 1024px) {
  .vbox-child {
    max-width: 50%;
  }
}
/* Sektionen */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  background: url(static/img/background/waveynav.svg);
  background: none; /* Temporär für neue Idee */
  width: 100%;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 300;
  /* visibility: hidden; */ /* Temporär */
  overflow: hidden;
  /* max-height: 5rem; */ /* Temporär2 */
  transition: background-color 500ms 300ms, max-height 500ms ease-in max-width 500ms ease-in;
  transform-origin: top right;
}
.navbar nav {
  position: relative;
  z-index: 400;
  visibility: hidden;
  transition: visibility 0s;
}

.navbar::after {
  content: "";
  position: absolute;
  width: 250%;
  z-index: 100;
  height: 50rem;
  top: -25rem;
  left: -100%;
  scale: 0%;
  border-radius: 50%;
  background-color: #474444;
  transition: 1s ease;
  transform-origin: top left;
}

/* NAVBAR Animation */
.navbar[data-extendNav=true] {
  transition: max-height 500ms 200ms ease-in, max-width 500ms 200ms ease-in;
  /* max-height: 13rem; */ /* Temporär2 */
  width: 100%;
  max-width: 100%;
}
.navbar[data-extendNav=true] nav {
  visibility: visible;
  transition: 0s 1s;
}

.navbar[data-extendNav=true]::after {
  scale: 100%;
  background-color: #bec6c3;
  transition: 1s ease-out;
  transform-origin: top left;
}

/*-------------------------------------*/
/*          Hamburger Styling          */
/*-------------------------------------*/
/* General */
.hambutton {
  padding: 1rem;
  position: fixed;
  background-color: transparent;
  border: 5px solid var(--button-color, #000);
  border: none;
  width: 4rem;
  height: 4rem;
  display: grid;
  z-index: 500;
  /* border-radius: 1rem; */
}
.hambutton :is(.hamburger, .outline) {
  position: absolute;
  inset: 0;
}
.hambutton .hamburger {
  inset: 0.5rem;
  width: 3rem;
  height: 3rem;
}

/* Button Three */
.button-three {
  --button-color: rgb(255, 255, 255);
}

/* Animation 3 */
.button-three {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  overflow: hidden;
}
.button-three .line {
  stroke-dasharray: 60 31 60 300;
}
.button-three .hamburger {
  transition: translate 1s, rotate 1s;
}
.button-three .outline, .button-three .line {
  transition: 1s, stroke 500ms ease-in;
}

.button-three[aria-expanded=true] .line {
  stroke-dasharray: 60 100 60 300;
  stroke-dashoffset: -92;
}
.button-three[aria-expanded=true] .hamburger {
  translate: 3px -3px;
  rotate: 0.125turn;
}

/* List Styling */
#navlist {
  max-width: 60rem;
  gap: 1.5em;
  list-style: none;
  display: grid;
  place-items: center;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  height: 5rem;
  margin: 0 auto 0 auto;
}
#navlist li {
  text-align: center;
  width: 100%;
}
@media (max-width: 1024px) {
  #navlist {
    height: unset;
    grid-auto-flow: row;
    gap: 1rem;
    max-width: 80%;
    padding-block: 1rem;
    padding-inline-start: 16px;
  }
  #navlist li {
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 70%;
  }
}

#navlist > li > a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  color: #120f02;
  width: 100%;
  padding: 0 1rem;
  line-height: 1.5em;
}

#navlist li {
  transition: background-color 0.5s ease;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

#navlist li:hover {
  background-color: #16a4e1;
}

#home, #lage, #appartments, #booking {
  scroll-margin-top: 9.5em;
}

/* TOGGLER für Menü bei Scroll */
:where(.navbar.nav-vis::after) {
  background-color: transparent;
}

.button-three.nav-vis {
  --button-color: white;
}

/* permanentes Banner für das Menü */
:where(.banner) {
  position: fixed;
  top: 0;
  left: 0;
  height: 5rem;
  width: 5rem;
  z-index: 300;
  border-radius: 0 2.5rem 2.5rem 2.5rem;
  background-color: #16a4e1;
  transition: 0.5s;
}

/* Farbe des Banners ändern wenn gescrollt wird */
.button-three.nav-vis + .banner {
  z-index: 400;
}

@media (min-width: 1024px) {
  .navbar {
    height: 5rem;
    width: 100%;
  }
  .navbar nav {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .navbar::after {
    content: "";
    position: absolute;
    width: 100%;
    z-index: 100;
    height: 5rem;
    top: 0;
    left: 0;
    scale: 100%;
    transform-origin: top;
    border-radius: 0;
    background-color: transparent;
  }
  #navlist > li > a {
    font-size: 1.2rem;
  }
}
.the-stack {
  width: 100%;
  display: grid;
  grid-template-areas: "stack";
  place-items: center;
}

.the-stack > * {
  grid-area: stack;
  text-align: center;
}

.the-stack video {
  filter: grayscale(80%);
  width: 100%;
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
  -webkit-mask-image: linear-gradient(180deg, black, black 40%, transparent);
          mask-image: linear-gradient(180deg, black, black 40%, transparent);
}
@media (min-width: 667px) {
  .the-stack video {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

.the-stack video.desktop {
  display: none;
}

@media (min-width: 667px) {
  .the-stack video.mobile {
    display: none;
  }
  .the-stack video.desktop {
    display: block;
    filter: blur(0px), grayscale(80%);
  }
}
/* .blur {
  width: 100%;
  height: 100dvh;
  background: linear-gradient(rgba(255, 255, 255, 0.308), transparent);
  z-index: 100;
}
 */
.title {
  display: grid;
  place-items: center;
  width: 90%;
  background-size: cover;
  grid-template-areas: "title" "logo";
  position: absolute;
  top: 20%;
}
@media (min-width: 667px) {
  .title {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .title {
    width: 36%;
  }
}
.title h1 {
  font-size: 2.5rem;
  font-family: "Kaushan Script", cursive;
  font-weight: 600;
  color: #16a4e1;
  filter: drop-shadow(3px 3px #333);
  z-index: 100;
  grid-area: title;
}
.title h1 span {
  font-size: 4rem;
  font-weight: 900;
  color: #8fdde7;
  filter: drop-shadow(2px 2px #333);
  background-image: linear-gradient(107.7deg, #ff00dd, #eeff00);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title .title-bg {
  grid-area: title;
  width: 100%;
  -webkit-mask-image: url(../img/background/title_trans_2.png);
          mask-image: url(../img/background/title_trans_2.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  /* background: rgb(255, 243, 129); */
}
.title .logo {
  grid-area: logo;
  width: 45%;
  opacity: 0.9;
}

.title h1 {
  position: relative;
  overflow: hidden;
}

.title h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  border-radius: 3px;
  background-color: #499fa4;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}

/* box-shadow: inset 0 -1px black; */
footer h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 900;
  margin-bottom: 1rem;
}

.footer h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  align-self: center;
}

footer {
  position: relative;
}

.footer {
  color: #120f02;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 1rem;
  grid-auto-flow: dense;
}

.footer > .background {
  position: absolute;
  bottom: 0;
  z-index: -1;
  max-height: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: top;
     object-position: top;
  opacity: 0.7;
}

.con-grid {
  display: grid;
  grid-template-rows: 6rem 2rem auto;
  margin-inline: 2rem;
  gap: 0.5rem;
  justify-items: center;
  text-align: center;
}
.con-grid svg {
  margin-top: 1rem;
  width: 4rem;
  height: 4rem;
  padding: 0.8rem;
  background-color: #16a4e1;
  fill: #f8f8f8;
  border-radius: 0.5rem;
}

@media (min-width: 1280px) {
  .con-grid:first-of-type {
    justify-self: end;
  }
  .con-grid:last-of-type {
    justify-self: start;
  }
}
.rechtliches {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  gap: 2rem;
  padding: 1rem;
}

main {
  padding: 0;
}

.textbox {
  position: relative;
  border-radius: 8px;
  color: rgb(0, 0, 0);
  padding: 1rem;
  margin-bottom: 2.5rem;
}

.box-background {
  background-color: rgba(150, 149, 149, 0.1);
}

.background-img {
  position: absolute;
  z-index: -1;
  opacity: 0.5;
  -webkit-mask-image: linear-gradient(180deg, black, transparent 60%);
          mask-image: linear-gradient(180deg, black, transparent 60%);
}

.img-wrapper {
  position: relative;
  margin-bottom: 1rem;
}
.img-wrapper .art-img {
  position: absolute;
  inset: 0;
  height: 100%;
  filter: grayscale(25%);
}
.img-wrapper img:nth-child(2) {
  filter: grayscale(0%);
  -webkit-mask-image: linear-gradient(120deg, transparent 30%, black 70%);
          mask-image: linear-gradient(120deg, transparent 30%, black 70%);
  opacity: 1;
}

#orgel {
  height: 15rem;
}

#booking {
  background: #f8f8f8;
  padding: 64px 0;
}

#booking-API {
  height: 10rem;
}

.information {
  padding-inline: 1.5rem;
}
.information p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.information p:nth-child(even) {
  text-align: center;
}
.information h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.book-card {
  padding: 0.75rem;
  max-width: 25rem;
  display: grid;
  /* place-items: center; */
  text-align: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  width: 100%;
}
.book-card img {
  /* position: absolute; */
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  max-width: 25rem;
}
.book-card p:first-of-type {
  margin-top: 1rem;
}
.book-card p {
  padding-inline: 1rem;
  max-width: 25rem;
}

.whatsapp a, .whatsapp i {
  color: #120f02;
  font-weight: 500;
  text-decoration: none;
}

.booking a, .booking i {
  color: #120f02;
  font-weight: 500;
  text-decoration: none;
}

.traumferien a, .traumferien i {
  color: #120f02;
  font-weight: 500;
  text-decoration: none;
}

.information {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 1rem 3rem;
  grid-auto-rows: 250px auto auto;
}
.information .book-card {
  grid-row: span 3;
  grid-template-rows: subgrid;
}
@media (min-width: 1024px) {
  .information {
    grid-template-columns: 0.25fr 1fr 1fr 1fr 0.25fr;
  }
  .information .whatsapp {
    grid-column: 2;
  }
  .information .booking {
    grid-column: 3;
  }
  .information .traumferien {
    grid-column: 4;
  }
}
@media (min-width: 1280px) {
  .information {
    grid-template-columns: 0.5fr 1fr 1fr 1fr 0.5fr;
  }
}
@media (min-width: 1680px) {
  .information {
    grid-template-columns: 1.2fr 1fr 1fr 1fr 1.2fr;
  }
}

#travel {
  display: grid;
  gap: 1rem;
}
#travel .reise {
  padding-inline: 1.5rem;
}
#travel p {
  text-align: center;
  padding-inline: 1.5rem;
  font-weight: 400;
}
#travel h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: #16a4e1;
}

.reise {
  /* .book-card:first-of-type img {
      object-position: 50% 70%;
  } */
  margin-bottom: 5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 2rem;
  grid-auto-rows: 250px auto;
  grid-auto-flow: dense;
  justify-items: center;
}
.reise .book-card {
  grid-row: span 2;
  grid-template-rows: subgrid;
}
@media (min-width: 1280px) {
  .reise .book-card:first-of-type {
    justify-self: end;
  }
  .reise .book-card:last-of-type {
    justify-self: start;
  }
}

#travel {
  margin-bottom: 3rem;
}

/* Components */
#apartments {
  background-color: #faf6ea;
}

/* Article Layout for #home */
:is(.art-wrapper) {
  display: grid;
  grid-template-columns: 5rem minmax(auto, 25rem);
  grid-template-rows: 5rem auto;
  grid-template-areas: "hero title" "content content";
  gap: 1rem;
  place-items: center;
}

/* Jeder zweite Artikel */
.art-wrapper.reverse {
  grid-template-columns: minmax(auto, 25rem) 5rem;
  grid-template-areas: "title hero" "content content";
}

.art-wrapper {
  --inline-margin: 2rem;
  margin-inline: var(--inline-margin);
}
.art-wrapper .round-hero {
  grid-area: hero;
}
.art-wrapper .art-title {
  grid-area: title;
  max-width: 30rem;
  justify-self: start;
}
.art-wrapper .art-content {
  grid-area: content;
  max-width: 30rem;
}
.art-wrapper .art-content p {
  margin-bottom: 2rem;
}

.art-content h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.art-img {
  width: 100%;
  max-width: 25rem;
  height: 20rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
  margin-bottom: 2rem;
  border-radius: 1rem;
  /* box-shadow: 0px 0px 1em black; */
}

#stonebridge-nin {
  height: 25rem;
}
#stonebridge-nin .art-img {
  -o-object-fit: contain;
     object-fit: contain;
}

#gregor {
  height: 35rem;
}

#oldtown-nin {
  height: 30rem;
}
#oldtown-nin .art-img {
  -o-object-fit: contain;
     object-fit: contain;
}

#salt {
  height: 150%;
  top: 0;
  right: 0;
  opacity: 0.2;
}

#cathedral {
  height: 28rem;
}
#cathedral .art-img {
  -o-object-fit: contain;
     object-fit: contain;
}

#st-donatus {
  height: 25rem;
}

#forum {
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}

.act-card {
  border-radius: var(--card-radius) var(--card-radius) 0px 0px;
}

.act-card, .card {
  --card-radius: 0.8rem;
  position: relative;
  margin: auto;
  max-width: 30rem;
  display: grid;
}
.act-card .card-img, .card .card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  z-index: 1;
}

.card {
  --img-height: 25rem;
  width: 80%;
}
.card .card-img {
  height: 27rem;
  -webkit-mask-image: url(../img/masks/Apartment_Mask.png);
          mask-image: url(../img/masks/Apartment_Mask.png);
  position: absolute;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.card a {
  text-decoration: none;
}

.card:nth-of-type(odd) .card-img {
  -webkit-mask-image: url(../img/masks/Apartment_Mask_alt.png);
          mask-image: url(../img/masks/Apartment_Mask_alt.png);
}

#Seestern .card-content, #Meeresbrise .card-content {
  margin-top: 25rem;
}

.card-content, .act-content {
  padding: 1rem;
  color: #fff;
  z-index: 100;
}
.card-content h3, .act-content h3 {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #16a4e1;
}

.act-content {
  border-radius: 0px 0px var(--card-radius) var(--card-radius);
}

.card-content {
  background-color: #f8f8f8;
  color: #3d4a55;
  bottom: 0;
  margin-top: var(--img-height);
  /* background: v.$accent; */
}
.card-content p {
  color: black;
}
.card-content ul {
  list-style-type: disc;
}
.card-content li::marker {
  color: #16a4e1;
}

.card.reverse .card-content::after, .card.reverse .card-content::before {
  -webkit-mask: url(../img/masks/path80_edit_reverse.png);
          mask: url(../img/masks/path80_edit_reverse.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  height: 60%;
}

.card-content::after {
  -webkit-mask: url(../img/masks/path80_edit.png);
          mask: url(../img/masks/path80_edit.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  height: 60%;
}

.card-content::before {
  height: 60%;
  -webkit-mask: url(../img/masks/path80_edit.png);
          mask: url(../img/masks/path80_edit.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background: #e6caae;
}

.activity-wrapper {
  position: relative;
  padding: 2.5rem;
}

.activity-wrapper:first-of-type::before, .activity-wrapper:last-of-type::before {
  content: "";
  inset: 0 1rem 0 1rem;
  position: absolute;
  max-width: 28rem;
  margin: auto;
  background: conic-gradient(from 90deg at top 5px left 5px, rgba(0, 0, 0, 0) 90deg, #beb23f 0) 0 0, conic-gradient(from -90deg at bottom 5px right 5px, rgba(0, 0, 0, 0) 90deg, #beb23f 0) 100% 100%;
  background: linear-gradient(135deg, rgb(219, 183, 63), rgb(255, 243, 129), purple);
  --size: 50px;
  background-size: 50% 50%;
  background-repeat: repeat;
  /* ---------------------------------------------------------- */
  /* Das veraltet abgelöst durch first of type und last of type */
  -webkit-mask: conic-gradient(from 90deg at top 5px left 5px, rgba(0, 0, 0, 0) 90deg, #beb23f 0) 0 0, conic-gradient(from -90deg at bottom 5px right 5px, rgba(0, 0, 0, 0) 90deg, #beb23f 0) 100% 100%;
          mask: conic-gradient(from 90deg at top 5px left 5px, rgba(0, 0, 0, 0) 90deg, #beb23f 0) 0 0, conic-gradient(from -90deg at bottom 5px right 5px, rgba(0, 0, 0, 0) 90deg, #beb23f 0) 100% 100%;
  -webkit-mask-size: var(--size) var(--size);
          mask-size: var(--size) var(--size);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.activity-wrapper:first-of-type::before {
  -webkit-mask: conic-gradient(from 90deg at top 5px left 5px, rgba(0, 0, 0, 0) 90deg, #beb23f 0) 0 0;
          mask: conic-gradient(from 90deg at top 5px left 5px, rgba(0, 0, 0, 0) 90deg, #beb23f 0) 0 0;
  -webkit-mask-size: var(--size) var(--size);
          mask-size: var(--size) var(--size);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.activity-wrapper:last-of-type::before {
  -webkit-mask: conic-gradient(from -90deg at bottom 5px right 5px, rgba(0, 0, 0, 0) 90deg, #beb23f 0) 100% 100%;
          mask: conic-gradient(from -90deg at bottom 5px right 5px, rgba(0, 0, 0, 0) 90deg, #beb23f 0) 100% 100%;
  -webkit-mask-size: var(--size) var(--size);
          mask-size: var(--size) var(--size);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

#lage p {
  color: white;
  text-shadow: 1px 1px 1px #000;
}
#lage .act-card {
  position: relative;
  aspect-ratio: 3/4;
  max-height: 32rem;
}
#lage .act-card::before {
  content: "";
  inset: 0;
  bottom: 0;
  position: absolute;
  border-radius: var(--card-radius);
  z-index: 100;
}
#lage .card-img {
  position: absolute;
  inset: 0;
  height: 100%;
  border-radius: var(--card-radius);
}
#lage .act-content {
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  min-height: 13rem;
  overflow-y: hidden;
  bottom: 0;
  align-self: end;
  z-index: 200;
}
#lage .act-content::-webkit-scrollbar {
  width: 5px;
  padding-right: 5px;
}
#lage .act-content::-webkit-scrollbar-thumb {
  background-color: #152363;
  border-radius: 5px;
}
#lage .act-card:first-of-type .card-img {
  -o-object-position: 5% 30%;
     object-position: 5% 30%;
}

#museum {
  height: 10rem;
}

.book-card {
  background-color: #faf6ea;
}

/* TODO SPIKES 1 PX Fehlersuche */
.hor-break {
  position: relative;
  width: 100%;
  height: 15rem;
  /* background: url(static/img/pexels/break1.jpg) center 60% no-repeat;
  background-size: cover; */
  display: grid;
  place-items: center;
  overflow: visible;
  margin-bottom: 1rem;
}
.hor-break :where(.break-content) {
  color: #fff;
  text-shadow: 1px 1px 1px black;
  font-size: 1.8rem;
  padding: 2rem;
  margin: 0;
  z-index: 101;
}
.hor-break :where(.break-content) p {
  color: white;
  font-family: "Caveat", cursive;
  font-weight: 600;
  margin: 0;
}
.hor-break :where(img, .break-img) {
  width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.bread > div {
  width: 100%;
  padding: 0;
}

.bread > div > div {
  bottom: 0%;
  width: 100%;
  padding: 2rem;
  background-color: rgba(18, 15, 2, 0.5);
  overflow: hidden;
}
.bread > div > div p {
  text-align: center;
  color: white;
}

.diagonal {
  height: 12rem;
  margin-bottom: 1rem;
}

.diagonal > img {
  transform: skewY(-5deg);
  inset: 0;
}

.diagonal.reverse > img {
  transform: skewY(5deg);
}

.spikes {
  --spike-width: 60px;
  --spike-height: 10px;
}

.spikes::after, .spikes::before {
  content: "";
  position: absolute;
  width: 100%;
  height: var(--spike-height);
  background: #ffffff;
  -webkit-mask-image: url(static/img/masks/triangle.svg);
          mask-image: url(static/img/masks/triangle.svg);
  -webkit-mask-size: var(--spike-width) var(--spike-height);
          mask-size: var(--spike-width) var(--spike-height);
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
}

.spikes::before {
  top: 0;
  z-index: 101;
}

.spikes::after {
  bottom: 0;
  transform: rotate(0.5turn);
}

.wavy .break-img {
  background: url(static/img/apartment/whine-glass.jpg);
  background-size: cover;
  background-position: 100% -6rem;
  --mask-height: 93%;
  --mask:
    radial-gradient(2.02em at 50% 2.75em,#000 99%,#0000 101%) calc(50% - 2em) 0/4em 51% repeat-x,
    radial-gradient(2.02em at 50% -1.75em,#0000 99%,#000 101%) 50% 1em/4em calc(51% - 1em) repeat-x,
    radial-gradient(2.02em at 50% calc(100% - 2.75em),#000 99%,#0000 101%) calc(50% - 2em) 100%/4em 51% repeat-x,
    radial-gradient(2.02em at 50% calc(100% + 1.75em),#0000 99%,#000 101%) 50% calc(100% - 1em)/4em calc(51% - 1em) repeat-x;
  inset: 0;
  height: var(--mask-height);
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
@media (min-width: 667px) {
  .wavy .break-img {
    background-position: 100% -15rem;
  }
}
@media (min-width: 1024px) {
  .wavy .break-img {
    background-position: 100% -30rem;
  }
}
@media (min-width: 1280px) {
  .wavy .break-img {
    -webkit-mask: none;
            mask: none;
    height: 100%;
  }
}

.wavy::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(static/img/apartment/whine-glass.jpg);
  background-size: cover;
  background-position: 100% -6rem;
  --mask-height: 93%;
  --mask:
    radial-gradient(2.02em at 50% 2.75em,#000 99%,#0000 101%) calc(50% - 2em) 0/4em 51% repeat-x,
    radial-gradient(2.02em at 50% -1.75em,#0000 99%,#000 101%) 50% 1em/4em calc(51% - 1em) repeat-x,
    radial-gradient(2.02em at 50% calc(100% - 2.75em),#000 99%,#0000 101%) calc(50% - 2em) 100%/4em 51% repeat-x,
    radial-gradient(2.02em at 50% calc(100% + 1.75em),#0000 99%,#000 101%) 50% calc(100% - 1em)/4em calc(51% - 1em) repeat-x;
  -webkit-mask-image: linear-gradient(180deg, transparent 10%, black, rgba(0, 0, 0, 0.466) 90%, transparent 99%);
          mask-image: linear-gradient(180deg, transparent 10%, black, rgba(0, 0, 0, 0.466) 90%, transparent 99%);
}
@media (min-width: 667px) {
  .wavy::after {
    background-position: 100% -15rem;
  }
}
@media (min-width: 1024px) {
  .wavy::after {
    background-position: 100% -30rem;
  }
}
@media (min-width: 1280px) {
  .wavy::after {
    display: none;
  }
}

@media (min-width: 1280px) {
  #apartments .hor-break::before {
    content: "";
    position: absolute;
    max-width: 60rem;
    background-color: rgba(190, 178, 63, 0.5);
    width: 100%;
    height: 100%;
  }
  #apartments .break-img {
    height: 98%;
    width: 98%;
  }
  #apartments .hor-break {
    height: 80%;
    align-self: center;
    margin-bottom: 0;
  }
  #apartments .hor-break:first-of-type::before {
    -webkit-mask: url(static/img/masks/blob-3.svg);
            mask: url(static/img/masks/blob-3.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    top: 3px;
    left: 0px;
  }
  #apartments .hor-break:first-of-type {
    position: relative;
    transform: translateX(-5%);
  }
  #apartments .hor-break:first-of-type .break-content {
    display: none;
  }
  #apartments .hor-break:first-of-type .break-img {
    background-position: 0% 20%;
    max-width: 60rem;
    -webkit-mask: url(static/img/masks/blob-3.svg);
            mask: url(static/img/masks/blob-3.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
  #apartments .hor-break:last-of-type::before {
    overflow: visible;
    -webkit-mask: url(static/img/masks/blob-2.svg);
            mask: url(static/img/masks/blob-2.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    inset: unset;
    right: -15%;
  }
  #apartments .hor-break:last-of-type {
    overflow: hidden;
    position: relative;
    justify-self: end;
    height: 100%;
    min-width: 46rem;
    max-width: 60rem;
  }
  #apartments .hor-break:last-of-type .break-img {
    /* border-radius: 70% 20%; */
    -webkit-mask: url(static/img/masks/blob-2.svg);
            mask: url(static/img/masks/blob-2.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    right: -15%;
  }
  #apartments .hor-break:last-of-type .break-content {
    -webkit-mask: url(static/img/masks/blob-2.svg);
            mask: url(static/img/masks/blob-2.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    /* transform: skewY(-5deg) translateY(3rem); */
    position: absolute;
    transform: none;
    width: 98%;
    height: 98%;
    right: -15%;
  }
  #apartments .hor-break:last-of-type .break-content > div {
    position: absolute;
    bottom: 30%;
    text-align: center;
  }
}

@media (min-width: 1280px) {
  .bread, .wavy {
    display: none;
  }
}
/* .diagonal {
  img {
      mask-image: url(static/img/masks/Skew-Mask.svg);
      mask-repeat: repeat-x;

  }
  height: 15rem;
}  
 */
/* #intro-bg {
  background-color:  scale-color(v.$accent, $alpha: -50%);
  mask: url(static/img/masks/blob_4.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: 30%;
}

 #intro-break {
  width: 100%;
  max-width: 50rem;
  mask: url(static/img/masks/blob_4.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: 50%;
 } */
#intro-break {
  width: 80%;
  height: 35rem;
  display: none;
}
@media (min-width: 1280px) {
  #intro-break {
    display: block;
  }
}

.bg-img {
  height: 30rem;
  display: none;
}
@media (min-width: 1280px) {
  .bg-img {
    display: block;
    margin: auto;
  }
}

/* Base content */
.card:hover .card-content::after {
  height: 65%;
}

.card:hover .card-content::before {
  height: 55%;
}

.round-hero {
  animation-name: bounce;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}

.navbar-brand {
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-content: space-around;
  width: 7rem;
}
.navbar-brand p {
  line-height: 40px;
  margin: 0;
}

.opa {
  opacity: 0;
}

.inview {
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.permaInview {
  opacity: 0;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fade-in {
  animation-name: fade-in-left;
}

.card-body.inview {
  transition: transform ease;
}

.teamcard {
  opacity: 0;
}

.blend-in {
  animation-name: blend-in;
}

.wiggle li i {
  animation-name: wiggle;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}

.swoop-in-right {
  animation-name: swoop-in-right;
}

.responsive-swoop-left {
  animation-name: fading;
}
@media (min-width: 1024px) {
  .responsive-swoop-left {
    animation-name: swoop-in-left;
  }
}

.responsive-swoop-right {
  animation-name: fading;
}
@media (min-width: 1024px) {
  .responsive-swoop-right {
    animation-name: swoop-in-right;
  }
}

.swoop-in-left {
  animation-name: swoop-in-left;
}

@media (hover: none) {
  .highlight-interactive {
    animation-name: highlight-interactive;
    animation-duration: 16s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    transition: background-color ease-in-out !important;
  }
}
.cookieBegone {
  /* animation: begone 3s 0 1 forwards both; */
  animation-name: begone;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}

#title {
  transform-origin: bottom;
  opacity: 0;
  animation: title-fade-in 1.2s ease forwards;
}

em.animate {
  display: inline-block;
  opacity: 0;
  position: relative;
  animation: swoop-in-left 1s ease-in forwards;
  animation-delay: 0.8s;
}

.fading {
  opacity: 0;
  animation: fading 1s forwards;
}
@media (min-width: 1024px) {
  .fading {
    animation-delay: 0.5s;
  }
}

span.fading {
  animation-delay: 1.5s;
}

#description {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  animation: shake 1s ease forwards;
  animation-delay: 1.8s;
}

a.fading {
  animation-name: swoop-in-left;
  animation-delay: 3.5s;
}

.delay-1 {
  animation-delay: calc(400ms * (1-1));
}

.delay-2 {
  animation-delay: calc(400ms * (2-1));
}

.delay-3 {
  animation-delay: calc(400ms * (3-1));
}

.delay-4 {
  animation-delay: calc(400ms * (4-1));
}

.delay-5 {
  animation-delay: calc(400ms * (5-1));
}

.delay-6 {
  animation-delay: calc(400ms * (6-1));
}

@keyframes bounce {
  0% {
    transform: translate(0);
  }
  5% {
    transform: translate(0px, -20px) scale(1.2);
  }
  15% {
    transform: translate(0px);
  }
  100% {
    transform: translate(0px);
  }
}
@keyframes bounce-fade {
  0% {
    transform: translate(0);
  }
  5% {
    transform: translate(0px, -10px) scale(1.05);
  }
  100% {
    transform: translate(0px);
  }
}
@keyframes fade-in-left {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes fade-in-left-em {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blend-in {
  0% {
    opacity: 0.1;
    transform: translate(30%);
  }
  100% {
    opacity: 1;
  }
}
@keyframes wiggle {
  0% {
    transform: scale(1) rotate(-6deg);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swoop-in-right {
  0% {
    transform: translateX(30%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes swoop-in-left {
  0% {
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes highlight-interactive {
  0% {
    background-color: black;
  }
  10% {
    background-color: rgba(0, 0, 0, 0.5);
  }
  13% {
    background-color: black;
  }
}
@keyframes shake {
  0% {
    translate: 0%;
  }
  50% {
    translate: 2%;
  }
  100% {
    translate: 0%;
  }
}
@keyframes begone {
  100% {
    transform: translateY(500%);
  }
}
@keyframes title-fade-in {
  from {
    scale: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fading {
  to {
    opacity: 1;
  }
}
@keyframes header {
  from {
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes underline {
  from {
    opacity: 0;
  }
  25% {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
[data-inviewport=responsive-swoop-left] {
  opacity: 0;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

[data-inviewport=responsive-swoop-left].is-inViewport {
  animation-name: fading;
}
@media (min-width: 1024px) {
  [data-inviewport=responsive-swoop-left].is-inViewport {
    animation-name: swoop-in-left;
  }
}

[data-inviewport=responsive-swoop-right] {
  opacity: 0;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

[data-inviewport=responsive-swoop-right].is-inViewport {
  animation-name: fading;
}
@media (min-width: 1024px) {
  [data-inviewport=responsive-swoop-right].is-inViewport {
    animation-name: swoop-in-right;
  }
}

[data-inviewport=swoop-left] {
  opacity: 0;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

[data-inviewport=swoop-left].is-inViewport {
  animation-name: swoop-in-left;
}

[data-inviewport=swoop-right] {
  opacity: 0;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

[data-inviewport=swoop-right].is-inViewport {
  animation-name: swoop-in-right;
}

[data-inviewport=underline] {
  opacity: 0;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

[data-inviewport=underline].is-inViewport {
  animation-name: header;
}

[data-inviewport=underline]::after {
  opacity: 0;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

[data-inviewport=underline].is-inViewport::after {
  animation-name: underline;
}

.hover-zoom {
  overflow: hidden;
}

.hover-zoom img {
  height: 250px;
  transition: transform 0.5s ease;
  transform-origin: bottom;
}

.hover-zoom:hover img {
  transform: scale(1.1);
}/*# sourceMappingURL=style.css.map */