.detail_tipps
{
	display:flex;
	flex-direction:column;
	margin-right: 200px;
}
@media screen and (max-width: 699px)
{
	.detail_tipps
	{
		margin-right: 0px;
	}
}
.detail_tipps_item
{
	display:flex;
	flex-direction:row;
}
.detail_tipps_item_text_text
{
	width:100%;
	hyphens: auto;
	text-align: justify;
	margin: 10px;
}
.detail_tipps_item_text
{
	width:100%;
}
.detail_tipps_item_text_name
{
	font-size:24px;
	color:#be1110;
	font-weight:500;
	margin: 10px;
}
@media screen and (max-width: 699px)
{
	.detail_tipps_item
	{
		flex-direction:column;
	}
	.detail_tipps_item_text_text
	{
		width:90%;
	}
}





.detail_detail
{
	display:flex;
	flex-direction:row;
	margin-top:20px;
	position: relative;
	width:100%;
	min-height: 250px;
}
.detail_cover_img
{
	max-height:360px;
	width:auto;
}
.detail_text_div
{
	margin-right: 200px;
}
.detail_cover_div
{
	margin-right:20px;
}
.detail_cover_img
{
	border:1px solid #be1110;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}
.book_titel_header
{
	font-size:16px;
	font-weight:600;
}
.book_preis
{
	color:green;
	font-size:16px;
	font-weight:500;
}
.book_subcat
{
	font-size:16px;
	font-weight:600;
}
.details_spezial
{
	display:flex;
	flex-direction:column;
	margin-top: 15px;
}
.details_spezial_item
{
	display:flex;
	flex-direction:row;
	align-content:center;
	margin-bottom:10px;
	align-items : center;
	align-content : center;
}
.details_kreis
{
	border-radius: 50%;
	width: 36px;
	height: 36px;
	text-align: center;
	cursor: pointer;
	line-height: 36px;
	font-size: 36px;
	
	font-weight: 700;
	margin-right:10px;
}
.details_roter_kreis
{
	background-color: #be1110;
	color: white;
}
.details_weisser_kreis
{
	background-color: white;
	color: #be1110;
}
.action_button_container
{
	position: absolute;
	right: 0px;
	top: 0px;
}
.action_button_item
{
	display:flex;
	flex-direction:row;
	border-radius:5px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	border: 1px solid #be1110;
	align-items : center;
	justify-content : space-between;
	width:140px;
	color:#be1110;
	margin: 15px;
	cursor:pointer;
}
.action_item
{
	margin:5px;
}
@media screen and (max-width: 699px)
{
	.detail_cover_img
	{
		height:auto;
		max-width:100%;
		max-height:unset;
	}
	.detail_detail
	{
		flex-direction:column;
	}
	.action_button_item
	{
		width:calc(100% - 30px);
	}
}
.nur_mobil
{
	display:none;
}
.veranstaltungshinweis
{
	display:flex;
	flex-direction:row;
	margin-top:20px;
	justify-content : center;
	align-items : center;
	align-content : center;
	border:1px solid #be1110;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	padding:10px;
}
.vh_text
{
	font-size:36px;
	font-weight:500;
}
.vh_icon
{
	margin-left:30px;
}
@media screen and (max-width: 699px)
{
	.vh_text
	{
		font-size:20px;
		font-weight:500;
	}
	.nur_mobil
	{
		display:flex;
	}
	.action_button_container
	{
		position: relative;
		right: unset;
	}
	.detail_text_div
	{
		margin-right: unset;
	}
}



.zusatzinfo_container
{
	display:flex;
	flex-direction:column;
	margin-top:15px;
	margin-right: 200px;
}
@media screen and (max-width: 699px)
{
	.zusatzinfo_container
	{
		margin-right: 0px;
	}
}
.zusatzinfo_reiter_div
{
	display:flex;
	flex-direction:row;
	width: 100%;
	height: auto;
	justify-content : flex-start;
	flex-wrap : wrap;
}
.zusatzinfo_reiter_item
{
	background-color: #be1110;
	height: 100%;
	cursor: pointer;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	border-radius: 5px 5px 0px 0px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: white;
}
.zusatzinfo_inhalt
{
	width: 100%;
	height: 400px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	border-radius: 5px;
}
.zusatzinfo_inhalt_item
{
	flex-direction: column;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	display: none;
	overflow: auto;
	hyphens: auto;
	text-align: justify;
	margin:10px;
}