/* amatic-sc-regular - latin */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/amatic-sc-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/amatic-sc-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/amatic-sc-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/amatic-sc-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/amatic-sc-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/amatic-sc-v22-latin-regular.svg#AmaticSC') format('svg'); /* Legacy iOS */
}
/* amatic-sc-700 - latin */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/amatic-sc-v22-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/amatic-sc-v22-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/amatic-sc-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/amatic-sc-v22-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/amatic-sc-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/amatic-sc-v22-latin-700.svg#AmaticSC') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v27-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v27-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v27-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v27-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v41-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/oswald-v41-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v41-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v41-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v41-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v41-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}
/*#############################*/
/*  Basis-Layout Definitionen  */
/*#############################*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	/*-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;*/
}
html{
	overflow-y:scroll;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	height:100%;
}
html.nooverflow{
	overflow-y:hidden;
}
body{
	margin: 0;
	color: #222;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height:1.4em;
	font-style: normal;
	height: 100%;
}
table, td{
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0px;
}
iframe{
	border:0px;
	margin:0px;
	padding:0px;
}
.center{
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#container {
	width: 100%;
	position: relative;
	overflow:hidden;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#header-container{
	position:relative;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.62+0,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.62) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.sticky #header-container{
	position:fixed;
	width: 100%;
	top:0px;
	left:0px;
	z-index:3;
}
#header{
	position:relative;
	height:90px;
	-webkit-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}
#logo{
	position: absolute;
	left:3%;
	top:0;
	filter:drop-shadow(2px 2px 4px rgba(0,0,0,0.5));
	height: 119px;
	-webkit-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}
.sticky #logo{
	height: 80px;
}
#logo a{
	display: block;
    height: 100%;
}
#logo img{
	display: block;
	height:100% !important;
	width:auto;
	/*transform: translateZ(0);*/
	-webkit-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}
#header-image{
	display:block;
	height:53vw;
	max-height:660px;
	max-height: calc(100vh);
	min-height: 200px;
	position:relative;
	z-index:1;
}
#header-image-overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#header-image img{
	max-width:100%;
	height:auto;
}
#header-image-pager {
	position: absolute;
	width:100%;
	bottom: 15px;
	text-align:center;
}
#header-image-pager a {
	background: #fff;
	border:2px solid #fff;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	margin: 0 3px;
	outline: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	-webkit-box-shadow: 1px 1px 5px 0px #333;
	-moz-box-shadow: 1px 1px 5px 0px #333;
	box-shadow: 1px 1px 5px 0px #333;
}

#header-image-pager a:hover,
#header-image-pager a.active {
	background: #538f0b;
}
#header-image-down{
	position:absolute;
	bottom:30px;
	left:50%;
	transform:translateX(-50%);
	color:#fff;
	text-align:center;
	text-shadow:1px 1px 2px rgba(0,0,0,0.75);
	font-size:1.5em;
	cursor:pointer;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	animation: 4s ease-in-out 0.5s arrow-down infinite;
}
.sticky #header-image-down{
	opacity:0;
}
@keyframes arrow-down {
    0%   {bottom:30px;}
	25%   {bottom:40px;}
    50%  {bottom:30px;}
	75%   {bottom:40px;}
    100% {bottom:30px;}
}
#header-quicklinks{
	position:fixed;
	z-index:1;
	top: calc(62vw * 0.62);
	right:-1px;
	transform:translate(0,-50%);
	text-align:right;
}
#header-quicklinks ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#header-quicklinks ul li{
	margin-bottom:10px;
}
#header-quicklinks ul li a{
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	color:#fff;
	padding:0.3em 0.6em;
	background-color: rgba(155,32,32,0.95);
	border: 1px solid rgba(255,255,255,0.95);
	text-decoration:none;
	border-radius: 7px 0px 0px 7px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
#header-quicklinks ul li:hover a{
	color:#222;
	border: 1px solid rgba(155,32,32,0.95);
	background-color: rgba(255,255,255,0.95);
}
.sprachen{
	font-size:0.8em;
}
#nav{
	position:absolute;
	right:3%;
	top:25px;
}
#nav-sandwich{
	display:none;
	position:absolute;
	top:20px;
	right:20px;
	width:60px;
	height:35px;
	z-index:1;
}
#nav-sandwich span:before{
	content:"";
	display:block;
	width:100%;
	height:5px;
	margin-bottom:7px;
	background-color:#fff;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#nav > ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav > ul > li {
	position: relative;
	display: inline-block;
	margin-right:2.5vw;
}
#nav > ul > li.subnav {
	margin-right:3.5vw;
}
#nav > ul > li:last-child {
	margin-right:0;
}
#nav > ul > li.subnav:before {
	content:"\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	color:#fff;
	position:absolute;
	top:50%;
	right:-1em;
	transform:translate(0,-50%);
}
#nav > ul > li > a {
	border-bottom: 2px solid transparent;
}
#nav > ul > li a {
	position: relative;
	line-height: 36px;
	font-size: 1.1em;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	text-transform:uppercase;
	display: block;
	color: #fff;
}
@media(hover:hover){
#nav > ul > li:hover > a{
	border-bottom: 2px solid #fff;
}
}
#nav > ul > li.active > a, #nav > ul > li.expanded > a{
	border-bottom: 2px solid #fff;
}
#nav ul ul{
	position: absolute;
	z-index: 2;
    left: -8px;
    top: 38px;
	padding-top:10px;
	padding-left:0;
	opacity:0;
	transition: opacity 0.3s ease-in-out;
	height:0px;
	overflow:hidden;
	min-width: calc(100% + 8px);
	/*
	-webkit-box-shadow: 5px 5px 10px -7px #000;
    -moz-box-shadow: 5px 5px 10px -7px #000;
    box-shadow: 5px 5px 10px -7px #000;
	*/
}
#nav ul li:hover ul,#nav ul li.hover ul{
	opacity:1;
	height:auto;
}
#nav ul ul li{
	display:block;
	margin-bottom:1px;
}
#nav ul ul li a{
	color:#fff;
	font-size:0.9em;
	text-align:left;
	line-height:38px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-color:rgba(155,32,32,0.95);
	white-space:nowrap;
}
#nav ul ul li:hover a, #nav ul ul li.active a{
	color:#222;
	background-color:rgba(255,255,255,0.95);
}
a.button-close{
	display:none;
	position:relative;
    width: 100%;
	height: 40px;
	margin-top:18px;
	right:5px;
}
a.button-close:before{
	content:"";
	position:absolute;
	top:15px;
	right:10px;
	width:40px;
	height:4px;
	background-color:#fff;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.button-close:after{
	content:"";
	position:absolute;
	top:15px;
	right:10px;
	width:40px;
	height:4px;
	background-color:#fff;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#content{
	display:block;
}
.sticky #content {
    min-height:400px;
}
.impressum #content{
	padding-top:2em;
}
.content{
	position: relative;
    padding: 5% 8%;
}
.content-narrow{
    position: relative;
    padding: 5%;
}
#footer-container{
	background-color:#c7c9bb;
	background-image:url(../images/footer.jpg);
	background-size:cover;
}
#footer{
	color: #222;
    font-size: 0.8em;
    line-height: 1.2em;
}
#footer a{
	text-decoration:none;
}
#footer a.active,#footer a:hover{
	text-decoration:underline;
}
#footer ul{
	display:inline-block;
	text-align:left;
}
#footer span{
	display:block;
}
.lightbox{
	line-height:10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.lightbox a{
	display:inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.lightbox .flex-33 a,.lightbox .flex-33 a img{
	width:100%;
}
@media(hover:hover){
.lightbox a:not(.lightbox-button):hover{
	transform:scale(1.05);
}
}
.lightbox .flex-20:nth-child(n+6) {
    display: none;
}
.lightbox.expanded .flex-20:nth-child(n+6) {
    display: inherit;
}
.lightbox-button:before{
	content:"weitere Bilder >>";
}
.lightbox.expanded .lightbox-button:before{
	content:"<< weinger Bilder";
}
/*																				   Grid
======================================================================================= */
.left0{padding-left:0px !important;}
.left5{padding-left:5px;}
.left10{padding-left:10px;}
.left20{padding-left:20px;}
.left40{padding-left:40px;}
.top0{padding-top:0px !important;}
.top5{padding-top:5px;}
.top10{padding-top:10px;}
.top20{padding-top:20px;}
.top30{padding-top:30px;}
.top40{padding-top:40px;}
.top60{padding-top:60px;}
.top80{padding-top:80px;}
.right0{padding-right:0px !important;}
.right5{padding-right:5px;}
.right10{padding-right:10px;}
.right20{padding-right:20px;}
.right40{padding-right:40px;}
.bottom0{padding-bottom:0px !important;}
.bottom5{padding-bottom:5px;}
.bottom10{padding-bottom:10px;}
.bottom20{padding-bottom:20px;}
.bottom30{padding-bottom:30px;}
.bottom40{padding-bottom:40px;}
.bottom60{padding-bottom:60px;}
.bottom80{padding-bottom:80px;}

.embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;width:100%;height:auto;}
.embed-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;}

img[data-src]{
	display:none;
}
img.resp{
	max-width:100%;
	height:auto !important;
}
.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
}
.flex-container{
	display: flex;
}
.flex-container img{
	max-width:100%;
	height:auto !important;
}
.flex-wrap{
	flex-wrap: wrap;
}
.flex-center-x{
	justify-content: center;
}
.flex-center-y{
	align-items: center;
}
.flex-100{
	width:100%;
	max-width:100%;
}
.flex-75{
	width:75%;
	max-width:75%;
}
.flex-70{
	width:70%;
	max-width:70%;
}
.flex-66{
	width:66.666%;
	max-width:66.666%;
}
.flex-60{
	width:60%;
	max-width:60%;
}
.flex-50{
	width:50%;
	max-width:50%;
}
.flex-40{
	width:40%;
	max-width:40%;
}
.flex-33{
	width:33.333%;
	max-width:33.333%;
}
.flex-30{
	width:30%;
	max-width:30%;
}
.flex-25{
	width:25%;
	max-width:25%;
}
.flex-20{
	width:20%;
	max-width:20%;
}
.sp-show{
	display:none;
}
/*																				 Absatz
======================================================================================= */
h1,h2,h3,h4,h5{
	margin-top:0px;
}
h1,p.h1{
	font-family: 'Amatic SC', cursive;
	font-size:2.2em;
	line-height:1.2em;
	color:#930800;
	font-weight:600;
	margin-bottom: 0.7em;
}
h2,p.h2{
	font-family: 'Amatic SC', cursive;
	font-size:2em;
	line-height:1.2em;
	color:#930800;
	font-weight:600;
	margin-bottom: 0.7em;
}
h3,p.h3{
	font-size:1.4em;
	line-height:1.2em;
	color:#930800;
	font-weight:600;
	margin-bottom: 0.3em;
}
h4,p.h4{
	font-size:1.2em;
	line-height:1.2em;
	color:#930800;
	font-weight:600;
	margin-bottom: 0.3em;
}
h5,p.h5{
	font-size:1em;
	line-height:1.2em;
	color:#930800;
	font-weight:600;
	margin-bottom: 0.3em;
}
p{
	margin-top: 0px;
	margin-bottom: 0px;
}
.fa-ul {
    margin-left: 1.7em;
}
strong{
	font-weight:600;
}
ul,ol{
	padding-left: 20px;
	margin: 0px;
	display:inline-block;
}
ul.list{
	position:relative;
    display: inline-block;
	list-style-type:none;
	padding-left:16px;
}
ul.list li{
	position:relative;
}
ul.list li:before{
	position:absolute;
	content:"•";
	left:-16px;
	font-size:1.1em;
}
a {
	color: inherit;
	outline: none;
}
a:hover {
}
a.link:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    text-decoration: none;
    display: inline-block;
    margin-right: 3px;
}
a:not(.button)[href*=".pdf"]:before { 
    content:"\f1c1\00a0\00a0";
	font-family:'FontAwesome';
	color:#c42030;
	display:inline-block;
	text-align:center;
}
.blocksatz { 
	text-align: justify;
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.hyphenate{
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.text-klein{
	font-size:0.9em !important;
	line-height:1.4em;
}
.text-kleiner{
	font-size:0.8em !important;
	line-height:1.3em;
}
.text-gross{
	font-size:1.1em !important;
}
.text-groesser{
	font-size:1.3em !important;
}
.text-left{
	text-align:left;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.text-noline{
	text-decoration:none;
}
.text-nowrap{
	white-space:nowrap;
}
.align-center{
	display:flex;
	justify-content: center;
    flex-direction: column;
	height:100%;
}
.rot{
	color:#890f01;
}
.weiss{
	color:#fff;
}
.error{
	font-size:0.8em;
	color: #890f01;
	line-height:normal;
}
img.img{
	border:1px solid #ccc;
}
/*																				   Form
======================================================================================= */
form {
	margin: 0px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ccc}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccc;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ccc;
}
input[type='checkbox'], input[type='radio'] {
   width:20px;
   height:20px;
   min-width:auto;
}
input, textarea, select{
	border: none;
	background-color:#eee;
	font-family: 'Open Sans', sans-serif;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: #2f2f2f;
	width:100%;
}
input, select {
    line-height: 37px;
    height: 37px;
}
#anfrage input, #anfrage select, #anfrage textarea{
	font-size: 1.2em;
}
#anfrage h3{
	margin-bottom:5px;
}
textarea{
	height: 120px;
}
input.submit{
	cursor: pointer;
	padding: 0px;
	color: #2F2F2F;
	padding-left: 1em;
	padding-right: 1em;
	font-weight: bold;
}
input.submit:hover{
	border: 1px solid #2F2F2F;
}
label{
	display: inline-block;
    vertical-align: top;
}
.button_plusminus{
	cursor: pointer;
	background-color: #999999;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	font-size: 1.5em;
	border: none;
	outline: none;
	line-height: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	z-index: 1;
	margin: 0px;
	padding: 0px;
}
.button_plusminus:hover{background-color:#666666;}
.button_minus{position:absolute;top:0px;left:0px;-webkit-border-radius:5px 0px 0px 5px;-moz-border-radius:5px 0px 0px 5px;border-radius:5px 0px 0px 5px;}
.button_plus{position:absolute;top:0px;right:0px;-webkit-border-radius:0px 5px 5px 0px;-moz-border-radius:0px 5px 5px 0px;border-radius:0px 5px 5px 0px;}
.plusminus{
	position: relative;
    display: inline-block;
	width:118px;
	height:40px;
}
.plusminus input{
	min-width: inherit;
	font-size: 1.2em;
	position: absolute;
	top: 0px;
	left: 39px;
	height: 40px;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.button_klein{
	line-height: 20px;
	width: 30px;
	height: 30px;
}
.plusminus_klein{
	width:98px;
	height:30px;
}
.plusminus_klein input{
	left: 29px;
	height:30px;
	line-height:30px;
}
.tt{
	font-family: 'courier new',courier,monospace;
	font-size: 1.4em;
	color: #A72E29;
	font-weight: normal;
	line-height: 0.5em;
}
img.ui-datepicker-trigger {
	position: absolute;
	margin-top: 11px;
	margin-left: -25px;
	cursor: pointer;
	display:inline;
}
.ui-datepicker select{
	height:auto;
	line-height:normal;
}
.date-highlight a{
	background: #FF8080 !important;
}
/*																		       Diverses
======================================================================================= */
a.toTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 17px !important;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    background-color: #890f01 !important;
    border: 1px solid #fff !important;
}
a.toTop:after{
	content:"";
	position:absolute;
	left:50%;
	top:50%;
	margin-left: -8px;
    margin-top: -6px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #fff transparent;
}
a.toTop.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.table-resp > tbody > tr:nth-child(even) {
	background-color: #efefef;
}
.table-resp > tbody > tr > td,.table-resp > tbody > tr > th{
	padding:4px 7px;
	text-align:left;
	vertical-align:middle;
}
a.button,button.button{
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	cursor: pointer;
	font-size: 0.9em;
	line-height: normal;
	text-decoration: none;
	display: inline-block;
	padding: 9px 20px;
	color: #fff;
	background: #890f01;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border: 1px solid #890f01;
	margin-bottom:0.3em;
}
a.button:hover,button.button:hover{
	color: #222;
	background: #fff;
	border: 1px solid #890f01;
}
a.button-white,button.button-white{
	color: #222;
	background: #fff;
}
a.button-white:hover,button.button-white:hover{
	color: #fff;
	background: #890f01;
}
a.button_pager{
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 3px 6px;
	margin-top: 5px;
	background-color: #890f01;
}
a.button_pager:hover,a.pager:hover{
	color: #fff;
	background-color: #CC1400;
}
.pager{
	color: #ccc;
	font-weight:bold;
	text-decoration: none;
	padding: 3px 6px;
	display: inline-block;
	margin-top: 5px;
	background-color: #ECEDEE;
}
.pager_active{
	color: #fff;
	text-decoration: none;
	padding: 3px 6px;
	display: inline-block;
	margin-top: 5px;
	background-color: #890f01;
}
.pager_inactive{
	background-color: #ECEDEE;
	color: #ccc;
}
.trennlinie,hr {
	height: 0px;
	line-height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-bottom: 25px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 25px;
}
.datum{
	font-size:0.9em;
	margin-bottom:5px;
}
.aktuelles img{
	max-width:100%;
	height:auto !important;
}
button.accordion{background-color:transparent;cursor:pointer;padding:1em;width:100%;text-align:left;outline:none;transition:.4s;font-size:1.1em;font-weight:bold;color:#890f01;border-radius:0.5em;border:1px solid #890f01;}
button.accordion.active{border-radius:0.5em 0.5em 0 0;border-bottom:none;}
button.accordion:after{content:'\f0da';font-family:'Font Awesome 5 Free';font-weight:bold;color:#890f01;float:right;margin-left:5px}
button.accordion:hover:after,button.accordion.active:after{content:"\f0d7";color:#890f01;}
div.panel{padding:0px 20px 0px 20px;color:#00006A;max-height:0;overflow:hidden;transition:.6s ease-in-out;opacity:0;margin-bottom:1em;}
div.panel.show{padding:10px 20px 20px 20px;opacity:1;max-height:5000px;background-color:#fff;border-radius:0 0 0.5em 0.5em;border:1px solid #890f01;border-top:none;}
/*																				 Tablet
======================================================================================= */
@media (min-width:641px) and (max-width:1023px){
.center{
	width: auto;
}
.content,.content-narrow{
	padding:40px 20px;
}
#nav-sandwich,a.button-close{
	display:inherit;
}
#nav{
	opacity:0;
	position: fixed;
	width: auto;
	height: 100%;
	top: 0px;
	right: 0px;
	border: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: rgba(137,15,1,0.95);
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	z-index: 3;
	-webkit-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	padding-bottom: 1em;
}
#nav.show {
    opacity:1;
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
	-webkit-box-shadow: 5px 0px 20px -10px #000;
	-moz-box-shadow: 5px 0px 20px -10px #000;
	box-shadow: 5px 0px 20px -10px #000;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav > ul {
	border-top:1px solid rgba(255,255,255,0.1);
}
#nav > ul > li{
	display:block;
	border-bottom:1px solid rgba(255,255,255,0.1);
	position:relative;
	margin:0px !important;
}
li.subnav{
	overflow:hidden;
}
li.subnav:after{
	content: "+";
    position: absolute;
	z-index:1;
    top: 13px;
    right: 10px;
    color: #fff;
    font-size: 1.5em;
	opacity:0.85;
	pointer-events:none;
}
li.subnav:hover:after{
    color: #222;
}
li.subnav.active:after,li.subnav.expanded:after{
	content: "–";
	color: #222 !important;
}
#nav ul a {
	display:block;
	font-size:1.2em;
	line-height:55px !important;
	color:#fff;
	text-align:left;
	text-decoration:none;
	padding-left:20px;
	padding-right:60px;
	white-space:nowrap;
}
#nav > ul > li:hover a:first-child,#nav > ul > li.active a:first-child,#nav > ul > li.expanded a:first-child{
	color:#222;
	background-color:#fff;
}
#nav ul ul{
	display:block;
	position:relative;
	top:0px;
	left:0px;
	opacity:1;
	height:auto;
	max-height:0px;
	padding-top:0px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-left:10px;
	background-color: #926f6f;
}
li.subnav.active ul,li.subnav.expanded ul{
	display:block !important;
	max-height:500px !important;
}
#nav ul ul a{
	color:#fff !important;
	font-size:1em !important;
    line-height: 40px !important;
	background-color:transparent !important;
}
#nav ul ul li:hover a,#nav ul ul li.active a{
	color:#fff;
	text-decoration:underline;
}
.mb-hide{
	display:none;
}
.sp-show{
	display:none;
}
.left0,.mb-left0{padding-left:0px !important;}
.left5{padding-left:4px;}
.left10{padding-left:7px;}
.left20{padding-left:15px;}
.left40{padding-left:30px;}
.top0,.mb-top0{padding-top:0px !important;}
.top10{padding-top:7px;}
.top20{padding-top:15px;}
.top40{padding-top:30px;}
.top60{padding-top:45px;}
.top80{padding-top:60px;}
.right0,.mb-right0{padding-right:0px !important;}
.right5{padding-right:4px;}
.right10{padding-right:7px;}
.right20{padding-right:15px;}
.right40{padding-right:30px;}
.bottom0,.mb-bottom0{padding-bottom:0px !important;}
.bottom10{padding-bottom:7px;}
.bottom20{padding-bottom:15px;}
.bottom40{padding-bottom:30px;}
.bottom60{padding-bottom:45px;}
.bottom80{padding-bottom:60px;}
}
/*																   Smartphone Landscape
======================================================================================= */
@media (min-width:501px) and (max-width:640px){
.center{
	width: auto;
}
.content,.content-narrow{
	padding:20px;
}
#nav-sandwich,a.button-close{
	display:inherit;
}
#nav{
	opacity:0;
	position: fixed;
	width: auto;
	height: 100%;
	top: 0px;
	right: 0px;
	border: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: rgba(137,15,1,0.95);
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	z-index: 3;
	-webkit-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	padding-bottom: 1em;
}
#nav.show {
    opacity:1;
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
	-webkit-box-shadow: 5px 0px 20px -10px #000;
	-moz-box-shadow: 5px 0px 20px -10px #000;
	box-shadow: 5px 0px 20px -10px #000;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav > ul {
	border-top:1px solid rgba(255,255,255,0.1);
}
#nav > ul > li{
	display:block;
	border-bottom:1px solid rgba(255,255,255,0.1);
	position:relative;
	margin:0px !important;
}
li.subnav{
	overflow:hidden;
}
li.subnav:after{
	content: "+";
    position: absolute;
	z-index:1;
    top: 13px;
    right: 10px;
    color: #fff;
    font-size: 1.5em;
	opacity:0.85;
	pointer-events:none;
}
li.subnav:hover:after{
    color: #222;
}
li.subnav.active:after,li.subnav.expanded:after{
	content: "–";
	color: #222 !important;
}
#nav ul a {
	display:block;
	font-size:1.2em;
	line-height:55px !important;
	color:#fff;
	text-align:left;
	text-decoration:none;
	padding-left:20px;
	padding-right:60px;
	white-space:nowrap;
}
#nav > ul > li:hover > a,#nav > ul > li.active > a,#nav > ul > li.expanded > a{
	color:#222;
	background-color:#fff;
}
#nav ul ul{
	display:block;
	position:relative;
	top:0px;
	left:0px;
	opacity:1;
	height:auto;
	max-height:0px;
	padding-top:0px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-left:10px;
	background-color: #926f6f;
}
li.subnav.active ul,li.subnav.expanded ul{
	display:block !important;
	max-height:500px !important;
}
#nav ul ul a{
	color:#fff;
	font-size:1em !important;
    line-height: 40px !important;
	background-color:transparent !important;
}
#nav ul ul li:hover a,#nav ul ul li.active a{
	color:#fff;
	text-decoration:underline;
}
#footer{
	text-align:center;
}
.sp-order-1{
	order:1;
}
.sp-order-2{
	order:2;
}
.sp-hide,.mb-hide{
	display:none;
}
.sp-show{
	display:block;
}
.sp-center{
	margin-left:auto;
	margin-right:auto;
}
.sp-text-left{
	text-align:left;
}
.sp-text-center{
	text-align:center;
}
.sp-text-right{
	text-align:right;
}
.sp-text-block{
	text-align: justify;
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.sp-100{
	width:100%;
}
.sp-block{
	display:block;
}
.left0,.mb-left0,.sp-left0{padding-left:0px !important;}
.left5{padding-left:3px;}
.left10{padding-left:5px;}
.left20{padding-left:10px;}
.left40,.sp-left20{padding-left:20px !important;}
.top0,.mb-top0,.sp-top0{padding-top:0px !important;}
.top10{padding-top:5px;}
.top20{padding-top:10px;}
.top40{padding-top:20px;}
.top60{padding-top:30px;}
.top80{padding-top:40px;}
.right0,.mb-right0,.sp-right0{padding-right:0px !important;}
.right5{padding-right:3px;}
.right10{padding-right:5px;}
.right20{padding-right:10px;}
.right40,.sp-right20{padding-right:20px !important;}
.bottom0,.mb-bottom0,.sp-bottom0{padding-bottom:0px !important;}
.bottom10{padding-bottom:5px;}
.bottom20{padding-bottom:10px;}
.bottom40{padding-bottom:20px;}
.bottom60{padding-bottom:30px;}
.bottom80{padding-bottom:40px;}
.flex-75,.flex-70,.flex-66,.flex-60,.flex-50,.flex-40,.flex-33,.flex-30,.flex-25,.flex-20{
	width:100% !important;
	max-width:100% !important;
}
.lightbox .flex-20{
	width:33.333% !important;
	max-width:33.333% !important;
}
.lightbox .flex-20:nth-child(n+4){
	display:none;
}
.lightbox.expanded .flex-20:nth-child(n+4) {
    display: inherit;
}
.table-resp{
	width:100%;
}
.table-resp th{
	display:none;
}
.table-resp > tbody > tr > td{
	width:100% !important;
	display: block;
	border:none;
	display: flex;
}
.table-resp > tbody > tr > td:before { 
	content: attr(data-label);
	flex: 0 0 7em;
	font-weight:bold;
	margin-right: 1em;
    margin-bottom: 0.25em;
	white-space: nowrap;
}
.table-resp > tbody > tr > td[data-label=""]:before {
	display:none;
}
.table-resp > tbody > tr:nth-child(1){
 	border:none;
}
.aktuelles table:not(.pager-table){
	width:100% !important;
}
.aktuelles table:not(.pager-table) td{
	width:100% !important;
	display: block;
	border:none;
}
.aktuelles table:not(.pager-table) tr{
	display:block;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
}
/*																	Smartphone Portrait
======================================================================================= */
@media (max-width:500px){
.center{
	width: auto;
}
.content,.content-narrow{
	padding:20px;
}
#logo{
	height:80px;
}
#header-quicklinks ul li{
	margin-bottom:3px;
}
#header-quicklinks ul li a{
	font-size:0.8em;
	padding: 0.1em 0.6em;
}
#nav-sandwich,a.button-close{
	display:inherit;
}
#nav{
	opacity:0;
	position: fixed;
	width: auto;
	height: 100%;
	top: 0px;
	right: 0px;
	border: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: rgba(137,15,1,0.95);
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	z-index: 3;
	-webkit-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	padding-bottom: 1em;
}
#nav.show {
    opacity:1;
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
	-webkit-box-shadow: 5px 0px 20px -10px #000;
	-moz-box-shadow: 5px 0px 20px -10px #000;
	box-shadow: 5px 0px 20px -10px #000;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav > ul {
	border-top:1px solid rgba(255,255,255,0.1);
}
#nav > ul > li{
	display:block;
	border-bottom:1px solid rgba(255,255,255,0.1);
	position:relative;
	margin:0px !important;
}
li.subnav{
	overflow:hidden;
}
li.subnav:after{
	content: "+";
    position: absolute;
	z-index:1;
    top: 13px;
    right: 10px;
    color: #fff;
    font-size: 1.5em;
	opacity:0.85;
	pointer-events:none;
}
li.subnav:hover:after{
    color: #222;
}
li.subnav.active:after,li.subnav.expanded:after{
	content: "–";
	color: #222 !important;
}
#nav ul a {
	display:block;
	font-size:1.2em;
	line-height:55px !important;
	color:#fff;
	text-align:left;
	text-decoration:none;
	padding-left:20px;
	padding-right:60px;
	white-space:nowrap;
}
#nav > ul > li:hover > a,#nav > ul > li.active > a,#nav > ul > li.expanded > a{
	color:#222;
	background-color:#fff;
}
#nav ul ul{
	display:block;
	position:relative;
	top:0px;
	left:0px;
	opacity:1;
	height:auto;
	max-height:0px;
	padding-top:0px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-left:10px;
	background-color: #926f6f;
}
li.subnav.active ul,li.subnav.expanded ul{
	display:block !important;
	max-height:500px !important;
}
#nav ul ul a{
	color:#fff;
	font-size:1em !important;
    line-height: 40px !important;
	background-color:transparent !important;
}
#nav ul ul li:hover a,#nav ul ul li.active a{
	color:#fff;
	text-decoration:underline;
}
#footer{
	text-align:center;
}
.sp-order-1{
	order:1;
}
.sp-order-2{
	order:2;
}
.sp-hide,.mb-hide{
	display:none;
}
.sp-show{
	display:block;
}
.sp-center{
	margin-left:auto;
	margin-right:auto;
}
.sp-text-left{
	text-align:left;
}
.sp-text-center{
	text-align:center;
}
.sp-text-right{
	text-align:right;
}
.sp-text-block{
	text-align: justify;
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.sp-100{
	width:100%;
}
.sp-block{
	display:block;
}
.left0,.mb-left0,.sp-left0{padding-left:0px !important;}
.left5{padding-left:3px;}
.left10{padding-left:5px;}
.left20{padding-left:10px;}
.left40,.sp-left20{padding-left:20px !important;}
.top0,.mb-top0,.sp-top0{padding-top:0px !important;}
.top10{padding-top:5px;}
.top20{padding-top:10px;}
.top40{padding-top:20px;}
.top60{padding-top:30px;}
.top80{padding-top:40px;}
.right0,.mb-right0,.sp-right0{padding-right:0px !important;}
.right5{padding-right:3px;}
.right10{padding-right:5px;}
.right20{padding-right:10px;}
.right40,.sp-right20{padding-right:20px !important;}
.bottom0,.mb-bottom0,.sp-bottom0{padding-bottom:0px !important;}
.bottom10{padding-bottom:5px;}
.bottom20{padding-bottom:10px;}
.bottom40{padding-bottom:20px;}
.bottom60{padding-bottom:30px;}
.bottom80{padding-bottom:40px;}
.flex-75,.flex-70,.flex-66,.flex-60,.flex-50,.flex-40,.flex-33,.flex-30,.flex-25,.flex-20{
	width:100% !important;
	max-width:100% !important;
}
.lightbox .flex-20{
	width:33.333% !important;
	max-width:33.333% !important;
}
.lightbox .flex-20:nth-child(n+4){
	display:none;
}
.lightbox.expanded .flex-20:nth-child(n+4) {
    display: inherit;
}
.table-resp{
	width:100%;
}
.table-resp th{
	display:none;
}
.table-resp > tbody > tr > td{
	width:100% !important;
	display: block;
	border:none;
	display: flex;
}
.table-resp > tbody > tr > td:before { 
	content: attr(data-label);
	flex: 0 0 7em;
	font-weight:bold;
	margin-right: 1em;
    margin-bottom: 0.25em;
	white-space: nowrap;
}
.table-resp > tbody > tr > td[data-label=""]:before {
	display:none;
}
.table-resp > tbody > tr:nth-child(1){
 	border:none;
}
.aktuelles table:not(.pager-table){
	width:100% !important;
}
.aktuelles table:not(.pager-table) td{
	width:100% !important;
	display: block;
	border:none;
}
.aktuelles table:not(.pager-table) tr{
	display:block;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
}
