/* navbar container */
#nav_container {
	position: fixed;
	top: 0;
	z-index: 2;
	width: 99vw;
	max-width: 1700px;
	margin: 0px auto;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	background-color: transparent;
	/* justify-content: space-between; */
}
#nav_container:after {
	content: ' ';
	background: white;
    background-color: rgba(255, 255, 255, 0.93);
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: -1;
}
#overflow_bug_container {
	width: 100%;
	padding: 44px 0;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	z-index: 2;
}



/* logo */
#nav_left {
	height: 101px;
	width: 173px;
	display: flex;
	align-items: center;
	margin-left: 41px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#logo_text {
	display: flex;
	flex-flow: row nowrap;
	visibility: hidden;
}

#logo_sep {
	width: 90px;
	margin: 10px -36px;
	height: 3px;
	transform: rotate(90deg);
	border: none;
	border-radius: 3px;
}

#logo_city_container{
	display: flex;
    align-items: center;
}
#nc_logo{
	margin: 13px 15px 0 0;
}




/* nav menu right general */
#nav_right,
#main_menu,
#lang_btns {
	display: flex;
	flex-flow: row nowrap;
}

.lang_btn {
	margin-bottom: -6px;
}
.lang_btn:hover {
    box-shadow: inset 0px -4px 0px -1px;
}

.lang_btn,
#lang_sep_container {
	padding: 2px 0;
}

/* the right side nav bar with links ,social icons and lang btns */
#nav_right {
	align-items: center;
	margin-right: 41px;
}

/* the 4 main nav links container */
#main_menu {
	padding: 0;
	margin-left: auto;
	margin-right: 15px;
	list-style: none;
}

/* nav link */
.menu_item {
	margin: 0 20px;
	text-transform: capitalize;

}

.menu_item:hover {
	margin-bottom: -6px;
    box-shadow: inset 0px -4px 0px -1px;

}

.menu_item.active {
	margin-bottom: -6px;
    box-shadow: inset 0px -4px 0px -1px !important;
}

/* the social media btns container */
#social_media_container {
	margin: 0 20px;
	display: flex;
}

/* search */

#search_container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	width: 22px;
	position: relative;
	right: 5px;
}

#search_icon {
	width: 22px;
	cursor: pointer;
}

#search_icon:focus {
	outline: 0 !important;
	border: 0 none !important;
}

.cls-1 {
	stroke: none !important;
}

.cls-2 {
	fill: none !important;
	stroke-miterlimit: 10;
}

#search_field {
	border: none;
	box-shadow: 0 0 2px 0px rgba(0,0,0,0.8);
	position: absolute;
	right: 36px;
	height: 39px;
	width: 0px;
	z-index: 10;
	padding: 0;
	outline: none;
	font-size: 20px;
	transition: all 0.5s ease-out;
	border-radius: 2px;
}

.search_input_open {
	width: 505px !important;
	padding-left: 10px !important;
}

/* svg social icons */
.social_item {
	width: 22px;
	height: 22px;
	margin-right: 7px;
	background-position: center;
	background-repeat: no-repeat;

}

/* the language seperator */
#lang_sep {
	width: 20px;
	margin: 11px -3px;
	height: 1.5px;
	transform: rotate(90deg);
	border-radius: 2px;
	border: none;
}

/* sub menu */
.sub_menu_container {
	display: flex;
	flex-flow: column nowrap;
	margin: 200px auto 0 auto;
	width: 1626px;
	max-width: 92%;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.sub_menu_container::-webkit-scrollbar {
	display: none;
}

#header_close_container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

#sub_menu_header {
	width: 135px;
	font-size: 28px;
	text-transform: capitalize;

}

.sub_menu_close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 60px;
    z-index: 2;
}

#sub_menu_hr_1,
#sub_menu_hr_2 {
	margin: 0;
	height: 1px;
	width: 40px;
	border: none;
	position: absolute;
	background: black;
	top: 50%;
	left: 50%;
}

#sub_menu_hr_1 {
	transform: translate(-50%, -50%) rotate(-45deg);
}

#sub_menu_hr_2 {
	transform: translate(-50%, -50%) rotate(45deg);
}

#sub_menu_col_container {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
}

.sub_menu_col {
	display: flex;
	flex-flow: column nowrap;
	margin-bottom: 15px;
	position: relative;
}

.col_header {
	font-size: 22px;
	width: max-content;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: -o-max-content;
	max-width: 221px;
}

.col_header:hover {
	cursor: pointer;
	box-shadow: 0px 3px 0px;
}

.col_header_active {
	box-shadow: 0px 3px 0px;
}

.sub_submenu_container {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	position: absolute;
	left: 440px;
	opacity: 0;
	transition: opacity 0.5s ease-in-out, left 0.5s ease-in-out;
}

.sub_submenu_container_open {
	left: 450px;
	opacity: 1;
	z-index: 2;
}

.col_element {
	font-size: 20px;
	margin: 6px 0;
}

.sub_submenu_arrow {
	width: 20px;
	transform: rotatez(-90deg);
	position: absolute;
	top: 12px;
	transition: transform 0.5s ease-in-out;
	margin: 0 25px;
	left: 300px;
}

.sub_submenu_arrow_open {
	transform: rotatez(-90deg) rotateX(180deg);
}
#menu_bottom_address{
	position: absolute;
	bottom: 20px;
	font-size: 15px;
	line-height: 25px;
}

/* mobile elements */

/* the nav button container (sandwich container) */
#nav_btn_container {
	display: none;
	width: 70px;
	height: 64px;
	margin: 0 36px;
}

/* sandwich */
#nav_btn {
	border: none;
	outline: none;
	width: 100%;
	height: 100%;
	position: relative;
	background: transparent;
}

/* btn animation */
/* style when the menu is closed */
#hr1,
#hr2,
#hr3 {
	transition: all ease-out 0.5s;
	width: 56px;
	height: 6px;
	border: none;
	border-radius: 3px;
	position: absolute
}

#hr1 {
	top: 14%
}

#hr2 {
	top: 40%
}

#hr3 {
	top: 68%
}

/* when it's opend */
.opend #hr1,
.opend #hr2,
.opend #hr3 {
	position: absolute;
	top: 45%;
	height: 2px;
}

.opend #hr1 {
	transform: rotate(135deg)
}

.opend #hr2 {
	transform: rotate(-135deg)
}

.opend #hr3 {
	transform: rotate(495deg)
}

/* mobile drop down menu */
#mobile_menu_background,
.sub_menu_background {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	background-color: rgba(245, 245, 245, 1);
}
#mobile_menu_background{ 
	overflow: scroll;
}

.sub_menu_background {
	z-index: 1;
	background-color: rgba(245, 245, 245, 0.9);
}

#mobile_menu_container {
	position: absolute;
	top: 160px;
	left: 50%;
	transform: translate(-50%);
	width: 80%;
	margin-top: 40px;
}

#main_menu_mobile {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}

.menu_item_mobile {
	font-size: 50px;
	text-transform: capitalize;
	border-bottom: 2px solid black;
	margin-bottom: 50px;
	position: relative;
}



.down_arrow_container {
	width: 70px;
	height: 45px;
	position: absolute;
	top: 17px;
	right: 0;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.3s ease-out;
}

.transform180 {
	transform: rotatex(180deg);
}

#mobile_menu_text_container {
	margin-top: 300px;
	width: 90%;
	font-size: 40px;

}

.mobile_menu_text {
	margin-bottom: 50px;
}

.mobile_sub_menu {
	display: flex;
	flex-flow: column nowrap;
	margin-bottom: 20px;
	height: 0;
	overflow: hidden;
}
span.mobile_sub_menu_element {
    display: block;
}

.mobile_sub_menu_header {
	font-size: 35px;
	margin: 5px 0;
}

.mobile_sub_submenu_arrow {
	width: 4vw;
	max-width: 24px;
	transition: all 0.3s ease-out;
}

.col_elements_container {
	font-size: 30px;
	margin-left: 97px;
	height: 0;
	overflow: hidden;

}

.col_menu_show,
.sub_menu_show {
	height: unset;
}

/* search */

#mobile_search_container {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	margin: 4vw 0 9vw 0;
}

#mobile_search_icon {
	cursor: pointer;
	margin-right: 5vw;
	max-width: 40px;
	min-width: 25px;
	width: 10vw;
}

#mobile_search_icon:focus {
	outline: 0 !important;
	border: 0 none !important;
}

.cls-1 {
	stroke: none !important;
}

.cls-2 {
	fill: none !important;
	stroke: black;
	stroke-miterlimit: 10;
}

#mobile_search_field {
	border: none;
	right: 36px;
	height: 30px;
	width: 90%;
	outline: none;
	font-size: 20px;
	background-color: transparent;
	border-bottom: 2px solid black;
}

#impressum_mobile_container {
	margin-top: 3vw;
}

#impressum_mobile_container>a {
	margin-right: 10px;
	cursor: pointer;
}

/* ! mobile screen */
@media only screen and (min-width: 1700px) {
	.sub_menu_close {
		position: relative;
		left: 0px
	}
}

@media only screen and (max-width: 1050px) {
	.overflow_bug_container {
		background-image: linear-gradient(to bottom, rgba(245, 245, 245, 1) 82%, rgba(245, 245, 245, 0));
	}

	#nav_right,
	.sub_menu_background {
		display: none;
	}

	#nav_btn_container {
		display: block;
	}

	.lang_btn {
		font-size: 40px;
	}

	#lang_sep {
		width: 29px;
		margin: 24px -2px;
		height: 3px;
		border-radius: 1px;
	}

	#social_media_container {
		margin: 0;
		margin-top: 3vw;
	}

	.social_item {
		max-width: 60px;
		max-height: 60px;
		min-width: 30px;
		min-height: 30px;
		width: 10vw;
		height: 10vw;
		margin-right: 3vw;
	}

}

@media only screen and (max-width: 680px) {
	.menu_item_mobile {
		font-size: 50px;
		margin-bottom: 30px;
	}

	.down_arrow_container {
		width: 58px;
		height: 38px;
	}

	.mobile_sub_menu_header {
		font-size: 35px;
	}

	.col_elements_container {
		font-size: 25px;
		margin-left: 40px;
	}

	#mobile_menu_text_container {
		font-size: 25px;
	}



}

@media only screen and (max-width: 509px) {
	.menu_item_mobile {
		font-size: 40px;

	}

	.down_arrow_container {
		width: 50px;
		height: 30px;
		top: 20px;
	}

	.mobile_sub_menu_header {
		font-size: 25px;
	}

	.col_elements_container,
	#mobile_menu_text_container {
		font-size: 20px;
	}



	.lang_btn {
		font-size: 30px;
	}

	#lang_sep {
		margin: 18px -2px;
	}

	.lang_btn {
		font-size: 30px;
	}

	#lang_sep {
		width: 26px;
		margin: 18px -2px;
	}
}


@media only screen and (max-width: 433px) {

	.menu_item_mobile {
		font-size: 35px;
	}

	.down_arrow_container {
		width: 45px;
		height: 25px;
		top: 15px;
	}

	.mobile_sub_menu_header {
		font-size: 20px;
	}

	.col_elements_container,
	#mobile_menu_text_container {
		font-size: 16px;
	}



	#overflow_bug_container {
		padding: 20px 0;
	}

	#nav_left {
		margin: 0px 10px;
		height: 90px;
	}

	#nav_btn_container {
		margin: 0 10px;
	}

	#hr1,
	#hr2,
	#hr3 {
		transition: all ease-out 0.5s;
		width: 45px;
		height: 4px;
		border: none;
		border-radius: 3px;
		position: absolute
	}

	#hr1 {
		top: 15%
	}

	#hr2 {
		top: 35%
	}

	#hr3 {
		top: 57%
	}

	#mobile_menu_container {
		margin-top: 0px;
	}
}

@media only screen and (max-width: 381px) {
	.menu_item_mobile {
		font-size: 30px;
	}

	.down_arrow_container {
		top: 11px;
	}

	.col_elements_container,
	#mobile_menu_text_container {
		margin-left: 30px;
	}

	.lang_btn {
		font-size: 25px;
	}

	#lang_sep {
		margin: 16px -2px;
	}
}

@media only screen and (max-width: 341px) {

	.col_elements_container {
		margin-left: 20px;
	}

}


/*! height */
@media screen and (max-height: 1000px) {
	#overflow_bug_container {
		padding: 3vh 0;
	}
	#slider_menu{
		bottom: 15px !important;
	}
	#impressum_container{
		bottom: 21px !important;
	}
}