/* CSS Document */

a.button,
.quickbook_wrap input[type=submit],
.footer2_wrap a,
.footer3_wrap a,
.top1,
.top1 a,
.nav,
.pw_teaser_content,
.input-routing-submit,
button,
#main .dce_cta a ,
.menu ul,
.menu a,
.menu ul li ul,
.menu ul ul li a,
#main .news-cta a,
.f3_menu a,
.footer1_wrap .sm_link a,
a.booklink,
#main #formhandler-contact-form button,
.langlink,
.contenttable,
.sm_links a,
.logo,
.logo svg,
.menu_link,
.fmenu_wrap a,
.f2_col4 a,
.closemenu,
.dce_2c_left,
.dce_2c_left_content,
.pw_teaser_item,
.footer4_wrap img {
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;	
}

/* Hauptmenü */

.menu-link { 
}

.menu { 
	font-family: 'Biotif-Regular', sans-serif;
	width:75%;
	margin:0 auto;
}

.menu ul { 
	list-style:none;
}

.menu ul li.li25 {
	width:21%;
	float:left;
	overflow:hidden;
	margin:0 2%;
}



.menu_head,
.menu_subhead {
	text-align:center;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:17px;
	margin: 0 30px;
	overflow: hidden;
}
	.menu_head span {
	  display: inline-block;
	  position: relative;
	}
	  
	.menu_head span:before,
	.menu_head span:after {
	  content: "";
	  position: absolute;
	  height: 1px;
	  border-bottom: 1px solid white;
	  top: 10px;
	  width: 300px;
	}
	.menu_head span:before {
	  right: 100%;
	  margin-right: 15px;
	}
	.menu_head span:after {
	  left: 100%;
	  margin-left: 15px;
	} 
	
	.menu_subhead {
		margin-bottom:30px;
		font-weight:normal;
	}

.menu a,
.menu a:link,
.menu a:active,
.menu a:visited,
.menu a:hover {
	color:#fff;
	display:block;
	line-height:30px;
	padding:0 30px;
	font-size:14px;
}

.menu a:hover {
	background:rgba(0,0,0,0.5);	
}

.menu ul a.firstlvl {
	display:none;
}

.slogan a,
.slogan a:link,
.slogan a:active,
.slogan a:visited,
.slogan a:hover {
	color:#fff;
}

.tel a,
.tel a:link,
.tel a:active,
.tel a:visited,
.tel a:hover {
	color:#4f4f4f;
}

.sm_links a,
.sm_links a:link,
.sm_links a:active,
.sm_links a:visited,
.sm_links a:hover {
	display:block;
	color:#4f4f4f;
	height:26px;
	line-height:26px;
	text-align:center;
}

.tel a:hover,
.sm_links a:hover {
	color:#534b6a;
}


.footer1_wrap a,
.footer1_wrap a:link,
.footer1_wrap a:active,
.footer1_wrap a:visited,
.footer1_wrap a:hover {
	color:#fff;
}

.fmenu_wrap a,
.fmenu_wrap a:link,
.fmenu_wrap a:active,
.fmenu_wrap a:visited,
.fmenu_wrap a:hover,
.f2_col4 h2 {
	color:#4f4f4f;
	display:block;
	text-transform:uppercase;
	font-size:14px;
	/* font-weight:600; */
	line-height:18px;
}

.fmenu_wrap a:hover {
	color:#d7ac4a;
}

.f2_menu a,
.f2_menu a:link,
.f2_menu a:active,
.f2_menu a:visited,
.f2_menu a:hover {
	font-size:12px;
	color:#4f4f4f;
	/* font-weight:600; */
}

.f2_menu a:hover {
	color:#d7ac4a;
}

/* NL Link */
.f2_col4 p a,
.f2_col4 p a:link,
.f2_col4 p a:active,
.f2_col4 p a:visited,
.f2_col4 p a:hover {
	font-size:12px;
	background:url(../img/nl_link_bg.png) center center no-repeat;
	width:289px;
	height:31px;
	line-height:31px;
	display:inline-block;
	padding-left:20px;
	color:#4f4f4f;	
}

.f2_col4 p a:hover {
	color:#d7ac4a;
}

/* *****************************************************************************************
   RESPONSIVE SECTION
*******************************************************************************************/

@media screen and (max-width: 1640px) {
	.menu {
		width:85%;	
	}
}

@media screen and (max-width: 1440px) {
	
.menu {
		width:95%;	
	}
}

@media screen and (max-width: 1440px) {
	
.menu {
	width:100%;	
}
	
.menu a, .menu a:link, .menu a:active, .menu a:visited, .menu a:hover {
	height:auto;
}

.menu ul li.li25 {
	width:24%;
	margin:0 0.5%;	
}

}

@media screen and (max-width: 1024px) {
.menu ul li a,
.menu ul li a:link,
.menu ul li a:hover,
.menu ul li a:active,
.menu ul li a:visited {
}

.menu ul li > a {
	padding: 0 15px;	
}

.menu ul li:nth-child(5) ul {
	right:0;
	left:auto;	
}
}


@media screen and (max-width: 768px) {

.menu_head, .menu_subhead {
	margin:0 2px;
}

.menu_subhead {
	height:70px;	
}

.menu a, .menu a:link, .menu a:active, .menu a:visited, .menu a:hover {
	padding:0 2px;	
}

}

@media screen and (max-width: 767px) {

.top_wrap:hover .menu ul li a,
.top_wrap:hover .menu ul li a:link,
.top_wrap:hover .menu ul li a:active,
.top_wrap:hover .menu ul li a:visited,
.top_wrap:hover .menu ul li a:hover,
.menu ul ul li a, .menu ul ul li a:link, .menu ul ul li a:hover, .menu ul ul li a:active, .menu ul ul li a:visited {
	color:#fff;	
}
	
.top1 a:hover {
	border:none;
}	
	
.top2 { 
	width: 100%; 
}

.menu {
	margin-top:0;	
}
  
.menu span  {
	float:right;	
	z-index:1;
	position:relative;
	width:40px;
}
  
a.menu-link { 
	display: block; 
	color: #fff !important; 
	background-color: #585450; 
	float: right; 
	text-decoration: none; 
	padding: 0 20px;
	height:64px;
	line-height:64px;
}
.menu { 
	clear: both; 
	min-width: inherit; 
	float: none; 
}
.menu, .menu > ul ul { 
	overflow: hidden; 
	max-height: 0; 
	background-color: #a2c243; 
}
.menu > li > ul.sub-menu { 
	padding: 0px; 
	border: none; 
}
.menu.active, .menu > ul ul.active { 

max-height:100%;
}
.menu ul { 
	display: inline; 
	text-align:left; 
	height:auto; 
}
.menu > ul { 
	
}
.menu li, .menu > ul > li { 
	display:block;
}


.menu ul li > a { 
	height:58px; 
	line-height:58px;
}
.menu li a { 
	color: #000; 
	display: block; 
	padding: 0.8em; 
	border-bottom: 1px solid #fff; 
	position: relative;
	z-index:0; 
}
.menu li.has-submenu > span:after {
	content: '+';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	font-size: 1.5em;
	padding: 0.7em 0.7em;
	color:#fff;
}

.menu ul li:nth-child(3) {
	margin-right:0px;
}

.menu ul li > a {
	padding: 0 40px 0 12px;	
	color:#fff;
	text-transform:none;
	font-size:1em;
}

.menu li.has-submenu.active span:after {
	content: "-";
}

.menu ul li.selected a {
	background:#a7173a;
}

.menu ul.sub-menu {
	margin-left:0px;	
}

.menu ul ul {
	padding-top:0;
	background:none;
	opacity: 1;
	visibility: visible;	
}

.menu ul ul li, .menu ul ul li:nth-child(3) {
	border:none;	
	margin:0;
}

.menu ul ul > li a { 
	background-color: #a2c243; 
	height:50px; 
	line-height:50px; 
	padding: 0 0 0 30px; 
	font-size:0.9em;
}
.menu ul ul, .menu ul ul ul { 
	display: inherit; 
	position: relative; 
	left: auto; 
	top:auto; 
	border:none; 
}

.menu ul ul li a.selected,
.menu ul ul > li a:hover { 
	background-color: #a7173a; 
	color: #fff; 
}
	
.f3_menu a, .f3_menu a:link, .f3_menu a:active, .f3_menu a:visited, .f3_menu a:hover {
	padding:0 10px;
}
}

@media screen and (max-width: 767px) {
a.menu-link { 
	height:50px;
	line-height:50px;
}

.tel a {
	margin:0 3px;	
}

.langlink {
	
}

.menu ul li.li25 {
	width:100%;
	margin:0;
	float:none;
	overflow:visible;
	border-bottom:1px solid #fff;	
}

	.li25.selected,
	.li25.active {
		background-color: #94af26; 
	}

.sm_links a, .sm_links a:link, .sm_links a:active, .sm_links a:visited, .sm_links a:hover {
	display:inline-block;	
	height:44px;
	padding:0 5px;
}

.menu_head span::before, .menu_head span::after {
	display:none;
}

.menu, .menu > ul ul,
.menu ul ul > li a,
.menu ul li.selected a,
.menu ul ul li a.selected, 
.menu ul ul > li a:hover {
	background-color:#534b6a;
}

.menu a, .menu a:link, .menu a:active, .menu a:visited, .menu a:hover {
	padding:0 10px;	
}

.menu ul ul li a.selected,
.menu ul ul > li a:hover { 
	background-color: #94af26; 
}

.menu li:last-child a {
	border:none;
}

.menu li:last-child ul li a {
	border-bottom:1px solid #fff;
}

.menu_subhead {
	height:auto;
	font-size:15px;
	padding-bottom:3px;
}

span.mhead {
	float:none;
	width:100%;
	z-index:0;	
	font-size:13px;
}

.menu li.has-submenu > span::after {
	padding: 0.6em 0.7em;	
}

}