@media screen and (max-width: 1460px) {
	.content-section {
		width: 100%;
		margin-top: 0px;
		.container {
			border-radius: 0px;
		}
	}
}
@media screen and (min-width: 1170px) {}
@media screen and (min-width: 992px) and (max-width: 1169.98px) {
	#headline .container {
		h1 {
			font-size: 58px;
            line-height: 66px;
            margin: 170px 0px 50px;
		}
		p {
			font-size: 32px;
            line-height: 46px;
            margin-bottom: 200px;
		}
	}
	#case-study .container .content img {
		padding: 100px 0px;
		width: 500px;
	}
	.content-section {
		h2 {
			margin: 50px 0px 25px;
			font-size: 46px;
		}
		p.sub-headline {
			font-size: 22px;
			line-height: 32px;
			margin-bottom: 80px;
		}
		.container {
			padding: 70px 15px;
		}
	}
	#customize .container .customize__grid button {
		height: 100px;
		svg {
			height: 26px;
			width: auto;
		}
	}
	#showcase .container .item p {
		font-size: 20px;
		line-height: 22px;
		margin-top: 15px;
		span {
			font-size: 17px;
		}
	}
	#impressum{
		padding: 200px 0px;
		justify-content: center;
		text-align: center;
		font-size: 16px;
		line-height: 24px;
		h2{
			margin-top: 80px;
			font-size: 44px;
			line-height: 60px;
		}
		.divider {
			width: 50px;
			height: 2px;
			background-color: #323232;
			margin: 0 auto;
			margin: 80px auto 80px auto;
		}
	}
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	#headline .container {
		h1 {
			font-size: 46px;
            line-height: 58px;
            margin: 150px 0px 50px;
		}
		p {
			font-size: 26px;
            line-height: 40px;
            margin-bottom: 170px;
		}
	}
	#case-study .container .content img {
		padding: 60px 0px;
		width: 400px;
	}
	.content-section {
		h2 {
			margin: 40px 0px 25px;
			font-size: 42px;
		}
		p.sub-headline {
			font-size: 20px;
            line-height: 28px;
            margin-bottom: 70px;
            font-weight: 360;
		}
		.container {
			padding: 70px 15px;
		}
		.section-header {
			width: 1050px;
		}
	}
	#customize .container .customize__grid {
		grid-template-columns: repeat(5, 1fr);
		grid-template-rows: auto auto;
		button {
			height: 80px;
			border-bottom: 1px solid #181818;
			svg {
				height: 26px;
				width: auto;
			}
		}
	}
	#showcase .container .item p {
		font-size: 18px;
		line-height: 20px;
		margin-top: 12px;
		span {
			font-size: 16px;
		}
	}
	#impressum{
		padding: 160px 0px;
		justify-content: center;
		text-align: center;
		font-size: 16px;
		line-height: 24px;
		h2{
			margin-top: 60px;
			font-size: 36px;
			line-height: 54px;
		}
		.divider {
			width: 50px;
			height: 2px;
			background-color: #323232;
			margin: 0 auto;
			margin: 60px auto 60px auto;
		}
	}
}
@media screen and (min-width: 544px) and (max-width: 767.98px) {
	body {
		padding: 5px;
	}
	.row {
		justify-content: space-around;
	}
	#headline .container {
		h1 {
			font-size: 30px;
            line-height: 42px;
            margin: 120px 0px 50px;
		}
		p {
			font-size: 18px;
            line-height: 30px;
            margin-bottom: 120px;
		}
		.show-more {
			width: 24px;
		}
	}
	#case-study .container .content img {
		padding: 20px 0px;
		width: 300px;
	}
	.content-section {
		h2 {
			margin: 30px 0px 25px;
			font-size: 34px;
		}
		p.sub-headline {
			font-size: 18px;
            line-height: 26px;
            margin-bottom: 50px;
            font-weight: 360;
		}
		.container {
			padding: 50px 15px;
		}
		.section-header {
			scale: .9;
			transform-origin: top left;
		}
	}
	#customize .container .customize__grid {
		grid-template-columns: repeat(5, 1fr);
		grid-template-rows: auto auto;
		button {
			height: 60px;
			border-bottom: 1px solid #181818;
			svg {
				height: 20px;
				width: auto;
			}
		}
	}
	#showcase .container .item {
		margin-bottom: 30px;
		p {
		 	font-size: 16px;
			line-height: 18px;
			margin-top: 12px;
			span {
				font-size: 15px;
			}
		 }
	}
	.showcase-outer {
		margin-left: 0;
	}
	#impressum{
		padding: 120px 0px;
		justify-content: center;
		text-align: center;
		font-size: 16px;
		line-height: 24px;
		h2{
			margin-top: 40px;
			font-size: 24px;
			line-height: 40px;
		}
		.divider {
			width: 50px;
			height: 2px;
			background-color: #323232;
			margin: 0 auto;
			margin: 40px auto 40px auto;
		}
	}
	[data-offset="1"] {
		margin-left: 0;
	}
}
@media screen and (max-width: 543.98px) {
	body {
		padding: 5px;
	}
	.row {
		justify-content: space-around;
	}
	#headline .container {
		h1 {
			font-size: 28px;
            line-height: 36px;
            margin: 100px 0px 40px;
            text-wrap: balance;
		}
		p {
			font-size: 18px;
            line-height: 26px;
            margin-bottom: 100px;
		}
		.show-more {
			width: 22px;
		}
		.headline-default {
			display: none;
		}
		.headline-mobile {
			display: block;
		}
	}
	#case-study .container .content img {
		padding: 0px 0px;
		width: 270px;
	}
	.content-section {
		h2 {
			margin: 30px 0px 25px;
			font-size: 24px;
			font-weight: 500;
		}
		p.sub-headline {
			font-size: 17px;
            line-height: 23px;
            margin-bottom: 40px;
            font-weight: 360;
		}
		.container {
			padding: 40px 15px;
		}
		.section-header {
			scale: .9;
			transform-origin: top left;
		}
	}
	#customize .container .customize__grid {
		grid-template-columns: repeat(5, 1fr);
		grid-template-rows: auto auto;
		button {
			height: 60px;
			border-bottom: 1px solid #181818;
			svg {
				height: 20px;
				width: auto;
			}
		}
	}
	#showcase .container .item {
		margin-bottom: 30px;
		p {
		 	font-size: 16px;
			line-height: 18px;
			margin-top: 12px;
			span {
				font-size: 15px;
			}
		 }
	}
	.showcase-outer {
		margin-left: 0;
	}
	.swiper-pagination-custom {
		margin-top: 20px !important;
	}
	#impressum{
		padding: 120px 0px;
		justify-content: center;
		text-align: center;
		font-size: 16px;
		line-height: 24px;
		h2{
			margin-top: 40px;
			font-size: 18px;
			line-height: 28px;
		}
		p {
			font-size: 14px;
			line-height: 20px;
		}
		.divider {
			width: 50px;
			height: 2px;
			background-color: #323232;
			margin: 0 auto;
			margin: 40px auto 40px auto;
		}
	}
	[data-offset="1"] {
		margin-left: 0;
	}
}