.jumbotron {
    margin-top: 50px;
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    border: 1px solid #C7C7C7;
    box-shadow: 2px 2px 5px #E8E8E8;
}

textarea {
    resize: none;
}

label.shop {
  width: 200px;
  border-radius: 3px;
  border: 1px solid #D1D3D4
}

/* hide input */
input.radio:empty {
    margin-left: -999px;
}

/* style label */
input.radio:empty ~ label {
    position: relative;
    float: left;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.radio:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

/* toggle hover */
input.radio:hover:not(:checked) ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

input.radio:hover:not(:checked) ~ label {
    color: #888;
}

/* toggle on */
input.radio:checked ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #9CE2AE;
    background-color: #4DCB6D;
}

input.radio:checked ~ label {
    color: #777;
}

.smoke {
        text-shadow: 1px 1px 5px whitesmoke;
}
/* radio focus */
input.radio:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.gallery-content .element i.icon-center { right: 100%; margin-right: 10px; }
.gallery-content .element:hover i.icon-center { right: 40%; }

.gallery-content .shopelement {
    margin-bottom: 10px;
}

.jumbotron h1, .jumbotron p{ 
    color: #fff;
    text-shadow: 2px 2px 5px #000;
}

h5{
    color: #676767;
}


h3{
    color: #676767;
}

h2{
    color: #676767;
}

tr.border_bottom td {
  border-bottom:1pt solid black;
}

.header {
    background:#fff;
}


.footer {
    background: #F3F3F3;
    border-top: 1px solid #eaeaea;
}



p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 23px;
}


.dropdown-menu {
    border-top: 3px solid #205e20 !important;
}

.dropdown-menu:before {
    border-bottom-color: #205e20 !important;
}


@media(max-width:767px){
    .jumbotron {
        height: 200px;
    }
}
@media(min-width:768px){
    .jumbotron {
        height: 270px;
    }
    .topnav {
        width: 98px;
    }
    .oeffungszeiten {
        margin-left: -6px;
    }
}
@media(min-width:992px){
    .jumbotron {
        height: 350px;
    }
    .topnav {
        width: 97px;
    }
    .logo img {
        max-width: 100%;
    }
}
@media(min-width:1200px){
    .jumbotron {
        height: 350px;
    }
    .topnav {
        width: 110px;
    } 
    .logo img {
        max-width: 100%;
    }
}
.btn.btn-primary {
    background: #205e20;
}
.btn.btn-default {
    background: #205e20;
    color: #f9f7cd;
    border: 1px solid #aaaaaa;
}
.alert-warning {
    background-color: #FFDEDE;
    border-color: #FF9D9D;
    color: #FF0000;
}

.btn-shop {
    color: #ffffff;
    background-color: #205E20;
    border-color: #F9F7CD;
}

.btn-shop:hover,
.btn-shop:focus,
.btn-shop:active,
.btn-shop.active,
.open .dropdown-toggle.btn-shop {
    color: #ffffff;
    background-color: #C4C072;
    border-color: #F9F7CD;
}

.btn-shop:active,
.btn-shop.active,
.open .dropdown-toggle.btn-shop {
    background-image: none;
}

.btn-shop.disabled,
.btn-shop[disabled],
fieldset[disabled] .btn-shop,
.btn-shop.disabled:hover,
.btn-shop[disabled]:hover,
fieldset[disabled] .btn-shop:hover,
.btn-shop.disabled:focus,
.btn-shop[disabled]:focus,
fieldset[disabled] .btn-shop:focus,
.btn-shop.disabled:active,
.btn-shop[disabled]:active,
fieldset[disabled] .btn-shop:active,
.btn-shop.disabled.active,
.btn-shop[disabled].active,
fieldset[disabled] .btn-shop.active {
    background-color: #F5F5F5;
    border-color: #F9F7CD;
}

.btn-shop .badge {
    color: #205E20;
    background-color: #ffffff;
}

#amount {
    font-size: 40px;
    color: #205E20;
}

.green_price {
    color: #205E20;
}

.zubehoer {
    border: 1px solid green;
    background-color: #FAFFFA;
    padding: 1em;
    margin-top: 5px;
    border-radius: 5px;
}

.grusskarte {
    border: 1px solid green;
    background-color: #FAFFFA;
    padding: 1em;
    margin-top: 5px;
    border-radius: 5px;
    margin-left: 15px;
}

.totop a i {
    background: #205E20;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("../img/slider2.jpg") 50% 50% repeat-x !important;
    font-weight: normal;
    color: #555555;
}


.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: rgba(188, 232, 83, 0.86) 50% 50% repeat-x !important;
    color: #222222;
    font-weight: bold;
}

.header .header-top {
    padding-top: 5px;
    padding-bottom: 5px;
}

h4 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 0px;
}

.topline {
    height: 10px;
    background-color: #205e20;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 300;
}

.header .header-contact span, .btn-cart-md a.cart-link span {
    font-size: 13px;

}

.halfhr {
    width: 50%;
}

.banner h2 {
    text-shadow: 0 0 1px rgba(0,0,0,0.5);
}

.footer .footer-widget p {
    font-size: 14px;
    color: #6B6B6B;
}

.footer .footer-widget .contact-details span {
    color: #6B6B6B;
}

.green-w {
    color:#205e20;
}
.br-green {
    background-color: #205E20 !important;
}
.br-yellow {
    background-color: #4F8CFF !important;
}
.responsive{
    display: block;
  max-width: 100%;
  height: auto;
}
.btn.btn-warning {
    background: #F9F7CD;
    border: 2px solid #676767;
}
.tp-banner .tp-caption a.btn {
   
    color: #676767;
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.2) inset;
}
.btn.btn-warning:hover {
    background: #F7F3A1;
}
.tp-caption.finewide_verysmall_white_mw {
    color: #787878;
}
.tp-banner .tp-caption.paragraph {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}
@media (max-width: 480px){
    .banner h2 {
    margin: 0;
    font-size: 25px;
    font-family: 'Droid Serif', serif;
    font-weight: 700;
    text-transform: uppercase;
}
}

.active {
    color: #676767 !important;
    background-color: #F5F5F5 !important;

}
.active:hover{
    color: #676767 !important;
    background-color: #F5F5F5 !important;
    
}

.activemain {
    box-shadow: 0px 0px 0px 3px #205E20 !important;
}

.slider{
    text-transform: none !important;
    font-family: 'Droid Serif', serif !important;
    font-weight: 100 !important;
    color: #787878 !important;
    background-color: rgba(255, 255, 255, 0.8)!important;
}
.btnslider{
    text-transform: none !important;
    font-family: 'Droid Serif', serif !important;
    font-weight: 100 !important;
    color: #787878 !important;
}

.btn.btn-success {
    background: #2D8440;
    border: 2px solid #205e20;
}
.btn-success {
    color: #fff;
    font-size: 16px;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn.btn-alert {
    background: #ede9e6;
    border: 2px solid #af5459;
}

.btn.btn-alert:hover {
    background: #ede9e6;
    border: 2px solid #af5459;
}

.btn-alert {
    color: #af5459;
    font-size: 16px;
    background-color: #ede9e6;
    border-color: #af5459;
}


.center{
    text-align: center;
}

.artikel {
    background-color: whitesmoke;
    border: 1px solid #E4E4E4;
    padding: 2em;
    border-radius: 3px;
}

.hrtop{
    margin-top: 0px;
}

.hrbottom{
    margin-bottom: 30px;
}

.error {
    border: 1px solid #a94442;
    background-color: #FFD9D9;
    padding: 1em;
    margin-top: 5px;
    border-radius: 5px;
}

label {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 23px;
}

form label {
    color: #666666;
}
.inner-page .shopping {
    margin-top: 0px;
    margin-bottom: 0px;
}

.default-heading {
    margin-bottom: 15px;
    
}

.preis {
    font-size: 40px;
    color: #205E20;
}
.btn-facebook {
    color: #fff;
background-color: #337ab7;
border-color: #2e6da4
}
.btn-facebook:hover {
    color: #fff;
background-color: #0f426e;
border-color: #0f426e
}

.flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.f-align-items-center {
    align-items: center;
}

.ph-10 {
    padding: 0 10px;
}

h3.lines:before, h3.lines:after {
    background: #676767;
    height: 1px;
    flex: 1;
    content: '';
}