<<<<<<< HEAD
footer {

    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    background-color: #fff;

}

footer .main-footer {
    padding: 100px 0px;
}

img.logo-footer {
    height: 50px;
    width: auto;

}

footer p,
footer h1,
footer h3,
footer h5 {
    color: #414141;
}

@media (min-width: 1000px) {
    footer {
        position: flex;
        bottom: 0;
        width: 100%;
    }
}

#footer-container {
    background: linear-gradient(0deg, rgb(255 251 251 / 45%), rgb(255 254 254 / 45%)), url(../Afbeeldingen/footer-wolken.svg);
    background-repeat: no-repeat;
    /* background-position: -100px 310%; */
    /* background-position: -100px 695%; */
    /* background-size: 110%; */
    background-position: -50px 270px;
    background-size: 105%;
}

.footer-cr-bar {
    padding: 7px 20px;
    /* border-radius:15px; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* height: 23px; */
}

.footer-cr-bar p {
    margin-bottom: 0px;
    font-size: 10px;
}

@media (max-width: 996px) {
    #footer-container {

        background-position: -100px 125%;
        background-size: 125%;

    }
}

@media (max-width: 768px) {
    #footer-container {

        background-position: -100px 110%;

    }
}

footer input {
    border-width: 1px;
    border-color: rgb(148, 163, 164);
    border-radius: 5px !important;
    ;
    width: 250px !important;
    ;
    padding: 5px 20px !important;
    background-color: rgb(236, 241, 248);
}

#submitEmailNewsletter{
    width: auto;
    border-radius: 5px;
}
@media (max-width: 445px) {
    .footer-cr-bar {

        height: 60px;
=======
footer{
    
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
	background-color: #fff;

}
footer .main-footer{
    padding:100px 0px;
}
img.logo-footer{
    height:50px;
    width:auto;
    
  }
footer p, footer h1, footer h3, footer h5 {
color: #414141	;
}
@media (min-width: 1000px){
    footer{
    position: flex;
    bottom: 0;
    width:100%;
    }
}
#footer-container{
    background: linear-gradient(0deg, rgb(255 251 251 / 45%), rgb(255 254 254 / 45%)), url(../Afbeeldingen/footer-wolken.svg);
    background-repeat:no-repeat;
    /* background-position: -100px 310%; */
    background-position: -100px 695%;
    background-size: 110%;
}
.footer-cr-bar{
    padding:7px 20px;
    /* border-radius:15px; */
    display:flex;
    justify-content: flex-end;
    align-items:center;
    /* height: 23px; */
}
.footer-cr-bar p{
    margin-bottom:0px;
    font-size: 10px;
}
@media (max-width: 996px){
#footer-container{
  
   background-position: -100px 125%;
	background-size: 125%;

}
}
@media (max-width: 768px){
#footer-container{
  
   background-position: -100px 110%;

}
}
footer input{
    border-width:1px;
    border-color:rgb(148,163,164);
    border-radius: 5px;;
    width: 250px;
    padding:5px 20px;
    background-color: rgb(236, 241, 248);
}
@media (max-width: 445px){
    .footer-cr-bar{
    
        height:60px;
>>>>>>> 986ab2904d80976b635edf854f6504b7737070e8
    }
}