.footer {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 50px;
    width: 100%;
    align-items: unset;
    background-color:  rgba(0, 0, 0, 0.75);
}

/* Placeholder */
.footer .wrapper{
    width: 100%;
}

.footer .placeholder {
    display: inline-flex;
    justify-content: space-between;
	width: 100%;
    gap: 40px;
    border-bottom: 2px solid white;
    padding: 25.5px 0px 13px 0px;
}

.footer .image > li {
    display: inline-flex;
    width: 180px;
    height: 130px;
}

.footer .image > li > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.footer .eerste-container {
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 50%;
}

/* Contact informatie */
.footer .container-informatie{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px 0px 15px 0px;
}

.footer .contact-container {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}


.footer .contact-container > div {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.footer .contact-container > div > * {
    width: 100%;
} 

.footer .contact-informatie > a {
    color: white;
}

.footer .tekst-informatie {
    margin-bottom: 20px;
}


.footer h1 {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    font-family: Muli, Bold; 
    letter-spacing: 0px;
    color: #FFFFFF;
}

.footer p {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-family: Muli, Regular; 
    letter-spacing: 0px;
    color: #FFFFFF;
}



/* links menu */

.footer .menu {
    width: 50%;
}

.footer a:link {
    color: white;
}

.footer .links, .list {
    flex-wrap: wrap;
}

.footer .list > li > a {
    padding-left: 55px;
    margin-bottom: 21px;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-family: Muli, Bold; 
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}


.footer .tweede-container {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%;
}

.footer h2 {
    display: none;
}


/* plaatje blijf op de hoogte */

.footer .tweede-container .images {
	padding-top: 35px;
    display: flex;
    flex-direction: column;
}

.footer .tweede-container .images .image-hoogte {
    width: 171px;
    height: 84px;
}
.footer .tweede-container .images .image-arrow {
    width: 103.24px;
    height: 102.71px;
    transform:rotate(-13deg) translate(104%, -10%);
}

}

.footer	.invulvak {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 50%;
}


.footer .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 8px;
}

/* Form rows */
.footer
.wpcf7 input[type="text"],
.wpcf7 input[type="email"]
{
    width: 100%;
    height: 43px;
    border: 1px solid #D0D0D0;
    color: #808080;
    font-size: 16px;
    line-height: 24px;
    padding-left: 15px;
}


/* Labels */
.footer label {
    font-size: 18px;
    line-height: 36px;
    font-family: Raleway, Bold;
    color: #FFFFFF;
}

/* .icons */
.footer .icon-button {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    margin-top: -15px;
}

.footer .icons {
    gap: 10px;
}

.footer .icons img {
    width: 39.13px;
    height: auto;
    gap: 12px;
}

/* Submit button */
.footer .wpcf7-form .wpcf7-submit {
    background: none;
    border-color: white;
    color: white;
    font-size: 18px;
    width: 180px;
    height: 48px;
    margin-left: 71px;
}


.footer .copyright {
    display: flex;
    justify-content: center;
    width: 100%;
    border-top: 2px solid white;
    padding: 20px 0px 15px 0px;
}

.footer .copyright > p {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}


@media screen and (max-width: 1180px) and (orientation: portrait),
screen and (max-width: 1024px) {
    
    .footer {
        display: flex;
        flex-wrap: nowrap;
        margin-top: 100px;
        width: 100%;
        background-color:  rgba(0, 0, 0, 0.75);
    }

    /* Placeholder */
    .footer .wrapper{
        width: 100%;
        padding: 0px 20px;
    }


    .footer .placeholder {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
        border-bottom: 2px solid white;
        gap: 65px;
    }

    .footer .container-informatie {
        display: flex;
        flex-wrap: wrap-reverse;
        width: 100%;
        padding: 40px 0px;
    }


    .footer .tweede-container {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        border-bottom: 2px solid white;
        padding-bottom: 40px;
    }

	.footer .tweede-container .images {
    	padding-left: 70px;
	}

    .footer .invulvak {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        width: unset;
    }


    .footer .eerste-container {
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }



}



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

    .footer {
        width: 100%;
        background-color:  rgba(0, 0, 0, 0.75);
    }

    .footer .wrapper{
        margin-top: 0px;
        padding: 0px 15px;   
    }

    .footer .placeholder {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-bottom: 2px solid white;
        padding: 60.5px 0px 45px 0px;
        gap: 10px;
    }

    .footer .image > li {
        display: inline-flex;
        width: 145px;
        height: 75px;
    }
    
    .footer .image > li > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .footer .container-informatie {
        display: flex;
        flex-wrap: wrap-reverse;
        width: 100%;
        padding: 0;
        border-bottom: none;
    }

    .footer .tweede-container {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        border-bottom: none;
        padding-bottom: 0;
        padding-top: 45px;
    }   

    .footer .invulvak {
        display: flex;
        flex-wrap: wrap;
        justify-content: unset;
        flex-direction: column;
        width: 100%;
    }


    /* Form rows */
    .footer
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"]
    {
        width: 100%;
        height: 43px;
        border: 1px solid #D0D0D0;
        color: #808080;
        font-size: 16px;
        line-height: 24px;
        padding-left: 10px;
    }

    /* .icons */
    .footer .icon-button {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: unset;
        margin-top: 5px;
    }

    .footer .icons {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-top: -10px;
    }

    .footer .icons > li {
        width: unset;
        margin-top: 10px;
    } 


    .footer .icons img {
        width: 39.13px;
        height: auto;
        gap: 12px;
    }

    
    /* Submit button */
    .footer .wpcf7-form .wpcf7-submit {
        background: none;
        border-color: white;
        color: white;
        font-size: 18px;
        width: 100%;
        height: 48px;
        margin-left: 0;
    }




    /* plaatje blijf op de hoogte */

    .footer .tweede-container .images {
        display: flex;
        flex-direction: row;
		justify-content: space-between;
    	padding: 30px 15px 30px 40px;
    }


    .footer .tweede-container .images .image-hoogte {
		display: none;
	}
	.footer .tweede-container .images .image-arrow {
		width: 50px;
    	height: 50px;
		transform: rotate(70deg) translatex(-70%) scaleX(-1);
	}

    .footer .tweede-container .images h2 {
		display: flex;
        color: white;
        font-size: 24px;
        line-height: 26px;
        letter-spacing: 0px;
        font-family: Kalam, bold;
        text-transform: uppercase;
    }

 

    .footer .eerste-container {
        margin-top: 0;
        padding: 45px 0px 35px 0px;
        display: flex;
        flex-wrap: wrap;
        gap: 45px;
        border-top: 2px solid white;
        border-bottom: none;
    }

    .footer .list > li > a {
        padding-left: 0; 
        margin-bottom: 21px;
        text-align: left;
        font-size: 18px;
        line-height: 40px;
        font-family: Muli, Bold;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
    }


    .footer .menu {
        width: 100%;
        display: flex;
    }


    .footer .copyright {
        display: flex;
        justify-content: center;
        width: 100%;
        border-top: 2px solid white;
        padding: 20px 0px 10px 0px;
    }

    .footer .copyright > p {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
    }


}