/* 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,
.menu ul,
.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,
.anf_buchen a,
.dce6item,
.dce6item_gw,
.top_wrap,
.menu ul li > a,
.top_wrap.scroll::after,
.logo_gr,
.logo_scroll {
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;	
}

/* Hauptmenü */

.menu-link { 
	display: none;
}

.menu { 
	margin-top:11px;
}

.menu ul { 
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
	height:60px;
	text-align:center;
}

.menu > li > ul.sub-menu {
	min-width: 10em;
	padding: 4px 0;
	background-color: #f4f4f4;
	border: 1px solid #CCC;
}

.menu ul li { 
	padding: 0px;
	display:inline-block; 
}

.menu ul li:nth-child(2) {
	margin-right:200px;
}

	.menu ul li:nth-child(2) ul {
			margin-left:0px;
	}
	
	.menu ul li:nth-child(4) {
		margin-right:50px;
	}

/* 1. Ebene */
.menu > ul > li { 
	display: inline-block; 
}

.menu ul li a { 
	display: block; 
	text-decoration: none; 
	text-transform:uppercase; 
	font-size:16px;
	letter-spacing:0.05em;
	color:#3c3c3b;
	font-weight:bold;
}

.menu ul li > a { 
	height:60px; 
	line-height: 40px; 
	padding: 0 14px; 
}

/* 2. Ebene */

.menu ul.sub-menu {
}

.menu ul ul { 
	opacity: 0;
	visibility: hidden;	
	position: absolute; 
	top:100%;
	min-width: 160px;
	z-index:10;
	height:auto;
	background-color:#f9f6f4;
	border-bottom:2px solid #b29773;
}

.menu ul li:hover > ul { 
	opacity: 1;
	visibility: visible;
}

.menu ul li li:nth-child(2) {
	margin-right:0px;
}

.menu  ul ul li {
	float:none;
	display:block;
	margin:0 13px;
	border-bottom:1px solid #e5d5c1;
	height:40px;
}

	.menu  ul ul li:last-child {
		border:none;	
	}

.menu ul ul > li { 
	position: relative; 
}

.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 {
	display:block;
	font-size:13px;
	text-transform:none;
	letter-spacing:0px;
	position:relative;
	white-space:nowrap;
	background:none;
	text-align:left;
	color:#c2a37a;
}

.menu ul ul li a:hover,
.menu ul ul li a.selected {
	color:#3c3c3b;
}

/* Scroll Settings */

.nobanner .menu,
.scroll .menu {
	margin-top:0px;
}
	.nobanner .menu ul,
	.scroll .menu ul { 
		height:44px;
	}
	
	.nobanner .menu ul ul,
	.scroll .menu ul ul {
		height:auto;
	}
	
	.nobanner .menu ul li > a,
	.scroll .menu ul li > a { 
		height:44px; 
	}


.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,
.nobanner .menu ul li a,
.nobanner .menu ul li a:link,
.nobanner .menu ul li a:hover,
.nobanner .menu ul li a:active,
.nobanner .menu ul li a:visited,
.scroll .menu ul li a,
.scroll .menu ul li a:link,
.scroll .menu ul li a:hover,
.scroll .menu ul li a:active,
.scroll .menu ul li a:visited {

}




/* Topmenu */
.top1 a,
.top1 a:link,
.top1 a:active,
.top1 a:visited,
.top1 a:hover {
	color:#828280;
}

.top1 a:hover {
	color:#3c2c1d;	
}

.anf_buchen a,
.anf_buchen a:link,
.anf_buchen a:active,
.anf_buchen a:visited,
.anf_buchen a:hover {
	display:block;
	height:34px;
	line-height:34px;
	margin-bottom:1px;
	padding-left: 20px;
	width:94px;
	color:#fff;
	text-decoration:none;
	background:#57072b;
	font-size:13px;
}


.anf_buchen a:hover,
.anf_buchen .anfragen a {
	background:#37041b;
}

.anf_buchen .anfragen a:hover {
	background:#57072b;
}



.footer2_wrap a,
.footer2_wrap a:link,
.footer2_wrap a:active,
.footer2_wrap a:visited,
.footer2_wrap a:hover {
	color:#fff;
	text-decoration:none;	
}

	.sm_link a {
		padding:0 4px;	
	}


.footer3_wrap a,
.footer3_wrap a:link,
.footer3_wrap a:active,
.footer3_wrap a:visited,
.footer3_wrap a:hover {
	color:#3c3c3b;
	text-decoration:none;	
}
	.footer3_wrap a:hover {
		color:#57072b;
	}
	



/* *****************************************************************************************
   RESPONSIVE SECTION
*******************************************************************************************/

@media screen and (max-width: 1440px) {
	
.menu ul li.lastul ul {

}
}

@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: 1023px) {

.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: #3c3c3b; 
	float: right; 
	text-decoration: none; 
	padding: 0 12px;
	height:64px;
	line-height:64px;
}
.menu { 
	clear: both; 
	min-width: inherit; 
	float: none; 
}
.menu, .menu > ul ul { 
	overflow: hidden; 
	max-height: 0; 
	background-color: #57072b; 
}
.menu > li > ul.sub-menu { 
	padding: 0px; 
	border: none; 
}
.menu.active, .menu > ul ul.active { 
	max-height:100%;
	margin-top:2px;
}
.menu ul { 
	display: inline; 
	text-align:left; 
	height:auto; 
}
.menu > ul { 
	
}

.menu ul li:nth-child(2),
.menu ul li:nth-child(4) {
	margin-right:0;	
}
.menu li, .menu > ul > li { 
	display:block;
}


.nobanner .menu ul li > a, .scroll .menu ul li > a,
.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:#37041b;
}

.menu ul.sub-menu {
	margin-left:0px;	
}

.menu ul ul {
	padding-top:0;
	background:none;
	opacity: 1;
	visibility: visible;	
}

.menu ul ul li {
	height:50px;
}	

.menu ul ul li, .menu ul ul li:nth-child(3) {
	border:none;	
	margin:0;
}

.menu ul ul > li a { 
	background-color: #37041b; 
	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: #37041b; 
	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 {
	
}

.anf_buchen a, .anf_buchen a:link, .anf_buchen a:active, .anf_buchen a:visited, .anf_buchen a:hover {
	width:100%;
}

}