* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* body {
  margin: 0;
  min-height: 100%;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #85a185;;
} */
@font-face {
  font-family: 'VINERITC';
  src: url(/VINERITC.TTF);
}
img {
  max-width: 100%;
  vertical-align: middle;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  /* font-size: 7vw; */
  font-size: 30px;
  line-height: 36px;
  margin: 20px 0 20px 0;
  color: #df7701;
  /* margin-top: 0; */
  font-family: 'Kaushan Script', cursive;
  text-shadow: 3px 3px 3px #434647;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}

/* Hieronder nieuwe CSS */
/* colours: #85a185 #feffe5  */

body {
  margin: 0;
  margin-top: 0px;
  min-height: 100%;
  font-family: 'Didact Gothic', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #85a185;
}

h1 {
  display: none;
}

.fab-container {
  position:fixed;
  bottom: 84px;
  cursor:pointer;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 999;
}

.iconbutton {
  width:50px;
  height:50px;
  border-radius: 6px;
  box-shadow: 10px 10px 5px #aaaaaa;
}

.button {
  width:60px;
  height:60px;
  background:#fff;
}

.iconbutton i {
  display:flex;  
  align-items:center;  
  justify-content:center;  
  height: 100%;  
  color: #df7701;
  font-size: 24px;
  font-style: normal;  
}

.iconbutton a {
  color: #df7701 !important;
  text-decoration: none;
}

.options {
  /* display: none; */
  list-style-type: none;
  position:absolute;
  bottom: 170px;
  padding: 0px;
  left: 50%;
  transform: translate(-50%, 50%);
}

.options li {
  display:flex;  
  justify-content: center;  
  padding: 6px;
  width: 135px;  
}

.options li a {
  width: 65vw;
  display: block;
  font-size: 20px;
}

.btn-label{
  padding: 6px 6px;  
  align-self: center;  
  user-select:none;  
  background-color: #fff;  
  color:white;  
  border-radius: 6px;  
  box-shadow: 10px 10px 5px #aaaaaa;  
  }

.part1, .part3 {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 1px;
  text-align: center;
  background-color: #85a185;
}

.part2 {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 1px;
  padding-bottom: 12px;
  text-align: center;
  /* background-color: #b2d5e3; */
  background-color: #85a185;

}

.logo {
  position: relative;
  text-align: center;
  color: white;
}

.logoimg {
  border-radius: 12px;
  margin-top: 12px;
  /* border: 12px #feffe5; */
}

.centered {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #85a185;
  text-shadow: 3px 3px black;
  font-size: 7.5vw;
  font-family: 'Kaushan Script', cursive;  
  font-weight: 600;
  /* font-weight: bold; */
  width: max-content;
  line-height: 1.2em;
}

.ice-block-left {
  background-color: #f0ebd8;
  border-radius: 12px;
  padding: 6px;
  text-align: start;
  margin-bottom: 12px;
}

.container p {
  color: #feffe5;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  }

.paragraph-grid-1 {
  grid-column: 1;
  grid-row: 1;
}

.paragraph-grid-2 {
  grid-column: 2;
  grid-row: 1;
}

.ice-block-right {
  background-color: #f0ebd8;
  border-radius: 12px;
  padding: 6px;
  text-align: end;
  margin-bottom: 0px;
}

.ice-block-img {
  margin: 0 auto;
  border-radius: 6px;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
  margin: 12px 0px 12px 0px;
}

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

.mySlides img {
  border-radius: 6px;
}

/* Next & previous buttons */
.desktop-prev,
.desktop-next {
  cursor: pointer;
  position: absolute;
  top: 55%;
  width: auto;
  padding: 8px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(223, 119, 1, 0.5)
}

.desktop-next img, .desktop-prev img {
  width: 4vw;
}

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

.desktop-prev {
  left: 0;
  border-radius: 0 6px 6px 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #999;
  padding: 2px 16px;
  color: white;
  margin-bottom: 5px;
}

.row {
  display: none;
  margin-top: 12px;
  margin-bottom: 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  flex: 1;
}

/* Add a transparency effect for thumnbail images */
/* .demo , .demo2{
  opacity: 0.6;
} */

.active,
.demo:hover ,.demo2:hover {
  opacity: 1;
}

.toppings p {
  color: #feffe5;
  margin-bottom: 18px;
}


.div-block-2 img {
  border-radius: 12px;
}

.div-block-2 a:visited, a:link, a:hover, a:active {
  color: #434647;
}

.aboutusimg {
  width: 65vw;
  border-radius: 12px;
  max-width: 400px;
}

.paragraph-overmij {
  color: #feffe5;
  margin-top: 12px;
}

.footer-box {
  color: #feffe5;
  padding-top: 36px;
  padding-bottom: 8px;
}

.footer-box p {
  margin-top: 100px;
  font-size: 11px;
}

.mail-button1, .mail-button2 {
  color: #85a185;
  background-color: #feffe5;
  text-decoration: none;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 6px 6px 3px #aaaaaa;
}

.mail-button1 {
  margin-right: 8px;
}

.mail-button2 {
  margin-left: 8px;
}

.copyright {
  margin-top: 2em;
}

@media screen and (min-width: 600px) {
body {
  max-width: 800px;
  margin: 0 auto;
  background-color: #85a185;
}

h2 {
  font-size: 40px;
}

/* .logoimg {
  content: url(/images/main-image-half.jpg);
  max-width: 800px;
} */

.centered {
  font-size: 5vw;
}

.p1 img {
  content: url(/images/laatste-hand-1-800.jpg);
  max-width: 100%;
}

}
  


@media screen and (min-width: 1250px) {
  
body {
  max-width: 100%;
  margin: 0 auto;
  background-color: #85a185;
  font-size: 16px;
}

.logoimg {
  content: url(/images/main-image-half.jpg);
  max-width: 1250px;
}

.centered {
  font-size: 70px;
  top: 50%;
}

.heading-2 {
  font-size: 50px;
  padding: 36px 0 50px 0;
  margin: 0;
}


.blocks-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  width: 1250px;
  margin: 0 auto;
  }

.ice-block-left {
  grid-column: 1;
  grid-row: 1;
  max-height: 415px;
  margin-bottom: 0px;
}

.ice-block-right {
  grid-column: 2;
  grid-row: 1;
  max-height: 415px;
  margin-bottom: 0px;
}

#galerij {
  font-size: 50px;
  padding: 36px 0 50px 0;
  margin: 0;
}

.container {
  max-width: 800px;
  margin: 0 auto;
}

.desktop-next, .desktop-prev {
  width: 50px;
}

.part2 .ice-block-left, .part2 .ice-block-right {
  max-height: 500px;
  margin-bottom: 0px;
}

.blocks-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  width: 1250px;
  margin: 0 auto;
  }

.p1 {
  grid-column: 1;
  grid-row: 1;
  max-height: 330px;
  margin-bottom: 0px;
}

.p1 img {
  content: url(/images/laatste-hand-1.jpg);
}

.p2 {
  grid-column: 2;
  grid-row: 1;
  /* height: 288px; */
  margin-bottom: 0px;
}

.p3 {
  grid-column: 2;
  grid-row: 2;
  /* max-height: 415px; */
  margin-bottom: 0px;
}

.div-block-3 {
margin-top: 100px;
}

.aboutusimg {
  max-width: 450px;
}

.paragraph-overmij {
  max-width: 450px;
  margin: 0 auto;
}

.options li a {
  width: 20vw;
}

}