/* MV GFÖHL */


@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto.woff2') format('woff2'),
	url('fonts/Roboto.woff') format('woff'),
	url('fonts/Roboto.ttf') format('truetype'),
	url('fonts/Roboto.svg#Roboto') format('svg');
}

@font-face {
	font-family: 'Carter One';
	src: url('fonts/Carter-One.woff2') format('woff2'),
	url('fonts/Carter-One.woff') format('woff'),
	url('fonts/Carter-One.ttf') format('truetype'),
	url('fonts/Carter-One.svg#Carter One') format('svg');
}



body, input {
	font-family: Roboto, Arial, Sans-Serif;
	color:#444444;
	font-size:140%;
}


h1 {
	font-weight: 500;
	font-size: 220%;
	text-transform: uppercase;
	color: #036a32;
	margin-top: 25px;
	margin-bottom: 10px;
}

h2 {
	font-weight: 400;
	font-size: 140%;
	line-height: 120%;
	color: #036a32;
	margin-bottom: 10px;
}

h3 {
	font-weight:bold;
	font-size: 120%;
	color:#555555;
	margin-bottom:5px;
}


h4 {
	font-weight:normal;
	font-size: 120%;
	color:#555555;
	margin-bottom:5px;
}


h5 {
	font-weight: normal;
	font-size: 120%;
	color: #036a32;
	margin-bottom: 5px;
}



a            { text-decoration: none; } 
a:link		 { color: #036a32; text-decoration: none }
a:visited	 { color: #036a32 }
a:active	 { color: #555555 }
a:hover		 { color: #555555; text-decoration: none; }
a:focus { outline: none }
	


.news_text img { max-width:100%; height:auto }
.news_text { text-align:justify }
 

.content-box {
/* border-top: 1px solid #036a32; */
margin-left:0px;
margin-bottom:30px;
}


.content-box li { margin-left:20px; list-style-type: square }

.header { font-size:240%; font-family:'Carter One'; color:#efb31d }

.reiter { float:left; margin-right:8px; color:#FFFFFF; background-color:#AAAAAA; font-weight:bold; font-size:13px; text-transform:uppercase; letter-spacing:1px; border:0px; margin-top:3px; padding:5px; padding-left:7px; padding-right:7px; border-radius:3px 3px 0px 0px }
.reiter_akt { background-color:#192859 } 
a.reiter:link, a.reiter:visited { color:#FFFFFF }





.footer { background-color: #036a32; color: #FFFFFF; font-family:'Carter One'; color:#efb31d; font-size: 140%; margin-top: 10px; margin-bottom: 20px; padding: 20px }
a.footer:link, a.footer:visited { color: #FFFFFF }


.mail:before { font-family:'Glyphicons Halflings'; content: "\2709"; position:relative; top:2px; left:1px; margin-right:4px }
.maillink:before { font-family:'Glyphicons Halflings'; content: "\2709"; position:relative; top:2px; left:1px; margin-right:4px }

.weblink:before { font-family:'Glyphicons Halflings'; content: "\e080"; position:relative; top:2px; left:0px; margin-right:3px; padding:0px; line-height:110% }


.pdf:before  { content:url(/noebv/grafik/icon_pdf.gif); position:relative; top:2px; left:1px; margin-right:4px }
.pdf_g   { display:block; width:250px; line-height:65px; padding-left: 70px;  font-size:17px; border: 1px solid #DFDFDF;  background-image:url(/noebv/grafik/icon_pdf_g.gif); background-position:10px 10px; background-repeat:no-repeat }

.xls:before  { content:url(/noebv/grafik/icon_xls.gif); position:relative; top:2px; left:1px; margin-right:4px }
.lsx:before  { content:url(/noebv/grafik/icon_xls.gif); position:relative; top:2px; left:1px; margin-right:4px }
.jpg:before  { content:url(/noebv/grafik/icon_jpg.gif); position:relative; top:2px; left:1px; margin-right:4px }
.doc:before  { content:url(/noebv/grafik/icon_doc.gif); position:relative; top:2px; left:1px; margin-right:4px }
.ocx:before  { content:url(/noebv/grafik/icon_doc.gif); position:relative; top:2px; left:1px; margin-right:4px }
.mp3:before  { content:url(/noebv/grafik/icon_mp3.gif); position:relative; top:2px; left:1px; margin-right:4px }




.button { color:#FFFFFF; text-align:center; background-color:#036a32; font-weight:bold; font-size:13px; text-transform:uppercase; letter-spacing:1px; border:0px; padding:5px; padding-left:7px; padding-right:7px; border-radius:0px; margin-top:0px;}

.weiter { color:#FFFFFF; background-color:#036a32; font-weight:bold; font-size:13px; text-transform:uppercase; letter-spacing:1px; border:0px; padding:5px; padding-left:7px; padding-right:7px; border-radius:0px; margin-top:0px;}
a.weiter:link, a.weiter:visited { color:#FFFFFF }

.zurueck { color:#FFFFFF; background-color:#036a32; font-weight:bold; font-size:13px; text-transform:uppercase; letter-spacing:1px; border:0px; padding:5px; padding-left:7px; padding-right:7px; border-radius:0px; margin-top:0px }
a.zurueck:link, a.zurueck:visited { color:#FFFFFF }


/* Zebra Tabelle mit Hover, Rauch */

.tabelle { width: 100%; border-collapse:collapse; }
.tabelle td, .tabelle th { padding: 2px 10px; border-bottom: 0px; text-align:left; vertical-align: text-top }
.tabelle th { background-color: #036a32; color: #FFFFFF; font-weight:bold }
.tabelle tr:nth-child(1n+2) { background-color: #F4F4F4; color: #000000 }
.tabelle tr:nth-child(2n+3) { background-color: #DCDCDC; color: #000000 }
.tabelle tr:hover { background-color: #CCCCCC; color: #000000 }