/*
Kirschbaum:	 css-definition - screen
Autor:		 Horst Dommermuth
released:	 18.01.2008
last update: 22.09.2026
*/

/* =basis
================================================================ */

*,
*::before,
*::after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	min-height: 100%;
	font-size: 100%;
}

body {
	height: 100%;
	font-family: DroidSans, 'Open Sans', FreeSans, 'Segoe UI', Geneva, sans-serif;
	text-align: center;
	color: #333;
	background: transparent url(/img/bg-schraffur.png) repeat scroll 0 0;
}

img, a img {
	border: none;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

.klar {
	clear: both;
	line-height: 0;
	font-size: 0.0625rem;
	height: 0;
}

h1 {
	color: #849254;
	font-size: 1.875rem;
	font-weight: normal;
	margin: 0 0 15px 0;
}

h2 {
	color: #333;
	font-size: 1.375rem;
	font-weight: 400;
	line-height: 140%;
	margin: 20px 0 10px 0;
}

.content-praxen h2:first-of-type {
	margin-top: 0;
}

h3 {
	font-size: 0.9375rem;
	font-weight: bold;
	margin: 15px 0 10px 0;
}

.box h3 {
	margin-top: 20px;
}

p {
	line-height: 150%;
	font-size: 1rem;
	margin-bottom: 10px;
}

table {
	line-height: 165%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}

.red {
	color: #bd212a;
}

ul {
	list-style: none;
}

.floatLeft {
	float: left;
}

hr {
	border: none;
	border-top: dotted #888 1px;
	border-bottom: none;
	height:1px;
}

.img-margin {
	margin: 6px 30px 20px 0;
}

a.transparent:hover, a.transparent:hover img {
	opacity: 0.7;
}

/* =hauptnavigation
================================================================ */

#navi_wrapper {
	background: #6b6858;
	width: 100%;
	border-top: 1px solid #fff;
	display: table;
	overflow: hidden;
}

ul#mainnavi {
	float: none;
	display: table-row;
	font-size: 0.9375rem;
	text-align: center;
}

ul#mainnavi li {
	display: table-cell;
	float: none;
	margin: 0;
	border-right: 1px solid #fff;
}

ul#mainnavi li:last-child {
	border-right: 0;
}

ul#mainnavi li a {
	float: none;
	display: inline-block;
	color: #fbf8f8;
	padding: 15px 0;
	width: 100%;
	text-decoration: none;
	transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

ul#mainnavi li a:hover {
	color: #fff;
	background: #849254;
}

body#home #n_home a, body.praxis #n_praxis a, body#leistung #n_leistung a, body#team #n_team a, body#infos #n_infos a, body#kontakt #n_kontakt a, body#impressum #n_impressum a {
	color: #fff;
	background: #849254;
}

/* =content
================================================================ */

#main {
	margin: 0 auto;
	max-width: none;
	background: #fff;
}

#head {
	display: none;
}

#logo {
	display: none;
}

#center {
	margin: 0 auto;
}

#content {
	background-color: #fff;
	text-align: left;
	margin-bottom: 0;
	min-height: 0;
	padding: 25px 15px 40px;
}

.left {
	float: left;
	width: 100%;
}

.left-home {
	float: left;
	width: 100%;
}

.right {
	float: left;
	width: 100%;
	min-width: 250px;
}

#home .right {
	width: 100%;
}

.puppy-image {
	display: none;
}

ul.content {
	font-size: 1rem;
	line-height: 140%;
	margin: 0 0 15px 2px;
}

ul.content li {
	list-style: disc;
	margin-left: 15px;
}

a.contentlink {
	color: #333;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

a.contentlink:hover {
	color: #888;
	text-decoration: none;
}

.box {
	background: #f4f4f4;
	padding: 5px 15px 10px 25px;
	margin-top: 20px;
	width: 100%;
}

#leistung .left h2,
#leistung .right > h2 {
	border-left: 4px solid #849254;
	padding-left: 12px;
}

#leistung .highlight {
	border-left: 4px solid #c47b62;
	background: #faf4f1;
	padding: 12px 18px;
	margin: 20px 0 28px;
}

#leistung .highlight h2 {
	border-left: 0;
	padding-left: 0;
	margin: 0 0 8px;
}

#leistung .highlight p {
	margin-bottom: 0;
}

#leistung ul.content {
	margin-left: 16px;
}

table.sprechstunde {
	font-size: 1rem;
	margin-bottom: 15px;
}

table.sprechstunde td {
	vertical-align: top;
}

.content-praxen table.sprechstunde td:first-of-type {
	width: 140px;
}

td.first {
	width: 128px;
}

td.first-start {
	padding-right: 20px;
}

.team {
	float: left;
	width: 100%;
}

.praxis-img {
	padding-top: 20px;
}

.praxis-img img {
	margin: 0 10px 10px 0;
}

.fancybox-is-open .fancybox-bg {
	background-color: #fff;
}

.fancybox-title {
	text-align: left;
}

#home .fancybox-title {
	font-size: 1.25rem;
	line-height: 135%;
}

/* =Praxen
================================================================ */

.subnav-praxen {
	margin: 20px 0 30px;
	width: 100%;
	font-size: 1.2rem;
}

.subnav-praxen ul li a {
	display: inline-block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 8px 0;
}

.subnav-praxen ul li a:hover {
	text-decoration: none;
}

.subnav-praxen ul li:not(:last-of-type) {
	border-bottom: 1px solid #ccc;
}

.subnav-praxen ul li a.active {
	color: #bd212a;
}

.content-praxen {
	width: 100%;
}

/* =Wissenswertes
================================================================ */

table.info {
	margin-top: 30px;
	margin-bottom: 40px;
	width: 100%;
	font-size: 1rem;
}

table.info td,
table.info th {
	padding: 2px 0;
	vertical-align: top;
	border-bottom: 1px solid #888;
}

table.info td {
	line-height: 165%;
	margin-bottom: 10px;
}

table.info td:first-of-type {
	padding-right: 50px;
}


/* =Kontakt Anfahrt
================================================================ */
.maps iframe {
	margin: 6px 0;
	border: 1px solid #92A061;
}

.maps {
	display: none;
}

/* =footer
================================================================ */
footer {
	border-top: 1px solid #e8e8e8;
	font-size: 0.875rem;
	margin: 0 15px;
}

ul.footer-nav {
	margin: 15px 0 20px 0;
	text-align: left;
	color: #999;
	display: flex;
	flex-wrap: wrap;
	gap: 0 15px;
}

ul.footer-nav li {
	padding: 8px 0;
	border-left: 0;
}

ul.footer-nav li:first-child {
	display: none;
}

ul.footer-nav li a {
	color: #999;
	text-decoration: none;

}

ul.footer-nav li a:hover {
	text-decoration: underline;
}

#dommain {
	visibility: hidden;
	font-size: 0.625rem;
	margin-top: -50px;
}


@media (min-width: 768px) {
	#main {
		margin: 20px auto 0;
		max-width: 1200px;
	}

	#head {
		display: block;
		width: 100%;
		min-height: 158px;
		position: relative;
		background: url(/img/header/frau_kirschbaum.jpg) no-repeat;
		background-size: cover;
	}

	#logo {
		display: block;
		position: absolute;
		z-index: 100;
		top: 20px;
		left: 15px;
	}

	#center {
		max-width: 1100px;
		margin: 20px auto;
	}

	#content {
		margin-bottom: 30px;
		min-height: 450px;
		padding: 20px 15px 30px;
	}

	body.praxis #content {
		display: grid;
		grid-template-columns: 190px minmax(0, 1fr);
		column-gap: 35px;
		align-items: start;
	}

	body.praxis #content::before,
	body.praxis #content::after {
		display: none;
	}

	body.praxis #content > .subnav-praxen {
		grid-column: 1;
		grid-row: 1 / 3;
		margin: 0;
		width: auto;
		font-size: 1rem;
	}

	body.praxis #content > h1 {
		grid-column: 2;
		grid-row: 1;
	}

	body.praxis #content > .content-praxen {
		grid-column: 2;
		grid-row: 2;
		width: auto;
	}

	h1 {
		font-size: 2.125rem;
		font-weight: 600;
	}

	h3 {
		font-size: 1rem;
	}

	p {
		font-size: 1.0625rem;
	}

	#navi_wrapper {
		display: block;
		overflow: visible;
	}

	ul#mainnavi {
		float: left;
		display: block;
		font-size: 1rem;
		text-align: left;
	}

	ul#mainnavi li {
		display: block;
		float: left;
		margin-right: 1px;
		border-right: 0;
	}

	ul#mainnavi li a {
		float: left;
		display: block;
		width: auto;
		padding: 10px 25px;
		text-transform: uppercase;
	}

	.left {
		width: 51.85185185%;
	}

	.left-home {
		width: calc(100% - 285px);
	}

	.right {
		float: right;
		width: 39%;
		min-width: 0;
	}

	#home .right {
		width: 270px;
	}

	.puppy-image {
		display: inline-block;
		margin: 20px 0 40px;
	}

	ul.content {
		line-height: 165%;
	}

	a.contentlink {
		text-decoration-thickness: auto;
		text-underline-offset: auto;
	}

	.box {
		width: auto;
	}

	.team {
		width: 60%;
	}

	.maps {
		display: block;
	}

	table.info {
		margin-bottom: 60px;
		font-size: 1.0625rem;
	}

	table.info td,
	table.info th {
		padding: 10px 0;
		border-bottom-color: #ccc;
	}

	footer {
		font-size: 0.8125rem;
	}

	ul.footer-nav li {
		float: left;
		padding: 0 15px;
		border-left: 1px solid #e8e8e8;
	}

	ul.footer-nav li:first-child {
		display: list-item;
		padding-left: 0;
		border-left: 0;
	}

	ul.footer-nav li a {
		float: left;
	}
}

@media (min-width: 920px) {
	#logo {
		top: 32px;
		left: 30px;
	}
}