@font-face {
	font-family: 'Eureka-Regular';
	src: url('Eureka-Regular.otf');
}


html{
	box-sizing: border-box;
	font-family: Arial, sans-serif;
	max-width: 100%;
	overflow-x: hidden;
}

h1 {
	color: #B4C731;
	font-weight: bold;
	font-size : 16px;
}

h1 a svg{
	transition: 0.3s;
	filter: drop-shadow(0 0 0.15rem #9C9C9C);
}

h1 a svg:hover{
	filter: drop-shadow(0 0 0.75rem #9C9C9C);
	transform: scale(1.02);
}

h2{
	margin-bottom: 10px;
}

h5{
	margin-bottom: 7px;
	opacity: 0.5;
}

#Ebene_1_1_{
	width: 200px;
	position: absolute;
	z-index: 2;
	top: 0;
}

.logo-wrapper{
	width: 100%;
	    height: 0;
	    max-width: 1000px;
	    display: flex;
	    margin: 0 auto;
}

.img-logo{
	position: absolute;
    width: 138px;
		transition: 0.3s;
		filter: drop-shadow(0 0 0.25rem #a8a8a8);
		z-index: 100;
}

.img-logo:hover{
	filter: drop-shadow(0 0 0.75rem #a8a8a8);
	transform: scale(1.02);
}

.img-language{
	width: 40px;
	position: absolute;
	z-index: 2;
	top: 30px;
	right: 30px;
	transition: 0.3s;
}

.img-language:hover{
	filter: drop-shadow(0 0 0.75rem #a8a8a8);
	transform: scale(1.05);
}

a {
	text-decoration: none;
}

a:Hover  {
	cursor: pointer;
	text-decoration : underline;
}


body {
	font-family: Arial, sans-serif;
	color: #434343;
	padding: 0;
	margin: 0;
	background: #F3F3F3;
	overflow-x: hidden;
	z-index: -1;
}


.bg-img-container{
	max-height: 100vh;
	position: absolute;
	overflow-y: hidden;
}

.bg-img{
	width: 100%;
	min-width: 700px;
}

.bg-img-mobil{
	display: none;
}

.content-container{
	display: flex;
	flex-direction: column-reverse;
	z-index: -100;
}

nav{
	height: 90px;
	background: #ffffffeb;
	z-index: 2;
	width: 100%;
	position: absolute;
  top: 0;
	left: 0;
}

nav ul{
	display: flex;
	justify-content: flex-end;
	max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    list-style-type: none;
    padding: 0;
    line-height: 95px;
}

nav ul li{
	width: auto;
	height: 100%;
	display: flex;
}

.burger-icon{
	display: none;
    opacity: 0;
    position: fixed;
    right: 10px;
    top: 10px;
    height: 50px;
    padding: 10px 10px 10px 10px;
    background: #ffffff;
    -webkit-box-shadow: 0px 6px 20px -8px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 6px 20px -8px rgba(0,0,0,0.2);
    box-shadow: 0px 6px 20px -8px rgb(0 0 0 / 20%);
    width: 57px;
    border-radius: 1px;
    background: #ffffff;
}

.burger-icon:hover{
	text-decoration: none;
	cursor: default;
}


.burger-icon a {
	top: 0;
    position: absolute;
    font-size: 17px;
    color: #B4C731;
    font-weight: normal;
    text-transform: uppercase;
    width: 77px;
    right: -14px;
    height: 70px;
    display: flex;
    text-align: center;
    line-height: 113px;
}

.burger-icon a:hover{
	text-decoration: none;
	cursor: default;
}



nav svg{
	width: 48px;
height: 35px;
z-index: 1;
position: absolute;
right: 14px;
}




nav ul li a{
	font-size: 18px;
    color: #666666;
    font-weight: normal;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
		padding: 0 30px;
    display: flex;
    justify-content: center;
    transition: 0.3s;
}

nav ul li a:hover{
	background: #ffffff;
	text-decoration: none;
	    border-bottom: 10px solid #c3d44e;
	-webkit-box-shadow: 0 0 25px rgb(0 0 0 / 25%);
-moz-box-shadow: 0 0 25px rgba(0,0,0,0.25);
box-shadow: 0 0 25px rgb(0 0 0 / 25%);
cursor: pointer;
}

.mobile-menu{
	display: none;
	position: fixed;
	right: 0;
	top: 54px;
	z-index: 2;
	width: 100%;
}

.mobile-menu ul {
	list-style-type: none;
	padding: 0;
	width: 200px;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.mobile-menu li:nth-child(odd){
	    background: #c3d44e;
	}

.mobile-menu li:nth-child(even){
	background: #b4c731;
}

.mobile-menu li{
	padding: 0 14px;
}

.mobile-menu a{
	font-size: 1.17em;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    line-height: 69px;
    display: flex;
    justify-content: flex-end;
    transition: 0.3s;
}




.content{
	background-color: #ffffff;
	max-width: 770px;
	margin: 0 auto;
	padding: 10px 45px;
	z-index: 1;
	top: 80px;
}



.aktuelle-mitteilung-container{
	position: absolute;
    width: 310px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    background-color: rgba(154,3,104,0.9);
    border-radius: 2px;
    color: #ffffff;
    bottom: 150px;
    padding: 20px 40px;
}

.aktuelle-mitteilung-container h2{
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 10px;
	font-weight: normal;
}

.aktuelle-mitteilung-container p{
	font-family: Georgia, serif;
	font-size: 14px;
    line-height: 24px;
}

.trennlinie-mitteilung {
    width: 45px;
    height: 3px;
    background-color: #ffffff;
    margin: 10px 0 25px 0;
    border-radius: 2px;
}

.content p{
	max-width: 40%;
	line-height: 1.3em;
}

.content-startseite p{
	max-width: 100%;
}

.content a{
	color: #B4C731;
	font-weight: bold;
	display: inline-flex;
	transition: 0.2s;
}

.content-startseite a{
	font-weight: normal;
color: #666666;
font-variant-caps: all-small-caps;
}

.content a:hover{
	text-decoration: underline;
}

.iframe-maps{
	float: right;
	margin: 20px 0 22px 0;
}

.iframe-link{

}

.iframe-svg-1{
	width: 16px;
	height: 16px;
	margin: 1px 0 0 8px;
}

.iframe-svg-2{
	width: 14px;
	height: 14px;
	margin: 0 0 0 8px;
}


/* Henriette Lersch */

.content-container-henriette-lersch{
	margin-top: 41%;
}

.text-wrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.text-wrapper p{
	max-width: 45.5%;
}

.text-wrapper::nth-child(1){
	margin-right: 15px;
}


/* Ordination */

.bg-image-werkstatt{
	position: absolute;
    top: 90px;
}

.subpage-container{
	z-index: 10;
display: flex;
flex-direction: column;
margin-top: 43%;
margin-bottom: 172px;
}

.subpage-header{
	width: 100%;
    max-width: 660px;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #c3d44e;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
}

.subpage-header h2{
	text-align: center;
font-size: 52px;
line-height: 60px;
font-weight: bold;
text-transform: uppercase;
color: #FFF;
margin: 0;
}

.subpage-team-container h2{
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 10px;
	font-weight: normal;
	color: #C3D44E;
}

.subpage-team-container .trennlinie-mitteilung {
    background-color: #DBDBDB;
		width: 40px;
height: 2px;
margin: -5px 0 25px 0;
	}

	.subpage-team-container .trennlinie {
	    background-color: #DBDBDB;
			width: 100%;
			height: 2px;
			margin: 0 0 15px 0;
		}

		.portrait-container{
		display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
		}

		.portrait-container strong, .bold-green{
			color: #B4C731;
		}

		.portrait-container img{
			width: 200px;
			height: 200px;
			margin: 0 15px 15px 0;
		}

		.team-foto-wrapup{
			width: 100%;

		}

i{
font-family: Georgia, serif;
    font-style: italic;
    color: #FFF;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    font-weight: normal;
    text-align: center;
	}

.subpage-content{
	width: 100%;
    max-width: 660px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    flex-direction: column;
		-webkit-box-shadow: 0 0 25px rgb(0 0 0 / 25%);
		    -moz-box-shadow: 0 0 25px rgba(0,0,0,0.25);
		    box-shadow: 0 0 25px rgb(0 0 0 / 25%);
}

.subpage-team-container{
	padding: 30px;
}

.subpage-team-container p{
	color: #636363 !important;
	font-size: 15px;
  line-height: 1.67em;
}

.content-container-werkstatt {
	margin-top: 22%;
}

.prev, .next{
	background-color: #B4C731;
    opacity: 0.3;
    width: 77px;
    height: 77px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    line-height: 77px;
    position: absolute;
    display: flex;
    font-family: 'Eureka-Regular', serif;
    top: 45vh;
    font-size: 50px;
    font-weight: bold;
    z-index: 100;
    border-radius: 1px;
    transition: 0.3s;
}

.prev{
	left: 10px;
}

.next{
	right: 10px;
}

.prev:hover, .next:hover{
	opacity: 1;
	cursor: pointer;
}

.page-1, .page-2, .page-3, .page-4, .page-5, .page-6{
	display: none;
}


/* Leistungen */

.subpage-container-leistungen{
margin-bottom: 55px;
}

.list-basic{
	  font-family: Arial, sans-serif;
		color: #636363;
    font-size: 15px;
    line-height: 2.3em;
		padding-left: 20px;
}

.list-basic li{
	line-height: 1.67em;
	margin-bottom: 8px;
}

.list-basic li::marker{
	color: #c3d44e;
}

.content-img-container{
	margin: 20px 0;
}

.bg-img-teamfoto-2{
	top: 80px;
}



/* Termine */

.link{
	color: #B4C731;
	text-decoration: underline;
	transition: 0.2s;
}

.link:hover{
	cursor: pointer;
}

table{
	width: 100%;
	border-spacing: 0;
}

tbody{
	background: #f4f4f4;
}

tr{
	height: 45px;
}

td{
	font-size: 15px;
}

td:last-child{
	border-left: 2px solid #fff;
}

.table-last-child{
	margin-bottom: 15px;
}

.leerer-bereich{
	height: 10px;
}

/* Instrumente */

.text-wrapper p span{
	display: block;
	font-size: 1.17em;
	font-weight: bold;
	margin-bottom: 15px;
}



/* FAQ */

.subpage-faq-container strong{
	margin-top: 10px;
display: block;
}

.subpage-faq-container p{
	margin-top: 5px;
    margin-bottom: 15px;
}

/* Aktuelles */

.content-aktuelles p{
	max-width: 90%;
}

.content-aktuelles h3{
	margin-top: 0;
}

.trennlinie{
	width: 100%;
	height: 1px;
	background-color: #412e25;
	opacity: 0.3;
	margin: 30px 0;
	border-radius: 10px;
}






footer{
	background-color: #C3D44E;
	color: #ffffff;
	-webkit-box-shadow: 0px -6px 20px -8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -6px 20px -8px rgba(0,0,0,0.2);
	box-shadow: 0px -6px 20px -8px rgba(0,0,0,0.2);
	z-index: 1;
	position: absolute;
	bottom: -11px;
  width: 100%;
	height: auto;
}

footer a{
	color: #ffffff;
}

.container-footer{
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 40px 0 40px;
	display: flex;
	justify-content: space-between;
}

.faq-datenschutz-container{
	position: absolute;
display: flex;
justify-content: flex-end;
width: 100%;
max-width: 1000px;
bottom: 117px;
}

.faq-datenschutz-container a{
	padding: 10px 20px;
    background-color: #ffffffeb;
    color: #666666;
    border-right: 2px solid #c3d44e;
    text-transform: uppercase;
}



.faq-datenschutz-container a:last-child{
	border: none;
}

.content-footer{
	display: flex;
    justify-content: space-between;
    width: 100%;
		margin: 0 auto;
    max-width: 1280px;
}

.content-footer-adress{
	float: left;
}

.content-footer-adress h4{
	margin-bottom: 0;
	margin-top: 10px;
}

.content-footer-adress p{
	margin-top: 13px;
	line-height: 25px;
}


.content-footer-contact p{
	margin-top: 10px;
}

.footer-email{
	margin-bottom: 11px;
}

.footer-link{
	color: #B4C731;
}

.trennlinie-footer{
	width: 100%;
	height: 1px;
	background-color: #f2f0ee;
	margin: 10px 0 25px 0;
	border-radius: 10px;
}


.ordination-footer{
	bottom: auto;
	z-index: 1;
}


@media (max-width: 1070px){
	.img-logo {
			left: 40px;
	}

	.faq-datenschutz-container {
	    right: 10px;
	}

}

@media screen and (max-width: 1024px){


	nav ul {
    margin-right: 20px;
	}

	nav ul li a {
    padding: 0 10px;
}

	.bg-img-container {
    top: 88px;
}

}


@media screen and (max-width: 885px) {

	.img-logo {
		position: fixed;
    left: 10px;
    top: 10px;
    width: 100px;
}

	.bg-img{
		display: none;
	}

	.bg-img-mobil {
	    display: block;
	    width: 145%;
	    left: -190px;
	    /* position: absolute; */
			position: relative;
	    top: 0;
	    z-index: -1;
	}

	.slide_list{
		max-width: 100%;
		overflow-x: hidden;
	}

	.page-4, .page-5, .page-6{
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
		top: 0;
		z-index: -1;
	}

	.burger-icon {
		display: flex;
		justify-content: center;
		flex-direction: row;
		opacity: 1;
		z-index: 100;
	}

	.burger-icon:hover{
		cursor: pointer;
	}

	.burger-icon a:hover{
		cursor: pointer;
	}

	nav{
		height: 0;
	}

	.desktop-menu{
		display: none;
	}

	.img-language{
		display: none;
	}

	.content-container {
		margin-top: 56%;
	}

	.content-container-henriette-lersch {
		margin-top: 56%;
	}

	.content-container-werkstatt {
		margin-top: 325px;
	}

	.content-container-ordination {
    height: auto;
    margin-top: 0;
    display: block;
    position: unset;
}

.subpage-container-ordination {
    display: flex;
    flex-direction: column;
    margin-top: 54vw;
    margin-bottom: 0;
}

.subpage-content-ordination {
    width: 100%;
    max-width: 100%;
	}

.subpage-header-ordination{
		width: 100%;
    max-width: 100%;
}

	.bg-image-werkstatt {
		width: 100%;
		max-width: 100%;
		min-width: 567px;
		overflow-x: hidden;
	}

	.slide_list img{
		overflow-x: hidden;
	}

	.slide-nav{
		display: flex;
		justify-content: space-between;
		position: relative;
		top: -50px;
	}

	.prev, .next {
		background-color: #B4C731;
		opacity: 1;
		width: 50%;
		height: 50px;
		display: flex;
		justify-content: center;
		line-height: 50px;
		position: absolute;
		display: flex;
		/* top: 13.5%; */
		top: 54vw;
		font-size: 50px;
		font-weight: bold;
		z-index: 100;
		border-radius: 0;
		transition: 0.3s;
	}

	.next {
		right: 0;
		border-left: 2px solid #c3d44e;
	}

	.prev {
		left: 0;
	}

	.container-footer {
    padding: 10px 10px 0 10px;
	}

	.aktuelle-mitteilung-container {
    width: auto;
    border-radius: 0;
    bottom: 117px;
    padding: 20px 20px;
    right: 0;
    left: 0;
		background-color: rgba(154,3,104);
}

footer {
    top: 640px;
    bottom: auto;
}

.ordination-footer {
    top: auto;
}

.faq-datenschutz-container {
    display: none;
}


}

@media screen and (max-width: 700px){

footer {
    top: 75%;
    bottom: auto;
}

	.content-footer {
	    display: flex;
	    flex-direction: column;
	}

.aktuelle-mitteilung-container {
padding: 10px;
position: relative;
margin: -10px -10px 10px -10px;
right: 0;
left: 0;
top: 0;
}

}

@media (max-width: 567px){

.slide_list{
	position: absolute;
width: 100%;
height: 275px;
}

	.prev, .next{
		top: 325px;
	}

	.subpage-container-ordination {
	    margin-top: 325px;
		}

}

@media (max-width: 550px){

	footer {
	    top:58%;
	}
}


@media screen and (max-width: 485px) {

.bg-img-mobile-position-3{
	margin-left: -18%;
}

}



@media screen and (max-width: 425px) {

	#Ebene_1_1_ {
		width: 170px;
	}

	.content {
		padding: 0 12px;
	}

	.content-container-werkstatt{
		margin-top: 245px;
	}

	.bg-image-werkstatt{
		margin-left: -16%;
	}

	.bg-img-mobile-position{
		top: 80px;
	}

	.bg-img-mobile-position-2 {
    top: 35px;
		margin-left: -17%;
}

	.content-footer-contact {
		width: 100%;
		max-width: 217px;
	}

	.bg-img-mobil {
	    width: 185%;
	    left: -270px;
	}

	.subpage-header {
    padding: 15px;
	}

	.subpage-header h2 {
    font-size: 35px;
		line-height: 40px;
}

	i {
    font-size: 16px;
	}

	.subpage-team-container h2 {
    font-size: 23px;
		margin-bottom: 10px;
	}

	.subpage-team-container {
    padding: 10px 10px;
}

.portrait-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    flex-wrap: wrap;
	}

.portrait-container img {
    width: 100%;
    height: 100%;
	}

	.portrait-container .portrait-text{
		width: 100%;
	}

	footer {
    top: 390px;
}

}

@media screen and (max-width: 395px) {

	.bg-img-mobile-position-3{
		margin-left: -43%;
	}

}

@media screen and (max-width: 375px) {
	h2 {
		font-size: 1.4em;
		margin-bottom: 0;
	}

	h3{
		font-size: 1.1em;
		margin-bottom: 0;
	}

	.content p{
		margin-top: 10px;
	}

	.text-wrapper p:nth-child(2){
		margin-top: 5px;
		margin-bottom: 0;
	}

	.bg-img-mobil {
	    left: -250px;
	}

	.bg-image-werkstatt {
    margin-left: -94px;
		}

		.bg-img-mobile-position-3{
			margin-left: -46%;
		}

	footer {
    top: 355px;
}


}

@media screen and (max-width: 350px) {

	h2 {
		font-size: 1.2em;
	}

	h3 {
		font-size: 1em;
	}

	.content a {
		font-size: 1em;
	}

	p{
		font-size: 0.9em;
	}

	iframe{
		width: 298px;
	}

	.bg-img-mobil {
    left: -225px;
}

footer {
    top: 333px;
}

}

@media screen and (max-width: 320px) {

	.bg-img-mobil {
    width: 200%;
    left: -241px;
}

.bg-image-werkstatt {
    margin-left: -122px;
}

.bg-img-mobile-position-3{
	margin-left: -61%;
}

footer {
    top: 355px;
}

}
