/*$color-secondary: #2a8ee0!default;*/
/** 1200px oder schmaler */
/** 992px oder schmaler */
/** 768px oder schmaler */
/** 576px oder schmaler */
/** Breakpoints */
.home__content {
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 1200px;
}
@media (max-width: 75em) {
  .home__content {
    margin-bottom: 1rem;
  }
}
@media (max-width: 62em) {
  .home__content {
    margin-bottom: 6rem;
  }
}
@media (max-width: 48em) {
  .home__content {
    margin-bottom: 1rem;
    flex-direction: column;
  }
}

.home__content-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  margin-bottom: 6rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 48em) {
  .home__content-text {
    flex-direction: column;
    margin-bottom: 1rem auto 2rem auto;
  }
}

.home__description {
  margin: 1rem;
}

.home__teaser-box {
  color: #333333;
  width: 30%;
  height: 400px;
}
@media (max-width: 48em) {
  .home__teaser-box {
    width: 80%;
    height: auto;
    margin-bottom: 2rem;
  }
}

.service-box {
  text-align: center;
  width: 80%;
  margin-bottom: 3rem;
}

.service-box h1 {
  font-size: 1.4rem;
}

#service-bereich .row:nth-of-type(2) > .col-2:first-of-type > .service-box {
  margin-right: 0;
  margin-left: auto;
}

#service-bereich .row:nth-of-type(2) > .col-2:nth-of-type(2) > .service-box {
  margin-right: auto;
  margin-left: auto;
}

.service-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  transition: transform 1s ease-in-out;
}

.service-icon:hover {
  transform: scale(1.1);
}

#guenstig-icon {
  background: #8bc34a;
  background-repeat: no-repeat;
  background-position: center;
  color: rgb(196, 56, 63);
}

#schnell-icon {
  background: #8bc34a;
  background-repeat: no-repeat;
  background-position: center;
  color: rgb(196, 56, 63);
}
#schnell-icon svg {
  margin-top: 0.7rem;
}

#modern-icon {
  background: #8bc34a;
  background-repeat: no-repeat;
  background-position: center;
  color: rgb(196, 56, 63);
}

@media (max-width: 768px) {
  #service-bereich > .container > .row:nth-of-type(2) > .col-2 > .service-box {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .service-box {
    width: 100%;
  }
}
.home__gallery {
  max-width: 1200px;
  margin: 2rem auto 4rem auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
@media (max-width: 36em) {
  .home__gallery {
    width: 82%;
  }
}

.home__gallery img {
  width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.3rem rgb(196, 56, 63);
  cursor: pointer;
  z-index: 0;
  transition: transform 0.5s ease-in-out, z-index 0.5s linear;
}
.home__gallery img:hover {
  transform: scale(1.2);
  transition: transform 0.5s ease-in-out, z-index 0.5s linear;
  z-index: 1000;
}
@media (max-width: 36em) {
  .home__gallery img {
    width: 90%;
  }
}

.ferienwohnung__container {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 1rem;
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 36em) {
  .ferienwohnung__container {
    display: block;
  }
}

.content {
  flex: 2;
}

.content h1 {
  font-size: 2rem;
  color: var(--main-green);
  margin-bottom: 1rem;
}

.content p {
  margin-bottom: 1.5rem;
}

.thumbnails {
  flex: 1;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.thumbnails img {
  border-radius: 0.5rem;
  box-shadow: 0 0 0.3rem rgb(196, 56, 63);
  cursor: pointer;
  z-index: 0;
  transition: transform 0.5s ease-in-out, z-index 0.5s linear;
}

.thumbnails img:hover {
  transform: scale(1.2);
  z-index: 1000;
  transition: transform 0.5s ease-in-out, 0.5s linear;
}
@media (max-width: 36em) {
  .thumbnails img:hover:hover {
    transform: scale(1.05);
  }
}

.ferienwohnung__thumbnail {
  max-width: 300px;
  height: auto;
}

.ferienwohnung__hero {
  position: relative;
  width: 100%;
  height: 50vh;
  background: url("../img/haus-maria.webp") no-repeat center/cover;
}

.ferienwohnung__hero-text {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}
@media (max-width: 62em) {
  .ferienwohnung__hero-text {
    left: 50%;
  }
}

.ferienwohnung__hero-text-h1 {
  font-size: 2.5rem;
  margin: 0;
}

.ferienwohnung__hero-text-p {
  font-size: 1.2rem;
  margin: 0.5rem 0 1.5rem;
}

.bildergalerie__hero {
  position: relative;
  width: 100%;
  height: 50vh;
  background: url("../img/haus-maria.webp") no-repeat center/cover;
}

.bildergalerie__hero-text {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}
@media (max-width: 62em) {
  .bildergalerie__hero-text {
    left: 50%;
  }
}

.bildergalerie__hero-text-h1 {
  font-size: 2.5rem;
  margin: 0;
}

.bildergalerie__hero-text-p {
  font-size: 1.2rem;
  margin: 0.5rem 0 1.5rem;
}

.kontakt__hero {
  position: relative;
  width: 100%;
  height: 50vh;
  background: url("../img/haus-maria.webp") no-repeat center/cover;
}

.kontakt__hero-text {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}
@media (max-width: 62em) {
  .kontakt__hero-text {
    left: 50%;
  }
}

.kontakt__hero-text-h1 {
  font-size: 2.5rem;
  margin: 0;
}

.kontakt__hero-text-p {
  font-size: 1.2rem;
  margin: 0.5rem 0 1.5rem;
}

.kontakt__wrapper {
  width: 75%;
  margin: 0 auto;
}

#kontakt__container {
  display: block;
}

.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*=col-] {
  float: left;
  min-height: 1px;
  padding: 0.8rem;
}

.col-6 {
  width: 100%;
}

#kontakt-bereich {
  padding-top: 1rem;
}

.kontakt__datenschutz-checkbox-area {
  position: relative;
}

.kontakt__datenschutz-checkbox {
  display: inline-block;
  width: 20px !important;
}

.kontakt__datenschutz-confirm-text {
  display: inline;
}

#kontakt-formular input,
#kontakt-formular textarea {
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  font-family: "Nunito", Arial, sans-serif;
  color: #8bc34a;
  transition: 0.5s ease-in-out;
  background-color: transparent;
  color: #8bc34a;
  font-weight: bold;
  font-size: 1.15rem;
  border: 2px solid #8bc34a;
  border-radius: 0.5rem;
}

#kontakt-formular textarea {
  height: 100px;
}

#kontakt-formular input:hover,
#kontakt-formular textarea:hover {
  border: 1 px solid rgb(196, 56, 63);
}

#kontakt-formular {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}

@media (min-width: 1366px) {
  #kontakt-formular {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  #kontakt-formular {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #kontakt-formular button {
    width: 100%;
  }
}
#absendenButton {
  width: 150px;
  height: 39px;
  background-color: transparent;
  color: #8bc34a;
  font-weight: bold;
  font-size: 1.15rem;
  border: 2px solid #8bc34a;
  border-radius: 0.5rem;
}

.screenreader {
  display: none;
}

.impressum__hero {
  position: relative;
  width: 100%;
  height: 50vh;
  background: url("../img/haus-maria.webp") no-repeat center/cover;
}

.impressum__hero-text {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}
@media (max-width: 62em) {
  .impressum__hero-text {
    left: 50%;
  }
}

.impressum__hero-text-h1 {
  font-size: 2.5rem;
  margin: 0;
}

.impressum__hero-text-p {
  font-size: 1.2rem;
  margin: 0.5rem 0 1.5rem;
}

.impressum__wrapper {
  width: 75%;
  margin: 0 auto;
}

.urlaub__container {
  max-width: 1200px;
  margin: 2rem auto;
}
@media (max-width: 36em) {
  .urlaub__container {
    padding: 0 0.25rem;
  }
}

.urlaub__img-right {
  float: right;
  transition: transform 0.5s ease-in-out;
}

.urlaub__img-right:hover {
  transform: scale(1.2);
}

.urlaub__img-right img {
  width: 20rem;
  margin: 1.5rem;
  border: 1px solid var(--dunkel-grau);
  border-radius: 0.5rem;
  box-shadow: 0 0 0.3rem rgb(214.8666666667, 114.5333333333, 119.55);
}

.urlaub__img-left {
  float: left;
  transition: transform 0.5s ease-in-out;
}

.urlaub__img-left:hover {
  transform: scale(1.2);
}

.urlaub__img-left img {
  width: 20rem;
  margin: 1.5rem;
  border: 1px solid var(--dunkel-grau);
  border-radius: 0.5rem;
  box-shadow: 0 0 0.3rem rgb(214.8666666667, 114.5333333333, 119.55);
}

@media (max-width: 768px) {
  .urlaub__img-left {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .urlaub__img-right {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
:root {
  font-size: 16px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Nunito", Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  color: #333333;
}

body {
  margin: 0;
  background-color: #f5f5f5;
}

a {
  color: rgb(196, 56, 63);
}

/* latin-ext */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url("../inc/fonts/Nunito/Nunito.ttf") format("truetype");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url("../inc/fonts/Nunito/Nunito.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url("../inc/fonts/Nunito/Nunito-Italic.ttf") format("truetype");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url("../inc/fonts/Nunito/Nunito-Italic.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
header {
  position: sticky;
  top: 0;
  background: #8bc34a;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("../img/haus-maria.webp") no-repeat center/cover;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}
@media (max-width: 62em) {
  .hero-text {
    left: 50%;
  }
}

.hero-text h1 {
  font-size: 2.5rem;
  margin: 0;
}

.hero-text p {
  font-size: 1.2rem;
  margin: 0.5rem 0 1.5rem;
}

footer {
  background: #333333;
  color: white;
  padding: 1rem;
  text-align: center;
}

footer a {
  color: rgb(196, 56, 63);
  text-decoration: none;
  margin: 0 0.5rem;
}
footer a:hover {
  text-decoration: underline;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  max-width: 1200px;
  margin: auto;
}

.menu {
  display: flex;
  gap: 1rem;
}
@media (max-width: 48em) {
  .menu {
    display: none;
  }
}

.navigation__burger {
  display: flex;
  gap: 1rem;
}
@media (max-width: 48em) {
  .navigation__burger {
    display: flex;
    gap: 1rem;
  }
}

.navigation__burger label {
  cursor: pointer;
  text-decoration: none;
  color: white;
  transition: 0.5s ease-in-out;
  border-bottom: 2px solid transparent;
}
.navigation__burger label:hover {
  border-bottom: 2px solid rgb(196, 56, 63);
}

.menu a {
  text-decoration: none;
  color: white;
  transition: 0.5s ease-in-out;
  border-bottom: 2px solid transparent;
}
.menu a:hover {
  border-bottom: 2px solid rgb(196, 56, 63);
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.menu-overlay.active {
  display: block;
}

.navigation__logo-container {
  display: block;
  transition: 0.5s ease-in-out;
}
.navigation__logo-container:hover .navigation__logo {
  transform: scale(1.1);
}
.navigation__logo-container:hover .navigation__logo g,
.navigation__logo-container:hover .navigation__logo path,
.navigation__logo-container:hover .navigation__logo rect {
  fill: rgb(137.2, 39.2, 44.1);
  transition: fill 0.5s ease-in-out;
}

.navigation__logo {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
.navigation__logo g,
.navigation__logo path,
.navigation__logo rect {
  fill: rgb(196, 56, 63);
  transition: fill 0.5s ease-in-out;
}

.sidenav__opened {
  display: none;
}

.sidenav {
  display: block;
  position: fixed;
  z-index: 15000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.sidenav__opened:checked ~ .sidenav {
  pointer-events: all;
}

/* Seitenleiste eingeblendet
.sidenav__opened:checked ~ .sidenav .sidenav__background {
s. unten in sass umgesetzt
}*/
.sidenav__background {
  display: block;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: opacity 0.55s ease-in-out;
}
.sidenav__opened:checked ~ .sidenav .sidenav__background {
  opacity: 1;
}

.sidenav__container {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 15rem;
  max-width: 100vw;
  background-color: rgb(235, 235, 235);
  box-shadow: 0 0 1rem black;
  transform: translate(calc(100% + 1rem), 0);
  will-change: transform;
  transition: transform 0.55s ease-in-out;
}
.sidenav__opened:checked ~ .sidenav .sidenav__container {
  transform: translate(0, 0);
}

.sidenav__close {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  color: transparent;
  cursor: pointer;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 10000px;
  background-image: linear-gradient(45deg, transparent 44%, black 45%, black 55%, transparent 56%), linear-gradient(-45deg, transparent 44%, black 45%, black 55%, transparent 56%);
}

.sidenav__nav {
  margin-top: 3.75rem;
  list-style-type: none;
  border-top: 0.0625rem solid rgb(220, 220, 220);
}

.sidenav__nav-link {
  font-size: 1.25rem;
  padding: 0.5rem 1.5rem;
  display: block;
  color: black;
  font-weight: 300;
  text-decoration: none;
  border-bottom: 0.0625rem solid rgb(220, 220, 220);
  background-color: rgb(235, 235, 235);
  transition: color 0.25s ease-in-out, font-weight 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.sidenav__nav-link:hover {
  background-color: white;
  color: #8bc34a;
}

.cta {
  display: inline-block;
  background: rgb(196, 56, 63);
  color: white;
  padding: 1rem 2rem;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0.5rem;
  transition: background 0.5s ease-in-out;
  animation: pulse 3s infinite;
}
.cta:hover {
  background: rgb(137.2, 39.2, 44.1);
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.price-box {
  background-color: #8bc34a;
  color: white;
  border-radius: 0.5rem;
  padding: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: 0;
  font-size: 0.9rem;
}

.price-box h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.price-box ul {
  list-style: none;
  padding: 0;
  font-size: 0.9rem;
}

.price-box ul li {
  font-size: 1.2rem;
  margin: 0.5rem 0;
  font-size: 0.9rem;
}

.buchungskalender {
  border-collapse: collapse;
  width: 100%;
}

.buchungskalender th, .buchungskalender td {
  border: 1px solid #ccc;
  text-align: center;
  width: 14.28%; /* 100% / 7 Tage */
  padding: 10px;
}

.buchungskalender th {
  background-color: #f4f4f4;
}

.buchungskalender td.frei {
  background-color: rgb(138, 255, 138);
}

.buchungskalender td.belegt {
  background-color: rgb(255, 150, 150);
  font-weight: bold;
}

.buchungskalender td.leer {
  background-color: #f9f9f9;
}

.buchungskalender__month-switch {
  margin: 1rem auto;
  display: block;
  text-align: center;
}

.buchungskalender__container {
  margin: 2rem auto;
  width: 60vw;
}

.buchungskalender__container-start {
  margin: 2rem auto;
  width: 25vw;
}

#buchungskalender__home {
  width: 360px;
  border: 1px solid #8bc34a;
  border-radius: 0.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 0.5rem;
}
@media (max-width: 36em) {
  #buchungskalender__home {
    font-size: 0.5rem;
    width: 335px;
    margin-left: 1rem;
  }
}

.widgetbox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 365px;
  flex-direction: column;
  margin: 1rem;
}

.gallery {
  max-width: 1200px;
  margin: 2rem auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.gallery img {
  width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.7);
  cursor: pointer;
  transition: transform 0.3s;
}

.gallery img:hover {
  transform: scale(1.05);
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  justify-content: center;
}

.gallery img {
  width: 100%;
  max-width: 200px;
  height: auto;
  cursor: pointer;
  border-radius: 5px;
  transition: transform 0.2s ease;
}

.gallery img:hover {
  transform: scale(1.05);
}

/* Vollansicht */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  box-shadow: 0 0 20px #000;
  border-radius: 5px;
}

.lightbox .controls {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox .button {
  cursor: pointer;
  color: white;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.8);
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
}

.lightbox .button:hover {
  background: rgba(255, 255, 255, 0.8);
  color: black;
}

.lightbox .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: white;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  padding: 10px;
}

/*# sourceMappingURL=main.css.map */
