/* CONTENT STRIPES kuechenwelt_3*/
@charset "utf-8";

.content_stripe_kuechenwelt_3 [class^="col-"],
.content_stripe_kuechenwelt_3 [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}

.content_stripe_kuechenwelt_3 div.row div[class^="col-"]:first-child {
	padding-right: 20px !important;
}
.content_stripe_kuechenwelt_3 div.row div[class^="col-"]:last-child {
	padding-left: 20px !important;
}
@media only screen and (max-width: 991px) {
	.content_stripe_kuechenwelt_3 div.row div[class^="col-"]:first-child,
	.content_stripe_kuechenwelt_3 div.row div[class^="col-"]:last-child {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
}

.content_stripe_kuechenwelt_3 {
	margin: 120px 0px;
}

.content_stripe_kuechenwelt_3 .content_stripe_kuechenwelt_3_block {
	display: block;
	position: relative;
	height: 100%;
}
@media only screen and (max-width: 991px) {
	.content_stripe_kuechenwelt_3 .content_stripe_kuechenwelt_3_block {
		margin-bottom: 40px;
	}
}

.content_stripe_kuechenwelt_3 .content_stripe_kuechenwelt_3_headline {
	display: block;
	position: relative;
	padding: 40px;
	text-align: center;
	border: 2px solid var(--ci_color_white);
}
.content_stripe_kuechenwelt_3 .content_stripe_kuechenwelt_3_headline_inner {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.content_stripe_kuechenwelt_3 h2 {
	font-family: 'Noto Serif';
	font-weight: 400;
	font-size: 36px;
	line-height: 36px;
	font-style: normal;
	color: var(--ci_color_white);
	margin-bottom: 10px;
	padding-bottom: 0px;
	border-bottom: none;
	hyphens: none;
}
.content_stripe_kuechenwelt_3 h2::after {
	content: none;
}
@media only screen and (max-width: 473px) {
	.content_stripe_kuechenwelt_3 h2 {
		font-size: 28px;
		line-height: 28px;
	}
}

.content_stripe_kuechenwelt_3 .content_stripe_kuechenwelt_3_text {
	display: block;
	position: relative;
	height: 100%;
}
.content_stripe_kuechenwelt_3 .content_stripe_kuechenwelt_3_text_inner {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
	.content_stripe_kuechenwelt_3 .content_stripe_kuechenwelt_3_text_inner {
		position: relative;
		top: 0%;
		transform: none;
	}
}