/* @override https://www.doellnitzbahn.de/wp/wp-content/themes/doellnitzbahn/style.css */


/*
Theme Name: Döllnitzbahn
Theme URI:
Description: based on zittauer-schmalspurbahn.de
Version: 1.01
Author: PD
Author URI:
Tags:
*/

@import url("css/webfonts.css");
@import url("css/columns.css");


/*	RESET
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {display: block;}
img,
object,
embed {max-width: 100%;height:auto;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

input, select {vertical-align: middle;}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
input:focus, textarea:focus, select:focus { outline: none;}

input { /* remove top input shadow */
-webkit-appearance: none;
-moz-appearance: none;
}

table {font-size: inherit; font: 100%;}

a:hover, a:active {outline: none;}
small {font-size: 85%;}
strong, th {font-weight: bold;}
td, td img {vertical-align: top;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0; border-radius: 0; font-family: DINNextLTPro-Regular, Arial;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; height: 0px; overflow: hidden;}
.clr:after { content: ""; display: table; clear: both;}
.cf:after {	content: ""; display: table; clear: both; }

/* prevent flickering on touch */
* {
	-webkit-tap-highlight-color:transparent;
}

/* natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 }


/* -------------------------------------------------------------------------------*/

/*

SOEG grün	#183D1A rgba(24, 61, 26, 1)
SOEG gold	#B9A66D rgba(185, 166, 109, 1)
SOEG beige  #FCF2E1
SOEG rot	#D13039	rgba(209, 48, 57, 1)

LINK		#146A23

*/


/* FRESH START */

html, body {
	height: 100%;
	font-family: DINNextLTPro-Regular, sans-serif;
	font-size: 19px;
	 -webkit-text-size-adjust: 100%;
}

body {
	height: 100%;
	line-height: 145%;
	color: #333;
	background: #FFF;
}

a {
	position: relative;
	color: #146A23;
	text-decoration: none;
}

a, input {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	transition: all 200ms ease;
}

a:visited {
	color: #146A23;
}

a:active {
	color: #146A23;
}

a:hover {
	color: #D13039;
}


h1,h2,h3,h4 {
	line-height: 120%;
	margin: 0px 0 2rem 0;
	font-family: DINNextLTPro-MediumCond;
	font-weight: normal;
}

h1 {
	font-size: 33px;
	font-size: 3rem;
	line-height: 120%;
	text-align: center;
}

h2 {
	font-size: 25px;
	font-size: 2.2rem;
	color: #D13039;
	padding-bottom: 0.3rem;
	margin-bottom: 1.8rem;
	border-bottom: 2px solid #DDCEAA;
}

h3 {
	line-height: 120%;
	font-size: 1.7rem;
	margin-bottom: 1.5rem;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h4 {
	line-height: 120%;
	font-size: 1.4rem;
	margin-bottom: 0rem;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


p {
	margin: 0 0 1.5rem 0;
}


b, strong {
	font-family: DINNextLTPro-Bold;
	font-weight: normal;
}

hr {
	position: relative;
	display: block;
	height: 1px;
	border: 0;
	background: transparent;
	border-top: 2px solid #ECD9B7;
	border-top: 2px solid rgba(0,0,0, .15);
	border-top: 2px solid #DDCEAA;
	margin: 2rem 0 0 0;
	padding: 0rem 0 2.0rem 0;
}

a:hover img {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
}


/* BASIC
---------------------------------------------------------------------------------*/

.page-wrap {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
}

.container,
.container-fluid {
	position: relative;
	max-width: 1194px; /*1134*/
	margin: 0 auto;
	padding: 0 30px;
}

.container:before,
.container:after {
	content: "";
	display: table;
	clear: both;
}


.container-fluid {
	max-width: none;
	width: 100%;
	padding: 0;
}



/* HEADER
---------------------------------------------------------------------------------*/


#header {
	position: relative;
}


.top-bar {
	text-align: right;
	background: #FFF;

	font-family: DINNextLTPro-MediumCond; /*fff*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.top-menu {
	padding-top: 12px;
	float: left;
	overflow: hidden;
	height: 58px;
}

.top-menu ul {
	display: inline-block;
	float: left;
}

.top-menu li {
	float: left;
	text-align: center;
	margin-right: 2px;
}


.top-menu a {
	font-size: 0.9rem;
	display: block;
	padding: 0.5rem 1.1rem;
	background: #EBE7DA;
	text-transform: uppercase;
	border-radius: 7px 7px 0 0;
	color: rgba(24, 61, 26, .8);
}

.top-menu a:hover {
	background: rgba(185, 166, 109, .4);
}

.top-menu .active a {
	color: #EBE7DA;
	background: #183D1A;
}

.top-menu li.tab-primary {
	min-width: 195px; /* same width */
}

.top-menu li.tab-secondary a {
	font-size: 0.8rem;
	margin-top: 0.6rem;
	line-height: 1;
	padding: 0.6rem 0.9rem;

}

.top-menu li.tab-ssb {
	margin-left: 5px;
}







.top-meta {
	float: right;
	padding-top: 18px;
	color: #183D1A;
	font-size: 1.05rem;
}



.lang {
	display: inline-block;
	vertical-align: middle;
	margin: 0 1rem 0 0;
}

.lang li {
	float: left;
	margin-right: 10px;

}

.lang a {
	display: block;
	color: #8C9E8D;
}

.lang a:hover,
.lang .active a {
	color: #183D1A;
}



.hotline {
	display: inline-block;
	margin: 0 0.8rem 0 0;
	vertical-align: middle;
}

.hotline a {
	color: #183D1A;
	cursor: default;
}

.hotline i {
	margin: 0 5px 0 0;
}

.search-trigger {
	display: inline-block;
	vertical-align: middle;
	border: none;
	font-size: 1.0rem;
	line-height: 1;
	color: #183D1A;
	background: transparent;
	vertical-align: middle;
}

.search-trigger:hover {
}

.search-trigger.open {
	color: rgba(185, 166, 109, 1);
}

/* Nav Bar */


.nav-bar-wrap {
	position: relative;
	z-index: 50;
}

.nav-bar {
	position: relative;
	z-index: 10;
	width: 100%;
}

.start-banner .nav-bar,
.page-banner .nav-bar {
	position: absolute;
	top: 0;
}


#header .logo {
	float: left;
	width: 290px;
	max-width: 27%;
	height: auto;

	margin: 1.5rem 0;
}

#header .logo img {
	display: block;
	margin-left: -0.3rem;
}



/* --- Search --- */

.site-search  {
	display: none; /* js toggle*/
	padding: 1.5rem 1rem;
	background: #183D1A;
	background: #FFF;


	background-size: 100% auto;
}

.site-search form {
	margin: 0 auto;
	position: relative;
	max-width: 600px;
}

.site-search input.s {
	width: 100%;
	padding: 0.8rem 0;
	padding-left: 10px;
	font-size: 1.1rem;
	line-height: 100%;
	border:  none;
	color: #333;
	font-weight: normal;
	line-height: 120%;
	background-color: rgba(185, 166, 109, .2);
}

.searchform input.s::-webkit-input-placeholder {
	color: rgba(185, 166, 109, .7);
}

.searchform input.s::-moz-placeholder {
	color: rgba(185, 166, 109, .7);
}


.site-search input.searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	padding: 0 20px;
	font-size: 13px;
	text-transform: uppercase;
	overflow: hidden;
	height: 50px;
	z-index: 1;
	color: #FFF;
	background: #D13039;
	border-radius: 0 5px 5px 0;

	display: none;
}

.site-search i {
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	font-size: 1.80em;
	color: #FFF;
	background-color: #CCC;
}


.slicknav_menu.open .site-search {
	display: block!important;
	background: transparent;
	margin: 0 auto;
	max-width: 500px;
	padding: 1.5rem;
	margin-bottom: 1rem;
}

.slicknav_menu .site-search input.s {
	width: 100%;
	color: #FFF;
	background: rgba(255, 255, 255, .1);
}

.slicknav_menu .site-search input.searchsubmit {
	display: none;
}


.slicknav_menu .searchform input.s::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .3);
}

.slicknav_menu .searchform input.s::-moz-placeholder {
	color: rgba(255, 255, 255, .3);
}



/* NAV
---------------------------------------------------------------------------------*/

#nav {
	position: relative;
	display: flex;
	justify-content: flex-end;	
	font-size: 1.2rem; /*key*/

	margin-top: 2.2rem;
	padding-left: 20px;
	font-family: DINNextLTPro-MediumCond;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


#nav > ul {
	display: flex;
	flex-wrap: wrap;
}

#nav ul li {
	position: relative;
	margin: 0 1.0em 0 0;
}

#nav > ul li:last-child {
	margin-right: 0;
}


#nav ul li a {
	position: relative;
	margin: 0;
	font-weight: normal;
	display: block;
	color: #FFF;
	padding-bottom: 0.08rem;
	text-transform: uppercase;
	border-bottom: 3px solid transparent;
	white-space: nowrap;
}

#nav ul li a:hover,
#nav ul li:hover > a {
	color: #FFF;
}


#nav > ul li > a:after,
#nav > ul li.menu-item-has-children > a:after { /* subpages indicator */
	position: relative;
	content: "\e80a";
	font-family: 'icons';
	display: inline-block;
	font-weight: normal;
	font-size: 0.95rem;
	margin: 0 0 0 8px;
	color: rgba(255,255,255, .8);
	vertical-align: middle;


	display: none; /* AUS indicator */
}

#nav > ul li.page_item_has_children.active:after {
	opacity: 1;
}


#nav > ul li > a:after {
	visibility: hidden;
}

#nav > ul li.page_item_has_children > a:after {
	visibility: visible;
}


#nav ul ul li > a:after {
	display: none;
}


#nav > ul li.page_item_has_children.active > a:after {
	content: "\e809";
}



#nav ul li:hover > a {
}


#nav ul li li.current_page_item > a {
	color: rgba(255,255,255, .5);
}

#nav ul li a:hover,
#nav ul li.page_item_has_children:hover > a,
#nav ul li.page_item_has_children.active > a,
#nav ul li.current_page_parent > a,
#nav ul li.current_page_item > a {
	border-bottom: 3px solid #D13039;
}


#nav ul li.current_page_parent a:hover,
#nav ul li.current_page_parent:hover a,
#nav ul li.current_page_item:hover a {
}


#nav ul ul {
	display: none; /*js toggle*/
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 1rem; /*slide down effect*/
	margin-left: -15px;
	padding-left: 0;

	AUS-z-index: 99999;
	background: transparent;

	min-width: 13em;

	/*
	opacity: 0;
	visibility: hidden;
	*/

	box-shadow: 0px 2px 15px -5px rgba(1, 1, 1, .4);
}

#nav ul .active ul::before { /* tringle */
	content: "";
	position: absolute;
	top: -10px;
	left: 20px;
	width: 20px;

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #D13039;
	-webkit-transform:rotate(360deg);
}

#nav ul li:last-child ul {
	left: auto;
	right: 0;
}

#nav ul li:last-child.active ul::before {
	left: auto;
	right: 20px;
}


#nav ul ul li {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	float: none;
	padding: 0 16px;
	background: #D13039;
}


#nav ul ul li:first-child {
	border-radius: 5px 5px 0 0;
}


#nav ul ul li:last-child {
	border-radius: 0 0 5px 5px;
}


#nav ul ul a {
	line-height: 140%;
	padding: 0.2em 0;
	display: block;
	text-transform: none;
	font-size: 0.9rem;
	font-size: 0.75em;
	font-family: DINNextLTPro-Bold;
	color: #FFF;
	white-space: normal;
}

#nav ul ul li:first-child a {
	padding-top: 1rem;
}

#nav ul ul li:last-child a {
	border-bottom: none;
	padding-bottom: 18px;
}

#nav ul ul a:hover {
	color: rgba(255,255,255, .5);
}

#nav ul ul ul {
	display: none;
}



/* ------------------------------------------------ */


/* ------------------------------------------------ */


/* CONTENT
---------------------------------------------------------------------------------*/

#content {
	position: relative;
	clear: both;
}


img {
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}


main {
	display: block; /*IE*/
	padding: 3rem 0 4rem 0;
	min-height: 600px;
}

.top-0 {
	padding-top: 0;
}

.main {
	max-width: 820px;
}

main a:hover img {
	opacity: .8;
}


/* WP core styles */

.alignnone {

}

.aligncenter,div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
	margin: 5px 1.4rem 1.4rem 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 1.4rem 1.4rem;
}

img.alignnone,
a img.alignnone {
	/* margin: 5px 20px 20px 0; */
	margin: 0;
	padding: 0;
}

a img.alignleft {
	float: left;
	margin: 5px 1.4rem 1.4rem 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.sticky {

}

.bypostauthor {

}

a.post-edit-link {
	display: inline-block;
	margin: 0 0 15px 0;
	position: relative;
	font-size: 11px;
	line-height: 11px;
	padding: 8px 12px;
	padding-left: 25px;
	text-transform: uppercase;
	background: #0073AA;
	color: #FFF;
	border-radius: 3px;
}

a.post-edit-link:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	margin: -7px 0 0 0;
	width: 14px;
	height: 14px;
	background: transparent url(images/icon-edit_white.png) no-repeat 0 0;
}

.link-icon {
	position: relative;
	display: block;
	margin: 0 3px 8px 0;
	font-weight: 700;
}

i.icon-left:before {
	margin: 0 5px 0 0;
	width: auto;
	display: inline;
}

p > span.link-icon {
	margin-bottom: 0;
}

.link-icon:before {
	content: "\e802";
	font-family: 'icons';
	font-size: 1.1em;
	font-weight: normal;
	color: #C70370;
	margin: 0 8px 0 0;
}

i { /* IE */
	font-family: 'icons';
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Lists */

.main ul,
.main ol {
	margin: 0 0 1.5rem 0;
}

.main ul {
	padding-left: 1.0rem;
	list-style-type: none;
}

.main li {
	position: relative;
	margin: 0 0 5px 0;
}

.main ul li:before {
	position: absolute;
	content: " ";
	width: 0.3rem;
	height: 0.3rem;
	top: 0;
	left: 0;
	margin: 0.45rem 0 0 -1.0rem;
	background: #B9A66D;
	border-radius: 1rem;

}

.main ol {
	padding-left: 22px;
}


/* Shortcodes */

.textIntro {
	font-size: 18px;
	font-size: 1.4rem;
	font-size: 120%;
	line-height: 145%;
	font-weight: normal;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.textNotiz {
	font-size: 11px;
	font-size: 0.8em;
	line-height: 150%;
	margin-bottom: 2rem;
}

.textZitat {
	position: relative;
	margin-bottom: 2rem;
	font-style: normal;
	line-height: 150%;
	padding-left: 2rem;
	font-size: 110%;
	color: rgba(24, 61, 26, .8);

}

.textZitat:after {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2rem;
	font-family: 'icons';
	content: '\e818';
	color: rgba(185, 166, 109, .99);
}

.textZitat p:last-of-type {
	margin-bottom: 0;
}

.textZitat .cite {
	font-size: 0.8rem;
	font-style: normal;
	font-weight: normal;
	display: block;
	margin: 5px 0 0 0;
	color: rgba(24, 61, 26, .6);
}

.box,
.boxImportant {
	padding: 1rem;
	background: #FBE8C6;
	margin: 0 0 2em 0;
	border-radius: 1px;
	font-size: 0.9rem;
	line-height: 130%;
}

.boxImportant {
	color: #D13039;
	background: transparent;
	border: 3px solid #D13039;
}

.box p {
	margin-bottom: 1em;
}

.box p:last-of-type,
.boxImportant p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

i.icon {
	font-weight: normal!important;
}

.icon.download {
	font-size: 1.2rem;
	margin: 0 5px 5px 0;
	vertical-align: middle;
	display: inline-block;
}

.icon.bullet {
}


.main .list-style.line ul li:before {
	display: none;
}

.main .list-style.line ul,
.main .list-style.line ul li {
	padding-left: 0;
}

.main .list-style.line ul li {
	padding: 0.5rem 0;
	margin-bottom: 0.2rem;
	border-bottom: 1px solid rgba(67, 0, 43, 0.3);
}

.main .list-style.line ul li:last-child {
	border-bottom: none;
}



.main .list-style.block ul li:before {
	display: none;
}

.main .list-style.block ul,
.main .list-style.block ul li {
	padding-left: 0;
}

.main .list-style.block ul li {
	background-color: rgba(190, 218, 225, .4);
	padding: 0.8rem;
	margin-bottom: 0.2rem;
}


/* Shortcode Columns */

.sc-col {
	float:left;
	margin-right: 4%;
	margin-bottom: 20px;
	position:relative;
	background: rgba(1,222,1, .2);
	background-color: transparent;
}

.last {
	margin-right:0 !important;
}

.one-half {
	width:48%;
}

.one-third {
	width:30.66%;
}

.two-third {
	width:65.33%;
}

.one-fourth {
	width: 22%;
}

.three-fourth {
	width: 66%;
}


/* TABS */

.tabs-wrapper {
	margin: 0 0 2rem 0;
}

.tabs-content {
	background-color:#FFF;
	padding: 10px 15px;
	width: 100%;
}

.tabs-content-wrapper{
	clear:both;
	border: 1px solid #CCC;
}

#content ul.tabs {
	margin-bottom: -1px;
	position: relative;
	z-index: 50;
	padding: 0px;
	margin: 0;
}

#content ul.tabs li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background: none;
	margin: 0 1px -1px 0;

}

ul.tabs li:before {
	display: none;
}


ul.tabs li a {
	display: block;
	padding: 10px 15px;
	font-family: MuseoSans-700;
	border: 1px solid transparent;
	border-bottom: none;
}

ul.tabs li.active a {
	background: #FFF;
	border-color: #CCC;
}

ul.tabs li.active {
}


.tabs-head {
	display: none;
}

.tabs-head a {
	display: block;
	background: #FFF;
	padding: 12px;
}


/* AUFKLAPPER */

.accordion-item {
	position: relative;
	border-top: 2px solid #DDCEAA;
	border-bottom: 2px solid #DDCEAA;
	margin: -2px 0 2rem 0;
}

.accordion-item.not-last {
	margin-bottom: 0;
}

.accordion-item:first-of-type {
	margin-top: 0;
}

.accordion .accordion-trigger {
	display: block;
	padding: 0.9rem 0;
	padding-right: 2.2rem;
	font-weight: normal;
	font-size: 1.3rem;

	font-family: DINNextLTPro-MediumCond; /*fff*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.accordion .accordion-trigger:after {
	position: absolute;
	top: 1.1rem;
	right: 0;
	margin: 0;
	content: "\e80a";
	display: block;
	line-height: 1rem;
	border-radius:0;
	font-family: 'icons';
	font-size: 1.5rem;
	color: rgba(185, 166, 109, .7);

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

.accordion .accordion-trigger:hover:after {
}

.accordion  .accordion-trigger.active:after {
	content: "\e809";
}

.accordion-content {

	padding: 5px 0 0 0;
	display: none; /* js toggled */
}


article {
	clear: both;
}

.btn {
	font-family: DINNextLTPro-MediumCond; /*fff*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: transparent;
	text-transform: uppercase;
	border: 2px solid rgba(185, 166, 109, .7);
	border-radius: 5px;
	padding: 0.7rem 1.6rem;
	font-size: 1.1rem;
	display: inline-block;
	text-align: center;
	min-width: 13vw;
	background: transparent;
}

.btn:hover {
	border-color: transparent;
	color: rgba(185, 166, 109, 1);
	background:  rgba(185, 166, 109, .2);
}


.btn i {
	display: inline-block;
	font-size: 1.2rem;
	margin-right: 0.0rem;
	margin-left: -0.9rem;
}


.btn.btn-back {
	color: rgba(185, 166, 109, 1);
}


/* --- Blog  --- */


.blog .hentry {
	position: relative;
	margin: 0 auto;
	margin-bottom: 1.8rem;
	background: #FDEED2;
    flex: 1;
 }

.blog .hentry header {
	padding: 1rem;
}


.entry-content {
}


.blog h2.entry-title {
	margin: 0 0 0 0;
	padding: 0;
	border: none;
	font-weight: normal;
	line-height: 110%;
	font-size: 1.4rem;
}

.blog h2.entry-title br {
	display: none;
}

h2.entry-title a {
	color: #146A23;
}

h2.entry-title a:hover  {
	color: #D13039;
}

.blog .entry-thumbnail {
	margin: 0;
	width: 100%;
}


.entry-date {
	font-size: 0.95rem;
	font-family: DINNextLTPro-MediumCond; /*fff*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(185, 166, 109, 1);
}

.entry-thumbnail img {
	margin: 0;
	width: 100%;
	display: block;
}



.single h1.entry-title {
	color: #D13039;
	line-height: 110%;
	margin: 0 0 15px 0;
}


.single .entry-header {
	text-align: center;
}

.single .entry-date {
	text-align: center;
	font-size: 1.0rem;
	margin: 0 0 2rem 0;
}

.single .entry-cats {
	display: inline-block;
	margin: 0 0 1.5rem 0;
	padding-bottom: 0.5rem;
	text-transform: uppercase;
	font-size: 1.1rem;
	font-family: DINNextLTPro-MediumCond; /*fff*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	color: rgba(185, 166, 109, 1);
	border-bottom: 2px solid rgba(185, 166, 109, .4);

}

.single .entry-cats a {
	color: rgba(185, 166, 109, 1);
}

.single .entry-cats a:hover {
	color: #D13039;
}


.single .entry-cats span {
	margin: 0 0.1rem;
}



.single .entry-thumbnail {
	position: relative;
	width: 130%;
	padding: 0;
	margin: 0 0 2rem 0;
	margin-left: -15%;
	display: block;
	overflow: hidden;
}

.single .entry-thumbnail img {
	display: block;
	max-width: 100%;
	max-height: 800px;
	width: auto;
	margin: 0 auto;

}


.single .entry-thumbnail p.wp-caption-text {
	text-align: center;
	font-size: 0.8rem;
	color: #999;
	line-height: 130%;
	max-width: 762px;
	margin: 0 auto
}

.single .entry-tags {
}

.single .entry-tags a {
	display: inline-block;
	margin-right: 0.3rem;
	text-transform: uppercase;
	font-size: 0.8rem;
	color: rgba(185, 166, 109, 1);
}

.single .entry-tags a:hover {
	color: #D13039;
}

.single .entry-tags a:before {
	content: "#";
}




/* --- Post Tables --- */

table {
	width: 100%;
	border: none;
	margin: 0px 0px 1.5rem 0px;
	font-size: 0.9rem;
	background: #FDEED2;
	border-top: 1px solid #E0D0A9;
	line-height: 135%;
	width: 100%!important;
}

table thead {
}

table thead td {
	font-family: DINNextLTPro-Bold;
	background: transparent;
}

table tr {
	background: transparent;
	border-bottom: 1px solid #E0D0A9;
}

table tr th {
	padding: 0.5rem;
	border-top: 1px solid #E0D0A9;
	border-left: 1px solid #E0D0A9;
	border-right: 1px solid #E0D0A9;
}

table tr td {
	padding: 0.5rem;
	border-left: 1px solid #E0D0A9;
	border-right: 1px solid #E0D0A9;
}

.main table p,
.main table ul,
.main table ol {
	margin: 0;
}


.table-style.light table {
	background: #FFF;
	border-top: 1px solid rgba(185, 166, 109, .4);;
}

.table-style.light thead td {
	background: transparent;
}
.table-style.light td {
	padding: 0.5rem;
	padding-left: 0;
	border: none;
}


.table-style.light thead,
.table-style.light tr th {
	border: none;
}

.table-style.light tr {
	border: none;
	border-bottom: 1px solid #E3DCC5;
}



/* post-pagination */

.post-pagination {
	display: inline-block;
	margin: 0 auto;
	margin-top: 1.5rem;
	border: 2px solid rgba(185, 166, 109, .5);
	/*#DDD5BC*/
	border-radius: 5px;
}

.post-pagination .page-numbers {
	display: none;

}

.post-pagination .page-numbers.current {
	color: #146A23;
}


.post-pagination a {
	color: rgba(185, 166, 109, 1);
}


.post-pagination a:hover {
	color: #146A23;
}

.post-pagination a.prev,
.post-pagination a.next {
	padding: 0.7rem 1.9rem;
	display: block;
	font-size: 1.1rem;
	font-family: DINNextLTPro-MediumCond; /*fff*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	text-transform: uppercase;
}

.post-pagination a.prev {
	float: left;
	text-align: left;
	border-right: 1px solid RED;
	margin-right: -1px;
	border-color: #DDD5BC;
}


.post-pagination a.next {
	float: right;
	text-align: right;
	margin-left: -1px;
	border-left: 1px solid BLUE;
	border-color: #DDD5BC;
}

.post-pagination.first-page a.next {
	border: none;
	margin-left: 0;
}

.post-pagination a.prev:before,
.post-pagination a.next:after {
	display: inline-block;
	font-family: 'icons';
	text-align: center;
	font-weight: normal;
	font-size: 1.2rem;
	opacity: .9;
}


.post-pagination a.prev:before {
	content: "\e804";
	padding-right: 0.8rem;
	margin-left: -0.3rem;

}

.post-pagination a.next:after {
	content: "\e805";
	padding-left: 0.8rem;
	margin-right: -0.3rem;
}


/* Post Navigation */

.post-nav {
	padding: 2rem 0;
	border-top: 2px solid rgba(185, 166, 109, .7);
	border-bottom: 2px solid rgba(185, 166, 109, .7);
	margin: 0 0 3rem 0;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.post-nav a {
	position: relative;
	display: block;
	width: 44%;
	float: left;
	font-size: 1.2rem;
	font-family: DINNextLTPro-MediumCond; /*fff*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	line-height: 130%;
}

.post-nav a:hover {
	color: #D13039;
}

.post-nav .prev-post a:before,
.post-nav .next-post a:before {
	font-family: 'icons';
	font-weight: normal;
	font-size: 1rem;
	position: absolute;
	top: -1px;
}

.post-nav .prev-post a:before {
	content: "\e804";
	left: 0;
}

.post-nav .next-post a:before {
	content: "\e805";
	right: 0;
}


.post-nav .prev-post a {
	padding-left: 1.2rem;
}

.post-nav .next-post a {
	padding-right: 1.2rem;
	float: right;
	text-align: right;
}

.post-nav.first-post .next-post a,
.post-nav.last-post .prev-post a {
	width: 100%;
	margin: 0 auto;
	float: none;
	padding: 0 1.5rem;
	text-align: center;
}

/* Blog Sidebar / Widgets */

.post-tax {
	padding: 3rem 0;
	background: #FDEED2;
}

.widget {
	text-transform: uppercase;
	margin: 0 0 1.5rem 0;

	font-family: DINNextLTPro-MediumCond;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

.widget:last-child {
	margin-bottom: 0;
}

.widget-title {
	text-transform: uppercase;
	font-size: 1.2rem;
	margin: 0 0 0.5rem 0;
	color: rgba(185, 166, 109, 1);
}

.widget ul,
.widget li {
	margin: 0;
	list-style: none;
}

.widget li {
	float: left;
}

.widget li a {
	display: block;
	float: left;
	font-size: 1.1rem;
}

.widget li:after {
	content: "/";
	float: left;
	padding: 0 0.5rem;
	color: rgba(185, 166, 109, .8);
}

.widget li:last-child:after {
	display: none;
}





/* crazy lazy plugin */

.main img[src*='data:image/gif;base64'] {
    border: 0px solid #dbdbdb;
}

.main img.crazy_lazy {
	background: url(../../../wp-includes/images/wpspin-2x.gif) no-repeat center center;
    background-size: 16px 16px;

    min-width: 30px;
    min-height: 30px;
}


/* WP gallery */

.main .gallery {
	margin: 0 auto;
	padding: 0;
	margin-bottom: 20px;
	position: relative;
	clear: both;
}

.main .gallery-item {
	float: left;
	overflow: visible;
	margin: 0 0 0px 0!important;
	text-align: left!important;
	width: 25%; /* column width*/
}


.main .gallery-caption {
	margin-left: 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.25;
	color: #999;
	display: block;
	display: none;


/* gallery captions AUS */
}

.main .gallery img {
   border: none;
}

.gallery a:hover img {
	opacity: .8;
}

.gallery-caption {
	display: none;
}

.wp-caption {
	display: inline-block;
	margin: 0 10px 20px 0;
	padding: 0;
	background: transparent;
	max-width: 100%;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}


.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
}

p.wp-caption-text,
.postThumb p.wp-caption-text,
.wp-caption p.wp-caption-text,
.gallery-caption {
	font-size: 0.85rem;
	line-height: 140%;
	margin: 0;
	padding: 0.5rem 0px 0 0px;
	color: #888;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.gallery-caption {
	display: none;
}

figure.wp-caption {
	max-width: 100%;
/*!*/
}


.main .gallery {
	margin: 0 auto;
	padding: 0;
	margin-bottom: 20px;
	position: relative;
	clear: both;
}

.main .gallery:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

dl.gallery-item + br {
	display: none;
}

.main .gallery p {
	margin: 0;
	display: inline-block; /* remove column break */
}

.gallery-row {
}

.gallery-clear {
}


.main .gallery-icon {
	max-width: 100%;
	line-height: 0;
	margin: 0 0px 6px 0;
}

.main .gallery-caption {
	margin-left: 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.25;
	color: #999;
	display: block;
	display: none;
}

.main .gallery-icon a {
	display: block;
	overflow: hidden;
	margin: 0 2px 2px 0;
}

.main .gallery-icon {
	position: relative;
	margin: 0;
}

.main .gallery-icon img {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden
}

.main .gallery-icon * {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.gallery-icon a {
	display: block;
	overflow: hidden;
}



/* Responsive iFrame */

.main iframe {
	width: 100%;
}

iframe {
	height: 100%;
	aspect-ratio: 3/2;
	margin-bottom: 20px;
}


iframe.googlemap {
	width: 100%!important;
	height: 500px;
	max-height: 80vh;
}

.iframe.issuu {
	margin: 0 0 20px 0;
}

iframe.googlemap.size-1 { height: 300px;}
iframe.googlemap.size-2 { height: 400px;}
iframe.googlemap.size-3 { height: 600px;}


.iframe-wrap iframe {
    pointer-events: none; /*js*/
}


.iframe {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.iframe iframe,
.iframe object,
.iframe embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/* Archive */

.archive .main ul.post-categories ul,
.archive .main ul.post-categories li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.archive .showCat,
.searchResult {
	position: relative;
	margin: 0 0 35px 0;
	font-size: 17px;
	font-size: 1.2rem;
	font-family: DINNextLTPro-MediumCond; /*fff*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	text-transform: uppercase;
	color: rgba(185, 166, 109, 1);
	text-align: center;
}

.archive .showCat  span,
.searchResult span {
	color: #146A23;
	padding-right: 10px;
}

.archive .showCat a.showAll {
	float: right;
	font-size: 14px;
	font-size: 1rem;
	text-transform: uppercase;

}

.socialshare {
	clear: both;
	margin: 3rem 0 2rem 0;
	background:  #FFF;
}

.main .socialshare li:before {
	display: none;
}

.main .socialshare ul {
	text-align: center;
	padding: 0;
}

.main .socialshare li {
	display: inline-block;
	padding: 0;
	margin: 0 0.5rem 0;
}

.socialshare li a {
	display: block;
	text-align: center;
	color: rgba(185, 166, 109, .8);
	padding: 0.2rem;
	border-radius: 50%;

	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	transition: all 150ms ease;
}

.socialshare li a:hover {
	color: rgba(185, 166, 109, 1);
}

.socialshare li a span {
	display: none;
}

.socialshare li a i {
	display: inline-block;
	text-align: center;
	font-size: 1.2rem;
}

/* Tags */

/* Search */

.searchResult {
}

.searchResult h3 {
	margin-bottom: 2rem;
}

.searchResult form {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
}

.searchResult form:after {
	position: absolute;
	top: 0.4rem;
	right: 5px;
	font-size: 1.2rem;
	font-family: 'icons';
	background: transparent;
	padding: 10px;
	content: "\e80e";
	pointer-events: none;
	z-index: -1;
}


.searchResult .s {
	border: none;
	padding: 0.9rem;
	font-size: 1.2rem;
	background: rgba(185, 166, 109, .2);
	width: 100%;
}

.searchResult .searchsubmit {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border: none;
	width: 60px;
	font-size: 1.1rem;
	padding: 0.7rem;
	color: #FFF;
	line-height: 1;
	font-family: DINNextLTPro-MediumCond;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(185, 166, 109, 0);
	background: transparent;
	z-index: 10;


	-webkit-appearance: none;
}

.search-no-results .main .icon-search  {
	display: none;
}

.search .hentry {
	border: 0;
	margin: 0;
	border-bottom: 2px solid rgba(185, 166, 109, .5);
}

.search .hentry a {
	display: block;
	padding: 0.5rem 0;
}

.search .hentry a br {
	display: none;
}

.search .hentry.type-page .entry-details {
	display: none;
}

.search .post-pagination {
	margin-top: 30px;
}


.search-results .entry-details span {
	display: none;
}

/* Page Banner */


.page-banner {
	position: relative;
	background: rgba(24, 61, 26, .3);
}


.page-banner .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 70%;
	z-index: 1;
	pointer-events: none;

	background: rgba(24, 61, 26, .7);
	background: -moz-linear-gradient(top,  rgba(24,61,26,1) 0%, rgba(24,61,26,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(24,61,26,1) 0%,rgba(24,61,26,0) 100%);
	background: linear-gradient(to bottom,  rgba(24,61,26,1) 0%,rgba(24,61,26,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183d1a', endColorstr='#00183d1a',GradientType=0 );
}

.page-banner .panel {
	max-height: 500px;
	height: 500px;
	height: 70vw;

	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


.page-banner-title {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 12;

	color: #FFF;
	text-align: center;
	margin: 0 auto;

	/*vertical center*/
    -js-display: flex; /*flexibility.js - IE polyfill*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

	pointer-events: none;
}

.page-banner-title h1 {
	letter-spacing: -0.05rem;
	margin: 0 auto;
	padding: 0 0.8rem;
	font-size: 3.5rem;
	line-height: 110%;
	max-width: 800px;
	text-shadow: 0 0 0.5rem rgba(0,0,0, .7);
}



.page-banner-min {
	position: relative;
	max-height: 190px;

	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #183D1A;
}

.page-banner-min .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%; /*adjust*/

	background: rgba(24, 61, 26, .7);
	background: -moz-linear-gradient(top,  rgba(24,61,26,1) 0%, rgba(24,61,26,0.4) 100%);
	background: -webkit-linear-gradient(top,  rgba(24,61,26,1) 0%,rgba(24,61,26,0.4) 100%);
	background: linear-gradient(to bottom,  rgba(24,61,26,1) 0%,rgba(24,61,26,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183d1a', endColorstr='#00183d1a',GradientType=0 );
}


/* Subpages Menu (neu: wp_nav_menu) */


.subpage-menu-wrap {
	background: #FDEED2;
}

.subpage-menu {
}

.subpage-menu > li {
	display: none;
}

.subpage-menu .current-menu-ancestor {
	display: block; 
}

.subpage-menu .current-menu-ancestor > a {
	display: none;
}

.subpage-menu .current-menu-ancestor .sub-menu { 
    display: flex; 
	flex-wrap: wrap;
	padding: 1rem 0;
}

.subpage-menu .current-menu-ancestor .sub-menu li {
	display: flex;
}

.subpage-menu a {
	display: block;
	text-transform: uppercase;
	color: rgba(185, 166, 109, 1);
	font-size: 1.1rem;

	font-family: DINNextLTPro-MediumCond; /*fff*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.subpage-menu li.current-menu-item a,
.subpage-menu li a:hover {
	color: #D13039;
}

.subpage-menu li li:after {
	content: "/";
	padding: 0 0.5rem;
	color: rgba(185, 166, 109, .5);
}

.subpage-menu li li:last-child:after {
	display: none;
}


/* ------ */


/* Subpages Menu (alt: wp_list_pages)*/


.subpages {
	background: #FDEED2;
	padding: 1rem 0;
}

.subpages li {
	position: relative;
	padding: 0;
	float: left;
}

.subpages li a {
	display: block;
	float: left;
	text-transform: uppercase;
	color: rgba(185, 166, 109, 1);
	font-size: 1.1rem;

	font-family: DINNextLTPro-MediumCond; /*fff*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

.subpages li.current_page_item a,
.subpages li a:hover {
	color: #D13039;
}

.subpages li:after {
	content: "/";
	float: left;
	padding: 0 0.5rem;
	color: rgba(185, 166, 109, .5);
}

.subpages li:last-child:after {
	display: none;
}



/* Template: Startseite */

main.start {
	padding-bottom: 0;
}


.start-banner {
	position: relative;
	background: rgba(24, 61, 26, .3);

}


.start-banner .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 70%;
	z-index: 1;
	pointer-events: none;

	background: rgba(24, 61, 26, .7);
	background: -moz-linear-gradient(top,  rgba(24,61,26,1) 0%, rgba(24,61,26,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(24,61,26,1) 0%,rgba(24,61,26,0) 100%);
	background: linear-gradient(to bottom,  rgba(24,61,26,1) 0%,rgba(24,61,26,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183d1a', endColorstr='#00183d1a',GradientType=0 );
}

.start-banner .panel {
	max-height: 900px; /* image 1600x900 */
	height: 900px;
	min-height: 400px;
	height: 80vh;

	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


.start-banner-title {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 12;

	color: #FFF;
	text-align: center;
	margin: 0 auto;

	/*vertical center*/
    -js-display: flex; /*flexibility.js - IE polyfill*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

	pointer-events: none;
}


.start-banner-title h1 {
	line-height: 110%;
	font-size: 4rem;
	padding: 0 3rem; /*space for hotbtns*/
	margin: 0 auto;
	letter-spacing: -0.08rem;
	text-shadow: 0 0 0.8rem rgba(0,0,0, .5);

}


/* Starbanner BG Video */

/* CSS from jQuery Background Video plugin */
/**
 * Set default positioning as a fallback for if the plugin fails
 */


.panel-video {
	position: relative;
}


.jquery-background-video-wrapper {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

video.jquery-background-video {
  	border: 0px solid red;

    position: relative;
    width:100%;
    height:100%;
    object-fit: cover;
    object-position:center;

}


.js .jquery-background-video {
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.js .jquery-background-video.is-visible {
  opacity: 1;
}


/* END: Startbanner BG Video */





.start-banner .hotbtns {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;

	height: 100%;

	/*vertical center*/
    -js-display: flex; /*flexibility.js - IE polyfill*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hotbtns li {
	display: block;
	text-align: right;
	clear: both;
	margin-bottom: 1px;
}

.hotbtns a {
	display: block;
	color: #FCF2E1;
	text-transform: uppercase;
	padding: 1rem 0.9rem;
	text-align: right;
	overflow: hidden;
	float: right;
	margin-bottom: 1px;
	background: rgba(24, 61, 26, .8);

}

.hotbtns i {
	float: right;
	display: block;
	font-size: 1.1rem;
}

.hotbtns span {
	display: block;
	vertical-align: middle;
	font-size: 1.2rem;
	font-family: DINNextLTPro-MediumCond; /*fff*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0 0.5rem;
	float: left;

	width: 0;
	height: 0;
	padding: 0;
	overflow: hidden;

	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.hotbtns a:hover span {
	width: auto;
	height: auto;
	padding: 0 0.5rem;
}


.start-banner .fahrplan-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
}

.start-banner .fahrplan-btn a {
	color: #FCF2E1;
	display: inline-block;
	padding: 0.85rem 1.8rem;
	padding-bottom: 1rem;
	border: none;
	border-radius: 5px 5px 0 0;
	background: rgba(209, 48, 57, .85);
}

.start-banner .fahrplan-btn a:hover {
	background: rgba(209, 48, 57, 1);
}



.start section {
	padding: 3.5rem 0;
}


.section-aktuell {
	position: relative;
}


.section-title {
	position: relative;
	text-align: center;
	border-bottom: none;
	padding: 0;
	line-height: 105%;
	font-size: 2.9rem;
}

.section-title_deco {
	position: relative;
	display: inline-block;
	padding: 0 3.5rem;
	margin-bottom: 2rem;
}

.section-title_deco:before,
.section-title_deco:after {
	content: "";
	position: absolute;
	display: block;
	width: 2.5rem;
	height: 0px;
	top: 50%;
	left: 0;
	border-top: 3px solid rgba(185, 166, 109, .3);

}

.section-title_deco:after {
	left: auto;
	right: 0;
}

.section-subtitle {
	text-align: center;
	margin: 0 0 1.5rem 0;
	font-size: 1.2rem;
	font-family: DINNextLTPro-MediumCond; /*fff*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}




.latest-post {
	position: relative;
	z-index: 2;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 1.5rem;
}

.latest-post:after {
	content: "";
	position: absolute;

	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	z-index: 0;
	pointer-events: none;

	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}



.latest-post-thumbnail {
	/* drop shadow*/
  	position:relative;
  	background: #FFF;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.latest-post-thumbnail:before,
.latest-post-thumbnail:after { /* drop shadow*/
	content:"";
    position:absolute;
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.3);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
}


.latest-post a {
	display: block;
}


.latest-post-thumbnail img {
	display: block;
	width: 100%;

}

.latest-post-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1.0rem 1.5rem;
	z-index: 1;
}

.latest-post-title {
	margin: 0 0 0.1rem 0;
	padding: 0;
	border: none;
	color: #FFF;
	font-size: 2.3rem;
	line-height: 100%;
}

.latest-post-title a:hover {
	color: rgba(255, 255, 255, .9);
}

.latest-post-date {
	text-transform: uppercase;
	color: rgba(255, 255, 255, .8);
	font-size: 0.9rem;
	font-family: DINNextLTPro-MediumCond; /*fff*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.recent-posts {
	margin: 0 0 1.5rem 0;
}


.recent-post {
	padding: 0.5rem 0;
	border-bottom: 2px solid rgba(185, 166, 109, .5);
}

.recent-post:last-child {
	border-bottom: none;
}


.recent-post-title {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1.4rem;
	line-height: 105%;
}

.recent-post-title br {
	display: none;
}

.recent-post-date {
	text-transform: uppercase;
	color: rgba(185, 166, 109, 1);
	font-size: 0.95rem;
	font-family: DINNextLTPro-MediumCond; /*fff*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



.start .section-bahnerlebnisse {
	padding: 4.5rem 0;
}

.section-bahnerlebnisse {
	position: relative;
	color: #FCF2E2;
	background-color: #183D1A;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-bahnerlebnisse .overlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #183D1A;
	z-index: 0;
	opacity: .8;
}


.section-bahnerlebnisse .section-title {
	color: #FCF2E2;
}

.bahnerlebnisse-slider {
	margin-top: 1rem;
	margin-bottom: 3.5rem;
	box-shadow:  0 2px 25px -2px rgba(1,1,1, .6);

}

.bahnerlebnisse-slider .panel {
	position: relative;
	height: auto;
	border-right: 1px solid rgba(1,1,1, 0.0);

}

.bahnerlebnisse-slider .panel a {
	display: block;
}

.bahnerlebnisse-slider .panel h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	padding: 1.1rem 0.9rem;
	z-index: 1;

	font-size: 1.5rem;
	color: #FFF;
}



.bahnerlebnisse-slider .panel:after {
	content: "";
	position: absolute;

	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	z-index: 0;
	pointer-events: none;

	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}


.bahnerlebnisse-slider .slick-dots {
	bottom: -2rem;
}

.bahnerlebnisse-slider .slick-dots li button {
	background-color: rgba(255,255,255, .25);
}

.bahnerlebnisse-slider .slick-dots li.slick-active button {
	background: #FCF2E2;
}



.section-karte {

}

.karte-iframe-wrap {
	margin-top: 0.5rem;
}

.karte-iframe-wrap iframe {
	aspect-ratio: auto;
	width: 100%;
	height: 600px;
	display: block;
	min-height: 50vh;
	max-height: 75vh;
}

.karte-iframe-wrap {
	/* drop shadow*/
  	position:relative;
  	background: #FFF;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.karte-iframe-wrap:before,
.karte-iframe-wrap:after { /* drop shadow*/
	content:"";
    position:absolute;
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.3);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
}





/* Template: Bahnerlebnis */

.related-pages {
	margin-top: 2rem;
	border-top: 2px solid #DDCEAA;
	padding-top: 2rem;
}


.related-pages ul,
.related-pages li {
	margin: 0;
	padding: 0;
}

.related-pages li:before {
	display: none;
}

.related-pages li {
	margin-bottom: 0.5rem;
}


/* Webcams */

.webcam {
	position: relative;
	margin-bottom: 1.7rem;
	overflow: hidden;
}

.webcam img {
	display: block;
}

.webcam .live-icon {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.0rem;
	padding: 0.5rem;
	AUS-background: rgba(209, 48, 57, .8);
	color: rgba(255,255,255, 1);
}

.live-icon span {
	font-family: DINNextLTPro-MediumCond; /*fff*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 0 0 0.2rem;
}

.live-icon {
  animation: blinker 1.5s infinite alternate;
}

@keyframes blinker {
  from { opacity: 1; }
  to { opacity: .5; }
}

/* Template: Fahrpläne */


.accordion-fahrplaene .accordion-item {
	position: relative;
	border-top: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
	margin: -2px 0 2rem 0;
	background-color: #FDEED2;
}

.accordion-item.blau {
	background: #332F80;
}

.accordion-item.gelb {
	background: #FFCE00;
}

.accordion-item.grün {
	background: #A6BF22;
}

.accordion-item.rot {
	background: #D13039;
}

.accordion-item.dunkelgrün {
	background: #183D1A;
}

.accordion-item.gold {
	background: #c7ad69;
}

.accordion-item.blau-rahmen {
	background: #FFF;
}

.accordion-item.blau-rahmen .accordion-trigger {
	color: #332F80;
	border: 2px solid #332F80;

}


.accordion-fahrplaene .accordion-item {

}

.accordion-fahrplaene .accordion-item.group-end.not-last {
	margin-bottom: 1.5rem;
}

.accordion-fahrplaene .accordion-item.not-last {
	margin-bottom: 0;
}

.accordion-fahrplaene .accordion-trigger {
	background: transparent;
	padding: 1.0rem 1rem;
	padding-right: 2.5rem;
	color: #333;
}

.blau .accordion-trigger,
.blau .accordion-trigger:after,
.rot .accordion-trigger,
.rot .accordion-trigger:after,
.dunkelgrün .accordion-trigger,
.dunkelgrün.accordion-trigger:after {
	color: #FFF!important;
}

.accordion-fahrplaene .accordion-trigger:after {
	color: red;
	right: 1rem;
	color: #444;
}

.accordion-fahrplaene .accordion-trigger i {
	font-size: 1.1rem;
	display: inline-block;
	margin-right: 0.5rem;
	opacity: .9;
	vertical-align: text-bottom;
	display: none; /* AUS*/
}

.accordion-fahrplaene .accordion-content {
	padding: 1rem;
	padding-top: 0.5rem;
}

.accordion-fahrplaene .fahrplangrafik img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}


/* Kalender */


.tmp-kalender {

}

.results-eventes-dates {

}

.results-events-wrapper {
	margin-bottom: 1rem;
}

.results-event-wrapper {
	display: block;
	clear: both;

	font-family: DINNextLTPro-MediumCond; /*fff*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	font-size: 1.2rem;

	padding: 0.7rem 0;
	border-bottom: 2px solid #DDCEAA;
}

.results-event-wrapper:nth-child(even) {

}

a.results-event-wrapper:hover {
	background: rgba(185, 166, 109, .06);
}


.results-event-date {
	float: left;
	padding-right: 3%;
	padding-right: 3vw;
	color: #444;
}

.results-event-title {
	overflow: hidden; /*the magic*/
	width: auto;
}

.results-events-headline {
	color: #D13039;
	padding: 1.5rem 0;
	font-family: DINNextLTPro-MediumCond; /*fff*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	font-size: 2.3rem;
	letter-spacing: -0.05rem;
}


.results-events-dates +.results-events-headline {
	padding-top: 2rem;
}


/* Kalender Detailseite */

.results-details-wrapper {
}

.results-details-wrapper h2,
.results-details-wrapper h3,
.results-details-wrapper h4,
.results-details-wrapper h5,
.results-details-wrapper h6 {
	font-family: DINNextLTPro-Bold;
	font-weight: normal;
}

.results-details-wrapper h6 {
	margin-bottom: 1rem;
}


.results-details-content {
}

/* Table override

.results-details-content table {
	border: none!important;
	width: 100%!important;
	background-color: #FFF!important;
	margin: 0px 0px 1.5rem 0px!important;
	background: #FDEED2!important;
	border-top: 1px solid #E0D0A9!important;;
	line-height: 135%!important;
	font-size: 0.85rem!important;
}

.results-details-content tr,
.results-details-content td {
	background-color: transparent!important;
}

.results-details-content table tr {
	background: transparent!important;;
	border-bottom: 1px solid #E0D0A9!important;;
}

.results-details-content table tr th {
	padding: 0.5rem!important;;
	border-top: 1px solid #E0D0A9!important;;
	border-left: 1px solid #E0D0A9!important;;
	border-right: 1px solid #E0D0A9!important;;
}

.results-details-content table tr td {
	padding: 0.5rem!important;;
	border-left: 1px solid #E0D0A9!important;;
	border-right: 1px solid #E0D0A9!important;;
}

*/



.results-details-date {
	text-align: center;
	font-size: 1.4rem;
	margin: 0 0 1rem 0;
	font-family: DINNextLTPro-MediumCond; /*fff*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 120%;
}

.results-details-date i {
	font-size: 1.1rem;
	display: inline-block;
	margin: 0 0.4rem 0 0;
	vertical-align: middle;
}
.results-details-date i:before { /*vertical middle align argh... */
	display: block;
	padding-bottom: 0.3rem;
}


h1.results-details-title {
	color: #D13039;
	line-height: 110%;
	margin: 0 0 1.5rem 0;
}

.results-details-image-wrapper {
	margin: 0 0 1.5rem 0;
	background-color: #EDEDED;
}


.results-details-image-wrapper img {
		display: block;
		margin: 0 auto;
		width: 100%;
}

.results-details-contact {
	padding: 1rem;
	background: #FBE8C6;
	margin: 0 0 2em 0;
	border-radius: 1px;
	font-size: 0.9rem;
	line-height: 130%;
}



.results-more-events-wrapper {
	padding: 1.5rem 0;
	border-top: 2px solid #DDCEAA;
	border-bottom: 2px solid #DDCEAA;
}

.results-more-events-title {
	color: #444;
	font-size: 1.6rem;
	margin-bottom: 1rem;
	font-family: DINNextLTPro-MediumCond; /*fff*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.results-more-events .results-event-wrapper  {
	border: none;
	padding: 0.1rem 0;
	font-size: 1.2rem;
}


.results-more-events .results-event-wrapper i {
	font-size: 1rem;
	vertical-align: text-bottom;
}


.results-more-events {
	font-size: 1.2rem;
	color: #444;
	font-family: DINNextLTPro-MediumCond; /*fff*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.results-more-event-title {

}

.results-more-event-date {
	display: inline-block;
	margin: 0 0 0 0.5rem;
	color: #444;
}







/* FOOTER
---------------------------------------------------------------------------------*/

#footer {
	position: relative;
	padding: 4rem 0;
	color: #FEF3E9;
	background: #183D1A;
	font-size: 0.8rem;

}


#footer a {
	color: #FEF3E9;
}

#footer a:hover {
	color: #B9A66D;
}


#footer .divider hr {
	border-top: 2px solid rgba(185, 166, 109, .2);
	background: transparent;
	height: 0;
	padding: 0;
	margin: 0;
}

.footer-top .divider {
	margin: 3rem 0;
	display: none;
}



#footer .contact {
}

#footer .contact-title {
	color: #B9A66D;
	text-transform: uppercase;
	font-size: 1.3rem;
	margin: 0 0 1rem 0;
}

#footer .contact i {
	color: #B9A66D;
	position: absolute;
	top: 0;
	margin-left: -2.2rem;
	font-size: 1.2rem;
}

#footer .contact > div {
	position: relative;
	padding-left: 2rem;
	margin: 0 0 0.8rem 0;
}

#footer .contact > div:last-child {
	margin-bottom: 0;
}


#footer .contact .phone {

}

#footer .contact .address {

}

#footer .contact .opening {

}


.footer-menu {
	margin: 0 0 1rem 0;
}

.footer-menu a {
	padding: 0.2rem 0;
}


.footer-menu:nth-child(4n+3),
.footer-menu:nth-child(4n+2) {
}

.footer-bottom {
}

.footer-bottom .divider {
	margin: 1.5rem 0 3rem 0;
}

.footer-bottom .partner {
	position: relative;
	text-align: right;
}

.footer-bottom .partner .item {
	display: inline-block;
	vertical-align: middle;
	margin-left: 2.5rem;
}

.footer-bottom .partner .item:first-child {
	margin-left: 0;
}

.footer-bottom .partner a img {
	display: block;
	max-width: 100px;
	max-height: 100px;
}


.footer-bottom .copyright {
	color: #B9A66D;
	line-height: 140%;
	margin-bottom: 2rem;
}


#footer .social-icons {
	margin: 0 0 1.5rem 0;
}

#footer .social-icons a {
	display: inline-block;
	margin: 0 0.5rem 0 0;
	color: #183D1A;
	background: #B9A66D;
	border-radius: 50%;
	height: 3.0rem;
	width: 3.0rem;
	font-size: 1.45rem;
	line-height: 3.0rem;
	text-align: center;
}
#footer .social-icons a:hover {
	background-color: #FEF3E9;
}


/* 404 */


.error404 {
	background: #183D1A;
}

.error404 header,
.error404 footer {
	display: none;
}

.error404 h1 {
	margin-top: 30vh;
	color: #B9A66D;
}





/* Cookie Notice */

#cookie-notice {
	font-size: 0.8rem!important;
	background: transparent!important;
	font-family: DINNextLTPro-Regular, sans-serif!important;
}

#cookie-notice .button {
	padding: 10px 20px;
	line-height: 1;
	text-decoration: none;
	display: inline-block;
	border-radius: 1px;
	background-color: #FFF;
	color: #E2001A;
	font-family: DINNextLTPro-Bold;
	font-weight: normal;
	font-size: 1rem;
}


#cookie-notice a {
	color: #999;
	text-decoration: underline;
}

.cookie-notice-container {
	background: rgba(0,0,0, .8);
}


.cookies-not-accepted .footer-section2  {
	padding-bottom: 3.5rem;
}






/* Mobile Menu - SLICKNAV
---------------------------------------------------------------------------------*/

/*  Slicknav -- Core Style */

.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon-bar { display: block; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {margin-top: 0.195em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { display: block; cursor: pointer; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }


/*  Slicknav -- User Style */
.slicknav_menu {
	overflow: hidden;
	display: none;
}

.slicknav_open .slicknav_menu {
}


.slicknav_btn.slicknav_open {

}


/* Hamburger Icon ani*/

.slicknav_btn .slicknav_icon-bar,
.slicknav_btn .slicknav_menutxt {
	display: none;
}


.slicknav_btn {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 35px;
	height: 30px;
	z-index: 10;
}

.slicknav_btn span.slicknav_icon {
	margin: 0 auto;
	position: relative;
	top: 10px;
}
.slicknav_btn span.slicknav_icon:before,
.slicknav_btn span.slicknav_icon:after {
	position: absolute;
	content: '';
}
.slicknav_btn span.slicknav_icon,
.slicknav_btn span.slicknav_icon:before,
.slicknav_btn span.slicknav_icon:after {
	width: 30px;
	height: 3px;
	background-color: #B9A66D;
	display: block;
}
.slicknav_btn span.slicknav_icon:before {
	margin-top: -10px;
}
.slicknav_btn span.slicknav_icon:after {
	margin-top: 10px;
}

/* --- btn --- */

.slicknav_btn span.slicknav_icon {
	-webkit-transition-duration: 0s; transition-duration: 0s;
	-webkit-transition-delay: 0.15s; transition-delay: 0.15s;
}
.slicknav_btn.slicknav_open span.slicknav_icon {
	background-color: rgba(0,0,0,0.0);
	-webkit-transition-delay: 0.15s; transition-delay: 0.15s;
}
.slicknav_btn span.slicknav_icon:before {
	-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
	-webkit-transition-duration: 0.15s; transition-duration: 0.15s;
	-webkit-transition-delay: 0.15s, 0s; transition-delay: 0.15s, 0s;
}
.slicknav_btn.slicknav_open span.slicknav_icon:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg); transform: rotate(45deg);
	-webkit-transition-delay: 0s, 0.15s; transition-delay: 0s, 0.15s;
}
.slicknav_btn span.slicknav_icon:after {
	-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
	-webkit-transition-duration: 0.15s; transition-duration: 0.15s;
	-webkit-transition-delay: 0.15s, 0s; transition-delay: 0.15s, 0s;
}
.slicknav_btn.slicknav_open span.slicknav_icon:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg); transform: rotate(-45deg);
	-webkit-transition-delay: 0s, 0.15s; transition-delay: 0s, 0.15s;
}



/* end Hambuger Icon ani*/



ul.slicknav_nav {
	display: block;
	margin: 0 auto;
	max-width: 500px;
	padding: 0 1.5rem;
}

ul.slicknav_nav,
.slicknav_nav ul {
	list-style: none;
	overflow:hidden;
}

.slicknav_nav li {

}

.slicknav_nav .slicknav_item {
}

.slicknav_nav a {
	font-family: DINNextLTPro-MediumCond; /*fff*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	font-size: 1.3rem;
	text-transform: uppercase;
	text-align: left;
	padding: 1.2rem 0;
	color: #FFF;
	border-bottom: 1px solid rgba(185, 166, 109, .2);
}

.slicknav_nav .slicknav_parent.slicknav_open > a {
	border-bottom: none;
	padding-bottom: 0.5rem;
}

.slicknav_nav > li:last-child a {
	border-bottom: none;
}

.slicknav_nav .slicknav_item a {
	padding:0;
	margin:0;
	border-bottom: none;
	outline: none;
}



.slicknav_nav .page_item_has_children .slicknav_item a {
}

.slicknav_nav .slicknav_item a:hover {
	background: transparent;
}

.slicknav_nav a:hover {
	color: rgba(255,255,255, .7);
}

.slicknav_nav .slicknav_txtnode {
}


.slicknav_nav li.current_page_item a,
.slicknav_nav li.current_page_item > a.slicknav_item a,
.slicknav_nav li.current_page_ancestor > a.slicknav_item a {
	color: #B9A66D;
}


.slicknav_nav li li.current_page_item > a {
}


.slicknav_nav ul.children {
	position: relative;
}

.slicknav_nav li li {
	padding: 0;
}


.slicknav_nav li li a {
	position: relative;
	font-size: 1.1rem;
	padding: 0.6rem 0;
	padding-left: 2rem;
	color: rgba(255,255,255, .5);
	border-bottom: none;
}

.slicknav_nav li li a:hover {
}

.slicknav_nav li li:last-child a {
	border-bottom: 1px solid rgba(185, 166, 109, .2);
	padding-bottom: 1rem;
}


.slicknav_nav .slicknav_arrow {
	position: relative;
	text-align: center;
	font-family: 'icons';
	font-size: 1.2rem;
	color: rgba(255,255,255, .3);
}

.slicknav-container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;

	background: rgba(24, 61, 26, 1);
}

.slicknav_menu:after { /* shadow */
	content: "";
	position: absolute;
	bottom: -80px;
	left: 0;
	width: 100%;
	height: 80px;

	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );

	opacity: .5;
}


.slicknav_open .mobile-meta,
.mobile-meta {
	display: none;
	width: 100%;
	min-height: 20px;
	margin: 0 auto;
	padding: 35px 1.5rem;
	font-size: 1.3rem;

	font-family: DINNextLTPro-MediumCond; /*fff*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	max-width: 500px;
}

.mobile-meta .lang a {
	color: rgba(255,255,255, .6);
}

.mobile-meta .lang .active {
	color: #B9A66D;
}


.mobile-meta .hotline,
.mobile-meta .hotline a {
	color: rgba(255,255,255, .6);
}





/* Slick Slider
-----------------------------------------------------*/

/* --- Slick neccessary --- */


/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;

	opacity: 0;
}

.slick-slider.slick-initialized {
	/* fadeIn*/
	opacity: 1;
}


.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

/* --- Slick Theme --- */

/* Slider */

.slick-loading .slick-list {
	AUS---background: YELLOW url('./ajax-loader.gif') center center no-repeat;
	AUS__background: YELLOW url('./ajax-loader.gif') center center no-repeat;

}

/* Icons */


/* Arrows */

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	-moz-transform: translateY(-58%);
	-webkit-transform: translateY(-58%);
	transform: translateY(-58%); /*vertical center*/
	padding: 10px;
	cursor: pointer;
	color: transparent;
	background: transparent;
	border: none;
	outline: none;
	z-index: 99;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'icons';
	font-size: 2.5rem;
	line-height: 1;
	opacity: .75;
	color: #FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: 0;
}


.slick-prev:before {
	content: '\e804';
}

.slick-next {
	right: 0;
}

.slick-next:before {
	content: '\e805';
}

.carousel .slick-prev {
	left: -25px;
}
.carousel .slick-next {
	right: -25px;
}


/* Dots */

.slick-slider {
}

.slick-dots {
	position: absolute;
	display: block;
	width: 100%;
	bottom: 1rem;
	padding: 0;
	list-style: none;
	text-align: center;
	z-index: 20;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px!important;
	padding: 0;
	background: transparent;
}

.slick-dots li:before {
	display: none;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0px;
	cursor: pointer;
	border: 0;
	outline: none;
	border-radius: 50%;
	background: rgba(255,255,255, .5);
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li.slick-active button {
	background: #183D1A;
}

.slick-slide img {
	width: 100%;
}


/* Responsive Lightbox (Plugin) */

#swipebox-overlay {
	background: transparent!important;
	background: rgba(1,1,1, .8)!important;
}

#swipebox-container {
}

#swipebox-top-bar {
	background: transparent!important;
}

#swipebox-bottom-bar {
}

#swipebox-title {
	font-size:  0.9rem;
	padding: 1.5rem 2rem;
	line-height: 140%;
	background: rgba(0,0,0, .4);
	font-family: DINNextLTPro-Regular;
}

/* Borlabs Cookie */


.BorlabsCookie ._brlbs-content-blocker > *{
	width: 100%;
}

.BorlabsCookie ._brlbs-thumbnail {
	width: 100%;
}


/* @group ANIMATIONS */


/* ANIMATIONS
---------------------------------------------------------------------------------*/

/*  https://github.com/daneden/animate.css */


.animated {
  -webkit-animation-duration: 1s;
  		  animation-duration: 1s;

  -webkit-animation-fill-mode: both;
  		  animation-fill-mode: both;

  -webkit-animation-timing-function: ease-in-out;
 		  animation-timing-function: ease-in-out;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;

}


@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}



@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}


@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

/* @end */




/* GLOBALS

---------------------------------------------------------------------------------*/

/* SVG fallback png */

/* OLD BROWSERS */

/* Media Queries

---------------------------------------------------------------------------------*/


@media screen and (max-width: 1136px) {
body:after {
	content: "<1136";
	position: fixed;
	top: 0;
	line-height: 1;
	padding: 5px;
	font-size: 12px;
	background: lawngreen;
	z-index: 1000;
	opacity: .8;

	display: none; /* AN/AUS*/
}

#nav > ul a {
	letter-spacing: -0.03rem;
}


}



@media screen and (max-width: 1000px) {
body:after {
	content: "<1000";
	background: TAN;
}

#header .logo {
	max-width: 25%;
}

#nav {
	max-width: 75%;
	font-size: 1.1rem;
}

#nav ul li {
	margin-right: 0.7em;
}

.single .entry-thumbnail {
	width: 100%;
	margin-left: 0;
}

/* Mobile Menu Kicks in */


.top-bar,
#nav {
	display: none;
}

.site-search {
	display: none!important;
}


#header .logo {
	width: 300px;
	max-width: 40%;
}


.slicknav_menu,
.slicknav_open .mobile-meta {
	display: block;
}

.slick-prev:before,
.slick-next:before {
	font-size: 1.9rem;
	opacity: .50;
}


/* END Mobile Menu*/



}



@media screen and (max-width: 782px) {
body:after {
	content: "<782";
	background: PINK;
}


html, body {
	font-size: 17px;
}

.sc-col {
	width: 100%;
}

.main {
	max-width: 690px;
}



.page-banner-title h1 {
	font-size: 3rem;
}



#footer .divider {
	margin: 2rem 0;
}

.footer-top .divider {
	display: block;
}

.footer-bottom .partner {
	text-align: center;
}

.footer-bottom .partner a img {
	max-height: 80px;
	max-width: 80px;
}


.start-banner-title h1 {
	font-size: 3.5rem;
}

/*responsive tables*/

.table-container-wrap {
	position: relative;
}

.table-container {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}




}



@media screen and (max-width: 600px) {
body:after {
	content: "<600";
	background: YELLOW;
}

html, body {
	font-size: 17px;
}

.container {
	padding: 0 20px;
}

main {
	padding: 2.5rem 0 2.5rem 0;
}

.slicknav_btn {
	right: 20px;
}


h1,
.single h1.entry-title {
	font-size: 2.1rem;
}

h2 {
	font-size: 1.9rem;
}

h3 {
	font-size: 1.6rem;
}

.blog h2.entry-title {
	font-size: 1.6rem;
}

.post-nav .next-post a,
.post-nav .prev-post a {
	font-size: 1.0rem;
	line-height: 120%;
}

#header .logo {
	margin-top: 1rem;
	max-width: 55%;
}


.page-banner .panel {
	height: 90vw;
}


.page-banner-title h1 {
	font-size: 2.0rem;
}


.subpage-menu {
	display: none;
}

.subpages {
	display: none;
}



.wp-caption,
img.alignleft.size-medium {
	margin-left: 0;
	margin-right: 0;
	float: none;
	display: block;
}

.main .gallery-item {
	width: 33%; /* column width*/
}



.accordion .accordion-trigger {
	font-size: 1.2rem;
}


.start-banner .panel {
	max-height: 500px;
	min-height: auto;
}


.start-banner-title h1 {
	font-size: 3.0rem;
	padding: 0;
}

.start-banner .hotbtns {
	display: none;
}

.latest-post-content {
	padding: .5rem ;
}

.latest-post-title {
	font-size: 1.5rem;
}

.latest-post-date,
.recent-post-date {
	font-size: 0.9rem;
}

.start section {
	padding: 2.5rem 0;
}

.section-title {
	font-size: 2rem;
}


.bahnerlebnisse-slider .panel h3 a {
	font-size: 1.1rem;
}




}



@media screen and (max-width: 320px) {
body:after {
	content: "<320";
	background: MAGENTA;
}

html, body {
	font-size: 15px;
}

.container {
	padding: 0 10px;
}


}




/* END
---------------------------------------------------------------------------------*/
