@charset "utf-8";
/*--------------------------------------------------------------------------------------------------
CSS Styles for <Arzt>.

version:   1.0
--------------------------------------------------------------------------------------------------*/

/* =CSS Reset
--------------------------------------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { 
 /*   background: url("../img/bgi/bg_main.jpg") repeat-x scroll left top #fff; */
    line-height: 1;}
ol, ul { 
    background: none;
    line-height: 1.5;
    margin: 20px auto;
    list-style: none;
}
ul li ul{
    padding:0;
    padding-left: 15px;
    margin: 5px auto;
}
em{font-style: oblique;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
.contenttable{width: 80%; background: #b5d0e6;}
tr {font-size:16px; height: 35px; overflow: hidden; vertical-align: middle;}
tr:nth-child(2n) {color: white; background: #87a7cd;}
td {padding:10px;}
/* End CSS Reset
--------------------------------------------------------------------------------------------------*/

/* remember to define focus styles! */
:focus { outline: 0; }
/* =Toolkit
--------------------------------------------------------------------------------------------------*/

/* Micro Clearfix Hack by Nicholas Gallagher (http://nicolasgallagher.com/micro-clearfix-hack/) */
/* For modern browsers */ 
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }
/* general purpose classes */
.nodisplay { display:none; }
.nodisplay_strict { display:none !important; }
.alignleft { float:left; }
.alignnone { clear:both; font-size:0; line-height:0; margin:0; padding:0; border:0; height:0; width:0; }
.alignright { float:right; }
/* End Toolkit
--------------------------------------------------------------------------------------------------*/

/* =Normalization - mostly derived from normalize.css (https://github.com/necolas/normalize.css/) but without comments and compressed to keep the file small
--------------------------------------------------------------------------------------------------*/

hr { display:block; height:1px; border:0; margin:1em 0; padding:0; border-top:1px solid #cccccc; /* change border colour to suit your needs */ }
audio, canvas, video { display: inline-block; *display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
[hidden] {
display: none;
}
html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body, button, input, select, textarea { font-family: sans-serif; }
a:focus { outline: none; }
a:hover, a:active { outline: none; }
h1 { }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul { }
ins { text-decoration: none; }
del { text-decoration: line-through; }
abbr[title] { border-bottom: 1px dotted; cursor:help; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 75%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align:top; }
svg:not(:root) {
overflow: hidden;
}
fieldset { border: none; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px;
}
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle;
}
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible;
}
input, select { vertical-align:middle; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea { overflow: auto; vertical-align: top; resize: none; }
::-moz-focus-inner {
border: 0;
outline: 0;
}
html { -webkit-text-size-adjust:none; }

.unterstrichen { border-bottom: 1px solid #B6B6B6;  padding: 0 0 4px;}
/* End Normalization
--------------------------------------------------------------------------------------------------*/


/* =Typography
--------------------------------------------------------------------------------------------------*/

/* Setting up the fonts */
/* End Typography
--------------------------------------------------------------------------------------------------*/


/* =Headings
--------------------------------------------------------------------------------------------------*/

h1,h2,h3 {color: #3d6c93; border-bottom: 1px dashed; margin-bottom: 10px; padding-bottom: 5px;}
h4, h5, h6 { color:#555;}

h1{margin-top:15px;}
h2, h3, h4 {margin-top: 20px;}
h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1.inline{display:inline; font-size: 100%; border:none;}

#c1 h1, #c1 h2 {
    margin-top:20px; font-size: 25px; line-height: 1; border-bottom: 3px dotted; color: #005696;
}
#c1 h3{
    border: none;
    margin-top:0px;
    color: #607a93;
    font-weight: bold;
}
/* End Headings
--------------------------------------------------------------------------------------------------*/


/* =Links
--------------------------------------------------------------------------------------------------*/
a { text-decoration:none; color:#005696; cursor:pointer !important; outline: 0; }
a:hover {color: #007cd6; }
/* End Links
--------------------------------------------------------------------------------------------------*/


/* =Branding
--------------------------------------------------------------------------------------------------------*/
p { margin:0; color: #333; line-height: 1.4;}
html, body { }
#wrapper { width:940px; margin:0 auto; padding-top:5px; min-height: 790px; }
#header {height:170px; }
#logo { display:inline-block; border: none;}
#logo a { display:block; width:159px; height:114px; text-decoration:none;}
/* End Branding
--------------------------------------------------------------------------------------------------------*/


/* =Main Nav
--------------------------------------------------------------------------------------------------*/
.menuOuter {}
#menu {list-style: none;}
ul#menu{ background: none; padding:0px;}
#menu li { position: relative;}
#menu li, #menu li a {float: left;}
#menu li a { font-weight:bold; color:#fff; margin-left:2px; background: #888; position:relative; padding:25px 15px; }
#menu li a:hover, #menu li a.active, #menu li.active > a {background: #70a0c4; color:#fff; text-decoration:none;}
#menu li .submenu {background: none; display:none; position: absolute; left: 0; top:100%; width:183px; z-index:100; list-style:none; padding:0;margin: 0;}
#menu li:hover .submain { display:block; }
#menu li .submenu li {  padding:0; border-top:1px solid #fff; }
#menu li .submenu li a {background: url("../img/bgi/sub-nav-bg.png") scroll transparent; line-height:1.8; padding:2px 10px; width:150px; display:block;}
#menu li .submenu li a:hover { background:#70a0c4;}
/* End Main Nav
--------------------------------------------------------------------------------------------------*/

/* =Banner
--------------------------------------------------------------------------------------------------*/
.bannerContent {
    margin-right: 25px;
    width: 415px;
}
.banner_img h1{
    font-size: 280%;
    border: none;
    bottom: 8%;
    color: white;
    left: 1%;
    position: absolute;
    width: 70%;    
    line-height: 110%;
}
/* End Banner
--------------------------------------------------------------------------------------------------*/


/* =Sub Nav
--------------------------------------------------------------------------------------------------*/
#subNavigation { }
#subNavigation li { }
#subNavigation li a { }
#subNavigation li a:hover, #subNavigation li a.active { }
/* End Sub Nav
--------------------------------------------------------------------------------------------------*/



/* =Main Content
--------------------------------------------------------------------------------------------------*/
#container { padding-bottom:18px; }
.widecolumn { width:580px; }
.doctorImg { padding:9px 24px 10px 0; }
#zitat {
background: rgba(149,184,78,1);
background: -moz-linear-gradient(left, rgba(149,184,78,1) 0%, rgba(149,184,78,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(149,184,78,1)), color-stop(100%, rgba(149,184,78,0)));
background: -webkit-linear-gradient(left, rgba(149,184,78,1) 0%, rgba(149,184,78,0) 100%);
background: -o-linear-gradient(left, rgba(149,184,78,1) 0%, rgba(149,184,78,0) 100%);
background: -ms-linear-gradient(left, rgba(149,184,78,1) 0%, rgba(149,184,78,0) 100%);
background: linear-gradient(to right, rgba(149,184,78,1) 0%, rgba(149,184,78,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95b84e', endColorstr='#95b84e', GradientType=1 );
    display: block;
    font-weight: bold;
    padding: 0.5% 5%;
}
.narrowcolumn { width:337px; }
.narrowcolumn .csc-textpic{margin-top: 40px;}
.narrowcolumn .csc-textpic-text{text-align: center;}
.narrowcolumn img {margin-bottom:5px;}
.narrowcolumn h4 { font-weight:bold; border-bottom:solid 1px; padding-bottom:4px; }
.narrowcolumn p.bodytext {}
.officeHours{padding-bottom: 30px;}
.officeHours h1,.officeHours h2,.officeHours h3,.officeHours h4,.officeHours h5 {margin-bottom: 10px;}
.officeHours p.bodytext {line-height: 1.5;}
.narrowcolumn p.bodytext span { font-weight:bold; width:45px; display:block; float:left; }



/* =End Main Content
--------------------------------------------------------------------------------------------------*/
 
 /* Bilder */
DIV.csc-textpic-intext-left .csc-textpic-imagewrap, DIV.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    margin: 0 10px 10px 0;
}

/* =Footer
--------------------------------------------------------------------------------------------------*/
#footerOuter {
    background: #cdc5a7 url("../img/bgi/bg_footer.jpg") repeat-x top left;
    height: 120px;
    margin-top: 50px;
    width: 100%;
}
#footer { padding:0 10px; width:940px; margin:0 auto; }
.footerLeft { width:680px; }
ul.footerLink {background: none; padding:0px; margin:5px 0px;}
.footerLeft p.bodytext { font-weight:bold; padding:21px 0 2px 0;}
.footerLink { list-style:none; margin:0; padding-bottom:10px; }
.footerLink li { float:left; font-weight:bold; padding:0 5px; margin:0; border-left:solid 1px #fff; line-height:15px;}
.footerLink li.first { padding: 0 5px 0 0; margin:0; border-left:none; }
.footerLink li a { display:block; float:left; text-decoration:none; font-weight:bold;}
.footerLink li a:hover {}
.letzte { display:block;}
.socialIcon { margin-left:-1px; }
.socialIcon a { float:left; display:block; margin-right:12px; }
.socialIcon a.fb { margin-left:2px; }
.fontscale { padding-top:21px; width:225px; }
.fontscaleTitle { line-height:22px; font-weight:bold; display:block; text-align:center; padding:0 0 10px 13px; } 
/* End Footer
--------------------------------------------------------------------------------------------------*/

/* Start Added by DRC 
--------------------------------------------------------------------------------------------------*/
.arrow li , .fblock-45 li {background: url("../img/bgi/arrow.gif") no-repeat scroll left top  transparent; list-style: none outside none;padding: 0 0 0 30px; color: #5B6065; font-weight: bold; margin-bottom:10px;}
.fblock-45 p { width:100%; font-weight : normal; padding:0px;}
#c10 .csc-textpic-intext-left-nowrap .csc-textpic-text { margin-left:160px;}

DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 0px 15px 5px 0px;
}
.narrowcolumn p.bodytext .fblock-45{ font-weight:bold; width:45px; display:block; float:left; }
.fullcol { width:100%;}
.bannerImg { float:left}
.banner_img { width:100%; float:left; padding:0 0 20px 0; position:relative;}
.banner_img .text_row { position:absolute; left:10px; bottom:50px;}
.banner_img .text_row h1 { width:100%; float:left; padding:0px;line-height:20px; font-size:40px; font-weight:bold; color:#fff; position: relative;  left: 20px;}

.csc-sitemap ul { margin-left:15px;}
.csc-sitemap ul li { /* list-style:none; */}
.csc-sitemap ul li  a {color: #00713D; font-weight: bold; text-decoration:none; line-height:24px;}

.csc-sitemap ul li ul li a {color: #5B6065;font-weight: bold; padding:0 0 0 5px;}

.ui-accordion .ui-accordion-content {
    border-top: 0 none;
    display: none;
    margin-bottom: 2px;
    margin-top: -2px;
    overflow: auto;
    padding: 1em 0.6em;
    position: relative;
    top: 1px;
}

.csc-frame-frame1 h2 {
    background-image: url("/fileadmin/templates/img/videos.gif");
    background-repeat: no-repeat;
    border-bottom: 1px solid #C9C9C9;
    font-size: 14px;
    font-weight: bold;
    margin: 30px 0 0;
    padding: 9px 0 9px 40px;
}


.internal-link{
    
    font-weight: bold;
    line-height: 25px;
    
}

/* End Added by DRC 
--------------------------------------------------------------------------------------------------*/

/* Start Additional 
--------------------------------------------------------------------------------------------------*/
#c57 .csc-textpic {
    margin-top:20px;
}
td img{
    margin-right: 15%;
}

/* End Added by DRC 
--------------------------------------------------------------------------------------------------*/

#c111{height: 1000px;}
#c122{width: 650px}
#zeiten{font-size: 15px;line-height: 2;}
.csc-textpic-caption, csc-textpic-caption-c {margin-bottom: 30px; font-size: 80%;}
.widecolumn ul{}

.berufliche{
   height: 960px !important;
}

.medizinische{
    height: 320px !important;
}

.facharzt {
    height: 650px !important;
}
#c165 .csc-textpic-intext-right-nowrap{overflow: visible;}

.widecolumn ul{
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #b7d1e7 50%, #ffffff 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #b7d1e7), color-stop(100%, #ffffff));
background: -webkit-linear-gradient(top, #ffffff 0%, #b7d1e7 50%, #ffffff 100%);
background: -o-linear-gradient(top, #ffffff 0%, #b7d1e7 50%, #ffffff 100%);
background: -ms-linear-gradient(top, #ffffff 0%, #b7d1e7 50%, #ffffff 100%);
background: linear-gradient(to bottom, #ffffff 0%, #b7d1e7 50%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
list-style: disc outside none;
padding: 1% 5%;
}