@charset "utf-8";
/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local(''),
       url('fonts/roboto-v30-latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-v30-latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-v30-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-v30-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url('fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-v30-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}




* {
    margin: 0;
    padding: 0;
}

html, body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
	height: 100%;
	overflow: hidden;
	width: 100%;
	font-size: 13px;
	text-transform: none;
}
html {
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}


#footer{
	position: absolute;
	height: 169px;
	margin-bottom: 0px;
	bottom: 0px;
	z-index: 3000;
	background-image:url(images/bg_footer.gif);
	width: 100%;
}
#footercontent{
	width: 995px;
	height: 169px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	bottom: 0px;
}


#text{
	position: absolute;
	width: 649px;
	height: 541px;
	left: 50%;
	margin-left: -154px;
	margin-bottom: 168px;
	bottom: 0px;
	z-index: 1000;
	color: #464645;
	text-align: left;
	line-height: 20px;
	background-image: url(images/bg_text.png);
	background-repeat: repeat;
}
#text h1{
	font-size: 20px;
	color: #91c912;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 24px;
}
#text p{
	margin-bottom: 20px;
}
#text a{
	color: #91c912;
}
#text ul{
	list-style-image:url(images/punkt1.png);
	padding-left: 20px;
	margin-bottom: 20px;
}
#text ul li ul{
	list-style-image:url(images/punkt2.png);
	padding-left: 20px;
	margin-bottom: 0px;
}


.scroll-pane  {
    height: 482px;
    padding-right: 20px;
    width: 570px;
	margin-left:35px;
	margin-top:35px;
	z-index: 1000;
}

#logo {
	float: left;
}

#footermenu {
	float: right;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 12px;
}
#footermenu a {
	color: #FFF;
	text-decoration: none;
}
#footermenu a:hover, #footermenu a.active {
	color: #FFF;
	text-decoration: underline;
}

#langmenu {
	clear: both;
	float: left;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 15px;
}
#langmenu a {
	color: #FFF;
	text-decoration: none;
}
#langmenu a:hover, #footermenu a.active {
	color: #FFF;
	text-decoration: underline;
}

#mainmenu {
	float: right;
	z-index: 6000;
}
#mainmenu a {
	font-size: 15px;
	color: #4f0b56;
	text-decoration: none;
	text-transform: uppercase;
	background: none;
	display: inline;
	padding: 4px;
}
#mainmenu a:hover {
	color: #ffffff;
	background-color: #A1CA3E;
}

#mainmenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#mainmenu ul li {
	display: inline-block;
	height: 28px;
	list-style-type: none;
	padding: 3px;
	padding-top: 53px;
	padding-bottom: 45px;
	margin-left: 5px;
}
#mainmenu ul li:hover{ 
	color: #FFF;
	background-color: #A1CA3E;
	cursor:pointer;
}
#mainmenu ul li.active{ 
	color: #FFF;
	background-color: #A1CA3E;
	cursor:pointer;
}
#mainmenu ul li.active a {
	color: #ffffff;
	background-color: #A1CA3E;
}

#mainmenu ul li ul { /* second-level lists */
	position: absolute;
	margin-left: -3px;
	bottom: 168px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #A1CA3E;
}

#mainmenu li:hover ul, #mainmenu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#mainmenu li ul li a{ /* second-level lists */
	font-size: 13px;
	text-transform:none;
	color: #FFF;
	font-weight: normal;
	padding: 2px;
}
#mainmenu li ul li a:hover{ 
	color: #A1CA3E;
	background-color: #FFF;
}
#mainmenu li ul li {
	margin-left:15px;
	margin-right:15px;
	display:block;
	float:none;
	text-align:left;
	height: 22px;
	padding-top: 6px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
}
#mainmenu ul li ul li:hover, #mainmenu ul li ul li:hover a{ 
	color: #A1CA3E;
	background-color: #FFF;
}
#mainmenu li ul li.last, #mainmenu li ul li.last:hover {
	border-bottom: solid 0px #ccc;
}


/********************** FORM *******************/
#contactForm h2, #rckrufformular h2{
	display: none;
}
#contactForm .form-group, #rckrufformular .form-group {
	margin-bottom:10px;
}
.form-group label{
	width: 120px;
	float: left;
	clear: both;
}
.form-group input, .form-group textarea{
	width: 250px;
}
#contactForm input[type="checkbox"], #rckrufformular input[type="checkbox"]{
	width: 20px;
}
.form-group .form-check-label{
	text-align:right;
	width: 145px;
}
#contactForm .actions, #rckrufformular .actions{
	margin-top: -10px;
	margin-left: 120px;
}



div.extern{
	display: none;
}

.panel-body{
	line-height: 24px;
}
.panel-body .text{
	color: #a1ca3e;
	text-transform: uppercase;
	width: 150px;
	float: left;
}
.panel-body .ergebnis{
	color: #4f0b56;
	text-transform: lowercase;
}

hr {
    background: rgba(0, 0, 0, 0) url("images/hr.png") repeat-x scroll 0 0;
    border: 0 none;
    height: 6px;
}
.btn {
  background: #a0ca3e;
  background-image: -webkit-linear-gradient(top, #a0ca3e, #85b017);
  background-image: -moz-linear-gradient(top, #a0ca3e, #85b017);
  background-image: -ms-linear-gradient(top, #a0ca3e, #85b017);
  background-image: -o-linear-gradient(top, #a0ca3e, #85b017);
  background-image: linear-gradient(to bottom, #a0ca3e, #85b017);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #ffffff;
  padding: 2px 5px 2px 5px;
  border: solid #6b8f18 1px;
  text-decoration: none;
  margin-top: 5px;
}

.btn:hover {
  background: #748f34;
  background-image: -webkit-linear-gradient(top, #748f34, #4f690c);
  background-image: -moz-linear-gradient(top, #748f34, #4f690c);
  background-image: -ms-linear-gradient(top, #748f34, #4f690c);
  background-image: -o-linear-gradient(top, #748f34, #4f690c);
  background-image: linear-gradient(to bottom, #748f34, #4f690c);
  text-decoration: none;
}

.ce-textpic.ce-below {
    margin-bottom: 30px;
}


/***************  FAQ ********************/
#text .tx-jpfaq ul {
    list-style-image: none;
    padding-left: 0px;
    margin-bottom: 20px;
}
#text .tx-jpfaq li {
    list-style: inherit;
	background: url(images/plus.png) no-repeat left top;
	padding: 6px 0px 3px 25px;
	list-style: none;
	margin: 0;
	margin-bottom: 8px;
}
.tx-jpfaq .jpfaqShowAll, .tx-jpfaq .jpfaqHideAll {    
	text-align: right;
}
.tx-jpfaq li h3 {
    color: #A1CA3E;
}
.tx-jpfaq .toggleTriggerContainer {
    margin-left: 22px;
}
.tx-jpfaq .jpfaqAll {
    display: none;
}
.tx-jpfaq li h3 {
  background: transparent !important;
}