* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #0894D2;
    --secondary-color: #F46424;
    --main-text-color: #ffffff;
}

/* reusable components */
/* Dit zijn die kleine oranje icoontjes bovenaan */
.header-icon {
    position: absolute;
    width: 30px;
}

.header-icon-2 {
    position: absolute;
    width: 100px;
    height: auto;
}

/* Dit zorgt voor de positie */
#navbar-icon-1 {
    top: 0px;
    left: 0px;
}

#navbar-icon-2 {
    top: 0px;
    right: 0px;
}

.margin-container {
    margin: 0 auto;
    padding: 50px;
    /* display: flex; */
    /* justify-content: center; */
}

.blue {
    background-color: var(--primary-color);
}

.orange {
    background-color: var(--secondary-color);
}

/* end of reusable components */


/* Top navigation elements */
header {
    background-color: var(--primary-color);
    text-align: center;
    padding: 1em;
    position: relative;
}

header ul {
    text-decoration: none;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    gap: 20px;
}




header ul li a {
    text-decoration: none;
    color: var(--main-text-color);
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 25px;
}

/* End of top navigation elements */

.cta {
    display: flex;
    margin-top: 20px;
}

.cta .donation-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color);
    text-align: center;
    gap: 20px;
    flex: 1;
    padding: 20px;
}

.cta .image-wrapper {
    display: flex;
    flex: 1;
}

.cta .donation-box p {
    background-color: var(--primary-color);
    color: var(--main-text-color);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 800;
    padding: 30px 00px;
}

.donation-box .donation-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 3;
}

.donation-box .donation-options {
    display: flex;
    gap: 20px;
    flex: 2;
    flex-direction: column;
}

/* Banner section */
.banner-section {
    height: 100vh;
    background-color: red;
    display: flex;
    width: 100vw;
}

.banner-section .left-section {
    display: flex;
    flex: 2;
    background-color: var(--primary-color);
    /* justify-content: center; */
    /* align-items: center; */
}

.banner-section .right-section {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.left-section,
.right-section {
    height: 100vh;
}

.left-section img,
.right-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.right-section img {
    width: 100%;
    height: auto;
}

.right-section .text-box {
    background-color: var(--secondary-color);
    padding: 20px;
    display: flex;
    flex-grow: 1;
}

.right-section .text-box p {
  
    background-color: var(--primary-color);
    padding: 20px;
    color: var(--main-text-color);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 800;
    text-align: center;
    font-size: 25px;
}

/* Information section */
.information-section {
    height: 100%;
    position: relative;

    background-image: url('images/achtergrond.jpg');
    background-size: cover;
}

.information-card {
    display: flex;
    /* width: 500px; */
    background-color: var(--secondary-color);
    padding: 20px;
}

.information-card .text-wrapper {
    display: flex;
    flex: 1;
    background-color: #0894D2;
    color: var(--main-text-color);
    text-align: center;
    align-items: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 700;
}

.information-card .image-wrapper {
    display: flex;
    background-color: #F46424;
    flex: 1;
}

.information-card .image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.information-card-wrapper {
    display: flex;
    gap: 50px;
    justify-content: center;
}

.quote-container {
    display: flex;
    gap: 20px;
}

.quote-container p {
    padding: 20px;
    color: var(--main-text-color);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.donate-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.voetbal {
    position: absolute;
    right: 50PX;
    bottom: 50px;
}

.donate-button {
    background-color: var(--secondary-color);
    /* width: 200px; */
    /* align-items: center; */
    text-align: center;
    padding: 10px 30px;
    color: var(--main-text-color);
}

.donate-wrapper .donate-now-container {
    background-color: var(--primary-color);
    color: var(--main-text-color);
    text-align: center;
    font-size: 20px;
    padding: 20px 30px;
    font-weight: 700;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    position: relative;
}

.donate-wrapper .donate-now-container .button {
    background-color: black;
    display: inline-block;
    margin-top: 10px;
    padding: 5px 20px;

}

.services {
    background-image: url('images/strand.jpg');
    height: 100%;
    position: relative;
    background-size: cover;
}


.services-header {
    background-color: #0894D2;
    color: white;
    text-align: center;
    padding: 5px 0;
    font-size: 20px;
    border: solid black 5px;
}

/* .eend{
    float: left;
    padding-left: 50px;
    margin-right: 20px;
} */

/* .eend-2{
    float: left;
    padding-left: 50px;
    margin-right: 20px;
    margin-left: 190px;
} */

.services-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.services-text {
    display: flex;
    /* padding: 30px; */
    max-width: 80%;
    align-items: center;
    gap: 20px;

}

.services-text .underline {
    flex-grow: 1;
    padding: 20px 0;
    border-bottom: 1px solid black;
}

.gamen {
    padding-left: 120px;
    margin: 70px;
}

/* .pauline{
    padding-left: 50px;
    margin-right: 20px;
    margin-left: 190px;
    float: left;

} */


.doneer {
    background-image: url('images/achtergronddoneer.jpg');
    height: 100vh;
    position: relative;
    background-size: cover;
}

.header-wrapper {
    position: relative;
    background-color: var(--secondary-color);
}

.header-wrap{
    display: flex;
    flex-wrap: wrap;             
    justify-content: flex-end;   
    flex-direction: row;
    
}

.header-wrap img {
    margin: 5px;                
    max-width: 100px;            
    height: auto;            
}

.doneer-header {
    display: flex;
    padding: 20px;
    background-color: #0894D2;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 700;
    color: var(--main-text-color);
    max-width: 50%;
    margin-left: 25%;
    margin-top: -60px;
}

.eenmalig-wrapper {
    background-color: #F46424;
    flex: 1;
    display: flex;
}

.eenmalig-text {
    background-color: #0894D2;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 700;
    color: var(--main-text-color);
}

.cta-page {
    margin-top: 70px;
}

.cta-page .donation-box-page {
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color);
    text-align: center;
    gap: 20px;
    padding: 20px;
    max-width: 350px;
    margin-left: 300px;
}

.cta-page .donation-box-page p {
    background-color: var(--primary-color);
    color: var(--main-text-color);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 800;
    padding: 30px 00px;
    width: 300px;
}

.donation-box-page {
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color);
    text-align: center;
    max-width: 350px;
    margin-left: 30px;
}

.opties-2{
display: flex;

}

footer {
    background-color: #F46424; 
    color: white;
    padding: 20px;
    width: 100%;
  }
  
  footer {
    background-color:#F46424; /* Achtergrondkleur van de footer */
    padding: 20px; /* Ruimte binnen de footer */
    text-align: left; /* Tekst rechts uitlijnen */
  }
  
  .footer-container {
    display: flex;
    justify-content: flex-end; /* Zorgt ervoor dat de knoppen aan de rechterkant staan */
  }
  
  .social-media a {
    text-decoration: none; /* Verwijdert de onderstreping van links */
    color: white; /* Kleur van de tekst */
    margin-left: 20px; /* Ruimte tussen de knoppen */
    padding: 10px 15px; /* Ruimte binnen de knoppen */
    border-radius: 5px; /* Ronde hoeken voor de knoppen */
    transition: background-color 0.3s; /* Voor een vloeiende overgang bij hover */
  }
  
  .social-media a:hover {
    background-color: #555;/* Achtergrondkleur bij hover */
  
  }

  .doneer-container{
    display: flex;
  }

  .opties{
    display: flex;
  }