/* pt-sans-narrow-regular - latin */
@font-face {
	font-family: 'PT Sans Narrow';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/pt-sans-narrow-v17-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		url('../fonts/pt-sans-narrow-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/pt-sans-narrow-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/pt-sans-narrow-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
		url('../fonts/pt-sans-narrow-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/pt-sans-narrow-v17-latin-regular.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}

/* pt-sans-narrow-700 - latin */
@font-face {
	font-family: 'PT Sans Narrow';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/pt-sans-narrow-v17-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		url('../fonts/pt-sans-narrow-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/pt-sans-narrow-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/pt-sans-narrow-v17-latin-700.woff') format('woff'), /* Modern Browsers */
		url('../fonts/pt-sans-narrow-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/pt-sans-narrow-v17-latin-700.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}

/* encode-sans-condensed-300 - latin */
@font-face {
	font-family: 'Encode Sans Condensed';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/encode-sans-condensed-v10-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
		url('../fonts/encode-sans-condensed-v10-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/encode-sans-condensed-v10-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/encode-sans-condensed-v10-latin-300.woff') format('woff'), /* Modern Browsers */
		url('../fonts/encode-sans-condensed-v10-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/encode-sans-condensed-v10-latin-300.svg#EncodeSansCondensed') format('svg'); /* Legacy iOS */
}

/* encode-sans-condensed-regular - latin */
@font-face {
	font-family: 'Encode Sans Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/encode-sans-condensed-v10-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		url('../fonts/encode-sans-condensed-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/encode-sans-condensed-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/encode-sans-condensed-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
		url('../fonts/encode-sans-condensed-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/encode-sans-condensed-v10-latin-regular.svg#EncodeSansCondensed') format('svg'); /* Legacy iOS */
}

/* encode-sans-condensed-700 - latin */
@font-face {
	font-family: 'Encode Sans Condensed';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/encode-sans-condensed-v10-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		url('../fonts/encode-sans-condensed-v10-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/encode-sans-condensed-v10-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/encode-sans-condensed-v10-latin-700.woff') format('woff'), /* Modern Browsers */
		url('../fonts/encode-sans-condensed-v10-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/encode-sans-condensed-v10-latin-700.svg#EncodeSansCondensed') format('svg'); /* Legacy iOS */
}

section, aside, header, nav, article, footer, time, figure {
	display: block;
	margin: 0px;
	padding: 0px;
} 

* {	
	outline: none;
} 

html {
	width: 100%;
	min-height: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'PT Sans', arial, sans-serif;
	font-size: 16px;
	font-weight: 400;	
	color: #000000;
	margin: 0;
	padding: 0;
	height: 100%;
}

#inhaltsbox {
	float: left;
	clear: both;
	width: 100%;
	min-height: 100%;
	position: relative;
}

p {	
	margin: 0 0 10px 0;
	line-height: 1.2em;
}

p:last-child {
	margin: 0;
}

a {
	color: #000000;
	text-decoration: none;
}

#inhaltsbereich a {
	text-decoration: underline;
}

ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

li {
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../images/aufzaehlung.png) left top 6px no-repeat;
}

h1 {
	font-family: 'Encode Sans Condensed';
	font-size: 30px;
	text-transform: uppercase;
	color: #2b2b2b;
	font-weight: 600;
	margin: 0 0 3px 0;
}

h2 {
	font-family: 'Encode Sans Condensed';
	font-size: 26px;
	text-transform: uppercase;
	color: #2b2b2b;
	font-weight: 600;
	margin: 0 0 25px 0;
}

h1 + h2 {
	margin: -3px 0 0 0;
	font-weight: 400;
}

h3 {
	font-family: 'Encode Sans Condensed';
	font-size: 14px;
	color: #2b2b2b;
	margin: 40px 0 0 0;
}

.text-left {	
	text-align: left;
}
 
.text-right {
	text-align: right;
}

.text-center {	
	text-align: center;
}

.text-justify {	
	text-align: justify;
} 

.ce-intext.ce-right .ce-gallery {
	margin-left: 20px;
}

.ce-intext.ce-left .ce-gallery {
	margin-right: 20px;
}

.ce-gallery figcaption {	
	display: block;
}

#header, #inhaltsbereich, #inhaltsbereich_startseite {	
	float: left;
	clear: both;
	width: 100%;
}

.rahmen {
	max-width: 1160px;
	width: 92%;
	padding: 0 4%;
	margin: 0 auto;
}

#inhaltsbereich .zentriert {
	max-width: 1160px;
	width: 92%;
	padding: 0 4%;
	margin: 0 auto;
}

#inhaltsbereich.galerie .zentriert {
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

#inhaltsbereich .zentriert .rahmen {
	float: left;
	clear: both;
	width: 100%;
	padding: 70px 0 20px 0;
}

#inhaltsbereich.galerie .zentriert .rahmen {
	max-width: 100%;
	width: 100%;
}

#inhaltsbereich .zentriert .rahmen > div {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 30px;
}

.video-embed {
	position: relative;
}

.owl-carousel.ce-gallery .ce-row, .owl-carousel.ce-gallery .ce-column, .owl-carousel.ce-gallery figure {
	display: block !important;
	width: 100%;
}

.owl-carousel .video-embed {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	float: left;
	clear: both;
}

.owl-carousel .video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 0;
	display: block;
}

.videoiframelink {
	position: absolute; 
	top: 0;
	left: 0; 
	bottom: 0; 
	right: 0; 
	display: block;
}

/* -- Navigation -- */
.oben {
	float: left;
	clear: both;
	width: 100%;
	background: #FFFFFF;
}

.oben .rahmen {
	float: left;
	max-width: 100%;
	width: 100%;
	padding: 0;
}

.logo {
	margin: 10px 0;
	float: left;
	position: relative;
	left: 4%;
}

.logo .ce-gallery {
	margin: 0;
}

.logo img {
	width: 100%;
	height: auto;
}

.drucken {
	width: 22px;
	float: left;
}

#sprachnavi {
	float: right;
	position: relative;
	right: 4%;
	margin-top: 10px;
}

#sprachnavi #sprachen {
	width: 112px;
	float: right;
	text-align: right;
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid #000000;
}

#sprachnavi a {
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #273172;
	margin-left: 10px;
	position: relative;
}

#sprachnavi a:first-child {
	margin-left: 0;
}

.mob_button {
	display: none;
	float: left;
	width: 30px;
	height: 24px;
	background: #FFFFFF;
	cursor: pointer;
	margin: 67px 0 0 0;
	position: relative;
}

.mob_button span {
	background-color: #2a2a2a;
	width: 28px;
	height: 3px;
	right: 6px;
	margin: 0;
	position: absolute;
	top: 50%;
	transition: background-color 0.3s ease 0.3s;
}

.mob_button span::before, .mob_button span::after {
	content: "";
	backface-visibility: hidden;
	background-color: #2a2a2a;
	width: 100%;
	height: 3px;
	position: absolute;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0.3s;
	display: block;
}

.mob_button span::before {
	transform: translateY(-8px);
}

.mob_button span::after {
	transform: translateY(8px);
}

.mobnavvisible.mob_button span {
	background-color: #FFFFFF;
}

.mobnavvisible.mob_button span::before {
	transform: translateY(0px) rotate(-45deg);
}

.mobnavvisible.mob_button span::after {
	transform: translateY(0px) rotate(45deg);
}

.mobnavi {
	display: none;
}

.hauptnavi {
	float: right;
	position: relative;
	right: 4%;
	clear: right;
	margin-top: 22px;
}

.hauptnavi ul {
	margin: 0;
	padding: 0;
}

.hauptnavi li {
	display: inline;
	font-family: 'PT Sans Narrow', arial, sans-serif;
	font-size: 22px;
	margin-left: 7px;
	background: none;
	padding: 0;
	line-height: 1.3em;
}

.hauptnavi li:first-child {
	margin-left: 0;
}

.hauptnavi li.act, .hauptnavi li:hover {
	position: relative;
}

.hauptnavi li a {
	padding: 0 20px;
}

.hauptnavi li a, .hauptnavi li.act a {
	color: #000000;
}

.hauptnavi li.act::after, .hauptnavi li:hover::after {
	content:"";
	position: absolute;
	background: #f6e310;
	height: 2px;
	width: 100%;
	bottom: -6px;
	left: 0;
}

.hauptnavi li.ifsub {
	position: relative;
	z-index: 2;
}

.hauptnavi li.ifsub .hnavisub {
	display: none;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	background: #FFFFFF;
	padding-top: 44px;
}

.hauptnavi li.ifsub:hover .hnavisub, .hauptnavi li.ifsub.act .hnavisub {
	display: block;
}

.hauptnavi li.ifsub .hnavisub li {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 0;
	font-size: 15px;
	margin-left: 0;
	line-height: 1.3em;
}

.hauptnavi li.ifsub .hnavisub li::after {
	display: none;
}

.hauptnavi li.ifsub .hnavisub li.act, .hauptnavi li.ifsub .hnavisub li:hover {
	background: #757575;
	color: #FFFFFF;
}

.hauptnavi li.ifsub .hnavisub li a {
	color: #000000;
	padding: 5px 10px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
}

.hauptnavi li.ifsub .hnavisub li:last-child a {
	border-bottom: none;
}

.hauptnavi li.ifsub .hnavisub li.act a, .hauptnavi li.ifsub .hnavisub li:hover a {
	color: #FFFFFF;
}

/* -- Headerbild -- */
.headerbild, .subheaderbild {
	float: left;
	clear: both;
	width: 100%;
	position: relative;
}

.headerbild .ce-gallery, .subheaderbild .ce-gallery {
	margin: 0;
}

.headerbild .ce-bodytext, .subheaderbild .ce-bodytext {
	position: absolute;
	background: rgba(255,255,255,0.8);
	padding: 14px 4% 12px 4%;
	bottom: 40px;
	line-height: 2.1em;
	z-index: 1;
}

.headerbild img, .subheaderbild img {
	width: 100%;
	height: auto;
}

.headerbild .owl-dots {
	display: block;
	position: absolute;
	top: 30px;
	right: 4%;
}

.headerbild .owl-dots .owl-dot {
	width: 13px;
	height: 13px;
	background: #FFFFFF;
	border-radius: 25px;
	display: inline-block;
	margin-left: 3px;
}

.headerbild .owl-dots .owl-dot:first-child {
	margin-left: 0;
}

.headerbild .owl-dots .owl-dot.active {
	background: #F6E310;
	box-shadow: 0 0 1px 0 rgba(0,0,0,0.4);
}

/* -- Inhalt -- */
#inhaltsbereich {
	padding-bottom: 200px;
}

#inhaltsbereich > .rahmen > .frame {
	float: left;
	clear: both;
	width: 100%;
	padding: 0 0 40px 0;
}

#inhaltsbereich > .rahmen > .frame:last-child {
	padding: 0 0 70px 0;
}

#inhaltsbereich_startseite {
	padding-bottom: 150px;
}

#inhaltsbereich_startseite .rahmen {
	float: left;
	clear: both;
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

/* -- Rahmen -- */
.startmulti {
	background: #ededed;
}

.startmulti .col-50 {
	padding: 70px 0;
	width: 46% !important;
}

.startmulti .col-50:first-child {
	background: #ededed;
	padding-left: 4%;
}

.startmulti .col-50:last-child {
	background: #757575;
	color: #FFFFFF;
	padding-right: 4%;
	min-height: 297px;
}

.startmulti .col-50 > div {
	max-width: 580px;
	width: 100% !important;
	margin: 0 !important;
	float: left;
}

.startmulti .col-50:first-child > div {
	float: right;
}

.startmulti .col-50:first-child .ce-textpic {
	margin-right: 20px;
}

.startmulti .col-50:last-child .ce-textpic {
	margin-left: 20px;
}

.eilmeldung {
	float: left;
	clear: both;
	width: 92%;
	margin: 60px 4% 0 4%;
	text-align: center;
}

.eilmeldung > div {
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	border-top: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a;
}

.protokolle .ui-accordion .ui-accordion-content p {
	float: left;
	width: 100%;
}

.protokolle .ui-accordion .ui-accordion-content ul {
	float: left;
	width: 100%;
}

.protokolle .ui-accordion-content a {
	text-decoration: none !important;
	padding-left: 25px;
	background: url(../images/download_icon.png) left top 2px no-repeat;
	margin-bottom: 10px;
	display: table-cell;
}

.protokolle .ui-accordion-content a:hover {
	background: url(../images/download_icon_red.png) left top 2px no-repeat;
}

.bildergalerie {
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
}

.bildergalerie .inner-csc-default {
	width: 98.2%;
	max-width: 100%;
	margin: 0 0.8% 0 1%;
}


.bildergalerie .ce-gallery {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
}

.bildergalerie .ce-media, .bildergalerie figure {
	display: inline;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.bildergalerie img {
  overflow: hidden;
  position: relative;
  margin-top: -2px;
  display: block;
  margin: 0px;
  height: 100%;  
  max-width: 100%;
  max-height: 100%;
  transition: opacity 250ms;  
  opacity: 0;
}

.bildergalerie figure {
	float: left;
	position: relative;
}

.bildergalerie .ce-textpic {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.bildergalerie .ce-gallery figcaption, .galerie .ce-gallery figcaption {
	display: none;
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 92%;
	padding: 10px 4%;
	background: rgba(255,255,255,0.8);
}

.bildergalerie .ce-gallery figure:hover figcaption, .galerie .ce-gallery figure:hover figcaption {
	display: block;
}

.downloads h2 {
	border-bottom: 1px solid #2b2b2b;
	margin-bottom: 20px;
}

.downloads li {
	padding: 0;
	background: 0;
}

.downloads a {
	text-decoration: none !important;
	padding-left: 25px;
	background: url(../images/download_icon.png) left top 2px no-repeat;
	margin-bottom: 10px;
	display: table-cell;
}

.downloads a:hover {
	background: url(../images/download_icon_red.png) left top 2px no-repeat;
}

.downloads > .frame {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 40px;
}

/* -- Accordion -- */
.ui-accordion .ui-accordion-header {
	background: #757575;
	border: none;
	border-radius: 0;
	color: #FFFFFF;
	padding: 4px 14% 6px 2%;
	margin: 5px 0 0 0;
	text-transform: uppercase;
	font-size: 20px;
	float: left;
	clear: both;
	width: 84%
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #FFFFFF;
	font-size: 16px;
	font-family: 'Encode Sans Condensed', arial, sans-serif;
	text-decoration: none !important;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	left: auto;
	right: 16px;
	margin-top: -10px;
	width: 18px;
	height: 18px;
}

.ui-state-default .ui-icon {
	background: url(../images/plus.png);
}

.ui-state-active .ui-icon, .ui-state-default:hover .ui-icon {
	background: url(../images/minus.png);
}

.ui-accordion .ui-accordion-content {
	background: #ededed;
	padding: 30px 5% 30px 2%;
	border: none;
	border-radius: 0;
	font-size: 16px;
	font-family: 'PT Sans', arial, sans-serif;
}

/* ------ Powermail ------ */
.tx-powermail {
	width: 100%;
	float: left;
	clear: both;
	display: block;
}

.tx-powermail h3, .powermail_legend {
	display: none;
}

.powermail_fieldset  {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	float: left;
	clear: both;
	display: block;	
}

.powermail_label {
	display: none;
	width: 25%;
	float: left;
	margin: 4px 0;
	text-align: right;
	font-size: 16px;
}

.powermail_fieldwrap {
	width: 100%;
	float: left;
	clear: both;
	display: block;
	margin: 5px 0 5px 0;
	position: relative;
}

.powermail_field .powermail_input {
	width: 96%;
	float: right;
	padding: 2px 2%;
	border: none;
	position: relative;
	font-family: 'PT Sans', arial, sans-serif !important;
	font-size: 16px;
    -webkit-appearance: none;
	border-radius: 0;
	box-shadow: 0 0 0 1px #bcc4bb;
}

.powermail_field .powermail_textarea  {
	width: 96%;
	float: right;
	resize: none;
	font-family: 'PT Sans', arial, sans-serif;
	font-size: 16px;
	padding: 2px 2%;
	border: none;
    -webkit-appearance: none;
	border-radius: 0;
	box-shadow: 0 0 0 1px #bcc4bb;
	overflow: auto;
}

.powermail_field .powermail_submit {
	width: 100%;
	float: right;
	background: #2a2a2a;
	border: 0;
	border-radius: 0;
	padding: 8px 0px;
	cursor: pointer;
	text-align: center;
	color: #FFFFFF;
	font-family: 'PT Sans', arial, sans-serif;
	font-size: 16px;
    -webkit-appearance: none;
}

.parsley-errors-list {
	color: #2a2a2a;
	position: absolute;
    top: -15px;
    right: 10px;
	padding: 0;
	font-size: 12px;
}

.parsley-errors-list li {
	background: none;
	padding: 17px 0 0 0;
}

.powermail_field .powermail_input.parsley-error, .powermail_field .powermail_textarea.parsley-error {
	box-shadow:  0 0 10px #777777;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #bcc4bb !important;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #bcc4bb !important;
}

:-ms-input-placeholder { /* IE 10+ */
	color: #bcc4bb !important;
}

:-moz-placeholder { /* Firefox 18- */
	color: #bcc4bb !important;
}

.tx-powermail input:-webkit-autofill,
.tx-powermail input:-webkit-autofill:hover, 
.tx-powermail input:-webkit-autofill:focus
.tx-powermail input:-webkit-autofill, 
.tx-powermail textarea:-webkit-autofill,
.tx-powermail textarea:-webkit-autofill:hover
.tx-powermail textarea:-webkit-autofill:focus,
.tx-powermail select:-webkit-autofill,
.tx-powermail select:-webkit-autofill:hover,
.tx-powermail select:-webkit-autofill:focus {
	border: none;
	-webkit-text-fill-color: #000000;
	-webkit-box-shadow: 0 0 0px 1000px rgba(0,0,0,0.2) inset !important;
	transition: background-color 5000s ease-in-out 0s !important;
	position: relative;
}

/* -- Login -- */
.tx-felogin-pi1 {
	margin-left: 20px;
	position: relative;
}

.tx-felogin-pi1 h3 {
	display: none;
}

.tx-felogin-pi1 fieldset legend {
	display: none;
}

.tx-felogin-pi1 h3 + div {
	margin-bottom: 20px;
}

.tx-felogin-pi1 label {
	display: none;
}

.tx-felogin-pi1 a {
	font-size: 14px;
	color: #FFFFFF;
	font-style: italic;
	position: absolute;
	bottom: 78px;
	right: 12px;
}

.tx-felogin-pi1 fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.tx-felogin-pi1 fieldset > div:nth-child(2) {
	margin-bottom: 10px;
}

.tx-felogin-pi1 input {
	font-family: 'PT Sans', arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	margin: 0;
	padding: 0 7% 3px 7%;
	border: none;
	width: 86%;
	background: none;
	border-bottom: 1px solid #FFFFFF;
	height: 42px;
	-webkit-appearance: none;
	border-radius: 0;
}

.tx-felogin-pi1 fieldset > div:nth-child(2) input {
	background: url("../images/login_benutzername.png") left 1px top 14px no-repeat;
}

.tx-felogin-pi1 fieldset > div:nth-child(3) input {
	background: url("../images/login_passwort.png") left 1px top 14px no-repeat;
}

.tx-felogin-pi1 input[type="submit"] {
	width: 100%;
	text-transform: uppercase !important;
	padding: 10px 0 !important;
	background: #FFFFFF !important;
	color: #000000 !important;
	margin-top: 58px !important;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
}

::placeholder {
	color: #FFFFFF;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border: none;
	-webkit-text-fill-color: #FFFFFF;
	-webkit-box-shadow: 0 0 0px 1000px rgba(0,0,0,0.2) inset !important;
	transition: background-color 5000s ease-in-out 0s !important;
	position: relative;
}

/* -- News -- */
#inhaltsbereich_startseite .frame-type-list {
	float: left;
	clear: both;
	width: 92%;
	margin: 70px 4% 50px 4%;
}

#inhaltsbereich_startseite .frame-type-list .article {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 2px solid #EDEDED;
}

#inhaltsbereich .frame-type-list .article {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	border-bottom: 2px solid #EDEDED;
}

#inhaltsbereich_startseite .frame-type-list .article:last-child,
#inhaltsbereich .frame-type-list .article:last-child {
	margin: 0;
}


#inhaltsbereich_startseite .frame-type-list .news-text
#inhaltsbereich .frame-type-list .news-text {
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
}

#inhaltsbereich_startseite .frame-type-list header, #inhaltsbereich_startseite .frame-type-list .news,
#inhaltsbereich .frame-type-list header, #inhaltsbereich .frame-type-list .news {
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
}

#inhaltsbereich_startseite .frame-type-list header h2, #inhaltsbereich .frame-type-list header h2,
.news-single h2 {
	font-size: 30px;
	margin: 0 0 40px 0;
}

#inhaltsbereich_startseite .frame-type-list .news-date, #inhaltsbereich .frame-type-list .news-date,
.news-single .news-single-infos {
	color: #757575;
	font-size: 14px;
}

.news-single-date {
	float: left;
	margin-bottom: -5px;
}

#inhaltsbereich_startseite .frame-type-list .news-date + h2, #inhaltsbereich .frame-type-list .news-date + h2 {
	font-size: 16px;
	margin: -3px 0 5px 0;
	line-height: 1em;
	margin-top: 2px;
}

#inhaltsbereich_startseite .frame-type-list a.more, #inhaltsbereich .frame-type-list a.more {
	background: #757575;
	color: #FFFFFF;
	padding: 5px 20px 7px 20px;
	float: left;
	margin-top: 15px;
}

#inhaltsbereich .frame-type-list .article {
	width: 100%;
}

#inhaltsbereich .frame-type-list .article .news-text {
	margin: 0;
}

#inhaltsbereich .frame-type-list a {
	text-decoration: none;
}

#inhaltsbereich .frame-type-list .news-list-container .page-navigation:first-child {
	display: none;
}

#inhaltsbereich .frame-type-list .page-navigation > p {
	display: none;
}
#inhaltsbereich .frame-type-list .page-navigation ul {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}

#inhaltsbereich .frame-type-list .page-navigation li {
	display: inline-block;
	float: none;
	padding: 0 5px;
}

#inhaltsbereich .frame-type-list .page-navigation li.current {
	font-weight: 600;
}

#inhaltsbereich .frame-type-list .page-navigation li.previous a, #inhaltsbereich .frame-type-list .page-navigation li.next a {
	position: relative;
	width: 18px;
}

#inhaltsbereich .frame-type-list .page-navigation li.previous a, #inhaltsbereich .frame-type-list .page-navigation li.next a {
	color: rgba(255,255,255,0);
}

#inhaltsbereich .frame-type-list .page-navigation li.previous a:before {
	content: "«";
	position: absolute;
	color: #000000;
	right: 3px;
	top: -8px;
	font-size: 25px;
}

#inhaltsbereich .frame-type-list .page-navigation li.next a:after {
	content: "»";
	position: absolute;
	color: #000000;
	left: 3px;
	top: -8px;
	font-size: 25px;
}

#inhaltsbereich_startseite .frame-type-list a.more, #inhaltsbereich .frame-type-list a.more {
	background: #757575;
	color: #FFFFFF;
	padding: 5px 20px 7px 20px;
	float: left;
	margin-top: 15px;
	transition: background 0.5s;
}

.news-single .news-single-backlink {
	background: #757575;
	padding: 5px 0 7px 0;
	float: left;
	margin-top: 30px;
	width: auto;
	transition: background 0.5s;
}

#inhaltsbereich_startseite .frame-type-list a.more:hover, #inhaltsbereich .frame-type-list a.more:hover,
.news-single .news-single-backlink:hover {
	background: #2a2a2a;
}

.news-single .news-single-backlink a {
	color: #FFFFFF;
	padding: 5px 20px 7px 20px;
}

/* -- Footer -- */
#footer {
	float: left;
	clear: both;
	width: 100%;
	background: #2a2a2a;
	color: #FFFFFF;
	font-size: 14px;
	padding: 20px 0;
	margin-top: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	box-shadow: 0 -2px 10px 0 rgba(0,0,0,0.5);
}

#inhaltsbereich_startseite + #footer {
	box-shadow: none;
}

#footer p, #footer a {
	line-height: 1.2em;
}

#footer a {
	color: #FFFFFF;
}

#footer .col-25 {
	width: 24%;
}
#footer .col-25:nth-child(2) {
	width: 22%;
}

#footer .col-25:nth-child(3) {
	width: 19%;
}

#footer .col-25:last-child {
	float: right;
	width: 35%;
}

#footer .col-25:last-child > div {
	width: 100%;
}

#footer .col-25:last-child ul {
	float: right;
	margin-bottom: 0;
}

#footer .col-25:last-child li {
	display: inline-block;
	margin-left: 8px;
	padding-left: 8px;
	border-left: 1px solid #FFFFFF;
	background: none;
}

#footer .col-25:last-child li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

/* -- Cookies -- */
#cookie-bar {	
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;	
	color: #eee;	
	text-align: left;	
	padding: 5px 0 5px 0;
	font-size: 11px;
	font-weight: 400;
	font-family: arial;
	line-height: 1.4em;
	display: none;
}

#cookie-bar.fixed {
	position: fixed;
	bottom: 0px;
	right: 0;
	width: auto;
	max-width: 250px;
	padding: 5px 10px;
	z-index: 99;
}

#cookie-bar.fixed.bottom {
	bottom: 0;
	top: auto;
}
 
#cookie-bar p {
	margin: 0; 
	padding: 0; 
}

#cookie-bar a {	
	color: #eee;	
	display: inline-block;	
	border-radius: 3px;	
	text-decoration: none;	
	padding: 0px;	
	margin-left: 0px; 
}

#cookie-bar .cb-enable {	
	background: none;
	color: #eee;
	text-decoration: none;
	margin-left: 0px;
	padding: 0px 3px;
	font-weight: 700;	
	cursor: pointer;
} 
/* -- Cookies -- */