.T4630 {
	display: flex;
	flex-direction: column;
}

.T4630 .subheadline {
	margin-bottom: 0.2rem;
}
.T4630 .headline {
	margin-bottom: 1.1rem;
}



.T4630 .textwrapper {
	flex: 1;
}


.T4630 .buttonwrapper {
	margin-bottom: 0.7rem;
	display: flex; 
	justify-content: flex-end;
}

.T4630.noimage .text { text-align: center; }

.T4630 .image { max-width: 400px; margin: 1.5rem auto 0 auto; }
.T4630 .image a {
	display: block;
	position: relative;
	color: #FFF;
	font-size: 3rem;
	text-decoration: none;
}
.T4630 .image img {
	width: 100%; height: auto;
	aspect-ratio:  400 / 225;
	object-fit: cover;
}
.T4630 .image img.ext_thumb {
	aspect-ratio:  480 / 360;
}
.T4630 .image a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-shadow: 0 0 10px rgba(0,0,0,0.5)
}
.T4630 .image .caption {
	margin-top: 0.2rem;
	font-size: 0.9rem;
}


.T4630 .image .placeholder-flex { width: 320px; }
.T4630 .image .placeholder-flex:before { padding-top: 56.25%; }

.T4630 .image .placeholder-flex .inner {
	overflow: hidden;
}

.T4630 .image .placeholder-flex .inner a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.T4630 .image .placeholder-flex .inner img {
	transform: translate(0,-13%) scale(1.05);
}


.T4630 .ne {
	display: flex;
	align-self: center;
	margin-bottom: 1rem;
}
.T4630.S7920 .text {
	font-size: 1.1rem;
}.T4630.S8012 {
	background-color: #FFF;
	padding: 1rem 1.5rem;
}

.T4630.S8012 .image .placeholder-flex {
	width: 250px;
}


@media (min-width: 567px) {
	.T4630.S8012 .image .placeholder-flex { width: 310px; }
}

@media (min-width: 768px) {
}

@media (min-width: 1024px) {
	.T4630.S8012 { padding: 1.2rem 1.8rem; }
	.T4630.S8012 .image .placeholder-flex { width: 380px; }

}

@media (min-width: 1280px) {
	.T4630.S8012 .image .placeholder-flex { width: 380px; }
}
.T4630.S8013 .textwrapper {
	order: 2;
	margin-top: 1.5rem;
}

.T4630.S8013 .image {
	order: 1;
}


@media (min-width: 768px) {
	.T4630.S8013 .textwrapper { margin-left: 1rem; margin-right: 0; margin-top: 0rem; }
	.T4630.S8013.noimage .textwrapper { margin-left: 0; }
}

@media (min-width: 1024px) {
	.T4630.S8013 .textwrapper {
		margin-left: 1.4rem;
	}
}

@media (min-width: 567px) {
	.T4630 .subheadline {
		margin-bottom: 0.4rem;
	}
}

@media (min-width: 768px) {
	.T4630 {
		flex-direction: row;
		align-items: center;
	}

	.T4630.S7920 .text {
		font-size: 1.2rem;
	}

	.T4630 .textwrapper { margin-right: 1rem; }
	.T4630.noimage .textwrapper { margin-right: 0; }

	.T4630 .image { max-width: 310px; margin-top: 0; }
	.T4630 .image .placeholder-flex { width: 310px; }

	.T4630 .ne {
		justify-content: flex-start;
		align-self: flex-start;
		margin-bottom: 0;
		margin-right: 1rem;
	}

}

@media (min-width: 1024px) {
	.T4630.S7920 .text {
		font-size: 1.4rem;
	}
	.T4630 .textwrapper {
		margin-right: 1.4rem;
	}
	.T4630 .image { max-width: 380px; }
	.T4630 .image .placeholder-flex { width: 380px; }
}

@media (min-width: 1280px) {
	.T4630 .image { max-width: 400px; }
	.T4630 .image .placeholder-flex { width: 400px; }
}
