@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'Quicksand';
  src: url(../Fonts/Quicksand-Regular.otf) format("otf"), url(../Fonts/Quicksand-Regular.woff) format("woff"), url(../Fonts/Quicksand-Regular.woff2) format("woff2"), url(../Fonts/Quicksand-Regular.ttf) format("truetype"); }
@font-face {
  font-family: 'Quicksand';
  src: url(../Fonts/Quicksand-Bold.otf) format("otf"), url(../Fonts/Quicksand-Bold.woff) format("woff"), url(../Fonts/Quicksand-Bold.woff2) format("woff2"), url(../Fonts/Quicksand-Bold.ttf) format("truetype");
  font-weight: bold; }
@font-face {
  font-family: 'Quicksand';
  src: url(../Fonts/Quicksand-Light.otf) format("otf"), url(../Fonts/Quicksand-Light.woff) format("woff"), url(../Fonts/Quicksand-Light.woff2) format("woff2"), url(../Fonts/Quicksand-Light.ttf) format("truetype");
  font-weight: lighter; }
/* CSS Document */
/* default styles for extension "tx_frontend" */
.ce-align-left {
  text-align: left; }

.ce-align-center {
  text-align: center; }

.ce-align-right {
  text-align: right; }

.ce-table td, .ce-table th {
  vertical-align: top; }

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: hidden; }

.ce-left .ce-gallery, .ce-column {
  float: left; }

.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%; }

.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%; }

.ce-right .ce-gallery {
  float: right; }

.ce-gallery figure {
  display: table;
  margin: 0;
  /*width: 100%;*/ }

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom; }

.ce-gallery img {
  display: block; }

.ce-gallery iframe {
  border-width: 0; }

.ce-border img,
.ce-border iframe {
  border: 2px solid #000000;
  padding: 0px; }

/* .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
     margin-bottom: 10px;
 }*/
.ce-intext.ce-right .ce-gallery {
  margin-left: 10px; }

.ce-intext.ce-left .ce-gallery {
  margin-right: 10px; }

.ce-below .ce-gallery {
  margin-top: 10px; }

.ce-column {
  margin-right: 10px; }

.ce-column:last-child {
  margin-right: 0; }

/*.ce-row { margin-bottom: 10px; }*/
.ce-row:last-child {
  margin-bottom: 0; }

.ce-above .ce-bodytext {
  clear: both; }

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto; }

/* Headline */
.ce-headline-left {
  text-align: left; }

.ce-headline-center {
  text-align: center; }

.ce-headline-right {
  text-align: right; }

/* Uploads */
.ce-uploads {
  margin: 0;
  padding: 0; }

.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0; }

.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top; }

.ce-uploads span {
  display: block; }

/* Table */
.ce-table {
  width: 100%;
  max-width: 100%; }

.ce-table th, .ce-table td {
  padding: 0.5em 0.75em;
  vertical-align: top; }

.ce-table thead th {
  border-bottom: 2px solid #dadada; }

.ce-table th, .ce-table td {
  border-top: 1px solid #dadada; }

.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.ce-table-bordered th, .ce-table-bordered td {
  border: 1px solid #dadada; }

/* Space */
.frame-space-before-extra-small {
  margin-top: 1em; }

.frame-space-before-small {
  margin-top: 2em; }

.frame-space-before-medium {
  margin-top: 3em; }

.frame-space-before-large {
  margin-top: 4em; }

.frame-space-before-extra-large {
  margin-top: 5em; }

.frame-space-after-extra-small {
  margin-bottom: 1em; }

.frame-space-after-small {
  margin-bottom: 2em; }

.frame-space-after-medium {
  margin-bottom: 3em; }

.frame-space-after-large {
  margin-bottom: 4em; }

.frame-space-after-extra-large {
  margin-bottom: 5em; }

/* Frame */
.frame-ruler-before:before {
  content: '';
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 2em; }

.frame-ruler-after:after {
  content: '';
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 2em; }

.frame-indent {
  margin-left: 15%;
  margin-right: 15%; }

.frame-indent-left {
  margin-left: 33%; }

.frame-indent-right {
  margin-right: 33%; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0; }

div.site-top {
  background: no-repeat;
  background-size: cover; }

/*div.site-top-color {
	background-color:rgba(134,188,37,0.83);
}*/
div.site-top .site-top-content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px; }

div.site-top .site-top-content .logo-wrap {
  -webkit-box-flex: 8;
  -moz-box-flex: 8;
  width: 80%;
  -webkit-flex: 8;
  -ms-flex: 8;
  flex: 8; }

div.site-top .site-top-content .nav-languages {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  width: 20%;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2; }

/* ### Logo #### */
.logo img {
  height: auto;
  max-width: 60%;
  width: 30%;
  margin: 25px auto; }

/* ### Logo Name ### */
.logo-name h3,
.logo-name h3 a {
  color: #71b73a;
  text-decoration: none;
  font-family: "Quicksand";
  font-weight: bold; }

.logo-name h3 {
  font-size: 8vw;
  text-align: center; }

.logo-name .ce-bodytext {
  text-align: center;
  color: #71b73a; }

@media only screen and (min-width: 768px) {
  .logo-name h3 {
    padding-top: 10px;
    text-align: right;
    font-size: 5vw;
    margin: 0; }

  .logo-name .ce-bodytext {
    text-align: right; } }
@media only screen and (min-width: 768px) {
  div.logo-wrap {
    max-width: 1200px;
    margin: 0 auto; }

  div.logo-wrap,
  footer #footer-inner,
  .footer-center .ce-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  div.logo-wrap .logo {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  div.logo-wrap .logo-name {
    -webkit-box-flex: 5;
    -moz-box-flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5; }

  div.logo-wrap .logo div {
    width: 100%;
    margin: 0; }

  div.logo-wrap .logo img {
    height: auto;
    min-width: 100%; } }
/* ###################### Schrift ######################## */
body {
  font-size: 1.1rem;
  line-height: 1.2;
  color: #0C5D06;
  font-family: "Quicksand"; }

.space-content h1 {
  color: #71b73a; }

.space-content h5,
footer h5 {
  color: #042C01;
  font-family: "Quicksand";
  font-weight: lighter;
  font-size: 2rem;
  margin-block-start: 0.8em;
  margin-block-end: 0.8em; }

.text-center {
  text-align: center; }

a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  color: #0C5D06; }

a:hover {
  color: #c9070a; }

.space-content .image-caption {
  font-size: 0.7rem;
  text-align: center;
  padding: 10px; }

.layout-space-r-l strong {
  font-weight: bold;
  font-size: 1.2rem; }

/*Silbentrennung*/
/*  p,
  a,
  ul,
  li,
  h1,
  h2,
  h3,
  header {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }*/
@media only screen and (max-width: 768px) {
  .space-content h1 {
    font-size: 2rem; }

  .space-content h2 {
    font-size: 1.5rem; } }
/*### Font Awesome ###*/
.font-awesome-div {
  font-size: 1rem;
  letter-spacing: 5px;
  padding: 5px;
  text-align: left; }

.font-awesome-div a {
  margin: 5px; }

/* ### Inhalt ### */
/*#wrapp-all {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 50px 0;
}*/
.layout-drei-zeilen .layout-space-r-l {
  padding: 0 25px;
  min-height: 300px;
  max-width: 1200px;
  margin: 0 auto; }

.drei-zeilen_1 {
  overflow: hidden; }

.space-content {
  padding: 0 24px 0 24px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  min-height: 400px; }

@media only screen and (min-width: 768px) {
  .space-content {
    padding: 0 50px 0 50px; } }
.space-content .contenttable td {
  vertical-align: top;
  padding: 5px 10px 5px 0; }

.ce-bodytext p {
  margin-top: 0; }

/* ### footer ### */
footer #footer-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  padding: 50px;
  font-size: 0.9rem; }

footer .footer-navigation ul {
  list-style: none;
  padding: 0; }

footer .footer-navigation li {
  margin: 0; }

footer .footer-navigation ul {
  margin: 0; }

footer .footer-navigation a {
  display: block;
  padding: 8px 0;
  text-decoration: none; }

@media only screen and (min-width: 768px) {
  footer #footer-inner .footer-navigation,
  footer #footer-inner .footerkontakt {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 25%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  footer #footer-inner .footer-center {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    width: 50%;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2; }

  footer #footer-inner .footerkontakt .ce-bodytext,
  footer #footer-inner .footerkontakt header {
    margin: 0 auto;
    text-align: right; }

  footer #footer-inner .footerkontakt .ce-bodytext table {
    float: right; }

  footer #footer-inner .ce-gallery {
    overflow: visible; }

  footer .footerkontakt .ce-left .ce-gallery {
    float: right; } }
footer .footerkontakt .image-caption {
  font-size: 0.7rem; }

footer .footerkontakt .font-awesome-div {
  text-align: center; }

footer #footer-inner img {
  max-width: 100%;
  height: auto; }

footer .footerkontakt .contenttable td:first-child {
  text-align: left; }

.footer-top-inner h3 {
  font-size: 1.2rem;
  font-weight: lighter;
  text-align: center;
  padding-top: 50px; }

.footer-top-inner .image-caption {
  font-size: 0.6rem;
  text-align: center; }

#footer-top .ce-inner {
  padding-bottom: 50px; }

#footer-bottom a {
  text-decoration: none; }

#footer-bottom h3 {
  font-weight: lighter;
  text-align: center;
  font-size: 0.8rem; }

#footer-bottom {
  padding: 25px;
  text-align: center;
  font-size: 0.8rem; }

.footer-center a {
  padding: 10px; }

@media only screen and (min-width: 768px) {
  .footer-center {
    border-left: 1px solid #71b73a;
    border-right: 1px solid #71b73a;
    text-align: center;
    padding: 0 25px; }

  .footer-center .ce-gallery {
    width: 100%; }

  .footer-center .ce-row .ce-column {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 50%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .footer-center .ce-row .ce-column figure {
    margin: 0 auto; }

  .footer-center .contenttable {
    margin: 0 auto; }

  .footer-center .contenttable td {
    text-align: left; } }
/* Responsive Bilder */
.space-content img,
.space-content figure,
.space-content .ce-outer,
.space-content .ce-inner,
.space-content .ce-row {
  max-width: 100%;
  height: auto;
  /*  width: 100%;*/ }

/* Responsive Bilder auch für den IE 11 */
_:-ms-lang(x),
.space-content img,
.space-content figure,
.space-content .ce-outer,
.space-content .ce-inner,
.space-content .ce-row {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .space-content .ce-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*margin-bottom: 10px;*/ }

  .space-content .ce-column {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 20%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; } }
@media only screen and (max-width: 767px) {
  .space-content .ce-row {
    min-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; }

  .space-content .ce-gallery {
    width: 100%; }

  .space-content .ce-column {
    margin-right: 0;
    margin-bottom: 10px; }

  .space-content img,
  .space-content figure {
    min-width: 100%;
    height: auto; }

  .space-content .ce-inner,
  .space-content .ce-outer {
    width: 100%;
    height: auto; } }
.ce-gallery .ce-column {
  padding-bottom: 24px; }

/* CSS */
/*Hintergrundfarbe Navigation oben nur mobil*/
.topnavi .container {
  background-color: #71b73a;
  border-bottom: 1px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.74); }

/*Hintergrundfarbe hinter den Button nur mobil*/
.topnavi__lvl--first {
  background-color: #fafafa; }

/*normal Hintergrund 1. Ebene nur mobil*/
.topnavi__link--first {
  background-color: rgba(255, 255, 255, 0.87); }

/*normal Hintergrund ab 2. Ebene mobil & Dektop*/
.topnavi__link--sub {
  background-color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25); }

/*hover 1. Ebene nur mobil*/
.topnavi__link--first:hover {
  background-color: rgba(191, 193, 193, 0.9); }

/*hover 2. Ebene nur mobil*/
.topnavi__link--sub:hover {
  background-color: white; }

/*Aktiv Hintergrund nur mobil*/
.topnavi__link--active {
  background-color: #fff; }

/*Border unten 1. Ebene nur mobil*/
.topnavi__lvl--first > .topnavi__item {
  border-bottom: 1px solid #fff; }

/*Border unten 2. Ebene nur mobil */
.topnavi__lvl--first .topnavi__item li {
  border-bottom: 1px solid #fff; }

@media only screen and (min-width: 768px) {
  /*Hintergrund ganze Breite nur Desktop*/
  .topnavi {
    background-color: rgba(255, 255, 255, 0.9);
    /*border-bottom: 1px solid #1A4267;*/ }

  /*Hintergrund nur die Breite der Navigation nur Desktop*/
  .topnavi__lvl--first {
    background-color: transparent; }

  /*Hintergrundfarbe Navi 1. Ebene nur Desktop*/
  .topnavi__link--first {
    background-color: transparent; }

  /*hover nur 1. Ebene nur Desktop */
  .topnavi__link--first:hover {
    background-color: transparent; }

  /*Aktiv Hintergrund alle Ebenen nur Desktop */
  .topnavi__link--active {
    background-color: transparent; }

  .firstsubmenue {
    background-color: rgba(148, 230, 247, 0.9); }

  /*ist ausgeblendet für Desktop*/
  #toggle-menu {
    border-bottom: 0px solid transparent; }

  /*Border oben bei Sub-Navigation*/
  .topnavi__lvl--sub {
    border-top: 10px solid #00f; }

  /*Border unten 1. Ebene Desktop*/
  .topnavi__lvl--first > .topnavi__item {
    border-bottom: 0px solid transparent; } }
/* ### Symbol Navigation mobil ### */
/*x für Navi Mobil*/
.topnavi .bar1, .topnavi .bar2, .topnavi .bar3 {
  background: #666; }

/*x für Navi Mobil wenn geöffnet*/
.topnavi .change .bar1, .topnavi .change .bar3 {
  background: #333; }

/* ######### Schriftfarben ########## */
/*Schrift normal*/
.topnavi__link--first, .topnavi__link--sub, .topnavi__link--sub, .topnavi__item {
  color: #71b73a; }

/*Schrift activ*/
.topnavi__link--active {
  color: #86BC25; }

/*Schrift hover*/
.topnavi__link--first:hover, .topnavi__link--sub:hover {
  color: #86BC25; }

.topnavi {
  text-shadow: rgba(50, 50, 50, 0.45) 1px 1px 3px; }

/* ### MENU ARROWS ### */
.topnavi__arrow {
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #1A4267;
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 0; }

.topnavi__arrow--sub {
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 0; }

@media (min-width: 768px) {
  .topnavi__arrow--sub {
    border-right: none;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #fff; } }
/*ausblenden 1. Box für mobil*/
.topnavi label .topnavi__label {
  background-color: transparent; }

.container .topnavi__arrow {
  border-top: 6px solid transparent; }

.container .topnavi__arrow--sub {
  border-top: 6px solid transparent; }

/*korrektur position höhe 2. & 3. Ebene für Desktop*/
.topnavi__lvl--sub .topnavi__item:first-child {
  margin-top: 1px; }

.topnavi__lvl--sub li ul {
  margin-top: -1px; }

@media (min-width: 768px) {
  .topnavi {
    border-bottom: solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15); }

  .topnavi__lvl--sub {
    margin-top: 1px; } }
/*#### menü ###*/
#toggle-menu {
  display: block;
  position: relative; }

/* MENU ARROWS */
.topnavi__arrow {
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 0; }

.topnavi__arrow--sub {
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 0; }

@media (min-width: 768px) {
  .topnavi__arrow--sub {
    border-right: none;
    border-left: 6px solid #1A4267; } }
/* MOBILE VIEW */
.topnavi__lvl--first::after {
  clear: both;
  content: "";
  display: table; }

.topnavi__lvl--first, .topnavi__lvl--sub {
  margin: 0;
  padding: 0; }

.topnavi__lvl--first, .topnavi input[type="checkbox"] {
  display: none; }

#toggle:checked + .topnavi__lvl--first, .topnavi input[type="checkbox"]:checked + .topnavi__lvl--sub {
  display: block; }

.topnavi__item {
  color: #fff;
  display: block;
  position: relative; }

.topnavi__item a {
  display: block;
  position: relative;
  text-decoration: none; }

.topnavi__item a:hover, .topnavi__item a:focus {
  text-decoration: none; }

.topnavi__link--first {
  padding: 0.75em 1em;
  padding-right: 42px; }

.topnavi__lvl--sub {
  display: none;
  padding-left: 1em; }

.topnavi__link--sub {
  padding: 0.75em 1em;
  padding-right: 42px; }

.topnavi__link--active {
  padding: 0.75em 1em;
  padding-right: 42px; }

ul span.topnavi__label {
  display: none; }

/* DESKTOP VIEW */
@media only screen and (min-width: 768px) {
  #toggle-menu {
    display: none; }

  .topnavi__lvl--first {
    display: block; }

  .topnavi__item {
    float: left; }

  .topnavi__link--first {
    padding: 0.75em 0.70em;
    padding-right: 20px; }

  .topnavi__lvl--sub {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 17em;
    z-index: 3000; }

  .topnavi__lvl--sub .topnavi__item {
    float: none; }

  .topnavi__lvl--sub .topnavi__lvl--sub {
    top: 0;
    left: 100%; } }
/* LABELS */
.topnavi__label:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.topnavi__label {
  height: 100%;
  padding: 0 .2em;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0; }

.topnavi__lvl--sub .topnavi__item:last-child {
  border-width: 0; }

.topnavi__item--header {
  letter-spacing: 0.2em;
  text-transform: uppercase; }

.topnavi__item a {
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out; }

@media only screen and (min-width: 768px) {
  .topnavi__item {
    border-width: 0 1px 0 0; }

  .topnavi__lvl--sub {
    border-width: 0; }

  .topnavi__lvl--sub .topnavi__item {
    border-width: 0 0 1px; } }
/* ############# Navigation Symbol Mobil ############### */
.topnavi .container {
  padding: 0.75em 25px;
  cursor: pointer; }

.topnavi .bar1, .topnavi .bar2, .topnavi .bar3 {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #86BC25;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }

.topnavi .change .bar1 {
  -webkit-transform: rotate(45deg) translate(0, -2px);
  transform: rotate(45deg) translate(0, -2px);
  background: #fff; }

.topnavi .change .bar2 {
  opacity: 0; }

.topnavi .change .bar3 {
  -webkit-transform: rotate(-45deg) translate(0, -2px);
  transform: rotate(-45deg) translate(0, -2px);
  background: #fff; }

.navi-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 500; }

/*### Langsames schließen der Navigation ###*/
.topnavi__item > input[type="checkbox"] + .topnavi__lvl--sub {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms; }

.topnavi__item:hover > input[type="checkbox"] + .topnavi__lvl--sub {
  display: block;
  visibility: visible;
  opacity: 1;
  animation: fade 1s; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* CSS Document */
/* ############################### Default */
div.site-top .site-top-content {
  background-color: rgba(255, 255, 255, 0.9); }

.navi-wrap {
  border-bottom: 1px solid #71b73a; }

.logo-name h2, .logo-name h2 a {
  color: #c9070a; }

/*Navigation*/
@media only screen and (max-width: 767px) {
  .topnavi__link--first {
    background-color: rgba(245, 245, 245, 0.9); } }
.topnavi__link--first:hover, .topnavi__link--sub:hover {
  color: #c9070a; }

.topnavi__link--active {
  color: #c9070a; }

.topnavi__arrow {
  border-top: 6px solid #71b73a; }

.topnavi__arrow:hover {
  border-top: 6px solid #c9070a; }

.topnavi__link--sub {
  background-color: rgba(245, 245, 245, 0.9); }

.topnavi__lvl--sub {
  margin-top: 1px; }

.topnavi__link--first:hover {
  background-color: rgba(255, 255, 255, 0); }

/*hover 1. Ebene mobil*/
.topnavi__link--sub:hover {
  background-color: rgba(255, 255, 255, 0.8); }

/*hover 2. Ebene*/
.topnavi .bar1, .topnavi .bar2, .topnavi .bar3 {
  background: #ffffff; }

/*x für Navi Mobil*/
.topnavi .change .bar1, .topnavi .change .bar3 {
  background: #0C5D06; }

/*x für Navi Mobil wenn geöffnet*/
/* ### footer ### */
footer {
  background-color: #F5F5F5;
  border-top: 1px solid #71b73a; }

#footer-bottom {
  background-color: #C6C6C6;
  color: #ffffff; }

#footer-bottom a {
  color: #ffffff; }

#footer-bottom a:hover {
  color: #c9070a; }

.tx-indexedsearch-searchbox label {
  width: 180px;
  display: inline-block; }

.tx-indexedsearch-searchbox input,
.tx-indexedsearch-searchbox select,
input[type=text] {
  padding: 2px;
  color: #0C5D06 !important;
  margin: 3px; }

input[type=submit] {
  width: 50%; }

.text-end {
  text-align: right; }

/* CSS Document */
/* ### Boxen ### */
.eonelement .frame-boxwithimage,
.eonelement .frame-whitebox,
.eonelement .frame-greybox,
.eonelement .frame-box-buddy-blue,
.eonelement .frame-box-buddy-red,
.eonelement .frame-box-important {
  height: 100%; }

/* graue Box */
.space-content .frame-greybox {
  background-color: #F5F5F5;
  padding: 0 25px;
  margin-bottom: 25px;
  border: solid 1px #E9E9E9; }

/* weiße Box */
.space-content .frame-whitebox {
  background-color: #fff;
  padding: 0 25px;
  border: solid 1px #E9E9E9;
  margin-bottom: 25px; }

/* Box mit Bildern für die Startseite frame-boxwithimage*/
.frame-boxwithimage {
  background-color: #fff;
  padding: 0;
  margin: 0;
  border: solid 1px #FF830E;
  /*height: 100%;*/ }

.frame-boxwithimage header {
  background-color: #FF830E; }

.frame-boxwithimage header h2 {
  margin: 0;
  color: #fff;
  padding: 22.609px;
  text-align: center; }

.frame-boxwithimage figure {
  width: 100%;
  height: auto; }

.frame-boxwithimage .ce-bodytext {
  padding: 0 25px; }

.frame-boxwithimage img,
.frame-boxwithimage figure,
.frame-boxwithimage .ce-outer,
.frame-boxwithimage .ce-inner,
.frame-boxwithimage .ce-row {
  max-width: 101%;
  min-width: 101%;
  height: auto; }

.frame-boxwithimage p a {
  color: #fff;
  display: inline-block;
  padding: 8px;
  background-color: #1A4267;
  text-decoration: none;
  text-align: center;
  border-radius: 3px; }

.frame-boxwithimage p {
  padding-top: 10px; }

.frame-boxwithimage .contenttable td {
  padding: 5px;
  /*border: solid 1px #eee;*/ }

.frame-boxwithimage .contenttable {
  width: 100%; }

/*#################  Tabelle Box für Kurse ##################*/
.frame-boxkurse .contenttable {
  width: 99.8%;
  border-collapse: collapse; }

.frame-boxkurse .contenttable td {
  padding: 5px;
  border: solid 1px #c6c6c6; }

.frame-boxkurse .contenttable thead {
  font-weight: bold;
  background-color: #c6c6c6; }

.frame-boxkurse .contenttable thead th {
  padding: 10px 5px;
  border: solid 1px #1A4267; }

.frame-boxkurse .contenttable tr:hover {
  background-color: #c6c6c6; }

@media only screen and (max-width: 900px) {
  /* Force table to not be like tables anymore */
  .frame-boxkurse .contenttable table,
  .frame-boxkurse .contenttable thead,
  .frame-boxkurse .contenttable tbody,
  .frame-boxkurse .contenttable th,
  .frame-boxkurse .contenttable td,
  .frame-boxkurse .contenttable tr {
    display: block; }

  /* Hide table headers (but not display: none;, for accessibility) */
  .frame-boxkurse thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .frame-boxkurse tr {
    border: 1px solid #ccc;
    margin-bottom: 25px; }

  .frame-boxkurse .contenttable td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%; }

  .frame-boxkurse .contenttable td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold; }

  /*
  Label the data
  */
  .frame-boxkurse .contenttable td:nth-of-type(1):before {
    content: "Kursname/Zeit"; }

  .frame-boxkurse .contenttable td:nth-of-type(2):before {
    content: "Kursort (Erfurt)"; }

  .frame-boxkurse .contenttable td:nth-of-type(3):before {
    content: "Start - Ende"; }

  .frame-boxkurse .contenttable td:nth-of-type(4):before {
    content: "Einstieg möglich"; }

  .frame-boxkurse .contenttable td:nth-of-type(5):before {
    content: "freie Plätze"; }

  .frame-boxkurse .contenttable td:nth-of-type(6):before {
    content: "Schwerpunkt"; }

  .frame-boxkurse .contenttable td:nth-of-type(7):before {
    content: "Bauherr"; } }
@media only screen and (max-width: 600px) {
  .frame-boxkurse .contenttable td {
    font-size: 0.8rem; } }
.frame-listenbox {
  border: solid 1px #71b73a;
  border-radius: 3px;
  padding: 0; }

.frame-listenbox h2 {
  background-color: #71b73a;
  color: #ffffff;
  text-align: center;
  padding: 5px;
  margin: 0; }

.frame-listenbox ul {
  padding: 10px;
  /*	list-style-type:circle;*/
  list-style: none; }

.frame-listenbox a {
  text-decoration: none;
  display: block; }

.frame-listenbox a:hover {
  color: #ffffff; }

.frame-listenbox li {
  border-bottom: solid 1px #71b73a;
  width: 100%;
  padding: 5px; }

.frame-listenbox li:hover {
  background-color: #71b73a;
  color: #ffffff; }

.layout-space-r-l .frame-layout-0 {
  margin-bottom: 48px; }

.frame-layout-8 .grid-col {
  padding: 0 !important; }

.frame-layout-8 .grid-container {
  padding: 0; }

.frame-layout-8 .grid-row .frame {
  margin-bottom: 0; }

.frame-layout-8 .grid-row {
  padding: 0; }

.frame-layout-9 {
  padding-right: 24px !important; }

.frame-layout-1,
.frame-layout-2,
.frame-layout-3,
.frame-layout-4,
.frame-layout-5,
.frame-layout-6,
.frame-layout-7 {
  width: 100%;
  height: 100%; }

.frame-layout-1:hover,
.frame-layout-2:hover,
.frame-layout-3:hover,
.frame-layout-4:hover,
.frame-layout-5:hover,
.frame-layout-6:hover,
.frame-layout-7:hover {
  background-color: rgba(51, 153, 51, 0.5); }

.frame-layout-1 h2,
.frame-layout-2 h2,
.frame-layout-3 h2,
.frame-layout-4 h2,
.frame-layout-5 h2,
.frame-layout-6 h2,
.frame-layout-7 h2 {
  text-align: center;
  padding: 0;
  margin: 0; }

.frame-layout-1 h2 a,
.frame-layout-2 h2 a,
.frame-layout-3 h2 a,
.frame-layout-4 h2 a,
.frame-layout-5 h2 a,
.frame-layout-6 h2 a,
.frame-layout-7 h2 a {
  color: #ffffff;
  padding: 24px 0;
  text-decoration: none;
  display: block; }

.frame-layout-1 img,
.frame-layout-2 img,
.frame-layout-3 img,
.frame-layout-4 img,
.frame-layout-5 img,
.frame-layout-6 img,
.frame-layout-7 img {
  width: 50%;
  height: auto;
  margin: 0 auto;
  padding: 24px 0 48px 0; }

.frame-layout-1 {
  background-color: #339933; }

.frame-layout-2 {
  background-color: #3bac3b; }

.frame-layout-3 {
  background-color: #3db63d; }

.frame-layout-4 {
  background-color: #48c648; }

.frame-layout-5 {
  background-color: #54d754; }

.frame-layout-6 {
  background-color: #69e469; }

.frame-layout-7 {
  background-color: #7aef7a; }

.frame-gottesdienste {
  border: solid 1px #71b73a;
  border-radius: 3px; }

.frame-gottesdienste h2 {
  background-color: #71b73a;
  color: #ffffff;
  text-align: center;
  padding: 5px;
  margin: 0; }

.frame-gottesdienste thead {
  background-color: rgba(113, 183, 58, 0.45); }

.frame-gottesdienste th,
.frame-gottesdienste td {
  padding: 5px 8px !important;
  border-bottom: solid 1px #71b73a; }

.frame-gottesdienste tr:hover {
  color: #ffffff;
  background-color: #71b73a; }

.frame-gottesdienste tr:last-child td {
  border: none; }

.frame-gottesdienste a {
  text-decoration: none; }

@media only screen and (max-width: 860px) {
  /* Force table to not be like tables anymore */
  .frame-gottesdienste table,
  .frame-gottesdienste thead,
  .frame-gottesdienste tbody,
  .frame-gottesdienste th,
  .frame-gottesdienste td,
  .frame-gottesdienste tr {
    display: block; }

  /* Hide table headers (but not display: none;, for accessibility) */
  .frame-gottesdienste thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .frame-gottesdienste tr {
    border: 1px solid #ccc;
    margin-bottom: 25px; }

  .frame-gottesdienste td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    /*padding-left: 25%;*/ }

  .frame-gottesdienste td:before {
    /* Now like a table header */
    /*position: absolute;*/
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
    display: inline-block;
    font-weight: bold; }

  /*
  Label the data
  */
  .frame-gottesdienste td:nth-of-type(1):before {
    content: "Uhrzeit: "; }

  .frame-gottesdienste td:nth-of-type(2):before {
    content: "Ort: "; }

  .frame-gottesdienste td:nth-of-type(3):before {
    content: "Sp3"; }

  .frame-gottesdienste td:nth-of-type(4):before {
    content: "Sp4"; }

  .frame-gottesdienste td:nth-of-type(5):before {
    content: "Sp5"; }

  .frame-gottesdienste td:nth-of-type(6):before {
    content: "Sp6"; }

  .frame-gottesdienste {
    border: none; } }
@media only screen and (max-width: 500px) {
  .frame-gottesdienste td:before {
    display: block; } }
.frame-veranstaltungen .contenttable {
  width: 100%; }

.frame-veranstaltungen {
  border: solid 1px #71b73a;
  border-radius: 3px; }

.frame-veranstaltungen h2 {
  background-color: #71b73a;
  color: #ffffff;
  text-align: center;
  padding: 5px;
  margin: 0; }

.frame-veranstaltungen thead {
  background-color: rgba(113, 183, 58, 0.45); }

.frame-veranstaltungen th,
.frame-veranstaltungen td {
  padding: 5px 8px !important;
  border-bottom: solid 1px #71b73a; }

.frame-veranstaltungen tr:hover {
  color: #ffffff;
  background-color: #71b73a; }

.frame-veranstaltungen tr:last-child td {
  border: none; }

.frame-veranstaltungen a {
  text-decoration: none; }

.frame-veranstaltungen tr:hover a {
  text-decoration: underline;
  color: #ffffff; }

.frame-veranstaltungen table {
  border-spacing: 0 !important; }

@media only screen and (max-width: 860px) {
  /* Force table to not be like tables anymore */
  .frame-veranstaltungen table,
  .frame-veranstaltungen thead,
  .frame-veranstaltungen tbody,
  .frame-veranstaltungen th,
  .frame-veranstaltungen td,
  .frame-veranstaltungen tr {
    display: block; }

  /* Hide table headers (but not display: none;, for accessibility) */
  .frame-veranstaltungen thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .frame-veranstaltungen tr {
    border: 1px solid #ccc;
    margin-bottom: 25px; }

  .frame-veranstaltungen td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    /*padding-left: 25%;*/ }

  .frame-veranstaltungen td:before {
    /* Now like a table header */
    /*position: absolute;*/
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 30%;
    padding-right: 10px;
    white-space: nowrap;
    display: inline-block;
    font-weight: bold; }

  /*
  Label the data
  */
  .frame-veranstaltungen td:nth-of-type(1):before {
    content: "Uhrzeit: "; }

  .frame-veranstaltungen td:nth-of-type(2):before {
    content: "Veranstaltung: "; }

  .frame-veranstaltungen td:nth-of-type(3):before {
    content: "Ort: "; }

  .frame-veranstaltungen td:nth-of-type(4):before {
    content: "Sp4"; }

  .frame-veranstaltungen td:nth-of-type(5):before {
    content: "Sp5"; }

  .frame-veranstaltungen td:nth-of-type(6):before {
    content: "Sp6"; }

  .frame-veranstaltungen {
    border: none; } }
@media only screen and (max-width: 500px) {
  .frame-veranstaltungen td:before {
    display: block; } }
.frame-bibelstellen .contenttable {
  width: 99.8%;
  border-collapse: collapse; }

.frame-bibelstellen .contenttable td {
  padding: 5px;
  border-top: solid 1px #71b73a; }

.frame-bibelstellen .contenttable td:first-child {
  padding: 5px;
  border-left: solid 1px #71b73a; }

.frame-bibelstellen .contenttable td:last-child {
  padding: 5px;
  border-right: solid 1px #71b73a;
  width: 15%;
  vertical-align: bottom;
  font-size: 0.8rem; }

.frame-bibelstellen .contenttable tr:last-child {
  padding: 5px;
  border-bottom: solid 1px #71b73a; }

.frame-bibelstellen .contenttable thead {
  font-weight: bold;
  background-color: #c6c6c6; }

.frame-bibelstellen .contenttable thead th {
  padding: 10px 5px;
  border: solid 1px #1A4267; }

.frame-bibelstellen .contenttable tr:hover {
  background-color: rgba(51, 153, 51, 0.5); }

/* CSS Document */
#footer-losungen {
  color: #0C5D06;
  font-size: 0.8em; }

#footer-losungen .losung-text {
  font-size: 0.7em;
  text-align: right; }

#footer-losungen b {
  font-weight: lighter; }

/* CSS Document */
/* ################## Gridelements ####################### */
.grid-row .frame-default,
.grid-container {
  padding: 0; }

.grid-row .frame {
  margin-bottom: 24px; }

@media only screen and (min-width: 860px) {
  .grid-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .grid-col {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .col-lg-3 {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
    max-width: 33.3333333333%; }

  .col-lg-6 {
    -webkit-box-flex: 6;
    -moz-box-flex: 6;
    -webkit-flex: 6;
    -ms-flex: 6;
    flex: 6;
    max-width: 50%; }

  .col-lg-8 {
    -webkit-box-flex: 8;
    -moz-box-flex: 8;
    -webkit-flex: 8;
    -ms-flex: 8;
    flex: 8;
    max-width: 66.6666666666%; }

  .col-lg-9 {
    -webkit-box-flex: 9;
    -moz-box-flex: 9;
    -webkit-flex: 9;
    -ms-flex: 9;
    flex: 9;
    max-width: 75%; }

  .grid-col:last-child,
  .col-lg-3:last-child,
  .col-lg-4:last-child,
  .col-lg-6:last-child,
  .col-lg-8:last-child,
  .col-lg-9:last-child {
    padding-right: 0; }

  .grid-col {
    padding: 0 8px; }

  .grid-col:last-child {
    padding-right: 0;
    padding-left: 16px; }

  .grid-col:first-child {
    padding-left: 0;
    padding-right: 16px; } }

/*# sourceMappingURL=style.css.map */
