/*********** Fullscreen Menu Start ***********/

/* Slick Slider muss auf z-index: 0 sein, damit das Menü die Slider-Pfeile im überdeckt */
.slick-slider {
    z-index: 0;
}


.overlay-menu .dh_nav2_li a{
	font-family: 'TTNorms-Bold', sans-serif;
	letter-spacing: 2.2px;	
}

/*
.dh_menu {
	position: relative;
	z-index: 100;	
}
*/

.button_container {
	position: absolute;
	top: 45px;
	left: 4.5%;
	height: 50px;
	width: 50px;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
	background: transparent;
	box-sizing: border-box;
}

.button_container.active {
    z-index: 200;
	position: fixed;
	left: 4.5%;
}

.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
		  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #453437;
}
.button_container.active .middle {
  opacity: 0;
  background: #453437;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
		  transform: translateY(-9px) translateX(0) rotate(-45deg);
  background: #453437;
}
.button_container span {
  background: #453437;
  border: none;
  height: 3px;
  border-radius: 0px;
  width:70%;
  position: absolute;
  top: 0;
  left: 15%;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
  margin-top: 14px;
}
.button_container span:nth-of-type(2) {
  top: 10px;
}
.button_container span:nth-of-type(3) {
  top: 20px;
}

.overlay {
	z-index:100;	
	position: fixed;
	background: #f0efed;
	top: 124px;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .35s, visibility .35s, height .35s;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden;
}
.overlay.open {
	opacity: 1;
	visibility: visible;
	height: calc(100% - 110px);	
}	

.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
		  animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
		  animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
		  animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
		  animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
		  animation-delay: .50s;
}
.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: .55s;
		  animation-delay: .55s;
}
.overlay.open li:nth-of-type(6) {
  -webkit-animation-delay: .60s;
		  animation-delay: .60s;
}
.overlay.open li:nth-of-type(7) {
  -webkit-animation-delay: .60s;
		  animation-delay: .60s;
}


.overlay nav {
	position: relative;
}

.overlay nav {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.overlay ul.dh_menu_mobile_ul_level_1 {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: absolute;
	width:100%;
	
	top: 50%;
	left:0;	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	
}
.overlay ul li {
  display: block;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
	/*
	display: block;
	*/
	position: relative;
	color: #453437;
	text-decoration: none;
	overflow: hidden;
}
.dh_nav2_last_li_1 a{
	margin-bottom:8px;
}
.dh_nav2_last_li_1 a,
.dh_nav2_last_li_2 a{
	color:#fff !important;	
}
.overlay ul li a.dh_nav_li_a_specials{
	color: #c4995f;
}


.dh_nav2_li {
	font-size: 115%;
	font-weight: 900;
	text-transform: uppercase;
	margin:21px 0px;
}

.dh_nav2_li:last-of-type {
    margin: 35px 0px 21px 0px;
}





ul.dh_menu_mobile_ul_level_2{
	display:none;
	padding-left: 0;	
}

.dh_dreieck_1{
	margin-left: 0.49em;
	cursor: pointer;
}
.dh_dreieck_1_img{
	width: 1.15em;
	margin-top: -0.2em;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.dh_menu_mobile_li_level_1_active .dh_dreieck_1_img{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.dh_menu_mobile_li_level_2:nth-of-type(1) {
    margin-top: calc(8px + 1vw);
}

.dh_menu_mobile_li_level_2:last-of-type {
    margin-bottom: calc(10px + 3vw);
}


@media only screen and (max-width: 650px) and (orientation:landscape)  {
	.dh_nav2_li {

		margin:10px 0px;
	}
	
	.overlay ul {
		top: 30px;
	}
	

}

.spracheres {
	padding-top: 30px;
}


.spracheres a {
	margin: 0px 10px;
}


@-webkit-keyframes fadeInRight {
  0% {
	opacity: 0;
	left: 20%;
  }
  100% {
	opacity: 1;
	left: 0;
  }
}

@keyframes fadeInRight {
  0% {
	opacity: 0;
	left: 20%;
  }
  100% {
	opacity: 1;
	left: 0;
  }
}

/*********** Fullscreen Menu Ende ***********/

@media (max-width: 500px) {

	.button_container {
		top: 28px;
	}
	.overlay {
		top: 110px;
	}
}


@media screen and (orientation: landscape) and (max-width: 767px) {
    /* Smartphones quer gehalten */
	
.overlay.open {
    height: 100%;
}
.overlay {
    top: 0;
}

.dh_nav2_li {
    margin: 6px 0px;
}

.dh_nav2_li:last-of-type {
    margin: 17px 0px 0 0px;
}
}

