/* -- BASICS -- */

body.area-member {
	padding-top: 0;
}


.section-container {
	margin: 0;
}
.section-container + .section-container {
	margin-top: 60px;
}


ol.styled li {
	margin-bottom: 20px;
}
ol.styled li::marker {
	font-weight: bold;
}
img.image-default.image-narrow {
	display: inline-block;
	width: calc(45% - 20px);
	margin: 0 10px 20px;
}
@media (min-width: 992px) {
	img.image-default.image-narrow {
		margin-left: auto;
		max-width: 70%;
		width: auto;
		display: block;
	}
}

.section-container.no-margin {
	margin: 0;
}

.column-text h2:first-child,
.column-text h3:first-child {
	margin-top: 0;
}

.hero-banner {
	margin: 60px 0;
	padding: 20px;
	overflow: hidden;
	border-radius: 0 8px 0 8px;
	
	background-position: 50% 0;
	background-size: cover;
	background-image: url(/media/entertain-member/img/information/pic_vre_lp_vbrb_teaser_hotline.jpg);
}
.hero-banner:first-child {
	margin-top: 0;
}
.hero-banner:last-child {
	margin-bottom: 0;
}

.hero-banner .column-image {
}
.hero-banner .box {
	background: rgb(16 49 82 / 90%);
	color: white;
	
	/*
	position: absolute;
	top: 20px;
	left: 35px;
	bottom: 20px;
	*/
	padding: 20px;
	max-width: 50%;
	border-radius: 0 8px 0 8px;
	/*margin: 20px 5px;*/
}
.hero-banner .box h2 {
	margin-bottom: 20px;
	margin-top: 0;
	color: white;
	font-size: 24px;
	line-height: 1.2;
}

.box p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.hero-banner {
		background-image: none;
		padding: 0;
	}
	.hero-banner .box {
		margin: 0;
		max-width: none;
	}
}
