@charset "UTF-8"; 
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=b63ef5e3-0b06-4a7b-96c9-df406fb02965&fontids=1572247,1572263,1572271"); 


@font-face {
    font-family : 'FontAwesome';
    src : url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src : url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight : normal;
    font-style : normal;
}

@font-face {
    font-family: "Frutiger LT W04_45 Light";
    src: url("../fonts/1572247/53595583-8a9c-4c63-9220-f4d1c3364a9d.eot?#iefix");
    src: url("../fonts/1572247/53595583-8a9c-4c63-9220-f4d1c3364a9d.eot?#iefix") format("eot"), url("../fonts/1572247/93b7d028-28f3-473a-821f-7a139c59305a.woff2") format("woff2"), url("../fonts/1572247/1f5eb399-3fe2-4a88-946d-1621c81da877.woff") format("woff"), url("../fonts/1572247/8ae8c829-0376-410b-8c6a-92503273d37e.ttf") format("truetype");
}

@font-face {
    font-family: "Frutiger LT W04_65 Bold";
    src: url("../fonts/1572263/92fb90f3-a8af-48d1-aac0-52c736cdc532.eot?#iefix");
    src: url("../fonts/1572263/92fb90f3-a8af-48d1-aac0-52c736cdc532.eot?#iefix") format("eot"), url("../fonts/1572263/63541a87-effb-4b23-a1e5-aded6ef8e33d.woff2") format("woff2"), url("../fonts/1572263/ede01147-5581-4d28-afc0-303f4c771fd2.woff") format("woff"), url("../fonts/1572263/a098af66-fef8-439d-abf2-0d61674a33f9.ttf") format("truetype");
}

@font-face {
    font-family: "Frutiger LT W04_75 Black";
    src: url("../fonts/1572271/545d5126-5453-4932-b3b5-cc2de1912337.eot?#iefix");
    src: url("../fonts/1572271/545d5126-5453-4932-b3b5-cc2de1912337.eot?#iefix") format("eot"), url("../fonts/1572271/d3c98287-0679-416f-9599-d3b869d5ac3c.woff2") format("woff2"), url("../fonts/1572271/78c78a51-9bb9-4a7b-8e9a-30e9fd08f88e.woff") format("woff"), url("../fonts/1572271/70f5881d-538c-43ab-a404-598aedf5e016.ttf") format("truetype");
}

html {
    width : 100%;
    height : 100%;
    overflow-y : scroll;
    overflow-x : hidden;
}

body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: 'Frutiger LT W04_45 Light', arial, sans-serif;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    background-color: #ffffff;
    -webkit-transition : opacity 0.3s ease-in-out;
    -moz-transition : opacity 0.3s ease-in-out;
    -ms-transition : opacity 0.3s ease-in-out;
    -o-transition : opacity 0.3s ease-in-out;
    transition : opacity 0.3s ease-in-out;
    opacity: 0;
}

body.c7n-loaded {
    opacity: 1;
}

#PoweredByFooter {
    display: none;
}

#preview-content {
    padding-bottom: 0 !important;
}

body.cke_editable {
    background-color : #FFFFFF;
}

::-moz-selection {
    background : rgb(194, 139, 47);
    background-color: rgba(141, 76, 98, 1);
    text-shadow : none;
    color : #ffffff;
}

::selection {
    background : rgb(194, 139, 47);
    background-color: rgba(141, 76, 98, 1);
    text-shadow : none;
    color : #ffffff;
}

/* START SET PADDING ODF BOOTSTRAP 
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 8px;
    padding-right: 8px;
}

.row {
    margin-left: -8px;
    margin-right: -8px;
}

.container,
.container-fluid {
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
}*/
.c7n-center-vertically {
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
}

hr.c7n-backend-only {
    margin: 0;
    padding: 0;
    height: 0;
    visibility: hidden;
    display: inline-block;
    width: 100%;
}

/*  END SET PADDING ODF BOOTSTRAP   */
header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 900;
    margin-top: 15px;
}

#c7n-logo,
#c7n-footer-logo  {
    width: 60px;
    height: auto;
    margin-left: 15px;
}


.c7n-hide-logo #c7n-logo {
    display:  none;
}


#c7n-footer-logo  {
    margin-left: 0px;
}


#clx-open-mobile-navigation, #clx-close-mobile-navigation {
    cursor: pointer;
    width: auto;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 900;
    display: block;
}

#clx-open-mobile-navigation img, #clx-close-mobile-navigation img {
    width: auto;
    height: 60px;
    padding: 24px 0;
    padding: 20px 0;
}

.c7n-open-fact:hover img, .c7n-close-fact:hover img, .c7n-prev-slide:hover img, .c7n-next-slide:hover img, #clx-close-mobile-navigation:hover img {
    opacity: 0.7;
}

#c7n-headline {
    position: absolute;
    top: -15px;
    right: 15%;
    z-index: 998;
}

.c7n-pin {
    width: 140px;
    height: 140px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(141, 76, 98, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    color: #ffffff;
    -ms-transform: rotate(-12deg);
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
    padding: 15px;
}

.c7n-pin:hover {
    background-color: rgba(141, 76, 98, 0.8);
    color: #ffffff;
    text-decoration: none;
}

.c7n-pin h4, .c7n-pin p {
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1.6em;
}

.c7n-pin h4 {
    font-size: 1em;
    font-family: "Frutiger LT W04_65 Bold";
}

#c7n-slider {
    overflow: hidden;
    z-index: 700;
}

.c7n-slide {
    position: relative;
    overflow: hidden;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 701;
}

.c7n-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(74,74,74,0.3);
}

.c7n-fact {
    position: absolute;
    height: calc(100% - 60px);
    width: calc(100%);
    background-color: rgba(177,170,160,1);
    bottom: -100%;
    left: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 15px 15px;
    color: #ffffff !important;
    z-index: 702;
}

.c7n-slide:nth-child(1n) > .c7n-fact, .c7n-slide:nth-child(2n) > .c7n-fact {
    background-color: rgba(177,170,160,1);
}

.c7n-slide:nth-child(3n) > .c7n-fact {
    background-color: rgba(175,189,182,1);
}

.c7n-slide:nth-child(4n) > .c7n-fact {
    background-color: rgba(217,106,57,1);
}

.c7n-slide:nth-child(5n) .c7n-fact {
    background-color: rgba(217,180,50,1);
}

.c7n-slide:nth-child(6n) > .c7n-fact {
    background-color: rgba(158,50,52,1);
}

.c7n-fact.c7n-open {
    bottom: 0;
}

.c7n-open-fact {
    position: fixed;
    width: 50px;
    height: auto;
    bottom: 45px;
    left: 50%;
    transform: translate(-50%, 0);
    cursor: pointer;
    z-index: 703;
    display: none;
}

.c7n-prev-slide img, .c7n-next-slide img, .c7n-open-fact img {
    width: 100%;
    height: auto;
}

.c7n-close-fact, .c7n-newspromo-close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 704;
}

.c7n-close-fact:hover {
    color: rgba(255,255,255,0.7);
}

.c7n-prev-slide, .c7n-next-slide {
    position: absolute;
    top: 50%;
    width: 80px;
    height: auto;
    transform: translate(0, -50%);
    cursor: pointer;
    padding: 15px;
    z-index: 705;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: none !important;
}

.c7n-prev-slide {
    left: 0;
}

.c7n-next-slide {
    right: 0;
}

.c7n-news-headline {
    padding: 30px 15px 30px 15px;
}

#c7n-content {
    position: relative;
    padding-top: 100px;
    padding-bottom: 75px;
    z-index: 700;
}
 
.c7n-toggle-article {
    position:  absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
    width: 45px;
    height: 45px;
}

.c7n-toggle-article:hover {
    opacity: 0.5;
}


.c7n-toggle-article:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    content: 'next';
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    color:  rgba(0,0,0,0.5);
    transition: all 0.3s ease-in-out;
}

.c7n-expand .c7n-toggle-article:after {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.c7n-news-article, .c7n-paging, .c7n-navtree, .c7n-category, .c7n-file, .c7n-product, .c7n-content-tpl {
    padding-top: 30px;
    padding-bottom: 30px;
}

.c7n-file {
    padding-bottom: 0px;
}

.c7n-toggle-content {
    display: none;
}

.c7n-expand .c7n-toggle-content {
    display: block;
}

.c7n-product-icons a {
    font-size: 0.75em;
    padding-top: 45px;
    margin-right: 30px;
    color:  rgba(0,0,0,0.5) !important;
    border-bottom: 0 !important;
}


.c7n-product-icons a svg{
    padding-right: 10px;
    height: 1.1em;
    width: auto;
    vertical-align: text-top;
}

.c7n-product-icons a:hover {
    opacity: 0.66;
}



.c7n-product hr,
.c7n-category hr,
.c7n-news-article hr {
    margin-top: 60px;
    margin-bottom: 0;
    border-top:  1px solid rgba(0,0,0,0.5);
}

.c7n-employee, .c7n-case, .c7n-gallery-image {
    padding-top: 15px;
}

.c7n-content-tpl {
    width: 100%;
    display: block;
    float: left;
}

.c7n-navtree a:first-child .fa {
    display: none;
}

h1 {
    margin-top: 0;
    font-weight: normal;
    font-size: 44px;
    margin-bottom: 0px;
}

#c7n-slider h1 {
    font-family: "Frutiger LT W04_75 Black";
    text-transform: uppercase;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0px;
}

h2, h2 strong, h2 b {
    font-family: "Frutiger LT W04_65 Bold";
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 23px;
    line-height: 1.4em;
}

h2 strong {
    font-family: "Frutiger LT W04_75 Black";
    font-size: inherit;
}

.c7n-news-headline h2 {
    margin-top:  0;
}

.c7n-news-article h2, .c7n-product h2, .c7n-category h2, .c7n-content-tpl .col-sm-7 h2 {
    margin-top: 15px;
    margin-bottom: 5px;
    margin-bottom: 15px;
}

#c7n-slider h2 {
    font-size: 44px;
    color: #ffffff;
}

h3 {
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: normal;
    font-size: 23px;
}

h4 {
    font-size: 14px;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #000000;
}

img {
}

.c7n-content-tpl {
    display: inline-block;
    /*border-bottom: 3px solid #ff0000;
    clear: both;                    */
}

.c7n-image-square {
    background-position: center center;
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
}

.c7n-image-square img {
    display: none;
}

.c7n-image-square::after {
    content: " ";
    display: block;
    padding-bottom: 100%;
}

.c7n-image-overlay {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 999;
}

.c7n-image-overlay p, .c7n-image-overlay ul {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 3;
    padding: 15px;
    margin: 0;
    color: #ffffff;
    font-size: 0.8em;
    line-height: 1.5em;
    width: 100%;
    height: auto;
    background-color: rgba(74, 74, 74, 0.9);
}

a .c7n-image-overlay p, .c7n-image-overlay p a {
    font-family: 'Frutiger LT W04_45 Light', arial, sans-serif !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.c7n-image-overlay p a:hover {
    color: rgba(255,255,255,0.8) !important;
    border-color: rgba(255,255,255,0.8) !important;
}

p {
    margin-bottom: 30px;
}

p.c7n-lead {
    font-size: 17px;
    line-height: 1.3em;
}

#c7n-content ul {
    margin-bottom: 30px;
    padding-left: calc(1em + 1px);
}

#c7n-content ul li {
    list-style-type: square;
}

strong, b {
    font-family: "Frutiger LT W04_65 Bold";
    font-weight: normal;
}

a:active, a:focus, a:link {
    text-decoration: none;
}

table {
    width: 100%;
    padding:  0;
    margin:  0 0 30px 0;
    border-bottom:  1px solid rgba(0,0,0,0.1);
}

table th {
    font-family: "Frutiger LT W04_65 Bold";
    font-weight: normal;
    text-align: left;
    border-bottom:  1px solid rgba(0,0,0,0.5);
    color:  #333333;
    padding: 10px 30px 10px 0;
    white-space: nowrap;
}

table td {
    text-align: left;
    border-bottom:  1px solid rgba(0,0,0,0.1);
    padding: 10px 30px 10px 0;
}

table tr.c7n-info td {
    background-color: rgba(0,0,0,0.05);
    border-bottom:  0px solid rgba(0,0,0,0.1);
    font-style: italic;
}

table tr.c7n-total td {
    font-family: "Frutiger LT W04_65 Bold";
    font-weight: normal;
    background-color: rgba(0,0,0,0.25);
}



#c7n-shop-cart-form table td {
    vertical-align: middle;
}

#c7n-shop-cart-form .shop_quantity {
    width:  60px;
    padding:  5px;
    border:  1px solid rgb(74,74,74);
    margin:  0;
}

#c7n-shop-cart-form .shop_cart_input,
#c7n-payment-method,
#shop_payment input,
#shop_payment textarea {
    padding:  5px;
    border:  1px solid rgb(74,74,74);
    margin:  0;
}

#c7n-payment-method {
    padding:  7px;
}

#c7n-shop-cart-form input[type="submit"] {
    margin:  0;
}


#shop_acc_data input[type="checkbox"] {
    margin-left: 0px !important;
}



table th:last-child,
table td:last-child {
    padding: 10px 10px 10px 0;
}

#c7n-content a {
    color: rgb(0,0,0);
    border-bottom: 1px solid rgb(0,0,0);
}

#c7n-shop-cart-form .delete-icon {
    border-bottom: 0px solid rgb(0,0,0);
}

#c7n-content .c7n-filter a , #c7n-content .c7n-navtree a,  #c7n-content .c7n-files a,  #c7n-content .c7n-file a {
    border-bottom: 0px solid rgb(0,0,0);
    font-family: "Frutiger LT W04_65 Bold";
}

#c7n-content .c7n-file a {
    color: rgb(0,0,0, 0.5);
}

#c7n-content .c7n-category h2 {
    /*  border-bottom: 1px solid rgb(0,0,0);
    padding-bottom: 15px;
    margin-bottom: 0px;*/
}

#c7n-content .c7n-category h2 .fa {
    font-size: 0.8em;
}

#c7n-content a.c7n-more {
    font-family: "Frutiger LT W04_65 Bold";
    border-bottom: 0px solid rgb(0,0,0);
}

#c7n-content a:hover {
    color: rgba(0,0,0, 0.8);
    text-decoration: none;
    border-color: rgba(0,0,0,0.8);
}

/*.c7n-filter {
    display: none;
}*/

.c7n-filter a {
    margin: 0 3px 3px 0;
    display: inline-block;
    border: 2px solid rgb(51,51,51);
    padding: 8px 8px;
}

.c7n-filter a:hover {
    border-color: rgba(51,51,51,0.8) !important;
    color: rgba(51,51,51,0.8) !important;
}

.c7n-filter a.c7n-active {
    background-color: rgb(51,51,51);
    color: #ffffff !important;
}

.c7n-filter a.c7n-active:hover {
    background-color: rgba(51,51,51,0.8)!important;
    border-color: rgba(51,51,51,0) !important;
    color: #ffffff !important;
}

.c7n-navtree a .fa {
    padding: 0 15px;
}

.c7n-category .fa ,
.c7n-category a .fa {
    padding: 0 15px 0 0;
}

.isotope-grid-sizer {
    z-index:  -1;
}

.c7n-filter select {
    border-top: 1px solid rgb(0, 0, 0);
}

.c7n-filter select:focus {
    border-top: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
    margin-bottom: 2px;
}



#c7n-content {
    min-height: 67vh;
}


footer {
    width: 100%;
    z-index: 800;
    font-size: 0.8em;
    color: rgba(255,255,255,1);

    color: rgba(177,170,160,1);
    line-height: 1.5em;
    padding-top: 30px;
    padding-bottom: 60px;
    display: block;
    background-color: rgb(0, 0, 0);
    min-height: 33vh;
}

footer nav{
    font-size: 1.4em;
    line-height: 2em;
}

footer nav.c7n-sitemap {
    display: none;
}

footer .row,
footer .row > div {
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
}

footer nav.row,
footer nav.row > div,
footer nav.row > div:last-child { 
    align-items: flex-start;
    justify-content:flex-start;
}

footer .row > div {
    padding-top: 30px;
}

footer nav > div:first-child {
    display:  none;
}

footer .row > div:last-child {
    justify-content:flex-end;
}

footer nav h3{
    font-size: 1.1em;
    display: block;
    width: 100%;
    margin: 0;
    line-height: 2em;
}

footer nav h3 a{
    color: #d9b432;
    font-family: "Frutiger LT W04_65 Bold";
}

footer a {
    color: rgba(177,170,160,1);
}

footer a.level-2  {
    color: rgba(255,255,255,1);
}


footer a:hover {
    text-decoration: none;
    color: rgba(177,170,160,0.7);
}

footer a.level-2:hover,
footer a.level-2.active {
    color: #d9b432;
}


footer .fa {
    font-size: 1.3em;
}

footer ul {
    padding: 0;
    margin: 0;
    display: block;
}

footer li {
    display: block;
}


#shopJsCart {
    position: absolute;
    top: 0;
    right: 75px;
}

#shopJsCart a{
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;    
    cursor: pointer;
    font-size: 34px;
    text-align: center;
    width: 42px;
    color: #000000;
    margin: 13px 0;
}

#shopJsCart a:hover{
    color: rgba(0, 0, 0, 0.7);
}

#shopJsCart ul{
    display: none;
}

.shopJsCartNumItems {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    line-height: 25px;
    font-size:12px;
    font-weight: 700;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 99;
    font-family: Frutiger LT W04_65 Bold;
    border:  1px solid rgba(177,170,160,0.5);
}

#shop-product-added-info-wrapper {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.65);
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
}

#shop-product-added-info-box {
    width: calc(100% - 60px);
    max-width: 500px;
    height: auto;
    color: #ffffff;
    background-color: rgba(177,170,160,1);
    z-index: 99999;
    position: fixed;
    top: 50%;
    left: 50%;    
    font-size: 0.8em;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    padding: 20px 30px;
    font-weight: 300;
    transform: translate(-50%, -50%);  
    text-align: center;
}


#clx-shop .c7n-msg {
    padding:  10px 15px;
    color: #ffffff;
    background-color: rgba(0,0,0,0.25);
    font-size: 0.8em;
}

#clx-shop  .c7n-msg.error {
    background-color: rgba(141, 76, 98, 1);
}

#c7n-shop-steps {
}

#c7n-shop-steps ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
}

#c7n-shop-steps ul:before{
    z-index: 1;
    content:"";
    position: absolute;
    width: 100%;
    top: calc(50% - 1px);
    height: 1px;
    background-color: rgba(177,170,160,0.5);
    left: 0;
}

#c7n-shop-steps ul li{
    padding: 0;
    margin: 0;
    list-style: none;
    width: 20%;
    line-height: 2em;
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 1em;
    color: rgba(177,170,160,0.5);
}

#c7n-shop-steps ul li.c7n-checked {
    color: #d9b432;
    font-family: Frutiger LT W04_65 Bold;
}

#c7n-shop-steps ul li.c7n-active {
    color: rgb(255,255,255);
    font-family: Frutiger LT W04_65 Bold;
}

#c7n-shop-steps ul li:before {
    position: absolute;
    top: 0;
    height: 2em;
    width: 2em;
    content: "";
    border: 1px solid rgba(177,170,160,0.5);
    border-radius: 50%;
    z-index: -1;
    background-color: #ffffff;
    left: calc(50% - 1em);
}

#c7n-shop-steps ul li.c7n-checked:before,
#c7n-shop-steps ul li.c7n-active:before {
    border-color: #d9b432;
}

#c7n-shop-steps ul li.c7n-active:before {
    background-color: #d9b432;
}

.c7n-manufacturer {
    margin-bottom: 15px;
}

.c7n-price {
    text-align: right;
    line-height: 43px;
    order:  1;
}

.c7n-price .c7n-shop-product-currency,
.c7n-price .c7n-shop-product-dicount-price,
.c7n-price .c7n-shop-product-price {
    font-family: Frutiger LT W04_65 Bold;
}


.c7n-price .c7n-shop-product-price s {
    color:  rgba(141, 76, 98, 1);
}

.c7n-functions {
    margin-bottom: 30px;
    display: flex; 
    flex-direction: row;
    flex-wrap: wrap;
}

.c7n-functions .c7n-quantity {
    text-align: right;
    padding-right: 0;
    order:  2;
}

.c7n-functions .c7n-quantity input {
    margin: 0;
    width: 60px;
    border: 1px solid rgb(74,74,74);
    padding:  10px;
}

.c7n-functions .c7n-add-to-cart {
    padding-left: 0;
    order: 3;
}

.c7n-functions .c7n-add-to-cart input {
    margin: 0;
    width:  100%;
    min-width: auto;
}

.c7n-newspromo {
    z-index: 998;
    position: relative;
    height: auto;
    margin: 0 auto !IMPORTANT;
    /* left: 1%; */
    letter-spacing: normal;
    line-height: normal;
    width: 92%;
    top: -100%;
    background-color: #ffffff;
    color: #333333 !important;
    transition: top 0.75s ease-in-out 1.5s;
    overflow: hidden;
    margin: 0;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

p.c7n-nav-desk span {
    display: none;
    font-family: Frutiger LT W04_65 Bold;
    font-size: 14px;
    text-transform: uppercase;
    top: 0px;
    margin-top: -3px;
    vertical-align: text-top;
}

.c7n-newspromo p {
    line-height: 1.75em !important;
    font-size: 0.75em !important;
}

.c7n-slider-box-top {
    padding: 22px
}

.swiper-slide h4 {
    font-size: 16px;
    height:auto;
}



@media (min-width: 768px) {
    body {
        font-size: 16px;
    }

    #shopJsCart{
        top:  50px;
        right:  15px;
    }


    #shopJsCart a{
        margin: 0;
    }

    #c7n-headline {
        top: -30px;
    }

    .c7n-pin {
        width: 170px;
        height: 170px;
        padding: 30px;
    }

    .c7n-news-article, .c7n-paging, .c7n-navtree, .c7n-category, .c7n-file { /*.c7n-product // .c7n-content-tpl*/
       /*/ padding-top: 80px;*/
      /*padding: 90px 105px;*/
    }

    .c7n-news-headline {
        padding: 45px 60px;
    }

    .c7n-employee, .c7n-case, .c7n-gallery-image {
        padding-top: 30px;
    }

    header, #clx-close-mobile-navigation {
        margin-top: 30px;
    }

    #clx-open-mobile-navigation {
        top: 0;
    }

    #c7n-logo,
    #c7n-footer-logo {
        width: 90px;
        margin-left: 30px;
    }

    #c7n-footer-logo {
        margin-left: 0px;
    }

    #clx-open-mobile-navigation img, #clx-close-mobile-navigation img {
        height: 18px;
        padding: 0;
        vertical-align: top;
    }

    #c7n-content {
        padding-top: 21px;
        padding-right: 45px;
    }

    #c7n-slider h1 {
        font-size: 80px;
    }

    h1, #c7n-slider h2 {
        font-size: 51px;
    }

    h1 {
        margin-bottom: 45px;
        margin-bottom: 0px;
    }

    h2, h3 {
        font-size: 27px;
    }

    p.c7n-lead {
        font-size: 21px;
    }

    .c7n-news-article h2, .c7n-product h2, .c7n-category h2, .c7n-content-tpl .col-sm-7 h2 {
        margin-top: 0px;
    }

    h4 {
        font-size: 16px;
    }

    .c7n-fact {
        position: absolute;
        height: calc(100% - 120px);
        width: calc(100% - 30px);
        background-color: rgba(177,170,160,1);
        bottom: -100%;
        left: 15px;
        padding: 15px 15px;
    }

    footer {
        font-size: 0.75em;
        padding-left: 15px;
        padding-right: 15px;
        min-height: 33vh;
    }



    footer nav.c7n-sitemap {
        display: flex;
    }


    footer nav.row {
        margin-left: calc(16.66666667% - 30px);
    }

    footer .c7n-logo-container {
        width: calc(16.66666667% - 20px);
    }

    .c7n-newspromo {
        /* left: 10%; */
        width: 80% !important;
    }

    p.c7n-nav-desk span {
        display: inline-block !important;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 18px;
    }

    #shopJsCart{
        right:  75px;
    }

    #shopJsCart a{
        font-size: 40px;
    }


    header, #clx-close-mobile-navigation {
        /*margin-top: 50px;        */
    }

    #c7n-logo,
    #c7n-footer-logo  {
        width: 120px;
    }

    #clx-open-mobile-navigation img, #clx-close-mobile-navigation img {
        height: 20px;
        height: 25px;
    }

    .c7n-pin {
        width: 200px;
        height: 200px;
    }

    .c7n-prev-slide, .c7n-next-slide {
        opacity: 1;
    }

    .c7n-prev-slide.c7n-open, .c7n-next-slide.c7n-open {
        opacity: 0;
    }

    #c7n-content {
        /*padding-top: 50px;   */
    }

    #c7n-slider h1 {
        font-size: 90px;
    }

    h1, #c7n-slider h2 {
        font-size: 58px;
    }

    h1 {
        margin-bottom: 60px;
        margin-bottom: 0px;
    }

    h2, h3, p.c7n-lead {
        font-size: 31px;
    }

    p.c7n-lead {
        font-size: 23px;
    }

    h4 {
        font-size: 18px;
    }

    .c7n-filter {
        display: inline-block;
    }

    .c7n-filter a {
        margin: 0 30px 0 0;
        display: inline-block;
        padding: 0;
        border: 0;
        border-bottom: 0px solid rgb(51,51,51) !important;
        font-family: "Frutiger LT W04_65 Bold" !important;
    }

    .c7n-filter a.c7n-active {
        border: 0;
        border-bottom: 2px solid rgb(51,51,51) !important;
        background-color: rgba(51,51,51,0);
        color: rgba(51,51,51,1) !important;
    }

    .c7n-filter a.c7n-active:hover {
        background-color: rgba(51,51,51,0) !important;
        border-color: rgba(51,51,51,0.8) !important;
        color: rgba(51,51,51,0.8) !important;
    }

    .c7n-fact {
        position: absolute;
        height: calc(100% - 150px);
        width: calc(100% - 30px);
        padding: 15px 30px;
    }

    footer {
        font-size: 0.7em;
        display: block;
    }

    .c7n-open-fact {
        display: block;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 20px;
    }

    header, #clx-close-mobile-navigation {
        margin-top: 85px;
    }

    #c7n-logo {
        margin-left: 75px;
    }

    #clx-open-mobile-navigation, #clx-close-mobile-navigation {
        right: 75px;
    }

    #clx-open-mobile-navigation img, #clx-close-mobile-navigation img {
        padding: 0;
        height: 20px;
        height: 25px;
    }

    .c7n-prev-slide {
        width: 140px;
        padding-left: 75px;
    }

    .c7n-next-slide {
        width: 140px;
        padding-right: 75px;
    }

    .c7n-news-headline {
        padding: 90px 105px;
    }

    #c7n-content {
        padding-top: 77px;
        padding-right: 0px;
    }

    .c7n-image-overlay {
        opacity: 0;
        -webkit-transition : all 0.3s ease-in-out;
        -moz-transition : all 0.3s ease-in-out;
        -ms-transition : all 0.3s ease-in-out;
        -o-transition : all 0.3s ease-in-out;
        transition : all 0.3s ease-in-out;
        background-color: rgba(74, 74, 74, 0.9);
    }

    .c7n-image-overlay:hover {
        opacity: 1;
    }

    .c7n-image-square:hover .c7n-image-overlay {
        opacity: 1;
    }

    .c7n-image-overlay p {
        background-color: rgba(74, 74, 74, 0);
    }

    .c7n-fact {
        position: absolute;
        height: 75%;
        width: 70%;
        background-color: rgba(177,170,160,1);
        bottom: -100%;
        left: 50%;
        padding: 30px 60px;
        transform: translate(-50%, 0);
    }
    
    .swiper-slide h4 {
        height: 59px;
        font-size: 28px;
    }

    #c7n-slider h1 {
        font-size: 100px;
    }

    .c7n-functions .c7n-quantity {
    }

    .c7n-price {
      /*  text-align: left;
        order:  4;*/
        line-height: 52px;
    }

    h1, #c7n-slider h2 {
        font-size: 55px;
    }

    h1 {
        margin-bottom: 75px;
        margin-bottom: 0px;
    }

    h2, h3 {
        font-size: 35px;
    }

    p.c7n-lead {
        font-size: 25px;
    }


    h4 {
        font-size: 20px;
    }


    footer {
        font-size: 0.65em;
        padding-left: 0px;
        padding-right: 0px;
    }

    footer .container-fluid {
        padding-left: 75px;
        padding-right: 75px;
    }
    footer nav.row {
        margin-left: calc(25% - 30px);
    }

    footer .c7n-logo-container {
        width: calc(25% - 20px);
    }

    .c7n-newspromo {
        margin: 0 auto !important;
        width: 900px !important;
    }
}

@media (min-width: 1600px) {
    .c7n-open-fact {
        bottom: 15px;
    }

    .c7n-fact {
        padding: 75px 150px;
        width: 60%;
    }
}

/* CHANGES 27.12.2019 */
ul.c7n-meta {
    margin-top: 0px !important;
    /*font-family: "Frutiger LT W04_65 Bold"; */
    margin-bottom: 30px !important;
}

.c7n-meta li {
    line-height: 1.3em !important;
    font-size: 1em;
}

.cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 40px;
    overflow: hidden;
}

.cycle-pager span {
    /* font-family: arial; */
    font-size: 0em;
    width: 6px;
    border: 1px solid;
    height: 6px;
    display: inline-block;
    cursor: pointer;
    color: rgba(255,255,255,0.7);
    border-radius: 50%;
    margin: 2px;
}

.cycle-pager span.cycle-pager-active {
    color: #ffffff;
    background: #ffffff;
}

.cycle-pager > * {
    cursor: pointer;
}

.cycle-pager {
    width: 100%;
    height: 60px;
    margin-bottom: 4vh;
}

.c7n-newspromo .close {
    position: absolute !important;
    width: 15px;
    height: 15px;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 998;
}

.c7n-newspromo .close img{
    width: 100%;
    height: 100%;
    display: block;
}


.c7n-newspromo a {
    color: #333333;
    opacity: 1;
    font-size: 0.8em;
    font-weight: bold;
    font-family: "Frutiger LT W04_65 Bold";
}

.c7n-newspromo a:hover, .c7n-newspromo .close:hover {
    opacity: 0.7;
}

p.c7n-nav-desk {
    vertical-align: middle;
    line-height: 20px;
    display: inline-block;
}

.c7n-nav-desk a {
    color: #ffffff;
}

.c7n-nav-desk a:hover, #clx-open-mobile-navigation img:hover {
    opacity: 0.7
}

p.c7n-nav-desk a {
    margin: 0px 10px;
}

p.c7n-nav-desk img {
    margin-left: 25px;
}

.c7n-newspromo .col-sm-4 {
    padding: 0px 0px 0px 0px;
}

.c7n-newspromo .col-sm-8 {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -5px;
}

#clx-mobile-navigation ul.c7n-meta li a:hover {
    color: #ffffff !important;
}

.text-montserrat img {
    margin-top: -2px;
}

#mediadir article.c7n-category.col-xs-12 {
    padding: 30px 15px !important;
}

.mediaBrowserfolderWidget {
    width: 100%;
}

.contact.row.form-group.form-text .contactFormClass_label {
    font-weight: bold;
    -webkit-font-smoothing: subpixel-antialiased;
}

.contact.row.form-group.form-text {
    padding-top: 10px;
    padding-bottom: 0px;
}

.radio input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: -30px !important;
    margin-top: 8px !important;
}

.checkbox {
    border-bottom: 0px !important;
}
/*
td {
    padding: 0px !important;
    vertical-align: text-top;
}*/

@media (min-width: 1680px) {
    #clx-mobile-navigation {
        max-width: calc(100% - 270px);
    }
}