/* -- SETUP ----------------------*/
.alignwide, .alignfull {
	margin-right: calc(50% - 50vw);
	margin-left:  calc(50% - 50vw);
	max-width:  100vw;
	width:  100vw;
}


/* -- heading block ----------------------*/
div.area-headline {
    color: #0063ac;
    font-family: Vectora,sans-serif;
    padding-bottom: 22.5px;
    padding-top: 42.5px;
}
@media (min-width: 768px) {
	div.area-headline {
		padding-bottom: 40px;
		padding-top: 80px;
	}
}
div.area-headline h1, div.area-headline h2, div.area-headline h3 {
    font-size: 34px;
    font-weight: 300;
    line-height: 40px;
    padding-left: 56px;
    position: relative;
}
@media (min-width: 768px) {
	div.area-headline h1, div.area-headline h2, div.area-headline h3 {
		font-size: 38px;
		line-height: 45.5px;
		margin-bottom: 0;
		padding-left: 176px;
	}
}
div.area-headline h1:before, div.area-headline h2:before, div.area-headline h3:before {
    border-bottom: 2px solid #0063ac;
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    width: 40px;
}
@media (min-width: 768px) {
	div.area-headline h1:before, div.area-headline h2:before, div.area-headline h3:before {
		content: "";
		left: 0;
		width: 160px;
	}
}


/* -- Category listing block || Also used for general woo listings ----------------------*/
.container.product-listings {
    padding-bottom: 3rem;
}
section.area-category-listing {
    padding-top: 40px;
}
.woocommerce ul.products li.product .button {
	margin-top: auto;
}
.area-product-preview-background .container, .area-slider-product-background .container {
	padding-top: 80px;
}
.area-product-preview-background, .area-slider-product-background {
    background-color: #f3f4f6;
}
.area-product-preview-background .container, .area-slider-product-background .container {
    padding-top: 60px;
    position: relative;
}
.woocommerce ul.products {
	list-style: none;
	padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
}
.woocommerce ul.products li.product-category.product,
.woocommerce ul.products li.product.type-product {
	text-align: center;
	background-color: #fff;
    box-shadow: 0 20px 24px 0 rgba(0,0,0,.08);
	min-height: 400px;
	margin: 0 20px 40px;
	width: 100%;
	padding-top: 0px;
}
.woocommerce ul.products li.product a, .woocommerce ul.products li.product div.was-a-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
} 
.woocommerce ul.products li.product a:hover .btn.btn-primary {
    background-color: #a7cbe1;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    font-size: 25px;
    line-height: 35px;
    margin: 13px 24px 8px;
	flex-grow: 1;
	font-weight: 400;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title mark.count {
	display: none;
}
.woocommerce ul.products li a img, .woocommerce ul.products li div img, .woocommerce ul.products li.product-category.download_document div img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    height: 185px;
}
.woocommerce ul.products li.product-category a img, .woocommerce ul.products li.product-category div img {
   margin: 0 auto;
    height: 185px;
    object-fit: cover;
	width: 100%;
}
.product.download_document img {
    border: 1px solid #0263ac;
}
.woocommerce ul.products li.product .lower-content .link {
    margin: 0 auto 1rem;
    width: calc(100% - 46px);
	height: auto;
}
.woocommerce ul.products li.product span.price {
    padding-bottom: 1rem;
}
.woocommerce ul.products li.product span.woocommerce-Price-amount.amount {
    color: #000;
}
.woocommerce ul.products li.product span.woocommerce-Price-amount.amount.woocommerce-Price-suffix {
    font-size: 13px;
}
@media (min-width: 576px){
	.woocommerce ul.products li.product-category.product,
	.woocommerce ul.products li.product.type-product{
		max-width: 42%;
	}
}
@media (min-width: 768px) {
   .woocommerce ul.products li.product-category.product:not(.download_document),
	.woocommerce ul.products li.product.type-product:not(.download_document) {
		max-width: 280px;
		width: 280px;
   }
}
@media screen and (max-width: 991px) {
	.woocommerce ul.products { margin-top: 20px; }
}
@media screen and (max-width: 767px) {
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 { margin: 13px 10px 8px; }
	.woocommerce ul.products li.product .lower-content.multi-btns { margin: 0 10px; }
	.woocommerce ul.products li.product .lower-content { padding-bottom: .75rem; }
	.woocommerce ul.products li.product .lower-content .link { margin-bottom: .25rem; }
	
	section.area-category-listing { padding-top: 10px; }
}


/* -- Homepage hero block ----------------------*/
.area-header-homepage-background {
    background-color: #f3f4f6;
    position: relative;
}
.area-header-homepage-content {
    height: 810px;
    padding-top: 320px;
    z-index: 2;
}
.area-header-homepage-content-subheadline {
    color: #1d2330;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 24px;
}
.area-header-homepage-content-headline {
    color: #0063ac;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    padding-bottom: 24px;
}
.area-header-homepage-content-text {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
}
.area-header-homepage-content-cta {
    background-color: #0063ac;
    bottom: 35px;
    position: absolute;
}
.area-header-homepage-content-image-OFF {
    display: inline-block;
    height: auto;
    max-height: 450px;
    max-width: 100vw;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.area-header-homepage-content-image {
    position: absolute;
    top: 0;
    right: -12px;
    bottom: 0;
    text-align: right;
}
/*.area-header-homepage-content-image {
    display: inline-block;
    height: auto;
    max-height: 450px;
    max-width: 100vw;
    padding: 120px 0 0;
    position: absolute;
    right: 130px;
    text-align: right;
    top: 0;
}*/
.area-header-homepage-content-image img {
	object-fit: contain;
    width: auto;
    height: calc(100% - 20px);
    max-width: 700px;
}

.area-header-homepage-background-footer {
    height: 120px;
    overflow: hidden;
    white-space: nowrap;
}
.area-header-homepage-background-footer-left {
    border-bottom: 20px solid #000;
    display: inline-block;
    height: 120px;
    width: 50%;
}
.area-header-homepage-background-footer-right {
    background-color: #0063ac;
    border-bottom: 20px solid #a7cbe1;
    display: inline-block;
    height: 120px;
    position: relative;
    width: 50%;
}

@media (min-width: 768px){
    .area-header-homepage-content {
        height: auto;
        padding-top: 100px;
        padding-bottom: 70px;
    }
	.area-header-homepage-content-image img {
		max-width: 620px;
	}
    .area-header-homepage-content-headline {
        font-size: 34px;
        line-height: 40px;
    }
    .area-header-homepage-content-text {
        font-size: 18px;
        line-height: 27px;
    }
    .area-header-homepage-content-cta {
        bottom: 0;
    }
    .area-header-homepage-content-image-OFF{
        max-height: 680px;
        max-width: 50vw;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
    } 
}
@media (min-width: 992px) {
    .area-header-homepage-content {
        padding-top: 190px;
    }
    .area-header-homepage-content-cta {
        bottom: 70px;
    }
}
@media (min-width: 1200px) {
    .area-header-homepage-content-image-OFF {
        max-width: none;
    }
}
@media (max-width: 991px) {
	.area-header-homepage-content-image { right: 40px; }
}
@media (max-width: 768px) {
	.area-header-homepage-content-image {
		right: 140px;
	}
}
@media (max-width: 767px) {
	.area-header-homepage-content { height: auto; padding-top: 0; padding-bottom: 100px; }
	.area-header-homepage-content-image { position: relative; right: initial; text-align: center; }
	.area-header-homepage-content-image img { max-width: 100%; }
}


/* -- Homepage slider block ----------------------*/
.swiper-slide {min-height: 220px;}
.area-highlight-products {
    overflow: hidden;
}
.area-highlight-products-background {
    background: linear-gradient(0deg,#4f4f4f 20%,#000 80%);
    height: 800px;
    position: relative;
}
.area-highlight-products-content {
    overflow: hidden;
    padding-top: 40px
}
.swiper-horizontal {
    touch-action: pan-y;
}
.swiper-slide, swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
}

.area-highlight-products-thumbs {
    display: none;
    height: 260px;
    position: relative;
}
.area-highlight-products-thumbs-background {
    background-color: #0063ac;
    height: 180px;
    left: 0;
    position: absolute;
	top: -30px;
    width: 80%;
}
.slider-cover-img {
    max-height: 500px;
    width: 100%;
}
.slider-cover-img img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.slider-thumb-img {
    padding: 25px;
}
.area-highlight-products-thumbs-content {
    margin-left: 280px;
    position: relative;
}
.area-highlight-products-thumbs-content-controls {
    left: -280px;
    position: absolute;
    top: 20px;
    z-index: 2;
}
.swiper-custom-white-next, .swiper-custom-white-prev {
    background-color: #fff;
}
.swiper-custom-blue-prev, .swiper-custom-white-prev {
    top: 41px;
    transform: rotate(180deg);
}
.swiper-custom-white-next img, .swiper-custom-white-prev img {
    margin-top: 13px;
}
.swiper-custom-blue-next, .swiper-custom-blue-prev, .swiper-custom-white-next, .swiper-custom-white-prev {
    cursor: pointer;
    height: 40px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 40px;
    z-index: 1;
}
.swiper-custom-blue-next.swiper-button-disabled, .swiper-custom-blue-prev.swiper-button-disabled, .swiper-custom-white-next.swiper-button-disabled, .swiper-custom-white-prev.swiper-button-disabled {
    cursor: default;
    opacity: .65;
}
.area-highlight-products-thumbs-content-items-item {
    background: linear-gradient(0deg,#4f4f4f 20%,#000 80%);
    display: inline-block;
    height: 220px;
    margin-right: 16px;
    position: relative;
    width: 180px!important;
}
.area-highlight-products-thumbs-content-items-item:hover {
	cursor: pointer;
}
.area-highlight-products-thumbs-content-items {
    padding-top: 20px;
}
.area-highlight-products-thumbs-content-items-item.swiper-slide-thumb-active {
   box-shadow: inset 0 0 0 4px #a7cbe1;
}
.area-highlight-products-thumbs-content-items-item.swiper-slide-prev {
    opacity: .5;
}
.area-highlight-products-thumbs-content-items-item-name {
	bottom: 18px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    left: 25px;
    line-height: 21px;
    padding-right: 30px;
    position: absolute;
}
.swiper.area-highlight-products-content {
    overflow: hidden;
    padding-top: 40px;
}
.swiper.area-highlight-products-content p { color: #FFF; }
.area-highlight-products-content-category {
    padding-top: 40px;
}
.area-highlight-products-content-category-name {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding-left: 8px;
}
.area-highlight-products-content-productName {
    color: #a7cbe1;
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    margin: 0;
    padding-top: 24px;
}
.area-highlight-products-content-subHeadline {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    margin: 0;
    padding-top: 24px;
}
.area-highlight-products-content-cta {
    padding-top: 16px;
}
.area-highlight-products-content-image {
    display: flex;
    align-items: center;
}
@media (min-width: 992px) {
	.swiper.area-highlight-products-content {
    padding-top: 55px;
	}
    .area-highlight-products-background {
        height: 540px;
    }
    .area-highlight-products-content {
        padding-top: 55px;
    }
    .area-highlight-products-thumbs {
        display: block;
    }
    .area-highlight-products-content-category {
		padding-top: 65px;
	}
	.area-highlight-products-content-productName {
		font-size: 64px;
	}
	.area-highlight-products-content-subHeadline, .area-highlight-products-content-subHeadline p {
		font-size: 38px;
		line-height: 45px;
	}
}

@media screen and (max-width: 767px) {
	.area-highlight-products-background { height: auto; padding-bottom: 20px; }
}


/* -- Downloads block ----------------------*/
section.area-downloads-block {
    padding-top: 40px;
}
.woocommerce ul.products li.product .lower-content.multi-btns {
    margin: 0 23px;
}
.woocommerce ul.products li.product .lower-content.download-block.multi-btns .link {
    margin-bottom: 1rem;
    width: calc(50% - 4px);
    height: auto;
    display: inline-block;
}

@media screen and (min-width: 768px) {
	.woocommerce ul.products li.product .lower-content.multi-btns a {
		width: calc(49%);
		display: inline-block;
	}
}


/* -- Text image  block ----------------------*/
.area-text-image.bg_white .area-header-homepage-background { background-color: #FFF; } 

.area-text-image .area-header-homepage-content-image { bottom: inherit; position: relative; top: inherit; right: inherit; text-align: initial; }
.area-text-image .area-header-homepage-content {
	padding-top: 100px;
    padding-bottom: 110px;
}
/*.area-text-image .area-header-homepage-content-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: initial;
}*/
.footer-item .area-text-image .area-header-homepage-content-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: initial;
}

@media screen and (min-width: 768px) {
	/*.area-text-image .standard-width .area-header-homepage-content-image img { width: 100%; }*/
	.area-text-image .area-header-homepage-content.order-md-last { text-align: right; }
	.area-header-homepage-content-image.order-md-last { display: flex; align-items: flex-end; justify-content: flex-end; }
	.area-header-homepage-content.order-md-first { padding-left: 60px; }
	.area-header-homepage-content.order-md-last { padding-right: 60px; }
}

@media screen and (max-width: 767px) {
	.area-text-image .area-header-homepage-content { padding-top: 60px; padding-bottom: 0; }
	.area-header-homepage-content.order-md-first, .area-header-homepage-content.order-md-last { padding-left: 60px; padding-right: 60px; }
}

/* -- General  block ----------------------*/
.general-text-block h2, .general-text-block h3, .general-text-block h4 {
	padding-top: 25px;
}



