html {
    height: 100%;
    margin: 0;
    width: 100%;
    font-family: 'Arial', sans-serif;
    font-weight: normal;
overflow-y: scroll;
overflow-x: hidden;
}

body {
    height: 100%;
    margin: 0;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 16px;
}


b {
font-weight: bold;
}

.header-main > b {
    color: #ec008c;
font-size: 24px;
}

.content-page-right > p {
    color: #bfbfbf;
    font-family: raleway;
    line-height: 1.5vw;
}

a {
color: #000;
text-decoration: none;
}

a:hover {
color: #ec008c;
}



*/ BUGS */


.fly-in-right > img {
    float: left;
}



/* LANGUAGE MENU */



div#language-menu {
    background: rgba(0,0,0,0.3);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    float: right;
    margin-right: 50px;
    padding: 5px;
    position: relative;
    width: 250px;
    z-index: 99;
    display: none;
}



#language-menu img {
    border: 1px solid #666;
    margin: 5px;
    padding: 0;
    position: relative;
    width: 25px;
    z-index: 99;
}

li.language {
animation: none!important;
}




div#language-menu li {
-webkit-animation: none !important;
 -moz-animation: none !important;
 -o-animation: none !important;
 -ms-animation: none !important;
 animation: none !important;
 -o-transition-property: none !important;
 -moz-transition-property: none !important;
 -ms-transition-property: none !important;
 -webkit-transition-property: none !important;
 transition-property: none !important;
}






/* SLIDESHOW */


div#slideshow {
    height: 100%;
    width: 100%;
}
.cb-slideshow > li {
    list-style: outside none none;
}


#slideshow > div#start-button {
    left: 48%;
    position: absolute;
    top: 69%;
    z-index: 999;
}
/* HOME */

div#home-button {
    background: url("../images/arrow.svg");
    height: 60px;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
}
div#home-button:hover {
    background: url("../images/arrow.svg") -60px;
    height: 60px;
    width: 60px;
}

/* DRUPPEL */


.animated { 
    -webkit-animation-duration: 100s; 
    animation-duration: 10s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: linear; 
    animation-timing-function: linear; 
    animation-iteration-count:infinite; 
    -webkit-animation-iteration-count:infinite; 
} 
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeOutDownBig { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(150px); 
    } 
} 
@keyframes fadeOutDownBig { 
    0% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(150px); 
    } table#page1-table td img
} 
.fadeOutDownBig { 
    -webkit-animation-name: fadeOutDownBig; 
    animation-name: fadeOutDownBig; 
}

.animated.fadeOutDownBig {
    background: rgba(0, 0, 0, 0) url("../images/druppel.svg") repeat scroll 0 0;.phone-icon {
    background: rgba(0, 0, 0, 0) url("images/phone.png") repeat scroll 0 0;
    float: left;
    height: 70px;
    width: 70px;
}
    float: left;
    height: 50px;
    margin-left: 50px;
    margin-top: 0px;
    position: absolute;
    width: 50px;
}

.image-td-kraan img {
    margin-right: 15px;
}


/* SCROLLING */

#sticky {
    float: left;
    padding: 0;
    width: 100%;
    background: rgba(255,255,255, 0.9);
    color: #fff;

    height: 60px;
    border-bottom: 1px solid #ccc;
}
#sticky.stick {
    position: fixed;
    top: 0;
    z-index: 10000;

}







/* OPENINGSPAGINA */


#background-container {
	width: 100%;
	height: 100%;
	background: url("../images/schip.jpg");
	background-position: fixed;
	background-size: cover;
	margin: 0;
}

.overlay {
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-color: rgba(44, 62, 80, 0.6);
    background-image: url("../images/pattern.png");
    z-index: 99;
}
.overlay2 {
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-color: rgba(238, 0, 140, 0.4);
    background-image: url("../images/pattern.png");
    z-index: 99;

}
div#content {
    height: 60%;
    position: absolute;
    width: 100%;
    z-index: 99;
    margin: 0;
    padding-top: 20%;
}

div#benefits {
    height: 90%;
    margin: 0;
    padding-left: 20%;
    padding-top: 3%;
    position: absolute;
    width: 70%;
    z-index: 99;
}
.percentage {
    float: right;
    padding-left: 50px;
}



/* PAGE 1 */


div#page1 {
    background: #fff none repeat scroll 0 0;
    max-height: 150%;
    min-height: 400px;
    padding-bottom: 50px;
    width: 100%;
}
table#page1-table {
  	margin-top: 7%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
table#page2-table {
  	margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
  width: 70%;
}
table#page1-table td.text-td {
text-align: left;
width: 300px;
vertical-align: top;
 padding-right: 20px;
}




table#page1-table td { 
	padding: 0%;
}
table#page2-table td { 
	padding: 1%;
}

.image-td-heat img {
    float: left;
    height: 120px;
    padding-right: 10px;
    width: 70px;
}

table#page1-table td img {
    max-width: 70%;
    width: 100%;
}
.image-td {
    width: 120px;
    height: 120px;
    margin:-60px 0 0 -60px;
}
.image-td-rotate img {
    width: 85px;
    height: 85px;
    margin: 0px;
    -webkit-animation:spin 6s linear infinite;
    -moz-animation:spin 6s linear infinite;
    animation:spin 6s linear infinite;
   margin-right: 20px;
    margin-top: 20px;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#page2-table .text-td {
    width: 300px;
 vertical-align: top;
text-align: left;
}


.text-td > p {
    color: #000;
    font-family: raleway;
    font-size: 1vw;
    font-weight: 300;
    margin: 0;
}

.text-td .small {
    color: #5f5f5f;
    font-size: 1vw!;
    margin-top: 10px;
}


/* PAGE 2 */


div#page2 {

    background: url("../images/background/distribution.jpg");
    height: 725px;
    width: 100%;
    min-width: 1024px;
 -webkit-background-size: cover; 
   -moz-background-size: cover; 
   -o-background-size: cover; 
     background-size: cover;
}

#benefits ul li {
    font-family: raleway;
    color: #fff;
    font-size: 1.6em;
    letter-spacing: 0.1em;
    line-height: 3em;
    list-style: inside url("../images/vinkje.png") disc;
}



#page2-table .text-td {
    padding-right: 50px;
    text-align: left;
    vertical-align: top;
    width: 450px;
}

table#table-page2 {

}

table#table-page2 td {
    padding-right: 20px;
    vertical-align: top;
    width: 30%;
}

#table-page2 img {
    width: 100%;
}


p.header-start {
    font-size: 1.6vw !important;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}


/* PAGE 3 */

div#page3 {
	background: #fff;
    height: 100%;
    max-height: 700px;
    width: 100%;

}

#page3 > div#content-page3 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 67%;
}

#content-page3 > p {
    color: #666;
    font-family: raleway;
    font-size: 18px;
    font-weight: 300;
}


td.column-2-padding {
     padding-top: 30px;
}


td.image-td-page3 {
	width: 140px;
text-align: right;
}



/* PAGE CONTACT */

div#page4 {
    background: rgba(0, 0, 0, 0) url("../images/background/contact.jpg") repeat center center / cover ;
    height: 425px;
    width: 100%;
}
div#content-page4 {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
}
div#page4 img {
	width: 250px;
}
.distribution {
    color: #fff;
    float: right;
    font-size: 2em;
    padding: 5%;
    font-family: raleway;
    font-weight: 300;
}
.distribution li {
    list-style: none;
}


#benefits > ul {
    padding: 0;
}

/* PAGE 5 */

div#page5 {
	background: #fff;
	width: 100%;
	height: 600px;

}

#page5 > div#content-page5 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 60%;
}



/* PAGE VENTILATION */

div#page-ventilation {
    background: url(../images/background/ventilation.jpg) no-repeat fixed left center / cover ;
    height: 600px;
    overflow: hidden;
}


div#content-ventilation {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

div#page-ventilation-extra {
    background: #fff none repeat scroll 0 0;
    height: 320px;
  margin-left: auto;
    margin-right: auto;
    width: 60%;
}




div#content-ventilation-extra {
    width: 100%;
}

/* PAGE SANITARY */

div#page-sanitary {
    background: url(../images/background/schip.jpg) repeat fixed center center / cover ;
    height: 600px;
 overflow: hidden;
}


div#content-sanitary {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}
div#page-sanitary-extra {
    background: #fff none repeat scroll 0 0;
    height: 320px;
}
div#content-sanitary-extra {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

/* PAGE HEATING */

div#page-heating {
    background: url(../images/background/hotto.jpg) repeat fixed center center / cover ;
    height: 600px;
    overflow: hidden;
}


div#content-heating {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

div#page-heating-extra {
    background: #fff none repeat scroll 0 0;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

/* PAGE PATIO */

div#page-patio {
    background: url(../images/background/patio.jpg) repeat fixed center center / cover ;
    height: 600px;
    overflow: hidden;
}


div#content-patio {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

div#page-patio-extra {
    background: #fff none repeat scroll 0 0;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}














/* NUMBERS */





div#numbers {
    float: left;
    height: 30%;
    min-height: 20%;
    width: 100%;
}

#numbers > div#content-numbers {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: center;
    width: 60%;
}




.facts {
    float: left;
}


div#fact-numbers {
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

span.facts-span {
    margin-top: 50px;
    color: #ec008c;
    font-size: 70px;
    font-weight: 700;
    letter-spacing: -5px;
}
.facts > p {
    font-family: raleway;
    font-size: 16px;
    margin-bottom: 50px;
    margin-top: 0;
}
#facts-table td {
    width: 300px;
}





/* MAPMAKER */

div#mapmaker {
    background-position: center center;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    height: 60%;
    border-bottom: 0px solid #ec008c;
    border-top: 0px solid #ec008c;
}






/* FOOTER */

div#footer {
    height: 250px;
    background: #000;
    text-align: center;
   font-family: raleway;
}

p.footer-p {
    color: #6f6f6f;
    font-size: 0.8em;
    font-weight: normal;
    text-align: center;
}

#footer > img {
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
}
#footer > div#naw {
    color: #6f6f6f;
    float: left;
    position: absolute;
    padding: 25px;
}

#footer > div#naw p {
    font-size: 0.8em;
    font-weight: normal;
    line-height: 0.6em;
    text-align: left;
}
.name-company {
}



#footer > div#terms-conditions {
    margin-left: auto;
    margin-right: auto;
    width: 350px;
}




/* HOME IMAGE */

div#home-website {
    background: none;
    height: 40px;
    left: 95%;
    position: fixed;
    top: 93%;
    width: 40px;
    z-index: 1000;
}

div#home-image {
    background: url("../images/home.svg") no-repeat;
    height: 40px;
    width: 40px;
    z-index: 1000;
}
div#home-image:hover {
    background: url("../images/home-hover.svg") no-repeat;
    height: 40px;
    width: 40px;
    z-index: 1000;
}


p.phone {
    color: #fff;
    font-family: montserrat;
    font-size: 5vw;
    font-weight: 700;
    letter-spacing: -5px;
    text-align: center;
    margin: 0px;
}

div#phonenumber {
    background: rgba(236, 0, 140, 0.3);

}
.phone-icon {
    background: url("../images/phone.png") repeat scroll 0 0;
    float: left;
    height: 70px;
    width: 70px;
    margin-left: 15px;
    margin-top: 15px;
}


p.emailadres {
    color: #fff;
    font-family: raleway;
    font-size: 35px;
    font-weight: 100;
    text-align: center;
    margin: 0;
    padding: 0;
}
div#emailgegevens {
    margin-top: 60px;
}

div#benefits-anchor {
    float: left;
    height: 20px;
}
/* PRODUCTS */


table.products-extra {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.products-extra td {
    font-family: raleway;
    font-size: 1em;
    font-weight: 300;
    text-align: center;
    width: 250px;
vertical-align: top;
    padding-bottom: 15px;
}

/* IMAGES PRODUCT PAGE */


.content-page-right {
    float: left;

    width: 40%;
}




/* MERKEN/BRANDS */



div#brands {
    background: #fff none repeat scroll 0 0;
    height: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 60%;
}
.brands-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div.brands-logo {
    background: none;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 66%;
    margin-top: 30px;
}
.brands-logo > div {
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
}



.hotto-logo {
    background: url("../images/brands/hotto.png");
    height: 44px;
    width: 127px;
}
.hotto-logo:hover {
    background: url("../images/brands/hotto-hover.png");
    height: 44px;
    width: 127px;
}
.thermoflow-logo {
    background: url("../images/brands/thermoflow.png");
    height: 25px;
    width: 222px;
}
.thermoflow-logo:hover {
    background: url("../images/brands/thermoflow-hover.png");
    height: 25px;
    width: 222px;
}
.wahlbach-logo {
    background: url("../images/brands/wahlbach.png");
    height: 60px;
    width: 87px;
}
.wahlbach-logo:hover {
    background: url("../images/brands/wahlbach-hover.png");
    height: 60px;
    width: 87px;
}
.instant-logo {
    background: url("../images/brands/instant.png");
    height: 35px;
    width: 202px;
}
.instant-logo:hover {
    background: url("../images/brands/instant-hover.png");
    height: 35px;
    width: 202px;
}
.zeromix-logo {
    background: url("../images/brands/zeromix.png");
    height: 45px;
    width: 150px;
}
.zeromix-logo:hover {
    background: url("../images/brands/zeromix-hover.png");
    height: 45px;
    width: 150px;
}
.thermoray-logo {
    background: url("../images/brands/thermoray.png");
    height: 25px;
    width: 167px;
}
.thermoray-logo:hover {
    background: url("../images/brands/thermoray-hover.png");
    height: 25px;
    width: 167px;
}




table#brands-logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    width: 100%;
}

#brands-logo td {
    width: 33%;
  padding-bottom: 10px;
}

#brands div {
    margin-left: auto;
    margin-right: auto;
}

#brands-logo > div#instant {
    margin-top: 32px;
}
#brands-logo > div#hotto {
    margin-top: 26px;
}
#brands-logo > div#thermoflow {
    margin-top: 32px;
}



/* TERMS */


#terms-conditions a p {
    color: #6f6f6f;
    font-size: 13px;
    text-decoration: underline;
}


#terms-conditions a p:hover {
    color: #ec008c;
    font-size: 13px;
}


