/*
 Theme Name:   jugendberatung
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     generatepress
 Version:      0.1
*/


/* THEME TWEAKS  */

/* Header padding with responsive clamp */
.site-header {
    padding-inline: clamp(1rem, 0.848rem + 0.758vw, 1.5rem);
}
.site-content .content-area {
  width: 100%;
}
/* Typography wrapping */
/* Balance headings and elements with `.balance` class */
:is(h1, h2, h3, h4, h5, h6),
.balance {
    text-wrap: balance;
}

/* Use pretty wrapping for body text elements */
p,
blockquote,
li {
    text-wrap: pretty;
}
ol, ul.liste, ul.wp-block-list {
  margin: 0 0 0 1em ;
}
ul:not(#menu-footer1):not(#menu-footer2):not(#menu-footer3):not(#menu-hauptmenue) {
   
}
ul:not(#menu-footer1):not(#menu-footer2):not(#menu-footer3):not(#menu-hauptmenue) li {
    line-height: clamp(25px, 24.1818px + 0.2273vw, 30px);
    padding-bottom: clamp(5px, 2.6923px + 0.641vw, 15px);
    line-height: clamp(22px, 20.8462px + 0.3205vw, 27px);
}
ul.liste, ul.wp-block-list {
  list-style: none;
  padding: 0;
}


ul.liste li, ul.wp-block-list li {
  --bullet-color: #e6701c;    /* Standardfarbe */
  --bullet-size: 16px;          /* Standardgröße */
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}
ul.liste li::before, ul.wp-block-list li::before {
  content: "";
    position: absolute;
  left: 0;
  top: 14px;
  transform: translateY(-50%);
  
  /* Runder Punkt */
  width: var(--bullet-size);
  height: var(--bullet-size);
  background-color: var(--bullet-color);
  border-radius: 50%;
}
ul.liste li:hover::before, ul.wp-block-list li:hover::before {
 background-color:#920b55;
}
/* Remove bottom margin from final paragraph */
p:last-child:last-of-type {
    margin-bottom: 0px;
}

/* UTILITIES */

/* Line Clamping */
.line-limit-3,
.line-limit-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-limit-3 {
    -webkit-line-clamp: 3;
}

.line-limit-2 {
    -webkit-line-clamp: 2;
}

/* Visually Hidden (accessible to screen readers) */
.visually-hidden:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

/* Smooth Transition Utility */
.transition {
    transition: all 0.25s ease-in-out;
}


/*  GP MENU ACCESSIBILITY TWEAKS */

#site-navigation ul.sub-menu {
    display: block;
}

#site-navigation li:hover .gp-icon svg {
    transform: rotate(180deg);
}

#site-navigation li:hover .sub-menu {
    visibility: visible;
}


/* 
   STRETCH LINK (from Bootstrap)
   Source: https://youtu.be/HBriBrnRlQE?si=DLiSXEiBHt6lw91l
   Note: Only use ONE link per card or this breaks!
*/

.stretch-link {
    position: relative;
}

.stretch-link a::after {
    content: '';
    position: absolute;
    inset: 0;
}

.stretch-link a:is(:focus-visible)::after {
    outline: 2px solid;
}

.stretch-link a:is(:hover, :focus) {
    outline: none;
}

/*  CONTAINER WRAPPER */

.site-wrapper {
    margin-inline: auto;
}

/*  TYPOGRAPHY  */




/* Font Family Utilities */
.ff-body {
    font-family: var(--gp-font--open-sans);
}

.ff-heading {
    font-family: var(--gp-font--nunito);
}

/* Heading and utility class font assignment */
h1, h2, h3, h4, h5, h6,
[class^="fs-"] {
    font-family: var(--gp-font--nunito);
    color: var(--brand-secondary);
}


:root {

  --fluid-body-font: clamp(18px, 17.0568px + 0.262vw, 24px); /* 18 - 24px */
  --fluid-body-font: clamp(1.125rem, 1.0673rem + 0.2564vw, 1.375rem); /* 18 - 22px */

}



body {
  font-size: var(--fluid-body-font);
}

h1, .fs-h1 {
    font-size: clamp(3.75rem, 2.1635rem + 7.0513vw, 10.625rem); /* 60 - 170px */
    line-height: clamp(55px, 36.5385px + 5.1282vw, 135px); 
}

h2, .fs-h2 {
    font-size: clamp(2.1875rem, 1.9318rem + 1.1364vw, 3.75rem); /* 35 - 60px */
    line-height: clamp(2.5rem, 2.2955rem + 0.9091vw, 3.75rem); /* 40 - 60px */
    font-weight: 800;
}

h3, .fs-h3 {
    font-size: clamp(2.1875rem, 2.075rem + 0.5vw, 2.875rem); /* 35 - 46px */
    line-height: clamp(2.25rem, 2.1068rem + 0.6364vw, 3.125rem); /* 36 - 50px */
    font-weight: 300;
}

p, .fs-p {
    font-size: var(--fluid-body-font);
    font-weight: 400;
}

/* Navigation */

.pill {
  align-items: center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  color: var(--neutral-700);
  display: inline-flex;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease-in-out 0s;
  border-radius: 100vw;
  padding: .5em 1.5em;
}

body {
    background: #FF8822;
    background: linear-gradient(90deg,rgba(255, 136, 34, 1) 0%, rgba(227, 28, 137, 1) 100%);
    background: radial-gradient(circle,rgba(255, 136, 34, 1) 52%, rgba(227, 28, 137, 1) 87%);
    background: linear-gradient(90deg,rgba(255, 136, 34, 1) 30%, rgba(227, 28, 137, 1) 87%);
}
@media screen and (max-width: 768px) {
    body {
        background: radial-gradient(circle,rgba(227, 28, 137, 1) 0%, rgba(255, 136, 34, 1) 100%);
        background: linear-gradient(100deg,rgba(255, 136, 34, 1) 30%, rgba(227, 28, 137, 1) 87%);
    }
}
/* Header Navigation */
.logo_small {
    display: none !important;
}
.scrolldown .logo_small {
    display: block !important;
}
.scrolldown .logo_big {
    display: none !important;
}
@media screen and (max-width: 771px) {
    .logo_small {
        display: block !important;
    }
    .logo_big {
        display: none !important;
    }
}
.gb-site-header {
  align-items: center;
  color: var(--neutral-0);
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100000;
  padding: 0px clamp(1rem,0.848rem + 0.758vw,1.5rem) 16px clamp(1rem,0.848rem + 0.758vw,1.5rem);
}

@media screen and (max-width: 768px) {
 .gb-site-header {
    padding-left: 10px;
    padding-right: 10px;
 }
}

.scrolldown .header_inner {
  margin-top: 10px;
  border-radius: 100px;
}

.scrolldown #menu-hauptmenue li a {
    padding-bottom: 0;
    padding-top: 0;
    line-height: 1.8;
}
.scrolldown .header_inner {
    padding: 10px 30px;
    padding: 10px clamp(10px,-4.5946px + 1.3514vw,30px);
}

.gb-menu-toggle--clone {
    display: none !important;
}

.gb-menu-container--mobile  {
  padding-top: 25px;
}
:where(.gb-menu-container--mobile)  {
  bottom: auto   !important;
}
.gb-menu-container--mobile ul li {
  font-size: clamp(1.5625rem, 1.2868rem + 1.2255vw, 1.875rem);
}
.gb-menu-container--mobile ul li a {
    padding: 15px 0px !important;
    margin-left: 15px;
    margin-right: 15px;
}
.gb-menu-container--mobile ul li:not(:last-child) a {
    border-bottom: 2px solid var(--brand-secondary);
}

button:hover, button:focus {
    background-color: transparent;
}
.gb-submenu-toggle {
    margin-right: 5px;
    font-size: 35px;
}

@media screen and (max-width: 768px) {
    /* Mobile Navigation Styles */
    .menu-item-has-children ul.sub-menu {
        
    }
    .gb-sub-menu--open a {
        border-bottom: none !important;
    }
    .gb-sub-menu--open ul li a {
        padding-left: 10px !important;
    }
    .gb-sub-menu--open ul li:last-child a {
        border-bottom: 2px solid var(--brand-secondary) !important;
        padding-bottom: 40px !important;
    }
}

.gb-menu-link {
  position: relative;
}
/* hover Effekt menu */
@media screen and (min-width: 768px) {
    @media (hover: hover) {
        :is(#menu-hauptmenue li:hover)::before {
        opacity: 1;
        transform: scale(1);
        }
    }
    @media (hover: hover) {
        #menu-hauptmenue li:active::before {
        transition-duration: .2s,.1s;
        transform: scale(.9) !important;
        }
    }
    .current_page_item::before {
        opacity: 1 !important;
        transform: scale(1) !important;
    }
    #menu-hauptmenue > li::before {
        content: "";
        background-color: white;
        transition-property: transform,opacity;
        transition-duration: .4s,.1s;
        transition-timing-function: cubic-bezier(.17,.67,.3,1.33),cubic-bezier(.5,0,0,1);;
        opacity: 0;
        border-radius: 50px;
        position: absolute;
        inset: 0;
        transform: scale(.8);
        box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
    }
}

/* Header Navigation ENDE */

 :root {
--spacing-fluid-xs: clamp(.5rem, .4565rem + .2174vw, .625rem);
--spacing: .25rem;
--menu-bar-height: calc(var(--spacing)*16);
}
.hero-home {
    
    padding-top: clamp(3.125rem, 2.7159rem + 1.8182vw, 5.625rem); /* 50 - 90px */

}



#menu-footer1 li, #menu-footer2 li, #menu-footer3 li {
      opacity: 1 !important;
}

.footer_inner {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: clamp(25.5rem, 14.9318rem + 33.6364vw, 68.75rem);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="338" height="125" xml:space="preserve"><g fill="%23e8e1ce" fill-rule="evenodd" clip-rule="evenodd"><path d="M45.956 90.229c3.936-6.266 9.334-5.821 15.432-4.761-.675-1.148-1.031-1.878-1.498-2.528a307.949 307.949 0 0 1-32.851-57.824c-.752-1.739-.769-3.923-.666-5.876.115-2.243 1.673-3.607 3.865-4.039 2.218-.436 4.359-.111 5.472 2.077 1.223 2.403 2.088 4.984 3.148 7.473 2.75 6.457 7.059 11.438 13.714 14.061 8.139 3.207 18.054.06 22.318-7.643 2.941-5.313 5.061-11.094 7.369-16.738 1.069-2.614 2.41-3.827 4.517-3.294 2.15.543 3.566 2.907 3.208 5.37-.722 4.95-2.896 9.323-5.496 13.498-6.517 10.464-14.743 19.321-24.83 26.462-1.467 1.038-2.673 2.598-3.62 4.146-.417.681-.205 2.145.273 2.909 4.406 7.051 8.932 14.03 13.439 21.018.115.177.43.223 1.163.578-.2-1.29-.245-2.268-.513-3.181-1.05-3.579-.892-7.093.431-10.56 1.263-3.308 4.268-4.841 7.572-3.526 1.899.755 3.592 2.066 5.306 3.233.838.57 1.51 1.381 2.257 2.085l.765-.208c-.146-2.344-.178-4.702-.455-7.03-1.38-11.588-.55-23.095 1.278-34.55.556-3.485 3.022-5.092 6.184-4.486 2.584.497 4.163 3.509 3.863 6.581-.68 6.971-1.177 13.96-1.703 20.945-.066.893.141 1.807.222 2.71l.637.032c.463-2.251 1.048-4.486 1.369-6.758 1.165-8.231 2.127-16.493 3.429-24.703.327-2.055 1.33-4.193 2.6-5.851 1.143-1.491 3.149-1.751 5.06-.824 2.151 1.044 3.66 2.699 3.515 5.088-.18 2.949-.908 5.859-1.291 8.799a960.07 960.07 0 0 0-2.089 17.155c-.108.963.165 1.97.261 2.957l.786.068c.521-2.641.949-5.305 1.581-7.919 2.818-11.628 7.129-22.654 13.611-32.753 2.029-3.163 4.296-4.119 7.019-3.411 2.279.592 4.574 3.34 4.461 6.507-.229 6.442-.428 12.954-1.538 19.281-1.49 8.502-3.706 16.887-5.857 25.259-1.083 4.216-2.722 8.288-4.085 12.434-.193.591-.246 1.229-.365 1.844l.792.359c.548-.859 1.278-1.652 1.616-2.588 6.907-19.083 17.753-35.832 30.379-51.541 3.018-3.754 5.948-7.581 8.898-11.389 2.022-2.61 4.044-3.183 6.236-1.712 2.601 1.747 3.307 4.67 1.589 7.319-1.093 1.685-2.418 3.223-3.679 4.795-5.521 6.888-6.516 17.766-2.191 25.48 2.619 4.671 6.975 7.2 11.999 8.153 3.272.621 6.749.22 10.13.17 2.128-.031 4.348-.942 6.048 1.307.31.41 1.488.472 2.135.271 6.839-2.114 13.647-4.332 20.476-6.486 9.245-2.917 18.48-5.873 27.772-8.631 1.476-.438 3.447-.389 4.823.24 4.098 1.872 4.099 6.784.107 9.503-6.223 4.24-12.575 8.291-18.727 12.627-4.363 3.075-8.49 6.484-12.704 9.768-.459.358-.793.874-.929 1.854 2.756-1.06 5.496-2.162 8.271-3.171 18.334-6.673 37.125-10.771 56.769-9.699 11.696.638 23.167 2.4 33.64 8.136 5.993 3.281 10.906 7.645 13.313 14.253.486 1.333.396 2.876.57 4.322-.249.07-.499.138-.749.207-.371-.287-.916-.496-1.087-.874-3.625-7.987-10.658-11.948-18.268-14.842-13.924-5.294-28.399-6.243-43.156-4.761-12.33 1.238-24.355 3.738-36.038 7.814-9.515 3.319-18.782 7.21-27.198 12.876-1.868 1.258-3.755 2.55-5.768.244-1.555-1.782-1.201-4.459 1.087-6.484 10.364-9.169 20.781-18.278 31.17-27.419.364-.321.63-.753.689-1.73-2.019.535-4.11.886-6.044 1.64-6.978 2.721-13.879 5.639-20.862 8.35-2.588 1.004-5.296 1.725-7.986 2.431-7.894 2.067-14.77 6.293-21.736 10.277-9.813 5.612-19.356 11.643-27.94 19.081-2.379 2.061-4.82 4.33-8.396 2.065-.311-.196-1.505.437-1.86.971-2.793 4.183-6.775 7.583-8.1 12.753-.512 1.996-2.126 3.042-4.39 3.071-2.271.029-3.188-1.34-4.101-3.063-.566-1.067-1.554-1.904-2.305-2.881-1.481-1.927-2.976-3.849-4.372-5.836-.631-.899-1.043-1.951-1.837-3.475-.651 1.381-1.024 2.304-1.506 3.167-1.184 2.125-2.154 4.438-3.69 6.277-2.515 3.014-6.434 2.78-8.742-.411-1.213-1.677-2.165-3.609-2.885-5.555-.545-1.471-1.159-2.206-2.792-2-2.664.338-3.797-.94-3.959-3.595-.131-2.141-.706-4.253-1.084-6.379l-.711-.108c-.478 1.294-.951 2.59-1.434 3.883-.397 1.063-.564 2.326-1.257 3.142-1.97 2.32-2.547 4.423-.624 7.197.44.635-.664 3.167-1.675 3.748-1.003.576-3.225.297-4.143-.497-2.369-2.046-4.259-4.635-6.437-6.917-4.161-4.357-8.764-8.026-14.852-9.395-2.15-.482-4.641-.994-5.714 1.066-.769 1.475-.554 4.008.191 5.619 1.943 4.192 4.423 8.134 6.683 12.18.727 1.299 1.558 2.557 2.125 3.924.964 2.319.132 4.48-1.874 5.313-1.906.791-3.885-.056-4.956-2.245-1.343-2.748-2.593-5.541-3.892-8.312-3.384-7.228-8.342-13.391-13.626-19.23C27.11 78.636 17.48 68.566 7.974 58.383c-.656-.703-1.346-1.394-1.888-2.183-1.419-2.066-1.04-4.783.817-6.41 1.75-1.532 4.314-1.411 6.109.575a369.419 369.419 0 0 1 9.81 11.327c7.287 8.75 14.514 17.548 21.751 26.34.445.531.751 1.176 1.383 2.197zm133.715-31.442.035-1.147c-6.045-.537-10.757-3.488-14.783-7.691-4.135-4.314-5.536-9.849-6.725-15.599-9.873 11.461-17.519 23.962-23.405 38.235 1.083-.268 1.541-.264 1.854-.475 10.532-7.082 22.591-9.503 34.804-11.501 2.766-.453 5.483-1.206 8.22-1.822zm-50.827-36.034-.763-.117c-.442.722-.916 1.426-1.321 2.168-5.594 10.292-9.404 21.241-11.562 32.722-.82 4.367-.907 8.873-1.302 13.318-.277 3.123 2.485 2.791 4.157 3.285 1.969.583 1.491-1.421 1.757-2.447 1.511-5.832 3.186-11.635 4.392-17.532 1.733-8.475 3.171-17.014 4.595-25.548.316-1.899.047-3.896.047-5.849zm31.049 48.798c-14.703-.113-32.825 16.55-29.554 27.477 8.299-11.121 18.807-19.405 29.554-27.477zm-54.349 6.868c-3.269 2.225-4.137 5.038-4.821 7.934-1.289 5.458-.795 10.772 1.683 15.801 1.155 2.346 2.574 2.356 4.133.242 1.245-1.687 2.626-3.333 3.51-5.204.604-1.28.815-2.982.558-4.375-.393-2.119-1.328-4.14-2.063-6.19-.928-2.589-1.887-5.167-3-8.208zm19.574 2.494c-3.728-.54-6.787-1.035-9.864-1.34-.29-.028-1.144 1.311-.987 1.736 1.939 5.212 4.004 10.376 6.088 15.533.155.383.708.606 1.326 1.104 2.353-5.591-1.093-11.92 3.437-17.033zm-49.576-2.722-.417.27c1.294 4.302 2.572 8.609 3.909 12.898.131.421.761 1.083.938 1.02.488-.176 1.04-.598 1.247-1.064.843-1.91 1.336-4.008 2.386-5.786 2.064-3.5.644-5.936-1.992-8.177-.532-.453-1.018-.99-1.615-1.327-1.153-.652-2.372-1.188-3.564-1.772l-.892 3.938zm19.859 6.448c.985-.53 1.231-.577 1.273-.697 1.312-3.709 3.106-7.039 6.797-8.95.277-.144.627-.558.602-.811-.284-2.742-.635-5.478-.969-8.215l-.917-.014c-.336.939-.657 1.885-1.013 2.818-1.033 2.709-1.365 5.993-5.291 6.33-.376.032-1.014.646-1.002.972.094 2.729.312 5.453.52 8.567zM61.869 47.133l-14.72-.972c1.363 2.64 2.563 5.127 3.95 7.506.253.435 1.554.807 1.885.56 2.834-2.127 5.557-4.401 8.885-7.094zm109.529 21.948.445.91 6.686-3.243-.371-.783c-2.253 1.038-4.507 2.076-6.76 3.116z"/><path d="M39.391 97.365c-.788.923-1.421 2.313-2.38 2.593-.836.245-2.436-.473-3.009-1.265-2.42-3.349-5.446-5.828-9.087-7.74-.825-.434-1.746-2.156-1.483-2.86.445-1.197 1.641-2.546 2.812-2.917 1.142-.362 2.768.171 3.971.748 4.675 2.242 7.362 6.149 9.176 11.441zM31.661 100.084c-.838 1.276-1.295 2.558-2.2 3.127-.522.327-1.852-.356-2.665-.84-.801-.476-1.442-1.247-2.098-1.94-1.195-1.264-2.207-2.587-.658-4.288 1.457-1.599 3.273-1.52 4.669-.317 1.225 1.056 1.927 2.722 2.952 4.258z"/></g></svg>');
}

.footer_box_1 {
    background-position: clamp(230px, 211.1354px + 5.2402vw, 350px) clamp(120px, 118.4279px + 0.4367vw, 130px);
    background-repeat: no-repeat;
    background-size: clamp(80px, 98.7273px + 5.9091vw, 200px);
    /*
    background-size: clamp(120px, 98.7273px + 5.9091vw, 250px);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="103" height="76" xml:space="preserve"><g fill="none" stroke="%23e8e1ce" stroke-width="4" stroke-linejoin="round" stroke-miterlimit="10"><path d="M73.641 16.968c-2.445-2.057-6.019-1.868-7.944.421-1.92 2.283-1.501 5.822.929 7.882l4.979 4.189-6.967-5.86c-2.445-2.057-6.018-1.868-7.943.42-1.925 2.288-1.5 5.842.945 7.898 0 0 7.374 6.224 7.37 6.232l-10.191-8.573c-2.445-2.057-6.019-1.868-7.944.421-1.925 2.288-1.499 5.842.946 7.898l9.328 7.847-22.062-18.557c-2.444-2.057-6.019-1.867-7.944.421-1.925 2.288-1.5 5.843.945 7.898l29.707 24.99c.838.706 1.618 1.308 1.618 1.308l-11.669-.01c-3.195-.004-5.812 2.44-5.813 5.431-.002 2.988 2.607 5.436 5.803 5.44l25.328.023c.539 0 1.159-.03 1.643.001 11-.141 20.643-5.438 24.14-15.489 3.409-9.793-.563-20.212-8.896-26.418-.173-.187-.336-.377-.535-.545L73.641 16.968z"/><path stroke-linecap="round" d="m13.245 51.968 9.002-10.701M40.161 19.972l9.002-10.701M9.667 13.212l10.699 9.001M3.219 33.567l13.931-1.201M28.619 3.379l1.201 13.93"/></g></svg>');
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="81.192" height="74.228" xml:space="preserve"><g fill="none" stroke="%23e8e1ce" stroke-width="7" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"><path d="M76.586 18.339 62.687 4.44M4.639 18.339 18.538 4.44"/><circle cx="40.612" cy="40.433" r="30.139"/><path d="m62.055 61.873 8.698 8.693m-51.582-8.693-8.699 8.693M40.225 23.32v16.53l14.327 8.231"/></g></svg>');
*/
}

/* Slider */
.gb-carousel-control--next { right: -26px;}
.gb-carousel-control--previous { left: -26px; }
.gb-carousel-control--next,
.gb-carousel-control--previous {
  position: absolute;
  transform: translateY(-50%);
  z-index: 20;
}
/* Slider Ende */


/* CSS für die Hand Animation */
#hand {
    filter: drop-shadow(4px 0px 2px rgba(0,0,0,0.4));
    cursor: pointer;
    transition: filter 0.3s ease; /* Fallback für Browser ohne GSAP */
}
#donation {
    width: 220px;
    height: auto;
    margin-top: -60px;
}

/* CSS für die Hand Animation ENDE */


/* Button get in Touch */
a.btn_getInTouch {
  background-color: var(--gelb);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  backface-visibility: hidden;
  width: 160px;
  height: 160px;
  top: 80%;
  right: 2rem;
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: url(/wp-content/uploads/2026/02/smiley-3.svg);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.38); 
  box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.38);
  transition: all .3s ease-out;
  z-index: 10000;
}
.btn_getInTouch {
  align-items: center;
  background-color: var(--orange);
  flex-direction: column;
  flex-wrap: wrap;
  height: 158px;
  justify-content: flex-end;
  position: absolute;
  right: 30px;
  top: 130px;
  width: 158px;
  z-index: 1000000;
  border-radius: 50%;
}
a.btn_getInTouch:hover {
  -webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
  box-shadow: none;
  background-color: white;
}
.btn_getInTouch_typo .gb-icon {
  line-height: 0;
  color: var(--accent);
}
.btn_getInTouch_typo .gb-icon svg {
  width: 160px;
  height: 160px;
  fill: #e31c89;
}
@media screen and (max-width: 768px) {
    .btn_getInTouch {
        xdisplay: none !important;
    }
}
@media screen and (max-width: 1080px) {
    a.btn_getInTouch {
        transform: scale(0.8); /* Verkleinert auf 80% */
        transform-origin: top left; /* Optional: Ursprungspunkt festlegen */
        right: -1rem;
    }
    a.btn_getInTouch:hover {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
}
/* Button get in Touch  ENDE */
.opening  {

}
.opening table {
  width: 80%;
  border-collapse: collapse;
  font-family: inherit;
  border: none;
}

/* Visuell versteckte Caption für Screenreader */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Header ausblenden, aber für Screenreader verfügbar */
.opening thead {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  border: none;
}

/* Zebra-Streifen mit ausreichendem Kontrast (WCAG AA) */
.opening tbody tr:nth-child(odd) {
  background-color: rgba(0,0,0,0.02); /* Hellgrau */
}

.opening tbody tr:nth-child(even) {
  background-color: rgba(255,255,255,0.35); /* Weiß */
}

.opening td,
.opening th {
  padding: 0.25rem 1rem;
  vertical-align: top;
  border: none;
}

/* Erste Spalte (Wochentage) optional hervorheben */
.opening td:first-child {
  font-weight: 600;
}

/* Hover-Effekt für bessere Interaktion */
.opening tbody tr:hover {
  background-color:rgba(255,255,255,0.65);;
}

/* Fokus-Styles für Tastaturnavigation */
.opening:focus-within {
  outline: 2px solid rgba(0,0,0,0.08);
  outline-offset: 2px;
}

/* OPen Maps Iframe Seite Termine */
.openMaps_iframe iframe {
  border: none;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

/* Über uns Pulldown Abstand */
header.scrolldown .gb-element-e5662f2a {
    margin-top: 23px !important;
}