div#footer .footer {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 0;
}


.parallax-footer {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 690px;
}

.parallax-footer ul {
    margin: 0;
    padding: 0;
}

.parallax-footer ul li {
    list-style: none;
    border: none;
}

.parallax-footer .soldiers img {
    position: absolute;
    bottom: -60px;
    max-width: 105%;
}

.parallax-footer .right {
    position: absolute;
    left: inherit !important;
    bottom: 0;
}

.parallax-footer .right img {
    max-width: 300px;
    position: absolute;
    bottom: -10px;
    right: -180px !important;
}

.parallax-footer .left {
    position: absolute;
    max-width: 600px;
}

.parallax-footer .left img {
    position: absolute;
    left: -200px;
    bottom: -60px;
    max-width: 958px;
}

.parallax-footer .bg {
    width: 105%;
    height: 105%;
    position: absolute;
    top: 0;
    left: -5%;
}

.parallax-footer .bg .background {
    width: 105% !important;
    height: 105% !important;
}

.parallax-footer .bg .layer {
    width: 100%;
    height: 100%;
}

.parallax-footer img {
    max-width: 100%;
}

.parallax-footer .bg img {
    width: 100%;
}

.parallax-footer .soldiers img {
    width: 115%;
}

.parallax-footer:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 619px;
    width: 100%;
    background-image: url(/images/footer/footer-gradient.png);
    background-repeat: repeat-x;
    z-index: 10;
}

.parallax-footer .smoke-white-t {
    position: absolute;
    width: 100%;
    height: 1153px;
    top: 0;
    right: 0;
    background: url(/images/footer/smoke-white-top.png) repeat-x 0 bottom;
}

.parallax-footer .smoke-white-b {
    position: absolute;
    width: 100%;
    height: 1161px;
    bottom: 0;
    left: 0;
    background: url(/images/footer/smoke-white-bottom.png) repeat-x 0 bottom;
}

.parallax-footer .right img {
    max-width: 240px;
}

.parallax-footer .smoke-white-t,
.parallax-footer .smoke-white-b {
    z-index: 1;
}

.parallax-footer .soldiers {
    z-index: 2;
}

.parallax-footer .left {
    z-index: 3;
}

.parallax-footer .right {
    z-index: 4;
}

.parallax-footer .smoke-black-t {
    position: absolute;
    width: 1920px;
    height: 1509px;
    top: 0;
    left: 0;
}

.parallax-footer .smoke-black-b {
    position: absolute;
    width: 1918px;
    height: 1161px;
    bottom: 0;
    left: 0;
}



#footer {
	min-height: 400px;
  background: #F6F7F7;
  position: relative;
  margin-top: 100px;
  padding-top: 20px;
  background-image: url('../images/backgrounds/footer-bg.jpg');
  background-size: 100%; 
  background-position: bottom center; 
  background-repeat: no-repeat;
}
#footer:before {
  content: " ";
  width: 100%;
  height: 83px;
  position: absolute;
  top: -83px;
  left: 0;
  background: url('../images/backgrounds/footer-top.png') repeat-x;
}
#footer .content {
  width: 100%;
  max-width: 1180px;
  /*min-height: 300px;*/
  margin: 0 auto;
  margin-bottom: 800px; /* responsive ff kijken */
}
#footer .content .column {
  width: 30%;
  float: left;
  min-height: 200px;
  position: relative;
  box-sizing: border-box;
}
#footer .content .column.last {
  width: 40%;
}
#footer .content .column ul {
  width: 80%;
}
#footer .content .column ul li {
  padding: 5px 0; 
  text-transform: uppercase;
  border-bottom: 1px solid #cdcdcb;
  color: #262018;
}
#footer .content .column ul li:first-child {
  border-bottom:0;
}/*
#footer .content .column.schoolreisjes ul li:nth-child(2) {
	display:none;
}*/
#footer .content .column ul li.title {
  font-size: 1.2em;
  letter-spacing: 1px;
  padding-top: 10px;
}
#footer .content .column ul li:first-child,
#footer .content .column ul li:nth-child(2) {
  border-top: 0;
}
#footer .content .column ul li a {
  color: #9eaa8a;
  transition:color 0.25s;
}
#footer .content .column ul li a:hover {
  color: #5D713C;
}
#footer .content .column a.reg-museum, #footer .content .column a.lvc {
  position: relative;
  display:block;
  float:left;
  bottom: -60px;
  width:64px;
  height:64px;
  overflow:hidden;
}
#footer .content .column a.lvc {
  bottom: -61px;
  margin-left:10px;
}
#footer .content .column a.lvc img {
  width:100%;
  height:100%;
}
#footer .content .column .route-footer {
  text-transform: uppercase;
  color: #262018;
}
#footer .content .column .route-footer img {
  float: left;
  margin-right: 0;
  height:140px;
  box-sizing: border-box;
  padding-right: 2em;
}
#footer .content .column .route-footer .naw {
  float: right;
  width: 40%;
}
#footer .content .column .route-footer .button a {
  background: #9eaa8a;
  margin-top:24px;
  padding: 15px 20px;
  color: #fff;
  line-height: 1;
  display: block;
  box-sizing: border-box;
  transition:background-color 0.1s;
  background-image: url('../images/icons/arrow.png');
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 16px;  
}
#footer .content .column .route-footer .button a:hover {
  background-color: #5D713C;
}
#footer .content .column .route-footer .social {
  clear: both;
  padding-top: 40px;
  position: relative;
  font-size:15px;
}
#footer .content .column .route-footer .social ul {
  position: absolute;
  right: 0;
  top: 38px;
  width:auto;
}
#footer .content .column .route-footer .social ul li {
  width: 28px; height: 28px; overflow: hidden;
  border: 0; padding: 0; margin-left: 12px;
  border-radius: 25px; float: left;
  transition:background-color 0.25s;
  background-image:url(../images/icons/icons-social-footer.png);
  background-color: #443c31; 
  background-repeat:no-repeat;
}
#footer .content .column .route-footer .social ul li:hover {
	background-color:#5d713c;
}
#footer .content .column .route-footer .social ul li a {
  display: block;
  width: 100%; height: 100%;
  color: transparent;
}
#footer .content .column .route-footer .social ul li.facebook {
	background-position:11px 7px;
}
#footer .content .column .route-footer .social ul li.googleplus {
	background-position:-15px 7px;
}
#footer .content .column .route-footer .social ul li.twitter {
	background-position:-42px 7px;
}
#footer .content .column .route-footer .social ul li.youtube {
	background-position:-66px 7px;
}
#footer .content .column .route-footer .social ul li.zoover {
	background-position:-91px 7px;
}



@media (min-width: 1200px){
    .parallax-footer .left {
       max-width: inherit;
    }
}

@media (min-width: 1315px){
    .parallax-footer {
        height: 900px;
    }
}

@media (min-width: 1850px){
    .parallax-footer {
        height: 1142px;
    }
}