html, body {
background-color: #f7f7f7;
margin: 0;
height: 100%; 
color: #000; 
font-family: GolosText;
font-size: 17px !important;
font-weight: 400 !important;
line-height: 24px;
box-sizing: border-box;
word-wrap: break-word !important;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-animation: slide-in-top 0.8s ease-in-out both;
animation: slide-in-top 0.8s ease-in-out both;
}
#header-wrapper {
width: 100%;
height: 115px;
background-color: #fff;
overflow: visible !important;
}
#header {
max-width: 950px;
height: auto;
margin: 0px auto;
padding: 25px;
text-align: center;
}
#header #left {
max-width: auto;
height: auto;
float: left;
text-align: left;
}
#header #right {
max-width: auto;
height: auto;
float: right;
text-align: left;
margin-top: 20px;
}
#header #right a:link {
color: #3f939a;
text-decoration: none;
font-weight: 350;
padding: 5px;
margin-left: 10px;
text-transform: uppercase;
font-size: 15px;
}
#header #right a:visited {
color: #3f939a;
text-decoration: none;
font-weight: 350;
padding: 5px;
margin-left: 10px;
text-transform: uppercase;
font-size: 15px;
}
#header #right a:hover {
color: #3f939a;
text-decoration: none;
font-weight: 350;
padding: 5px;
margin-left: 10px;
text-transform: uppercase;
font-size: 15px;
}
.logo a:link {
margin: 0px;
padding: 0px;
}
.logo a:visited {
margin: 0px;
padding: 0px;
}
.logo a:hover {
margin: 0px;
padding: 0px;
}
a:link {
color: #000000;
text-decoration: underline;
font-weight: 500;
text-transform: none;
}
a:visited {
color: #000000;
text-decoration: underline;
font-weight: 500;
text-transform: none;
}
a:hover {
color: #000000;
text-decoration: underline;
font-weight: 500;
text-transform: none;
}
.cat-active {
color: #000000 !important;
font-weight: 500 !important;
}

#header-mobile {
display: none !important;
}

#content {
max-width: 910px;
height: auto;
margin: 0px auto !important;
padding: 15px;
}
#content-legal {
max-width: 100%;
height: auto;
margin: 0px auto !important;
padding: 15px;
background-color: #fff;
}
#content-legal #innerbox {
max-width: 910px;
height: auto;
margin: 0px auto;
padding-top: 50px;
padding-bottom: 50px;
background-color: #fff;
font-size: 15px;
}
#content-wide {
background-color: #cae7ea;
max-width: 100%;
height: auto;
margin: 0px auto;
padding: 15px;
}
#content-wide #innerbox {
max-width: 1100px;
height: auto;
margin: 0px auto;
padding-top: 50px;
padding-bottom: 50px;
}
#content-wide-kontakt {

    width: 100%;

    max-width: 1400px;

    aspect-ratio: 2 / 1;

    margin: 0 auto;

    padding: 15px;

    box-sizing: border-box;

    background-color: #cae7ea;

    background-image: url("../images/content/kontakt.jpg");

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

}

#content-wide #innerbox #text {
max-width: 970px;
height: auto;
margin: 0px auto;
padding-top: 5px;
padding-bottom: 5px;
}
#content-wide-white {
background-color: #ffffff;
max-width: 100%;
height: auto;
margin: 0px auto;
padding: 15px;
}
#content-wide-white #innerbox {
max-width: 1100px;
height: auto;
margin: 0px auto;
padding-top: 50px;
padding-bottom: 50px;
}
#content-wide-white #innerbox #text {
max-width: 970px;
height: auto;
margin: 0px auto;
padding-top: 5px;
padding-bottom: 5px;
}
#footer {
background-color: #f7f7f7; 
max-width: 900px;
height: auto;
margin: 0px auto !important;
padding-top: 25px;
padding-bottom: 15px;
padding-left: 20px;
padding-right: 20px;
line-height: 15px;
}
#footer a:link {
text-decoration: none;
color: #000;
font-size: 11px;
text-transform: uppercase;
}






body.nav-open {
overflow: hidden;
}
.mobilenav {
height:100%;
width:100%;
position:fixed;
z-index:9999;
top:0;
left:0;
background-color:#ffffff;
border-right:0;
overflow-x:hidden;
padding-top:10px;
box-shadow:1.5px 0 2.2px rgba(0,0,0,.02),3.5px 0 5.3px rgba(0,0,0,.028),6.6px 0 10px rgba(0,0,0,.035),11.8px 0 17.9px rgba(0,0,0,.042),22.1px 0 33.4px rgba(0,0,0,.05),53px 0 80px rgba(0,0,0,.07);
opacity:0;
visibility:hidden;
transform:translateY(20px);
transition:opacity 1s cubic-bezier(.22,1,.36,1),transform 1s cubic-bezier(.22,1,.36,1),visibility .45s;
}
.mobilenav.open {
opacity:1;
visibility:visible;
transform:translateY(0);
}
.mobilenav a {
text-decoration: none;
font-size: 19px;
color: #000000;
font-weight: 500 !important;
display: block;
padding-left: 15px;
padding-right: 5px;
padding-bottom: 10px;
text-transform: uppercase;
}
.mobilenav a:hover {
color: #000;
}
@media screen and (max-height: 450px) {
.mobilenav {padding-top: 15px;}
.mobilenav a {font-size: 18px;}
}
.menue-button {
font-size: 17px;
font-weight: 500;
float: right;
padding-top: 5px;
margin-top: 10px;
margin-right: 5px;
cursor: pointer;
text-transform: uppercase;
}
.close-button {
font-size: 14px !important;
font-weight: 500;
padding: 0px;
margin-left: -5px;
margin-top: 10px;
margin-bottom: 10px !important;
display: block;
cursor: pointer;
text-transform: uppercase;
}




@media (max-width: 900px) {
#content {
padding-left: 15px;
padding-right: 15px;
}
#header-mobile {
max-width: 900px;
height: auto;
margin: 0px auto;
padding-top: 15px;
padding-bottom: 10px;
padding-left: 25px;
padding-right: 15px;
display: block !important;
}
#header {
display: none !important;
}
#header-wrapper {
width: 100%;
height: auto;
background-color: #fff;
overflow: visible !important;
}

}








@font-face {
  font-display: swap; 
  font-family: 'GolosText';
  font-style: normal;
  font-weight: 100 900;
  src: url('../com/webfonts/GolosText.ttf') format('truetype'); 
}









h1 {
font-weight: 500;
color: #59aeb5;
line-height: 40px;
}
h2 {
font-weight: 500;
color: #59aeb5;
line-height: 35px;
}
h3 {
font-weight: 500;
color: #59aeb5;
line-height: 25px;
}
b {
font-weight: 500;
}


.faq-hd {
font-size: 20px;
font-weight: 500;
color: #59aeb5;
line-height: 30px;
margin-bottom: 10px;
}
#faq-textbox {
margin-bottom: 30px;
}












@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.covertipp{
margin-top: 50px !important;
display: block;
}




.split-sections {
--content-width: 1200px;
--section-gap: clamp(2rem, 6vw, 6rem);
--border-radius: 10px;
--accent-color: #59aeb5;
width: min(var(--content-width), calc(100% - 2rem));
margin-inline: auto;
color: var(--text-color);
}
.split-section {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
align-items: center;
gap: var(--section-gap);
padding-block: clamp(3rem, 8vw, 7rem);
}
.split-section + .split-section {
border-top: 0px solid #e8e8e8;
}
.split-section:nth-child(even) .split-section__content {
order: 2;
}
.split-section:nth-child(even) .split-section__media {
order: 1;
}
.split-section__content {
max-width: 34rem;
}
.split-section__topheadline {
display: inline-block;
margin-bottom: 20px;
color: var(--accent-color);
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
}
.split-section__title {
margin: 0;
font-size: 30px;
font-weight: 400;
line-height: 40px;
color: #59aeb5
}
.split-section__title-se {
margin: 0;
font-size: 42px !important;
font-weight: 500 !important;
line-height: 5vh;
color: #59aeb5
}
.split-section__text {
margin: 1.5rem 0 0;
color: var(--muted-color);
font-size: 17px;
}
.split-section__link {
display: inline-flex;
align-items: center;
gap: 0.5rem;
margin-top: 1.75rem;
color: var(--text-color);
font-weight: 500;
text-decoration: none !important;
}
.split-section__link::after {
content: "";
display: inline-block;
width: 18px;
height: 18px;
margin-top: 2px;
margin-left: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' fill='%231f1f1f'%3E%3Cpath d='m700-300-57-56 84-84H120v-80h607l-83-84 57-56 179 180-180 180Z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: contain;
transition: transform 180ms ease;
}
.split-section__link:hover::after {
transform: translateX(0.3rem);
}
.split-section__media {
margin:0;
overflow:hidden;
border-radius:var(--border-radius);
}

.split-section__media img {
display:block;
width:100%;
height:auto;
}
@media (max-width: 800px) {
.split-sections {
width:100%;
}
.split-section {
grid-template-columns:1fr;
gap:2rem;
padding-block:3.5rem;
}
.split-section:nth-child(even) .split-section__content,
.split-section:nth-child(even) .split-section__media {
order:initial;
}
.split-section__content {
max-width:none;
padding:0 1rem;
}
.split-section__media {
margin:0;
}
.split-section__media img {
display:block;
width:100%;
height:auto;
}
}

























#terminform{
background-color: #ffffff;
max-width: 800px;
height: auto;
margin: 0px auto;
padding-left: 20px;
padding-right: 20px;
padding-top: 15px;
padding-bottom: 15px;
border: 0px solid #59aeb5;
border-radius: 15px !important;
text-align: left;
overflow: visible;
}
*, *::before, *::after{
box-sizing: border-box;
}
input:not([type="checkbox"]) {
    width: 100%;
    height: auto;
    background-color: #f7f7f7;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #000;
    padding: 10px;
font-family: GolosText;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
}
textarea {
    width: 100%;
    height: 90px;
    background-color: #f7f7f7;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #000;
    padding: 10px;
font-family: GolosText;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
}

.terminvorschlag-input {
    width: 40%;
    height: 20px;
    line-height: 20px !important; /* ← wichtig */
    display: block;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f7f7f7;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #000;
    padding: 0 5px; /* statt 5px */
font-family: GolosText;
    font-size: 17px;
}
.terminvorschlag-input::-webkit-date-and-time-value {
    height: 20px;
    line-height: 20px;
}
.senden{
width: auto;
height: auto;
background-color: #15f;
border: 3px solid #f7f7f7;
padding-left: 15px;
padding-right: 15px;
padding-top: 13px;
padding-bottom: 13px !important;
margin-top: 30px;
font-family: GolosText;
font-size: 16px;
font-weight: 400;
color: #fff;
letter-spacing: 0;
cursor: pointer;
}
.senden:hover{
width: auto;
height: auto;
background-color: #15f;
border: 3px solid #f7f7f7;
padding-left: 15px;
padding-right: 15px;
padding-top: 13px;
padding-bottom: 13px !important;
margin-top: 30px;
font-family: GolosText;
font-size: 16px;
font-weight: 400;
color: #fff;
text-decoration: none !important;
letter-spacing: 0;
cursor: pointer;
}
.senden:active{
width: auto;
height: auto;
background-color: #15f;
border: 3px solid #bcf;
padding-left: 15px;
padding-right: 15px;
padding-top: 13px;
padding-bottom: 13px !important;
margin-top: 30px;
font-family: GolosText;
font-size: 16px;
font-weight: 400;
color: #fff;
letter-spacing: 0;
cursor: pointer;
}
label {
font-size: 16px;
margin-bottom: 5px;
margin-left: 2px;
display: inline-block;
}
.asteriks {
font-size: 20px;
padding: 0px;
font-weight: 600;
color: #f92a2a;
}

.honeypot {
    display: none;
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
font-family: GolosText;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
}

/* echte Checkbox direkt stylen */
.checkbox-label input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    margin: 0;
    flex-shrink: 0;
    border: 1px solid #000;
    background-color: #f7f7f7;
    border-radius: 0;
    position: relative;
    cursor: pointer;
}

/* blau wenn aktiv */
.checkbox-label input[type="checkbox"]:checked {
    background-color: #0077ff;
    border-color: #0077ff;
}

/* weißer Punkt */
.checkbox-label input[type="checkbox"]:checked::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* sichtbarer Tastatur-Fokus */
.checkbox-label input[type="checkbox"]:focus,
.checkbox-label input[type="checkbox"]:focus-visible {
    outline: 2px solid #0077ff;
    outline-offset: 3px;
}

select {
    width: 100%;
    background-color: #f7f7f7;
    border: 0;
    border-bottom: 1px solid #000;
    padding: 10px;
    padding-right: 40px; /* Platz für den Pfeil */
font-family: GolosText;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    color: #000;
    cursor: pointer;
    border-radius: 0;
    box-sizing: border-box;

    /* Standard-Darstellung entfernen */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    /* eigener Pfeil */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23000' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
}

select:focus,
select:focus-visible {
    outline: 2px solid #0077ff;
    outline-offset: 3px;
}

select:invalid {
    color: #777;
}

select option {
    color: #000;
}




















.faq-item {
  border-top: 1px solid #59aeb5;
}

.faq-item:last-child {
  border-bottom: 1px solid #59aeb5;
}

.accordion {
  position: relative;
  width: 100%;
  padding-left: 5px;
  padding-right: 40px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  background: transparent;
  border: none;
  text-align: left;
  font-family: GolosText;
  font-size: 20px;
  font-weight: 500 !important;
  cursor: pointer;
  color: #59aeb5;
}
.accordion[aria-expanded="true"] {
  color: #000;
}
.accordion::before,
.accordion::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
  height: 2px;
  background: currentColor;
  transition: transform 0.45s ease;
}
.accordion::after {
  transform: translateY(-50%);
}
.accordion::before {
  transform: translateY(-50%) rotate(90deg) scaleX(1);
}
.accordion[aria-expanded="true"]::before {
  transform: translateY(-50%) rotate(90deg) scaleX(0);
}

.panel {
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}

.panel-inner {
  padding-left: 5px;
  padding-bottom: 20px;
}

















.ctb {
display: inline-flex;
align-items: center;
gap: 0.5rem;
margin-top: 0px;
color: #000;
font-weight: 500;
text-decoration: none !important;
}
.ctb::after {
content: "";
display: inline-block;
width: 18px;
height: 18px;
margin-top: 2px;
margin-left: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' fill='%231f1f1f'%3E%3Cpath d='m700-300-57-56 84-84H120v-80h607l-83-84 57-56 179 180-180 180Z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: contain;
transition: transform 180ms ease;
}
.ctb:hover::after {
transform: translateX(0.3rem);
}