/* --- 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; }
th, 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 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; }




html, body {
font-family: Helvetica, Arial, sans-serif;
font-size: 16px; line-height: 20px; font-weight: 300;
color: #333;
/* 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: #043d8c; }
a:hover { text-decoration: none; color: #333; }
a:active, a:focus { outline: 0; }
a:hover img { opacity: 0.8; }

strong, b { font-weight: 700; }

ul li { list-style-type: none; margin: 0 0 10px 0; padding: 0 0 0 18px; background-image: url(listpoint.png); background-position: top left; background-repeat: no-repeat; }
ul li ul { padding-top: 10px;  }
ol li { list-style-type: decimal; list-style-position: outside; margin: 0 0 10px 22px; padding: 0; }


h1, h2, h3, h4, h5, h6,
.like_h1, .like_h2, .like_h3, .like_h4, .like_h5, .like_h6 { font-weight: 100; font-style: normal; font-size: 18px; line-height: 24px; margin: 0 0 20px 0; color: #043d8c; }
h1, .like_h1 { font-size: 40px; line-height: 50px; }
h2, .like_h2 { font-size: 25px; line-height: 35px; }
h3, .like_h3 { font-size: 20px; line-height: 30px; } 
h4, .like_h4 { font-size: 16px; } 
h5, .like_h5 { font-size: 14px; } 
h6, .like_h6 { font-size: 12px; } 

h1 strong, h1 .subline, .like_h1 strong,
h2 strong, h2 .subline, .like_h2 strong { display: inline-block; margin: 0; font-size: 23px; line-height: 29px; color: #818181; font-weight: normal; text-transform: none; }

h2 strong, h2 .subline, .like_h2 strong { font-size: 22px; line-height: 28px; }


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

hr { clear: both; width: 86px; height: 2px; margin: 0 auto 20px auto; border: none; background-color: #5d5d5e; } 
hr.hr_left { margin:  0 0 20px 0; }

.small  { display: block; font-size: 13px; line-height: 16px; color: #333; font-style: italic; padding-top: 5px; } /* Bildunterschriften */


table, tr, th, td {
	border:1px solid #808285;
	border-collapse: collapse;
	text-align: left;
	font-size: 14px; line-height: 20px;
}

table { width:100%; margin: 0 0 20px 0; padding: 0; }
th { padding: 10px 15px; background:#404042; color: #FaFaFa; font-weight: 400; font-size: 18px; }
td { padding: 10px 15px; }
td.preis { text-align: right; }

tr:nth-child(even) { background: #fcfcfc; }
tr:nth-child(odd) { background: #f0f0f0; }


/* ----------------------------------------------------------------------------------
   CSS-Einstellungen fuer das Addon Modulhelper (bzw. bw_modulhelper)
---------------------------------------------------------------------------------- */ 
/* ------------ Outer Box ------------ */
.outer_box { clear: both; display: block; float: left; width: 92.31%; margin: 0 0 30px 3.85%; padding: 0; }

.box_width_full { width: 100%; margin: 0 0 30px 0; }
.box_width_1_2 { clear: none; width: 44.23%; }
.box_width_1_3 { clear: none; width: 28.21%; }
.box_width_2_3 { clear: none; width: 60.27%; }
.box_width_1_4 { clear: none; width: 20.19%; }
.box_width_3_4 { clear: none; width: 68.27%; }

.box_width_1_2_center,
.box_width_2_3_center { clear: both; float: none; width: 44.23%; margin: 0 auto 30px auto; }
.box_width_2_3_center { width: 60.27%; }


.box_gray .outer_box_inner
{ background-color: #f2f2f2; padding: 25px 15px 0 15px; }


.no_padding_bottom { padding: 30px 0 0 0; }



/* ----------------------------------------------------------------------------------
 Clearfix, um das Floating innerhalb der Container aufzuheben fuer Firefox, IE8, Opera, Safari, etc.
---------------------------------------------------------------------------------- */ 
.outer_box_inner:after { content: "."; display: block; height: 0; font-size: 0; line-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 15px 0; text-align: center; }
.outer_box .image a { text-decoration: none !important; }
.outer_box .image a:hover { opacity: 0.8; }


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



.zweispalter { background-image: url(bg_zweispalter.png); background-repeat: repeat-y; background-position: center top;  }
.zweispalter .flLeft { float: left; display: block; width: 46.0%; margin: 0; overflow: hidden; }
.zweispalter .flRight { float: right; display: block; width: 46.0%; margin: 0; overflow: hidden; }






#navigation_button { display: none; position: absolute; top: 75px; right: 10px; 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 { opacity: 0.8; }

.page_navigation { position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 1000; text-align: right; }

/* erste Ebene */
.page_navigation ul { list-style: none; display: block; margin: 0; padding: 0; }
.page_navigation ul li { list-style-type: none; display: inline-block; width: auto; height: auto; margin: 0; padding: 0 8px 0 4px; z-index: 1; background-image: none; }
.page_navigation ul li::after { content: ' '; color: #90989c; position: absolute; display: block; top: 15px; right: 0; width: 1px; height: 20px; padding: 0; margin: 0; overflow: hidden; background-color: #90989c;  }
.page_navigation ul li:last-child::after { display: none; }

.page_navigation ul li a { display: block; position: relative; top: 0; left: 0; width: auto; height: auto; margin: 0; padding: 0; text-decoration: none; color: #90989c; font-size: 18px; line-height: 50px; font-weight: 500; border-bottom: 2px solid #FFF;} 

.page_navigation ul li a.rex-current,
.page_navigation ul li a.rex-active { text-decoration: none; color: #043d8c; }
.page_navigation ul li a:hover { text-decoration: none; color: #043d8c; border-bottom: 2px solid #043d8c; }


.page_navigation ul li.rex-article-1 { display: none; }


/* CSS Animationen */
.page_navigation ul li a span { 
	-webkit-transition: all 2.125s ease-in;
	-moz-transition: all 2.125s ease-in;
	-o-transition: all 2.125s ease-in;
    transition: all 2.125s ease-in;
}
.page_navigation ul li a:hover span {
	-webkit-transition: all 2.125s ease-out;
	-moz-transition: all 2.125s ease-out;
	-o-transition: all 2.125s ease-out;
	transition: all 2.125s ease-out;
}



/* zweite Ebene */
.page_navigation ul.rex-navi2 { display: none; }
.page_navigation ul.rex-navi3 { display: none; }



/* Der eigentliche Dropdown Effekt */
.page_navigation li:hover ul { display: block; }
.page_navigation li > ul { left: 0; top: 0; }

.page_navigation ul li { position: relative; top: 0; left: 0; }
 
/* zweite Ebene */
.page_navigation ul.rex-navi2 { 
	position: absolute;
	top: 52px; left: 0;
	width: auto; height: auto;
	margin: 0; padding: 35px 0 10px 0;
	background-color: #FFF; background-color: rgba(255,255,255,0.8); 
	text-align: left;
	z-index: 100;
}
.page_navigation ul.rex-navi2 li { display:block; width: auto; height: auto; margin: 0; padding: 0; }
.page_navigation ul.rex-navi2 li::after{ display: none; }
.page_navigation ul.rex-navi2 li a { display: block; width: auto; height: auto; margin: 0; padding: 6px 20px; 
color: #333; font-size: 14px; line-height: 25px; text-transform: none; white-space: nowrap; 
border-bottom: none; }
.page_navigation ul.rex-navi2 li a:hover { color: #043d8c; border-bottom: none; }
.page_navigation ul.rex-navi2 li a.rex-current,
.page_navigation ul.rex-navi2 li a.rex-active { color: #043d8c; } 

.page_navigation ul.rex-navi2 li a::after { display: none; }




/* ----------------------------------------------------------------------------------
   Responsive Webdesign
---------------------------------------------------------------------------------- */ 
/* wird nur ab Mobil benoetigt, deswegen generell erstmal ausblenden */
.page_navigation li a span { display: none; } 

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


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

.page_navigation.active, .page_navigation > ul ul.active { max-height: 99999em; } 
.page_navigation ul { display: block; }
.page_navigation ul li { display: block; position: relative; top: 0; left: 0; width: auto; height: auto; margin: 0; padding: 0; }
.page_navigation ul li a { display: block; width: auto; height: auto; margin: 0; padding: 10px 10px 10px 10px; font-weight: normal; font-size: 16px; line-height: 20px; text-align: left; color: #333; text-decoration: none; text-indent: 0; border-bottom: 1px solid #808080; }
.page_navigation ul li a:hover { background-color: #AAA; color: #333; border-bottom: 1px solid #808080; }
.page_navigation ul li a.rex-current,
.page_navigation ul li a.rex-active { background-color: #DDD; color: #043d8c; }

.page_navigation ul li::after { display: none; }
    

.page_navigation ul li.rex-article-1 { display: block; }
    

/* Zweite Ebene */
.page_navigation ul.rex-navi2 { display: inherit; position: relative; top: auto; left: auto; max-width: none; box-shadow: none; border-top: none; padding: 0;  }
.page_navigation ul.rex-navi2 li { display:block; float:none; width: 100%; margin: 0; }
.page_navigation ul.rex-navi2 li a { padding: 10px 10px 10px 20px; font-size: 15px; line-height: 20px; color: #333; background-color: #f4f4f4; border-top: none; border-bottom: 1px solid #808080; }
.page_navigation ul.rex-navi2 li a:hover { background-color: #AAA; color: #333; border-bottom: 1px solid #808080; }
.page_navigation ul.rex-navi2 li a.rex-current,
.page_navigation ul.rex-navi2 li a.rex-active { background-color: #DDD; color: #043d8c; }
    
/* Dritte Ebene */
.page_navigation ul.rex-navi3 { display: none; }
    

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

/* 2.) Alternative mit Hauptpunkten anklickbar lassen (1. dann auskommentieren) */
.page_navigation li a span { display: none; } 
.page_navigation li.has-submenu a span  { content: ''; display: block; position: absolute; top: 4px; left: auto; 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; }
.page_navigation li.has-submenu a span:hover  { background-color: #b3b2b2; }
.page_navigation li.has-submenu a.active span { background-image: url(mobile_menue_arrow_up.png); } 

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

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

@media all and (max-width:480px) {
#navigation_button { top: 40px; }
    
}






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

/* Relative Bloecke innerhalb von "page" */
header, main, footer, nav, aside, article, section,
#page, #header_top_bg, #header_top, #header_bg, #header, #sprachschalter, #logo, #header_image_bg, #header_image, #navigation_not_responsive, #main_bg, #article_full_bg, #article_full, #article_small_bg, #article_small, #article_bg, #article, #aside_bg, #aside, #footer_bg, #footer, #footer_bottom_bg, #footer_bottom {
display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 1; }


#header_top, #header, #main, #footer, #footer_bottom { width: auto; max-width: 1300px; margin: 0 auto; }

#header_top_bg { background-color: #CCC; padding: 5px 0; }
#header_top { padding-right: 15px; text-align: right; }

#header_bg { z-index: 100; }

#header_top_bg { background-color: #CCC; padding: 5px 0; }
#header_top a { color: #333; font-size: 0.9rem; }
#header_top a:hover { color: #043d8c; }

#logo { float: left; display: block; width: auto; max-width: 430px; }

#sprachschalter { position: absolute; top: 10px; left: auto; right: 10px; width: 140px; padding: 5px 0; z-index: 100; text-align: right; background-color: #043d8c; text-align: center; color: #fff; }
#sprachschalter a { display: inline-block; padding: 0 5px; text-decoration: none; color: #fff; font-size: 15px; line-height: 20px; }
#sprachschalter a:hover { text-decoration: underline; color: #fff; }
#sprachschalter a.active { font-weight: bold; }

#navigation_not_responsive { width: auto; margin: 0 15px 0 450px; padding: 60px 0 0 0; z-index: 50; }

#header_image { display: block; max-width: 1920px; margin: 0 auto; text-align: center; }
#header_image .slick-slide img { margin: 0 auto; }

#main.with_sidebar { background-image: url(bg_main.png); background-repeat: repeat-y; background-position: center top; background-size: contain; }

#article_full, #article_small, #article { padding: 60px 0 30px 0; }

#article_small { width: 840px; margin: 0 auto; }

#article_bg { float: left; width: 66%; min-height: 100vh; }
#aside_bg { float: right; width: 33%; min-height: 100vh; }

#aside { padding: 60px 15px 30px 25px; }
#aside hr { margin:  0 0 20px 0; }
#aside .outer_box { width: 100%; margin: 0 0 20px 0; }
#aside .outer_box .image { text-align: left; }


#footer_bg { padding: 30px 0 10px 0; background-color: #c9cdcf; }

.footer_box { float: left; display: block; width: 20.19%; margin: 0 0 0 3.85%; padding: 0; }
.footer_box_headline { display: block; margin: 15px 0 0 0; color: #043d8c; text-transform: uppercase; }


#footer_bottom_bg { padding: 15px 0; background-color: #043d8c; color: #FFF; font-size: 15px; line-height: 20px; }
#footer_bottom_bg a { color: #FFF; text-decoration: none; white-space: nowrap; }
#footer_bottom_bg a:hover { color: #FFF; text-decoration: underline; }
#footer_bottom_left { float: left; width: 37.85%; margin: 0 0 0 3.85%; }
#footer_bottom_right { float: right; width: 49.81%; margin: 0 3.85% 0 0; text-align: right; }


/* ----------------------------------------------------------------------------------
   Module
---------------------------------------------------------------------------------- */ 
a.link_button { display: inline-block; width: auto; height: auto; margin: 0 10px 10px 0; padding: 10px 50px 10px 20px; background-color: #fcfcfc; border: 1px solid #ececec; color: #333; font-size: 16px; line-height: 20px; text-decoration: none;
background-image: url('arrow.png'); background-position: center right; background-repeat: no-repeat; }
a.link_button:hover { background-color: #f0f0f0; color: #333; text-decoration: none; }



.download_box { clear: both; display: block; margin: 0 0 20px 0; }
.download_icon { clear: both; display: block; float: left; width: 50px; margin: 0; padding: 5px 0 0 0; }
.download_text { display: block; width: auto; margin: 0 0 0 55px; padding: 0; }



.icon_box { display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 40px 10px 1px 10px; z-index: 1; text-align: center; background-color: #fcfcfc; border: 1px solid #ececec; }
.icon_box_icon { display: block; position: absolute; top: -21px; left: 50%; width: 42px; height: 42px; margin: 0 0 0 -21px; padding: 0; z-index: 2; overflow: hidden; background-color: #999; border-radius: 50%; }


.youtube_video { position: relative; top: 0; left: 0; width: 100%; margin: 0; height: 0; padding: 30px 0 56.25% 0; border: none !important; overflow: hidden; }
.youtube_video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.sidebar_box { clear: both; display: block; }


.bildergalerie { clear: both; text-align: center; }
.bildergalerie a { display: inline-block; margin: 0 0 30px 0; padding: 0 8px; vertical-align: top; }

.bildergalerie a img { width: auto; height: auto; max-height: 300px; }


.bildergalerie_text { padding: 10px 0; }
.bildergalerie_text span { display: block; }
.bildergalerie_titel { margin: 0; font-weight: 700; color: #043d8c; font-size: 15px; line-height: 20px; }
.bildergalerie_zeile_1,
.bildergalerie_zeile_2 { color: #333; font-size: 13px; line-height: 18px; }


@media all and (max-width:768px) {
	br.bildergalerie_break_not_mobile { display: none; }
}



/* --- 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; background-image: none; }

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

.yform form { display: block; margin: 0 0 20px 0; padding: 0; }
.yform label { display: block; float: left; width: 175px; margin: 0 0 10px 0; padding: 5px 0; font-size: 16px; line-height: 20px; }
.yform form.hide-label label { display: none; }

.yform .form-control {
    box-sizing: border-box; 
	display: block;	width: 99%; max-width: 400px; height: auto; margin: 0 0 20px 0; padding: 5px 10px;
    font-family: inherit; font-size: 14px; line-height: 20px; color: #000;
	background-color: #fff; border: 1px solid #ccc; 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: 136px; }

.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: #043d8c; color: #FFF; 
}
.yform .btn-primary:hover { background-color: #818181; 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 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; margin-bottom: 10px !important; float: none; width: auto; }


.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; margin: 0 0 5px 0; padding: 0; }
.yform .form-control,
.yform textarea { width: 96%; margin: 0 0 20px 0; }
.yform .formcheckbox { padding: 0; }
.yform .btn-primary { margin: 0 0 10px 0; }
}



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


@media all and (max-width:1300px) {
#header_top, #header, #main, #footer, #footer_bottom { width: 100%; max-width: none; margin: 0; }

}
    
@media all and (max-width:1120px) {
#logo { max-width: 300px; }
#navigation_not_responsive { width: auto; margin: 0 15px 0 310px; padding: 30px 0 0 0; }

}
    
@media all and (max-width:980px) {
/* 1/4 auf 1/2 umstellen */
.box_width_1_4 { width: 44.23%; margin: 0 0 20px 3.85%; }

#logo { float: none; }
#navigation_not_responsive { width: auto; margin: 0 15px 0 15px; padding: 10px 0 0 0; }

#footer_bg { padding: 30px 0 10px 0; }

.footer_box { float: left; display: block; width: 44.23%; margin: 0 0 20px 3.85%; }

#footer_box_3 { clear: both; }
    
}
    
@media all and (max-width:840px) {
#article_small { width: 100%; margin: 0; }

}

    

@media all and (max-width:768px) {
.outer_box { clear: both; float: none; width: 92.31%; margin: 0 0 20px 3.85%; }
.box_width_full { width: 100%; margin: 0 0 20px 0; }

#navigation_not_responsive { display: none; }

#logo { max-width: 300px; margin: 0 80px 0 0; }

#main.with_sidebar { background-image: none; }    
    
#article_bg { float: none; width: 100%; min-height: 0; border-right: none; border-bottom: 2px solid #CCC; }
#aside_bg { clear: both; float: none; width: 100%; min-height: 0; }

#aside { padding: 30px 15px; }

#footer_bottom_left { float: none; width: 100%; margin: 0 0 10px 0; text-align: center; }
#footer_bottom_right { float: none; width: 100%; margin: 0; text-align: center; }

}



@media all and (max-width:480px) {
h1, .like_h1 { font-size: 30px; line-height: 40px; }
h2, .like_h2 { font-size: 22px; line-height: 32px; }
h3, .like_h3 { font-size: 18px; line-height: 28px; } 
h4, .like_h4 { font-size: 16px; } 
h5, .like_h5 { font-size: 14px; } 
h6, .like_h6 { font-size: 12px; } 

h1 strong, h1 .subline, .like_h1 strong,
h2 strong, h2 .subline, .like_h2 strong { font-size: 20px; line-height: 25px; }

h2 strong, h2 .subline, .like_h2 strong { font-size: 18px; line-height: 23px; }    
    
.outer_box { float: none !important; width: auto !important; margin: 0 10px 15px 10px !important; }

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

.footer_box { float: none; width: auto; margin: 0 10px 15px 10px; }

}

    

@media all and (max-width:768px) {
.outer_box { clear: both; float: none; width: 92.31%; margin: 0 0 20px 3.85%; }
.box_width_full { width: 100%; margin: 0 0 20px 0; }

#navigation_not_responsive { display: none; }
#header { min-height: 100px; }

#logo { max-width: 300px; margin: 0 150px 0 0; }

#main.with_sidebar { background-image: none; }    
    
#article_bg { float: none; width: 100%; min-height: 0; border-right: none; border-bottom: 2px solid #CCC; }
#aside_bg { clear: both; float: none; width: 100%; min-height: 0; }

#aside { padding: 30px 15px; }

#footer_bottom_left { float: none; width: 100%; margin: 0 0 10px 0; text-align: center; }
#footer_bottom_right { float: none; width: 100%; margin: 0; text-align: center; }

}



@media all and (max-width:480px) {
h1, .like_h1 { font-size: 30px; line-height: 40px; }
h2, .like_h2 { font-size: 22px; line-height: 32px; }
h3, .like_h3 { font-size: 18px; line-height: 28px; } 
h4, .like_h4 { font-size: 16px; } 
h5, .like_h5 { font-size: 14px; } 
h6, .like_h6 { font-size: 12px; } 

h1 strong, h1 .subline, .like_h1 strong,
h2 strong, h2 .subline, .like_h2 strong { font-size: 20px; line-height: 25px; }

h2 strong, h2 .subline, .like_h2 strong { font-size: 18px; line-height: 23px; }    
    
.outer_box { float: none !important; width: auto !important; margin: 0 10px 15px 10px !important; }

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

#header_top_bg { display: none; }

#sprachschalter { top: 5px; right: 5px; width: 95px; white-space: nowrap; }    
#sprachschalter a { padding: 0; font-size: 14px; }

#logo { margin: 0 105px 0 0; }    
    
.footer_box { float: none; width: auto; margin: 0 10px 15px 10px; }

}


