
@font-face {
  font-family: 'podkova';
  src: url('/fonts/Podkova-VariableFont_wght.ttf');
}





body{
    margin: 0px;
    height: 500px;
    font-family: Arial, Helvetica, sans-serif;
}

.fixed{
    position: fixed;
    background-color: #5FD58C;
    height: 80px;
    width: 100%;
    z-index: 1000;
}
.flex{
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  
}
.relative{
    position: relative;
    background-color: #002147;
    height: 700px;
    
}
.absulote{
    position: absolute;
    background-color: #5FD58C;
    width: 850px;
    height: 200px;
    top: 600px;
    left: 70px;
    border-radius: 20px 0px 0px 20px ;
}
.absulote2{
    position: absolute;
    top: 120px;
    left: 920px;

}
.absulote2 > img{
    width: 550px;
    height: 680px;
    border-radius: 20px 20px 20px 0px;
}
.absulote3{
    position: absolute;
    top: 200px;
    left: 300px;
}
h1{
    font-size: 70px;
    margin: 0px;
    color: white;
}
p{
color: white;
font-size: 20x;
}

.absulote3 >div > a:link{
    
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: white; 
    color: black; 
    border: 2px solid #04AA6D;
    border-radius: 10px;
  }
  
  .absulote3 >div > a:hover {
    background-color: #04AA6D;
    color: white;
  }
 
  .fixed > div > div > a:link{
    
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.1s;
    cursor: pointer;
    background-color: white; 
    color: black;  
    border-radius: 10px;
  }
  .fixed > div > div > a:hover {
    background-color: #002147;
    color: white;
  }

  .search-container {
    margin: 20px;
}
input[type="text"] {
    padding: 10px;
    width: 200px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
input[type="submit"] {
    padding: 10px;
    background-color: #5cb85c;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
input[type="submit"]:hover {
    background-color: #4cae4c;
}
.absulote_4 > img{
    width: 150px;
    
}
.absulote_4{
    position: absolute;
    top: 25px;
    left: 400px;
    
}
.informatie{
  display: flex;
  font-size: 20px;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-around;
  margin-top: 20px;
}
.euro{
  display: flex;
  margin-top: 20px;
  font-size: 20px;
  align-items: center;
  flex-direction: column;
}
.onze_missie{
  margin-top: 400px;
  font-size: 50px;
text-align: center;
}
.textstuk{
  background-color: #5FD58C;
  height: 600px;
  margin-top: 10px;
  margin-left: 60px;
  margin-right: 60px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  }
.missie{
  margin: 100px 60px 60px;
  font-size: 70px;
  font-family: podkova;
}
.missie_link{
  justify-content: center;
  text-align: center;
}
.missie_link > a:link{
    
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.1s;
  cursor: pointer;
  background-color: white; 
  color: black;  
  border-radius: 10px;
}
.missie_link >  a:hover {
  background-color: #002147;
  color: white;
}
.winkels{
  margin-top: 200px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.winkel_img > img{ 
  height: 570px;
  width: 700px;
  margin: 20px;
  border: 6px solid #002147;
  border-radius: 20px;
}
.winkel_text-stuk{
  color: white;
  background-color: #002147;
  height: 580px;
  width: 700px;
  margin: 20px;
  border-radius: 20px;
  
}
.winkel_info-header{
  text-align: center;
  margin-top: 20px;
}
.winkel_info > div > h2 {
  text-align: center;
}
.winkel_textinfo{
  margin: 60px 50px;
}
.meerinfo{
text-align: center ;
margin-top: 100px;

}
.missie_link > a:hover {
  background-color: #5cb85c;
  color: white;
}
.relative_doneren{
  position: relative;
  margin-top: 200px;
  height: 500px;
  width: 100%;
  background-color: #41B289;
}
.hoofdtext{
  text-align: center;
  color: white;
  font-size: 30px;
  padding-top: 20px;
}
.donatie_info{
  text-align: center;
  color: white;
  margin-top: 25px;
  font-size: 20px;
}
.opties{
  display: flex;
  justify-content: space-evenly;
  margin-top: 70px;
}
.opties > div {
  background-color: #D9D9D9;
  height: 280px;
  width: 300px;
  border-radius: 20px;

}

.geld > div > img {
  width: 200px;
  margin-left: 15%;
  margin-top: 20px;
}
.geld > div > p{
  color: black;
  font-size: 25px;
  text-align: center;
}
.tijd > div > img {
  width: 150px;
  margin-left: 25%;
  margin-top: 20px;
}
.tijd > div > p{
  color: black;
  font-size: 25px;
  text-align: center;
  margin-top: 40px;
}
.spullen > div > img {
  width: 150px;
  margin-left: 25%;
  margin-top: 20px;
}
.spullen > div > p{
  color: black;
  font-size: 25px;
  text-align: center;
  margin-top: 10px;
}
.footer{
  background-color: #002147;
  width: 100%;
  height: 100%;
  margin-top: 300px;


}
.footerimg > div {
text-align: center;
}
.footerimg > div > img{
  width: 200px;
  margin-top: 20px;
}
.footer_textstuk{
  display: flex;
  flex-direction: row;
}
.footer_textstuk > div {
  width: 50%;
}
.alinks{
  display: flex;
  flex-direction: column;
  margin-left: 10%;
  margin-top: 5%;
}
.footeralinks{
  margin: 10px;
}
.footerlinks{
  font-size: 18px;
  padding: 20px;
}
.footerlinks:link{
  text-decoration: none;
  color: white;
}
.footerlinks:visited{
  color: white;
  text-decoration: none;
}
.alinks > div > a:hover{
  color: #4cae4c;
}
.header{
  text-align: center;
  margin-top: 2%;
  color: white;
  font-size: 18px;
}
.logo1{
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
