@charset "utf-8";
/* Mag. Natko Katicic ab z-Webfactory.com fecit a.D. 2016

#D2D2D2 // background color
#3CAA36 // heading background color
#C6D30B // subheading color
#B7C301 // langnav color
#0d7308 // link color
*/

body {
	color: #040404; /* text color */
	background-color: #D2D2D2;
	font-family: Calibri, Arial;  /*Calibri, Georgia, Arial, sans-serif;*/
	font-size: 1.1em;
	line-height: 1.5;
}

.page {

	width: 1000px;

	display: block;
	margin-left: auto ;
	margin-right: auto ;
}

header, #header {	/* support for retarded browsers like the ie8 or God forbid less. */

	width: 1000px;
	height: 130px;

	background-color: #ffffff;		

	display: block;
	position: fixed;
	margin-left: auto ;
	margin-right: auto ;
}

#logoImg {
	height: 77px;
	width: 260px;
	position:absolute;
	top: 30px;
	left: 20px;
}

#rightbox {

	height: 110px;
	width: 140px;

	background-color: #3CAA36;

	display: inline-block;
	position:absolute;
	top: 0px;
	right: 0px;
}

.heading {

	width: 600px;
	height: 45px;

	color: #ffffff;
	background-color: #3CAA36;

	display: block;
	margin-top: 22px; /* 30px; */
	font-size:1.25em;
	font-weight:900;
	line-height: 2em;
	padding-left: 25px;
}

.grayline {

	width: 950px; /*990px; 1000px;*/
	height: 30px;

	color: #ffffff;
	background-color: #d2d2d2;

	display: block;
	margin-top: 0px; /* 30*/
	font-size:1em;
	font-weight:300;
	line-height: 2em;
	margin-left: 0px; /*-20px; -25px;*/
}

.maincontent a:visited  {
color: #0d7308;}
.maincontent a:link  {
color: #0d7308;}
.maincontent a:hoover  {
color: #0d7308;}

th    { text-align: left; 
        padding-left: 1.3em;}

#mainContent {
	width: 100%;
	min-height: 400px;	
	overflow: visible;
}

#bigImg {

	width: 1000px;
	height: 360px;
	margin-top: 130px;

	background-image: url("../img/header_bild.jpg");
	background-size:contain;
}

section, .noscript {

	min-height: 400px;

	background-color: #ffffff;

	padding: 25px 25px 25px 25px;
}

#contact {

	top: 15px;
	right: 160px;

	position:absolute;
	text-align:right;
	font-size: 0.95em;
}

#contact a {
	color: #040404;
}

nav, #nav {
	position:absolute;
	bottom: 20px;
	right: 160px;
}

nav a:link, nav a:visited {

	color: #040404;
	font-weight: 600;
	font-size: 0.9em;
	font-stretch:condensed;

	text-decoration: none;
	margin-left: 25px;
}

nav a:hover, nav a:focus, nav a:active, nav a.selected {
	color: #C6D30B;
}

#langnav {
	display: inline-block;
	position:absolute;
	top: 10px;
	right: 85px;
}

#langnav a:link, #langnav a:visited {

	color: #ffffff;

	text-decoration:none;
	margin-left: 5px;
	font-weight: 600;
	font-size: 0.85em;
}

#langnav a:hover, #langnav a:focus, #langnav a:active, #langnav a.selected {
	color: #C6D30B;
}

#socialnav {
	display: inline-block;
	position:absolute;
	bottom: -7px;
	right: 20px;
}

.socialIcon {
	height: 20px;
	width: 20px;
	margin-left: 10px;
}

.subheading {

	color: #3CAA36;
     font-size: 1.0em;
	font-weight: 600;
}

li ul {
	font-weight:300;
	color: #040404;
	all: revert;
	list-style: square outside none;
}

ul.nobullet {
    list-style:none;
    padding-left:0;
}

footer, #footer {

	color: #ffffff;
	background-color: #3CAA36;

	display: block;
	height: 35px;
	width: 950px;
	margin-top: 30px;
	padding: 5px 25px 5px 25px;
	font-size: 0.85em;
	text-align: center;
	line-height: 3em;
}

#footnav {
	display: inline-block;
	margin-left: 35px;
}

#footnav a {
	color: #ffffff;
	text-decoration:none;
	border-bottom: thin dotted;
}

#footnav a:hover, #footnav a:active, {
	color: #C6D30B;
}