#submenu_responsive {
	display: none;
}

#hauptmenu_responsive_bottom a {
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	margin-bottom: 1px;
	height: auto;
	display: block;
	color: #fff;
}

#hauptmenu_responsive_bottom a.me_l1 {
	text-indent: 10px;
}

#hauptmenu_responsive_bottom a,
#hauptmenu_responsive_bottom a:link,
#hauptmenu_responsive_bottom a:visited{
	color: #fff;
}

#hauptmenu_responsive_bottom a:hover, #hauptmenu_responsive_bottom a:active, #hauptmenu_responsive_bottom a.active, .body_ss  #hauptmenu_responsive_bottom li:first-child a {
	background-color: #2469ac;
	color: #fff;
	text-decoration: none;
}

#hauptmenu_responsive_bottom .me_l2 {
	font-size: inherit;
	color: inherit;
	margin-left: 0px;
	font-weight: normal;
}

#hauptmenu_responsive_bottom, #hauptmenu_responsive_bottom ul {
	background-color: #4992d7;
	color: #fff;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	overflow: hidden;
	font-family: Verdana;
	font-size: 20px;
	border-width: 0px;
	border-style: solid;
	border-color: #cacaca;
	font-weight: normal;
}

#hauptmenu_responsive_bottom.level2 li:first-child {
	border-top: 1px solid #fff;
}

#hauptmenu_responsive_bottom ul.level3 li,
#hauptmenu_responsive_bottom ul.level4 li 	{
	border-top: 0 !important;
}

#hauptmenu_responsive_bottom a {
	border-bottom: 1px solid #fff;
}

#hauptmenu_responsive_bottom .me_l2 {
	padding-left: 25px;
}

#hauptmenu_responsive_bottom .me_l3 {
	padding-left: 40px;
}

#hauptmenu_responsive_bottom .me_l4 {
	padding-left: 55px;
}

/* responsive */
.rc_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.rc_right {
	overflow: hidden;
	min-width: 200px;
}

.clearfix {
	clear: both;
}

.responsive_content img {
	max-width: 100%;
	height: auto;
}


/************************************************************************************
MEDIA QUERIES
*************************************************************************************/

@media screen and (max-width:1199px){
	#content_spalte_2{
		width:682px;
	}
}
@media screen and (min-width:992px) {
	
	body {
		overflow-x: hidden;
		overflow-y: scroll;
	}
	
	/* FIXED HEADER */
	#top_section {
		z-index: 66000;
		background-color:#fff;
		width: 100%;
		top: 0;
		left: 0;
		-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.14);
		-moz-box-shadow: 0 0 4px rgba(0,0,0,0.14);
		box-shadow: 0 0 4px rgba(0,0,0,0.14);		
	}

	#top_section .centered {
		width: 980px;
		padding: 0;
	}
	
	#ts_pos1{
		float:left;
	}
	#ts_pos2{
		float:right;
		width:766px;
		margin-top: 35px;
		margin-left: 0px;
	}
	#ts_pos1 #logo {
		height: auto;
		top: auto;
		width: auto;
		padding-top: 21px;
		padding-bottom: 13px;
	}

	#ts_pos1 #logo a {
		display: block;
		position: relative;
		width: 139px;
		transition: all 0.2s linear;
	}

	#ts_pos1 #logo a img {
		width: 100%;
		height: auto;
	}
	/* END FIXED HEADER */
	

}

@media screen and (max-width:992px) {
	/* FIXED HEADER */
	#top_section {
		background: #fff;
		position: relative;
		width: 100%;
	}

	#top_section .centered {
		width: 100%;
		padding: 0;
	}
	
	.hideBis980 {
		display: none;
	}

	#ts_pos1 #logo {
		position: relative;
		height: auto;
		top: auto;
		width: auto;
		padding-top: 10px !important;
		padding-bottom: 5px !important;
	}

	#ts_pos1 #logo a {
		display: block;
		position: relative;
		width: 195px;
	}

	#ts_pos1 #logo a img {
		width: 100%;
		height: auto;
	}
	#header_section {
		margin-top: 0px;
	}
	/* END FIXED HEADER */
	   
	html {
		overflow-x: auto;
	}
	
	#hauptmenu_section,
	#overlay_901,
	.banner_top_overlay	{
		display: none; 
	}
	
	#mod_news {
		margin-left: 0px;
	}
	
	#content_startseite {
		margin: 0 auto;
		width: 637px;
	}
	
	#go-left {
		background-image: url(images/news_left.png);
		width: 50px;
		height: 50px;
		background-position: 10px center;
		margin-top: 65px;
	}
	
	#go-right {
		background-image: url(images/news_right.png);
		width: 50px;
		height: 50px;
		background-position: 10px center;
		margin-top: 65px;
		margin-left: -25px;
	}

	#go-left:hover
	{
	  background-image: url(images/news_left.png);
	}
	
	#go-right:hover
	{
	  background-image: url(images/news_right.png);
	}
	
	.centered {
		width: auto !important;
	}
	
	#page_section {
		margin-bottom: 0;
	}
	
	#page_section .centered {
		padding: 30px;
	}
	
	#unterseite #page_section .centered {
		padding: 0px;
	}

	#banner_section .centered {
		padding: 0;
	}
	
	#content_spalte_2 {
		width: 100%;
		min-height: 10px;
	}
	
	#content_spalte_1 {
		width: 100%;
		padding: 0 10px;
		margin-right: 0;
		height: auto !important;
		border-right: 0;
	}
	
	#submenu {
		display: none;
	}
	
	#submenu_responsive {
		display: block;
	}
	
	#page_content {
		min-height: 10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 14px;
		padding-bottom: 38px;
	}
	
	#logo {
		position: absolute;
		width: auto;
		height: auto;
		top: 0;
	}
	
	#aktionstext {
	
	}
	
	#banner_top_overlay {
		left: 0;
	}
	
	#mod-news {
		margin-left: 0;
	}
	
	#news-left {
		width: 25px;
		left: 0px;
	}
	
	#news-right {
		width: 25px;
		right: 0px;
	}
	
	#footer2 {
		display: none;
	}
	
	#hauptmenu a.mm_level1 {
		padding-left: 9px;
		padding-right: 9px;
	}
	
	#page_section .centered,
	#hauptmenu_section .centered
	{
		width: auto;
	}
	
	
	.news-box {
		border-color: transparent;
		padding-left: 25px;
	}
	
	.sticky_footer {
		position: relative;
	}	
	body {
		margin-bottom: 0 !important;
	}
	
	#MainAreas{
		float:none;
		width:100%;
	}
	#MainNews{
		float:none;
		width:100%;
	}
}	

@media screen and (min-width:767px) {
	.stratch_it ul li {
		-ms-flex: 1 1 auto;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
		position: relative;
	}
}

@media 
	screen and (max-width:767px) {
	#menu_footer,
	#copyright,
	.searchBox,
	#centered_footer2 {
		display: none;
	}
	
	body.fs-bigger #content_spalte_2,
	body.fs-smaller #content_spalte_2 {
		width: 100%;
	}
	
	#ts_pos3 {
		position: relative;
		right: auto;
		top: auto;
		margin-top: 15px;
		margin-bottom: 55px;
		height: auto;
	}
	
	#footer_word1 #responsive_table_1,
	#footer_word1 #responsive_table_1 *
	{
		text-align: center;
	}

	#footer_word1 #responsive_table_1 .responsive_td
	{
		margin: 5px auto;
	}

	#footer_word1 #responsive_table_1 img
	{
		display: inline-block;
		margin: 5px auto;
	}
	
	#banner_03 {
		max-width: 400px;
		margin: 0 auto;
	}
	
	#banner_03 .thumb_cell {
		margin-bottom: 20px;
		overflow: hidden;
		max-height: 250px;
	}
	
	#startseite h1 {
		font-size: 3.5em;
	}
	
	.fs-settings .desc {
		margin-right: 0.5em;
		margin-left: 0.5em;
	}
	
	html {
		position: static !important;
	}
	
	.sticky_footer {
		position: relative;
	}
	
	body {
		margin-bottom: 0 !important;
	}
	
	.single_img_box {
		height: 135px;
		width: 135px;
	}
	
	p.Slider {
		margin-top: 0 !important;
	}
	
	.ssc_banner div.banner_boxed {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	#resp_header_section,
	#fb_mobile,
	#centered_resp_footer_menu	{
		display: block;
	}
	
	#banner_section {
		background-image: none;
	}
	
	#gototop {
		display: none !important;
	}
	
	#lang_switch {
		position: relative;
		z-index: 9999;
		margin: 0 auto;
		width: 126px;
		padding-left: 10px;
		left: auto;
	}
	
	.ssc_banner {
		position: relative;
		width: 100%;
		float: none;
	}
	
	#unterseite #logo,
	#logo {
		position: relative;
		width: 100%;
		height: auto;
		top: 0;
		left: 0;
		padding-bottom: 25px;
		padding-top: 22px;
		zoom: 1;
	}
	
	#unterseite #logo a ,
	#logo a {
		display: block;
		margin: 0 auto;
		max-width: 284px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#unterseite #logo img,
	#logo img {
		max-width: 100%;
	}
	
	#banner_top_overlay {
		display: none;
	}
	
	#aktionstext {
		left: -10px;
		max-width: 100%;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}
	#aktionstext .WordSection1 {
		padding: 20px;
	}
	
	#page_section .centered {
		width: auto;
	}
	
	/* Table in divs transformation */
	#footer_wp1_mobile table,
	#aktionstext table,
	.transform_tables table,
	#page_content table {
		display: none;
	}
	
	table.formouter,
	table.dontTransformMe {
		display: table !important;
	}
	
	.transform_tables .responsive_table {
		display: block !important;
	}
	
	table.dontTransformMe {
		display: table !important;
	}
	
	.responsive_table {
		display: block;
	}
	
	#aktionstext_section .responsive_table img,
	#page_content .MsoNormal img,
	#page_content .responsive_table img {
		width: 100%;
		height: auto;
	}
	
	#page_content .NichtSkaliert img {
		width: auto;
		height: auto;
	}
	
	#aktionstext #responsive_td_0_0_0 {
		margin-bottom: 10px;
	}
	
	.container{
		padding-left:10px;
		padding-right:10px;
	}
	#page_content{
		padding-left:0px;
		padding-right:0px;
	}
	
	#footer_menu1{
		display:none;
	}
	
	#ts_pos2{
		display:none;
	}
}

@media 
	screen and (max-width:650px), 
	screen and (max-device-width:650px) {
	#content_startseite {
		width: 320px;
	}
}

@media 
	screen and (max-width:640px), 
	screen and (max-device-width:640px) {
	#aktionstext {
	
	}
	
	.rc_left {
		width: 100%;
	}
	
	#page_content img {
		width: 100%;
		height: auto;
	}
	
	#page_content span.lvltoggle img {
		width: auto;
	}
	
	#page_content .NichtSkaliert img {
		width: auto;
		max-width: 100%;
		height: auto;
	}
	
	.swiper-slide {
		width: 266px !important;
	}
}

/* WINDOWS PHONE */
.overflowXHidden {
	overflow-x: hidden !important;
}

.winPhone #aktionstext {
	bottom: auto;
	top: 60px;
	left: -3px;
}

@media 
	screen and (max-width:470px), 
	screen and (max-device-width:470px) {
	.winPhone #aktionstext {
		bottom: auto;
		top: 40px;
		left: -2px;
	}
	#aktionstext .WordSection1 p span {
		
	}
}