/* @override 
	http://ivap.check2net.at/templates/ivap/css/custom.css */

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

html, body {
	font: 16px 'Open Sans', sans-serif;
	line-height: 1.5em;
	color: #26272B;
	background-size: cover;
	font-weight: 400;
}

body {
	overflow: hidden;
	height: auto!important;
	background-size: 100% auto;
}
/* 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: 0px solid rgba(144, 168, 69, 0.50);
	padding: 0 5px 8px 0;
	vertical-align: top; 
}
table>tbody {
	border-bottom: 0px solid rgba(144, 168, 69, 0.50);
}

.module-content ul li::before {
	content: "";
}
.nav>li>a:focus, .nav>li>a:hover{
	background: none;
}

#main:after, .menunav::after, #fullwidth .moduletable::after, .page-content > div::after, #navigation::after, #footer #main::after, .items-row::after, .bilder::after, .contentbox::after, .linie::after {	
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
body #wrap {
	padding-top: ;
}
@media (max-width: 767px) { 
	body #wrap {
		padding-top: 57px;
	}
}
body section {
	padding-top: 0;
	background-color: #E4E7E9;
}
#fullwidth {
	z-index: 1;
}

#main {
	padding-bottom: 0px; 
	text-align: left;
	
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 20px;
}
h1 {
	font-size: 40px;
}	
h2 {
	font-size: 30px;
}
h3 {
	font-size: 26px;
	font-weight: bold;
	padding-top: 20px;
}
h4 {

	font-size: 28px;
}
h5 {
	font-size: 20px;
}

a {
	color: #009bdb;
}
a:focus, a:hover {
	color: #535956;
	text-decoration: underline;
}
p {
	padding-top: 0;
}
ol, ul, p {
	padding-bottom: 15px;
}
ul li {
	list-style: disc;
}


#main-box a{
	text-decoration: underline;
}
a.btn {
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0px solid #949494;
	border-radius: 0px;
	font-variant: normal;
	line-height: 1.2em;
	color: #565656;
	border-radius: 0px;
	background: none;
	font-weight: 700;
	font-size: 16px;
}
a.btn:hover {
	
}
.btn .icon-chevron-right {
	display: none;
	visibility: hidden;
}
.btn-primary {
	background-color: #88a3b7;
	border-color: #88a3b7;
	font-weight: bold;
	padding-left: 40px;
	padding-right: 40px;
}
.btn-primary:hover {
	background-color: #575857;
}
a.link {
	background-color: #c1ccd2;
	display: block;
	text-align: center;
	text-decoration: none!important;
	padding-top: 3px;
	padding-bottom: 4px;
}
section, #main #container, .container {
	background: none;
}
.header {
	height: 100px;
	background-color: rgba(37, 38, 43, 0.8);

}
.header--fixed {
	z-index: 50;
}
#main {
	padding-top: 0;
	padding-bottom: 0!important;
	margin-bottom: 0!important;
}
#main-box {
	padding-top: 0!important;
	padding-bottom: 0!important;
	margin-bottom: 0;
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	#top {
		height: auto;
	}

	#top .custom p {
		text-align: center;
	}
}
/* Navigation */
#top {
	position: fixed;
	width: 100%;
	z-index: 1001;
	padding-top: 0;
	padding-bottom: 0;
}

#top .elemente {
	background: none;
	font-size: 14px;
	padding-right: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 30px;
}
#top p {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.logo {
	padding-top: 14px;
}
.logo img {
	width: 215px;
}
.topnav {
	padding-top: 0px;
	padding-bottom: 6px;
}

.navigation {
	width: auto;
	padding-left: 0;
	flex-grow: 2;
	display: flex;
	justify-content: flex-end;
	flex-shrink: 2;
	padding-top: 18px;
}


.headroom, #top.top, #top .titel img,  #top.affix img, #top img, .navigation, .top.affix .logo, #top .container {
	transition: all 300ms ease-in-out 0s;
}

@media (max-width: 990px) {
	.header {
		height: 80px;
	}
	.logo {
		padding-top: 11px;
	}
	.logo img {
		width: 170px;
	}
}

@media (max-width: 767px) {

	header, .header--fixed{
		position: relative;
		background-color: rgba(37, 38, 43, 1);
	}
	body #wrap {
		padding-top: 0px;
	}
	.header, #top, #top.affix, .headroom.headroom--not-top, #top.top.affix {
		position: relative!important;
		height: 60px;
	}
	#top .elemente {
		padding-top: 0;
		padding-left: 0;
		flex-direction: row-reverse;
		align-items: center;
	}
	.logo {
		padding-top: 6px;
	}
	.logo img {
		width: 150px;
	}
	#top .navigation, #top.affix .navigation {
		width: auto;
		float: left;
		padding: 2px 0 0px;
		height: auto;
		margin-right: 0;
		margin-left: 0;
		justify-content: flex-start;
	}
	.headroom, #top.top, #top .titel img,  #top.affix img, #top img, .navigation, .top.affix .logo, #top .container {
		transition: all 0ms ease-in-out 0s;
	}
}

/* Bannerbilder */

#banner .moduletable {
	padding: 0;
	margin: 0;
}
#banner .moduletable .custom {
	width: 100%;
	height: 0;
	position: relative;
	overflow: hidden;
	padding-top: 36%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* Statseite Produkte*/
#feature {
	background-color: #E4E7E9;
}
#feature .moduletable {
	padding: 0 0 30px;
	margin: 0;
}
#produkte {
	margin-top: -180px;
}
#produkte, #produkte li, #produkte li a {
	display: flex;
	align-items: stretch;
}
#produkte img {
	width: 150px;
}
#produkte li {
	width: 25%;
	justify-content: center;
	margin: 0;
	padding: 0;
}
#produkte li a {
	text-align: center;
	background-color: #3D3E45;
	color: #fff;
	flex-direction: column;
	align-items: center;
	border: 2px solid #fff;
	width: 250px;
	padding: 10px;
	justify-content: space-between;	
}
#produkte li a:hover {
	background-color: #000;
}
#produkte li a span {
	display: block;
	font-weight: bold;
	padding-top: 10px;
	font-size: 18px;
}

.vorgestellt #produkte {
	margin-top: 0;
}
.vorgestellt #produkte li a {
	background-color: #d1d1d3;
	color: #3c3d45;
	justify-content: center;	
}
.vorgestellt #produkte li a:hover {
	background-color: #fff;
	color: #009bdb;
}
.vorgestellt #produkte li a span {
	margin-top: 0;
	font-weight: normal;
	font-style: normal;
}

@media (max-width: 1200px) { 
	#produkte li a {
		width: 230px;
	}
}
@media (max-width: 990px) {
	#feature .moduletable {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	#produkte {
		margin-top: 0px;
		flex-wrap: wrap;
		justify-content: center;
	}
	#produkte li {
		width: auto;
		padding: 6px;
	}
	#produkte li a {
		width: 240px;
	}
}


/* Inhalte */

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

.page-header {
	border: none;
	position: relative;
	padding-top: 40px;
	padding-bottom: 30px;
	margin: 0px 0px 0px 0px !important;
	text-align: center;
	border-bottom: 0!important;
}

.blog {
	padding-top: 0px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.page-header h1, .item-page .page-header h1, .item-page .page-header h2, #main-box > h1, #content-top .module-title h1, #content-bottom .module-title h3 , h1.igallery_title {
	font-size: 40px;
	display: inline-block;
	margin-top: 0!important;
	font-weight: bold;
	padding: 0 20px 9px;
	min-width: 300px;
	border-bottom: 2px solid #009cdc;
}


@media (max-width: 767px) { 
	.page-header, #content-top .module-title {
		padding-left: 10px;
	}
	.page-header h1, .item-page .page-header h1, .item-page .page-header h2, #main-box > h1, #content-top .module-title h1, #content-bottom .module-title h3 , h1.igallery_title {
		font-size: 35px;
		width: 100%;
	}
}

/* Newsbeitrag */

.blog .item .page-header h2 {
		padding-bottom: 10px;
		background-size: auto 3px;
		margin-bottom: 0;
		margin-top: 0;
		font-weight: bold;
		text-align: left;
		font-size: 20px;
}
.blogpost {
	padding-top: 20px;
}
.blog .items-row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: stretch;
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 50px;
}
.blog .item {
	margin-bottom: 0px;	
	display: flex;
	flex-direction: column;
	align-content: stretch;
	align-items: stretch;
	width: 33%;
}

.blog .item .abstand {
	display: flex;
	background-color: #fff;
	margin-right: 20px;
	margin-left: 20px;
	height: 100%;
}


.blog .item .text {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.blog .item .articletitle {
	text-align: left;
	border-bottom: none;
}
.blog .item .page-header {
	padding-top: 0!important;
	margin-top: 0!important;
}


.blog .item-image {
	text-align: center;
	overflow: hidden;
	position: relative;
}
.blog .item-image img {
	padding-right: 0px;
}
.blog .item a {
	display: block;
	position: relative;
	text-decoration: none!important;
	color: #3D3E45;
}
.blog .item a:hover {
	color: #009bdb;
}
.blog .items-row {
	padding-bottom: 0px;
}

.blog .item .page-header {
	margin: 0px 0 0px!important;
	padding: 0px 0 0!important;
}

@media (max-width: 1200px) { 
	.blog .item .abstand  {
		margin-left: 5px;
		margin-right: 5px;
	}
}


@media (max-width: 990px) { 
	.blog .items-row {
		flex-direction: column;
	}
	.blog .item {
		width: 100%;
		margin-bottom: 20px;
	}
}


#main-box .blog-featured .item-title a, #main-box .blog .page-header a, #main-box  .btn {
	text-decoration: none;
}



#main-box h2.item-title a, #main-box .blog .page-header h2 a {
	text-decoration: none;
}

.pagination-wrapper {
	text-align: center;
	line-height: 14px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	border-color: #354882;
}
.pagination>li>a, .pagination>li>span {
	color: #354882;
	text-decoration: none!important;
	padding-top: 8px;
	padding-bottom: 2px;
	line-height: 20px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0;
}




/* bottome */
#bottom {
	background-color: #fff;
	text-align: center;
	padding-top: 0;
	font-weight: bold;
	font-size: 25px;
	padding-bottom: 0;
}
#bottom .moduletable {
	padding: 0;
	margin: 0;
}

#bottom .referenz {
	padding: 40px 20px;
}

#bottom .referenz a {
	margin-top: 20px;
	display: inline-block;
	color: #fff;
	padding: 6px 20px 8px;
	background-color: #009cdc;
	min-width: 300px;
}
#bottom .referenz a:hover {
	background-color: #000;
	text-decoration: none!important;
}

#content-bottom .moduletable {
	margin-left: 10px;
	margin-bottom: 0;
	margin-right: 10px;
	padding-top: 20px;
	clear: both;
	padding-bottom: 10px;
	text-align: center;
}

/* Meldungen */

#system-message {
	border: 1px solid #9f9f9f;
	background-color: #fff;
	text-align: center;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 0px;
}


/* Fussleiste*/

#footer {
	font-size: 14px;
	padding-bottom: 20px;
	line-height: 1.4em;
	color: #fff;
	text-align: left;
	background-color: #3D3E45;
	
}

#footer p {
	padding: 0;
	margin: 0;
}
#footer .box {
	padding-top: 0!important;
	padding-bottom: 0!important;
}
#footer .elemente {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-right: 0;
	margin-left: 0;
}
#footer .element {
	width: 33%;
	text-align: center;
}
#footer .custom {
	display: flex;
	align-items: center;
}
#footer .text {
	padding-left: 10px;
}
#footer .icon img {
	width: 36px;
}

#footer .icon {
	flex-grow: 1;
}

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

#footer .moduletable {
	padding: 35px 20px 15px;
	margin-bottom: 0;
}

#footer2 .nav {
	text-align: center;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	width: 100%;
	padding-top: 5px;
}

#footer2 .nav li {
	display: inline-block;
	padding-right: 10px;
	text-align: center;
	padding-left: 10px;
}

#footer2 .nav li a {
	padding: 0 2px 0 0;
	color: #fff;
}


#footer2 {
	background-color: #26272B;
}

@media (max-width: 990px) { 
	#footer {
		padding-bottom: 40px;
	}
	
	#footer .elemente{
		flex-direction: column;
		display: flex;
		flex-wrap: wrap;
	}

	#footer .moduletable {
		padding: 20px 20px 0;
		margin-bottom: 0;
	}
	#footer .nav li {
		text-align: center;
	}

}


/* Zurück nach oben */

.back-to-top {
	position: fixed;
	bottom: 0em;
	text-decoration: none;
	color: #fff;
	background-color: rgb(36, 37, 42);
	font-size: 0;
	width: 60px;
	padding: 1em;
	text-align: center;
	line-height: 1.2em;
	z-index: 1200;
	display: none;
	opacity: 0.8;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: none;
	height: 30px;
}
.back-to-top::before {
    content: "\2303";
    font-size: 28px;
    display: block; 
	padding-top: 20px;
}
.back-to-top {	
	transition: all 0ms;
}
/* Suche */
span.icon-search:after { 
	font-weight:bold;
}
@media (max-width: 990px) {
	.back-to-top {
		left: auto;
		right: 0;
	}

}

/* Inhalte */
.box {
	margin-bottom: 40px;
	margin-top: 50px;
}
.box.weit, .block.vorgestellt  {
    position: relative;
	margin: 0 -9999rem !important;
	padding: 0 9999rem !important;
	clear: both;
}
.articlecontent {
	background-color: #fff;
	padding: 20px 9999rem !important;
	position: relative;
	margin: 0px -9999rem 0 !important;
}
.box.grau, .block.vorgestellt  {
	background-color: #eaeaea;
}

.block.vorgestellt {
	padding-top: 40px !important;
	padding-bottom: 60px !important;
}
.galerie {
	padding-top: 40px;
	padding-bottom: 30px;
}
.galerie h3 {
	text-align: center;
}

@media (max-width: 990px) { 

	
}
@media (max-width: 767px) { 
	.box.weit  {
	    position: relative;
		clear: both;
	}

}
/* Galerie */
.igui-overlay-primary {
	background-color: #009cdc !important;
	color: #fff!important;
	font-weight: bold;
}