
body {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	
}

header,
nav,
article,
section,
aside,
footer {
	border: none;
	padding: 10px;
	margin: 10px;
	-webkit-flex: 1 100%;
	flex: 1 100%;
}

header {
	background: #F1F3F4;
	border-color: #d5d5d5;
	display: none;
}

nav {
	background: #fffbf0;
	border-color: #e7c157;
}

section {
	background: #F1F3F4;
	border-color: slateblue;
}

article {
	-webkit-flex: 3 1 0%;
	flex: 3 1 0%;
	

}

aside {
	-webkit-flex: 1 1 0%;
	flex: 1 1 0%;
	
}

footer {
	background: #e4ebf2;
	border-color: #8a9da8;
}

a {
	text-decoration: none;
}

.input_buy {
	font-family: 'Fira Sans Condensed', sans-serif;
	background-color: #36667f;
	color: white;
	font-size: 1.0em;
	padding: 0.55rem 2rem 0.55rem 2rem;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	margin: 0px 0px 0px 0px;
}

.input_cit {
	font-family: 'Fira Sans Condensed', sans-serif;
	background-color: #36667f;
	color: white;
	font-size: 1.0em;
	padding: 0.55rem 2rem 0.55rem 2rem;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	margin: 0px 0px 0px 0px;
}

.button_akt {
	background-color: orange ;
}

.overlayHidden {
  display: none;
}
 
.overlay { 
  border-radius: 0px;	
  border: 2px solid;
  padding: 10px 10px 10px 10px;
  width: 99% ;
  height: 100%;	
  position: relative; 
  background: #ffffff; 
  border: 1px solid;
  margin: auto;
  
  z-index: 100;

}

#close { 	
  position: absolute;
  margin: auto;
  right: 1%;
  top: 0.5%;
  background: grey;
  color: white; 
  font: bold 0/0 sans-serif;
  border-radius: 0px;
  cursor: pointer;
  text-align: center;
  z-index: 2000;
 
}

#close::before {	
  content: "x" ;
  font: bold 1rem sans-serif;  
  z-index: 2000;

}

.change_chapter {
	font-family: 'Fira Sans Condensed', sans-serif;
	background-color: #36667f;
	color: white;
	font-size: 1.0em;
	padding: 0.55rem 2rem 0.55rem 2rem;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	margin: 10px 0px 0px 0px;
	float: left;
}

#right {
	float: right;
}


#left {
	float: left;
}

.line1 {
	margin: 10px 0px 10px 0px;
	height: 2px ;
	background-color: lightgrey;
	border: none;
}

#buybox {
	border-left: 2px solid lightgrey;
	padding-left: 2em;
}

#buchinfo {
	border-right: 2px solid lightgrey;
	padding-right: 2em;
}

.vl1 {
	border-left: 5px solid green;
	height: 500px;
}


.cit_overlay { 
  border-radius: 4px;	
  border: 1px solid;
  width: 99% ;
  height: 100%;	
  position: relative; 
  background: #ffffff; 
  border: none;
  margin: auto;
  padding: 1em;
  z-index: 100;

}

#cit_box {
	width: 90%;
	
}

#cit_box2 {
	width: 90%;
	height: 2em;
}

.download_nh {
	background-color: #6690a7;
	color: white;
	font-size: 0.75em;
	padding: 5px;
	border-radius: 4px;
	border: none;
	cursor:pointer;
	float: left;
	white-space: normal;
	width: 6em;
}

.bild {
z-index:0;
border: 1px solid #ddd;
padding: 5px ;
}

.stoerer {
position:absolute;bottom: -0.3em; left:4.8em;
z-index:1;	
/*transform: rotate(315deg);*/
font-size: 2em;

}

.frame_1 {
	position: relative; 
}

#textart {
	font-weight: bold; 
	font-size: medium;
}

.social_wrap {
	position: relative;
	float: left;
	margin-left: 33%;
	list-style: none;
  	text-align: center;
}

.cit_wrap {

}

.book_entry {
	font-size: large;

}

.article_entry {
	font-size: large;
}

#book_title {
	font-weight: bold;
}

/*.shariff ul {
	justify-content: center;
} */

.bt_close {
	font-family: 'Fira Sans Condensed', sans-serif;
	background-color: #36667f;
	color: white;
	font-size: 1.0em;
	padding: 0.55rem 2rem 0.55rem 2rem;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	margin: 0px 0px 10px 0px;
	
}