/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('./fonts/roboto-v30-latin-300.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('./fonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('./fonts/roboto-v30-latin-500.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
     overflow-y: -moz-scrollbars-vertical;
     overflow-y: scroll;
}

body {
	background-color: #F6F6F6;
	font-size: 1rem;
	font-family: 'Roboto', Arial, Sans-Serif;
	padding: 0;
	margin: 0;
	line-height:1.4rem;
    color: #555;
}

strong {
	font-weight: 500;
}

input, select, button {
	font-size: 1rem;
	font-family: 'Roboto', Arial, Sans-Serif;
	}

a { position: relative; }
  
a:link, a:visited {
	text-decoration: none;
	color: #0D3765;
} 

a:hover {
	text-decoration: underline;
}

hr {
    border:none;
    height: 1px;
    background-color: #aaa;
}

#page {

}

#innerpage {
    width: 1080px;
    margin: 45px auto;
}

#header {
	background-color: #fff;
}

#menu ul li.here a, #menu ul li.here a:hover {color: #0F225A;text-decoration:underline;}


.here a {
background-color: #fff;
}

#header {
	padding: 0; margin: 0;
  height: 140px !important;
	position: relative;
    
}
 #vis {
height: 140px;
    width: 1080px;
    margin: 0 auto;
}


#logo {
    width: 230px;
	height: 140px;
	display: block;
    position:absolute;
	background: transparent url("../images/iba_Logo.svg") 50% no-repeat;
}

#tools {
  float: right;
    margin: 0;
    padding: 0;
    text-align: right;   
}

#tools ul {
     margin: 0;
    padding: 5px;
     
}

#tools li {
        display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#tools li a {
    color: #999;
    font-weight: 500;
    margin: 0;
    padding: 5px;
    text-decoration: none;
}

#content {
	background-color: #ffffff;
	margin: 0;
	padding: 40px 40px 60px;
    position: relative;     
    width: 1080px;
    left: 0;   
}



#content p, #content pre, #content td {
  	font-size: 1.1rem;
}

#content ul, #content ol {
  	font-size: 1.1rem;
}


#content table.quickref{
  width: 45em;
}

#content table.quickref td {
	font-size: 0.95em;  
}

#content table {
  border: 0;
}

#content table tr, #content table td {
  padding:0; margin:0;
}


#content textarea {
  width:50em; height:30em;
  font-family: monospace;
}

#content h1 {
  font-size: 1.3rem;
  color: #0F225A;
  margin: 0 0 0.5em;
  font-weight: 500;
}

#content h2 {
  font-size: 1.1rem;
  margin: 0 0 0.5em;
  font-weight: 500;
}

#content h3 {
  font-size: 1.1rem;
  margin: 0 0 0.5em;
  font-weight: 500;
}

#content ul {
  margin-left:0;
	padding-left:2em;
}

div#content { 
	min-height: calc(100vh - 330px);
}

#sidebar {
    width: 15rem;
    margin: 0 2rem 0 0;
	min-height: 600px;
    float: left;
}

#sidebar p, #sidebar li, #sidebar ol{
}

#sidebar ul {
    list-style: none outside none;
    margin: 0 0 5px;
    padding: 0;
}

#sidebar ul li {
    display: inline;
    margin: 0;
    padding: 0;
}
#sidebar ul li a {
    background: none repeat scroll 0 0 #999999;
    border-top: 3px solid #F6F6F6;
    color: #fff;
    display: block;
    margin: 0;
    font-size: 1rem;
    padding: 10px;
    text-decoration: none;
}

#sidebar .sidehead, #sidebar .toggle_link {
    background: none repeat scroll 0 0 #666666;
    border: medium none;
    color: #FFFFFF;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 10px 0 10px 10px;
	display: block;
    cursor: pointer;
}

#sidebar .sidehead:hover, #sidebar .toggle_link:hover {
    text-decoration: none;
	background: none repeat scroll 0 0 #0F225A;
}

#sidebar .Bereichsauswahl {
	background: none repeat scroll 0 0 #0F225A;
}
#sidebar .Bereichsauswahl:hover {
	background: none repeat scroll 0 0 #E94C0A;
}
#sidebar ul li a:hover, #sidebar ul li .here a{
    color: #FFFFFF;
    background: none repeat scroll 0 0 #79A8CE;
}

#wikitext {
	margin-left: 17rem;
}


#suptitle p, #suptitle ul {
	font-size: 1.1rem;
	padding: 0.4em 0;
}

#suptitle p {
	float: left;
	padding-left: 1em;
}

#suptitle ul {
	text-align: right;
	padding-right: 1em;
}

#suptitle ul li {
	display: inline;
	margin-left: 1em;
}

#menu ul {
    position: relative;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 300px;
    height: 140px;
	font-weight:500;
	}

#menu ul li {
  position:relative;  
	display: inline-block;
    height: 140px;
    margin: 0 1.5rem 0 0;
}


#menu ul li a {
  position: relative;  
	font-size: 1.2rem;
	color: #0F225A;
	display: inline-block;
    position: relative;
    top: 100px;
}

#menu ul li a:hover {
	text-decoration: underline;
	}

#menu ul li .here a, #menu ul li .here a:hover {
	color: #0F225A;  
	background: #fff;
    
     text-shadow: none;
	}
#menu ul li a .pos {


}

#footer {
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	text-align: center;
}

#footer a {
  margin: 1em;
}

#footer a:link, #footer a:visited {
	color: #777;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.clear {
  clear: both;
}

.sphg {    
    background-color: #EFF4D7;
    border-radius: 2px;
    margin: 0 0 5px;
    padding: 8px 1.1rem;
}


.loginform {
    border: 1px solid #BBBBBB;
    margin: 50px auto;
    padding: 8px 15px;
    width: 400px;
    border-radius: 5px;
    box-shadow: 0 1px 4px #aaa;
}
.loginform label {
    float: left;
    font-weight: bolder;
    margin: 8px 5px 0 0;
    width: 120px;
}

.loginform .inputbox {
    border: 1px solid #AAAAAA;
    border-radius: 2px;
    box-shadow: 0 1px 2px #DDDDDD;
    color: #555555;
    margin: 10px 5px 15px;
    padding: 0 5px;
    width: 250px;
    height: 30px;
}
.loginform input[type="submit"] {
    border: 1px solid #BBBBBB;
    background: -moz-linear-gradient(center top , #FFFFFF, #DDDDDD) repeat scroll 0 0 transparent;
    border: 1px solid #AAAAAA;
    border-radius: 2px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    color: #111111;
    line-height: 30px;
    margin: 10px 130px 5px;
    padding: 0px 10px;
    width: 205px;
    text-decoration: none;
}
.loginform input[type="submit"]:hover {
    background: -moz-linear-gradient(center top , #ddd, #eee) repeat scroll 0 0 transparent;
    cursor: pointer;
    position: relative;
}
.loginform input[type="submit"]:active {
    left: 1px;
    position: relative;
    top: 1px;
}

.fehler {
	color: #f00;
    background:transparent url(../images/error_here.png) no-repeat scroll 0 3px;
    padding-left:15px;
}


.fehler {
	color: #f00;
    background:transparent url(../images/error_here.png) no-repeat scroll 0 3px;
    padding-left:15px;
}

.keine_rechte, .fehlermeldung, .erfolgsmeldung, .warnmeldung, .infomeldung {
    border-radius: 5px; 
    padding: 10px 10px 10px 32px; 
    display: block;  
    -khtml-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.keine_rechte, .fehlermeldung{ 
    background: url("../images/exclamation.png") no-repeat scroll 10px 10px #FFEEE2;
    border: 1px solid #C10000;
}

.erfolgsmeldung{
    background: url("../images/accept.png") no-repeat scroll 10px 10px #D9FBD4;
    border: 1px solid #15A100;
}

.warnmeldung{
    background: url("../images/error.png") no-repeat scroll 10px 10px #FBFAD4;
    border: 1px solid #F5DA7B;
}

.infomeldung {
    background: url("../images/information.png") no-repeat scroll 10px 10px #DFF2FF;
    border: 1px solid #A4D2F2;
}

/*  Warenkorb  */

.auflagenauswahl {

    width: 250px;
    font-size: 1rem;
    margin: 0 1rem 0 0;
    padding: 7px 4px;
    position: relative;
    background-color: #fff!important;
	border: 1px solid;
}

.artikel_entfernen {
     vertical-align: -3px;
}


.kaufeinstellungen {
	margin: 0;
	padding: 0;
}

.bezahlartenbereich {
	display:none;
}

.bezahlarten {
	width: 235px;
	float: left;
	margin: 0 15px 0 0;
	font-size:10px!important;
	line-height:1.2em;
	position:relative;
}

.bezahlarten .desc {
	padding-left: 17px;
}

.bezahlarten .Bezahlart {
	font-size: 1.1rem;
	font-weight: 500;
}

.bezahlarten a {
     text-decoration: underline;
}

.bezahlwarnung {
    color:#933;
}

.Inaktiv {
	color: #999;
}

.bezahlradio {
   vertical-align:-1px;   
}

.auflage_preis {
    display:block;
    font-weight: 500;
    margin-bottom: 5px;
}


#warenkorb {
    padding-top: 10px;
}
#waren h2 {
    margin: 0 0 4px;
}
#waren h2 .titel {
    color: #999999;
    display: block;
    font-size: 16px;
    line-height: 130%;
    margin: 0 0 8px;
}
#waren a, #waren a:visited, #waren a:active {
    text-decoration: none !important;
}
.produktabb, .presetproduktabb {
    border: 1px solid #CCCCCC;
    margin-bottom: 0.8rem;
	max-height: 350px;
	max-width: 350px;
}

#waren form, #warenkorb form {
    margin: 0;
    padding: 0;
}
#waren table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
.sep {
    border-bottom: 1px solid #999999;
    padding: 8px 15px 8px 0!important;
}
.prod_display {
    width: 250px;
}
.prod_desc {
    width: 555px;
}
.net {
    padding-right: 10px;
    text-align: right;
}
#Auftragsbezeichnung, #Nachricht {
    background: url("../images/comment_edit.png") no-repeat scroll 0 0 transparent;
    padding: 0 0 0 20px;
}
.clearer {
    clear: both;
}
.thumbnail_zoom:after {
    content: url("../images/zoom_icon.png");
    left: -20px;
    top: -15px;
    position: relative;
}

.preisangabe {
    color: #666666;
    display: block;
    height: 26px;
    margin: 0 0 -35px;
    padding: 5px 0 4px 12px;
    width: 210px;
}
.preisangabe .eur {
    color: #444444;
    font-size: 18px;
    font-weight: 500;
    vertical-align: -2px;
}
.zum_eindruck, .in_warenkorb {
    padding: 8px 12px;
    position: relative;
}

/* Adressen */

.adressauswahl {
    margin-top: 10px;
}


.legend {
    width: 100px;
    display:block;
    float: left;
}
.formfield {
    width: 244px;
    margin: 0 0 12px 0;

}
.formfield, .formfield_plz, .formfield_ort, .formfield_land {
    padding: 0 8px;
    height: 28px;
    border-radius: 2px;
    background-color: #F6F6F6;
    border: 0 none;
    border-collapse:collapse;
    -khtml-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
    border: medium none;
}

.formfield_plz {
   margin: 0 3px 12px 0;
    
    width: 48px;
}
.formfield_ort {
    margin: 0 0 12px 0;
    width: 174px;
}
.formfield_land {
    margin: 0 0 12px 0px;
    width: 260px;
    padding: 3px 2px;
}

#lieferadresse_anlegen, #rechnungsadresse_anlegen {
 border: 1px solid #DDDDDD;
    margin: 0;
    padding: 20px;
    width: 361px;
}


.abweichende_Lieferadresse_waehlbar, #lieferadresse_waehlen  {
	display: none;
}
.lieferadresse_add, .rechnungsadresse_add {
   display: block;
    margin: 5px 4px;
    cursor: pointer;
}

.err_msg {
   clear: left;
    color: #AA0000;
    display: none;
    margin: 0 3px 5px 60px;
}

.abschluss {
    background-color: #BBBBBB;
    display: block;
    height: 1px;
    margin: 10px 0;
    width: 100%;
    clear:both;
}

/*  Buttons */
.refresh, .nextpage, .done, .adresspool, .rechnunglieferung, .leeren, .weitere, .bestellab, .adress_speicher, .adress_abbrech, .zurueck_basket, .bezahlung, .zurueck_start {
height: 40px;	
margin-left: 15px;
	padding: 0 15px;
}

.refresh, .nextpage, .bestellab, .adress_speicher, .adress_abbrech, .zurueck_basket {
    float: right;
    padding: 2px 10px 4px;
}
.adress_add, .adress_delete, .adress_quit, .we_ready {
height: 40px;
    padding: 0 10px 1px;
    width: 350px;
}
}
.adress_abbrech, .nextpage {
    margin-right: 4px;
}
.zurueck_basket {
	
}
.refresh {
    margin-bottom: 10px;
}

.noround, .leftround, .allround, .rightround   {
    
}

.actionbtn, .noactionbtn {
    cursor: pointer;
}
.actionbtn a {
    text-decoration: none;
    color: #fff;
}
.actionbtn {
    background-color: #79A8CE;
    color: #fff;
}
.actionbtn:hover {
    background-color: #79A8CE;
}
.noactionbtn {
    background-color: #E6E6E6;
}
.noactionbtn:hover {
    background-color: #E3E3E3;
}
.noaction {
    background-color: #CCCCCC;
    color: #666666;

}

.actionbtn, .noactionbtn, .noaction {
    
border: none;

}
.actionbtn:hover, .noactionbtn:hover, .actionbtn:focus, .noactionbtn:focus  {
border: none;
}

.auflagenauswahl {
	border: 1px solid;
}



#bestellhinweis img{ border: none; }

#bestellhinweis{ 
    height: 1200px;
    width:  100%;
    z-index: 99; 
    display: none;
    background: transparent url(../images/overlay.png) repeat top left;
    position: absolute;
    top: 0;
    left: 0;
}

#bestellhinweis .center_this {
   background: url("../images/ajax-loader.gif") no-repeat scroll 10px 10px #FFFFFF;
color: #555;
    margin: auto;
    padding: 15px 15px 15px 50px;
    position: relative;
    top: 300px;
    width: 300px;
    font-weight: 500;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);

    border-radius: 5px;
}

.Stornierungsgrund {
    display: block;
    padding: 1rem;
}
.Stornoempfaenger {
    display: block;
    padding-left: 1rem;
}

.Stornierungsgrund > label, .Stornoempfaenger > label {
    width: 214px;
    display: inline-block;
}
.Stornierungsgrund > input, .Stornoempfaenger > input {
    width: 600px;
    display: inline-block;
}

#wikiedit {
	overflow: visible;
}