﻿/*#Site {
    min-height: calc(100vh - 10em);
}*/
ul {
  list-style: none;
}
.bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 13;
}
#Logo {
  font-family: 'VAGRounded_Bold';
  letter-spacing: 0.046em;
  height: auto;
}
#Logo .lg-main {
  position: relative;
}
#Logo .lg-abs {
  position: absolute;
  top: 3em;
  right: 0.2em;
  font-family: 'VAGRounded_Light';
  letter-spacing: 0.16em;
  font-size: 0.37em;
  text-align: center;
  color: #808080;
}
#Logo:hover {
  color: #81C929;
}
header * {
  font-family: 'VAGRounded_Bold', Arial, Helvetica, sans-serif;
}
header.navi {
  width: 100%;
  height: 5em;
  position: fixed;
  left: 0;
  top: 0;
  text-align: left;
  background-color: #ffffff;
  z-index: 10;
  box-shadow: 0 10px 18px 0px rgba(0, 0, 0, 0.1);
}
header.navi .mainMenu ul {
  display: block;
  list-style: none;
  background-color: white;
}
header.navi .mainMenu ul li {
  padding-left: 2em;
  padding-right: 2em;
}
/*header.navi .mainMenu ul li > span {*/
header.navi .mainMenu ul li > a {
  font-size: 0.88em;
  padding: 2.28em 0em 1.7em 0em;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-sizing: border-box;
  display: block;
  height: auto;
  cursor: pointer;
  color: #333333;
  position: relative;
  z-index: 1;
}
/*header.navi .mainMenu ul li.active > span {*/
header.navi .mainMenu ul li.active > a {
  color: #333333;
  border-bottom: 0.46em solid #81C929;
}
header.navi .mainMenu ul li ul li {
  height: 0;
  background: #f2f2f2;
  opacity: 0;
  overflow: hidden;
  border-top: 0;
  transition: all 0.3s ease-in-out;
}
header.navi .mainMenu ul li ul li a {
  font-size: 0.92em;
  color: #333333;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 1em 2em 1em 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header.navi .mainMenu ul li ul li.active a {
  color: #80c826;
}
header.navi .mainMenu ul li.open ul li a {
  opacity: 1;
}
header.navi .mainMenu ul li.open ul li a:hover {
  opacity: 0.7;
}
header.navi .mainMenu ul li.open ul {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  background-color: #f2f2f2;
}
header.navi .mainMenu ul li.open ul li {
  height: 4em;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
header.navi .burgerClose {
  cursor: pointer;
  position: absolute;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.menuOpen header.navi .burgerClose {
  color: #808080;
  display: block;
  width: auto;
  height: auto;
  z-index: 11;
}
header.navi .addMenu a {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.14em;
}
header.navi .addMenu a {
  display: block;
  color: #81C929;
}
header.navi .addMenu a img,
header.navi .addMenu a svg {
  height: 1.5em;
  width: inherit;
  margin-bottom: 0.72em;
  display: block;
}
header.navi .addMenu a svg * {
  fill: #81C929;
}
.contact {
  box-sizing: border-box;
  float: left;
  line-height: 2em;
  position: relative;
}
/*Kontaktformular unten*/
.contactFormContainer {
  float: left;
  width: 100%;
  height: auto;
  margin: 0.88em auto 4em auto;
  position: relative;
}
.contactFormContainer .formTextbox1,
.contactFormContainer .formTextbox2 {
  background-color: #7fc96a;
  border: 1px solid #91d07f;
}
.contactForm {
  width: 92.8%;
  max-height: 0px;
  margin: 0 auto 0 auto;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  overflow: hidden;
  background: #ffffff;
  text-align: center;
}
.contactFormContainer .form-box {
  width: 50%;
  height: 100%;
  float: left;
}
.contactFormContainer .form-box .formzeile {
  margin-top: 2em;
  margin-bottom: 1.4em;
  margin-left: 10%;
  color: white;
}
.contactFormContainer .form-box .chkbx_label_input {
  max-width: 80%;
  padding-left: 0.6em;
  padding-top: 0.5em;
  line-height: 1.4em;
  font-family: Verdana;
  font-size: 1.2em;
}
.contactFormContainer .form-box .formTextbox1,
.contactFormContainer .form-box .formTextbox2 {
  font-size: 1.12em;
  width: 90% !important;
  color: white !important;
}
.contactFormContainer .form-box .formTextbox2,
.contactFormContainer .form-box .formCheckbox2 {
  border: 1px solid #aa362a !important;
  box-shadow: 0 0 10px #f2f2f2;
}
.contactFormContainer .form-box .textArea {
  height: 13.18em;
  color: white;
  padding-top: 0.92em;
}
.contactFormContainer .form-box .formTextbox1:focus,
.contactFormContainer .form-box .formTextbox2:focus,
.contactFormContainer .form-box .textArea:focus {
  outline: none !important;
  border: 1px solid #d8d8d8;
  box-shadow: 0 0 10px #f2f2f2;
}
.contactFormContainer .form-box .buttonFD {
  float: right;
  margin-right: 10%;
}
.contactFormContainer .form-box ::placeholder {
  color: white;
  opacity: 0.9;
}
.contactFormContainer .formError {
  color: white !important;
  font-size: 0.88em;
  padding-left: 2.84em;
  position: absolute;
}
#Ergebnis {
  color: white;
  padding: 5.4em 4em 0 8em;
}
#Ergebnis h4 {
  margin-bottom: 0.88em;
}
footer {
  font-size: 0.68em;
  width: 100%;
  background-color: #424242;
  font-family: 'VAGRounded_Light', Arial, Helvetica;
  height: 11.4em;
}
footer .bottomFooterMenu {
  width: 100%;
  margin: 0;
  padding: 0em 0 2em 0;
  font-size: 1.28em;
  float: left;
}
footer .copyright {
  font-size: 1em;
  display: block;
  color: #FFFFFF;
}
footer .bottomFooterMenu a {
  color: white;
  display: inline;
  padding: 0 2em 0 0;
  letter-spacing: 0.06em;
}
.clr {
  clear: both;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: calc(11px + 1vw);
  }
  ul.alternative li {
    list-style-position: inside;
    margin-left: 0.2em;
  }
  .mobile-only {
    display: block !important;
  }
  .bar,
  #Site {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    left: 0;
  }
  .bar {
    height: 5em;
    background-color: #ffffff;
    box-shadow: 0 10px 18px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
  }
  #Site {
    margin-top: 5em;
    position: relative;
  }
  .burger {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 2em;
    top: 2em;
    width: 2.2em;
    height: 1.2em;
  }
  .burger img {
    width: 2.2em;
    height: auto;
  }
  header.navi {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 20em;
    height: 100%;
    left: -20em;
    overflow: hidden;
    overflow-y: scroll;
    /*overflow-y: hidden;*/
    background-color: #f2f2f2;
  }
  header.navi .mainMenu {
    /*margin-top: 4.8em;*/
  }
  header.navi .mainMenu ul li {
    border-top: 1px solid #f2f2f2;
  }
  header.navi .mainMenu ul li > a {
    font-family: 'VAGRounded_Light';
    font-size: 1.1em;
    padding: 1.15em 0em;
    letter-spacing: 0.2em;
  }
  header.navi .mainMenu ul li.active > a {
    color: #81C929;
    border-bottom: none;
  }
  header.navi .mainMenu ul li span:after {
    font-size: 1.2em;
    font-family: FontAwesome;
    content: '\f105';
    color: #333333;
    margin-right: 0;
    float: right;
  }
  header.navi .mainMenu ul li.open span:after {
    content: '\f107';
  }
  header.navi .mainMenu ul li.open ul li {
    padding: 1em 0em 2em 1.2em;
    font-size: 1.2em;
    border-bottom: 1px solid #ffffff;
    height: 3em;
    /* nötig fürs mobile menu*/
  }
  .menuOpen #Site {
    left: 20em;
    transition: all 0.3s ease-in-out;
  }
  .menuOpen #Site:after {
    -webkit-transition: left 0.3s ease-in-out, top 1ms ease-in-out, opacity 0.6s ease-in-out;
    transition: left 0.3s ease-in-out, top 1ms ease-in-out, opacity 0.6s ease-in-out;
    content: " ";
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000;
    top: 0;
    left: 0;
    opacity: 0.5;
  }
  .menuOpen header.navi {
    left: 0;
  }
  .menuOpen header.bar {
    left: 20em;
  }
  .menuOpen body {
    position: fixed;
    overflow: hidden;
  }
  .top {
    font-size: 0.8em;
    display: inline-block;
    width: 4em;
    height: 2em;
    padding-top: 1.8em;
    position: absolute;
    top: 0;
    float: right;
    text-align: center;
  }
  .top1 {
    right: 6em;
  }
  header.navi .addMenu a.top img,
  header.navi .addMenu a.top svg {
    margin-bottom: 0.5em;
  }
  .top2 {
    right: 1em;
  }
  header.navi .addMenu a.normal {
    font-size: 0.8em;
    width: auto;
    text-align: left;
    color: #808080;
    margin-left: 2.48em;
    padding: 1.8em 1em 1.6em 0em;
    letter-spacing: 0.2em;
    border-top: 1px solid #f2f2f2;
  }
  header.navi .addMenu a.normal img,
  header.navi .addMenu a.normal svg {
    margin-bottom: -0.2em;
    display: inline;
  }
  header.navi .addMenu a.normal img,
  header.navi .addMenu a.normal svg path {
    fill: #808080;
  }
  header.navi .topcell {
    height: 4.8em;
    background-color: white;
  }
  header.navi .burgerClose {
    left: 1.2em;
    top: 1em;
  }
  .menuOpen header.navi .burgerClose {
    display: block;
    font-size: 1.6em;
    color: #81C929;
    opacity: 1;
  }
  .addContacts {
    width: 100%;
    height: 20.2em;
    height: auto;
    padding: 3em 2em 1em 2em;
    background-color: #f2f2f2;
  }
  .addContacts .leaf {
    width: 3.2em;
    height: auto;
    display: block;
    margin: 0 auto 0 auto;
  }
  .contact {
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 2em;
  }
  .contact h3 {
    margin-bottom: 1.4em;
  }
  .contact p {
    font-size: 1.12em;
    margin-bottom: 0.82em;
  }
  .contact li.jazzinpage {
    font-size: 1.12em;
    margin-left: 0 !important;
  }
  footer {
    position: relative;
    height: 38em;
  }
  footer .contact {
    display: none;
  }
  footer .copyright {
    font-size: 1.4em;
    float: left;
    margin-top: 1.4em;
    padding-left: 2em;
  }
  footer .copyright span {
    display: block;
    margin-top: 0.6em;
  }
  footer .bottomFooterMenu {
    font-size: 1.4em;
    height: auto;
    width: 100%;
    padding-top: 1em;
    border-top: 1px solid white;
  }
  footer .bottomFooterMenu a {
    display: block;
    padding: 1em 2em 0.1em 2em;
  }
  footer .bottomFooterMenu ul li {
    line-height: 2em;
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .bar {
    left: calc(22em - 12em);
    /*wegen Logo*/
  }
  #Logo {
    font-size: 2.4em;
    position: fixed;
    margin-top: 0.3em;
  }
  header.navi .mainMenu {
    margin-top: 0;
    margin-left: calc(22em + 4em);
  }
  header.navi .mainMenu ul li {
    float: left;
  }
  header.navi .mainMenu ul li.open {
    background: #f2f2f2;
  }
  header.navi .mainMenu ul li > span {
    padding: 2em 1.4em 2em 1.4em;
  }
  header.navi .mainMenu ul li span:hover {
    opacity: 0.7;
  }
  header.navi .mainMenu ul li ul {
    height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100vw;
    top: 5em;
    left: 0;
    padding-left: calc(22em - 1em);
    margin-bottom: 5em;
    position: fixed;
    background: #f2f2f2;
    z-index: 10;
    transition: all 0.3s ease-in-out;
  }
  header.navi .burgerClose header.navi .mainMenu ul li ul li {
    padding: 1em 0em 0em 2em;
  }
  header.navi .mainMenu ul li ul li a {
    padding: 1em 2em 1em 0;
    border-right: 1px solid #d8d8d8;
    display: inline-block;
  }
  header.navi .mainMenu ul li ul li:last-of-type a {
    border-right: 0;
  }
  header.navi .mainMenu ul li.open ul.lines1,
  #menuBG.lines1 {
    height: calc(6em * 0.82);
  }
  header.navi .mainMenu ul li.open ul.lines2,
  #menuBG.lines2 {
    height: calc(11em * 0.82);
  }
  header.navi .mainMenu ul li.open ul.lines3,
  #menuBG.lines3 {
    height: calc(16em * 0.82);
  }
  header.navi .topcell {
    display: none;
  }
  header.navi .burgerClose {
    top: 5em;
    opacity: 0;
  }
  .menuOpen header.navi .burgerClose {
    display: block;
    width: auto;
    height: auto;
    left: calc(100vw - 6em);
    top: calc(5em + 2em);
    opacity: 1;
    z-index: 11;
  }
  header.navi .addMenu {
    height: 5em;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    right: 0em;
  }
  header.navi .addMenu div.addMenu-rep {
    float: right;
    margin-top: 2em;
    margin-right: 12em;
    font-size: 0.68em;
  }
  header.navi .addMenu a {
    width: 6em;
    text-align: center;
    margin-right: 2em;
    float: left;
  }
  header.navi .addMenu a:last-child {
    margin-right: 0;
  }
  .linebreaker {
    clear: both;
  }
  .burger {
    display: none;
  }
  #Site {
    margin-top: 5em;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .menuOpen #Site {
    transition: all 0.3s ease-in-out;
  }
  #Site.lines1 {
    margin-top: calc(6em * 0.82 + 5em);
  }
  #Site.lines2 {
    margin-top: calc(11em * 0.82 + 5em);
  }
  #Site.lines3 {
    margin-top: calc(16em * 0.82 + 5em);
  }
  #menuBG {
    width: 100vw;
    opacity: 0;
    position: fixed;
    top: 5em;
    left: 0;
    background-color: #f2f2f2;
    z-index: -1;
    transition: all 0.3s ease-in-out;
  }
  footer {
    padding: 3em calc(22em - 6em) 4.8em calc(22em - 7.2em);
  }
  .contact {
    width: 25%;
    height: 12em;
    padding: 4em 3em 2em 3em;
  }
  footer .copyright {
    float: right;
    text-align: right;
  }
  footer .copyright span:after {
    content: ', ';
  }
  footer .copyright span:last-child:after {
    content: '';
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .bar {
    padding-top: 0.4em;
    left: calc(2.2em);
    /*wegen Logo*/
  }
  header.navi .mainMenu {
    padding-top: 0.4em;
    margin-left: auto;
    margin-right: 2.2em;
    float: right;
  }
  header.navi .mainMenu ul li.active > a {
    max-height: calc(5em + 0.22em);
    border-bottom: 0.46em solid #81C929;
  }
  footer {
    padding: 3em 1em 4.8em 2.2em;
  }
}
/*Suche*/
svg#Suche {
  display: block;
}
svg#x_mobile {
  display: none;
}
svg#x_mobile path {
  fill: #333333;
}
@media only screen and (max-width: 768px) {
  #Logo {
    font-size: 1.8em;
    margin: 0.8em auto auto calc(2.2em/1.8);
    display: block;
  }
  #Logo .lg-abs {
    text-align: unset;
    top: 5.66em;
    left: 4.86em;
    right: 0;
  }
  .navi .contactFormContainer {
    margin: 0;
  }
  .navi .contactFormContainer .openContactForm {
    width: 100%;
  }
  .searchBox {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .navi .contactFormContainer {
    display: none;
  }
  #SearchLink {
    cursor: pointer;
  }
  .searchBox {
    font-size: 1.4em;
    width: 0;
    height: 2.88em;
    visibility: hidden;
    position: absolute;
    right: calc(22em - 5.6em);
    top: 1.1em;
    padding: 0.28em;
    padding-left: 0.8em;
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
    border-right: none;
    border-radius: 1.2em 0 0 1.2em;
    transition: all 0.3s ease-in-out;
  }
  .searchTextbox,
  .searchButton {
    visibility: hidden;
    opacity: 0;
  }
  .searchBox-open {
    width: 26em;
    visibility: visible;
    background-color: #f2f2f2;
    transition: all 0.3s ease-in-out;
  }
  .searchBox-open .searchTextbox {
    outline: none;
    font-size: 1.48em;
    border: none;
    border-right: 1px solid #81C929;
    height: 100%;
    width: 14.4em;
    background-color: #f2f2f2;
    margin-right: 0.4em;
    visibility: visible;
    opacity: 1;
    transition: all 1s ease-in-out;
  }
  .searchBox-open .searchButton {
    width: 3em;
    height: 3em;
    border: 1px solid #f2f2f2;
    vertical-align: top;
    background: url('/images/svgs/search.svg') center center no-repeat;
    background-size: contain;
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    transition: all 1s ease-in-out;
  }
}
@media only screen and (max-width: 1024px) {
  .searchBox {
    right: calc(22em - 8.2em);
  }
  .searchBox-open .searchButton {
    width: 2em;
    height: 2em;
  }
}
/* Ende Suche*/
/* section ImageTop - Hauptbild */
.imageTop,
.imageTop-a {
  width: 100%;
  height: 34.8vw;
  position: relative;
  margin-bottom: 0;
}
.imageTop-a {
  background-color: #d2d3d3;
}
.imageTop-a img {
  opacity: 0;
}
.imageTop-a img.loaded {
  opacity: 0.96;
  transition: all 0.3s ease-in-out;
}
.imageTop .inner {
  position: absolute;
  width: 68%;
  /*text-align: center;*/
  padding-left: 10em;
  top: 94%;
  -webkit-transform: translateY(-94%);
  -ms-transform: translateY(-94%);
  transform: translateY(-94%);
}
.imageTop .inner .small-img-head {
  color: #ffffff;
  font-size: 1.2em;
  letter-spacing: 0.04em;
  margin-bottom: 0.8em;
  display: block;
}
.imageTop .inner h1 {
  color: #ffffff;
  font-size: 4.2em;
  line-height: 1.24em;
  font-weight: bold;
  margin-bottom: 1.12em;
}
#ImageTop.noImg .imageTop,
#ImageTop.noImg .imageTop-a {
  height: 14em;
  margin-bottom: 0em;
  background-color: #ffffff;
}
#ImageTop.noImg .imageTop .inner,
#ImageTop.noImg .imageTop-a .inner {
  top: 120%;
}
#ImageTop.noImg .imageTop .inner h1,
#ImageTop.noImg .imageTop .inner .small-img-head {
  color: #81C929;
}
@media only screen and (max-width: 380px) {
  .imageTop,
  .imageTop-a {
    height: 14em;
  }
}
@media only screen and (min-width: 381px) and (max-width: 768px) {
  .imageTop,
  .imageTop-a {
    height: 15.2em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .imageTop-a img.loaded {
    opacity: 0.96;
  }
  .imageTop .inner {
    width: 100%;
    padding-left: calc(12.4em - 2.4em);
    padding-right: 2em;
  }
  .imageTop .inner .small-img-head {
    font-size: 1.8em;
  }
  .imageTop .inner h1 {
    font-size: 3.8em;
  }
}
@media only screen and (max-width: 768px) {
  .imageTop,
  .imageTop-a {
    margin-bottom: 0em;
    height: 38em;
  }
  .imageTop .inner {
    width: 100%;
    padding-left: 2.2em;
    padding-right: 2.2em;
  }
  .imageTop .inner .small-img-head {
    font-size: 1.4em;
  }
  .imageTop .inner h1 {
    font-size: 2em;
  }
  #ImageTop.noImg .imageTop,
  #ImageTop.noImg .imageTop-a {
    height: 9em;
    margin-bottom: 0em;
  }
}
/* Ende section ImageTop - Hauptbild */
/*sectionNavigation Themen auf dieser Seite*/
.sectionNavigation {
  display: none;
}
#sectionNavigationBack {
  margin-top: 2em;
}
.sectionNavigation .inner a,
.sectionNavigation .inner h3 {
  line-height: 1.2em;
  min-height: 3em;
  height: auto;
  display: block;
  border-bottom: 1px solid #81C929;
  font-size: 0.68em;
  padding: 1em 0 1em 0;
  margin-bottom: 0;
}
.sectionNavigation .inner a {
  color: #333333;
  font-size: 0.86em;
  letter-spacing: normal;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.sectionNavigation .inner a:hover {
  color: #80c826;
}
.jazznewpage a:after {
  font-size: 1.12em;
  font-family: FontAwesome;
  content: '\f105';
  color: #333333;
  margin-left: 0.5em;
}
.jazzbackpage:before {
  font-size: 1.12em;
  font-family: FontAwesome;
  content: '\f104';
  color: #333333;
  margin-right: 0.5em;
}
@media only screen and (max-width: 768px) {
  .sectionNavigation {
    display: inline-block;
    width: 100%;
    padding: 0;
    position: relative;
  }
  .sectionNavigation.noImg {
    top: 0.5em;
  }
  .sectionNavigation .inner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .sectionNavigation .inner ul {
    display: none;
  }
  .sectionNavigation .inner ul.dply {
    display: block;
  }
  .sectionNavigation .inner h3:after {
    font-size: 1.8em;
    font-family: FontAwesome;
    content: '\f107';
    display: inline-block;
    right: 0.2em;
    float: right;
    vertical-align: bottom;
  }
  .sectionNavigation .inner h3.dply:after {
    content: '\f106';
  }
  #sectionNavigationBack {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .sectionNavigation {
    display: block;
    padding: 0;
    position: absolute;
    right: 5em;
    top: 33.6em;
  }
  .sectionNavigation.noImg {
    top: 14.2em;
  }
  .sectionNavigation .inner {
    width: 10em;
    max-height: 0;
    overflow: visible;
    text-align: right;
  }
  .sectionNavigation .inner a,
  .sectionNavigation .inner h3 {
    border-bottom: 1px solid;
    border-image-source: linear-gradient(90deg, #dbf1d5, #81C929);
    border-image-slice: 1;
  }
}
/*Ende sectionNavigation Themen auf dieser Seite*/
/*Sticky Navigation*/
.stickyNav {
  display: none;
}
@media only screen and (max-width: 768px) {
  .stickyNav {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .stickyNav {
    position: fixed;
    top: 0;
    left: 0;
    /*width: 1680px;*/
    /*height: 3.4em;*/
    height: auto;
    padding: 0.8em 0.8em 0.8em 0.8em;
    background-color: #e5e5e5;
    z-index: 10;
    text-align: center;
  }
  .stickyNav ul {
    display: inline-block;
    margin-bottom: 0.2em;
  }
  .stickyNav li:first-child {
    padding-right: 0.8em;
  }
  .stickyNav li:first-child a {
    color: #80c826;
    text-transform: uppercase;
    font-family: "VAGRounded_Bold";
    font-size: 0.68em;
    letter-spacing: 0.2em;
    cursor: default;
  }
  .stickyNav li {
    display: inline-block;
    list-style-type: none;
    padding-right: 2em;
  }
  .stickyNav a {
    font-family: 'VAGRounded_Light';
    font-size: 0.88em;
    color: black;
  }
  .stickyNav a:after {
    color: black;
  }
  .up a:after {
    font-size: 1.4em;
    font-family: FontAwesome;
    content: '\f102';
    color: black;
    margin-left: 0;
    vertical-align: bottom;
  }
}
/*Ende Sticky Navigation*/
/* create the back to top button */
a.back-to-top {
  display: none;
  /*width: 50px;
                height: 50px;*/
  /*text-indent: -9999px;*/
  position: fixed;
  z-index: 15;
  right: 4.6%;
  bottom: 0.6em;
  color: #81C929;
  font-size: 3.64em;
}
a:hover.back-to-top {
  color: #c7c8c8;
}
/* Ende create the back to top button */
/* iframe Einbettung über iFrame Resizer */
.dyn-iframe {
  overflow: hidden;
  position: relative;
  left: 0em;
  top: 0em;
  border: 0px solid #808080;
}
/* Ende iframe Einbettung */
/*Download Navigation*/
.downloadNavigation {
  background: #ffffff;
}
.downloadNavigation .inner .g_sectionTitle {
  margin-bottom: 0.32em;
}
.downloadNavigation .inner ul {
  border-bottom: 1px solid #f2f2f2;
}
.downloadNavigation .inner ul li a {
  font-size: 13px;
  line-height: 1.5em;
  color: #333333;
  letter-spacing: 0.05em;
  display: block;
  padding: 1em 0 1em 3em;
  background: url(/images/svgs/downloads.svg) left center no-repeat;
  text-align: left;
  border-top: 1px solid #f2f2f2;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.downloadNavigation .inner ul li a:hover {
  color: #81C929;
}
@media only screen and (max-width: 1024px) {
  .downloadNavigation {
    width: 60vw;
    position: relative;
    min-width: calc(100vw - 24em);
    margin-left: auto;
    margin-right: auto;
    margin-top: 4em;
    margin-bottom: 4em;
  }
  .downloadNavigation .inner {
    font-size: 1em;
    width: 60vw;
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .downloadNavigation {
    width: 12em;
    position: absolute;
    right: 5vw;
    top: 38em;
  }
  .downloadNavigation .inner {
    font-size: 0.92em;
    width: 12em;
    text-align: left;
  }
}
/*Ende Download Navigation*/
.testserver {
  position: absolute;
  width: 100%;
  height: auto;
  font-family: Verdana;
  font-size: 0.58em;
  letter-spacing: 0.22em;
  text-align: center;
  text-transform: uppercase;
  color: white;
  top: 10.28em;
}
@media only screen and (max-width: 767px) {
  .testserver {
    color: red;
    top: 1.5em;
  }
}
.rml-logo {
  float: right;
}
.rml-logo img {
  width: 8.2em;
  height: auto;
  margin-top: 1.78em;
  margin-right: 0.6em;
  vertical-align: bottom;
}
.rml-logo span {
  display: inline-block;
  font-size: 0.68em;
  font-family: 'VAGRounded_Light';
  margin-bottom: 0.2em;
  margin-right: 0.84em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .rml-logo {
    float: left;
    margin-left: 2.2em;
  }
  .rml-logo img {
    width: 9.2em;
    margin-top: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1080px) {
  .rml-logo {
    width: 100%;
    height: auto;
  }
  .rml-logo img {
    margin-right: 1em;
    float: right;
  }
}