/* @override 
	http://localhost:8888/almak/templates/almak-2023/css/user.css?*
	https://www.iv-almak.at/templates/almak-2023/css/user.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: 15px/1.3em 'Open Sans', sans-serif;
	font-weight: 400;
	color: #717171;
}

body {
	height: auto!important;
}
/* 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: 1px solid #ddd;
	padding: 6px 10px 6px 0;
	vertical-align: top; 
}
table>tbody {
	border-bottom: 1px solid #ddd;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 00px;
	padding-bottom: 20px;
	color: #314686;
	text-align: center;
}
h1 {
	font-size: 34px;
}

h2 {
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 20px;
}
h3 {
	font-size: 24px;
	padding-bottom: 20px;
}
h4 {
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 0;
}
a {
	color: #314787;
}
a:focus, a:hover {
	color: #7a7a7a;
	text-decoration: underline;
}
p {
	padding-top: 0;
}
ol, ul, p {
	padding-bottom: 20px;
}
ul li {
	list-style: disc;
}
#main-box a{
	text-decoration: underline;
}
a.btn {
	display: inline-block;
	padding: 5px 30px;
	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: 1px solid #949494;
	border-radius: 0px;
	font-variant: normal;
	line-height: 1.2em;
	font-size: 16px;
	color: #949494;
	font-weight: bold;
	border-radius: 0px;
	background: none;
	text-transform: lowercase;
}
a.btn:hover {
	color: #b0b0b0;
	
}
.btn .icon-chevron-right {
	display: none;
	visibility: hidden;
}
.btn-primary {
	background-color: #525151;
	border-color: #525151;
}
a.link {
	background-color: #c1ccd2;
	display: block;
	text-align: center;
	text-decoration: none!important;
	padding-top: 3px;
	padding-bottom: 4px;
}
.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%;
}


#main {
	padding-bottom: 0px;
	background-color: #fff;
	margin-top: ;
		overflow: hidden;

}
.startseite #main {
  background-color: #eaecf3;

} 
.container-component>*+* {
	margin-top: 0!important;
}
.container {
	max-width: 1160px!important;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width: 990px) { 


	 .container-header {
	 	position: fixed;
	 }

	.container {
		padding-right: 10px;
		padding-left: 10px;
	}
	.start .container {
		padding-left: 0;
		padding-right: 0;

	}
	.start .content-grid {
		margin-top: 0;
	}
}

@media (max-width: 767px) { 
	#main {
		padding-top: 0;
	}
	.site-grid {
		grid-gap: 0;
	}


}

/* Header - Navigation */
header.header {
	height: 140px;

}
.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 {
	background: url(../images/hgnav.png) repeat-x;
	height: 120px;
}
.container-topbar > .container {
	display: grid;
	padding-right: 0px;
	padding-left: 0px;
	align-items: end;
	grid-template-columns: 250px 1fr;
}

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


.navgrid, .dj-megamenu-sticky {
}

.grid-child.brand {
	padding: 0 0 3px;
	text-align: left;
	display: block;
	margin-right: 0px;
}
.brand-logo {
	display: block;
	padding: 10px;
}


.grid-child.container-nav {
	margin: 0;
	padding-bottom: 0;
	padding-top: 0;
}


#site-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	transition: all .5s ease;
}
#site-header.hide {
	top: -150px;
}
.grid-child {
	display: block;
}
@media (max-width: 990px) { 
	header.header {
		height: 92px;
	}
	#site-header.hide {
		top: 0px;
	}
	.container-topbar > .container {
		display: grid;
		padding-right: 0px;
		padding-left: 0px;
		align-items: end;
		grid-template-columns: 150px 1fr;
	}
	.container-topbar {
		background: url(../images/hgnav.png) 0 -23px repeat-x;
		height: 92px;
	}
	.grid-child.brand {
		padding: 18px 0 0;
		text-align: left;
		display: block;
		margin-right: 0px;
	}
	.logo img {
		height: 58px;
	}
	.navigation {

		margin-left: 139px;
		padding-top: 24px;
	}

}

@media (max-width: 768px) { 
	#site-header {
		position: relative!important;
		top: 0;
		width: 100%;
		z-index: 100;
		transition: all .5s ease;
	}
	#main {
		padding-top: 0px;
	} 
	.container-topbar {
		height: auto;
		background: #fff;
	}
	header.header {
		height: 58px;
		background: #fff;
		box-shadow: 3px 0 7px rgba(0, 0, 0, 0.41);
	}
	.grid-child.brand {
		padding: 0 5px 0 2px;
		text-align: right;
		margin-bottom: -2px;
		margin-top: 0;
	}
	.navbar-brand {
		padding-top: 0;
		padding-bottom: 0;
	}
	.container-topbar > .container {
		display: grid;
		padding-right: 0px;
		padding-left: 0px;
		flex-direction: row;
		align-items: center;
		grid-template-columns: 1fr 1fr;
		justify-items: start;
		
	}
	.container-header .container-nav {
		display: block;
	}
	.container-topbar > .container .logo {
		 grid-column: 2 / 3;
		 grid-row: 1 / 2;
	}
}

/* Bannerbilder */
.banner {
	margin-top: 0;
	z-index: 1;
	position: relative;
	background-color: #fff;

}
.banner .container {
	background: none;
}
.banner > div {
	margin-bottom: 0;
	padding-bottom: 0px;
}
.banner .custom {
	height: 520px;
	background-position: center center;
	background-size: cover; 
}


@media (max-width: 1200px) { 
	.banner  .custom {
		height: 450px;
	}
}

@media (max-width: 990px) { 
	.banner  .custom {
		height: 360px;
	}
}
@media (max-width: 768px) { 
	.banner  .custom {
		height: 200px;
	}
}

#showcase {
	text-align: center;
	background-color: #fff;

}
#showcase .moduletable {
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}
#showcase .einleitung {
	padding-top: 20px;
	padding-bottom: 0px;
}
#showcase .element {
	display: inline-block;
	vertical-align: top;
	width: 16%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#showcase .element img {
	width: 80px;
	margin-bottom: 20px;
}
#showcase .element span {
	display: block;
}
#showcase .weiterlesen {
	padding-top: 20px;
}
.weiterlesen a,
.zurueck a {
	background-color: #314686;
	padding: 10px 30px 10px 28px;
	border-radius: 6px;
	color: #fff;
}
.zurueck {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}

.newsflash.verwstart {
	display: flex;
	flex-direction: row-reverse;
}

.verwstart h3 {
	font-size: 16px;
	padding: 10px 5px;
	color: #fff;
}

.verwstart h3 a {
	color: #fff;
}


.verwstart .item {
	width: 25%;
}
.verwstart .img-intro,
.verwstart .item-text {
	margin-right: 5px;
	margin-left: 5px;
}

.verwstart .item-text {
	background-color: #3c4e8b;
}

.einleitung .moduletable {
	padding-bottom: 10px;
	margin-bottom: 0;
}

#showcase ul.nav {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 30px;
	row-gap: 20px;
}
#showcase ul.nav li {
	font-weight: bold;
	list-style: none;
}
#showcase ul.nav li img {
	width: 100%;
}
#showcase ul.nav li span {
	background-color: #304685;
	color: #fff;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
#showcase ul.nav li a:hover span {
	text-decoration: underline;
}
@media (max-width: 768px) { 
	#showcase .element {
		display: inline-block;
		vertical-align: top;
		width: 160px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#showcase ul.nav {
		grid-template-columns: 1fr;
	}
	#showcase ul.nav li {
		width: 100%;
		font-weight: bold;
	}
}
/* Inhalte */


.item-page {
	margin-top: 0px;
	padding-bottom: 30px;
}
.hg-streifen {
	background-color: #f3f3f4;
}
.page-header {
	text-align: center;
	position: relative;
	border: none;
	padding-top: 0px;

	margin-bottom: 0px!important;
	margin-top: 0!important;
}



.blog .item .page-header {
	padding-top: 20px;
	padding-bottom: 20px;
	background: none;
}
.blog.featured {
	padding-top: 0px;
}

.blog .page-header h1, .blog > h1 , .item-page .page-header h1, .item-page .page-header h2, #main-box > h1, .moduletable h2 {
	font-size: 32px;
	display: block;
	margin: 30px 0;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/linie.png) center bottom no-repeat;
	background-size: 150px auto;
	padding-bottom: 30px;

}
 #main-box > h1 {
 	text-align: center;
 	display: block;
 	padding-bottom: 40px!important;
	padding-top: 30px;
 }

@media (max-width: 768px) { 
	.blog .page-header h1, .blog > h1 , .item-page .page-header h1, .item-page .page-header h2, #main-box > h1, .moduletable h2 {
		font-size: 26px;
		display: block;
		margin: 30px 0;
		font-weight: bold;
		padding-bottom: 30px;
	}
}


/* Newsbeitrag */
.blog {
	padding-bottom: 30px;
}
.blog-items {
	padding-top: 20px;
	background-color: #eaecf3;
}
.blog-item figure {
	padding: 0 0 20px;
	margin: 0!important;
}
.blog-items .blog-item {
	margin-bottom: 20px;
	background-color: #fff;
	padding: 5px;
}
.blog-items.columns-3 {
	column-gap: 2em;
}

.blog-item h2 {
	font-size: 16px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 20px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
}

.blog-item img {
	padding-right: 0;
	padding-top: 0;
	width: 100%;
	margin: 0;
}
.blog .text {
	text-align:center;
	background-color: #fff;
}

.blog-item .introtext {
	padding: 0 10px;
	text-align: center;
}

.blog .articlemore {
	padding-left: 0px;
}

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

p.readmore {
	padding-bottom: 0;
	text-align: center;
}
p.readmore a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #314686;
}

p.readmore a {
	background: none;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	font-size: 0;
	text-decoration: none;
	border: none;
}
p.readmore a::before {
	content:"\2026";
	font-size: 50px;
	line-height: 0;
	text-decoration: none!important;
}


.item-page .item-image {
	width: 100%;
	margin-bottom: 0px;
	text-align: center;
	padding-bottom: 20px;
}

#main-box h2.item-title a, #main-box .blog .page-header h2 a {
	text-decoration: none;
}
#news .articlecontent {
	background-color: #fff;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (max-width: 1200px) { 
	
	.blog .text {

		height: 250px;
	}
	
}
@media (max-width: 990px) { 
	
	.blog .text {

		height: 290px;
	}
	.blog .item {
		margin-left: -10px;
		margin-right: -10px;
	}
	
}
@media (max-width: 767px) { 
	.blog .text {
		height: auto;
		padding-bottom: 20px;
	}
	.blog .item-image {
		text-align: center;
		background-color: #fff;
		float: none;
		width: 100%;
		
	}
	.blog .item-image img {
		padding-right: 0px;
	}
	.blog .articletext {
		padding-top: 0;
		padding-bottom: 0;
	}
	.blog .item h2 {
		padding: 0 0 20px;

	}
	.blog .page-header h1, .item-page .page-header h1, .item-page .page-header h2, #main-box > h1, .moduletable h2 {
		font-size: 20px;
	}
}

#main-box .zurueck a {
	text-decoration: none;
}
#main-box .zurueck a:hover {
	text-decoration: underline;
}

/* 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;
}
.contentbox {
	background-color: #fff;
}
.textblau {
	color: #085ea8;
}
.clear {
	clear: both;
}

.box:after, .elemente:after, ul.zweispaltig:after, .materialien ul::after, .spalten::after, .breit::after, .breit .text ul::after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.spalten {
	clear: both;
	margin-bottom: 30px;
	margin-left: -10px;
	padding-top: 10px;
	margin-right: -10px;
}
.spalten .spalte {
	width: 33.3%;
	float: left;
}
.spalten .element  {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #fff;	
}
.spalten .bild {
	padding-bottom: 20px;
}
.spalten .abstand {
	padding: 10px 10px 0;
}
.zweispaltig.spalten .spalte {
	width: 50%;
	float: left;
}

.contentbox, .grau {
	background-color: #eaecf3;
	padding-bottom: 40px !important;
	padding-top: 50px !important;
}

.zweispaltig.beschreibung .spalte1 {
	width: 70%;
}
.zweispaltig.beschreibung .spalte2 {
	width: 30%;
}
@media (max-width: 990px) {  

	ul.dreispaltig > li {
		float: left;
		width: 50%;
	}
}
@media (max-width: 767px) { 
	.bild-links, .bild-rechts {
		float: none;
		display: block;
		padding: 0;
		margin: 0;
		text-align: center;
		padding-bottom: 15px;
		width: 100%;
	}
	.spalten {

		margin-left: 0px;
		margin-right: 0px;
	}

	.spalten .spalte {
		width: 100%;
		float: none;
	}
	.spalten .element {
		margin-left: 0;
		margin-right: 0;
		height: auto;
	}

	.zweispaltig.spalten .spalte {
		width: 100%;
		float: none;
	}


}
.team {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	padding-right: 200px;
	padding-left: 200px;
}

.team .element {
	width: 50%;
	float: none;
	display: block;
	margin: 0;
	text-align: center;
	vertical-align: top;
}

.team .element .bild {
	padding-right: 50px;
	padding-top: 20px;
	padding-left: 50px;
}
.team .element .text {
	padding-right: 15px;
	padding-left: 15px;
}
.team .element .text p {
	padding-top: 10px;
}


@media (max-width: 1200px) { 
	.team {
		padding-right: 100px;
			padding-left: 100px;
	}

}
@media (max-width: 990px) { 

	.team {
		padding-right: 30px;
			padding-left: 30px;
	}
}
@media (max-width: 767px) { 
	.team .element {
		width: 100%;
	
	}

}



/* Fussleiste*/
.footer {
	padding-top: 0;
	margin-top: 0;
}
#footer {
	color: #d7d9e4;
	clear: both;
	line-height: 1.5em;
	font-size: 16px;
	padding-bottom: 5px;
	background-color: #324687;
	text-align: center;
	padding-top: 20px;
	margin-top: 0;
}
#footer .hotline {
	padding-top: 10px;
}
#footer .hotline span {
		display: inline-block;
		background-color: #314686;
		padding: 5px 15px;
		border: 1px solid #707eab;

}
#footer img {
	padding-bottom: 10px;
}

#footer2 .container {
	background: none;
}
#footer .moduletable {
	margin-bottom: 0;
	padding: 30px 10px 0 0;
}
#footer .module-content {
	padding-top: 0;
	padding-left: 10px;
	margin-top: 0;
	padding-bottom: 20px;
}

#footer a {
	color: #d7d9e4;
}
#footer a:hover {
	background: none;
	text-decoration: underline;
}
#footer .logos {
	text-align: right;
	padding-top: 0px;
}
#footer .logos p {
	padding-bottom: 0;
}
#footer .logos img {
	height: 99px;
}

#footer .produkte .module-content ul.nav li {
	padding-top: 0;
	padding-bottom: 0;
	list-style: disc;
	margin-left: 6px;
}
#footer .nav>li>a {
	display: list-item;
	padding: 0px 0px;
	margin-left: 10px;
}

#footer .produkte img {
	display: none;
	visibility: hidden;
}


#footer2 {
	background-color: #3c4f8d;
}
#footer2 .moduletable {
	margin-bottom: 0;
	padding: 15px;
}
#footer2 .nav {
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
#footer2 .nav li {
	width: auto;
	white-space: nowrap;
	padding-right: 0;
	padding-left: 0;
	list-style: none;
}
#footer2 .nav li:first-child:after {
	content: "\007C";
	padding-left: 20px;
	padding-right: 17px;
	text-decoration: none;
}
#footer2 .nav li a {
	padding: 0;
	color: #a3acc9;
	text-transform: uppercase;
}
#footer2 .nav li a:hover {
	color: #fff;
	text-decoration: none;
}
/* Suche */
span.icon-search:after { 
font-weight:bold;
}


/* Inhalte */

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

.blog.verwaltung .text {
	height: 230px;
}
.blog.verwaltung .row .col-sm-3 {
	padding-right: 5px;
	padding-left: 5px;
}

@media (max-width: 1200px) { 
	.blog.verwaltung .text {
		height: 260px;
	}
}

@media (max-width: 990px) { 
	.verwaltung .articletitle .page-header h2 {
		font-size: 12px;
	}
	.verwaltung .articletext {
		font-size: 12px;
	}
	.blog.verwaltung .row .col-sm-3 {
		width: 50%;
		padding-right: 20px;
		padding-left: 20px;
	}
	.blog.verwaltung .text {
		height: 189px;
	}
}
@media (max-width: 767px) { 

	.verwaltung .articletitle .page-header h2 {
		font-size: 18px;
	}
	.verwaltung .articletext {
		font-size: 15px;
	}
	.blog.verwaltung .row .col-sm-3 {
		width: 100%;
		float: none;
		padding-right: 15px;
		padding-left: 15px;
	}
	.blog.verwaltung .text {
		height: auto;
	}
}
/* Fotogalerie */

.profile-1 {
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	
}
.profile-1 h2 {
	text-transform: uppercase;
}
.ig-menu-grid-item a {
	text-decoration: none!important;
}
.ig-menu-grid-item h4 {
	text-transform: none;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 15px;
}

/* Zurück nach oben */

.backbutton {
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 30px;
}

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