.section-header {
	font-size: 45px;
	border-bottom: 2px solid #F23D4E;
	font-weight: 300;
	line-height: 1;
}

.section-button {
	display: block;
	width: 100%;
	text-align: left;
}

.section-title {
	display: block;
	padding: 14px 10px;
	transition: color 300ms;
}

.section-title:hover {
	color: #EA1026;
}

.section-content {
	overflow: hidden;
	padding: 0 12px;
	transition: height 400ms;
}

/* --------------- */

.carousel-frame {
	position: relative;
}

.carousel-track {
	margin-top: 20px;
	overflow: hidden;
	cursor: grab;
}

.carousel-slides {
	display: flex;
	list-style-type: none;
}

.carousel-slide {
	margin: 10px 12px;
	flex-shrink: 0;
	-webkit-user-select: none;
	user-select: none;
}

.carousel-button {
	display: block;
	transition: transform 300ms;
}

.carousel-button:hover {
	transform: scale(1.02);
}

.carousel-image {
	display: block;
	height: 260px;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
}

.carousel-card {
	display: block;
	width: 190px;
	height: 260px;
	background-color: #FDFCFA;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
	font-size: 24px;
	font-weight: 300;
	text-align: left;
	line-height: 1.2;
	padding: 18px 10px;
	overflow: hidden;
}

.carousel-card.small {
	font-size: inherit;
}

.carousel-prev,
.carousel-next {
	position: absolute;
	top: 0;
	z-index: 1;
	height: 100%;
	transition: color 300ms;
}

.carousel-next {
	right: 0;
}

.carousel-prev:hover,
.carousel-next:hover {
	color: #EA1026;
}

.carousel-prev .icon,
.carousel-next .icon {
	display: block;
	width: 40px;
	height: 40px;
}

.carousel-section {
	overflow: hidden;
	transition: height 400ms;
}

/* --------------- */

.page {
	transition: opacity 600ms;
}

.page-header {
	margin-bottom: 50px;
	padding: 14px 10px;
	border-bottom: 2px solid #F23D4E;
	font-size: 45px;
	font-weight: 300;
	line-height: 1;
}

.page-content {
	padding: 0 12px;
}

.page-close {
	float: right;
	font-weight: 300;
	transition: color 300ms;
}

.page-close:hover {
	color: #EA1026;
}

.page-close .icon {
	width: 34px;
	height: 34px;
}

/* --------------- */

p,
.text-content {
	margin: 15px 0;
}

button {
	background-color: transparent;
	border: none;
	color: inherit;
	font: inherit;
	cursor: pointer;
	appearance: none;
	-webkit-user-select: none;
	user-select: none;
}

.text-image {
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	max-width: 100%;
	max-height: 240px;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
}

a {
	color: #EA1026;
	text-decoration: none;
	text-decoration: underline;
}

b,
strong {
	font-weight: bold;
}

.red {
	color: #EA1026;
}

::selection {
	background-color: rgba(242, 61, 78, 0.15);
}

.text-header {
	margin-top: 25px;
	font-size: 35px;
	font-weight: 300;
	line-height: 1.2;
}

.text-content {
	width: 1000px;
	max-width: 100%;
}

.message {
	margin: 25px 0;
	color: #EA1026;
	background-color: #FFE4E7;
	padding: 8px;
}

#news-button {
	margin-left: auto;
	display: block;
	transition: transform 300ms;
}

#news-button:hover {
	transform: scale(1.06);
}

#news-button img {
	display: block;
	height: 150px;
	animation: turn 4s infinite;
}

@keyframes turn {
	0% { transform: rotate(-3deg); }
	50% { transform: rotate(3deg); }
	100% { transform: rotate(-3deg); }
}

#imprint-button {
	margin-top: 25px;
	margin-left: 10px;
	display: block;
}

/* --------------- */

@media (min-width: 800px) {
	body {
		padding: 85px 40px 70px 40px;
		font-size: 23px;
	}
	
	p,
	.text-content {
		margin: 25px 0;
	}
	
	.section-header,
	.page-header {
		font-size: 75px;
	}
	
	.section-title,
	.page-header {
		padding: 20px 14px;
	}
	
	.section-content,
	.page-content {
		padding: 0 20px;
	}
	
	.carousel-image {
		height: 325px;
	}
	
	.carousel-card {
		width: 240px;
		height: 325px;
		font-size: 34px;
	}
	
	.carousel-prev .icon,
	.carousel-next .icon {
		width: 64px;
		height: 64px;
	}
	
	.page-close .icon {
		width: 56px;
		height: 56px;
	}
	
	#news-button img {
		height: 200px;
	}
	
	.text-image {
		max-height: 310px;
	}
	
	.text-header {
		font-size: 48px;
	}
}

/* --------------- */

@media (min-width: 1250px) {
	.page {
		width: calc(100% - 190px);
	}
	
	#news-button {
		position: absolute;
		top: 45px;
		right: 250px;
		z-index: 2;
	}
	
	.text-image.float {
		margin-left: 40px;
		float: right;
		clear: both;
	}
}

/* --------------- */

@media (min-width: 1700px) {
	.page {
		max-width: 1300px;
	}
	
	#news-button {
		right: auto;
		left: 1120px;
	}
}
