body {
    font-family: 'Open Sans';
    background: radial-gradient(circle, rgba(248, 47, 59, 0.20), rgba(255, 166, 46, 0.40));
}
 
.title img{
    width: 400px;
    height: 60px;
}
 
.nav {
    padding-right: 100px;
    padding-left: 100px;
    display: flex;
}
 
.emptynav {
    width: 45%;
}
 
.button {
    font-size:15px;
    margin-left: 50px;
    font-family:Arial;
    width:140px;
    height:60px;
    border-width:1px;
    color:#fff;
    border-color:#d02718;
    font-weight:bold;
    border-top-left-radius:18px;
    border-top-right-radius:18px;
    border-bottom-left-radius:18px;
    border-bottom-right-radius:18px;
    box-shadow: 3px 4px 0px 0px #8a2a21;
    text-shadow: 0px 1px 50px #810e05;
    background:linear-gradient(#c62d1f, #f24437);
    text-align: center;
    line-height: 60px;
    text-decoration: none;
}
 
.button:hover {
    background: linear-gradient(#f24437, #c62d1f);
}
 
.textarea {
    padding-top: 100px;
    padding-right: 300px;
    padding-left: 300px;
    text-align: center;
    font-size: 20px;
}
 
.tempfix {
    height: 1000px;
}
 
/*index*/
 
#flex-containerIndex {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}
 
.textarea h1 {
    font-size: 2.2rem;
    color: #c62d1f;
}
 
 
#tekstindex1, #tekstindex2, #tekstindex3 {
    font-size: 1.2rem;
    font-weight: bold;
}
 
.linkstyle {
    color: #6c50dd;
    font-weight: bold;
    text-decoration: underline;
}
 
.linkstyle:hover {
    color: #4c329e;
}
 
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
 
/*Kies product */
 
#flex-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}
.image1{
    max-height: 800px;
    max-width: 800px;
}
 
.image2{
    max-height: 500px;
    max-width: 800px;
}
.nieuws{
    padding-left: 300px;
    padding-right: 300px;
}
.title {
    font-size: 2rem;
}
 
.producten {
    padding-top: 100px;
    padding-right: 300px;
    padding-left: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 40px;
}
 
.producten img {
    width: 500px;
    height: 280px;
}
 
.producten p {
    margin: 0px;
}
 
/* Over ons*/
 
#flex-containerOV {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}
 
#fotos img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #000;
    margin: 10px;
}
 
.title1{
    font-size: 3rem;
    color: #c62d1f;
}
 
.title2{
    font-size: 3rem;
    color: #c62d1f;
}
 
.producten div {
    transition: transform 0.5s ease, opacity 0.5s ease;
}
 
.zoomed {
    transform: scale(1.5);
}
 
.hidden {
    opacity: 0;
}
 
footer{
    margin-top: 10vh;
}
.productplace {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}
 
.productmain {
    margin: 20px;
    padding: 20px;
 
    text-align: center;
    width: 300px;
}
 
.productmain img {
    max-width: 100%;
}
 
.line {
    width:1px;
    display: flex;
    background-color: #fff;
    height:500px;
}
 
.cartplace {
    background-color: rgba(255, 255, 255, 0.15);
    text-align: center;
    padding: 20px;
}
 
.cart {
    border: solid #fff 1px;
    padding: 20px;
}

.contact {
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    width: 33vw;
    font-size: large;
}

.content {
    
    width: 33vw;
    display: none;
    padding: 10px;
    background-color: #f9f9f9;
    background: radial-gradient(circle, rgba(248, 47, 59, 0.20), rgba(255, 166, 46, 0.40));
}

.vragen {

    margin-top: 25vh;
    margin-left: 8vw;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    width: 36vw;
    height: 40vh;
    background: radial-gradient(circle, rgba(248, 47, 59, 0.20), rgba(255, 166, 46, 0.40));
    overflow-x: auto;
}

.information {
    width: 20vw;
    height: 43vh;
    background: radial-gradient(circle, rgba(248, 47, 59, 0.20), rgba(255, 166, 46, 0.40));
    margin-left: 50vw;
    margin-top: -43vh;
    font-size: large;
}

.contact1 {
    margin-left: 13%;
}