@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
textarea:focus, input:focus, select:focus, button:focus, option:focus{
  outline: none;
}
input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
html,
body {
  margin:0;
  padding:0;
  height:100%;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
  font-weight: 300;
  scroll-behavior: smooth;
}
.c p {
  line-height: 175%;
}
.c p:not(:first-child){
  margin-top: 1em;
}
.c p:not(:last-child){
  margin-bottom: 1em;
}

/* Algemeen */

main {
  background-color: black;
}

.main_button {
  display: inline-block;
  border: 4px solid #FF2121;
  color: #FF2121;
  padding: 10px 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all .5s;
  cursor: pointer;
}

.main_button i {
  margin-left: 10px;
}

.main_button:hover {
  background-color: #FF2121;
  color: #fff;
}

.dual_link {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  max-width: 400px;
}

.dual_link a {
  width: 48%;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 10px;
  transition: all .5s;
}

.dual_link a:first-of-type {
  background-color: #FF2121;
  color: white;
  border: 4px solid #FF2121;
}

.dual_link a:first-of-type:hover {
  color: #FF2121;
  background-color: transparent;
}

.dual_link a:last-of-type {
  color: #FF2121;
  background-color: transparent;
  border: 4px solid #FF2121;
}

.dual_link a:last-of-type:hover {
  background-color: #FF2121;
  color: white;
}

.menu_button {
  z-index: 50;
  font-size: 1.4em;
  cursor: pointer;
  position: fixed;
  right: 50px;
  top: 50px;
  width: 50px;
  height: 50px;
  transition: .5s;
  background-color: white;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
}

.tok_switcher {
 z-index: 50;
 font-size: 1.4em;
 cursor: pointer;
 position: fixed;
 right: 115px;
 top: 50px;
 width: 55px;
 height: 50px;
 line-height: 50px; 
 display: flex;
 justify-content: space-between;
 -ms-align-items: center;
 align-items: center;
 color: #f1c40f;
}
.tok_switcher a {
 color: #f1c40f;
}

.menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #FF2121;
  z-index: 40;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
  overflow: auto;
}

.menu>nav {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  line-height: initial;
}

.menu>nav ul {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  font-family: 'Nothing You Could Do', cursive;


}

.menu>nav ul a {
  font-weight: 700;
  color: white;
  display: inline-block;
  padding: 15px 0;
  text-align: center;
  font-size: 60px;
}

.menu span {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 0 20px;
}

.menu span:before, .menu span:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 5px;
  bottom: 0;
  margin-top: -0.5px;
  background: #fff;
}

.menu span:before {
  left: -2.5px;
}
.menu span:after {
  right: 2.5px;
  background: #fff;
  transition: width 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu span:hover:before {
  background: #fff;
  width: 100%;
  transition: width .6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu span:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}




.page_header {
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  padding: 80px 0;
  padding-top: 50px;
}

.page_header>h2 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #FF2121;
  text-align: center;
  margin-bottom: 5px;
}

.page_header>h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 10px;
  color: white;
  text-align: center;
  font-family: 'Nothing You Could Do', cursive;
}

.page_header_spacer {
  width: 2px;
  margin: 30px 0;
  background-color: #FF2121;
  height: 50px;
}

.page_header_tekst {
  color: white;
  line-height: 170%;
  font-size: 1.1em;
  text-align: center;
}

.logo {
  position: absolute;
  left: 50px;
  top: 50px;
  width: 120px;
  z-index: 5;
}

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 1s; /* So they look staggered */
}

@keyframes come-in {
  to { transform: translateY(0); }
}

@media screen and (min-width: 800px) {

  .come-in-left {
    transform: translateX(-300px);
    animation: come-in-left 0.8s ease forwards;
  }
  .come-in-left:nth-child(odd) {
    animation-duration: 1s; /* So they look staggered */
  }
}

@keyframes come-in-left {
  to { transform: translateX(0); }
}
@media screen and (min-width: 800px) {
  .come-in-right {
    transform: translateX(300px);
    animation: come-in-right 0.8s ease forwards;
  }
  .come-in-right:nth-child(odd) {
    animation-duration: 1s; /* So they look staggered */
  }
}
@keyframes come-in-right {
  to { transform: translateX(0); }
}

/* Einde Algemeen */


/* Bar */

.bar_part1 {
  z-index: 6;
}

.bar_first_part {
  top: 50%;
  left: 0;
  z-index: 0;
  width: 60%;
  z-index: 5;
  transform: translateY(-50%);
  position: absolute;
}

.bar_part1>div {
  z-index: 6;
}

.bar_third_image {
  position: absolute;
  right: 0;
  top: 0;
  width: 950px;
  z-index: 1;
}

/* Eind Bar */

.dranken {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  color: white;
  padding-bottom: 50px;
}

.dranken article {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 30px;
}

.dranken article>div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;

  width: 100%;
  padding: 10px 0;
  border-bottom: 2px dotted #353535;
}

.dranken article>div>div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.dranken article h3 {
  width: 100%;
  line-height: 150%;
}

.extra_info {
  width: 100%;
  letter-spacing: 1px;
  line-height: 150%;
  font-size: .9em;
  font-style: italic;
  color: #cecece;
  background-color: #353535;
  padding: 10px 20px !important;
}

.prijs1 {
  text-align: right;
  line-height: 150%;
  width: 120px;
  padding: 0 10px;
}

.prijs2 {
  text-align: right;
  line-height: 150%;
  width: 120px;
  padding: 0 10px;
}

.prijs1 span, .prijs2 span {
  font-weight: 700;
  font-size: 1.2em;
}

.dranken article h2 {
  font-weight: 700;
  font-size: 1.6em;
  margin-bottom: 15px;
  border-bottom: 1px solid white;
  padding-bottom: 15px;
  width: 100%;
  text-align: left;
}


/* Bevestiging */

.bevestiging_bg {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bevestiging {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  max-width: 700px;
  padding: 50px;
  background-color: white;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.bevestiging i {
  font-size: 2em;
  color: #04243B;
}

.bevestiging h2 {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #04243B;
  font-size: 15px;
  margin: 10px 0;
}

.bevestiging h1 {
  font-weight: 700;
  font-size: 2em;
  text-align: center;
  color: #04243B;
  margin-bottom: 10px;
}

.bevestiging p {
  line-height: 150%;
  color: #04243B;
  font-size: 17px;
  font-weight: 200;
}

.bevestiging a {
  cursor: pointer;
  display: inline-block;
  padding: 13px 30px;
  background-color: #04243B;
  font-weight: 200;
  color: white;
  margin-top: 20px;
}

/* Einde Bevestiging*/


/* Home Split */

.home_split {
  width: 100%;
  height: 100vh;
  background-color: black;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

.main_part {
  background-image: url(/images/main_part.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 80%;
  position: relative;
}

.main_part .overlay, .scroll_over_part_image .overlay{
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.4);
  transition: all .5s;
}

.main_part:hover .overlay {
  background-color: rgba(0,0,0,.1);
}

.main_part_content {
  z-index: 2;
  position: relative;
  height: 100%;
  padding: 50px;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.main_part_content h3 {
  font-size: 25px;
  color: #FF2121;
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.main_part_content h2 {
  font-size: 100px;
  color: white;
  font-weight: 700;
  max-width: 500px;
  line-height: 100%;
  margin-bottom: 30px;
  font-family: 'Nothing You Could Do', cursive;

}

.scroll_over_part_image:hover .overlay {
  background-color: rgba(0,0,0,.1);
}


.scroll_over_part {
  z-index: 2;
  width: 40%;
  position: absolute;
  right: -100px;
  border-left: 8px solid black;
  top: 0;
  bottom: 0;
  overflow: hidden;
  transform: skewX(10deg);
  transition: all .5s;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  display: flex;
  justify-content: flex-end;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.scroll_over_part_image {
  position: absolute;
  left: -90px;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  transform: skewX(-10deg);
  background-image: url(/images/hover_over_part.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.scroll_over_part_image video {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
}

.scroll_over_part_content {
  z-index: 5;
  position: relative;
  transform: skewX(-10deg);
  padding: 50px;
}

.scroll_over_part_content h3 {
  font-size: 25px;
  color: #FF2121;
  letter-spacing: 3px;
  font-weight: 700;

  margin-bottom: 15px;
  text-transform: uppercase;
}

.scroll_over_part_content h2 {
  font-size: 100px;
  color: white;
  font-weight: 700;
  max-width: 500px;
  margin-bottom: 30px;
  transition: all .5s;
  font-family: 'Nothing You Could Do', cursive;

}

.scroll_over_part:hover {
  width: 60%;
}

/* Einde Home Split */



/* Home First Part */
.home_first_part {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
  padding: 200px 0;
  padding-bottom: 90px;
  z-index: 1;
  position: relative;
}

.home_first_part>img {
  position: absolute;
  left: 0;
  transform: translateY(120px);
}

.home_first_part_content {
  max-width: 800px;
}

.home_first_part_content h1 {
  color: white;
  font-size: 60px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: underline;
  margin-bottom: 20px;
  font-family: 'Nothing You Could Do', cursive;
  letter-spacing: 0;

}

.home_first_part_content h3 {
  color: #FF2121;
  letter-spacing: 2px; 
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.home_first_part_content div {
  font-size: 18px;
  line-height: 200%;
  color: white;
  margin-bottom: 20px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
  font-weight: 300;

}
/* Einde Home First Part */


/* Home Second Part */
.home_second_part {
  background-color: #FF2121;
  position: relative;
  padding: 100px 100px;
  padding-top: 150px;
  z-index: 0;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
}

.home_second_part>img:first-of-type {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
}

.home_second_part>img:last-of-type {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
}

.home_second_part>div {
  position: relative;
  z-index: 2;
  max-width: 60%;
  display: flex;
  justify-content: center;
}

.home_second_part article {
  padding: 50px;
  width: 50%;
}

.home_second_part article h2 {
  font-weight: 700;
  color: #fff;
  font-size: 35px;
  margin-bottom: 20px;
  font-family: 'Nothing You Could Do', cursive;
}

.home_second_part article div {
  line-height: 170%;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 1.1em;
}

.home_second_part>div article:last-of-type {
  border-left: 2px solid #FF4B4B;
}

/* Einde Home Second Part */


/* Home Third Part */
.home_third_part {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 140px 15px;
  position: relative;
  z-index: 1;
}

.home_third_part h2 {
  font-family: 'Nothing You Could Do', cursive;

}

.home_third_part_mainimg {
  position: absolute;
  right: 0;
  top: 0;
  width: 550px;
  z-index: 1;
}

.lerandomquote {
  position: absolute;
  right: 0;
  padding: 0 65px;
  bottom: 50px;
  z-index: 5;
  color: white;
  max-width: 40%;
  font-family: 'Nothing You Could Do', cursive;

  font-size: 0.8em;
}

.lerandomquote i {
  color: #FF2121;
  font-size: 3em;
}

.lerandomquote i:first-of-type {
  position: absolute;
  left: 0;
  top: 0;
}

.lerandomquote i:last-of-type {
  position: absolute;
  right: 0;
  bottom: 0;
}

.lerandomquote p {
  font-weight: 700;
  line-height: 130%;
  font-size: 2em;
}

.smokeunder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  width: 100%;
  z-index: 0;
}

.home_third_part_content {
  width: 50%;
}

.home_third_part_content h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 150%;
  color: white;
  margin-bottom: 30px;
}

.home_third_part_content div {
  line-height: 170%;
  color: white;
  margin-bottom: 30px;
  font-size: 18px;
}
/* Einde Home Third Part */


/* Home Fourth Part */
.home_fourth_part {
  background-image: url(/images/part4_3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 160px 0;
  position: relative;
  z-index: 0;
}

.home_fourth_part>img:first-of-type {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
}

.home_fourth_part>img:last-of-type {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
}


.home_fourth_part_inner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.home_fourth_part_inner article {
  width: 33.33%;
  padding: 40px 80px;
}

.home_fourth_part_inner article:not(:first-of-type) {
  border-left: 2px solid #5E5E5E;
}

.home_fourth_part_inner article:nth-of-type(3) div {
  width: 80%;
}

.home_fourth_part_inner article h2 {
  color: white;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
  font-family: 'Nothing You Could Do', cursive;

}

.home_fourth_part_inner article div {
  color: white;
  line-height: 190%;
}

.home_fourth_part_inner article a {
  font-weight: 700;
  margin-top: 30px;
  display: inline-block;
  color: #FF2121;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Einde Home Fourth Part */


/* Home Fifth Part */

.home_fifth_part {
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 0;
  min-height: 650px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
}

.home_fifth_part_content {
  max-width: 40%;
  width: 100%;
}

.home_fifth_part_content h2 {
  font-weight: 700;
  color: white;
  font-size: 35px;
  margin-bottom: 20px;
  font-family: 'Nothing You Could Do', cursive;

}

.home_fifth_part_content>div div {
  width: 100px;
  font-weight: 700;
}

.home_fifth_part_content>div {
  color: white;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 10px;
}

.home_fifth_part_content a {
  margin-top: 20px;
}

.home_fifth_part>img {
  width: 850px;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* Einde Home Fifth Part */





/* Cookie Melding */
.PL_Wrapper {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  z-index: 100;
  padding: 25px;
  transition: all .8s;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
  -moz-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
  box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
}

.PL_Wrapper h2 {
  color: #FF2121;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.PL_Wrapper p {
  max-width: 500px;
  color: #979797;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 150%;
}

.PL_Buttons {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.PL_Buttons a {
  padding: 15px;
  background-color: #FF2121;
  border: 2px solid #FF2121;
  color: #fff;
  font-weight: 700;
  width: 48%;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}

.PL_Buttons a:hover {
  background-color: transparent;
  color: #FF2121;
}
/* Einde Cookie Melding */


/* Footer */
footer {
  width: 100%;
  min-height: 100vh;
  background-color: #000;
  position: relative;
  z-index: 5;
  padding: 30px 0;
  padding-top: 100px;
  border-top: 3px solid #353535;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.smoke {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

footer>h2 {
  width: 100%;
  text-align: center;
  padding: 0 20px;
  font-size: 3em;
  color: white;
  font-weight: 700; 
  margin-bottom: 20px;
  font-family: 'Nothing You Could Do', cursive;

}

.footer_split {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.footer_split > div {
  width: 300px;
  margin-right: 50px;
}

.footer_split h2 {
  font-size: 2em;
  color: white;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'Nothing You Could Do', cursive;

}

.footer_split>div div {
  color: white;
  line-height: 170%;
}

.footer_split form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer_split form input[type=text],
.footer_split form input[type=email], 
.footer_split form textarea {
  background-color: #3d3d3d;
  border: none;
  color: white;
  width: 100%;
  padding: 10px;
}

.footer_split form input[type=submit] {
  background-color: #FF2121;
  border: none;
  color: white;
  width: 100%;
  padding: 10px;
  font-weight: 700;
}

.footer_split form textarea {
  height: 140px;
}

.labelform {
  width: 100%;
  padding-bottom: 10px;
  color: white;
}

.footer_split #NaamInput {
  width: 48%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 20px;
}



.innerfooter {
  width: 100%;
  border-top: 1px solid #6f6f6f;
  padding: 20px 0;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  z-index: 1;
  position: relative;
  justify-content: space-between;
}

.innerfooter article {
  width: 33.33%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.innerfooter article img {
  width: 100px;
}

.innerfooter article p {
  color: white;
  padding: 5px;
}

.innerfooter article a {
  color: white;
  padding: 5px;
}

/* Einde Footer */


/* Sfeerbeelden */
.sfeerbeelden {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0;
}

.sfeerbeelden article {
  width: 25%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  transform: skewY(-5deg);
  overflow: hidden;
  margin-bottom: .5%;
}

.sfeerbeelden article img {
  width: 98%;
  margin: -20px 0;
  transform: skewY(5deg);
}

/* Einde Sfeerbeelden */

/* Blokken */

.blokken {
  width: 100%;
  max-width: 1600px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  padding: 50px 0;
}

.blokken article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 30px 30px;
}

.blokken article:nth-child(even) .blokken_content {
  order: 1;
}

.blokken article:nth-child(even) .blokken_image {
  order: 2;
}


.blokken_image {
  width: 55%;
  transform: skewX(-3deg);
  overflow: hidden;
  border: 10px solid #353535;
}

.blokken_image img {
  margin-left: -20px;
  width: 110%;
  transform: skewX(3deg);
}

.blokken_content {
  width: 40%;
}

.blokken article h2 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  line-height: 120%;
  margin-bottom: 20px;
}

.blokken article div>div {
  color: white;
  font-size: 1.1em;
  line-height: 180%;
}
/* Einde Blokken*/


/* Kaart */
.kaart {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 0;
  flex-wrap: wrap;
}

.kaart>div {
  width: 50%;
  padding: 20px 50px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.kaart>div:first-of-type {

}

.kaart>div:last-of-type {
  border-left: 2px dashed #353535;
}

.kaart>div h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.drank_link {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 15px;
}

.drank_link a {
  padding: 15px 40px;
  background-color: #ED1C24;
  color: white;
  font-weight: 700;
  font-size: 1.4em;
  border-radius: 200px;
  margin-bottom: 50px;
}

.menupage {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 0;
  width: 300px;
  transform: translateY(-50%);
}

.kaart>div h3 {
  font-size: 65px;
  color: #FF2121;
  font-weight: 700;
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #202020;
  padding-bottom: 25px;
  margin-bottom: 40px;
}

.kaart>div h4 {
  font-size: 50px;
  border-top: 2px dashed #353535;
  color: #FF2121;
  font-weight: 700;
  width: 100%;
  padding-top: 25px;
  margin-top: 25px;
  text-align: center; 
}

.kaart>div h2 span {
  margin-left: 15px;
  font-size: 20px;
}

.kaart>div i {
  color: #3f3f3f;
  padding: 30px 0;
  font-size: 3em;
}

/* Einde Kaart */



/* Media Query's */

@media screen and (max-width: 1600px) {
  .main_part {
    width: 60%;
  }

  .scroll_over_part {
    width: 55%; 
    right: -50px;
  }

  .scroll_over_part:hover {
    width: 60%;
  }
}

@media screen and (max-width: 1500px) {
  .home_first_part>img {
    width: 40%;
  }

  .home_first_part_content {
    max-width: 60%;
  }

  .home_second_part>div {
    max-width: 80%;
  }

  .home_second_part {
    padding: 70px 50px;
    padding-top: 90px;
  }
}

@media screen and (max-width: 1400px) {
  .home_fifth_part_content {
    width: 100%;
  }

  .home_fifth_part>img {
    width: 50%;
    position: relative;
    top: initial;
  }

  .home_fifth_part {
    padding: 0px 0;
    padding-bottom: 0;
    -ms-align-items: initial;
    align-items: initial;
  }
}

@media screen and (max-width: 1300px) {
  .home_third_part {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 15px;
  }
  .home_third_part>img {
    width: 35%;
    position: relative;
  }

  .home_third_part_content {
    width: 60%;
  }

  .home_fourth_part_inner article h2 {
    font-size: 25px;
  }

  .home_fourth_part_inner article {
    padding: 30px 30px;
  }

  .menupage {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .sfeerbeelden article {
    width: 33.33%;
  }

  .lerandomquote {
    font-size: .8em;  
  }

  .blokken article h2 {
    font-size: 50px;
  }

}

@media screen and (max-width: 1100px) {
  .scroll_over_part_content h2, .main_part_content h2 {
    font-size: 30px;
  }

  .scroll_over_part_content h3, .main_part_content h3 {
    font-size: 15px;
  }


  .dranken article {
    width: 100%;
    padding: 15px;
  }

  .blokken article h2 {
    font-size: 40px;
  }

  .blokken article div>div {
    font-size: 1em;
  }

  .blokken_image {
    width: 50%;
  }

  .blokken_content {
    width: 45%;
  }
}


@media screen and (max-width: 1000px) {
  .menu_button {
    right: 20px;
    top: 20px;
  }
  .tok_switcher {  
   top: 20px;
   right: 85px;
 }

 .home_first_part {
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 50px 0;
}

.home_first_part_content {
  max-width: 100%;
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.home_first_part_content h3, .home_first_part_content h1, .home_first_part_content div {
  text-align: center;
}

.home_first_part>img {
  width: 40%;
  position: relative;
  transform: none !important;
}

.home_second_part>div {
  max-width: 100%;
  width: 100%;
}

.home_second_part {
  padding: 70px 0;
  padding-top: 90px;
}

.home_second_part article {
  padding: 20px;
}

.home_third_part_content h2 {
  font-size: 20px;
}

.home_third_part_content div {
  font-size: 15px;
}

.dual_link a {
  font-size: 15px;
}

.home_fourth_part {
  padding: 50px 0;
}

.home_fourth_part_inner article {
  width: 100%;
  border: none !important;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 10px;
}

.home_fourth_part_inner article h2 {
  text-align: center;
}

.home_fourth_part_inner article div {
  text-align: center;
}

.home_fifth_part {
  flex-wrap: wrap;
  min-height: initial;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.home_fifth_part>img {
  order: 2;
  left: initial;
}

.home_fifth_part_content {
  width: 100%;
  order: 1;
  padding: 40px 10px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.home_fifth_part_content h2 {
  text-align: center;
}

.home_fifth_part_content>div {
  text-align: center;
  justify-content: center;
}

.kaart {
  flex-wrap: wrap;
}

.kaart>div {
  width: 100%;
}

.bar_first_part {
  position: relative;
  transform: none;
  top: initial;
  left: initial;
  margin: 0 auto;
  display: block;
  width: 50%;
  margin-bottom: -50px;
}
}

@media screen and (max-width: 950px) {
  .scroll_over_part, .scroll_over_part_content, .scroll_over_part_image {
    transform: skewX(0);
  }

  .scroll_over_part {
    right: 0;
    width: 100%;
    position: relative;
    height: 50%;
  }

  .scroll_over_part:hover {
    width: 100%;
  }

  .main_part {
    height: 50%;
    width: 100%;
  }

  .scroll_over_part_image video {
    height: initial;
    min-height: 100%;
    min-width: 100%;
  }

  .home_split {
    flex-wrap: wrap;
  }

  .footer_split > div {
    display: none;
  }

  .home_first_part_content h1 {
    font-size: 40px;
  }
}



@media screen and (max-width: 900px) {
  .blokken_image {
    width: 100%;
    order: 1;
  }
  
  .blokken article:nth-child(even) .blokken_image {
    order: 1;
  }

  .blokken_content {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
  
  .blokken article {
    flex-wrap: wrap;
  }

  .blokken {
    padding-top: 0;
  }

  .page_header {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 850px) {
  .home_third_part {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .home_third_part_content {
    width: 100%;
    order: 2;
  }

  .home_third_part_content h2 {
    text-align: center;
  }

  .home_third_part_content div {
    text-align: center;
  }

  .home_third_part>img {
    width: 30%;
    order: 1;
  }

  .dual_link {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .dual_link a {
    margin: 1%;
  }

  .lerandomquote {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .scroll_over_part, .main_part {
    height: 50%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  .home_split {
    flex-wrap: wrap;
    height: 100vh;
  }

  .scroll_over_part:hover {
    width: 100%;
  }

  .home_second_part article {
    padding: 15px;
  }

  .home_second_part article h2 {
    font-size: 16px;
  }

  .home_second_part article div {
    font-size: 13px;
  }

  .innerfooter article:first-child {
    display: none;
  }

  .page_header>h2 {
    font-size: 15px;
  }

  .page_header>h1 {
    font-size: 40px;
  }

  .page_header_tekst {
    font-size: 1em;
  }

  .blokken article h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 700px) {
  .home_second_part>div {
    flex-wrap: wrap;
  }

  .home_second_part article h2 {
    text-align: center;
  }

  .home_second_part article div {
    text-align: center;
  }

  .home_second_part article {
    width: 100%;
    border: none !important;
  }

  footer {
    min-height: initial;
    padding-top: 30px;
    padding-bottom: 0;
  }

  footer>h2 {
    font-size: 2em;
    padding-bottom: 15px;
  }

  .privholder {
    width: 100%;
    margin-bottom: 50px;
  }

  .footer_split form input[type=submit] {
    width: 100%;
  }

  .sfeerbeelden article {
    width: 50%;
  }

  .menu>nav ul a {
    font-size: 50px;
  }
}

@media screen and (max-width: 650px) {
  .innerfooter {
    flex-wrap: wrap;
  }
  .innerfooter article {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .PL_Wrapper {
    right: 10px;
  }

  .footer_split #NaamInput {
    width: 100%;
  }

  .innerfooter article:last-of-type p:last-child {
    display: none;
  }

  .kaart>div h3 {
    font-size: 30px;
  }

  .kaart>div h2 {
    font-size: 20px;
  }

  .kaart>div i {
    font-size: 1em;
  }

  .kaart>div h4 {
    font-size: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #c8c8c8;
  }

  .kaart>div:last-of-type {
    border-left: none;
  }

  .dranken article {
    font-size: .8em;
  }

  .home_first_part_content h1 {
    font-size: 30px;
  }

  .home_first_part_content div {
    font-size: 15px;
  }

  .blokken article h2 {
    font-size: 20px;
  }
}


@media screen and (max-width: 500px) {
  .PL_Buttons a {
    width: 100%;
    margin: 0;
    margin-top: 15px;
  }

  .PL_Buttons {
    flex-wrap: wrap;
  }

  .page_header>h2 {
    font-size: 12px;
  }

  .page_header>h1 {
    font-size: 30px;
  }

  .page_header_tekst {
    font-size: .9em;
  } 

  .menu>nav {
    padding-top: 80px;
    align-items: flex-start;
  }

  .menu>nav ul a {
    font-size: 35px;
  }
}

@media screen and (max-width: 950px) and (max-height:700px) {
  .logo {
    left:25px;
    top:25px;
    width:100px;
  }

  .main_part_content {
    padding:50px 25px;
  }

  .scroll_over_part_content {
    padding:50px 25px;
  }
}

@media screen and (max-width: 950px) and (max-height:620px) {
  .logo {
    left:25px;
    top:25px;
    width:80px;
  }

}

@media screen and (max-width: 950px) and (max-height:580px) {
  .logo {
    left:25px;
    top:25px;
    width:80px;
  }

  .main_part_content {
    padding:25px 25px;
  }

  .scroll_over_part_content {
    padding:25px 25px;
  }
}

@media screen and (max-width: 950px) and (max-height:530px) {
  .logo {
    left:25px;
    top:25px;
    width:70px;
  }

}

@media screen and (max-width: 950px) and (max-height:510px) {
  
  .main_part_content {
    padding:19px 25px;
  }

  .scroll_over_part_content {
    padding:19px 25px;
  }

  .main_part_content h3 {
    margin-bottom:10px;
  }

  .main_part_content h2 {
    margin-bottom:15px;
  }

  .scroll_over_part_content h3 {
    margin-bottom:10px;
  }

  .scroll_over_part_content h2 {
    margin-bottom:15px;
  }
}

@media screen and (max-width: 950px) and (max-height:455px) {
  
  .main_part {
    height:60%;
  }

  #home_first {
    padding-top:90px;
  }
}

@media screen and (max-width: 950px) and (max-height:385px) {

  .main_part {
    height: 70%;
  }

}