
img {
    height: auto;
    max-width: 100%;
}


a {
	font-family: arial,verdana,helvetica,sans-serif;
	text-decoration:none;
}
a:hover {
    text-decoration:none;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:active {
	color: #000000;
}

a.agb:link {
	color: #8F8F8F;
  font-style: italic;
}

a.agb:visited {
	color: #8F8F8F;
  font-style: italic;
}

a.agb:active {
	color: #8F8F8F;
  font-style: italic;
}


table {
	font-size:12px;
	
}
th {
	background-color:#E0E0E0;
}
.bg-white {
	background-color: white;
}


  nav {
    height: auto;
  /*  background-color: #FACC2E;    */
    margin-bottom: 20px;
    text-align: center;
    margin-top: 25px;
 }
 
.menubutton  {
    margin: 5px;
    min-width:250px;
}
 
 .vorschau-bild {
    background-color: #95D0EE;
    border: 2px solid #a1a1a1;
    border-radius: 10px;
    margin-top: 15px;
    padding: 30px 5px 5px;
    margin-bottom: 25px;
}

 .padding-bottom-30 {
	 padding-bottom: 30px;
 }

.fehler{
  color: red;
  font-weight: bold;
}

.fussnote {
  font-size: 0.75em;
  text-align: center;
}

.fussnote ul {
  list-style:decimal;
}

.fussnote ul li{
  font-size: 1em;
}

.footer {
    margin-top: 50px;
    bottom: 0;
}


.ohne_width {
	width: auto;
	display: inline;
}


.table-striped > tbody > tr:nth-of-type(2n+2) {
    background-color:#E8E8E8;
}


/*Button*/
.btn{
  margin:5px;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning {
  color: black;
}

.blaettern{
  font-size: 150%;
}

.padding-bottom{
  padding-bottom: 15px;
}

/* Warenkorb */
td, th {
    padding: 4px;
}

.head  {
    background-color: rgba(86, 61, 124, 0.15);
  /*  border: 1px solid rgba(86, 61, 124, 0.2);  */
    font-style: normal;
    font-weight: bold;
    padding-bottom: 6px;
    padding-top: 6px;
    border-bottom-width: 2px;
}
.border_head_left{
    border-left: 1px solid rgba(86, 61, 124, 0.2);

}
.border_head_right{
    border-right: 1px solid rgba(86, 61, 124, 0.2);
}
.artikel_format{
    min-height: 155px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.border_left{
    border-left: 1px solid rgba(86, 61, 124, 0.2);
}
.border_right{
    border-right: 1px solid rgba(86, 61, 124, 0.2);
}
.border_bottom {
    border-bottom:  1px solid rgba(86, 61, 124, 0.2);
}
.bg_class1 {
    background-color: #f9f9f9;
}
.bg_class2 {
    background-color: #e8e8e8;
}
.margin-top {
  margin-top: 10px;
}

@media (min-width: 768px) {
.groesse_klein{
  display: none; 
}


}
@media (max-width: 768px) {

.groesse_gross {
  display: none; 
}

.summe_rechts {
	text-align:right;
}

.artikel_mittig {
	text-align:center;
}
.row {
	margin-left: 1px;
	margin-right: 1px;
}

.artikel_format{
    min-height: 1px;
    padding-bottom: 6px;
    padding-top: 15px;
}
.border_left{
    border-left: none;
}
.border_right{
    border-right: none;
}
 
}

/* Warenkorb Ende */