body .body-page {
	background-color: transparent;
}

.header-one {
	position: relative;
	background: transparent;
	z-index: 99;
}

.gva-body-wrapper {
	overflow-x: hidden !important;
	font-size: var(--font-body-size);
	background: url(Punkte.png);
	background-repeat: repeat-y;
	-webkit-background-size: 10%;
	-moz-background-size: 10%;
	-o-background-size: 10%;
	background-size: 10%;
	overflow-y: scroll;
}

.header-one__main-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;
}

.header-one__left {
	-webkit-box-flex: 0;
	-ms-flex: 100%;
	flex: 100%;
	padding-right: 0;
	width: 100%;
	display: flex;
	padding-bottom: 30px;
}

.header-one__termin {
	text-align: center;
	flex: 0 0 50%;
}

.header-one__branding {
	text-align: right;
	flex: 0 0 50%;
}

header .site-branding-logo {
	padding: 50px 0 12px 0;
	display: inline-block;
	height: auto;
	max-width: 450px;
}

header .terminelink {
	padding: 50px 0 12px 0;
	display: inline-block;
	height: auto;
	max-width: 125px;
}

.header-one__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 0;
	-ms-flex: 100%;
	flex: 100%;
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.4);
}

.header-one__main-menu {
	-webkit-box-flex: 0;
	-ms-flex: 100%;
	flex: 100%;
	width: 100%;
}


@media (min-width: 1025px) {
  .header-one__main-menu .navigation .gva_menu {
    float: none;
    text-align: center;
  }
}

@media (min-width: 1024.1px) {
  .navigation .gva_menu > li {
    display: inline-block;
    width: calc(100% / 8);
  }
}

@media (min-width: 1024.1px) {
  .navigation .gva_menu > li.menu-item--active-trail > a {
    color: #000000;
  }
}

@media (min-width: 1024.1px) {
  .navigation .gva_menu > li > a {
	display: flex;
	align-items: flex-start;   /* <- das ist der Schlüssel */
	justify-content: center;   /* bleibt horizontal zentriert */
	
	font-size: 22px;
	line-height: 22px;
	font-weight: 300;
	padding: 18px 18px;
	text-align: center;
	color: #00000066;
}
}

@media (min-width: 1024.1px) {
  .navigation .gva_menu > li > a:hover, .navigation .gva_menu > li > a:focus {
    color: #000000;
  }
}

.gva_menu_main li::after {
  content: '';
  display: block;
  border-top: 3px solid #d8b358;
    border-top-color: rgb(216, 179, 88);
  width: 0;
  position: absolute;
  left: 15px;
  top: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.gva_menu_main li:nth-of-type(1).menu-item--active-trail a { 
	color: rgb(185, 195, 0); 
}

.gva_menu_main li:nth-of-type(1).menu-item--active-trail::after {
    border-top: 3px solid rgb(185, 195, 0);
    width: calc(100% - 30px);
}

.gva_menu_main li:nth-of-type(1)::after {
	border-color: rgb(185, 195, 0);
}

.gva_menu_main li:nth-of-type(2).menu-item--active-trail a { 
	color: rgb(169, 1, 89); 
}

.gva_menu_main li:nth-of-type(2).menu-item--active-trail::after {
    border-top: 3px solid rgb(169, 1, 89);
    width: calc(100% - 30px);
}

.gva_menu_main li:nth-of-type(2)::after {
	border-color: rgb(169, 1, 89);
}

.gva_menu_main li:nth-of-type(3).menu-item--active-trail a { 
	color: rgb(240, 138, 0);
}

.gva_menu_main li:nth-of-type(3).menu-item--active-trail::after {
    border-top: 3px solid rgb(240, 138, 0);
    width: calc(100% - 30px);
}

.gva_menu_main li:nth-of-type(3)::after {
	border-color: rgb(240, 138, 0);
}

.gva_menu_main li:nth-of-type(4).menu-item--active-trail a {
	color: rgb(223, 147, 168);
}

.gva_menu_main li:nth-of-type(4).menu-item--active-trail::after {
    border-top: 3px solid rgb(223, 147, 168);
    width: calc(100% - 30px);
}

.gva_menu_main li:nth-of-type(4)::after {
	border-color: rgb(223, 147, 168);
}

.gva_menu_main li:nth-of-type(5).menu-item--active-trail a {
	color: rgb(104, 176, 34);
}

.gva_menu_main li:nth-of-type(5).menu-item--active-trail::after {
    border-top: 3px solid rgb(104, 176, 34);
    width: calc(100% - 30px);
}

.gva_menu_main li:nth-of-type(5)::after {
	border-color: rgb(104, 176, 34);
}

.gva_menu_main li:nth-of-type(6).menu-item--active-trail a { 
	color: rgb(169, 1, 89); 
}

.gva_menu_main li:nth-of-type(6).menu-item--active-trail::after {
    border-top: 3px solid rgb(169, 1, 89);
    width: calc(100% - 30px);
}

.gva_menu_main li:nth-of-type(6)::after {
	border-color: rgb(169, 1, 89);
}

.gva_menu_main li:nth-of-type(7).menu-item--active-trail a { 
	color: rgb(240, 138, 0); 
}

.gva_menu_main li:nth-of-type(7).menu-item--active-trail::after {
    border-top: 3px solid rgb(240, 138, 0);
    width: calc(100% - 30px);
}

.gva_menu_main li:nth-of-type(7)::after {
	border-color: rgb(240, 138, 0);
}

.gva_menu_main li:hover::after {
	width: calc(100% - 30px);
}

.gsc-heading__title {
	letter-spacing: 0;
	font-size: 45px;
}

#block-modins-sub-startseitenews {
	background-color: rgb(185, 195, 0);
	border-radius: 1px;
}

#block-modins-sub-startseitenews h3 {
	font-size: 20px;
	font-weight: 600;
	color: #1a1a1a;
}

#block-modins-sub-startseitenews .block-title {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 16px;
	color: #1a1a1a;
}

.footer-dataprotection {
	text-align: right;
}

#footer {
	color: var(--footer-color);
	font-size: 16px;
	background: none !important;
}

.totop {
	cursor: pointer;
	text-decoration: underline;
}

.team-color span {
  color: rgb(169, 1, 89);
}

.praxis-color span {
  color: rgb(240, 138, 0);
}

.leistungen-color span {
  color: rgb(223, 147, 168);
}

.downloads-color span {
  color: rgb(104, 176, 34);
}

.notfall-color span {
  color: rgb(169, 1, 89);
}

.kontakt-color span {
  color: rgb(240, 138, 0);
}

#block-modins-sub-sprechzeiten-team {
	background-color: rgba(169, 1, 89, 0.5);
	border-radius: 1px;
}

#block-modins-sub-sprechzeiten-team h3 {
	font-size: 20px;
	font-weight: 600;
	color: #1a1a1a;
}

#block-modins-sub-sprechzeiten-team .block-title {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 16px;
	color: #1a1a1a;
}

#block-modins-sub-sprechzeiten-team p {
	line-height: 1.1;
}

#block-modins-sub-sprechzeiten-praxis {
	background-color: rgba(240, 138, 0, 0.5);
	border-radius: 1px;
}

#block-modins-sub-sprechzeiten-praxis h3 {
	font-size: 20px;
	font-weight: 600;
	color: #1a1a1a;
}

#block-modins-sub-sprechzeiten-praxis .block-title {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 16px;
	color: #1a1a1a;
}

#block-modins-sub-sprechzeiten-praxis p {
	line-height: 1.1;
}

#block-modins-sub-sprechzeiten-leistungen {
	background-color: rgba(223, 147, 168, 0.6);
	border-radius: 1px;
}

#block-modins-sub-sprechzeiten-leistungen h3 {
	font-size: 20px;
	font-weight: 600;
	color: #1a1a1a;
}

#block-modins-sub-sprechzeiten-leistungen .block-title {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 16px;
	color: #1a1a1a;
}

#block-modins-sub-sprechzeiten-leistungen p {
	line-height: 1.1;
}

#block-modins-sub-sprechzeiten-downloads {
	background-color: rgba(104, 176, 34, 0.5);
	border-radius: 1px;
}

#block-modins-sub-sprechzeiten-downloads h3 {
	font-size: 20px;
	font-weight: 600;
	color: #1a1a1a;
}

#block-modins-sub-sprechzeiten-downloads .block-title {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 16px;
	color: #1a1a1a;
}

#block-modins-sub-sprechzeiten-downloads p {
	line-height: 1.1;
}

#block-modins-sub-sprechzeiten-notfall {
	background-color: rgba(169, 1, 89, 0.5);
	border-radius: 1px;
}

#block-modins-sub-sprechzeiten-notfall h3 {
	font-size: 20px;
	font-weight: 600;
	color: #1a1a1a;
}

#block-modins-sub-sprechzeiten-notfall .block-title {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 16px;
	color: #1a1a1a;
}

#block-modins-sub-sprechzeiten-notfall p {
	line-height: 1.1;
}

#block-modins-sub-sprechzeiten-kontakt {
	background-color: rgba(240, 138, 0, 0.5);
	border-radius: 1px;
}

#block-modins-sub-sprechzeiten-kontakt h3 {
	font-size: 20px;
	font-weight: 600;
	color: #1a1a1a;
}

#block-modins-sub-sprechzeiten-kontakt .block-title {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 16px;
	color: #1a1a1a;
}

#block-modins-sub-sprechzeiten-kontakt p {
	line-height: 1.1;
}

.team-image-quadrat img {
	border-radius: 50%;
	width: calc(100% - 20px);
	margin: 10px;
}


/* 🔥 Overlay Container */
.intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;

  background: #ffffff; /* ggf. deine Brandfarbe */

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 1;
  visibility: visible;

  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.intro-overlay-inner {
	overflow-x: hidden !important;
	font-size: var(--font-body-size);
	background: url(Punkte.png);
	background-repeat: repeat;
	background-size: auto;
	background-repeat: repeat-y;
	-webkit-background-size: 10%;
	-moz-background-size: 10%;
	-o-background-size: 10%;
	background-size: 10%;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	display: flex;
  align-items: center;
  justify-content: center;
}

/* 👉 Hidden State (nach 3 Sekunden) */
.intro-overlay.now-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}


/* 🧱 Inner Content */
.intro-overlay__inner {
  text-align: center;

  transform: scale(1);
  opacity: 1;

  transition: transform 0.6s ease, opacity 0.6s ease;
}

/* 👉 kleiner Effekt beim Ausblenden */
.intro-overlay.now-hidden .intro-overlay__inner {
  transform: scale(0.96);
  opacity: 0;
}


/* ✨ Optional: Logo oder Text Styling */
.intro-overlay__inner h2 {
  font-size: 2rem;
  margin: 0;
}


/* 🔥 Optional: Smooth Fade-In beim Laden */
.intro-overlay {
  animation: overlayFadeIn 0.4s ease;
}

@keyframes overlayFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.menu-bar {
	height: 32px;
	width: 25px;
	position: absolute;
	cursor: pointer;
	top: 40%;
	left: 20px;
	margin-top: -16px;
	padding: 40px;
	background-color: var(--modins-theme-color);
	border-radius: 50%;
}

.menu-bar span {
	background-color: #ffffff;
	width: 34px;
	height: 3px;
}

.menu-bar span.one {
	top: 20px;
}

.menu-bar span.three {
	bottom: 20px;
}

@media (max-width: 1600px) {
  #content > .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 100px;
	margin-left: auto;
  }

  #header > .header-one__main > .header-one__content {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 100px;
	margin-left: auto;
  }
  
  #footer .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 100px;
	margin-left: auto;
  }
}

@media screen and (max-width: 1490px) {
  .gva-body-wrapper {
	background-size: 9%;
  }
}

@media (max-width: 1450px) {
  #content > .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 50px;
	margin-left: auto;
  }

  #header > .header-one__main > .header-one__content {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 50px;
	margin-left: auto;
  }
  
  #footer .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 50px;
	margin-left: auto;
  }
}

@media (max-width: 1400px) {
  #content > .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 50px;
	margin-left: auto;
	max-width: 85%;
  }

  #header > .header-one__main > .header-one__content {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 50px;
	margin-left: auto;
	max-width: 85%;
  }
  
  #footer .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 50px;
	margin-left: auto;
	max-width: 85%;
  }
}

@media (max-width: 1200px) {
  .navigation .gva_menu > li {
    display: inline-block;
    width: calc(100% / 7.3);
  }
}

@media (max-width: 991px) {
	.region__sidebar-right {
		padding-top: 30px;
	}
}

@media (max-width: 900px) {
  header .terminelink {
	max-width: 90px;
  }
}

@media (max-width: 767px) {
  #content > .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 80px;
	margin-left: auto;
	max-width: 540px;
  }

  #header > .header-one__main > .header-one__content {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 80px;
	margin-left: auto;
	max-width: 540px;
  }
  
  #footer .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 80px;
	margin-left: auto;
	max-width: 540px;
  }
  
  .header-one__left {
	padding-bottom: 10px;
  }
  
  .header-one__termin {
	text-align: right;
	flex: 0 0 50%;
	padding-right: 20px;
  }
  
  header .terminelink {
    max-width: 70px;
  }
}

@media (max-width: 700px) {
  #content > .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 540px;
  }

  #header > .header-one__main > .header-one__content {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 540px;
  }
  
  #footer .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 540px;
  }
}

@media (max-width: 650px) {
  .gva-body-wrapper {
	background-size: 10%;
	background-position: -7% 0;
  }
}

@media (max-width: 600px) {
  .gva-body-wrapper {
	background-size: 8%;
	background-position: -7% 0;
  }
}

@media (max-width: 500px) {
  .menu-bar {
	height: 32px;
	width: 25px;
	position: absolute;
	cursor: pointer;
	top: 50%;
	left: 20px;
	margin-top: -16px;
	padding: 30px;
	background-color: var(--modins-theme-color);
	border-radius: 50%;
  }
}