header.site-header {
    background: none repeat scroll 0 0 #fff;
    margin: 0;
    padding: 0;
    height: 110px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.58);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.58);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.58);
}

header.site-header div.site-title {
    padding-top: 15px;
    float: right;
}

.site-header div.site-title a {
    padding-right: 0px;
}

.header-logo-menu .header-logo {
    display: inline-block;
    float: right;
    height: 110px;
}

.primary-menu-container,
.climatex-main-menu-container .nav-menu {}

.site-header,
.climatex-main-menu-container div.nav-menu,
.climatex-main-menu-container .primary-menu-container,
.header-logo *,
.site-header div.site-title,
.site-header h2 {
    line-height: 88px !important;
}

.header-logo {
    /* padding-top: 10px; */
}

.climatex-container.imd-pagetitle-container {
    width: 960px;
}

@media only screen and (max-width: 960px) {
    .climatex-container.imd-pagetitle-container {
        display: none;
    }
    .lang #lang_sel_click > ul > li {
        margin-left: 0px;
        margin-top: 32px;
        width: 100px;
    }
}

#footer .main-footer {
    -webkit-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.58);
    -moz-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.58);
    box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.58);
    height: 10px;
    width: 104%;
    margin-left: -2%;
    color: #000;
    height: auto;
    background: rgb(112, 144, 162);
    background: -moz-linear-gradient(top, rgba(112, 144, 162, 1) 0%, rgba(252, 252, 252, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(112, 144, 162, 1)), color-stop(100%, rgba(252, 252, 252, 1)));
    background: -webkit-linear-gradient(top, rgba(112, 144, 162, 1) 0%, rgba(252, 252, 252, 1) 100%);
    background: -o-linear-gradient(top, rgba(112, 144, 162, 1) 0%, rgba(252, 252, 252, 1) 100%);
    background: -ms-linear-gradient(top, rgba(112, 144, 162, 1) 0%, rgba(252, 252, 252, 1) 100%);
    background: linear-gradient(to bottom, rgba(112, 144, 162, 1) 0%, rgba(252, 252, 252, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7090a2', endColorstr='#fcfcfc', GradientType=0);
}

footer[role="contentinfo"] {
    background: #fff;
    border: 0;
    display: none;
}

#footer {
    overflow: hidden;
}

footer[role="contentinfo"] {}

.entry-title {
    display: none;
}

.search-results .entry-title {
    display: block;
}

.sub-menu {}

@media only screen and (min-width: 769px) {
    ul.subpage-menu {
        margin: 0;
        padding: 0;
        top: 0;
        left: 0;
        display: block;
        /*position: relative;*/
        list-style-type: none;
        line-height: inherit;
        text-align: left;
        text-transform: capitalize;
        font-family: 'Open Sans', sans-serif;
        border-top: 1px solid #000;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 30px;
        padding-top: 30px;
        margin-bottom: 50px;
        font-size: 14px;
        text-transform: uppercase;
    }
    ul.subpage-menu li {
        position: relative;
        line-height: inherit;
        display: block;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
    }
    ul.subpage-menu > li {
        display: inline-block;
        padding: 0 15px 0 0;
    }
    ul.subpage-menu > li a {
        display: block;
    }
    ul.subpage-menu > li.current-menu-item a {
        color: #000;
    }
    ul.subpage-menu ul {
        position: absolute;
        line-height: inherit;
        margin: 0;
        padding: 0;
        top: 100%;
        left: 0;
    }
    ul.subpage-menu ul li {
        margin: 0;
        padding: 0;
        display: block;
        line-height: 2.5em;
    }
    .sub-menu .nav-menu .children li ul.children,
    .sub-menu .nav-menu .sub-menu li ul.subpage-menu {
        left: 100%;
        position: absolute;
    }
    .sub-menu .nav-menu .sub-menu li ul.subpage-menu {
        top: -2px;
    }
    .sub-menu .nav-menu .children li ul.children {
        top: 0;
    }
    .sub-menu .nav-menu .sub-menu,
    .sub-menu .nav-menu .children {
        line-height: inherit;
        padding: 0;
        margin: 0;
        left: 0;
        top: 100%;
        width: 230px;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        background: rgba(29, 29, 29, 0.97);
        border-top: 0px solid #DE5034;
    }
    .sub-menu .nav-menu .sub-menu li a,
    .sub-menu .nav-menu .children li a {
        color: #DDD;
        margin: 0;
        padding: 0 0 0 15px;
        line-height: inherit;
        border: none;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        transition: all 200ms linear;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        text-transform: uppercase;
    }
    .sub-menu .nav-menu .sub-menu li a:hover,
    .sub-menu .nav-menu .children li a:hover {
        background: #DE5034;
        color: #fff;
        border: none;
    }
    /*.sub-menu  .nav-menu > .sub-menu > li:hover a,
    .sub-menu  .nav-menu > .children > li:hover a{
        background: #DE5034;
        color: #fff;
        border: none;
    }*/
    .sub-menu .nav-menu .sub-menu li:hover > a,
    .sub-menu .nav-menu .children li:hover > a {
        padding-left: 25px;
    }
    .sub-menu .nav-menu > li:hover > .sub-menu,
    .sub-menu .nav-menu > li:hover > .children {
        opacity: 1;
        visibility: visible;
        display: block;
    }
    .sub-menu .nav-menu > li > .sub-menu li:hover > ul,
    .sub-menu .nav-menu ul > li:hover > ul,
    .sub-menu .nav-menu > li:hover > .mega-menu ul {
        opacity: 1;
        visibility: visible;
        display: block;
    }
    span.menu-toggle-wrap.fa-bars {
        display: none;
    }
    .lang #lang_sel_click > ul > li {
        margin-left: 0px;
        margin-top: 32px;
        width: 100px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
    .climatex-main-menu-container {
        height: 110px;
        overflow: hidden;
    }
    .primary-menu-container {
        float: left;
    }
    header.site-header .header-logo {
        width: 20%;
        line-height: 54px;
    }
    header.site-header .header-logo div {
        width: 100%;
        line-height: 54px;
        padding-top: 0px;
        margin-top: 0px;
    }
    header.site-header .header-logo div a {
        width: 100%;
        overflow: hidden;
    }
    header.site-header .header-logo div a img {
        width: 100%;
        height: auto !important;
    }
    .header-logo-menu .header-logo {
        display: inline-block;
        float: right;
        height: 54px;
    }
}

@media only screen and (max-width: 768px) {
    ul.subpage-menu {
        display: none;
    }
    .header-logo-menu .header-logo {
        width: 100%;
        padding-bottom: 40px;
        margin-top: -15px;
        margin-top: 0px;
        height: 60px;
        float: none;
    }
    .header-logo img {
        max-width: 240px;
        height: auto !important;
        width: 100%;
    }
    .header-logo-menu .lang {
        display: block;
        width: 120px;
    }
    .lang #lang_sel_click > ul > li {
        margin-left: 0px;
        margin-top: 32px;
        width: 100px;
    }
    .master-slider-parent {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 480px) {
    ul.subpage-menu {
        display: none;
    }
    .header-logo-menu .header-logo {
    }
    .header-logo-menu .lang {}
}

.main-footer {
    color: #000;
    font-size: 12px;
}

.main-footer .widget_nav_menu ul.menu li a {
    border-bottom: 0px solid #efefef;
    display: block;
    padding: 0px 0;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 2em;
}

#footer .widget {
    display: block;
    margin: 0px 0;
    position: relative;
    margin-bottom: 0px;
    text-transform: none;
    line-height: 2em;
}


/* Page type Typografie */

.page-template-climatex-homepage #content p,
.entry-content .vc_row.header p{
    font-size: 22px !important;
    font-weight: 300 !important;
    color: #426c82 !important;
}

.round-icon-white .vc_icon_element-icon {
    background: none repeat scroll 0 0 #fff;
    border-radius: 42px;
    height: 42px;
    padding-left: 0px;
    padding-top: 0px;
    width: 42px;
}

.round-icon-black .vc_icon_element-icon {
    background: none repeat scroll 0 0 #000;
    border-radius: 42px;
    height: 42px;
    padding-left: 0px;
    padding-top: 0px;
    width: 42px;
    color: #fff;
}

.vc_grid-item-mini .vc_gitem-zone-mini img {
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}

.kachel-title {
    text-transform: uppercase;
}

.kachel {}

.vc_grid-item-mini .vc_gitem-zone-a.vc_custom_1426705598866::before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(211, 211, 211, 0.2) 52%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(52%, rgba(211, 211, 211, 0.2)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(211, 211, 211, 0.2) 52%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(211, 211, 211, 0.2) 52%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(211, 211, 211, 0.2) 52%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(211, 211, 211, 0.2) 52%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#33d3d3d3', GradientType=0);
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-zone-a.vc_custom_1426705598866 {}

.vc_grid-item-mini.vc_is-hover .vc_gitem-zone-b.vc_custom_1426708755801::before {
    background-color: rgba(255, 255, 255, 0.9);
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-zone-b.vc_custom_1426708755801 {
    /*  -webkit-filter: blur(5px);
      -moz-filter: blur(5px);
      -o-filter: blur(5px);
      -ms-filter: blur(5px);
      filter: blur(5px); */
}

.vc_gitem-animated-block {
    overflow: hidden;
}

#content .vc_gitem-zone-mini .vc_gitem-zone-b a.vc_gitem-link,
#content .vc_gitem-zone-mini .vc_gitem-zone-b a.vc_gitem-link p,
.page-template-climatex-homepage #content .vc_gitem-zone-mini .vc_gitem-zone-b a.vc_gitem-link p,
a.vc_gitem-link p,
a.vc_gitem-link {
    font-size: 16px !important;
    line-height: 1.5em !important;
    font-weight: 300 !important;
    color: #000 !important;
}

#content .vc_gitem-zone-mini .kachel-title h2 {
    font-size: 28px !important;
    line-height: 1em;
    font-weight: 300;
}

#content .vc_gitem-zone-mini .kachel-title-halb {
    padding-top: 15px;
}

#content .vc_gitem-zone-mini .kachel-title-halb h2 {
    font-size: 28px !important;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 300;
}

#content .vc_gitem-zone-mini .vc_gitem-zone-b.vc_custom_1426705598866 .kachel-title h2 {
    color: #000 !important;
}

@media only screen and (max-width: 500) {
    #content .vc_gitem-zone-mini .kachel-title h2 {
        font-size: 20px !important;
    }
    #content .vc_gitem-zone-mini .kachel-title-halb h2 {
        font-size: 20px !important;
    }
}

.vc_gitem-link {
    color: #00a4da;
    color: #000 !important;
}

.uvc-heading .uvc-main-heading h1,
.uvc-heading .uvc-main-heading h2 {
    margin-bottom: 0.5em !important;
    font-size: 32px;
    font-weight: 300 !important;
    font-family: "Open Sans";
}

.slider-title {
    font-size: 26px;
    color: #fff;
    font-weight: 300;
    font-family: "Open Sans";
}

.single-post .climatex-link .aio-icon,
.vc_row .aio-icon {
    box-sizing: content-box !important;
    display: inline-block;
    height: 1.2em;
    line-height: 1.2em;
    text-align: center;
    width: 1.2em;
}


/* Downloads */

.climatex-download::before {
    content: " ";
    display: table;
    margin-bottom: 10px;
}

.climatex-download {
    clear: both;
    display: table-row;
}

.climatex-download .icon {
    display: table-cell;
    vertical-align: 10px;
}

.climatex-download .icon i {
    background-color: #000;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 1.3em;
    line-height: 20px;
    margin-top: 10px;
    padding-left: 0.18em;
    padding-left: 3px;
    width: 1.3em;
    padding-top: 1px;
}

.climatex-download .link {
    display: table-cell;
    line-height: 18px;
    padding-left: 15px;
    font-size: 13px;
}

.climatex-download .link a {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
    vertical-align: 2px;
    font-size: 13px;
    text-transform: uppercase;
}

.climatex-download .size {
    display: block;
    line-height: 28px;
    text-transform: uppercase;
    width: 110px;
    text-align: right;
    display: table-cell;
    font-size: 13px;
}

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
    margin-bottom: 30px;
}

#content {
    padding-top: 15px;
}

.page-template-climatex-detailpage .entry-content p,
.page-template-climatex-detailpage .entry-summary p,
.page-template-climatex-detailpage .comment-content p,
.page-template-climatex-detailpage .mu_register p {
    font-size: 13px;
    margin: 0 0 24px;
    line-height: 1.6em;
    /*color: #707070;*/
}

.vc-gitem-zone-height-mode-auto-2-1 {
    height: 220px;
}

.vc_grid-container.wpb_content_element.vc_basic_grid {
    margin-bottom: 30px;
}


@media only screen and (max-width: 480px) {
    .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
        margin-bottom: 0px;
        padding-bottom: 0px !important;
    }
    .vc_grid-container.wpb_content_element.vc_basic_grid {
        margin-bottom: 0px;
    }
}

.lang {
    display: inline-block;
    position: absolute;
    right: -110px;
}

.lang #lang_sel_click > ul > li {
    width: 100px;
    margin-top: 32px;
    margin-left: 5px;
}

.lang #lang_sel_click a,
#lang_sel_click a:visited {
    border: 0px solid #cdcdcd;
}

.lang #lang_sel_click ul ul {
    border-top: 0px solid #cdcdcd;
    width: 100px;
}

.lang #lang_sel_click a.lang_sel_sel {
    background-position: right 3px;
}

@media only screen and (max-width: 768px) {
    .lang #lang_sel_click > ul > li {
        margin-left: 0px;
        margin-top: 32px;
        width: 80px;
    }
    header.site-header .header-logo {
        line-height: 54px;
        width: 240px;
        margin-left: calc(50% - 120px);
        margin-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .lang {
        position: absolute;
        top: 10px;
        left: 0px;
    }
    .lang #lang_sel_click > ul > li {
        margin-left: 0px;
        margin-top: 32px;
        width: 80px;
    }
}

@media only screen and (max-width: 490px) {
    header.site-header .header-logo {


    }
    header.site-header div.site-title {
        float: none;
    }
    header.site-header .header-logo img{
    }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
    .lang #lang_sel_click > ul > li {
        margin-left: 0px;
        margin-top: 32px;
        width: 100px;
    }
    .lang {
        display: block;
        clear: both;
    }
    .header-logo-menu .header-logo {
        display: inline-block;
        float: right;
        height: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .header-logo-menu .header-logo {
        height: 88px;
        clear: both;
    }
    .lang #lang_sel_click > ul > li {
        margin-left: 0px;
        margin-top: 0px;
        width: 100px;
    }
    .lang {
        display: block;
        clear: both;
    }
    .site-header,
    .climatex-main-menu-container div.nav-menu,
    .climatex-main-menu-container .primary-menu-container,
    .header-logo *,
    .site-header div.site-title,
    .site-header h2 {
        line-height: 20px !important;
    }
    .climatex-main-menu-container .primary-menu-container{
        /* margin-top: 120px; */
    }

}
.page-template-climatex-homepage #content a.vc_gitem-link p,
 a.vc_gitem-link p{
    font-size: 16px !important;
    line-height: 1.5em !important;
    font-weight: 300 !important;
    color: #000 !important;
}

@media only screen and (max-width: 768px) {
    .lang #lang_sel_click > ul > li {
        margin-left: 0px;
        margin-top: 0px;
        width: 80px;
    }
    #lang_sel_click li {
        float: left;
        position: relative;
        width: 80px;
    }
    .lang {
        display: block;
        clear: both;
    }
    .page-template-climatex-homepage #content a.vc_gitem-link p,
     a.vc_gitem-link p{
        font-size: 16px !important;
        line-height: 1.5em !important;
        font-weight: 300 !important;
        color: #000 !important;
    }
}

#footer .widget {
    clear: both;
}

#footer #newsletterwidget-2 h3.widget-title {
    color: #0a0a0a;
    margin-bottom: 0px;
    margin-top: -4px;
}

#footer .newsletter-widget p {
    display: block;
}

#footer .newsletter-widget input[type='email'] {
    width: 88%;
    margin-right: 10px;
    border: 0px;
    border-radius: 4px;
    color: #aaa;
    float: left;
}

#footer .newsletter-widget input[type='email']:focus {
    color: #000;
}

#footer .newsletter-widget input[type='submit'] {
    width: 10%;
    float: right;
    background-color: #000;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 27px;
    line-height: 24px;
    margin-top: 1px;
    padding-left: 4px;
    width: 27px;
    border: 0px;
    line-height: 200px;
    background: url(images/submit-pfeil.png) no-repeat center center #000000;
}

@media only screen and (max-width: 480px) {
    #footer .newsletter-widget input[type='email'] {
        width: 85%;
        margin-right: 10px;
    }
}

#footer .widget_search {
    padding-top: 10px;
}

#footer .widget_search h3.widget-title {
    color: #0a0a0a;
    margin-bottom: 0px;
}

#footer .widget_search p {
    display: block;
}

#footer .widget_search #searchform input[type='text']#s {
    width: 88%;
    margin-right: 10px;
    border: 0px;
    border-radius: 4px;
    color: #aaa;
    float: left;
    padding: 6px 50px 6px 10px;
    font-size: 11px;
    height: auto;
    line-height: normal;
}

#footer .widget_search #searchform input[type='text']#s:focus {
    color: #000;
}

#footer .widget_search button[type='submit'] {
    width: 10%;
    float: right;
    background-color: #000;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 27px;
    line-height: 24px;
    margin-top: 1px;
    padding-left: 2px;
    width: 27px;
    border: 0px;
    line-height: 1px;
    /*background: url(images/submit-pfeil.png) no-repeat center center #000000; */
}

@media only screen and (max-width: 480px) {
    #footer .widget_search input[type='email'] {
        width: 85%;
        margin-right: 10px;
    }
}

#content .aio-icon,
.vc_row .aio-icon {
    height: 1.3em;
    line-height: 1.3em;
    padding-left: 1px;
    width: 1.27em;
    font-size: 18px !important;
}

#content .default-icon .aio-icon-header {
    width: 50%;
}

#content .aio-icon-header + .aio-icon-description {
    display: table-cell;
    margin-top: 10px;
    padding-left: 15px;
    padding-top: 2px;
    vertical-align: middle;
    width: auto;
}

#content .aio-icon-header h3.aio-icon-title {
    display: block;
    font-size: 13px;
    line-height: 1.2em;
    margin: 0;
    text-transform: uppercase;
    color: #000 !important;
}

#content .default-icon .aio-icon-default {
    width: 0.5%;
}
/*
#content .climatex-link .aio-icon-box div:first-child{
    width: 0.5%;
}
#content .climatex-link  .aio-icon-header {
    width: 50%;
}
*/
.header-box {
    z-index: 1000;
}
  

/* Kacheln auf dem Handy */

@media only screen and (max-width: 480px) {
    .vc_grid-item-mini {
        margin-bottom: 30px;
    }
    .vc_grid-container.wpb_content_element.vc_basic_grid {
        margin-bottom: 30px;
    }
    .wpb_column {
        margin-top: 30px;
    }
}

.primary-menu-container li span.fa.fa-angle-down {
    background-color: #eee;
}

.produkteigenschaft .wpb_wrapper p {
    line-height: 1.2em;
    margin: 0 0 10px;
}
.produkteigenschaft .wpb_wrapper h4 {
    line-height: 1.1em;
    margin: 0 0 0px;
}

.produkteigenschaft .uvc-heading .uvc-main-heading h2 {
    margin-bottom: 0.2em !important;
}

/* order sample funktion */
.order-sample .fg-masonry.fg-masonry-4col .fg-item {
    width: auto;
    padding-bottom: 1%;
}
.foogallery-container .fg-item .produktnummer {
    display: block;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: -32px;
}
.foogallery-container .fg-item img {


}
.order-sample .wpb_single_image .vc_single_image-wrapper,
.ordered-samples .wpb_single_image .vc_single_image-wrapper,
.order-sample .foogallery-container .fg-item{
    cursor: pointer;
    position: relative;
}

.order-sample .wpb_single_image .vc_single_image-wrapper:hover:after,
.order-sample .wpb_single_image .vc_single_image-wrapper.inorder:after,
.order-sample  .foogallery-container .fg-item.inorder:after,
.order-sample  .foogallery-container .fg-item:hover:after {
    width: 100%;
    height: 30px;
    background-color: rgba(255,255,255,0.6);
    color: #111;
    position: absolute;
    left: 0;
    bottom: 17px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    z-index: 10000;
}
html[lang="de-DE"] .order-sample .wpb_single_image .vc_single_image-wrapper:hover:after,
html[lang="de-DE"] .order-sample  .foogallery-container .fg-item:hover:after{
    content: "Muster bestellen";
}
html[lang="de-DE"] .order-sample .wpb_single_image .vc_single_image-wrapper.inorder:hover:after,
html[lang="de-DE"] .order-sample .wpb_single_image .vc_single_image-wrapper.inorder:after,
html[lang="de-DE"] .order-sample .foogallery-container .fg-item.inorder:hover:after,
html[lang="de-DE"] .order-sample .foogallery-container .fg-item.inorder:after{
    content: "Muster ✓";
}
html[lang="en-US"] .order-sample .wpb_single_image .vc_single_image-wrapper:hover:after,
html[lang="en-US"] .order-sample .foogallery-container .fg-item.inorder:hover:after{
    content: "Order Sample";
}
html[lang="en-US"] .order-sample .wpb_single_image .vc_single_image-wrapper:hover:after,
html[lang="en-US"] .order-sample .wpb_single_image .vc_single_image-wrapper.inorder:after,
html[lang="en-US"] .order-sample .foogallery-container .fg-item.inorder:hover:after,
html[lang="en-US"] .order-sample .foogallery-container .fg-item.inorder:after{
    content: "Sample ✓";
}

.ordered-samples .wpb_single_image .vc_single_image-wrapper:hover:after,
.ordered-samples .foogallery-container .fg-item:hover:after{
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    background: url('./images/deselecter.png') center no-repeat;
    content: " ";
    position: absolute;
}
.productnumber{
    text-align: left;
}
input[type="submit"], input[type="button"]{
    background: #000 none repeat scroll 0 0 !important;
}
input[type="submit"], input[type="button"], input[type="reset"]{
    border-color: #000 !important;
}
input[type="submit"]:hover, input[type="button"]:hover {
    background: #fff none repeat scroll 0 0 !important;
    color: #000 !important;
}

.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
    margin-bottom: 12px !important;
}

.aio-icon-box, .wpb_column > .wpb_wrapper .aio-icon-component .aio-icon-box {
    margin-bottom: 24px !important;
}
.aio-icon-component.climatex-link {
    margin-bottom: 0px;
    line-height: 1em;
}
.templatera_shortcode .shariff {
    display: none !important;
    visibility: hidden !important;
}

.slidernomargin {
    margin-top: 25px;
    margin-left: -25px !important;
    margin-right: -25px !important;
    margin-bottom: 30px;
}

 .wpb_video_widget.videonomargin .wpb_wrapper .wpb_video_wrapper{
    padding-top: 0px;
}