/* @override 
	https://kamin.check2net.at/templates/ehrenhoefler/css/user.css?* */

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v51-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v51-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v51-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v51-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/roboto-v51-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v51-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/roboto-v51-latin-600italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v51-latin-600italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}



/* roboto-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/roboto-v51-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v51-latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/roboto-v51-latin-800italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v51-latin-800italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }
 
*,
:after,
:before {
 box-sizing:border-box
}
@media (prefers-reduced-motion:no-preference) {
 :root {
  scroll-behavior:smooth
 }
}

html, body {
	font: 15px/1.6em "Roboto", Helvetica, Geneva, sans-serif;
	color: #000;
	font-weight: 400;
}

body {
	display: block;
	position: relative;
	overflow: h;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th {
	border-top: 2px solid rgb(210, 210, 210);
	padding: 6px 10px 6px 0;
	vertical-align: top; 
}
table>tbody {
	border-bottom: 2px solid rgba(144, 168, 69, 0.50);
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", Helvetica, Geneva, sans-serif;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 15px;
	color: #000;

	font-weight: 700;
}
h1 {
	font-size: 40px;}
	
h2 {
	font-size: 54px;
}
h2 span {
	font-size: 34px;
	display: block;
	font-weight: 400;
	font-style: italic;
	margin-top: -8px;
}
h3 {
	font-size: 26px;
}

h4 {
	font-size: 20px;
}


a {
	color: #5B5B5B;
}
a:focus, a:hover {
	color: #000;
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 0 0 10px;
}
ol, ul, p {
	padding-bottom: 15px;
}
ul li {
	list-style: disc;
	padding-bottom: 6px;
}
.btn {
	border: 0px solid #000;
	border-radius: 0px;
	padding: 10px 25px;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	background-color: #535353;
	text-decoration: none;
	color: #fff;
	border-radius: 15px;
}
.btn:hover {
	background-color: #e41c17;
	text-decoration: none;
}
.btn .icon-chevron-right {
	display: none; visibility: hidden;
}
body.wrapper-fluid .site-grid {
	grid-gap: 0;
}

.content-grid {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #fff;
}

.grid-child {
	flex-direction: column;
} 

#main {
	overflow: hidden;
	padding-bottom: 0px;
	padding-top: 120px;
}
.container-component>*+* {
	margin-top: 0!important;
}
.container {
	max-width: 1200px!important;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}


@media (max-width: 990px) { 
	#main {
		padding-top: 60px;
	}
	.site-grid {
		grid-gap: 0;
	}
	.container-sidebarright {
		flex-direction: column;
	}
	.container-sidebarright .card {
		width: 100%;
	}
	.container {
		padding-right: 0px;
		padding-left: 0px;
	}
}

@media (max-width: 990px) { 
	h1 {
		font-size: 40px;}
		
	h2 {
		font-size: 34px;
	}
	h2 span {
		font-size: 24px;
		display: block;
		font-weight: 400;
		font-style: italic;
		margin-top: -8px;
	}
	h3 {
		font-size: 22px;
	}
}
/* Header - Navigation */
header.header {
	height: 120px;
	font-family: "Be Vietnam Pro", Helvetica, Geneva, sans-serif;
	background-color: #F1F1F1;
	display: grid;

}

.header ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#site-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	transition: all .5s ease;
	box-shadow: 0 3px 6px rgba(3, 3, 3, 0);

}
#site-header.hide {
	top: -120px;
	transition: all .5s ease;
}
#site-header.scrolled {
	box-shadow: 0 3px 6px rgba(3, 3, 3, 0.12);
}
#site-header .container {
	margin-bottom: 0;
	box-shadow: none;
	height: 120px;
}
header .grid-child {
	flex-direction: row;
} 

.container-topbar > .container {
	display: flex;
	padding-right: 0px;
	padding-left: 0px;
	flex-direction: row;
	align-items: center;
}

.container-topbar p {
	padding: 0;
	margin: 0;
}

.grid-child.brand {
	padding: 0;
	text-align: left;
	display: block;
	margin: 0;
}
.navbar-brand {
	margin: 0;
	padding: 0;
}
.brand-logo {
	display: block;
	padding: 2px 5px;
}
.grid-child.brand img {
	width: auto;
	height: auto;
	max-width: 240px;
}

.grid-child.container-nav {
	margin: 0;
	padding-bottom: 0;
	padding-top: 0;
	align-items: center;
	flex-shrink: 1;
}

.container-topbar {
	font-size: 14px;
	line-height: 1em;
}



@media (max-width: 990px) { 

	#site-header {
		position: fixed!important;
	}
	
	header.header, #site-header .container {
		height: 60px;
	}
	#site-header.hide {
		top: 0px;
	}
	.container-topbar > .container {
		xflex-direction: row-reverse;
		align-items: center;
	}
	.container-header .navbar-brand {
		text-align: left;
		display: block;
		width: auto;
		min-width: 70px;
		flex-grow: 1;
		flex-shrink: 0;

	}
	.grid-child.brand img {

		max-width: 160px;
	}
	.grid-child.container-nav {
		flex-grow: 1;
		flex-shrink: 2;
		align-items: flex-end;
		padding-top: 5px;
		margin-top: 0;
		order: 1;
		display: flex;
		justify-content: flex-end;
	}
	.container-nav-2  {
		flex-shrink: 3;
	}
	.grid-child.brand {
		flex-grow: 0;
		flex-shrink: 2;
		text-align: left;
		padding-right: 10px;
		padding-bottom: 0;
		padding-left: 10px;
	}
	.brand-logo {
		padding: 3px;
	}
	.grid-child.brand img {
		width: 220px;
		height: auto;
	}

}

/* Banner */

.banner .container {
	padding-top: 0px;
	padding-bottom: 0px;
}
.banner {
}

.banner p {
	margin: 0;
	padding: 0;

}
.banner strong {
	font-weight: 700;
}
.banner-content {
	padding-top: 0px;
}
.banner img.prev-button, .banner img.next-button {
	width: 40px!important;
}

.banner .slide-desc-text-default{
	position: relative;
	z-index: 200;
	display: block;
	margin-top: -20%;
	width: 300px;
}

.banner .custom {
}
.banner .custom .bild {
	position: relative;       /* Referenzpunkt für das obere DIV */
    width: 100%;
    height: auto;
    background: #ccc;
    margin: 50px auto; 
	z-index: 10;

}
.banner .custom .bild  img {
	border-radius: 0;
}
.banner .custom .text {
    position: absolute;       /* liegt über dem unteren DIV */
    top: 0;                   /* oben ansetzen – kann angepasst werden */
    left: 50%;                /* horizontale Mitte */
    transform: translateX(-50%); /* exakte Zentrierung */
    max-width: 400px;
    height: 100%;
    color: white;
    display: flex;
    align-items: en;
    justify-content: center;
	z-index: 20;
	flex-direction: column;
	text-align: right;
	font-size: 25px;
	line-height: 1.1em;
}
.banner .custom .text h1 {
	font-size: 60px;
	color: #fff;
	padding-bottom: 0;
}


@media (max-width: 990px) { 
	.banner-content {
		padding-top: 0px;
		margin-left: -10px;
		margin-right: -10px;
	}
}


/* Breadcrumbs */

.breadcrumbs, .breadcrumb {
	background: #fff;
	font-size: 11px;
	font-weight: 600;
}
ol.breadcrumb {
	padding-top: 4px !important;
	padding-bottom: 4px!;
}
.divider.icon-location.icon-fw {
	display: none;
	visibility: hidden;
}
.breadcrumb-item+.breadcrumb-item:before {
	content: ">";
	padding-right: 4px;
}
.breadcrumb-item+.breadcrumb-item {
	padding-left: 4px;
}
.breadcrumbs a {
	color: #464646;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}


/* Content */

.item-page {
	padding: 0 1em;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 152px auto;
}


.item-page.heizung {
	
}

.page-header {
	margin-bottom: 0px;
	padding-bottom: px;
	margin-top: 20px;
}

.page-header h1 {
	font-size: 40px;
	font-weight: bold;
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
	color: #e41c17;
}

.com-content-article__body, .blog {
	padding: 0em 0;
}

.blog-items {
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 1em;
	row-gap: 1em;
	display: grid;
	justify-items: stretch;
	margin-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
.blog-items .page-header {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin: 0;
	border: none;
}
.blog-item {
	display: flex;
	grid-gap: 0em;
	background-color: #f2f2f2;
	width: 100%;
}
.blog-item h2, .blog-item .item-title {
	padding-bottom: 10px;
	font-size: 1.4em;
	line-height: 1.2em;
}
.blog-item .item-image {
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 0;
	  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Verhältnis = 9/16 = 0.5625 */
  overflow: hidden;
  background-color: #e1e1e1;
}

.blog-item .item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;     /* Bild füllt das DIV vollständig aus */
  object-position: center; /* Bild wird zentriert dargestellt */
  transform: translate(-50%, -50%);
}
	

.blog-item p.readmore {
	margin: 0;
	padding: 0;
}
.blog-item p.readmore a {
	font-weight: bold;
}

.blog-item .item-content {
	align-self: start;
	padding: 20px;
}
.blog-item .item-title a, .blog-item h2 a {
	text-decoration: none!important;
}


.introtext p, .introtext h1, .introtext h2, .introtext h3 {
	padding-bottom: 10px;
}

p.readmore a {
	background-color: #000;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 15px;
	text-decoration: none;
}

@media (max-width: 767px) { 
	.blog-featured {
		padding: 1em;
	}
	.page-header h1 {
	font-size: 26px;
	}
	.blog-items {
		grid-template-columns: 1fr ;
		grid-gap: 1em;
	}
	.blog-item {
		display: block;
	}
	.blog-item .item-title {
		padding-bottom: 20px;
		padding-top: 5px;
	}
	.blog-item .item-title h2 {
	}


}


/* Inhaltselemente */

/* Galerie */
.galerie .igui-scope img {
	border-radius: 20px;
}

@media (max-width: 900px) { 

}

@media (max-width: 767px) { 

}

@media (max-width: 400px) { 

}

/* Footer */

footer.footer {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
	color: #5B5B5B;
	font-size: 16px;
	line-height: 1.6em;
	background-color: #F1F1F1;
	border-bottom: 25px solid #A8A8A8;
	border-top-style: solid;
	border-top-color: #ffffff;
}
.footer p {
	padding: 0;
} 
.footer ul, .footer ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer1 {
	display: grid;
	grid-template-columns: 45% 1fr 1fr;
	column-gap: 4em;
	padding: 40px 20px;
}
.footer1 h3 {
	font-size: 16px;
	text-transform: uppercase;
}
.footer1 ul.nav {
	padding-left: 24px;
}
.footer1 ul.nav li{
	list-style: square;
}
.logoliste {
	width: 160px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 1em;
	row-gap: 1em;
	align-content: center;
	align-items: center;
	margin-top: 20px;
}
.footer .adresse {
	max-width: 370px;
}
.footer .adresse a {
	display: inline;
	width: 100%;
}
.servicenav ul.nav {
	display: flex;
	flex-direction: row;
	padding-top: 0;
	padding-bottom: 20px;
	margin-left: 0;
	padding-left: 0;
	font-weight: normal;
	font-style: normal;
}
.servicenav ul.nav li {
	display: block;
	padding-bottom: 5px;
	padding-right: 30px;
}
.service ul.nav li img {
	width: 30px;
}
ul.icons {
	padding-top: 20px;
}
ul.icons li {
	display: grid;
	grid-template-columns: 30px 1fr;
		align-items: center;
	padding-bottom: 4px;
}
ul.icons li:before {
	content: " ";
	display: block;
	width: 20px;
	height: 20px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
ul.icons li.geo:before {
	background-image: url(/images/allgemeine-grafiken/geo.svg?1782397349);
}
ul.icons li.tel:before {
	background-image: url(/images/allgemeine-grafiken/tel.svg?1782397349);
}
ul.icons li.mail:before {
	background-image: url(/images/allgemeine-grafiken/brief.svg?1782397349);
}

@media (max-width: 767px) {

	.footer1 {
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 3em;
		padding: 40px 20px;
	}

}

.back-to-top-link {
	position: fixed;
	bottom: 20px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	right: 20px;
	border-color: #e41c17;
	color: #e41c17;
	font-size: 18px;
	line-height: 0.8em;
	display: flex;
	text-decoration: none!important;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	background-color: #fff;
}
.back-to-top-link:focus, .back-to-top-link:hover {
	background-color: #e41c17;
}
@media (max-width: 767px) {
	.hidemobile {
		display: hidden;
		visibility: hidden;
	}
}