
.page-template-page-raumautomation {
	
}

#page-raumautomation-header {
	position: relative;
	display: flex;
	margin-top: 95px;
	min-height: 422px;
	align-items: center;
}
#page-raumautomation-header > picture.background-image {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
#page-raumautomation-header > picture.background-image > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.page-raumautomation-header-text {
	font-size: 2.3em;
}
.page-raumautomation-header-text p {
	font-size: 23px;
	font-weight: 700;
	font-family: Inter;
}

section.page-raumautomation-content-text {
	padding-top: 50px;
	padding-bottom: 50px;
}
section.page-raumautomation-content-textimage {
	margin-top: 30px;
	margin-bottom: 30px;
}
section.page-raumautomation-content-textimage .row {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}
section.page-raumautomation-content-textimage .row::before {
	order: 0;
}
section.page-raumautomation-content-textimage .row > div {
	order: 2;
}
section.page-raumautomation-content-textimage .row::after {
	order: 4;
}
.page-raumautomation-content-textimage-image {
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-raumautomation-content-textimage-image picture {
	width: 100%;
	padding-top: 60%;
	position: relative;
	display: block;
}
.page-raumautomation-content-textimage-image picture img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.page-raumautomation-content-textimage-text {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}
.page-raumautomation-content-textimage-text h3 {
	font-family: Inter;
}
section.page-raumautomation-content-textvideo {
	padding-top: 50px;
	padding-bottom: 50px;
}
section.page-raumautomation-content-textvideo .row {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
section.page-raumautomation-content-textvideo .row::before {
	order: 0;
}
section.page-raumautomation-content-textvideo .row > div {
	order: 2;
}
section.page-raumautomation-content-textvideo .row::after {
	order: 4;
}
section.page-raumautomation-content-textvideo .row.justify-content-center {
	justify-content: center;
}
.page-raumautomation-content-textvideo-video {
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-raumautomation-content-textvideo-video > div {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.page-raumautomation-content-textvideo-video .rll-youtube-player {
	position: absolute;
	top: 0;
	width: 100%;
}
.page-raumautomation-content-textvideo-video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.page-raumautomation-content-textvideo-text {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}
section.page-raumautomation-content-productslider #product-slider .owl-item {
	height: auto;
}
section.page-raumautomation-content-productslider #product-slider {
	min-height: auto;
}

.page-raumautomation-brochure {
	background-repeat: no-repeat;
	background-size: cover;
}
.page-raumautomation-brochure-text {
	padding: 15px;
	background-color: #FFF;
	box-shadow: 0px 0px 15px #bbb;
}
.page-raumautomation-brochure-sideimage {
	display: flex;
	align-items: center;
}
.page-raumautomation-brochure-sideimage picture {
	display: block;
	background-color: #fff;
	padding: 5px;
	box-shadow: 0px 0px 15px #bbb;
	max-width: 100%;
}
.page-raumautomation-brochure-sideimage img {
	width: 100%;
	height: auto;
}
.page-raumautomation-brochure > .container {
	padding: 30px 0;
}
.page-raumautomation-brochure > .container > .row {
	display: flex;
}
.page-raumautomation-brochure-image {
	text-align: center;
}
.page-raumautomation-brochure-image img {
	width: 150px;
}
.page-raumautomation-brochure-btn {
	display: block;
	margin-top: 5px;
	padding: 15px;
	text-align: center;
	background-color: #fff;
	border-radius: 15px;
	border: 3px solid #bbb;
	color: #999;
	font-weight: 700;
}
.page-raumautomation-imageblock {
	position: relative;
}
.page-raumautomation-imageblock::before {
	content: "";
	background: url(/wp-content/themes/sauter/img/grille.png);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.page-raumautomation-imageblock > .container {
	padding: 30px 0;
}
.page-raumautomation-imageblock h3 {
	text-align: center;
	color: #0080c9;
	text-shadow: 1px 1px 0px black;
	margin-bottom: 20px;
}
.page-raumautomation-imageblock img {
	width: 100%;
	height: auto;
}

@media (max-width: 991px) {
	section.page-raumautomation-content-textvideo .row {
		justify-content: center;
	}
	section.page-raumautomation-content-textvideo .row > div {
		order: 1;
	}
	section.page-raumautomation-content-textimage .row {
		justify-content: center;
	}
	section.page-raumautomation-content-textimage .row > div {
		order: 1;
	}
	.page-raumautomation-brochure-sideimage {
		margin-top: 50px;
	}
}