/*!
 * Start Bootstrap - Shop Homepage (https://startbootstrap.com/template-overviews/shop-homepage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-shop-homepage/blob/master/LICENSE)
 */
 
*{
  font:12px/24px 'Open Sans', sans-serif
}

body {
  padding-top: 54px;
  font:12px/24px 'Open Sans', sans-serif
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.abstand{
padding-top:15px;
}

nav {
background:white;
color:#333;
border-bottom: 1px solid black;
}

.nav a{
    z-index: 1005;
    float: none;
    padding: 10px 17px 9px;
    border: 1px solid transparent;
    border-bottom-style: none;
    color: #333;
    font: bold 14px/20px 'Open Sans Condensed', sans-serif;
    text-decoration: none;
}

ul li a{
color:#333;
}

ul li a:hover{
color:#fa7d19;
}

.list-item-group{
border-radius:0;
}

.list-group-item{
background:rgb(235, 237, 242);
border:none;
border-radius:0px;
}

.card{
border:1px solid black;
border-radius:0;
}

.card-footer{
background:white;
}

.contentbox {
padding-top:50px;
}

.list-group-item a{
color:#fa7d19;
}


.orange{
color:#fa7d19;
}

.icons{
text-align:center;
    height: 38px;
    width: 38px;
    display: block;
    margin: 0 auto;
}

.icon-text {
    position: absolute;
}

.versand{
    background:url("../fastshipping.png") no-repeat scroll 0 0;;
}

.mehr{
color:black;
padding:2px;
border:1px solid #fa7d19;
background:white;
}

.mehr:hover{
color:white;
background:#fa7d19;
}

.h1{
font-size:22px;
}

.h2{
font-size:20px;
}

.h3{
font-size:18px;
}
