  @font-face {
    font-family: 'MarckScript', cursive;
    src: url('../fonts/MarckScript-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }


  @font-face {
    font-family: 'MarckScript';
    src: url('../fonts/MarckScript-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }


  @font-face {
    font-family: 'Skranji';
    src: url('../fonts/Skranji-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Skranji';
    src: url('../fonts/Skranji-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }









  * {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
  }

  li {
    list-style-position: inside;
  }

  .trenner {

    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px
  }

  .trennerBild {
    width: 80px;
    height: auto;
  }

  .simpleImg {
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    height: auto;
  }



  html,
  body {
    overscroll-behavior: none;
  }



  body {
    font-family: 'Skranji', sans-serif;
    margin: 0;
    padding-top: 120px;
    justify-content: center;
    background-image: url('/assets/papyrus.webp') !important;
    background-repeat: repeat;
    background-size: 100% auto !important;
  }

  input {
    font-family: 'Skranji';
    border-radius: 8px;
    padding: 4px;
    border: 1px solid color(srgb 0.2463 0.1402 0.084);
    background-color: #ffe9b7;
    height: 40px;
    font-size: 20px;
    max-width: 100%;
    width: 400px;
    outline: none;
  }

  textarea {
    font-family: 'Skranji';
    border-radius: 8px;
    padding: 4px;
    border: 1px solid color(srgb 0.2463 0.1402 0.084);
    background-color: #ffe9b7;
    max-width: 100%;
    width: 400px;
    height: 100px;
    font-size: 20px;
    outline: none;
    resize: none;
  }

  a {
    color: color(srgb 0.2463 0.1402 0.084);
  }

  h1 {
    font-size: 1.6rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  p,
  div,
  span {
    font-size: 1.0rem;
  }



  h1,
  h2 {

    color: #c5501c;
    font-weight: bold;
  }


  .page-firstbanner {
    position: relative;
    width: 100%;
    text-align: center;
  }

  .page-firstbanner h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(1.5rem, 6vw, 4rem);
    color: color(srgb 0.2463 0.1402 0.084);
    margin: 0;
  }

  .page-firstbanner img {
    width: calc(100% + 6px);
    height: auto;
    display: block;
  }


  .nav-mobile {
    transition: height 0.3s ease, padding 0.3s ease;
    z-index: 1;
    width: 100%;
    background: #000000d4;
    height: 100vh;
    position: fixed;
    top: 120px;
    color: white;
  }

  .nav-mobile a {
    color: #c5501c !important;
    text-decoration: none;
  }


  .workInProgressContainer {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }



  .shrinkMob {
    top: 50px !important;
  }

  .nav.shrink .logo {
    height: 40px !important;
  }

  .nav.shrink .navbar-element {
    height: 40px !important;
  }

  .nav.shrink .navbar-element img {
    height: 38px !important;
  }

  .navbar-element,
  .navbar-element img {
    transition: height 0.3s ease, padding 0.3s ease;
  }



  .nav.shrink {
    height: 50px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .nav {
    transition: height 0.3s ease, padding 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100%;
    height: 120px;
    z-index: 2;
    background-image: url('/assets/papyrus.webp');
    color: #c5501c;
  }

  .nav a {
    color: color(srgb 0.2463 0.1402 0.084) !important;
    text-decoration: none;
  }

  .nav-mobile a div {
    width: 80px;
    text-align: center;
  }

  .nav-left a,
  .nav-right a,
  .nav-mobile a {
    cursor: pointer;
    display: flex;
    align-items: center;
    background: #96781c1a;
    border-radius: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-left img,
  .nav-right img,
  .nav-mobile img {
    height: 70px;
    width: auto;
  }

  .nav-left,
  .nav-right {
    display: flex;
    white-space: nowrap;
    gap: 15px;
  }

  .nav-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .logo {
    transition: height 0.3s ease, padding 0.3s ease;
    height: 100px;
  }


  .menu-icon,
  .tel-icon {
    display: none;
    margin-left: 10px;
    margin-right: 10px;
  }


  @media screen and (min-width: 1px) and (max-width: 1300px) {

    .kontaktImg {
      height: 40px !important;
    }

    .nav-left img,
    .nav-right img {
      height: 30px !important;
      width: auto;
    }

    .logo {
      height: 75px !important;
    }
  }


  @media screen and (min-width: 1301px) and (max-width: 1700px) {

    .nav-left img,
    .nav-right img,
    .nav-mobile img {
      height: 50px !important;
      width: auto;
    }
  }

  @media screen and (max-width: 1000px) {
    .logo {
      height: 90px;
    }

    .menu-icon,
    .tel-icon {
      display: flex;
    }

    .nav-left a,
    .nav-right a {
      display: none;
    }

    .simpleImg {
      max-width: calc(100% - 10px) !important;
      margin-right: 5px;
      margin-left: 5px;
    }
  }

  @media screen and (min-width: 1001px) and (max-width: 1450px) {
    .logo {
      height: 100px;
    }

    .nav-left,
    .nav-right {
      font-size: 1rem;
    }
  }
















  .menu-icon {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;

    flex-direction: column;
    justify-content: space-between;
  }

  .menu-icon span {
    display: block;
    height: 4px;
    background: black;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  /* Animation when active */
  .menu-icon.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .menu-icon.open span:nth-child(2) {
    opacity: 0;
  }

  .menu-icon.open span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }























  #flow-step-logged-in2 {
    max-width: 1100px;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;

  }


  #flow-step-logged-in {
    width: 100%;


  }



  #fotos-desktop-view h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }


  @media screen and (min-width: 800px) {

    #fotos-desktop-view {
      display: block !important;
    }

    #fotos-mobile-view {
      display: none !important;
    }
  }

  @media screen and (max-width: 799px) {

    #fotos-desktop-view {
      display: none !important;
    }

    #fotos-mobile-view {
      display: block !important;
    }

    .ambienteDiv img {
      width: 100% !important;
      height: auto !important;
    }
  }





  @media screen and (max-width: 800px) {}

  @media screen and (min-width: 1280px) {}


  .teamImage {
    height: auto;
    width: 100%;

  }

  #flow-step-mainview-inner {
    width: 100%;
    font-weight: bold;
    border-radius: 7px;

    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    color: color(srgb 0.2463 0.1402 0.084);
  }

  .readableTag {
    width: fit-content;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 6px;
    color: color(srgb 0.9778 0.8503 0.5347);
    background: rgba(0, 0, 0, 0.21);
    display: inline-block;
    margin-bottom: 0;
  }

  .andersTag {
    font-family: MarckScript;
    transform: rotate(-10deg);
    margin-top: 2%;
    color: color(srgb 0.9778 0.8503 0.5347);
  }

  .andersTagNoTransform {
    font-family: MarckScript;
    color: color(srgb 0.9778 0.8503 0.5347);
  }




  #openingTable {
    width: 100%;
  }




  .navItemContainer {
    display: flex;
    justify-content: right;
    font-size: 30px;
    font-weight: bold;
    flex: 1;
    text-align: right;
    align-items: center;
  }

  .navItemText {
    margin-right: 10px;
    margin-left: 10px;
    height: 30px;
    border-bottom: 4px solid #c5501c;
    font-size: 30px;
  }

  #flow-step-logged-in-header {
    height: 200px;
    background: #fdfced;
    border-bottom: 1px solid lightgrey;
    display: flex;
    align-items: center;
  }

  .navLogoAreaDiv {
    border-bottom: 5px solid #c5501c;
    height: 170px;
    display: inline-flex;
    align-items: center;
  }

  .navLogoAreaImgDiv {
    width: 250px;
    height: 100px;
    text-align: center;
  }

  .navLogoAreaImg {
    height: 100px;
    margin: 5px;
  }

  .navLogoAreaTitle {
    font-size: 30px;
    font-weight: bold;
  }

  .navLogoAreaSubTitle {
    font-size: 15px;
    font-weight: bold;
  }


  .navItemsOnMobileOpen {
    display: flex;
    position: fixed;
    background: #556e6cd7;
    color: white !important;
    right: 0;
    top: 100px;
    width: 50%;
    height: calc(100vh - 100px);
    flex-direction: column;
    justify-content: start;
    padding-top: 30px;
  }

  .navItemsOnMobileOpen a {
    color: #dbe1d5 !important;

    margin-top: 5px;
    margin-bottom: 5px;
  }

  .navItemsOnMobileClosed {
    display: none !important;
  }

  #openingTable td {
    border: 1px solid rgb(177, 173, 173);
    text-align: center;
    padding: 4px;
    font-size: 13px;
    white-space: nowrap;
  }

  #openingTable th {
    border: 1px solid rgb(177, 173, 173);
    text-align: center;
    padding: 4px;
    white-space: nowrap;
  }


  .notificationDialog {
    color: white;
    white-space: pre-line;
    flex-direction: column;
  }

  .notificationDialogMessage {
    background: #c5501cbf;
    color: #ffffff;
    padding: 10px;
    border-radius: 4px;
  }


















  .zoom-effect {
    transition: transform 0.3s ease;
  }

  .zoom-effect:hover {
    transform: scale(1.1);
  }










  .footerBar {
    width: 100%;
    background: rgba(0, 0, 0, 0.088);
    justify-content: center;
    position: fixed;
    bottom: 0;
    display: flex;
    gap: 5px;
  }

  .cookiePrefButton {
    cursor: pointer;
    font-size: 14px;
    padding-left: 4px;
    padding-right: 4px;
    background: rgb(63, 62, 62);
    color: #c5501c;
    border: none;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    text-decoration: none !important;
  }







  .einspaltenContainer {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 70%;
    align-items: center;
    justify-items: center;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .zweiSpaltenContainer {
    display: flex;
    flex-direction: row;
    width: 70%;
    justify-items: center;
    margin-left: 15%;
    margin-right: 15%;
  }


  .dreiSpaltenContainer {
    display: flex;
    flex-direction: row;
    width: 70%;
    justify-items: center;
    margin-left: 15%;
    margin-right: 15%;
  }

  .dreiSpaltenContainerSpalte {
    flex: 1;
    display: flex;
    justify-items: center;
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }






  .galleryImage,
  .galleryImage2 {
    display: inline-block;
    border: 1px solid #c5501c;
    margin-bottom: 20px;
    border-radius: 10px;
    background: color(srgb 0 0 0 / 0.62);
    color: color(srgb 0.9778 0.8503 0.5347);
    text-decoration: none;
  }

  .galleryImage img {
    display: block;
    text-align: center;
    min-width: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .galleryImage2 img {
    display: block;
    text-align: center;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }


  .zweiSpaltenContainerSpalteHor {
    flex: 1;
    display: flex;
    justify-items: center;
    justify-content: center;
    flex-direction: row;
    align-items: center;
  }

  .zweiSpaltenContainerSpalte {
    flex: 1;
    display: flex;
    justify-items: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }





  /*MOBIL*/
  @media screen and (max-width: 1000px) {

    .specialContainer {
      flex-direction: column;
    }

    .zweiSpaltenContainer {
      flex-direction: column;
    }

    .zweiSpaltenContainerSpalteHor {
      flex-direction: column !important;
    }

    .galleryImage {
      max-width: calc(50% - 40px);
      margin: 5px;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .galleryImage img {
      display: block;
      width: 100%;
    }

    .hauptBanner {
      background-size: 100% 100% !important;
    }



    .zweiSpaltenContainerSpalte {
      width: 100% !important;
    }

    .einspaltenContainer,
    .zweiSpaltenContainer,
    .dreiSpaltenContainer {
      width: calc(100% - 10px) !important;
      margin-left: 5px !important;
      margin-right: 5px !important;
    }


    .dreiSpaltenContainerSpalte {
      width: 33.33333% !important;
    }

    .dreiSpaltenContainer img {
      margin: 0 !important;
      font-size: 10px;
      width: 75px !important;
      height: 75px !important;
    }

    .dreiSpaltenContainer div {
      font-size: 0.8rem;
    }

    .dreiSpaltenContainerMain {
      overflow: hidden;
      font-size: 0.7rem;
      word-break: break-word;
    }
  }