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

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v22-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v22-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v22-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v22-latin-700.svg#Lato') 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: #333;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height:1.4em;
	font-style: normal;
	height: 100%;
}
body.sticky{
	padding-top:100px;
}
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: 994px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.center-narrow{
	width: 770px;
	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;
	background-color:rgba(161,41,0,0.9);
	z-index:1;
}
.sticky #header-container{
	position:fixed;
	width: 100%;
	top:0px;
	left:0px;
	z-index:3;
	-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:110px;
	-webkit-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}
.sticky #header{
	height:90px;
}
#logo{
	position: absolute;
	left:20px;
	bottom:5px;
}
#logo img{
	width:auto;
	-webkit-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}
.sticky #logo img{
	height:62px;
}
#sprachen{
	position:absolute;
	top:0.25em;
	right:0.5em;
}
#sprachen ul{list-style-type:none;margin:0px;padding: 0px;}
#sprachen ul li{display: inline-block;}
#sprachen ul li a{display: block;}
#sprachen ul li img{margin:2px;vertical-align:bottom;}
#sprachen ul li.active a{transform: scale(1.2);}
#header-image{
	display:block;
	height:49vw;
	max-height:660px;
	min-height: 300px;
	position:relative;
	z-index:1;
}
#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: #932825;
}
#nav{
	position:absolute;
	right:0px;
	bottom:0px;
}
#nav-sandwich{
	display:none;
	position:absolute;
	top:60%;
	margin-top:-18px;
	right:20px;
	width:60px;
	height:35px;
	z-index:1;
}
#nav-sandwich span:before{
	content:"";
	display:block;
	width:100%;
	height:7px;
	margin-bottom:7px;
	background-color:#fbefef;
	-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:2em;
	padding-bottom:15px;
}
#nav ul li:last-child {
	margin-right:0px;
}
#nav > ul > li.subnav > a:after {
    content:"\f107";
	font-family:'FontAwesome';
    margin-left: 5px;
    display: inline-block;
    width: 10px;
}
#nav ul a {
	position: relative;
	text-decoration: none;
	text-align: center;
	display: block;
	color: #fbefef;
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:bold;
}
@media(hover:hover){
#nav > ul > li:hover > a, #nav ul ul li:hover a{
	text-decoration:underline;
}
}
#nav > ul > li.active > a, #nav ul ul li.active a{
	text-decoration:underline;
}
#nav > ul > li:hover > a, #nav > ul > li.active > a{
	opacity:1;
}
#nav ul ul{
	position: absolute;
    left: -20px;
    top: 30px;
	padding-top:10px;
	padding-bottom:10px;
	opacity:0;
	transition: opacity 0.3s ease-in-out;
	height:0px;
	overflow:hidden;
	min-width: calc(100% + 40px);
	background-color:rgba(255,255,255,0.9);
	/*
	-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{
	opacity:1;
	height:auto;
}
#nav ul ul li{
	display:block;
}
#nav ul ul li a{
	color:#645D5C;
	font-size:0.75em;
	line-height:30px;
	padding-left: 20px;
	padding-right: 20px;
	opacity:1;
	white-space:nowrap;
	font-weight:bold;
	text-align:left;
	border-bottom-width:0px;
}
#nav ul ul li:hover a, #nav ul ul li.active a{
	color:#952d0a;
}
a.button-close{
	display:none;
	position:relative;
    width: 100%;
	height: 40px;
	margin-top:20px;
}
a.button-close:before{
	content:"";
	position:absolute;
	top:15px;
	right:10px;
	width:35px;
	height:5px;
	background-color:#fbefef;
	-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:5px;
	background-color:#fbefef;
	-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;
}
.content{
	padding:40px 0px;
}
#footer-container{
	background-color:#952d0a;
}
#footer{
	font-size:0.8em;
	line-height:1.2em;
	color:#fff;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a.active,#footer a:hover{
	text-decoration:underline;
}
#footer ul{
	display:inline-block;
}
#footer span{
	display:block;
}
.galerie{
	line-height:10px;
}
.galerie img{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.d21-row{margin:0 !important;}
.d21-input-icon{z-index:inherit !important;}

#d21-quickbook{
	z-index:3;
	/*position:fixed!important;
	bottom:0;padding:0.5em!important;*/
	width:100%!important;
	max-width:100%!important;
	background-color:#f6f7f9;
	min-height:67px;
	padding: 0.2em;
}
/*
#d21-quickbook.sticky{
	position:relative !important;
	padding-bottom:2px;
}
.d21-calendar,.d21-occupancy-select{
	top:auto !important;
	bottom:45px !important;
}
.d21-input {
    font-size: 15px !important;
	background-color: #fff !important;
    border-color: #fff !important;
}
.d21-input-icon {
    background-color: #2E2D2C !important;
    border-color: #fff !important;
}
.d21-btn.d21-primary{
	background-color: #952d0a !important;
    border: 1px solid #952d0a !important;
    color: #fff !important;
	font-weight:bold;
	font-style:italic;
}
*/
.d21-h-stack{
    justify-content: center !important;
}
.d21-container-view.d21-container-no-select {
    border-radius: 0 !important;
    border: none !important;
	border-bottom: 1px solid var(--d21-divider) !important;
	max-width:100% !important;
}
/*																				   Grid
======================================================================================= */
.left0{padding-left:0px !important;}
.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;}
.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.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-60{
	width:60%;
	max-width:60%;
}
.flex-50{
	width:50%;
	max-width:50%;
}
.flex-40{
	width:40%;
	max-width:40%;
}
.flex-33{
	width:30.333%;
	max-width:30.333%;
	margin-right:3%;
}
.flex-33:nth-child(3n){
	margin-right:0;
}
.flex-25{
	width:25%;
	max-width:25%;
}
.flex-20{
	width:20%;
	max-width:20%;
}
/*																				 Absatz
======================================================================================= */
h1,h2,h3,h4,h5{
	margin-top:0px;
	line-height:normal;
}
h1{
	font-size:2em;
	font-weight:bold;
	color:#952d0a;
}
h2{
	font-size:1.2em;
	font-weight:bold;
	color:#952d0a;
}
h3{
	font-size:1em;
	margin-bottom:0.3em;
}
h4{
	font-size:1em;
	margin-bottom:0.3em;
	text-transform:none;
}
h5{
	font-size:0.9em;
	margin-bottom:0.3em;
	text-transform:none;
}
p{
	margin-top: 0px;
	margin-bottom: 0px;
}
strong{
	font-weight:600;
}
ul,ol{
	padding-left: 20px;
	margin: 0px;
}
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(.noicon)[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;
	line-height:1.4em;
}
.text-kleiner{
	font-size:0.8em;
	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;
}
.rot{
	color:#890f01;
}
.weiss{
	color:#fff;
}
.error{
	font-size:0.8em;
	color: #890f01;
	line-height:normal;
}
img.img{
	border:2px solid #fff;
	border-radius:10px;
}
/*																				   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: 1px solid #CCC;
	font-family: 'Lato', 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;
	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;
	min-width: auto !important;
    right: 10px;
    bottom: 10px;
    padding: 17px !important;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    background-color: #952d0b !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;
	vertical-align:middle;
}
.table-resp > tbody > tr > td:nth-child(2){
	text-align:left;
}
a.button,button.button{
	font-family: 'Lato', sans-serif;
	cursor: pointer;
	font-size: 0.9em;
	line-height: normal;
	text-decoration: none;
	display: inline-block;
	min-width: 200px;
	text-align:center;
	padding: 9px 20px;
	color: #fff;
	background: #952d0b;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border: 1px solid #952d0b;
	text-transform: uppercase;
}
a.button:hover,button.button:hover{
	color: #333;
	background: #fff;
	border: 1px solid #952d0b;
}
a.button-white,button.button-white{
	color: #454441;
	background: #fff;
}
a.button-white:hover,button.button-white:hover{
	color: #fff;
	background: #921C28;
}
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;
}
.aktuelles img{
	max-width:100%;
	height:auto !important;
}
.aktuelles ul{
	display:inline-block;
	text-align:left;
	margin-bottom:1em;
}
.datum{
	font-size:0.9em;
	margin-bottom:5px;
}
.ql-container{
	background-color:#f9f4e8;
}
.ql-container a{
	position:relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display:block;
	line-height:10px;
}
@media(hover:hover){
.galerie-container a:hover,.ql-container a:hover{
	transform:scale(1.05);
}
}
.ql-title{
	position:absolute;
	width:100%;
	text-align:left;
	bottom:0px;
	line-height:3.5em;
	color:#fff;
	background-image: linear-gradient(transparent,#222);
	padding-top:2em;
	padding-left:2em;
	font-size:1.5em;
	text-transform:uppercase;
}
.ql-title:before{
	content: "";
    width: 2px;
    height: 1.5em;
    background-color: #fbaf18;
    position: absolute;
    left: 1em;
    bottom: 1em;
	
}
.galerie-container{
	line-height:10px;
	background-color:#f6eed7;
	padding:30px 10px;
}
.galerie-container img{
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media(hover:hover){
.galerie-container img:hover{
	transform:scale(1.1);
}
}
.breadcrumbs{
	margin-top:-20px;
	margin-bottom:30px;
	font-size:0.8em;
	line-height:1.3em;
	color:#999;
}
.breadcrumbs a{
	color:#666;
	font-weight:600;
}
#header-quicklinks{
	position:absolute;
	top:62%;
	transform:translate(0,-50%);
	right:-1px;
	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;
	padding:10px 15px;
	font-size:0.9em;
	line-height:normal;
	text-decoration:none;
	border-radius: 5px 0px 0px 5px;
	color:#952d0b;
	border:1px solid #952d0b;
	background-color: rgba(255,255,255,0.9);
}
#header-quicklinks ul li:nth-child(2n) a{
	color:#fff;
	border:1px solid #fff;
	background-color:rgba(161,41,0,0.9);
}
/*																				 Tablet
======================================================================================= */
@media (min-width:641px) and (max-width:1023px){
.center,.center-narrow{
	width: auto;
}
.content,.content-right{
	padding:40px 20px;
}
#nav-sandwich,a.button-close{
	display:inherit;
}
#nav{
	position: fixed;
	width: auto;
	height: 100%;
	top: 0px;
	left: 0px;
	right:auto;
	border: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: rgba(161,41,0,0.95);
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	z-index: 3;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-bottom: 1em;
}
#nav.show {
    -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;
	padding-bottom:0px;
}
li.subnav{
	overflow:hidden;
}
li.subnav:before{
	content: "+";
    position: absolute;
    top: 13px;
    right: 10px;
    color: #fbefef;
    font-size: 1.5em;
	opacity:0.85;
}
li.subnav.active:before{
	content: "–";
}
#nav > ul > li.subnav > a:after {
    display:none;
}
#nav ul a {
	display:block;
	font-size:1.2em;
	line-height:55px;
	color:#fff;
	text-decoration:none;
	text-align:left;
	padding-left:20px;
	padding-right:60px;
	white-space:nowrap;
	font-weight:normal;
}
#nav > ul > li:hover,#nav > ul > li.active{
	background-color:rgba(255,255,255,0.1);
}
#nav ul ul{
	position: inherit;
	top:0px;
	left:0px;
	max-height:0px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-left:10px;
	padding-top:0px;
	padding-bottom:0px;
	background-color:transparent;
}
li.subnav.active ul{
	max-height:500px !important;
	margin-bottom:20px !important;
	height:auto !important;
	opacity:1 !important;
}
#nav ul ul a{
	color:#fff !important;
	font-size:0.9em;
    line-height: 40px;
}
.left0,.mb-left0{padding-left:0px !important;}
.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;}
.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;}
#footer .flex-25{
	width:50% !important;
	max-width:50% !important;
}
}
/*																   Smartphone Landscape
======================================================================================= */
@media (min-width:501px) and (max-width:640px){
.center,.center-narrow{
	width: auto;
}
.content,.content-right{
	padding:20px;
}
#nav-sandwich,a.button-close{
	display:inherit;
}
#nav{
	position: fixed;
	width: auto;
	height: 100%;
	top: 0px;
	left: 0px;
	right:auto;
	border: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: rgba(161,41,0,0.95);
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	z-index: 3;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-bottom: 1em;
}
#nav.show {
    -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;
	padding-bottom:0px;
}
li.subnav{
	overflow:hidden;
}
li.subnav:before{
	content: "+";
    position: absolute;
    top: 13px;
    right: 10px;
    color: #fbefef;
    font-size: 1.5em;
	opacity:0.85;
}
li.subnav.active:before{
	content: "–";
}
#nav > ul > li.subnav > a:after {
    display:none;
}
#nav ul a {
	display:block;
	font-size:1.2em;
	line-height:55px;
	color:#fff;
	text-decoration:none;
	text-align:left;
	padding-left:20px;
	padding-right:60px;
	white-space:nowrap;
	font-weight:normal;
}
#nav > ul > li:hover,#nav > ul > li.active{
	background-color:rgba(255,255,255,0.1);
}
#nav ul ul{
	position: inherit;
	top:0px;
	left:0px;
	max-height:0px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-left:10px;
	padding-top:0px;
	padding-bottom:0px;
	background-color:transparent;
}
li.subnav.active ul{
	max-height:500px !important;
	margin-bottom:20px !important;
	height:auto !important;
	opacity:1 !important;
}
#nav ul ul a{
	color:#fff !important;
	font-size:0.9em;
    line-height: 40px;
}
#header-quicklinks ul li a{
	font-size:0.8em;
}
.sp-hide{
	display:none;
}
.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;}
.left10{padding-left:5px;}
.left20{padding-left:10px;}
.left40{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;}
.right10{padding-right:5px;}
.right20{padding-right:10px;}
.right40{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-60,.flex-50,.flex-40,.flex-33,.flex-25,.flex-20{
	width:100% !important;
	max-width:100% !important;
	margin-right:0 !important;
}
#footer .flex-25{
	width:50% !important;
	max-width:50% !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;
}
.breadcrumbs{
	margin-top:0px;
}
.d21-v-stack{
	max-width:100% !important;
}
}
/*																	Smartphone Portrait
======================================================================================= */
@media (max-width:500px){
.center,.center-narrow{
	width: auto;
}
.content,.content-right{
	padding:20px;
}
#header{
	height:90px;
}
#header-image-container{
	margin-top:0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#logo{
	left:20px;
	bottom:5px;
}
#logo img{
	height:62px;
}
#nav-sandwich,a.button-close{
	display:inherit;
}
#nav{
	position: fixed;
	width: auto;
	height: 100%;
	top: 0px;
	left: 0px;
	right:auto;
	border: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: rgba(161,41,0,0.95);
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	z-index: 3;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-bottom: 1em;
}
#nav.show {
    -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;
	padding-bottom:0px;
}
li.subnav{
	overflow:hidden;
}
li.subnav:before{
	content: "+";
    position: absolute;
    top: 13px;
    right: 10px;
    color: #fbefef;
    font-size: 1.5em;
	opacity:0.85;
}
li.subnav.active:before{
	content: "–";
}
#nav > ul > li.subnav > a:after {
    display:none;
}
#nav ul a {
	display:block;
	font-size:1.2em;
	line-height:55px;
	color:#fff;
	text-decoration:none;
	text-align:left;
	padding-left:20px;
	padding-right:60px;
	white-space:nowrap;
	font-weight:normal;
}
#nav > ul > li:hover,#nav > ul > li.active{
	background-color:rgba(255,255,255,0.1);
}
#nav ul ul{
	position: inherit;
	top:0px;
	left:0px;
	max-height:0px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-left:10px;
	padding-top:0px;
	padding-bottom:0px;
	background-color:transparent;
}
li.subnav.active ul{
	max-height:500px !important;
	margin-bottom:20px !important;
	height:auto !important;
	opacity:1 !important;
}
#nav ul ul a{
	color:#fff !important;
	font-size:0.9em;
    line-height: 40px;
}
#header-quicklinks ul li a{
	font-size:0.8em;
}
.sp-hide{
	display:none;
}
.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;}
.left10{padding-left:5px;}
.left20{padding-left:10px;}
.left40{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;}
.right10{padding-right:5px;}
.right20{padding-right:10px;}
.right40{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-60,.flex-50,.flex-40,.flex-33,.flex-25,.flex-20{
	width:100% !important;
	max-width:100% !important;
	margin-right:0 !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;
}
.breadcrumbs{
	margin-top:0px;
}
.d21-v-stack{
	max-width:100% !important;
}
}
