body {background-color: #000000;	
background: rgb(0,0,0);
background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(29,29,29,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(29,29,29,1) 100%);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(29,29,29,1) 100%);	
}
.wrapper {width: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.slide {width: 100%;position: absolute;top: 0;left: 0;color: white;font-size: 50px;display: flex;justify-content: center;align-items: center;clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);}
.slide:first-child {clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);}
button {padding:0;cursor: pointer;font-weight: 600;margin: 0;}	
.slider {width: 100%;height: 90vh;position: relative;overflow: hidden;}
.intro-een{margin: 0;  padding: 0; background-image: url("https://vanvoordenbouw.nl/slider/nokverhoging.webp");background-position: center bottom;background-repeat: no-repeat;background-size: cover;height:100vh}
.intro-twee{margin: 0;  padding: 0; background-image: url("https://vanvoordenbouw.nl/slider/dakpannen.webp");background-position: center bottom;background-repeat: no-repeat;background-size: cover;height:100vh}
.intro-drie{margin: 0;  padding: 0; background-image: url("https://vanvoordenbouw.nl/slider/overkapping.webp");background-position: center bottom;background-repeat: no-repeat;background-size: cover;height:100vh}
.intro-vier{margin: 0;  padding: 0; background-image: url("https://vanvoordenbouw.nl/slider/tuinhuis.webp");background-position: center bottom;background-repeat: no-repeat;background-size: cover;height:100vh}
.intro-vijf{margin: 0;  padding: 0; background-image: url("https://vanvoordenbouw.nl/slider/overkapping2.webp");background-position: center top;background-repeat: no-repeat;background-size: cover;height:100vh}
.intro-zes{margin: 0;  padding: 0; background-image: url("https://vanvoordenbouw.nl/slider/nieuwbouw.webp");background-position: center top;background-repeat: no-repeat;background-size: cover;height:100vh}
.centert {position: absolute;top: 50%;left: 25%;transform: translate(-50%, -50%);}	
.linkerkkant {float: left;width: 50%;box-sizing: border-box;padding:0 2% 0 5% }
.rechterkkant {float: right;width: 50%;box-sizing: border-box;padding:0 }
.appbut {position: fixed;float: right;padding:0;bottom: 1%; right: 3%;}

@media screen and (max-width: 800px) {
.slider {width: 100%;height: 30vh;position: relative;overflow: hidden;}
.intro-een{margin: 0;  padding: 0; background-image: url("https://vanvoordenbouw.nl/slider/m-nokverhoging.webp");background-position: center top;background-repeat: no-repeat;background-size: 100%;height:cover}
.intro-twee{margin: 0;  padding: 0; background-image: url("https://vanvoordenbouw.nl/slider/m-dakpannen.webp");background-position: center top;background-repeat: no-repeat;background-size: 100%;height:cover}
.intro-drie{margin: 0;  padding: 0; background-image: url("https://vanvoordenbouw.nl/slider/m-overkapping.webp");background-position: center top;background-repeat: no-repeat;background-size: 100%;height:cover}
.intro-vier{margin: 0;  padding: 0; background-image: url("https://vanvoordenbouw.nl/slider/m-tuinhuis.webp");background-position: center top;background-repeat: no-repeat;background-size: 100%;height:cover}
.intro-vijf{margin: 0;  padding: 0; background-image: url("https://vanvoordenbouw.nl/slider/overkapping2.webp");background-position: center top;background-repeat: no-repeat;background-size: 100%;height:cover}
.intro-zes{margin: 0;  padding: 0; background-image: url("https://vanvoordenbouw.nl/slider/m-nieuwbouw.webp");background-position: center top;background-repeat: no-repeat;background-size: 100%;height:cover}
.centert {position: relative;top: 40px;left: 0%;transform: translate(-0%, -0%);padding-bottom: 800px}
.linkerkkant {float: left;width: 100%;box-sizing: border-box;padding:0 2% 0 5% }
.rechterkkant {float: right;width: 100%;box-sizing: border-box;padding:0 }
}	