/*

What to hide when printing (header, nav, footer, etc)

*/

@media print {
  header {
    display: none;
  }

  .navigation {
    display: none;
  }

  footer {
    display: none;
  }

  .sec-nav {
    display: none;
  }

  .tf {
    display: none;
  }

}

/*

Mediaquery smallest screen

*/

@media screen and (max-width: 500px) {

  .welcome {
    display: flex;
    flex-direction: column;
  }

  header {
    max-height: 10rem;
  }

  big {
    width: 100% !important;
  }

  .nieuwsbericht {
    display: flex;
    flex-direction: column !important;
  }

  .nieuwsbericht .image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 2rem !important;
  }

  .nieuwsbericht .image img {
      display: block;
      margin: 0 !important;
      min-width: 100% !important;
      min-height: 20rem !important;
      object-fit: cover;
  }

  .nieuwsbericht .message {
    margin-left: 0 !important;
  }

  header .container {
    padding: 0 !important;
  }

  .big-illustration {
    background-image: none !important;
  }

  .box {
    height: auto !important;
  }


  .box img {
    height: 50rem !important;
  }

  .flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .flex img {
    margin: 0 !important;
  }



  .productie .image img {
    margin-right: 0 !important;
    width: 100% !important;
    min-height: 20rem !important;
  }

  .image img {
    margin: 0 !important;
    width: 100% !important;
    min-height: 20rem !important;
    object-fit: cover;
  }


  .welcome .message {
    margin-right: 0 !important;
  }

  .image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 1rem 0;
  }

  .navigation .container {
    height: auto !important;
  }


  /*.welcome img {
    width: 25rem;
    border-radius: 0rem 3rem 3rem 3rem;
  }*/

  .agenda-item {
    margin: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }

  .medewerker {
    width: 100% !important;
  }

  .medewerker:hover > .info {
    height: 7rem !important;
  }

  .zaal .flex {
    flex-direction: column;
  }

  .zaal .flex .image {
    height: 100% !important;
    width: 100% !important;
  }

  .sub-nav {
    display: flex;
    flex-direction: column !important;
    width: 100% !important;
  }

  .sub-nav li {
    width: 100% !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
  }

  .sub-nav li a {
    display: block;
    width: 100% !important;
    padding: 1rem !important;
    border-radius: 0 !important;
    margin: 0;
  }

  .white-container {
    padding: 2rem 0 !important;
  }

  .gray-container {
    padding: 2rem 0 !important;
  }



  .sec-nav .container {
    padding: 0rem !important;
  }

  .tf {
    align-items: flex-start !important;
    flex-direction: column;
  }

  .tf h3 {
    align-self: flex-start;
    margin: 0;
    width: auto;
    border: 0;
    font-size: 1.7rem;
  }

}

/*

Mediaquery medium

*/

@media screen and (max-width: 750px) {
  /*header {
    height: 30rem !important;
  }*/

  h2 {
    font-size: 3rem !important;
  }

  .agenda-column-2 .productie {
    width: 100% !important;
    background-position: center;
    border-radius: 1rem;
    /*background-color: rgba(255,255,255,0.5);*/
    background-size: cover;
    margin-top: 2rem;
  }

  .container {
    width: 100% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  footer .half {
    width: 100% !important;
    margin-bottom: 1rem;
  }

  footer .partners {
    width: 100% !important;
  }

  /*nav  ul {
    display: none !important;
  }*/

  .options {
    display: flex;
    flex-wrap: wrap;
  }

  .options > div {
    margin-bottom: 1rem;
    margin-right: 0;
  }



  .nieuwsbericht {
    display: flex;
    flex-direction: column !important;
  }

  .nieuwsbericht .image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 2rem !important;
  }

  .nieuwsbericht .image img {
      display: block;
      margin: 0 !important;
      min-width: 100% !important;
      min-height: 30rem !important;
      object-fit: cover;
  }

  .image img {
    margin: 0 !important;
    width: 100% !important;
    min-height: 20rem !important;
    object-fit: cover;
  }


  .welcome .message {
    margin-right: 0 !important;
  }

  .image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 1rem 0;
  }

  .nieuwsbericht .message {
    margin-left: 0 !important;
  }

  .welcome {
    display: flex;
    flex-direction: column;
  }

}

/* Media query large */

@media screen and (max-width: 840px) {
  header {
    height: 30rem !important;
  }

  .container {
    width: 100% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .navigation {
    background-color: RGBA(217, 225, 226, 1.00);

    position: relative !important;
    width: 100%;
    top: 0;
    z-index: 9999;

    height: auto;
    width: 100%;
  }

  .navigation .container {
    padding: 0 !important;
    height: auto;
  }

  .logo {
    display: none;
  }

  nav {
    height: auto !important;
    width: 100% !important;
    margin-left: 0;
    left: 0 !important;
  }

  /*nav ul{
    max-height: 0 !important;
    display: flex;
    flex-direction: column;
    width: 100% !important;
  }*/

  nav ul{
    overflow: auto;
    white-space: nowrap;

    margin: 0;
    padding: 1rem;
  }

  .navigation .container .flex {
    padding: 0;
    display: block;
  }
  /*nav ul li:after{
    border: 0 !important;
  }

  nav ul li{
    width: 100%;
    background-color: #95ACAD;
    padding: 1rem 0;
  }

  nav ul li:hover{
    width: 100%;
    background-color: #D9E1E2;
    padding: 1rem 0;
  }

  nav ul li a {
    transition: 0;
  }*/

  /*.handle {
    display: block !important;
    width: 100%;
    text-align: right;
    padding: 3rem;
    cursor: pointer;
  }*/

}

/*

Standaard CSS

*/

/*
Font needs to be replaced because Raleway does not have  medium italic
*/

/*@import url('https://fonts.googleapis.com/css?family=Raleway:200i,400,700');*/

html {
  font-family: 'Helvetica', sans-serif;
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  font-size: 1.3rem;
}

*, *::before, *::after {
    box-sizing: border-box;
}

/*Wat was priority and want niet?*/

.priority h3 {
  border-bottom: 0;
  font-size: 2rem;
}

.no-priority h3 {
  border-bottom: 0;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.bold {
  font-weight: bold;
}

/*Footer is momenteel oké.*/

footer {
  background-color: #144649;
  color: white;
  padding: 2rem 0;
}

footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

address {
  margin-top: 0.5rem;
  opacity: 0.5;
  transition: ease-in-out 0.4s;
}

address:hover {
  opacity: 0.7;
}

.address {
  display: flex;
  align-items: center;
  padding: 2rem;
  border-radius: 2rem;
  background-color: #D9E1E2;
}

/*Inschakelen indien problemen?*/

.floatedleft {
  float: left;
  height: 12rem;
  margin-right: 1rem;
  border-radius: 2rem;
  border-top-right-radius: 0;
}

.floatvideo {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.floatedright {
  float: right;
  height: 15rem;
  margin-left: 2rem;
  margin-bottom: 1rem;
  border-radius: 2rem;
  border-top-left-radius: 0;
}

/* Contactformulier */

.contact {
  margin-bottom: 3rem !important;
}

.contact input {
  padding: 1rem;
  background-color: #D9E1E2;
  border: 0;
  border-radius: 1.5rem;
}

.reservation input {
  padding: 0.5rem;
  background-color: #D9E1E2;
  border: 0;
  border-radius: 1.5rem;
  float: right;
}

.reservation label {
  padding: 0.5rem;
}

.reservation div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}


.contact select {
  padding: 1rem;
  background-color: #D9E1E2;
  border-radius: 1.5rem;
  color: black;
}

input:focus {
    outline:none;
    background-color: RGBA(130, 195, 65, 1.00);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.5);
}

textarea:focus {
  outline: none;
  background-color: RGBA(130, 195, 65, 1.00);
}

textarea {
  transition: background-color ease 0.8s;
}

input {
  transition: background-color ease 0.8s;
}

.contact input[type="text"] {
  width: 20rem;
}

.contact input[type="email"] {
  width: 20rem;
}

.contact input[type="tel"] {
  width: 20rem;
}

.contact textarea {
  background-color: #D9E1E2;
  border: 0;
  border-radius: 1.5rem;
  padding: 2rem;
}

.contact select {
  width: 100%;
}

.contact .green {
  width: 100%;
  background-color: RGBA(130, 195, 65, 1.00);
}

.contact label {
  display: block;
  margin-bottom: 0.5rem;
}

.contact .wrapper {
  margin: 1rem 0rem;
}

.contact .flexer {
  display: flex;
}

.contact .flexer div {
  margin-right: 0.5rem;
}

.address .img {
  margin-right: 2rem;
  height: 7rem;
}

.agenda-column-2 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.agenda-column-2 h3 {
  font-size: 2.3rem;
  margin-bottom: 0.5rem;
  border-bottom: 0;
}

.agenda-column-2 .productie {
  width: 39rem;
  border-radius: 1rem;
  /*background-color: rgba(255,255,255,0.5);*/
  background-size: cover;
  margin-top: 2rem;
}


.white {
  position: relative;
  padding: 1rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.8);
}

.agenda-column-2 .productie div {
  width: 100%;
}

footer .partners img{
  height: 5rem;
  opacity: 0.5;
  transition: ease-in-out 0.4s;
}

footer .partners img:hover {
  opacity: 1;
}

.date {
  background-color: #82C341;
  color: white;
  padding: 1rem;
  font-size: 1.6rem;
  border-radius: 1.5rem;
}

.time {
  background-color: #144649;
}


footer .partners {
  display: flex;
  justify-content: space-between;
  width: 50%;
  align-items: center;
}

footer .half {
  display: flex;
  align-items: center;
}

/*
div {
  border: 0.1rem solid black;
    font-size: 1.2rem;
}*/

nav ul li a {
    padding: 2rem;
    color: #144649;

    text-decoration: none;
    font-size: 1.4rem;
    transition: 0.3s color;
}

nav ul li:after {
    content: '';
    border-right: 0.2rem solid #82C341;
}

nav a:hover {
  color: #82C341;
}

.logo {
  width: 7rem;
  height: 7rem;
  background-image: url("../assets/images/logo.svg");
  background-size: auto;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
}

.small-logo {
  align-self: center;
  width: 5.4rem !important;
  height: 5.4rem !important;
  animation: wiggle 1.5s ease-in-out;

}

@-webkit-keyframes wiggle {
  0% {-webkit-transform: rotate(0deg);}
  25% {-webkit-transform: rotate(-10deg);}
  50% {-webkit-transform: rotate(20deg);}
  75% {-webkit-transform: rotate(-5deg);}
  100% {-webkit-transform: rotate(0deg);}
}

@-ms-keyframes wiggle {
  0% {-ms-transform: rotate(0deg);}
  25% {-ms-transform: rotate(-1deg);}
  50% {-ms-transform: rotate(1.5deg);}
  75% {-ms-transform: rotate(-5deg);}
  100% {-ms-transform: rotate(0deg);}
}

@keyframes wiggle {
  0% {transform: rotate(0deg);}
  25% {transform: rotate(-10deg);}
  50% {transform: rotate(20deg);}
  75% {transform: rotate(-5deg);}
  100% {transform: rotate(0deg);}
}

.navigation {
  /*background-color: #D9E1E2;*/
  background-color: RGBA(217, 225, 226, 1.00);

  -webkit-box-shadow: 0px -2px 19px 8px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px -2px 19px 8px rgba(0,0,0,0.2);
  box-shadow: 0px -2px 19px 8px rgba(0,0,0,0.2);


  position: sticky;
  position: -webkit-sticky;
  width: 100%;
  top: 0;
  z-index: 9999;
}


.container {
  width: 85rem;
  margin: auto;
}

.navigation .container {
  width: 80rem;
  padding: 1rem;
  height: 8rem;
}

.navigation .container .logo {
  position: absolute;
  width: 10rem;
  height: 10rem;
  z-index: 9999;
}

nav {
  position: relative;
  left: 10rem;
}



.flex {
  display: flex;
  justify-content: space-between;
}

.allnews .flex:nth-of-type(odd){
  flex-direction: row-reverse;
}

.allnews .flex:nth-of-type(odd) img{
  margin-left: 0;
  margin-right: 2rem;
}

.baseline {
  align-items: flex-start;
}

.navigation ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  align-items: center;
}

header {
  width: 100%;
  background-image: url("../assets/images/header.jpg");
  background-size: cover;
  background-position: center;
  height: 63rem;

  /*vervangen standaard header image*/

}

.hidden {
  display: none;
}

header .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}

.agenda-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #82C341;
  width: 43rem;
  height: 10rem;
  margin-bottom: 5rem;
  display: flex;
  border-radius: 0rem 3rem 3rem 3rem;
  -webkit-box-shadow: 0px 0px 46px 4px rgba(0,0,0,0.50);
  -moz-box-shadow: 0px 0px 46px 4px rgba(0,0,0,0.50);
  box-shadow: 0px 0px 46px 4px rgba(0,0,0,0.50);
}

.agenda-item .datum {
  flex: 1;
  align-self: center;
  font-size: 2.2rem;
  text-align: center;
  padding: 0 1.5rem;

}

.agenda-item .info {
  flex: 2;
  display: flex;
  flex-direction: column;
  height: 8rem;
  padding-left: 2rem;
  border-left: 0.3rem solid #144649;
  justify-content: center;
}

.agenda-item .info .flex {
  display: flex;
  justify-content: space-between;
  margin-right: 3rem;
  align-content: center;
  align-items: center;
}

.agenda-item .info .title {
  font-size: 2.2rem;
  margin: 0;
}

.res-det {
  margin-top: 1rem;
  justify-content: flex-start;
}

.xs-btn {
  background-color: white;
  font-size: 1.1rem;
  padding: 0.7rem 1rem;
  border-radius: 1.5rem;
  margin-right: 1rem;
  transition: 0.6s;
}

.xs-btn-multiple {
  background-color: white;
  font-size: 1.1rem;
  padding: 0.7rem 1rem;
  border-radius: 1.5rem;
  margin-right: 1rem;
  transition: 0.6s;
}

.xs-btn:hover {
  background-color: RGBA(20, 70, 73, 1.00);
  color: white;
}

h4 {
  font-size: 1.5rem;
}

.erfgoed h4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2rem;
}

.erfgoed h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.4rem;
}

.btn {
  padding: 1rem;
  background-color: white;
  border-radius: 1rem;
  /*margin-top: 2rem;*/
  font-size: 1.4rem;
  color: #144649;
  text-decoration: none;
}

.white-container {
  width: 100%;
  padding: 5rem 0;

}

.small-illustration {
  background-image: url("../assets/images/draadwp.svg");

  background-position: 16rem 2rem;
  background-repeat: no-repeat;

}

.big-illustration {
  background-image: url("../assets/images/draakje.svg");

  background-position: 5% -2rem;
  background-repeat: no-repeat;
}

.big-illustration2 {
  background-image: url("../assets/images/sofie.svg");

  background-position: 88% -2rem;
  background-repeat: no-repeat;
}

.gray-container {
  width: 100%;
  background-color: #D9E1E2;
  padding: 5rem 0;
}

.nieuwsbericht {
  display: flex;
  justify-content: space-between;
}

.nieuwsbericht h2 {
  font-size: 3rem;
}

.nieuwsbericht .image {
  margin-right: 2rem;
}

.nieuwsbericht img {
  height: 17rem;
  border-radius: 3rem 0rem 3rem 3rem;
}


.welcome {
  display: flex;
  justify-content: space-between;
}

.welcome .image {
  display: flex;
  align-items: center;
}

.welcome h2 {
  font-size: 3.5rem;
}

.welcome h4 {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 15px;
}

.welcome img {
  width: 25rem;
  border-radius: 0rem 3rem 3rem 3rem;
}

.welcome .message {
  margin-right: 4rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.nieuwsbericht .message {
  width: 100%;
}

h2 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 0.3rem solid #82C341;
}


.medewerker h3 {
  font-size: 2rem;
  border: 0;
  margin: 0;
  padding: 0;
}

.flex img {

  max-height: 12rem;
  margin-bottom: 2rem;
  /*margin-right: 2rem;*/
  /*max-width: 20rem;*/
  /*object-fit: contain;*/
  border-radius: 0rem 2rem 2rem 2rem;
}

.flex-split {
  align-items: flex-start;
}

.flex-split h2 {
  flex: 1;
  margin-right: 1rem;
}

.price-window {
  border-left: 0.3rem solid #82C341;
  padding: 0 1rem;
}

.price-window h4 {
  margin-bottom: 10px;
}

.video {
  display: flex;
  justify-content: space-between;
}

.video img {
  height: 30rem;
  margin-right: 5rem;
}

.productie .image img {
  margin-right: 2rem;
  width: 25rem;
  height: 22rem;
  object-fit: cover;
}


.no-space {
  justify-content: flex-start;
}

p {
  margin-bottom: 1rem;
}

.icons-flex {
  display: flex;
  width: 100% !important;
  align-items: center;
  margin-bottom: 1rem;
}

.icons-flex div {
  margin-right: 2rem;
}

.mg-top {
  margin-top: 2rem;
}

a {
  color: #144649;
  font-weight: bold;
  text-decoration: none;
}

.krantartikels a > img{
  margin-right: 1rem;
  margin-bottom: 4rem;
  object-fit: contain;
  object-position: top;
}



.button-draad {
  display: block;
  float: right;
  font-size: 1.3rem;
  padding: 1rem 3rem 1rem 3rem;
  background-color: RGBA(130, 195, 65, 1.00);
  border-radius: 2rem;
  text-decoration: none;
  color: white;
  background-image: url('../assets/images/draad.svg');
  /*box-shadow: 2rem;*/
  background-repeat: no-repeat;
  background-position: -2.1rem 0;
  transition: all 0.6s ease;
}

.button-draad:hover{
    background-position: 0.5rem 0;
    background-color: RGBA(39, 74, 89, 1.00);
    padding: 1rem 2.1rem 1rem 3.9rem;
}

.mgafter {
  margin-bottom: 4rem;
}

.mgaftersmall {
  margin-bottom: 2rem;
}

.button-arrow {
  display: block;
  float: right;
  font-size: 1.3rem;
  padding: 1rem 3rem 1rem 3rem;
  background-color: RGBA(130, 195, 65, 1.00);
  border-radius: 2rem;
  text-decoration: none;
  color: white;
  background-image: none;
  /*box-shadow: 2rem;*/
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.6s ease;
}

.button-arrow:hover {
  background-image: url('../assets/images/arrow.svg');
  background-position: 9rem;
  background-color: RGBA(39, 74, 89, 1.00);
  padding: 1rem 4.5rem 1rem 1.5rem;
}

.tag {
  background-color: RGBA(20, 70, 73, 1.00);
  border-radius: 1.2rem;
  padding: 0.8rem;
  font-weight: bold;
  color: white;
}

.media {
  background-color: RGBA(211, 36, 33, 1.00);
}

.tags {
  height: 2.5rem;
  margin-bottom: 1rem;
}

.news-detail h3 {
  margin-top: 2rem;
  font-size: 2rem;
}

.allnews .read-more {
  margin: 1rem 0;
  float: left;
}

.allnews .tags {
  margin-top: 1.5rem;
}


.sub-nav {
  display: flex;
  flex-wrap: wrap;
}

.sub-nav a {
  /*padding: 1rem 2rem;*/
  margin-right: 1rem;
  border-radius: 1.5rem;
  background-color: #95ACAD;
  /*box-shadow: inset 0 0 0 0 RGBA(130, 195, 65, 1.00);
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;*/
  display: block;
  float: right;
  font-size: 1.3rem;
  padding: 1rem 3rem 1rem 3rem;
  /*background-color: RGBA(130, 195, 65, 1.00);*/
  border-radius: 2rem;
  text-decoration: none;
  color: white;
  background-image: url('../assets/images/draad.svg');
  /*box-shadow: 2rem;*/
  background-repeat: no-repeat;
  background-position: -2.1rem 0;
  transition: all 0.6s ease;
}

.sub-nav a:hover {
  background-position: 0.5rem 0;
  background-color: RGBA(39, 74, 89, 1.00);
  padding: 1rem 2.1rem 1rem 3.9rem;
}

.sub-nav .active {
  background-color: #83C24A;
}

.sec-nav {
  background-color: #D9E1E2;
}

.sec-nav .container {
  padding: 2rem 0;
}

.padding {
  padding: 3rem 0;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3rem 0;
}

.medewerker img {
  align-self:center;
  border-radius: 50%;.
  height: 22rem;
  width: 22rem;
  margin-bottom: 1.5rem;
}

.medewerker {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 22rem;
  min-height: 20rem;
  text-align: center;
  margin-bottom: 2rem;
}

.medewerker:hover > .info {
  height: 15rem;
}

.medewerker .info {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}


.locatie {
  font-weight: 700;
}



h3 {
  font-size: 3rem;
  padding-bottom: 1rem;
  font-weight: bold;
  border-bottom: 0.3rem solid #82C341;
  margin-bottom: 2rem;
}

.erfgoed h3 {
  margin-top: 3rem;
}

.small {
  height: 40rem;
}

.info {
  margin: 1rem 0;
}

.icons {
  display: flex;
}

.icons div {
  margin-right: 1rem !important;
}


.nospace {
  align-items: flex-start;
  flex-direction: row-reverse;
}

.icons div {
  margin-right: 0rem;
}

.icons img {
  border-radius: 0;
}

.duur {
  height: 4.7rem;
  width: 4.7rem;
  border: 0.2rem solid black;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.duur p {
  font-size: 1.8rem;
  margin: 0;
}

.duur span {
  font-size: 0.8rem;
}

.options-ag .box {
  width: 28rem;
  height: 30rem;
}

.box {
  width: 20rem;
  height: 36rem;
  margin-right: 1rem;
  border-radius: 1rem;
  overflow: hidden;
  background-color: RGBA(217, 225, 226, 1.00);
  margin-bottom: 1rem;
}

b {
  font-weight: bold;
}

.box img {
  width: 100%;
  height: 30rem;
  object-fit: cover;
  border-radius: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

.box:hover img {
  transform: scale(1.1);
}

.box .info {
  padding: 1rem;
}

.box .info p {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}

.boxes {
  font-weight: normal;
  color: inherit;
}

.box h3 {
  font-size: 2.3rem;
  border: 0;
  margin-bottom: 1rem;
  margin-top: 0.7rem;
}


.extra {
  width: 100%;
  height: 30rem;
  padding: 2rem;
  opacity: 0;
  transition: opacity 0.4s ease;
  background-color:  RGBA(130, 195, 65, 0.5)
}

.extra h2 {
  border: 0;
  font-size: 3rem;
  color: white;
}

.extra p {
  color: white;
}

.extra:hover{
  opacity: 1;
}

.white-space {
  margin-bottom: 3rem;
}


.list li {
  /*list-style-type: disc;
  margin-right: -2rem;*/
}

.list {
  margin: 2rem 0;
  border-left: 0.3rem solid #82C341;
  padding-left: 1rem;
}

.tf {
  align-items: center;
}



.tf h3 {
  align-self: flex-start;
  margin: 2rem 0;
  width: 17rem;
  border: 0;
  font-size: 1.7rem;
}

.right-mg {
  margin-left: auto;
}

.end {
  justify-content: flex-end;
}

.end p {
  margin-left: 1rem;
}

.print-this img{
  margin-right: 1rem !important;
}

.reservatie {
  width: 28rem;
}

.reservatie label {
  font-weight: bold;
}

.reservatie div {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.number {
  width: 5rem;
}

.input-text {
  width: 18rem;
}

.full {
  width: 50rem;
  /*padding-left: 2rem;*/
}

/*.flipped {
  flex-direction: row-reverse;
}*/

.reservatie-btn {
  border: 0;
  background-color: #82C341;
  color: white;
  font-size: 1.5rem;
  padding: 0.5rem;
  border-radius: 1rem;
  margin-top: 1rem;
  width: 100%;
}

.warning {
  background-color: #ff6c47;
  padding: 1rem;
}

.warning .container {
  padding-top: 2rem;
  padding-bottom: 1rem;
}



.right {
  margin-left: 2rem;
}

.left {
  margin-right: 2rem;
}

.news {
  max-height: 15rem !important;
}

b {
  font-weight: 700;
}

i {
  font-style: italic;
}

.obj-fit {
  object-fit: cover;
  width: 19.7rem;
  height: 12rem;
}


.facebook-btn {
  background-color: RGBA(71, 100, 180, 1.00);
  color: white;
}
