@charset "utf-8";
/* CSS Document */

body {background-color:#ffffff;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;}
	
body a {color:#0066ff;}

header {background-color: grey;
	width:100%;
	color: #ffffff;
	font-size: small;
	font-style:italic;
	font-weight:bolder;
	padding: 0 0 0 10px;
	text-align:center;}
	
.underline {text-decoration-line: underline;}	
.double { text-decoration-style: double;}
.noScriptInfo {
    width: 100%;
    color:#a40000; 
    font-size: 10px;
    font-weight:bold; 
}
.h5 {
	font-weight:bold;
	display:inline;
	font-size: clamp(0.75rem, -0.875rem + 5.333vw, 1.0rem);    /*1em;*/;
}
.h3 {
	font-weight:bold;
	display:inline;
	font-size: clamp(0.75rem, -0.875rem + 5.333vw, 1.2rem);
	text-decoration:underline;
}
	
.LibrexHeader {
    line-height: 1,2;
    display:inline-flex;
}
font.LibrexHeader {
    font-weight:bold;
    font-size:2.3vw;
}
#email_image {
	 width: 90%;
	 height: auto;
	  
}
font.wichtig {
	color:#c01c28 !important;
}
header form {
	padding: 0 20% 0 35%;
}
.container1, container2{
	width: 100%;
}
.container {
    margin:0px auto;
    width:100%;
}

main {background-color:#ffffff;
	color: #000000;
	width:100%;}
	
main h1 {font-size: xx-large;
 	margin-bottom: 10px;
	margin-top: 0px;
}
.thimage {
    width: auto;
    height:160px;
}
.fullimage {
    width: 300px;
    height:auto;
}

.left20, .leftBestellungButton {
    width:35%;
    background-color:#ffffff;
    float:left;
    font-size:0.9em;
}   
		
.right75, .rightBestellungButton {
    width:95%;
    color:#2e3436;
    float:left;
    padding-bottom:1px;
    padding-left:5px;
    padding-right:5px;
    padding-top:1px;
}

.left20 h4 {
	font-size:clamp(0.8em, 1.5em, 1.5em);    /*0.9em;*/
	font-weight:bold;
/*	text-decoration: underline; */
}
 .right75 h4 {
	font-size: clamp(0.8em, 2.9vw, 3em);
}

#introImage {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.LibrexHeader.right50 {
	width:30%;
	float: left;
}
.menueImage{
	height:300px;
	width:300px;
}
.right50 {
    width:45%;
    background-color:#ffffff;
    float:right;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:5px;
    padding-top:30px;
}   

#major {
	border: 1px solid grey;
	border-radius:10px;
	width:92%;
	margin:10px;
	font-size:small;
	font-style:italic;
	font-weight:bold;
}
article {
	border: 1px solid grey;
	border-radius:10px;
	margin:5px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	height: auto;
	}
article2 {
	border: 2px solid #ef2929;
	border-radius:10px;
	margin:5px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	height: auto;
	}
.content {
    overflow:hidden;
    width:100%;
    background:white;   
}
#buttonsForIndexPage {
	display: inline-grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	width: 100%;
	height: 3em;
	padding:6px 0 0 0;
}

.WarenkorbMessage {
    width:70%;
    color:rgb(78, 154, 6);
    font-size: 10px;
    font-style:italic;
    text-decoration: underline;
    font-weight: bold;
    float:left;
    display: none;
}   
 .rightBestellungButton {
	width:40%;
	color:#ffffff;
	float:left;
	padding-bottom:1px;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
}
.leftBestellungButton {
	width:40%;
	color:#ffffff;
	float:left;
}	
.left50 {
    width:50%;
    color:#ffffff;
    float:left;
}   
  
.left50 img  {max-width:80%; height:auto; }

/*****  Navigation *****/

#get_menue_in, .get_menue_out{
	position:relative;
	left:20%;
	display:block;
	width: 15vw;
	height: auto; 
}

aside {text-align:center;
    position:static;
    width:100%;
    display:none;
}

nav {
    position:fixed;
    top:10px;
    left:10px;
    padding-bottom:10px;
    padding-left:5px;
    padding-right:5px;
    padding-top:10px;
    text-align:center;
    background-color:white;
    border: 2px solid grey;
    border-radius:10px;
    width:30vw;
    z-index:100;
}

.startpage{
	background-color:#8ff0a4;
}
ul {margin:0; 
    padding:0;
    width:95%;
    list-style-type:none;
}

ul li button{
    padding:10.5px 11px;
    margin:0px auto 10px auto;              
    background-color:#d3d7cf;
    display:block;
    border-radius:10px;
  	width:100%;
  	font-weight:bold;
  	font-size: clamp(0.6em, 2.0vw, 0.9em);
}


ul li button:hover {
    color:black;
    background-color:yellow !important;
    text-decoration:underline !important;
}


/*
button.navButton{
	background-color: #cccfc7;
	margin:0px auto 10px auto;
	border-color: red;
 	font-size:0.32em; 
	z-index:100;
    padding: 3px;	
	animation-duration: 0.4s;
    animation-name: slidein;
    width: 80%
}


ul li a, li input, li span, li button {
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
    color:#000000; 
    padding:10.5px 11px;
	margin:10px auto 10px auto;				
	background-color:rgb(211, 215, 207);
    display:block;
	border-radius:10px;
	width:80%;
}
*/
/*
ul li a:hover, ul li a.current {
	color:black;
    background-color:yellow;}
ul li input:hover, ul li button:hover, ul li input .current, ul li button .current {
	color:black;
    background-color:yellow;}
.actions:hover, ul li input .current {
	color:black;
    background-color:yellow;}
.kontaktactions:hover {
	color:black;
    background-color:yellow;}
.footerleft:hover input{
	color:black;
    background-color:yellow;}
*/
/*   new  */

nav li {
    list-style: none;
    position: relative;
    margin: 0 0 .2em 0;
    padding: 0;

}

nav li {
    font-size: 1em;
}

    /**** Navigation Ende **/
    /****  Indexseite  *****/

.actions {
	height:2em;
    padding:10.5px 11px;
	margin:10px auto 10px 0;
    background-color:rgb(211, 215, 207);
    display:block;
	border-radius:10px;
}
.changeSelection {
	font-size:clamp(1em, 2.9vw, 3em);
	font-weight:bold;
	width:100%;  /*clamp(200% 200% 200%);*/
	padding:5px 11px;
}
#changeRandomSelection{
    padding:5px 11px;
	margin:0 auto 10px 0;
	font-size:clamp(1em, 2.9vw, 3em);
}
span.anzahl_bestellungen{
	display:block;
	color:white;  /*#3465a4;*/
/*	font-size: clamp(1.5em, 2.9vw, 3em);*/
	font-style:italic;
	font-weight:bold;
	word-wrap: break-word;	
}
.anzahl_bestellungen.zeile1{
	margin-bottom:15px;
font-size: clamp(1em, 2.9vw, 3em);
/*	font-size:1.5em;*/
}
.anzahl_bestellungen.zeile2{
	margin-top:10px;
font-size: clamp(1em, 2.9vw, 3em);
/*	font-size:1.5em;*/
}
input.actions, input.contBox_boxDrei_actions{
	padding: 2px 6px 3px 6px;
	font-size:0.8em;
	font-weight:bold;
    color:black;
    height: 2.3em; 
}




	
	/*********  Bestell1  *****/
#bestellungsansicht {
	margin:20px;
	color:#000000;
	font-weight:bold;
	font-size:1.1em;
	text-align:center;
	width: 95%;
}
/*
li a {
	width:30%;
	margin: 10px;
	text-align:center;
}
*/
.bestell_nr {
    width:10%;
}

/*
* {
  margin: 0;
  padding: 0;
}
*/

div.cont {
/*	border: 1px solid grey;
	border-radius:10px;
	width:92%;
	margin:10px;
	margin-right:10px;  */
	width:92%;
	padding:10px 5px 10px 15px;
	font-size:0.77em;
}
div.contBox {
  float: left;
  font-size: 0.87em;
  background-color: white;
}
div.boxEins {
  width: 15%;
  height: auto;
}
div.boxZwei {
  width: 30%;
  height: auto;
}
div.boxDrei {
  width: 30%;
  height: 3em;
  margin-left:0px
}
div.boxVier {
  width: 20%;
  height: auto;
}
div.boxFuenf {
  width: 25%;
  height: auto;
}
div.boxSechs {
  width: 70%;
  height: auto;
}
div.boxSieben {
  width: 75%;
  height: auto;
}
div.boxAcht {
  width: 50%;
  height: auto;
}
div.boxFett{
    font-weight: bold;
}
/* 
.preisangabe {
	font-weight:600;
}
 */
div.clear {
  clear: both;
}
.divcenter {
	position: relative;
	width: 100%;
	text-align:center;
	font-weight:bold;
	font-size:0.8em;
	padding:5px 0 20px 0;
    margin:0px auto;
}
/*********  Booklisting *****/
.itemGridIndexPage{
	width:100%;
	height:auto;
	font-size:clamp(0.75rem,2.333vw, 1.8rem);
	font-weight: bold;
	border-radius:5px;
	background-color:rgb(211, 215, 207);
	margin-top:20px;
}
.item1 {
	grid-column:1;
	grid-row:1;
	justify-self: center;
	width:85%
}
.item2 {
	grid-column:2;
	grid-row:1;
	justify-self: center;
	width:85%
}
.item3 {
	grid-column:3;
	grid-row:1;
	justify-self: center;
	width:85%
}


#BUECHERKATEGORIE{
	width:100%;
	font-weight:bold;
	font-size:1.5em;
}
/*********  Bestell2  *****/
#divHintWindow {         
    left:4em;
    top:20em;
    height: auto;
    width: auto;
    border:4px solid red;
    font-size: clamp(0.6em, 1.3vw, 1em) !important;
    font-weight:bold;
    text-align:center;
    position:fixed;
    background:white;
    opacity:0.9;
    filter:alpha(opacity=90);  /* Nur für Internet Explorer*/
    display:none;
    z-index:100;    
}
.Anredebox {
	float:right;
  	width: 100%;
  	height: 3.5em;
  	background-color: white;
	Font-weight:bold;
	font-size:0.7em	
}
.buttonBestell2 {
    border: 2px solid blue;
    border-radius:8px;
    width: 84%;
    height: 2.5em;
    font-size:1.5em;
    font-weight:bold;   
}
.msgWarenkorbProdukte {
	color: black;
/*	font-size: 1em;  */
	font-weight:bold;
	text-align:center;
	padding:5px 0 10px 0;
    margin:0px auto;
}
.msgWeitereEingabe {
    border: 2px solid blue;
    border-radius:8px;
	color: black;
/*	font-size: 0.9em; */
	font-size: clamp(0.45em, 2.9vw, 1.2em);    /*0.9em;*/;

	font-weight:bold;
	text-align:center;
	padding:5px 0 10px 0;
    margin:0px auto;
    width: 90%
}

    /*********  Bestell3  *****/

button#bestellung {
 text-decoration:none;
    font-weight:bold;
    font-size: 0.5em;
    background-color:#ef2929;
}


	/*** SendOrder */
@media only screen and ( max-width: 100px ) {
    .Belehrung::after {
        content: '\A';
        white-space: pre;    
    }
}	
.Belehrung { 
/* 	white-space:normal; 
	font-size: 0.6em; 
	border:1px solid #807055; 
	font-variant: normal; 
	background: transparent; 
	color: #000; 
	
    white-space:pre; 
 */	
 word-wrap:break-word;
    white-space:pre-line;
    font-size: 0.8em; 
    border:1px solid #807055; 
	font-variant: normal; 
	background: transparent; 
	color: #000;
	text-align:left; 
	padding: 5px 10px 5px 10px;
	display: block;
	max-width:100%;
	overflow:auto;
	
}
font.copyText {
    font-size: 12pt;
    font-weight: bold;
    text-decoration: underline;
    color: red;
}

/**** Suche  ***/
.suchKritBox {
	float:right;
  	width: 100%;
  	height: auto;
  	background-color: white;
	font-weight:bold;
	font-size: clamp(0.6em, 1.9vw, 1em);
}
.ueberschriftsuchansicht {
	margin:0px;
	color:#000000;
	font-weight:bold;
	font-size: clamp(0.55em, 1.9vw, 1em);
	text-align:center;
	width: 95%;
}
.preisangabe {
	font-weight:bold;
 	font-size:1.0em;
	
}
	/*** Kontaktform **/
#LieferAdressDatenCheckbox{
	height: 3vw;
	width:50%;
}
	
div.Bestell2boxEins {
  position:relative;
  float: left;
  width: 100%;
  height: 0.5em;
  background-color: #eeeeec;
  font-size:2.3vw;   /*clamp(0.75em, 1.9vw, 1.8em); */
  font-weight:700;
  padding-bottom:12px;
  padding-top:12px;
}
div.Bestell2boxZwei {
  float:left;
  width: 100%;
  height:auto;
  margin-bottom:10px;
  background-color: white;
  font-size:12px;
  font-weight:700;
}
.AdressInputField_2 {
	border: 2px solid blue;
	width: 100%;
	height: 8em;
	overflow: scroll;
	resize: none;
}
input.PLZInputField_1 {
	width: 20%;
	height: 1.9em;
}
input.ORTInputField_1 {
	width: 75%;
	height: 1.9em;
}
input.AdressInputField_1 {
	border: 1px solid black;
	width: 100%;
	height: 2.7em;
	font-size:2vw;
	font-weight:bold;
}
textarea.AdressInputField_1 {
	border: 1px solid black;
	width: 100%;
	height: 2.9em;
	font-size:2vw;
	font-weight:bold;
}
#STAAT, #LieferAdressSTAAT {
	font-size: 2vw;
	font-weight:bold;
}
div.Kontaktform{
	width:100%;
	height: auto
}
div.KontaktboxEins {
  width: 30%;
  height: 6.9em;
  background-color: #eeeeec;
}
.hint_text {
	margin:0.5em 0 0 0;
	padding:10px 0 5px 9px;
	font-size:1.8vw;
	font-weight:bold;	
}
.fett {
	font-size:2vw !important;
	text-decoration: underline;
	text-decoration-style:double;
}
#KontaktFormCaptcha{
	display: block;
}
article#ResultKontaktMessage {
	display: none;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
article#SendKontaktMessage {
	display:block;
}
article#ErrorKontaktMessage {
	display: none;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

	/*** BookListing ***/

#produktBild > img {
	max-width:60%; height:auto;
}

#SortBox {
	width: 100%;
	height: 3em;
	background-color: white;
	padding: 10px 0px 10px 10px;
}
.SortboxLeft {
	float:left;
	width: 95%;
	height: 2.5em;
	padding: 5px 0 0 5px;
}
.SortboxRight {
	float:left;
	width: 95%;
	height: auto;
	padding: 5px 0 0 5px;
	margin-bottom:5px;
}
.SortboxLeft, .SortboxRight{
	font-size:0.7em;
	font-weight:600;
}
.sortParamInput{
	width: 50%;
}
#showProduct{
	display:none;
}
#showImage{
    display:none;
}
.contentBookList {
	float: left;
	overflow:hidden;
	width:100%;
	height:auto;
	background:white;	
}

.booklist {
	position:relative;
	float: left;
	height: 20em;
	overflow: auto;
	padding:0 0 10px 0;
}
.bookEntryWhite {
	background-color:white;
	}
.bookEntryGrey {
	background-color:rgb(211, 215, 207);
}
.bookEntryGrey, .bookEntryWhite {
	border: 1px solid grey;
	padding: 5px 0 5px 0px;
	font-weight:700;
	font-size:0.6em;
	width:100%;
	float:left;
}
/*** Footer ***/
footer {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 2fr;
	width: 100%;
	height: auto;
	border: 4px solid grey;
	border-radius:5px;
	background-color:white;
}
article.footerDark {
	margin-top: 40px !important;
}	

button.hilfeSubmit, button.hilfeSubmitBestell2 {
	width:95%;
	font-size:2.7vw;
	font-weight:bold;
	padding: 0.2em 0em 0.2em 0em;
	float:left;
	margin: 0.7em 2em 0.2em 0.2em;	
}
 /* für index.php Cookie Erlaubnisabfrage */
    #NoCookie {
    height: 1000%;
    width: 98%;
    background-color: #444444;
    z-index: 100;
    position: fixed;
    opacity: 0.9;
    }
    
    #NoCookie .content {
    font-weight: bold;
    font-size: 0.9em;
    }
    
#NoCookie article {
    border: 2px solid grey;
    border-radius:8px;
    margin:20px 10px 20px 10px;
    padding-bottom:10px;
    padding-left:20px;
    padding-right:20px;
    padding-top:25px;

}
main #NoCookie {background-color:#ffffff;
    position:relative;
    left:10px;
    height: auto;
    margin-top : 5em;
    color: #000000;
    float:left;
    width:95%;
}
.CookieAcceptButton, .DatenschutzAnsehenButton {
	width:35%;
	height: 3em;
	float:left;
	font-size:2.6vw;
	font-weight:bold;
	padding-bottom:1px;
	padding-left:10px;
	padding-right:5px;
	padding-top:1px;
	border: 2px solid grey;
    border-radius:8px;
}
.DatenschutzAnsehenButton {    
    margin-left: 1.5em;
    width:55% !important;
}
	
	