/* codeDESIGN - custom_code_gassner_behandlungen.css */
@charset "utf-8";

/* CUSTOM CODE GASSNER */
.custom_code_gassner_behandlungen [class^="col-"],
.custom_code_gassner_behandlungen [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}

.custom_code_gassner_behandlungen_wrapper {
	margin: 120px 0px 240px 0px;
}

.custom_code_gassner_behandlungen .flex {
	display: flex;
}
.custom_code_gassner_behandlungen .flex.flex-reverse {
	flex-direction: row-reverse;
}
@media only screen and (max-width: 991px) {
	.custom_code_gassner_behandlungen .flex {
		display: block;
	}
}

.custom_code_gassner_behandlungen .custom_code_gassner_behandlungen_image {
	display: block;
	position: relative;
	width: 100%;
	height: calc(100% + 160px);
	background-repeat: no-repeat !important;
	background-position: center center !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_behandlungen .custom_code_gassner_behandlungen_image {
		padding-top: 100%;
		margin-bottom: 40px;
	}
}

.custom_code_gassner_behandlungen .custom_code_gassner_behandlungen_text {
	display: block;
	position: relative;
	background: var(--ci_color_white);
	margin: 0px 0px 0px -40px;
	padding: 40px 0px 40px 40px;
	top: calc((100% + 160px) / 2);
	transform: translateY(-50%);
	z-index: 2;
}
.custom_code_gassner_behandlungen .flex.flex-reverse .custom_code_gassner_behandlungen_text {
	margin: 0px -40px 0px 0px;
	padding: 40px 40px 40px 0px;
}
@media only screen and (max-width: 991px) {
	.custom_code_gassner_behandlungen .custom_code_gassner_behandlungen_text,
	.custom_code_gassner_behandlungen .flex.flex-reverse .custom_code_gassner_behandlungen_text {
		margin: 0px 0px 40px 0px;
		padding: 0px;
		top: auto;
		transform: none;
	}
}

.custom_code_gassner_behandlungen .row:first-child .col-md-12 {
	text-align: center;
	margin-bottom: 80px;
}

.custom_code_gassner_behandlungen 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_behandlungen h4::after {
	content: none;
}
.custom_code_gassner_behandlungen 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_behandlungen h4 {
		font-size: 20px;
		line-height: 40px;
	}
	.custom_code_gassner_behandlungen h4 span {
		font-size: 40px;
		line-height: 40px;
	}
}

.custom_code_gassner_behandlungen h1 {
	font-family: 'Noto Serif';
	font-weight: 600;
	font-size: 52px;
	line-height: 52px;
	color: var(--ci_color_brown);
	margin-bottom: 20px;
	padding-bottom: 0px;
	border-bottom: none;
	hyphens: none;
}
.custom_code_gassner_behandlungen h1::after {
	content: none;
}

.custom_code_gassner_behandlungen h1 span {
	font-size: 28px;
	font-weight: 300;
	font-style: italic;
}

@media only screen and (max-width: 1199px) {
	.custom_code_gassner_behandlungen h1 {
		font-size: 38px;
		line-height: 38px;
	}
	.custom_code_gassner_behandlungen h1 span {
		font-size: 28px;
	}
}
@media only screen and (max-width: 575px) {
	.custom_code_gassner_behandlungen {
		display: block;
		float: none;
		margin: 0px auto;
	}
	.custom_code_gassner_behandlungen h1 {
		font-size: 24px;
		line-height: 24px;
		text-align: center;
	}
	.custom_code_gassner_behandlungen h1 span {
		font-size: 20px;
	}
}

.custom_code_gassner_behandlungen h2,
.custom_code_gassner_behandlungen h3 {
	font-family: 'Noto Serif';
	font-weight: 300;
	font-size: 28px;
	line-height: 28px;
	font-style: italic;
	color: var(--ci_color_brown);
	margin-bottom: 20px;
	padding-bottom: 0px;
	border-bottom: none;
	hyphens: none;
}
.custom_code_gassner_behandlungen h2::after,
.custom_code_gassner_behandlungen h3::after {
	content: none;
}

.custom_code_gassner_behandlungen .custom_code_gassner_behandlungen_image a.article_link,
.custom_code_gassner_behandlungen .custom_code_gassner_behandlungen_text a.article_link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.custom_code_gassner_behandlungen div.custom_code_gassner_behandlungen_image_copyright {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 18px;
	z-index: 3;
	background: var(--ci_color_white);
	padding: 4px;
	font-size: 10px;
	line-height: 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.custom_code_gassner_behandlungen .flex.flex-reverse div.custom_code_gassner_behandlungen_image_copyright {
	left: auto;
	right: 0px;
}
.custom_code_gassner_behandlungen div.custom_code_gassner_behandlungen_image:hover div.custom_code_gassner_behandlungen_image_copyright {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
.custom_code_gassner_behandlungen div.custom_code_gassner_behandlungen_image_copyright a,
.custom_code_gassner_behandlungen div.custom_code_gassner_behandlungen_image_copyright a:link,
.custom_code_gassner_behandlungen div.custom_code_gassner_behandlungen_image_copyright a:visited {
	color: var(--ci_color_black);
	text-decoration: none;
}