html {
  font-size: 1.3rem;
  }

body {
  padding: 0;
  margin:0;
  font-family: "Heebo, Cubano, LoRes 12 OT";
  background-color: #FFFBFF;
  }

/* Gridsysteem */

div.space {
  height: 3rem;
}

div.spaceDark {
  background-color: #110B04;
  height: 2rem;
}

div.spaceDarkerEnd {
  background-color: #110B04;
  width: 100%;
  height: 10rem;
}

div.spaceDarkEnd {
  background-color: #110B04;
  width: 100%;
  height: 10rem;
  border-radius: 0 0 2em 2em;
}

.card {
    padding: 1rem;
    min-height: 4rem;
  }


.cardsblack {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  background-color: #110B04;
}

.cards {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  background-color: #FFFBFF;
}

@media (min-width: 56rem) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .cardsblack { grid-template-columns: repeat(2, 1fr); }
}


/* Teksten */

p.slogan1{
  font-family: "Cubano";
  font-size: 2rem;
  color: #FFFBFF;
  line-height: 1%;
  text-align: center;
}

p.slogan2{
  font-family: "Cubano";
  font-size: 1rem;
  color: #FFFBFF;
  line-height: 1%;
  text-align: center;
}

p.titel{
  font-family: "Cubano";
  font-size: 1.5rem;
  color: #006633;
}

h4{
  font-family: "Heebo";
  font-size: 1rem;
  color: #110B04;
  font-weight: normal;
  margin: 0;
}

h4.groen1{
  font-family: "Heebo";
  font-size: 1rem;
  color: #006633;
  font-weight: bold;
  margin: 0;
}

h4.groen2{
  font-family: "Heebo";
  font-size: 1rem;
  color: #006633;
  margin: 0;
}

h4.groen3{
  font-family: "Heebo";
  font-size: 1rem;
  color: #00cc99;
  margin: 0;
}

h4.wit{
  font-family: "Heebo";
  font-size: 1rem;
  color: #FFFBFF;
  margin: 0;
}

h4.contact{
  color: #110B04;
  font-family: "LoRes 12 OT";
  font-size: 0.7rem;
  font-weight: bold;
  float: left;
  padding: 0.1rem 0 0.1rem 0;
}

h3{
  font-family: "Heebo";
  font-size: 1.3rem;
  color: #110B04;
  font-weight: bold;
  margin-bottom: 0.7rem;
}

h3.wit{
  font-family: "Cubano";
  font-size: 1.3rem;
  color: #FFFBFF;
  margin-bottom: 0.7rem;
}

p.vindbaar{
  font-family: "Cubano";
  font-size: 1.3rem;
  color: #FFFBFF;
  margin-bottom: 0.7rem;
}

/* Scroll animation */

h4.scroll{
  text-align: center;
  font-family: "Heebo";
  font-size: 1rem;
  color: #00cc99;
  margin: 0;
}

.scroller {
  margin-left: auto;
  margin-right: auto;
  height: 1em;
  line-height: 1em;
  overflow: hidden;
  max-width: 20em;
}
.scroller > span {
  position: relative;
  top: 0;
  animation: slide 15s infinite;
  font-weight: bold;

}
@keyframes slide {
  0% {
    top: 0;
  }
  25% {
    top: -1em;
  }
  50% {
    top: -2em;
  }
  75% {
    top: -3em;
  }
}

/* Afbeeldingen */

img.hoofd1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 9em;
  z-index: 3;
  transform: rotate(-10deg);
  animation-name: hoofdplaneet;
  animation-duration: 4s;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
}

img.profielfoto {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 10em;
  z-index:1;
  border-radius: 100%;
  border: 0.2rem solid #110B04;
  padding: 0;
}

@keyframes hoofdplaneet {
  0%   {transform: rotate(-10deg);}
  100% {transform: rotate(-370deg);}
}

/* CV pagina */

.NL{
  background-color: #006633;
  height: 2rem;
  max-width: 100% ;
}

.ENG{
  background-color: #006633;
  height: 2rem;
  max-width: 90% ;
}

.cvFrame{
  width: 100%;
  aspect-ratio: 25 / 35;
  align-content: center;
  border: 0.01rem solid #110B04;
}

@media (min-width: 60rem) {
  .cvFrame {
    width: 40rem;
  }
}


/* Navigatie */

.topnav {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #110B04;
  font-family: "LoRes 12 OT";
  font-size: 2rem;
  position: fixed;
  width: 100%;
  z-index:5;
  border-radius: 0 0 1rem 1rem;
}

.topnav a {
  float: left;
  display: block;
  color: #00cc99;
  text-align: center;
  padding: 1rem;
  text-decoration: none;
  font-size: 1rem;
}

.topnav a:hover {
  background-color: #110B04;
  color: #00ffcc;
  font-weight: bold;
}

.topnav a.active {
  background-color: #110B04;
  color: #00cc99;
  text-decoration: underline;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 37rem) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 37rem) {
  .topnav.responsive {position: fixed;}
  .topnav.responsive .icon {
    float: right;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* Contact form */

form{
  background-color: #FFFBFF;
  padding: 0.2rem;
  border: 0.1rem solid #006633;
}

label{
  font-family: "LoRes 12 OT";
  font-size: 1rem;
  color: #110B04;
}

div.contactlabel{
  margin: 0.5rem;
}

input{
  width: 95%;
  font-family: "LoRes 12 OT";
  font-size: 0.7rem;
}

textarea{
  width: 95%;
  font-family: "LoRes 12 OT";
  font-size: 0.7rem;
}

input.button {
  font-family: "LoRes 12 OT";
  font-size: 0.7rem;
  text-align: center;
  max-width: 6rem;
  height: 2rem;
  border: 0.01rem solid #110B04;
  background-color: #006633;
  color: #110B04;
}

input.button:hover {
  background-color: #00cc99;
  font-weight: bold;
}


div.contact{
  height: 0.9rem;
  padding: 0rem 0rem 0rem 0.5rem;
  background-color: #FFFBFF;
  border: 0.1rem solid #006633;
}

hr.contactlijn{
  height: 0.01rem;
  width: 95%;
  color: #110B04;
  background-color: #110B04;
}

label.contactblokje{
  text-align: center;
  font-size: 0.7rem;
  float: right;
  padding: 0rem 0rem 0rem 0rem;
  background-color: #FFFBFF;
  border: 0.1rem solid #006633;
  width: 0.9rem;
}


/*Trademark beneden*/

p.BodemTM{
  font-family: "LoRes 12 OT";
  font-size: 0.7rem;
  text-align: center;
  color: #00cc99;
}

div.Bodem {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  background-color: #110B04;
  border-top: 1px solid #110B04;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index:5;
  border-radius: 1em 1em 0 0;
}
