@import url('https://fonts.googleapis.com/css?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin:0px;
    padding:0px;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    /* background: linear-gradient(#040228 0%, #0075c7 40%); */
    /* background: #76a4c2; */
    background: #5896ba;
    min-height: 1500px;

}

section
{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

section:before
{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
   /* background: linear-gradient(to top, #0a2a43, transparent); */
    
    z-index: 10000;
}

section:after 
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #0a2a43;*/
    z-index: 10000;
    mix-blend-mode: color;
}

section img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

#title
{
    position: relative;
    margin-top: -100px;
    color: #ffffff;
    font-size: 10em;
    z-index: 1;
}

#tulipfield
{
    z-index: 4;
}

.textbox1
{
    position: relative;
    border: 100px;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    word-spacing: 15px;
    margin-top: 90px;
    margin-bottom: 10px;
    margin-left: 90px;
    margin-right: 90px;
    color: #fff;
    /* background: #76a4c2; */
}

.textbox1 h1 {
    font-size: 60px;
    text-align: center;
    margin: 20px;
}

.textbox2 {  /* Momenteel niet in Gebruik */
    position: relative;
    border: 100px;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    word-spacing: 15px;
    margin-top: 60px;
    margin-bottom: 30px;
    margin-left: 60px;
    margin-right: 60px;
    color: #fff;
}

.discover-page-homepage {
    position: relative;
    text-align: center;
}

.discover-page-homepage img{
    padding: 0;
        display: block;
        margin: 0 auto;
        max-height: 100%;
        max-width: 100%;
}

#homepage-discoverpage-text {
    color: white;
    font-size: 45px;
    
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#homepage-discoverpage-button {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);

    background-color: #fff;
        border: none;
        color: #555;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 20px;
}

.discover-page-homepage a:link {
    text-decoration: none;
    color: #555;
}

.discover-page-homepage a:visited {
    text-decoration: none;
    color: #555;
}

.discover-page-homepage a:hover {
    text-decoration: none;
    color: #555;
}

.discover-page-homepage a:active {
    text-decoration: none;
    color: #555;
}

.commentsection {
    width: 80%;
    border: 1px solid #ccc;
    margin: 50px 0;
    padding: 10px 20px;
    border-radius: 5px;
    margin-left: 10px;
    margin-top: 80px;
    min-width: 320px;
}

.commentsection input[type=submit] {
    
    background-color: #5896ba;
        color: white;
        padding: 14px 20px;
        margin: 8px 0;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 15px;
}

.commentsection input[type=submit]:hover {

    background-color: #426e88;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.commentsection-select {
    position: relative;
    width: 220px;
    margin-bottom: 10px;
}

.commentsection-select select{
    width: 100%;
    position: relative;
    padding: 16px 30px 16px 85px;
    border-radius: 50px;
}

.body-comment-session {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    background: #f8fcfd;
    margin-top: 20px;
}

.comment-flex {
    display: flex;
    justify-content: space-between;
}

.comment-box, .comment-list {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0.2px 2px rgb(168, 168, 168);
    margin-bottom: 8px;
    margin-top: 8px;
}

.comment-session {
    width: 500px;
    height: autp;
    margin: 0 auto;
}

.comment-list {
    width: 100%;
    margin-bottom: 12px;
}

.comment-list .user{
    display: flex;
    padding: 8px;
    overflow: hidden;
}

.comment-list .username {
    font-weight: 600;
}

.comment-list .comment-day {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment-list .rating {
    font-size: 15px;
    margin-left: 10px;

}

.comment-day {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.post-comment .comment {
    padding: 0 0 15px 58px;
}

/* START OF POP UP COMMENT BOX */

/* Button used to open the contact form - fixed at the bottom of the page */
.commentsection .COMMENTS-open-button {
    background-color: #426e88;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: relative;
    bottom: 60px;
    left: 10px;
    width: 180px;
    font-size: 15px;
    float: right;
    border-radius: 4px;
}

/* The popup form - hidden by default */
.COMMENTS-form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    left: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;

    margin: auto;
    padding: 10px;

    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
    height: 300px;
    width: 450px;
    background-color: white;
}

.COMMENTS-form-popup .COMMENTS-wrapper .COMMENTS-date {
    width: 20%;
    float: right;
    font-weight: 600;
    font-size: 11px;
}


/* Add styles to the form container */
.COMMENTS-form-container {
    max-width: 450px;
    padding: 10px;
    background-color: white;
}

/* Set a style for the submit/login button */
.COMMENTS-form-container .COMMENTS-btn {
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
    font-size: 18px;
}

.COMMENTS-commentItself {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
}

.COMMENTS-commentItself p {
    font-size: 15px;
}

/* Add a red background color to the cancel button */
.COMMENTS-form-container .cancel {
    background-color: rgb(209, 156, 156);
    position: sticky;
    bottom: 0;
}

/* Add some hover effects to buttons */
.COMMENTS-form-container .COMMENTS-btn:hover,
.open-button:hover {
    opacity: 1;
}

/* END OF POP UP COMMENT BOX */

@media screen and (max-width: 600px)
{
    #title
    {
        font-size: 45px;
    }

    .hideOnMobile{
        display: none;
    }

    .content-section{
        flex-direction: column;
    }

    .textbox1 {
        position: relative;
        border: 100px;
        font-family: "Poppins", sans-serif;
        font-size: 17px;
        word-spacing: 5px;
        margin-top: 90px;
        margin-bottom: 45px;
        margin-left: 45px;
        margin-right: 45px;
        color: #fff;
        /* background: #76a4c2; */
    }

    .textbox1 h1 {
        font-size: 40px;
        text-align: center;
    }

    footer
    {
        padding: 40px;
    }

    footer .container
    {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 20px;
    }

    .imagebox_container {
        flex-direction: column;
    }

    .discover-page-homepage #homepage-discoverpage-text {
        color: white;
        font-size: 12px;

        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .discover-page-homepage #homepage-discoverpage-button {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);

        background-color: #fff;
        border: none;
        color: #555;
        padding: 5px 15px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 8px;
    }
}

//de hieronder volgende kleuren en decoratie zijn niet definitief, als je wilt mag je aanpassen
//geïnspireerd door: https://www.youtube.com/watch?v=U8smiWQ8Seg
nav{
    background-color: #fff;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

nav ul{
    width: 100%;
    justify-content: space-between;
    list-style: none;
    display: flex;
    align-items: center;
}
nav li{
    height: 65px;
    width: 120px;
    margin-right: 15px;
    padding: 0;
}

nav a{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: black;
    font-weight: bold;
}

nav a:hover{
    color: #f0f0f0;
}

.sidebar{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.438);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.sidebar li{
    width: 100%;
}
.sidebar a{
    width:100%;
}

.sidebar li:hover{
    background-color: #fff;
}

.menu-button{
    display: none;
}

.fav-button{
    margin-right: 0%;
}

@media(max-width: 500px){
.sidebar{
    width:100%;
}

.FAQ-header h1 {
    font-size: 15px;
}

.FAQ-box h2 {
    font-size: 7px;
}

}

@media(max-width: 800px){
.hideOnMobile{
    display: none;
}
.menu-button{
    display: block;
    margin-right: auto;
    margin-top: 15px;
}

.imagebox_container {
    flex-direction: column;
}

#title {
    font-size: 60px;
}

#homepage-discoverpage-text {
    color: white;
    font-size: 25px;

    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#homepage-discoverpage-button {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);

    background-color: #fff;
    border: none;
    color: #555;
    padding: 10px 27px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
}

}

svg{
    margin-right: -60%;
    margin-bottom: 20px;
}

/*Eind van header CSS*/


/* start of imagebox*/

.imagebox_container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.imagebox_card {
    width: 300px;
    background: white;
    border-radius: 8px;
       margin: 13px;
        
}

.imagebox_card .imagebox_image-box {
    height: 200px;
}

.imagebox_card .imagebox_image-box img {
    height: 100%;
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.imagebox_card .imagebox_profile-details {
    display: flex;
    align-items: center;
    column-gap: 12px;
    padding: 15px;
}

.imagebox_card .imagebox_profile-details img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.imagebox_profile-details .city {
    font-size: 15px;
    font-weight: 500;
}

.imagebox_profile-details .description {
    font-size: 12px;
    font-weight: 500;
    color: #4d4d4d;
    text-decoration: none;
}

.imagebox_container a {
    text-decoration: none;
    color: #4d4d4d;
}

.imagebox_profile-details .heartbtn button{
    background-color: #fff;
    border: none;
    color: rgb(241, 157, 171);
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    margin-left: 20%;
    margin-top: 10%;
    margin-bottom: 50%;
    padding-left: 2px;
    padding-right: 2px;
}

/* start of imagebox*/

/* start of fav button*/
.favbtn_container .favbtn_button::before {
    background-color: #fff;
    border: none;
    color: #cccccc;
    padding: 8px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 2px 2px;
    cursor: pointer;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.favbtn_container .favbtn_button {
    background-color: #fff;
    border: none;
    color: #cccccc;
    padding: 8px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 2px 2px;
    cursor: pointer;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.favbtn_container .favbtn_button:hover {
    background-color: #fff;
    border: none;
    color: #f8b9b97a;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 21px;
    margin: 2px 2px;
    cursor: pointer;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    transition: 0.2s;
}

.favbtn_container input:checked+.favbtn_button {
    color: #f8b9b9;
    transition: 0.15s;
}

.favbtn_container input {
    display: none;
}

/* End of fav button*/

/*Article*/

.favorite-btn {
    background-color: #fff;
    border: none;
    color: #f8b9b9;
    padding: 8px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 15%;
}

.artikel {
    align-items: center;
}

.artikel h1 {
    margin-top: 50px;
    font-size: 70px;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.artikel h2 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.artikel h4 {
    font-size: 20px;
    color: #fff;
    opacity: 0.85;
    text-align: center;
    padding: 20px;
}

.artikel p {
    font-size: 20px;
    color: #fff;
    padding-left: 12%;
    padding-right: 12%;
    margin-bottom: 25px;
}

/*End of Article*/


/* Start of Footer */
.footer-body {
    display: grid;
    justify-content: center;
    align-content: end;
    min-height: 10vh;
    padding: 50px;
}

footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 100px;
    background: #fff;
}

footer .footer-container {
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    grid-gap: 20px
}

footer .footer-container .footer-section h2 {
    position: relative;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}

footer .footer-container .footer-section p {
    color: #555;
}

footer .footer-container .footer-sci {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 50px);
}

footer .footer-container .footer-sci li {
    list-style: none;
}

footer .footer-container .footer-sci li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #333;
    display: grid;
    align-content: center;
    justify-content: center;
    text-decoration: none;
}

footer .footer-container .footer-sci li a i {
    color: #fff;
    font-size: 20px;
}

footer .footer-container .quicklinks {
    position: relative;
}

footer .footer-container .quicklinks ul li {
    list-style: none;
}

footer .footer-container .quicklinks ul li a {
    color: #555;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}

footer .footer-container .contact .footer-info {
    position: relative;
}

footer .footer-container .contact .footer-info li {
    display: grid;
    grid-template-columns: 30px 1fr;
    margin-bottom: 16px;
}

footer .footer-container .contact .footer-info li span {
    color: #555;
    fontsize: 20px;
}

footer .footer-container .contact .footer-info li a {
    color: #555;
    text-decoration: none;
}

.footer-copyrightText {
    width: 100%;
    background: #fff;
    padding: 20px 100px 30px;
    text-align: center;
    color: #555;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) 
    {
    footer {
        padding: 40px;
    }

    footer .footer-container {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .footer-copyrightText {
        padding: 20px 40px 30px;
    }
}

@media (max-width: 768px) 
    {
    footer .footer-container {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
}
/* End of Footer */


/* Start of Login Pagina */

.login-body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: url('foto/HelloWorldBG.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.login-body-Admin {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: url('foto/bg-admin.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.login-wrapper {
    width: 420px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);

    /* Add the blur effect */
    backdrop-filter: blur(5px);

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 10px;
    padding: 30px 40px;
    
}

.login-wrapper h1 {
    font-size: 36px;
    text-align: center;
}

.login-wrapper .login-input-box {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 30px 0;
}

.login-input-box input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    font-size: 16px;
    color: #fff;
    padding: 20px 45px 20px 20px;
}

.login-input-box input::placeholder {
    color: #fff;
}

.login-input-box i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.login-wrapper .login-btn {
    width: 100%;
    height: 45px;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.login-wrapper .login-register-link {
    font-size: 14.5px;
    text-align: center;
    margin: 20px 0 15px;
}

.login-register-link p a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.login-register-link p a:hover {
    text-decoration: underline;

}
/* End of Login Pagina */

/* Start of Beheerder Pagina */

.beheerder-ruimte {
    position: relative;
    border: 100px;
    margin-top: 60px;
    margin-bottom: 30px;
    margin-left: 60px;
    margin-right: 60px;
    background-color: white;
}

.beheerder-ruimte-header {
    font-size: 40px;
    text-align: center;
    color: #353535;
}

.beheerder-ruimte-text {
    margin-left: 90px;
    margin-top: 60px;
    margin-bottom: 30px;
    margin-right: 60px;
    color: #353535;
    font-size: 20px;
}

/* End of Beheerder Pagina */

/* Start of FAQ Pagina */
.FAQ,
.FAQ * {
    box-sizing: content-box;
}

.FAQ {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1px;
    padding: 1px;
    margin: auto;
    width: 60%;
}

.FAQ-header {
    margin: auto;
    width: 60%;
    color: #fff;
    padding-top: 60px;
}

.FAQ-box {
    background-color: white;
    width: 300px;
    border: 1px solid rgb(228, 228, 228);
    padding: 50px;
    margin: 20px;
}

.FAQ-box h2 {
    position: relative;
    color: #333;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 15px;
}

.FAQ-box p {
    position: relative;
    color: #555;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 15px;
}
/* End of FAQ Pagina */


.aboutus{
    text-align: center;
    position: relative;
    color: white;
}

.aboutus h1{
    position: absolute;
    top: 3rem;
    left: 50%;
    font-size: 2em;
    transform: translate(-50%, -50%);
}

.lol{
    position: absolute;
        top: 15%;
        left: 50%;
        font-size: 5vw;
        transform: translate(-50%, -50%);
        
       
        
}


.aboutus h6{
    position: absolute;
    top: 7rem;
    left: 50%;
    font-size: 0.75em;
    transform: translate(-50%, -50%);
}

.row {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
    flex: 30%;
    background-color: #f1f1f1;
    padding: 20px;
    max-width: 100%;
}

.fifty {
    flex: 50%;
    background-color: #f1f1f1;
    padding: 20px;
    max-width: 100%;
}

.twentyfive {
    flex: 25%;
    background-color: #f1f1f1;
    padding: 20px;
    max-width: 100%;
}

/* Main column */
.main {
    flex: 70%;
    background-color: white;
    padding: 20px;
    max-width: 100%;
}

.images {
    //width: 100%;
    padding: 20px;

    float: center;
    width: 440px;
    display: block;
    height: 300px;
    background-size: cover;
    object-fit: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    max-width: 100%;
    }


 div .images{
      background-color: #ddd;

 }

div .images .heartbtn button {
    background-color: #fbfbfb;
    border: none;
    color: rgb(241, 157, 171);
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 3px;
    text-decoration: none;
    font-size: 30px;
    cursor: pointer;
    right: 30px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    margin-left: 80%;
    margin-top: -10%;
    margin-bottom: 80%;

}

 
.quiz-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    /* Adjust opacity as needed */
    z-index: 1;
    display: none;
}

.no-scroll{
    height: 100%;
    overflow-y: hidden;
}

#test-questions li:not(:first-child) {
    display: none;
}

/* CSS to hide radio buttons */
.login-wrapper input[type="radio"] {
   position: absolute;
    opacity: 0;
    width: 0;
   height: 0;
}

/* CSS for label hover effect */
label:hover{
text-decoration: underline;
}

.hyperlinksbtn{
 width: 100%;
    height: 45px;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.hyperlink{
    width: 100%;
        height: 60px;
        background: #fff;
        text-decoration: none;
        color: #333;
        text-align: center;
                border-radius: 40px;
        font-weight: 600;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            cursor: pointer;
                font-size: 16px;   border: none;
    position: relative;
    margin: 60px 0 30px 0;
    padding: 5px;
}

a:hover .hyperlink{
        background-color: rgb(173, 173, 173);
}

/*Begin van Favorites Pagina*/
.favpage-notlogedin {
    background-color: #5896ba;
}

.favpage-container {
    width: 80%;
    margin: 50px auto;
}

.favpage-info {
    background: #fff;
    display: flex;
}

.favpage-favs {
    flex-basis: 60%;
    padding: 40px 60px;
}

.favpage-comments {
    flex-basis: 40%;
    padding: 40px;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #ccc;
}

.favpage-container h1 {
    margin-bottom: 10px;
    font-size: 80px;
    color: #fff;
}

.favpage-container h2 {
    margin-bottom: 40px;
    font-size: 40px;
    color: rgb(44, 44, 44);
}

.favpage-container h3 {
    margin-bottom: 1px;
    margin-top: 15px;
    font-size: 25px;
    color: rgb(44, 44, 44);
}

.favpage-container p {
    margin-bottom: 40px;
    font-size: 20px;
    color: #fff;
}

.deletebtn button {
    background-color: #da8080;
    border: none;
    color: white;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 50%;
}

/*Eind van Favorites Pagina*/

/*Start van Peilingen*/
.peilingen-container {
    background-color: rgb(255, 255, 255);
    width: 400px;
    border: none;
    padding: 50px;
    margin: 20px;
}

.peilingen-container h2{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

/*Eind van Peilingen*/

@media only screen and (max-width:400px) {

    .favpage-container h1 {
            margin-bottom: 20px;
            font-size: 50px;
        }

    .favpage-container h2 {
            margin-bottom: 20px;
            font-size: 30px;
            color: rgb(44, 44, 44);
        }
    
    .favpage-container h3 {
        margin-bottom: 1px;
        margin-top: 15px;
        font-size: 20px;
        color: rgb(44, 44, 44);
    }
    
    .favpage-container p {
        margin-bottom: 40px;
        font-size: 20px;
        color: #fff;
    }

    .favpage-container {
        width: 80%;
        margin: 50px auto;
    }

    .favpage-info {
        background: #fff;
        display: flex;
        flex-direction: column;
    }

    .favpage-favs {
        flex-basis: 60%;
        padding: 40px 60px;
    }

    .favpage-comments {
        flex-basis: 40%;
        padding: 40px;
        border-left: none;
        border-top-width: 2px;
        border-top-style: solid;
        border-top-color: #ccc;
    }
    
    .commentsection .COMMENTS-open-button {
            background-color: #426e88;
            color: white;
            padding: 16px 20px;
            border: none;
            cursor: pointer;
            opacity: 0.8;
            position: relative;
            bottom: 60px;
            left: 10px;
            width: 100px;
            font-size: 10px;
            float: right;
            border-radius: 4px;
        }

        /* The popup form - hidden by default */
        .COMMENTS-form-popup {
            display: none;
            position: fixed;
            bottom: 0;
            left: 15px;
            border: 3px solid #f1f1f1;
            z-index: 9;
    
            margin: auto;
            padding: 10px;
    
            overflow-x: hidden;
            overflow-y: auto;
            text-align: justify;
            height: 300px;
            width: 300px;
            background-color: white;
        }

        .COMMENTS-wrapper {
            font-size: 10px;
        }
        .COMMENTS-form-popup .COMMENTS-wrapper .COMMENTS-date {
            width: 25%;
            float: right;
            font-weight: 600;
            font-size: 8px;
        }
}

@media only screen and (max-width:800px) {

    .favpage-container h1 {
        margin-bottom: 20px;
        font-size: 50px;
    }

    .favpage-container h2 {
        margin-bottom: 20px;
        font-size: 30px;
        color: rgb(44, 44, 44);
    }

    .favpage-container h3 {
        margin-bottom: 1px;
        margin-top: 15px;
        font-size: 20px;
        color: rgb(44, 44, 44);
    }

    .favpage-container p {
        margin-bottom: 40px;
        font-size: 20px;
        color: #fff;
    }

    .favpage-container {
        width: 85%;
        margin: 50px auto;
    }

    .favpage-info {
        background: #fff;
        display: flex;
        flex-direction: column;
    }

    .favpage-favs {
        flex-basis: 60%;
        padding: 40px 60px;
    }

    .favpage-comments {
        flex-basis: 40%;
        padding: 40px;
        border-left: none;
        border-top-width: 2px;
        border-top-style: solid;
        border-top-color: #ccc;
    }

        .commentsection-select {
            position: relative;
            width: 220px;
            margin-bottom: 10px;
        }
    
        .commentsection-select select {
            width: 100%;
            position: relative;
            padding: 16px 30px 16px 85px;
            border-radius: 50px;
        }
    
        .body-comment-session {
            display: block;
            margin: 0;
            padding: 0;
            font-size: 16px;
            background: #f8fcfd;
            margin-top: 20px;
        }

    
        .comment-flex {
            display: flex;
            justify-content: space-between;
        }
    
        .comment-box,
        .comment-list {
            background: #fff;
            border-radius: 4px;
            box-shadow: 0.2px 2px rgb(168, 168, 168);
            margin-bottom: 8px;
            margin-top: 8px;
        }
    
        .comment-session {
            width: 250px;
            height: autp;
            margin: 0 auto;
        }
    
        .comment-list {
            width: 100%;
            margin-bottom: 12px;
        }
    
        .comment-list .user {
            padding: 8px;
            overflow: hidden;
            display: flex;
                flex-direction: column;
        }
    
        .comment-list .username {
            font-weight: 600;
        }
    
        .comment-list .comment-day {
            font-size: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;

        }
    
        .comment-list .rating {
            font-size: 15px;
            margin-left: 10px;
    
        }
    
        .comment-day {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
        }
}

/*Start of Contact Page*/

.contactpage-contact {
    position: relative;
    min-height: 100vh;
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #5896ba;
}

.contactpage-contact .contactpage-content {
    max-width: 800px;
    text-align: center;
}

.contactpage-contact .contactpage-content h2 {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
}

.contactpage-contact .contactpage-content p {
    font-weight: 300;
    color: #fff;
}

.contactpage-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.contactpage-container .contactpage-contactInfo {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.contactpage-container .contactpage-contactInfo .contactpage-box {
    position: relative;
    padding: 20px 0;
    display: flex;
}

.contactpage-container .contactpage-contactInfo .contactpage-box .contactpage-icon {
    min-width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
}

.contactpage-container .contactpage-contactInfo .contactpage-box .contactpage-text {
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    color: #fff;
    flex-direction: column;
    font-weight: 300;
}

.contactpage-container .contactpage-contactInfo .contactpage-box .contactpage-text h3 {
    font-weight: 800;
    color: #121d24;
}

.contactpage-contactForm {
    width: 40%;
    height: 100%;
    padding: 40px;
    background: #ffffff;
}

.contactpage-contactForm h2 {
    font-size: 30px;
    color: #333;
    font-weight: 500;
}

.contactpage-contactForm .contactpage-inputBox {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.contactpage-contactForm .contactpage-inputBox input {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
}

.contactpage-contactForm .contactpage-inputBox textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;
}

.contactpage-contactForm .contactpage-inputBox span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}

.contactpage-contactForm .contactpage-inputBox input[type="submit"] {
    width: 100px;
    background: #111c22;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
}

@media (max-width: 991px) {
    .contactpage-contact {
        padding: 50px;
    }

    .contactpage-container {
        flex-direction: column;
    }

    .contactpage-container .contactpage-contactInfo {
        margin-bottom: 40px;
    }

    .contactpage-container .contactpage-contactInfo, 
    .contactpage-container .contactpage-contactForm {
        width: 100%;
        height: 100%;
    }

}

@media (max-width: 700px) {
    contactpage-contactInfo {
        display: none;
    }

}

@media (max-width: 700px) {
    div .images .heartbtn button {
        background-color: #ffffff;
        border: none;
        color: rgb(241, 157, 171);
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 3px;
        padding-bottom:20px;
        text-decoration: none;
        font-size: 30px;
        cursor: pointer;
        right: 30px;
        border-top-right-radius: 25px;
        border-top-left-radius: 25px;
        margin-left: 80%;
        margin-top: -10%;
        margin-bottom: 80%;
    }
}

@media (max-width: 500px) {
    div .images .heartbtn button {
            background-color: #ffffff;
            border: none;
            color: rgb(241, 157, 171);
            padding-left: 12px;
            padding-right: 12px;
            padding-top: 3px;
            padding-bottom: 11px;
            text-decoration: none;
            font-size: 30px;
            cursor: pointer;
            right: 30px;
            border-top-right-radius: 25px;
            border-top-left-radius: 25px;
            margin-left: 80%;
            margin-top: -10%;
            margin-bottom: 80%;
        }
    
    .artikel h1 {
        margin-top: 50px;
        font-size: 40px;
        color: #fff;
        text-align: center;
        padding: 10px;
    }
    .contactpage-container .contactpage-contactInfo {
        margin-top: 120px;
    }
}

/*End of Contact Page*/


/*START of NEW CONTACT PAGE*/

.contactPAGE-contactform {
    width: 85%;
    max-width: 600px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 30px 40px;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 600px;
}

.contactPAGE-contactform h1 {
    margin-top: 0;
    font-weight: 200;
}

.contactPAGE-txtb {
    border: 1.8px solid rgb(172, 172, 172);
    margin: 8px 0;
    padding: 12px 18px;
    border-radius: 8px;
}

.contactPAGE-txtb label {
    display: block;
    text-align: left;
    color: #333;
    font-size: 14px;
}

.contactPAGE-txtb input,
.contactPAGE-txtb textarea {
    width: 100%;
    border: none;
    background: none;
    outline: none;
    font-size: 18px;
    margin-top: 6px;
}

.contactPAGE-btn {
    display: block;
    background: #426e88;
    padding: 14px 0;
    color: white;
    cursor: pointer;
    margin-top: 8px;
    width: 100%;
}

/*END of NEW CONTACT PAGE*/