/*Header*/
header {
    z-index: 1000;
    overflow: visible;
    position: relative;
}
header div {
    overflow: visible;
    position: relative;
}
#header {
    overflow: visible;
    position: relative;
    
}
#header.sticky {
    position: fixed;
    padding: 0 10%;
    bottom: 100%;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
    will-change: transform;
    z-index: 100;
    opacity: 95%;
    background-color: #ffffff;
}
#header, .header nav {
    overflow: visible;
}
header nav a {
    white-space: nowrap;
    text-decoration: none;
}
header nav a:hover {
    transform: scale(1.01);
    color: #95C11F;
    cursor: pointer;
    transition: transoform 0.3s ease-in, transform 0.6s ease-out;
}
.header nav .nav-item:hover > .nav-dropdown-item {
    display: flex;
}
.header nav .nav-item {
    position: relative;
    overflow: visible;
}
.header .nav-dropdown-item {
    background-color: white;
    position: absolute;
    display: none;
    left: 0;
    top: calc(100% - 1.5rem);
    z-index: 1001;
    white-space: nowrap;
}
#languageChanger {
    text-transform: uppercase;
}



header dropdown-mobile-nav {
    display: none;
}

/*Mobile*/
header .mobile-nav-dropdown-item {
    display: flex;
    position: relative;
    white-space: nowrap;
}

header .mobile-nav-dropdown-item a:hover {
    cursor: pointer;
    opacity: 0.7;
}


header .dropdown-mobile-nav {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    overflow: visible;
}

header .dropdown-mobile-nav .mobile-nav-category {
    position: relative;
}

header .dropdown-mobile-nav .mobile-nav-chevron:hover {
    cursor: pointer;
}

header .dropdown-mobile-nav .mobile-nav-category button {
    transition: transform 0.3s ease;
}

header .dropdown-mobile-nav .rotated {
    transform: rotate(90deg);
}
/*
header .dropdown-mobile-nav .mobile-nav-category:hover ~ .mobile-nav-dropdown-item {
    display: flex;
    position: relative;
}

header .mobile-nav-dropdown-item:hover {
    display: flex;
}*/




















.anchor-offset {
  scroll-margin-top: 120px;
}

.hover {
    transition: transform 0.3s ease;
}

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

.hidden {
    display: none !important;
}

.faq {
  display: none;
}

.faq.visible {
  display: block;
}

.loading {
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
}

.spinner {
  width: 70px;
  height: 70px;
  border: 4px solid #e0e0e0;
  border-top: 4px solid #95C11F;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@keyframes spin {
  0% { transform: translateY(-50%) rotate(0deg); }
  100% { transform: translateY(-50%) rotate(360deg); }
}


h1, h2, h3 {
    white-space: pre-wrap;
    hyphens: auto;
    word-break: break-word;
}


p {
    /*word-wrap: break-word;
    overflow-wrap: break-word;
    display: block; 
    box-sizing: border-box;*/
    white-space: pre-wrap;
}

p b, p strong, b, strong {
    font-weight: bold;
}

.bulletpoint p {
    line-height: 130%;
}










:root {
    --brand-color: #95C11F;
}
::selection {
    background: var(--brand-color);
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: visible;
  font: inherit;
}

a {
    color: var(--brand-color);
    text-decoration: none;
}

body {
    position: relative;
    box-sizing: border-box;
    overflow: visible;
    width: 100%;
}

html {
    overflow-y: scroll;
    scroll-behavior: smooth;
}

main {
    margin-bottom: 5rem;
}

button:hover, .button:hover {
    transform: scale(1.05);
    opacity: 0.7;
    transition: transform 0.3s ease;
}

.logo:hover {
    opacity: 0.7;
    cursor: pointer;
    transition: transform 0.3s ease-in, transform 0.3s ease-out;
}

.wrapper, .wrapper div {
    overflow: visible;
}





/*Section*/
h1, h2, h3 {
    line-height: 130%;
}

section .hero-text {
    line-height: 2rem;
}


/*Preise: Price Cards*/
.normal {
    background-color: #fafafa;
}

.normal .title {
    border: none;
}

.colored {
    background-color: #DBF0A3;
    transform: scale(1.05);
}

.colored .title {
    border: 1px solid black;
}


/*Footer*/
footer {
    overflow: visible;
}


footer a {
    white-space: nowrap;
    text-decoration: none;
}
footer a:hover {
    transform: scale(1.01);
    color: #95C11F;
    cursor: pointer;
}


/*Widget Anker*/
.scroll-to-element {
    scroll-margin-top: 15rem;
}

/*Slideshow Widget*/
#slideshow {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#slideshow #content {
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
}

#slideshow #content:hover {
  cursor: pointer;
}

#slideshow #items {
  height: 100%;
  overflow: hidden;
  flex-grow: 1;
}

#slideshow #items > div {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

#slideshow .item {
  min-width: 100%;
  height: 100%;
  flex-shrink: 0;
  background: #eee;
}

#slideshow .time-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  background: #95C11F;
  width: 0%;
  transition: width 0s;
  margin: 0;
}

@keyframes progress {
  from { width: 0%; }
  to   { width: 100%; }
}

ul {
    padding-left: 1.5rem;
}

ul li {
    text-decoration: dotted;
}


/* floating cookie button */
.fab-container{
    position:fixed;
    bottom:16px;
    left:16px;
    cursor:pointer;
    background-color: transparent !important;
    z-index: 99999 !important;
}

.iconbutton{
    width:60px;
    height:60px;
    border-radius: 100%;
    background: #95c11f;
}

.iconbutton .icon {
    display:flex;
    align-items:center;
    justify-content:center;
    height: 100%;
    border-radius: 90%;
}