@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	fallback: Tahoma, sans-serif;
	font-display : swap;
	src:
		local('OpenSans'),
		local('OpenSans-Regular'),
		url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Open Sans Bold';
	font-style: normal;
	font-weight: 800;
	fallback: Tahoma, sans-serif;
	font-display : swap;
	src:
		local('OpenSans Bold'),
		local('OpenSans-Bold'),
		url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
}


section, aside, header, nav, article, footer, time, figure {
	display: block;
	margin: 0;
	padding: 0;
}

* {
	outline: none;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: 'Open Sans';
	font-size: 14px;
	line-height: 1.6em;
	color: #505050;
	margin: 0;
	padding: 0;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}

body.largecontent {
	padding-bottom: 150px;
}

p, p.bodytext {
	margin: 0 0 1em 0;
}

strong {
	font-family: 'Open Sans Bold';
	font-weight: normal;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table tr:nth-child(odd) {
	background: rgba(0,0,0,0.1);
}

table td {
	vertical-align: top;
	padding: 10px;
	text-align: left;
}

h1, h2, h3 {
	font-family: Tahoma, 'Open Sans';
    font-weight: normal;
    font-size: 50px;
	text-transform: uppercase;
	line-height: 1.4em;
    color: #000000;
	margin: 0 0 30px 0;
}

h2 {
	color: #DA001C;
    line-height: 1em;
}

h3 {
	font-size: 18px;
    line-height: 1em;
	margin: 0 0 20px 0;
	font-family: 'Open Sans Bold';
	text-transform: none;
}

header h3:only-child {
	margin-top: 30px;
}

a {
	color: #DA001C;
	text-decoration: none;
}

a[title~="PDF"] {
	background: url(../images/pdf.svg) left top no-repeat;
	background-size: auto 20px;
    min-height: 20px;
    display: inline-block;
    padding: 0 0 0 20px;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

.symbol {
	display: inline-block;
}

.symbol::before {
	content: "\0040";
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	padding: 0;
	margin: 0;
}

#inhaltsbereich ul {
	list-style: none;
	padding: 0 0 0 15px;
	margin: 1em 0;
}

#inhaltsbereich .news li {
	position: relative;
	padding: 0 0 0 20px;
}

#inhaltsbereich .news li::before {
	content: '';
	background: url(../images/icon_sprite_red.svg) left top no-repeat;
	background-size: auto 100%;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
}

#top {
	float: left;
	clear: both;
	width: 100%;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	z-index: 5;
}

#sprachen {
	position: absolute;
	left: 10px;
	top: 35px;
	z-index: 5;
}

#sprachen a {
	display: inline-block;
	padding: 0 10px;
	background: none;
	font-family: 'Open Sans Bold', arial, sans-serif;
	color: #adadad;
	border-left: 2px solid #adadad;
}

#sprachen a:first-child {
	border: 0;
}

#sprachen a .lang_act {
	color: #000000;
}

#logo {
	float: left;
	clear: both;
	width: 90%;
	padding: 20px 5% 10px;
}

/* mobile Navi Button */

.mob_button span::after, .mob_button span::before {
	transform: translateZ(0px);
}

.mob_button {
	position: absolute;
	right: 5%;
    top: 30px;
	width: 40px;
	height: 30px;
	cursor: pointer;
	white-space: nowrap;
	margin: 0;
	z-index: 6;
	display: none;
	cursor: pointer;
	transition: 0.5s ease;
}

#top.scrolled .mob_button {
	top: 22px;
}

.mob_button span {
	background-color: #1e1e1e;
	height: 5px;
	left: 0;
	margin-top: -3px;
	position: absolute;
	top: 50%;
	transition: background-color 0.3s ease 0.3s;
	width: 40px;
}

.mob_button span::after, .mob_button span::before {
	backface-visibility: hidden;
	background-color: #1e1e1e;
	content: "";
	height: 5px;
	position: absolute;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0.3s;
	width: 100%;
	display: block;
}

.mob_button span::before {
	transform: translateY(-10px);
}

.mob_button span::after {
	transform: translateY(10px);
}

.mobnavvisible.mob_button span {
	background-color: transparent;
}

.mobnavvisible.mob_button span::before {
	transform: translateY(0px) rotate(-45deg);
}

.mobnavvisible.mob_button span::after {
	transform: translateY(0px) rotate(45deg);
}

#navi {
	float: left;
	clear: both;
	width: 90%;
	padding: 10px 5%;
	background: #F0F0F0;
	text-transform: uppercase;
}

#navi ul {
	text-align: center;
}

#navi li {
	display: inline-block;
	margin: 0 5px;
}

#navi a {
	display: block;
	padding: 8px 10px;
	color: #000000;
	transition: all 0.5s ease;
}

#navi li:hover a,
#navi li.act a {
	color: #DA001C;
}

#background {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

#background .ce-gallery {
	width: 100%;
	margin: 0;
}

#background .ce-column,
#background .image,
#background img {
	width: 100%;
	height: auto;
}

#inhaltsbereich {
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	z-index: 4;
	/*margin: 200px 0 50px 0;*/
	margin: 200px 0 100px 0;
	flex: 1 0 auto;
}

#inhaltsbereich.login {
	max-width: 988px;
	left: 50%;
	margin: 200px 0 200px -494px;
}

#inhaltsbereich.login > .frame {
	background: #FFFFFF;
    padding: 50px 5%;
    width: 90%;
    float: left;
    clear: both;
	box-shadow: 30px 30px 50px 10px rgba(0,0,0,0.2);
	margin-bottom: 50px;
}

#inhaltsbereich.login > .frame:last-child {
	margin-bottom: 0;
}

#inhaltsbereich.login > .frame-type-login,
#inhaltsbereich.login > .frame-type-felogin_login {
	background: #DA001C;
    color: #FFFFFF;
}

#inhaltsbereich #newsbereich h1,
#inhaltsbereich #newsbereich h2,
#inhaltsbereich #newsbereich h3,
#inhaltsbereich #newsbereich a,
#inhaltsbereich.login > .frame-type-login h1,
#inhaltsbereich.login > .frame-type-login h2,
#inhaltsbereich.login > .frame-type-login h3,
#inhaltsbereich.login > .frame-type-login a,
#inhaltsbereich.login > .frame-type-felogin_login h1,
#inhaltsbereich.login > .frame-type-felogin_login h2,
#inhaltsbereich.login > .frame-type-felogin_login h3,
#inhaltsbereich.login > .frame-type-felogin_login a {
    color: #FFFFFF;
}

#inhaltsbereich #nutzerinformationen {
	float: left;
	width: 50%;
	padding: 50px 5%;
}

#inhaltsbereich #nutzerinformationen > .frame {
	margin-bottom: 30px;
}

#inhaltsbereich #nutzerinformationen > .frame:last-child {
	margin-bottom: 0;
}

#inhaltsbereich #newsbereich {
	float: right;
	width: 30%;
	padding: 50px 5%;
	background: #DA001C;
	color: #FFFFFF;
}

#inhaltsbereich:not(.login) > .frame {
	float: left;
	clear: both;
	width: 100%;
}

#inhaltsbereich:not(.login) > .frame > .rahmen {
	max-width: 988px;
	left: 50%;
	margin-left: -494px;
	position: relative;
}

#footer {
	float: left;
	clear: both;
	width: 90%;
	background: #343434;
	padding: 20px 5%;
	position: relative;
	z-index: 4;
	color: #FFFFFF;

	/* position: fixed;
	position: absolute;
	bottom: 0;*/
	flex-shrink: 0;
}

#footer p {
	margin: 0;
}

#footer ul {
	padding: 0;
    margin: 0;
	text-align: right;
}

#footer li {
	display: inline-block;
	margin: 0 0 0 20px;
}

#footer a {
	/* padding: 15px 0; */
	display: inline-block;
	color: #FFFFFF;
}

/* ----------------------- FE LOGIN ----------------------- */

.tx-felogin-pi1 {
	float: left;
	clear: both;
	width: 100%;
}

.tx-felogin-pi1 fieldset {
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 30px 0 0 0;
	border: 0;
}

.tx-felogin-pi1 fieldset legend {
	display: none;
}

.tx-felogin-pi1 fieldset > div {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 10px;
}

.tx-felogin-pi1 fieldset > .pw-forgot,
.tx-felogin-pi1 fieldset > .submit,
.tx-felogin-pi1 fieldset > .back-login {
	clear: none;
	width: 50%;
}

.tx-felogin-pi1 fieldset > .pw-forgot,
.tx-felogin-pi1 fieldset > .back-login {
	padding-top: 15px;
}

.tx-felogin-pi1 fieldset > .pw-forgot a,
.tx-felogin-pi1 fieldset > .back-login a {
	display: block;
}

.tx-felogin-pi1 fieldset > div > label {
	float: left;
	width: 30%;
	padding-top: 15px;
}

.tx-felogin-pi1 fieldset > div > input {
	float: right;
	width: 66%;
	border: 0;
	padding: 15px 2%;
	background: rgba(0,0,0,0.3);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: #FFFFFF;
}

.tx-felogin-pi1 fieldset > div > .show_username {
	float: right;
	width: 66%;
	padding: 15px 2%;
	background: rgba(0,0,0,0.3);
}

.tx-felogin-pi1 fieldset > div > input[type="submit"] {
	width: auto;
	padding: 15px 50px;
	background: rgba(0,0,0,0.3);
	color: #FFFFFF;
	cursor: pointer;
	transition: all 0.5s ease;
	text-transform: uppercase;
	font-family: 'Open Sans Bold';
}

.tx-felogin-pi1 fieldset > div > input[type="submit"]:hover {
	background: #FFFFFF;
	color: #DA001C;
}

/* ----------------------- FE LOGIN ----------------------- */

/* ----------------------- TX_NEWS ----------------------- */

/* News List */

.news .news-list-view .article {
	/* padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #000000; */
	padding: 30px 3%;
	width: 94%;
	background: #F0F0F0;
}

.news .news-list-view .article:last-child {
	padding-bottom: 0;
	margin-bottom: 20px;
	border-bottom: 0;
}

.news .news-list-view .article h3 {
	margin-bottom: 20px;
}

.news .news-list-view .article .news-list-date {
	margin-bottom: 10px;
    display: block;
}

.news .news-list-view .article .teaser-text a.more {
	padding: 15px 50px;
    background: rgba(0,0,0,0.3);
	float: right;
	transition: all 0.5s ease;
	text-transform: uppercase;
	font-family: 'Open Sans Bold';
	color: #000000;
}

.news .news-list-view .article .teaser-text a.more:hover {
	background: #DA001C;
	color: #FFFFFF !important;
}

/* News Latest im Newsbereich*/

#newsbereich .news .news-list-view .article {
	background: none;
	padding: 0;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #FFFFFF;
}

#newsbereich .news .news-list-view .article .teaser-text a.more {
	color: #FFFFFF;
}

#newsbereich .news .news-list-view .article .teaser-text a.more:hover {
	background: #FFFFFF;
	color: #DA001C !important;
}

/* News Single */

.news.news-single .article .news-list-date {
	display: block;
}

.news.news-single .article .teaser-text {
	font-family: 'Open Sans Bold';
	color: #000000;
	margin: 20px 0 0 0;
	display: block;
}

.news.news-single .article .news-img-wrap {
	margin: 40px 0 20px 30px;
	width: 40%;
}

.news.news-single .article .news-img-wrap a {
    padding: 0;
    border: 0;
    background: none;
}

.news.news-single .article .news-img-wrap img {
	width: 100%;
	height: auto;
}

.news.news-single .article .news-text-wrap {
	margin: 50px 0 0 0;
	display: block;
}

.news .article .news-backlink-wrap {
	float: left;
	clear: both;
	margin-top: 30px;
}

.news .article .news-backlink-wrap a {
	background: rgba(0,0,0,0.2);
	color: #000000;
	display: block;
	padding: 15px 50px;
	transition: all 0.5s ease;
	text-transform: uppercase;
    font-family: 'Open Sans Bold';
}

.news .article .news-backlink-wrap:hover a {
	background: #DA001C;
	color: #FFFFFF;
}

/* ----------------------- TX_NEWS ----------------------- */

/* ----------------------- MULTICONTENT ----------------------- */

.ui-accordion-header {
	background: #EEEEEE;
    border: 0px;
    font-family: Tahoma, 'Open Sans';
	padding: 15px 2% !important;
	font-size: 14px;
	border-radius: 5px;
	margin: 0 0 5px 0;
	cursor: pointer;
	position: relative;
}

.ui-accordion-header a {
    color: #000000;
}

.ui-accordion-header.ui-state-active {
	background: #DA001C;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.ui-accordion-header.ui-state-active a {
    color: #FFFFFF;
}

.ui-accordion-header-icon {
	background: url(../images/aufzaehlung.png) left top no-repeat;
    left: auto;
    right: 2%;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	width: 12px;
    height: 12px;
}

.ui-accordion-header.ui-state-active .ui-accordion-header-icon {
	background: url(../images/accordion_opened.png) left top no-repeat;
}

.ui-accordion-content {
	padding: 15px 2%;
}

/* ----------------------- MULTICONTENT ----------------------- */


/* ----------------------- COOKIEMAN ----------------------- */

#cookieman-modal .modal-footer .btn-default,
#cookieman-modal .modal-footer .btn-primary {
	background-color: #DA001C;
	border-color: #DA001C;
	color: #FFF;
}

/* ----------------------- COOKIEMAN ----------------------- */
