html *{font-size:100%; word-break: keep-all; hyphens: none;}

* {margin:0;
	padding:0;
	scroll-behavior: smooth;
	font-family: 'Montserrat', Arial, sans-serif;
	font-display: swap;
	box-sizing: border-box;
	}

:root {
--main-ci-color: #e9d694;
--second-ci-color: #815228;
--third-ci-color: #BDCDD6;
--light-ci-color: #EEE9DA;
--gray-ci-color: #323232;
}


main {border: solid 0px #f90; margin: 50px 0 150px 0}
.ym-wrapper{text-align:left; margin:0 auto; padding: 0 10px; max-width:1360px; border: solid 0px #000;}
@media screen and (max-width:1360px){.ym-wrapper{text-align:left; margin:0 auto; padding: 0 20px; max-width:100%;}}


body{font-family: 'Montserrat', Arial, sans-serif;
	font-display: swap;
	color:#435264;
	-webkit-text-size-adjust:100%;
	margin: 0;
	padding: 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	/*background-image: url("../bilderpfad/back/aerztehaus-hint.png");*/
	background: #FBFEFD;
	}

ul,ol,dl{margin:0;padding:0;}


h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', Arial, sans-serif;
	font-display: swap;
	font-weight:400;
	color: var(--second-ci-color);
	margin:0;
	letter-spacing:0.0em;
	}

h1 { font-size: 40px; font-size: 2.5rem; line-height: 1.3; margin: 0 0 20px 0;} 
h2 { font-size: 32px; font-size: 2rem;   line-height: 1.3; margin: 0 0 20px 0;} 
h3 { font-size: 24px; font-size: 1.5rem; line-height: 1.3; margin: 0 0 20px 0;} 
h4 { font-size: 22px; font-size: 1.4rem; line-height: 1.3; margin: 0 0 20px 0;} 
h5 { font-size: 19px; font-size: 1.2rem; line-height: 1.3; margin: 0 0 20px 0;} 
h6 { font-size: 18px; font-size: 1.1rem; line-height: 1.3; margin: 0 0 20px 0;} 
p  { font-size: 19px; font-size: 1.2rem; line-height: 1.7; margin: 0 0 20px 0;} 


hr{color:#fff;background:transparent;margin:0 0 .75em 0;padding:0 0 .75em 0;border:0;border-bottom:1px #e7e7e7 solid}

small {font-size: 0.9rem;}
a {color: #666; text-decoration: none}
a:hover {color: var(--second-ci-color);}

img{display:block}
img,figure{margin:0 auto}

.flexible{margin-top:0; max-width:100%;  height: auto;} 	
.flexible100{margin-top:0; width:100%; height: auto;} 	



header {}

.nav-zeile {
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: 80px;
	background: var(--main-ci-color);
	-webkit-box-shadow: 0 3px 11px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 11px 2px rgba(0,0,0,0.3);
    box-shadow: 0 3px 11px 2px rgba(0, 0, 0, 0.3);
}


.hero-zeile {
	display: grid;
	grid-template-columns: 40% 60%;
	width: 100%;
	height: auto;          /* oder gewünschte Höhe */
	margin: 80px 0 0 0;
	border-bottom: 10px solid var(--main-ci-color);
}

@media screen and (max-width: 1023px) {
.hero-zeile {
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
	height: auto;          /* oder gewünschte Höhe */
	margin: 80px 0 0 0;
	border-bottom: 10px solid var(--main-ci-color);
	}
}


.left {
	display: flex;
	justify-content: center;/* horizontal zentrieren */
	align-items: center;    /* vertikal zentrieren */
	text-align: center;
	padding: 20px;
}
.left h1 {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height:1;
	word-wrap: break-word;
	color: var(--second-ci-color);
	}
	
.left h1 span{
	font-size: 1rem;
    font-weight: 300;
	line-height: 3.5;
}

@media screen and (max-width: 720px) {

.left h1 {
	font-size: 2rem;
	}
	
.left h1 span{
	font-size: 0.85rem;
    font-weight: 300;
	line-height: 3.5;
	}
}
@media screen and (max-width: 560px) {

.left h1 {
	font-size: 1.25rem;
	font-weight: 600;
	}
	
.left h1 span{
	font-size: 0.75rem;
    font-weight: 300;
	line-height: 4;
	}
}



.right {}

.right img {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* Bild füllt den Bereich, optional */
  display: block;
}



.vita ul {margin: 0 0 20px 35px}
.vita ul li{
	font-size: 1.15rem;
	padding: 0 0 10px 0;
	}
	
.vita ul li::marker{
	color: var(--main-ci-color);
	}
	


.publikationen {
	margin: 50px 0 0 0;
}

.publikationen-einzel {
	margin: 0 0 25px 0;
}
.publikationen-einzel h2{
	font-size:1.5rem;
	margin: 0 0 5px 0;
}
.publikationen-einzel p{
	font-size: 1rem;
}

.publikationen-einzel a{
	font-size: 1.15rem;
	margin: 0;
}

.publikationen-einzel a:before{
	color: #f00;
}

.publikationen-einzel-2 {
	margin: 0 0 25px 0;
	position: absolute;
	bottom: 5%;
	right: 5%;
	background: rgba(0,0,0,0.2);
	padding: 25px;
	border-radius: 5px;
}
.publikationen-einzel-2 h2{
	font-size:1.8rem;
	margin: 0 0 5px 0;
	color: #fff;
	font-weight: 600;
}
.publikationen-einzel-2 p{
	font-size: 1rem;
}

.publikationen-einzel-2 a{
	font-size: 1.15rem;
	margin: 0;
	color: #fff;
}

.publikationen-einzel-2 a:before{
	color: #f00;
}

@media screen and (max-width:960px){
.publikationen-einzel-2 {
	margin: 0 0 25px 0;
	position: absolute;
	bottom: 5%;
	right: 0;
	background: rgba(0,0,0,0.2);
	padding: 25px;
	border-radius: 5px;
}

.publikationen-einzel-2 h2{
	font-size:1.5rem;
}

.publikationen-einzel-2 a{
	font-size: 1rem;
	margin: 0 0 15px 0;
	color: #fff;
}

}


.begruessung {text-align: center;}
.begruessung h1{}
.begruessung {padding: 50px 0 0 0}

@media screen and (max-width:1024px){

.begruessung {padding: 0}

}


.dr-schubert {
	background: var(--light-ci-color);
	margin: 100px 0 0 0;
	}
	
.dr-schubert a{
	font-size: 1.25rem;
	font-weight: 600;
	}

@media screen and (max-width:740px){
.dr-schubert {
		margin: 50px 0 0 0;
		padding: 25px 0 50px 0
		}

.dr-schubert h2{
		margin-top: 25px;
		}


}



.sbox {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0, -50%);
	}
	
.sbox a {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: var(--second-ci-color);
	color: #fff;
	}

.sbox a span{
	font-size: 2rem;
	position: relative;
	top: 5px;
	}

.aligncenter {
	align-content: center;
	}





.index-publikationen {
	margin: 100px 0 0 0;
}

.index-publikationen a{
	font-size: 1.25rem;
	font-weight: 600;
}

@media screen and (max-width:740px){

.index-publikationen {
	margin: 50px 0 0 0;
}

}



.grid-container {
	display: grid;
	}

 .grid-container > div {
 	}

.grid-50-50 {grid-template-columns: 1fr 1fr;}
.grid-40-60 {grid-template-columns: 40% 60%;}


@media screen and (max-width:960px){
.grid-50-50 {grid-template-columns: 1fr;}
.grid-40-60 {grid-template-columns: 1fr;}

}



.kurse {margin: 0}

.kurse h2{margin: 0 0 15px 0; font-size: 1.5rem;}
.kurse h3{margin: 0 0 5px 0; font-size: 1.2rem}

.kurse a {
	font-size: 1.25rem;
	font-weight: 600;
	}








footer{
	background: #fff;
	padding: 35px 0 20px 0;
	margin: 150px 0 0 0;
	box-shadow: inset 0 1px 0 0 #e1e1e1;
	}

footer h3{
	margin: 0;
	color: #fff;
	}
footer a{
	margin: 0;
	color: #fff;
	}
footer p{
	margin: 0;
	color: #fff;
	}
