/* Hieronder is de alles */
* {
    font-family: Arial, Helvetica, serif;
}
body, html {
    height: 100%;
    margin: 0;
}
/* Hieronder is de footer */
footer {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.088);
    color: rgba(0, 0, 0, 0.46);
    text-align: center;
    display: flex;
}
footer div ul li a{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
}
footer div {
    margin: 0 auto;
}
footer div.contacten_footer ul {
    margin: 5px auto;
    padding: 0;
    width: 100%;
    list-style: none;
}
footer div.leden_footer ul {
    margin: 5px auto;
    padding: 0;
    width: 100%;
    list-style: none;
}
footer div.standpunten_footer ul {
    margin: 5px auto;
    padding: 0;
    width: 100%;
    list-style: none;
}
#footer_kopje {
    font-weight: bold;
}
/* Hieronder is de navigatiebalk */
nav.navigation {
    position: sticky;
    top: 0px;
    z-index: 50;
}
ul.navigation {
    list-style: none;
    margin: auto;
    padding: 0 10px;
    overflow: hidden;
    background-color: rgba(183, 55, 55, 0.842);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
}
ul.navigation li {
    float: left;
    display: inline;
} 
#nav_rechts {
    float: right;
}
ul.navigation li a {
    display: block;
    margin-top: 0px;
    padding: 8px;
    padding-top: 10px;
    text-decoration: none;
    color: white;
    padding-left: 10px;
    font-size: 18px;
    text-align: center;
}
ul.navigation li:not(.active) a:hover {
    border-top: 3px solid rgba(255, 255, 255, 0.539);
    transition: 0.25s ease-in-out
}
.active {
    border-top: 3px solid rgba(255, 255, 255, 0.539);
}
#logo_nav {
    height: 30px;
    width: 80px;
    margin-left: -5px;
    margin-top: -10px;
    margin-bottom: -10px;
}
/* Hieronder is de content van hoofdpagina */
.hoofdpagina_tekst {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    text-align: center;
}
div.text1 {
    width: 70%;
    margin: 0 auto;
    background-color: rgb(248, 248, 248);
    border-top: 3px solid rgb(239, 200, 200);
    border-radius: 5px;
    padding-bottom: 5px;
}
.hoofdpagina_tekst h1 {
    font-size: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
div.standpunten_icons {
    margin-bottom: 10px;
    width: 100%;
    height: 60px;
    display: flex;
}
div.huiswerk_icon {
    background-color: rgb(239, 200, 200);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 0 auto;

}
div.lesuren_icon {
    background-color: rgb(239, 200, 200);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
div.stress_icon {
    background-color: rgb(239, 200, 200);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
div.huiswerk_icon img{
    height: 100%;
    width: 85%;
    margin-left: 7.5%;
}
div.lesuren_icon img{
    height: 90%;
    width: 90%;
    margin: 3px;
}
div.stress_icon img{
    height: 80%;
    width: 100%;
    margin-top: 3px;
}
/* Hieronder is de content van standpunten */
div.standpuntenboxen {
    margin-bottom: 10px;
    width: 100%;
    height: 180px;
    display: flex;
}
div.standpuntenbox {
    background-color: rgb(248, 248, 248);
    width: 100%;
    height: 120px;
    margin: 0 3%;
    border-top: 3px solid rgb(239, 200, 200);
    border-radius: 5px;
    text-align: center;
}

div.standpuntenbox p strong{
    font-size: 130%;
}
table.tabel_info {
    margin: 50px auto;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.073);
    font-size: 120%;
    width: 95%;
    text-align: center;
    align-items: center;
    border-top: 5px solid rgb(239, 200, 200);
    border-radius: 5px;
}
table.tabel_info td {
    background-color: rgba(0, 0, 0, 0.017);
    height: 100px;
    width: 80px;
}
table.tabel_info td p {
    width: 80px;
}
table.tabel_info th {
    background-color: rgba(0, 0, 0, 0.076);
    border: 0px;
    padding: 2px;
}
.logo_voorpagina {
    margin-top: -50px;
    height: 20%;
    width: 40%;
 }
 /* Hieronder is de content van over ons */
.lijn {
    width: 50%;
    border-style: dashed;
}
.lijn2 {
    width: 50%;
    margin-right: 5%;
    margin-top: -70px;
}
div.Tristan {
    width: 100%;
    display: flex;
    margin: 30px auto;
}
div.Tristan p {
    width: 50%;
    max-width: 300px;
    text-align: left;
    margin: auto;
    padding-bottom: 10px;
    border-bottom: 3px solid rgba(183, 55, 55, 0.842);
}
div.Tristan p strong {
    font-size: 50px;
    color: rgba(183, 55, 55, 0.842);
}
div.Tristan img {
    width: 40%;
    height: 10%;
    float: left;
    -webkit-mask-image: radial-gradient(black 60%, transparent 70%);
}
div.Hasib {
    width: 100%;
    margin: 30px auto;
    display: flex;
}
div.Hasib p {
    width: 50%;
    max-width: 300px;
    text-align: left;
    margin: auto;
    padding-bottom: 10px;
    border-bottom: 3px solid rgba(183, 55, 55, 0.842);
}
div.Hasib p strong {
    font-size: 50px;
    color: rgba(183, 55, 55, 0.842);
}
div.Hasib img {
    width: 40%;
    height: 10%;
    -webkit-mask-image: radial-gradient(black 60%, transparent 70%);
}
div.Erim {
    width: 100%;
    display: flex;
    margin: 30px auto;
}
div.Erim p {
    width: 50%;
    max-width: 300px;
    text-align: left;
    margin: auto;
    padding-bottom: 10px;
    border-bottom: 3px solid rgba(183, 55, 55, 0.842);
}
div.Erim p strong {
    font-size: 50px;
    color: rgba(183, 55, 55, 0.842);
}
div.Erim img {
    width: 40%;
    height: 10%;
    -webkit-mask-image: radial-gradient(black 60%, transparent 70%);
}
div.hoofdpagina_tekst h2 {
    color: rgba(183, 55, 55, 0.842);
    margin-top: 100px;
}
div.socials {
    text-align: center;
}
div.social_icons {
    display: flex;
    margin: 20px;
}
div.social_icons a, div.social_icons a img  {
    margin: auto;
    height: 60px;
    border-radius: 50%;
}
div.social_icons a img:hover {
    box-shadow: 0 10px 16px 0 rgba( 31, 38, 135, 0.5 );
    transition: ease-in-out 0.5s;
    transform: translateY(-5px);
}
/* Hieronder is de achtergrond van standpunten */
div.standpunten {
    height: 100%;
}
div.standpunten p {
    margin-left: 50%;
    width: 48%;
    position: absolute;
}
div.standpunten img {
    margin-bottom: 10px;
    width: 50%;
    -webkit-mask-image: linear-gradient(to right, black,transparent );
}
div.standpunten img:hover {
    margin-bottom: 10px;
    width: 55%;
    transition: 0.5s ease-in-out;
}
div.standpunten h2 {
    margin: 10px;
    font-size: 30px;
    position: absolute;
    z-index: 1;
}
/*hieronder is de nieuws pagina*/
div.nieuws img {
    width: 90%;
    margin-left: 5%;
    border-top: 5px solid rgba(255, 0, 0, 0.59);
}
div.nieuws p, div.nieuws h3, div.nieuws ul {
    margin-top: 0px;
    width: 90%;
    margin-left: 10%;
}
/*hieronder is de word lid pagina*/
div.account {
    background-color: rgba(118, 81, 81, 0.182);
    width: 100%;
    height: 250px;
    margin-top: 0px;
    padding: 10px;
}
div.account form.signin_knoppen {
    background-color: rgba(118, 81, 81, 0.182);
    width: 49%;
    height: 80%;
    margin: 50px 0;
    float: left;
}
input.signin-input {
    color: rgb(102, 102, 102);
    float: left;
    margin-top: 15px;
    margin-left: 10px;
}
input.signin-input {
    color: rgb(102, 102, 102);
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}
form p {
    padding-left: 170px;
}
div.account form.login_knoppen {
    background-color: rgba(118, 81, 81, 0.182);
    width: 49%;
    height: 80%;
    margin: 50px 0;
    float: right;
}
input.login-input {
    color: rgb(102, 102, 102);
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}
div.account h1 {
    position: absolute;
    margin-top: 0px;
    color: rgb(106, 35, 35);
}
div.account h2 {
    color: rgb(106, 35, 35);
}
a.word_lid_terug {
    text-decoration: none;
    margin-left: 10px;
    padding: 5px;
    color: black;
    background-color: rgba(0, 0, 0, 0.031);
    border-bottom: 3px rgba(0, 0, 0, 0.162) solid;
    border-radius: 5px;
}
a.word_lid_terug:active {
    border-bottom: 0 solid;
    transform: translateY(5px);
}
div.donatie{
    background-color: rgba(85, 52, 52, 0.152);
    height: fit-content;
    padding: 10px;
    border-top: 2px solid rgb(218, 83, 83);
}
div.donatie h1 {
    color: rgb(106, 35, 35);
}
div.donatie form p {
    position: relative;
    margin-top: -20px;
}
  .bg_homepage {
    /* The image used */
    background-image: url("https://www.oudhoorn.nl/scholen/werenfridus/fotos/01_logo_werenfridus.jpg");
  
    /* Full height */
    height: 400px; 
    margin-top: -40px;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /* Gradient */
    -webkit-mask-image: linear-gradient(black, transparent);
}
  .bg_over_ons {
    /* The image used */
    background-image: url("Teamleden.jpg");
  
    /* Full height */
    height: 500px; 
    margin-top: -40px;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /* Gradient */
    -webkit-mask-image: linear-gradient(black, transparent); 
}