/* titillium-web-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: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/titillium-web-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/titillium-web-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v17-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/titillium-web-v17-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/titillium-web-v17-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/titillium-web-v17-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-600 - 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: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/titillium-web-v17-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/titillium-web-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v17-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/titillium-web-v17-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/titillium-web-v17-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/titillium-web-v17-latin-600.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/****************************************************************     
*****************************************************************                                          
   __ _                                           _        _      
  / _(_)_ __ _ __ ___   ___ _ __  _ __   ___  ___| |_   __| | ___ 
 | |_| | '__| '_ ` _ \ / _ \ '_ \| '_ \ / _ \/ __| __| / _` |/ _ \
 |  _| | |  | | | | | |  __/ | | | | | |  __/\__ \ |_ | (_| |  __/
 |_| |_|_|  |_| |_| |_|\___|_| |_|_| |_|\___||___/\__(_)__,_|\___|
***************************************************************** 
***************************************************************/

/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  font-family: "Open Sans", Arial, sans-serif;
  /* font-weight:normal; OUTDATED */
}
/* HTML5 display-role reset for older browsers */ 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.3em;
  text-align:center;
  font:inherit;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* end of http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
/*================================================================================================*/


/***************
 ** standards **
 ***************/

* {
line-height:1.5em;
vertical-align:top;
color: #000;
font-size:1em;
}

html {
	height:100.1%;
}

body {
	font-size: 62.5%; 
	background: white; 
	text-align:left;
	/*background: url(../images/background.jpg) repeat;*/
}

img, div {
	border: none;
}

a{
	text-decoration: none; 
	color: #000; 
	outline: 0; 
	padding: 0; 
	margin: 0;
}

a:focus{
	outline: 0;
}

a:hover{
	text-decoration: none;
}

b,strong{
	font-weight: bold;
}

i,em {
	font-style: italic;
}

p {
	font-size:1.3em;
}

p * {
	font-size: 1em;
}

ul {
	list-style: disc;
}

.clear{
	clear:both;
}

/***********
 ** links **
 ***********/

a {
	outline:none;
}

a, a:link, a:visited {
	color: #aac902; 
	text-decoration: none;
}

#feature a:hover, #content a:hover {
	color:#8880A2;
}

a:hover, a:active, a:focus, a:visited {
	text-decoration: none !important;
}

#subfooter-inner a, #subfooter-inner a:link, #subfooter-inner a:visited {
	color:#989898;
}

#subfooter-inner a:hover {
	color:#8880A2;
}

/**********
 ** main **
 **********/

#all{}
	
#container{}
	
.container {
	max-width:980px !important;
	min-width:980px !important;
	padding:0px !important;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
	
#header{
	height:124px;
	background:url(../images/header.png) repeat;
	box-shadow: 0px 0px 4px 0px #0A0A0A;
	position:relative;
	z-index:1;
}

#header_bg {
	position:absolute;
	top:0px;
	height:124px;
	background:url(../images/header.png) repeat;
	width:100%;
	-moz-box-shadow: 0px -4px 4px 4px #0A0A0A;
	-webkit-box-shadow: 0px -4px 4px 4px #0A0A0A !important;
	box-shadow: 0px -4px 4px 4px #0A0A0A;
	z-index: 1;
}

#top-left {
    margin-left: 5px;
    margin-right: 5px;
}

#top-left a > img {
    margin-top: 26px !important;
}

#shadow-right_left { box-shadow: 0 -5px 4px 0 #0A0A0A;-webkit-box-shadow: 0 -5px 4px 0 #0A0A0A;height: 569px;margin: 0 auto;position: relative;width: 980px;}

#header-inner{
	position:relative;
	background:url("../images/header-inner.png") no-repeat;
	height:124px;
}

#top-nav {
    margin-top: 67px;
    text-align: right;
    width: 575px;
    margin-left: 68px;
	padding: 0;
}
	

#feature-box {
	background-color: white;
	opacity:0.89; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=89)";
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); /* IE */
	padding: 20px; position: absolute; 
	top: 75px; 
	width: 367px;
}

#feature{
	background:url(../images/bg-feature.png) no-repeat center center;
	position:relative;
	
}

#feature_bg{
	background:#abc903;
	position:absolute;
	top:124px;
	width:100%;
	height:362px;
}

#content{}
	
#content-inner {
	padding:20px 20px; 
	position:relative;
}

#content_bg_inner {
	position: relative;
	top: 127px;
	width: 980px;
	height: 443px;
	box-shadow: 0px -6px 4px 0px #0A0A0A;
	margin: 0px auto !important;
}

#content_bg {
    width: 100% !important;
    height: 443px !important;
    position: absolute !important;
}
        
#left{
	padding:20px 0px 20px 0px;
	background:#f6f6f6;
	border-collapse:separate;
	border:1px solid #aac902;
	border-radius:4px;
	min-width:450px;
}

#mid{
	padding:20px 0px 20px 0px; 
	border-collapse:separate; 
	border:1px solid #aac902; 
	border-radius:4px;
	min-width:450px;
	float:left;
}

#mid-inner{
	margin:0px 20px 0px 20px; 
	position:relative;
	min-height: 243px;
}

#right{
	padding:20px 0px 20px 0px;
	border-collapse:separate; 
	border:1px solid #aac902; 
	border-radius:4px;
	min-width:450px;
	float:right;
}

#right-inner {
    margin: 0px 20px !important;
    position: relative;
    min-height: 243px;
}

#subcontent{
	margin: 40px 20px 0px 20px;
	padding:20px 0px 20px 0px; 
	border-collapse:separate; 
	border:1px solid #aac902; 
	border-radius:4px;
}

#subcontent li {
	font-size:1.3em;
	margin-left: 20px;
}

#subcontent ul {
	margin: 5px 0px 5px 0px;
}

#subcontent-inner{
	margin:0px 20px 0px 20px; 
	position:relative;
}

#footer{
	padding-top:20px;
}

#footer-inner{
	width:980px;
	margin:0px auto;
}

#subfooter{
	width:100%;
	background:#52555a; 
	margin-top:20px;
}

#subfooter-inner {
	margin:0 auto;
	padding:5px 0;
	width:980px;
	background:url("../images/copyright-inner.png") no-repeat;
	text-align:center;
}

#subfooter *{
	font-size:1em;
	color:#989898;
}

#subfooter table {
	float: right;
}
		
/**********************
** navigation styles **
**********************/
#top-nav li{
display: block;
float: left;
margin-right: 20px;
/*overflow: hidden;*/
}       

#top-nav li a{
color: #000000;
display: block;
font-size: 14px;
text-decoration: none;
width: auto;
padding-bottom:4px;
padding-top:0;
}      

#top-nav .navbar-nav li.active {
border-bottom: 2px solid #AFCE02;
padding-bottom:0;
}

#top-nav .navbar-nav li{
padding-bottom:2px;
}

#top-nav .navbar-nav li:hover{
border-bottom: 2px solid #AFCE02;
padding-bottom:0;   
color:#000 !important;
}

#top-nav ul.navbar-nav > li.deeper.parent{position:relative;}

/* Supmenu */
#top-nav ul.navbar-nav > li.deeper.parent > ul {
padding: 0px;
}
#top-nav ul.navbar-nav > li.deeper.parent > ul > li{
overflow:hidden; 
display:block; 
float:none;
margin-right: 0px;
/* width: 20%; */
border-bottom:0;
/* border-left: 1px solid #fff; */
}    

#top-nav ul.navbar-nav > li.deeper.parent > ul > li:first-child {

}

#top-nav ul.navbar-nav > li.deeper.parent > ul > li+li {
}

#top-nav ul.navbar-nav > li.deeper.parent > ul > li > a{
/*color:#181818; */ 
display:inline-block;
font-size:1.3em;
text-decoration:none;
/*text-transform: lowercase;*/
width: 100%;
color: #FFF;
padding:5px 20px;
}  

#top-nav ul.navbar-nav > li.deeper.parent > ul > li a:hover {
color: #FFF;
background: #8880A2;
}

#top-nav ul.navbar-nav > li.deeper.parent > ul > li:hover {

}

#top-nav ul.navbar-nav li.deeper.parent > ul {
display:none;
}

#top-nav ul.navbar-nav li.deeper.parent:hover > ul{
    display: block;
    position: absolute;
    z-index: 99;
    padding: 0px 0px;
    background: #AFCE02;
    left: 0;
    min-width: 130px;
    text-align: left;
    width: 100%;
}

#top-nav div.moduletable_lang li {
padding:0px;
margin-right: 10px;
}

.item-128.deeper.parent ul,
.item-136.deeper.parent ul{width:180px !important;}

/*.item-103.deeper.parent ul {
    left:142px;
}

.item-102.deeper.parent ul {
    left:57px;
}

/*************
** h1 h2 h3 h4 h5, p
*************/
h1, h2, h3, h4, h5{}
	
h1,h3,h5,.fake-headline{
	color: #303030;
	font-size: 1.7em;
	font-weight: bold;
	padding:0 0 0px 15px;
	text-indent:-15px;
}

h1:before,h3:before,h5:before,.fake-headline:before{
	content:"+ ";
	color:#abc905;
}

h2,h4,h6,.fake-subline{
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 10px 16px;
	color:#bebebe;
}

.biggreen{
	font-size: large; 
	color: #aac902;
}

.biggreen *{
	font-size: 1em; 
	color: #aac902;
}


/***********************
** LIST STYLES IN MID **
***********************/
  #mid-inner ul li{
  margin-left: 20px;
  }
/************************
**   content styles    **
************************/
.start{
  border-collapse:separate;
  border:1px solid #aac902;
  border-radius:4px;
  padding:20px;
  width: 430px;
  
}
 td.zwischen{
  width:40px;
}
/**************************
**        button         **
**************************/  
.button {
    background: #FFFFFF;
    box-shadow: inset 0 0 10px 1px #cfcfcf;
    text-align: center;
    width: 100%;
  border:2px solid #aac902;
  
  position: absolute;
  width: 100%;
  bottom: 0px;
}

.button:hover{
  background: #aac902;
  cursor: pointer
}

.button > a {

  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  color: #aac902;
  font-weight: 900;
  padding: 7px 0px;

}
.button:hover a {
  color:white !important;
}

/***********************
** GOOGLE MAPS OVERRIDES **
***********************/
td.maps p {
	font-size:1em;
}

.mapprint {
	display:none;
}

/***********************
** BREEZING FORMS **
***********************/

.moduletable.kontaktformular {
    width: 400px;
}

.bfElemWrap input, .bfElemWrap textarea {
    padding: 8px !important;
    border: 1px solid #E5E5E5 !important;
    font: 12px Verdana,Tahoma,sans-serif !important;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1) !important;
	margin-bottom:10px !important;
}

.bfQuickMode input[type="text"], .bfQuickMode textarea, .bfQuickMode select, .bfQuickMode .uneditable-input {
  max-width: 100% !important;
	width: 100% !important;
}

.btn-primary {
    background: #6CB85E !important;
	border: 1px solid #E5E5E5 !important;
	font: 12px Verdana,Tahoma,sans-serif !important;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1) !important;
}

.btn-primary:hover {
    background: #62CA4F !important;
}

.btn-primary span {
    color: #FFF !important;
}

.btn {
	border-radius:0px !important;
}

#bfSubmitButton {
	    position: static;
}

#bfLabel10 {
    
}

#ff_elem10 {
   
}

#ff_elem5 {
    height: 200px !important;
}

#contact-header {
    padding: 10px 0px;
}

/* BOOTSTRAP OVERRIDES */
/*
@media (min-width: 768px) {

.container {
	width:750px!important;
}
}

@media (min-width: 992px) {
	.container {
		width:900px!important;
	}
	
	.feature_box {
		display:block!important;
	}
}

@media (min-width: 1200px) {
	.container {
		width:1230px!important;
	}
}

@media (max-width: 1200px) {
	.moduletable_menu {
		position: relative;
		top: 85px !important;
	}
}

@media (max-width:767px) {
.bfQuickMode input[type=text], .bfQuickMode textarea, .bfQuickMode .uneditable-input, .bfQuickMode input[type=text]:hover, .bfQuickMode textarea:hover, .bfQuickMode .uneditable-input:hover, .bfQuickMode input[type=text]:focus, .bfQuickMode textarea:focus, .bfQuickMode .uneditable-input:focus {
	width:100%!important;
	max-width:100%!important;
	min-width:100%!important;
}

#top-left img {
	margin-right: 30px;
}

.btn-primary {
	float: right;
	top: -30px;
	}
}

@media (max-width: 480px) {
	#header-inner {
		height:100%;
	}
	
	#top-left {
		float:none;
		position:relative;
		text-align:center;
		top:0;
		right:0;
	}
	
	#top-left img {
		width:100%;
		margin-right: 0!important;
	}
	
	#top-right {
		float:none;
		position:relative;
		text-align:center;
		top:0;
		right:0;
	}
	
	.moduletable_topmenu {
		position:relative!important;
		top:0!important;
		right:0!important;
	}
	
	.moduletable_menu {
		width: auto !important;
		top:0!important;
		left: 0 !important;
	}
}
*/

.control-group:after{
content: "";
  display: table;
  clear: both;
}
.control-label{
	float: right;
    text-align: left;
    width: 95% !important;
    font-size: 14px;
	cursor:pointer;
}
#bfSubmitButton{
	margin-top:20px;
}
