/* --- undo --- */
html, body, div, span, a, h1, h2, h3, h4, h5, h6, p, blockquote, img, 
ol, ul, li, input, textarea, label, select, table, tbody, thead, tfoot, tr, th, 
td, footer, header, menu, nav, section, video { padding: 0; margin: 0; box-sizing: border-box; }

html, body, p, form, input, textarea { margin: 0; padding: 0; }
img, a img, :link img, :visited img, fieldset, button { border: none; outline: none; }
a:visited { text-decoration: none; }
img { margin: 0; padding: 0; vertical-align: bottom; }
table { margin: 0; padding: 0; border: none; border-spacing: 0; }
tr { margin: 0; padding: 0; border: none; border-spacing: 0; }
td { margin: 0; padding: 0; border: none; border-spacing: 0; vertical-align: top; }
hr { clear: both; }

ul { list-style-type: disc; list-style-image: none; margin: 0 0 1.0em 0; }
ul li { list-style-type: disc; margin: 0 0 0.5em 1em; padding: 0; }
ol { list-style-type: decimal; list-style-image: none; margin: 0 0 1.0em 0; }
ol li { list-style-type: decimal; margin: 0 0 0.5em 1em; padding: 0; }


html, body { 
height: 100%; /* Vertikalen Scrollbalken immer einblenden */ 
word-wrap:break-word; /* Woerter in die naechste Zeile umbrechen, wenn sie das umschliessende Element verlassen */
min-width: 300px;
}
html { overflow: scroll; overflow-x: auto; }

/* fuer responsive Webseiten */ 
img, object, iframe { max-width: 100%; height: auto; }

/*  Clearfix, um das Floating innerhalb der Container aufzuheben */ 
.clearfix:after,
.outer_box_inner:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 0; }

/* Css-Formatierungen interne Module */ 
.flLeft { float: left; }
.flRight { float: right; }
.flClear { clear: both; }
.center { text-align: center; }
.small { font-size: small; }
.bold { font-weight: bold; }
.hide { display: none; }
.textLeft { text-align: left; }
.textCenter { text-align: center; }
.textRight { text-align: right; }


@font-face {
  font-family: 'Economica';
  font-style: normal;
  font-weight: 400;
  src: url('economica-v7-latin-regular.eot'); 
  src: local('Economica'), local('Economica-Regular'),
       url('economica-v7-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('economica-v7-latin-regular.woff2') format('woff2'), 
       url('economica-v7-latin-regular.woff') format('woff'), 
       url('economica-v7-latin-regular.ttf') format('truetype'), 
       url('economica-v7-latin-regular.svg#Economica') format('svg');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('rubik-v9-latin-regular.eot'); 
  src: local('Rubik'), local('Rubik-Regular'),
       url('rubik-v9-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('rubik-v9-latin-regular.woff2') format('woff2'), 
       url('rubik-v9-latin-regular.woff') format('woff'), 
       url('rubik-v9-latin-regular.ttf') format('truetype'), 
       url('rubik-v9-latin-regular.svg#Rubik') format('svg'); 
}




html, body {
font-family: 'Rubik', Arial, Helvetica, sans-serif;
font-size: 18px; line-height: 30px;
color: #43474a;
/* Woerter in die naechste Zeile umbrechen, wenn sie ansonsten das umschliessende Element verlassen wuerden. */
word-wrap:break-word;
height: 100%;
}
html { overflow: scroll; overflow-x: auto; background-color: #FFF; }



/* ----------------------------------------------------------------------------------
   Schriften + Generelle CSS-Anpassungen fuer diese Webseite
---------------------------------------------------------------------------------- */ 

a { text-decoration: none; color: #cb6800; }
a:hover, a:focus { text-decoration: none; color: #606980; }
a:active, a:focus { outline: 0; }

/* Waehlt nur Links aus, die ein Bild enthalten, damit der focus um das Bild liegt und nicht nur der line-height */
a:has(img) { display: inline-block; }

a:hover img, a:focus img { opacity: 0.8; }

a:focus-visible { outline: 2px solid blue; outline-offset: 3px; }


a.link_button { display: inline-block; padding: 5px 20px; 
background-color: #ee720e !important; color: #fff !important; text-decoration: none; font-size: 36px; line-height: 42px; font-family: 'Economica', Arial, Helvetica, sans-serif; }
a.link_button:hover, a.link_button:focus { background-color: #606980 !important; color: #fff !important; text-decoration: none; }

ul { margin: 0 0 20px 0; }
ul li { list-style-type: disc; margin: 0 0 5px 17px; padding: 0; }

h1, h2, h3, h4, h5, h6,
.like_h1, .like_h2, .like_h3, .like_h4, .like_h5, .like_h6 { font-family: 'Economica', Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; font-size: 14px; line-height: 20px; margin: 0 0 15px 0; color: #606980; }
h1, .like_h1 { font-size: 48px; line-height: 50px; }
h2, .like_h2 { font-size: 36px; line-height: 42px; }
h3, .like_h3 { font-size: 24px; line-height: 30px; } 
h4, .like_h4 { font-size: 14px; } 
h5, .like_h5 { font-size: 12px; } 
h6, .like_h6 { font-size: 10px; } 

h1 strong,
h2 strong { font-size: 38px; line-height: 40px; color: #fdc400; font-weight: normal; }


p { margin: 0 0 20px 0; padding: 0; }
td { padding: 0 8px 6px 0; vertical-align: top; }

hr { clear: both; display: block; width: 92.77%; height: 3px; margin: 0 0 20px 3.61%; border: none; background-color: #f6e1cc; } 
.small  { display: block; font-size: 13px; line-height: 20px; color: #FFF; padding-top: 5px; } /* Bildunterschriften */

/* ----------------------------------------------------------------------------------
   CSS-Einstellungen fuer das Addon Modulhelper (bzw. bw_modulhelper)
---------------------------------------------------------------------------------- */ 
/* ------------ Outer Box ------------ */
/* Ausgangswerte: (Seitenbreite: 830px | Abstand: 30px) */
.outer_box { clear: both; display: block; float: left; width: 92.77%; margin: 0 0 20px 3.61%; padding: 0; }

.box_width_full { width: 100%; margin: 0 0 20px 0; }
.box_width_1_2 { clear: none; width: 44.58%; }
.box_width_1_3 { clear: none; width: 28.51%; }
.box_width_2_3 { clear: none; width: 60.63%; }
.box_width_1_4 { clear: none; width: 20.48%; }

.box_gray { background-color: #bcc2d1; color: #43474a; }
.box_yellow { background-color: #fdc400; color: #43474a; }
.box_gray p, .box_gray h1, .box_gray h2, .box_gray h3, .box_gray a,
.box_yellow p, .box_yellow h1, .box_yellow h2, .box_yellow h3, .box_yellow a { color: #43474a; }
.box_gray a:hover, .box_gray a:focus,
.box_yellow a:hover, .box_yellow a:focus { color: #fff; }

.box_orange { background-color: #ee720e; color: #fff; } 
.box_red { background-color: #cf460f; color: #fff; } 
.box_orange p, .box_orange h1, .box_orange h2, .box_orange h3, .box_orange a,
.box_red p, .box_red h1, .box_red h2, .box_red h3, .box_red a { color: #fff; }
.box_orange a:hover, .box_orange a:focus,
.box_red a:hover, .box_red a:focus { color: #43474a; }


.outer_box_inner { display: block; padding: 20px 20px 1px 20px; }
.outer_box_inner .image { margin: 0 !important; }

.headline_box { margin-bottom: 0 !important; }
#sidebar .outer_box { float: none !important; width: 100% !important; margin: 0 0 20px 0 !important; }


/* ----------------------------------------------------------------------------------
 Clearfix, um das Floating innerhalb der Container aufzuheben fuer Firefox, IE8, Opera, Safari, etc.
---------------------------------------------------------------------------------- */ 
.outer_box_inner:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* + html .outer_box_inner { display: inline-block; } /* fuer IE7 */
* html .outer_box_inner { height: 1%; } /* fuer IE6 */


.outer_box .image { margin: 0 0 5px 0; }
.outer_box .image a { text-decoration: none !important; }
.outer_box .image a:hover, .outer_box .image a:focus { opacity: 0.8; }


/* ------------ Moduleinstellungen ------------ */
.text_bild .flLeft { float: left; display: block; width: auto; max-width: 180px; margin: 0 15px 0 0; overflow: hidden; }
.text_bild .flRight { float: right; display: block; width: auto; max-width: 180px; margin: 0 0 0 15px; overflow: hidden; }
.text_bild .image span.small { display: block; }

.zweispalter { }
.zweispalter .flLeft { float: left; display: block; width: 47.69%; margin: 0; overflow: hidden; }
.zweispalter .flRight { float: right; display: block; width: 47.69%; margin: 0; overflow: hidden; }

/* ----------------------------------------------------------------------------------
   Ausrichtung der Seite und der <div>-Container (Reihenfolge von oben nach unten)
---------------------------------------------------------------------------------- */ 
#page_bg { position: relative; top: 0; left: 0; width: 100%; height: auto; min-height: 100%; margin: 0; padding: 0; z-index: 1; }

/* Relative Bloecke innerhalb von "page" */
#page, #header_bg, #header, #header_boxen_bg, #header_boxen, #logo, #wrapper_bg, #wrapper, #sidebar, #content, #footer_bg, #footer {
display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 1; }

#page_bg { width: 1600px; margin: 0 auto; }

#header { width: auto; margin: 0; padding: 0; }

#header_boxen_bg { clear: both; width: auto; margin: 0; padding: 10px 0 1px 0; background-color: #ee720e; }

.header_image_box_slogan { display: block; width: auto; height: auto; margin: 0; padding: 10px 20px; background-color: #ee720e; color: #FFF; text-align: center; font-family: 'Economica', Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; font-size: 36px; line-height: 40px;}

.header_box { display: block; float: left; width: 28.51%; height: auto; min-height: 120px; margin: 0 0 10px 1.81%; padding: 0 0.9% 10px 0.9%; font-size: 18px; line-height: 25px; color: #FFF; border-bottom: 1px solid #FFF; }
.header_box a { color: #FFF; text-decoration: none; }
.header_box a:hover, .header_box a:focus { color: #444; text-decoration: none; }
.header_box_headline { font-size: 30px; line-height: 40px; font-family: 'Economica', Arial, Helvetica, sans-serif; font-weight: normal; }
.header_sprechzeiten_tag { display: inline-block; width: 60px; white-space: normal; }
.header_sprechzeiten_uhr { display: inline-block; width: 180px; text-align: right; }
.header_tel { display: inline-block; width: 90px; }


#logo { position: absolute; top: 20px; left: 20px; width: 120px; height: auto; margin: 0; z-index: 10; }
#page_1 #logo { position: absolute; top: 50px; left: 0; width: 100%; height: auto; margin: 0; z-index: 10; text-align: center; }
@media all and (max-width:1600px) { #page_1 #logo img { width: 24.31%; max-width: 389px; } }
@media all and (max-width:768px) { 
#logo { position: absolute; top: 8px; left: 15px; width: 90px; height: auto; margin: 0; z-index: 10; }
#page_1 #logo { top: 8px; left: 15px; width: 90px; text-align: left; } 
#page_1 #logo img { width: 100%; max-width: none; } 
}

.termin_vereinbaren a { display: block; width: 608px; height: auto; margin: 0 auto; }
.termin_vereinbaren button { display: block; width: 608px; height: auto; margin: 0 auto; background-color: transparent; border: none; }
.termin_vereinbaren button:hover, .termin_vereinbaren button:focus { background-color: transparent; border: none; }
.termin_vereinbaren button:hover img, .termin_vereinbaren button:focus img { opacity: 0.7; }

.terminbuchung-overlay { position: fixed !important; background-color: rgba(0,0,0,0.8) !important; } 
@media all and (max-width:1600px) {
	.termin_vereinbaren a,
	.termin_vereinbaren button { width: 38%; min-width: 280px; } 
}


#wrapper_bg { }
#wrapper { }
#content { min-height: 400px; padding: 40px 0 20px 0; }

/*
#content { float: left; width: 685px; margin: 0; padding: 0; }
#sidebar { float: right; width: 280px; margin: 0 25px 0 0; }
*/

#doctolib { position:fixed; display:block; top: 150px; left:auto; right: 0;text-align:center; width:100px; height: auto; margin: 0; padding: 35px 0 0 0; z-index:999; background-image: url(doctolib-terminbuchung.png); background-repeat: no-repeat; background-position: top center; }

#doctolib a { display: block; padding: 5px; 
background-color: #ee720e; color: #fff; text-decoration: none; font-size: 18px; line-height: 20px; font-family: 'Economica', Arial, Helvetica, sans-serif; }
#doctolib a:hover, #doctolib a:focus { background-color: #606980; color: #fff; text-decoration: none; }
#doctolib a span { font-size: 15px; }

#doctolib a#doctolib_termin { margin: 0 0 10px 0; }

@media all and (max-width:768px) { #doctolib { top: 100px; } }


#footer_bg { clear: both; width: auto; margin: 0; padding: 10px 0; background-color: #ee720e; }
#footer { }

#footer a { color: #FFF; text-decoration: none; }
#footer a:hover, #footer a:focus { color: #444; text-decoration: none; }

.footer_box { display: block; float: left; width: 28.51%; height: auto; margin: 0 0 10px 3.61%; padding: 0; font-size: 18px; line-height: 25px; color: #FFF; }
.footer_box a { color: #FFF; text-decoration: none; }
.footer_tel { display: inline-block; width: 70px; }

#footer_box_1 { width: 25.51%; }
#footer_box_2 { width: 36.51%; }
#footer_box_3 { width: 23.51%; }

/* ---  Cookie-Hinweis ohne OK-Button - Datenschutzinfo --- */ 
#datenschutzinfo { clear: both; display: block; width: 100%; height: auto; margin: 0; padding: 15px 10px; background-color: #333; font-size: 12px; line-height: 20px; color: #fff; text-align: center; }
#datenschutzinfo a { color: #fff; text-decoration: underline; border-bottom: none; }
#datenschutzinfo a:hover, #datenschutzinfo a:focus { color: #fff; text-decoration: none; }


#navigation_button { display: block; position: absolute; top: 20px; left: auto; right: 10px; width: 100px; height: 50px; margin: 0; padding: 0; text-decoration: none; padding: 0; color: #43474a; line-height: 50px; text-align: left; background-image: url(mobile_menue.png); background-repeat: no-repeat; background-position: right center; z-index: 10000; }
#navigation_button:hover, #navigation_button:focus { opacity: 0.8; }

#navigation_telefon { position: absolute; top: 20px; left: auto; right: 150px; width: 44px; height: 44px; margin: 0; z-index: 10000; }
#navigation_close { position: absolute; top: 20px; left: auto; right: 50px; width: 44px; height: 44px; margin: 0; z-index: 10000; }

#navigation_box { display: none; position: fixed; top: 0; left: auto; right: 0; width: 33%; max-width: 480px; min-width: 300px; height: 100%; margin: 0; padding: 0; z-index: 10000; background-color: #F9F9F9; background-color: rgba(249,249,249,0.9); overflow-y: auto; }
	
/* #navigation { clear: both; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; max-height: 0; overflow: hidden; background-color: #666; } */
#navigation { clear: both; position: relative; top: 0; left: auto; right: 0; width: auto; height: auto; margin: 0 30px; padding: 0; z-index: 9999; }

#navigation ul { display: block; margin: 0; padding: 100px 0 0 0; }
#navigation ul li { display: block; width: auto; height: auto; margin: 0; padding: 0; }
#navigation ul li a { display: block; position: relative; top:0; left: 0; width: auto; height: auto; margin: 0; padding: 10px;  font-size: 18px; line-height: 20px; border-top: 1px solid #bbb; color: #43474a; }
#navigation ul li a:hover, #navigation ul li a:focus { color: #ee720e; }
#navigation ul li a.rex-current,
#navigation ul li a.rex-active { color: #ee720e; }
#navigation ul li:first-child a { border-top: none; }

#navigation > ul ul { overflow: hidden; max-height: 0; }
#navigation.active, #navigation > ul ul.active { max-height: 99999em; } 

/* Zweite Ebene */
#navigation ul.rex-navi2 { display: block; margin: 0; padding: 0; }
#navigation ul.rex-navi2 li a { padding: 10px 10px 10px 20px; font-size: 15px; line-height: 20px; color: #43474a; border-top: none; }
#navigation ul.rex-navi2 li a:hover, #navigation ul.rex-navi2 li a:focus { color: #ee720e; }
#navigation ul.rex-navi2 li a.rex-current,
#navigation ul.rex-navi2 li a.rex-active { color: #ee720e; }


/* Dritte Ebene */
#navigation ul.rex-navi3 { display: none; }



/* 1.) Zum Anklicken bei Menuepunkten mit Submenue
#navigation li.has-submenu > a:after { content: '+'; position: absolute; top: 0; right: 0; display: block; font-size: 1.5em; padding: 10px 10px; }
#navigation li.has-submenu > a.active:after { content: "-"; }
 */

/* 2.) Alternative mit Hauptpunkten anklickbar lassen (1. dann auskommentieren) */
#navigation li a span { display: none; } 
#navigation li.has-submenu a span  { content: ''; display: block; position: absolute; top: 4px; right: 4px; width: 32px; height: 32px; margin: 0; padding: 0; z-index: 10; 
background-color: transparent; text-indent: -9999px; overflow: hidden; background-image: url(mobile_menue_arrow_down.png); background-position: center center; background-repeat: no-repeat; }
#navigation li.has-submenu a span:hover, #navigation li.has-submenu a span:focus { background-color: #E0E0E0; }
#navigation li.has-submenu a.active span { background-image: url(mobile_menue_arrow_up.png); } 

/* zweite Ebene */
#navigation li.has-submenu ul.rex-navi2 li a span { display: none; } 
#navigation li.has-submenu ul.rex-navi2 li.has-submenu a span { display: block; } 

/* dritte und letzte Ebene */
#navigation li.has-submenu ul.rex-navi3 li a span { display: none !important; } 


/* ----------------------------------------------------------------------------------
   Module
---------------------------------------------------------------------------------- */ 
/*
#google_map_iframe iframe { width: 100% !important; border: none !important; }

.video { clear: both; display: block; position: relative; top: 0; left: 0; width: 100%; height: 0; margin: 0 0 20px 0; padding: 30px 0 56.25% 0; overflow: hidden; }
.video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none !important; }
*/

.modul_40 { display: block; clear: both; width: 100%; margin: 0 0 30px 0; background-color: #606980; color: #FFF; } .modul_40 * { color: #FFF; }
.modul_40_left { float: left; width: 50%; margin: 0; padding: 0; }
.modul_40_right { float: right; width: 50%; margin: 0; padding: 0; }
.modul_40_left .image { display: block; margin: 0; padding: 0; }
.modul_40_right .text { display: block; padding: 30px 30px 10px 30px; }
@media all and (max-width:768px) 
{ 
.modul_40_left,
.modul_40_right { clear: both; float: none; width: 100%; margin: 0; padding: 0; }
}


.modul_42{ background-color: #606980; color: #FFF; } .modul_40 * { color: #FFF; }
.modul_42_left { float: left; width: 33.33%; margin: 0; padding: 0; }
.modul_42_right { float: right; width: 66.66%; margin: 0; padding: 0; }
.modul_42_left .image { display: block; margin: 0; padding: 0; }
.modul_42_right .text { display: block; padding: 30px 30px 10px 30px; }
.modul_42_right .text h2 { color: #FFF; }
@media all and (max-width:1300px) 
{ 
.modul_42_left_bg_image { display: block; margin: 0; padding: 0; background-position: center center; background-repeat: no-repeat; background-size: cover; } 
.modul_42_left .image { opacity: 0.000001; }
}
@media all and (max-width:768px) 
{ 
.modul_42_left_bg_image { display: block; margin: 0; padding: 0; background-image: none !important; } 
.modul_42_left .image { max-width: 320px; opacity: 1; }
.modul_42_left,
.modul_42_right { clear: both; float: none; width: 100%; margin: 0; padding: 0; }
}


a.linkbutton { display: inline-block; width: auto; margin: 0 0 20px 0; padding: 5px 15px 5px 50px; font-size: 20px; line-height: 30px; background-color: #fdc400; color: #ee720e; text-decoration: none; background-image: url(linkbutton.png); background-position: center left; background-repeat: no-repeat; }
a.linkbutton:hover, a.linkbutton:focus { background-color: #bcc2d1; color: #ee720e; text-decoration: none; }


.bildergalerie { clear: both; display: block; }
.bildergalerie a { display: block; float: left; width: 20.48%; margin: 0 0 3.61% 3.61%; padding: 0; }
.bildergalerie a img { display: block; width: 95%; padding: 2%; border: 1px solid #aaa; }
.bildergalerie a:hover img, .bildergalerie a:focus img { background-color: #BBB; border: 1px solid #BBB; }





/* ----------------------------------------------------------------------------------
   Formular
---------------------------------------------------------------------------------- */
.yform div.alert { padding: 25px 30px 5px 30px; margin-bottom: 20px; border-radius: 4px; }
.yform div.alert span { margin-right: 15px; }
.yform div.alert-danger { border: 2px solid #a94442; background-color: #f2dede; color: #a94442; }
.yform .alert > p { margin: 10px 0; }


.yform form { display: block; max-width: 680px; margin: 0 0 20px 0; padding: 0; background-color: #fff; }

.yform .form-group { clear: both; display: block; margin: 0 0 20px 0; }

.yform label { display: block; margin: 0 0 5px 0; }
.yform form.hide-label label { display: none; }

.yform .form-control {
	display: block; width: 99%; height: auto; margin: 0; padding: 8px 12px;
	font-family: inherit; font-size: 14px; line-height: 20px; color: #333;
	border: solid 1px #dfe6e7; border-radius: 5px;
	box-shadow: none; background: #fff;
}
.yform .form-control:hover { border-color: #a8aeb5; }
.yform .form-control:focus { border-color: #37434f; outline: none; box-shadow: none; }


.yform input[type="radio"], .yform input[type="checkbox"] { margin: 0 5px 0 0; }

.yform .btn-primary {
	clear: both; display: block; width: auto; min-width: 140px; height: auto; margin: 20px 0; padding: 12px 25px;
    border: none; border-radius: 3px; font-weight: bold; text-align: center; 
	background-color: #ee720e; color: #fff; 
}
.yform .btn-primary:hover, .yform .btn-primary:focus { background-color: #606980; color: #fff; }

.yform .pflichtfelder { font-size: 0.8em; }

/* Honeypot gegen SPAM */
#yform-contact_formular-email_betreff { display: block; width: 1px; height: 1px; margin: 0; padding: 0; overflow: hidden; }
#yform-contact_formular-email_betreff.has-error { display: block; width: auto; height: auto; margin: 0 0 20px 0; padding: 20px; border: 1px solid #a94442; opacity: 1; background-color: #f0f0f0; color: #a94442; }
#yform-contact_formular-email_betreff.has-error label { display: block !important; margin-bottom: 10px !important; }











/* ----------------------------------------------------------------------------------
   Responsive Webdesign
---------------------------------------------------------------------------------- */
@media all and (min-width:1px) {
#page_bg { width: 100%; max-width: 1600px; min-width: 300px; overflow: hidden; }
}

@media all and (max-width:1600px) {
/* mit dem Setzen der Breite auf geht das reponsive Webdesign erst richtig los */
#page_bg { width: 100%; min-width: 300px; overflow: hidden; }
#page { width: 100%; }

}

@media all and (max-width:1200px) {
.header_box { font-size: 15px; line-height: 20px; min-height: 90px; }
.header_box_headline { font-size: 24px; line-height: 30px; }
.header_sprechzeiten_tag { width: 50px; }
.header_sprechzeiten_uhr { width: 160px; }
.header_tel { width: 70px; }

}

@media all and (max-width:980px) {
html, body { font-size: 16px; line-height: 25px; }

h1, .like_h1,
h2, .like_h2 { font-size: 36px; line-height: 40px; }
h1 strong,
h2 strong { font-size: 30px; line-height: 35px; }	
	
.header_box { clear: both; float: none; width: auto; min-height: 0; margin: 0 1.81% 10px 1.81%; padding: 0 0.9% 10px 0.9%; }
.header_box_headline { font-size: 24px; line-height: 30px; }
.header_sprechzeiten_tag { width: 50px; }
.header_sprechzeiten_uhr { width: 160px; }
.header_tel { width: 70px; }

.header_image_box_slogan { font-size: 24px; line-height: 30px;}


#home_slidedown_left,
#home_slidedown_right { clear: both; float: none; width: 92.77%; margin: 0 0 20px 3.61%; }

.footer_box { font-size: 15px; line-height: 20px; }
.footer_tel { display: inline-block; width: 55px; }

}

@media all and (max-width:768px) {
#header_image_bg { padding-top: 90px; }
.outer_box { clear: both; float: none; width: 95.16%; margin: 0 0 20px 2.42%; }

.footer_box { clear: both; float: none; width: auto !important; margin: 0 3.61% 10px 3.61%; padding: 0; font-size: 15px; line-height: 20px; }

}


@media all and (max-width:480px) {
.text_bild .flLeft,
.text_bild .flRight { float: none; width: auto; max-width: none; margin: 0 0 15px 0; }

.zweispalter { background-image: none; }
.zweispalter .flLeft { float: none; width: auto; margin: 0 0 15px 0; }
.zweispalter .flRight { float: none; width: auto; margin: 0; }

}
