/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 11, 2026 */

@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.eot');
    src: url('../fonts/montserrat-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-medium-webfont.woff') format('woff'),
         url('../fonts/montserrat-medium-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-medium-webfont.svg#montserratmedium') format('svg');
    font-weight: normal;
    font-style: normal;
font-display: fallback;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
font-display: fallback;
}


@font-face {
    font-family: 'alex_brushregular';
    src: url('../fonts/alexbrush-regular-webfont.eot');
    src: url('../fonts/alexbrush-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/alexbrush-regular-webfont.woff') format('woff'),
         url('../fonts/alexbrush-regular-webfont.ttf') format('truetype'),
         url('../fonts/alexbrush-regular-webfont.svg#alex_brushregular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: fallback;
}


/*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*//*allgemeines*/

* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
} 

:root {
	--highlight: #3399AA;
	--highlight2: #bee1e3;
	--text: #525252;
    --lightback: #f3ece2;
}

body{
    font-family: 'montserratregular', sans-serif;
	font-size:16px;
	line-height: 30px;
	color:var(--text);
}

h1, h2, h3{
	font-family: "Times New Roman", Times, "DejaVu Serif", Georgia, serif;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
}

h1{
	font-size:26px;
}

h2, h3{
	font-size:20px;
}

h4, .accordion-item h4 {
	font-size:18px;
}

p{
    font-family: 'montserratregular';
}

main a, main a:visited{
	color:inherit;	
}

main a:hover, main a:focus, main a:active{
	color:var(--highlight);	
}


img {
	max-width: 100%;/*  alle img responsive;max. die Breite, die des Fotos selbst hat --- */
	height: auto;
}

header, nav, main, article, section, footer{
	display:block;
}

li::marker {
  color: var(--highlight);
}

/*header*/
header {
  margin-top: 55px;
}


/*galery*//*galery*//*galery*//*galery*//*galery*//*galery*/

.about-title {
	font-size: 7.5rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	position: absolute;
	top: 45px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	pointer-events: none;
	white-space: nowrap;
	font-family: "Arial Black", "Arial Bold", Arial, sans-serif;
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		color-stop(30%, rgb(8 42 123 / 35%)),
		color-stop(76%, rgb(255 255 255 / 0%))
	);
	background: linear-gradient(
		to bottom,
		rgb(8 42 123 / 35%) 30%,
		rgb(255 255 255 / 0%) 76%
	);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.carousel-container {
	width: 100%;
	height: 450px;
	position: relative;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
	margin-top: 40px;
}

.carousel-track {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#galery .card {
	position: absolute;
	width: 280px;
	height: 380px;
	background: white;
	border-radius: 0;
	overflow: hidden;
	-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	cursor: pointer;
	border:none;
	padding:5px;
}

#galery  .card img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#galery  .card.center {
	z-index: 10;
	-webkit-transform: scale(1.1) translateZ(0);
	        transform: scale(1.1) translateZ(0);
}

#galery  .card.center img {
	filter: none;
}

/*#galery  .card.left-2 {
	z-index: 1;
	transform: translateX(-400px) scale(0.8) translateZ(-300px);
	opacity: 0.7;
}*/

#galery  .card.left-2 {
	z-index: 1;
	-webkit-transform: translateX(-400px) scale(0.8) translateZ(-300px);
	        transform: translateX(-400px) scale(0.8) translateZ(-300px);
	opacity: 0.7;
}

#galery  .card.left-2 img {
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}

#galery  .card.left-1 {
	z-index: 5;
	-webkit-transform: translateX(-200px) scale(0.9) translateZ(-100px);
	        transform: translateX(-200px) scale(0.9) translateZ(-100px);
	opacity: 0.9;
}

#galery  .card.left-1 img {
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}

#galery  .card.right-1 {
	z-index: 5;
	-webkit-transform: translateX(200px) scale(0.9) translateZ(-100px);
	        transform: translateX(200px) scale(0.9) translateZ(-100px);
	opacity: 0.9;
}

#galery  .card.right-1 img {
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}

#galery  .card.right-2 {
	z-index: 1;
	-webkit-transform: translateX(400px) scale(0.8) translateZ(-300px);
	        transform: translateX(400px) scale(0.8) translateZ(-300px);
	opacity: 0.7;
}

#galery  .card.right-2 img {
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}

#galery  .card.hidden {
	opacity: 0;
	pointer-events: none;
}

.member-info {
	text-align: center;
	margin-top: 10px;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.member-name {
	color: var(--text);
	font-size: 20px;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
}

.member-name::before,
.member-name::after {
	content: "";
	position: absolute;
	top: 100%;
	width: 100px;
	height: 1px;
	background: var(--text);
}

.member-name::before {
	left: -120px;
}

.member-name::after {
	right: -120px;
}

.member-role {
	color: #848696;
	font-size: 14px;
	opacity: 0.8;
	letter-spacing: 0.1em;
	padding: 5px 0;
	margin-top: -15px;
	position: relative;
}

.dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 0;
}

.dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(8, 42, 123, 0.2);
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dot.active {
	background: var(--text);
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}

.nav-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: var(--text);
	color: white;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	cursor: pointer;
	z-index: 20;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 1.5rem;
	border: none;
	outline: none;
	padding-bottom: 4px;
}

.nav-arrow:hover {
	background: var(--highlight);
	-webkit-transform: translateY(-50%) scale(1.1);
	    -ms-transform: translateY(-50%) scale(1.1);
	        transform: translateY(-50%) scale(1.1);
}

.nav-arrow.left {
	left: 20px;
	padding-right: 3px;
}

.nav-arrow.right {
	right: 20px;
	padding-left: 3px;
}

@media (max-width: 768px) {
.about-title {
		font-size: 4.5rem;
	}

#galery .card {
		width: 200px;
		height: 280px;
}

#galery .card.left-2 {
		-webkit-transform: translateX(-150px) scale(0.8) translateZ(-300px);
		        transform: translateX(-150px) scale(0.8) translateZ(-300px);
}

#galery .card.left-1 {
		-webkit-transform: translateX(-120px) scale(0.9) translateZ(-100px);
		        transform: translateX(-120px) scale(0.9) translateZ(-100px);
}

#galery .card.right-1 {
		-webkit-transform: translateX(120px) scale(0.9) translateZ(-100px);
		        transform: translateX(120px) scale(0.9) translateZ(-100px);
}

#galery .card.right-2 {
		-webkit-transform: translateX(150px) scale(0.8) translateZ(-300px);
		        transform: translateX(150px) scale(0.8) translateZ(-300px);
}


.member-name::before,
.member-name::after {
		width: 50px;
}

.member-name::before {
		left: -70px;
}

.member-name::after {
		right: -70px;
}
}



/*navigation*/
.navbar-brand {
  float: left;
}

/* ---------------------------------------------------- */
/* BURGER BUTTON (Standardmäßig unsichtbar)             */
/* ---------------------------------------------------- */
.burger-toggle {
  display: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  float: right;
	background-color:transparent;
}

.burger-icon {
  display: block;
  width: 25px;
  height: 3px;
  background-color: var(--highlight);
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.burger-icon::before, .burger-icon::after {
   content: '';
   position: absolute;
   width: 25px;
   height: 3px;
   background-color: var(--highlight);
   left: 0;
   -webkit-transition: -webkit-transform 0.3s;
   transition: -webkit-transform 0.3s;
   transition: transform 0.3s;
   transition: transform 0.3s, -webkit-transform 0.3s;
}

.burger-icon::before { top: -8px; }
.burger-icon::after { bottom: -8px; }

/* Burger-Animation wenn geöffnet */
.burger-toggle.is-active .burger-icon {
            background-color: transparent;
}

.burger-toggle.is-active .burger-icon::before {
            -webkit-transform: translateY(8px) rotate(45deg);
                -ms-transform: translateY(8px) rotate(45deg);
                    transform: translateY(8px) rotate(45deg);
}

.burger-toggle.is-active .burger-icon::after {
            -webkit-transform: translateY(-8px) rotate(-45deg);
                -ms-transform: translateY(-8px) rotate(-45deg);
                    transform: translateY(-8px) rotate(-45deg);
}

/* ---------------------------------------------------- */
/* MENÜ STRUKTUR (Desktop-Ansicht zuerst)               */
/* ---------------------------------------------------- */
#navigation {
  position: fixed;
  top: 0;
  z-index: 500;
  background: #fff;
  padding:10px 0
}

	
#navigation div.container {
  position: relative;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-nav a {
  text-transform: uppercase;
}

.menu-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.menu-link {
     color: var(--highlight);
     text-decoration: none;
     padding: 0 20px;
     display: block;
}

.menu-link:hover {
     color: var(--text);
}

.dropdown-toggle {
  background: none;
  border: none;
  color:var(--highlight);
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  position: relative;
  left: -10px;
	top:2px
}

.dropdown-toggle:hover {
    color: var(--text);
}

/* Untermenü Desktop */
.submenu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #fff;
      min-width: 200px;
     /* box-shadow: 0px 4px 8px rgba(0,0,0,0.2);*/
      z-index: 1000;
}

.submenu a {
      color: inherit;
      text-decoration: none;
      padding: 12px 20px;
      display: block;
}

.submenu a:hover {
    background-color: var(--highlight);
	color:#fff;
}

/* Zustandsklassen */
.submenu.is-open {
    display: block;
}

 .dropdown-toggle.is-flipped {
     -webkit-transform: rotate(180deg);
         -ms-transform: rotate(180deg);
             transform: rotate(180deg);
	 top:-3px;
}

/* ---------------------------------------------------- */
/* RESPONSIVE DESIGN (Breakpoint: 1000px)                */
/* ---------------------------------------------------- */
@media (max-width: 1000px) {
     .burger-toggle {
      display: block; /* Zeige Burger-Button */
}

/* Hauptmenü wird zum mobilen Overlay */
.main-nav {
      display: none; 
      position: absolute;
      top: 100%;
      width: 100%;
      background-color: #fff;
      -webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
              box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
      z-index: 999;
	text-align: right;
}
	
.main-nav a {
  text-transform: uppercase;
}
	
.main-nav.is-active {
     display: block; /* Öffnet das mobile Menü */
}

.main-nav.is-active {
    display: block;
    right: 0;
    max-width: 540px;
    top: 45px;
  }

nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* Menüpunkte untereinander */
}

#therapien{
	padding-right: 0;	
}
	
.menu-item {
     -ms-flex-wrap: wrap;
         flex-wrap: wrap; /* Erlaubt dem Untermenü, in die nächste Zeile zu brechen */
     border-bottom: 1px solid rgba(0,0,0,0.1);
}

.menu-link {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; /* Link nimmt maximalen Platz ein */
    padding: 15px 20px;
}

.dropdown-toggle {
    padding: 15px 25px;
	padding-right: 10px/* Größere Klickfläche auf Mobilgeräten */
}

/* Untermenü mobil */
.submenu {
   position: static; /* Hebt die absolute Positionierung auf */
   width: 100%;
   background-color: #C0E3E9;
 }

.submenu a {
    padding-left: 40px; /* Einrücken für Struktur */
}
	
.dropdown-toggle.is-flipped {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: -3px;
  left: 10px;
}	
}


.icon_contact {
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size:50px;
  background-position: left -26px center;
  display: inline-block;
}

#icon_fon{
	background-image: url("../img/icon_telefon.svg");
	margin-right: 15px;
}

#icon_mail{
	background-image: url("../img/icon_mail.svg")
}

#icon_fon:hover{
	background-position:left  center;
}

#icon_mail:hover{
	background-position:left center;
}

#kontaktinfo {
  position: absolute;
  right: 70px;
}


#footer-nav a, #footer-nav a:visited {
  text-decoration: none;
  color:var(--highlight);
  text-transform:uppercase;
}

#footer-nav a:hover, #footer-nav a:focus, #footer-nav a:active {
	color:var(--text);
}

/*slider*/

/*teaser*/
.teaser{
	margin-top:100px;
	margin-bottom:100px;
}

.teaser_small{
	margin-top:100px;
	margin-bottom:0;
}

.card {
  background-color: var(--lightback);
  color:var(--text);
  border-radius: 0;
  padding: 20px 10px;
  font-size: 14px;
}

.card_teaser_img_wrapper{
	width:85%;
	max-height:250px;
	max-width:250px;
	overflow:hidden;
	display: block;
	margin:30px auto;
	border-radius: 50%;
	background-color:#fff;
}

.teaser_small .card_teaser_img_wrapper{
	margin:0 auto 20px auto;
}


.card_teaser_img_wrapper img {
	-webkit-transition-duration: 1s;
	        transition-duration: 1s;
	-webkit-transition-timing-function: ease-in-out;
	        transition-timing-function: ease-in-out;
}

.card_teaser_img_wrapper:hover img {
  -webkit-transform: scale(150%);
      -ms-transform: scale(150%);
          transform: scale(150%);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.card-text{
	line-height: 24px;
}

/*formular*/

form {
  padding: 30px;
  background-color: #fff;
  border: 3px solid var(--lightback);
  background-image: url("../img/hg_formular.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size:auto;
}

input[type="text"], input[type="email"] {
    width: 100%;                  /* Volle Breite des Elternelements */
    -webkit-box-sizing: border-box;
            box-sizing: border-box; 
	border:none;/* Padding zählt nicht zur Gesamtbreite dazu */
    border-bottom: 3px solid #dcd2c3;       /* Fester, grauer Rahmen */
	border-left:3px solid var(--lightback);
	border-radius: 0;           /* Abgerundete Ecken */
    -webkit-transition: 0.3s;
    transition: 0.3s;
  -moz-appearance: none;
       appearance: none;         /* Browser-Standard deaktivieren */
  -webkit-appearance: none; 
	  outline: none;
	background-color:rgba(255,255,255,0.5);
}

/* Styling, wenn das Feld aktiv ist (angeklickt) */
input[type="text"]:focus, input[type="email"]:focus {
    border-bottom: 3px solid var(--highlight);    
    outline: none;
  -moz-appearance: none;
       appearance: none;         /* Browser-Standard deaktivieren */
  -webkit-appearance: none;
}

textarea.form-control {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
  min-height: 227px;
}

.form-control{
	border: none;
    border-bottom: 3px solid #dcd2c3;       /* Fester, grauer Rahmen */
	border-left:3px solid var(--lightback);
	border-radius: 0;
	background-color:rgba(255,255,255,0.5);
}

.form-control:focus {
  -webkit-box-shadow:0 0 0 .25rem rgba(255,255,255,0);
          box-shadow:0 0 0 .25rem rgba(255,255,255,0);
  border-bottom: 3px solid var(--highlight);  
}

.form-check-input[type="checkbox"] {
  border-radius: 50%;
	 border-right: 3px solid #dcd2c3; 
    border-bottom: 3px solid #dcd2c3;       /* Fester, grauer Rahmen */
	border-left:3px solid var(--lightback);
	border-top:3px solid var(--lightback);
}

.form-check-input[type="checkbox"]:checked {
	border-right: 3px solid #dcd2c3; 
    border-bottom: 3px solid #dcd2c3;       /* Fester, grauer Rahmen */
	border-left:3px solid var(--lightback);
	border-top:3px solid var(--lightback);
		  -webkit-box-shadow: 0 0 0 .25rem rgba(255,255,255,0);
		          box-shadow: 0 0 0 .25rem rgba(255,255,255,0);
	background-color:#dcd2c3;
	background-image:none;
}

.form-check-input[type="checkbox"]:focus {
	  -webkit-box-shadow: 0 0 0 .25rem rgba(255,255,255,0);
	          box-shadow: 0 0 0 .25rem rgba(255,255,255,0);
}

.form-select {
  border: none;
  border-bottom: 3px solid #dcd2c3;       /* Fester, grauer Rahmen */
  border-left:3px solid var(--lightback);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color:rgba(255,255,255,0.5);
}

.form-select:focus {
  outline: 0;
  border-bottom: 3px solid var(--highlight); 
  -webkit-box-shadow: 0 0 0 .25rem rgba(255,255,255,0); 
          box-shadow: 0 0 0 .25rem rgba(255,255,255,0);
}

.captchaQuest {
	margin: 10px 0px;
}
.captchaItem {
	float: left;
	margin-right: 15px;
	text-align: center;
}
.captchaItem img {
    margin-bottom: 0px;
}
.captchaItem input {
	margin: 5px auto;
	width: 16px;
	display: block;
}

.fehler {
    color:#ff0000;
}

label[for=vorname], #vorname {
	display:none;
}

option{
    font-family: 'montserratregular';
	font-size:14px;
}

/*slide in*/

.module {
  position: relative;
}
 
.come-in {
  -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-animation: come-in 0.8s ease forwards;
          animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}

.already-visible {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes come-in {
  to { -webkit-transform: translatex(0); transform: translatex(0); }
}
@keyframes come-in {
  to { -webkit-transform: translatex(0); transform: translatex(0); }
}




/*scrolltotop*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 50%;
  right:0;
  z-index: 99;
  font-size: inherit;
  border:0;
  background-color: var(--text);
  color: #fff;
  cursor: pointer;
  padding: 5px 10px;
}


#myBtn:hover {
  background-color:var(--highlight);
	-webkit-user-select: none; 
	-webkit-touch-callout: none;
}

/*classes und ids*/
/*classes und ids*/
/*classes und ids*/

.accordion-button {
  text-transform: uppercase;
  font-family: inherit;
  color: var(--text);
  font-size:20px;
  padding-left:0
}

.accordion-body {
  padding-left: 0;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: 3px solid var(--lightback);
}

.accordion-button:not(.collapsed) {
  background-color:transparent;
  box-shadow:none;
  color: var(--highlight);
}

.btn-custom, .btn-custom:visited, .btn-custom-light,  .btn-custom-light:visited {
  font-family: "Times New Roman", Times, "DejaVu Serif", Georgia, serif;
  text-transform: uppercase;
  background-color: var(--lightback);
  padding: 10px 20px;
  display: inline-block;
  border-radius: 0;
  margin:0 auto 20px auto;
  font-size: 18px;
  color:var(--text);
  letter-spacing: 1px;
}

 .btn-custom-light,  .btn-custom-light:visited {
  background-color:#fff;
}


.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom-light:hover, .btn-custom-light:focus, .btn-custom-light:active {
  background-color: var(--highlight2);
}

.col-md-4-costum{
	margin-bottom: 30px;
	border:none;
}

.container.container-costum{
	max-width: 700px
}

.clearfix:after{
	content:"";
	display:block;
	clear:both;
}

.container-fluid{
	padding:0;
}

.lightback{
	background-color:var(--lightback);
}

.geflext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding:10px;
}

.ps-costum{
	padding-left:35px;
}

.pt-costum{
	padding-top:80px;
}

.pb-costum{
	padding-bottom:80px;
}

.row-costum{
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.intro{
  color: #fff;
  text-align: center;
  padding-top: 150px;
}

.intro h1{
	font-size:40px
}

.menueseiten {
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: calc((100% - 300px)/2);
  width: 300px;
}

.lowhead{
  height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.lowhead .container{
	height: 100%;
	position: relative;
}


@-webkit-keyframes einblenden {
  0% {opacity:0;}
  100% {opacity:1;}
}
@keyframes einblenden {
  0% {opacity:0;}
  100% {opacity:1;}
}

.einblenden1, .einblenden2, .einblenden3, .einblenden4{
	opacity: 0;
	font-size: 24px;
    font-family: 'montserratregular';
	text-transform: none;
	-webkit-animation:einblenden;
	        animation:einblenden;
	-webkit-animation-duration: 1.5s;
	        animation-duration: 1.5s;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;		
}

.einblenden1{
	-webkit-animation-delay: 0.2s;
	        animation-delay: 0.2s;	
}
.einblenden2{
	-webkit-animation-delay: 0.8s;
	        animation-delay: 0.8s;	
}
.einblenden3{
	-webkit-animation-delay: 1.4s;
	        animation-delay: 1.4s;	
}
.einblenden4{
	-webkit-animation-delay: 2.2s;
	        animation-delay: 2.2s;
	font-family: "Times New Roman", Times, "DejaVu Serif", Georgia, serif;
	font-size: 40px;
}

#anfahrt{
	min-height: 250px;
	display:block;
	width:100%;
	background-image:url("../img/anfahrt_pur.png");
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;
	position: relative;
}

#anfahrt .btn.btn-custom.btn-custom-light.module {
position: absolute;
  bottom: 30%;
  width: 80%;
	left:10%
}

#startseite {
  height: 720px;
  background-image: url("../img/hg_start.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right -300px center;
}

#cw{
  background-image: url("../img/corinna_wolter_heilpraktikerin.webp");
}

#head_tcm{
  background-image: url("../img/header_tcm.webp");
}

#head_termine{
  background-image: url("../img/header_termine.webp");
}

#kontakt{
  background-image: url("../img/header_kontakt.webp");
}

#head_therapie{
  background-image: url("../img/header_therapieangebote.webp");
}

#head_akupunktur{
  background-image: url("../img/header_akupunktur.webp");
}

#head_cso{
  background-image: url("../img/header_cso.webp");
}

#head_yamamoto{
  background-image: url("../img/header_yamamoto.webp");
}

#head_kosmetischeakupunktur{
  background-image: url("../img/header_kosmetischeakupunktur.webp");
background-position: left -150px center;
}

#head_sonishin{
  background-image: url("../img/header_shonishin.webp");
	background-position: left -150px center;
}
/*tablet*//*tablet*//*tablet*//*tablet*//*tablet*//*tablet*//*tablet*//*tablet*//*tablet*//*tablet*//*tablet*//*tablet*//*tablet*//*tablet*//*tablet*//*tablet*//*tablet*//*tablet*//*tablet*//*tablet*//*tablet*//*tablet*//*tablet*//*tablet*//*tablet*//*tablet*//*tablet*//*tablet*/

@media screen and (min-width: 480px) and (orientation:landscape){
	

	
}

	
@media (min-width: 768px) {
#startseite {
  background-position: right center;
}	
	

/*classes und ids*/
.col-md-4-costum {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 32%;
  }	

}	

@media (min-width: 1000px) {

/*navigation*/	

#kontaktinfo {
  right: 90px;
}	
	
h1{
	font-size:28px;
}
	
	
/*header*/
#startseite {
  background-position: right center;
}	
	
.intro {
	padding-top: 200px;
}	
	
#head_sonishin{

	background-position: left  center;
}	

#head_kosmetischeakupunktur{
background-position: left  center;
}

/*navigation*/	

	
/*classes und ids*/

	
}
/*desktop*/	
@media screen and (min-width: 1400px){


 
 }