/* Webfont: Redtone-Light */@font-face {
    font-family: 'RedzoneLight';
    src: url('/assets/fonts/Redtone/Redtone-Light.woff') format('woff'), /* Modern Browsers */
         url('/assets/fonts/Redtone/Redtone-Light.woff2') format('woff2'), /* Modern Browsers */
         url('/assets/fonts/Redtone/Redtone-Light.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Redtone-Medium */@font-face { 
    font-family: 'RedzoneMed';
    src: url('/assets/fonts/Redtone/Redtone-Medium.woff') format('woff'), /* Modern Browsers */
         url('/assets/fonts/Redtone/Redtone-Medium.woff2') format('woff2'), /* Modern Browsers */
         url('/assets/fonts/Redtone/Redtone-Medium.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Redtone-Regular */@font-face {
    font-family: 'Redzone';
    src: url('/assets/fonts/Redtone/Redtone-Regular.woff') format('woff'), /* Modern Browsers */
         url('/assets/fonts/Redtone/Redtone-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('/assets/fonts/Redtone/Redtone-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

body, h1, h2, h3, h4{
    font-family: 'Redzone';
}
.content, .footer{
    font-size: 1.2rem;
    font-family: 'RedzoneLight';
}
h2, h3, h4{
    color: #c98383;
}
@media screen and (max-width: 39.9375em) {
    .logo h1{
        font-size: 2.15rem;
    }
    h2{
        font-size: 2rem;
    }
}
.header-outer{
    background: #7796a9;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.header-outer a{
    color: #fff;
}
.head-contact a{
    font-size: 1.25rem;
}
.head-contact{
    padding-top: 1.5rem;
} 
.banner{
    border-bottom: solid 10px #ffffff;
    margin-bottom: 2.5rem;
}
.footer ul{
    list-style: none;
}
.footer li::before {
    font-size: 1rem;
    content: "\f192";
    margin-right:5px;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 100;
}
.sideNav{
    list-style: none;
}
.sideNav li{
    font-size: 1.5rem;
}
.sideNav li a{
    color: #004757;
}
.sideNav li a:focus, .sideNav li a:hover, .footer li a:focus, .footer li a:hover{
    text-decoration: underline;
}
.sideNav li::before{
    font-size: 1.25rem;
    content: "\f192";
    margin-right:5px;
    color: #004757;
    font-family: 'Font Awesome 5 Free';
    font-weight: 100;
}
/* Grid */
.grid-container {
    max-width: 87.5rem;
}
/* Footer */
.footer, .footer a{
    color: #fff;
}
.footer{
    margin-top: 2.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #7796a9;
}
/* Helper */
img.rot{
    border: solid 8px #7796a9;
}
img.orange{
    border: solid 8px #7796a9;
}
img.blau{
    border: solid 8px #7796a9;
}
.cblock a.extlink:after
{
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    padding-left:7px;
    font-size: 1em;
    font-weight: 600;
}
.cblock a.no-extlink:after{
    content: "" !important;
}
/* PDF Link */
.cblock a.pdflink:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f1c1";
    padding-right: 0.5rem;
}
/* Navigation */
#navigation{
    padding-bottom: 15px;
}
.main-nav ul {
    width: 100%;
}
.main-nav li {
	float: left;
	list-style: none;
	padding-right: 25px;
}
.main-nav li a{
	
	font-size: 1.5vw;
	color: #ffffff;
}
/* Mobilnav */
.mobil-nav{
    width: 100%;
    background: gray;
}
.navigation{
    
}
.mobil-nav .top-bar-menu{
    color: #FFFFFF;
}
.mobil-nav .menu-icon.dark::after{
    background: #FFFFFF;
    box-shadow: 0 7px 0 #FFFFFF, 0 14px 0 #FFFFFF;
}
.mobil-nav a{
    color: #ffffff;
}
.mobil-nav li:hover a{
    font-weight: bold;
}
.mobil-nav li li a, .mobil-nav li:hover li a{
    font-weight: normal;
}
.mobil-nav li li:hover a{
    font-weight: bold;
}
.mobil-nav .menu .active > a{
    background: none;
    text-decoration: underline;
}
/* Sidenavigation */
.sidenav ul{
    list-style: none;
}

.sidenav .level1{
    font-size: 1.6rem;
    padding-left: 30px;
}
.sidenav .level2 {
    font-size: 1.3rem;
}
.sidenav .level1::before {
    position: absolute;
    content: url(/assets/img/layout/navicons_level1.png);
    margin-left: -30px;
}
.sidenav .level2::before {
    padding-right: 10px;
    content: url(/assets/img/layout/navicons_level2.png);
}
.sidenav li.active .level2 {
    display: block;
}
/* Termine */
.terminlist{
    padding-bottom: 25px;
}
.day, .month, .year{
	text-align: center;
	color: #ffffff;
	margin-bottom: -5px;
	background: #0f5075;
}
.day{
	font-size: 2rem;
	font-weight: bold;
	position: relative;
}
.day::after{
	display: block;
    border: inset 6px;
    content: '';
    border-left-style: solid;
    border-color: transparent transparent transparent #efeac7;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}
.month, .year{
	font-size: 1.2rem;
}
/** Timeline v2 **/

.timelines h2 {
	text-align: center;
	color: #fff;
	font-weight: 600;
	margin-bottom: 40px;
	font-size: 32px;
}
.d-flex-2 {
	display: flex;
	align-items: center;
}
.timeline-area {
	padding: 80px 0;
}
.all-timelines {
	position: relative;
}
.timelines h2 {
	text-align: center;
	color: #0a0a0a;
	font-weight: 600;
	margin-bottom: 40px;
}
.all-timelines::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 2px;
	background: #006e9d;
	top: 20px;
}
.single-timeline {
	margin-bottom: 22px;
}
.timeline-blank {
	width: 50%;
}
.timeline-text {
	width: 50%;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.timeline-text h6 {
	color: #006e9d;
	font-weight: 900;
	display: inline-block;
	font-size: 1rem;
}
.timeline-text span {
	color: #0a0a0a;
	display: block;
	width: 100%;
}
.single-timeline:nth-child(even) .timeline-text span {
	text-align: right;
}
.t-square {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	left: -6px;
	background: #006e9d;
}
.single-timeline:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.single-timeline:nth-child(even) .t-square {
	right: -6px;
	left: unset;
}
.single-timeline:nth-child(even) .timeline-text {
	padding-left: 0;
	padding-right: 30px;
	text-align: right;
}

@media all and (max-width: 991px) {
}
@media all and (max-width: 768px) {
	.all-timelines::before {
		right: unset;
		top: 0;
	}
	.single-timeline:nth-child(2n) .timeline-text {
		padding-left: 30px;
		padding-right: 0;
		text-align: left;
	}
	.single-timeline:nth-child(2n) .t-square {
		left: -6px;
		right: unset;
	}
	.timeline-blank {
		display: none;
	}
	.timeline-text {
		width: 100%; 
	}
	.single-timeline:nth-child(even) .timeline-text span {
		text-align: left !important;
	}
}
@media all and (max-width: 575px) {
}
@media all and (max-width: 360px) {
	.all-timelines::before {
		top: 32px;
	}
}

/** Timeline V2 - ENDE **/
/* Blog */
.posts{
    padding-top: 25px;
}
.post_date{
    padding-right: 5px;
}
.post_text{
    padding-left: 15px;
}
.post{
	padding-bottom: 25px;
}
.post h2{
		font-size: 1.5rem;
		line-height: 1.1;
}
.post h2 a{
	color: #e30613;
	font-size: 1.5rem;
}
.vorschau{
	border: solid 5px #5a5a5a;
}
.day{
	font-size: 2rem;
	font-weight: bold;
	background: #e30613;
}
.month, .year{
	font-size: 1.2rem;
	background: #9d9c98;
}
.readmore{
	background-color: transparent;
	border: 1px solid #5a5a5a;
    border-radius: 5px;
    color: #5a5a5a;
    padding-left: 35px;
    padding-right: 35px;
    float: right;
}
.readmore:hover, .readmore:focus {
    background-color: #ebebeb;
    color: #5a5a5a;
}
.aktuelles a.readmore{
    position: absolute;
    bottom: 0;
}
.paging{
	padding-bottom: 25px;
}
.paging li:before{
	content: none !important;
}
.paging li{
	float:left;
	list-style: none;
	padding-right: 15px;
}
.blogTags h3, .blogArchiv h3{
    color: #0f5075;
    font-size: 1.5rem;
}
.blogTags a, .blogArchiv a{
	color: #5a5a5a;
}
.blogTags ul, .blogArchiv ul{
    list-style: none;
}
/* Kontakt */
.faerstaeggt {
    display: none;
}
.content input.error, .content textarea.error, .content div.error {
    border-color: #ff0000;
}
.content div.error {
    border: dotted 1px #ff0000;
}
.alert .alert-error{
    color: #ff0000;
}
.kontaktForm tbody tr:nth-child(even), .kontaktForm tr{
    background: none;
}
.kontaktForm tbody{
    border: none;
}
/* CookieMeldung  */
.cookiePopUp{
    background: #fff;
    position: sticky;
    bottom: 0;
    width: 100%;
}
.uc-btn-footer-container{
    text-align: center;
}
#uc-banner-modal{
    display: none !important;
}
#usercentrics-button #uc-banner-modal .uc-banner-content{
    background-color: #fff !important;
}
#usercentrics-button #uc-banner-modal .uc-optin-description{
    color: #000 !important;
}
#uc-btn-deny-banner, #uc-btn-more-info-banner{
    color: #ffffff !important;
    background-color: #dadada !important;
}
#uc-btn-accept-banner{
    color: #0b1932 !important;
    background-color: #fedc33 !important;   
}
/* Back to Top */
	.cd-top {
		z-index:500;
		display: inline-block;
	  	height: 40px;
	  	width: 40px;
	  	position: fixed;
	  	bottom: 53px;
	  	right: 10px;
	  	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	  /* image replacement properties */
	  	overflow: hidden;
	  	text-indent: 100%;
	  	white-space: nowrap;
	  	background: rgba(120, 138, 146, 0.8) url(/assets/img/layout/cd-top-arrow.svg) no-repeat center 50%;
	  	/*visibility: hidden;*/
	  	opacity: 0;
	  	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	  	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	  	transition: opacity .3s 0s, visibility 0s .3s;
	}
	.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	  	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	  	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	  	transition: opacity .3s 0s, visibility 0s 0s;
	}
	.cd-top.cd-is-visible {
	  /* the button becomes visible */
	  visibility: visible;
	  opacity: 1;
	}
	.cd-top.cd-fade-out {
	  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	  	opacity: .5;
	}
	.no-touch .cd-top:hover {
	  	background-color: #788a92;
	  	opacity: 1;
	}
/* 4K-Anpassungen  */
@media screen and (min-width: 1980px){
    .main-nav li a{
        font-size: 1.6rem;    
    }
    .banner img{
        width: 100%;
    }
}