#feinsuche_div
{
	display:none;
	font-weight: 400;
	text-align: center;
	margin-top: 20px;
}
.bdbilddiv
{
	 position:relative;
	 top:-75px;
	 left:-75px;
	 z-index:1000;
	 width:160px;
}
.bdbilddiv2
{
	 position:relative;
	 top:-25px;
	 left:-75px;
	 z-index:1000;
	 width:160px;
}
.bdnamediv
{
	text-align:left;
	position: absolute;
	top: 0px;
	left: 90px;
	padding: 10px;
	font-size:24px;
	color:#be1110;
	width: 240px;
}
.ue_text1
{
	text-align:left;
	position: relative;
	margin-top: 5px;
	padding: 10px;
	font-size:16px;
}
.ue_text2
{
	text-align:left;
	position: relative;
	margin-top: 5px;
	padding: 10px;
	font-size:12px;
}
.uef_table
{
	display:table;
	position: relative;
	margin-top: 10px;
	padding: 10px;
	font-size:16px;
}
.uef_row
{
	display:table-row;
}
.uef_cell
{
	display:table-cell;
	padding: 5px;
}
.uef_button
{
	border: 1px solid #be1110;
	background-color: white;
	color: #be1110;
	font-size: 16px;
	font-weight: 400;
	padding: 5px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	border-radius: 5px;
	cursor: pointer;
}
.details_button
{
	cursor:pointer;
}
#suchtreffer_maindiv
{
	display:flex;
	flex-direction:row;
}
#suchtreffer_maindiv_l
{
	width: 20%;
	max-width: 200px;
	position: relative;
	display:flex;
	flex-direction:column;
}
#treffer_liste_main
{
	display:flex;
	flex-direction:column;
}
#treffer_liste
{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;
	justify-content: space-between;
	align-content: space-around;
	align-content: flex-end;
	align-items: baseline;
	margin: 20px;
	margin-top: 30px;
}
#treffer_liste_header
{
	color:#be1110;
	font-size: 22px;
	font-weight: bold;
	text-align:center;
	margin-top:20px;
}
#treffer_liste_subheader
{
	color:#be1110;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	margin-top:10px;
}
#treffer_liste_sprachen
{
	display:none;
	flex-direction:row;
	flex-wrap:wrap;
	margin:15px;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.sprachen_text
{
	color:#be1110;
	font-size: 18px;
	font-weight:400;
	text-align:center;
	margin:5px;
}
.sprachen_flag
{
	height:40px;
	width:auto;
	margin:5px;
	border: 1px solid #be1110;
	cursor:pointer;
}
#treffer_liste_spezialnewsletter
{
	display:none;
	flex-direction:column;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#update_list_button
{
	border: 1px solid #be1110;
	background-color:white;
	color: #be1110;
	font-size: 18px;
	font-weight: 400;
	padding:5px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	border-radius: 5px;
	cursor:pointer;	
	max-width: 400px;
}
.treffer_item
{
	position:relative;
	width:160px;
	height:auto;
	margin:5px;
	padding-bottom: 30px;
}
.treffer_item_box
{
	position:relative;
	bottom:0px;
	left:0px;
	width:120px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	border-radius: 5px;
	padding:20px;
	display: flex;
	flex-direction: column;
	align-content: flex-end;
}
.treffer_item_cover_div
{
	position:absolute;
	bottom:100px;
	width:calc(100% - 40px);
	z-index:2;
}
.treffer_item_cover
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	width:100%;
	position: relative;
	bottom: -20px;
	z-index: 2;
}
.treffer_item_text_div
{
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
	hyphens: auto;
	position:relative;
	height:60px;
	width:120px;
	max-width:120px;
	max-height:60px;
	bottom:-20px;
	text-align:left;
	overflow: hidden;
}
.treffer_item_preis_div
{
	position:relative;
	height:20px;
	bottom:-20px;
	text-align:right;
}
.treffer_item_lieferbarkeit_div
{
	position:relative;
	height:40px;
	left:-20px;
	width:100%;
	bottom:-20px;
	color:white;
	background-color:#be1110;
	text-align:left;
	padding-right: 20px;
	padding-left: 20px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.treffer_item_zusatz_div
{
	position:relative;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	height:20px;
	left:-20px;
	width:100%;
	bottom:-20px;
	color:white;
	background-color:#be1110;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align:left;
	padding-right: 20px;
	padding-left: 20px;
}
.treffer_item_zusatz_div2
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.treffer_item_zusatz
{
	cursor:pointer;
	font-weight: 500;
	font-size: 12px;
}
.treffer_item_details_button
{
	position:relative;
	border-radius: 50%;
	background-color:#be1110;
	width:30px;
	height:30px;
	text-align:center;
	cursor: pointer;
	line-height:30px;
	font-size:30px;
	color:white;
	font-weight: 700;
	margin-bottom:5px;
}
.treffer_item_div_button
{
	position:relative;
	width:30px;
	height:30px;
	text-align:center;
	cursor: pointer;
	line-height:30px;
	z-index:2;
	margin-bottom:5px;
}
.result_item_side
{
	display: flex;
	flex-direction: column;
	justify-content:space-between;
	border: 1px solid #be1110;
	position: absolute;
	top: -25px;
	right: -25px;
	padding: 10px;
	background-color:white;
	border-radius: 5px;
	z-index:1;
}
.treffer_item_autor
{
	font-weight: 500;
	text-align:left;
}
.treffer_item_preis
{
	font-weight: 600;
	text-align:left;
	background-color:white;
}
.treffer_item_lieferbarkeit
{
	font-weight: 500;
	font-size: 12px;
	hyphens: none;
	text-align:left;
}
.hb_icon
{
	display: flex;
	position: absolute;
	bottom: 70px;
	right: -20px;
	width: 25px;
	background-color: white;
	border: 1px solid #be1110;
	border-radius: 50%;
	padding: 5px;
	height: 25px;
}



@media screen and (min-width: 699px)
{
	.treffer_item_box:hover
	{
		box-shadow: 0px 0px 10px 0px rgba(190,17,16,0.8);
	}
}
@media screen and (max-width: 699px)
{
	#suchtreffer_maindiv_l
	{
		max-width:none;
		width:100%;
	}
	#bookdetail_popup
	{
		width: calc(100% - 20px);
		left: 0px;
		height:400px;
	}
	.bdbilddiv
	{
		 position:relative;
		 top:-150px;
		 left:-10px;
		 z-index:1000;
		 width:160px;
	}
	.bdbilddiv2
	{
		 position:relative;
		 top:-95px;
		 left:-10px;
		 z-index:1000;
		 width:160px;
	}
	.bdnamediv
	{
		 text-align:left;
		 left:10px;
		 width:calc(100% - 70px);
	}
	#suchtreffer_maindiv
	{
		display:flex;
		flex-direction:column;
	}
	#treffer_liste_main
	{
		margin:auto;
	}
	#treffer_liste
	{
		justify-content : space-around;
	}
	.treffer_item
	{
		width: 240px;
	}
	.treffer_item_box
	{
		width:180px;
	}
}
#detailsuche_button
{
	background-color:#be1110;
	color:white;
	padding:5px;
	font-size:16px;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	border-radius: 5px;
	border:0px;
	cursor:pointer;
}
.filter_wgs
{
	display:none;
}
.details_button_flex
{
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content: right;
	align-items: flex-end;
	padding-bottom:10px;
	padding-top:10px;
	vertical-align:top;
}
.details_button_flex_item
{
	max-width:100%;
	width:170px;
	text-align: left;
	margin: 10px;
	vertical-align: top;
	cursor:pointer;
}
@media screen and (max-width: 699px)
{
	.details_button_flex
	{
		flex-direction:column;
	}
	.details_button_flex_item
	{
		text-align: center;
		width:calc(100% - 20px);
		margin: 0px;
		margin-bottom:5px;
		margin-top:5px;
	}
	.filter_wgs
	{
		display:table-row;
	}
}