/* Fokus sichtbar machen  */
.klickbtn:focus-visible,
.klickbtn2:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
submit:focus-visible  {
    outline: 3px solid #005fcc;
    outline-offset: 2px;
}

body{
	font-size: 17px;
}

#teaser .slick-slide, #teaser {
	height: 70vh !important;
}

#kontaktboxheader{
	display: none !important;
}

#headerbalken, #menu ul{
	background-color: #ebf6f6;
}

.readtxt{
	font-size: 17px !important;
}

h1, h2, h3, h4, h5, h6 {

  font-weight: 500;
}
b {
  font-weight: 500;
}

#menu a {
  font-weight: 500;
  padding: 27px 35px;
}


hr{
	border: 1px solid #fff !important; 
}


.parallax{
	color:#fff;
	padding:320px 20px;
	font-size: 20px;
}
.parallax h2{
	color:#fff;
}

.parallax2{
	background-image: url(parallax.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed, scroll;
}


#menu a {
    color: rgb(58, 166, 174);
    text-transform: uppercase;
}

#menu .on, #menu ul li a:hover {
    color: #fff;
    background: #3aa6ae;
}

#menu ul{
	font-size: 18px;
}

#begriff_close,
.bgw{
	background:#fff;
}

.sslicon,
.back-to-top .path{
	fill:#fff;
}

#begriffbox,
#footer_end,
#footer_end a{
	color:#fff;
}

.arrow::after{
	border-left: 10px solid #666;
}

#teamicon {
	background:url(../bilder/team.svg) no-repeat center top;
}	

#linksicon {
	background:url(../bilder/links.svg) no-repeat center top;
}

.mittig{
	margin: 0 auto 40px auto;
	float: none;
	clear: both;
}

.verticalcenter {
	display: flex;
	align-items: center;
}

.info-box-tuerkis {
    background: #3aa6ae;
    color: #ffffff;
    padding: 20px 20px;
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.info-box-tuerkis h3{
  margin-top: 0;
  margin-bottom: 12px;
  color: #fff;
}

.kontakt-zeile {
    display: flex;
    align-items: center; 
    gap: 10px;
    margin-bottom: 6px;
}

.kontakt-zeile a{
	color: white;
}

.myButton {
	background-color:#3aa6ae;
	border-radius:10px;
	border:1px solid #3aa6ae;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:18px;
	padding:16px 31px;
	text-decoration:none;
}
.myButton:hover {
	background-color:#fff;
	color: #3aa6ae;
	border: 1px solid #3aa6ae;
}
.myButton:active {
	position:relative;
	top:1px;
}

.accordion {
  background-color: #ffffff;
  color: #2b2b2b;
  cursor: pointer;
  padding: 18px 22px;
  width: 100%;
  border: 1px solid rgba(58,166,174,0.25);
  border-radius: 8px;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  margin-top: 12px;
  transition: all 0.3s ease;
  position: relative;
}

/* Hover */
.accordion:hover {
  background-color: rgba(58,166,174,0.05);
}

/* Aktiv */
.accordion.active {
  background-color: rgba(58,166,174,0.1);
  border-color: rgb(58,166,174);
}

/* Plus / Minus Icon */
.accordion::after {
  content: "+";
  font-size: 22px;
  color: rgb(58,166,174);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.accordion.active::after {
  content: "–";
  transform: translateY(-50%) rotate(180deg);
}

/* Panel */
.panel {
  background-color: #ffffff;
  border-left: 3px solid rgb(58,166,174);
  padding: 0 22px;
  margin-top: 6px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.3s ease;
}

.panel p {
  margin: 16px 0;
  color: #333;
  line-height: 1.6;
}


sedcards {
    padding: clamp(2rem, 4vw, 4rem) 1rem;
    background: radial-gradient(1200px 600px at 10% 0%, rgba(0,0,0,.04), transparent 60%),
                radial-gradient(1200px 600px at 90% 10%, rgba(0,0,0,.03), transparent 55%),
                #fff;
    color: #0f172a;
  }

  .sedcards__header {
    text-align: center;
    margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  }
  
  .sedcards__title {
    font-size: 26px;
  }

  .sedcards__subtitle {
    max-width: 60ch;
    margin: 0 auto;
    color: rgba(15, 23, 42, .72);
    font-size: 1.02rem;
  }

  /* ====== Pricing grid ====== */
  .sedcards__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(12, 1fr);
    align-items: stretch;
  }

  .plan {
    grid-column: span 12;
    position: relative;
    background: rgba(255,255,255,.9);
	border: 1px solid rgb(58,166,174);
    border-radius: 18px;
    padding: 1.2rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
    backdrop-filter: blur(6px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .plan__top {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    margin-bottom: 1rem;
  }

  .plan__name {
    font-size: 1.2rem;
    margin: 0 0 .4rem;
    letter-spacing: .01em;
  }

  .plan__price {
    margin: 0 0 .35rem;
    display: flex;
    align-items: baseline;
    gap: .5rem;
    flex-wrap: wrap;
  }

  .plan__amount {
    font-size: 1.9rem;
    font-weight: 750;
  }

  .plan__suffix {
    font-size: .95rem;
    color: rgba(15, 23, 42, .65);
  }

  .plan__meta {
    margin: 0;
    color: rgba(15, 23, 42, .75);
    font-size: .98rem;
  }

  .plan__list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.1rem;
    display: grid;
    gap: .55rem;
    color: rgba(15, 23, 42, .86);
  }

  .plan__list li {
    position: relative;
    padding-left: 1.6rem;
    line-height: 1.35;
  }

  .plan__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    opacity: .9;
  }

  .plan__hint {
    display: block;
    margin-top: .25rem;
    font-size: .92rem;
    color: rgba(15, 23, 42, .65);
  }

  .plan::after {
    content: "";
    position: absolute;
    inset: -60% -30% auto -30%;
    height: 220px;
    background: radial-gradient(circle at 30% 30%, var(--accent), transparent 60%);
    pointer-events: none;
  }

 
  /* ====== Responsive ====== */
  @media (min-width: 720px) {
    .plan { padding: 1.35rem; }
    .addons { grid-template-columns: 1fr 1fr; }
  }

  @media (min-width: 980px) {
    .sedcards__grid .plan { grid-column: span 4; }
    .plan--featured { transform: translateY(-6px); }
    .sedcards__info .info-card--important { grid-column: span 7; }
    .sedcards__info .info-card:not(.info-card--important) { grid-column: span 5; }
    .sedcards__info .info-card--contact { grid-column: span 12; }
  }

  /* ====== Reduced motion ====== */
  @media (prefers-reduced-motion: reduce) {
    .plan__cta, .btn { transition: none; }
    .plan__cta:hover, .btn:hover { transform: none; }
    .plan--featured { transform: none; }
  }
  
/* Flex-Container für die Boxen */
.zusatzmodule-wrapper {
    display: flex;
    gap: 20px;                 /* Abstand zwischen den Boxen */
    flex-wrap: wrap;           /* Umbruch auf kleinere Screens */
}

/* Einzelne Greybox */
.zusatzmodulbox.readtxt {
    background-color: #f2f2f2; /* hellgrauer Hintergrund */
    color: #333;               /* Schriftfarbe */
    padding: 20px;
    border-radius: 8px;
    box-sizing: border-box;

    flex: 1 1 calc(33.333% - 20px); /* 3 Spalten */
    display: flex;
    flex-direction: column;         /* gleiche Höhe */
}

/* Überschrift */
.zusatzmodulbox.readtxt b {
    color: #333;
    font-size: 1.1em;
    margin-bottom: 8px;
}

/* Responsive Anpassung */
@media (max-width: 900px) {
    .zusatzmodulbox.readtxt {
        flex: 1 1 calc(50% - 20px);  /* 2 Spalten */
    }
}

@media (max-width: 600px) {
    .zusatzmodulbox.readtxt {
        flex: 1 1 100%;              /* 1 Spalte */
    }
}

#logo>a>img {
    height: 170px;
    padding: 20px;
}

.spalten-wrapper {
    display: flex;
    align-items: center; /* 👈 vertikal zentrieren */
}

.image-spalte {
    text-align: center;
}

.image-spalte img {
    height: auto;
}

@media (max-width: 1360px) and (min-width: 1201px){
	
	

}

@media (max-width: 1360px) and (min-width: 981px){
	
	

}

@media (max-width: 1200px) and (min-width: 981px){
	
	

}

@media (max-width: 980px) and (min-width: 781px){
	
	

}

@media (max-width: 780px) and (min-width: 481px){
	
	

}


@media (min-width: 780px) {

	

}

@media (max-width: 1680px) {
	
	

}

@media (max-width: 1360px) {
	
	#menu ul li a {
        padding: 27px 12px;
    }
	
	#teaser .slick-slide, #teaser {
		height: 60vh !important;
	}

}


@media (max-width: 1200px) {

	.parallax{
	color:#fff;
	padding:200px 20px;
	font-size: 20px;
}

	#teaser .slick-slide, #teaser {
		height: 50vh !important;
	}
	
	
}

@media (max-width: 980px) {
	
	
	.spalten-wrapper {
        flex-direction: column;
        align-items: stretch; /* volle Breite */
    }
	
	
	.spalte.c.readtxt.parallax.parallax2 {
	  background-attachment: scroll;
	}


    .image-spalte {
        margin-top: 30px; /* Abstand zwischen Text & Bild */
    }
	
	.verticalcenter {
		display: block;
	}
	
    #menu ul li a {
        padding: 27px 8px;
    }
	
	#menu ul {
		font-size: 14px;
	}
	
	#teaser .slick-slide, #teaser {
		height: 40vh !important;
	}
	
	.spalte3.faq.readtxt, .spalte23.faq.readtxt{
		width: 100% !important;
	}
}

@media (max-width: 780px) {


	#logo>a>img {
		height: 150px !important;
		padding: 10px;
	}


	#menu ul ul li{
		border-left:1px solid #fff;
		border-right:none;
	}

	#menu ul li a{
		color: #fff;
		padding: 14px 8px;
	}
	
	#menu ul li a:hover{
		color:  rgb(58,166,174);
		background: #fff;
	}
	
	#menu ul {
		font-size: 18px;
	}


	#headerbalken, #menu ul{
		background-color: rgb(58,166,174)
	}
	
	#teaser .slick-slide, #teaser {
		height: 30vh !important;
	}

	.readtxt {
		font-size: 16px;
	}


}

@media (max-width: 480px) {
	
	#logo>a>img {
        height: auto !important;
        width: 300px;
		padding: 10px;
    }
	
}