/* fredoka-one-regular - latin */
@font-face {
	font-family: 'Fredoka One';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/fredoka-one-v13-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('./fonts/fredoka-one-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('./fonts/fredoka-one-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('./fonts/fredoka-one-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('./fonts/fredoka-one-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('./fonts/fredoka-one-v13-latin-regular.svg#FredokaOne') format('svg'); /* Legacy iOS */
  }

  /* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('./fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('./fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('./fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('./fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('./fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  
  /* open-sans-700 - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('./fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('./fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('./fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('./fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('./fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('./fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
  }

body {
	margin: 0;
	padding: 0;
}

/*###################################### TOPMENU ######################################*/

.topmenu {
	background: white;
	height: 30px;
}

.topmenu ul {
	list-style: none;
	margin: 0;
}

.topmenu ul li {
	float: left;
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
	font-size: 14px;
	color: #444;
	margin-right: 20px;
}

.topmenu ul li img {
	position: relative;
	top: 4px;
	margin-right: 4px;
}

.topmenu ul li a {
	color: #444;
	text-decoration: none;
}

.topmenu ul li a:hover {
	color: #31b3a6;
	text-decoration: underline;
}

.topmenu .right {
	float: right;
}

.colored-text {
	background: linear-gradient(to right, #31b3a6, #6ab983);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*###################################### MENU + SLIDER ######################################*/

.menu {
	background: linear-gradient(to right, #39b5a7, #6eba83);
	height: 90px;
	width: 100%;
}

.menu ul {
	position: absolute;
	top: 46px;
	right: 40px;
	list-style: none;
}

.menu ul li {
	margin-left: 30px;
	float: left;
}

.menu ul li a {
	font-family: 'Fredoka One', cursive;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	line-height: 26px;
}

.menu ul li a:hover, .menu ul li a.active {
	background: url(images/menu-hl.png);
}

.menu img {
	margin-top: 5px;
	margin-left: 40px;
}

.bogen {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: -3%;
	z-index: 99999;
}

.bogen img {
	width: 100%;
}

.tp-banner-container {
	width: 100%;
	position: relative;
	padding: 0;
}

.tp-bullets {
	display: none;
	visibility: hidden;
}

.sprechstunden {
	font-family: 'Fredoka One', cursive;
	font-size: 20px;
	line-height: 30px;
	color: #444;
}

.sprechstunden-spezial {
	font-family: 'Fredoka One', cursive;
	font-size: 18px;
	line-height: 18px;
	color: #444;
	width: 500px;
	white-space: wrap;
}

.sprechstunden-spezial2 {
	font-family: 'Fredoka One', cursive;
	font-size: 20px;
	line-height: 24px;
	color: #444;
	width: 500px;
	white-space: wrap;
	text-shadow: 0 0 6px rgba(255,255,255,.8);
}

/*###################################### CONTENT ######################################*/

.content {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 100px;
	overflow-x: hidden;
	position: relative;
}

.content h2 {
	font-family: 'Fredoka One', cursive;
	font-size: 26px;
	background: linear-gradient(to right, #31b3a6, #6ab983);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	margin-top: 50px;
}

.content p {
	font-family: 'Open Sans', sans-serif;
	line-height: 22px;
	font-size: 14px;
	font-weight: 400;
	color: #444;
}

.box-container {
	margin: 100px auto;
	width: 90%;
	text-align: center;
}

.box {
	background: url(images/box-link.png) no-repeat #f4f4f4;
	background-position: bottom;
	width: 197px;
	height: 321px;
	border-radius: 10px;
	position: relative;
	/*float: left;*/
	display: inline-block;
	margin-right: 50px;
}

.box:hover {
	opacity: .7;
}

.box:last-child {
	margin-right: 0;
}

.box img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.box h3 {
	width: 85%;
	margin-left: 10%;
	font-family: 'Fredoka One', cursive;
	font-size: 22px;
	background: linear-gradient(to right, #31b3a6, #6ab983);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: left;
}

.box p {
	font-family: 'Fredoka One', cursive;
	font-size: 16px;
	color: #fff;
	margin-left: 10%;
	position: relative;
	margin-top: 71px;
	padding-bottom: 7px;
	text-align: left;
}

.box a {
	display: block;
	text-decoration: none;
	/*background: red;*/
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .box h3, .content h2, .colored-text {
		background: none;
		color: #31b3a6;
	}	
	
}

/*###################################### ÜBER UNS ######################################*/

.team-box-wrap {
	width: 800px;
	margin: 0 auto;
}

.team-box-right {
	position: relative;
	margin-bottom: 30px;
	float: right;
}

.team-box-right img {
	display: inline-block;
	margin-right: 20px;
}

.team-box-right div {
	display: inline-block;
}

.team-box-right h3 {
	font-family: 'Fredoka One', cursive;
	color: #31b3a6;
	font-size: 22px;
	margin-bottom: 0;
}

.team-box-right hr {
	border: 0;
	border-top: 1px solid #31b3a6;
}

.team-box-right p {
	color: #31b3a6;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0;
}

.team-box-right ul {
	list-style-image: url(images/list-style.png);
	padding: 5px 0 0 18px;
	margin: 0;
}

.team-box-right ul li {
	font-family: 'Open Sans', sans-serif;
	color: #444;
	font-size: 14px;
}

.team-box-left {
	position: relative;
	margin-bottom: 30px;
	float: left;
}

.team-box-left img {
	display: inline-block;
	margin-left: 20px;
}

.team-box-left div {
	display: inline-block;
}

.team-box-left h3 {
	font-family: 'Fredoka One', cursive;
	color: #31b3a6;
	font-size: 22px;
	margin-bottom: 0;
	text-align: right;
}

.team-box-left hr {
	border: 0;
	border-top: 1px solid #31b3a6;
}

.team-box-left p {
	color: #31b3a6;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0;
	text-align: right;
}

.team-box-left ul {
	list-style: none;
	padding: 5px 0 0 0;
	margin: 0;
}

.team-box-left ul li {
	font-family: 'Open Sans', sans-serif;
	color: #444;
	font-size: 14px;
	text-align: right;
	padding-right: 18px;
	background: url(images/list-style2.png) no-repeat right;
}

/*###################################### LEISTUNGEN ######################################*/

.leistungen-box-wrap {
	width: 860px;
	margin: 70px auto;
}

.leistungen-box {
	width: 403px;
	float: left;
	margin-right: 50px;
}

.leistungen-box:last-child {
	margin-right: 0;
}

.leistungen-box img {
	border-radius: 10px;
}

.leistungen-box h3 {
	font-family: 'Fredoka One', cursive;
	color: #31b3a6;
	font-size: 22px;
}

.leistungen-box hr {
	border: 0;
	border-top: 1px solid #31b3a6;
}

.leistungen-box p {
	color: #31b3a6;
	font-weight: bold;
	font-size: 16px;
}

.leistungen-box ul {
	list-style-image: url(images/list-style.png);
	padding: 5px 0 0 18px;
	margin: 0;
}

.leistungen-box ul li {
	font-family: 'Open Sans', sans-serif;
	color: #444;
	font-size: 14px;
	line-height: 24px;
}

/*###################################### KARTE ######################################*/

.maplinks {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	color: #444;
	position: relative;
	background: rgba(255,255,255,.5);
	position: absolute;
	top: 120px;
	right: 0;
	padding: 5px;
}

.maplinks a {
	text-decoration: none;
	color: #31b3a6;
}

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

/*###################################### KONTAKT ######################################*/

.kontakt-box-wrap {
	width: 700px;
	margin: 50px auto;
}

.kontakt-box-wrap div img {
	float: left;
}

.kontakt-box-wrap div p {
	position: relative;
	left: 15px;
	top: -5px;
}

.kontakt-box-wrap div a {
	color: #444;
	text-decoration: none;
}

.kontakt-box-wrap div a:hover {
	color: #31b3a6;
	text-decoration: underline;
}

.kontakt-box-column-left {
	float: left;
	width: 305px;
}

.kontakt-box-column-right {
	float: right;
	width: 355px;
}

.kontakt-box-column-right p {
	top: -15px !important;
	margin-bottom: -8px;
}

.kontakt-box-column-right table {
	font-size: 14px;
	position: relative;
	left: 15px;
	top: -5px;
}

.kontakt-box-column-left div, .kontakt-box-column-right div {
	font-family: 'Open Sans', sans-serif;
	color: #444;
	background: #f4f4f4;
	border-radius: 30px;
	padding: 18px 18px 10px 18px;
	margin-bottom: 20px;
}

/*###################################### IMPRESSUM + DATENSCHUTZ ######################################*/

.impdaten a {
	color: #31b3a6;
	text-decoration: none;
}

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

.impdaten ul li {
	font-family: 'Open Sans', sans-serif;
	color: #444;
	font-size: 14px;
}

.impdaten h2 {
	text-align: left;
}

.impdaten h3 {
	font-family: 'Fredoka One', cursive;
	font-size: 20px;
	color: #31b3a6;
}

/*###################################### FOOTER ######################################*/

.footer {
	height: 90px;
	width: 100%;
	background: #444;
}

.footer ul {
	list-style: none;
	margin: 0;
}

.footer ul li {
	float: left;
	font-family: 'Open Sans', sans-serif;
	line-height: 90px;
	font-size: 14px;
	color: #fff;
	margin-right: 20px;
}

.footer ul li a {
	color: #fff;
	text-decoration: none;
}

.footer ul li a:hover {
	text-decoration: underline;
}

.footer ul li img {
	position: relative;
	top: 4px;
	margin-right: 4px;
}

.footer .right {
	float: right;
}

.footer .right img {
	top: 12px;
}

#return-to-top {
	cursor: pointer;
}

.content-halved {
	display: flex;
	width: 70%;
	margin: 0 auto;
	gap: 40px;
}

.content-halved h2 {
	text-align: left;
}

.content-halved div {
	width: 70%;
}

.vetnot {
	width: 30% !important;
	min-width: 250px;
}

.vetnot img {
	width: 100%;
	margin-top: 50px;
}

/*###################################### MOBIL ######################################*/

@media (max-width: 1000px) {
		
	.topmenu {
		height: auto;
	}
	
	.topmenu .right {
		float: left;
	}
	
	.menu {
		height: 110px;
	}
	
	.menu ul {
		top: auto;
	}
	
	.menu img {
		display: none;
		visibility: hidden;
	}
	
	.logo-slider {
		margin-left: -20px;
	}
	
	.sprechstunden {
		font-size: 8px;
		line-height: 8px;
		margin-left: -90px;
	}
	
	.box {
		display: block;
		margin: 0 auto !important;
		margin-bottom: 30px !important;	
	}
	
	.team-box-left ul li, .team-box-right ul li {
		font-size: 12px;
	}
	
	.team-box-left, .team-box-right {
		left: auto !important;
		right: auto !important;
		margin-left: auto !important;
		margin-right: auto !important;
		float: none !important;
		display: block !important;
	}
	
	.team-box-left img, .team-box-right img {
		display: block;	
	}
	
	.team-box-right {
		float: left;
		margin-bottom: 60px;
	}
	
	.team-box-left ul {
		list-style: inherit;
		list-style-image: url(images/list-style.png);
		padding: 5px 0 0 18px;
		margin: 0;
	}
	
	.team-box-left ul li {
		text-align: left;
		background: none;
		
	}
	
	.team-box-left h3 {
		text-align: left;
	}
	
	.team-box-left p {
		text-align: left;
	}

	.team-box-left img {
		margin-left: 0;	
		margin-top: 20px;
		margin-bottom: 100px;
	}
	
	.leistungen-box {
		float: none;
		margin-bottom: 50px;
	}
	
	.maplinks {
		top: 260px;
	}
	
	.kontakt-box-column-left, .kontakt-box-column-right {
		float: none;
	}
	
	.footer ul li {
		line-height: normal;
	}
	
	.sprechstunden-spezial2 {
		font-family: 'Fredoka One', cursive;
		font-size: 20px;
		line-height: 28px;
		color: #444;
		width: 500px;
		white-space: wrap;
		text-shadow: 0 0 6px rgba(255,255,255,.8);
	}

	/*.tp-banner-container {
		min-height: 300px;
	}*/

	.sprechstunden-layer {
		/*font-size: 10px;*/
		left: 35% !important;
		top: 10% !important;
	}

	.logo-layer {
		left: 10% !important;
		top: 10% !important;
	}

	.sprechstunden-layer .sprechstunden-spezial2 {
		font-size: 12px;
		width: 100%;
		line-height: 12px;
	}

	.content-halved {
		width: 100%;
		flex-wrap: wrap;
	}

	.content-halved div {
		width: 100%;
	}

	.vetnot {
		margin: 0 auto;
	}

	.vetnot img {
		width: 100%;
		margin-top: 10px;
	}
}

/*###################################### CLEAR ######################################*/

.clearfix:after,.clearfix:before{content:" ";display:table}
.clearfix:after{clear:both}
.clearfix{*zoom:1}