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: -250px 250px;
    background-size: 120%;
}
.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;
}

#submitEmailNewsletter {
	padding: 0;
	height: 50px;
	margin: 0!important;
	border-radius: 50px;
}

.footer-menu a {
	font-weight: 400;
	font-size: 18px;
	font-family: 'museo-medium', sans-serif;
}
.logo-footer {
	max-width: 150px;
	object-fit: contain;
}

@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: 1500px){
	#footer-container{
		background-position: -200px 300px;
	}
	
}
@media (max-width: 1200px){
	#footer-container{
		background-position: -200px 400px;
	}
	
}
@media (max-width: 996px){
#footer-container{
  
   background-position: -200px 600px;
	background-size: 130%;
}
}
@media (max-width: 445px){
    .footer-cr-bar{
        height:60px;
    }
}