*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	border:none;
	outline:none;
	text-decoration:none;
}
body{
	font-family:"din-2014",sans-serif;
	font-size:18px;
}
img{
	display:block
}
a{
	color:#382e2c
}
.clearfix{
	content:"";
	display:table;
	clear:both;
}

#info24.resp_bottom{
	display:none;
}


@media only screen and (max-width:660px){
	#info24.resp_top{
		display:none;
	}
	#info24.resp_bottom{
		display:block;
	}
}


	
}
#page{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
#page #wrapper{
	width:100%;
	margin:0 auto;
	max-width:1200px;
}
header{
	width:100%;
	padding:30px;
	position:relative;
	display:flex;
	flex-wrap:wrap;
}
@media only screen and (max-width:1024px){
	header{
		padding:15px 30px
	}
}
@media only screen and (max-width:480px){
	header{
		padding:15px
	}
}
header #logo{
	width:45%;
	padding-right:50px;
	position:relative;
	z-index:10000
}
@media only screen and (max-width:1024px){
	header #logo{
		width:380px
	}
}
@media only screen and (max-width:420px){
	header #logo{
		width:calc(100% - 70px);
	}
}
header #logo img{
	width:100%;
	height:auto
}
header #info{
	width:55%;
	padding-top:39px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end
}
@media only screen and (max-width:1024px){
	header #info{
		width:100%;
		padding-top:20px
	}
}
@media only screen and (max-width:600px){
	header #info{
		display:none
	}
}
header #info p{
	font-size:12px;
	display:inline;
	margin-left:20px
}
@media only screen and (max-width:1024px) and (min-width:720px){
	header #info p{
		font-size:14px
	}
}
header #info p:first-of-type{
	margin-left:0
}
header #info p a{
	color:#382e2c
}
header #info p a:hover{
	color:#fe5000
}
header #info p a:active{
	color:#e10098
}
header #iconMenuResponsive{
	display:none
}
@media only screen and (max-width:1024px){
	header #iconMenuResponsive{
		display:block
	}
}
header nav.menu{
	position:relative;
	width:100%
}
@media only screen and (max-width:1024px){
	header nav.menu{
		overflow:hidden;
		height:auto;
		max-height:0;
		-webkit-transition:max-height .5s;
		transition:max-height .5s;
		background:white;
		width:100%;
		position:absolute;
		left:0;
		top:0;
		margin-top:100px;
		z-index:9000;
		text-align:center
	}
	header nav.menu.open{
		max-height:800px
	}
	header nav.menu ul{
		width:100%;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
		padding-bottom:20px
	}
	header nav.menu ul li{
		width:100%;
		margin:0
	}
	header nav.menu ul li>a{
		padding:5px 0;
		width:100%;
		display:block
	}
	header nav.menu ul li:hover ul,header nav.menu ul li ul{
		display:block;
		margin:0 !important;
		padding:0 0 10px !important;
		position:relative
	}
	header nav.menu ul li:hover ul li,header nav.menu ul li ul li{
		margin:0;
		padding:0
	}
	header nav.menu ul li:hover ul li a,header nav.menu ul li ul li a{
		padding:5px 20px;
		font-size:18px;
		display:block
	}
	header nav.menu ul li:hover ul br,header nav.menu ul li ul br{
		display:none
	}
}
@media screen and (max-width:420px){
	header nav.open.menu{
		padding-top:120px
	}
}
header nav.menu a{
	color:#382e2c
}
header nav.menu a:hover{
	color:#fe5000
}
header nav.menu a:active{
	color:#e10098
}
header nav.menu li.aktiv>a,header nav.menu a.aktiv{
	color:#e10098
}
#mood{
	width:100%;
	position:relative;
	margin-bottom:50px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	justify-content:space-between
}
#mood .contentbild{
	position:static
}
#mood .contentbild.moodLinks{
	padding-right:10px
}
#mood .contentbild.moodRechts{
	padding-left:10px
}
#mood .contentbild.moodGross{
	width:66.66%
}
#mood .contentbild.moodKlein{
	width:33.33%
}
#mood .contentbild .bu{
	position:absolute;
	bottom:0;
	right:20px;
	background:rgba(255,255,255,0.8);
	padding:12px
}
@media only screen and (max-width:568px){
	#mood .contentbild .bu{
		display:none
	}
}
#mood .contentbild .bu h3{
	font-size:24px;
	color:#575150;
	font-weight:300;
	font-style:italic
}
@media only screen and (max-width:720px){
	#mood .contentbild .bu h3{
		font-size:20px
	}
}
#mood .contentbild .bu p{
	font-size:16px;
	color:#575150;
	text-align:right;
	padding-right:40px;
	font-weight:300
}
@media only screen and (max-width:720px){
	#mood .contentbild .bu p{
		font-size:14px;
		padding-right:0
	}
}
#mood .contentbild img{
	width:100%;
	height:auto
}
@media only screen and (max-width:600px){
	#mood .contentbild img{
		margin-bottom:20px
	}
}
.editmode .contentbild{
	position:relative !important
}
.menu ul{
	list-style-type:none;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end
}
.menu ul li{
	margin-left:30px
}
.menu ul li:first-of-type{
	margin-left:0
}
.menu ul li a{
	font-size:22px;
	font-weight:300
}
.menu ul li ul{
	display:none;
	position:absolute;
	background:white;
	z-index:1000
}
.menu ul li:hover ul{
	display:block;
	margin-left:-20px;
	padding:5px 0
}
.menu ul li:hover ul li{
	margin:0;
	padding:0
}
.menu ul li:hover ul li a{
	padding:5px 20px;
	font-size:18px;
	display:block
}
.menu ul li:hover ul br{
	display:none
}

@media only screen and (max-width:600px){
	.menu ul{
		flex-direction: column;
	}
	.menu ul li{
		margin:0;
	}
}

#content{
	width:100%;
	padding:30px 30px 90px 30px
}
@media only screen and (max-width:600px){
	#content{
		padding:15px 15px 40px
	}
}
#content section{
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
#content section .contentelement.Mitarbeiterbild{
	margin-bottom:60px
}
#content section .contentelement:last-of-type{
	margin-bottom:0
}
#content section .contentelement h1{
	font-size:50px;
	color:#382e2c;
	font-weight:600;
	margin:0 0 10px;
	line-height:110%
}
@media only screen and (max-width:600px){
	#content section .contentelement h1{
		font-size:36px
	}
}
#content section .contentelement h2{
	color:#e10098;
	font-weight:300;
	margin:20px 0 10px
}
@media only screen and (max-width:600px){
	#content section .contentelement h2{
		font-size:22px;
		margin:12px 0 8px
	}
}
#content section .contentelement h3{
	font-size:20px;
	margin:10px 0 5px;
	color:#382e2c
}
#content section .contentelement p{
	font-size:18px;
	margin:0 0 5px;
	color:#382e2c
}
#content section .contentelement p.einleitung{
	font-size:18px;
	margin-bottom:60px;
	line-height:140%;
	font-style:italic;
	color:#777
}
#content section .contentelement a{
	text-decoration:underline;
	color:#382e2c
}
#content section .contentelement a:hover{
	color:#fe5000
}
#content section .contentelement a:active{
	color:#e10098
}
#content section .contentelement ul:not(.cmsMenuButtons){
	margin:20px 0
}
#content section .contentelement ul:not(.cmsMenuButtons) li{
	margin-bottom:4px;
	color:#605755;
	padding-left:11px;
	position:relative;
	list-style-type:none
}
#content section .contentelement ul:not(.cmsMenuButtons) li:before{
	content:"";
	width:6px;
	height:6px;
	background-color:#fe5000;
	position:absolute;
	left:0;
	top:9px;
	border-radius:100%
}
#content section .contentelement ul:not(.cmsMenuButtons) li:nth-of-type(odd):before{
	background-color:#e10098
}
#content section .contentelement ul.contentmenu{
	display:table
}
#content section .contentelement ul.contentmenu li{
	margin-bottom:15px
}
#content section .contentelement ul.contentmenu li:before{
	top:0;
	border-radius:0;
	height:100%;
	z-index:100;
	-webkit-transition:width .5s;
	transition:width .5s
}
#content section .contentelement ul.contentmenu li a{
	text-decoration:none;
	position:relative;
	z-index:200;
	width:100%;
	display:block;
	padding-right:5px;
	-webkit-transition:color .2s;
	transition:color .2s
}
#content section .contentelement ul.contentmenu li:hover:before{
	width:100%
}
#content section .contentelement ul.contentmenu li:hover a{
	color:white
}
#content section .contentelement ul.contentmenu li:hover a:hover{
	color:white
}
#content section .contentelement ol{
	margin:20px 0;
	padding-left:17px
}
#content section .contentelement ol li{
	margin-bottom:4px;
	color:#605755;
	list-style-type:decimal;
	position:relative
}
#content section .contentbild{
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	margin-bottom:40px
}
@media only screen and (max-width:600px){
	#content section .contentbild{
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
		margin-bottom:20px
	}
}
#content section .contentbild.links{
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse
}
@media only screen and (max-width:600px){
	#content section .contentbild.links{
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column
	}
}
#content section .contentbild.links .bu{
	padding-left:0;
	padding-right:30px
}
#content section .contentbild.links .bildcontainer{
	padding:25px 25px 15px 15px
}
#content section .contentbild .bildcontainer{
	background:#fe5000;
	border-radius:100%;
	padding:15px 15px 25px 25px
}
@media only screen and (max-width:600px){
	#content section .contentbild .bildcontainer{
		-ms-flex-item-align:center;
		align-self:center;
		margin-bottom:20px
	}
}
#content section .contentbild .bildcontainer img{
	width:100%;
	height:auto;
	max-width:250px;
	border-radius:100%
}
#content section .contentbild .bu{
	width:70%;
	padding-left:30px
}
@media only screen and (max-width:600px){
	#content section .contentbild .bu{
		width:100%;
		padding-left:0
	}
}
#content section .contenttext{
	-ms-flex-item-align:end;
	align-self:flex-end;
	width:70%;
	padding-left:30px
}
#content section .contenttext.links{
	align-self:flex-start;
	padding-right:30px;
	padding-left:0
}
@media only screen and (max-width:1024px){
	#content section .contenttext{
		width:100%;
		padding-left:0
	}
}
footer{
	width:100%;
	background:#fe5000;
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width:360px){
	footer{
		flex-direction: column;
	}
}

footer .menu{
	padding:15px 30px
}
footer .menu ul li a{
	font-size:18px;
	color:white
}
footer .menu ul li a:hover{
	color:#382e2c
}
footer .menu ul li a:active{
	color:#e10098
}
footer .menu ul li.aktiv a{
	color:black
}
.icon{
	padding:15px;
	position:absolute;
	top:15px;
	right:15px;
	cursor:pointer;
	z-index:9999999;
	display:none
}


#instagram img{
	display:inline-block;
	padding-top:1px;
	height:24px;
	width:auto;
}

@media screen and (max-width:1024px){
	.icon{
		display:block
	}
}
@media screen and (max-width:480px){
	.icon{
		right:5px
	}
}
 @media screen and (max-width:420px){
	.icon{
		right:5px;
		top:5px;
	}
}
.icon div{
	width:40px;
	height:30px;
	position:relative;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	transition:.5s ease-in-out
}
.icon div span{
	display:block;
	position:absolute;
	height:2px;
	width:100%;
	background:#605755;
	opacity:1;
	left:0;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:.25s ease-in-out;
	-moz-transition:.25s ease-in-out;
	-o-transition:.25s ease-in-out;
	transition:.25s ease-in-out;
	border-radius:2px 0 2px 2px
}
.icon:hover div span{
	background:#fe5000
}
.icon:active div span{
	background:#e10098
}
.icon div span:nth-child(1){
	top:0
}
.icon div span:nth-child(2),.icon div span:nth-child(3){
	top:14px
}
.icon div span:nth-child(4){
	top:28px
}
.icon.open div span:nth-child(1){
	top:18px;
	width:0;
	left:50%
}
.icon.open div span:nth-child(2){
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg)
}
.icon.open div span:nth-child(3){
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.icon.open div span:nth-child(4){
	top:18px;
	width:0;
	left:50%
}
#headerwrapper{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}


#info24{
	display:flex;
	flex-wrap:wrap;
	flex-direction: column;
	justify-content:flex-end;
	align-items:flex-end;
	margin-bottom:25px;
}

@media only screen and (max-width:1024px){
	#info24{
		margin-right:65px;
	}
}

@media only screen and (max-width:660px){
	#info24{
		margin-top:50px;
	}
}



#info24 p{
	font-size:15px;
}

button#terminvereinbarung{
	background:#fe5000;
	color:white;
	padding: 10px 15px;
	border-radius:18px;
	margin-bottom:10px;
}
	
button#terminvereinbarung:hover{
	background:#e10098;

}	
button#terminvereinbarung a, 
button#terminvereinbarung a:visited, 
button#terminvereinbarung a:hover{
	color:white;
	font-size:16px;
}	


#adresse{
	padding:15px 30px;
	color:white;
}	

header{
	justify-content: space-between;
}