/* =============================================================================
   HTML5 element display
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
	color: #000000;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 * Known limitation: IE6 will not apply style for 'audio[controls]'
 */

audio[controls],
canvas,
video {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Removes Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    overflow-y: scroll; /* 2 */
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* 3 */
    -webkit-text-size-adjust: 100%; /* 4 */
    -ms-text-size-adjust: 100%; /* 4 */
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

body,
button,
input,
select,
textarea {
	font-family: sans-serif;
	height: 50px;
	width: 450px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
	vertical-align: top; /* 1 */
	-ms-interpolation-mode: bicubic;
	border-top-width: 0;
	border-left-width: 0px;
	border-top-style: inset;
	border-right-style: inherit;
	border-bottom-style: inset;
	border-left-style: inset;
	float: left;
	margin: 100;
	border-bottom-width: 0px;
}


/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #49a6d1;
		outline:none;
		text-decoration:underline;
		
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
		text-decoration:none;
}


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

/*
 * Heading (h1, h2, h3, h4, h5, h6)
 */
h1,h2,h3,h4,h5,h6,h7,h8{
	font-weight: 700;
	padding: 0;
	color: #333;
}
h1{
	font-size: 2.5em;
	line-height: 1.2em;
	margin: 0 0 0.75em;
	color: #333;
}
	h1 span {
		color:#667984;
	}
	h1.title {
		background:#f4f7f9;
		margin-bottom:1px;
		padding:10px 0 20px 32px;
	}
	h1.single-title {
		padding:20px 0 0 32px;
	}
h2{
	font-size: 1.875em;
	line-height: 1.2em;
	margin: 0 0 1em;
	letter-spacing: -1px;
	color: #333;
	text-align: center;
}
	h2 a {
		color:#667984;
		text-decoration:none;
	}
	h2 a:hover {
	color: #333333;
	text-align: center;
	font-style: italic;
	}
	h2 strong {
		color:#4aa8d2;
		font-weight:normal;
	}
	body.page-id-336 h2 {
		margin-bottom:18px;
	}	
h3{
	font-size: 1.563em;
	line-height: 1.2em;
	color: #333;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
	h3.title {
		padding:30px 0 20px 32px;
		background: #f4f7f9;
		margin-bottom:-18px;
	}
h4{
	margin: 0 0 1.5em;
	color: #000;
	font-style: normal;
	font-size: 14px;
}
h5{
  font-size:0.8333em;
  margin:0 0 1em;
}
	h5.style-1 {
	color: #000000;
	font-size: 12px;
	text-transform: capitalize;
	text-align: left;
	}
	h5.style-2 {
		font-size:12px;
		color:#a3bb57;
	}
h6{
  font-size:0.666em;
  margin:0 0 2.25em;
}

h7{
	font-size: 1.875em;
	line-height: 1.2em;
	margin: 0 0 1em;
	letter-spacing: -1px;
	color: #C00;
	text-align: center;
}

h8{
	font-size: 1.875em;
	line-height: 1.2em;
	margin: 0 0 1em;
	letter-spacing: -1px;
	color: #333;
	
}

p {
	padding:0;
	margin:0 0 1.5em 0;
	}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome
*/

b, 
strong { 
    font-weight:700;
}

blockquote {
    margin: 1em 40px;
		quotes:none;
		border-left: 1px solid #CCCCCC;
		font-style: italic;
		margin-left: 2em;
		padding:1.5em;
		margin-bottom:1.5em;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in IE6, S5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
		font-family:"Courier New", Courier, monospace, serif;
		margin:0 0 1.5em;
		border-left: 1px solid #CCCCCC;
		margin-left: 2em;
		padding-left: 2em;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes:none;
		font-style: italic;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

ol {
	list-style-type:decimal;
	list-style-position:outside;
	}

ul {
	list-style-type:disc;
	padding:0;
	margin-top:0;
	}
	ul li {
		padding-left:13px;
		background:url(../../images/list-arrow1.gif) no-repeat left 6px;
		font-weight:bold;
		list-style-type:none;
		font-size:12px;
		margin-top:6px;
	}
	ul li:first-child {
	margin-top: 0;
	font-size: 16px;
	}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
	margin: 0;
	width: 660px;
	height: auto;
}

/*
 * Define consistent margin and padding
 */

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    *margin-left: -7px; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, F3/4, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet
 * 2. Corrects inner spacing displayed oddly in IE6/7
 */

button,
input {
    line-height: normal; /* 1 */
    *overflow: visible;  /* 2 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 */

button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	cursor: pointer; /* 1 */
	-webkit-appearance: button; /* 2 */
	height: auto;
	width: auto;
}

/*
 * Addresses box sizing set to content-box in IE8/9
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	width: 20px;
	height: 20px;
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Corrects inner padding displayed oddly in S5, Chrome on OSX
 */

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Corrects inner padding and border displayed oddly in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and aligment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
		font:101%/1.5em Arial, Helvetica, sans-serif;
}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.home #main #slider-wrapper .container_1 {
	height: 300px;
	width: 978px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../../images/kwicks-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.home #main .container.primary_content_wrap.clearfix #content article .inside .post-content .excerpt .vertical-line .one_half_unten {
	float: left;
	width: 300px;
	height: auto;
	color: #666666;
	font-size: 14px;
}
.home #main .container.primary_content_wrap.clearfix #content article .inside .post-content .excerpt .vertical-line .one_half_unten {
	font-size: 14px;
}
.home #main .container.primary_content_wrap.clearfix #content article .inside .post-content .excerpt .vertical-line .one_half_unten {
	color: #000;
	width: 290px;
	float: left;
}
.home #main .container.primary_content_wrap.clearfix #content article .inside header .title.wrapper .fleft h2a {
	text-align: left;
}
.home #main .container.primary_content_wrap.clearfix #content article .inside .post-content .excerpt .vertical-line .one_half_unten h2a {
	text-align: left;
	font-size: 1.875em;
	color: #66798;
	font-variant: small-caps;
	line-height: 1.2px;
	letter-spacing: -1px;
}
.home #main .container.primary_content_wrap.clearfix #content article .inside .post-content .excerpt .post-columns .column .img-border.bottom-indent_aerzte {
	width: 250px;
	margin-right: 15px;
}
.home #main .container.primary_content_wrap.clearfix #content article .post-content .excerpt .post-columns .column.aerzte_text {
	float: right;
	width: 250px;
}
.home #main .container.primary_content_wrap.clearfix #content article .inside .post-content .excerpt .column .aertze_text {
	text-indent: -15px;
	float: right;
	margin-left: 15px;
	clear: none;
	width: 300px;
	height: 330px;
	position: relative;
	top: 40px;
}
.home #main .container.primary_content_wrap.clearfix #content .inside .post-content .excerpt .column .aertze_text {
	width: 420px;
	float: right;
	vertical-align: text-top;
	height: 400px;
}
.home #main .container.primary_content_wrap.clearfix #content article .inside .post-content .excerpt .column .aertze_text_unten {
	height: 480px;
	width: 600px;
	top: 30px;
	position: relative;
	margin-left: 20px;
}
.home #main .container.primary_content_wrap.clearfix #content article .inside_aerzte {
	padding-right: 31px;
	padding-bottom: 25px;
	padding-left: 32px;
	height: inherit;
	padding-top: 27px;
}
#content_aerzte {
	float: right;
	width: 290px;
	height: auto;
	margin-top: 55px;
}
#content_aerzte_unten {
	float: left;
	width: 600px;
	padding-left: 15px;
	padding-top: 25px;
}
.aezte_header2 {
	color: #333;
	width: auto;
	text-align: center;
	font-size: 1.563em;
	line-height: 1.2em;
	font-weight: lighter;
	letter-spacing: -1pt;
}
.arzt_text_right {
	float: left;
	height: auto;
	width: 333px;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 30px;
	color: #000;
}
.arzt_text_bottom {
	float: left;
	width: 620px;
	padding-left: 20px;
	padding-top: 10px;
	color: #000;
}
.news_index {
	height: 200px;
	width: 240px;
	color: #000;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	margin-left: 10px;
	margin-top: 20px;
	border-top-color: #0CC;
	border-right-color: #0CC;
	border-bottom-color: #0CC;
	border-left-color: #0CC;
	margin-right: 0px;
}
.anm_index {
	float: left;
	height: 100px;
	width: 225px;
	padding-left: 25px;
	padding-top: 20px;
	color: #333;
}
.kontakt_header {
	width: 700px;
	color: #666;
	font-size: 1.563em;
	line-height: 1.2em;
	text-align: center;
}
.kontakt_oben_left {
	float: left;
	width: 308px;
	height: auto;
	margin-top: 10px;
	margin-right: 2px;
	margin-left: 2px;
}
.kontakt_oben_right {
	width: 308px;
	float: left;
	height: auto;
	margin-top: 10px;
	margin-left: 5px;
}
.email {
	float: left;
	width: 637px;
	height: auto;
	text-align: center;
	margin-top: 1px;
}
.bildrahmen_hygeia {
	background-image: url(../../images/hygeia.gif);
	height: 180px;
	width: auto;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
	margin-top: 15px;
	margin-bottom: 20px;
}
.leistungen_bilder {
	width: 300px;
}
.bild_leistungen_1 {
	height: 200px;
	width: auto;
	text-align: center;
	border: 5px solid #FFF;
	margin-right: 240px;
	margin-left: 240px;
	margin-bottom: 10px;
}
.bild_leistungen_2 {
	height: 200px;
	width: 349px;
	margin-left: 133px;
	border: 2px solid #00F;
	float: left;
}
.Bild_box_2 {
	height: 200px;
	width: 90px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.colomn_2 {
	height: 600px;
}
.leerbox {
	height: 1050px;
	width: auto;
}
.leerbox_kontakt {
	height: 1450px;
	width: auto;
}
.leerbox_kontakt_en {
	height: 1500px;
	width: auto;
}
.kontakt_vertical {
	background-color: #999;
	height: 870px;
	width: 2px;
	float: left;
}
.team_box {
	height: 5px;
}
.leerbox_roe {
	height: 300px;
	width: 700px;
}
.leerbox_termin {
	height: 990px;
	width: auto;
}
.leerbox_mammo {
	height: 250px;
	width: 700px;
}
.leerbox_roe {
	height: 1600px;
	width: auto;
}
.leerbox_ct {
	height: auto;
	width: auto;
}
.leerbox_mrt {
	height: auto;
	width: auto;
}
.leerbox_neurorad {
	height: 1020px;
	width: auto;
}
.leerbox_mammo {
	height: 1700px;
	width: auto;
}
.qm_oben_links {
	height: auto;
	width: 320px;
	float: left;
}
.qm_oben_rechts {
	height: auto;
	width: 317px;
	float: left;
}
.qm_leer_unten {
	height: 20px;
	float: left;
	width: 636px;
}
.leerbox_qm {
	height: auto;
	width: auto;
}
.arzt_text_bottom_amb {
	color: #000;
	float: left;
	width: 620px;
	padding-left: 20px;
	padding-top: 10px;
}
.leerbox_arzt_lieser {
	height: 1290px;
	width: auto;
}
.leerbox_arzt_biermann {
	height: 850px;
	width: auto;
}
.leerbox_nuc {
	height: 1065px;
	width: auto;
}
.leerbox_pri {
	width: auto;
}
.leerbox_rso {
	height: 1150px;
	width: auto;
}
.leerbox_sono {
	height: 1070px;
	width: auto;
}
.leerbox_qct {
	height: 1090px;
	width: auto;
}
.home #main .container.primary_content_wrap.clearfix #content article .inside .post-content .excerpt .vertical-line .one_half_unten_rechts {
	float: left;
	height: auto;
	width: 310px;
	color: #000;
}
.leerbox_impressum {
	height: inherit;
	width: inherit;
}
.leerbox_team {
	height: 100px;
	width: auto;
}
.info_box {
	width: 300px;
	left: auto;
	margin-left: 50px;
}
.leerbox_info {
	height: auto;
	width: 660px;
	margin-left: -10px;
}
.leerbox_jeibmann {
	height: 1070px;
	width: auto;
}
.leerbox_gajek {
	height: 1220px;
	width: auto;
}
.leerbox_amberger {
	height: 1270px;
	width: auto;
}
.leerbox_roe_fr {
	height: 1380px;
	width: auto;
}
.leerbox_ct_fr {
	height: 1365px;
	width: auto;
}
.leerbox_arzt_jeibmann_fr {
	height: 1090px;
	width: auto;
}
.leerbox_arzt_lieser_fr {
	height: 1220px;
	width: auto;
}
.leerbox_arzt_gajek_fr {
	height: 1100px;
	width: auto;
}
.leerbox_arzt_biermann_fr {
	height: 865px;
	width: auto;
}
.leerbox_arzt_amberger_fr {
	height: 1190px;
	width: auto;
}
.leerbox_mrt_fr {
	height: 1850px;
	width: auto;
}
.leerbox_neuorad_fr {
	height: 800px;
	width: auto;
}
.leerbox_neurorad_fr {
	height: 1180px;
	width: auto;
}
.leerbox_mammo_fr {
	height: 1755px;
	width: auto;
}
.leerbox_nuc_fr {
	height: 1125px;
	width: auto;
}
.leerbox_pri_fr {
	height: auto;
	width: auto;
}
.leerbox_rso_fr {
	height: 1175px;
	width: auto;
}
.leerbox_sono_fr {
	height: 1145px;
	width: auto;
}
.leerbox_qct_fr {
	height: 1358px;
	width: auto;
}
.leerbox_kontakt_fr {
	height: 1550px;
	width: auto;
}
.one_half_unten_right {
	color: #000;
	float: left;
	width: 290px;
}
.leerbox_arzt_amberger_en {
	height: 1200px;
	width: auto;
}
.leerbox_roe_en {
	height: 1270px;
	width: auto;
}
.leerbox_mammo_en {
	width: auto;
	height: 1655px;
}
.leerbox_nuc_en {
	height: 1030px;
	width: auto;
}
.leerbox_pri_en {
	height: auto;
	width: auto;
}
.leerbox_rso_en {
	height: 1085px;
	width: auto;
}
.leerbox_sono_en {
	height: 1055px;
	width: auto;
}
.lerbox_qct_en {
	height: 100px;
	width: auto;
}
.leerbox_qct_en {
	height: 1235px;
	width: auto;
}
.OPEN_HEAD {
	width: 245px;
}
.OPEN_BOX {
	height: 295px;
	width: 261px;
	border: 0px solid #309;
}
.arzt_text_right_mue_en {
	height: auto;
	width: 333px;
	float: left;
	padding-top: 30px;
	padding-right: 5px;
	padding-left: 15px;
}
.arzt_text_bottom_mue_en {
	float: left;
	width: 620px;
	padding-top: 0px;
	padding-left: 15px;
}
.arzt_text_bottom_mue_fr {
	float: left;
	width: 620px;
	padding-top: 0px;
	padding-left: 15px;
}
.leerbox_arzt_gajek_en {
	height: 1220px;
	width: auto;
}
.leerbox_arzt_jeibmann_en {
	height: 1075px;
	width: auto;
}
.leerbox_arzt_lieser_en {
	height: 1230px;
	width: auto;
}
.leerbox_schlimmer {
	height: 880px;
	width: auto;
}
.leerbox_arzt_schlimmer_en {
	height: 845px;
	width: auto;
}
.leerbox_schlimmer_ft {
	height: 850px;
	width: auto;
}
.leerbox_schlimmer_fr {
	height: 820px;
	width: auto;
}
.leerbox_gesellschaft_fr {
	height: 920px;
	width: auto;
}
#sidebar {
	color: #F00;
}
#sidebar {
	color: #F00;
	text-decoration: blink;
}
#widget-footer {
}
.home #main .container.primary_content_wrap.clearfix #sidebar #widget-footer {
	color: #F00;
}
.home #main .container.primary_content_wrap.clearfix #content .post-content .excerpt header center {
	color: #333;
}
.Imprsessum {
}

.checkboxbutton {
	float: left;
	height: 20px;
	width: 20px;
}
