/* Fontello Icons */
@import "/_intern/fonts/fontello/css/fontello_webediton.css";
/* aleo-regular - latin */
@font-face {
  font-family: "Aleo";
  font-style: normal;
  font-weight: 400;
  src: url("/_intern/fonts/aleo/aleo-v11-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/_intern/fonts/aleo/aleo-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("/_intern/fonts/aleo/aleo-v11-latin-regular.woff2") format("woff2"), url("/_intern/fonts/aleo/aleo-v11-latin-regular.woff") format("woff"), url("/_intern/fonts/aleo/aleo-v11-latin-regular.ttf") format("truetype"), url("/_intern/fonts/aleo/aleo-v11-latin-regular.svg#Aleo") format("svg");
  /* Legacy iOS */
}
/* aleo-700italic - latin */
@font-face {
  font-family: "Aleo";
  font-style: italic;
  font-weight: 700;
  src: url("/_intern/fonts/aleo/aleo-v11-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/_intern/fonts/aleo/aleo-v11-latin-700italic.eot?#iefix") format("embedded-opentype"), url("/_intern/fonts/aleo/aleo-v11-latin-700italic.woff2") format("woff2"), url("/_intern/fonts/aleo/aleo-v11-latin-700italic.woff") format("woff"), url("/_intern/fonts/aleo/aleo-v11-latin-700italic.ttf") format("truetype"), url("/_intern/fonts/aleo/aleo-v11-latin-700italic.svg#Aleo") format("svg");
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/_intern/fonts/roboto/roboto-v30-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/_intern/fonts/roboto/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("/_intern/fonts/roboto/roboto-v30-latin-regular.woff2") format("woff2"), url("/_intern/fonts/roboto/roboto-v30-latin-regular.woff") format("woff"), url("/_intern/fonts/roboto/roboto-v30-latin-regular.ttf") format("truetype"), url("/_intern/fonts/roboto/roboto-v30-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/_intern/fonts/roboto/roboto-v30-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/_intern/fonts/roboto/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("/_intern/fonts/roboto/roboto-v30-latin-700.woff2") format("woff2"), url("/_intern/fonts/roboto/roboto-v30-latin-700.woff") format("woff"), url("/_intern/fonts/roboto/roboto-v30-latin-700.ttf") format("truetype"), url("/_intern/fonts/roboto/roboto-v30-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url("/_intern/fonts/roboto/roboto-v30-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/_intern/fonts/roboto/roboto-v30-latin-700italic.eot?#iefix") format("embedded-opentype"), url("/_intern/fonts/roboto/roboto-v30-latin-700italic.woff2") format("woff2"), url("/_intern/fonts/roboto/roboto-v30-latin-700italic.woff") format("woff"), url("/_intern/fonts/roboto/roboto-v30-latin-700italic.ttf") format("truetype"), url("/_intern/fonts/roboto/roboto-v30-latin-700italic.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* -- -- variables -- -- */
/* -- -- mixins -- -- */
/* -- -- -- -- */
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  font-family: "Roboto", sans-serif;
  background-color: black;
  font-size: 16px;
  color: white;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  right: 0px;
}
body > div:last-Child {
  /* webEdition GPL Link */
  /*  /!\ use only if reCaptcha or lightBox is not active! */
  height: 0px;
  overflow: hidden;
}
body.mobilenav {
  right: 300px;
}
h1, .h1, h2, .h2 {
  display: block;
  font-size: 65px;
  line-height: 1;
  color: white;
  margin: 0px 0px 0px 0px;
  text-transform: lowercase;
  max-width: 400px;
}
h3, .h3 {
  display: block;
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
  color: #00fc01;
  text-transform: none;
  margin: 5px 0px 20px 0px;
}
h4 {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: white;
  text-transform: lowercase;
  margin: 0px 0px 10px 0px;
  text-align: left;
}
a {
  color: white;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.grid2 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.grid3, .grid3_1 {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
}
.grid3_2 {
  float: left;
  width: 66.66%;
  box-sizing: border-box;
}
.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.text {
  padding-left: 40px;
  line-height: 1.4;
}
.text p {
  margin: 15px 0px 0px 0px;
}
.text a {
  color: #00fc01;
}
.text table th {
  border-bottom: 1px solid white;
}
.text table td {
  vertical-align: top;
}
.gruen {
  color: #00fc01;
}
button, .button, input[type="submit"] {
  display: inline-block;
  border: 0px;
  background-color: #00fc01;
  padding: 0px 10px;
  line-height: 30px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
button:hover, .button:hover, input[type="submit"]:hover {
  background-color: #00c901;
}
.form {
  margin: 0px;
  padding: 0px;
}
.form li {
  display: block;
  padding-bottom: 10px;
  max-width: 500px;
}
.form li .label {
  display: block;
  margin-bottom: 3px;
}
.form li input[type="text"], .form li input[type="email"], .form li input[type="url"], .form li input[type="web"], .form li textarea {
  height: 25px;
  width: 96%;
  padding: 0px 2%;
}
.form li textarea {
  height: auto;
  padding: 2%;
}
.form li input[type="radio"], .form li input[type="checkbox"] {
  position: absolute;
}
.form li.radio .field > div, .form li.checkbox .field > div {
  position: relative;
  padding: 2px 0px;
}
.form li.radio label, .form li.checkbox label {
  margin-left: 22px;
  display: block;
}
.form .req {
  display: inline-block;
  margin: 0px 5px;
  color: #00fc01;
}
.form .hidden {
  display: none;
}
.form .g-recaptcha {
  margin: 10px 0px;
}
.form li .pflichtfeld_text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
}
.inner {
  max-width: 95%;
  width: 1045px;
  margin: auto;
  position: relative;
}
#header {
  position: fixed;
  background-color: transparent;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  z-index: 10;
  background-image: url("/MEDIEN/layout/trans_black_90.png");
  /*
	padding-bottom: 10px; 
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	*/
}
#logo {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 600px;
  margin-left: -300px;
  display: block;
  text-align: center;
  z-index: 5;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 0;
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}
#logo.animated {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#logo img {
  max-width: 100%;
}
#nav {
  margin: 0px;
  padding: 0px;
  text-align: center;
  /* gets handled via javascript */
  /*
	li.lvl1:hover > .submenu {
		display: block;
	}
	*/
}
#nav li.lvl1 {
  list-style-type: none;
  display: inline-block;
  margin: 0px 25px;
}
#nav li.lvl1 a {
  display: inline-block;
  line-height: 30px;
  padding: 10px 0px;
  font-size: 15px;
}
#nav li.lvl1 a.active {
  text-decoration: underline;
}
#nav li.lvl1:hover a, #nav li.lvl1.hover a {
  text-decoration: underline;
}
#nav li.lvl1 .icon .ic {
  background-color: #00fc01;
  color: black;
  font-size: 90%;
  border-radius: 2px;
}
#nav .submenu {
  padding: 0px;
  margin: 0px;
  display: none;
  position: absolute;
  z-index: 5;
  text-align: left;
  padding: 0px;
  background-color: red;
  min-width: 250px;
  border: 1px solid black;
  opacity: 0;
}
#nav .submenu li.lvl2 {
  margin: 0px;
  display: block;
  list-style-type: none;
}
#nav .submenu li.lvl2 a {
  padding: 0px 10px;
  display: block;
}
#mobilemenu {
  display: none;
}
#mobilmenu_trigger {
  position: absolute;
  right: 2%;
  top: 10px;
  cursor: pointer;
  font-size: 30px;
}
#mobilemenu_container {
  display: none;
  position: absolute;
  top: 0px;
  right: -300px;
  width: 300px;
  overflow: auto;
  background-color: #bebebe;
}
#mobilemenu_container #mobilenav_logo {
  display: block;
  margin: 10px auto;
}
#nav_mobile {
  margin: 0px;
  padding: 0px;
}
#nav_mobile li {
  display: block;
  list-style-type: none;
  position: relative;
}
#nav_mobile li a {
  display: block;
  color: #000000;
  padding: 0px 15px;
  line-height: 35px;
  text-decoration: none;
}
#page {
  padding: 0px 0px;
}
#footer {
  color: white;
  padding: 40px 0px;
}
#footer .text a {
  color: inherit;
}
#keyvisual {
  background-image: url("/MEDIEN/headerbilder/header_boxen1.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 100vh;
  display: block;
  width: 100%;
  overflow: hidden;
}
#keyvisual .slogan {
  position: absolute;
  z-index: 2;
  bottom: 100px;
  left: 5%;
  font-size: 80px;
  color: transparent;
  font-style: italic;
  font-family: "Aleo", serif;
  font-style: italic;
  font-weight: bold;
  -webkit-text-stroke: 2px #00fc01;
  text-stroke: 2px #00fc01;
}
.section {
  padding: 40px 0px;
}
.gallery_slider {
  margin-top: 25px;
}
.gallery_slider .item {
  padding: 0px 10px;
}
.gallery_slider .slick-prev, .gallery_slider .slick-next {
  background-color: transparent;
  color: white;
  font-size: 55px;
  position: absolute;
  z-index: 1;
  top: 46%;
  left: 0px;
}
.gallery_slider .slick-next {
  left: auto;
  right: 0px;
}
#infobox {
  padding: 100px 0px 25px 0px;
  text-align: center;
}
.infobox, #infobox .box {
  display: inline-block;
  margin: auto;
  background-color: #00fc01;
  padding: 4px 20px;
  text-align: center;
  color: black;
}
.newsitem {
  /*
	background-color: white;
	color: black;
	*/
  border: 1px solid white;
  padding: 10px;
  margin: 10px;
  float: left;
  width: calc(33.33% - 20px);
  box-sizing: border-box;
}
.newsitem .date {
  font-family: "Aleo", serif;
  font-style: italic;
  font-weight: bold;
  color: #00fc01;
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 8px;
}
.newsitem a {
  color: inherit;
  text-decoration: underline;
}
.newsitem .text {
  padding: 0px;
}
.newsitem .text p {
  margin: 0px;
}
.newsitem .text img {
  max-width: 70%;
  display: block;
  margin: 5px auto 10px auto;
}
.text_img .contentbox {
  padding-right: 25px;
}
.separator {
  width: 450px;
  text-align: center;
  max-width: 50%;
  height: 2px;
  margin: 20px auto;
  background-color: #00fc01;
}
#scrollDown {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  color: white;
  font-size: 38px;
  z-index: 2;
}
.videocontainer {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
}
.videocontainer iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.history_container .item {
  margin: 0px 5%;
  padding: 25px 0px;
  border-bottom: 1px solid #00fc01;
}
.history_container .title {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}
.history_container .subline {
  margin-bottom: 10px;
}
