/* Main attributen */

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

@font-face {
  font-family: BEER;
  src: url(./fonts/BEER.TTF);
}

H1 {
  font: 95% BEER;
  background-color: (#ffffff);
  color: #ffffff;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: black;
  text-align: center;
  margin: 10px;
  font-size: 80px;
  padding: 10px;
}

H2 {
  font: 95% BEER;
  background-color: (#ffffff);
  color: #ffffff;
  text-align: center;
  margin: 10px;
  font-size: 30px;
}

H3 {
  font: 95% BEER;
  background-color: (#ffffff);
  color: #ffffff;
  text-align: center;
  margin: 10px;
  font-size: 20px;
}

H5 {
  font: 95% BEER;
  background-color: (#ffffff);
  color: #ffffff;
  text-align: center;
  margin: 10px;
  font-size: 10px;
}

.tekst {
  font: 95% Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: medium;
  max-width: 900px;
  padding: 0px;
  float: left;
}

.img-rechts {
  float: right;
  max-width: 300px;
  padding: 20px;
}

hr {
  width: 100%;
  text-align: left;
  margin-left: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #0047ab;
  box-shadow: 0px 0px 10px rgb(0, 0, 0);
  border: 1px solid #0047ab;
  clear: both;
}

#background1 {
  background-color: #000;
}

#background2 {
  background-color: #0047ab;
}

.background_img1 {
  z-index: -999;
  min-height: 100%;
  width: 115%;
  height: auto;
  position: fixed;
  top: 0px;
  left: -100px;
  opacity: 0.2;
}

.background_img2 {
  z-index: -999;
  min-height: 100%;
  width: 115%;
  height: auto;
  position: fixed;
  top: 0px;
  left: -100px;
  opacity: 0.1;
}

.tegel {
  display: block;
  float: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.wapen {
  display: block;
  float: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

.submit-input[type="submit"],
.button-input[type="button"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font: 95% BEER;
  width: 150px;
  float: right;
  padding: 3%;
  background: #0047ab;
  border-bottom: 2px solid #7a7a7a;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  color: rgb(255, 255, 255);
}

.submit-input[type="submit"]:hover,
.button-input[type="button"]:hover {
  background: #7a7a7a;
}

/* Top */

.logo {
  display: block;
  float: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.grid-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr;
  max-height: 290px;
  font-size: 20px;
  font-weight: bold;
  gap: 10px 10px;
  /* background-color: #000000; */
  grid-template-areas: "grid-topL grid-topM grid-topR";
}

@media screen and (max-width: 980px) {
  .grid-top {
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 1fr 1fr;

    grid-template-areas:
      "grid-topL"
      "grid-topM "
      "grid-topR";
  }

  .grid-topR {
    margin-top: -100px;
  }
}

/* navbar */

nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  align-items: center;
  text-align: center;
  font: 95% BEER;
  background-color: #0047ab;
  padding: 0px;
}

@media screen and (max-width: 980px) {
  nav {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    margin-top: 100px;
  }
}

.nav {
  padding-top: 0px;
}

.nav a {
  color: #c7c7c7;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 40px;
}

.nav a:hover {
  color: #ffffff;
  transition: all ease-in-out 600ms;
}

.nav a::before {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background-color: #ffffff;
  width: 0%;
  transition: all ease-in-out 600ms;
}

.nav a:hover::before {
  width: 100%;
}

/* --------pagina bieren-------------- */

.grid-artikel-L {
  display: grid;
  width: 100%;
  grid-template-columns: 3fr 1fr 1fr;
  grid-template-areas: "artikel-links artikel_img-links artikel_img-links";
}

.artikel_links {
  font: 95% Arial, Helvetica, sans-serif;
  color: #ffff;
  margin-top: 40px;
  max-width: 900px;
  max-height: 700px;
  margin-left: 15px;
  float: left;
}

.artikel_rechts {
  font: 95% Arial, Helvetica, sans-serif;
  color: #ffff;
  margin-top: 40px;
  max-width: 900px;
  max-height: 700px;
  margin-right: 15px;
  float: right;
}

.artikel_img-links {
  float: left;
}

.artikel_img-rechts {
  float: right;
}

.article-clear {
  clear: both;
}

/*------------form style-------------*/

.form-style-6 {
  font: 95% Arial, Helvetica, sans-serif;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  padding: 16px;
  /* background: #000000; */
}

.form-style-6 input[type="text"],
.form-style-6 input[type="email"],
.form-style-6 textarea,
.form-style-6 select {
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  background: #fff;
  margin-bottom: 4%;
  border: 1px solid #ccc;
  padding: 3%;
  color: #555;
  font: 95% Arial, Helvetica, sans-serif;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus {
  box-shadow: 0 0 5px #0047ab;
  padding: 3%;
  border: 1px solid #0047ab;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding: 3%;
  background: #0047ab;
  border-bottom: 2px solid #0047ab;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  color: #fff;
}
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover {
  background: #096aa3;
}

.uc {
  display: block;
  float: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

/*----------login-----------*/

body {
  font: 95% BEER;
}

/* Full-width input fields */
input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color: #0047ab;
  font: 95%BEER;
  float: right;
  color: white;
  padding: 7px 10px;
  margin: 80px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #0047ab;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 0px 0;
  position: relative;
}

img.avatar {
  width: 150px;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #ffffff;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 100%;
  }
}

/*--------------------contact form----------*/

#fcf-form {
  display: block;
}

.fcf-body {
  margin: 0;
  font-family: -apple-system, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  padding: 30px;
  padding-bottom: 10px;
  border: 1px solid #0047ab;
  border-radius: 0.25rem;
  max-width: 100%;
}

.fcf-form-group {
  margin-bottom: 1rem;
}

.fcf-input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.fcf-form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0047ab;
  outline: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
  border: 1px solid #313131;
}

select.fcf-form-control[size],
select.fcf-form-control[multiple] {
  height: auto;
}

textarea.fcf-form-control {
  font-family: -apple-system, Arial, sans-serif;
  height: auto;
}

label.fcf-label {
  display: inline-block;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.fcf-credit {
  padding-top: 10px;
  font-size: 0.9rem;
  color: #545b62;
}

.fcf-credit a {
  color: #545b62;
  text-decoration: underline;
}

.fcf-credit a:hover {
  color: #0047ab;
  text-decoration: underline;
}

.fcf-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .fcf-btn {
    transition: none;
  }
}

.fcf-btn:hover {
  color: #212529;
  text-decoration: none;
}

.fcf-btn:focus,
.fcf-btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #0047ab;
}

.fcf-btn-primary {
  color: #fff;
  background-color: #0047ab;
  border-color: #0047ab;
}

.fcf-btn-primary:hover {
  color: #fff;
  background-color: #0047ab;
  border-color: #0062cc;
}

.fcf-btn-primary:focus,
.fcf-btn-primary.focus {
  color: #fff;
  background-color: #0047ab;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fcf-btn-lg,
.fcf-btn-group-lg > .fcf-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.fcf-btn-block {
  display: block;
  width: 100%;
}

.fcf-btn-block + .fcf-btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block,
input[type="reset"].fcf-btn-block,
input[type="button"].fcf-btn-block {
  width: 100%;
}
