
* {
    box-sizing: border-box;
  }

body {
   
    margin: auto;
    max-width: 100%;
    font-family: Proxima Nova, Roboto, sans-serif;
    font-weight: 300;
    font-size: 80%;
    /*box-shadow: 0 0px 50px rgba(0, 0, 0, 0.1);*/
}

.container_head_images {
    position: relative;
    z-index: 99; /*bepaald volgorde van stapeling*/
   
}

/* menubalk menubalk menubalk menubalk menubalk*/
header {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add shadow behind the header */
    position: fixed;
    width: 100%;
    z-index: 100; /*bepaald volgorde van stapeling*/
}

.nav_links {
    position: relative;
    right: 0%;
}

.astridpeters a {
    text-decoration: none;
    color: #000000;
    font-size: 1.5em;
    padding: 3px 14px 4px 14px;
    transition: color 0.3s;
    background-color: #ffffff;
    border-color: #8FBC15;
    border-radius: 50px;
    border-style: solid;
    border-width: 1.5px;
    transition: background 0.3s;
}

.astridpeters a:hover {
    background-color: #b4d753;
    color: #ffffff;;
}

nav {
    display: flex;
}

nav ul {
    list-style: none;
    display: flex;
    margin: 0;
}

nav ul li {
    margin: 0 5px; /*space between words*/
}

nav ul li a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s;
    font-size: 1.5em;
    background-color: #f1f1f1;
    border-radius: 50px;
    padding: 3px 14px 4px 14px;
    transition: background 0.3s;
}

nav ul li a:hover {
    background-color: #b4d753;
    color: #ffffff;
}

.hamburger {
    flex-direction: column;
    cursor: pointer;
}

.hamburger div {
    width: 30px;
    height: 4px;
    background-color: #000000;
    margin: 4px 0;
}

/* einde menubalk menubalk menubalk menubalk menubalk menubal */


.container_1{
    margin-top: 70px;
    padding: 0px;
    background-color:#ffffff;
    text-align: left;
    margin-left: 20%;
    margin-right: 20%;
}

.web_pic {
    width: 100%;
    height: 100%;
}
.ipad_pic {
    display: none;
}
.mobile_pic {
    display: none;
}
.menu_onderaan {
    display: none;
}
.hamburger {
    display: none;
}

.spacer {
    height: 56px; /* Bepaalt de extra ruimte boven het hoofdstuk */
}

h1 { 
    /*kopteksten*/
 display: block;
 font-size: 3.5em;
 margin: auto;
 font-weight: 300;
 text-align: center;
}

.blijf_naar_je{
    color: #8FBC15;
    font-weight: 400;
    line-height: 1.2; /*interlinie*/
    font-style: italic;
    font-size: 2.25em;
    padding: 13px 15px 13px 15px;
    text-align: center;
    background-color: #f6f6f6;
    border-radius: 50px;
    max-width: 600px;
    margin:auto;
    box-shadow: 0 0 8px 8px #f6f6f6;/* Blur effect */
}

.special_text {
    /* Bij een Hoog Sensitief Persoon kan etc. */
    font-weight: 300;
    font-size: 1.8em;
    margin-top: 40;
    line-height: 1.2; /*interlinie*/
    padding: 15px;
    border-style: solid;
    border-color: #A0D316;
    border-width: 5;
    border-radius: 20px;
}

.special_text_2 {
    /* mail adres */
    font-weight: 300;
    font-size: 1.8em;
    padding: 15px;
    border-style: solid;
    border-color: #A0D316;
    border-width: 5;
    border-radius: 20px;
}

.link_text {
    color: #8FBC15;
    text-decoration: none;
}

.link_text_2 {
    color: #000000;
    text-decoration: none;
}

p {
    color: rgb(0, 0, 0);
    font-size: 1.5em;
    line-height: 1.5;
    padding: 15px 20px 0px 20px;
  }

.volley_jongeren {
    position: relative;
     float: right;
     margin-right:-20%;
     width: 30%;
}

.pratende_jongeren {
    position: relative;
     float: left;
    margin-left: -20%;
    width: 30%;
}

.lopende_jongeren {
    position: relative;
     float: right;
     margin-right: -20%;
     width: 30%;
}

.zittende_jongeren {
    position: relative;
     float: right;
     margin-right:-20%;
     width: 30%;
}

.portret_pic {
    margin-top: 5px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.streep {
    height: 20px;
    background-color: #A0D316;
    border-radius: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}

footer {
    background-color: #A0D316;
    padding: 0px 10px 30px 20px;

.tekst{
    text-align: center;
    line-height: 1.3; 
    color: #ffffff;
    }
}


   /*i Pad i Pad i Pad i Pad i Pad i Pad i Pad i Pad i Pad i Pad i Pad i Pad */


@media screen and (max-width : 1100px) {

body {
        margin: auto;
        max-width: 100%;
       
        font-weight: 300;
        font-size: 70%;
    }

    .astridpeters a {
        font-size: 2em;
    }

.ipad_pic {
     width:100%;
     height:100%;
     display: block;
     }

.mobile_pic {
    display: none;
    }
.web_pic {
     display: none;
    }
nav ul {
        display: none;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }

.hamburger {
        display: block;
    }

.nav-active {
        display: flex;
    }

.volley_jongeren {
        position: relative;
         float: right;
         margin-right: -10%;
         width: 40%;
    }

.pratende_jongeren {
        position: relative;
         float: left;
        margin-left: -5%;
        width: 40%;
    }

.lopende_jongeren {
    position: relative;
    float: right;
    margin-right: -10%;
    width: 40%;
    }

.zittende_jongeren {
        position: relative;
         float: right;
         margin-right: -5%;
         width: 40%;
    }

.container_1{
        margin-top:70px;
        padding: 0px;
        background-color:#ffffff;
        text-align: left;
        margin-left: 10%;
        margin-right: 10%;
    }

.special_text {
        /* Bij een Hoog Sensitief Persoon kan etc. */
        font-weight: 300;
        font-size: 1.8em;
        line-height: 1.2; /*interlinie*/
        padding: 20px 20px 20px 20px;
        border-style: solid;
        border-color: #A0D316;
        border-width: 5;
        border-radius: 20px;
    }

.special_text_2 {
        /* mail adres */
        font-weight: 300;
        font-size: 200%;
        padding: 10px;
        border-style: solid;
        border-color: #A0D316;
        border-width: 5;
        border-radius: 20px;
    }

/* Menu onderaan Menu onderaan Menu onderaan Menu onderaan Menu onderaan Menu onderaan  */

    .menu_onderaan {
        height: 320px;
        background-color: #363636;
        border-radius: 10px;
        display: block;
        text-align: center;
        padding: 20px 0px 0px 0px;
        margin-bottom: 40px;
    }
    
    .astridpeters_menu a {
        text-decoration: none;
        color: #ffffff;
        font-size: 1.5em;
        padding: 2px 12px 3px 12px;
        transition: color 0.3s;
        background-color: #2a2a2a;
        border-color: #8FBC15;
        border-radius: 50px;
        border-style: solid;
        border-width: 1.5px;
        transition: background 0.3s;
    }
    
    .astridpeters_menu a:hover {
        background-color: #b4d753;
        color: #ffffff;;
    }
    
    .menu_links{
        text-decoration: none;
        text-align: left;
        line-height: 2; /*interlinie*/
        list-style: none;
        color: #ffffff;
        font-size: 1.5em;
        padding: 5px 0px 5px 20px;
        transition: color 0.3s;
        background-color: #3e3e3e;
        transition: background 0.3s;
        margin-bottom: 5px;
    }
    
    hr.solid{
        border: 1px solid  #8FBC15;
        border-radius: 1px;
        margin-right: 20px;
    }
    
    .text_menu {
        text-decoration: none;
        color: #ffffff;
    }
    
    .list_menu a:hover {
        color: #b4d753;
    }
/* Einde menu onderaan Einde menu onderaan Einde menu onderaan Einde menu onderaan Einde menu onderaan  */

}


/* mobiel mobiel mobiel mobiel mobiel mobiel mobiel mobiel mobiel */


@media screen and (max-width : 450px) {

body {
        margin: auto;
        max-width: 100%;
       
        font-weight: 300;
        font-size: 60%;
    }

.mobile_pic {
     width:100%;
     height:100%;
     display: block;
     }

.ipad_pic {
    display: none;
    }

.web_pic {
     display: none;
    }

.hamburger {
    display: flex;
}

.container_1{
    margin-top:20px;
    padding: 0px;
    background-color:#ffffff;
    text-align: left;
    margin-left: 5%;
    margin-right: 5%;
}

p {
    color: rgb(0, 0, 0);
    font-size: 1.5em;
    line-height: 1.5;
    padding: 10px 20px 0px 20px;
  }

h1 { 
    /*kopteksten*/
 display: block;
 font-size: 3em;
 margin: auto;
 font-weight: 300;
 text-align: center;
}

.special_text {
    /* Bij een Hoog Sensitief Persoon kan etc. */
    font-weight: 300;
    font-size: 1.8em;
    line-height: 1.2; /*interlinie*/
}

.special_text_2 {
    /* mail adres */
    font-weight: 300;
    font-size: 1.8em;
    padding: 10px;
    border-style: solid;
    border-color: #A0D316;
    border-width: 5;
    border-radius: 20px;
}

.volley_jongeren {
    position: relative;
     float: right -5%;
     width: 40%;
}

.pratende_jongeren {
    position: relative;
     float: left;
    margin-left: -5%;
    width: 40%;
}

.lopende_jongeren {
position: relative;
float: right;
margin-right: -5%;
width: 40%;
}

.zittende_jongeren {
    position: relative;
     float: right;
     margin-right: -5%;
     width: 40%;
}

.streep {
    height: 15px;
    background-color: #A0D316;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 0px;
}

 /* Menu onderaan Menu onderaan Menu onderaan Menu onderaan Menu onderaan Menu onderaan  */

.menu_onderaan {
    height: 280px;
    background-color: #363636;
    border-radius: 10px;
    display: block;
    text-align: center;
    padding: 20px 0px 0px 0px;
    margin-bottom: 40px;
}

.astridpeters_menu a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.5em;
    padding: 2px 12px 3px 12px;
    transition: color 0.3s;
    background-color: #2a2a2a;
    border-color: #8FBC15;
    border-radius: 50px;
    border-style: solid;
    border-width: 1.5px;
    transition: background 0.3s;
}

.astridpeters_menu a:hover {
    background-color: #b4d753;
    color: #ffffff;;
}

.menu_links{
    text-decoration: none;
    text-align: left;
    line-height: 2; /*interlinie*/
    list-style: none;
    color: #ffffff;
    font-size: 1.5em;
    padding: 5px 0px 5px 20px;
    transition: color 0.3s;
    background-color: #3e3e3e;
    transition: background 0.3s;
    margin-bottom: 5px;
    
}

hr.solid{
    border: 1px solid  #8FBC15;
    border-radius: 1px;
    margin-right: 20px;
}

.text_menu {
    text-decoration: none;
    color: #ffffff;
}

.list_menu a:hover {
    color: #b4d753;
}


 /* Einde menu onderaan Einde menu onderaan Einde menu onderaan Einde menu onderaan Einde menu onderaan  */

footer {
    background-color: #A0D316;
    padding: 0px 10px 30px 20px;
}
.tekst{
    text-align: center;
    line-height: 1.3; 
    color: #ffffff;
    }
}


    