*{
  margin: 0;
  padding: 0;
}

header{
  background-image: url(images/bg.jpg);
  background-position: center;
  background-size: cover;
}

body{
  background-color: #e8e8e8;
}

.wrapper{
  margin: 0 auto;
  padding-bottom: 60px;
  width: 75%;
}

/* navigatie */

nav{
  width: 100%;
  height: 360px;
}

nav p a{
  font-family: Montserrat;
  font-weight: 800;
  color: #fff;
  font-size: 36px;
  line-height: 110px;
  float: left;
  padding: 0px ;
  text-decoration: none;
}

nav p span{
  font-weight: 200;
}

nav ul{
  float: right;
}

nav li {
  display: inline-block;
  float: left;
  padding: 50px 20px;

  position: relative;
}

nav ul li a {
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

nav ul li a:hover {
  color: #45D0F5;
}

nav ul li a:active {
  color: #45D0F5;
}

nav ul li a::before {
  content: '';
  display: block;
  background-color: #45D0F5;
  height: 3px;

  position: absolute;
  top: 0;
  margin-left: -15px;
  width: 0%;

  transition: all ease-in-out 500ms;
}

nav ul li a:hover::before {
  width: 100%;
}

nav ul li ul {
  display: none;
  position: absolute;
  background-color: rgba(255,255,255,0.5);
  border-radius: 5px 5px 5px 5px;
  margin-top: 30px;
  margin-left: -20px;
}

nav ul li:hover ul {
  display: block;
}

nav ul li ul li{
  width: 100px;
  border-radius: 5px;
  padding: 10px 2px 20px 12px
}

nav ul li ul li a{
  padding: 10px;
}

nav ul li ul li a:hover{
  color: #45D0F5;
}

nav ul li ul li a:active{
  color: #45D0F5;
}

nav ul li ul li a::before{
  content: '';
  display: block;
  background-color: rgba(255,255,255,0.0);
  height: 1px;
  position: absolute;
  width: 0%;

  transition: all ease-in-out 0ms;
}

/* content*/

.content{
  margin-top: 60px;
  margin-bottom: 60px;
}

h1 {
  font-family: Montserrat;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 32px
  color: #000;
  padding-bottom: 40px;
  text-decoration: none;
}

h2{
  font-family: Montserrat;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 26px
  color: #000;
  padding-bottom: 20px;
}

h3{
  font-family: Montserrat;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px
  color: #000;
  padding-bottom: 20px;
}

h4{
  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

p{
  font-family: Poppins;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

hr.solid {
  border-top: 1px solid #bbb;
  margin-top: 30px;
  margin-bottom: 30px;
}

.carcontainer{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.carimage{
  width: 480px;
  margin-right: 40px;
  margin-bottom: 40px;
}

.carimagebig{
  width: auto;
  margin-bottom: 60px;
}

.carimagebig2{
  width: 300px;
  margin-bottom: 60px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.carimage2{
  width: 450px;
  margin: 30px 0px 30px 60px;
  float: right;

}

.carimage3{
  width: 400px;
  margin: 30px 60px 30px 0px;
  float: left;

}

.carbeschrijving{
  width: 400px;
}

.overcontainer{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  flex-wrap: nowrap;
}

.overimage{
  width: 40%;
  margin-right: 40px;
}

.overimage2{
  width: 350px;

}

.overbeschrijving{
  width: 60%;
  padding: 20px;
  background-color: #fff;
}


table{
  vertical-align: middle;
  background-color: #fff;
  border-collapse: collapse;
}

th, td{
  width: 400px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-align: left;
  height: 20px;
  font-family: Poppins;
  font-size: 12px;
}

tr:nth-child(odd) {
  background: #f8f8f8;
}

a.button{
  display:inline-block;
  padding: 8px 8px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration:none;
  font-family: Montserrat;
  font-weight:500;
  font-size: 12px;
  text-transform: uppercase;
  color:#FFFFFF;
  margin-top: 20px;
  margin-bottom: 30px;
  background-color:#45D0F5;
  text-align:center;
  transition: all 0.2s;
}
a.button:hover{
  background-color:#4095c6;
}

.slide-container{
  width: 1000px;
  height: 533px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: center;
}

.image-container{
  width: 8000px;
  height: 533px;
  position: relative;
  transition: left 3s;
}

.slider-image{
  float: left;
  margin: 0px;
  padding: 0px;
}

.button-container{
  top: -30px;
  position: relative;
}

.slider-button{
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 5px;
  background-color: #fff;
}

.slider-button:hover {
  background-color: #45D0F5;
  width: 10px;
  height: 10px;
}

.slider-button:active {
  background-color: #45D0F5;
  width: 10px;
  height: 10px;
}



#slider-image-1:target ~ .image-container{
  left: 0px;
}
#slider-image-2:target ~ .image-container{
  left: -1000px;
}
#slider-image-3:target ~ .image-container{
  left: -2000px;
}
#slider-image-4:target ~ .image-container{
  left: -3000px;
}
#slider-image-5:target ~ .image-container{
  left: -4000px;
}
#slider-image-6:target ~ .image-container{
  left: -5000px;
}
#slider-image-7:target ~ .image-container{
  left: -6000px;
}
#slider-image-8:target ~ .image-container{
  left: -7000px;
}



/* images automerken */


.picture-wrap {
  display:flex;
  align-items: center;
  justify-content:flex-start;
  flex-wrap: wrap;
  margin:30px 10px 30px 0px;
}
#picture{
  padding:40px;
  margin-right:20px;
  margin-bottom: 20px;
  background:#fff;
  width:150px;
  height: 150px;
  box-shadow:0 2px 3px 0px rgba(0,0,0,0.25);
  border-radius:10px;
  transition:.2s all;
}
.picture-wrap:hover #picture{
  filter:blur(3px);
  opacity:.5;
  transform: scale(.98);
  box-shadow:none;
}
.picture-wrap:hover #picture:hover{
  transform:scale(1);
  filter:blur(0px);
  opacity:1;
  box-shadow:0 8px 20px 0px rgba(0,0,0,0.125);
}

/* footer */

footer {
  width: 100%;
  height: 50px;
  background-color: #333;
  position: fixed;
  bottom: 0px;
}

footer p{
  font-family: Montserrat;
  font-weight: 200;
  color: #fff;
  font-size: 12px;
  float: left;
  padding-top: 17px;
}

footer p span{
  font-weight: 800;
  padding-left: 2px;
}
