/*
Theme Name: Pranger SJWO Theme
Theme URI: https://sneljewoningontruimen.nl
Author: Brandon Nass
Author URI: https://nasslabs.nl
Description: Een snel, SEO-geoptimaliseerd en performant WordPress-thema.
Version: 1.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Sneljewoningontruimen
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
textarea,
input,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: 'inter', sans-serif;
    vertical-align: baseline;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: '';
    content: none;
}

a {
    text-decoration: none;
    color: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

:focus {
    outline: none;
}



img,
video {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

body {
    overflow-x: hidden;
}



/* ====================================================
   standaard
==================================================== */

html {
    font-size: 16px;
}

* {
    --white: #FFFDF5;
    --red: #023e8a;
    --grey: #868886;
    --dark-grey: #333331;
    --transparent-grey: rgba(134, 136, 134, 0.1);
    --scroll-gradient: linear-gradient(to bottom, var(--grey) 0%, var(--grey) 100%);
}

body {
    background-color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-family: 'oswald', sans-serif;
    color: var(--red);
}

p,
ul,
ol,
li {
    color: var(--dark-grey);
}

b {
  color: var(--red);
}

p,
a,
ul,
ol,
li {
    line-height: 1.2;
    font-family: 'poppins', sans-serif;
}

h1 {
    font-size: 4rem;
    font-weight: bold;
}

h2 {
    font-size: 3.5rem;
    font-weight: bold;
}

h3 {
    font-size: 3rem;
    font-weight: bold;
}

h4 {
    font-size: 2.5rem;
    font-weight: bold;
}

h5 {
    font-size: 2rem;
    font-weight: 400;
}

h6 {
    font-size: 1rem;
    font-weight: bold;
}

@media (max-width: 1199px) {
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.8rem;
    }

    h5 {
        font-size: 1.4rem;
    }

    h6 {
        font-size: 1rem;
    }
}

@media (max-width: 999px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.8rem;
    }

    h4 {
        font-size: 1.4rem;
    }

    h5 {
        font-size: 1.2rem;
    }

    h6 {
        font-size: 1rem;
    }
}

@media (max-width: 799px) {
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.8rem;
    }

    h5 {
        font-size: 1.4rem;
    }

    h6 {
        font-size: 1rem;
    }
}

@media (max-width: 399px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    h4 {
        font-size: 1.2rem;
    }

    h5 {
        font-size: 1.1rem;
    }

    h6 {
        font-size: 1rem;
    }

    a {
        font-size: 0.9rem;
    }
}

.page-content,
.offerte-content,
.local-content {
    display: flex;
    flex-direction: column;
	gap: 6rem;
    padding: 3rem 2rem;
    margin-bottom: 8rem;
}

.page-content,
.local-content {
    width: 100%;
}

.offerte-content {
    width: 50%;
    margin: 150px auto;
}

.local-content {
	margin-top: 150px;
}

.local-content ul:not(.splide__list),
.local-content li:not(.splide__slide),
.page-content ul:not(.splide__list),
.page-content li:not(.splide__slide) {
	margin-left: 1rem;
}

.local-content a, .page-content a, .banner a {
	text-decoration: underline;
}

@media (max-width: 800px) {
    .offerte-content {
        width: 100%;
    }
}


/* ====================================================
   Header Layout
==================================================== */

.banner {
    height: 36px;
    width: 100vw;
    background-color: var(--red);
    position: fixed;
    top: 0;
    z-index: 100;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2rem;
    padding-right: 2rem;
    color: var(--white);
    z-index: 1111;
}

header {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 36px;
    height: 86px;
    width: 100vw;
    padding: 0 2rem;
    z-index: 1111;
    transition: all 0.3s ease, box-shadow 0.3s ease;
    background-color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

header a {
    display: flex;
    align-items: center;
}

header h6 {
    color: var(--red);
    text-transform: uppercase;
}

nav {
    width: auto;
    display: flex;
    align-items: center;
}

nav ul {
    width: auto;
    display: flex;
    align-items: center;
	list-style: none;
}

.cta {
    font-family: 'oswald', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    color: var(--white);
    border-radius: 8px;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.cta1 {
    height: 40px;
    width: 200px;
}

.cta1,
.cta2,
.cta4 {
    background-color: var(--red);
}

.cta img {
    width: auto;
    height: 1.5rem;
    border-radius: 0;
}

.cta:hover {
    transform: scale(1.06);
}

nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 32px;
    padding-right: 3rem;
}

nav li {
    font-family: 'oswald';
    color: var(--red);
    font-size: 1rem;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
}

nav li::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--grey);
    transition: 0.4s ease;
    border-radius: 32px;
}

nav li:hover::after {
    width: 100%;
    border-radius: 5px;
}

.hamburger {
    display: none;
    cursor: pointer;
    rotate: 180deg;
}

.bar {
    height: 3px;
    background-color: var(--red);
    margin: 3px 0px;
    opacity: 0.8;
    border-radius: 32px;
    transition: transform 0.3s ease, opacity 0.01s ease;
}

.bar:nth-child(1) {
    width: 28px;
}

.bar:nth-child(2) {
    width: 32px;
}

.bar:nth-child(3) {
    width: 36px;
}

.nav--open {
    transform: translateY(0) !important;
}

.hamburger--open .bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
    width: 36px;
}

.hamburger--open .bar:nth-child(2) {
    opacity: 0;
}

.hamburger--open .bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.menu-open {
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    box-shadow: none;
}

.logo-header {
    filter: none;
}



@media (max-width: 1025px) {

    .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right: 1rem;
    }

    .nav {
        position: relative;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: var(--white);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
        align-items: start;
        padding: 1rem 0;
        transform: translateY(-100%);
        opacity: 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
        z-index: -1;
    }

    .nav--open {
        transform: translateY(0);
        opacity: 1;
    }

    nav ul {
		flex-direction: column;
        row-gap: 16px;
        align-items: start;
        padding: 100px 0px 30px 40px;
    }

    .nav .cta1 {
        margin-left: 30px;
        margin-top: 1rem;
    }
}

@media (max-width: 500px) {
    .banner {
        height: 58px;
        flex-direction: column;
        gap: 0.5rem;
        padding-bottom: 0.5rem;
    }

    header {
        top: 58px;
    }
}

/* ====================================================
   Banner
==================================================== */

.heading {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5rem 0;
    z-index: 0;
}

.heading::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* of gebruik filter: brightness */
    z-index: 1;
}

/* Deze div moet position: relative zijn zodat de overlay erboven zit */
.heading-info {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 4rem;
    padding: 5rem 10%;
    z-index: 10;
}

.tekst-button {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    z-index: 10;
}

.heading .cta1 {
	margin-top: 1rem;
}

.tekst-button p {
    font-size: 1.4rem;
}

.button-heading {
    width: 100%;
    display: flex;
    align-content: center;
    gap: 4rem;
}

.tekst-button h1,
.tekst-button p {
    color: var(--white);
}

.checklist {
    margin: 1.5rem 0;
    font-size: 1.4rem;
}

ol.checklist {
    list-style: none;
    padding-left: 0rem;
}

ol.checklist li {
    position: relative;
    padding-left: 2rem;
    color: var(--white);
}

ol.checklist li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: var(--red);
    font-weight: bold;
}


@media (max-width: 1100px) {
    .heading-info {
        grid-template-columns: 50% 50%;
    }

    .button-heading {
        gap: 1.5rem;
    }

    .heading-info {
        gap: 4rem;
    }

    .tekst-button {
        row-gap: 1rem;
    }

    .tekst-button p {
        font-size: 1.2rem;
    }

    .checklist {
        margin: 0.5rem 0;
    }
}

@media (max-width: 1050px) {
    .heading-info {
        grid-template-columns: 1fr;
    }

    .heading-info #contact-form {
        align-self: center;
        justify-self: center;
    }

    .button-heading {
        gap: 0;
    }
}

@media (max-width: 600px) {
    .button-heading {
        flex-direction: column;
    }

    .heading-info {
        top: 5%;
    }

    .tekst-button p,
    .checklist {
        font-size: 0.9rem;
    }
}


/* ====================================================
   Formulier
==================================================== */

.form-group {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    background-color: var(--red);
    border-radius: 8px;
    padding: 2rem;
}

.form-group h5,
.form-group p {
    color: var(--white);
}

.form-group input,
.form-group select,
.form-group textarea,
.form-group button {
    font-family: 'poppins', sans-serif;
    width: 100%;
    padding: 2%;
    border-radius: 8px;
    background-color: var(--white);
}

.form-group input,
.form-group select {
    height: 2rem;
}

.form-group textarea,
.form-group button,
.form-group h5,
.form-group p {
    grid-column: span 2;
}

.form-group button {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--dark-grey);
    text-align: center;
    border: none;
    transition: all 0.3s ease-in-out;
}

.form-group button:hover {
    transform: scale(1.05);
}

@media (max-width: 1050px) {

    .form-group input,
    .form-group select {
        grid-column: span 2;
    }
}

/* ====================================================
   ervaring section
==================================================== */

.ervaring {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30vh;
    width: 100vw;
    background-color: var(--transparent-grey);
}

.ervaring-content {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    margin: 0 10%;
}

.ervaring h3 {
    color: var(--dark-grey);
    font-weight: 400;
    font-style: italic;
}

.ervaring h2 {
    color: var(--red);
    font-weight: 900;
}

@media (max-width: 600px) {
    .ervaring-content {
        grid-template-columns: 1fr;
        justify-items: center;
    }

}

/* ====================================================
   Counter
==================================================== */

.count-up {
    font-weight: bold;
    display: inline-block;
    transition: transform 0.3s ease;
}

/* ====================================================
   Breadcrumb
==================================================== */

.breadcrumb {
    margin-bottom: -3rem;
}

.breadcrumb a {
    color: var(--red);
}

.breadcrumb a:hover {
    color: var();
}


.breadcrumb span {
    color: var(--dark-grey);
}

/* ====================================================
   Foto-tekst
==================================================== */

.tekst-foto {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
	gap: 4rem
}

.tekst-img {
    width: 100%;
    height: 100%;
}

.tekst-div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (max-width: 750px) {
    .tekst-foto {
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
    }
	
	.tekst-div {
        justify-content: start;
		align-content: start;
    }
	
	.cta1:not(.nav .cta1) {
		margin-right: 2rem;
	}

}

/* ====================================================
   Carousel
==================================================== */

.carrousel-home {
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-section {
    margin-top: 2rem;
    z-index: 1001;
}

.carousel-item {
    position: relative;
    overflow: hidden;
}

.carousel-image {
    width: 100%;
    height: 550px;
    display: block;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(67, 118, 251, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    transition: all 0.5s ease;
}

.carousel-overlay:hover {
    background: none;
}

.carousel-overlay h3 {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
}

.splide__arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 10px;
    z-index: 10;
    pointer-events: none;
}

.splide__arrows svg {
    fill: var(--white) !important;
}

.splide__arrow {
    background: var(--red) !important;
    opacity: 1 !important;
    all: unset;
    pointer-events: auto;
    padding: 10px;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem !important;
    width: 4rem !important;
}

.splide__arrow svg {
    width: 2.5rem !important;
    height: 2.5rem !important;
}

.splide__arrow--prev {
    margin-left: -35px;
}

.splide__arrow--next {
    margin-right: -35px;
}

#custom-progress {
    width: 80%;
    height: 8px;
    border-radius: 32px;
    background: rgba(0, 0, 0, 0.1);
    margin: 10px auto 0 auto;
    overflow: hidden;
}

#custom-progress-bar {
    height: 100%;
    width: 0%;
    border-radius: 32px;
    background: var(--red);
    transition: width 8s linear;
}


@media (max-width: 750px) {
	
    .carousel-section {
        width: 90%;
        margin: 0 auto;
    }

    .carousel-image {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }

    .splide__arrow {
        height: 2.5rem !important;
        width: 2.5rem !important;
    }

    .splide__arrow svg {
        width: 1.5rem !important;
        height: 1.5rem !important;
    }

    .splide__arrow--prev {
        margin-left: -25px;
    }

    .splide__arrow--next {
        margin-right: -25px;
    }

    .carousel-overlay h3 {
        font-size: 1rem;
    }

}

/* ====================================================
   Foto-form
==================================================== */

.foto-form {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 2rem;
    align-items: stretch; /* Zorgt dat beide kolommen even hoog worden */
}

.foto-form img {
    width: 100%;
    height: 100%; /* Zorgt dat de afbeelding zich uitrekt naar de containerhoogte */
    object-fit: cover; /* Zorgt dat de afbeelding niet uitrekt/vervormt */
    border-radius: 8px;
}

.foto-form .form-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    max-width: 500px;
    background-color: var(--red); /* of jouw gewenste kleur */
    padding: 2rem;
    border-radius: 8px;
}

@media (max-width: 750px) {
    .foto-form {
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
        text-align: center;
    }

    .foto-form img {
        height: auto;
        object-fit: contain;
    }

    .foto-form .form-group {
        margin-top: 2rem;
        max-width: 90vw;
    }
}

/* ====================================================
   waarom
==================================================== */

.waarom {
    margin-bottom: -7rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 1rem;
    width: 60%;
}

@media (max-width: 750px) {
    .waarom {
        width: 100%;
    }

}



/* ====================================================
   contact
==================================================== */

.contact {
    height: auto;
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: auto auto;
    align-items: start;
    justify-content: center;
    gap: 4rem;
    margin: 25% 10%;
}

.contact-side {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.bericht,
.projectjes {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mailtje i:hover,
.mailtje a:hover,
.whatsapp i:hover,
.whatsapp a:hover {
    color: var(--red);
}

.map-section iframe {
    width: 100%;
    height: 250px;
    border-radius: 8px;
}

@media (max-width: 800px) {
    p {
        font-size: 0.9rem;
    }

    .contact .contact-side {
        grid-row: 1;
    }

    .contact {
        grid-template-columns: 1fr;
    }

    .contact .form-group {
        grid-row: 2;
    }

}

@media (max-width: 500px) {
    .contact {
        margin: 55% 10%;
    }

}

/* ====================================================
   Footer Layout
==================================================== */
.footer {
    margin: 8rem 5% 0;
    width: 90%;
    display: flex;
    flex-direction: column;
}

.lijn-footer {
    height: 2px;
    width: 100%;
    background-color: var(--dark-grey);
}

/* ====================================================
   Logo & Quote
==================================================== */
.logo-abbo-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5rem;
}

.logo-quote {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo-footer h5 {
    color: var(--red);
}

/* ====================================================
   Abonnementen
==================================================== */
.abboneren {
    width: 50%;
}

#abboneren-form {
    display: block;
}

.flex-abboneren {
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 1rem;
}

.button-abboneren {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 145px;
    border-radius: 32px;
    background-color: var(--red);
    color: var(--white);
    font-size: 1.2rem;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.button-abboneren:hover {
    background-color: var(--red);
}

.abboneren input {
    width: 100%;
    height: 48px;
    border-radius: 32px;
    padding: 0 1rem;
    background-color: var(--white);
    border: 1px solid var(--dark-grey);
    font-size: 1rem;
    outline: none;
    transition: border-color 0.3s ease;
}

.abboneren input:focus {
    border-color: var(--red);
}

/* ====================================================
   Boek je sessie
==================================================== */

.beller-footer {
    width: 320px;
    height: 77px;
    border-radius: 48px;
}

.sneller-footer {
    width: 100%;
    row-gap: 0.5rem;
}

.beller-icon-footer {
    gap: 5px;
}

.beller-icon-footer a {
    font-size: 0.9rem;
}

.beller-icon-footer i {
    font-size: 1.2rem;
}

.sneller-footer h5 {
    font-size: 1.3rem;
}

#beller {
    position: relative;
    display: flex;
    background-color: var(--red);
}

#beller img {
    position: absolute;
    object-fit: cover;
    bottom: 0;
    right: -4px;
    width: 140px;
    border-radius: 0px 0px 48px 0px;
}

#sneller {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding-left: 2rem;
}

#beller-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

#beller-icon a,
#beller-icon i,
#sneller h5 {
    color: var(--white);
}

#beller-icon a {
    text-decoration: underline;
}

@media (max-width: 1275px) {
    .beller-footer {
        width: 300px;
    }

    .beller-icon-footer a {
        font-size: 0.8rem;
    }

    .beller-icon-footer i {
        font-size: 1.1rem;
    }

    .sneller-footer h5 {
        font-size: 1.2rem;
    }
}

@media (max-width: 1150px) {
    .beller-footer {
        width: 350px;
    }

    .beller-icon-footer a {
        font-size: 0.9rem;
    }

    .beller-icon-footer i {
        font-size: 1.2rem;
    }

    .sneller-footer h5 {
        font-size: 1.3rem;
    }
}


@media (max-width: 375px) {

    #beller {
        width: 290px;
        height: 77px;
    }

    #beller img {
        width: 120px;
    }

    #beller-icon a {
        font-size: 0.8rem;
    }

    #beller-icon i {
        font-size: 1.1rem;
    }

    #sneller h5 {
        font-size: 1.2rem;
    }
}

/* ====================================================
   Socials & Footer Info
==================================================== */

footer p,
footer a {
    font-size: 1rem;
}

.socials-f {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

.socialbox {
    display: flex;
    height: 35px;
    width: 35px;
    background-color: var(--red);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.socialbox i {
    text-align: center;
    margin: 0 0.5rem;
    color: var(--white);
    font-size: 1.2rem;
}

.socialbox i:hover {
    color: var(--white);
}

.bxl-linkedin {
    margin-bottom: 0.3rem;
}


.foot3 {
    display: flex;
    justify-content: space-between;
    margin: 5rem 0rem;
    align-items: center;
}

.foot1 {
    display: grid;
    grid-template-columns: repeat(5, auto);
    column-gap: 2rem;
    row-gap: 2rem;
    justify-content: center;
}

.foot {
    display: flex;
    flex-direction: column;
    color: var(--dark-grey);
}

.foot h6 {
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--red);
}

.contact-tel {
    display: flex;
    column-gap: 0.5rem;
}

.sitemap ul, .sitemap li {
    list-style: none;
}

.footer a:hover {
    color: var(--red);
}

/* ====================================================
   Lichtgrijs Balk
==================================================== */
.lichtgrijs {
    display: flex;
    width: 100%;
    height: 5vh;
    align-items: center;
    font-family: 'inter', sans-serif;
    text-align: center;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: var(--dark-grey);
    flex-wrap: wrap;
}

.lichtgrijs i {
    color: var(--red);
    font-size: 0.8rem;
    padding-right: 0.1rem;
}

.lichtgrijs a,
.lichtgrijs p {
    font-size: 0.8rem;
    padding-right: 0.3rem;
}

/* ====================================================
   Media Queries Footer
==================================================== */

@media (max-width: 1399px) {
    .foot1 {
        column-gap: 1rem;
    }
}

@media (max-width: 1399px) {
    .foot1 {
        column-gap: 4rem;
    }

    .foot3 {
        flex-direction: column-reverse;
        row-gap: 4rem;
    }

}



@media (max-width: 1199px) {

    .foot1 {
        column-gap: 3rem;
    }

}

@media (max-width: 1050px) {

    .foot1 {
        column-gap: 2rem;
    }

}

@media (max-width: 980px) {

    .foot1 {
        grid-template-columns: repeat(4, auto);
        column-gap: 4rem;
    }

}



@media (max-width: 850px) {

    .logo-abbo-footer {
        flex-direction: column;
        row-gap: 4rem;
    }

    .abboneren {
        width: 80%;

    }

    .abboneren input {
        width: 75%;
    }

}

@media (max-width: 780px) {

    .foot1 {
        grid-template-columns: repeat(3, auto);
        column-gap: 3.6rem;
    }

}

@media (max-width: 570px) {

    .foot1 {
        grid-template-columns: repeat(2, auto);
        column-gap: 3.6rem;
    }

    .lichtgrijs {
        font-size: 0.4rem;
    }

    .lichtgrijs i {
        font-size: 0.4rem;
    }

    .lichtgrijs a {
        font-size: 0.4rem;
    }

    .lichtgrijs p {
        font-size: 0.4rem;
    }

}

@media (max-width: 550px) {

    .abboneren {
        width: 90%;

    }

    .button-abboneren {
        height: 42px;
        font-size: 1rem;
    }

    .abboneren input {
        width: 80%;
        height: 42px;
    }
}

@media (max-width: 500px) {

    .foot1 {
        grid-template-columns: repeat(1, auto);
        column-gap: 3.6rem;
    }

    .foot {
        justify-content: center;
    }

    .lichtgrijs {
        flex-wrap: wrap;
    }

    .foot h6 {
        margin-bottom: 0.5rem;
    }

}

@media (max-width: 375px) {
    .foot a {
        font-size: 1rem;
    }
}