@media all {


	/* +++++++++++++++++++++++++++++ no script bereich +++++++++++++++++++++++++ */


	/* navigation */

	.no-js .navibutton {
		display: none;
	}

/* +++++++++++++++++++++++++++++ javascript aktiv  +++++++++++++++++++++++++ */

	.js #section-wrapper main.meldung {

		display: none;

	}


	.js .navibutton {
		color: #000;
		height: 50px;

	}


	.js #linkesmenu,
	.js #rightmenu {
		min-height: 500px;
	}


	/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


	.navibutton ul {
		margin: 0 !important;
		padding: 0;
		float: left;
		width: 100%;
	}

	.navibutton ul li {
		display: block;
		width: 50px;
	}

	.navibutton ul li a {
		color: #000;
	}

	.menu-button,
	.sidebar-button {

		padding: 1em 10%;
		display: block;

	}

	.icon-sidebar-links,
	.icon-sidebar-rechts {

		font-size: 30px;
		text-shadow: none;
	}



	a.menu-button,
	a.sidebar-button {
		text-decoration: none !important;
		outline: none !important;
	}

	a.menu-button:hover,
	a.sidebar-button:hover {
		text-decoration: none;
	}


	.navibutton ul li.menu-item,
	.navibutton ul li.sidebar-item {
		position: absolute;

	}

	.navibutton ul li.menu-item {
		left: 5px;
	}

	.navibutton ul li.sidebar-item {
		right: 5px;
	}



	#linkesmenu,
	#content,
	#rightmenu {

		transition: 0.3s all ease;


	}

	#rightmenu .moduletable.news ul.menu li {


		line-height: 16px !important;

	}


	#rightmenu .moduletable.news ul.menu li a {

		background: transparent url(../images/elemente/qua.png) 1px 6px no-repeat !important;

	}







}

@media screen and (max-width: 550px) {

	#headercontent #logo {
		clear: both;
		margin: 25px 10% 10px 30%;
		width: 150px;
		height: auto;
	}

	
	
	#headercontent h1 {
		font-size: 12px;
		margin: 10px auto 0 5% !important;
		width: 90%;
		text-align: center;
	}
	
	.navibutton {
		margin-top: 10px;
	}

	#headercontent {
		margin-top: 55px;
		margin-bottom: 20px;
	}



	.scrollicon {

		width: 30px;
		height: 30px;
		bottom: 50px;
		right: 10px;

	}

	.icon-pfeilcont {
		font-size: 12px;
		line-height: 30px !important;
	}

/* +++++++++++++++++++++++++++++ no script bereich +++++++++++++++++++++++++ */



/* im Kopfbereich */
.js #navi,
.no-js #section-wrapper div.meldung {


	display: none;


}
.no-js  #top .meldung-head p {
	font-size: 0.90em;
	line-height: 1.44em;
	margin: 9px 0 10px 0;
	margin-top: 9px;
	max-width:80% !important;
}

.no-js  #top .meldung-head {

	margin: 50px 5% 0 5%;
	display: block;


}

.no-js  #top .meldung-head #message {
	margin:  0 !important;
  }




.no-js li .nav-header {

	margin-bottom: 8px;
	display: inline-block;


}
.no-js #top ul#menu {
	margin: 35px 0 0 0;
	width: 100% !important;
	float: left;
	clear:none;
	padding: 0;
}
.no-js ul#menu li {
	margin-left: 0px !important;
	width: 96% !important;
  }
	
  ul#menu li:first-child a {
	margin-top: 0;
  }

  .no-js #top ul li {
	font-family: 'Ubuntu', sans-serif;
	list-style: outside none none;
	float: left;

  }

  .no-js #top ul li.active a:link, .no-js #top ul li.active a:active, .no-js #top ul li.active a:visited {
	background: linear-gradient(to right, rgba(17,95,152,1) 1%,rgba(40,119,178,1) 30%,rgba(98,155,197,1) 100%);	
	border: 0px solid rgba(98,155,197,1);
	color: rgb(253, 253, 253);
	font-weight: 600;
  }


  .no-js  #top ul li a:link,  .no-js  #top ul li a:active,  .no-js  #top ul li a:visited {
	background: linear-gradient(to right, rgba(17,95,152,0.7) 1%,rgba(40,119,178,0.7) 30%,rgba(98,155,197,10.7) 100%);	
	border: 0px solid rgba(17,95,152,1);
	border-radius: 30px 4px;
	color: rgb(247, 249, 249);
	font-weight: 600;
	text-decoration: none;
  }

  .no-js #top ul a {
	font-weight: bold;
	margin: 6px auto 0 5%;
	padding: 0.8em;
	float: left;
	text-align: center !important;
	display: block !important;
	width: 85%;	
	border-radius: 30px 4px 30px 4px;
	color: #fdfdfd !important;
  }

	.no-js #linkesmenu,
	.no-js #rightmenu {
		margin-top: 35px;
		float: left;
		margin-left: 20%;
	}

	.no-js #top #navi ul {
		
		z-index: 999;
		overflow: visible !important;
		display: block !important;
		float: none !important;
		visibility: visible !important;
		opacity: 1 !important;
		list-style: none;
		margin: 40px 4% 0 4%;
		padding: 0;
		filter: none;
		background: transparent;
		font-family: 'Segoe UI';
	}
	.no-js #top #navi ul li {
		
		float: none !important;
		position: static;
		padding: 0;
		margin: 0;
		list-style: none;
		display: block;
		text-align: center;
		cursor: pointer;
		filter: none;
	}


	.no-js #top #navi ul li>a {
		font-size: 16px;
		color: #fdfdfd;
		display: block;
		float: none !important;
		float: left;
		position: relative;
		text-decoration: none;
		outline: none;
		border: none;
		white-space: normal;
		filter: none;
		text-shadow: none;
		text-transform: none;
		padding: 6px 8px 12px 8px;
		padding-right: 8px;
		text-shadow: none;
		font-weight: 600;
	}

/* content Bereich */
	
.no-js #content {
	width: 80% !important;
	padding: 0% 2% 1% 2%;
	margin: 20px 20px 20px 30px;
	float: left;
	
}



/* ++++++++++++++++++++++++ no-js und js bereich ++++++++++++++++++++++++++++++++  */


.no-js #headercontent {
	margin-top:20px;
  }


.js  #top .meldung-head,
.js ul#menu {
	display: none;
  }

	.js #linkesmenu {
		margin-top: 35px;
		margin-left: -200%;
		float: left;
	}

	
	.js #content {
		margin-left: 0;
		float: left;
	}


	.js #rightmenu {


		margin-top: 35px;
		float: left;
		margin-left: -220%;
	}

	.no-js #rightmenu {


		margin-top: 35px;
		float: left;
		margin-left: 50px;
		margin-bottom: 250px;
		width:250px;
	}

	/* ++++++++++++++++++++++ */


	.no-js #rightmenu .news {
		width: 90% !important;
		clear: both;
		margin-top: 35px;
		float: left;
	  }






}

@media screen and (max-width: 700px) {

	.js #content {
		float: left;
		width: 90%;
		margin-top: 20px;
	}

	.js .aktuell #content {

		margin-top: 0;
	}

.no-js .page-header h1{ margin-top:0;}




	.active-nav #linkesmenu {

		margin-left: 25% !important;
		float: left;
		width: 250px;
	}

	.active-nav #content {
		margin-left: 200%;
	}

	.active-nav #rightmenu {
		margin-right: -300%;
		float: right;
		width: 250px;
	}

	.active-sidebar #linkesmenu {
		margin-left: -200%;
	}

	.active-sidebar #content {
		margin-left: -200%;
		width: 94%;
	}

	.active-sidebar #rightmenu {

		float: left;
		width: 200px;

		margin-left: 25% !important;
	}


	blockquote.zitat-home {

		margin: 40px 0 40px 0px;
	}


	#content p {

		text-align: left;
		hyphens: none
	}



		/* ---- mailkontakt ----- */


		#contact-form fieldset {
		
		
			width: 99%!important;
			
		  }
  

		  .contact-form input[type="text"], .contact-form input[type="email"] {
			
			width: 90% !important;
		  }

		  .contact-form textarea#jform_contact_message {
      
			width: 90% !important;
		   
		}


#contact-form #jform_com_fields_datenschutz-lbl {
    width:62% !important;
  
  }

  .control-label {
	width: 35%!important;
	
  }


}

@media screen and (min-width: 551px) and (max-width: 700px) {
.page-header h1 {
		font-size: 1.7em;
		margin-top: 50px;
	}



	.scrollicon {

		width: 30px;
		height: 30px;
		bottom: 50px;
		right: 10px;

	}

	.icon-pfeilcont {
		font-size: 12px;
		line-height: 30px !important;
	}


	#headercontent h1 {
		font-size: 12px;
		margin: 100px auto 0 5% !important;

	}

	/* +++++++++++++++++++++++++++++ no script +++++++++++++++++++++++++ */

		.no-js #content {
			width: 50% ;
			padding: 0% 2% 1% 2%;
			margin-top: 20px !important;
			float: right;
			margin-right: 20px;
		}


		.js #content {
			width: 50% !important;
			
		}


	/* nosript meldung */


	.js #top .meldung-head, .menu-item 
	{

		display: none!important;

	}

.no-js #section-wrapper main.meldung p {
	font-size: 0.90em;
	line-height: 1.44em;
	margin: 9px 0 10px 0;
	margin-top: 9px;
	max-width: 80% !important;
}

.no-js #section-wrapper main.meldung {

	margin: 30px 5% 10px 5%;
	display: block;


}

.no-js #linkesmenu,
.js #linkesmenu {
	margin-left: 20px;
	float: left;
	min-height: 450px;
	width: 210px;
	margin-top: 10px !important;
}

.no-js #rightmenu,
.js #rightmenu {

	width: 250px;
	margin-top: 30px;
}

.no-js #rightmenu {

	float: left;
	width: 200px;
	margin-top: 30px;
	margin-left: 20px;
}

.js #rightmenu {
	margin-right: -80%;
	float: right;

}


.HomeDE #content {
	
	margin-top: 40px !important;

}

#content {
	width: 60% !important;
	padding: 0% 2% 1% 2%;
	margin-top: 20px !important;
	float: left;
	margin-left: 0;
}

.active-sidebar #linkesmenu {
	margin-left: -200%;
}

.active-sidebar #content {
	margin-left: 20px;
	width: 94%;
}

.active-sidebar #rightmenu {

	float: left;
	width: 200px;

	margin-left: 40px !important;
}


}
@media screen and (min-width: 701px){


	.contact-form input[type="text"], 
    .contact-form  input[type="email"] 
    {
       
        width: 70% !important;
    }
    .contact-form textarea#jform_contact_message {
      
        width: 70% !important;
       
    }

	#contact-form #jform_com_fields_datenschutz-lbl {
		width: 35% !important;
	
	  }

}


@media screen and (min-width: 501px) and (max-width: 850px) {



	/* +++++++++++++++++++++++++++++ no script +++++++++++++++++++++++++ */

	.no-js #content {
		width: 62% !important;
		padding: 0% 2% 1% 2%;
		margin-top: 40px !important;
		float: right;
		margin-right: 20px;
	}
	/* nosript meldung */


.no-js #top .meldung-head,
.js #top .meldung-head {

	display: none;


}

	.no-js  #section-wrapper main.meldung p {
		font-size: 0.90em;
		line-height: 1.44em;
		margin: 9px 0 10px 0;
		margin-top: 9px;
		max-width:80% !important;
	}

	.no-js #section-wrapper main.meldung {

		margin: 30px 5% 10px 5%;
		display: block;


	}



}

@media screen and (max-width: 1000px) {





	.no-js .custom-copy {
		float: left;
		margin-top: 20px;
	}



	.no-js #mod-custom134 {

		width: 240px !important;
		float: left !important;
		margin-bottom: 10px;
	}

	.no-js .mod-languages_lang {

		margin-bottom: 0px;
	}


	.no-js #rightmenu .news {

		width: 90% !important;
		clear: both;

	}

/* ++++++++++++++++++++++ */


	#wrapper {
		overflow-x: hidden;
	}

	.page-header h1 {
		font-size: 1.7em;
		margin-top: 50px;
	}

}


@media screen  and (max-width: 840px) {


	.page-header h1 {
		font-size: 1.7em;
		margin-top: 50px;
	}
	

}
@media screen and (min-width: 501px) and (max-width: 840px) {

	/* headercontent bereich */

	
	#headercontent #logo {
		float:left;
		margin: 25px 10% 10px 38%;		
		width: 150px;
		height: auto;
	  }
	
	
	
	#headercontent h1 {
		font-size: 16px;
		margin: 15px auto 30px 25% !important;
		width: 50%;
		text-align: center;		
		float: left;
	  }
	/* +++++++++++++++++++++++++++++ no script bereich +++++++++++++++++++++++++ */
	
	
    .no-js #top #navi ul{

           clear:both;
		   float:left;

     }

	.no-js #top #navi ul li.active a:link,
	.no-js #top #navi ul li.aktive a:active,
	.no-js #top #navi ul li.active a:visited {
		color: rgb(232,80,31);		
		transition: all 0.6s ease 0s;
	}

	.no-js li .mod-menu__heading {

		margin-bottom: 10px;
		display: inline-block;
	}
	.no-js #top #navi ul {
		
		
		z-index: 999;
		overflow: visible !important;
		display: block !important;
		float: none !important;
		visibility: visible !important;
		opacity: 1 !important;
		list-style: none;
		padding: 0;		
		background: transparent;
		font-family: 'Segoe UI';
		width:80%;
		margin:0 auto 60px 15%;
	}

	.no-js #top #navi ul li {
		
		float: left !important;		
		padding: 0;
		margin: 0;
		list-style: none;
		display: block;
		text-align: center;
		cursor: pointer;
		filter: none;
	}

	.no-js #top #navi ul li>a {
		font-size: 16px;
		color: #2e2d2d;
		display: block;
		float: none !important;
		float: left;
		position: relative;
		text-decoration: none;
		outline: none;
		border: none;
		white-space: normal;
		filter: none;
		text-shadow: none;
		text-transform: none;
		padding: 6px 8px 12px 8px;
		padding-right: 8px;
		text-shadow: none;
		font-weight: 600;
	}	
	.no-js #maximenuck {
		display: none !important;
	}


/* +++++++++++++++++++++++++++++ javascript aktiv +++++++++++++++++++++++++ */



	


	.js #navi {
		display: none !important;
	}




}


@media screen and (min-width: 841px) {





/* +++++++++++++++++++++++++++++ no script bereich +++++++++++++++++++++++++ */	

	.no-js noscript.serv-nojs,
	.no-js .meldung-head,

	.no-js .spiegel,
	.no-js #navi {
		display: none !important;
	}


	.no-js #maximenuck {
		display: block !important;
	}

/* +++++++++++++++++++++++++++++ script und no js bereich +++++++++++++++++++++++++ */

.js #navi,
	.no-js #content noscript {

		display: none !important;

	}


}

@media screen and (min-width: 901px) {}

@media screen and (min-width: 841px) and (max-width: 1000px) {

	#headercontent {

		margin-top: 0px;
	}






}

@media screen and (min-width: 701px) and (max-width: 1000px) {

	.menu-item {

		display: none !important;
	}





	#headercontent h1 {
		margin-top: 20px;
	}

	.icon-pfeilcont {
		color: #fff;
		font-size: 14px !important;
		line-height: 30px !important;
	}

	.scrollicon {
		width: 30px;
		height: 30px;
		bottom: 20%;
		right: 5px;
	}

	.no-js #linkesmenu,
	.js #linkesmenu {
		margin-left: 20px;
		float: left;
		min-height: 450px;
		width: 210px;
		margin-top: 20px !important;
	}

	.no-js #rightmenu,
	.js #rightmenu {

		width: 250px;
		margin-top: 20px;
	}

	.no-js #rightmenu {

		float: left;
		width: 200px;
		margin-top: 30px;
		margin-left: 20px;
	}

	.js #rightmenu {
		margin-right: -80%;
		float: right;

	}

	.HomeDE #content {
		
		margin-top: 40px !important;
		
	}

	#content {
		width: 62%;
		padding: 0% 2% 1% 2%;
		margin-top: 20px !important;
		float: left;
		margin-left: 0;
	}

	.active-sidebar #linkesmenu {
		margin-left: -200%;
	}

	.active-sidebar #content {
		margin-left: 20px;
		
	}

	.active-sidebar #rightmenu {

		float: left;
		width: 200px;

		margin-left: 40px !important;
	}



	.scrollicon {

		width: 30px;
		height: 30px;
		bottom: 50px;
		right: 10px;

	}

	.icon-pfeilcont {
		font-size: 12px;
		line-height: 30px !important;
	}

	/* ############# pagination ###################### */


	.cont-body-widget #content .pagination {
		margin: 10px 0 30px 5px !important;


	}


	/* ------------ */


	/* ---- mailkontakt ----- */


	#contact-form fieldset {
		
		
		width: 95%!important;
		
	  }







}

@media screen and (min-width: 1001px) {

	.page-header h1 {
		font-size: 1.7em;
	}

	.scrollicon {

		width: 40px;
		height: 40px;
		bottom: 8%;
		right: 20%;

	}

	.icon-pfeilcont {
		font-size: 13px;
		line-height: 40px !important;
	}

	/* ############# pagination ###################### */


	.cont-body-widget #content .pagination {
		margin: 10px 0 30px 10px !important;


	}


	/* ------------ */

}