@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],
input[type=number],
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: 'Poppins', sans-serif;
}

.facebook_share {
  background-color: #4B8F94;
  color: white;
  font-weight: 700;
  padding: 10px 25px;
  border-radius: 200px;
  margin: 0 auto;
  display: inline-block;
  cursor: pointer;
}

.facebook_share i {
  margin-right: 10px;
}

/* Footer */
.disclaimer {
  background-color: #233446;
  padding: 10px;
  font-size: .8em;
}

.disclaimer>div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  color: #fff;
}

.disclaimer>div span {
  margin: 0 10px;
  color: #fff;
}

.disclaimer div a {
  color: #fff;
}
/* Einde Footer */


/* 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 {
  font-weight: 700;
  color: #233446;
  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;
  font-weight: 700;
  background-color: #233446;
  border: 2px solid #233446;
  color: #fff;
  width: 48%;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}

.PL_Buttons a:hover {
  background-color: transparent;
  color: #233446;
}
/* Einde Cookie Melding */


/* Page Header */

.page_header {
  width: 100%;
  max-width: 1000px;
  padding: 50px 10px;
  padding-top: 0;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
}

.page_header h1 {
  text-align: center;
  color: #000;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 150%;
  font-family: 'Dancing Script',cursive;
}

.page_header h2 {
  font-size: .9em;
  line-height: 150%;
  font-weight: 700;
  color: #233446;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.page_header div {
  text-align: center;
  font-size: 1.1em;
  color: #5F5F5F;
  line-height: 200%;
}

.page_header div strong {
  color: #3C3C3B;
}

/* Einde Page Header */


/* Blokken */

.specialblokken {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 100px;
  max-width: 1500px;
}

.specialblokken article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.specialblokken article img {
  width: 50%;
  margin-top: -100px;
}

.specialblokken article >div {
  width: 50%;
  padding: 50px;
}

.specialblokken article >div h2 {
  font-family: 'Dancing Script',cursive;
  font-weight: 700;
  font-size: 2em;
  color: #233446;
  line-height: 180%;
}

.specialblokken article >div div {
  color: #5F5F5F;
  font-size: 1.1em;
  line-height: 200%;
}

.specialblokken article >div a {
  font-family: 'Dancing Script',cursive;
  font-weight: 700;
  font-size: 1.1em;
  margin-top: 10px;
  display: inline-block;
  background-color: transparent;
  padding: 10px 30px;
  color: #233446;
  border: 1px solid #233446;
  transition: all .3s;
}

.specialblokken article >div a:hover {
  color: white;
  background-color: #233446;
}

.specialblokken article >div a i {
  margin-left: 10px;
}

.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(-500px);
    animation: come-in-left 2s ease forwards;
  }
  .come-in-left:nth-child(odd) {
    animation-duration: 2s; /* So they look staggered */
  }
}

@keyframes come-in-left {
  to { transform: translateX(0); }
}
@media screen and (min-width: 800px) {
  .come-in-right {
    transform: translateX(500px);
    animation: come-in-right 2s ease forwards;
  }
  .come-in-right:nth-child(odd) {
    animation-duration: 2s; /* So they look staggered */
  }
}
@keyframes come-in-right {
  to { transform: translateX(0); }
}

/* Einde Blokken */


/* Banner */

.banner {
  width: 100%;
  height: 105vh;
  background-image: url(/images/banner2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.banner header {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #293B42;
}

.banner header a {
  padding: 30px 25px;
  font-weight: 700;
  color: #fff;
  font-size: 1.2em;
}

.banner>div {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  flex-direction: column;
  position: absolute;
  right: 150px;
  bottom: 250px;
  max-width: 900px;
}

.banner>div h1 {
  font-size: 4em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 1px;
  font-family: 'Poppins', cursive;
}

.banner>div h2 {
  border-bottom: .5px solid #D2DCE4;
  text-transform: uppercase;
  padding-bottom: 30px;
  margin-bottom: 50px;
  font-size: 1.1em;
  color: #D2DCE4;
  letter-spacing: 3px;
  font-weight: 700;
  width: 100%;
  text-align: right;
  max-width: 700px;
}

.banner>div div {
  color: white;
  line-height: 200%;
  text-align: right;
  font-size: 1.1em;
  letter-spacing: 1px;
  margin-bottom: 30px;
  max-width: 800px;
}


.banner>div div span {
  font-family: 'Dancing Script', cursive;
  font-size: 1.4em;
  font-weight: bold;
  padding-top: 10px;
}

.banner>div a {
  padding: 10px 30px;
  font-size: 1.2em;
  background-color: transparent;
  color: white;
  display: block;
  font-weight: 700;
  border: 2px solid white;
  font-family: 'Poppins', cursive;
}

.bestellenbtn {
  cursor: pointer;
  transition: all .3s;
}

.bestellenbtn:hover {
  background-color: white;
  color: #171E3F;
}

/* Einde Banner */

/* Footer */
footer {
  background-image: url(/images/footer.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-height: 100vh;
  padding: 80px 10px;
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.bestelformulier h2 {
  font-size: 2em;
  font-weight: 700;
  width: 100%;
  margin-bottom: 10px;
}

.bestelformulier>p {
  color: #353535;
  line-height: 180%;
  font-size: 1.1em;
  max-width: 700px;
  margin-bottom: 15px;
}

.bestelformulier, .overzicht {
  width: 100%;
  max-width: 900px;

  margin: 0 auto;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bestelformulier input[type=text], .bestelformulier input[type=email], .bestelformulier input[type=number] {
  width: 100%;
  border: 2px solid #f9f9f9;
  padding: 10px;
  font-size: 1.1em;
  font-family: 'Poppins', cursive;
  background-color: #fff;
  margin: 10px 0;
  color: #353535;
}

.bestelformulier label {
  font-weight: 700;
  color: white;
  font-size: 1.2em;
  padding-top: 10px;
  display: block;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.75);
}

.bestelformulier button {
  background-color: #233446;
  color: #fff;
  padding: 10px 30px;
  font-weight: 700;
  font-family: 'Poppins', cursive;
  border: none;
  margin-top: 10px;
}

.bestelformulier button i {
  margin-left: 10px;
}

.bestelformulier input[type=text]::placeholder,
.bestelformulier input[type=email]::placeholder,
.bestelformulier input[type=number]::placeholder {
  color: #c6c6c6;
}


.full_input {
  width: 100%;
}

.half_input {
  width: 49%;
}

.third_input {
  width: 32.33%;
}

.two_thirds_input {
  width: 65.66%;
}

.overzicht {
  background-color: white;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.overzicht>div {
  width: 100%;
}

.overzicht>div:last-of-type {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 3px solid #f0f0f0;
}


.overzicht>div:first-of-type {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.overzicht h2 {
  font-size: 1.5em;
  font-weight: 700;
  width: 100%;
  margin-bottom: 25px;
}

.gegevens_item {
  width: 48%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 0;
}

.gegevens_item div:first-of-type {
  font-weight: 700;
  min-width: 150px;
}

.bestellijn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.bestellijn:first-of-type {
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: #f0f0f0 1px solid;
}

.bestelling .bestellijn:first-of-type {
  font-weight: 400;
  border: none;
}

.bestellijn>div {
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
}

.bestellijn>div span {
  text-align: right;
}

.bestellijn>div span:first-of-type {
  width: 100px;
}

.bestellijn>div span:last-of-type {
  width: 100px;
}

.overzicht button {
  background-color: #233446;
  color: #fff;
  padding: 10px 30px;
  font-weight: 700;
  font-family: 'Poppins', cursive;
  border: none;
  margin-top: 30px;
}

/* Einde Footer */

.bestelling_geplaatst {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 20px;
}

.bestelling_geplaatst>div {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 10px;
}

.bestelling_geplaatst > div > i {
  font-size: 2.5em;
  color: #233446;
  margin-bottom: 20px;
}

.bestelling_geplaatst h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.8em;
  font-weight: 700;
  color: #233446;
}

.bestelling_geplaatst h2 {
  font-size: 1.1em;
  color: #353535;
  text-align: center;
  margin-bottom: 20px;
}

.bestelling_geplaatst div {
  color: #8f8f8f;
  background-color: white;
  font-size: 1.1em;
  text-align: center;
  line-height: 150%;
}

.bestelling_geplaatst_button {
  margin-top: 20px;
  display: inline-block;
  color: #353535;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid #353535;
}


.bibliodroom {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 50px;
}

.bibliodroom img {
  width: 150px;
  margin: 0 25px;
}

.bibliodroom>div {
  text-align: center;
  color: #565656;
  font-weight: 700;
  font-size: 1.7em;
  line-height: 180%;
  margin-top: 20px;
  max-width: 1150px;
}

.bibliodroom article {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.bibliodroom article>div {
  background-color: #d8e2ef;
  height: 2px;
  width: 100%;
}

/* Contact */

.contact_page {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 100vh;
  width: 100%;
  background-image: url(/images/banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 10px;
  position: relative;
}

.contact_page>a {
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: 700;
  padding: 15px 25px;
  background-color: white;
  color: #233446;
}

.contact_form {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 900px;
  padding: 50px;
  background-color: white;
}

.contact_form h1 {
  font-size: 1.7em;
  font-weight: 700;
  width: 100%;
  margin-bottom: 20px;
}

#NaamInput {
  width: 49%;
}

#EmailInput {
  width: 100%;
}

.contact_form input[type=email],
.contact_form input[type=text],
.contact_form textarea {
  width: 100%;
  padding: 10px;
  border: #efefef 2px solid;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

.contact_form input[type=submit] {
  padding: 10px 30px;
  background-color: #233446;
  color: white;
  font-weight: 700;
  border: 2px solid #233446;
  font-family: 'Poppins', sans-serif;
}

.contact_form input[type=submit]:hover {
  background-color: transparent;
  color: #233446;
}

.contact_form input[type=submit]:disabled {
  background-color: #8e8e8e;
  color: #233446;
  border: 2px solid #8e8e8e;
}

.contact_form input[type=submit]:disabled:hover {
  background-color: #8e8e8e;
  color: #233446;
  border: 2px solid #8e8e8e;
}

.contact_form textarea {
  height: 150px;
}

.submitbuttons {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

/* Vragen */

.vragenlink {
  font-weight: 700;
  color: white;
  padding: 8px 0;
  cursor: pointer;
  border-bottom: 2px solid white;
  display: none;
  margin-top: 30px;
}

.vragenlink_2 {
  font-weight: 700;
  color: white;
  padding: 8px 0;
  font-size: .9em;
  cursor: pointer;
  border-bottom: 2px solid white;
  height: 35px;
}

.vragen {
  width: 100%;
  display: block;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 20px;
}

.vragen article {
  border: 2px solid #f3f3f3;
  background-color: white;
  padding: 10px;
  margin-bottom: 10px;
}

.vragen article h2 {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  font-size: 1.1em;
  font-family: 'Poppins',sans-serif;
  color: #1F2A50;
  font-weight: 700;
  padding: 10px;
  align-items: center;
  cursor: pointer;
}

.vragen article h2 i {
  transition: all .3s;
}

.arrowUp i {
  transform: rotate(180deg);
}

.vragen article div {
  margin-top: 20px;
  color: rgb(110,110,110);
  line-height: 180%;
  letter-spacing: .5px;
}

.vragen article div a {
  color: #5C9090;
  font-weight: 600;
}

/* Einde Vragen */

#content-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin: auto;
}

#content-container h2 {
  color:#353535; 
  font-size:1.6em; 
  font-weight:bold; 
  margin-bottom: 1em;
  font-weight: 700;
  margin-top: 1em;
  font-family: 'Poppins', serif;
  cursor: pointer;
}

#content-container h3 {
  background: #1F2A50;
  color: #fff;
  font-family: 'Poppins', serif;
  font-size: 1.2em;
  font-weight: 700;
  padding: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

#content-container h3 span {
  position: absolute;
  z-index: 1;
  background: transparent url("/images/cross_w.png") no-repeat;
  display: inline-block;
  width: 15px;
}

#content-container h4 {
  margin-left: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  padding: 20px;
  line-height: 170%;
  color: #7e7e7e;
}

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  width: 100%;
}

#content-container a {
  color: #1F2A50;
}

#gdpr-wrapper {
  min-height:100%;
  position:relative;
}

#content-container thead {
  background-color: #1F2A50;
  color: white;
  font-weight: 700;
}


#content-container thead th {
  border: 1px solid #353535;
  padding: 10px;
}

#content-container tbody td {
  border: 1px solid #353535;
  color: #7e7e7e;
  line-height: 150%;
  padding: 5px;
}

#content-container tbody td p {
  padding: 0px;
}

#content-container ul {
  padding-left: 20px;
  line-height: 170%;
  color: #7e7e7e;
  list-style-type: disc;
}


/* Media Query's */
@media screen and (max-width: 1100px) {

  .banner>div {
    position: relative;
    right: initial;
    width: 100%;
    padding: 10px;
    bottom: initial;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    max-width: 100%;
  }

  .banner>div h2 {
    display: none;
  }

  .banner>div h1 {
    text-align: center;
    font-size: 2em;
  }

  .banner>div div {
    font-size: 1em;
    text-align: center;
    max-width: 100%;
  }

  .banner {
    height: initial;
    padding: 150px 0;
  }
}

@media screen and (max-width: 1000px) {
  .specialblokken {
    margin-top: 0;
  }

  .specialblokken article {
    flex-wrap: wrap;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }

  .specialblokken article h2 {
    text-align: center;
  }
  .specialblokken article div {
    text-align: center;
  }

  .specialblokken article img{
    width: 60%;
    margin-top: 0;
    order: 1;
  }

  .specialblokken article >div {
    width: 100%;
    order: 2;
  }

  .specialblokken article >div {
    padding: 15px;
  }
}

@media screen and (max-width: 1150px) {
  .disclaimer {
    line-height: 170%;
  }
  .disclaimer>div {
    flex-direction: column;
  }
}

@media screen and (max-width: 950px) {
  .disclaimer>div div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }

  .disclaimer>div span {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .PL_Wrapper {
    right: 10px;
  }

  .specialblokken article img {
    width: 90%;
  }

  .bestelformulier, .overzicht {
    padding: 10px;
  }

  .half_input, .two_thirds_input, .third_input {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .PL_Buttons a {
    width: 100%;
    margin: 0;
    margin-top: 15px;
  }

  .PL_Buttons {
    flex-wrap: wrap;
  }

  .vragenlink_2, .bestelformulier button {
    width: 100%;
    text-align: center;
  }

  .vragenlink_2 {
    order: 2;
    margin-top: 20px;
    border: none;
  }

  .bestelformulier button {
    order: 1;
  }
}