*,
*::after,
*::before {
	box-sizing: border-box;
}

body,html {
	padding:0px;
	font-family: 'Open Sans', sans-serif;
	color:#1b1b1b;
	/* max-width: 1920px; */
	margin:0 auto;
	
}

img {
	border:0px;
}

h1, h2 {
	padding-top:0px;
	margin-top:0px;
	font-weight: 400;
	font-family: 'Cardo', serif;
	font-size:40px;
}

h3 {
	font-weight: 800;
	padding:0px;
	margin:0px;
}

b, strong {
	font-weight: 600;
}

.nobreak {
	word-break: keep-all;
	white-space: nowrap;
}

section {
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
	box-sizing: border-box;
}

section .leftinner {
	margin-left:10%;
	width:20%;
	box-sizing: border-box;
	float:left;
}

section .leftinner img {
	width:100%;
}

section .rightinner, section .rightinner2 {
	margin-right:10%;
	width:55%;
	float:right;
	box-sizing: border-box;
}

.wrapper,
section .inner {
	/* margin-left:10%;
	margin-right:10%;
	width:80%;	 */

	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

section .rightinner h1, section .leftinner h1, section .rightinner2 h1, section .inner h1,
section .rightinner h2, section .leftinner h2, section .rightinner2 h2, section .inner h2 {
	color:#AA017E;
	text-align: center;
}

section .inner.toggle h1,
section .inner.toggle h2 {
	color:#FFFFFF;
	text-align: left;
}

section .toggle {
	display:none;
}

section .rightinner h3, section .rightinner2 h3, section .inner h3 {
	font-size:16px;
	text-align: center;
}

section .rightinner p {
	text-align: center;
	line-height: 25px;
}

section .inner p {
	text-align: center;
	line-height: 25px;
}

#header {
	/* height:150px; */
	background-color:#AA017E;
	padding:0px;
	position: relative;
	/* display: flex; */
}

.wrapper {
	max-width: 1920px;
	margin: 0 auto;
}

.header-flex {
	display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
	justify-content: space-between;
}

.logo-wrapper {
	width: 25%;
	min-width: 140px;
	max-width: 360px;
	padding-top: 20px;
}

.logo-wrapper img {
	max-width: 100%;
}


navigation {
	width: 100%;

	display: flex;

	/* flex-direction: row-reverse; */
	justify-content: space-between;
	margin-left: 20px;
}

.white-link {
	color: #FFFFFF;
	text-decoration: underline;
}

.no-underline {
	text-decoration: none!important;
}

navigation a {
	color:#FFFFFF;
	text-decoration: none;
	float:right;
	margin-left:7%;
	font-size: 16px;
}

#uebermich {
	position: relative;
}

#uebermich .leftinner {
	position: absolute;
	max-width:330px;
	bottom:0px;
	width:30%;
}

.awards {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-evenly;
}

@media screen and (max-width: 1000px) {
	.awards  {
		flex-wrap: wrap-reverse;
	}

	.award-item  {
		width: 31%;
		max-width: 150px;
		margin: 15px 0;
	}
}

#paralax1 {
	height:250px;
	background-image: url(../img/paralax1.jpg);
	background-position: center;
}

#paralax2 {
	height:450px;
	background-image: url(../img/Parallax2_new.jpg);
	background-position: center;
}

#kontakt .kontakt {
	line-height: 25px;
	text-align: center;

}

#kontakt .kontakt a {
	color:#AA017E;
}


#kontakt .map {
	float:left;
	width:25%;
	margin-right:5%;
}

#footer {
	background-color:#AA017E;
	color:#FFFFFF;
}

#footer a {
	color:#FFFFFF;
}

#footer .inner p {
	text-align: center;
	font-size:14px;
	line-height:22px;
}

.button {
	text-align: center;
	background-color:#f27fbe;
	margin-bottom:2px;
	padding:10px;
	box-sizing: border-box;
	color:#FFFFFF;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}

#leistungen .leftinner {
	margin-top:90px;
}

.button:hover {
	background-color:#AA017E;
	transition: 0.3s ease-in-out;
}

.button.active {
	background-color:#AA017E;
}

.leistungenbox {
	display:none;
}

.leistungenbox[data-textbox="1"] {
	display:block;
}

.infobox {
	font-size:12px;
	line-height:22px;
	text-align: center;
	margin-top:30px;
}

#wahlarzt {
	background-color:#f5f5f5;
	margin-top:100px;
	margin-bottom:100px;
}

#wahlarzt .leftinner img {
	margin-top: -125px;
	margin-bottom: -125px;
}

#media a{
	color:#AA017E;
	text-align:center;
	text-decoration: none;
	display: block;
}

#impressionen{
	background-color: #f5f5f5;
}

#impressionen .impressionen-carousel .slide{
	position: relative;
	padding-top: 100%;
}

#impressionen .impressionen-carousel .slide img{
	position: absolute;
	top:0; left: 0;
	object-fit: cover;
	object-position: center;
	display: block;
	width: 100%;
	height: 100%;
}

.owl-theme .item {
    margin: 3px;
}
.owl-theme .item img {
    display: block;
    width: 50%;
    height: auto;
}

.ordiinfos {
	/* float:right;
	width:80%; */
	text-align: right;
	color:#FFFFFF;
	padding-top: 10px;
	font-size: 14px;
	/* position: absolute; */
	/* right:10%; */
}

.mobilenav {
	width:40px;
	height:28px;
	/* position: absolute; */
	/* right:5%; */
	/* bottom:10px; */
	cursor: pointer;
	display:none;
}

.mobilenav div {
	height:4px;
	width:100%;
	margin-bottom:8px;
	background-color:#FFFFFF;
}

.mobile {
	display:none;
}

.mobileblock{
	display:none;
}

.cleardiv {
	clear:both;
	height:0px;
}

.tb_button{
	background-color: #AA017E;
	color:#ffffff;
	padding:10px 30px;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin: auto;
	cursor: pointer;
}


.tb_outer{
	z-index: 1000;
}

.tb_wrapp{
	z-index: 1010;
}

.tb_wrapp,
.tb_outer{
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display: none;
}

.tb_outer{
	background-color:rgba(0,0,0,0.82);
}

.tb_wrapp .tb_inner{
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}

.tb_wrapp .tb_inner{
	display: flex;
	justify-content: center;
	align-items: center;
}

.tb_wrapp .tb_inner .tb_popup{
	background-color:#ffffff;
	padding:30px;
	width:90%;
	max-width: 600px;
	text-align: center;
	transition: .5s all linear;
	position: relative;
}



.tb_wrapp .tb_inner .tb_popup .close{
	position: absolute;
	top:5px;
	right: 5px;
	width:30px;
	height:30px;
	background-image: url("../img/close.png");
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center center;
	cursor: pointer;
}

.tb_wrapp .tb_inner .tb_popup .close:hover{
	background-size: 100%;
}

.tb_wrapp .tb_inner .tb_popup.open{
	max-width: 1200px;
}

.tb_wrapp .tb_inner .tb_popup.open h4{
	margin-bottom: 30px;
}

.tb_wrapp .tb_inner .tb_popup h4{
	font-weight: 400;
	font-family: 'Cardo', serif;
	font-size:40px;
	color:#AA017E;
	text-align: center;
	margin:0;
}

.tb_wrapp .tb_inner .tb_popup p{
	font-size: 16px;
}

.tb_wrapp .tb_inner .tb_popup .error{
	font-weight: bold;
	color:#ff0000;
	display: none;
}

.tb_wrapp .tb_inner .tb_popup input{
	font-size: 16px;
	border:none;
    background-image:none;
    background-color:transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border-bottom: 2px solid #AA017E;
	color: #AA017E;
	display: block;
	margin: auto;
	margin-bottom: 30px;
	padding:10px;
}

.tb_wrapp .tb_inner iframe{
	width: 100%;
	height: 400px;
	display: none;
}




@media only screen and (max-width: 1279px) {
	#logo {
		/* width:20%; */
		/* margin-left:5%; */
	}
	
	navigation {
		width:70%;
		right:5%;
	}
	
	/* .ordiinfos {
		width:90%;
		right:5%;
	} */
	section .inner {
		width:90%;
		margin-left:5%;
		margin-right:5%;
	}
	
	section .rightinner {
		width:55%;
		margin-left:0%;
		margin-right:5%;
	}
	
	section .rightinner2 {
		margin-right:5%;
		width:55%;
	}
	
	section .leftinner {
		margin-left:5%;	
		width:30%;
	}
	
	#kontakt .kontakt {
		width:40%;
		margin-top:40px;
	}
	
	#kontakt .map {
		width:55%;
		margin-left:5%;
		margin-right:0px;
		margin-bottom:20px;
	}
	
}

@media only screen and (max-width: 1024px) {
	section {
		padding-top:25px;
		padding-bottom:25px;
	}
	
	
	#uebermich .leftinner {
		float:left;
		position: inherit;
		width:30%;
		margin-left:5%;
		max-width: inherit;
		margin-bottom:30px;
		border-bottom:1px solid #EAEAEA;
	}
	
	#uebermich .leftinner img {
		max-width:300px;
	}
	
	
	
	
	
	
}

@media only screen and (max-width: 1660px) {
	navigation a {
		margin-left:5%;
		font-size: 16px;
	}
}


@media only screen and (max-width: 1400px) {
	navigation a {
		margin-left:3%;
		font-size: 15px;
	}
}


@media only screen and (max-width: 900px) {
	navigation a {
		margin-left:2%;
		font-size: 14px;
	}
}



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

	#header {
		height:150px;
	}

	.mobilenav {
		display:block;
	}
	
	navigation {
		display:none;
		position: absolute;
		width: 100%;
		top: 150px;
		right: 0;
		margin-top:0px;
		z-index:5;
		/* height:200px; */
	}
	
	.desktop {
		display:none;
	}

	.mobile {
		display:inline;
	}
	
	.mobileblock{
		display:block;
	}
	
	navigation a {
		color:#AA017E;
		widtH:100%;
		margin-left:0px;
		margin-right:0px;
		border-bottom:1px solid #CCCCCC;
		text-align: center;
		padding-top:10px;
		padding-bottom:10px;
		background-color:#FFFFFF;
	}
	
	section .rightinner {
		margin-right:5%;
		width:90%;
	}
	
	section .rightinner2 {
		margin-right:5%;
		width:90%;
	}
	
	#uebermich .leftinner {
		text-align: center;
		margin-left:35%;
	}
	
	#leistungen .leftinner {
		width:90%;
		margin-top:0px;
		margin-bottom:30px;
	}
	
	#kontakt .kontakt {
		width:100%;
	}
	
	#kontakt .map {
		width:100%;
		margin-left:0px;
		margin-right:0px;
		margin-top:10px;
	}
	
	#wahlarzt {
		margin-bottom:0px;
	}
	
	#wahlarzt .leftinner {
		float:left;
		position: inherit;
		width:30%;
		max-width: inherit;
		margin-bottom:30px;
		text-align: center;
		margin-left:35%;
	}
	
	#wahlarzt .leftinner img {
		margin-bottom:0px;
	}
}

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

	#header {
		height:130px;
	}
	
	navigation {
		top: 130px;
	}

}

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

	.ordiinfos {
		font-size:12px;
	}
	
	
	#uebermich .leftinner {
		margin-left:25%;
		width:50%;
	}
	
	#wahlarzt .leftinner {
		margin-left:25%;
		width:50%;
	}

}