* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    height: 98%;
    top:0; left:0; right:0;
    min-height:98%;
	width:100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.98em;
	background-image: url(../img/hg.jpg);
	color:#454343 ;


}

header, nav, aside, section {
    display: block;
	position: sticky;
	top: 0;
}

.footer {
	display: block;
	position: fixed;
  	bottom: 0;
 	height: 25px;
 	  text-align: center;
	  clear: both;
	  width: 65%;
	  font-weight:bolder;
	  color: #D7EBFF;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  border-top: 1px solid #dcdcdc;
	  border-right: 1px solid #a9a9a9;
	  border-bottom: 1px solid #808080;
	  border-left: 1px solid #a9a9a9;
	  background-color: #0060aa;
  
	
}

.footer a {
		text-decoration: none;
		font-weight:bolder;
		color: #D7EBFF;	
		padding: 0px 20px 0px 20px;
		border: 1px solid #0060aa;
		background-color: #0060aa;
}


.footer a:hover{
	
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;

}


.pixelated {
	image-rendering: pixelated;
  }

/* width */
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 3px grey; 
	border-radius: 5px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #30b457; 
	border-radius: 5px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #0060aa; 
  }

#wrapper {
    background-color: #FFFFFF;
    width: 1250px;
    height: 100%;
    border: 0px;  
    margin: 0 auto;
    text-align: left; 
	padding-top: 10px;
	   
}




#steuerungoben {
    background-color: red;
}

#slinks {
    
    width: 240px;
    float: left;
    overflow: auto; 
    margin-left: 3px;
	position: fixed;
	height:88%;
	display: block;




}

#srechts {
   
    width: 250px;
    float: right;
     overflow: auto; 
	 height:88%;
	 padding-top: 10px;
	padding-bottom: 10px;
}

#hips{
	left: 5px;
}
#hquali{
	float: right;
}

.headline{
	position: absolute;	
	left: 250;
	top: 74px;
	font-size: 130%;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #0060aa;

}

section {
    margin-left: 250px;
    margin-right: 225px;
	
    height:90%;
    overflow: auto;
   
}




/* ab hier klassen + divs*/
#zeige_alles{
	display: none;
}


#navi_eingeloggt ul {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #5f8ea9;
    }

.navi  {
	display: block;
	border: 2px solid #0060aa;
	padding: 4px;
	text-decoration: none;
	color: #4D4D4D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	    }

		.navi a {
			text-decoration: none;
			color:black;
			}	
	

	.navi_sel, .navi:hover {
		display: block;
		color: #ffffff;
		border: 2px solid #0060aa;
		text-align: left;
		text-decoration: none;
		background-color: #30b457;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		}	

		.navi a:hover{
			color:#FFFFFF;
		}

#b_alles, #b_drucker, #b_zusatz, #b_bestellt, #alle_drucker{
	display: inline;
	margin-top: 5px;
	margin-left: 3px;
	margin-right: 10px;
} 

.pickt{
		position: sticky;
		top: 0;
		background-color: rgb(227, 240, 252, 0.9);
		
	}
.pickt_115{
		position: sticky;
		top: 1;
		background-color: rgba(217, 255, 208, 0.9);
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 3px;
	}

	

.kopfzeile{
	position: sticky;
	top: 0;
	background-color: rgb(227, 240, 252, 0.9);
	height: 30px;
}


.hg_weiss{
	background-color: white;
    
}
.wichtig{
    color:#31B457;
    font-weight: bold;
}
.inaktiv{
    color: grey;
    text-decoration: line-through;;
}

.CYAN {
	color: darkblue;
	font-family: Arial;
}
.MAGENTA {
	color: rgb(218, 12, 12);
	font-family: Arial;
}

.YELLOW {
	color: yellow;
	font-family: Arial;
}
.GRAY {
	color: gray ;
	font-family: Arial;
}


.aktion {
	color: rgb(14, 135, 53);
	font-weight: bold;
}


.hovertext, .cashback {
	position: relative;
	font-weight: bold;
	color: rgb(14, 135, 53);
  }
  
  .hovertext:before {
	content: attr(data-hover);
	visibility: hidden;
	opacity: 0;
	width: 140px;
	background-color: rgb(14, 135, 53);
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: larger;
	border-radius: 5px;
	padding: 5px 0;
	transition: opacity ease-in-out;
  
	position: absolute;
	z-index: 1;
	left: -90;
	bottom: 110%;
  }
  
  .hovertext:hover:before {
	opacity: 1;
	visibility: visible;
  }



  .hoverpreis, .cashback {
	position: relative;
	font-weight: bold;
	color: rgb(14, 135, 53);
  }
  
  .hoverpreis:before {
	content: attr(data-hover);
	visibility: hidden;
	opacity: 0;
	width: 85px;
	background-color: rgb(178, 244, 199);
	color: rgb(38, 38, 39);
	text-align: right;
	border-radius: 5px;
	padding: 5px 0;
	transition: opacity ease-in-out;
  
	position: absolute;
	z-index: 1;
	left: -90;
	bottom: 110%;
  }
  
  .hoverpreis:hover:before {
	opacity: 1;
	visibility: visible;
  }






.BLACK {
	color: #000000;
	font-family: Arial;
}
.artikel {
	display: none;
}
.eigen {
	display: block;
}
.button {
	text-align: left;
	font-size: 16px;
	width: 300px;
	cursor: pointer;
	
  }

  .button_drucker {
	text-align: left;
	font-size: 16px;
	width: 60px;
	cursor: pointer;
	
  }  
.anmerkung{
	color:gray;
	font-style: italic;
	margin-left: 10px;
	
}
.normal{
	
	font-size: small;
	font-weight: normal;
	
}
.fett{
	
	
	font-weight: bold;
	
}

.auswahl, .lieferadresse, #huser, #hla{
	cursor:pointer;
	margin-top: 5px;
	
		}
.auswahl:hover, .lieferadresse:hover {
	background-color: #0060aa;
	color: white;
}
.ips{
	background-color: rgb(227, 240, 252);
	height: 30px;
}
.ipseins{
	background-color: rgb(227, 240, 252);
	height: 30px;
}
.ipszwei{
	background-color: rgb(227, 240, 252);
	height: 30px;
}
.oem{
	background-color: rgb(246, 246, 246) ;
	height: 30px;
/*	display: none; */
}
.oemeins{
	background-color: rgb(246, 246, 246) ;
	height: 30px;
/*	display: none; */
}
.oemzwei{
	background-color: rgb(246, 246, 246) ;
	height: 30px;
/*	display: none; */
}
.drucker{
	background-color: #0060aa;
	color: white;
}
.dr_zusatz, .idwk, .la_waehlen{
	cursor: pointer;
} 
.zusatz_entf{
	cursor: pointer;
} 

.uebernehmen{
	display: none;
	cursor: pointer;

} .entfernen{
	cursor: pointer;
}
.ips_orig{
	font-weight: bold;
	font-style: italic;
	font-family: Arial;
	color:#0060aa;
	font-size:107%;
}

.kleiner {
	color: #5A5A5A;
	font-size:80%;
}
.material_kopf {
	font-weight: bolder;
}

ul{
	overflow: unset;
	list-style: inside;
	
}
li{
	margin-top: 5px;	
	list-style-image:url('../img/li.jpg');
}


.popup_box {
	position:fixed;  
	 display: none;
	width:700px;  
	font-size: 0.98em;
	background:#FFFFFF;  
	left: center;
	top: center;
	z-index:100; 
	margin-left: 5px;  
	   display:none;
	
	/* zusatz */ 
	border:2px solid #30B457;      
	padding:15px;  
	
}



.popupBoxClose {
	cursor: pointer; 
	font-size:15px;  
	line-height:18px;  
	right:15px;  
	top:5px;  
	position:absolute;  
	color:#0060AA;  
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 0.95em;
	font-style: italic;
	cursor: pointer;   
}

#dark{
	height:100%;
	width:100%;
	position:fixed; 
	z-index:2;
	background:black;
	display:none;
}

.button_so {
	text-align: center ;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 0.95em;
	font-style: italic;
	
	margin-left: 30px;
	width: 100px;
	height: 25px;
	cursor: pointer;
	color: #31B457;

	border-color:#ffffff;
  }  


.f_titel {
	width:680px;
	cursor:pointer;
	margin:10px 0 5px 10px;
	padding:5px;
	cursor: pointer;
	color: #31B457;
	background-color: #DCFFD5;
	border-color:#ffffff;
}
.aktuell {
	color:#0060AA; 
}
.f_inhalt {
	width:680px;
	padding:10px;
}

.f_gruen{
	background-color: #DCFFD5;;
	
}



.row {
	display: flex;
  }

.spalte {
  flex: 50%;
  padding: 10px 5px 10px 5px;
}

.absenden{
   font-size:12pt; font-family:Verdana,Arial,sans-serif; font-weight:normal;}

#jetzt1{
    text-align: center;
}

#jetzt2{
    text-align: center;
}