.modalaan {
    display: none; /* none by default else block */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    padding-top: 75px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal2 {
    display: block; /* none by default else block */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal14 {
    display: none; /* none by default else block */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    padding-top: 15px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#myBtn22 {
  display: block;  
  cursor: pointer;
    color: darkblue;
    background-color: darkorange;
    margin: 5px 0px 15px -3px;
    padding: 0px 30px;
    border: none; 
    box-shadow: 00px 2px 0px 0px red, 0px 4px 0px 0px white, 0px 6px 0px 0px blue,0px -2px 0px 0px blue, 0px -4px 0px 0px white, 0px -6px 0px 0px red;
    border-radius: 5px; /* eigen inbreng */
    -moz-border-radius: 5px; /* eigen inbreng */
    -webkit-border-radius: 5px; /* eigen inbreng */
}
#myBtn2 {
  position: fixed;
  z-index: 98;
  bottom: 2%;
  left: -214px;
  width: 148px;
  height: 148px;
  font-size: 18px;
  font-weight: 600;
  background-color: aliceblue;
  color: gray;
  border-radius: 50%;
  border: 2px solid blue;
  float: none;
  margin: 0 0 0 -25px;
  padding: 10px;
  shape-outside: circle();
  shape-margin: 10px;
  -webkit-transform:rotate(25deg);
  -moz-transform:rotate(25deg);
  -ms-transform:rotate(25deg);
  -o-transform:rotate(25deg);
  transform:rotate(25deg);
  box-shadow: 5px 5px 5px gray;
  opacity: 70%;
}
#myBtnFloat {
  position: absolute;
  z-index: 99;
  top: 11%;
  left: 62%;
  padding: 10px;
  float: none;
  width: 120px;
  height: 120px;
  font-size: 12px;
  font-weight: 400;
  background-color: chartreuse;
  color: black;
  border-radius: 50%;
  border: 2px solid white;
  shape-outside: circle();
  shape-margin: 10px;
  -webkit-transform:rotate(25deg);
  -moz-transform:rotate(25deg);
  -ms-transform:rotate(25deg);
  -o-transform:rotate(25deg);
  transform:rotate(25deg);
  box-shadow: 5px 5px 5px gray;
  opacity: 95%;
  --start-color: orange;
  --end-color: chartreuse;
  animation: colorChange 0.5s alternate infinite;
  animation-delay: 4s; /* Stel de vertraging tussen de knipperingen in */
}
#myBtnFloatei {
  position: fixed;
  z-index: 99;
  top: 30%;
  right: 3%;
  padding: 10px;
  float: none;
  width: 120px;
  height: 170px;
  font-size: 16px;
  font-weight: 400;
  background-color: orangered;
  color: black;
  border-radius: 50% / 60% 60% 40% 40%; /* Adjust the values to shape it like an egg */
  border: 2px solid white;
  shape-outside: circle();
  shape-margin: 10px;
  -webkit-transform:rotate(25deg);
  -moz-transform:rotate(25deg);
  -ms-transform:rotate(25deg);
  -o-transform:rotate(25deg);
  transform:rotate(25deg);
  box-shadow: 5px 5px 5px gray;
  opacity: 95%;
}
/* Adjust button position */
@media screen and (min-width: 1200px) {
  #myBtnFloat-test {
    right: 8%;
    top: 40%;
  }
}
.Btn-bedrag {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: black;
  margin: 0px;
  line-height: 18px;
}
#myBtn2:hover {
  background-color: chartreuse;
  color: red;
}
/* Modal Content */
.modal-content2 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: none;
    width: 80%;
    max-width: 500px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    border-radius: 5px 5px 5px 5px; /* eigen inbreng */
    -moz-border-radius: 5px 5px 5px 5px; /* eigen inbreng */
    -webkit-border-radius: 5px 5px 5px 5px; /* eigen inbreng */
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.8s;
    animation-name: animatetop;
    animation-duration: 0.8s
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
/* The Close Button */
.close2 {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -30px;
  margin-right: -15px;
}
.close2:hover,
.close2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-header2 {
    padding: 10px 16px;
    background-color: red;
    color: white;
    text-align: center;
    border-radius: 5px 5px 0px 0px; /* eigen inbreng */
    -moz-border-radius: 5px 5px 0px 0px; /* eigen inbreng */
    -webkit-border-radius: 5px 5px 0px 0px; /* eigen inbreng */
}
.modal-body2 {
    padding: 2px 16px;
    text-align: center;
}
.modal-body2 p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.modal-body4 {
  padding: 20px 16px;
	background-color: darkorange;
	color: black;
  font-weight: normal;
  text-align: center;
	border-radius: 5px 5px 5px 5px; /* eigen inbreng */
  -moz-border-radius: 5px 5px 5px 5px; /* eigen inbreng */
  -webkit-border-radius: 5px 5px 5px 5px; /* eigen inbreng */
  box-shadow: 00px 3px 0px 0px red, 0px 6px 0px 0px white, 0px 9px 0px 0px blue,0px -3px 0px 0px blue, 0px -6px 0px 0px white, 0px -9px 0px 0px red;
}
.modal-body4black {
	background-color: black;
	color: white;
}
.modal-body4 p {
  text-align: center;
  font-size: 16px;
}
.modal-kop {
  display: block;
  color: green;
  font-weight: bold;
  font-size: 22px;
} 
.vet {
  font-weight: bold;
  color: blue;
}
.modal-product {
  display: inline-block;
  color: red;
  font-weight: bold;
  font-size: 16px;
}
.modal-klik {
  display: block;
  color: black;
  font-weight: normal;
  font-size: 10px;
}
.modal-groen {
  display: block;
  color: green;
  font-weight: bold;
  font-size: 16px;
}
.modal-korting {
  display: block;
  color: blue;
  font-weight: bold;
  font-size: 20px;
}
@keyframes zoom {
    0% { transform: scale(1); } /* Startgrootte */
    50% { transform: scale(1.1) rotate(0deg); } /* Inzoomen naar 20% groter */
    100% { transform: scale(1); } /* Terug naar oorspronkelijke grootte */
}
.modal-bedrag {
  display: block;
  color: red;
  font-weight: bold;
  font-size: 22px;
  animation: zoom 3s infinite; /* 5 seconden durende animatie die continu herhaalt */
}
.modal-bedrag a{
  color: red;
  font-weight: bold;
  font-size: 22px;
}
.modal-deal {
  color: darkblue;
  font-weight: normal;
  font-size: 16px;
  display: block;
  background-color: white;
  max-width: 500px;
  margin: 0px auto;
  border-radius: 5px; /* eigen inbreng */
  -moz-border-radius: 5px; /* eigen inbreng */
  -webkit-border-radius: 5px; /* eigen inbreng */
  border: 2px solid deepskyblue;
  margin-bottom: 8px;
  padding: 5px;
}
.modal-email a{
  color: black;
}
.modal-email {
  color: red;
  font-weight: bold;
  font-size: 15px;
  display: block;
  background-color: yellow;
  max-width: 300px;
  margin: 8px auto;
  border-radius: 5px; /* eigen inbreng */
  -moz-border-radius: 5px; /* eigen inbreng */
  -webkit-border-radius: 5px; /* eigen inbreng */
  box-shadow: 3px -3px 3px gray;
  border: 1px dashed deepskyblue;
}
.modal-kortingscode {
  color: yellow;
  font-weight: bold;
  font-size: 25px;
  display: block;
  background-color: darkblue;
  max-width: 500px;
  margin: 0px auto;
  border-radius: 5px; /* eigen inbreng */
  -moz-border-radius: 5px; /* eigen inbreng */
  -webkit-border-radius: 5px; /* eigen inbreng */
  box-shadow: 3px 5px 3px gray;
  border: 2px solid white;
  margin-bottom: 8px;
}
.modal-link {
  color: darkblue;
  font-weight: bold;
  font-size: 18px;
  display: block;
  background-color: aliceblue;
  max-width: 410px;
  margin: 0px auto;
  border-radius: 5px; /* eigen inbreng */
  -moz-border-radius: 5px; /* eigen inbreng */
  -webkit-border-radius: 5px; /* eigen inbreng */
  border: 1px solid deepskyblue;
  margin-bottom: 8px;
  padding: 20px 10px;
}
.modal-link a{
  color: darkblue;
}
.modal-link a:hover {
  color: purple;
}
.modal-medium {
  display: block;
  margin: 0px 0px -5px 0px;
  line-height: 15px;
  color: indigo;
  font-weight: normal;
  font-size: 16px;
}
.modal-smaller {
  display: block;
  line-height: 17px;
  margin: 5px 10px 5px 10px;
  color: black;
  font-weight: normal;
  font-size: 14px;
}
.modal-blue {
  display: block;
  line-height: 17px;
  margin: 3px 10px 0px 10px;
  color: blue;
  font-weight: normal;
  font-size: 14px;
}
.modal-small {
  display: block;
  margin: 0px 0px -10px 0px;
  line-height: 15px;
  color: white;
  font-weight: normal;
  font-size: 14px;
}
.modal-footer2 {
    padding: 10px 16px;
    background-color: blue;
    color: white;
    text-align: center;
    border-radius: 0px 0px 5px 5px; /* eigen inbreng */
    -moz-border-radius: 0px 0px 5px 5px; /* eigen inbreng */
    -webkit-border-radius: 0px 0px 5px 5px; /* eigen inbreng */
}