
@layer base {
  
  body, :host {
    /* Color */
      --neutral-0: #000;
--neutral-1: #0d0d0d;
--neutral-2: #121212;
--neutral-3: #1F1F1F;
--neutral-4: #282828;
--neutral-5: #303030;
--neutral-6: #3A3A3A;
--neutral-7: #474747;
--neutral-8: #606060;
--neutral-9: #606060;
--neutral-10: #7A7A7A;
--neutral-11: #B3B3B3;
--neutral-12: #EEE;
--brand-1: #000;
--brand-2: #0F130D;
--brand-3: #1D2517;
--brand-4: #27361D;
--brand-5: #324426;
--brand-6: #3D522F;
--brand-7: #4A6339;
--brand-8: #577542;
--brand-9: #618E3F;
--brand-10: #5F7D4A;
--brand-11: #98C877;
--brand-12: #CFEBBE;
--success-1: #0D1514;
--success-2: #111C1B;
--success-3: #0D2D2A;
--success-4: #023B37;
--success-5: #084843;
--success-6: #145750;
--success-7: #1C6961;
--success-8: #207E73;
--success-9: #12A594;
--success-10: #0EB39E;
--success-11: #0BD8B6;
--success-12: #ADF0DD;
--warning-1: #16120C;
--warning-2: #1D180F;
--warning-3: #302008;
--warning-4: #3F2700;
--warning-5: #4D3000;
--warning-6: #5C3D05;
--warning-7: #714F19;
--warning-8: #8F6424;
--warning-9: #FFC53D;
--warning-10: #FFD60A;
--warning-11: #FFCA16;
--warning-12: #FFE7B3;
--critical-1: #191113;
--critical-2: #1E1517;
--critical-3: #3A141E;
--critical-4: #4E1325;
--critical-5: #5E1A2E;
--critical-6: #6F2539;
--critical-7: #883447;
--critical-8: #B3445A;
--critical-9: #E54666;
--critical-10: #EC5A72;
--critical-11: #FF949D;
--critical-12: #FED2E1;
--overlay-a1: #ffffff0d;
--overlay-a2: #ffffff1a;
--overlay-a3: #ffffff26;
--overlay-a4: #ffffff33;
--overlay-a5: #ffffff4d;
--overlay-a6: #ffffff66;
--overlay-a7: #ffffff80;
--overlay-a8: #ffffff99;
--overlay-a9: #ffffffb3;
--overlay-a10: #ffffffcc;
--overlay-a11: #ffffffe6;
--overlay-a12: #fffffff2;
--overlay-inverted-a1: #0000000d;
--overlay-inverted-a2: #0000001a;
--overlay-inverted-a3: #00000026;
--overlay-inverted-a4: #00000033;
--overlay-inverted-a5: #0000004d;
--overlay-inverted-a6: #00000066;
--overlay-inverted-a7: #00000080;
--overlay-inverted-a8: #00000099;
--overlay-inverted-a9: #000000b3;
--overlay-inverted-a10: #000000cc;
--overlay-inverted-a11: #000000e6;
--overlay-inverted-a12: #000000f2;
  /* Fonts */
    --font-outfit: 'Outfit',sans-serif;
--font-ptmono: 'PT Mono',monospace;
--font-orbitron: 'Orbitron',sans-serif;
--font-montserrat: 'Montserrat',sans-serif;

    /* Font size */
    --text-xs: 0.75rem;
--text-sm: 0.875rem;
--text-md: 1rem;
--text-lg: 1.125rem;
--text-xl: 1.25rem;
--text-2xl: 1.5rem;
--text-3xl: 1.875rem;
--text-4xl: 2.25rem;
--text-5xl: 3rem;
--text-6xl: 3.75rem;
    /* Font weight */
    --normal: 400;
--medium: 500;
--semi: 600;
--bold: 700;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --rounding-none: 0px;
--rounding-sm: 2px;
--rounding-md: 4px;
--rounding-lg: 8px;
--rounding-full: 9999px;
--border-none: 0px;
--border-md: 1px;
--border-lg: 2px;
--line-height-xs: 1.125rem;
--line-height-sm: 1.25rem;
--line-height-md: 1.5rem;
--line-height-lg: 1.75rem;
--line-height-xl: 1.875rem;
--line-height-2xl: 2rem;
--line-height-3xl: 2.375rem;
--line-height-4xl: 2.75rem;
--line-height-5xl: 3.75rem;
--line-height-6xl: 4.5rem;
--letter-spacing-xs: 0rem;
--letter-spacing-sm: 0rem;
--letter-spacing-md: 0rem;
--letter-spacing-lg: 0rem;
--letter-spacing-xl: 0rem;
--letter-spacing-2xl: 0rem;
--letter-spacing-3xl: 0rem;
--letter-spacing-4xl: -0.045rem;
--letter-spacing-5xl: -0.0575rem;
--letter-spacing-6xl: -0.075rem;
--interactive-height-sm: 2rem;
--interactive-height-md: 2.5rem;
--interactive-height-lg: 3rem;
--toggle-height-md: 1.5rem;
--spinner-size-sm: 1.25rem;
--spinner-size-md: 1.5rem;
--spinner-size-lg: 1.75rem;
--side-menu-width: 240px;
--header-height: 4.5rem;
--avatar-size-sm: 1.5rem;
--avatar-size-md: 2rem;
--avatar-size-lg: 3rem;
--badge-size-sm: 1.5rem;
--badge-size-md: 2rem;
--badge-size-lg: 2.5rem;
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .bVovjC {
    color:#ffffff;
  width:100%;
  display:flex;
  position:relative;
  animation:2s ease 0ms 1 normal none running anim-T4zhqN;
  flex-grow:1;
  align-items:center;
  font-family:Orbitron;
  flex-direction:column;
  justify-content:start;
  transform-origin:right bottom;
  }
      

      
        
                  @keyframes anim-T4zhqN {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  

                  @keyframes anim-gAz0Ij {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
        
      
      
  .eGeFYA {
    left:0px;
  width:var(--side-menu-width);
  height:100dvh;
  z-index:var(--navigation-menu);
  position:fixed;
  translate:-100%;
  background: var(--neutral-0);
  transition:all 300ms ease 0ms normal;
  border-right-color:var(--neutral-4, #E8E8EC);
  border-right-style:solid;
  border-right-width:1px;
  }
      

      
  .eGeFYA.open {
    display:flex;
  translate:0;
  transition:all 300ms   ;
  flex-direction:column;
  }
      


          @media (min-width: 800px) {
            
  .eGeFYA.show {
    transform:translate(100%, 0px);
  }
      

          }
          
        
        
      
      
  .UgCri {
    color:var(--neutral-11, #B5B2BC);
  display:inline-block;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:'Outfit';
  font-weight:inherit;
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .UgCri.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .UgCri.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
        
      
      
  .navigation-menu\:-3391277NGCPfZ3WI4ior {
    color:var(--neutral-12, #EEEEF0);
  font-size:var(--text-sm);
  font-weight:var(--normal);
  padding-top:1rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:1rem;
  }
      

      
        
        
      
      
  .buKFMR {
    display:flex;
  flex-wrap:wrap;
  align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .zekqL {
    width:100%;
  display:flex;
  overflow-y:auto;
  align-items:start;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .dcPkVG {
    width:100%;
  bottom:0px;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .bjzdak {
    width:100%;
  display:flex;
  align-items:start;
  justify-content:center;
  }
      

      
        
        
      
      
  .dikclo {
    flex-wrap:wrap;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .duNLQD {
    width:100%;
  display:flex;
  flex-grow:1;
  align-items:center;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .bFtwKY {
    width:100%;
  height:1px;
  background-color:var(--grey-600, #525252);
  }
      

      
  .bFtwKY.orientation-vertical {
    width:1px;
  height:100%;
  }
      

        
        
      
      
  .so-separator\:root {
    background-color:var(--neutral-5, #323035);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .ecnPZN {
    color:var(--neutral-12);
  width:2rem;
  height:2rem;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dkhSSm {
    height:var(--header-height);
  display:flex;
  align-items:start;
  padding-left:1rem;
  padding-right:1rem;
  justify-content:center;
  }
      

      
        
        
      
      
  .dbtufg {
    gap:1rem;
  width:100%;
  display:flex;
  min-height:5rem;
  overflow-y:auto;
  align-items:start;
  justify-content:start;
  }
      

      
        
        
      
      
  .dKYFJn {
    display:flex;
  flex-grow:1;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fkKdvv {
    width:100px;
  }
      

      
        
        
      
      
  .navigation-menu\:YbnmludvrPEOuN3iyuZTd {
    width:10rem;
  }
      

      
        
        
      
      
  .navigation-menu\:ZRSFWpP-qmCvc2xIN5yOk {
    color:var(--neutral-12, #EEEEF0);
  font-size:var(--text-sm);
  font-weight:var(--normal);
  padding-top:1rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:1rem;
  }
      

      
        
        
      
      
  .dPsZdn {
    display:flex;
  flex-direction:column;
  }
      

      
        
        
      
      
  .navigation-menu\:bbjdsq8wno0q_b0rhf7Cm {
    color:var(--neutral-12, #EEEEF0);
  font-size:var(--text-sm);
  font-family:Montserrat;
  font-weight:var(--normal);
  padding-top:1rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:1rem;
  }
      

      
        
        
      
      
  .ccbGtx {
    color:var(--color);
  cursor:pointer;
  display:inline-block;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  transition:color 300ms ease 0ms normal;
  font-family:'Outfit';
  font-weight:var(--medium);
  line-height:var(--line-height);
  white-space:normal;
  border-radius:var(--rounding-md);
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  text-decoration-line:underline;
  text-decoration-color:var(--color-underline);
  text-decoration-style:solid;
  text-underline-offset:var(--underline-offset);
  text-decoration-thickness:var(--underline-thickness);
  }
      

      
  .ccbGtx:hover {
    color:var(--color-hovered);
  text-decoration-color:var(--color-underline-hovered);
  }
      


  .ccbGtx:active {
    color:var(--color-active);
  transition:none;
  }
      


  .ccbGtx:focus-visible {
    outline-color:var(--brand-8, #6958AD);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      

        
        
      
      
  .navigation-menu\:gPRxSoMAKuL3raSf6Ty9T {
    color:var(--neutral-12);
  font-family:Montserrat;
  padding-top:1rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:1rem;
  }
      

      
        
        
      
      
  .doWZSZ {
    top:0px;
  left:0px;
  width:20px;
  bottom:0px;
  position:absolute;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .feWrrV {
    width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bCrsFu {
    overflow-y:auto;
  touch-action:auto;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .navigation-menu\:tP1fqN6DBg3rYd7RVcXfe {
    flex:1;
  display:flex;
  align-items:start;
  justify-content:space-between;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .oeffnungszeiten\:C_ExiUCZqkHDpJ-L4z-HW {
    z-index:300;
  }
      

      
        
        
      
      
  .dOJWPu {
    width:20rem;
  row-gap:1rem;
  max-width:100%;
  column-gap:1rem;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
        
        
      
      
  .eYlqfQ {
    color:var(--neutral-12);
  width:100%;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:Montserrat;
  font-weight:var(--semi);
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .eYlqfQ.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .eYlqfQ.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
        
      
      
  .oeffnungszeiten\:MVn073FzHyTMIU5vBUo7T {
    width:fit-content;
  font-size:var(--text-lg);
  font-family:inherit;
  }
      

      
        
        
      
      
  .egkcwx {
    width:fit-content;
  }
      

      
        
        
      
      
  .eigGxF {
    display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .dfnykz {
    width:100%;
  position:relative;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .JJgtJ {
    width:100%;
  display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:center;
  font-weight:var(--font-weight-regular);
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .bVXUBK {
    gap:8px;
  width:100%;
  display:flex;
  max-width:100%;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .app-provider\:root {
    top:60px;
  font-family:Montserrat;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cgGrpZ {
    height:var(--height);
  position:fixed;
  align-items:start;
  pointer-events:none;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .so-toast-provider\:3HNY67eQbyTMKV7wPLZZf {
    width:100%;
  display:flex;
  position:relative;
  max-width:360px;
  transition:height 150ms ease 0ms normal;
  flex-direction:column;
  }
      

      
        
        
      
      
  .bHYIqa {
    top:var(--top);
  width:100%;
  position:absolute;
  pointer-events:all;
  }
      

      
  .bHYIqa.swipe-out-top {
    translate:0 -100%;
  }
      


  .bHYIqa.swipe-out-right {
    translate:100% 0px;
  }
      


  .bHYIqa.swipe-out-bottom {
    translate:0 100%;
  }
      


  .bHYIqa.swipe-out-left {
    translate:-100% 0px;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .so-toast\:root {
    gap:0.75rem;
  color:var(--neutral-11, #B5B2BC);
  width:100%;
  opacity:0;
  translate:0 16px;
  padding-top:1rem;
  border-color:var(--neutral-6, #3C393F);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--rounding-lg);
  padding-right:1rem;
  padding-bottom:1rem;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
  .so-toast\:root.open {
    opacity:1;
  translate:0 0px;
  transition:translate 250ms ease 0ms normal, top 150ms ease 0ms normal;
  }
      


  .so-toast\:root.closing {
    opacity:0;
  translate:0 -16px;
  }
      


  .so-toast\:root.open-transition {
    transition:all 250ms ease 0ms normal;
  }
      


  .so-toast\:root.close-transition {
    transition:all 150ms ease 0ms normal;
  }
      


  .so-toast\:root.success {
    color:var(--success-11, #0BD8B6);
  border-color:var(--success-6, #145750);
  border-style:solid;
  border-width:1px;
  background-color:var(--success-2, #111C1B);
  }
      


  .so-toast\:root.warning {
    color:var(--warning-11, #FFCA16);
  border-color:var(--warning-6, #5C3D05);
  border-style:solid;
  border-width:1px;
  background-color:var(--warning-2, #1D180F);
  }
      


  .so-toast\:root.critical {
    color:var(--critical-11, #FF949D);
  border-color:var(--critical-6, #6F2539);
  border-style:solid;
  border-width:1px;
  background-color:var(--critical-2, #1E1517);
  }
      

        
        
      
      
  .rKRcu {
    gap:0.5rem;
  flex-direction:row;
  }
      

      
        
        
      
      
  .so-toast\:FW2tKddjmqBb2S_WPmtMS {
    color:inherit;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eTkKzJ {
    color:inherit;
  width:1.25rem;
  height:1.25rem;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .so-toast\:gYVdDIDxaBXSrlkux9YPE {
    flex:1;
  color:inherit;
  }
      

      
        
        
      
      
  .bWpTnd {
    width:fit-content;
  height:auto;
  }
      

      
        
        
      
      
  .so-button-tertiary\:root {
    gap:0.5rem;
  color:var(--neutral-12);
  width:fit-content;
  cursor:default;
  height:var(--interactive-height-md);
  font-size:var(--text-md);
  background: var(--neutral-0);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--semi);
  user-select:none;
  border-color:var(--neutral-12);
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:0.75rem;
  flex-direction:row;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .so-button-tertiary\:root:hover {
    background-color:var(--overlay-a2, #ffffff1a);
  }
      


  .so-button-tertiary\:root:active {
    transition:none;
  background-color:var(--overlay-a3, #ffffff26);
  }
      


  .so-button-tertiary\:root:focus-visible {
    outline-color:var(--brand-8, #6958AD);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  .so-button-tertiary\:root.trigger-open {
    background-color:var(--overlay-a3, #ffffff26);
  }
      


  .so-button-tertiary\:root.disabled {
    opacity:0.5;
  background: var(--overlay-a1);
  }
      

        
        
      
      
  .so-toast\:qAcThqFGvMbu5lzhtPxSk {
    width:var(--text-lg);
  height:var(--text-lg);
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  background-color:transparent;
  }
      

      
  .so-toast\:qAcThqFGvMbu5lzhtPxSk:hover {
    background-color:transparent;
  }
      


  .so-toast\:qAcThqFGvMbu5lzhtPxSk:active {
    background-color:transparent;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .ezeRiZ {
    width:var(--width);
  height:var(--height);
  position:fixed;
  align-items:start;
  pointer-events:none;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .so-toast-provider\:jTe6cSAqqTerlGKuSJFnv {
    align-items:end;
  padding-top:1.25rem;
  padding-left:1.25rem;
  padding-right:1.25rem;
  padding-bottom:1.25rem;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .so-toast-provider\:jTe6cSAqqTerlGKuSJFnv {
    align-items:center;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .eOVGpd {
    width:100%;
  height:100vh;
  z-index:-1;
  position:absolute;
  animation:2s ease 0ms 1 normal none running animation-diMMIZ;
  background: #000000;
  max-height:100vh;
  align-items:center;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .eOVGpd {
    width:100%;
  margin-left:0px;
  padding-top:var(--header-height);
  }
      

          }
          
        
                  @keyframes animation-diMMIZ {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
        
      
      
  .cHzcfe {
    top:0px;
  right:0px;
  width:100%;
  height:100%;
  display:flex;
  z-index:0;
  position:absolute;
  object-fit:cover;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dhqCAG {
    width:100%;
  height:100vh;
  z-index:0;
  position:absolute;
  background:linear-gradient(#ff000000 0%, #000000 78%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  max-height:100vh;
  }
      

      
        
        
      
      
  .oeffnungszeiten\:UPnxEh9MJ-U2aW0QnlpcM {
    display:flex;
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  .oeffnungszeiten\:VNa6qr0d403EyMBqzGI2r {
    flex-wrap:wrap;
  font-size:var(--text-sm);
  max-width:100%;
  text-align:center;
  font-family:inherit;
  }
      

      
        
        
      
      
  .eszWoy {
    color:var(--neutral-12);
  width:100%;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  text-align:left;
  font-family:'Outfit';
  font-weight:var(--semi);
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .eszWoy.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .eszWoy.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
        
      
      
  .oeffnungszeiten\:bfImHo-wXa8cZfPHq1zTo {
    width:fit-content;
  font-family:inherit;
  }
      

      
        
        
      
      
  .fiEWlY {
    top:1rem;
  width:100%;
  z-index:99;
  position:fixed;
  animation:2s ease 0ms 1 normal none running animation-bJipwA;
  flex-direction:row;
  }
      

      
  .fiEWlY.show {
    transform:translate(0, 0);
  transition:all 300ms ease 1000ms ;
  }
      

        
                  @keyframes animation-bJipwA {
                    
                        0% {
                          translate: 0 -150% 0;
                        }
                        

                        50% {
                          translate: 0 -150% 0;
                        }
                        
                  }
                  
        
      
      
  .dZKacM {
    flex:0 3 4rem;
  min-width:1rem;
  }
      

      
        
        
      
      
  .dBffBk {
    width:100%;
  height:42px;
  display:flex;
  z-index:1;
  align-items:center;
  font-family:Orbitron;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
        
        
      
      
  .bRVken {
    width:20rem;
  height:50px;
  display:flex;
  z-index:99;
  position:relative;
  animation:;
  max-width:100%;
  min-width:14rem;
  background:var(--neutral-0);
  max-height:50px;
  overflow-x:clip;
  overflow-y:clip;
  transition:all 300ms ease 1000ms ;
  align-items:center;
  padding-top:1rem;
  border-color:var(--neutral-12);
  border-style:solid;
  border-width:1px;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:center;
  border-top-left-radius:var(--rounding-full);
  border-top-right-radius:var(--rounding-full);
  border-bottom-left-radius:var(--rounding-full);
  border-bottom-right-radius:var(--rounding-full);
  }
      

      
        
        
      
      
  .dwQLDn {
    gap:1.5rem;
  right:0px;
  z-index:9999;
  position:absolute;
  align-items:center;
  margin-right:1rem;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
        
      
      
  .header\:P4bsd0fX2HK9PvRLzU8mH {
    color:inherit;
  width:auto;
  height:100%;
  font-size:inherit;
  text-align:center;
  font-family:inherit;
  font-weight:var(--medium);
  white-space:nowrap;
  text-overflow:clip;
  }
      

      
        
        
      
      
  .dxvTjz {
    flex:1  ;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .header\:XP0C04EYuwzyyUxDaO4aq {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .criogg {
    flex:1  ;
  display:flex;
  align-items:flex-start;
  padding-left:1rem;
  padding-right:1rem;
  justify-content:center;
  }
      

      
          @media (max-width: 800px) {
            
  .criogg {
    display:none;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .header\:eoWvKqbPw1AZgfIFSW1Oz {
    width:2rem;
  height:2rem;
  }
      

      
        
        
      
      
  .dvPUeT {
    flex:1 1 auto;
  display:flex;
  max-height:100%;
  text-overflow:ellipsis;
  }
      

      
        
        
      
      
  .bTUZOH {
    flex:0 0 4rem;
  }
      

      
        
        
      
      
  .OWyAp {
    color:var(--neutral-12);
  width:100%;
  font-size:var(--text-xs);
  }
      

      
  .OWyAp.isclosed {
    color:#e00004;
  }
      


  .OWyAp.isopen {
    color:#009943;
  text-shadow:2px 2px 8px #027031;
  }
      

        
        
      
      
  .dkrpvW {
    flex:1  ;
  padding-left:1rem;
  padding-right:1rem;
  }
      

      
          @media (max-width: 800px) {
            
  .dkrpvW {
    display:none;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .oeffnungszeiten\:ivGcoT-YF0SHssALWbqlE {
    width:fit-content;
  font-size:var(--text-lg);
  font-family:inherit;
  font-weight:var(--normal);
  }
      

      
        
        
      
      
  .fHyMPL {
    width:100vw;
  height:100vh;
  display:flex;
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  .foSLEU {
    gap:4rem;
  width:100%;
  z-index:1;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .ehrSai {
    height:5rem;
  }
      

      
        
        
      
      
  .dDEgqM {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  opacity:0;
  position:fixed;
  transition:opacity 300ms ease 0ms normal;
  pointer-events:none;
  background-color:var(--overlay-inverted-a9, #000000b3);
  }
      

      
  .dDEgqM.open {
    opacity:1;
  transition:opacity 300ms ease 0ms normal;
  pointer-events:all;
  }
      

        
        
      
      
  .oeffnungszeiten\:wfq8DrDMz5yU7cW_arDHy {
    z-index:150;
  }
      

      
        
        
      