﻿.content {
  height: auto;
  min-height: 1px;
}
ul {
  list-style: none;
}
.bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 13;
  padding-left: 2em;
}
.logo {
  transition: all 0.3s ease-in-out;
  width: 4.8em;
  height: auto;
  padding-top: 0.8em;
  position: fixed;
}
.logo img {
  width: 4.8em;
  height: auto;
}
.logo .addText {
  width: 14em;
  text-align: center;
  margin-top: 0.4em;
  margin-left: 0em;
  position: absolute;
  bottom: 1.6em;
  left: 6em;
}
.logo .addText span {
  font-size: 1.2em;
  font-family: 'VAGRounded_Light', Arial, Helvetica, sans-serif;
  color: #82c828;
  letter-spacing: 0.06em;
  transition: all 0.3s ease-in-out;
}
header * {
  font-family: 'VAGRounded_Bold', Arial, Helvetica, sans-serif;
}
header.navi {
  width: 100%;
  height: 5.8em;
  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;
  display: inline;
}
header.navi .mainMenu ul li > .nav-link {
  font-size: 1.22em;
  padding: 1.8em 0em 1.6em 0em;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  display: inline-block;
  height: auto;
  cursor: pointer;
  color: #333333;
  position: relative;
  z-index: 1;
}
header.navi .mainMenu ul li > .nav-link:focus {
  outline: auto;
  outline: dotted;
  color: #82c828;
}
header.navi .mainMenu ul li > .nav-link:focus:not(:focus-visible) {
  outline: none;
}
header.navi .mainMenu ul li > .nav-link.authorizeView {
  text-transform: unset;
  color: #d22626;
}
header.navi .show-admin-menu {
  position: relative;
  width: 3em;
  height: 2em;
  float: right;
  margin-right: 8em;
  margin-top: 2.4em;
  z-index: 3;
}
header.navi .show-admin-menu i {
  font-size: 1.4em;
}
header.navi .show-admin-menu .admin-menu {
  position: absolute;
  right: 0;
  width: auto;
  border: 1px solid #82c828;
  padding-bottom: 0.7em;
  padding-top: 0.8em;
}
header.navi .show-admin-menu .admin-menu li > .nav-link.authorizeView {
  text-transform: unset;
  font-size: 0.9em;
  padding: 0.2em 0em 0.2em 0em;
  color: #d22626;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  header.navi .show-admin-menu {
    float: left;
    margin-right: 0;
    margin-left: 2em;
    z-index: 3;
  }
  header.navi .show-admin-menu i {
    font-size: 2em;
  }
  header.navi .show-admin-menu .admin-menu {
    position: absolute;
    right: auto;
    left: 0;
    width: auto;
    border: 1px solid #82c828;
    padding-bottom: 0.7em;
    padding-top: 0.8em;
  }
  header.navi .show-admin-menu .admin-menu li > .nav-link.authorizeView {
    text-transform: unset;
    font-size: 1.2em;
    padding: 0.2em 0em 0.2em 0em;
    color: #d22626;
    white-space: nowrap;
  }
}
/* LoginDisplay */
.login-display {
  margin-left: 5em;
  width: 4.4em;
  margin-top: -1.8em;
}
@media only screen and (max-width: 768px) {
  .login-display {
    margin-left: 5em;
    width: 4.4em;
    margin-top: -1.8em;
  }
}
/* LoginDisplay Ende*/
.mobile-only {
  display: none;
}
/*
header.navi .mainMenu ul li ul li {
    height: 0;
    background: #f2f2f2;
    opacity: 0;
    overflow: hidden;
    border-top: 0;
    transition: @myT;
}

header.navi .mainMenu ul li ul li a {
    font-size: @SubMenueSize;
    color: #333333;
    letter-spacing: 0.05em;
    text-decoration: none;
    padding: 1em 2em 1em 0;
    opacity: 0;
    transition: @myT;
}

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: .7
}

header.navi .mainMenu ul li.open ul {
    opacity: 1;
    transition: @myT;
    background-color: #f2f2f2
}

header.navi .mainMenu ul li.open ul li {
    height: 4em;
    opacity: 1;
    transition: @myT;
}*/
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 {
  height: 5.8em;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
}
header.navi .addMenu a {
  font-family: 'VAGRounded_Light';
  font-size: 0.84em;
  text-decoration: none;
  letter-spacing: 0.1em;
  display: inline-block;
  color: #82c828;
  margin-top: 1em;
  margin-right: 1.6em;
}
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: #82c828;
}
footer {
  font-size: 0.68em;
  width: 100%;
  background-color: #424242;
  font-family: 'VAGRounded_Light', Arial, Helvetica;
}
footer .bottomFooterMenu {
  margin: 0;
  padding: 0em 0 2em 0;
  font-size: 1.24em;
  float: left;
}
footer .bottomFooterMenu a {
  color: white;
  display: inline;
  padding: 0 2em 0 0;
  letter-spacing: 0.06em;
}
footer .copyright {
  font-size: 1.24em;
  display: block;
  color: #FFFFFF;
}
#Footer.f-abs {
  position: absolute;
  bottom: 0;
}
@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: 5.8em;
    background-color: #ffffff;
    box-shadow: 0 10px 18px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
  }
  #Site {
    margin-top: 5.8em;
    position: relative;
  }
  .burger {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 2em;
    top: 2.32em;
  }
  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 ul li {
    border-top: 1px solid #f2f2f2;
    display: block;
  }
  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: #82c828;
    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: #82c828;
    opacity: 1;
  }
  .addContacts {
    width: 100%;
    height: 20.2em;
    height: auto;
    padding: 6em 2em 1em 2em;
    background-color: #f2f2f2;
  }
  .addContacts .inner {
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 2em;
  }
  .addContacts .inner h3 {
    margin-bottom: 1.4em;
  }
  .addContacts .inner p {
    font-size: 1.12em;
    margin-top: 2em;
    margin-bottom: 0.82em;
  }
  footer {
    position: relative;
    height: 38em;
  }
  footer .copyright {
    font-size: 1.6em;
    float: left;
    margin-top: 1em;
    padding-left: 2em;
  }
  footer .copyright span {
    display: block;
    margin-top: 0.24em;
  }
  footer .bottomFooterMenu {
    font-size: 1.6em;
    height: auto;
    width: 100%;
    padding-top: 1em;
    border-top: 1px solid white;
  }
  footer .bottomFooterMenu a {
    display: block;
    padding: 1em 2em 0.2em 2em;
  }
}
@media only screen and (min-width: 769px) {
  .bar {
    left: calc(22em - 14em);
    /*wegen Logo*/
  }
  .logo {
    width: 8em;
    height: auto;
    padding-top: 1.2em;
    transition: all 0.3s ease-in-out;
  }
  .logo .addText {
    width: 170%;
    text-align: left;
    margin-left: -2.4em;
    position: relative;
    bottom: unset;
    left: unset;
    transition: all 0.3s ease-in-out;
  }
  .logo .addText span {
    color: white;
    transition: all 0.3s ease-in-out;
  }
  .logo.tiny {
    width: 4.2em;
    padding-top: 0.8em;
    transition: all 0.3s ease-in-out;
  }
  .logo.tiny .addText {
    width: 190%;
    text-align: left;
    margin-top: -0.54em;
    margin-left: -1.54em;
    transition: all 0.3s ease-in-out;
  }
  .logo.tiny .addText span {
    font-family: 'VAGRounded_Light', Arial, Helvetica, sans-serif;
    color: #333333;
    letter-spacing: 0.022em;
    font-size: 0.72em;
    transition: all 0.3s ease-in-out;
  }
  header.navi .mainMenu {
    margin-top: 0;
    margin-left: calc(22em - 2em);
  }
  header.navi .mainMenu ul li {
    float: left;
  }
  header.navi .mainMenu ul li.open {
    background: #f2f2f2;
  }
  header.navi .mainMenu ul li > .nav-link {
    font-size: 1.04em;
    padding: 2.28em 0em 1.7em 0em;
  }
  header.navi .mainMenu ul li > .nav-link.active {
    /*border-bottom: .42em solid @MyColor;*/
    color: #82c828;
  }
  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: 5.8em;
    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: 5.8em;
    opacity: 0;
  }
  .menuOpen header.navi .burgerClose {
    display: block;
    width: auto;
    height: auto;
    left: calc(100vw - 6em);
    top: calc(5.8em + 2em);
    opacity: 1;
    z-index: 11;
  }
  header.navi .addMenu {
    height: 5.8em;
    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: 5.8em;
    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 + 5.8em);
  }
  #Site.lines2 {
    margin-top: calc(11em * 0.82 + 5.8em);
  }
  #Site.lines3 {
    margin-top: calc(16em * 0.82 + 5.8em);
  }
  #menuBG {
    width: 100vw;
    opacity: 0;
    position: fixed;
    top: 5.8em;
    left: 0;
    background-color: #f2f2f2;
    z-index: -1;
    transition: all 0.3s ease-in-out;
  }
  footer {
    height: 8.4em;
    padding: 3em calc(22em - 6em) 0em calc(22em - 7.2em);
  }
  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: 12.4em;
    margin-right: auto;
  }
  header.navi .mainMenu ul li.active > a {
    max-height: calc(5.8em + 0.22em);
    border-bottom: 0.46em solid #82c828;
  }
  footer {
    padding: 3em 1em 4.8em 2.2em;
  }
}
/* create the back to top button */
a.back-to-top {
  display: none;
  position: fixed;
  z-index: 15;
  right: 4.6%;
  bottom: 0.6em;
  color: #82c828;
  font-size: 3.8em;
}
a:hover.back-to-top {
  color: #c7c8c8;
}
/* Ende create the back to top button */
/* section ImageTop - Hauptbild */
.imageTop,
.imageTop-a {
  width: 100%;
  height: 34.8vw;
  position: relative;
  margin-bottom: 0;
}
.imageTop-a {
  background-color: #d2d3d3;
}
.imageTop-a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.imageTop-a img.op-0 {
  opacity: 0.1;
}
.imageTop-a img.op-1 {
  opacity: 1;
  transition: opacity 0.8s;
}
.imageTop .inner {
  position: absolute;
  width: 68%;
  /*text-align: center;*/
  padding-left: 10em;
  padding-bottom: 4em;
  top: 94%;
  -webkit-transform: translateY(-94%);
  -ms-transform: translateY(-94%);
  transform: translateY(-94%);
}
.imageTop .inner h1 {
  color: #ffffff;
  font-size: 2em;
  margin-bottom: 0.2em;
}
.imageTop .inner h2 {
  color: #ffffff;
  font-size: 3.2em;
  line-height: 1.24em;
  font-weight: bold;
}
#ImageTop.noImg .imageTop,
#ImageTop.noImg .imageTop-a {
  height: 14em;
  margin-bottom: 0em;
}
#ImageTop.noImg .imageTop .inner,
#ImageTop.noImg .imageTop-a .inner {
  top: 120%;
}
#ImageTop.noImg .imageTop .inner h1,
#ImageTop.noImg .imageTop .inner h2 {
  color: #82c828;
}
@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 h1 {
    font-size: 1.8em;
  }
  .imageTop .inner h2 {
    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 h1 {
    font-size: 1.8em;
  }
  .imageTop .inner h2 {
    font-size: 2.6em;
  }
  #ImageTop.noImg .imageTop,
  #ImageTop.noImg .imageTop-a {
    height: 16em;
    margin-bottom: -2em;
  }
}
/* Ende section ImageTop - Hauptbild */