/* 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,
span.button,
.fcol a,
.footer2_wrap a,
.news_start_text,
.news_start_teaser,
.fc3 li span{
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;	
}

/* Hamburger Icon */

.hamburg { 
   display: inline-block;
   width: 98px; 
   height: 100px; 
   position: relative;
   margin-left: auto; 
   margin-right: auto;
   float:left;
    padding-left:52px;
	
}

	.hamburg:hover {
		cursor:pointer;
	}
	
	.scroll .hamburg,
	.nobanner .hamburg {
		
	}

    .line { 
       position: absolute; 
       left:0px;
       height: 1px; 
       width: 36px; 
       background: #dbbc9c; 
       border-radius: 0px;
       display: block; 
       transition: 0.5s; 
       transform-origin: center; 
    }

    .line:nth-child(1) { top: 41px; }
    .line:nth-child(2) { top: 49px;width:29px; }
    .line:nth-child(3) { top: 57px; }

       
    .hamburg.checked {
    }

    .hamburg.checked .line:nth-child(1){
       transform: translateY(8px) rotate(-45deg);
    }

    .hamburg.checked .line:nth-child(2){
       opacity:0;
    }

    .hamburg.checked .line:nth-child(3){
       transform: translateY(-8px) rotate(45deg);
    }

/* Topmenu */
.top1 a,
.top1 a:link,
.top1 a:active,
.top1 a:visited,
.top1 a:hover {
	color:#dbbc9c;
    display: inline-block;
}

.top1 a:hover {
}

.footer_nl a,
.footer_nl a:link,
.footer_nl a:active,
.footer_nl a:visited,
.footer_nl a:hover {
    height:40px;
    line-height: 40px;
    display: inline-block;
    padding:0 18px;
    text-transform: uppercase;
    border:1px solid #6f8450;
    color:#4c6828;
    font-size:14px;
}

.fcol a,
.fcol a:link,
.fcol a:active,
.fcol a:visited,
.fcol a:hover {
     color:#2a2a2a;
}

    .fcol a:hover {
         color:#4c6828;
    }

.footer2_wrap a,
.footer2_wrap a:link,
.footer2_wrap a:active,
.footer2_wrap a:visited,
.footer2_wrap a:hover {
    color:#4c6828;
    font-size:12px;
}

    .footer2_wrap .sm_link a {
        font-size:24px;
        padding:0 5px;
    }

    .footer2_wrap a:hover {
        color:#fff;    
    }
    

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

@media screen and (max-width: 1440px) {
	
.menu ul li.lastul ul {
	right:0;
	left:auto;	
}
}

@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) {

.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) {

.hamburg {    
    width: 40px;  
    padding-left:0;
    height: 60px;
}
    
    .line:nth-child(1) {
        top:22px;
    }
    
    .line:nth-child(2) {
        top:30px;
    }
    
    .line:nth-child(3) {
        top:38px;
    }
    
a.menu-link { 
	height:50px;
	line-height:50px;
}

.tel a {
	margin:0 3px;	
}

.langlink {
	
}
    
    

}