/* 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 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,
.footer2_wrap a,
.footer1_wrap a.footer_more,
.footer1_wrap a,
a.booklink
.mailtel a,
a.tr  {
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;	
}

/* Hauptmenü */

.menu-link { 
	display: none;
}

.menu { 
	padding-top:20px;
	padding-right:30px;
}

.menu ul { 
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
	height:45px;
}

.menu > li > ul.sub-menu {
	min-width: 10em;
	padding: 4px 0;
	background-color: #363533;
	border: 1px solid #969696;
}

.menu ul li { 
	padding: 0px; display:inline-block; 
}

/* 1. Ebene */
.menu > ul > li { 
	display: inline-block; 
}

.menu ul li a { 
	display: block; 
	text-decoration: none; 
	color:#969696;
	text-transform:uppercase; 
	font-size:16px;
}

.menu ul li > a { 
	height:45px; 
	line-height: 45px; 
	padding: 0 22px; 
}

.menu ul li a:hover {
	color:#ca9f67;	
}

/* 2. Ebene */
.menu ul.sub-menu {
	margin-left:22px;	
}

.menu ul ul { 
	opacity: 0;
	visibility: hidden;	
	position: absolute; 
	top:100%;
	min-width: 160px;
	z-index:10;
	height:auto;
	background-color:#363533;
	border-bottom:5px solid #ca9f67;
}


	.menu li.lastul ul {
		right:-30px;	
	}


.menu ul li:hover > ul { 
	opacity: 1;
	visibility: visible;
}

.menu  ul ul li {
	float:none;
	display:block;
	margin:0 13px;
	border-bottom:1px solid #969696;
}

.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:16px;
	text-transform:none;
	letter-spacing:0px;
	position:relative;
	white-space:nowrap;
	background:none;
	text-align:left;
	color:#969696;
}

.menu ul ul li a:hover,
.menu ul ul li a.selected {
	color:#ca9f67;
}


.lang_wrap,
.smtop {
	margin-right:10px;	
}


.lang_wrap {
	color:#969696;
}

.lang_wrap a,
.lang_wrap a:link,
.lang_wrap a:active,
.lang_wrap a:visited,
.lang_wrap a:hover,
.mailtel a,
.mailtel a:link,
.mailtel a:active,
.mailtel a:visited,
.mailtel a:hover {
	color:#969696;
	margin:0 5px;
}

.lang_wrap a:hover,
.mailtel a:hover {
	color:#ca9f67;
}

a.tr,
a.tr:link,
a.tr:active,
a.tr:visited,
a.tr:hover {
	color:#fff;
	text-transform:uppercase;
	border:1px solid #fff;
	height:40px;
	line-height:40px;
	padding:0 35px;
	display:inline-block;
}

a.tr:hover {
	color:#ca9f67;
	border-color:#ca9f67;
}

a.booklink,
a.booklink:link,
a.booklink:active,
a.booklink:visited,
a.booklink:hover {
	color:#fff;
	text-transform:uppercase;
	background:#ca9f67;
	height:40px;
	line-height:40px;
	padding:0 35px;
	display:inline-block;
}

a.booklink:hover {
	background:#fff;
	color:#ca9f67;
}

.footer1_wrap a,
.footer1_wrap a:link,
.footer1_wrap a:active,
.footer1_wrap a:visited,
.footer1_wrap a:hover {
	color:#fff;	
}

.footer1_wrap a:hover {
	color:#ca9e67;
}

.footer1_wrap a.footer_more {
	text-transform:uppercase;
	color:#ca9e67;
	background:#000;
	border:1px dotted #fff;
	padding:0 40px;
	height:38px;
	line-height:38px;
	display:inline-block;
}

	.footer1_wrap a.footer_more:hover {
		color:#fff;
	}

.footer2_wrap a,
.footer2_wrap a:link,
.footer2_wrap a:active,
.footer2_wrap a:visited,
.footer2_wrap a:hover {
	text-decoration:none;
	color:#969696;
	font-size:14px;
}


.footer2_wrap a:hover {
	color:#ca9f67;
}

/* *****************************************************************************************
   RESPONSIVE SECTION
*******************************************************************************************/

@media screen and (max-width: 1440px) {
	
.menu ul li.lastul ul {
	right:0;
	left:auto;	
}

.menu {
	padding-right:0;
}
}

@media screen and (max-width: 1024px) {
	
.lang_wrap,
.smtop {
	margin-right:0px;	
}

.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;	
}

a.tr, a.tr:link, a.tr:active, a.tr:visited, a.tr:hover,
a.booklink, a.booklink:link, a.booklink:active, a.booklink:visited, a.booklink:hover {
	padding:0 20px;	
}



}

@media screen and (max-width: 768px) {

.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;	
	padding-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 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: #3c3c3b; 
}
.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: 2px 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:#ca9f67;
}

.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: #ca9f67; 
	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 {
	
}



.mailtel a, .mailtel a:link, .mailtel a:active, .mailtel a:visited, .mailtel a:hover {
	margin:0;
	padding:0 3px;	
}


.bookwrap {
	text-align:center;	
	padding-bottom:30px;
	width:96%;
	margin:0 auto;
}

	#main .bookwrap {
		width:100%;	
		background:url(../Images/dce_start_bg.jpg) center center no-repeat;
		background-size:cover;
		height:60px;
		line-height:60px;
	}

.bookwrap a.tr,
.bookwrap a.tr:link,
.bookwrap a.tr:active,
.bookwrap a.tr:visited,
.bookwrap a.tr:hover
.bookwrap a.booklink,
.bookwrap a.booklink:link,
.bookwrap a.booklink:active,
.bookwrap a.booklink:visited,
.bookwrap a.booklink:hover {
	width:50%;
	font-size:14px;
	display:inline-block;
	padding:inherit;
	border:none;
}

.bookwrap a.tr,
.bookwrap a.tr:link,
.bookwrap a.tr:active,
.bookwrap a.tr:visited,
.bookwrap a.tr:hover {
	color:#fff;
	background:#1c1c1c;
}

.bookwrap a.tr:hover {
	background:#ca9f67;
}

.bookwrap a.booklink:hover {
	background:#1c1c1c;
	color:#fff;
}

.mailtel a {
	padding:0 10px;
	margin:0 5px;	
}
}