body {
	-webkit-text-size-adjust: none;
	margin: 0px;
}

body, a, p, li, ol, ul, td, h1, h2, input, select, button, textarea 
{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
}
body, a, p, li, ol, ul, td, input, select, button, textarea
{
	font-size: 14px;
}
#screen_div
{
	max-width: 1012px;
	margin: auto;
	position:relative;
}
#bookdetail_popup
{
	display:none;
	position:fixed;
	width: 400px;
	left: calc(50% - 200px);
	height:400px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	border-radius: 5px;
	background-color:white;
	z-index:3000;
	padding:10px;
	hyphens:auto;
	flex-direction: column;
	top: 100px;
}
.mit_tipp_text
{
	position: absolute;
	top: 100px;
	overflow: auto;
	padding: 10px;
	height: calc(100% - 140px);
	text-align: justify;
}
.info_div {
	display:none;
	position:fixed;
	flex-direction:column;
	top:100px;
	width: 400px;
	left: calc(50% - 200px);
	max-width:100%;
	height: auto;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	border-radius: 5px;
	background-color:white;
	z-index:1001;
	padding:10px;
	hyphens:auto;
	overflow:auto;
	max-height: 500px;
}
a.none {
	text-decoration: none;
	font-weight: normal;
	color: black;
}
a {
	text-decoration: none;
	color:#be1110;
}
.nur_mobil
{
	display:none;
}
#paypal_div {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -138px;
	margin-top: -120px;
	width: 180px;
	padding: 20px;
	visibility: hidden;
	text-align: center;
	background: rgba(255, 255, 255, 0.95);
	border: 2px solid #888888;
}
#paypal_circle {
	margin: auto;
	height: 40px;
	width: 40px;
	border-width: 6px;
	border-style: solid;
	border-color: #2180c0 #ccc #ccc;
	border-radius: 100%;
	animation: rotation .7s infinite linear;
}
#ladepause_circle {
	margin: auto;
	height: 40px;
	width: 40px;
	border-width: 6px;
	border-style: solid;
	border-color: #be1110 #ccc #ccc;
	border-radius: 100%;
	animation: rotation .7s infinite linear;
}
@keyframes rotation {
	from {transform: rotate(0deg);} to {transform: rotate(359deg); }
}
#ladepause_div
{
	z-index:2000;
	display:none;
	flex-direction:column;
	justify-content: center;
	align-items:center;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	position:fixed;
	top:calc(50% - 100px);
	left: calc(50% - 100px);
	width:200px;
	height:200px;
	background-color:white;
	border-radius:7px;
	border: 1px solid #be1110;
}

.whatsapp_link
{
	display:none;
}
@media screen and (max-width: 699px)
{
	body
	{
		margin:8px;
	}
	#bookdetail_popup
	{
		top:150px;
		width: calc(100% - 20px);
		left: 0px;
		height:400px;
	}
	.whatsapp_link
	{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		max-width: 300px;
		font-size: 24px;
		align-items: center;
		border: 1px solid #be1110;
		border-radius: 7px;
		padding: 10px;
		margin-bottom:10px;
	}
	.info_div 
	{
		top:30px;
		width:calc(100% - 20px);
		left:0px;
		height:calc(100% - 60px);
		max-height:100%;
	}
	.nur_mobil
	{
		display:flex;
	}
}
.logout_link
{
	color:#be1110;
	position:relative;
	right:0px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
    align-items: flex-end;
	margin-top:5px;
}
.logout_icon
{
	height:20px;
	width:auto;
}
.filter_black_to_red
{
	filter: invert(12%) sepia(57%) saturate(6549%) hue-rotate(356deg) brightness(98%) contrast(93%)
}