.component-teaser-image-text figure.teaser-image-text-bg-color-behind-image {
	background-color: var(--global--color-primary-light);
}

.component-teaser-image-text figure {
	background-size: cover;
	background-repeat: no-repeat;
}

.component-teaser-image-text .teaser-image-text-heading {
	color: var(--global--color-primary);
	margin-bottom: 12px;
}

.component-teaser-image-text .teaser-image-text-content {
	color: var(--global--color-dark-gray);
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 24px;
}

.component-teaser-image-text .teaser-image-text-button-container a:first-child:not(.float-right) {
	margin-right: 12px;
}

.component-teaser-image-text .teaser-image-text-content-container {
	padding-left: var(--global--container--horizontal-padding);
	padding-right: var(--global--container--horizontal-padding);
}

.component-teaser-image-text .teaser-image-text-bg-color-behind-text {
	background-color: var(--global--color-light-gray);
}

.component-teaser-image-text .teaser-image-text-url.position-absolute {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 0;
	color: transparent;
	line-height: 0;
}

@media (min-width: 992px) {
	.component-teaser-image-text.position-relative .container .teaser-image-text-bg-color-behind-text,
	.component-teaser-image-text.position-relative .container .teaser-image-text-bg-color-behind-image {
		background-color: transparent;
	}
	.teaser-image-text-content-container {
		padding-bottom: 56px;
		padding-top: 56px;
	}
	.component-teaser-image-text .teaser-image-text-content-container,
	.component-teaser-image-text .teaser-image-text-content-container > .row {
		height: 100%;
	}
	.component-teaser-image-text.position-relative .teaser-image-text-content-container > .row {
		position: relative;
	}
	.component-teaser-image-text.position-relative .teaser-image-text-content-container > .row > .col-12 {
		position: static;
	}
	.component-teaser-image-text.position-relative .teaser-image-text-content-container .teaser-image-text-button-container a.float-right {
		position: absolute;
		right: var(--global--container--horizontal-padding);
		bottom: 0;
	}
	.component-teaser-image-text figure.teaser-image-text-bg-color-behind-image-lg {
		background-color: var(--global--color-primary-light);
	}
	.component-teaser-image-text .teaser-image-text-heading {
		font-size: 34px;
		line-height: 42px;
	}
	.component-teaser-image-text figure {
		height: 100%;
		min-height: 384px;
	}
	.component-teaser-image-text .teaser-image-text-content-container .teaser-image-text-content-inner,
	.component-teaser-image-text .teaser-image-text-button-container {
		padding-right: 0;
		margin-left: 0;
		padding-left: 70px;
	}
	.component-teaser-image-text .container-fluid .teaser-image-text-content-container .teaser-image-text-content-inner {
		max-width: 638px;
	}
	.component-teaser-image-text .teaser-image-text-button-container .bttn-logout {
		letter-spacing: 0.06em;
	}
}

@media (max-width: 991.98px) {
	.component-teaser-image-text .container-fluid figure,
	.component-teaser-image-text .container-fluid .teaser-image-text-content-container {
		margin-left: calc(-1 * var(--global--container--horizontal-padding));
		margin-right: calc(-1 * var(--global--container--horizontal-padding));
	}
	.component-teaser-image-text .container-fluid figure img {
		width: 100%;
	}
	.component-teaser-image-text .teaser-image-text-content-container {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.component-teaser-image-text .teaser-image-text-heading {
		font-size: 28px;
		line-height: 36px;
	}
}

@media (max-width: 575.98px) {
	.teaser-image-text-content-inner, .teaser-image-text-button-container {
		padding-left: 0;
		padding-right: 0;
	}
	.component-teaser-image-text .teaser-image-text-button-container a:not(.float-right) {
		clear: both;
	}
	.component-teaser-image-text .teaser-image-text-button-container a:first-child:not(.float-right) {
		margin-bottom: 12px;
	}
}