/* CONTENT STRIPES kuechenwelt_2*/
@charset "utf-8";

.content_stripe_kuechenwelt_2 [class^="col-"],
.content_stripe_kuechenwelt_2 [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}

.content_stripe_kuechenwelt_2 div.row div[class^="col-"]:first-child {
	padding-left: 20px !important;
}
.content_stripe_kuechenwelt_2 div.row div[class^="col-"]:last-child {
	padding-right: 20px !important;
}
@media only screen and (max-width: 991px) {
	.content_stripe_kuechenwelt_2 div.row div[class^="col-"]:first-child,
	.content_stripe_kuechenwelt_2 div.row div[class^="col-"]:last-child {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

.content_stripe_kuechenwelt_2 {
	margin: 120px 0px;
}

.content_stripe_kuechenwelt_2 .content_stripe_kuechenwelt_2_block {
	display: block;
	position: relative;
	height: 100%;
}
@media only screen and (max-width: 991px) {
	.content_stripe_kuechenwelt_2 .content_stripe_kuechenwelt_2_block {
		margin-bottom: 40px;
	}
}

.content_stripe_kuechenwelt_2 .content_stripe_kuechenwelt_2_questionmark {
	display: block;
	position: relative;
	float: left;
	width: 200px;
	height: 200px;
	padding: 0px 0px 0px 0px;
	background: #2e2a2b;
	border: 2px solid var(--ci_color_white);
}
.content_stripe_kuechenwelt_2 .content_stripe_kuechenwelt_2_questionmark::before {
	content: "";
	display: block;
	position: absolute;
	top: -20px;
	left: -20px;
	width: 100%;
	height: calc(100% + 40px);
	background: var(--ci_color_blue);
	z-index: -1;
}
.content_stripe_kuechenwelt_2 .content_stripe_kuechenwelt_2_questionmark_inner {
	display: block;
	position: absolute;
	width: 100%;
	top: calc(50% - 7px);
	text-align: center;
	font-family: 'Noto Serif';
	font-weight: 400;
	font-size: 200px;
	line-height: 0px;
	font-style: normal;
	color: var(--ci_color_white);
}

.content_stripe_kuechenwelt_2 .content_stripe_kuechenwelt_2_headline {
	display: block;
	position: relative;
	float: left;
	height: 100%;
	padding: 0px 0px 0px 20px;
}
.content_stripe_kuechenwelt_2 .content_stripe_kuechenwelt_2_headline_inner {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.content_stripe_kuechenwelt_2 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_2 h2::after {
	content: none;
}
@media only screen and (max-width: 473px) {
	.content_stripe_kuechenwelt_2 h2 {
		font-size: 28px;
		line-height: 28px;
	}
}

.content_stripe_kuechenwelt_2 .content_stripe_kuechenwelt_2_text {
	display: block;
	position: relative;
	height: 100%;
}
.content_stripe_kuechenwelt_2 .content_stripe_kuechenwelt_2_text_inner {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.content_stripe_kuechenwelt_2 .content_stripe_kuechenwelt_2_text_inner a {
	text-decoration: none;
	font-weight: 600;
	font-size: 20px;
}
@media only screen and (max-width: 991px) {
	.content_stripe_kuechenwelt_2 .content_stripe_kuechenwelt_2_text_inner {
		position: relative;
		top: 0%;
		transform: none;
	}
}