body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #434a40;
/*	background-color: #57af28; */
  background-color: #84B414;
	margin: 0 3% 20px 3%;
	background-position: top center;
	background-repeat: no-repeat;
	line-height: 180%;
}

/* Basics */

h1, h2, h3, h4, h5 {
	margin: 0; 
	padding: 0;
}
p {
	margin: 0; 
	padding: 0;
}
a {
	text-decoration: none;
	color: #50a125;
}

.pdf {
	background: url(gifs/pdf.png) no-repeat;
	padding-left: 48px;
}

a:hover {
	color: #3e642a;
}

.clearer {
	clear: both;
}

.schatten {
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow: 1px 1px 5px #000;
}

.page {
	margin-left: auto;
	margin-right: auto;
/*	max-width: 1200px; */
	max-width: 90%;
/*	min-width: 950px; */
  background: #FFFFFF;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	box-shadow: 1px 1px 10px #000;
}

.schraeg {
 -webkit-transform: rotate(-5deg);  /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: rotate(-5deg);  /* IE 9 */
          transform: rotate(-5deg);  /* Firefox 16+, IE 10+, Opera */	
}

.weissaufgruen {
	background-color: #6EC029;
	color: white !important;
	text-transform: uppercase;
	padding: 5px;
	font-weight: bold;
	font-size: 150%;
	line-height: 185%;
}

.shadow {
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	box-shadow: 1px 1px 10px #000;
}

.noshadow {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.us-logo-square {
	width: 100px; 
	height: auto; 
	margin: 5px 10px 10px 0 !important; 
	float: left;
}

.us-logo-breit {
	width: auto; 
	height: 45px; 
	margin: 5px 10px 10px 0 !important; 
	float: left;
}

.floatleft {
  float: left;
	margin: 5px 15px 5px 0;
}

.floatright {
  float: right;
	margin: 5px 0 5px 15px;
}

.home_anrisstitel {
 	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 140%;
	color: #E10078;
}

.bigtextlink {
	color: black;
}

.bigtextlink:hover {
	color: #3e642a;	
}

.entry, .member {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	background: #f9f9f9;
	padding: 10px;
	text-align: left;
}

div.entry .zt {
	margin-top: 15px;
}

.title {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	text-transform: uppercase;
/*	background: #386F1B; */
	background: #EDEDED;
	color: #E10078;
/*	color: white; */
	padding: 5px 8px;
	text-align: left;
	font-size: 100%;
/*	font-weight: normal; */
	font-weight: bold;
	letter-spacing: 0.1em;
}

.bg-magenta {
	background-color: #E10078;
	font-weight: bold;
}

#mainheader {
  margin-bottom: 3px;
	height: 143px;
}

#mainheader .leftcol {
  float: left;
	padding: 10px 5px;
	width: 220px;
}

#mainheader .rightcol {
  float: right;
/*  width: 700px; */
  width: 55%;
}

#mainheader .logo {
	height: 123px;
	width: auto;
}

/* Hauptnavigation */

#mainheader .menu {
 	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	margin-top: 97px;
	height: 48px;
}

#mainheader .menu ul a, .menu ul a :visited {
	font-size: 120%;
}

#mainheader .menu ul ul a, .menu ul ul a :visited, .menu .mnu_zt {
	font-size: 100%;
	width: 230px;
}

#mainheader .menu .mnu_zt {
	font-size: 90%;
}

#mainnav {
	margin: 50px 5px 0 0;
	padding: 0;
	height: 41px;
	overflow: hidden;
/*	background: #386F1B; */
	background: #305F05;
}

#mainnav ul {
	margin: 0;
	padding: 0;
	width: 719px;
	height: 41px;
}

#mainnav li {
	list-style-type: none;
	float: left;
	font-size: 135%;
	line-height: 41px;
}

#mainnav .nolink {
	color: white;
	padding-left: 10px;
}

#mainnav li strong a {
	font-weight: normal;
}

#mainnav li a {
	text-decoration: none;
	display: block;
	color: white;
	padding: 0 10px;
}

#mainnav .active a, #mainnav .trail a, #mainnav li a:hover {
  background: #50a125; 
}

/* Service-Navigation */

#servicenav {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	top: 0;
	right: 40px;
	margin: 0;
	padding: 0;
}
#servicenav li {
	padding: 6px 0;
	list-style-type: none;
	float: left;
	text-transform: uppercase;
/*	font-size: 12px; */
}
#servicenav li a {
	text-decoration: none;
	color: #50a125;
	border-left: 1px solid #50a125;
	padding-left: 6px;
	padding-right: 6px;
}
#servicenav .first a {
	border-left: none;
}
#servicenav li a:hover, #servicenav .active a {
	color: #365327;
	text-decoration: underline;
}

/* Subnavi */

#subnav {
	margin-left: -6px;
}

#subnav.no-bottom-space {
	padding-bottom: 0;
	margin-bottom: 0;
}

#subnav ul {
	margin: 0;
	padding: 0;
	background-color: white;
}

#subnav li {
	list-style-type: none;
	margin-top: 1px;
}

#subnav a {
	display: block;
	border-left: 6px solid white;
	padding: 7px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#subnav strong a {
	font-weight: normal;
}

#subnav ul.level3 a {
	color: white;
	background-color: #73b451;
}

#subnav ul.level4 li {
	margin-right: 0;
}

#subnav .level3 a:hover, #subnav .level3 .active a, #subnav .level3 .trail a {
	background-color: #50a125;
	border-left-color: #386f1b;
}

#subnav .active .level4 a, #subnav .trail .level4 a {
	text-transform: none;
	color: #386f1b;
	background-color: #dcecd3;
	border-left-color: white;
}

#subnav .active .level4 a:hover, #subnav .trail .level4 a:hover, #subnav .level4 .active a, #subnav .level4 .trail a {
	background-color: #b9d9a8;
	border-left-color: #a9c19d;
}

#subnav .active .level5 a, #subnav .trail .level5 a {
/*	font-size: 12px; */
	color: #73b451;
	background-color: white;
	border-left-color: white;
	padding: 6px 10px;
}

#subnav .active .level5 a:hover, #subnav .trail .level5 a:hover, #subnav .level5 .active a, #subnav .level5 .trail a {
	color: #386f1b;
	background-color: #f6faf3;
	border-left-color: #e9f3e3;
}

/* HomeHeader */

#homeheader {
/*	background-color: #50a125; */
	background-color: #84B414;
	color: white; 
	padding: 7px 5px;
	text-align: left;
	margin: 0 5px 10px 5px;
	height: 28px;
}

.homeHeaderText {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	max-width: 50%;
	float: left;
	font-size: 120%;
	margin-top: 3px;
}

.homeHeaderBox {
	width: 380px; 
	float: right; 
	margin-right: 20px;
}

.homeHeaderBox div.dblbd {
	color: white; 
	font-weight: bold; 
	text-align: center; 
	padding: 2px 0; 
	background-color: #E10078;
}

.homeHeaderBox div.dblbd:hover {
	background-color: #A70059;
}

div#homeheader div#sitesearchform {
	position: absolute;
	bottom: 0;
	right: 0;
	float: none;
	
}

#sitesearchform {
	float: right;
}

#sitesearchform .text {
	margin: 0;
	width: 150px;
	color: #666666;
	border: 1px solid #50a125;
	padding: 5px;
	float: left;
	margin-right: 15px;
}
#sitesearchform .submit {
	padding: 4px;
	padding-bottom: 5px;	
	font-size: 100%;
	border: 1px solid #50a125;
	background-color: #86be69;
	color: white;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	float: right;
}
#sitesearchform .submit:hover {
	background-color: #76b257;
}

/* Pages... */

#links, #rechtespalte {
  font-size: 90%;
  line-height: 150%;
	width: 20%;
	padding: 10px 0.5%;
	margin: 0;
}

#content-wrapper {
	clear: both;
}

#content {
	width: 50%;
	padding: 10px 4% 30px 4%;
	text-align: left;
	float: left;
	margin: 0;
}

#content.no-left-column, #content.no-right-column {
  width: 74%;
}

#content.no-left-column {
	padding-left: 1%;
}

#content.no-right-column {
	padding-right: 1%;
}

#sliderbox {
	width: 74.5%;
	float: left;
	padding: 10px 4% 15px 0.5%;
}

#top_hinweis {
	display: none;
	margin: 5px;
}

.nssliderpic {
	width: 50%; 
	height: auto; 
	margin-right: 20px; 
	float: left;
}

#links {
	float: left;
}

#rechtespalte {
	float: right;
}

#rechtespalte .text {
/*	font-size: 12px; */
	color: #666666;
	border: 1px solid #50a125;
	width: 70%;
	padding: 4px 0 4px 4px;
	padding-bottom: 5px;	
	margin: 4px 0 4px 0;
}

#rechtespalte .submit {
	padding: 4px;
	padding-bottom: 5px;	
	font-size: 100%;
	text-transform: uppercase;
	border: 1px solid #50a125;
	background-color: #86be69;
	color: white;
	font-weight: normal;
	margin: 4px 0 4px 0;
	width: 25%;
	float: right;
}

#rechtespalte .submit:hover {
	background-color: #76b257;
}

#content h2 {
	font-size: 125%;
	font-weight: bold;
	color: #666;
	margin-bottom: 0.3em;
}

#content img {
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	box-shadow: 1px 1px 10px #000;
	margin-bottom: 20px;
}

#content .float-right {
	float: right;
	margin: 3px 0 20px 15px;
}

#content .icon {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0px;
	vertical-align: middle;
}

#content .icon .switchBigPic .pic {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0px;
	width: 100%;
	height: auto;
}

#content .text {
	color: #666666;
  border: 1px solid #9bb78d;
	padding: 2px 0 2px 4px;
	padding-bottom: 5px;	
	margin: 2px;
	width: 70%;
}

#content textarea.text {
	width: 95%;
	border: 2px solid #9bb78d;
}

#content .submit {
	padding: 4px;
	padding-bottom: 5px;	
	border: 1px solid #50a125;
	background-color: #86be69;
	color: white;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
}

#content input.submit:hover {
	background-color: #76b257;
}

#content .artikelpic { /* in der Index-Liste */
	/* width + height im Script, je nach Format... */
	float: left;
	margin: 6px 15px 10px 0;
}

#content .artpic { /* im Artikel */
	width: 30%;
	float: right;
	margin: 5px 5px 0px 15px;
}

#content .artpic img { /* im Artikel */
	width: 100%;
	height: auto;
}

.terminepic {
	width: 100%;
	height: auto;
}

#content ul.aindex_start {
	padding: 0 0 0 14px;
	margin: 5px 0 5px 0;
}

div#feedburner-box.normal {
	float: right;
	width: 240px;
	margin: 0px 0 20px 40px;
}

div#feedburner-box.normal div.title {
	text-align: center;
}

div#feedburner-box.rechts {
}

div#rechtespalte td.parole {
	border-bottom: 1px solid #ccc;
	line-height: 130%;
	padding: 5px 0;
}

/* Sharing und Following Stuff */

div#sharing {
	margin: 13px 0;
	display: block;
}

.sharing, .sharing:hover {
	color: white;
	padding: 5px 10px;
}

.fb {
	background: #3B5998;
}

.fb:hover {
	background: #5B71A8;
}

.fb span {
	background: #D7DDEC;
	padding: 0 3px;
	color: #434a40;
}

.tw {
	background: #55ACEE;
}

.tw:hover {
	background: #75BCEE;
}

.tw span {
	background: #CCEEFC;
	padding: 0 3px;
	color: #434a40;
}

.gp {
	background: #DD4B39;
}

.gp:hover {
	background: #DD6B59;
}

.gp span {
	background: #F8DBD7;
	padding: 0 3px;
	color: #434a40;
}

.em {
	background: #FFB90C;
}

.em:hover {
	background: #FFC92C;
}

.em span {
	background: #FFEED1;
	padding: 0 3px;
	color: #434a40;
}

/* falsch bezeichnet: das ist für die follow-Links... */
a.fb-sharelink:hover {
	color: #3B5998;
}

a.tw-sharelink:hover {
	color: #55ACEE; 
}

a.gp-sharelink:hover {
	color: #DD4B39;
}

a.vm-sharelink:hover {
	color: #0FAEF1;
}

/* Pages individuell */
/* ----------------- */
/* Personen */

div.pers {
	float: left; 
	text-align: center;
	width: 180px;
	height: 200px;
	margin: 20px 20px 20px 0;
}

div#content div.pers img {
	margin-bottom: 10px;
	width: 120px;
	height: auto;
}

div.KV, div.OG, div.KO { /* beim Vorstand sind sie höher, da noch die Funktion dazukommt... */
	height: 220px;
}

/* Personen Einzelansicht */

#person-container {
	padding: 0px;
	margin-top: 10px;
}

#person-container img {
	margin: 5px 25px 5px 0;
	float: left;
}

#person-container b.namen {
 	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 140%;
	color: #E10078;
}

div.nach-oben {
	float: right;
	width: 100px;
	text-align: right;
	font-size: 160%;
}

#person-container div.wahlspruch {
	margin: 15px 0 15px 205px;
	font-size: 120%;
	font-style: italic;
	text-align: center;
	padding: 10px;
	background-color: #f9f9f9;
	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
}

#person-container div.textbox  {
	margin: 20px 0 10px 200px;
}

#person-container strong.labels  {
	color: #333;
}

#person-container #linkbox  {
	width: 300px;
	padding: 10px;
	float: right;
	margin: 30px 0 0 30px;
	background-color: #f9f9f9;
	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
}

#pers-navi-box {
	background: #EEEEEE; 
	border-top: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC;
}

#pers-navi-box a {
	color: #386F1B;
}

/* Footer */

div#footer {
/*	background-color: #458723; */
  background-color: #305F05;
/*	font-size: 110%; */
	font-size: 90%;
	color: white;
}

div#footer .bottomline {
	text-align: center;
/*  background-color: #386F1B; */
  background-color: #275200;
	color: white; 
	padding: 10px;
	margin: 0 0px 0px 0px;
	box-shadow: 1px 1px 2px #284F1B;
	-moz-box-shadow: 1px 1px 2px #284F1B;
	-webkit-box-shadow: 1px 1px 2px #284F1B;
}

div#footer .top {
	padding: 0px 10px 0 10px;
}

div#footer a {
  font-weight: normal;
	color: white;
	text-decoration: none;
}
div#footer a:hover {
	color: #d7edcc;
	text-decoration: underline;
}

div#footer .top a:hover {
	text-decoration: none;
}

div#footer h3 {
	margin: 0;
	padding: 0;
	font-size: 120%;
	font-weight: normal;
}

div#footerleft, div#address {
  margin-top: 10px;
}

div#footerleft {
  float: left;
	text-align: left;
	padding: 5px 0px 10px 10px;
}

div#address {
  float: right;
	text-align: right;
	padding: 5px 10px 10px 0;
}

/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

/* für Wahlen 2012 */

div.w12-main {
	width: 300px;
	float: left;
	margin-right: 10px;
	margin-top: 25px;
}

div.w12-main img {
	margin-top: 5px;
}

/* für Wahlen 2016 */

div.gw2016 {
	font-size: 200%;
	margin-bottom: 1em;
	font-weight: bold;
	color: #57AF28;
}

/* ---------------------------------------
 * für den Blog
 * --------------------------------------- */

#sidebar {
	margin: 0;
	text-align: left;
}
	
#sidebar #archives {
	margin: 10px 0 10px 0;
}	

#sidebar h2 {
	text-transform: uppercase;
	background: #386F1B;
	color: white;
	padding: 5px 8px;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar ul ul {
	list-style-type: square;
	margin-left: 1.8em;
}

#searchform input {
 margin-top: 2px;
 border: 1px solid #2a7454; /* #00A65C; */
 background-color: #FFFFFF;
}

div.widecolumn, #content.widecolumn {
	width: 100%;
	padding: 10px 0 0 0;
}

div.widecolumn div.entry, #content.widecolumn div.entry {
	border: none;
	padding: 10px 0 0 0;
	background: none;
	text-align: left;
}

div.widecolumn .post, #content.widecolumn .post {
  margin-right: 10px;
  margin-bottom: 50px;
}

div.widecolumn .post p, #content.widecolumn .post p {
	margin: 6px 0;
}

div.widecolumn .post h2, #content.widecolumn .post h2 {
  line-height: 150% !important;
  font-size: 200% !important;
}

div.widecolumn .postmetadata, #content.widecolumn .postmetadata {
/* Metadata bei Einzelbeiträgen */
  text-align: center;
	margin: 20px 0 50px 0;
	padding: 3px 0px 3px 0px;
	background: #EEEEEE;
	border-top: 1px solid #CCCCCC;
	font-size: 80%;
}

div.yarpp-related h3 { /* Verwandte Beiträge-Titel... */
	margin-top: 10px;
}

.yarpp-related {
	margin: 1em 0 0 0 !important;
}

.yarpp-related img {
	display: none;
}

.narrowcolumn .postmetadata {
/* Metadata in der Standard-Ansicht */
  margin-top: -5px;
  padding-bottom: 3px;
  border-bottom: 1px solid #555;
}

.alignleft {
	text-align: left;
	float: left;
	margin-right: 10px;
}

.alignright {
  float: right;
	text-align: right;
	margin-left: 10px;
}

small {
  font-size: 90%;
  line-height: 11pt;
  color: #555;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* Alert-Boxen */

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-yellow {
  color: #B8AA17;
  background-color: #FAFAA4;
  border-color: #EAEA8B;
}

.alert-white {
  color: #838383;
  background-color: #fff;
  border-color: #eee;
}

.alert-grey {
  color: #666;
  background-color: #fafafa;
  border-color: #eee;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

/* ------------------------------------------
 * Formular neu 2014 (Wettbewerb)
 */
 
#aform {
	margin-top: 1em; 
	padding: 10px 15px 15px 15px; 
	border: 1px solid #3D982B; 
	width: 95%;
}

#aform .siehtmannicht {
	display: none;
}

#aform .formfield {
	width: 100%;
	overflow: auto;
}

#aform .label {
	width: 20%;
	float: left;
	margin-top: 5px;
	white-space: nowrap;
}

#aform input, #aform textarea {
	margin-top: 5px;
	
	padding: 7px;
	outline: 0;
	border:0;
	width:250px;
	background: #EBE8DE;
	border-radius:5px;
	
}

#aform input[type="text"], #aform textarea {
	width: 75%;
}

#aform input[type="radio"] {
  margin-top: 8px;
	margin-bottom: 7px;
}

#aform input[type="checkbox"] {
	width: auto;
  margin-top: 8px;
	margin-bottom: 7px;
}

#aform button[type="submit"] {
	padding: 8px 16px;
	font-size: 100%;
	border: 1px solid #50a125;
	background-color: #3D982B;
	color: white;
	font-weight: normal;
	margin: 8px 0 8px 0;
	cursor:pointer;
	border-radius: 4px;
	text-transform: uppercase;
}

#aform button[type="submit"]:hover {
	background-color: #76b257;
}

.input-checkbox {
	width: 3%;
	float: left;
}

.input-checkbox-text {
	width: 75%;
	float: right; 
}

.nolabel {
	width: 95%;
}

#aform input.error, #aform textarea.error {
	border: 1px solid red;
}

#aform .alarm {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

#aform .alarm-error {
  color: #b94a48;
/*  background-color: #FCF1B3; */
  border-color: #3D982B;
}

#aform .alarm-success {
  color: #468847;
/*  background-color: #FCF1B3; */
  border-color: #d6e9c6;
}

/* Hamburger-Menu */

.menu nav {
  display: none;
}

.menu nav > #nav, nav > .close {
	color: white;
	font-size: 200%;
	margin-top: 10px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.menu nav > ul {
  top: 150px;
  font-size: 100%;
	left: -1000px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	transition: all 1.3s ease;
	-webkit-transition: all 1.3s ease;
	background-color: #FF9900;
	line-height: 250%;
	-moz-box-shadow: 5px 5px 10px #999;
	-webkit-box-shadow: 5px 5px 10px #999;
	box-shadow: 5px 5px 10px #999;
	width: 300px;
}

.menu nav > ul a {
	color: white;
}

.menu nav > ul li {
	float: none;
}

.menu nav > .close,
a#nav:target {
  display: none;
}

.menu a:target ~ ul,
.menu a:target ~ .close {
  display: inline-block;
	transition: all 1.3s ease;
	-webkit-transition: all 1.3s ease;
}

.menu a:target ~ ul {
/*  right: 5px; */
	right: 5px !important;
	left: auto;
}

#footer_content {
	display: none;
}

.footerbox {
	width: 30%;
	margin: 0 1%;
	float: left;
}

.fbc1, .fbc4, .fbc7, .fbc10 {
	clear: both;
}

#subnavibutton a {
  display: none;
  font-size: 200%;
	background-color: #386F1B;
	color: white;
	padding: 10px;
	position: absolute;
	top: 97px;
	left: 5px;
}

/* für Spezialseiten, jetzt (2017) dem Flyer nachempfunden */
/* ------------------------------------------------------- */

.ongreen, .onwhite {
	padding: 5%;
	font-size: 125%;
}

.ongreen li, .onwhite li {
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 15px;
	list-style-image: url('gifs/ok.png');
}

.ongreen {
	background-color: #6EC029;
}

.onwhite {
	color: black;
}

.ongreen .title, .onwhite .title {
	font-family: "Arial Black", Helvetica, sans-serif;
	font-size: 200%;
	line-height: 150%;
	margin-bottom: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.ongreen .title {
	background-color: #E10078;
	color: white;
}

.onwhite .title {
	background-color: white;
	color: #6EC029;
}

.ongreen .ztitle {
	font-weight: bold;
	color: white;
	margin-top: 15px;
}

.onwhite .ztitle {
	font-weight: bold;
	margin-top: 15px;
}

.bigbutton {
	color: white;
	background-color: #E10078;
	padding: 20px 10px 10px 10px;
	font-weight: bold;
	border-radius: 10px;
}

.bigbutton:hover {
	color: #ddd;
}


/* Responsivity */
/* ------------ */

@media (max-width: 1420px) {

	#mainheader .rightcol {
		width: 60%;
	}

}

@media (max-width: 1360px) {

	body {
		margin: 0 0 20px 0;
	}
	
	.page {
		max-width: 100%;
	}	
	
}

@media (max-width: 1280px) {

	#mainheader .rightcol {
		width: 65%;
	}

}

@media (max-width: 1190px) {

	#mainheader .rightcol {
		width: 70%;
	}

	.homeHeaderText {
		font-size: 100%;
	}

}

@media (max-width: 1100px) {

	body {
		font-size: 90%;
	}

	#mainheader .menu ul ul a, .menu ul ul a :visited, .menu .mnu_zt {
		width: 200px;
	}


}

@media (max-width: 1000px) {
	/* Hauptmenu muss weg, stattdessen Hamburger-Menu... */
	#mainheader .menu ul#mainnavi {
		display: none;
	}
	
	#mainheader .rightcol {
		width: auto;
	}

	#mainheader .menu ul ul a, .menu ul ul a :visited, .menu .mnu_zt {
		width: 0px;
	}

  nav {
		display: block !important;
  }

}

@media (max-width: 880px) {

	#content.no-left-column, #content.no-right-column {
/*		padding-left: 1%;
		padding-right: 1%; */
	}
}

@media (max-width: 810px) {
  /* Suchfeld weg + Spruch bzw. Breadcrum auf ganzer Breite */
  form#sitesearchform {
		visibility: hidden;
		display: none;
  }

	.homeHeaderText {
		max-width: 100%;
	}
	
	/* rechte Spalte weg */

	#rechtespalte {
		visibility: hidden;
		display: none;
	}
	
	#top_hinweis {
		display: inline;
	}
	
	#sliderbox {
		width: 98%;
		padding-right: 0;
		padding-left: 0;
		margin-right: 5px;
		margin-left: 5px;
	}
	
	#content {
		width: 74%;
		padding-right: 5px;
	}
	
	#footer_content {
		display: inherit !important;
	}
	
	#sliderbox ul.nav {
		display: none !important;
	}
  
}

@media (max-width: 750px) {
	/* Service-Menu muss weg */
	#servicenav {
		visibility: hidden;
		display: none;
	}
	
	/* linke Spalte weg */
	#links {
/*		display: none; */
		left: -1000px;
		position: absolute;
		width: 250px;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-box-shadow: 5px 5px 10px #999;
		-webkit-box-shadow: 5px 5px 10px #999;
		box-shadow: 5px 5px 10px #999;
		background-color: white;
	}
	
	#links .video-container {
		display: none;
	}
	
	#subnavibutton a {
		display: inherit;
	}
	
	
	#content, .no-right-column {
		width: 98% !important;
		padding-left: 1%;
		padding-right: 1%;
	}

	.footerbox {
		width: 47%;
		margin: 0 1%;
		float: left;
	}
	
	.fbc1, .fbc3, .fbc5, .fbc7, .fbc9 {
		clear: both;
	}
	
	.fbc4, .fbc10 {
		clear: none;
	}

}

@media (max-width: 500px) {

	.footerbox {
		width: 97%;
		margin: 0 1%;
		float: left;
	}
	
	.fbc1, .fbc2, .fbc3, .fbc4, .fbc5, .fbc6, .fbc7, .fbc8, .fbc9, .fbc10  {
		clear: both;
	}

	.nssliderpic {
		width: 100%; 
		height: auto; 
		margin-right: 0px; 
		float: none;
	}

}

@media (max-width: 470px) {

	#homeheader {
		visibility: hidden;
		display: none;
	}

}
