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

  .inner-footer-wrapper {    flex-direction: column;    padding-bottom: 0px;margin-top:0;padding-top:60px;  }
  .inner-footer-wrapper .right {    width: 100%;    height: 500px;    position: relative;    left: 0px;    margin-top: 60px;  }
  .footer-inner-content-wrapper .left {    width: 100% !important;  }
	.inner-footer-wrapper > .left {		padding-right: 0px;	}
	.footer-gegevens-wrapper {    margin-top: 45px;}
	.main-footer {padding-top:0;}
	
}

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

  .landing-wrapper .title {    font-size: 45px;  }

}

@media only screen and (max-width: 550px) {
	
  h1, .h1 {    font-size: 35px;	  line-height: 40px;  }
  h1.big-h1 {    font-size: 50px;  }
	

}
