/* 320px (iPhone) */
@media screen and (max-width:320px) {
}
/* 480px (WVGA - Low End Windows Phone) */
@media screen and (max-width:480px) {
	.wrapper { background: #f3f5f8; height: 640px; }
	.iphone { display: none; }
	.fluid-white { display: none; }
	.wp2, .wp4, .wp5, .light-box { margin-bottom: 30px; }
	.legals { text-align: center; margin: 0; padding: 0; }
	.credit { text-align: center; }
}
@media (max-width: 600px) { 
	.schwangerschaftsbegleitung h2, .hebamme-dresden h2 { font-size: 26px; }
	.hero h1 { font-size: 30px; }
}

/* xGA iPad */
@media screen and (max-width:1024px) {
	.wp3 { background-position: 50px 0; }
	.schwangerschaftsbegleitung { background-attachment: scroll; }
	.hebamme-dresden { background-attachment: scroll; }
}
/* 1200px (Small Desktop, Netbook) */
@media screen and (max-width:1280px) {
	.wp3 { background-position: 50px 0; }
	p { font-size: 18px; font-size: 1.125rem;}
}
/* Bootstrap 990px Breakpoint to 480px */
@media screen and (min-width:480px) and (max-width:991px) {
	.iphone { display: none; }
	.fluid-white { display: none; }
	.wrapper { background: #f3f5f8; height: 540px; }
	.wp2, .wp4, .wp5, .light-box { margin-bottom: 30px; }
	.legals, .impressum_slide_button { text-align: center; margin: 0; padding: 0; }
	.credit { text-align: center; }
	

}

@media (max-width: 480px) {
  .hero { padding: 65px 0 65px; }
  .inner {padding-top: 0;}
  .icon {margin-bottom: 20px;}
  p { font-size: 17px; font-size: 1.0625rem;}
  h1.arrow { font-size: 22px; font-size: 1.375rem;}
  .broschuere .learn-more-btn { margin-bottom: 20px;}
  .effects .img {margin-bottom: 20px; }
  .retaillighting h1, .efficientlighting h1, .individualcounseling h1 { font-size: 30px; font-size: 1.875rem;}
  .retaillighting h1 span, .efficientlighting h1 span, .individualcounseling h1 span{ font-size: 22px; font-size: 1.375rem;}
  .contact-details {margin: 30px 0;}
  footer p {text-align: center;}
}