@charset "utf-8";

/* common
----------------------------------------------------------------------------- */
body {
    font-size: 16px;
    line-height: 23px;
    font-family: lato, arial, tahoma, sans-serif;
    background: #fdf6e3;
    color: #657b83;
    padding-top: 0;
}

h1 {
    padding: 5px 0 10px;
}

label, input, button, select, textarea {
    font-size: 16px;
}

ul li a, a {
    color: #586e75;
    outline: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a {
    color: #b58900;
}

a:hover, a:focus {
    text-decoration: none;
}

a:hover {
    color: #dc322f;
}

.img-al {
    margin: 0 10px 10px 0;
    float: left;
}

.img-ar {
    margin: 0 0 10px 10px;
    float: right;
}

.left {
    text-align: left !important;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

.nav-tabs li.active {
    font-weight: bold;
    font-size: 14px;
}

legend, .thumbnail .caption, .btn-default, .btn-default:hover, .btn-default:focus {
    color: #586e75;
}

/* end common */


/* footer
----------------------------------------------------------------------------- */
#footer-bar {
    padding: 30px 0;
    margin-top: 20px;
    background-color: #002b36;
    border-top: 1px solid #586e75;
    color: #586e75;
}

#footer-bar li {
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
}

#footer-bar a {
    color: #839496;
}

#footer-bar h4 {
    padding: 0;
    font-size: 18px;
    color: #93a1a1;
    font-weight: normal;
    margin: 10px 0 18px;
}

#footer-bar .footer-title {
    text-align: center;
}

#footer-bar .nav > li > a {
    padding: 0 0 5px;
    font-weight: 600;
}

#footer-bar .nav li > a:hover,
#footer-bar .nav li > a:focus {
    color: #fdf6e3;
    background-color: transparent;
    text-decoration: none;
}

#footer-bar .nav li.active > a,
#footer-bar .nav li.active > a:hover,
#footer-bar .nav li.active > a:focus {
    color: #b58900;
    text-decoration: none;
}

#footer-bar .nav li ul {
    list-style: none;
    padding-left: 30px;
}

#footer-bar h3 {
    margin-top: 0;
    font-weight: bold;
    font-size: 34px;
    font-family: urban_stone,fantasy;
    text-transform: uppercase;
    color: #b58900;
}

#footer-bar h3 a,
#footer-bar h3 a:hover,
#footer-bar h3 a:focus {
    color: #b58900;
}

/* end footer */

/* top navigation
----------------------------------------------------------------------------- */

.Header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    opacity: .96;
    background-color: #fdf6e3;
}

#top-bar {
    padding: 11px 15px 5px;
    line-height: 40px;
    vertical-align: middle;
}

#top-bar h1 {
    text-align: center;
    color: #b58900;
    font-weight: bold;
    font-size: 40px;
    font-family: urban_stone, fantasy;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

#top-bar h1 a,
#top-bar h1 a:hover,
#top-bar h1 a:focus {
    color: #b58900;
}

#top-bar button {
    border: none;
    outline: none;
    background: transparent;
}

#top-bar a:hover, #top-bar button:hover {
    opacity: 0.6;
}

#open-left-menu .text {
    text-transform: uppercase;
    float: right;
    padding: 8px 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #b58900;
}

#top-bar .pull-right {
    text-align: right;
    position: relative;
}

#top-bar .pull-right > ul {
    position: fixed;
    right: 80px;
}

#top-bar .divider {
    position: relative;
    top: 10px;
    margin-right: 3px;
    display: inline-block;
    box-shadow: 0 0 1px 1px #b58900;
    height: 32px;
}

#open-cart {
    position: relative;
    bottom: 4px;
}

#top-bar .pull-right .dropdown i {
    font-size: 24px;
    color: #b58900;
    vertical-align: bottom;
    padding-bottom: 3px;
}

.nav-container {
    top: 65px;
    position: fixed;
    width: 100%;
    opacity: .96;
    background-color: #fdf6e3;
    z-index: 9;
}

#wrapper {
    height: 45px;
}

#line-container {
    height: 5px;
}

.line {
    margin-top: -5px;
    border-top: 5px solid #b58900;
    border-radius: 0;
    -webkit-filter: none;
    filter: none;
}

#main-region {
    padding-top: 110px;
    z-index: 15
}

@media (max-width: 767px) {
    #top-bar {
        padding: 6px 15px 5px;
    }

    #open-cart {
        bottom: 0;
        right: 10px;
    }

    .nav-container {
        top: 60px;
    }

    #main-region {
        padding-top: 60px;
    }
}

#menu > ul {
    display: block;
    margin-left: 0;
}

#menu > ul > li {
    list-style: none;
    float: left;
    position: relative;
    margin-right: 0;
}

#menu > ul > li > a {
    font-size: 13px;
    color: #657b83;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 10px 14px;
}

#menu ul > li.active > a {
    background-color: #eee8d5;
    color: #586e75;
}

#menu > ul > li > ul {
    margin-left: 10px;
    margin-top: -12px;
}

ul.dropdown-menu {
    background: none repeat scroll 0 0 #fdf6e3;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    padding: 0;
    position: absolute;
    min-width: 160px;
    border: 1px solid #b58900;
    border-top: 0;
}

ul.dropdown-menu li {
    list-style: none outside none;
    position: relative;
    border-top: 1px solid #eee8d5;
    border-bottom: 1px solid #b58900;
}

ul.dropdown-menu li:first-child {
    border-top: 1px solid #b58900;
}

ul.dropdown-menu li:last-child {
    border-bottom: none !important
}

ul.dropdown-menu a {
    display: block;
    padding: 7px 10px;
    color: #657b83;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-transform: none;
}

.Header ul.dropdown-menu {
    min-width: 120px;
}

.Header ul.dropdown-menu a {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}

ul.dropdown-menu a:hover,
ul.dropdown-menu a:focus {
    color: #fdf6e3;
}

#top-bar ul.dropdown-menu a:hover {
    opacity: 1;
}


#menu > ul > li:hover > a,
#menu > ul > li:focus > a {
    color: #fdf6e3 !important;
    background-color: #b58900;
}

#menu > ul > li:hover,
#menu > ul > li:focus {
    visibility: inherit;
}

#menu li:hover,
#menu li:focus {
    visibility: inherit;
}

#menu li:hover ul,
#menu li:focus ul,
#menu li.active ul,
#menu li.open ul {
    top: 52px;
    z-index: 2299;
}

#menu li li:hover ul,
#menu li li:focus ul,
#menu li li.active ul,
#menu li li.open ul {
    left: 130px;
    top: 0;
}

#menu li.active > a {
    color: #b58900 !important;
    background-image: none;
}

#menu > ul > li.open > a,
#menu > ul > li.active > a:hover {
    color: #fdf6e3 !important;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: #b58900;
    background-image: -webkit-linear-gradient(top, #eee8d5 0, #b58900 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee8d5), to(#b58900));
    background-image: linear-gradient(to bottom, #eee8d5 0, #b58900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeee8d5', endColorstr='#ffb58900', GradientType=0);
}

/* end top navigation */

/* shop
--------------------------- */

.breadcrumb {
    background-color: #eee8d5;
}

#product-images-large .img-thumbnail,
 .thumbnail {
    background-color: inherit;
}

#product-images-large .img-thumbnail {
    border: 0;
}

/* end shop */

/* Responsive
----------------------------------------------------------------------------- */
@media (max-width: 767px) {
    #menu {
        display: none;
    }

    #footer-bar {
        padding: 20px 0;
    }

    .impressum {
        padding-top: 30px;
    }
}

/* Products
---------------- */

.product-thumb h6 {
    font-size: 24px;
    font-weight: 700;
}

.product-description {
    font-size: 24px;
    font-weight: 700;
}

#variations .price {
    font-size: 20px;
    font-weight: 600;
}

#add-product-spinner {
    display: none;
}

/* End Products */

/* Checkout
-------------- */

.form-actions {
	background-color: transparent;
	border-top: none;
}

.checkout-panel {
    background-color: #eee8d5;
}

.checkout-form .control-label {
    font-size: 10px;
    font-weight: 900;
	letter-spacing: 2px;
	line-height: 15px;
    text-transform: uppercase;
    color: #586e75;
}

.checkout-form .input_id_same_billing_shipping .control-label,
.checkout-form .input_id_remember .control-label {
    font-size: 16px;
    font-weight: normal;
	letter-spacing: normal;
    line-height: 23px;
    text-transform: none;
}

.checkout-form select:focus,
.checkout-form select:hover {
    outline: none;
}

/* End checkout */