body{
	padding: 0;
	margin: 0;
	background: #fff;
	font-family: 'Abel', sans-serif;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

h2 {
	margin: 60px 0px 12px 0px;
	padding: 0;
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	color: #575756;
	text-transform: uppercase;
}
h3 {
	margin: 40px 0px 0px 0px;
	padding: 0;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #33b7b7;
}
h4 {
	margin: 20px 0px 5px 0px;
	padding: 0;
	font-size: 17px;
	line-height: 22px;
	font-weight: normal;
	color: #33b7b7;
}
h5 {
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-size: 17px;
	line-height: 22px;
	color: #000;
	font-weight: bold;
}

p {
	margin: 0px 0px 20px 0px;
	padding: 0;
	font-size: 17px;
	line-height: 22px;
	color: #000;
}
	p a {
		text-decoration: none;
	}
	p.small1 {
		font-size: 16px;
		margin: 0px 0px 10px 0px;
	}
	p.small1 span {
		font-size: 15px;
	}

a {
	text-decoration: none;
	color: #575756;
}
a.undercover {
	color: #000 !important;
}

.clearFix {
	clear: both;
}

#preheader {
	display: flex;
	gap: 2em;
	justify-content: flex-end;
	max-width: 1140px;
	margin: auto;
	padding: 5px 40px 5px 40px;
	font-size: 15px;
	align-items: center;
}
	#tel2 a {
		display: flex;
		gap: 0.25em;
		align-items: center;
	}
		#tel2 img {
			display: block;
			width: 18px;
			height: auto;
		}
		#tel2 .phone2 {
			font-weight: bold;
		}


#header {
background: #FFFFFF;
position: fixed;
top: 0; left: 0; right: 0;
z-index: 100001;
	text-align: right;
}
#header2 {
	position: sticky;
	top: 0;
	z-index: 9999;
	background-color: #ffffff;
	display: flex;
	gap: 2em;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 1140px;
	margin: auto;
	padding: 25px 40px 25px 40px;
}
.wrapper_maxwidth {
	position: relative;
	max-width: 1140px;
	margin: auto;
	padding: 60px 40px 25px 40px;	
}


/* hamburger icon */
	/*!
	 * Hamburgers
	 * @description Tasty CSS-animated hamburgers
	 * @author Jonathan Suh @jonsuh
	 * @site https://jonsuh.com/hamburgers
	 * @link https://github.com/jonsuh/hamburgers
	 */
	#nav-icon {
		display: none;
		position: absolute;
		right: 40px;
	  width: 40px;
	  height: 26px;
	  align-self: center;
	  margin-right: auto;
	  cursor: pointer;
	  transition-property: opacity, filter;
	  transition-duration: 0.15s;
	  transition-timing-function: linear;
	  font: inherit;
	  color: inherit;
	  text-transform: none;
	  background-color: transparent;
	  border: 0;
	  overflow: visible; }

	.hamburger-box {
	  width: 100%;
	  height: 100%;
	  display: inline-block;
	  position: relative; }

	.hamburger-inner {
	  display: block;
	  top: 50%;
	  margin-top: -1px; }
	  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	    width: 40px;
	    height: 2px;
	    background-color: #33b7b7;
	    border-radius: 0;
	    position: absolute;
	    transition-property: transform;
	    transition-duration: 0.15s;
	    transition-timing-function: ease; }
	  .hamburger-inner::before, .hamburger-inner::after {
	    content: "";
	    display: block; }
	  .hamburger-inner::before {
	    top: -11px; }
	  .hamburger-inner::after {
	    bottom: -11px; }
	.hamburger--spin .hamburger-inner {
	  transition-duration: 0.22s;
	  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	  .hamburger--spin .hamburger-inner::before {
	    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
	  .hamburger--spin .hamburger-inner::after {
	    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

	body.menu-active .hamburger--spin .hamburger-inner {
	  transform: rotate(225deg);
	  transition-delay: 0.12s;
	  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
	  body.menu-active .hamburger--spin .hamburger-inner::before {
	    top: 0;
	    opacity: 0;
	    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
	  body.menu-active .hamburger--spin .hamburger-inner::after {
	    bottom: 0;
	    transform: rotate(-90deg);
	    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }


#wrapper1 {
z-index: 1000;	
	max-width: 1140px;
	margin: auto;
	position: relative;
}

#logo {
	float: left;
}
	#logo img {
		width: 360px;
		height: auto;
	}
#logo2 {
	max-width: 360px;
}
	#logo2 img {
		display: block;
		width: 100%;
		height: auto;
	}

#navi {
	float: left;
	padding-top: 21px 0px 0px 100px;
}
	#navi ul li {
		float: left;
		margin-right: 25px;
	}
	#navi ul li.last {
		margin-right: 0 !important;
	}
		#navi ul li a {
			text-transform: uppercase;
			font-size: 17px;
		}
		#navi ul li a:hover {
			color: #33b7b7;
		}
#navi2 {
	
}
	#navi2 ul {
		display: flex;
		gap: 1.5em;
		transform: translateY(5px);
	}
		#navi2 ul li {
			white-space: nowrap;
		}
			#navi2 ul li a {
				text-transform: uppercase;
				font-size: 17px;
			}
			#navi2 ul li a:hover {
				color: #33b7b7;
			}
		
#language {
	position: absolute;
	right: 40px; 
	top: 10px;
	font-size: 13px;
}	
		#language  a {
			font-size: 13px;
		}
		#language a:hover {
			color: #33b7b7;
		}
		

#tel {
	float: right;
	padding-top: 16px;
}
	#tel img {
		float: left;
	}
	.phone {
		float: left;
		font-weight: bold;
		color: #575756;
		font-size: 17px;
		padding-top: 5px;
		padding-left: 4px;
	}

#imageSlider1 {

}

#imageSlider2 {
	margin-top: 25px;
	margin-bottom: 70px;
}

#imageSlider1, #imageSlider2 img {
	width: 100%;
}

.imageBorder {
	height: 5px;
	background: #33b7b7;
}

#Die-Gemeinschaftspraxis {
	position: relative;
}
	.textPraxis {
		text-align: center;
		max-width: 722px;
		margin: auto;
		padding: 15px 40px 60px 40px;
	}
	.btnSprechzeiten {
		position: absolute;
		top: 70px;
		left: 0;
		color: #fff;
		background: #33b7b7;
		font-size: 17px;
		text-transform: uppercase;
		width: 133px;
		height: 21px;
		padding: 7px 10px 7px 30px;
		-webkit-border-radius: 0 9px 9px 0;
		border-radius: 0 9px 9px 0;
		cursor: pointer;
		overflow: hidden;
		transition: all 0.75s;
		-webkit-transition: all 0.75s;
	}
		.btnSprechzeiten:hover {
			width: 760px;
			height: 220px;
		}
		.btnSprechzeiten .wrapper {
			position: absolute;
			background: #33b7b7;
			padding: 1px 10px 0px 20px;
			text-align: center;
			text-transform: none;
		}
		.btnSprechzeiten .days {
			width: 680px;
		}
		.btnSprechzeiten .day {
			float: left;
			width: 120px;
			margin-right: 20px;
		}
		.btnSprechzeiten .last {
			margin-right: 0;
		}
		.btnSprechzeiten h3 {
			font-size: 22px;
			color: #fff;
			margin-top: 30px;
			margin-bottom: 5px;
			text-transform: none;
		}
		.btnSprechzeiten p.time {
			font-size: 19px;
			line-height: 30px;
			color: #fff;
		}
		.btnSprechzeiten p.sprechzeiten {
			color: #fff;
			text-transform: none;
		}

#Leistungen {
	text-align: center;
	margin: 0px 40px 60px 40px;
	border-top: 1px solid #ddd;
}
	#Leistungen ul {
		margin-top: 30px;
	}
		#Leistungen ul li {
			max-width: 500px;
			margin: auto;
			text-align: left;
			cursor: pointer;
			padding: 8px 40px 7px 40px;
			margin-bottom: 16px;
			background: #d2d2d2;
			-webkit-border-radius: 13px 13px 13px 13px;
			border-radius: 13px 13px 13px 13px;
		}
		#Leistungen ul li:hover {
			background: #33b7b7;
		}
		#Leistungen ul li.active {
			background: #33b7b7;
		}
	#Leistungen ul .list_headline {
		font-size: 20px;
		text-transform: uppercase;
		padding-left: 30px;
		background: url(../img/list-arrow-down.png) no-repeat;
	}
		#Leistungen ul li.active .list_headline {
			background: url(../img/list-arrow-up.png) no-repeat;
		}
	#Leistungen ul .list_body {
		display: none;
		padding-left: 30px;
	}
		#Leistungen ul .list_body p {
			margin: 0px 0px 10px 0px;
			padding: 0;
			font-size: 16px;
			line-height: 21px;
			color: #000;
		}
		#Leistungen ul .list_body p:first-child {
			margin-top: 5px;
		}

#Team {
	text-align: center;
	margin: 0px 0px 60px 0px;
}
	#Team .wrapper {
		margin: 0px 40px 0px 40px;
	}
	#Team .border {
		border-top: 1px solid #ddd;
	}
	#Team .borderBottom {
		border-bottom: 1px solid #ddd;
		padding-bottom: 60px;
	}
	#Team .content1 {
		max-width: 700px;
		margin: auto;
	}
	#Team .content2 {
		max-width: 700px;
		margin: auto;
		display: none;
	}
	#Team .content3 {
		max-width: 700px;
		margin: auto;
		display: none;
	}	
	#Team .text p {
		padding: 0;
		margin: 0;
	}
	#Team .moreInfo {
		display: none;
	}
	#Team .infoBtnDown {
		width: 17px;
		height: 9px;
		margin: auto;
		margin-top: 20px;
		cursor: pointer;
		background: url(../img/page-arrow-down.png);
	}
	#Team .infoBtnUp {
		width: 17px;
		height: 9px;
		margin: auto;
		margin-top: 20px;
		cursor: pointer;
		background: url(../img/page-arrow-up.png);
	}
		#Team .infoBtnDown p {
			font-size: 0px;
		}
		#Team .infoBtnUp p {
			font-size: 0px;
		}

#Sprechzeiten {
	text-align: center;
	margin: 0px 0px 60px 0px;
}
	#Sprechzeiten .wrapper {
		background: #33b7b7;
		padding: 1px 0px 40px 0px;
	}
	#Sprechzeiten .days {
		width: 680px;
		margin: auto;
	}
	#Sprechzeiten .day {
		float: left;
		width: 120px;
		margin-right: 20px;
	}
	#Sprechzeiten .last {
		margin-right: 0;
	}
	#Sprechzeiten h3 {
		font-size: 26px;
		color: #fff;
		margin-top: 30px;
		margin-bottom: 5px;
	}
	#Sprechzeiten p.time {
		font-size: 22px;
		line-height: 30px;
		color: #fff;
	}
	p.sprechzeiten {
		color: #fff;
	}

#Kontakt {
	margin: 0px 40px 40px 40px;
	padding-bottom: 60px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
	.googleMaps {
		margin-left: -40px;
		margin-top: 30px;
		width: 600px;
		float: left;
	}
	#Kontakt a {
		color: #33b7b7;
	}
	.kontaktText {
		margin-left: 100px;
		float: left;
	}
	.impressumText {
		max-width: 400px;
		float: right;
		margin-left: 30px;
	}
		#Kontakt h4 {
			font-size: 20px;
		}

.scrollToTop {
	text-align: right;
}







@media all and (max-width: 1080px) {
	#navi {
		position: absolute; right: 40px; top:62px;
	}
	#tel { 
		position: absolute; right: 40px; top:34px;
	}
	#tel  img { width: 18px; height: 20px; }
}


@media all and (max-width: 900px) {
	#nav-icon {
		display: block;
		z-index: 9999;
	}
	#header2 {
		padding: 15px 40px 15px 40px;
	}
	#navi2 {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 9999;
		background-color: #ffffff;
		opacity: 0;
		visibility: hidden;
		transition: all 300ms ease;
	}
		#navi2 ul {
			width: 100%;
			height: 100%;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
			#navi2 ul li a {
				font-size: 20px;
			}
	body.menu-active #navi2 {
		display: block;
		visibility: visible;
		opacity: 1;
	}
	body.menu-active {
		overflow: hidden;
	}
}



@media all and (max-width: 850px) {
	.wrapper_maxwidth {
		padding: 0;
	}

	#logo {
		float: none;
		max-width: 260px;
		margin: auto;
		padding: 32px 10px 0px 10px;
	}
		#logo img {
			width: 100%;
		}
		
	#tel, #navi {
		display: block; float: none; position: relative; margin: 0; margin: auto; padding: 0; width: auto; max-width: auto; top: 0; right: 0; left: 0; text-align: center; clear: both;
	}	

	#navi {
		margin: auto;
		padding-top: 15px;
	}
	#navi ul li {
		float: none; display: inline-block;
		margin-right: 15px;
	}	
	#tel { 
		margin: auto; margin-top: 3px;
	}
	#tel img {
		float: none;
		width: 14px; height: 16px;
	}
	.phone {
		float: none;
		font-weight: bold;
		color: #575756;
		font-size: 15px;
	}	
	#language {
		right: 50%; margin-right: -20px;
		text-align: center;
		top: 2px;
	}		



	#Sprechzeiten .days {
		width: 100%;
	}
	#Sprechzeiten .day {
		float: none;
		width: 100%;
		margin-right: 0px;
	}

	.googleMaps {
		margin-left: 0px;
		margin: auto;
		margin-top: 40px;
		width: 100%;
		float: none;
	}
		.googleMaps iframe {
			width: 100%;
		}
	.kontaktText {
		margin-left: 0px;
		float: none;
		text-align: center;
	}
	.impressumText {
		max-width: 400px;
		float: none;
		margin-left: 0px;
		margin: auto;
		text-align: center;
	}
	.btnSprechzeiten {
		display: none;
	}
}

@media all and (max-width: 600px) {
	#logo2 {
		max-width: 260px;
	}
}


@media all and (max-width: 500px) {
	#preheader {
		padding: 5px 20px 5px 20px;
	}
	#header2 {
		padding: 15px 20px 15px 20px;
	}
	#nav-icon {
		right: 20px;
	}
	.textPraxis {
		padding: 15px 10px 60px 10px;
	}
	#Leistungen {
		margin: 0px 10px 60px 10px;
	}
	#Team .wrapper {
		margin: 0px 10px 0px 10px;
	}
	#Kontakt {
		margin: 0px 10px 60px 10px;
	}
	
	#tel { 
		margin-top: 0px;
	}	
	.phone {
		font-size: 13px;
	}		
}



@media all and (max-width: 480px) {

			#navi ul li a {
				text-transform: uppercase;
				font-size: 14px;
			}
}

@media all and (max-width: 359px) {
	#logo2 {
		max-width: 230px;
	}
}




.footer {
text-align: center;
margin: 0 auto 40px auto;
}
.footer a:hover {
	color: #33b7b7;
}