/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: http://www.fontshop.com
*/
@font-face{
	font-family:"Brandon Text W01 Regular";
	src:url("../fonts/5580078/03bbca7e-869a-4f4f-a010-39e78be0b5df.woff2") format("woff2"),url("../fonts/5580078/b3634ffb-e593-4817-9d09-eaf133a014d0.woff") format("woff");
}
@font-face{
	font-family:"Brandon Text W01 Medium";
	src:url("../fonts/5580089/12cd8b0d-0f5c-4ec2-b2c7-9b30a8d06ded.woff2") format("woff2"),url("../fonts/5580089/008df1be-c6b5-4688-a068-6729f08a0b08.woff") format("woff");
}
/*#############################*/
/*  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: #000;
	font-family: 'Brandon Text W01 Regular', sans-serif;
	font-size: 18px;
	line-height:1.4em;
	font-style: normal;
	height: 100%;
	min-height: 100vh;
    min-height: -webkit-fill-available;
}
/*
body.sticky{
	padding-top:70px;
}
*/
table, td{
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0px;
}
tr{
	border-bottom: 0.7em solid transparent;
}
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;
}
.sticky #header-container{
	position:fixed;
	width: 100%;
	top:0px;
	left:0px;
	z-index:3;
	background-color:rgba(255,255,255,1);
	-webkit-box-shadow: 5px 5px 15px -5px #000;
	-moz-box-shadow: 5px 5px 15px -5px #000;
	box-shadow: 5px 5px 15px -5px #000;
}
#header{
	position:relative;
	height:160px;
	-webkit-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}
.sticky #header{
	height:70px;
}
#header-image{
	display:block;
	height:100vh;
	max-height: calc(100vh);
	max-height: -webkit-fill-available;
	min-height: 44vw;
	position:relative;
	z-index:1;
}
#header-image img{
	max-width:100%;
	height:auto;
}
.backstretch img{
	top:auto !important;
	bottom:0;
}
#header-image-pager {
	position: absolute;
	z-index:999;
	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;
}
@media(hover:hover){
#header-image-pager a:hover{
	background: #932825;
}
}
#header-image-pager a.active {
	background: #932825;
}
#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;}
}
.fade-in{
	opacity:0;
}
.fade-in-animate{
	animation: 2s ease-in-out 0s fade-in forwards;
}
@keyframes fade-in {
    0%   {opacity:0;}
    100% {opacity:1;}
}
#header-image-text{
	position:absolute;
	width:max-content;
	left:50%;
	bottom:34px;
	transform:translate(-50%,0);
	font-family: 'Brandon Text W01 Medium';
	font-size:1.5em;
	text-transform:uppercase;
	text-align:center;
	line-height:normal;
}
#header-image-kontakt{
	position:absolute;
	width:max-content;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	font-size:2em;
	text-align:center;
	line-height:normal;
}
#header-image-impressum{
	position:absolute;
	width:max-content;
	left:50%;
	bottom:1%;
	transform:translate(-50%,0);
	color:#000;
	font-size:0.8em;
}
#header-image-impressum a{
	color:#000;
	text-decoration:none;
}
#header-image-impressum a:hover,#header-image-impressum a.active{
	text-decoration:underline;
}
#nav{
	position:absolute;
	width:max-content;
	left:50%;
	top:34px;
	transform:translate(-50%,0);
}
#nav-sandwich{
	display:none;
	position:absolute;
	top:50%;
	margin-top:-13px;
	right:20px;
	width:40px;
	height:25px;
	z-index:1;
}
#nav-sandwich span:before{
	content:"";
	display:block;
	width:100%;
	height:3px;
	margin-bottom:7px;
	background-color:#000;
	border-radius: 3px 3px 3px 3px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav > ul > li {
	position: relative;
	display: inline-block;
	margin-right:4.5vw;
}
#nav > ul > li:last-child {
	margin-right:0px;
}
#nav > ul > li a {
	font-family: 'Brandon Text W01 Medium';
	position: relative;
	font-size:1.1em;
	text-decoration: none;
	text-align: center;
	display: block;
	color: #000;
}
@media(hover:hover){
#nav > ul > li:hover > a{
	text-decoration:underline;
}
}
#nav > ul > li.active > a, #nav > ul > li.expanded > a{
	text-decoration:underline;
}
#nav ul ul{
	position: absolute;
    left: calc(50% + 0.75vw - 0.8em);
	transform:translate(-50%,0);
    top: 13px;
	padding-top:19px;
	opacity:0;
	transition: opacity 0.3s ease-in-out;
	height:0px;
	overflow:hidden;
	min-width: 100%;
}
.sticky #nav ul ul{
	top:23px;
	padding-top:11px;
	background-color:#fff;
	
}
#nav ul li:hover ul,#nav ul li.hover ul,#nav ul li.active ul{
	opacity:1;
	height:auto;
}
.sticky #nav ul li.active ul{
	opacity:0;
	height:0px;
}
.sticky #nav ul li.active:hover ul{
	opacity:1;
	height:auto;
}
#nav ul ul li{
	display:block;
	margin-bottom:2px;
}
#nav ul ul li a{
	line-height:26px;
	font-weight:500;
	text-align:center;
	text-transform:none;
	line-height:38px;
	padding-top: 0px;
	padding-left: 0.8em;
	padding-right: 0.8em;
	white-space:nowrap;
}
#nav ul ul li:hover a, #nav ul ul li.active a{
	text-decoration:underline;
}
#sprachen{
	position: absolute;
    top: 34px;
    right: 3%;
	font-size:0.9em;
}
#sprachen ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sprachen li{
	position:relative;
	opacity:0;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
#sprachen li.active{
	opacity:1;
}
#sprachen li.active:before{
	content:"\f0d7";
	position:absolute;
	left:-1em;
	color:#000;
	font-size:0.9em;
	font-weight:bold;
	font-family: "Font Awesome 5 Free";
}
#sprachen ul:hover li{
	opacity:1;
}
#sprachen ul a{
	color:#000;
	font-size:0.9em;
	font-weight:500;
	text-decoration:none;
}
a.button-close{
	display:none;
	position:relative;
    width: 100%;
	height: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
    right: 15px;
}
a.button-close:before{
	content:"";
	position:absolute;
	top:15px;
	right:10px;
	width:35px;
	height:3px;
	background-color:#000;
	-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:35px;
	height:3px;
	background-color:#000;
	-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;
}
.content{
	position: relative;
    padding: 5%;
}
.content-narrow{
    padding: 3%;
}
#footer-container{
	background-color:#fff;
}
#footer{
	color: #000;
    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;
}
#footer-text{
	font-family: 'Brandon Text W01 Medium';
	font-size:1.5em;
	white-space:nowrap;
	text-transform:uppercase;
	text-align:center;
	line-height:normal;
}
#footer-impressum{
	color:#000;
	font-size:0.8em;
	text-align:center;
}
.lightbox{
	line-height:10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.lightbox a{
	display:block;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media(hover:hover){
.lightbox a:not(.lightbox-button):hover{
	transform:scale(1.05);
}
}
.lightbox img{
	width:100%;
}
/*																				   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-80{
	width:80%;
	max-width:80%;
}
.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-44{
	width:44.444%;
	max-width:44.444%;
}
.flex-40{
	width:40%;
	max-width:40%;
}
.flex-33{
	width:33.333%;
	max-width:33.333%;
}
.flex-30{
	width:30%;
	max-width:30%;
}
.flex-26{
	width:26.666%;
	max-width:26.666%;
}
.flex-25{
	width:25%;
	max-width:25%;
}
.flex-20{
	width:20%;
	max-width:20%;
}
.sp-show{
	display:none;
}
/*																				 Absatz
======================================================================================= */
h1,h2,h3,h4{
	margin-top:0px;
}
h1,p.h1{
	font-family:"Brandon Text W01 Medium";
	font-size:1.8em;
	line-height:1.2em;
	color:#000;
	font-weight:400;
	margin-bottom: 0.7em;
}
h2,p.h2{
	font-family:"Brandon Text W01 Medium";
	font-size:1.4em;
	line-height:1.2em;
	color:#000;
	font-weight:400;
	margin-bottom: 0.7em;
}
h3,p.h3{
	font-family:"Brandon Text W01 Medium";
	font-size:1.2em;
	line-height:1.2em;
	color:#000;
	font-weight:400;
	margin-bottom: 0.3em;
}
h4,p.h4{
	font-family:"Brandon Text W01 Medium";
	font-size:1em;
	line-height:1.2em;
	color:#000;
	font-weight:400;
	margin-bottom: 0.3em;
}
p{
	margin-top: 0px;
	margin-bottom: 0px;
}
.fa-ul {
    margin-left: 1.7em;
}
strong{
	font-family: 'Brandon Text W01 Medium', sans-serif;
	font-weight:400;
}
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: 'Font Awesome 5 Free';
	font-weight:bold;
    text-decoration: none;
    display: inline-block;
    margin-right: 3px;
}
a(.pdf)[href*=".pdf"]:before { 
    content:"\f1c1\00a0\00a0";
	font-family:'Font Awesome 5 Free';
	font-weight:bold;
	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: 'Brandon Text W01 Regular', 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: #000 !important;
    border: 1px solid #000 !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: 'Brandon Text W01 Regular', sans-serif;
	cursor: pointer;
	font-size: 0.9em;
	line-height: normal;
	text-decoration: none;
	display: inline-block;
	padding: 9px 20px;
	color: #fff;
	background: #000;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border: 1px solid #921C28;
	text-transform: uppercase;
}
a.button:hover,button.button:hover{
	color: #000;
	background: #fff;
	border: 1px solid #000;
}
a.button-white,button.button-white{
	color: #454441;
	background: #fff;
}
a.button-white:hover,button.button-white:hover{
	color: #fff;
	background: #000;
}
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;
	filter: brightness(1.2) saturate(1.1);
	background-color: #890f01;
}
.pager{
	color: #ccc;
	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;
}
/*																				 Tablet
======================================================================================= */
@media (min-width:641px) and (max-width:1023px){
.center{
	width: auto;
}
.content,.content-narrow{
	padding:40px 20px;
}
.backstretch img{
    left: 0 !important;
	transform: scale(1.2);
    transform-origin: right bottom;
}
#header{
	height:70px;
}
#header-image-text,#header-image-kontakt,#footer-text{
	font-size:2.5vw;
}
#nav-sandwich,a.button-close{
	display:inherit;
}
#nav{
	opacity:0;
	position: fixed;
	width: auto;
	height: 100%;
	top: 0px;
	left: auto;
	right: 0px;
	border: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: #ccc;
	-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;
}
li.subnav{
	overflow:hidden;
}
li.subnav:before{
	content: "+";
    position: absolute;
    top: 13px;
    right: 10px;
    color: #000;
    font-size: 1.5em;
	opacity:0.85;
	pointer-events:none;
}
li.subnav:hover:before,li.subnav.expanded:before{
	z-index:1;
}
li.subnav.active:before,li.subnav.expanded:before{
	content: "–";
}
#nav ul a {
	display:block !important;
	font-size:1.1em !important;
	line-height:55px;
	color:#000 !important;
	text-align:left !important;
	text-decoration:none !important;
	padding-left:20px;
	padding-right:60px;
	white-space:nowrap;
}
#nav > ul > li:hover,#nav > ul > li.active{
	background-color:rgba(255,255,255,0.1);
}
#nav > ul > li:hover > a,#nav > ul > li.active > a{
	text-decoration:underline !important;
}
#nav ul ul{
	display:block;
	position:relative;
	top:0px !important;
	left:0px;
	transform:none;
	opacity:1;
	height:auto;
	max-height:0px;
	padding-top:0px !important;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-left:10px;
	background-color:transparent !important;
}
.sticky #nav ul li.active ul{
	opacity:1;
	height:auto;
}
li.subnav.active ul,li.subnav.expanded ul{
	max-height:500px !important;
	margin-bottom:20px !important;
}
#nav ul ul a{
	font-size:0.9em !important;
    line-height: 40px !important;
	padding-left: 30px !important;
}
#nav ul ul a:before{
	content:"•";
	position: absolute;
    left: 12px;
    top: -2px;
}
#nav > ul > li:hover > a,#nav > ul > li.active > a,#nav > ul > li.expanded > a{
	text-decoration:underline;
}
#nav ul ul li:hover a,#nav ul ul li.active a{
	text-decoration:underline !important;
}
#sprachen{
	top:20px;
	right:100px;
}
.mb-text-kleiner{
	font-size:0.9em;
	line-height:1.4em;
}
.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;
}
.backstretch img{
    left: -150px !important;
}
#header{
	height:70px;
}
#header-image-text,#header-image-kontakt,#footer-text{
	font-size:3vw;
}
#nav-sandwich,a.button-close{
	display:inherit;
}
#nav{
	opacity:0;
	position: fixed;
	width: auto;
	height: 100%;
	top: 0px;
	left: auto;
	right: 0px;
	border: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: #ccc;
	-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;
}
li.subnav{
	overflow:hidden;
}
li.subnav:before{
	content: "+";
    position: absolute;
    top: 13px;
    right: 10px;
    color: #000;
    font-size: 1.5em;
	opacity:0.85;
	pointer-events:none;
}
li.subnav:hover:before,li.subnav.expanded:before{
	z-index:1;
}
li.subnav.active:before,li.subnav.expanded:before{
	content: "–";
}
#nav ul a {
	display:block !important;
	font-size:1em !important;
	line-height:55px;
	color:#000 !important;
	text-align:left !important;
	text-decoration:none !important;
	padding-left:20px;
	padding-right:60px;
	white-space:nowrap;
}
#nav > ul > li:hover,#nav > ul > li.active{
	background-color:rgba(255,255,255,0.1);
}
#nav > ul > li:hover > a,#nav > ul > li.active > a{
	text-decoration:underline !important;
}
#nav ul ul{
	display:block;
	position:relative;
	top:0px !important;
	left:0px;
	transform:none;
	opacity:1;
	height:auto;
	max-height:0px;
	padding-top:0px !important;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-left:10px;
	background-color:transparent !important;
}
.sticky #nav ul li.active ul{
	opacity:1;
	height:auto;
}
li.subnav.active ul,li.subnav.expanded ul{
	max-height:500px !important;
	margin-bottom:20px !important;
}
#nav ul ul a{
	font-size:0.8em !important;
    line-height: 40px !important;
	padding-left: 30px !important;
}
#nav ul ul a:before{
	content:"•";
	position: absolute;
    left: 12px;
    top: -2px;
}
#nav > ul > li:hover > a,#nav > ul > li.active > a,#nav > ul > li.expanded > a{
	text-decoration:underline;
}
#nav ul ul li:hover a,#nav ul ul li.active a{
	text-decoration:underline !important;
}
#sprachen{
	top:20px;
	right:100px;
}
#footer{
	text-align:center;
}
.sp-order-1{
	order:1;
}
.sp-order-2{
	order:2;
}
.sp-hide,.mb-hide{
	display:none !important;
}
.sp-show{
	display:block;
}
.sp-center{
	margin-left:auto;
	margin-right:auto;
}
.sp-text-kleiner,.mb-text-kleiner{
	font-size:0.8em;
	line-height:1.3em;
}
.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;}
.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;}
.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-80,.flex-75,.flex-70,.flex-66,.flex-60,.flex-50:not(.flex-fix),.flex-44,.flex-40,.flex-33,.flex-30,.flex-26,.flex-25,.flex-20{
	width:100% !important;
	max-width:100% !important;
}
.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;
}
.backstretch img{
    left: -20px !important;
	transform: scale(1.2);
    transform-origin: right bottom;
}
#header{
	height:70px;
}
#header-image-text,#header-image-kontakt,#footer-text{
	font-size:0.8em;
}
#footer-text{
	padding-bottom:1em;
}
#nav-sandwich,a.button-close{
	display:inherit;
}
#nav{
	opacity:0;
	position: fixed;
	width: auto;
	height: 100%;
	top: 0px;
	left: auto;
	right: 0px;
	border: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: #ccc;
	-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;
}
li.subnav{
	overflow:hidden;
}
li.subnav:before{
	content: "+";
    position: absolute;
    top: 13px;
    right: 10px;
    color: #000;
    font-size: 1.5em;
	opacity:0.85;
	pointer-events:none;
}
li.subnav:hover:before,li.subnav.expanded:before{
	z-index:1;
}
li.subnav.active:before,li.subnav.expanded:before{
	content: "–";
}
#nav ul a {
	display:block !important;
	font-size:0.8em !important;
	line-height:55px;
	color:#000 !important;
	text-align:left !important;
	text-decoration:none !important;
	padding-left:15px;
	padding-right:40px;
	white-space:nowrap;
}
#nav > ul > li:hover,#nav > ul > li.active{
	background-color:rgba(255,255,255,0.1);
}
#nav > ul > li:hover > a,#nav > ul > li.active > a{
	text-decoration:underline !important;
}
#nav ul ul{
	display:block;
	position:relative;
	top:0px !important;
	left:0px;
	transform:none;
	opacity:1;
	height:auto;
	max-height:0px;
	padding-top:0px !important;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-left:10px;
	background-color:transparent !important;
}
.sticky #nav ul li.active ul{
	opacity:1;
	height:auto;
}
li.subnav.active ul,li.subnav.expanded ul{
	max-height:500px !important;
	margin-bottom:20px !important;
}
#nav ul ul a{
	font-size:0.8em !important;
    line-height: 40px !important;
	padding-left: 30px !important;
}
#nav ul ul a:before{
	content:"•";
	position: absolute;
    left: 12px;
    top: -2px;
}
#nav > ul > li:hover > a,#nav > ul > li.active > a,#nav > ul > li.expanded > a{
	text-decoration:underline;
}
#nav ul ul li:hover a,#nav ul ul li.active a{
	text-decoration:underline !important;
}
#sprachen{
	top:20px;
	right:100px;
}
#footer{
	text-align:center;
}
.sp-order-1{
	order:1;
}
.sp-order-2{
	order:2;
}
.sp-hide,.mb-hide{
	display:none !important;
}
.sp-show{
	display:block;
}
.sp-center{
	margin-left:auto;
	margin-right:auto;
}
.sp-text-kleiner,.mb-text-kleiner{
	font-size:0.8em;
	line-height:1.3em;
}
.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;}
.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;}
.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-80,.flex-75,.flex-70,.flex-66,.flex-60,.flex-50:not(.flex-fix),.flex-44,.flex-40,.flex-33,.flex-30,.flex-26,.flex-25,.flex-20{
	width:100% !important;
	max-width:100% !important;
}
.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;
}
}
