@import url(https://fonts.googleapis.com/css?family=Raleway);

@font-face {
  font-family: "Artisual";
  src: url("../fonts/ArtisualDecoThin_PERSONAL_USE_ONLY.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Charter";
  src: url("../fonts/Charter-Roman-01.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  margin: 0;
  height: 100%;
}

* {
  font-family: "Charter";
  box-sizing: border-box;
  padding: 0;
}

.logo {
  margin-top: 5px;
}

.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #000000;
  font-family: "Charter";

  height: 100px;
  padding: 1em;
  border-bottom: 1px solid #333;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #000000;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: "";
  margin-top: -8px;
}

.menu-button::after {
  content: "";
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

li a {
  list-style: none;
  text-decoration: none;
  color: #000000;
}

.titel {
  text-align: center;
}

.titel h1 {
  text-align: center;
  font-size: 180px;
  font-family: "Artisual";
}

.footer {
  background: #000;
  padding: 30px 0px;
  font-family: "MyriadPro";
  text-align: center;
}

.footer .row {
  width: 100%;
  margin: 1% 0%;
  padding: 0.6% 0%;
  color: gray;
  font-size: 0.8em;
}

.footer .row a {
  text-decoration: none;
  color: gray;
  transition: 0.5s;
}

.footer .row  a:hover {
  color: #fff;
}

.footer .oppeningsuren  a:hover {
    color: #fff;
}

.footer .oppeningsuren a {
    text-decoration: none;
    color: gray;
    transition: 0.5s;
}

.footer .oppeningsuren p {
    text-decoration: none;
    color: gray;
    transition: 0.5s;
}

.footer .row ul {
  width: 100%;
}

.footer .row ul li {
  display: inline-block;
  margin: 0px 30px;
}

.footer .row a i {
  font-size: 2em;
  margin: 0% 1%;
}

.filosofie {
  text-align: center;
  width: 700px;
  margin: 0 auto;
  padding: 15px;
}

.button {
  background-color: #000000;
  color: white;
  border-radius: 15px;
  width: 160px;
  height: 30px;
  margin: 0 auto;
}

.button:hover{
  background-color: #1b1b1b;

}

.button p {
  padding: 5px;
  text-align: center;
  font-family: "MyriadPro";
}


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

.mySlides {
  display: none;
}

.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;
}

.next {
  right: 40px;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.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;
}

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

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}


input[type=text], select, textarea {
  width: 100%; 
  padding: 12px; 
  border: 1px solid #ccc; 
  font-family: "MyriadPro";
  border-radius: 4px; 
  box-sizing: border-box; 
  margin-top: 6px;
  margin-bottom: 16px; 
  resize: vertical 
}

input[type=submit] {
  background-color: rgba(0, 0, 0, 0.8);
  font-family: "MyriadPro";
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: rgba(43, 42, 42, 0.8);
}

.containerContact {
  border-radius: 10px;
  border: #000 3px solid;
  padding: 20px;
  width: 900px;
  margin: 0 auto;
  margin-bottom: 130px;
}

.containerPrice{
  border-radius: 10px;
  border: #000 2px solid;
  padding: 20px;
  width: 900px;
  margin: 0 auto;
  margin-bottom: 130px;
}

.containerProduct{
  border-radius: 10px;
  border: #000 2px solid;
  padding: 20px;
  width: 900px;
  margin: 0 auto;
  margin-bottom: 130px;
}

.grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.product1{
  margin: 0 auto;
  grid-column: 2/3;
  grid-row: 1/3;
}
.product2{
  margin: 0 auto;
}

.quote{
  font-size: 40px;
  width: 700px;
  margin: 0 auto;
  margin-bottom: 130px;
}
h2{
  border-bottom: 2px solid black;
}

h3{
  width: fit-content;
  border-bottom: 2px solid black;
}

@media (max-width: 700px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 49px;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #333;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: rgb(0, 0, 0);
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }

  .top-nav {
    border: none;
  }

  .titel h1 {
    text-align: center;
    font-size: 60px;
    font-family: "Artisual";
  }

  .filosofie {
    text-align: center;
    width: 400px;
    margin: 0 auto;
    padding: 15px;
  }

  main {
    margin-top: 150px;
  }
  footer {
    margin-top: 150px;
  }

  .footer {
    text-align: left;
    padding: 5%;
  }
  .footer .row ul li {
    display: block;
    margin: 10px 0px;
    text-align: left;
  }
  .footer .row a i {
    margin: 0% 3%;
  }

  .mySlides img{
    width: 500px;
    height: 400px;
    margin: 0 auto;
  }

  .slideshow-container {
    max-width: 500px;
    position: relative;
    margin: 0 auto;
  }

  .next {
    right: 0px;
    border-radius: 3px 0 0 3px;
  }

  .containerContact {
    border-radius: 10px;
    padding: 20px;
    width: fit-content;
    margin-bottom: 130px;
  }

  .containerPrice{
    border-radius: 10px;
    border: #000 2px solid;
    padding: 20px;
    width: fit-content;
    margin-bottom: 130px;
  }

  .containerProduct{
    border-radius: 10px;
    border: #000 2px solid;
    padding: 20px;
    width: fit-content;
    margin-bottom: 130px;
  }
  
  .grid{
    display: grid;
    grid-template-columns: 1fr;
  }

  .product1{
    margin: 0 auto;
    grid-column: 1;
  }

  .quote {
    font-size: 20px;
    width: 400px;
    margin: 0 auto;
    margin-bottom: 130px;
}
}


