/* 
Kirschbaum:	 css-definition - screen 
Autor:		 Horst Dommermuth
released:	 18.01.2008
last update: 09.07.2025
*/

/* =basis 
================================================================ */

* {
	padding: 0;
	margin: 0;
}

html {
    min-height: 100%;
    font-size: 16px;
}
	
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: 1px;  
	height: 0;
}

h1 {
	color: #849254;
	font-size: 34px;
	font-weight: 600;	 
	margin: 0 0 15px 0;
}		

h2 {
	color: #333;
	font-size: 22px;
	font-weight: 400;
	line-height: 140%;
	margin: 20px 0 10px 0;  
}

.content-praxen h2:first-of-type {
	margin-top: 0;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 10px 0;  
}

.box h3 {
	margin-top: 20px;
}

p {	
	line-height: 165%;
	font-size: 16px;
   	margin-bottom: 10px;	
}	

table {
	line-height: 165%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}

.green {
	color: #849254;
}

.red {
		color: #bd212a;
}

.white {
		color: #fff;
}

ul {
		list-style: none;
}

.floatLeft {
		float: left;
}

.floatRight {
		float: right;
}

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;
		filter: alpha(opacity=70);
}

/* =hauptnavigation
================================================================ */

#navi_wrapper {
		background: #6b6858;
		width: 100%;
		border-top: 1px solid #fff;
}

ul#mainnavi {
		float: left;
		font-size: 16px;
}

ul#mainnavi li {
		float: left;
		margin-right: 1px;
}

ul#mainnavi li a {
		float: left;
		color: #fbf8f8;
		padding: 10px 25px;
		text-decoration: none;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
		text-transform: uppercase;
}

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: 20px auto 0 auto;
	max-width: 1040px;
	background: #fff;
}

#head {
	width: 100%;
	min-height: 158px;
	position: relative;
	background: url(/img/header/frau_kirschbaum.jpg) no-repeat;
	background-size: cover;
}

#logo {
	position: absolute;
	z-index: 100;
	top: 32px;
	left: 30px;
}

#center {
	max-width: 960px;
	margin: 20px auto;
}

#content {
	background-color: #fff;
	text-align: left;
	margin-bottom: 30px;
	min-height: 450px;
	padding: 20px 15px 30px;
}

.left {
	float: left;
	width: 51.85185185%;
}

.left-home {
	float: left;
	width: 65%;
}

.right {
	float: right;
	width: 39%;
}

#home .right {
	width: 270px;
}

ul.content {
	font-size: 16px;
	line-height: 165%;
	margin: 0 0 15px 2px;
}

ul.content li {
	list-style: disc;
	margin-left: 15px;
	padding-left: 5px;
}
	
a.contentlink {
	color: #333;
	text-decoration: underline;
}

a.contentlink:hover {
	color: #888;
	text-decoration: none;
}
	
.box {
	background: #f4f4f4;
	padding: 5px 15px 10px 25px;
	margin-top: 20px;
}

table.sprechstunde {
	font-size: 16px;
	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: 60%;
}

.praxis-img {
	padding-top: 20px;
}

.praxis-img img {
	margin: 0 10px 10px 0;
}

.fancybox-title {
	text-align: left;
}

#home .fancybox-title {
    font-size: 20px;
	 line-height: 135%;
}

.teaser-position {
	position: absolute; 
	top: 305px; 
	right: 150px;
}

/* =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: 60px;
	width: 100%;
}

table.info td, 
table.info th {
	padding: 10px 0;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

table.info td:first-of-type {
	padding-right: 50px;
}


/* =Kontakt Anfahrt
================================================================ */
.maps iframe {
	margin: 6px 0; 
	border: 1px solid #92A061;
}

/* =footer
================================================================ */
footer {
		border-top: 1px solid #e8e8e8;
		font-size: 13px;
		margin: 0 15px;
}

ul.footer-nav {
		margin: 15px 0 20px 0;
		text-align: left;
		color: #999;
}

ul.footer-nav li {
		float: left;
		padding: 0 15px;
		border-left: 1px solid #e8e8e8;
}

ul.footer-nav li:first-child {
		padding-left: 0;
		border-left: 0;
}	

ul.footer-nav li a {
		float: left;
		color: #999;
		text-decoration: none;
		
}

ul.footer-nav li a:hover {
		text-decoration: underline;
}


#dommain {
		visibility: hidden;
		font-size: 10px;
		margin-top: -50px;
}


/* ehemaliger Coronabanner */
#corona {
		display: none;
		max-width: 900px; 
		background: rgb(38, 38, 38); 
		color: #fff;
}
/* padding in mobile.css */

#corona h2 {
		font-size: 30px; 
		margin-bottom: 20px; 
		color: #fff;
}

.close-button {
		background-color: transparent;
		text-decoration: none;
		border-radius: 29px;
		border: 2px solid #c4c4c4;
		display: inline-block;
		cursor: pointer;
		color: #fff;
		font-size: 14px;
		padding: 7px 24px;
		margin: 30px 25px 15px 0;
}

.close-button:hover {
		border: 2px solid #fff;
}

.close-button:active {
		position: relative;
		top: 1px;
}


/* md */
@media (min-width: 920px) {
	.subnav-praxen {
		float: left;
		margin-top: 10px; 
		width: 190px;
		font-size: 1rem;
	}

	.content-praxen {
		float: right;
		margin-top: 12px;
		width: 700px;
	}
}

