/* kalam-regular - latin */
@font-face {
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/kalam-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Kalam'), local('Kalam-Regular'),
       url('fonts/kalam-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/kalam-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/kalam-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/kalam-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/kalam-v8-latin-regular.svg#Kalam') format('svg'); /* Legacy iOS */
}

/* rubik-regular - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/rubik-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Rubik'), local('Rubik-Regular'),
       url('fonts/rubik-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/rubik-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/rubik-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/rubik-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/rubik-v7-latin-regular.svg#Rubik') format('svg'); /* Legacy iOS */
}


/* undo */
* { padding: 0; margin: 0; }
link, :visited { text-decoration: none; }
ul, ol { list-style-type: none; list-style-image: none }
h1, h2, h3, h4, h5, h6, pre, code { font-weight: normal; margin: 0; padding: 0; }
ul, ol, li, form, body, html, p, blockquote, fieldset, input, dl, dt, dd { margin: 0; padding: 0; }
img, a img, :link img, :visited img, fieldset { border: none; }
img { margin: 0; padding: 0; vertical-align: bottom; }
address { font-style: normal; }
table { margin: 0; padding: 0; border: none; border-spacing: 0; }
tr { margin: 0; padding: 0; border: none; }
td { margin: 0; padding: 0; vertical-align: top; border: none; border-spacing: 0; }
legend { display: none; }

a { outline: none; }

hr { clear: both; }


/* LISTS */
ul { list-style-type: none; margin: 0 0 1.0em 0; }
ul li { list-style-type: none; margin: 0; padding: 0; }
ol { margin: 0 0 1.0em 0; }
ol li { list-style-type: decimal; margin: 0; padding: 0; }


/* ----------------------------------------------------------------------------------
 Schriftgroesse fuers iPhone quer nicht vergroessern (Betrifft Absaetze, Listen, usw. aber keine Ueberschriften
---------------------------------------------------------------------------------- */ 
html, body { -webkit-text-size-adjust: none; }

/* ----------------------------------------------------------------------------------
 Vertikalen Scrollbalken immer einblenden
---------------------------------------------------------------------------------- */ 
html, body { height: 100%; }
html { overflow: scroll; overflow-x: auto; }

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

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


/* ----------------------------------------------------------------------------------
 Css-Formatierungen fuer Redaxo interne Module
---------------------------------------------------------------------------------- */ 
.flLeft { float: left; }
.flRight { float: right; }
.flClear { clear: both; }

.textLeft { text-align: left; }
.textCenter { text-align: center; }
.textRight { text-align: right; }

.small { font-size: small; }
.bold { font-weight: bold; }
.hide { display: none; }

/* ----------------------------------------------------------------------------------
 Fehlerloesung im Google Map Modul:
 1) Falls in der Google Map bei der Adresse irgendwelche Scrollbalken auftauchen 
 2) Bei responsive Webseiten sieht die Box um die Adresse in der Karte teilweise zerschossen aus 
---------------------------------------------------------------------------------- */ 
#map_canvas { clear: both; font-family: Verdana, Geneva, sans-serif; color: #000; font-size: 13px; line-height: 16px; }
#map_canvas img, #map_canvas object { max-width: none; }
#map_canvas #info_box { width: 200px; padding: 5px 0; height: auto; }
#map_canvas #info_box,
#map_canvas .gm-style div,
#map_canvas .gm-style-iw div {
font-family: Verdana, Geneva, sans-serif; color: #000; font-size: 13px; line-height: 16px; font-weight: normal; }


html, body {
font-family: 'Rubik', Arial, sans-serif; 
font-size: 26px; line-height: 1.33em; 
color: #FFF;
/* 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: #064472;
}


/* ----------------------------------------------------------------------------------
   Schriften + Generelle CSS-Anpassungen fuer diese Webseite
---------------------------------------------------------------------------------- */ 
a { text-decoration: none; color: #eee6ac; }
a:hover, a:focus { text-decoration: none; color: #fff; }
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; }

ul { margin: 0 0 10px 0; }
ul li { list-style-type: disc; list-style-position: inside; margin: 0 0 10px 0; padding: 0; }

h1, h2, h3, h4, h5, h6,
.like_h1, .like_h2, .like_h3, .like_h4, .like_h5, .like_h6 { font-family: 'Kalam', 'Rubik', Arial, sans-serif; font-weight: normal; font-style: normal; font-size: 1.11em; line-height: 1.1em; margin: 0 0 10px 0; color: #FFF; }
h1, .like_h1 { font-size: 1.7em; line-height: 1.1em; } 
h2, .like_h2 { font-size: 1.5em; line-height: 1.1em; } 
h3, .like_h3 { font-size: 1.1em; line-height: 1.1em; }
h4, .like_h4 { font-size: 18px; } 
h5, .like_h5 { font-size: 14px; } 
h6, .like_h6 { font-size: 12px; } 


em { font-style: italic; font-weight: 400; }
strong { font-weight: 700; }
p { margin: 0 0 20px 0; padding: 0;}
table { margin: 0 0 20px 0; }
th { background: #064472; }
tr:nth-child(odd) { background: #064472; }
tr:nth-child(even) { background: #123f62; }
th, td { padding: 10px 20px; vertical-align: top; text-align: left; }
td.no_break { white-space: nowrap; }
table h1, table h2, table h3, table p { margin: 0; padding: 0; }

hr { clear: both; height: 1px; width: 100%; margin: 20px 0 40px 0; border: none; background-color: #eee6ac; } 
.small  { display: block; font-size: 0.5em; line-height: 1.2em; color: #FFF; font-style: italic; padding-top: 5px; } /* Bildunterschriften */

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

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

.box_width_full { width: 100%; margin: 0 0 30px 0; }
.box_width_1_2 { clear: none; width: 46.43%; }
.box_width_1_3 { clear: none; width: 30.16%; }
.box_width_2_3 { clear: none; width: 62.7%; }
.box_width_1_4 { clear: none; width: 22.02%; }

.outer_box .text { display: block; padding: 0 5.76%; }


/* ----------------------------------------------------------------------------------
 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 20px 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: 63.89%; margin: 0 15px 0 0; overflow: hidden; }
.text_bild .flRight { float: right; display: block; width: auto; max-width: 63.89%; margin: 0 0 0 15px; overflow: hidden; }
.text_bild .image span.small { display: block; }


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


/* ----------------------------------------------------------------------------------
   Menue
---------------------------------------------------------------------------------- */ 
#navigation_button { display: none; position: absolute; top: 18px; right: 18px; width: 53px; height: 53px; text-decoration: none; padding: 0; color: #FFF; background-image: url(mobile_menue.png); background-repeat: no-repeat; background-position: center center; z-index: 999; overflow: hidden; text-indent: -99999px; }
#navigation_button:hover, #navigation_button:focus { opacity: 0.8; }

#navigation { position: relative; top: 0; left: 0; width: auto; height: auto; margin: 0; padding: 0; z-index: 1000; text-align: center; }

/* erste Ebene */
#navigation ul { position: relative; top: 0; left: 0; list-style: none; margin: 0; padding: 0; }
#navigation li { position: relative; top: 0; left: 0; list-style-type: none; display: inline-block; margin: 0; padding: 0; }

#navigation ul li a { display: block; width: auto; height: auto; margin: 0; padding: 10px 15px; font-size: 0.85em; line-height: 1.10em; color: #FFF; text-decoration: none; transition: all 0.125s ease-in; }
#navigation ul li a:hover, #navigation ul li a:focus { text-decoration: none; color: #eee6ac; transition: all 0.125s ease-out; }

#navigation ul li a.rex-current,
#navigation ul li a.rex-active { color: #eee6ac; }

#navigation ul li:first-child a { border-left: none; }

#navigation ul li a.rex-current:hover,
#navigation ul li a.rex-active:hover,
#navigation ul li a.rex-current:focus,
#navigation ul li a.rex-active:focus { color: #645b4e; }





/* zweite Ebene */
#navigation ul.rex-navi2 { 
    display: none;
}



/* ----------------------------------------------------------------------------------
   Responsive Menue
---------------------------------------------------------------------------------- */ 
/* wird nur ab Mobil benoetigt, deswegen generell erstmal ausblenden */
#navigation li a span { display: none; } 

@media screen and (max-width: 768px) {  
#navigation_button { display: block; }

	
#navigation { clear: both; position: relative; top: 0; left: 0; width: 100%; height: auto; max-height: 0; margin: 0; padding: 0; overflow: hidden; background-color: #eee6ac; }
#navigation > ul ul { overflow: hidden; max-height: 0; }

#navigation.active, #navigation > ul ul.active { max-height: 99999em; } 
#navigation ul { display: block; }
#navigation ul li { display: block; float: none; height: auto; margin: 0; padding: 0; border-left: none; }
#navigation ul li a { display: block; float: none; width: auto; margin: 0; padding: 10px 10px 10px 10px;  font-size: 18px; line-height: 18px; border-bottom: 1px solid #808080; color: #000; 
background-color: transparent; background-image: none; text-align: center; border-radius: 0; }
#navigation ul li a:hover, #navigation ul li a:focus { background-color: #f8f5d6; color: #000 !important; }
#navigation ul li a.rex-current,
#navigation ul li a.rex-active { background-color: #f8f5d6; color: #000; padding: 10px 10px 10px 10px; color: #000; text-align: center; }


/* Zweite Ebene */
#navigation ul.rex-navi2 { display: inherit; position: relative; top:auto; left: auto; }
#navigation ul.rex-navi2 li a { padding: 10px 10px 10px 20px; font-size: 15px; line-height: 18px; color: #000; background-color: #eee6ac; }
#navigation ul.rex-navi2 li a:hover, #navigation ul.rex-navi2 li a:focus { background-color: #f8f5d6; color: #000 !important; }
#navigation ul.rex-navi2 li a.rex-current,
#navigation ul.rex-navi2 li a.rex-active { background-color: #f8f5d6; color: #000; }


/* 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: #FFF; text-indent: -9999px; overflow: hidden; background-image: url(mobile_menue_arrow_down.png); background-position: center center; background-repeat: no-repeat;
border-radius: 6px; }
#navigation li.has-submenu a span:hover, #navigation li.has-submenu a span:focus  { background-color: #b3b2b2; }
#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; } 
 
 
}


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


/* Relative Bloecke innerhalb von "page" */
#page, #header_image, #navigation_bg, #navigation_not_responsive, #wrapper, #content, #footer_bg, #footer {
display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 1; }

#page { }

#logo { padding: 10px 0; text-align: center; }
#logo a:hover, #logo a:focus { opacity: 0.8; }

#navigation_bg { z-index: 99; }
#navigation_not_responsive { }

#header_image { text-align: center; }

.header_image { display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 1; overflow: hidden; }
.header_image img { display: block; margin: 0; padding: 0; }
.slick-slider { z-index: 1; }
.header_rahmen { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; z-index: 100; background-image: url(header_rahmen.png); background-position: center center; background-repeat: no-repeat; background-size: contain; }



#wrapper { width: 100%; min-height: 200px; margin: 0 auto; padding: 0; }

#content { width: 1260px; margin: 0 auto; padding: 10px 0 20px 0; }

#footer_bg { clear: both; }
#footer { width: 360px; margin: 0 auto; padding: 10px 0; color: #FFF; font-size: 0.8em; line-height: 1.2em; text-align: center; border-top: 5px solid #eee6ac; }
#footer a { display: inline-block; margin: 0 10px; color: #FFF; text-decoration: none; }
#footer a:hover, #footer a:focus { color: #eee6ac; text-decoration: none; }

/* ---  Cookie-Hinweis ohne OK-Button - Datenschutzinfo --- */ 
#datenschutzinfo { clear: both; display: block; width: auto; 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; }

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

.text_bild .image { text-align: center; }

.download_box { margin: 0 0 20px 0; padding: 20px 0 0 0; text-align: center; }
.download_box a { font-size: 15px; }

.headline_inline { display: inline-block; }
.headline { clear: both; display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0 0 10px 0; padding: 0; text-align: center;  }
.headline_text { display: block; position: relative; top: 0; left: 0; width: auto; height: auto; padding: 5px 20px; color: #FFF; background-color: #07558f; z-index: 10; }
.headline_bg { display: block; position: absolute; top: 5px; left: -15px; width: 100%; height: 100%; margin: 0; padding: 0 5px 0 15px; z-index: 1; background-color: #eee6ac; transform: rotate(-0.33deg); }

.headline h1, .headline h2, .headline h3 { color: #FFF; margin: 0; padding: 0; }


.workshop_headline_box { display: block; width: auto; height: auto; margin: 0; padding: 10px; font-family: 'Kalam', 'Rubik', Arial, sans-serif; font-size: 1.8em; line-height: 1.1em; color: #eee6ac;  
background-color: #064472; background-repeat: no-repeat; background-position: center center; background-size: cover; border: 5px solid #eee6ac; }
#workshop_headline_qi_gong { background-image: url(workshop_headline_qi_gong.jpg); }
#workshop_headline_chan_mi_gong { background-image: url(workshop_headline_chan_mi_gong.jpg); }
#workshop_headline_schamanische_reise { background-image: url(workshop_headline_schamanische_reise.jpg); }
#workshop_headline_lebensberatung { background-image: url(workshop_headline_lebensberatung.jpg); }
#workshop_headline_meditation { background-image: url(workshop_headline_meditation.jpg); }

#workshop_teaser,
.linkbalken { clear: both; display: block; width: auto; height: auto; margin: 0; text-align: center; }
#workshop_teaser a,
.linkbalken a { display: inline-block;margin: 0; padding: 0 30px 0 0; background-image: url(linkbalken.png); background-repeat: no-repeat; background-position: right center; text-decoration: none; color: #eee6ac; }
#workshop_teaser a:hover,
#workshop_teaser a:focus,
.linkbalken a:hover,
.linkbalken a:focus { text-decoration: none; color: #FFF; }



.bildergalerie { clear: both; display: block; margin: 0 0 20px 0; }
.bildergalerie .image { display: block; float: left; width: 22.02%; margin: 0 0 2.38% 2.38%; padding: 0; }
@media all and (max-width:768px) { .bildergalerie .image { width: 46.43%; } }


.linkbox { overflow: hidden; }
.linkbox a { display: block; position: relative; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; z-index: 10; }
/* .bild_hover_box_text { position: absolute; top: 0; left: 0; width: 100%; height: 75%; min-height: 20px; margin: 0; padding: 20% 0 5% 0; */
.linkbox_text { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; z-index: 10; background-color: transparent; font-family: 'Kalam', 'Rubik', Arial, sans-serif; font-size: 1.8em; line-height: 1.1em;
transition: all 400ms ease-in-out;
}
.linkbox a:hover .linkbox_text, .linkbox a:focus .linkbox_text { background-color: #000; background-color: rgba(0,0,0,0.5); }
.linkbox_text_inner { position: absolute; bottom: 20px; left: 0; width: 100%; height: auto; min-height: 20px; margin: 0; padding: 0; z-index: 10; text-align: center; color: #eee6ac; }


.bwd_slidedown_head span { white-space: nowrap; }
.workshop_link span { white-space: nowrap; }


/* --- yForm --- */ 
.yform div.alert { padding: 15px 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 ul { list-style-type: none; margin: 0; padding: 0; }
.yform .alert li { list-style-type: none; margin: 0 0 10px 0; padding: 0; color: #a94442; }

.has-error label { color: #a94442; }

.yform form { display: block; margin: 0 0 20px 0; padding: 0; }
.yform label { float: left; width: 150px; margin: 0 0 10px 0; }
.yform form.hide-label label { display: none; }

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

.yform .form-control {
    box-sizing: border-box; 
	display: block; width: 75%; max-width: 400px; height: auto; margin: 0 0 20px 160px; padding: 5px 10px;
    font-family: inherit; font-size: 14px; line-height: 20px; color: #001f40;
	background-color: #fff; border: solid 1px #dfe6e7; border-radius: 5px; box-shadow: none;
    outline: none;
}
.yform .form-control:hover { border-color: #a8aeb5; }
.yform .form-control:focus { border-color: #37434f; outline: none; box-shadow: none; }

.yform textarea.form-control { height: 240px; }

.yform .formcheckbox label { display: block; float: none; width: auto; margin: 0 0 10px 0; padding: 0; }
.yform .formcheckbox label input { display: block; float: left; width: auto; margin: 0 10px 0 0; }
.yform .formcheckbox label span { display: block; float: none; width: auto; margin: 0 0 5px 30px; }

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

.yform .radio { display: block; float: none; width: auto; margin: 0 0 10px 0; padding: 0; }
.yform .radio label input { display: block; float: left; width: auto; margin: 5px 10px 0 0; }

.yform .checkbox { clear: both; margin: 0 0 20px 0; }
.yform .checkbox label input { display: block; float: left; width: auto; margin: 5px 10px 0 0; }


/* Button */
.yform .btn-primary {
	clear: both; display: block; width: 140px; height: auto; margin: 0 0 10px 0; padding: 5px;
    border: none; border-radius: 5px;
    text-align: center; font-weight: 700; 
    background-color: #eee6ac; color: #000; 
}
.yform .btn-primary:hover, .yform .btn-primary:focus { background-color: #fff; color: #000; }

.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 20px 1px 20px; border: 1px solid #a94442; opacity: 1; background-color: #f0f0f0; color: #a94442; }
#yform-contact_formular-email_betreff.has-error label { display: block !important; width: auto; float: none; margin-bottom: 10px !important; }

#yform-contact_formular-email_betreff .form-control { margin: 0 0 20px 0; }


.yform strong { font-weight: 700; }

/* eigene CSS Klassen */
.form_clear { clear: both; }

.form-check-group label { display: inline-block; }


@media all and (max-width:480px) {
.yform label { float: none; width: auto; }
}


/* ----------------------------------------------------------------------------------
   Responsive Webdesign
---------------------------------------------------------------------------------- */ 
@media all and (max-width:1600px) { html, body { font-size: 24px; } }
@media all and (max-width:1200px) { html, body { font-size: 21px; } }
@media all and (max-width:980px) { html, body { font-size: 18px; } }
@media all and (max-width:768px) { html, body { font-size: 16px; } }
@media all and (max-width:480px) { html, body { font-size: 14px; } }

@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; }
#content { width: auto; margin: 0 10.63%; }
}


@media all and (max-width:1200px) {
#logo { left: 40px; padding: 30px 0; }

}

@media all and (max-width:980px) {
#logo { left: 20px; padding: 20px 0; }

}

@media all and (max-width:768px) {
.outer_box { clear: both; float: none; width: auto; margin: 0 2.38% 30px 2.38%; }

#logo { display: block; position: relative; top: 0; left: 0; width: auto; height: auto; padding: 10px 0; }
#content { margin: 0 10px; }
.outer_box .text { padding: 0 10px; }

} 


@media all and (max-width:480px) {
th, td { padding: 5px 10px; }	
	
.outer_box { clear: both; float: none; width: auto; margin: 0 10px 20px 10px; }

.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; }

#content { margin: 0; }
.outer_box .text { padding: 0; }

#footer { width: auto; margin: 0 10px; border-top: 3px solid #eee6ac; }

}
