/*
orange color #b7422f   183, 66, 47
grey icon color #8d8d8d
*/


body {
	overflow-x: hidden;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

#loading {
	visibility: visible;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.2);
}

#container {
	max-width: 1500px;
	margin: auto;
}

/**** 3d stuff ****/

#threed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	margin: 0;
	padding: 0px;
	font-family: GalanoGrotesque-Regular;
	/* background-image: linear-gradient(#b7422f, #f2a396); */
	background-image: radial-gradient(rgba(184, 66, 48, 0.49), rgba(243, 163, 151, 0.2))
}

#threed_logo {
	position: fixed;
	top: 15px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 200px;
	height: 60px;

}

#threed_logo img {
	width: 100%;
}


#content_background {
	background-color: white;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}

#top_swipe {
	width: 100%;
	background: white;
	height: 22px;
	position: absolute;
	top: -20px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px 16px 0 0;
	box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
	background-color: white;
}

#top_swipe hr {
	width: 30px;
	height: 3px;
	margin: 0px auto;
	border: none;
	border-radius: 10px;
	background: #cdcfd2;
}

.hide_on_3d {
	/* transition: all 0.5s ease-in-out; */
}

.hide_on_3d.show_3d {
	cursor: pointer;
}

.show_3d {
	transform: translate(0, 92vh) !important;
}

/* .show_3d {
	transform: translate(0, calc(var(--vh, 1vh) * 92)) !important;
} */

/* .show_3d #logo{
	visibility: hidden;
} */

#control_btns_container {
	display: flex;
	flex-flow: row nowrap;
	position: absolute;
	bottom: 120px;
	left: 50%;
	width: 100%;
	align-items: center;
	justify-content: space-around;
	max-width: 250px;
	transform: translate(-50%, 0);
	/* z-index: 1; */
}

.control_btn_3d {
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.control_btn_3d img,
.control_btn_3d svg {
	width: 100%;
}

.tooltip_3d {
	display: none;
	position: absolute;
	top: 0;
	transform: translate(0, -150%);
	background-color: whitesmoke;
	text-align: center;
	background: white;
	color: black;
	padding: 1px 3px;
	border-radius: 0px 2px 2px 0;
	font-family: 'Open Sans', sans-serif;
}


#help_3d_layer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	font-family: 'Open Sans', sans-serif;
}

#help_3d_layer_background {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.2;
	cursor: pointer;
}

#help_3d_layer_inner {
	background-color: whitesmoke;
	padding: 20px;
	width: 80%;
	max-width: 500px;
	position: fixed;
	top: calc(50% - 40px);
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

#help_3d_layer_inner_close {
	height: 40px;
	width: 80%;
	max-width: 200px;
	background-color: #b7422f;
	color: whitesmoke;
	font-weight: 100;
	font-size: 16px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px auto 10px;
	cursor: pointer;
}



/* mobile till 500px */
@media only screen and (max-width: 500px) {
	.show_3d {
		transform: translate(0, calc(var(--vh, 1vh) * 90)) !important;
	}

	#control_btns_container {
		bottom: 170px;
	}
}

/* desktop */
@media only screen and (min-width: 1200px) {
	.show_3d {
		transform: translate(0, 99vh) !important;
	}

	#top_swipe {
		width: calc(100% - 50px);
	}

	#control_btns_container {
		bottom: 60px;
	}
}

/**** end 3d stuff ****/

/***** entdecken page *****/
#entdecken_container,
#search_container {
	visibility: hidden;
}

#entdecken_background {
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	background-color: #762a1ecc;
}

#entdecken_background img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}

#entdecken_container {}

#highlight_blocks_container {
	box-sizing: border-box;
	width: 100%;
	padding: 0 0px;
	margin-top: 140px;
	display: flex;
	flex-flow: column nowrap;
}

.highlight_block_container {
	position: relative;
	min-height: 600px;
	height: calc(100vh - 210px);
	margin-bottom: 2%;
}

/* .highlight_original{
	border: 1px solid red;
} */

.highlight_block_fill {
	height: 0;
}

.highlight_block_container img {
	/* position: absolute;
	top: 0;
	left: 0; */
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.highlight_block_inner_container {
	max-width: 100%;
	width: 90%;
	position: absolute;
	bottom: calc(5% + 85px);
}

.highlight_block {
	position: relative;
	width: 170px;
	height: 170px;
	padding: 10px 10px 15px;
	background-color: whitesmoke;
	position: relative;
	margin-left: auto;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
}

.highlight_block.left {
	margin-right: auto;
	margin-left: 0;
}

.highlight_block_tail {
	width: 90px;
	height: 90px;
	position: absolute;
	bottom: 0;
	transform: translate(0, 100%);
}

.highlight_block_tail.right {
	right: 0;
	background: linear-gradient(135deg, whitesmoke 50%, transparent 50%);
}

.highlight_block_tail.left {
	left: 0;
	background: linear-gradient(225deg, whitesmoke 50%, transparent 50%);
}

.highlight_block::after {
	content: '';
	width: 84px;
	height: 5px;
	background: whitesmoke;
	position: absolute;
	bottom: 0px;
	right: 5px;
	transform: translate(0, 3px);
}


.highlight_block.left::after {
	right: unset;
	left: 5px;
}

.highlight_header {
	line-height: 28px;
	color: #b7422f;
	font-size: 24px;
	font-weight: 100;
	/* hyphens: auto; */
}

.highlight_body {
	margin: auto 0;
	font-weight: 100;
	font-size: 14px;
	overflow: hidden;
}

.highlight_url {
	font-weight: 600;
	font-size: 16px;
	text-decoration: underline;
	/* margin-bottom: 20px; */
	margin-top: 10px;
}

.highlight_url:hover {
	text-decoration: none;
}



/***** search page *****/
#phpsearch_container {
	max-width: 1500px;
	/* 	width: 90%; */
	padding: 0 20px;
	margin: auto;
	visibility: hidden;
}

#search_info_btns,
#search_info,
#search_btns {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	color: #b7422f;
	height: 28px;
}

/* #search_info_btns:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100vw;
	background: #cdcfd2;
	top: calc(100% + 13px);
	left: 50%;
	transform: translate(-50%, 0px);
} */

.copied {
	font-size: 10px;
	color: green;
	position: absolute;
	bottom: -17px;
	right: 0;
}

#search_share_btn_2 .copied {
	display: none;
	bottom: 0;
	position: absolute;
	background: white;
	height: 18px;
	text-align: right;
	left: unset;
	right: 0;
	top: calc(100% + 5px);
	font-size: 10px;
	width: 184px;


}

#search_info_btns {
	width: 100%;
	max-width: 100%;

	margin: 0 auto 15px;
	justify-content: space-between;
}

#search_info {
	max-width: 100%;
	font-size: 20px;
}

#search_share_btn {
	margin-left: 8px;
	display: none;
}

.search_share_btn svg {
	position: relative;
	left: 1px;
}

#search_sort_btn svg {
	position: relative;
	top: 1px;
}



.share_lable {
	display: none;
	position: absolute;
	top: 50%;
	left: calc(100% + 10px);
	font-size: 12px;
	width: 184px;
	transform: translate(0px, -50%);
	color: black;
}

#search_share_btn_2 .share_lable {
	left: unset;
	text-align: right;
	right: 100%;
}



#search_btns {
	max-width: 35%;
}

#search_new_btn {
	font-weight: 900;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 12px;
}

.search_btn {
	margin: 0px 0 0 10px;
	width: 28px;
	min-width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #b7422f;
	border: 1px solid;
	border-radius: 50px;
	font-size: 10px;
}

.search_btn img,
.search_btn svg {
	width: 70%;
}

#search_info_btns .search_btn.active {
	color: whitesmoke;
	background-color: #b7422f;
}

#search_info_btns .search_btn.active .cls-0 {
	stroke: whitesmoke !important;
}

#search_info_btns .search_btn.active .cls-00 {
	fill: whitesmoke !important;
	stroke: whitesmoke !important;
}

#view_style {
	display: flex;
	position: relative;
}

.view_btn.search_btn {
	/* border: 0; */
}

.view_btn.search_btn:hover .cls-view2 {
	fill: #000
}

.view_btn.search_btn:hover .cls-view {
	stroke: #000
}



.view_btn.search_btn.active {
	border-color: #b7422f;
	background-color: #b7422f;
}

.view_btn.search_btn.active .cls-view2 {
	fill: white
}

.view_btn.search_btn.active .cls-view {
	stroke: white
}

.view_btn.search_btn svg {
	width: 100%;
}






#sort_drop {
	display: none;
	width: 100%;
	max-width: 100%;
	margin: auto;
}

#sort_drop .filter_block {
	margin-bottom: 0px;
}

#sort_drop .filter_header {
	margin-bottom: 5px;
}

#sort_drop .filter_btn {
	margin: 0 15px 15px 0;
}

.filter_btn.active {
	color: whitesmoke;
	background-color: #b7422f;
	border: 1px solid #b7422f;
}

.filter_btn.deactive {
	opacity: 0.5;
}

/* search lines and results */

.search_line {
	border: none;
	height: 2px;
	opacity: 0.7;
	width: 100%;
	background: #cdcfd2;
}

#search_results_container {
	max-width: 100%;
	width: 100%;
	margin: auto;
	position: relative;
	height: 65vh;
	height: calc(100vh - 245px);
	overflow: scroll;
	overflow-x: hidden;
	/* padding-bottom: 184px; */
	/* -ms-overflow-style: none; */
	/* scrollbar-width: none; */
	-webkit-overflow-scrolling: touch;

}



/* results scrollbar  */

/* #search_results_container::-webkit-scrollbar {
	width: 6px;
}
#search_results_container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
	border-radius: 2px;
}
 
#search_results_container::-webkit-scrollbar-thumb {
	background-color: rgba(183, 66, 47 , 0.7);
	border-radius: 2px;
}

#search_results_container::-webkit-scrollbar-thumb:active {
	background-color: rgba(183, 66, 47 , 0.9);
	width: 10px;
} */


#search_results_container::after {
	content: "";
	margin: 50px auto 140px;
	display: block;
	height: 2px;
	width: 40%;
	background-color: #b7422f;
}

.search_result {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 100%;
	/* width: 90%; */
	margin: auto;
	min-height: 120px;
	position: relative;

}



.box_flag {
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	left: unset;
	width: 30px;
	height: 36px;
	cursor: pointer;
}

.box_flag.active:before,
.view_tile .box_flag.active:before,
#detail_content .box_flag.active:before {
	border-color: #b7422f;
	border-bottom-color: transparent;
}

.box_flag:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	top: 0;
	left: 0;
	height: 100%;
	border: 15px solid #e6e6e6;
	/* border: 15px solid white; */
	border-bottom: 8px solid transparent;
	box-sizing: border-box;
}


.box_flag svg {
	display: block;
	position: absolute;
	left: 50%;
	top: 5px;
	transform: translate(-50%, 0);
	width: 60%;
}

.star_icon {
	fill: none;
	stroke: white;
	stroke-miterlimit: 10;
	stroke-width: 4px;
}

.box_flag.active .star_icon,
.view_tile .box_flag.active .star_icon,
#detail_content .box_flag.active .star_icon {
	fill: white;
	stroke: white;
}


.view_tile .box_flag:before,
#detail_content .box_flag:before {
	border: 15px solid white;
	border-bottom: 8px solid transparent;
}

.view_tile .box_flag .star_icon,
#detail_content .box_flag .star_icon {
	stroke: #e6e6e6;
}




.search_result .result_img {
	width: 40%;
	max-width: 200px;
	height: 100%;
	/* background-color: #e4d3d0; */
	background-color: #ececed;
	margin-right: 10px;
	min-height: 120px;
	max-height: 140px;
	object-fit: cover;
	display: inline-block;

}

.result_img img {
	width: 100%;
	max-width: 200px;
	height: 100%;
	/* background-color: #e4d3d0; */
	background-color: #ececed;
	margin-right: 10px;
	min-height: 120px;
	max-height: 140px;
	object-fit: cover;
	display: block;
}

.search_result .result_text {
	/* background: powderblue; */
	width: calc(60% - 30px);
	margin-right: auto;
	height: 100%;
	min-height: 140px;
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	/* justify-content: space-between; */
}

.search_btn.result_3d_btn {
	position: absolute;
	align-self: flex-end;
	right: 10px;
	margin: 0;
	background-color: #b7422f;
}

.result_3d_lable {
	visibility: hidden;
	position: absolute;
	background: white;
	color: black;
	right: 110%;
	padding: 1px 3px;
	border-radius: 0px 2px 2px 0;
	overflow: hidden;
}



.result_text_top {
	color: #988d8d;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
}

.result_text_middle {
	margin: 1px 0 6px 0;
	font-weight: 700;
	font-size: 18px;
	padding-top: 4px;
	color: #b7422f;
	max-width: 100%;
}


.result_text_bottom {
	font-size: 14px;
	hyphens: auto;
}

.result_text_bottom.full_text_count_container {
	color: #b7422f;
	margin-top: auto;
	cursor: pointer;
}

.full_text_count_text {
	margin-top: 20px;
	display: inline-block;
}

.full_text_count_arrow.arrow_down {
	border-color: #b7422f;
	width: 8px;
	height: 8px;
	margin-left: 10px;
}

.full_text_count_arrow.arrow_down.loading {
	top: 2px;
	border-radius: 5px;
	-webkit-animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

#full_text_sep_space {
	width: 100%;
	height: 0;
	margin-bottom: 15px;
}


@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(-45deg);
	}

	100% {
		-moz-transform: rotate(215deg);
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(-45deg);
	}

	100% {
		-webkit-transform: rotate(215deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	100% {
		-webkit-transform: rotate(215deg);
		transform: rotate(215deg);
	}
}



.full_text_element {

	margin-top: 20px;
	margin-right: 15px;
	/* width: calc(100% - 210px); */
	min-width: calc(66% - 10px);
	margin-left: auto;
	font-size: 14px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}

.view_tile .full_text_element {
	box-shadow: inset 0px 1px #cdcfd2, inset 0px -1px #cdcfd2;
	position: absolute;
	top: calc(100% + 25px);
	max-width: unset;
	margin: 0;
}

.full_text_element.active {
	max-height: 300px;
	background-color: white;
	z-index: 1;
}


.view_tile .full_text_count_arrow.arrow_down.active {
	position: absolute;
	top: 100%;
	width: 20px;
	height: 20px;
	left: calc(50% - 20px);
	background: white;
	z-index: 2;
	border-width: 1px;
	border-color: #cdcfd2;
	transform: rotate(135deg) translate(10px, -11px);
	transition: all 0s ease-in-out;
}

.full_text_results_header {
	margin-bottom: 15px;
}

.view_tile .full_text_element .full_text_results_header {
	padding: 10px 0 0;
}

.full_text_result {
	font-weight: 300;
	margin-bottom: 5px;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.full_text_result:last-child {
	padding-bottom: 16px;
}

.full_text_result_text {
	margin: 0 auto 0 15px;
	max-width: calc(100% - 200px);
}

.full_text_result_text .snp_txt_hl {
	background-color: rgba(220, 150, 140, 0.7)
}

.full_text_result_url {
	color: #b7422f;
}




.date.active {
	font-weight: 700;
	font-size: 12px;
}


/* swipe up element */
#swipe_up_container {
	position: fixed;
	right: 50%;
	transform: translate(50%, 0px);
	bottom: 70px;
	padding-top: 15px;
	width: 100%;
	z-index: 6;
	border-radius: 16px 16px 0 0;
	box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.4);
	background-color: white;
	max-width: 800px;
}

#swipe_up_container #click {
	width: 100%;
	height: 86px;
	position: absolute;
	top: 0;
}

#swipe_up_container .swipe_up_hr {
	width: 30px;
	height: 3px;
	margin: 0px auto;
	border: none;
	border-radius: 10px;
	background: #cdcfd2;
}

#swipe_up_header {
	font-size: 28px;
	color: #b7422f;
	font-weight: 200;
	margin: 15px auto;
	text-align: center;
}

#swipe_up_inner {
	overflow: scroll;
	height: 0;
	transition: all 0.3s ease-in-out;
}

#swipe_up_inner.open {
	overflow: scroll;
	overflow-x: hidden;
	height: 15vh;
	/* height: -webkit-calc(50vh - 300px);
	padding-bottom: 50vh;
	height: calc(50vh - 300px); */
	height: 70vh;
	border-top: 1px solid #cdcfd2;
}

#swipe_up_inner.open:after {
	content: "";
	height: 50vh;
	display: block;
}

#filters_container {
	margin: 20px;
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	position: relative;
}

div#loading_filter {
	position: absolute;
	top: 5px;
	width: 100%;
	height: 50vh;
	text-align: center;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

/* active filters */
#active_filters {
	display: none;
	width: calc(100% + 40px);
	transform: translate(-20px, 0);
	border-bottom: 1px solid #cdcfd2;
}

#active_filters .active_filter_btns {
	margin: 0px 20px 0px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
}

#active_filters .active_filter_btns .active_btn {
	height: 24px;
	min-width: 60px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 0px 10px;
	border: 1px solid #979797;
	color: #979797;
	/* opacity: 0.5; */
	/* 979797 */
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 12px;
}

.active_no {
	text-decoration: line-through;
}

.active_btn img {
	width: 12px;
	margin-left: 15px;
	cursor: pointer;
	opacity: 0.5;
}



/* filters */

.filter_block {
	width: 100%;
	margin-bottom: 20px;
	padding-right: 10px;
	box-sizing: border-box;
}

.filter_header {
	font-size: 14px;
	/* color: #cdcfd2; */
	color: black;
	margin-bottom: 10px;
}

.filter_btns,
.jahr_filter_fields {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
	justify-content: flex-start;
	font-weight: 100;

}

/* years */
.jahr_filter_fields {
	display: flex;
}

.filter_btn {
	position: relative;
	min-width: 60px;
	height: 30px;
	border: 1px solid;
	font-weight: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 20px 15px 0;
	padding: 0 10px;
	font-size: 14px;
	background: white;
}

.filter_btn_count {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
	background-color: #b7422f;
	color: white;
	font-size: 10px;
	border-radius: 100px;
	padding: 4px;
	min-width: 12px;
	text-align: center;
}




/* filter drop downs */
.filter_drop_down_btn,
.filter_drop_down {
	display: none;
}

.filter_block.too_many .filter_btns {
	display: none;
}

.filter_block.too_many .filter_drop_down_btn {
	display: block;
}

.filter_drop_down_btn {
	font-size: 14px;
	font-weight: 100;
	margin-bottom: 20px;
}

.filter_drop_down {
	max-height: 30vh;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

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


.filter_drop_down_btn .drop_arrow {
	transform: rotate(90deg) translate(4px, 0px);
	height: 20px;
	margin-left: 15px;
}

.filter_drop_down_btn .drop_arrow.active {
	transform: rotate(270deg) translate(-4px, 0px);
}

/* search */
.search_container_dd {
	display: flex;
	flex-flow: row nowrap;
	align-self: center;
	justify-content: center;
	margin-bottom: 15px;
	position: relative;
}

span.filter_search_result_count {
	position: absolute;
	color: #cdcfd2;
	right: 70px;
	top: 11px;
	font-size: 16px;
}

.search_field_dd {
	width: calc(100% - 50px);
	height: 43px;
	border-right: none;
	border: 1px solid #cdcfd2;
	border-right: none;
	-webkit-border-radius: 0;
	padding: 0;
	outline: none;
	padding-left: 10px;
	font-size: 18px;
	font-weight: 200;
	font-family: 'Open Sans', sans-serif;
	caret-color: #c26f61;
	-webkit-appearance: none;
}

.search_btn_dd {
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #cdcfd2;
	/* border: 1px solid #cdcfd2; */
	border-left: none;
	height: 45px;
}



.search_btn_dd img {
	width: 50%;

}

.search_field_dd::placeholder {
	opacity: 0.5;
}

.search_field_dd:-ms-input-placeholder {
	opacity: 0.5;
}

.search_field_dd::-ms-input-placeholder {
	opacity: 0.5;
}

/* filter btns yes and no  */

#sort_selector {
	display: none;
	outline: none;
	width: 100%;
	box-sizing: border-box;
	height: 34px;
	border-radius: 0;
	padding: 0px 5px;
	font-size: 14px;
	color: #444;
	/* -moz-appearance:none;
    -webkit-appearance:none; 
    appearance:none; */
	position: relative;
}

#sort_selector:after {
	content: '';
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
}

.filter_btn_dd {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	margin-bottom: 10px;
}

/* switch yes no */
.filter_btn_dd_yes,
.filter_btn_dd_no {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	margin-right: 10px;
	border: 1px solid black;
}

.filter_btn_dd_yes.active,
.filter_btn_dd_no.active {
	background-color: #b7422f;
	border: 1px solid #b7422f;
}

.filter_btn_dd_yes img {
	width: 60%;
}

.filter_btn_dd_no img {
	width: 40%;
}

.filter_btn_dd_yes img.active,
.filter_btn_dd_no img.active {

	display: none;
}

.filter_btn_dd_yes.active img,
.filter_btn_dd_no.active img {
	display: none;
}

.filter_btn_dd_yes.active img.active,
.filter_btn_dd_no.active img.active {
	display: block;
}

/* btn text */
.filter_btn_dd_name {
	font-weight: 100;
	color: black;
	margin-left: 5px;
	font-size: 16px;
	max-width: calc(100% - 90px);
	text-align: left;
}

/* .filter_btn_dd_name span.count {
	font-weight: 600;
} */


/* jahr */
.filter_input {
	height: 30px;
	background: #dddedf;
	border: none;
	margin: 0 10px 0 5px;
	outline: none;
	padding: 0 5px;
	font-size: 20px;
	text-align: center;
	max-width: 30%;
	color: #535353;
}

/* slider */
#slider-range {
	margin: 40px 0 40px 8px;
	width: calc(95% - 20px);
	min-width: 170px;
	border-radius: 0;
	display: none !important;
}

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

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

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: #b7422f;
}

/* facets */
.filter_block.facets {
	display: flex;
	flex-flow: row wrap;
	/* justify-content: space-between;
	align-items: center; */
}

.facet_container {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: flex-start;
	/* color: #cdcfd2; */
	color: black;
	font-size: 14px;
	margin-bottom: 20px;
	margin-right: 20px;

	max-width: 80px;
	text-align: center;
}

.facet_btn {
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
	border: 1px solid;
	font-size: 20px;
	margin-bottom: 8px;
}

.facet_container .translate {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

#facet_dd_sep_space {
	width: 100%;
	height: 0;
	/* transition: all 0.3s ease-in-out; */
}

.facet_btn img {
	width: calc(50% + 1.8px);
	height: calc(50% + 1.8px);
}

.facet_btn img.hover {
	display: none;
}



.facet_btn .filter_btn_count {
	display: none;
	transform: none;
}


#swipe_up_container .facet_dd_hr {
	transform: translate(-5vw, 0px);
	height: 1px;
	width: 100vw;
	background: #cdcfd2;
	border: none;
	margin-bottom: 15px;
}

.facet_btn_dd {
	display: none;
	position: absolute;
	top: 120%;
	left: 0;
	padding: 10px 2px;
	width: 90vw;
	max-width: 750px;
	z-index: 1;
	background-color: white;
	border-top: 1px solid #cdcfd2;
	border-bottom: 1px solid #cdcfd2;
	max-height: 50vh;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.facet_btn_dd:after {
	content: "";
	height: 80px;
	display: block;
}

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

.facet_btn_dd.active {
	/* display: block; */
}

.facet_dd_arrow {
	display: none;
	width: 20px;
	height: 20px;
	position: absolute;
	background: linear-gradient(135deg, white 50%, transparent 50%);
	z-index: 2;
	border: 1px solid #cdcfd2;
	top: 120%;
	transform: rotate(45deg) translate(-34%, -34%);
	border-bottom: none;
	border-right: none;
}

.facet_dd_arrow.active {
	display: block;
}

/* results count after filter */
#floating_results_count {
	display: none;
	height: 60px;
	width: 90vw;
	position: fixed;

	left: 50%;
	transform: translate(-50%, 0);
	max-width: 400px;
	z-index: 2;
	align-items: center;
	background: #b7422f;
	font-size: 22px;
	color: white;
	font-weight: 100;
	padding-left: 15px;
	z-index: 4;
	bottom: 30px;
}

#floating_results_count.active {
	display: flex;
}

#floating_results_count .search_count {
	margin: 0 5px 0 0;
}

#floating_results_count img {
	margin: 0 25px 0 auto;
	width: 15px;
}


/***** mosaic version  *****/
.view_tile #search_results_container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding-top: 30px;
	padding: 30px 10px 0;
	box-sizing: border-box;
}


.view_tile #search_results_container .search_line {
	display: none;
}

.view_tile #search_results_container .search_result {
	flex-flow: column nowrap;
	justify-content: flex-start;
	margin: unset;
	margin-bottom: 40px;
	width: 100%;
}

.view_tile #search_results_container .search_result .result_text {
	width: 100%;
	height: unset;
}

.view_tile #search_results_container .search_result .result_img {
	width: 100%;
	max-width: unset;
	text-align: center;
	max-width: unset;
	max-height: unset;

	height: 60vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.view_tile #search_results_container .search_result .result_img img {
	margin: auto;
	object-fit: contain;
	max-width: 90%;
	max-height: 90%;
}

.view_tile .result_text_middle {
	font-size: 16px;
}

.view_tile .result_text_middle a {
	/* display: block;
    min-height: 46px;
    max-height: 70px;
	overflow: hidden;
	position: relative; */
	hyphens: auto;
}



.view_tile .result_text_middle a:after {
	/* content: ''; */
	height: 24px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 78%;
	background: linear-gradient(90deg, transparent, white 60%);
}

.view_tile #search_results_container::after {
	width: 80%;
}

/***** desktop version *****/


/* hover for desktop only */
@media only screen and (min-width: 550px) {

	#help_3d:hover #help_3d_layer {
		display: block;
	}

	/* show 3d lable */
	.search_btn.result_3d_btn:hover>.result_3d_lable {
		visibility: visible;
	}


	.view_btn.search_btn:hover {
		border-color: black;
	}

	.view_btn.search_btn:hover .cls-view2 {
		fill: #000
	}

	.view_btn.search_btn:hover .cls-view {
		stroke: #000
	}

	.view_btn.search_btn.active:hover {
		border-color: #b7422f;
	}

	.view_btn.search_btn.active:hover .cls-view2 {
		fill: whitesmoke;
	}

	.view_btn.search_btn.active:hover .cls-view {
		stroke: whitesmoke;
	}


	/* share btn */
	.search_share_btn:hover .share_lable {
		display: block;
	}

	.search_share_btn:hover,
	#search_sort_btn:hover {
		color: black;
		border-color: black;
	}

	.search_share_btn:hover .cls-1 {
		stroke: black;
	}

	/* sort btn */
	#search_sort_btn:hover .cls-3 {
		stroke: black;
		fill: black;
	}



	/* filters */
	.filter_btn:hover {
		color: whitesmoke;
		background-color: #b7422f;
		border: 1px solid #b7422f;
	}

	.search_btn_dd:hover {
		background-color: #b4b5b6;
	}

	.facet_btn:hover {
		border: 1px solid #b7422f;
		background-color: #b7422f;
	}

	.facet_btn img.hover,
	.facet_btn:hover img {
		display: none;
	}

	.facet_btn:hover img.hover {
		display: block;
	}

	.filter_btn_dd_yes:hover,
	.filter_btn_dd_no:hover {
		background-color: #b7422f;
		border: 1px solid #b7422f;
	}

	.filter_btn_dd_yes:hover img,
	.filter_btn_dd_no:hover img {
		display: none;
	}

	.filter_btn_dd_yes:hover img.active,
	.filter_btn_dd_no:hover img.active {
		display: block;
	}

	.view_tile #search_results_container .search_result {
		width: 48%;
	}



	.view_tile #search_results_container .search_result .result_img {
		height: 300px;
	}
}


@media only screen and (min-width: 900px) {
	.view_tile #search_results_container .search_result {
		width: 30%;
	}




	.view_tile #search_results_container .search_result .result_img {
		height: 250px;
	}

	.full_text_element {
		width: calc(100% - 225px);
		max-width: calc(100% - 225px);
	}

	.full_text_result_text {
		margin: 0 auto 0 30px;
	}
}

@media only screen and (max-width: 900px) {
	#search_results_container {
		/* height: calc(100vh - 500px); */
	}
}

@media only screen and (min-width: 1500px) {
	.highlight_block_container img {
		/* width: 100vw;
		margin-left: calc((1500px - 100vw) / 2); */
	}

	.view_tile #search_results_container .search_result {
		width: 23%;
	}



	.view_tile #search_results_container .search_result .result_img {
		height: 200px;
	}
}

@media only screen and (min-width: 1200px) {

	/* entdecken */
	#container {
		margin: 0 0 0 auto;
		width: calc(100vw - 50px);
		max-width: 100vw;
	}

	.highlight_block_inner_container {
		margin: 40vh auto 15px;
	}


	/* search */
	#search_results_container {
		max-width: 100%;
		width: 90%;
	}


	.copied {
		font-size: 12px;
		color: green;
		position: absolute;
		background-color: white;
		width: 180px;
		bottom: 5px;
		left: calc(100% + 10px);
	}

	#search_share_btn_2 .copied {
		font-size: 12px;
		right: 100%;
		top: 50%;
		transform: translate(0px, -50%);
	}

	#swipe_up_container {
		bottom: 0 !important;
		right: 49%;
		transform: translate(50%, 0px);
	}

	.search_result {
		max-width: 100%;
	}

	.search_line {
		margin: 15px 0;
		height: 1px;
		background: #cdcfd2;
	}


	/******** new design *******/

	/* hide */
	#search_sort_btn,
	.swipe_up_hr,
	#click,
	#slider-range {
		display: none !important;
	}

	/* main structure */
	#phpsearch_container {
		width: 90%;
		padding: 0;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}

	#results_main_container {
		width: 70%;
	}

	#search_results_container {
		margin-top: 30px;
		border-top: 1px solid #cdcfd2;
	}

	.search_line:first-child {
		opacity: 0;
	}

	#search_results_container,
	#search_info_btns {
		width: 100%;
	}

	#search_info {
		font-size: 28px;
		font-weight: 200;
	}


	/* filters */
	#sort_selector {
		display: block;
	}

	#swipe_up_container {
		position: relative;
		box-shadow: unset;
		transition: none;
		right: unset;
		height: 72vh;
		width: 25%;
		transform: none;
		border-radius: 0;
		padding-top: 0;
		z-index: 4;
		height: calc(100vh - 190px);
	}

	#swipe_up_header {
		text-align: left;
		margin-top: 5px;
	}

	#swipe_up_inner {
		overflow: scroll;
		overflow-x: hidden;
		height: calc(100vh - 245px) !important;
		height: 70vh;
		border-top: 1px solid #cdcfd2;
	}

	#filters_container {
		margin: 20px 0;
		padding-bottom: 100px;
	}

	.filter_block {
		border-bottom: 1px solid #cdcfd2;
		padding-bottom: 10px;
	}

	.filter_block.facets {
		border-bottom: 0px;
		padding-bottom: 40vh;
	}

	.jahr_filter_fields {
		display: flex;
	}

	.filter_input {
		max-width: unset;
		width: calc(90% - 50px);
		margin: 0 10% 10px auto;
		position: relative;
		top: 6px;
	}

	.facet_btn {
		width: 60px;
		height: 60px;
	}

	.facet_btn_dd {
		width: 22vw;
		max-width: 370px;
		box-sizing: border-box;
	}

	#floating_results_count {
		position: absolute;
		bottom: 40px;
		width: 100%;
		font-size: 16px;
		padding-left: 10px;
		box-sizing: border-box;
		height: 50px;
	}

	#floating_results_count img {
		margin: 0 10px 0 auto;
		width: 12px;
	}

	#loading {
		left: 65%;
	}


	/* entdecken */
	#highlight_blocks_container {
		margin-top: 100px;
		background-color: white;
		flex-flow: row wrap;
		justify-content: space-evenly;
	}


	.highlight_block_container {
		width: 32%;
		margin-bottom: 1%;
		height: unset;
		max-height: calc(100vh - 110px);
		max-height: 600px;
	}

	#search_info_btns:after {
		content: 'Aktuell sehen Sie alle Einträge auf ÖNB Digital (keine Filter aktiv).';
		position: absolute;
		top: calc(100% + 7px);
		left: 0px;
		font-size: 12px;
		opacity: 1;
		color: #9c9292;
	}

	#search_info_btns.lang_1:after {
		content: 'Currently You can see all entries on önb.digital (no filters active)';

	}

	#search_info_btns.searched:after {
		content: '';

	}
}


/* extra small height */
@media screen and (max-height:650px),
(max-width: 360px) {
	.mobile_bottom_nav_text {
		display: none;
	}

	#nav_bottom {
		height: 55px;
	}

	#swipe_up_container {
		bottom: 55px;
	}

	#swipe_up_header {
		font-size: 24px;
		margin: 10px auto 15px;
	}

	#swipe_up_container #click {
		height: 72px;
	}

	#search_info {
		font-size: 18px;
	}

	#search_logo_nav #search_field {

		height: 35px;

		font-size: 18px;

	}

	#search_logo_nav #search_field_icon {
		position: relative;
		width: 100%;
		justify-content: center;
		height: 58px;
		padding: 10px;
	}

	#search_btn_container {
		height: 37px;
		width: 40px;
	}

	img#search_btn {
		height: 22px;
	}

	.search_btn {
		width: 24px;
		min-width: 24px;
		height: 24px;
	}

	#search_results_container {
		height: calc(100vh - 238px);
	}

	#search_logo_nav {
		padding: 10px 20px 40px;
	}

	#search_info_btns {
		margin: 0px auto 10px;
	}

	.result_text_middle {
		font-size: 16px;
	}

	.search_result .result_img {
		width: 34%;
	}
}