/* schrift: #333333 seitenhintergrund: #cac3bf footerhintergrund: #b2aaa4 farbton navigation für neues, angebote und themenwelten (pink): #e50067 farbton navigation ausgewählt (orange): #fe4310 hintergrund navigation: #f8f8f8 (evtl. noch ändern in den nachfolgenden farbton) hintergrund produkt infokasten und reiter: #f0ebe8 pink #e50067 orange #fe4310 5 - 3rem 4 - 1.5rem 3 - 1rem 2 - .5rem 1 - .25rem */
html {
    font-size: 16px;
}
body {
    background: #cac3bf;
    line-height: 1.42857143;
    font-family: 'Roboto Condensed', sans-serif !important;
    color: #333;
    margin:0;
}
*:before, *:after {
    box-sizing: border-box;
}
.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}
.container:before, .container:after{
    content:" ";
    display:table 
}
.container:after {
    clear: both;
}
.breadcrumb>li+li:before{
    content:"| ";
    padding:0 5px;
    color:#333 
}
article, aside, aside header, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
a, a:visited, p a, p a:visited {
    color:#333;
    text-decoration:none;
    background-color: transparent;
}
a:hover, a:focus, p a:hover, p a:focus {
    color:#fe4310;
    text-decoration:none;
}
a {
    background-color: transparent;
}
a.pink {
    color: #e50067;
}
.alert {
    border-radius: 0;
    padding: .75rem 0;
}
.alert-success, .alert-danger {
    color: #50391c;
    background-color: #f0d9ac;
    border-color: #e0c99c;
    padding: .75rem .5rem;
}
.background_white {
    background-color: #fff;
}
/* ****************************** B u t t o n s ****************************** */
.btn {
    border-radius: 0;
}
.btn-group-sm>.btn, .btn-sm {
    border-radius: 0;
}
.btn-danger {
    color: #fff !important;
    background-color: #fe4310 !important;
    border-color: #ee4300 !important;
}
.btn-danger:hover {
    color: #fff;
    background-color: #b2aaa4 !important;
    border-color: #928a84 !important;
}
.btn-light {
    color: #fe4310;
    background-color: transparent;
    border-color: #b2aaa4;
}
.btn-light:hover {
    color: #fe4310;
}
.btn-success {
    color:#000 !important;
    background-color: #ABCC57;
    border-color: #ABCC57;
}
.btn-success:hover {
    color:#fff !important;
    background-color:#E52173;
    border-color:#c50153;
}
.btn-success:not([disabled]):not(.disabled).active, .btn-success:not([disabled]):not(.disabled):active, .show>.btn-success.dropdown-toggle, .btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #E52173;
    border-color: #E52173;
    box-shadow: 0 0 0 0.2rem rgba(247,139,184,.5);
}
.btn-default {
    color:#000 !important;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 1.5rem;
}
.btn-default:hover {
    color:#fff !important;
    background-color:#010080;
    border-color:#000050;
}
/* ****************************** EOF B u t t o n s ****************************** */
.color_dark_blue {
    color: #003168 !important;
}
.color_grey {
    color: #cac3bf !important;
}
.color_orange {
    color: #fe4310 !important;
}
.color_red {
    color:#f00;
}
.fa.fa-star, .fa.fa-star-o {
    color:gold;
}
.fa-search:before {
    content:"\f002";
}
.fa-search-plus:before {
    content:"\f00e";
}
.fa-search-minus:before {
    content:"\f010";
}
.font_size_08 {
    font-size: .8rem;
}
.font_size_2 {
    font-size: 2rem;
}
/* ****************************** I n p u t ****************************** */
input, .form-control, .form-control-lg, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
    border-radius: 0;
}
input:focus, input.error:focus, textarea:focus {
    background-color: #fff;
    border-color: transparent;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
}
input[type="search"] {
    box-sizing:border-box;
}
input[type="search"] {
    -webkit-appearance:none;
}
input[type="search"] {
    -webkit-appearance:textfield;
    box-sizing:content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance:none;
}
form .togglePassword, 
form .toggleConfirmation, 
form .toggleInputPassword,
form .togglePasswordCurrent,
form .togglePasswordNew,
form .togglePasswordConfirmation {
    margin-left: -30px;
    cursor: pointer;
}
/* ****************************** EOF I n p u t ****************************** */
.margin_bottom-20 {
    margin-bottom:-20px;
}
.no_overflow {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.visibility_hidden {
    visibility: hidden;
}
.list-unstyled, aside section.menu-group ul.menu, #content section.page ul.country-selector {
    padding-left:0;
    list-style:none;
}
.img-responsive, #content section.product section.photos .card.thumbnail-wrap .card-body img {
    display:block;
    max-width:100%;
    height:auto;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    line-height: 1.1;
}
h1,.h1,h2,.h2,h3,.h3 {
    margin-top:20px;
    margin-bottom:10px;
}
table, p, li {
    font-size: .9rem;
}
.overflow_hidden {
    overflow: hidden;
}
p {
    margin: 0 0 10px;
}
.padding_10 {
    padding: 10px;
}
.padding_20 {
    padding: 20px;
}
.width_100p {
    width:100%;
}
.wordwrap {
    word-wrap: break-word;
}
/* ************************ A N Z E I G E B E R E I C H ************************* */
main {
    background:#fff;
}
* {
    box-sizing:border-box 
}
/* ****************************** T O P - R O W ****************************** */
.top_row {
    width:100%;
    text-align:right;
}
.top_row .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.top_row ul.navbar-nav > li {
    font-size: .8rem;
}
.top_row ul.nav > li, .top_row ul.nav > li.dropdown {
    margin: 10px 15px;
}
/* ****************************** H E A D E R ****************************** */
#content section.header .header_background {
    background-image: url(./images/content/header_hintergrund.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}
#content section.header .searchbox-margin input {
    border: 1px solid transparent;
}
#content section.header .logo {
    padding-top: 0;
    margin-top: 1rem;
}
#content section.header .slogan {
    padding-top: 3.5rem;
}
#content section.header .slogan h1 {
    font-size: 2rem;
    margin:0;
    padding:0;
}
#content section.header .search {
    padding-right: 1rem;
}
#content section.header .searchbox-margin {
    margin-top: 1rem;
    width: 100%;
}
#content section.header .shopping_cart {
    margin-top: 1rem;
    background-color: #fff;
    padding: .25rem .4rem;
}
@media(max-width: 1199px) {
    #content section.header .logo {
        padding-top: .5rem;
        margin-top: 1rem;
   }
    #content section.header .slogan {
        padding-top: 3rem;
   }
    #content section.header .slogan h1 {
        font-size: 2rem;
   }
    #content section.header .search {
        padding-right: .8rem;
   }
    #content section.header .searchbox-margin {
        margin-top: .8rem;
        margin-bottom: .25px;
        width: 100%;
   }
    #content section.header .shopping_cart {
        margin-top: .8rem;
        background-color: #fff;
        padding: .25rem .4rem;
   }
}
@media(max-width: 991px) {
    #content section.header .logo {
        padding-top: 0;
        margin-top: .5rem;
   }
    #content section.header .slogan {
        padding-top: 2rem 
   }
    #content section.header .slogan h1 {
        font-size: 2rem;
   }
    #content section.header .searchbox-margin {
        margin: 0 1rem;
        width: 100%;
   }
    #content section.header .shopping_cart {
        margin: .25rem 1rem;
        padding: 0;
   }
}
@media(max-width: 767px) {
    #content section.header .logo {
        margin-top: 0rem;
        padding: .5rem 0;
        text-align:center;
   }
    #content section.header .slogan {
        padding: 1rem 0 .5rem;
        text-align:center;
   }
    #content section.header .slogan h1 {
        font-size: 1.85rem;
        line-height: 1.5rem;
   }
}
@media(max-width: 575px) {
    #content section.header .header_background {
        background-position: top 0 right -100px;
   }
    #content section.header .slogan h1 {
        font-size: 1.5rem;
   }
    #content section.header .searchbox-margin {
        margin: 0;
   }
    #content section.header .shopping_cart {
        margin: .25rem 0;
   }
}
@media(max-width: 440px) {
    #content section.header .header_background {
        background-image: none;
    }
    #content section.header .slogan h1 {
        font-size: 1.5rem;
   }
    #content section.header .shopping_cart {
        margin: .5rem 0;
        font-size:.7rem;
   }
}
/* ****************************** N A V I G A T I O N ****************************** */
/* wenn Navigation Header Content */
#content section.header nav.navbar {
    width: 100%;
    padding: 1rem 0 0;
    background-color: #fff;
    margin-bottom: 0;
}
#content section.header nav.navbar .container {
    background: #b2aaa4;
    justify-content: flex-start;
}
#content section.header nav .container, #content section.header nav .navbar-collapse {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
#content section.header .navbar-collapse:before, #content section.header .navbar-collapse:after {
    content: " ";
    display: table;
}
#content section.header nav.navbar-light .navbar-toggler {
    color: #fff;
    border-color: transparent;
}
#content section.header nav .navbar-toggler {
    position: relative;
    float: left;
    margin-right: 1px;
    padding: 0 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
}
#content section.header nav button.navbar-toggler {
    text-align:left;
}
/* .button_menu {
    width:100%;
}
.button_search {
    display:none;
}
.button_cart {
    display:none;
}
*/
@media (max-width: 991px) {
    #content section.header .button_menu {
        width:49%;
   }
    #content section.header .button_search {
        width:25%;
   }
    #content section.header .button_cart {
        width:25%;
   }
}
@media (min-width: 992px) {
    #content section.header nav .navbar-collapse {
        width: 100%;
        padding: 0;
        border-top: 1px solid #cac3bf !important;
        border-bottom: 1px solid #cac3bf !important;
        background: #f8f8f8;
        min-height: 40px;
   }
}
/* @media (min-width: 768px) .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}
*/
#content section.header ul.navbar-nav > li {
    margin: 8px 33px 8px 0;
    font-size:1.1rem;
}
#content section.header ul.navbar-nav > li.last {
    margin: 8px 0 8px 0;
}
@media (max-width: 1199px) {
    #content section.header ul.navbar-nav > li {
        margin: 8px 17px 8px 0;
        font-size:1.05rem;
   }
}
@media (max-width: 991px) {
    #content section.header ul.navbar-nav {
        border-bottom: 1px solid #cac3bf;
   }
    #content section.header ul.navbar-nav > li {
        margin-left: 10px;
        margin-right: 120px;
        font-size:1.05rem;
   }
}
#content section.header ul.navbar-nav > li.show {
    display: block !important;
}
#content section.header .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
#content section.header ul.navbar-nav > li.show > .dropdown-menu {
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
#content section.header ul.navbar-nav > li.show > .dropdown-menu.show {
    display: block;
}
#content section.header .dropdown-item:active {
    color: inherit;
    background-color: inherit;
}
#content section.header .navbar-header {
    color:#333;
}
#content section.header ul.navbar-nav > li > a.current {
    color:#fe4310;
}
#content section.header .dropdown-toggle::after {
    margin-left: 0em;
}
#content section.header .dropdown-item:focus, .dropdown-item:hover {
    color:#fe4310;
}
/* wenn Navigation Content */
/* nav.navbar {
    min-height: 50px;
    border: 1px solid transparent;
    font-size:.9rem;
}
*/
#content section.header nav.headroom {
    will-change: transform;
    -webkit-transition: -webkit-transform 200ms linear;
    transition: -webkit-transform 200ms linear;
    transition: transform 200ms linear;
    transition: transform 200ms linear, -webkit-transform 200ms linear;
}
#content section.header nav.headroom--pinned {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
#content section.header nav.headroom--unpinned {
    -webkit-transform:translateY(-105%);
    transform:translateY(-105%);
}
#content section.header nav.navbar-fixed-top, #content section.header nav.top-header, #content section.header nav.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    #content section.header nav.navbar-fixed-top, #content section.header nav.top-header, #content section.header nav.navbar-fixed-bottom {
        border-radius: 0;
   }
}
#content section.header nav.navbar-fixed-top, #content section.header nav.top-header {
    top: 0;
    border-width: 0 0 1px;
}
#content section.header nav.top-header {
    background: #fff;
    border-bottom: 1px solid #1b1d20;
    box-shadow: 0px 0px 5px 0px #1b1d20;
}
/* ****************************** Breadcrumb ****************************** */
section.header .breadcrumb_frame {
    border-bottom: 1px solid #cac3bf;
}
section.header .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: .5rem 0;
}
/* * * * * * * * * * * * * * * * * * Inhaltsbereich * * * * * * * * * * * * * * * * * */
#content {
    width:100% 
}
/* * * * * * * * * * * * * * * * * * Titelseite * * * * * * * * * * * * * * * * * */
#content section.title {
    border-top:1px solid #cac3bf;
}
#content section.title.no_top_line {
    border-top:1px solid transparent;
}
/* Slideshow */
#content section.title .carousel-indicators {
    width: 25%;
    margin-right: 0;
    margin-left: 75%;
    bottom: 5px;
    margin-bottom: 0;
}
@media (max-width: 575px) {
    #content section.title .carousel-indicators {
        width: 50%;
        margin-right: 0;
        margin-left: 50%;
   }
}
#content section.title .carousel-indicators li {
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #f0ebe8;
}
#content section.title .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin-top: 1px;
    background-color: #cac3bf;
}
/* EOF Slideshow */
#content section.title h1 {
   /* in Index */
    text-transform:uppercase;
    font-size: 1.75rem;
    font-weight: 400;
    background: #fff;
    color:#888;
}
#content section.title h2 {
    font-size: 1.25rem;
    font-weight: 400;
}
#content section.title .h2_header {
    border-top: 1px solid #cac3bf !important;
    border-bottom: 1px solid #cac3bf !important;
    background: #f8f8f8;
}
/* #content section.title .card {
    margin:10px;
    border:1px solid transparent;
}
#content section.title .card .card-body {
    box-shadow:none;
    border:1px solid transparent;
    padding: 10px;
    text-align:center;
}
*/
#content section.title .row.top_themes {
    margin-right: -7px;
    margin-left: -7px;
}
#content section.title .grey_frame {
    padding: 0;
    display: flex;
}
#content section.title .card {
    padding: 0;
    margin: 10px;
    border:1px solid #C0B7AE;
    width: 100%;
}
#content section.title .card .card-body {
    box-shadow:none;
    border:1px solid transparent;
    padding: 5px;
    font-size:1em;
}
/* Neu bei museumsart - Slider */
#content section.title .new_products_slider {
    border-bottom: 1px solid #cac3bf;
    max-height: 310px;
}
#content section.title .new_products_slider ul {
    padding-left: 0;
}
@media(max-width: 575px) {
    #content section.title .new_products_slider {
        max-height: 170px;
    }
    #content section.title .bx-wrapper .bx-prev {
        display: none;
   }
    #content section.title .bx-wrapper .bx-next {
        display: none;
   }
}
@media(max-width: 991px) {
    #content section.title .grey_frame{
        flex: 50%;
    }
}
/* * * * * * * * * * * * * * * * * * EOF Titelseite * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * Kategorieliste * * * * * * * * * * * * * * * * * */
#content section.categories_listing {
    border-top:1px solid #cac3bf;
}
#content section.categories_listing.no_top_line {
    border-top:1px solid transparent;
}
#content section.categories_listing div.header_box {
    position:relative;
}
#content section.categories_listing div.headline_box {
    position:absolute;
    top: 1rem;
    left:2rem;
    z-index:10;
}
#content section.categories_listing h1 {
    font-size: 1.75rem;
    color: #333;
    padding: .5rem 0;
    margin-top: 1rem;
    margin-bottom: .5rem;
    text-shadow: 0 0 5px white;
}
#content section.categories_listing hr {
    border-top:1px solid #cac3bf;
    margin-top: 0;
    margin-bottom: 1rem;
}
#content section.categories_listing .card {
    border: 1px solid #cac3bf;
    padding:0.5rem;
}
#content section.categories_listing .bild_box {
    border-radius: 0;
    margin: 1rem;
}
#content section.categories_listing .card-body {
    padding: 0;
}
/* * * * * * * * * * * * * * * * * * EOF Kategorieliste * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * Produktliste * * * * * * * * * * * * * * * * * */
#content section.products_listing {
    border-top:1px solid #cac3bf;
}
#content section.products_listing.no_top_line {
    border-top:1px solid transparent;
}
#content section.products_listing h1 {
    font-size: 1.75rem;
    color: #333;
    padding: .5rem 0;
    margin-top: 1rem;
    margin-bottom: .5rem;
    text-shadow: 0 0 5px white;
}
#content section.products_listing h2 {
    text-transform: none;
    font-size: 1rem;
    font-weight: lighter;
    color:#333;
    padding: 0;
    margin: 0;
    margin-bottom: 0rem;
}
#content section.products_listing .card {
    border: 0px solid transparent;
    padding:0;
    height: 100%;
}
#content section.products_listing .bild_box {
    border-radius: 0;
    border: 1px solid #cac3bf;
}
#content section.products_listing .card-body {
    padding: 10px 0px;
    position:relative;
    /* border-right: 1px solid #cac3bf; */
    /* border-left: 1px solid #cac3bf; */
    /* border-bottom: 1px solid #cac3bf; */
}
#content section.products_listing .card-body p {
    font-size:.8rem;
    line-height:1rem;
    margin-bottom:.25rem;
}
#content section.products_listing .card-body .productSpecialPrice {
    color:#fe4310;
}
#content section.products_listing .card-body .price-info {
    font-weight:100;
    font-size: .9rem;
    line-height:1.15rem;
    color:#333;
}
#content section.products_listing hr.search {
    max-width: 100%;
    height: 1px;
    margin: 0 0 1rem;
    border-top:1px solid #cac3bf;
}
#content section.products_listing .button_new {
    position: absolute;
    top:0px;
    right:0px;
    z-index:100;
    width:75px;
    height:75px;
}
.col-md-5-new {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 11px;
    position: relative;
    width: 100%;
    min-height: 1px;
    float: left;
}
.col-md-6-new,
.col-md-4-new {
    max-width: 100%;
    padding: 11px;
    width: 100%;
}
.col-md-5-new.first {
    padding-left: 15px;
}
.col-md-5-new.last {
    padding-right: 15px;
}
@media (min-width: 768px){
    .col-md-5-new {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-md-6-new {
        max-width: 60%;
    }
    .col-md-4-new {
        max-width: 40%;
    }
}
.product-cart a{
    position: absolute;
    right: 0px;
    top: 0px;
}
.product-cart .btn-sm{
    padding: 5px;
    font-size: 15px;
}
/* * * * * * * * * * * * * * * * * EOF Produktliste * * * * * * * * * * * * * * * * */
#content section.manufacturers {
    border-top:1px solid transparent;
}
#content section.manufacturers h1 {
    text-transform:uppercase;
    font-size: 3em;
    font-weight: 600;
    overflow: hidden;
    color:#454545;
    padding-bottom: 15px;
}
#content section.manufacturers h2 {
    text-transform:uppercase;
    font-size:2.5rem;
    font-weight:900;
    overflow: hidden;
    color:#E52173;
    padding-bottom: 15px;
}
#content section.manufacturers h3 {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-weight:700;
    font-size:1.75rem;
    margin:5px 0;
    padding:0 0 5px 0;
}
#content section.manufacturers .manufacturers_count {
    font-weight: 700;
}
#content section.manufacturers .breeders_submenu {
    text-transform:uppercase;
    font-weight:900;
}
#content section.manufacturers .breeders_submenu a {
    color:#E52173;
}
#content section.manufacturers .card {
    margin:10px;
    border-color:#ABCC57;
}
#content section.manufacturers .card .card-img-top.bild_box {
    position:relative;
    width: 100%;
    overflow:hidden;
}
#content section.manufacturers .card .card-img-top.bild_box:before {
    content: "";
    display:block;
    padding-top: 100%;
}
#content section.manufacturers .card .bild_box_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#content section.manufacturers .card .card-img-top img {
    display:block;
    -o-object-fit:cover;
    object-fit:cover;
    width:100%;
   /* height:100%;
    */
}
#content section.manufacturers .card .card-footer {
    padding:5px 0;
    background-color: #000;
}
#content section.manufacturers .card .card-footer a {
    color: #EEF5DD;
}
#content section.manufacturers .card .card-footer a:hover {
    color: #E52173;
}
#content section.search_criteria {
}
#content section.search_criteria h2 {
    text-transform:uppercase;
    font-size:2.5rem;
    font-weight:900;
    overflow: hidden;
    color:#E52173;
    padding-bottom: 15px;
}
#content section.search_criteria .btn.btn-dark {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#content section.search_criteria .btn:hover, #content section.search_criteria .btn:focus, #content section.search_criteria .btn.activ {
    color: #E52173;
    text-shadow:0px 0px 5px #E52173;
    outline: none;
}
#content section.search_criteria .btn-dark:hover, #content section.search_criteria .btn-dark:focus, #content section.search_criteria .btn-dark.activ {
    box-shadow: none;
    border-color: transparent;
}
#content section.search_criteria .row {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
#content section.search_criteria .card-header {
    padding: 0;
}
#content section.search_criteria .card-header.bg-dark {
    color: #EEF5DD;
}
#content section.search_criteria .card-header h4 {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-weight:700;
    font-size:1.25rem;
    margin-top: 5px;
    margin-bottom: 5px;
    padding:0;
    text-transform:uppercase;
}
#content section.search_criteria .card-body {
    padding: 0;
    line-height:1.75;
}
#content section.search_criteria .box_yield {
    display:inline-block;
    margin:0 auto;
}
/* * * * * * * * * * * * * * * * * Produkt Info * * * * * * * * * * * * * * * * */
#content section.products {
    border-top:1px solid #cac3bf;
}
#content section.products.no_top_line {
    border-top:1px solid transparent;
}
#content section.products h1 {
    font-size: 1.75rem;
    color: #333;
    padding: 0rem 0px 1.5rem 0px;
    margin-top: 1rem;
    margin-bottom: .5rem;
    text-shadow: 0 0 5px white;
}
#content section.products h2 {
    text-transform:none;
    font-size:1.25rem;
    font-weight:lighter;
    color:#333;
    padding: .5rem 0;
    margin-top: .5rem;
    margin-bottom: 0;
}
#content section.products .photoset-grid-lightbox .photoset-row.cols-1 {
    border: 1px solid #cac3bf;
}
#content section.products .photoset-grid-lightbox .photoset-row.cols-4 {
    height:86px !important;
    margin-bottom:0 !important;
}
#content section.products .photoset-grid-lightbox .photoset-row.cols-4 img {
    margin-top:1px !important;
    border: 1px solid #cac3bf;
}
#content section.products .photoset-grid-lightbox .photoset-row.cols-3{
    height: 10% !important;
    padding: 0 !important;
    margin: 0 !important;
}
#content section.products .photoset-grid-lightbox .photoset-row.cols-3 a{
    flex: 0 0 auto !important;
    margin-right: 5% !important;
    margin-top: 20px !important;
    height: auto;
    width: 30% !important;
}
#content section.products .photoset-grid-lightbox .photoset-row.cols-3 a:nth-child(3){
    margin-right: 0px !important;
}
#content section.products .photoset-grid-lightbox .photoset-row.cols-3 img {
    border: 1px solid #cac3bf;
}
#content section.products .order_box {
    background: #f0ebe8;
    padding: 1rem 1rem 1.2rem;
    margin-bottom: 2rem;
}
#content section.products .order_box .price-info {
    font-weight:100;
    font-size: .9rem;
    line-height:1.15rem;
    color:#333;
}
#content section.products .order_box .form-row, #content section.products .order_box .form-row .form-group {
    height:50px;
}
#content section.products .order_box label {
    margin-top: .35rem;
    font-size: .9rem;
    font-weight:normal;
    text-align:left !important;
    justify-content: left;
}
#content section.products .order_box div.alert.alert-light.available {
    padding: .75rem .75rem;
    margin: 1.2rem 0 0 0;
    color: #e50067;
}
@media(max-width: 575px) {
    #content section.products .order_box .form-row, #content section.products .order_box .form-row .form-group {
        height:50px;
   }
    #content section.products .order_box .form-row .form-group .form-control-lg {
        padding: .24rem .5rem;
        font-size: 1rem;
        line-height: 1;
   }
    #content section.products .order_box .form-row .form-group .btn-lg {
        padding: .25rem .5rem;
        font-size: 1rem;
        line-height: 1;
   }
}
#content section.products .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
#content section.products .tab-content {
    border: 1px solid #cac3bf;
    padding: 1rem;
}
#content section.products ul.nav > li {
    margin: 0 0 -1px;
}
#content section.products .nav-tabs>li>a {
    padding: .5rem 1rem;
    cursor: default;
    color: #333;
    background-color: #f0ebe8;
    border: 1px solid #cac3bf;
}
#content section.products .nav-tabs>li>a.active, #content section.products .nav-tabs>li>a:hover, #content section.products .nav-tabs>li>a:focus {
    color: #fe4310;
    background-color: #fff;
    border-bottom-color: transparent;
}
#content hr.products {
    max-width: 100%;
    height: 1px;
    margin: 2rem 1rem 2rem 1rem;;
    border-top:1px solid #cac3bf;
}
#cboxOverlay {
    opacity: 0 !important;
}
#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
    display: none;
}
#cboxContent {
    border: 2px solid #b2aaa4;
}
/* * * * * * * * * * * * * * * * * EOF Produkt Info * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * Shopping Cart * * * * * * * * * * * * * * * * */
#content section.shopping_cart {
    border-top:1px solid #cac3bf;
}
#content section.shopping_cart.no_top_line {
    border-top:1px solid transparent;
}
#content section.shopping_cart h1 {
    font-size: 1.75rem;
    color: #333;
    padding: .5rem 0;
    margin-top: 1rem;
    margin-bottom: .5rem;
    text-shadow: 0 0 5px white;
}
#content section.shopping_cart h2 {
    text-transform:none;
    font-size:1.25rem;
    font-weight:lighter;
    color:#333;
    padding: .5rem 1rem;
    margin: 1rem 0 1.5rem;
    border-top:1px solid #cac3bf;
    border-bottom:1px solid #cac3bf;
}
#content section.shopping_cart img {
    border:1px solid #cac3bf;
}
#content section.shopping_cart hr.shopping_cart {
    max-width: 100%;
    height: 1px;
    margin: 0 0 1.5rem;
    border-top:1px solid #cac3bf;
}
/* * * * * * * * * * * * * * * * * EOF Shopping Cart * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * Checkout * * * * * * * * * * * * * * * * */
#content section.checkout {
    border-top:1px solid #cac3bf;
}
#content section.checkout.no_top_line {
    border-top:1px solid transparent;
}
#content section.checkout h1 {
    font-size: 1.75rem;
    color: #333;
    padding: .5rem 0;
    margin-top: 1rem;
    margin-bottom: .5rem;
    text-shadow: 0 0 5px white;
}
#content section.checkout h2 {
    text-transform:none;
    font-size:1.25rem;
    font-weight:lighter;
    color:#333;
    padding: .5rem 0;
    margin: 1rem 0;
    border-top:1px solid #cac3bf;
    border-bottom:1px solid #cac3bf;
}
#content section.checkout h3 {
    overflow:hidden;
    text-overflow:ellipsis;
    font-weight:300;
    font-size:1.15rem;
    margin:5px 0 10px 0;
    padding:0 0 5px 0;
}
/* #content section.checkout img {
    border:1px solid #cac3bf;
}
*/
#content section.checkout hr.checkout {
    max-width: 100%;
    height: 1px;
    margin: 0 0 1rem;
    border-top:1px solid #cac3bf;
}
#content section.checkout .price-info {
    font-weight:100;
    font-size: .9rem;
    line-height:1.15rem;
    color: #333;
}
#content section.checkout .form-row label, #content section.checkout .form-group label {
    width: 100% !important;
   /* text-align: left;
    */
    margin-bottom: 0;
    font-weight: normal;
}
#content section.checkout label.radio-input {
    padding-left: 10px;
    font-weight:normal;
}
#content section.checkout .card {
    border: 1px solid transparent;
}
#content section.checkout .card .card-body {
    border:1px solid transparent;
}
#content section.checkout .card .card-footer {
    padding:5px 0;
    border-top:1px solid #cac3bf;
    border-bottom:1px solid #cac3bf;
}
#content section.checkout .table td.main{
    font-size: 1rem;
    font-family: 'Roboto Condensed', sans-serif;
}
#content section.checkout .card .card-footer .label {
    display:inline-block;
    background:transparent;
    color:inherit;
    padding:1px 6px;
    border:2px solid #ccc;
    border-radius:10px;
    font-weight:400;
    text-transform:uppercase;
    font-size:0.80em 
}
#content section.checkout .card .card-footer .label.sale {
    border-color:#3a9ced;
   background:#3a9ced;
   color:#fff;
   font-weight:500;
   box-shadow:0px 1px 0px 0px #1068b1 
}
#content section.checkout .card .card-footer .label.new {
    border-color:#419dea;
   background:#419dea;
   color:#fff;
   box-shadow:0px 1px 0px 0px #146ab1 
}
#content section.checkout .card .card-footer .label.price {
    border-color:#f6f6f6;
   background:#f6f6f6;
   color:#404040;
   box-shadow:0px 1px 0px 0px #c3c3c3 
}
/* osc-support-edition BOF*/
.termsContainer{
    width: 100%;
    height: 120px;
    border: 1px solid #bbc3d3;
    padding:1%;
    color:#666;
    overflow:scroll;
}
/* osc-support-edition EOF*/
.stepwizard {
    display: table;
    position: relative;
    margin-top: 20px;
}
@media(max-width: 575px) {
    .stepwizard {
        display: none;
   }
}
.stepwizard-row {
    display: table-row;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    z-index: 0;
    background-color: #398439;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 33%;
}
@media(max-width: 575px) {
    .stepwizard-step p {
        font-size:.75rem;
   }
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    background-color:#fff;
    border: 1px solid #cac3bf !important;
}
.btn-circle.active {
    color: #fe4310 !important;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-filter: saturate(30%);
}
#content section.checkout .width_new_address {
    width: 95%;
}
@media (min-width: 1200px) {
    #content section.checkout .width_new_address {
        width: 810px;
   }
}
#content section.checkout .text_send_order {
    font-size: 2rem;
}
@media (max-width: 575px) {
    #content section.checkout .text_send_order {
        font-size: 1.5rem;
   }
}
/* * * * * * * * * * * * * * * * * EOF Checkout * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * Account * * * * * * * * * * * * * * * * */
#content section.account {
    border-top:1px solid #cac3bf;
}
#content section.account.no_top_line {
    border-top:1px solid transparent;
}
#content section.account h1 {
    font-size: 1.75rem;
    color: #333;
    padding: .5rem 0;
    margin-top: 1rem;
    margin-bottom: .5rem;
    text-shadow: 0 0 5px white;
}
#content section.account h2 {
    text-transform:none;
    font-size:1.25rem;
    font-weight:lighter;
    color:#333;
    padding: .5rem 0;
    margin: 1rem 0;
    border-top:1px solid #cac3bf;
    border-bottom:1px solid #cac3bf;
}
#content section.account img {
    border:1px solid #cac3bf;
}
#content section.account hr.checkout {
    max-width: 100%;
    height: 1px;
    margin: 0 0 1rem;
    border-top:1px solid #cac3bf;
}
#content section.account .price-info {
    font-weight:100;
    font-size: .9rem;
    line-height:1.15rem;
    color: #333;
}
#content section.account .card {
    border: 1px solid #cac3bf;
}
#content section.account .card .card-body label {
    font-weight: normal;
}
#content section.account label.radio-input {
    width: 65px;
    padding-left: .5rem;
}
#content section.account .card .card-body label.checkbox-input {
    width: 100%;
    padding-left: 0;
}
/* * * * * * * * * * * * * * * * * EOF Account * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * Info-Seiten * * * * * * * * * * * * * * * * */
#content section.info {
    border-top:1px solid #cac3bf;
}
#content section.info.no_top_line {
    border-top:1px solid transparent;
}
#content section.info h1 {
    font-size: 1.75rem;
    color: #333;
    padding: .5rem 0;
    margin-top: 1rem;
    margin-bottom: .5rem;
    text-shadow: 0 0 5px white;
}
#content section.info h2 {
    font-size: 1.5rem;
    font-weight: 400;
}
#content section.info h3 {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-weight:600;
    font-size:1.25rem;
    margin:10px 0;
    padding:10px 0;
}
#content section.info h4 {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-weight:600;
    font-size:1.25rem;
    margin:0 0 .5rem;
    padding: 0;
}
#content section.info h4.video {
    overflow:inherit;
    text-overflow:initial;
    white-space:normal;
    font-weight:600;
    font-size:1rem;
    margin:0 0 .5rem;
    padding: 0;
}
#content section.info h5 {
    overflow:hidden;
    font-weight:600;
    font-size:1.25rem;
    padding: 0 .5rem;
}
#content section.info h5 button {
    padding: 0;
}
#content section.info h5 button.btn-link {
    font-weight: 400;
    color: #333;
    background-color: transparent;
}
#content section.info h5 button.btn-link:hover {
    color: #fe4310;
    text-decoration:none;
}
#content section.info hr.info {
    max-width: 100%;
    height: 1px;
    margin: 0 0 1rem;
    border-top:1px solid #cac3bf;
}
#content section.info a.strong {
    font-weight: 900;
}
#content section.info .card {
    border: none;
}
#content section.info .card-header {
    background-color: transparent;
}
#content section.info .card .card-img-top {
    padding: 0 1.25rem;
}
#content section.info .card .card-img-top iframe {
    width:100%;
    height: 240px;
}
#content section.info .card .card-body {
    padding: 1.25rem;
}
#content section.info label.text-left {
    text-align: left !important;
    font-weight:normal;
    padding-left:1rem;
}
/* * * * * * * * * * * * * * * * * EOF Info-Seiten * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * Kolumnen * * * * * * * * * * * * * * * * */
#content section.columns {
    border-top:1px solid #cac3bf;
}
#content section.columns.no_top_line {
    border-top:1px solid transparent;
}
#content section.columns div.header_box {
    position:relative;
}
#content section.columns div.headline_box {
    position:absolute;
    top: 1rem;
    left:2rem;
    z-index:10;
}
#content section.columns h1 {
    font-size: 1.75rem;
    color: #333;
    padding: .5rem 0;
    margin-top: 1rem;
    margin-bottom: .5rem;
    text-shadow: 0 0 5px white;
}
#content section.columns h2 {
    font-size: 1.5rem;
    font-weight: 400;
}
#content section.columns h5 {
    overflow:hidden;
    font-weight:600;
    font-size:1.25rem;
    padding: 0 .5rem;
}
#content section.columns h5 button {
    padding: 0;
}
#content section.columns h5 button.btn-link {
    font-weight: 400;
    color: #333;
    background-color: transparent;
}
#content section.columns h5 button.btn-link:hover {
    color: #fe4310;
    text-decoration:none;
}
#content section.columns p {
    margin: 0 0 21px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    #content section.columns .btn1 {
        padding: .375rem 0;
        font-size: .9rem;
   }
    #content section.columns .btn2 {
        padding: .375rem 0;
   }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content section.columns .btn1 {
        padding: .35rem 0;
        font-size: .8rem;
   }
}
#content section.columns .card {
   /* border: none;
    */
}
#content section.columns .card-header {
   /* background-color: transparent;
    */
    padding: .25rem .75rem;
}
#content section.columns .card .card-body {
   /* padding: 0 1.25rem;
    */
}
/* * * * * * * * * * * * * * * * * EOF Kolumnen * * * * * * * * * * * * * * * * */
/* ****************************** Pagination ****************************** */
#content section.pagination_row hr.pagination_top {
    max-width: 100%;
    height: 1px;
    margin: 0 0 2rem;
    border-top:1px solid #cac3bf;
}
#content section.pagination_row hr.pagination_bottom {
    max-width: 100%;
    height: 1px;
    margin: 1rem 0 1rem;
    border-top:1px solid #cac3bf;
}
#content section.pagination_row .pagenumber {
    padding-top: .25rem;
}
#content section.pagination_row nav.paginator {
    font-size: 1rem;
    font-weight: 200;
}
#content section.pagination_row nav.paginator ul.pagination {
    border-radius: 0px !important;
}
#content section.pagination_row .pagination>li>a, #content section.pagination_row .pagination>li>span {
    position:relative;
    float:left;
    padding:3px 9px;
    line-height:1.42857143;
    text-decoration:none;
    color:#928a84;
    background-color:transparent;
    border:1px solid transparent;
    margin-left:-1px;
}
#content section.pagination_row nav.paginator ul.pagination li.active a, #content section.pagination_row nav.paginator ul.pagination li a {
    box-shadow: none;
}
#content section.pagination_row nav.paginator ul.pagination li.active a, #content section.pagination_row nav.paginator ul.pagination li a:hover, #content section.pagination_row nav.paginator ul.pagination li a:active, #content section.pagination_row nav.paginator ul.pagination li a:focus {
    border-bottom-color: transparent;
}
#content section.pagination_row .pagination>.active>a, #content section.pagination_row .pagination>.active>a:hover, #content section.pagination_row .pagination>.active>a:focus, #content section.pagination_row .pagination>.active>span, #content section.pagination_row .pagination>.active>span:hover, #content section.pagination_row .pagination>.active>span:focus {
    z-index: 2;
    color: #fe4310;
    background-color: transparent;
    border-color: transparent;
    cursor: default;
}
/* #content section.pagination_row nav.paginator ul.pagination li.active a, */
#content section.pagination_row nav.paginator ul.pagination li a:hover
/* , #content section.pagination_row nav.paginator ul.pagination li a:active, #content section.pagination_row nav.paginator ul.pagination li a:focus */
{
    border-color: #fe4310;
    background-color: #fe4310;
    color: #fff;
}
/* color: #fff;
background-color: #b2aaa4 !important;
border-color: #928a84 !important;
#fe4310 */
/* ****************************** EOF Pagination ****************************** */
/* ****************************** F O O T E R ****************************** */
footer .footer {
    color: #fff;
    background: transparent;
    border-top: 0px solid transparent;
}
footer .footer h2 {
    color: #fff;
    font-weight: bold;
    padding-bottom: .25rem;
    margin-bottom: 0;
    border-bottom: 0;
    text-transform:none;
    text-shadow: none;
}
footer .container {
    background:#fff;
}
footer .container .dbl_no_gutters {
    margin: 0 15px 2rem;
    padding-top: 1rem;
    background: #b2aaa4;
}
footer .footer hr {
    max-width: 100%;
    height: 1px;
    margin: 1rem 1rem 1rem 1rem;
    border-top:1px solid #cac3bf;
}
footer .footer hr.inner_footer {
    margin: 1rem .5rem 1.5rem;
    width:100%;
}
footer .footer .footer_info_box {
    padding-left: 1rem;
}
footer .footer .footer_info_box a {
    color: #fff;
}
footer .footer .ssl i, footer .footer .shipping i, footer .footer .gift i, footer .footer .call i {
    width: 1.5rem;
    margin-bottom: 3.5rem !important;
}
footer .footer .shipping, footer .footer .gift, footer .footer .call {
    border-left: 1px solid #cac3bf;
}
footer .footer .shipping2, footer .footer .newsletter, footer .footer .payment, footer .footer .press {
    border-left: 1px solid transparent;
    padding-left:0;
    padding-bottom:1rem;
}
footer .footer .footerbox {
    padding-left: 3.5rem;
}
footer .footerbox a {
    color: #fff;
}
footer .footer-extra a {
    color: #fff;
}
footer .footer-extra a:hover {
    color: #fff;
}
footer .footer .footerbox span.hide {
    display:inline;
}
@media (max-width: 991px) {
    footer .footer .footerbox {
        padding-left: 1rem;
   }
}
@media (min-width: 768px) and (max-width: 1199px) {
    footer .footer .footerbox span.hide {
        display: none;
   }
}
@media (max-width: 767px) {
    footer .footer .footerbox {
        padding-left: 1rem;
   }
}
@media (max-width: 575px) {
    footer .footer .shipping, footer .footer .gift, footer .footer .call {
        border-left: none;
    }
    footer .footer .footerbox {
        padding-left: 1rem;
   }
}
/* ****************************** F A N C Y B O X ****************************** */
#form_subscribe .grid-centering {
    display: grid;
    justify-content: center;
    align-items: center;
}
#form_subscribe .grid-centering .child {
    max-width: 90%;
    margin: 0 auto;
}
#form_subscribe .centerBlock {
    width: 50%;
}
@media (max-width: 991px) {
    #form_subscribe .centerBlock {
        width: 80%;
        margin: 0 auto;
   }
}
@media (max-width: 767px) {
    #form_subscribe .centerBlock {
        padding-top: 1rem;
   }
}
#form_subscribe h2 {
    font-weight:900;
    font-size:1.5rem;
    line-height: 1.2;
    margin-bottom: 1.2rem;
}
#form_subscribe .newsletterPop1 {
    margin: 0 auto 1.52rem;
    width: 85%;
    font-size:.9rem;
}
#form_subscribe .newsletterPop2 {
    margin-bottom: 1.52rem;
}
#form_subscribe .newsletterPop2 ul {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    #form_subscribe .newsletterPop2 {
        margin-left: 12%;
   }
}
#form-subscribe .form-content .actions {
    background-color: transparent;
    padding: 0;
    width: 100%;
}
.fancybox-close {
    background-image: url(images/layout/fancybox_sprite.png);
}

/* ****************************** NEWSLETTER FORM ****************************** */
@media (max-width: 765px) {
    .newsletter label.radio-input{
        width: 70px;
    }
}
@media (min-width: 766px) {
    .newsletter label.radio-input{
        width: initial;
    }
}