@media only screen and (max-width: 1000px) and (min-width: 1px){
body[data-bg-header="true"] .full-width-section.slider-wrapper{
    padding-top: 0 !important;
}
}

@media only screen and (max-width: 1000px) and (min-width: 650px){
.mission-page-logo img{
max-width: 60% !important;
}

}
@media only screen and (max-width: 649px) and (min-width: 1px){
.mission-page-logo img{
max-width: 40% !important;
} 

.mission-page-logo h3{
font-size: 90% !important;
}
}

/*reverse row in desktop*/
@media only screen and (max-width: 1000px) and (min-width: 1px) {

 .reverse-row >.col.span_12 {
	display: flex;
	flex-direction: column-reverse;
  }
  .chancen-bottom .col{
  margin-top: 8%;
  }
  
  .chancen-fancy-textbox-top .box-inner-wrap{
  	margin-top: 5% !important;
  }
  .chancen-fancy-textbox .box-inner-wrap{
  	margin-bottom: 5% !important;
  }
  
  /*Footer*/
  body[data-footer-reveal="1"] #footer-outer {
     position: fixed !important;
	}

body[data-footer-reveal="1"] .container-wrap {
     margin-bottom: 100vh !important;
	}
    
body #footer-outer[data-cols="1"][data-disable-copyright="false"][data-copyright-line="false"][data-matching-section-color="true"] #copyright {
    padding-top: 10px !important;
}

#footer-outer[data-cols="1"][data-disable-copyright="false"] #copyright {
    padding-bottom: 60px !important;
}

#footer-outer[data-cols="1"] #copyright .col ul li {
    margin: 0 !important;
}

#footer-outer .widget_media_image {
    width: 50% !important;
    margin: 16px auto !important;
}
	
}

@media only screen and (min-width: 1001px){
	.chancen-fancybox-row{
    	padding-bottom: 5% !important;
    }
}


@media only screen and (max-width: 400px) and (min-width: 1px){
	.chancen-highlighted-text h2{
    	font-size: 2rem !important;
    }
}

@media only screen and (max-width: 800px) and (min-width: 1px){
	.data-has-better-idea .using-image{
    	background-size: 110% 60% !important;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 1px){
h5.chancen-responsive-heading{
margin-top: 120px !important;
}
}