/*******  VOGT  *******/

/* navbar container */
#nav_container {
	position: fixed;
	top: 0;
	left: 0px;

	z-index: 2;
	width: 100vw;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: white;
	z-index: 10;
}

#nav_container_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: white;
}

/* menu */
#menu_holder {
	position: relative;
	margin: auto;
	width: 95%;
	max-width: 1500px;
	z-index: 5;
	padding-bottom: 20px;
}

#desktop_menu_holder {
	color: #000;
	width: 100%;
	max-width: 1500px;
	margin: auto;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 40px 0px 10px;
	position: relative;
	z-index: 1;
}


/* logo */
#desktop_menu_left {
	width: 10vw;
	max-width: 160px;
	min-width: 140px;
	display: flex;
	align-items: flex-end;
}

.main_menu_logo img {
	width: 100%;
}

/* top and bottom menus */
#desktop_menu_right {
	position: relative;
	min-width: 140px;
}


/* lang and search (top menu) */
#lang_log_social_container {
	position: absolute;
	top: -35px;
	font-size: 16px;
	right: 0px;
	z-index: 2;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-end;
}

.lang_sep {
	display: inline-block;
	height: 14px;
	width: 1px;
	background-color: #000;
	margin: 0px 5px -1px 5px;
}

.lang_drop_item {
	display: inline-block;
	color: #000;
	cursor: pointer;
}

#show_log_in {
	border-bottom: 1px solid;
	cursor: pointer;
}

#lang_container {
	display: flex;
	margin-left: 20px;
}

#menu_vogt_tv_btn {
	background-color: #000;
	border-radius: 20px;
	padding: 0px 0px 0px 2px;
	height: 24px;
	width: 80px;
	text-align: center;
}

#menu_vogt_tv_btn img {
	margin: auto;
	position: relative;
	max-height: 70%;
	top: 2px;
	left: 1px;
}

#menu_search_container {
	margin-right: 10px;
}

#menu_search_container {
	display: flex;
	align-items: center;
}


#search_icon {
	width: 20px;
	height: 20px;
	margin-left: 15px;
	cursor: pointer;
}

#search_icon .cls-2 {
	stroke: #000;
}

#menu_search_input {
	font-size: 18px;
	height: 24px;
	width: 0;
	padding: 0;
	margin: 0;
	border: 0;
	transition: all 0.3s ease-in-out;
	border-bottom: 1px solid black;
}

#menu_search_input.active {
	width: 290px;
	padding: 2px;
}

/* menu items (bottom menu) */
#desktop_main_menu {
	height: 30px;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-end;
	justify-content: space-between;
}

.main_menu_item {
	border-bottom: 2px solid transparent;
	margin-left: 20px;
	cursor: pointer;
}

.main_menu_item.active {
	border-bottom: 2px solid rgb(245, 255, 0);
}


@media (hover: hover) and (pointer: fine) {
	.main_menu_item:hover {
		border-bottom: 2px solid rgb(245, 255, 0);
	}
}


/* desktop bottom menu (news letter) */
#desktop_menu_bottom {
	display: none;
	width: 100%;
	position: relative;
}

#nl_btn {
	width: 150px;
	margin-top: 20px;
	display: flex;
	align-items: center;
	font-size: 16px;
	cursor: pointer;
}

#nl_btn img {
	width: 20px;
	margin-right: 10px;
}

#nl_drop_down {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 45px 30px;
	box-sizing: border-box;
	display: none;
	opacity: 0;
	width: 450px;
	background-color: white;
	color: black;
	z-index: 8;
	box-shadow: 0px 8px 10px 0px #00000012;
	border-radius: 0 0 2px 2px;
}

#nl_drop_down.active {
	display: inline-block;
	opacity: 1;
}

.treat_input_v2 {
	border: 0;
	border-bottom: 1px solid black;
	padding: 0 0 6px 0;
	width: 100%;
	margin-bottom: 25px;
	outline: none;
	font-size: 18px;
}

#nl_check_submit {
	display: flex;
	align-items: flex-start;
	margin-top: 25px;
}

#nl_check_txt {
	width: 50%;
	font-size: 14px;
	display: inline-block;
	margin-right: auto;
	margin-left: 15px;
}


#nl_submit {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid black;
	padding: 6px 15px;
	display: inline-block;
	margin-left: auto;
}


/* filters in overview pages */

#filter_img {
	width: 42px;
}

.overflow_filters_container {
	position: absolute;
	right: -5px;
	top: calc(100% + 35px);
	padding: 2px 5px;
	background-color: white;
	/* background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); */
}


#overview_filters {
	font-size: 18px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
}

#overview_filters.active {
	z-index: 5;
	position: relative;
	border-bottom: 2px solid black;
}

#overview_filters.active_filters {
	border-bottom: 2px solid rgb(245, 255, 0);
}


#filters_close {
	position: absolute;
	top: 15px;
	left: 10px;
	cursor: pointer;
}

#filters_close .overlay_hr {
	background: black;
}

#filters_overlay_container {
	display: none;
	padding: 60px 40px 30px;
	position: absolute;
	right: 0;
	background: white;
	top: -5px;
	z-index: 4;
	max-width: 520px;
	width: 98vw;
	box-sizing: border-box;
}

#filters_overlay_container.active {
	display: inline-block
}

#no_date_btn {
	height: unset;
	padding: 4px 10px;
	font-size: 1u8px;
	margin: -5px 0 10px;
}

#no_date_btn.active:hover {
	background-color: black;
	color: white;
}

#no_date_btn:hover {
	background-color: white;
	color: black;
}

/* sorting */
#sort_container {
	/* 	position: absolute;
	top: 7px;
	left: 110px;
	display: flex;
	align-items: center;
	justify-content: center; */
}

#sort_container span {
	/*     background: yellow;
    color: black;
    padding: 0px 4px 0px;
    box-sizing: border-box;
    border: 1px solid yellow; */
}

#sort_container select {
	border-radius: 0;
	padding: 2px 20px 3px 5px;
	outline: none;
	margin: 0 5px 0 0px;
	font-size: 18px;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid black;
	background-image: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png);
	background-repeat: no-repeat, repeat;
	background-position: right 7px top 50%, 0 0;
	background-size: .65em auto, 100%;
}






#filters_search {
	position: relative;
	border-bottom: 1px solid black;
	margin-bottom: 20px;
}

#filters_search_icon {
	height: 18px;
	position: absolute;
	right: 6px;
	top: 5px;
	overflow: visible;
	z-index: 1;
	cursor: pointer;
}

#filters_search_input {
	width: calc(100% - 30px);
	height: 30px;
	font-size: 18px;
	border: 0;
	box-sizing: border-box;
	padding: 0px 0px 5px;
	outline: none;
}

#filters_reset {
	cursor: pointer;
	margin-top: 20px;
	display: inline-block;
}

#filters_blocks {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: row wrap;
	max-height: calc(100vh - 375px);
	overflow: scroll;
}

.filter_block {
	min-width: 30%;
}

.filter_block_filters {
	min-height: 25px;
	max-height: 160px;
	overflow-y: scroll;
	margin-bottom: 25px;
}

.filter_block_title {
	margin-bottom: 10px;
}

.filter_item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 5px;
}

.filter_item .check_icon {
	margin-right: 10px;
	width: 18px;
	height: 18px;
	box-shadow: inset 0 0 0 0px white;
}

/* date slider stuff */
#date_filter_block {
	max-width: 100%;
	min-width: 70%;
	margin-bottom: 10px;
}

/* slider */
#slider-range {
	margin: 40px auto 40px;
	width: calc(100% - 25px);
	min-width: 170px;
	border-radius: 0;
	height: 5px;
	border-color: black;
}

/* highlighted area */
.ui-slider-range.ui-widget-header.ui-corner-all {
	background: #000;
}

/* dragging elements */
span.ui-slider-handle.ui-state-default.ui-corner-all {
	outline: none;
	border-radius: 100px;
	width: 20px;
	height: 20px;
	top: -9px;
}

span.ui-slider-handle.ui-state-default.ui-corner-all span {
	position: absolute;
	top: -5px;
	font-size: 12px;
	left: 50%;
	transform: translate(-50%, -100%);
	color: #000;
	background-color: white;
	padding: 2px 0px;
	min-width: 60px;
	text-align: center;
}

.ui-state-default.moved,
.ui-widget-content .ui-state-default.moved,
.ui-widget-header .ui-state-default.moved {
	background: black;
	border-color: black;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: #e6e6e6;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
	background: #eeeeee;
}

.ui-state-active,
.ui-widget-content .last_moved,
.ui-widget-header .last_moved {
	background: white;
	z-index: 5;
}

#date_filter_from {
	left: 36px;
	background-color: white;
	border-radius: 2px;
}

#date_filter_to {
	left: -15px;
	background-color: white;
	/* box-shadow: 0 0 10px 0px #c2c2c27a; */
	border-radius: 2px;
}

.last_moved,
.last_moved {
	z-index: 1;
}


/******* mobile menu  *******/

#mobile_menu_holder {
	display: none;
}

#mobile_menu_holder {
	width: 100%;
	margin: auto;

	max-width: 1000px;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 30px 0 0;
}

#mobile_menu_logo {
	width: 140px;
}

#mobile_menu_logo img {
	width: 100%;
}


#mobile_menu_right {
	width: 40px;
	cursor: pointer;
}

#mobile_menu_left .phone_img {
	width: 100%;
}

#mobile_menu_right {
	height: 50px;
	position: relative;
	background: transparent;
}

.mobile_menu_hr {
	transition: all ease-out 0.5s;
	width: 115%;
	height: 4px;
	border: none;
	position: absolute;
	background-color: #000;
	left: -8px;
}

#menu_hr_1 {
	top: 5%;
}

#menu_hr_2 {
	top: 35%;
}

#menu_hr_3 {
	top: 65%;
}

/* when opened */

#mobile_menu_right.active .mobile_menu_hr {
	top: 35%;
}

#mobile_menu_right.active #menu_hr_1 {
	transform: rotate(135deg);
}

#mobile_menu_right.active #menu_hr_2 {
	transform: rotate(-135deg);
}

#mobile_menu_right.active #menu_hr_3 {
	transform: rotate(-135deg);
}

#drop_menu_holder {
	display: none;
	width: 100%;
	padding: 30px 0px 10px;
	box-sizing: border-box;
	overflow: scroll;
	max-height: calc(100vh - 120px);
	-ms-overflow-style: none;
	/* Internet Explorer 10+ */
	scrollbar-width: none;
	/* Firefox */
}

#drop_menu_holder::-webkit-scrollbar {
	display: none;
	/* Safari and Chrome */
	width: 0;
	height: 0;
}

.drop_menu_item {
	width: 100%;
	text-align: center;
	margin: 0px 0 0px;
	font-size: 28px;
	padding: 18px 0;

	/* background: #f1f1f1; */
}

/* .drop_menu_item:nth-child(2n) {
	background: #fff;
}
 */
.drop_menu_item .lang_btn {
	font-size: 18px;
}

.mobile_social_icon_container {
	display: inline-block;
}

.lang_btn {
	cursor: pointer;
}

#reading_progress_container {
	width: 100vw;
	height: 10px;
	background-color: #cdd6e1;
	position: fixed;
	top: 120px;
	left: 0;
	z-index: 1;
}

#reading_progress {
	height: 100%;
	width: 0%;
	background: #000;
}


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

	#desktop_menu_holder,
	.desktop {
		display: none !important;
	}

	#mobile_menu_holder {
		display: flex;
	}

	#reading_progress_container {
		top: 74px;
	}

	#filter_text {
		display: none;
	}
}

@media screen and (min-width: 951px) {
	.mobile {
		display: none !important;
	}

	#filter_img {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	#mobile_menu_logo {
		width: 150px;
	}

	#reading_progress_container {
		top: 55px;
	}

	#mobile_menu_left {
		width: 30px;
	}

	#mobile_menu_right {
		height: 30px;
		width: 30px;
		top: -5px;
	}

}

/******* end mobile menu  *******/


/******* Footer *******/




#footer_elements,
.footer_element,
.social_icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

#footer_container {
	/* 	position: fixed;
	top: 0;
	width: 100vw;
	left: -7px; */
	width: 100%;
	background-color: white;
	/* padding: 15px 0 0; */
	margin: 0px auto;

	z-index: 5;
}

#footer_container:after {
	content: '';
	position: absolute;
	width: 100%;

	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

#footer_elements {
	height: 45px;
}

.footer_element {
	margin: 0 5px;
	font-size: 14px;
	border-bottom: 2px solid transparent;
}

@media (hover: hover) and (pointer: fine) {
	.footer_element.footer_element_text:hover {
		border-bottom: 2px solid rgb(245, 255, 0);
	}
}

.social_icon {
	width: 24px;
	margin: 0 0 0 10px;
}

/******* end Footer *******/




/******* End VOGT *******/










/* fixed postion elements */
#overlay_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 10;
}

.close_btn {
	width: 40px;
	height: 50px;
	position: fixed;
	top: 30px;
	right: 20px;
	background: transparent;
	margin-left: 10px;
	cursor: pointer;
	z-index: 14;
	display: none;
}

.overlay_hr {
	transition: all ease-out 0.5s;
	width: 100%;
	border: none;
	border-radius: 3px;
	position: absolute;
	background: #1a1a1a;
	/* background-image: linear-gradient(90deg, #ff2da1 20%, #ff0023 80%); */
	top: 10%;
	height: 2px;
}

.close_btn #overlay_hr1 {
	transform: rotate(45deg);
}

.close_btn #overlay_hr2 {
	transform: rotate(-45deg);
}