/* CSS Document */

hr { color: #fff; opacity: 0; }

::selection {
	color:#fff;
	background:#db002f;
}

::-moz-selection {
	color:#fff;
	background:#db002f;
}

body {
  font-family: "futura-pt",sans-serif;
  background:url(../img/img_bg_body_unterseiten.jpg) top center no-repeat;
  background-attachment:fixed;
  color:#4b575f;
  font-size:18px;
  line-height:21px;
}

body.home {
  font-family: "futura-pt",sans-serif;
  background:url(../img/img_bg_body.jpg) top center no-repeat;
  color:#4b575f;
  font-size:13px;
  line-height:18px;
 }

#container {
}

#main .inside,
#left .inside {
	padding-bottom:400px;
}

.home #main {
	border-top:#db002f 117px solid;
	padding-top:50px;
}

#footer{
	background:rgba(0,0,0,0.8);
	position:fixed;
	bottom:0;
	width:100%;
}

#footer .inside {
	margin:0 auto;
	width:884px;
}

#footer p,
#footer a,
#footer td {
	font-size:13px;
	line-height:18px;
	color:#fff;
	text-decoration:none;
}

#footer td {
	padding-top:7px;
}

#footer tr {
	border:0;
}


/*  home-teaser  */

.home-teaser {
	width:45%;
	float:left;
	font-weight:700;
	padding-left:5%;
}

.home-teaser p {
	padding-left:72px;
}



/*  Logo Frauen  */

#logo-frauen a {
	width:300px;
	height:210px;
	background:url(../img/img_logo_home.jpg) top left no-repeat;
	display:block;
}


/*  Logo Kinder  */

#logo-kinder a {
	width:300px;
	height:210px;
	background:url(../img/img_logo_home_kinder.jpg) top left no-repeat;
	display:block;
}


/*  nav-frauen  */

#nav-frauen li,
#nav-kinder li {
	width:152px;
	height:24px;
	margin-bottom:7px;	
}

#nav-frauen a,
#nav-kinder a {
	width:114px;
	height:24px;
	padding-left:38px;
	line-height:22px;
	display:block;
	background:#919da5;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	font-weight:700;

   -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3 ease-out;
}

#nav-frauen a:hover,
#nav-frauen li.active strong,
#nav-frauen li.trail a,
#nav-kinder a:hover,
#nav-kinder li.active strong,
#nav-kinder li.trail a {
	width:114px;
	height:24px;
	padding-left:38px;
	line-height:22px;
	display:block;
	background:#4b575f;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	font-weight:700;
}
#nav-frauen { padding-bottom: 20px; }
#nav-frauen .online a {	background: #db002f; height: 44px; line-height: 18px; padding-top: 5px; padding-bottom: 0px; }

#left .ce_text {
	font-size:13px;
	line-height:18px;
	padding:38px 0 0 38px;
}


/*  NAV meta  */

#meta {
	background:#db002f;
	width:100%;
	height:57px;
	padding-top: 60px;
}

#meta ul {
	position:relative;
	top:85px;
	height:32px;
	text-align:right;
}

#meta li {
	display:inline;
	margin-right:38px;
}

#meta a {
	color:#fff;
	text-decoration:none;
	font-size:16px;
	font-weight:300 !important;
}

#meta a:hover,
#meta li.active strong {
	color:#ccc;
	text-decoration:none;
	font-size:16px;
	font-weight:300 !important;
}

#meta .headerbox { width: 45%; float: left; padding-left: 20px; }
#meta strong { 	font-weight:700 !important; }

.kinder #meta {
	background:#4b575f;
}




/*  Links  */

a {
	color:#db002f;
	text-decoration:none;
	font-weight:700;
 	outline:none;

   -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3 ease-out;
}

a:hover {
	color:#4b575f;
	text-decoration:none;
	font-weight:700;
}

#left a[href^='mailto:'] {
	font-weight:300;
}

/*  titel  */

h2 {
	color:#db002f;
	font-weight:700;
	font-size:18px;
	line-height:21px;
	font-weight:700;
	margin:10px 0 0 0;
}

h1, h4 {
	font-size:18px;
	line-height:21px;
	font-weight:700;
	margin:0;
}

/*  tabellen  */

table .col_0 {
	width:120px;
}

table tr {
	border-bottom:1px solid #efefef;
}

table td {
	padding:5px 0;
}


/*  bilder  */

.mitarbeiter-detail #main .image_container img {
	box-shadow:#999 10px 10px 15px;
}

figcaption {
	color:#999;
	font-size:13px;
}

/*  change  */

#change {
	padding-right:30px;
	margin-bottom:20px;
}

#change tr {
	border:0;
}

#change td {
	padding:0;
}


/*  aerzte_liste  */

.aerzte_liste {
	width:33%;
	float:left;
	margin-bottom: 20px;
}

#aerztinnen .aerzte_liste:nth-child(even),
#therapeutinnen .aerzte_liste:nth-child(odd),
#praxisassistentinnen .aerzte_liste:nth-child(odd){
	width:66% !important;
	float:left;
}

/*.therapeutinnen .aerzte_liste:nth-child(odd) {
	width:66%;
	float:left;
}*/

/*  Artikel  */
.mod_article {
	padding-right:30px;
}


/*  Formular  */
legend, label {
	margin-top:10px !important;
}

.checkbox_container span {
	display:block;
}

label.fett {
	font-weight:700;
}

input.submit {
	margin-top:10px;
}

.patient span {
	display:block;
}

.patient span.mandatory {
	display:inline;
}


/*  Listen  */

.ce_text ul {
	padding-left:20px;
}

.ce_text ul li {
	list-style-type:disc;
}

/*  accordion  */
.ce_accordion h2 {
	margin:0 0 0 0;
 	outline:none;
	border:0px;
}

.ce_accordion h2:hover {
	color: #4b575f;
	cursor:pointer;
 	outline:none;
}

.ce_accordion .toggler {
 	outline:none;
}

.ce_accordion .accordion > div {
	background:#efefef;
	padding:10px 10px;
}

.ce_accordion .accordion a {
	font-weight:300;
}

/*  greift nicht  */
.team h2 {
	margin:30px 0 20px 0 !important;
}

.backbutton {
	margin-top:50px;
}

.backbutton a {
	font-weight:300;
}





















