/* @override 
	https://wirtbartl.at/templates/wirtbartl/css/user.css?* */

@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/overpass-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/overpass-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/overpass-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/overpass-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/overpass-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/overpass-v11-latin-regular.svg#Overpass') format('svg'); /* Legacy iOS */
}
/* overpass-700 - latin */
@font-face {
  font-family: 'Overpass';
  font-style: bold;
  font-weight: 700;
  src: url('../fonts/overpass-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/overpass-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/overpass-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/overpass-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/overpass-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/overpass-v11-latin-700.svg#Overpass') format('svg'); /* Legacy iOS */
}

/* Font Awesome */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype"); 
}
  
  

html, body {
	font: 1em/1.5em "Overpass", sans-serif;
	color: #000;
	background-size: cover;
	font-weight: 400;
}

body {
	display: block;
	position: relative;
	overflow: h;
}

.container-component>*+*, .container-component>:first-child, .container-sidebar-left>*+*, .container-sidebar-left>:first-child, .container-sidebar-right>*+*, .container-sidebar-right>:first-child {
	padding-top: 0;
	margin-top: 0;
}

/* 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 rgba(144, 168, 69, 0.50);
	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-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 15px;
	color: #000;
	font-weight: 500;
}
h1 {
	font-size: 34px;}
	
h2 {
	font-size: 2.4em;
}
h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 18px;
}

a {
	color: #2e9062;
}
a:focus, a:hover {
	color: #000;
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 0 0 20px;
}
ol, ul, p {
	padding-bottom: 15px;
}
ul li {
	list-style: disc;
}
.btn {
	border: none;
	border: 0px solid #DDDDDD;
	border-radius: 0px;
	padding: 3px 25px;
	margin: 0;
	font-weight: bold;
	color: #fff;
	background-color: #2e9062;
}
.btn:hover {
	background-color: silver;
	text-decoration: none;
}
.btn .icon-chevron-right {
	display: none; visibility: hidden;
}
.site-grid {
	grid-gap: 0;
	padding-right: 0px;
	padding-left: 0px;
}
#main {
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}

.container {
	max-width: 1100px!important;
	margin-right: auto;
	margin-left: auto;
}
/* Holz HG */
.banner, .footer1, .footer2, .bottom, .holz {
	background: url(../images/holz-transparent.png) center center repeat fixed;
	background-size: 500px auto;
}
/* Header - Navigation */
header.header {
	background-color: #fff;
}
.header ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.container-below-top a, .container-topbar a {
	color: #2e9062;
}
.grid-child.brand {
	padding: 0;
	text-align: center;
	flex-grow: 0;
	flex-shrink: 0;
	width: 300px;
}
.grid-child.brand img {
	height: 80px;
	width: auto;
}

.grid-child.container-nav {
	margin: 0;
	padding-bottom: 0;
	padding-top: 0;
	background: url(../images/hgnav.png) left center no-repeat;
	background-size: auto 100%;
	flex-grow: 2;
	flex-shrink: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 60px;
}

.container-topbar {
	font-size: 14px;
	line-height: 1.4em;
}
.container-topbar .container .navgrid{
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.container-topbar .mod-custom {
	padding: 5px 10px;
}
.container-topbar p {
	padding: 0;
	margin: 0;
}
@media (max-width: 990px) { 

}

@media (max-width: 767px) { 

	.container-topbar .container .navgrid {
		flex-direction: row-reverse;
	}
	.grid-child.container-nav {
		background: url(../images/hgnav-gesp.png) right center no-repeat;
		padding-right: 60px;
		padding-left: 20px;
		background-size: auto 100%;
		justify-content: flex-start;
		align-content: flex-start;
		padding-top: 18px;
	}
	.grid-child.brand img {
		height: 50px;
		width: auto;
	}
	.grid-child.brand {
		width: 180px;
	}
}

/* Banner */

.banner {

	padding-top: 10px;
	padding-bottom: 10px;
}



/* Content */
.page-header {
	padding-bottom: 0px;
}
.blog > .page-header:first-of-type,
.item-page > .page-header:first-of-type {
	text-align: center;
	padding-bottom: 36px;
	width: 100%;
	
}
.page-header h1 {
	font-size: 1.6em;
	display: inline-block;
	text-align: ;
	font-weight: bold;
}

.blog-item h2.item-title {
	font-size: 24px;
	padding-top: 0px;
	padding-bottom: 20px;
}
.blog-item h2.item-title a {
	color: #000;
	text-decoration: none;
}

.blog-items {
	margin-bottom: 0;
	padding-bottom: 30px;
	grid-gap: 30px;
	padding-top: 20px;
}
.blog-items .blog-item {
	margin-bottom: 0 !important;
	padding-bottom: 0;
	background-color: #DBE6A2;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
}

.blog-items .blog-item:nth-of-type(3n+2) {
	background-color: #DBE6A2;
	background-color: #FFE8BC;
}

.blog-item .item-content {
	flex-grow: 1;
	padding: 25px 30px 10px;
	width: 50%;
}
.blog-item .item-image {
	display: block;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
	margin: 0;
	flex-grow: 1;
	width: 50%;
}


.box {
	padding-top: 35px;
	padding-bottom: 35px;
}

.news .com-content-article {
	background-color: #ebf2cf;
	padding: 30px;
	margin-top: 15px;
}


@media (max-width: 990px) {

}
@media (max-width: 767px) { 
	.blog-items .blog-item {
		flex-direction: column;
	}
	.blog-item .item-image {
		width: 100%;
		padding-bottom: 0;
		padding-left: 20px;
	}
	.blog-item .item-content {
		width: 100%;
	}
}

/* Inhaltselemente */

.box {
	padding-top: 0;
	padding-bottom: 20px;
}
.weit {
	position: relative;
	margin: 0 -9999rem 20px !important;
	padding: 20px 9999rem !important;
	clear: both;
}

.bild-links, .bild-rechts {
	font-size: 11px;
	line-height: 120%;
	width: auto;
	width: 45%;
}
.bild-links {
	clear: both;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
.bild-rechts {
	clear: both;
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
}
.elemente {
	display: flex;
	padding: 0px 0;
	width: 100%;
	flex-wrap: wrap;
	align-items: flex-start;
	align-items: stretch;
	margin-right: 0px;
	margin-left: 0px;
}
.elemente.reverse {
	flex-direction: row-reverse;
}
.elemente .element {
	width: 50%;
	display: flex;
	align-items: ;
	align-content: stretch;
	justify-content: flex-start;
	flex-direction: row;
	
}
.elemente .element .abstand {
	padding: 20px 20px 0;
	width: 100%;
}
.elemente .element.bild .abstand {
	padding: 0;
	margin: 0;
	line-height: 0;
}
.bildtext .element.bild {
	width: 40%;
}
.bildtext .element.text {
	width: 60%;
}
.galerie {
	margin-left: -10px;
	margin-right: -10px;
	min-height: 455px;
}
.elemente.einstieg {
	background-color: #B5DAC7;
	flex-wrap: nowrap;
}
.einstieg .text {
	width: 300px;
	flex-shrink: 0;
}
.einstieg .bild {
	width: auto;
	flex-shrink: 1;
	flex-grow: 1;
	position: relative;
}
.einstieg .bild img {
	clip-path: polygon(0% 0%,100% 0%,100% 100%,5% 100%,0% 60%);

}
.gruen1 .elemente {
	background-color: #D3E9DD;
}
.gruen2 .elemente {
	background-color: #D3E6C5;
}
.gruen3 .elemente {
	background-color: #B5D69E;
}
.hinweis {
	background-color: #2e9062;
	color: #fff;
	border: 20px solid rgb(179, 211, 194);
}
.hinweis .abstand {
	padding: 30px 5% 10px;
}
.hinweis a {
	color: #fff;
}
.hinweis a:hover {
	color: #000;
}
.lage {
	background-color: #D3E6C5;
}
.lage .element1 .abstand {
	padding: 0;
	line-height: 0;
}
.lage .element2 .abstand, .familie .text .abstand {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.3em;
	font-size: 1.2em;
	flex-direction: column;
	text-align: center;
}
.lage h3 {
	font-size: 1.4em;
}
.zitat {
	padding-left: 15px;
	max-width: 400px;
	font: italic 1.1em Georgia, "Times New Roman", Times, serif;
}
.zitat:before {
	content: '"';
	line-height: 0;
	display: inline-block;
	margin-bottom: 0;
	padding-top: 0;
	margin-left: -15px;
	font-size: 1.5em;
	width: 15px;
}
@media (max-width: 767px) { 
	.elemente .element .abstand {
		padding: 15px 15px 0;
		width: 100%;
	}
	.bild-links, .bild-rechts {
		float: none;
		display: block;
		padding: 0;
		margin: 0;
		text-align: center;
		padding-bottom: 15px;
		width: 100%;
	}
	.elemente {
		flex-direction: column;
		margin-right: 0;
		margin-left: 0;
	}
	.elemente .element, .bildtext .element.text, .bildtext .element.bild {
		width: 100%;
	}

}

/* Startseite */

.bereiche .elemente  {
	display: grid;
	grid-template-columns: 32% 32% 32%;
	grid-gap: 2%;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 30px;
	padding-top: 30px;
}
.bereiche .elemente .element {
	width: auto;
}
.bereiche h3 {
	font-size: 1.7em
}
.bereiche .element {
	align-content: stretch;
	align-items: stretch;
	flex-direction: column;
}

.bereiche .element .text {
	background: url(../images/ecke.png) no-repeat right bottom;
	background-size: auto 100px;
	margin-right: 0;
	margin-left: 0;
	-webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
	flex-grow: 2;
}
.bereiche .element .abstand {
	padding: 20px 10px 10px 30px;
}
.bereiche .element1 .text {background-color: #B5DAC7;}
.bereiche .element2 .text {background-color: #DBE6A2;}
.bereiche .element3 .text {background-color: #B5D69E;}

.bereiche .element a {
	text-decoration: none;
	color: #000;
	display: flex;
	align-content: stretch;
	align-items: stretch;
	flex-direction: column;
	height: 100%;
}
.bereiche a p.weiterlesen {
	color: #fff;
}
.bereiche a:hover p.weiterlesen, .bereiche a:hover h3 {
	text-decoration: underline;
}
.bereiche .element a:hover .text {
	background-size: auto 300px;
}

@media (max-width: 767px) { 
	.bereiche .elemente {
		display: block;
	}
	.bereiche .elemente .element {
		margin-bottom: 20px;
	}
}

/* Footer */

footer.footer {
	background-color: #8FAF4A;
	color: #000000;
	border-bottom: 50px solid #7D9F3E;
}
.footer1, .footer2 {
	padding-top: 30px;
	padding-bottom: 20px;
}
.footer1 a {
	text-decoration: none;
}
.footer1 a:hover {
	text-decoration: underline;
}
.footer2 {
	background-color: #7D9F3E;
	
}
.footer ul, .footer ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer .moduletable {
	padding: 15px 15px 5px;
}
.footer img {
	height: 70px;
}

.footer1 .custom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
}
a.social {
	display: block;
}
a.social img {
	width: 36px;
}
.footer2 .container {
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer2 .container, .footer2 ul.nav {
	display: flex;
	flex-direction: row;
	align-content: center;
}
.footer2 .container {
	justify-content: space-between;
}
.footer ul.nav li {
	padding: 5px 10px;
}
.footer2 ul.nav li img {
	height: 50px;
}
.footer2 ul.nav li:first-of-type img {
	height: 35px;
}
@media (max-width: 990px) {

}

@media (max-width: 767px) {
	.footer1 .custom {
		flex-direction: column;
		align-items: flex-start;
	}
	.footer2 .container {
		flex-direction: column;
	}
}

.back-to-top-link {
	position: fixed;
	bottom: 20px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	right: 20px;
	border-color: #abc27d;
}
.back-to-top-link:focus, .back-to-top-link:hover {
	background-color: #7d9f3d;
}