/* BASIS */
* {
  box-sizing: border-box; }

html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: var(--zero);
  color: var(--primary); }

::-moz-selection {
  text-shadow: none;
  background: #505050;
  background: rgba(0, 0, 0, 0.5);
  color: #fff; }

::selection {
  text-shadow: none;
  background: #505050;
  background: rgba(0, 0, 0, 0.5);
  color: #fff; }

img::selection {
  background: 0 0; }

img::-moz-selection {
  background: 0 0; }

.rounded {
  border-radius: 0 2em 0 2em; }

.clearfix {
  width: 100%;
  clear: both;
  display: table; }

section .content {
  padding: 120px 30px 80px 30px; }
  @media (max-width: 600px) {
    section .content {
      padding: 60px 30px 40px 30px; } }
section .flex-row {
  margin-bottom: 2vW; }
  @media (max-width: 900px) {
    section .flex-row {
      margin-bottom: 1vW; } }
section .col {
  padding: 0 3vW 0 3vW; }
  @media (max-width: 900px) {
    section .col {
      padding: 0 1vW 0 1vW; } }
section .image-container {
  width: 100%;
  height: 100%; }
  section .image-container #clip {
    height: 100%;
    width: 100%; }
section .masked-image {
  width: 100%;
  height: auto;
  clip-path: url(#clip); }
section image {
  width: 110%;
  height: 110%; }
section .clip-image {
  transform: scale(1, 1);
  transition: transform 0.2s ease-in; }
section .clip-image:hover {
  transform: scale(1, 1); }
section#unserebaeckerei {
  position: relative;
  background: #ebe6e1;
  background: linear-gradient(90deg, #ebe6e1 0%, #ebe6e1 70%, rgba(235, 230, 225, 0.8) 80%, rgba(235, 230, 225, 0.5) 90%, rgba(235, 230, 225, 0.3) 100%); }
  section#unserebaeckerei:before {
    content: '';
    position: absolute;
    top: -50px;
    right: calc(20vW - 80px);
    width: 160px;
    height: 152px;
    z-index: 1;
    background-image: url("../images/design/100-Prozent-Frische.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 900px) {
      section#unserebaeckerei:before {
        top: -30px;
        right: calc(20vW - 50px);
        width: 100px;
        height: 95px; } }
  section#unserebaeckerei:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-image: url("../images/content/Baeckerei-HG.jpg");
    background-size: cover;
    background-position: right -20vW bottom 0px;
    background-repeat: no-repeat; }
  section#unserebaeckerei h1 {
    font-weight: 400; }
section#eisspezialitaeten {
  background-color: var(--light); }
  section#eisspezialitaeten .flex-row {
    justify-content: center;
    align-content: center; }
  section#eisspezialitaeten h1 {
    text-align: center; }
  section#eisspezialitaeten .eisspezialitaeten {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    width: 100%; }
    @media (max-width: 900px) {
      section#eisspezialitaeten .eisspezialitaeten {
        width: 100%;
        margin-top: 30px; } }
    @media (min-width: 901px) and (max-width: 1200px) {
      section#eisspezialitaeten .eisspezialitaeten {
        width: 100%; } }
    section#eisspezialitaeten .eisspezialitaeten .eissorte {
      width: 100%;
      position: relative; }
      section#eisspezialitaeten .eisspezialitaeten .eissorte.spezial:before {
        content: '';
        position: absolute;
        top: -30px;
        left: -30px;
        width: 100px;
        height: 95px;
        z-index: 1;
        background-image: url("../images/design/Unsere-Spezialitaet.svg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
        @media (max-width: 900px) {
          section#eisspezialitaeten .eisspezialitaeten .eissorte.spezial:before {
            top: -30px;
            left: -30px;
            width: 100px;
            height: 95px; } }
      section#eisspezialitaeten .eisspezialitaeten .eissorte img {
        width: 100%;
        border-radius: 0 0em 0 0em; }
      section#eisspezialitaeten .eisspezialitaeten .eissorte:first-of-type img {
        width: 100%;
        border-radius: 0 0em 0 2em; }
      section#eisspezialitaeten .eisspezialitaeten .eissorte:last-of-type img {
        width: 100%;
        border-radius: 0 2em 0 0em; }
section#filialen .flex-row {
  justify-content: center;
  align-content: center; }
section#filialen h1 {
  text-align: center; }
  section#filialen h1 span {
    font-weight: 300;
    color: var(--primary);
    line-height: 100%;
    text-transform: none !important;
    font-size: calc(1rem + 0.1vw); }
    @media (max-width: 900px) {
      section#filialen h1 span {
        font-size: calc(0.9rem + 0.1vw); } }
section#filialen .sliderbox {
  width: 100vW;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 150px; }
  @media (min-width: 900px) {
    section#filialen .sliderbox .slick-current + .slick-slide {
      opacity: 1; } }
  section#filialen .sliderbox .slider {
    width: 90%;
    margin: 0px; }
    section#filialen .sliderbox .slider img {
      display: block;
      width: 33vW;
      height: auto;
      object-fit: cover;
      object-position: center center;
      margin-bottom: 2em; }
      @media (min-width: 501px) and (max-width: 900px) {
        section#filialen .sliderbox .slider img {
          width: 55vW; } }
      @media (max-width: 500px) {
        section#filialen .sliderbox .slider img {
          width: 70vW; } }
    section#filialen .sliderbox .slider .slick-prev, section#filialen .sliderbox .slider .slick-next {
      width: 60px;
      height: 57px;
      background-size: 100%;
      background-repeat: no-repeat;
      z-index: 2; }
      section#filialen .sliderbox .slider .slick-prev:before, section#filialen .sliderbox .slider .slick-next:before {
        content: none !important; }
    section#filialen .sliderbox .slider .slick-prev {
      left: calc(10vW - 30px);
      background-image: var(button-prev);
      display: none !important; }
    section#filialen .sliderbox .slider .slick-next {
      right: calc(10vW - 30px);
      background-image: var(button-next); }
section#karriere {
  background-color: var(--light); }
  section#karriere .flex-row {
    justify-content: center;
    align-content: center; }
  section#karriere h1 {
    text-align: center; }
  section#karriere .karriereboxen {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 3em;
    gap: 6%; }
    @media (max-width: 900px) {
      section#karriere .karriereboxen {
        flex-direction: column;
        justify-content: center; } }
    section#karriere .karriereboxen .karrierebox {
      width: 47%;
      border-radius: 0 2em 0 2em;
      padding: 2em 2em 1em 2em;
      background-color: var(--zero); }
      @media (max-width: 900px) {
        section#karriere .karriereboxen .karrierebox {
          width: 100%; }
          section#karriere .karriereboxen .karrierebox:first-of-type {
            margin-bottom: 2em; } }
      section#karriere .karriereboxen .karrierebox.karriereboxhinweis {
        position: relative; }
        section#karriere .karriereboxen .karrierebox.karriereboxhinweis:before {
          content: '';
          position: absolute;
          top: 50px;
          right: -120px;
          width: 160px;
          height: 152px;
          z-index: 1;
          background-image: url("../images/design/gehoer-dazu.svg");
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat; }
          @media (max-width: 900px) {
            section#karriere .karriereboxen .karrierebox.karriereboxhinweis:before {
              top: 20px;
              right: -20px;
              width: 100px;
              height: 95px; } }
section#anfahrt iframe {
  width: 100%;
  height: 500px; }
  @media (max-width: 900px) {
    section#anfahrt iframe {
      height: 400px; } }
section#unserezimmer {
  background-color: var(--light);
  padding-bottom: 100px;
  position: relative; }
  section#unserezimmer:before {
    content: '';
    position: absolute;
    top: -20px;
    right: calc(20vW - 80px);
    width: 160px;
    height: 152px;
    z-index: 1;
    background-image: url("../images/design/jetzt-buchen.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 900px) {
      section#unserezimmer:before {
        top: -30px;
        right: calc(20vW - 50px);
        width: 100px;
        height: 95px; } }
  section#unserezimmer .image-container {
    width: 100%;
    height: 100%; }
    section#unserezimmer .image-container #clip {
      height: 100%;
      width: 100%; }
  section#unserezimmer .masked-image {
    width: 100%;
    height: auto;
    clip-path: url(#clip); }
  section#unserezimmer .sliderbox.sliderbox-zimmer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 100px;
    right: -100px;
    position: relative; }
    section#unserezimmer .sliderbox.sliderbox-zimmer .slick-slide div {
      height: 100%; }
      section#unserezimmer .sliderbox.sliderbox-zimmer .slick-slide div .slidertext {
        height: 100%; }
    section#unserezimmer .sliderbox.sliderbox-zimmer .slick-current, section#unserezimmer .sliderbox.sliderbox-zimmer .slick-active {
      opacity: 1; }
    section#unserezimmer .sliderbox.sliderbox-zimmer .slick-current {
      opacity: 1; }
      section#unserezimmer .sliderbox.sliderbox-zimmer .slick-current img {
        border-radius: 0 0em 0 2em !important; }
    section#unserezimmer .sliderbox.sliderbox-zimmer .slick-active + .slick-active + .slick-active {
      opacity: 0.5; }
      section#unserezimmer .sliderbox.sliderbox-zimmer .slick-active + .slick-active + .slick-active img {
        border-radius: 0 2em 0 0em; }
    section#unserezimmer .sliderbox.sliderbox-zimmer .slider {
      width: calc(100% + 100px);
      margin: 0px; }
      section#unserezimmer .sliderbox.sliderbox-zimmer .slider img {
        border-radius: 0 0em 0 0em;
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 3/4;
        object-fit: cover;
        object-position: center center;
        margin-bottom: 0em; }
      section#unserezimmer .sliderbox.sliderbox-zimmer .slider .slick-prev, section#unserezimmer .sliderbox.sliderbox-zimmer .slider .slick-next {
        z-index: 2; }
        section#unserezimmer .sliderbox.sliderbox-zimmer .slider .slick-prev:before, section#unserezimmer .sliderbox.sliderbox-zimmer .slider .slick-next:before {
          content: ''; }
      section#unserezimmer .sliderbox.sliderbox-zimmer .slider .slick-prev {
        left: calc(10vW - 30px);
        width: 60px;
        height: 57px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-image: var(--button-prev) !important;
        display: none !important; }
      section#unserezimmer .sliderbox.sliderbox-zimmer .slider .slick-next {
        right: calc(10vW - 30px);
        top: calc(100% - 15px);
        width: 60px;
        height: 57px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-image: var(--button-next); }
section#buchung {
  background-color: var(--zero); }
  section#buchung #d21-quickbook {
    width: 100%;
    min-height: auto;
    max-width: inherit; }
    section#buchung #d21-quickbook #d21-headline-container {
      display: none; }
    section#buchung #d21-quickbook .d21-btn.d21-primary {
      background-color: var(--highlight) !important;
      border: 1px solid var(--highlight) !important;
      color: #ffffff; }
section#preise {
  background-color: var(--light); }
  section#preise .content.oben {
    padding-bottom: 30px; }
  section#preise .content.unten {
    padding-top: 0px; }
  section#preise h1 {
    text-align: center; }
  section#preise .slick-list {
    display: flex;
    justify-content: stretch; }
  section#preise .slick-track {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: stretch;
    height: 100%; }
    section#preise .slick-track .slick-slide {
      border-radius: 0 2em 0 2em;
      background-color: var(--zero);
      align-self: stretch;
      height: 100%; }
      section#preise .slick-track .slick-slide div {
        height: 100%; }
        section#preise .slick-track .slick-slide div .slidertext {
          height: 100%; }
  section#preise .slick-preise div {
    height: 100%; }
  section#preise .sliderbox {
    width: 100vW;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 100px;
    padding: 0em 5em 0em 5em; }
    @media (max-width: 500px) {
      section#preise .sliderbox {
        padding: 0em 1em 0em 1em; } }
    section#preise .sliderbox .slick-current {
      opacity: 1;
      border-radius: 0 0em 0 2em !important; }
      section#preise .sliderbox .slick-current img {
        border-radius: 0 0em 0 0em !important; }
    section#preise .sliderbox .slick-active {
      border-radius: 0 0em 0 0em; }
    section#preise .sliderbox .slick-active + .slick-active + .slick-active + .slick-active {
      border-radius: 0 2em 0 0em  !important; }
      section#preise .sliderbox .slick-active + .slick-active + .slick-active + .slick-active img {
        border-radius: 0 2em 0 0em  !important; }
    @media (min-width: 500px) {
      section#preise .sliderbox .slick-current + .slick-slide {
        opacity: 1; } }
    section#preise .sliderbox .slider {
      width: 90%;
      margin: 0px; }
      section#preise .sliderbox .slider img {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 4/3;
        object-fit: cover;
        object-position: center center;
        margin-bottom: 0em; }
      section#preise .sliderbox .slider .slidertext {
        padding: 2em 2em 1em 2em; }
      section#preise .sliderbox .slider .slick-prev, section#preise .sliderbox .slider .slick-next {
        width: 60px;
        height: 57px;
        background-size: 100%;
        background-repeat: no-repeat;
        z-index: 2; }
        section#preise .sliderbox .slider .slick-prev:before, section#preise .sliderbox .slider .slick-next:before {
          content: none !important; }
        section#preise .sliderbox .slider .slick-prev:hover, section#preise .sliderbox .slider .slick-next:hover {
          opacity: 0.25; }
      section#preise .sliderbox .slider .slick-prev {
        left: -70px !important;
        background-image: var(--button-prev); }
      section#preise .sliderbox .slider .slick-next {
        right: -70px !important;
        background-image: var(--button-next); }
section#fruehstueck {
  background-color: var(--zero); }
  section#fruehstueck .col {
    display: flex;
    flex-direction: column;
    justify-content: center; }

body#gaestezimmer #preise {
  position: relative; }
  body#gaestezimmer #preise:before {
    content: '';
    position: absolute;
    bottom: -20px;
    right: calc(20vW - 80px);
    width: 160px;
    height: 152px;
    z-index: 1;
    background-image: url("../images/design/jetzt-buchen.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 900px) {
      body#gaestezimmer #preise:before {
        bottom: -30px;
        right: calc(20vW - 50px);
        width: 100px;
        height: 95px; } }
  @media (min-width: 900px) {
    body#gaestezimmer #preise .slick-active {
      opacity: 1 !important; }
    body#gaestezimmer #preise .slick-prev {
      left: calc(10vW - 30px);
      background-image: var(button-prev);
      display: block !important; } }

footer {
  background-color: var(--light);
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding: 2em; }
  @media (max-width: 600px) {
    footer {
      flex-direction: column;
      justify-content: center; } }
  footer .footer__logo img {
    width: 100px;
    height: auto;
    margin-bottom: 0em; }
    @media (max-width: 600px) {
      footer .footer__logo img {
        margin-bottom: 1em; } }
  footer .footer__links a {
    color: var(--secondary);
    text-transform: uppercase;
    margin: 10px; }

.button {
  padding: 0.5em 2em;
  border: none;
  background-color: var(--zero);
  color: var(--primary); }
  .button:hover {
    opacity: 0.5; }
  .button:hover, .button:focus, .button:visited, .button:visited:hover {
    text-decoration: none;
    outline: none; }

/* TRENNER */
.trenner {
  display: none; }

.break {
  display: block; }

@media screen and (min-width: 601px) {
  .trenner {
    display: inline-block; }

  .break {
    display: none; } }
.linkboxen {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  width: 100%;
  margin-bottom: 50px; }
  @media (min-width: 900px) {
    .linkboxen {
      padding-left: 3em; } }
  .linkboxen a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 1000%;
    aspect-ratio: 1;
    background-color: #E0DBD5;
    color: #3C3C3B;
    font-weight: 500;
    text-align: center;
    background-image: url("../images/design/Gastgeber-in-Kipfenberg.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
    text-transform: uppercase;
    font-size: 1.1em; }
    .linkboxen a:hover {
      text-decoration: none; }
    .linkboxen a:first-of-type {
      border-radius: 0 0em 0 2em;
      background-image: url("../images/design/Urlaub-in-Kipfenberg.svg"); }
    .linkboxen a:last-of-type {
      border-radius: 0 2em 0 0em;
      background-image: url("../images/design/Naturpark-Altmuehltal.svg"); }
    @media (min-width: 900px) {
      .linkboxen a {
        font-size: 1.4em; } }

.rounded-left {
  border-radius: 0 0em 0 2em; }

.rounded-right {
  border-radius: 0 2em 0 0em; }
