/*************************************************************************/
/******************* All pages general ***********************************/

body {
    color: #5e5e5e;
}

.action.primary {
    background: #83cd87;
    border: 1px solid #83cd87;
    color: #fff;
    border-radius: 0  !important;
    font-weight: 100;
}

.action.primary:hover {
    background: #50a58f;
    border: 1px solid #50a58f;
    color: #fff;
}

#maincontent {
    padding-top: 60px;
}

select {
    background-color: transparent !important;
    border: 1px solid #ec821d;
    border-radius: 0 !important;
    font-weight: 100;
}

.action.next, .action.previous {
    background-color: transparent !important;
    border: 1px solid #ec821d;
    border-radius: 0 !important;
    font-weight: 100;
}

.items.pages-items li.current .page {
    background: #ec821d !important;
    color: white !important;
}

.toolbar-products .modes > * {

    border: 1px solid #ec821d;
    border-radius: 0 !important;
    background: transparent;
    box-shadow: none;
}

.toolbar-products .modes > *.active {
    background-color: #ec821d;
}
.toolbar-products .modes > *.active:before {
    color:white;
}


/*************************************************************************/
/******************* Header **********************************************/

.page-wrapper .page-header {
    display: flex;
    flex-direction: column;
}

.page-wrapper .page-header .header.content {
    display: flex;
    align-items: center;
}

.page-wrapper .page-header .header.content .block-search #search_mini_form #search {
    border-top: none;
    border-right: none;
    border-left: none;
}

.page-wrapper .page-header a, .page-wrapper .page-header .alink {
    color: #5e5e5e;
}

.page-header .logo {
    margin: auto;
}

.page-header .logo img {
    padding: 10px 0;
    height: auto;
}

.page-header .header.content .newsletter-wrapper {
    position: relative;margin-left: 50px;
}

.page-header .newsletter-wrapper .newsletter-link {
    display:flex;align-items: center;
    z-index: 10;
}

.page-header .block.newsletter {
    margin: 0;
    width: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 25px;
    visibility: hidden;
    padding-top: 10px;
    
}

.page-header .newsletter-wrapper .newsletter-link:hover ~ .block.newsletter {
    visibility:visible;
}

.page-header .newsletter-wrapper .block.newsletter:hover {
    visibility:visible;
}

.page-header .newsletter-wrapper .field.newsletter {
    width: 300px;
}

.page-header .header.links {
    display: flex;
    align-items: center;
    margin: auto 0 20px;
    width: 250px;
    justify-content: flex-end;
    padding: 0 15px 0 0;
    position: relative;
}

.page-header .header.links .wishlist {
display: block;
margin-bottom: 0;
}

.page-header .header.links .wishlist a {

display: flex;
    align-items: center;

}

.page-header .header.links img {
    width: 25px;
    height: 25px;
}

.page-header .header.links .customer-welcome {
    display: none;
}

.page-header .minicart-wrapper {
    margin-left: 0;
}

.page-header .minicart-wrapper .action.showcart {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.page-header .minicart-wrapper .action.showcart:before {
    content: '';
    height: 25px;
    width: 25px;
    background-image: url(../images/cart.png);
    background-size: contain;
}

.page-header .minicart-wrapper .action.showcart .text{
height: auto;width: auto;position: relative;margin-right: 15px;
}


.page-header .minicart-wrapper .action.showcart .counter.qty:not(.empty) {
    position: absolute;
    right: -10px;
    top: -5px;
    height: 16px;
    line-height: 14px;
    width: 16px;
    border-radius: 45px;
    display: block;
    min-width: 0;
    margin: 0;
    /*padding: 2px;*/
}

.page-header .minicart-wrapper .action.showcart .counter.qty .counter-number {
    font-size: 10px;
}

@media only screen and (max-width: 360px) {

    .page-header .logo img {
        width: 80px;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 767px) {
    
    .page-wrapper .page-header .header.content .block-search, .page-wrapper .page-header .header.content .newsletter-wrapper {
        display:none;
    }

    .page-wrapper .page-header .header.content .minicart-wrapper {
        margin-left: 0;
        margin-top: 0;
    }

    .page-wrapper .page-header .header.content .minicart-wrapper .action.showcart .text{
        display:none;
    }

    .page-wrapper .page-header .header.content .header.links a span {
        display:none;
    }

    .page-wrapper .page-header .header.content .logo {
        margin-left: 40px !important;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) {

    .page-wrapper .page-header .header.content {
        max-width: 1280px;
        width: 100%;
    }

    .page-wrapper .page-header .header.content {
        padding: 10px 20px;
    }

    .page-wrapper .page-header .panel.wrapper {
        
    }
}



@media only screen and (min-width: 768px) and (max-width: 967px){

    

    .page-wrapper .page-header .header.content .logo {
        margin-left: auto !important;
    }
    .page-wrapper .page-header .header.content .minicart-wrapper {
        margin-left: 0 !important;
    }

    .page-wrapper .page-header .header.content .header.links {
        padding-left: 0;
        margin-left: 25px;
    }

    .page-wrapper .page-header .header.content .header.links a span {
        display:none;
    }

    .page-wrapper .page-header .header.content .minicart-wrapper .text{
        display:none;
    }

    .page-wrapper .page-header .header.content .newsletter-link > span {
        display:none;
    }

    .page-wrapper .page-header .header.content .block.newsletter .form.subscribe {
        position: absolute;
        right: 0;
    }

}

/*******Mobile Panel ***************/

.page-header .panel.wrapper {
    background: rgb(131, 205, 135) !important;
}

.page-header .panel.wrapper .panel.header {
    display: flex;
    padding: 10px;
    justify-content: center;
    color: white;
}

.page-header .panel.wrapper .panel.header .contentarea {
position: relative;
    width: auto;
    height: auto;
    /* text-align: center; */
    color: white;
    font-size: 110%;
}

.page-header .panel.wrapper .panel.header .contentarea span {
color: white;
    font-size: 110%;
} 

.page-header .panel.wrapper .switcher-currency {
    display: none;
}

.page-header .panel.wrapper .newsletter-wrapper {
    position: relative;
}

.page-header .panel.wrapper .newsletter-wrapper .block.newsletter {
    padding-top: 3px;
}

.page-header .panel.wrapper .form.subscribe {
    position: absolute;
    right: 0;
    z-index: 9000;
}

.page-header .panel.wrapper .block-search {
    margin-top: 0 !important;
}
.page-header .panel.wrapper .block-search .field.search {
    position: relative;
    margin-right: 15px;
}

.page-header .panel.wrapper .block-search .control {
    border: none;
}

.page-header .panel.wrapper .block-search .control input {
    width: 365px;
    right: 0;
    position: absolute;
    left: auto;
    margin-top: 0;
    visibility: hidden;
    top: 28px;
}

.page-header .panel.wrapper .block-search .field.search .label {
    z-index: 40;
}
.page-header .panel.wrapper .block-search .field.search .label:hover ~ .control input {
    visibility:visible;
    z-index: 90000;
}

.page-header .panel.wrapper .block-search .field.search .control input:hover {
    visibility:visible;
    z-index: 90000;
}

/*************************************************************************/
/******************* Menu ************************************************/

.page-wrapper .sections.nav-sections {
    margin-bottom: 0;
}

.page-wrapper .sections.nav-sections .navigation .ui-menu:not(.submenu) {
    background-color: transparent;
}

.page-wrapper .sections.nav-sections .navigation .ui-menu .level0.ui-menu-item > a > span {
    color: white;
}

.page-wrapper .sections.nav-sections .navigation .ui-menu:not(.submenu) .level0.ui-menu-item {
    padding: 10px 0;
    margin: 0;
}

.page-wrapper .sections.nav-sections .navigation .ui-menu:not(.submenu) .level0.ui-menu-item > a{
    line-height: 16px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 500;
    
}
.page-wrapper .sections.nav-sections .navigation .ui-menu:not(.submenu) .level0.ui-menu-item > a{
    border-bottom: none;
}

.page-wrapper .sections.nav-sections .navigation .ui-menu:not(.submenu) .level0.ui-menu-item > a > span {
    line-height: 16px;
    color: black;
    text-transform: uppercase;
    font-weight: 700;
}

.page-wrapper .sections.nav-sections .navigation .ui-menu:not(.submenu) .level0.ui-menu-item > a > span.ui-menu-icon {
    display:none;
}

.page-wrapper .sections.nav-sections .navigation .ui-menu:not(.submenu) .level0.ui-menu-item.active > a {
    border: none;
}

.page-wrapper .sections.nav-sections .navigation .ui-menu:not(.submenu) .level0.ui-menu-item.active > a > span {
    color: white;
    background: black;
    padding: 2px 5px;
}

.page-wrapper .sections.nav-sections .navigation .submenu a:hover {
    background-color: rgba(0, 114, 85, 0.5);
}

.ui-menu-icon.ui-icon {
    margin: 0 5px;
}


.page-wrapper .sections.nav-sections .navigation   .nav-6 span {

    background-color: rgb(131, 205, 135) !important;
    color: white !important;
    padding: 2px 5px;
}



.page-wrapper .sections.nav-sections .navigation  .nav-7 span {

   background-color: red !important;
    color: white !important;
    padding: 2px 5px;
}


 

@media only screen and (max-width: 767px) {

    .page-wrapper .sections.nav-sections .section-item-title.nav-sections-item-title {
        display:none;
    }

    .page-wrapper .sections.nav-sections .navigation .ui-menu:not(.submenu) .level0.ui-menu-item > a{
        padding: 10px 20px;
    }

    .page-wrapper .navigation a, .page-wrapper .navigation a > span {
        color: #575757;
    }

    .page-wrapper .sections.nav-sections .navigation .ui-menu:not(.submenu) .level0.ui-menu-item > ul{
        padding-left: 20px;
    }

    .navigation .level0.active>a:not(.ui-state-active), .navigation .level0.has-active>a:not(.ui-state-active), .navigation .submenu:not(:first-child) .active>a {
        border-color: #83cd87;
    }
    
}

@media only screen and (min-width: 767px) {

    .page-wrapper .sections.nav-sections {
        background: transparent;
    }

    .page-wrapper .sections.nav-sections .navigation {
        padding-left: 20px;
        padding-right: 20px;
        background: transparent;
    }
    
    .page-wrapper .sections.nav-sections .navigation .ui-menu:not(.submenu) {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

}

/*************************************************************************/
/******************* Footer **********************************************/

.page-footer {
    background: #f1f0eb;
    color: #70706f;
}

.footer.content .block.newsletter{display:none !important}

.footer.content {display:flex;}

.footer.content .block-static-block {
    width: 100%;
    display: flex;
    padding: 0 20px;
}

.footer.content .block-static-block > div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.page-footer .block-cms-link {
    margin: 0 0 5px !important;
    float: unset !important;
}
.page-footer .block-cms-link > a{
    color: #70706f;;
}

.page-footer .images-second-column {
    margin-top: 80px;
    margin-left: -80px;
}

.page-footer .images-second-column img {
height: 80px;
}

.page-footer .images-second-column img:nth-child(2) {
    margin-left:15px;
}

@media (max-width: 629px) {

    .footer.content .block-static-block > div > div:first-child {
        flex-direction: column;
    align-items: center;
    }

}

@media (max-width: 900px) {
    
    .footer.content .block-static-block {
        flex-direction: column;
        align-items: center;
    }

    .footer.content .block-static-block > div {
        width: 80%;
        margin-bottom: 50px;
    }

    .footer.content .block-static-block > div > div:first-child {
        margin-right: 0;
    }

    .footer.content .block-static-block > div > div {
        width: 100% !important;
    }

}


/*************************************************************************/
/******************* Home ************************************************/

body.cms-home #maincontent {
    padding-top:0;
}

/*********** Slider *************/
body.cms-home .custom-slider .owl-carousel .owl-stage-outer {
    padding: 0;
}

body.cms-home .custom-slider .owl-controls .owl-nav [class*=owl-] {
    color: transparent;
}

/*********** Home BestSeller Product Slider Section *************/

body.cms-home .home-carousel .block-products-list {
    position: relative;
}

body.cms-home .home-carousel .block-products-list .feat-line {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

body.cms-home .home-carousel .block-products-list .feat-line .feat-white {
    border: none;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

body.cms-home .home-carousel .block-products-list .feat-line .feat-white .pm-prev,
body.cms-home .home-carousel .block-products-list .feat-line .feat-white .pm-next {
    bottom: 0;
    bottom: 28px;
    z-index: 3000;
    background:transparent;
}

body.cms-home .home-carousel .block-products-list .feat-line .feat-white .pm-next:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e617';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    transform: rotate(180deg);
}

body.cms-home .home-carousel .block-products-list .feat-line .feat-white .pm-prev:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e617';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}


body.cms-home .home-carousel .block-products-list .feat-line .feat-white .title {
    display:none;
}

/*********** Home BestSeller Product Slider Section *************/

body.cms-home .custom-slider .title {
    display: flex;
    justify-content: center;
    color: #97ca98;
    font-weight: 900;
}



/*************************************************************************/
/******************* Uber-uns ********************************************/

body.cms-uber-uns .places-gallery .owl-item .grid, body.cms-uber-uns .mitarbeiter .fancybox-button, 
body.cms-uber-uns .mitarbeiter .fancybox-button > img {
    width:100%;
}

body.cms-uber-uns .places-gallery .gallery_title span,
body.cms-uber-uns .mitarbeiter .gallery_title span {
    font-weight: inherit;
    font-family: inherit;
    text-transform: inherit;
    font-size: 130%;
    color: inherit;
}

body.cms-uber-uns .mitarbeiter > div > div {
    margin-bottom: 30px;
}

/*************************************************************************/
/******************* kontakt *********************************************/

body.cms-kontakt .contacto {
    display: flex;
}

body.cms-kontakt .field {
    width: 100%;
}
    
 @media (max-width: 767px) {

    body.cms-kontakt .contacto {
        flex-direction: column;
    }

    body.cms-kontakt .contacto > div, body.cms-kontakt .contacto .field {
        width: 100% !important;
    }

    body.cms-kontakt .contacto > div:last-child {
        margin-top: 20px;
    }
    body.cms-kontakt .legend {
        font-weight: 700;
    }
 }

/*************************************************************************/
/******************* Catalog Category ************************************/

/*************************************************************************/
/******************* Catalog Product *************************************/

body.catalog-product-view .block-margin {
    margin-right: 0;
    margin-left: 0;
}
@media only screen and (min-width: 768px) {
    .second-add-to-cart-button {
        max-width: 450px;
    }
}

/************** Main Product ****************/

.column.main .product-info-main .reviews-actions > a{
    white-space: normal;
}

.column.main .product-info-main .product-info-price{ 
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.column.main .product-info-main .price-final_price {
    display: flex;
    width: auto;
}

.column.main .product-info-main .price-final_price .price-container {
    display: flex;
    align-items: flex-end;
}

.column.main .product-info-main .price-final_price .price-container .price-wrapper {
    margin-bottom: 0;
}

.column.main .product-info-main .price-details {
    display: flex;
    margin-left: 10px;
    align-items: flex-end;
    padding-bottom: 10px;
}

.column.main .product-info-main .product-info-stock-sku {
    display: flex;
    flex-direction: column;
    margin-left: auto;
}

.column.main .product-info-main .product-info-stock-sku .stock.available {
    min-width: 90px;
}

.column.main .product-info-main .product-info-stock-sku .stock.available > div {
width: 100%;
    display: block;
}

@media only screen and (max-width: 767px) {

    .column.main .product-info-main {
        width: auto;
    }
}

/************** Related Products ****************/

.product-item-details .product-item-name {
    font-size: 130%;
    font-weight: 600;
    margin-bottom: auto;
}

.product-item-details .price-final_price {
    margin: 5px 0 0;
    display: flex;
    flex-direction: column;
}

.product-item-details .price-final_price .price {
    font-size: 2rem;
    font-weight: 600;
}

.product-item-details .price-final_price .old-price {
    margin: 0;
}

.product-item-details .price-final_price .old-price .price-wrapper {
    display: block;
}

.products-related .product-item-details, #recently_viewed .product-item-details{
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.products-related .product-item-details .field.choice,#recently_viewed .product-item-details .product-item-inner {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    margin: auto 0 5px!important;
    /*justify-content: center;*/
}

.products-related .product-item-details .field.choice .checkbox.related {
    margin-top: 0;
    top: 0;
}

.products-related .owl-next, .products-related .owl-prev {
    color: transparent !important;
}

.block-actions button {
    background: #ec821d;
    border: 1px solid #ec821d;
    color: #fff;
    border-radius: 0 !important;
    font-weight: 100;
    box-shadow: none;
}
/*************************************************************************/
/******************* Checkout Page ***************************************/

body.checkout-index-index .action.action-apply,body.checkout-index-index .action.action-update, 
body.checkout-index-index .action.action-edit-address {
    background: #ec821d;
    border: 1px solid #ec821d;
    color: #fff;
    border-radius: 0 !important;
    font-weight: 100;
    box-shadow: none;
}

/*************************************************************************/
/******************* Impressum *******************************************/

body.cms-impressum .impressum {
    display:flex;
}

body.cms-impressum .impressum div:nth-child(2){
    width: 75%; 
    margin-left: 5%;
}

@media only screen and (max-width: 875px) {

    body.cms-impressum .impressum {
        flex-direction: column;
    }

    body.cms-impressum .impressum div:nth-child(2){
        margin: 25px 0;
        width: 100%;
    }
}

/*************************************************************************/
/******************* Impressum *******************************************/

body.cms-bestellvorgang .column.main .std p, body.cms-bestellvorgang .column.main .std div {
    display: inline;
}

body.cms-impressum .page-title{

    font-weight: 400 !important;
}

body.cms-impressum #maincontent{

    padding-left: 45px;
    padding-right: 45px;
}

body.cms-impressum {

   font-weight: 400 !important;
   color: black !important;
   font-family:  Arial, "Helvetica Neue", Helvetica, sans-serif, Arial, "Helvetica Neue", Helvetica, sans-serif;
} 

/***********************************************************************/
/**********************Presse********************************************/

body.cms-presse .page-title{

    font-weight: 400 !important;
}

body.cms-presse #maincontent{

    padding-left: 45px;
    padding-right: 45px;
}

body.cms-presse {

   font-weight: 400 !important;
   color: black !important;
   font-family:  Arial, "Helvetica Neue", Helvetica, sans-serif, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
  
/***********************************************************************/
/**********************Kontakt********************************************/

body.cms-kontakt .page-title{

    font-weight: 400 !important;
}

body.cms-kontakt #maincontent{

    padding-left: 45px;
    padding-right: 45px;
}

body.cms-kontakt {

   font-weight: 400 !important;
   color: black !important;
   font-family:  Arial, "Helvetica Neue", Helvetica, sans-serif, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/***********************************************************************/
/*********************Philosophie********************************************/


body.cms-philosophie .page-title{

    font-weight: 400 !important;
}

body.cms-philosophie #maincontent{

    padding-left: 45px;
    padding-right: 45px;
}

body.cms-philosophie {

   font-weight: 400 !important;
   color: black !important;
   font-family:  Arial, "Helvetica Neue", Helvetica, sans-serif, Arial, "Helvetica Neue", Helvetica, sans-serif;
} 
/***********************************************************************/
/*********************Kundendiest********************************************/


body.cms-customerservice .page-title{

    font-weight: 400 !important;
}

body.cms-customerservice #maincontent{

    padding-left: 45px;
    padding-right: 45px;
}

body.cms-customerservice{

   font-weight: 400 !important;
   color: black !important;
   font-family:  Arial, "Helvetica Neue", Helvetica, sans-serif, Arial, "Helvetica Neue", Helvetica, sans-serif;
} 


/*********************Datenschutz********************************************/

body.cms-datenschutzbestimmung .page-title{

    font-weight: 400 !important;
}

body.cms-datenschutzbestimmung #maincontent{

    padding-left: 45px;
    padding-right: 45px;
}

body.cms-datenschutzbestimmung{

   font-weight: 400 !important;
   color: black !important;
   font-family:  Arial, "Helvetica Neue", Helvetica, sans-serif, Arial, "Helvetica Neue", Helvetica, sans-serif;
} 

/*********************AGB********************************************/

body.cms-agb .page-title{

    font-weight: 400 !important;
}

body.cms-agb #maincontent{

    padding-left: 45px;
    padding-right: 45px;
}

body.cms-agb {

   font-weight: 400 !important;
   color: black !important;
   font-family:  Arial, "Helvetica Neue", Helvetica, sans-serif, Arial, "Helvetica Neue", Helvetica, sans-serif;
} 

/*********************zahlung********************************************/

body.cms-zahlung .page-title{

    font-weight: 400 !important;
}

body.cms-zahlung #maincontent{

    padding-left: 45px;
    padding-right: 45px;
}

body.cms-zahlung {

   font-weight: 400 !important;
   color: black !important;
   font-family:  Arial, "Helvetica Neue", Helvetica, sans-serif, Arial, "Helvetica Neue", Helvetica, sans-serif;
} 

  