/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
}

html, button, input, select, textarea {
	font-family: sans-serif;
	color: #222;
}
body {
	margin: 0;
}

::-moz-selection {
	background: #CCCCCC;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #CCCCCC;
	color: #ffffff;
	text-shadow: none;
}

a {
	color: #202020;
	text-decoration: none;
}
a:visited {
	color: #202020;
}
a:hover {
	color: #222222;
	text-decoration: underline;
}
a:focus {

}
a:hover, a:active {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}

form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

label {
	color: #808080;
}
legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
	white-space: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button, input {
	line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*width: 13px;
	*height: 13px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
	background-color: #f0dddd;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}

/*
 * ==|== primary styles =====================================================
 *  Author:	wolter & works - die web manufaktur
 * 			www.wolterworks.de
 * 			Copyright 2015
 * ==========================================================================
 */

/*
 * Layout
 */
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	color: #202020;
	font-weight: 100;
	line-height: 1.7;
	padding: 0;
	margin: 0;
}

#site-wrapper {
	margin: 30px auto;
	z-index: 1;
	position: relative;
	min-height: 300px;
	display: table;
	width: 90%;
}

#site-content-wrapper{
	display: table;
	margin: auto;
	width: 100%;
	max-width: 1200px;
}

#site-menu {
	height: 100%;
	margin-right: 10px;
	background-color: #CCCCCC;
	border-radius: 10px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
	display: table-cell;
	width: 300px;
	vertical-align: top;
	*float: left;
	*display: block;
}

#site-menu ul {
	list-style-type: none;
	text-align: center;
}

#site-menu-header {
	height: 60px;
	text-align: center;
	display: block;
	background-color: #CCCCCC;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

#site-menu-header p {
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #323232;
	padding: 7px 15px 20px 15px;
	margin: 0;
	text-align: center !important;
}

#site-menu-slider {
	display: block;
}

#site-menu-slider img {
	width: 300px;
}

#site-menu-menu {
	display: block;
	width: 300px;
	padding: 10px 0 10px 0;
	background-color: #E6E6E6;
}

#site-menu-footer {
	display: block;
	margin: 0px;
	padding: 10px 0px;
	background-color: #CCCCCC;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.menu-link {
	padding: 0 40px 0 40px;
	margin: 5px 0;
	text-align: center;
	display: block;
	font-size: 13px;
}

#site-spacer {
	height: 100%;
	width: 10px;
	background-color: transparent;
	display: table-cell;
	*float: left;
	*display: block;
}

#site-content {
	height: 100%;
	min-width: 600px;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
	display: table-cell;
	vertical-align: top;
	*float: left;
	*display: block;
}

.modtitle {
	margin-top: 20px;
}

#site-content-header {
	background-color: #4c7d4e;
	height: 60px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

#site-content-content {
	min-height: 300px;
	padding: 30px 100px;
}

#language-select {
	float: right;
	padding: 20px;
}

#language-select a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
}


#background_img {
     min-height: 100%;
     height: auto !important;
     min-width: 100%;
     width: auto !important;
     display: block;
     position: fixed;
     bottom: 0;
     right: 0;
     z-index: 0;
}

.slider-img {
	width: 300px;
	height: 113px;
}

#slide_area {
	width: 531px;
	height: 285px;
	margin: 0px;
	padding: 0px;
}

#contentbox {
	padding: 25px 50px;
	overflow-x: auto;
}

.pdf_icon {
	background-image: url('../img/pdf_icon.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px !important;
}

/*
 * Mainmenu
 */
.ddshadow {
	visibility: hidden !important;
}


#main-menu, #login-menu {
	margin: 30px 0 30px 0;
	padding: 0 40px 0 40px;
}

#main-menu ul, #login-menu ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#main-menu ul li, #login-menu ul li {
	text-align: center;
	border-radius: 10px;
	/*margin: 0 40px;*/
}

#main-menu li, #login-menu li {
	/*padding-left: 0 !important;*/
}

#main-menu > li a, #login-menu > li a {
	font-size: 18px;
	text-transform: uppercase;
	color: #323232;
	line-height: 1.5;
	padding: 3px;
	display: block;
	font-weight: normal;
}

.open {

}

.level0.open {
	background-color: #d4d4d4;
	border-radius: 10px;
}

.level0 {
	padding: 5px;
	border-radius: 10px;
}

.level1 {
	background-color: #dddddd;
	border-radius: 10px;
	padding: 5px;
}

.level1 a {
	font-size: 16px !important;
}

.level2 {
	background-color: #ececec;
	border-radius: 10px;
	padding: 5px;
}

.level3 {

}

.level4 {

}

.main-menu-active {
	background-color: #D5AAAA !important;
	border-radius: 10px;
}

.title-intern {
	text-align: center;
	font-size: 20px;
	padding: 0;
	margin: 0;
	background-color: #4C7D4E;
	color: #FFFFFF;
}

/*
 * Sub Menu
 */

#menu-area ul {
	list-style: none;
	margin: 0 40px;
	padding: 0;
}

#menu-area ul li {
	font-size: 10px;
	font-weight: 400;
	padding: 6px 15px 6px 0px;
	float: left;
	text-align: center;
}

#menu-area ul li a {
	font-size: 13px;
	text-transform: uppercase;
	color: #323232;
	line-height: 2.5;
}

/*
 * Footer Menu
 */

#footer-menu {
	padding: 0 40px 0 40px;
	margin: 5px 0;
}

#footer-menu li a {
	line-height: 1.8;
	font-size: 13px;
}

#footer-menu li.level0 {
	padding: 0px;
}

/*
 * Text
 */

h1 {
	font-size: 28px;
	font-weight: 100;
	padding: 0;
	padding-top: 14px;
	padding-left: 35px;
	margin: 0;
	color: #FFFFFF;
}

h2 {
	font-size: 20px;
	font-weight: 100;
	padding: 0;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 18px;
	font-weight: 100;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h4 {
	font-size: 11px;
}

h5 {
	font-size: 12px;
	font-weight: 900;
	text-transform: normal;
	margin: 0;
	padding: 5px 0 0 15px;
	background-image: url(../img/blue_aquare.png);
	background-repeat: no-repeat;
	background-position: left;
}

p {
	font-size: 15px;
	font-weight: 100;
	line-height: 1.7;
	color: #202020;
	text-align: justify;
}

p > a {
	text-decoration: underline;
	cursor: pointer;
}

p > a:hover {
	text-decoration: none;
	color: #4c7d4e;
}

.list_style {
	padding: 0 0 0 15px;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

.systemmessage {
	color: #007a09;
	font-weight: bold;
}

.copy {
	float: left;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.text_small {
	font-size: 10px;
}

.portrait {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
}
/*
.portrait:before {
	font-family: FontAwesome;
	content: "\f001 ";
	font-size: 15px;
	padding-right: 10px;
	padding-top: 4px;
	float: left;
}
*/
.portrait p, .newstitle p  {
	font-size: inherit;
	margin: 0px;
	line-height: inherit;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left;
}

.portrait-link {
	min-width: 100px;
	font-size: 15px;
}

.notiztime {
	float: right;
	font-size: 15px;
}

.portrait-archiv {
	padding-right: 35px;
	font-size: 15px;
}

.btn-menu {
	height: 50px;
	font-size: 30px;
	display: none;
	color: #FFFFFF;
	text-align: center;
	float: left;
	padding-top: 14px;
	padding-left: 10px;
	text-decoration: none !important;
}

.btn-menu::before {
	color: #FFFFFF;
}

.newstitle, .termintitle, .notiztitle {
	cursor: pointer;
	margin: 0;
	padding: 7px 0;
}

.newstitle:hover {
	background-color: #EDEDED;
}

.artikel-icon:before {
	font-family: FontAwesome;
	content: "\f016";
	font-size: 15px;
	padding-right: 10px;
	padding-top: 4px;
	float: left;
}

.notiz-icon:before {
	font-family: FontAwesome;
	content: "\f0e5";
	font-size: 15px;
	padding-right: 10px;
	padding-top: 4px;
	float: left;
}

.calendar-icon:before {
	font-family: FontAwesome;
	content: "\f133";
	font-size: 15px;
	padding-right: 10px;
	padding-top: 4px;
	float: left;
}

/*
 * Bilder-Liste
 */

.imglist_img {
	width: 170px;
	height: 110px;
	margin: 0px 5px;
	border: 0px;
}

.imglist_container {
	float: left;
	text-align: center;
	margin: 10px;
}

/*
 * Forms
 */

input, textarea, select {
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	background-color: #FFFFFF;
	cursor: pointer;
	margin: 5px;
	padding: 12px;
	margin-left: 0px;
	resize: none;
	border-radius: 5px;
}

input:hover, input:focus, input:active, textarea:hover, textarea:focus, textarea:active, select:hover, select:focus, select:active {
	border-width: 1px;
	border-color: #666666;
	border-style: solid;
	background-color: #F1F1F1;
}

fieldset {
	padding: 20px;
	border: 1px solid #999;
}

legend {
	font-size: 12px;
	font-weight: bold;
	color: #222222;
}

.form_label {
	float: left;
	width: 100px;
	margin: 3px;
	padding: 3px;
	margin-left: 0px;
	font-size: 15px;
}

.form_label_long {
	float: left;
	width: 170px;
	margin: 3px;
	padding: 3px;
	margin-left: 0px;
}

.form_text_long {
	width: 100%;
}

.form_text_short {
	width: 80px;
}

.error-box {
	background-color: #FF0000;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 20px;
}

#contact-area {
	width: 270px;
	float: right;
}

#slidenav {
	background-color: #FFFFFF;
	padding: 0px 5px;
	width: 20px;
	float: right;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
}

#slidenav:hover {
	background-color: #DADADA;
}

/*
 * Extra Button
 */

button.highlight_button, input.highlight_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 200;
	color: #4c7d4e;
	padding: 10px 20px;
	background-color: #e2e2e2;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0px solid #003366;

}

button.highlight_button:hover, input.highlight_button:hover {
	color: #ffffff;
	background-color: #4c7d4e;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}

button.width_button {
	width: 180px;
}

.content-box {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
    display: block;
}

.content-box-flex {
	width: 50%;
    margin: 0 auto;
    text-align: center;
    border: 4px solid transparent;
}

.content-box-flex:hover {
	border: 4px solid #FFFFFF;
	cursor: pointer;
}

.start-img {
	width: 100%;
	border: none;
}

.start-text {
	padding: 30px 10px;
	background: url('../img/transparent_80.png') repeat;
	height: 100px;
}

.news {
	display: none;
	width: 100%;
}

.notiz {
	display: none;
	width: 100%;
}

.archiv {
	display: none;
	width: 100%;
}

.termine {
	display: none;
	width: 100%;
}

.termine {
	width: 100%;
}

.termine th {
	font-weight: bold;
}

.termine tr:hover {
	background-color: #EDEDED;
}

.termine td {
	text-align: left;
	valign: top;
	padding: 15px 10px;
}

.termine td p {
	margin: 0;
	text-align: left;
}

.termine p {
	margin: 0;
	text-align: left;
}

.resp-tcell {
	float: left;
}

.resp-tcell-large {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

/*
 * Slides
 */

#slides {
	display: none
}

.container {
	margin: 0 auto
}

.slidesjs-container {
	width: 600px;
	height: 400px;
}

.slide_img {
	width: 600px;
	height: 400px;
	border: 0;
	margin: 0;
}

/*
 * ==|== primary styles =====================================================
 *  End
 * ==========================================================================
 */
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
	*line-height: 0;
}
.ir br {
	display: none;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
/*
 * ==|== responsive menu styles =============================================
 *  Start
 * ==========================================================================
 */
.responsive_menu_area ul.resp_menu {
    background: url('../img/transparent_80.png') repeat;
    height: 30px;
    width: 100%;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
}

.responsive_menu_area .tap {
	background: #DDDDDD;
}

.responsive_menu_area li {
	padding-left: 0px;
}

.responsive_menu_area ul.resp_menu > li {
    float: left;
    position: relative;
}

.responsive_menu_area ul.resp_menu ul {
	padding-left: 0px;
    /*background: url('../img/transparent_80.png') repeat;*/
    display: none;
    position: absolute;
    left: 0; top: 100%;
}

.responsive_menu_area ul.resp_menu a {
    cursor: pointer;
    display: block;
	color: #808080;
	text-decoration: none;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
}

.responsive_menu_area ul.resp_menu select {
    height: 30px;
    margin: 0px;
    font-size: 14px;
}

.responsive_menu_area ul.resp_menu li {
	list-style: none;
}

.responsive_menu_area ul.resp_menu li a:hover {
	color: #0c4185;
	text-decoration: underline;
}
.responsive_menu_area ul.resp_menu li a:focus {
	text-decoration: none;
}
.responsive_menu_area .menu_title {
	font-size: 14px;
}
.responsive_menu_area .menu_title:hover {
	color: #0c4185;
}
/*
 * ==|== responsive menu styles =============================================
 *  End
 * ==========================================================================
 */

 audio {
	 width: 100%;
 }