/* @override 
	https://2025.biosa.at/templates/biosa-2025/css/user.css?* */

/* lato-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: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lato-v24-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-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: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato-v24-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lato-v24-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-700 - 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: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v24-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lato-v24-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-700italic - 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: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/lato-v24-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lato-v24-latin-700italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-900 - 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: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v24-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lato-v24-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-900italic - 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: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/lato-v24-latin-900italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lato-v24-latin-900italic.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: 0.96em/1.5em "Lato", Helvetica, Geneva, sans-serif;
	color: #000000;
	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 {
	line-height: 1.2em;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 15px;
	color: #0d60a4;;
}
h1 {
	font-weight: normal;
	font-style: normal;
	font-size: 2.3em;
}
	
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.4em;
}

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

.content-grid {
	padding-top: 20px;
	padding-bottom: 40px;
}

.container-content main {
	width: 100%;
}

.grid-child {
	flex-direction: column;
} 
#main {
	overflow: hidden;
	padding-top: 110px;
	padding-bottom: 0px;
	background-color: #fff;
	margin-top: ;
}
.container-component>*+* {
	margin-top: 0!important;
}
.container {
	max-width: 1100px!important;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width:991.98px) {
	.container-header {
		position: fixed!important;
	}
}
@media (max-width: 990px) { 
	#main {
		padding-top: 60px;
	}
	.container {
		padding-right: 10px;
		padding-left: 10px;
	}
}



/* Header - Navigation */
header.header {
	background-color: #fff;
	height: 110px;
	border-bottom: 1px solid #cccccc;
	box-shadow: 0 2px 5px rgba(7, 7, 7, 0.23);
}
.header ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.container-header {
	margin-bottom: 0;
	box-shadow: none;
}
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;
}


.navgrid, .dj-megamenu-sticky {
}

.grid-child.brand {
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	text-align: left;
	display: block;
	margin-right: 0px;
}
.brand-logo {
	display: block;
	padding: 16px 10px 10px 100px;
	transition: all .5s ease;
}
.grid-child .brand-logo img {
	height: 60px;
}

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

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

#site-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	transition: all .5s ease;
}
#site-header.hide {
	top: -110px;
}



.iconlogo {
	position: relative;
	height: 0px;
	z-index: 10;
}
.iconlogo img {
	margin-left: -50px;
	width: 140px;
	height: 140px;
	margin-top: -19px;
	transition: all .5s ease;
}
#site-header.hide .iconlogo img{
	width: 100px;
	height: 100px;
}
@media (max-width: 1150px) { 
	.brand-logo {
		display: block;
		padding: 16px 10px 10px 130px;
	}
	.iconlogo img {
		margin-left: -20px;

		margin-top: -19px;	
	}
}
@media (max-width: 767px) { 
	
	.container-header {
		position: fixed!important;
	}
	
	header.header {
		height: 60px;
	}
	.brand-logo {
		padding: 10px 10px 10px 10px;
	}
	.container-topbar > .container {
		flex-direction: row-reverse;
		align-items: center;
	}
	.container-header .navbar-brand {
		text-align: center;
		display: block;
		width: auto;
		padding: 0;
	}
	.grid-child.brand img {
		height: 41px;
	}
	.grid-child.container-nav {
		align-items: flex-start;
		padding-top: 5px;
		margin-top: 0;
		height: 60px;

	}
	.grid-child.brand {
		text-align: center;
		padding-right: 10px;
		padding-bottom: 0;
		padding-left: 10px;
	}
	.iconlogo {
		display: none;
		visibility: hidden;
	}
}

/* Banner */

.banner {

	background: #8BB354;
	background: linear-gradient(350deg,rgba(139, 179, 84, 0.5) 0%, rgba(139, 179, 84, 0.47) 26%, rgba(255, 255, 255, 1) 100%);
}
.banner .schmetterling {
background: url(../images/schmetterling-hg.png) center center fixed;
background-size: 140px;
opacity: 1;
}
.banner .container {
	padding: 0px 0;
}
.banner p {
	margin: 0;
	padding: 0;
}
.banner .mod-custom {
	margin-bottom: 0!important;
	padding-bottom: 0!important;
	line-height: 0em;
}

.banner video {
	width: 100%;
}


.background {
	background: #CEDEE4;
background: linear-gradient(350deg,rgba(206, 222, 228, 1) 0%, rgba(206, 222, 228, 1) 26%, rgba(255, 255, 255, 1) 100%);
}

.starttext {
	padding-top: 30px;
	padding-bottom: 50px;
}
.starttext .custom {
	font-size: 1.4em;
}

/* Content */
.com-content-article__body {
	background-color: #fff;
	padding: 2.5em;
}
.com-content-article__body::after {
	content: " ";
	display: block;
	clear: both;
	height: 1px;
	width: 1px;
}
.page-header {
	margin-bottom: 50px;
	margin-top: 40px;
}

.page-header h1, .moduletable h1, .blog > h1 {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
}
.page-header h1:after, .moduletable h1:after, .blog-items h2.item-title:after, .blog > h1::after {
	content: "";
	width: 100px;
	height: 3px;
	display: block;
	margin: 10px auto;
	background-color: #80b662;
	text-align: center;
}
.com-content-article__body {

}
.blog-featured, .blog {
	padding: 20px;
}
.blog .category-desc {
	padding-bottom: 30px;
	padding-top: 10px;
}
.blog-items {
	grid-gap: 2em;
	row-gap: 2em;
	align-items: stretch;
	
}
.blog-items .page-header {
	padding: 0;
	margin: 0;
	border: none;
}
.blog-item {
	display: flex;
	flex-direction: column;
	background-color: #fff;	
}

.blog-item .item-image {
	margin: 0;
	padding: 0;
}
.blog-item h2.item-title {
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
}
.blog-item .item-content {
	background-color: #fff;
	flex-grow: 3;
	display: flex;
	flex-direction: column;
}
.item-content .intro {flex-grow: 4;  padding: 5px 20px 0;
}
.item-content .weiterlesen, .item-content .item-title {
	flex-grow: 0;
	flex-shrink: 2;
}
.item-content .item-title {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.item-content .weiterlesen p.readmore {
	margin: 0;
	padding: 0;
	text-align: center;
}
.weiterlesen p.readmore a{
	text-transform: lowercase;
	padding: 10px;
	display: block;
	font-weight: bold;
}
.blog-item .item-title a, .blog-item h2 a {
	text-decoration: none!important;
}

@media (max-width: 990px) { 
	.blog-items {
		grid-template-columns: 1fr 1fr ;
		grid-gap: 2em;
	}

}

@media (max-width: 767px) { 
	.com-content-article__body {
	background-color: #fff;
	padding: 1em;
}
	.blog-items {
		grid-template-columns: 1fr ;
		grid-gap: 2em;
	}
	.blog-item {
		display: block;
	}


}

/* Inhaltselemente */

.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: grid;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
	grid-template-columns: 1fr 1fr;
	column-gap: 4em;
	align-items: center;
}
.elemente.klein {
	grid-template-columns: 1fr 300px;	
}
.elemente.klein .text {
	padding-right: 10%;
}
.elemente.single {
	grid-template-columns: 1fr;
}
.elemente.reverse .bild {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}
.bild.schatten img{
	box-shadow: -20px 20px 1px #e6a823;

}
.doppelbilder, .doppelspaltig {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-row: auto;
	column-gap: 30px;
	row-gap: 30px;
}

.doppelspaltig {
	align-items: start;
}

.box {

}
.box.weit {
	position: relative;
	margin: 40px -9999rem 0 !important;
	padding: 50px 9999rem !important;
	clear: both;
	width: auto;
}
.box.weit.grau {
	border-image: conic-gradient(#f7f7f7 0 0) fill 0/0 100vw;
	align-items: center;
}
.box.weit.gelb {
	border-image: conic-gradient(#e6a823 0 0) fill 0/0 100vw;
	border-image: linear-gradient(0deg, #f2c76e, #e6a723) fill 0/0 100vw;
	align-items: center;
}
.home .box.weit {

	margin: 0px -9999rem 0 !important;
	padding: 50px 9999rem !important;

}

@media (max-width: 900px) { 

}

@media (max-width: 767px) { 
	.box {
		padding-bottom: 0px;
		margin-top: 10px;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.box.weit {
		position: relative;
		margin: 30px -9999rem 0 !important;
		padding: 30px 9999rem !important;
		clear: both;
		width: auto;
	}

	.bild-links, .bild-rechts {
		float: none;
		display: block;
		padding: 0;
		margin: 0;
		text-align: center;
		padding-bottom: 15px;
		width: 100%;
	}
	.doppelbilder, .doppelspaltig {
		display: grid;
		grid-template-columns: 1fr;
	}
	

}


/* Fussleiste*/
.footer {
	margin-top: 0;
}
.footer a {color: #fff;
}
#footer1 {
	color: #fff;
	clear: both;
	line-height: 1.5em;
	font-size: 16px;
	text-align: center;
	background-color: #8bb354;
	padding-top: 40px;
	padding-bottom: 20px;
}

#footer1 .row {
	display: flex;
	justify-content: center;
	align-items: center;
	
}

#footer2 .container {
	background: none;
}
#footer1 .moduletable {
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#footer1 .module-content {
	margin-top: 0;
	padding: 0;
}

#footer a {
	color: #fff;
}
#footer1 a:hover {
	background: none;
	text-decoration: underline;
}



#footer1 .nav>li>a {
	display: list-item;
	padding: 0px 0px;
	margin-left: 10px;
}



@media (max-width: 990px) { 


}
@media (max-width: 767px) { 
	#footer .row {
		flex-wrap: wrap;
	}
	#footer .row .block {
		width: 100%;
	}

}
#footer2 {
	background-color: #9cbe6d;
}
#footer2 .moduletable {
	margin-bottom: 0;
	padding: 15px;
}
#footer2 .nav {
	text-align: center;
	flex-direction: row;
	justify-content: center;
	padding-top: 12px;
}
#footer2 .nav li {
	display: inline-block;
	width: auto;
	white-space: nowrap;
}

#footer2 .nav li:first-child:after{
	content:'\007C';
	color: #fff;
}

#footer2 .nav li a {
	padding: 0;
	display: inline-block;
	color: #fff;
	padding-right: 20px;
	padding-left: 20px;
}
#footer3 {
	text-align: center;
	background-color: #fff;
}
#footer3 .moduletable {
	padding: 10px 0 0;
	margin: 0;
}
#footer3 img {
	width: auto%;
	max-height: 124px;
	padding: 10px;
}

.servicenav ul.nav, ul.nav.socialmedia  {
	display: block;
	padding-top: 0;
	padding-bottom: 0px;
	margin-top: 5px;
}
.servicenav ul.nav li, ul.nav.socialmedia li  {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	list-style: none;
}
.servicenav ul.nav li a {
	text-decoration: underline;
	font-size: 1.2em;
}
.servicenav ul.nav li a:hover {
	color: #717171;
}
ul.nav.socialmedia li a img {
	width: 40px;
}
.socialmedia ul.nav {
	padding: 0;
	margin-top: 0;
}
ul.nav.socialmedia li {
	padding-left: 5px;
	padding-right: 5px;
}

@media (max-width: 990px) {
	.doppelbilder, .doppelspaltig {

		column-gap: 20px;
		row-gap: 20px;
	}
}

@media (max-width: 767px) {


	.footer .container {
		display: grid;
		grid-template-columns: 1fr;
		column-gap: 40px;
	
	}

}

.back-to-top-link {
	position: fixed;
	bottom: 20px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	right: 20px;
	border-color: #757575;
	color: #757575;
	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: #0d60a4;;
}


.wf-mediabox-nav {
	padding: 1.5em!important;
}


