

.header-icons {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
}
.ah-icon {
	display: inline-block;
	color: #000;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 18px;
}
.ah-icon a {
	display: block;
	color: #000;
	text-decoration: none;
}
.ah-icon.text-color-0, .ah-icon.text-color-0 a { color: #fff; text-shadow: 0 0 2px rgba(0,0,0,0.3); }
.ah-icon a span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	vertical-align: top;
}
.ah-icon-symbol {
	display: inline-block;
	width: 40px;
	text-align: center;
	font-size: 24px;
	font-family: 'FontAwesome';
}
.ah-icon-text {
	padding-right: 10px;
	font-weight: normal;
}

.ah-icon-symbol.awesome-2 { font-family: 'FontAwesomeBrands'; }


/* ----------------------------------------- */
/* ---------- Dropdown Navigation ---------- */
/* ----------------------------------------- */

/* ---------- 1. Ebene ---------- */

.nav-toggle-on, .nav-toggle-off { display: none; }





/* --------------------------------------- */
/* ---------- Sticky Navigation ---------- */
/* --------------------------------------- */

.sticky-nav-wrap {
	display: block;
	width: 100%;
	position: fixed;
	top: 0;
	font-size: 0.8em;
	z-index: 1000;
	background: #fff;
	
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#sticky-nav {
	display: block;
	width: 100%;
	background: transparent;
	position: relative;
}

#main-nav {
	display: block;
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
	background: transparent;
	position: relative;
}


/* -------------------------------------------- */
/* ---------- SubNavigation vertikal ---------- */
/* -------------------------------------------- */

/* ---------- SubNav-Ueberschrift ---------- */

.subnav-wrap {
	padding: 0 10px;
}
div.sub-nav-header {
	display: block;
}

div.sub-nav-header .snh-text {
	display: inline-block;
	text-decoration: none; 
	font-weight: normal;
	font-size: 1.6em;
	padding: 10px;
}

div.sub-nav-header .snh-text a {
	text-decoration: none;
}

/* div.sub-nav-header.act .snh-text { background: #ffcc00; } */

div.sub-nav-header.act .snh-text, div.sub-nav-header.act .snh-text a {
	color: #000;
}

.snh-toggle {
	display: block;
	float: right;
	text-decoration: none;
	text-align: center;
	text-transform: none;
	font-weight: normal;
	font-size: 2em;
	color: #FFF;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: transparent url('../images/subnav_toggle.png') no-repeat center top;
	text-decoration: none;
	cursor: pointer;
}
.snh-toggle.active { background-position: center -38px; }

/* ---------- 1. Ebene / allgemein ---------- */

.sub-nav {
	display: block;
	width: 100%;
	margin: 10px 0;
	font-size: 1.2em;
}

.sub-nav > ul {
	display: block;
}

.sub-nav > ul > li > ul {
	display: block;
}

.sub-nav > ul > li > ul > li > ul {
	display: block;
}

.sub-nav ul li a, .sub-nav > ul > li > ul > li > a, .sub-nav > ul > li > ul > li > ul > li > a {
	display: inline-block;
	text-decoration: none; 
	font-weight: normal;
}

.sub-nav > ul > li > a { padding: 5px 10px; }
.sub-nav > ul > li > ul a {
	padding: 2px 10px 2px 20px;
	font-size: 0.9em;
}
.sub-nav > ul > li > ul > li > ul > li a { padding-left: 30px; }
.sub-nav > ul > li > ul > li > ul > li > ul > li > a { padding-left: 40px; }

.sub-nav > ul > li > ul a:hover, .sub-nav > ul > li > ul a.cur { background-position: 0 8px; }

/* untere Ebenen einruecken */
.sub-nav > ul > li > ul { padding: 5px 0; }
/*
.sub-nav > ul > li > ul > li ul { margin-left: 12px; }
*/

.sub-nav > ul > li { border-bottom: solid 1px #FFF; }

.sub-nav ul li a:hover {
	text-decoration: underline; 
}

.sub-nav ul li a.cur { background: #ffcc00; color: #000; }



/* --------------------------------- */
/* ---------- Sprachmenue ---------- */
/* --------------------------------- */

#lang-menu-text {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	padding: 0;
	line-height: 60px;
	margin: 0 20px;
	color: #b61616;
	font-size: 1.1em;
	font-family: 'ht_sans', Arial, Helvetica, sans-serif;
}
#lang-menu-text a {
	color: #b61616;
	color: #000;
	text-decoration: none;
}
#lang-menu-text a:hover { color: #b61616; text-decoration: underline; }
#lang-menu-text a.lang-act { color: #b61616; font-weight: bold; text-decoration: none; }

body.scrolled  #lang-menu-text a, body.scrolled  #lang-menu-text a:hover, body.scrolled  #lang-menu-text a.act { color: #FFF; }


/* -------------------------------- */
/* ---------- Breadcrumb ---------- */
/* -------------------------------- */

div.breadcrumb-nav {
	display: block;
	color: #777;
	padding: 10px;
	float: left;
	font-family: 'ht_sans', Arial, Helvetica, sans-serif;
}
div.breadcrumb-nav a { text-decoration: none; }
div.breadcrumb-nav a:hover { text-decoration: underline; }
div.breadcrumb-nav span {
	display: inline-block;
	padding: 0 10px;
	font-family: 'ht_sans', Arial, Helvetica, sans-serif;
	background: transparent url('../images/breadcrumb_arrow.png') no-repeat center center;
}

/*----------------------------------------*/
/*---------- Social Media Icons ----------*/
/*----------------------------------------*/

ul.social-media-icons {
	display: block;
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 1110;
}
ul.social-media-icons li {
	display: block;
	float: none;
	padding: 10px 0 0 0;
	margin: 0;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

ul.social-media-icons li img { display: block; }

/* Footer */

ul.social-media-footer {
	display: block;
	float: none;
	width: 100%;
	text-align: center;
}
ul.social-media-footer li {
	display: inline-block;
	*display: inline;
	padding: 0;
	margin: 12px 8px;
}
ul.social-media-footer li img {
	display: block;
	*display: inline;
}



/* -------------------------------- */
/* ---------- Navigation ---------- */
/* -------------------------------- */


ul.mobile-menu { display: none; }

.breadcrumb-wrap { display: none; }

.mobile-icons {
	display: block; 
	width: 100%;
	width: calc(100% - 82px);
	position: absolute;
	top: 20px;
	right: 0;
}

/* ---------- Mobile Navigation ---------- */

.nav-toggle-bg {
	position: fixed;
	left: 0;
	top: 0;
	height: 80px;
	width: 82px;
	background: #fff;
	z-index: 1300;
}
.nav-toggle {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	padding: 0;
	height: 80px;
	width: 82px;
	overflow: hidden;
	color: #000;
	cursor: pointer;
	z-index: 1550;
}
.nav-toggle:after {
	display: block;
	width: 100%;
	content: 'Menü';
	position: absolute;
	left: 0;
	bottom: 12px;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.nav-toggle .hamburger {
	display: block;
	width: 32px;
	height: 4px;
	background: #000;
	position: absolute;
	left: 25px;
	top: 15px;
}
.nav-toggle .hamburger.layer-2 { top: 29px; }
.nav-toggle .hamburger.layer-3 { top: 43px; }

.nav-toggle:hover .hamburger.layer-1 {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}
.nav-toggle:hover .hamburger.layer-3 {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
}
.nav-toggle.active .hamburger {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #fff;
}
.nav-toggle.active { color: #fff; }
.nav-toggle.active .hamburger.layer-1 {
	width: 45px;
	-webkit-transform: translate(-7px,14px) rotate(45deg);
	-ms-transform: translate(-7px,14px) rotate(45deg);
	transform: translate(-7px,14px) rotate(45deg);
}
.nav-toggle.active .hamburger.layer-2 {
	opacity: 0;
}
.nav-toggle.active .hamburger.layer-3 {
	width: 45px;
	-webkit-transform: translate(-7px,-14px) rotate(-45deg);
	-ms-transform: translate(-7px,-14px) rotate(-45deg);
	transform: translate(-7px,-14px) rotate(-45deg);
}


/* ---------- HauptNavigation ---------- */  

.mobile-menu-logo { display: block; text-align: center; }

.mobile-menu-underlay {
	position: fixed;
	top: 0px;
	left: -999em;
	background: rgba(0,0,0,0.8);
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	opacity: 0;
	display: block;
	z-index: 1400;
}

.mobile-menu-underlay.active {
	top: 0px;
	left: 0px;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}

.mobile-menu-bg {
	width: 100%;
	height: 100%;
	background: #333;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	padding: 0;
	z-index: 1450;
	overflow: auto;
	
	/* ohne Scrollbar */
	overflow: hidden;
}

.mobile-menu-bg::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.mobile-menu-wrap {
	width: 100%;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	padding: 200px 20px 0 0;
	z-index: 1500;
	
	/* ohne Scrollbar */
	left: 20px;
	bottom: auto;
	right: -20px;
	height: 100%;
	overflow-y: scroll;
}

.mobile-menu-wrap nav {
	display: block;
	margin: 20px 10px 0 10px;
	text-align: left;
}

.toggle-menu {
	left: -100%;
	display: block;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease, left 0.1s;
	-moz-transition: opacity 0.5s ease, left 0.1s;
	-o-transition: opacity 0.5s ease, left 0.1s;
	-ms-transition: opacity 0.5s ease, left 0.1s;
	transition: opacity 0.5s ease, left 0.1s;
	
	-webkit-transition-delay: 0, 0.4s;
	-moz-transition-delay: 0, 0.4s;
	-o-transition-delay: 0, 0.4s;
	-ms-transition-delay: 0, 0.4s;
	transition-delay: 0s, 0.4s;
}
.toggle-menu.active {
	opacity: 1;
	left: 0;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	-ms-transition-delay: 0;
	transition-delay: 0s;
}


.mobile-menu-wrap nav { text-align: center; }

ul.mobile-menu {
	display: block;
	width: 100%;
	height: auto;
	background: transparent;
	position: relative;
	margin: 0 0 40px 0;
}

ul.mobile-menu li {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	float: none;
	border: none;
	position: relative;
	background: transparent;
	text-align: left;
}
ul.mobile-menu > li { margin: 0 0 10px 0; }

ul.mobile-menu li > a, ul.mobile-menu li > span.nolink {
	font-size: 1.1em;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 4px 0;
	height: auto;
	line-height: normal;
	text-align: left;
	color: #fff;
	text-decoration: none;
	margin-left: 40px;
	cursor: pointer;
}
ul.mobile-menu li > a:hover {
	color: #ffcc00;
	
}
ul.mobile-menu > li > a, ul.mobile-menu > li > span.nolink {
	font-size: 1.6em;
	font-family: 'herberstein_hl', 'herberstein_ft', Arial, Helvetica, sans-serif;
	font-weight: 200;
	padding: 6px 8px;
	color: #fff;
}

ul.mobile-menu li > a.cur {
	color: #ffcc00;
}

ul.mobile-menu-sub {
	display: none;
	padding: 20px 0 20px 20px;
	background: transparent;
	list-style-type: none;
	list-style-image: none;
	position: relative;
}

ul.mobile-menu span.no-sub,
ul.mobile-menu span.has-sub {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	font-family: 'FontAwesome';
	color: #fff;
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
}
ul.mobile-menu span:after { display: inline; }
ul.mobile-menu span.no-sub:after { content: "\f0c8"; color: #fff; }
ul.mobile-menu span.has-sub:after { content: "\f067"; }
ul.mobile-menu span.has-sub.active:after { content: "\f068"; color: #fff; }

ul.mobile-menu span.has-sub { cursor: pointer; }

ul.mobile-menu li ul span.has-sub, ul.mobile-menu li ul span.no-sub { height: 32px; line-height: 32px; font-size: 12px; }
ul.mobile-menu li ul span.no-sub { font-size: 5px; }

ul.mobile-menu li.act > ul { display: block; }

.mobile-menu-icon-wrap { display: block; text-align: center; padding: 0 0 20px 0; }

.be-button-wrap {
	display: block;
	width: 280px;
	float: right;
	margin: 74px 0 0 0;
	margin-right: -40px;
}


.mobile-tools { display: none; }


.search-small { display: none; }


.mobile-tools {
	display: block;
	float: right;
	padding: 10px 10px 0 0;
}

a.mobile-button {
	display: block;
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	font-size: 30px;
	font-family: 'FontAwesome';
	color: #000;
	float: right;
	overflow: hidden;
	background: transparent;
	text-decoration: none;
}
a.mobile-button span { display: none; }
a.mobile-button:after { display: inline; }
.m-phone:after { content: "\f095"; }
.m-location:after { content: "\f041";}
.m-contact:after { content: "\f0e0"; }

body.template-pagets__home a.mobile-button { color: #fff; }


.breadcrumb-wrap { display: none; }



/* ----- Suche Overlay ----- */

.quicksearch-wrap {
	position: fixed;
	top: 0px;
	left: 999em;
	bottom: 0;
	right: -999em;
	width: 100%;
	height: 100%;
	background: #333;
	background: rgba(0,0,0,0.7);
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	opacity: 0;
}

.quicksearch-wrap.open {
	opacity: 1;
	left: 0;
	right: 0;
	z-index: 1900;
	display: block;
}

.quicksearch-close {
	position: absolute;
	top: 20px;
	right: 0;
	opacity: 1;
	color: #fff;
	cursor: pointer;
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 40px;
	font-weight: normal;
	background: transparent url('../images/search_close.png') no-repeat center center;
	text-indent: -999em;
	overflow: hidden;
	
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	transition: 0.5s ease;
}



/* ----- Suchfeld / Overlay ----- */

.search-big {
	display: block;
	background: #FFF;
	width: 600px;
	max-width: 60%;
	height: 60px;
	border: none;
	padding: 0;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin-top: -30px;
	z-index: 2000;
	
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	
}

input.search-big-input {
	border: none;
	font-size: 1em;
	color: #333;
	background-color: transparent;
	margin: 0;
	width: calc(100% - 65px);
	padding: 15px;
	float: left;
	margin: 5px 0 0 0;
	outline: none;
}

input.search-big-button {
	cursor: pointer;
	display: block;
	width: 60px;
	height: 58px;
	margin: 0;
	background: #FFF url('../images/search_button_dark.png') no-repeat center center;
	border: none;
	float: right;
}


ul.dropdown-menu { display: none; }



/* --------------------------------- */
/* ------------- MOBIL ------------- */
/* --------------------------------- */

@media only screen and (min-width: 960px) {
	
	/* ----- Breadcrumb ----- */
	
	.breadcrumb-wrap {
		display: block;
		position: relative;
	}
	.breadcrumb {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 1em;
		color: #333;
		background: #fff;
		letter-spacing: 0.02em;
		padding-top: 20px;
	}
	.breadcrumb a { display: inline-block; height: 50px; line-height: 50px; color: #777; text-decoration: none; }
	.breadcrumb a:hover { text-decoration: underline; }
	span.bc-level { display: inline-block; height: 50px; line-height: 50px; width: 40px; text-align: center; }
	span.bc-level:after { content: '\f105'; font-family: 'FontAwesome'; font-size: 0.7em; }
	

	.sub-nav { display: block !important; }
	
	
	.subnav-toggle {
		display: inline-block;
		height: 50px;
		background: #ffcc00;
		transform:  translate(-100%,-100%) rotate(-90deg);
		transform-origin: 100% 100%;
		font-size: 24px;
		position: absolute;
		left: 0;
		top: 0;
		padding: 0 10px;
		cursor: pointer;
	}
	.subnav-toggle span, 
	.subnav-toggle:after {
		display: inline-block;
		height: 50px;
		line-height: 50px;
	}
	.subnav-toggle:after {
		width: 40px;
		text-align: center;
		content: '\f077';
		font-family: 'FontAwesome';
	}
	.subnav-toggle span {
		padding: 0 10px;
	}
	.subnav-wrap {
		display: block;
		width: 340px;
		position: absolute;
		right: -340px;
		top: 0;
		background: #fff;
		padding: 40px;
		z-index: 10;
	}
	.subnav-wrap.active {
		right: 0;
		-webkit-box-shadow: -4px 0 0 0 rgba(50, 50, 50, 0.1);
		-moz-box-shadow: -4px 0 0 0 rgba(50, 50, 50, 0.1);
		box-shadow: -4px 0 0 0 rgba(50, 50, 50, 0.1);	
	}
	.subnav-wrap.active .subnav-toggle:after { content: '\f078'; }
	
	
	body.scrolled .sticky-nav-wrap {
		-webkit-box-shadow: 0 4px 0 0 rgba(50, 50, 50, 0.1);
		-moz-box-shadow: 0 4px 0 0 rgba(50, 50, 50, 0.1);
		box-shadow: 0 4px 0 0 rgba(50, 50, 50, 0.1);	
	}
	
	ul.dropdown-menu {
		display: block;
		padding: 0;
		margin: 60px 0 0 0;
		list-style-type: none;
		list-style-image: none;
		float: right;
		text-align: center;
		background-image: none;
		position: static;
	}

	ul.dropdown-menu > li {
		padding: 0;
		margin: 0 0 0 2px;
		display: block;
		float: left;
		margin: 0;
		position: static;
	}
	ul.dropdown-menu > li.sub-layout-4 {
		position: relative;
	}
	ul.dropdown-menu > li.first { border-left: none; }

	ul.dropdown-menu > li > a {
		position: relative;
		white-space: nowrap;
		display: block;
		text-align: center;
		margin: 0;
		text-decoration: none;
		background: transparent;
		color: #000;
		font-size: 1.4em;
		font-weight: normal;
		height: 60px;
		line-height: 60px;
		padding: 0 10px;
		
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
		background-position: center bottom;
	}
	.nav-fixed  ul.dropdown-menu > li > a {
		height: 50px;
		line-height: 50px;
	}

	ul.dropdown-menu > li > a.act {
		text-decoration: underline;
	}
	ul.dropdown-menu > li:hover > a:after {
		content: '';
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -15px;
		bottom: -20px;
		width: 30px;
		height: 15px;
		background: transparent url('../images/main_nav_hover_bg.png') no-repeat center bottom;
		z-index: 2010;
	}

	ul.dropdown-menu-sub { display: none !important; }
	
	
	/* ---------- 2. Ebene ---------- */

	.dropdown-menu-sub-custom {
		display: block;
		width: 100%;
		position: absolute;
		left: -999em;
		top: 100%;
		z-index: 2000; 

		padding: 20px 0;
		
		opacity: 0;
		-webkit-transition: opacity 0.3s ease;
		-moz-transition: opacity 0.3s ease;
		-o-transition: opacity 0.3s ease;
		-ms-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	ul.dropdown-menu > li.sub-layout-4 .dropdown-menu-sub-custom {
		width: 300px;
	}	
	ul.dropdown-menu > li:hover > .dropdown-menu-sub-custom { left: 0; opacity: 1; }
	ul.dropdown-menu > li.last:hover > .dropdown-menu-sub-custom { right: 0; opacity: 1; }
	ul.dropdown-menu > li.sub-layout-4:hover .dropdown-menu-sub-custom { left: 50%; margin-left: -150px; }

	.dropdown-menu-table {
		width: 100%;
		background: #fff;
		padding: 20px;
		-webkit-box-shadow: 0 4px 0 0 rgba(50, 50, 50, 0.1);
		-moz-box-shadow: 0 4px 0 0 rgba(50, 50, 50, 0.1);
		box-shadow: 0 4px 0 0 rgba(50, 50, 50, 0.1);	
	}
	.dropdown-menu-row {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: space-between;
		width: 100%;
	}
	
	.dropdown-menu-block {
		flex-basis: 33.3%;
		border-left: solid 2px #eee;
		vertical-align: top;
		position: relative;
		padding: 10px;
	}
	ul.dropdown-menu > li.sub-layout-4 .dropdown-menu-block { flex-basis: 100%; }
		
	.dropdown-menu-row .dropdown-menu-block:first-child {
		width: auto;
		border-left: none;
	}
	ul.dropdown-menu > li.photo-3rd-col .dropdown-menu-block:last-child {
		border: none;
		padding-bottom: 20px;
		padding-left: 20px;
	}
	
	.dropdown-menu-block img {
		display: block;
		max-width: 100%;
		height: auto;
		margin-top: 10px;
	}


	.dropdown-menu-sub-custom ul.dropdown-menu-sitemap li a {
		display: block;
		padding: 8px 10px;
		text-align: left;
		text-decoration: none;
		color: #000;
		font-size: 1.6em;
		font-weight: 100;
		position: relative;
	}
	/*
	.dropdown-menu-sub-custom ul.dropdown-menu-sitemap > li > a:after {
		display: block;
		content: '';
		width: 20px;
		height: 2px;
		background: #eee;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	*/
	.dropdown-menu-sub-custom ul.dropdown-menu-sitemap li:first-child a { border: none; }
	.dropdown-menu-sub-custom ul.dropdown-menu-sitemap > li > ul > li > a {
		padding: 4px 10px 4px 20px;
		font-size: 1.4em;
	}
	
	.dropdown-menu-sub-custom ul.dropdown-menu-sitemap li a:hover {
		text-decoration: underline;
	}
	
	
	a.search-icon-pc {
		display: block;
		width: 40px;
		height: 40px;
		cursor: pointer;
		background: transparent url('../images/search_button_dark.png') no-repeat center center;
		position: absolute;
		top: 40px;
		right: 20px;
	}
	a.search-icon-pc.open { background: transparent; }

	
}


@media only screen and (min-width: 1140px) {

	#main-nav { width: 1140px; }
	ul.dropdown-menu > li > a { font-size: 1.8em; padding: 0 15px; }

	.nav-toggle { top: 20px; }
	
	.mobile-menu-wrap { padding-top: 100px; }
	ul.mobile-menu {
		display: block;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
	ul.mobile-menu > li {
		display: block;
		width: 25%;
		float: left;
	}
	ul.mobile-menu > li > a { color: #ffcc00; display: block; font-size: 1.8em; margin-left: 25px; padding-bottom: 16px; border-bottom: 2px solid rgba(255,255,255,0.2); }
	ul.mobile-menu > li:nth-child(5) { clear: left; }
	ul.mobile-menu > li > span.no-sub, ul.mobile-menu > li > span.has-sub { display: none; }
	ul.mobile-menu > li > ul { display: block !important; }
	
	ul.topics-nav-mobile li { margin: 0 0 3px 0; padding: 0; }
	ul.topics-nav-mobile li a { font-size: 1.8em; font-weight: normal; height: 60px; line-height: 60px; padding: 0 20px; }
	
}


@media only screen and (min-width: 1800px) {
	
	.subnav-toggle { height: 70px; padding: 0 20px;}
	.subnav-toggle span, .subnav-toggle:after { height: 70px; line-height: 70px; }
	
}


@media only screen and (max-width: 959px) {

	#page-wrap, .open-nav #page-wrap {
		-webkit-transition: 0.5s ease-out;
		-moz-transition: 0.5s ease-out;
		-o-transition: 0.5s ease-out;
		transition: 0.5s ease-out;
	}

	.sticky-nav-wrap, .sticky-nav-wrap.nav-fixed, #sticky-nav, #main-nav {
		border: none !important;
		position: absolute;
		margin: 0;
		padding: 0;
		height: auto;
		float: none;
	}
	.sticky-nav-wrap { font-size: 0.9em; }
	#sticky-nav { z-index: 10; background: transparent; }
	
	#main-nav .header-icons { top: 180px; width: 200px; }
	body.template-pagets__home #main-nav .header-icons { top: 70px; width: calc(100% - 100px); }
	
	#main-nav #header-logo { display: none; }
	
	
	div.sub-nav-header, div.sub-nav-header.act { border-bottom: solid 1px #000; background: transparent; padding: 0; }
	div.sub-nav-header.act .snh-text, div.sub-nav-header.act .snh-text a { color: #000; }
	div.sub-nav-header a { float: left; }
	.sub-nav { display: none; margin-top: 20px; background: #FFF; }
	.sub-nav > ul > li { border-bottom: solid 1px #EEE; }
	.sub-nav > ul > li > ul { background: #FFF; }
	
	
	ul.social-media-icons {
		display: block;
		position: relative;
		top: auto; right: auto; bottom: auto; left: auto;
		text-align: center;
		background: #FFF;
	}
	ul.social-media-icons li {
		display: inline-block;
		padding: 10px 5px;
	}
	
	
	/*---------- Suchfeld ----------*/

	.search-small {
		display: block;
		background: transparent;
		width: 300px;
		max-width: 80%;
		margin: 0 auto 40px auto;
	}

	#indexedsearch {
		text-align: center;
	}

	#indexedsearch input.search-small-input {
		display: block;
		border: none;
		font-size: 1em;
		color: #333;
		text-align: left;
		background: #fff;
		margin: 0;
		width: 100%;
		padding: 15px;
		outline: none;
		-webkit-appearance: none;
	}

	input.search-small-input::-webkit-input-placeholder { color: #999; }
	input.search-small-input:-moz-placeholder { color: #999; }
	input.search-small-input::-moz-placeholder { color: #999; }
	input.search-small-input:-ms-input-placeholder { color: #999; }

	#indexedsearch input.search-small-button {
		cursor: pointer;
		display: inline-block;
		width: 50px;
		height: 50px;
		margin: 10px 0 0 0;
		background: transparent url('../images/search_button.png') no-repeat center center;
		border: none;
	}

	
}

