/*!
 * Start Bootstrap - Shop Homepage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 70px;
    /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: 130px;
    overflow: hidden;
}

.caption h4 {
    white-space: nowrap;
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

footer {
    margin: 50px 0;
}

footer img {
    margin-top: 10px;
    margin-right: 10px;
}

.shop-img {
    height: 200px;
    overflow: hidden;
    display: block;
}

.shop-shaded {
    border: 1px solid #DDD;
    box-shadow: 0px 5px 9px -2px rgba(0, 0, 0, 0.35);
    padding: 3px;
    margin: 5px 2px;
}

nav.navbar.navbar-inverse {
    background-color: #920018;
    color: #FEF78F;
}

.navbar-inverse .navbar-brand {
    color: #FEF78F;
}

.navbar-inverse .navbar-nav>li>a {
    color: #FEF78F;
}

.yamm-content {
    background-color: #FFF;
}

.yamm-content ul {
    list-style: none;
}

.yamm-content .col-sm-3>ul li>a>img {
    padding-left: 10px;
    height: 20px;
    border: 0;
}

.table thead {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a50018+0,920018+100 */
    color: #FEEA89;
    background: #a50018;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a50018 0%, #920018 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a50018 0%, #920018 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a50018 0%, #920018 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a50018', endColorstr='#920018', GradientType=0);
    /* IE6-9 */
}


/* ### Heading via media query ### */

@media (max-width: 1050) {
    h5 {
        font-size: 10px;
    }
}

@media (min-width: 750px) and (max-width: 1199px) {
    #home-text {
        font-size: 10px;
    }
}

@media (max-width: 500px) {
    #basket {
        font-size: 10px;
    }
    #basket .table>tbody>tr>td,
    .table>thead>tr>th,
    .table>tfoot>tr>th {
        padding: 2px;
    }
}


}

/* ### Home ### */
#home {
    margin-top: -10px;
}
#home .col-sm-4 {
    overflow: hidden;
}
#home .col-sm-4 img {
    box-shadow: 0px 5px 9px -2px rgba(0, 0, 0, 0.35);
}
#home .col-sm-4 div {
    position: absolute;
    margin-right: 7px;
    bottom: 0;
    height: 20%;
    padding: 0px;
    width: 95%;
    background: rgba(255, 255, 244, 0.6) !important;
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5)
}
#home .col-sm-4 div span {
    display: block;
    padding-left: 15px;
    padding-top: 8px;
    padding-right: 15px;
    text-align: center;
}

/*Adress Formular*/
.input-group {
    padding-bottom: 10px;
    width: 100%;
}
.input-group #PLZ,
#LF_PLZ {
    width: 70px;
}
.input-group #NR,
#LF_NR {
    width: 70px;
}
.input-group-addon {
    width: 100px;
}

/*Warenkorb Basket  */

/*LEGO*/
#lego {
    background: url("/lego/Responsive/banners_non/SidePanels/SidePanels.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*Haendlerbund*/
.Haendlerbund_Rechtstext_Titel {
    font-size: 18px;
    text-decoration: underline;
    }
    
.Haendlerbund_Rechtstext_Paragraph {
        font-size:15px;
        }    
        
.Haendlerbund_big {
            font-size:22px;
            }
    
.Haendlerbund_Rechtstext_Absatz {
    font-size:14px;
    } 

/*Terminvergabe*/
#terminvergabe .input-group-addon {
    width: 150px;
}
#terminText >ul >li {
   font-size: 16px;
}
