.accordion-button {
    background-color: black;
    color: white;
}
.sitemap{
          padding:0 !important;
}
.accordion-button:not(.collapsed) {
    background-color: black !important;
    color: white !important;
}
ul{
      margin: 0;
  padding: 0;
  list-style: none;
}
.accordion-collapse {
    background-color: black !important;
    color: white !important;
}
.responsive_image {
max-height: 75px;
    margin-bottom: 10px;
    width: auto;
    display: block;
}
.contact_data {
    font-size: 1.5rem;
    color: white;
}
.socialicons {
    margin-top: 20px;
    margin-bottom: 20px;
}
.Footer .fa-solid {
    color: white !important;
}
.embed_desktop{
    height:50%;
    display:block;
    filter:brightness(0.4);
}
.footermobiel {
    display: none;
}
.footerdesktop a {
    display: inline-block; /* 🔥 belangrijk */
    color: white !important;
    transition: transform 0.3s ease;
}

.footerdesktop a:hover {
    transform: translateX(2px);
}
.footer-legal{
      position: relative;
    padding-bottom: 15px;
    background-color: black !important;
    z-index: 5;
    font-size: 1.3rem;
}
.footerdesktop {
    display: block;
    background-color: black !important;
    padding: 40px;
    color: #800180;
    margin-top:30px;
    z-index:5;
    position: relative;
}
.footerdesktop .row{
    max-width:1000px;
    margin:0 auto;
}
.footerdesktop a{
    text-decoration: none;
}


.footer_subkop {
    list-style: none;
}

.footerdesktop ul {
    list-style: none;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 5.5L8 12l6.5-6.5' stroke='%23800080' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
}

.accordion-button.open::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 10.5L8 4l6.5 6.5' stroke='%23800080' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
}

@media only screen and (max-width: 1000px) {
    .footermobiel {
        display: block;
    }
    .embed_desktop{
    height:50%;
    display:none;
}
.Footer ul{
    margin: 1em 0;
    padding-left: 40px;
}
    .socialicons a {
        color: white;
        text-decoration: none;
    }

    .socialicons {
        font-size: 5rem !important;
    }

    /*
 .container_iconing {
        position: absolute;
        width: 100%;
        text-align: center;
        margin-top: -75px;
    }
  .iconing_css {
        width: 160px;
        height: 160px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 100px;
        color: #000;
        padding: 25px 8px 15px 10px;
        background-color: #d9d9d9;
        border: 2px solid #800180;
        border-radius: 50%;
        box-shadow: 0px 0px 9px 5px #800180;
    }
        */

    .socialicons_div {
        background-color: black;
        color: white;
        padding: 25px;
        display: block;
    }

    .footer_subkop li {
        font-size: 2.8rem;
    }

    .footer_kop {
        font-size: 3.05rem;
    }

    .footerdesktop {
        display: none;
    }

    .sitemaplist {
        list-style: none;
  
    }

    .sitemaplist li a {
        font-size: 3.05rem;
    }

    .contact_data {
        font-size: 3.05rem;
    }

    .Footer h5 {
        margin-top: 10px;
        font-weight: 600;
    }

    .Footer {
        width: 100%;
        padding: 15px;
        background-color: #0a090a;
        color: white;

    }

    .accordion {
        background-color: black !important;
        --bs-accordion-bg: black var(--bs-body-bg) !important;
    }

    .accordion-body {
        color: white;
        background-color: black !important;
    }

    .accordion-button {
        font-size: 4.1rem;
    }



   

    .Footer .row {
        max-width: 1100px;
        margin: 0 auto;
    }

    /* Contact data in de footer */


    .cprofit_data a {
        text-decoration: none !important;
        color: white !important;
    }

    /* Footer site map items */
    .sitemaplist {
        list-style: none;
        font-size: 1rem;
    }

    .sitemaplist a {
        color: white;
        text-decoration: none;
        position: relative;
        transition: 0.4s;
        left: 0px;
    }

    .sitemaplist a:hover {
        color: white;
        text-decoration: none;
        position: relative;
        transition: 0.4s;
        left: 5px;
    }

    /* Social icons in de footer */
    .socialicons a {
        color: white;
        text-decoration: none;
    }

    .txt_ct {
        margin-bottom: 20px;
    }

    .schema_content {
        padding: 10px;
    }

    .schema_content .col-4 {
        color: white;
    }

    .form-row {
        margin-top: 10px;
    }

    .contact_data a {
        text-decoration: none;
        color: white;
    }

    .profit_data a {
        text-decoration: none;
        color: white;
    }
}