.navbar {
	border-radius: 0;
}

.carousel {
	margin-bottom: 20px;
}

.btn-inverse {
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    color: #ffffff;
}

.bottom-list-item {
	margin-bottom: 3px;
}

.flyer {
    border: 1px solid #CCCCCC;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}

.flyer-headline {
    letter-spacing: -1px;
}

.flyer-link {
    display: block; margin-bottom: 10px;
}

.insta-link {
    font-size: 18px;
    text-decoration: none;
}

.highlight {
    /*color: rgb(0, 143, 58);*/
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.bestprice-text {
    font-size: 18px;
}

.red {
    color: red;
}

.mb-10 {
    margin-bottom: 10px;
}

.shop-icon {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.shop-icon-link {
    display: block;
    width: 100px;
    height: 100px;
    background: #00ab4f;
    border-radius: 50px;
    margin: 0 auto;
    padding-top: 20px;
    color: white;
}
.shop-icon-link:hover {
    color: #FF6200;
    background-color:#2E2E2E;
}

.shop-icon-text {
    display: inline-block; 
    vertical-align: top
}
.shop-icon-text h4 {
    line-height: 24px;
}

.online-shop-btn,
.online-shop-btn:focus {
    display: block;
    width: 100%;
    font-family: 'Anton', sans-serif;
    font-size: 24px;
    color: #FF6200;
    background-color:#2E2E2E;
}
.online-shop-btn:hover {
    color: #2E2E2E;
    background-color: #FF6200;
}

h1 {
    margin-bottom: 20px;
}

.figure-caption {
    text-align: center;
    font-size: 20px;
    margin: 10px 0;
}

@media (min-width: 768px) {
    .shop-icon {
        width: auto;
    }

    .shop-icon-text {
        width: 580px;
        margin-left: 20px; 
    }

    .online-shop-btn,
    .online-shop-btn:focus {
        display: inline-block;
        width: 230px;
    }

    .bambormet a {
        background: #d03f3d;
        color: #ffffff !important;
    }

    .bambormet.active a {
        background: #d03f3d !important;
    }

    .bam-bourmet-paragraph {
        min-height: 180px;
    }
}