@charset "UTF-8";
/* CSS Document */


@font-face {
	font-family: 'im';
	src: url('im.ttf') format('truetype');
}
*, ::after, ::before {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: currentColor;
	text-decoration: none;
}

html, body, h1, h2, h3, ul, li, p, figure {
	padding: 0;
	margin: 0;
	font-weight: normal;
	list-style: none;
	line-height: normal;
}

body {
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
	font-size: 15px;
	overflow: hidden;
	color: #1e3157;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #1e3157;
	transition: all .5s ease;
}
a:hover, a.active {
	color: #7BB1DE;
}
.bn a {
	transition: all 2s ease;
}
h1 {
	font-size: 35px;
	font-weight: 400;
}
h2 {
	font-size: 25px;
}
.andf {
	font-family: 'im', sans-serif;
}
input, textarea {
	border: 1px solid #DDD;
	padding: 10px 16px 13px;
	width: 100%;
	border-radius: 4px;
}

.f {display: flex; justify-content: space-between;}
.g {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 1vw;
}
.eins {grid-column: 1/6;}
.vs .sieben {grid-column: 6/13;}
.sieben {grid-column: 7/13;}
.u {text-transform: uppercase;}
.b {display: block;}
.at {
	position: relative;
	opacity: 0;
	transform: translate(0px, 30px);
	transition: opacity 1s ease, transform 1s ease;
}
.at.show {
	opacity: 1;
	transform: translate(0px, 0px);
	transition-delay: calc(200ms * var(--char-index));
}

.ab.f {
	display: flex;
	align-items: center;
	justify-content: center;
}
.h {
	overflow: hidden;
	position: relative;
}
.sb {
	letter-spacing: 2px;
	font-size: 13px;
}
.ab {
	position: relative;
	overflow: hidden;
	transform: scale(1.2);
	transition:  transform 1.5s ease;
	transition-delay: .6s;
	will-change: transform;
}
.ab.show {
	transform: scale(1);
}
.ab:before {
	content: "";
	width: 100%;
	height: 100%;
	inset:0;
	position: absolute;
	background-color: #edf1f5;
	z-index: 5;
	transition: height 1.5s ease;
	transition-delay: .5s;
}
.ab.show:before {
	height: 0;
}
.abc {
	background-color: #edf1f5;
	opacity: 0;
	transition: opacity 1s ease;
}
.abc.show {
	opacity: 1;
	transition-delay: 0.5s;
}
.kz {
	position: relative;
	padding-left: 3vw;
}
.kz.w {
	padding-left: 2.5vw;
}
.kz:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: .1px;
	background-color: #194f85;
	transition: width 1s;
	transition-delay: .8s;
	width: 0px;
}
.kz.show:before {
	width: 20px;
}
.kz.w:before {
	background-color: #FFF;
}
.kl {
    font-size: 12px;
}
.al {
	margin: 15px 0;
	display: block;
	padding: 0;
	border: none;
	border-top: 1px solid #1e3157;
	opacity: 0.2;
	height: 1px;
	width: 0%;
	transition: width 2s cubic-bezier(.77, 0, .175, 1);
	transition-delay: 1s;
}
.al.show {
	width: 100%;
}
.al.w {
	border-top: 1px solid #FFF;
}
.kl {
    font-size: 12px;
}
/* kontent */
.hd {
	align-items: center;
	backdrop-filter: blur(20px);
	background-color: hsla(0, 0%, 100%, 0.6);
	padding: 0px 40px;
	line-height: 60px;
	font-size: 0.76rem;
	letter-spacing: .12rem;
	position: fixed;
	top: 0;
	transition: top 0.5s ease-in-out;
	width: 100%;
	z-index: 2;
}

.hd.auf {
	top: -4rem;
}
.mn ul {
	gap: 25px;
}

/* startseite */
.str {
	position: relative;
	z-index: 0;
	height: 150vh;
	overflow: hidden;
}

.strb {
	position: relative;
	height: 100%;
}
.strb img {
	width: 100%;
	height: auto;
}
.grids {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	z-index: 0;
	grid-template-columns: 1fr 1fr 1fr 1fr ;
	opacity: .3;
}

.grids div {
	background-color: #194f85;
	width: 100%;
	height: auto;
}
.strv {
	position: absolute;
	top: 3%;
	right: 15%;
}
.strvs {
    inset: 0;
    position: absolute;
}
.strvm {
	transition: transform 20s ease-out;
}
.strb::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(90deg, rgba(5,69,116,.8) 0%, rgba(5,69,116,0) 30%);
	z-index: 1;
	opacity: 1;
}
.strb::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(5,69,116,1) 0%, rgba(5,69,116,0) 70%);
	z-index: 2;
	opacity: 1;
}
.strt {
    position: relative;
    z-index: 1;
    margin: 0 8vw;
    align-items: flex-start;
    box-sizing: border-box;
	color: #FFF;
}
.strt .tit {
	letter-spacing: 5px;
	font-size: 15px;
	margin-bottom: 10px;
    grid-column: 1/7;
    max-width: 40vw;
    margin-top: 30vw;
}
.strt h1 {
    margin: 1vw 0 0;
    grid-column: 1/13;
	/* font-family: 'im', sans-serif;*/
	font-size: 80px;
	line-height: 80px;
	overflow: visible;
	letter-spacing: 1px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.01);
	padding-bottom: 25px;
}
.strt h1 span:nth-child(1) {
	transition-delay: .5s;
}
.strt h1 span:nth-child(2) {
	transition-delay: .6s;
}
.strt h1 span:nth-child(3) {
	transition-delay: .7s;
}
/* praxis */
.wlk {
	background-color: #edf1f5;
	padding: 15% 40px;
	letter-spacing: 2px;
}
.st {
	text-align: center;
	color: #000;
}
.et {
	color: var(--stdf);
}
.wlk .u {
	margin-bottom: 15px;
}
.upm {
	padding: 100px 40px 100px 40px;
}
.ipr .al {
	margin-bottom: 15px;
}
.upi {
	height: 800px;
	margin-top: 100px;
	margin-bottom: 15px;
}
.upi img {
	width: 100%;
}

.oz {
	margin: 10px 0px 50px 0px;
	padding: 100px 50px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap:25px;
}
.oz .u {
	grid-column: 1/6;
}
.oz .al {
	grid-column: 1/6;
}
.ozm {
	padding: 50px 0;
}
.ozm:last-child {
	grid-column: 1/6;
	padding: 0;
}

/* taam */
.tm {
	padding: 0 40px;
}
.vsb {
	height: 650px;
}
.vst {
	padding: 50px 100px;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: column;
	text-align: left;
}
.jhr {
	padding: 40px 10px 0px 0px;
}
.jhr ul li {
	margin: 10px 0;
}
.jhr ul li::before {
	content: "✓";
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 20px;
}
.jhr .f {
	justify-content: flex-start;
}
.jhrm {
	padding-left: 1.5vw;
}
.vrst {
	padding: 50px 0px;
}
.ma {
	width: 100%;
	position: relative;
	margin: 50px 0;
	overflow: hidden;
}
.mam {
	width: 100%;
	display: flex;
	gap: 15px;
	overflow: scroll;
	scroll-behavior: smooth;
	list-style: none;
	height: 500px;
}
.mam::-webkit-scrollbar {
 display: none;
}
.mamk-arrow:hover,  .mamk-arrow:focus {
	opacity: 1;
}
.mamk {
	height: 100%;
	flex: 1 0 10%;
}
.mamk .h {
	position: relative;
	padding-bottom: 25px;
}
.mamk img {
	width: 120%;
	height: auto;
	padding: 0;
	margin: -20% 0 0 0;
	display: block;
}
.mamk-arrow {
	display: none;
}
.nm {
	position: absolute;
	bottom: 0px;
	z-index: 2;
	background-color: #FFF;
	width: 100%;
	padding: 15px 0;
}
/* patienteninfo */
.pi {
    padding: 200px 50px;
    margin: 0px 40px 50px 40px;
    background: #194f85;
    color: #FFF;
	}
.pi .eins {
    grid-column: 1/4;
}
.pim {
	position: relative;
	}
.pim.es, .pim.dr  {
    grid-column: 5/8;
}
.pim.zw, .pim.vr  {
    grid-column: 9/12;
}
.pim.dr, .pim.vr {
	margin-top: 50px;	
	}
.pim .u {
	font-size: 20px;
	}
.ind {
    left: -2vw;
	top: 30px;
    position: absolute;
	font-size: 12px;
}	

/* leistungsspektrum */
.ls {
	padding: 0 40px;
}
.lsh {
	justify-content: center;
	align-items: center;
	height: 800px;
	position: relative;
}
.lsh img {
	width: 100%;
}
.lsub {
	padding: 10px 0 0px 0;
}
.ls h2 {
	padding: 50px 0;
	font-size: 30px;
}
.lspk {
	margin: 50px 0;
	gap:50px 0px;
}
.lspk .sb {
	grid-column: 1/7;
}
.lshdb {
	gap: 10px;
	margin: 50px 0;
}

/* anfahrt */

#anfahrt {
	background: rgb(237,241,245);
	background: linear-gradient(0deg, rgba(237,241,245,1) 0%, rgba(255,255,255,0) 100%);
}
.af {
	padding: 100px 40px;
	margin: 0px auto;
}
.anf {
	height: 750px;
}
#map {
	position: relative;
	width: 100%;
	height: 800px;
}
#map canvas {
      filter: grayscale(1);
    }
.ol-layer::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(123,177,222);
	background: radial-gradient(circle, rgba(123,177,222,0) 0%, rgba(25,79,133,1) 100%);
	z-index: 1;
	opacity: 0.3;
}
.marker {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border: 2px solid #FFF;
	z-index: 2;
}
.marker:before, .marker:after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	background-color: #34a8eb;
	border-radius: 100%;
}
.marker:before {
	animation: blip1 2s infinite;
}
.marker:after {
	animation: blip2 4s infinite;
}
@keyframes blip1 {
 to {
 transform: scale(15);
 opacity: 0;
}
}
.ol-control {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.ol-zoom {
	top: 40%;
	right: 20px;
}
.ol-zoom button {
	position: relative;
	display: block;
	margin: 1px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	height: 40px;
	width: 60px;
	background-color: #edf1f5;
	border: none;
	cursor: pointer;
	z-index: 1;
}
.ol-zoom button:after {
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	background: #194f85;
	transform: scaleY(0);
	transform-origin: top center;
	transition: transform .5s cubic-bezier(.4, 0, 0, 1);
	z-index: -1;
}
.ol-zoom button:hover {
	color: #FFF;
	border: none;
}
.ol-zoom button:hover:after {
	transform: scaleY(1);
	transform-origin: bottom center;
}
.ol-attribution.ol-uncollapsible button, .ol-rotate, .ol-zoom span, .ol-attribution {
	display: none
}
.amk {
	justify-content: space-between;
	padding: 50px 0px;
}
.afk {
	margin:0 50px 100px 50px;
}
.afk .sb {
	grid-column: 1/5;
}
.afk .adda {
	grid-column: 5/9;
}
.afk .zi {
	grid-column: 9/13;
}
/* kontakt */
.kt {
	padding: 200px 13%;
}
.kt .sb {
	margin-bottom: 10px;
}
.ktm {
	margin-top: 100px;
	align-items: flex-end;
}
.ktmm {
	margin-bottom: 15px;
}
.ktmm b {
	margin-bottom: 5px;
}
.ktmm span {
	padding-left: 3vw;
}
.last, .last .al {
	margin-bottom: 0px;
}
#contactForm {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column: 1/7;
	gap:15px;
	padding-right: 25px;
}
.lange {
	grid-column: 1 / span 2;
	width: 100%;
}
.cbx input {
	width: auto;
	margin-right: 15px;
}
.ktfb {
	display: flex;
	font-size: 16px;
	width: 100%;
	color: #333;
	background: white;
	background-color: #edf1f5;
	border-radius: 4px;
}
.send {
	background: transparent;
	border: none;
	color: #333;
	text-transform: uppercase;
	padding: 40px 20px 40px;
	cursor: pointer;
	border-radius: 4px;
	width: 100%;
	text-align: left;
}
.send:hover {
	color: #FFF;
}
.ktfb:after {
	border-radius: 4px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	background: #194f85;
	transform: scaleY(0);
	transform-origin: top center;
	transition: transform .5s cubic-bezier(.4, 0, 0, 1);
	z-index: -1;
}
.ktfb:hover:after {
	transform: scaleY(1);
	transform-origin: bottom center;
}

.gal {
	gap: 5px;
	align-items: flex-end;
	margin: 100px 10px 10px 10px;
	overflow: hidden;
}

.gal img {
  	width: 100%;
  	height: auto;
	opacity: 0;
}
.lang {
	margin-bottom: -70px;
}
/* generell */
.cophm {
	display: none;
}
.gn {
    max-width: 80%;
    padding: 150px 10%;
	box-sizing: border-box;
	word-break: break-word;
}
.gn h1 {
	font-family: 'im', sans-serif;
	letter-spacing: 2px;
}
.gn .at.f {
	justify-content: flex-start;
}
.gn .at.f span:nth-child(1) {
	width: 18%;
}
.gn h3 {
	line-height: 50px;
	font-weight: 500;
}
.dt {
	padding-left: 25px;
}
.preloader {
	font-size: 12px;
	letter-spacing: 4px;
	text-transform: uppercase;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0b2f52;
	color: white;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
.preloader.geladen {
	height: 0%;
	transition: 1.5s cubic-bezier(.77, 0, .175, 1);
	transition-delay: .7s;
	overflow: hidden;
}
.preloader-main {
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	transition: all .5s ease;
	transition-delay: .5s;
}
.preloader.geladen .preloader-main {
	opacity: 0;
	transform: translate3d(0px, -50px, 0px);
}
.transition {
    position: fixed;
    bottom: 0vw;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background-color: #0b2f52;
    transform: scale3d(1, 0, 1);
    transform-origin: 50% 100%;
    transition: transform 1s cubic-bezier(.77,0,.175,1);
}
/* footer */
footer {
    background: #194f85;
    color: #FFF;
    padding: 100px 5%;
    font-size: 15px;
	letter-spacing: 1px;
}
.imf {
	opacity: 0;
    transition: all 1s cubic-bezier(.77,0,.175,1);
	transition-delay: .5s;
}
.mf:nth-child(1) {
	grid-column: 1/4;
}
.mf:nth-child(2) {
	grid-column: 4/7;
}
.mf:nth-child(3) {
	grid-column: 7/10;
}
.mf:nth-child(4) {
	grid-column: 10/13;
}
.imf.show {
	opacity: 1;
}
.mf {
	margin-bottom: 100px;
}
.mnf, .al, .cop {
	grid-column: 1 / span 13;
	gap:25px;
}
.mnf.f {
	justify-content: flex-start;
}
.imf a {
	color: #FFF;
	margin-bottom: 15px;
	font-size: 12px;
	letter-spacing: 1px;
}
.cop {
	justify-content: space-between;
	position: relative;
}
.imf a.stp {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 25px;
}
/* Cookies */
#cookies {
	position: fixed;
	bottom: 50px;
	left: 50px;
	width: 40%;
	background-color: #1f232c;
	z-index: 9999;
	padding: 50px;
	border-radius: 1em;
	color: #FFF;
	letter-spacing: 1px;
}
#cookies h1 {
	text-transform: uppercase;
	font-family: 'im', sans-serif;
	letter-spacing: 5px;
}
.coom {
	margin-top: 25px;
}
.cookies-button {
	display: block;
	cursor: pointer;
	color: #7BB1DE;
	margin: 0px 0;
	padding: 0px 0;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 0.2vw;
}
.cookies-button:hover {
	color: #194f85;
}
.close-button {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 30px;
	transform: rotate(45deg);
}



/* mobile */


@media only screen and (max-width: 768px) {
	html, body {
	overflow: auto;
	}

h1 {
    font-size: 25px;
}
h2 {
    font-size: 20px;
}
.g, .f {
    display: block;
}
.kz, .kz.w {
    padding-left: 8vw;
}	
.kz::before {
	height: 1px;
	top: 0.7em; 
}
.sb {
    font-size: 10px;
    margin-bottom: 10px;
}	
.hd.f {
	display: flex;
	padding: 0px 20px;
	background-color: #FFF;
	}

.bn {
	z-index: 2;
	}
.hm {
	position: relative;
	z-index: 5;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
	height: 20px;
	width: 30px;
	animation: all 1s ease;
}
.hm.open span:first-child {
	transform: translateY(3px) rotate(45deg);
	}
.hm.open span:nth-child(2) {
	transform: translateY(-3px) rotate(-45deg);
	}
.hm span {
	height: 1px;
	width: 30px;
	background-color: #194f85;
	margin: 3px 0px;
	display: block;
	transition: all .2s ease;
	transform-origin: center;
}
.hm.open span {
	width: 20px;
	}

.mn ul {
	display: flex;
	gap:0px;
	justify-content: flex-start;
	flex-direction: column;
	background-color: #0b2f52;
	position: fixed;
	inset:0;
	height: 110vh;
	width:100vw;
	transform: translate3d(100vw, 0px, 0px);
	transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	mix-blend-mode: color-dodge;
	padding: 100px 20px;
	}

.mn ul.show {
	transform: translate3d(0px, 0px, 0px);
	transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
.mn ul li a {
	display: block;
	font-size: 15px;
	color: #FFF;
	margin: 5px 0;
	opacity: 0;
	transform: translate3d(0, 10px, 0px);
	}
.mn ul.show li a {
	opacity: 1;
  	transition: all 0.3s ease;
	transition-delay: .5s;
	transform: translate3d(0, 0px, 0px);
	}
.cophm {
	display: block;
	position: absolute;
	bottom: 70px;
	color: #FFF;
	font-size: 11px;
	}
/* startseite */
		
.str {
	position: relative;
	height: 95vh;
	overflow: hidden;
	}
.strv {
	top: 13%;
	left: 30%;
}
.strvs {
	z-index: -1;
}
.strb img {
	display: block;
}
.strv img {
	width: 100%;
}
.grids {
	display: grid;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 0;
    grid-template-columns: 1fr 1fr 1fr;
    opacity: .5;
}
.strt .tit {
    grid-column: 1/13;
    max-width: 100vw;
    margin-top: 90vw;
}

.strt h1 {
	font-family: 'im', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 3px;
	width: 100%;
}
.strt .tit {
	letter-spacing: 2px;
	}
.wlk {
    padding: 0% 0px;
	background-color: #FFF;
	text-align: center;
}
.wlk article {
	padding: 50px 10px;
	background-color: #FFF;
	font-size: 10px;
	}
.wlk h1 {
	font-size: 20px;
	line-height: 20px;
	background-color: #edf1f5;
	padding: 50px 25px;
	}
	

/* praxis */
.upm {
	padding: 50px 20px 10px 20px;
}
.sb {
	font-size: 10px;
	margin-bottom: 10px;
}
.upmak h2 {
	line-height: 25px;
}
.upi {
	height: 300px;
	overflow: hidden;
	margin-top: 20px;
	justify-content: center;
	align-items: center;
	display: flex;
}
.upi img {
	width: auto;
	height: 400px;
}
.add {
	font-size: 10px;
	letter-spacing: -.6px;
	text-align: center;
}
.oz {
	padding: 50px 50px;
	margin: 15px 0 0 0;
}
.ozm {
	padding: 10px 0;
	border-bottom: 1px solid #DDD;
}
.oz h3 {
	margin-bottom: 5px;
}
.ozm hr {
	display: none;
}
/* team */
.tm {
	padding: 0 20px;
}
.vsb {
	height: 300px;
	margin-bottom: 10px;
}
.vsb img {
	width: 120%;
}
.vsb .f {
	display: flex;
}
.vs .vst {
	padding: 20px;
}
.jhr .f {
	display: flex;
}
.jhrm {
	padding-left: 2.5vw;
}
	
.mamk {
	flex: 1 0 90%;
	}
.mam {
	height: 380px;
	display: flex;
	gap:10px;
	}
.carmn.f {
	display: flex;
	}
.mamk-arrow {
	display: inline-block;
	font-family: "Lucida Grande", "sans-serif";
	font-size: 25px;
	cursor: pointer;
}
/* patienteninfo */
.pi {
	padding: 100px 20px;
	margin: 10px 0;
}
.pi p, .pim .u {
	padding-left: 25px;
	}
.ind {
	left: 0;
	}
.pim {
    margin-top: 50px;
	box-sizing: border-box;
}
.pim hr.al.show {
	margin-left: 20px;
	width: calc(100% - 20px);
	}
/* leistungsspektrum */
.ls {
	padding: 0 20px;
}
.lsh {
	height: 300px;
	width: 100vw;
	margin-left: -20px;
	margin-bottom: 15px;
}
.ls h2 {
	width: 100%;
}
.lshdb {
	display: flex;
	flex-flow: column;
}
.af {
	padding: 100px 20px;
}
.kt {
	padding: 200px 20px;
}
.lsub.f {
	display: flex;
	}
/* anfahrt */
.anf, #map {
	height: 400px;
	}
.ol-zoom button {
    height: 30px;
    width: 40px;
}
.afk div:last-child {
	margin-top: 25px;
	}
/* kontakt */
.form-group {
    grid-column: 1 / span 2;
    width: 100%;
}
.ktt {
	margin-top: 50px;
	}
.ktmm span {
    padding-left: 8vw;
}
/* footer */
.mf {
    margin-bottom: 50px;
}
.mnf {
	display: flex;
	}
/* generell */	
.gn {
    max-width: 100%;
    padding: 150px 20px;
    box-sizing: border-box;
}
.gn h1 {
	font-size: 6vw;
	letter-spacing: 0;
	word-break: break-all;
}
#cookies {
    bottom: 10px;
    left: 10px;
    width: 95%;
}
}





