/* codeDESIGN - custom_code_gassner_2.css */
@charset "utf-8";

/* CUSTOM CODE GASSNER */
.custom_code_gassner_2 [class^="col-"],
.custom_code_gassner_2 [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}

.custom_code_gassner_2_wrapper {
	margin: 120px 0px 240px 0px;
}

.custom_code_gassner_2 .flex {
	display: flex;
}
@media only screen and (max-width: 991px) {
	.custom_code_gassner_2 .flex {
		display: block;
	}
}

@media only screen and (max-width: 991px) {
	.custom_code_gassner_2 .custom_code_gassner_2_text_top {
		margin-top: 40px;
	}
}

.custom_code_gassner_2 .custom_code_gassner_2_image {
	display: block;
	position: relative;
	width: 100%;
	height: 125%;
	background-repeat: no-repeat !important;
	background-position: center 20% !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	z-index: 1;
}
@media only screen and (max-width: 991px) {
	.custom_code_gassner_2 .custom_code_gassner_2_image {
		padding-top: 100%;
		margin-bottom: 40px;
	}
}

.custom_code_gassner_2 .custom_code_gassner_2_text {
	display: block;
	position: relative;
	background: var(--ci_color_white);
	margin: 0px 0px 0px -40px;
	padding: 40px 0px 40px 40px;
	top: calc(125% / 2);
	transform: translateY(-50%);
	z-index: 2;
}
@media only screen and (max-width: 991px) {
	.custom_code_gassner_2 .custom_code_gassner_2_text {
		margin: 0px 0px 40px 0px;
		padding: 0px;
		top: auto;
		transform: none;
	}
}

.custom_code_gassner_2 .row:first-child .col-md-12 {
	text-align: center;
	margin-bottom: 80px;
}

.custom_code_gassner_2 h4 {
	font-family: 'Noto Serif';
	font-weight: 400;
	font-size: 26px;
	line-height: 52px;
	color: var(--ci_color_black);
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
	hyphens: none;
}
.custom_code_gassner_2 h4::after {
	content: none;
}
.custom_code_gassner_2 h4 span {
	font-size: 52px;
	line-height: 52px;
	font-style: italic;
	color: var(--ci_color_brown);
}
@media only screen and (max-width: 473px) {
	.custom_code_gassner_2 h4 {
		font-size: 20px;
		line-height: 40px;
	}
	.custom_code_gassner_2 h4 span {
		font-size: 40px;
		line-height: 40px;
	}
}

.custom_code_gassner_2 h1 {
	font-family: 'Noto Serif';
	font-weight: 600;
	font-size: 52px;
	line-height: 52px;
	color: var(--ci_color_brown);
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
	hyphens: none;
}
.custom_code_gassner_2 h1::after {
	content: none;
}

.custom_code_gassner_2 h1 span {
	font-size: 28px;
	font-weight: 300;
	font-style: italic;
}

@media only screen and (max-width: 1199px) {
	.custom_code_gassner_2 h1 {
		font-size: 38px;
		line-height: 38px;
	}
	.custom_code_gassner_2 h1 span {
		font-size: 28px;
	}
}
@media only screen and (max-width: 575px) {
	.custom_code_gassner_2 {
		display: block;
		float: none;
		margin: 0px auto;
	}
	.custom_code_gassner_2 h1 {
		font-size: 24px;
		line-height: 24px;
		text-align: center;
	}
	.custom_code_gassner_2 h1 span {
		font-size: 20px;
	}
}