* {
	scroll-behavior: smooth;
}

.container1 {
	max-width: 800px;
	margin: 0 auto;
}

.container2 {
	max-width: 1200px;
	margin: 0 auto;
}

.wrapper {
	width: 100%;
	height: 100%;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.headblock {
	background: url(../images/publications/Clouds.gif) center / cover no-repeat;
	width: 100%;
	height: 500px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.filter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(166, 145, 192, 0.0), rgba(166, 145, 192, 1));
}

.headblock__headline {
	z-index: 2;
	font-size: 56px;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.headblock__headline span {
	font-size: 72px;
}

.small {
	width: 100%;
	padding: 75px 0;
}

.small__date {
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	letter-spacing: 2.5px;
	margin-bottom: 30px;
}

.small__headline {
	color: #a691c0;
	font-size: 38px;
	line-height: 1.3;
	font-weight: 700;
}

.small__text {
	margin-top: 30px;
	font-size: 18px;
	line-height: 1.55;
}

.double {
	width: 100%;
}

.double__content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.double__image-container {
	width: 50%;
}

.double__image-container img {
	max-width: 100%;
}

.double__text {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding: 0 50px;
}

@media (max-width:1000px) {
	.double__text {
		padding: 0 20px;
	}

	.small__headline {
		font-size: 32px;
	}

	.small__text {
		font-size: 16px;
	}

	.double {
		padding: 50px 0;
	}

	.headblock__headline {
		font-size: 40px;
		padding: 0 20px;
	}

	.headblock__headline span {
		font-size: 46px;
	}
}

@media (max-width:830px) {
	.small {
		padding: 75px 20px;
	}

	.headblock {
		height: 300px;
	}
}

@media (max-width:650px) {
	.double__content {
		flex-direction: column;
	}

	.double__text {
		width: 100%;
		text-align: left;
	}

	.double__image-container {
		width: 100%;
		margin-bottom: 30px;
	}

	.headblock__headline {
		font-size: 30px;
	}

	.headblock__headline span {
		font-size: 36px;
	}
}

@media (max-width:450px) {
	.headblock__headline {
		font-size: 20px;
	}

	.headblock__headline span {
		font-size: 26px;
	}

	.headblock {
		height: 200px;
	}

	.small__headline {
		font-size: 28px;
	}

	.small__text {
		font-size: 14px;
	}

	.small {
		padding: 30px 20px;
	}
}