/* ---------------------------------------------------
    SCHOONHEIDSSALON BIJZONDER MOOI
    MQ SCREEN CSS
----------------------------------------------------- */



@media screen and (min-width: 375px) and (max-width: 767px) {



	/* hero */
	.header__hero--image {
		height: 300px;
	}

	.header__hero--body h1 {
		font-size: 2.5rem;
		line-height: 2.5rem;
	}

	.header__hero--body .cta--button {
		font-size: 1.5rem;
	}


	/* intro */
	.intro__block {
		padding: 5rem 0 5rem 0;
	}

	.intro__block h2 {
		font-size: 2.5rem;
	}

	.intro__block p {
		font-size: 1.2rem;
	}


	/* treatments */
	.treatments__block {
		padding: 0 0 4rem 0;
	}

	.treatments__block .treatment--image-wrapper {
		height: 150px;
	}

	.treatments__block .treatment--overlay h2 {
		font-size: 1.5rem;
	}

	.treatment--list--wrapper {
		padding: 4rem 0 0 0;
	}

	.treatment--list--header h2 {
		font-size: 2rem;
	}


	/* gallery */
	.gallery__block {
		padding: 2rem 0;
	}

	.gallery__block .gallery--image--wrapper {
		height: 150px;
	}


	/* paragraph */
	.paragraph__block h2 {
		font-size: 2.25rem;
	}

	.paragraph__block {
		padding: 6rem 0 5rem 0;
	}

	.paragraph__block p {
		font-size: 1.15rem;
	}


	/* usp */
	.usp__block {
		padding: 0 0 3rem 0;
	}

	.usp__block ul {
		flex-direction: column;
	}

	.usp__block li {
		border-right: none;
	}


	/* products */
	.products__block {
		padding: 3rem 0 5rem 0;
	}

	.products__block .product--image--wrapper {
		height: 470px;
	}


	/* articles */
	.articles__block {
		padding: 3rem 0;
	}

	.article--heading h3 span.marker-1 {
		display: inline-flex;
	}

	.article--heading h3 span.marker-2 {
		display: inline-flex;
	}

	.article--heading h3 span.marker-3 {
		display: inline-flex;
	}


	/* cta */
	.cta__block h2 {
		font-size: 2.5rem;
		line-height: 1;
	}

	.cta__block p {
		font-size: 1.2rem;
	}


	/* footer */
	footer .footer__body .footer--column--wrapper {
		margin-left: 0;
	}

	footer .footer__body li.footer__heading h3 {
		font-size: 2rem;
	}

	footer .footer__body a.footer--link {
		font-size: 1.05rem;
	}

	footer .footer__body p {
		font-size: 1.05rem;
	}


}

@media screen and (min-width: 768px) and (max-width: 991px) {}

@media screen and (min-width: 992px) and (max-width: 1199px) {}

@media screen and (min-width: 1200px) and (max-width: 1399px) {}

@media screen and (min-width: 1400px) and (max-width: 1599px) {}

@media screen and (min-width: 1600px) and (max-width: 1999px) {

	.container {
		max-width: 1400px !important;
	}

}

@media screen and (min-width: 2000px) {

	.container {
		max-width: 1600px !important;
	}

}