@charset "UTF-8";

#main-wrapper{
    width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}

/* ----------------------------------------------- */
/* REUSABLE COMPONENTS */
/* ----------------------------------------------- */



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
  visibility: hidden;
}

html,
body {
    text-rendering: optimizeLegibility;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

.clearfix {zoom: 1;}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.box img {
    width: 100%;
    height: auto;
}

.box video {
    width: 100%;
    height: auto;
}

.video-size {
    display: block;
    margin: 0 auto;
    max-width: 1280px;
    height: auto;
}

/*
#video {
    border:solid 0px black;
}
*/


.video-wrapper{
    overflow: hidden
}

.video-wrapper #video{
    position: relative; /* could be absolute if needed */
    left: 1px;
}

.box-special img {
    width: 100%;
    height: auto;
}

.background-color {
    background-color: #b08a71;
}

/* ----------------------------------------------- */
/* header */
/* ----------------------------------------------- */

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}


h1 {
    font-size: 180%;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 25px;
    text-align: center;
    font-family:'Nunito', sans-serif;
}

h2 {
    font-size: 90%;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: center;
    font-family:'Nunito', sans-serif;
}

h3 {
    font-size: 220%;
    font-weight: 400;
    padding-bottom: 5px;
    word-spacing: 4px;
    letter-spacing: 1px;
    line-height: 50px;
    text-align: center;
    font-family:'Nunito', sans-serif;
}

h4 {
    font-size: 90%;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: center;
    font-family:'Nunito', sans-serif;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
    padding-right: 20%;
}

.bold {
    font-weight: 700;
}

.text-white {
    color: #ffffff;
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 150%;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 23px;
        text-align: center;
        font-family:'Nunito', sans-serif;
}
    h2 {
        font-size: 100%;
        font-weight: 600;
        line-height: 18x;
        text-align: center;
        padding-top: 5px;
        font-family: 'Nunito', sans-serif;
}
    h3 {
        font-size: 200%;
        font-weight: 400;
        word-spacing: 4px;
        letter-spacing: 1px;
        line-height: 50px;
        text-align: center;
        padding-top: 10px;
        font-family:'Nunito', sans-serif;
}

        .text-left {
            padding-right: 0%;
}
}


/* ----------------------------------------------- */
/* div-classes */
/* ----------------------------------------------- */

.ontop {
    position: absolute;
}

.text-ontop {
    max-width: 1500px;
    padding-top: 400px;
}

.picture-background {
    background: #ebe6de;
}

.padding-small-picture-first {
    padding: 27% 20%;
}


.padding-small-picture {
    padding: 27% 20%;
}

.padding-middle-picture {
    padding: 0% 30%;
}

.img-desktop{
    display: block;
}
.img-mobile{
    display: none;
}



@media only screen and (max-width: 480px) {
    .padding-small-picture-first {
        padding: 10% 20% 27%;
    }

    .img-desktop{
        display: none;
    }

    .img-mobile{
        display: block;
    }
}

/* ----------------------------------------------- */
/* drop-down */
/* ----------------------------------------------- */

.dropbtn {
    font-size: 90%;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1px;
    font-family:'Nunito', sans-serif;
    text-align: left;
    background: none;
    padding-top: 10px;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    border-bottom: 1px solid #000000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.dropbtn:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}


/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
    max-height: 120px;
    overflow-y: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}


/* ----------------------------------------------- */
/* text-boxes */
/* ----------------------------------------------- */

/* product-list----------------------------------- */

.product-details {
    display: block;
    width: 100%;
    padding: 8px 0;
    overflow: hidden;
}

.product-list-price {
    text-align: left;
    padding: 10px 0;
}

.product-list-text {
    text-align: left;
    padding-bottom: 10px;
    display: block;
}

.text-align-left {
    text-align: left;
}

.product-list-float-1 {
    text-align: left;
    float: left;
    width: 170px;
}

.product-list-float {
    text-align: left;
    float: left;
}



.sketch-size {
    margin-left: 220px;
    margin-top: 35px;
    width: 120px;
    position: absolute;
}

.sketch-size-meta-parallel {
    margin-left: 200px;
    margin-top: 30px;
    width: 300px;
    position: absolute;
}


.product-download-box {
    padding: 30px 0;
}

.link-center {
    padding-top: 10px;
}

.link-center a {
    border-bottom: 1px solid #000000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.link-center a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}



.link {
    text-align: left;
    padding-top: 10px;
}

.link a {
    border-bottom: 1px solid #000000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.link a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}


.padding-product-list {
    padding-top: 0%;
    padding-left: 10%;
    padding-right: 10%;
}







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

.product-list-float-1 {float: none;}
.product-list-float { float: none;}
.padding-product-list { padding: 0%;}
.product-list-text {padding-right: 30%;}
}

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

.padding-middle-picture {padding: 0% 15%;}
.padding-product-list { padding: 0%;}
.product-list-text {padding-right: 0%;}
    
.sketch-size-meta-parallel {
    margin-top: 20px;
    margin-left: 0px;
    width: 200px;
    position: relative;
}


}



/* quote-big ------------------------------------- */

.quote-row-big {
	display: block;
	float:left;
    margin-top: 1%;
}

.quote-row-big-text-1 {
    padding: 0% 20%;
}

.quote-row-big-text-2 {
    text-align: center;
    padding-top: 10px;
}

.quote-row-big-text-2 a {
    border-bottom: 1px solid #000000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.quote-row-big-text-2 a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}


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

    .quote-row-big-text-1 {padding: 0% 5%;}

}



/* quote-half ------------------------------------- */



.quote-half-text{
    text-align: center;
    padding: 50% 20%;
}

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

    .quote-half-text {padding: 30% 8%;}
}

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

    .quote-half-text {padding: 20% 5%;}
}




/* quote-under-picture ----------------------------- */


.quote-under-text-1 {
    text-align: left;
    padding-top: 30px;
}

.quote-under-text-2 {
    text-align: left;
    padding-top: 10px;
    padding-right: 10%;
}

.quote-under-text-3 {
    text-align: left;
    padding-top: 10px;
}

.quote-under-text-3 a {
    border-bottom: 1px solid #000000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.quote-under-text-3 a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.quote-under-text-4-center {
    text-align: center;
    padding-top: 15px;
}

.quote-under-text-4-center a {
    border-bottom: 1px solid #ffffff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.quote-under-text-4-center a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}


.quote-under-text-4 {
    text-align: left;
    padding-top: 10px;
}

.quote-under-text-4 a {
    border-bottom: 1px solid #ffffff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.quote-under-text-4 a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}


.quote-under-text-5 {
    text-align: left;
}

.quote-under-text-5 a {
    border-bottom: 1px solid #000000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.quote-under-text-5 a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.quote-under-text-6 {
    padding-top: 10px;
}

.quote-under-text-6 a {
    border-bottom: 1px solid #ffffff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.quote-under-text-6 a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.quote-under-text-7 {
    padding-top: 10px;
}

.quote-under-text-7 a {
    border-bottom: 1px solid #000000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.quote-under-text-7 a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.quote-under-text-8 {
    text-align: center;
    padding-top: 100px;
}

.quote-under-text-9 {
    text-align: center;
    padding-top: 10px;
}

.quote-under-text-9 a {
    border-bottom: 1px solid #000000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
@media only screen and (max-width: 480px) {

    .quote-under-text-2 {
    padding-right: 5%;
}

    .quote-under-text-8 {
    padding-top: 30px;
}
}

/* quote-over-picture ----------------------------- */

.box-special {padding: 1%;}

.span-1-of-3-special {
	width: 33.33%;
}


.quote-over-text-2 {
    padding-top: 10px;
    padding: 0% 30%;

}

.quote-over-text-3 {
    padding-top: 10px;
}

.quote-over-text-3 a {
    border-bottom: 1px solid #000000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.quote-over-text-3 a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

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

    .quote-over-text-2 {
    padding: 0% 10%;
}


}

/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* Landingpage CCS*/
/* ----------------------------------------------- */
/* ----------------------------------------------- */

/* ----------------------------------------------- */
/* ROW 03 */
/* ----------------------------------------------- */


/* div-classes */

.full-size-box-02 {
	background-color: #e0ddd8;
	background-size:cover;
    margin-top: 6%;
}

.full-size-box-03 {
	background-color: #e0ddd8;
	background-size:cover;
}




/* ----------------------------------------------- */
/* ROW 07 */
/* ----------------------------------------------- */


/* div-classes */

.full-size-box-06 {
	background-color: #e0ddd8;
	background-size:cover;
    margin-top: 6%;
}



/* ----------------------------------------------- */
/* ROW 09 */
/* ----------------------------------------------- */

.span-1-of-4-special  {
	width: 25%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

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

	.span-1-of-4-special {
		width: 50%;
        height: 400px;
	}
}




/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* PRODUCTS CCS*/
/* ----------------------------------------------- */
/* ----------------------------------------------- */


/* ----------------------------------------------- */
/* ROW product 01 */
/* ----------------------------------------------- */

.span-1-of-2-special {
	width: 50%;
}

/*  GO FULL WIDTH AT LESS THAN 1100 PIXELS */

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

	.span-1-of-2-special {
		width: 100%;
	}
}



/* ----------------------------------------------- */
/* ROW product 05 */
/* ----------------------------------------------- */

.full-size-box-05p {
	background-color: #cb9076;
	background-size:cover;
    margin-top: 6%;
}


/* ----------------------------------------------- */
/* ROW product 08 */
/* ----------------------------------------------- */

.col-2-left {
	padding: 0% 0% 0% 35%;
}

.col-2-right {
	padding: 0% 35% 0% 0%;
}



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

.col-2-left {
	padding: 0% 10%;
}

.col-2-right {
	padding: 0% 10%;
}
}

/* ----------------------------------------------- */
/* ROW product 10 */
/* ----------------------------------------------- */


.full-size-box-08p {
	background-color: #e0ddd8;
	background-size:cover;
    margin-top: 6%;
}

.header-padding {
    padding-bottom: 20px;
}

.padding-small-picture-decentered-left {
    padding: 15% 10% 15% 30%;
}

.padding-small-picture-decentered-right {
    padding: 15% 30% 15% 10%;
}

.span-1-of-2-decentered {
	width: 50%;
}


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

.padding-small-picture-decentered-left {
    padding: 15% 0% 15% 0%;
}

.padding-small-picture-decentered-right {
    padding: 15% 0% 15% 0%;
}


}


/* ----------------------------------------------- */
/* ROW product 11 */
/* ----------------------------------------------- */



.padding-middle-centered {
    padding: 8% 35%;
}

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

.padding-middle-centered {
    padding: 8% 15%;
}


}


/* ----------------------------------------------- */
/* ROW product 12 */
/* ----------------------------------------------- */


.service-btn-div {
    margin: 2% 20% 12%;
}

.service-btn-center {
    width: 33.33%;
    float: left;
}

.service-btn {
	padding: 10px;
	border: 1px solid rgb(0, 0, 0);
    font-family:'Nunito', sans-serif;
    text-align: center;
    margin: 5px 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.service-btn:hover {
	border: 1px solid rgb(0, 0, 0);
    color: #ffffff;
    background: #000000;
    font-family:'Nunito', sans-serif;
}




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

.service-btn-div {
    margin: 2% 30% 12%;
}

.service-btn-center {
    width: 100%;
    float: none;
}
}

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

.service-btn-div {
    margin: 2% 20% 12%;
}

}

.headline-catalogue {
    padding-bottom: 50px;
}

.catalogue-padding {
    padding-top: 350px;
}

.quote-button{
    padding: 2% 20%;
}

.catalogue-btn-div {
    height: 50px;
    position: relative;

}

.catalogue-btn-center {
  margin: 0;
    width: 230px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.catalogue-btn {
	padding: 10px;
	border: 1px solid rgb(0, 0, 0);
    font-family:'Nunito', sans-serif;
    text-align: center;
    margin: 5px 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.catalogue-btn:hover {
	border: 1px solid rgb(0, 0, 0);
    color: #ffffff;
    background: #000000;
    font-family:'Nunito', sans-serif;
}




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

.catalogue-btn-div {
    margin: 2% 20% 2%;
}

.quote-button{
    padding: 2% 10%;
}

.catalogue-btn-center {
    width: 100%;
    float: none;
}

.catalogue-padding {
    padding-top: 130px;
}
}

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

.catalogue-btn-div {
    margin: 2% 20% 2%;
}
.catalogue-padding {
    padding-top: 10px;
}
.catalogue-btn {
    margin: 0;
}
}


/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* brand CCS*/
/* ----------------------------------------------- */
/* ----------------------------------------------- */


/* ----------------------------------------------- */
/* ROW brand 03 */
/* ----------------------------------------------- */

.btn-brand {
	padding: 10px;
	border: 1px solid rgb(0, 0, 0);
    font-family:'Nunito', sans-serif;
    width: 220px;
    float: left;
    margin: 20px 15px 5px 0px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.btn-brand:hover {
	border: 1px solid rgb(0, 0, 0);
    color: #ffffff;
    background: #000000;
    font-family:'Nunito', sans-serif;
}


.btn-black-brand {
	padding: 10px;
    text-align: center;
	border: 1px solid rgb(0, 0, 0);
    color: #ffffff;
    background: #000000;
    font-family:'Nunito', sans-serif;
    width: 220px;
    float: left;
    margin: 20px 15px 5px 0px;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.btn-black-brand:hover {
	border: 1px solid rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0);
    color: #000000;
    font-family:'Nunito', sans-serif;
}

.padding-color-box {
    padding: 10% 0% 20% 0%;
}


/* ----------------------------------------------- */
/* Button*/
/* ----------------------------------------------- */




.btn {
	padding: 10px;
	border: 1px solid rgb(0, 0, 0);
    font-family:'Nunito', sans-serif;
    width: 180px;
    float: left;
    margin: 30px 15px 0px 0px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.btn:hover {
	border: 1px solid rgb(0, 0, 0);
    color: #ffffff;
    background: #000000;
    font-family:'Nunito', sans-serif;
}


.btn-black {
	padding: 10px;
    text-align: center;
	border: 1px solid rgb(0, 0, 0);
    color: #ffffff;
    background: #000000;
    font-family:'Nunito', sans-serif;
    width: 180px;
    float: left;
    margin: 5px 15px 5px 0px;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.btn-black:hover {
	border: 1px solid rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0);
    color: #000000;
    font-family:'Nunito', sans-serif;
}


/* ----------------------------------------------- */
/* Animations */
/* ----------------------------------------------- */

/*
.wp
{
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.wp.animated {
    opacity: 1;
}
*/

.hover-opacity-test{
    position: relative;
    display: block;
}

.hover-opacity-test img:nth-child(2){
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    transition: 0.3s;
}

.hover-opacity-test:hover img:nth-child(2){
    opacity: 1;
}

.hover-opacity-test video:nth-child(2){
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    transition: 0.3s;
}

.hover-opacity-test:hover video:nth-child(2){
    opacity: 1;
}



.btn-section {
    display: block;
    overflow: hidden;
}

.hover-product {
    position: relative;
    display: block;
}


.hover-product img {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    transition: 0.3s;
}

.hover-product:hover img {
    position: absolute;
    top: 0;
    opacity: 1;
    width: 100%;
    transition: 0.3s;
}


a.hover-opacity-test{
    position: relative;
    display: block;
}

a.hover-opacity-test img:nth-child(2){
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    transition: 0.3s;
}

a.hover-opacity-test:hover img:nth-child(2){
    opacity: 1;
}

