@font-face {
  font-family: 'Hind Guntur';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/hind-guntur-v3-latin-regular.eot);
  src: local('Hind Guntur Regular'), local('HindGuntur-Regular'), url(../fonts/hind-guntur-v3-latin-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/hind-guntur-v3-latin-regular.woff2) format('woff2'), url(../fonts/hind-guntur-v3-latin-regular.woff) format('woff'), url(../fonts/hind-guntur-v3-latin-regular.ttf) format('truetype'), url(../fonts/hind-guntur-v3-latin-regular.svg#HindGuntur) format('svg');
}
@font-face {
  font-family: 'Hind Guntur';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/hind-guntur-v3-latin-600.eot);
  src: local('Hind Guntur SemiBold'), local('HindGuntur-SemiBold'), url(../fonts/hind-guntur-v3-latin-600.eot?#iefix) format('embedded-opentype'), url(../fonts/hind-guntur-v3-latin-600.woff2) format('woff2'), url(../fonts/hind-guntur-v3-latin-600.woff) format('woff'), url(../fonts/hind-guntur-v3-latin-600.ttf) format('truetype'), url(../fonts/hind-guntur-v3-latin-600.svg#HindGuntur) format('svg');
}
@font-face {
  font-family: 'Saira Extra Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/saira-extra-condensed-v3-latin-regular.eot);
  src: local('Saira ExtraCondensed Regular'), local('SairaExtraCondensed-Regular'), url(../fonts/saira-extra-condensed-v3-latin-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/saira-extra-condensed-v3-latin-regular.woff2) format('woff2'), url(../fonts/saira-extra-condensed-v3-latin-regular.woff) format('woff'), url(../fonts/saira-extra-condensed-v3-latin-regular.ttf) format('truetype'), url(../fonts/saira-extra-condensed-v3-latin-regular.svg#SairaExtraCondensed) format('svg');
}
@font-face {
  height: 100%;
  min-height: 100%;
}
html.fixed {
  overflow: hidden;
  max-height: 100%;
}
html body {
  font-family: 'Hind Guntur', sans-serif;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
html body .nav-main ul a {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0.2;
}
html body .nav-main ul a:hover {
  opacity: 1;
}
html body .nav-main .listitem.current a {
  opacity: 1;
}
html body.landingpage .nav-main ul a {
  opacity: 1;
}
html h1 {
  font-weight: 600;
}
html a {
  outline: 0;
}
html a,
html h1,
html h2,
html h3 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
html::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
html::selection {
  background: #b3d4fc;
  text-shadow: none;
}
html div.current {
  padding: 0 !important;
  border: none !important;
  background: 0 0 !important;
}
html .cat-children {
  display: none;
}
html .back-to-top-button {
  position: fixed;
  right: 6%;
  bottom: 6%;
  width: 50px;
  height: 50px;
  z-index: 0;
  opacity: 0;
  z-index: 9999;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  cursor: pointer;
}
html .back-to-top-button:after {
  position: absolute;
  bottom: 100%;
  left: 100%;
  display: block;
  width: 22px;
  height: 100%;
  content: "";
  -webkit-transform: rotateZ(-90deg) skewX(22.5deg);
  transform: rotateZ(-90deg) skewX(22.5deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
html .back-to-top-button:hover a {
  text-decoration: none;
}
html .back-to-top-button.visible {
  opacity: 0.9;
  pointer-events: all;
}
html .back-to-top-button p {
  position: relative;
  z-index: 999;
  padding: 6px;
  width: 100%;
  text-align: center;
  white-space: normal;
  font-size: 14px;
}
html #cboxWrapper a {
  color: #000;
}
html #cboxWrapper a:hover {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
html #cboxWrapper .page-header {
  padding-right: 0;
  padding-left: 0;
  max-width: 100% !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
html #cboxWrapper .container {
  max-width: 100% !important;
}
html.bootstrap_xl #cboxWrapper h2 {
  font-size: calc(30px*0.75);
}
main {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-family: 'Hind Guntur', sans-serif;
}
main a {
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
main a:hover {
  text-decoration: none;
}
main p {
  font-weight: 400;
  font-size: 20px;
  font-family: 'Hind Guntur', sans-serif;
}
main h2 {
  padding: 12px 0;
  font-size: 30px;
  font-family: 'Saira Extra Condensed', sans-serif;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}
main h2:after {
  position: absolute;
  top: 0;
  right: -80px;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  content: "";
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
main h2:before {
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 0;
  z-index: 10;
  display: block;
  width: 100px;
  background-image: url(../img/h2-illustrationen.svg);
  background-position: left 62.5%;
  background-size: auto 900%;
  background-repeat: no-repeat;
  content: "";
}
main h2.Uebungsleiter {
  display: none;
}
main h3 {
  font-weight: 700;
  font-size: 20px;
}
main h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  font-family: 'Hind Guntur', sans-serif;
}
main h2:first-child:before {
  background-position: left 0;
}
main h2.componentheading:before {
  background-position: left 25%;
}
main h2.Ueber-uns:before {
  background-position: left 25%;
}
main h2.Termine:before {
  background-position: left 62.5%;
}
main h2.Formulare:before {
  background-position: left 37.5%;
}
main h2.Informationen:before {
  background-position: left 25%;
}
main h2.Trainingszeiten:before {
  background-position: left 12.5%;
}
main h2.Trainingsort:before {
  background-position: left 75%;
}
main h2.Impressionen:before {
  background-position: left 50%;
}
main h2.single-article:before {
  background-position: left 25%;
}
main h2.Berichte:before {
  background-position: left 87.5%;
}
main div.item,
main div[class*=leading-] {
  margin-bottom: 80px;
}
main div[itemprop=blogPost] img {
  max-width: 100%;
}
main div[class*=item-page] img {
  max-width: 100%;
}
main .beitragsbild {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  height: 240px;
}
main .beitragsbild img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
}
main #scrolltarget-Uebungsleiter + div h3 {
  padding-top: 30px;
}
main .einleitungsbild img {
  position: relative;
  float: right;
}
main .blog-featuredlandingpage div[class*=items-] .leading-0 {
  margin-bottom: 0;
}
main .blog-featuredlandingpage div[class*=items-] img {
  margin-bottom: -1rem;
  width: 100%;
  height: auto;
}
main .row.Trainingsort {
  position: relative;
  margin-bottom: 80px;
}
main .row.Trainingsort:after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  display: block;
  width: 100vw;
  height: 300px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
main .row.Trainingsort .adresse {
  overflow: hidden;
  font-family: 'Hind Guntur', sans-serif;
  margin-left: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: red;
  padding: 10px 20px;
  margin-bottom: 0;
  overflow: visible;
}
main .row.Trainingsort .adresse p {
  margin-bottom: 0;
  text-align: right;
  font-size: calc(20px*0.8);
}
main .row.Trainingsort .adresse h4 {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: right;
  font-size: calc(20px*0.8);
}
main .row.Trainingsort .adresse:before {
  position: absolute;
  top: 0;
  left: -40px;
  z-index: -1;
  display: block;
  width: 50%;
  height: 100%;
  background-color: green;
  content: "";
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
main.bootstrap_lg #scrolltarget-Uebungsleiter {
  text-align: center;
}
main.bootstrap_lg #scrolltarget-Uebungsleiter + div {
  text-align: center;
}
main.bootstrap_lg .beitragsbild img {
  position: absolute;
  right: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
main.bootstrap_lg .row.Trainingsort .adresse {
  margin-left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 10px;
  white-space: nowrap;
}
main.bootstrap_lg .row.Trainingsort .adresse h4 {
  text-align: center;
}
main.bootstrap_lg .row.Trainingsort .adresse p {
  text-align: center;
}
main.bootstrap_lg .row.Trainingsort .adresse:before {
  display: none;
}
main.bootstrap_lg .row.Trainingsort .adresse:after {
  position: absolute;
  top: -10px;
  left: 50%;
  z-index: -1;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  content: "";
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
main.bootstrap-xs {
  padding-left: 5px;
  padding-right: 5px;
}
main.bootstrap-xs h2:before {
  display: none;
}
.gradient__specialevent {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(40%, #000), to(#000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 40%, #000 100%);
}
header {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  position: relative;
  font-family: 'Hind Guntur', sans-serif;
}
header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header li {
  list-style: none;
}
header a {
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
header a:hover {
  text-decoration: none;
}
header .row {
  position: relative;
}
header .wrapper-flex {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
header .sticky-trigger {
  position: relative;
  width: 100%;
  height: 0;
}
header .row-top_outer {
  z-index: 20;
  padding: 20px 0;
}
header .row-top_inner {
  font-size: 16px;
}
header .row-top_inner .clubname a:hover {
  color: #fff;
}
header .clubname {
  margin-right: 30px;
  font-family: 'Hind Guntur', sans-serif;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
header .nav-meta {
  font-family: 'Hind Guntur', sans-serif;
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  z-index: 20;
}
header .nav-meta li {
  margin-left: 30px;
  position: relative;
}
header .nav-meta li a {
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
header .nav-meta li a:hover {
  text-decoration: none;
}
header .nav-meta li:before {
  position: absolute;
  left: calc(-30px/2);
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
header .nav-meta li:nth-child(1) {
  display: none;
}
header .nav-meta li:nth-child(2):before {
  display: none;
}
header .row-middle_outer {
  overflow-x: hidden;
  overflow-y: hidden;
}
header .nav-main {
  position: relative;
  height: auto;
  z-index: 2;
  min-height: 260px;
  padding-right: 0;
  font-family: 'Saira Extra Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
header .nav-main .nav .menu {
  -webkit-transition: left 0.75s ease-in-out;
  transition: left 0.75s ease-in-out;
}
header .backgroundslideshow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  overflow: hidden;
}
header .backgroundslideshow img {
  position: absolute;
  width: 100%;
  height: auto;
  -webkit-transform: skewX(22.5deg);
  transform: skewX(22.5deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
header .nav {
  position: relative;
  width: 100%;
  height: 100%;
}
header .nav .clublogo {
  width: 30%;
  height: 100%;
  position: relative;
}
header .nav .clublogo a {
  position: relative;
}
header .nav .clublogo a:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 999;
  display: block;
  margin-top: -18px;
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-bottom: 12px solid rgba(0, 0, 0, 0.8);
  border-left: 12px solid transparent;
  content: "";
  text-transform: none;
  white-space: nowrap;
  font-size: 20px;
  font-family: 'Hind Guntur', sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
header .nav .clublogo a:after {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 999;
  display: block;
  margin-top: -6px;
  padding: 6px 12px;
  background-color: rgba(0, 0, 0, 0.8);
  content: "Zur Startseite";
  text-transform: none;
  white-space: nowrap;
  font-size: 20px;
  font-family: 'Hind Guntur', sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
header .nav .clublogo a:hover:after {
  opacity: 1;
  pointer-events: all;
}
header .nav .clublogo a:hover:before {
  opacity: 1;
  pointer-events: all;
}
header .nav .moduletable {
  position: relative;
  width: 70%;
  height: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
header .nav nav {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
header .nav .wrapper-listitem {
  -webkit-transform-origin: right top;
  transform-origin: right top;
  width: calc(100%/7);
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  float: left;
  white-space: nowrap;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}
header .nav .wrapper-listitem:last-child {
  display: none;
}
header .nav .listitem {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  margin-left: 50%;
  font-size: 28px;
}
header .nav .listitem a {
  position: relative;
  left: 0;
  -webkit-transition: left 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: left 0.2s ease-in-out, color 0.2s ease-in-out;
}
header .nav .listitem a:hover {
  left: 20px;
  color: #fff;
  text-decoration: none;
}
header .nav .clublogo {
  font-size: 28px;
}
header .nav .clublogo p:first-child {
  margin-top: 20px;
}
header .nav .clublogo img {
  height: auto;
  max-width: 50%;
}
header .specialevent {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header .specialevent .backgroundimage {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-color: #000;
  overflow: hidden;
  position: absolute;
  left: -2px;
  height: 100%;
  top: 0;
}
header .specialevent .backgroundimage img {
  position: absolute;
  left: -210px;
  width: 100%;
  height: auto;
  -webkit-transform: skewX(22.5deg);
  transform: skewX(22.5deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
header .specialevent .backgroundimage .backgroundgradient {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(40%, #000), to(#000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 40%, #000 100%);
}
header .specialevent .article {
  position: relative;
  width: 100%;
  text-align: right;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
header .specialevent .article h2 {
  font-size: 30px;
}
header .specialevent .article p {
  font-size: 20px;
}
header .background-nav-meta_sm {
  left: 100vw;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
header .container-middle_outer.sticky {
  margin-bottom: calc(2*20px + 16px*0.985);
}
header .container-bottom_outer.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
header .wrapper-flex {
  top: 0;
}
header .row-bottom_outer {
  z-index: 30;
  padding: calc(20px*0.6) 0;
}
header .row-bottom_outer .background-nav-meta {
  display: none !important;
}
header .row-bottom_outer .moduletable {
  position: relative;
  width: 100%;
}
header .row-bottom_outer .row-bottom_inner {
  font-size: 16px;
}
header .row-bottom_outer nav {
  position: relative;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-weight: 300;
}
header .row-bottom_outer nav ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
header .row-bottom_outer nav a:hover {
  color: #fff;
}
header .row-bottom_outer nav .wrapper-listitem {
  width: auto;
}
header .navspy-menu .selected {
  font-weight: 600;
}
header .pagetitle {
  position: absolute;
  margin-top: 12px;
  text-align: right;
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'Saira Extra Condensed', sans-serif;
  line-height: 30px;
}
header.bootstrap_lg .nav-meta li {
  margin-left: calc(30px*0.7);
}
header.bootstrap_lg .row-top_inner {
  font-size: calc(16px*0.75);
}
header.bootstrap_lg .row-bottom_inner {
  font-size: calc(16px*0.75);
}
header.bootstrap_lg .nav-main.opened .listitem {
  font-size: calc(28px*0.9);
}
header.bootstrap_lg .nav-main.closed .listitem {
  font-size: calc(28px*0.9);
}
header.bootstrap_lg .nav-main {
  min-height: 250px;
}
header.bootstrap_lg .pagetitle {
  text-align: left;
}
header.bootstrap_md .row-top_outer {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 100vw;
  height: 90px;
  max-height: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header.bootstrap_md .container-middle_outer {
  margin-top: 90px;
}
header.bootstrap_md .nav-main {
  min-height: 200px;
}
header.bootstrap_md .nav-main nav.menu {
  display: none;
}
header.bootstrap_md .backgroundimage-specialevent {
  padding: 0;
}
header.bootstrap_md .specialevent img {
  width: 100%;
  height: auto;
}
header.bootstrap_md .specialevent .backgroundimage {
  right: calc(-50vw + 100% - 210px);
}
header.bootstrap_md .clubname {
  position: relative;
  font-size: 18px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
header.bootstrap_md .nav-meta_level1 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  text-indent: -99999px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 80%;
  width: 100px;
}
header.bootstrap_md .nav-meta_level1.closed svg {
  top: 0;
  bottom: auto;
}
header.bootstrap_md .nav-meta_level1.opened svg {
  top: auto;
  bottom: 0;
}
header.bootstrap_md .nav-meta_level1 svg {
  position: absolute;
  right: 0;
  left: auto;
  width: auto;
  height: 200%;
  pointer-events: all;
}
header.bootstrap_md .nav-meta_level1 #hamburger-icons .st0 {
  -webkit-transition: fill 0.5s ease-in-out;
  transition: fill 0.5s ease-in-out;
}
header.bootstrap_md .nav-meta_level1:hover #hamburger-icons .st0 {
  fill: #fff;
}
header.bootstrap_md .clublogo p {
  font-size: calc(28px*0.8);
  margin-bottom: 0;
}
header.bootstrap_md .clublogo p:first-child {
  margin-top: 14px;
}
header.bootstrap_md p.pagetitle_md {
  position: relative;
  font-size: calc(28px*0.55);
  z-index: 999;
  margin-bottom: 15px;
}
header.bootstrap_md .container-bottom_outer {
  display: none;
}
header.bootstrap_md .nav-meta_level2 {
  font-size: calc(28px*0.7);
  opacity: 0.85;
  text-transform: uppercase;
  position: fixed;
  padding: 30px;
  top: 0;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: calc(10 + 1);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  left: 0;
  -webkit-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
}
header.bootstrap_md .nav-meta_level2.closed {
  top: -100vh;
}
header.bootstrap_md .nav-meta_level2.opened {
  top: 0;
}
header.bootstrap_md .nav-meta_level2 a.special-event {
  padding-bottom: 50px;
  opacity: 0;
  pointer-events: none;
}
header.bootstrap_md .nav-meta_level2 .moduletable {
  height: auto !important;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
header.bootstrap_md .nav-meta_level2 .moduletable:first-child {
  padding-top: calc(92px);
}
header.bootstrap_md .nav-meta_level2 .moduletable:first-child ul li {
  margin-bottom: 20px;
}
header.bootstrap_md .nav-meta_level2 .moduletable:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
header.bootstrap_md .nav-meta_level2 .moduletable:nth-child(2) ul li {
  margin-top: 20px;
}
header.bootstrap_md .nav-meta_level2 nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
header.bootstrap_md .nav-meta_level2 ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
header.bootstrap_md .nav-meta_level2 li {
  width: 100%;
  display: block;
  position: relative;
  text-align: right;
}
header.bootstrap_md .nav-meta_level2 li:nth-child(1) {
  display: block;
}
header.bootstrap_md .nav-meta_level2 .wrapper-listitem {
  display: block;
  width: 100%;
}
header.bootstrap_md .nav-meta_level2 .listitem > ul {
  display: none;
}
header.bootstrap_md .nav-meta_level2 .listitem.current > ul {
  display: block;
}
header.bootstrap_md .clublogo img {
  max-width: 100%;
}
header.bootstrap_md .clublogo p {
  white-space: nowrap;
}
header.bootstrap_md .backgroundslideshow .pagetitle_md {
  white-space: nowrap;
  font-size: calc(28px*0.75);
}
header.bootstrap_md .specialevent h2 {
  font-weight: 700;
  font-size: calc(28px*0.8);
}
header.bootstrap_md .specialevent p {
  font-size: calc(28px*0.55);
}
header.bootstrap-md .nav nav.menu ul li.wrapper-listitem:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 100%;
}
header.bootstrap-md .nav nav.menu ul li.wrapper-listitem:last-child a.special-event {
  opacity: 1;
}
header.bootstrap-md .nav-close {
  position: absolute;
  right: -23px;
  bottom: 0;
  display: block;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotateZ(calc(-90deg + 22.5deg));
  transform: rotateZ(calc(-90deg + 22.5deg));
  -webkit-transform-origin: left center;
  transform-origin: left center;
  pointer-events: none;
}
header.bootstrap-md .nav-main .nav .menu ul li:last-child {
  border-right: none;
}
header.bootstrap-md .specialevent {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.bootstrap-md .specialevent .article,
header.bootstrap-md .specialevent .backgroundimage {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.bootstrap-md .specialevent .article {
  max-width: 90%;
}
header.bootstrap-md .specialevent.closed .article {
  position: absolute;
  left: -200vw;
}
header.bootstrap-md .specialevent.opened .article {
  position: absolute;
  left: 0;
}
header.bootstrap-md .specialevent.opened .backgroundimage img {
  width: 120%;
}
header.bootstrap-md .nav-main {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.bootstrap-md .nav-main .nav .menu {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.bootstrap-md .nav-main.closed .nav .menu {
  right: 0;
}
header.bootstrap-md .nav-main.opened .nav .menu {
  right: 100vw;
}
header.bootstrap-md .nav-main.opened .nav-close {
  opacity: 1;
  pointer-events: all;
}
header.bootstrap-md .clublogo img {
  max-width: 60%;
}
header.bootstrap-sm .clubname {
  font-size: 18px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
header.bootstrap-sm .nav-meta_level1 {
  width: 18px;
  height: 18px;
}
footer {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer li {
  list-style: none;
}
footer a {
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
footer a:hover {
  text-decoration: none;
}
footer .wrapper-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .row-top_inner {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  height: 100%;
}
footer .row-top_inner h2 {
  position: relative;
  top: 50%;
  margin: 0;
  height: 28px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 28px;
  font-family: 'Saira Extra Condensed', sans-serif;
  opacity: 0.75;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
footer .row-top_inner .divider {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  position: relative;
}
footer .row-top_inner .divider:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  display: block;
  width: 1px;
  background-color: #000;
  content: "";
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
footer .row-top_inner .partnerlogo {
  position: relative;
  opacity: 0.4;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  text-align: right;
}
footer .row-top_inner .partnerlogo:hover {
  opacity: 0.6;
}
footer .row-top_inner .partnerlogo a {
  position: relative;
  width: 100%;
  height: auto;
}
footer .row-top_inner .partnerlogo img {
  position: relative;
  top: 50%;
  width: 75%;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
footer .row-bottom_inner {
  padding: 30px 0;
}
footer .nav.menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer .nav.menu li {
  display: block;
  text-align: center;
  padding: 10px 0;
}
footer .nav.menu li.wappen {
  position: relative;
  padding-left: 50px;
}
footer .nav.menu li.wappen:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 100%;
  background-image: url(../img/svo-wappen_footer.svg);
  background-position: left center;
  background-size: auto 60%;
  background-repeat: no-repeat;
  content: "";
  opacity: 0.5;
}
footer .legal .nav.menu li {
  text-align: left;
}
footer .sitemap-main {
  text-align: center;
}
footer .sitemap-main ul.nav.menu li:last-child {
  display: none;
}
footer .sitemap-meta .nav.menu li {
  text-align: right;
}
footer .sitemap-meta .nav.menu li:first-child {
  display: none;
}
footer .sitemap-meta .nav.menu.no-joomla li:first-child {
  display: block;
}
footer.bootstrap_lg .nav.menu li.wappen {
  padding-left: 0;
}
footer.bootstrap_lg .nav.menu li.wappen:before {
  display: none;
}
footer.bootstrap_lg .legal {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
footer.bootstrap_lg .legal .made-by,
footer.bootstrap_lg .legal .wappen {
  text-align: left;
}
footer.bootstrap_lg .legal .moduletable {
  position: absolute;
  top: 0;
  right: 15px;
  text-align: right;
}
footer.bootstrap_lg .legal .moduletable li {
  text-align: right;
}
footer.bootstrap_lg .sitemap-main .nav.menu li {
  text-align: left;
}
footer.bootstrap_lg .sitemap-meta .nav.menu li {
  text-align: right;
}
footer.bootstrap_lg .row-top_inner h2 {
  top: 0;
  margin-bottom: 20px;
  text-align: center;
  -webkit-transform: none;
  transform: none;
}
footer.bootstrap_lg .row-top_inner .partnerlogo {
  text-align: center;
}
footer.bootstrap_lg .row-top_inner .partnerlogo.first {
  text-align: left;
}
footer.bootstrap_lg .row-top_inner .partnerlogo.last {
  text-align: right;
}
footer.bootstrap_md .row-top_inner .partnerlogo {
  margin-bottom: 20px;
}
footer.bootstrap_md .row-top_inner .partnerlogo.first {
  text-align: center;
}
footer.bootstrap_md .row-top_inner .partnerlogo.last {
  text-align: center;
}
footer.bootstrap_sm .legal .nav.menu li {
  text-align: center;
}
footer.bootstrap_sm .legal .moduletable {
  position: relative;
  right: 0;
}
footer.bootstrap_sm .legal .moduletable li {
  text-align: center;
}
footer.bootstrap_sm .sitemap-main {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
footer.bootstrap-xs .sitemap-main .nav.menu li {
  text-align: center;
}
footer.bootstrap-xs .sitemap-meta .nav.menu li {
  text-align: center;
}
header .djslider-in:after {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.75;
  -webkit-filter: saturate(2);
  filter: saturate(2);
}
header .djslider-in img {
  position: absolute;
  left: -2px;
  width: 100%;
}
header.bootstrap_md .slider-container ul li img {
  height: auto !important;
}
header.bootstrap_md .djslider-in img {
  width: 100% !important;
}
header.bootstrap-xs .djslider,
header.bootstrap-xs .djslider-loader,
header.bootstrap-xs .moduletable,
header.bootstrap-xs .moduletable > div,
header.bootstrap-xs .slider-container,
header.bootstrap-xs .slider-container ul,
header.bootstrap-xs .slider-container ul li {
  height: 100% !important;
}
header.bootstrap-xs .djslider ul {
  height: 100% !important;
}
main .aixeena-news-container-all {
  margin-bottom: 80px;
  height: auto !important;
  position: relative;
}
main .aixeena-news-container-all .aixeena_news,
main .aixeena-news-container-all .caroufredsel_wrapper {
  position: relative !important;
  height: auto !important;
}
main .aixeena-news-container-all .caroufredsel_wrapper {
  width: 100% !important;
}
main .aixeena-news-container-all .aixeena_news_item {
  position: relative;
  margin: 0 !important;
  margin-right: 25px !important;
  margin-left: 25px !important;
  padding: 15px !important;
  padding-top: calc(15px*2) !important;
  width: calc(1110px - 2*25px - 2*15px) !important;
  height: auto !important;
}
main .aixeena-news-container-all .aixeena-buttons a {
  font-size: 20px;
  font-style: italic;
}
main .aixeena-news-container-all .aixeena-buttons a:hover {
  text-decoration: none;
}
main .aixeena-news-container-all .aixeena_news {
  position: relative;
}
main .aixeena-news-container-all .aixnewcarimg-set1 {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50% !important;
  margin-top: -15px !important;
  background-image: url(../img/prev-next-buttons.svg) !important;
  background-size: auto 200%;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0.5;
  display: block;
}
main .aixeena-news-container-all .aixnewcarimg-set1.visible {
  display: block;
}
main .aixeena-news-container-all .aixnewcarimg-set1.aixnewcarprev {
  left: -10px !important;
  background-position: bottom right !important;
}
main .aixeena-news-container-all .aixnewcarimg-set1:hover {
  opacity: 1;
}
main .aixeena-news-container-all .aixnewcarnext.aixnewcarimg-set1 {
  right: -10px !important;
  background-position: 0 0 !important;
}
main div[class*=premodal-md] {
  display: none !important;
}
main.bootstrap_xl .aixeena-news-container-all .aixeena_news_item {
  width: calc(930px - 2*25px - 2*15px) !important;
}
main.bootstrap_lg .aixeena-news-container-all .aixeena_news_item {
  width: calc(690px - 2*25px - 2*15px) !important;
}
main.bootstrap_md .aixeena-news-container-all .aixeena_news_item {
  width: calc(510px - 2*25px - 2*15px) !important;
}
main.bootstrap_sm .aixeena-news-container-all .aixeena_news_item {
  margin-right: 0 !important;
  margin-left: 0 !important;
  width: calc(100vw - 40px - 2*15px) !important;
}
main.bootstrap_sm .aixeena-news-container-all .aixnewcarimg-set1 {
  display: none !important;
}
main .ba-gallery .ba-goback {
  margin-bottom: 30px !important;
  margin: 0;
}
main .ba-gallery .ba-goback .zmdi.zmdi-long-arrow-left {
  background-color: green !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  width: 100px;
  border: none !important;
  padding: 6px 0 !important;
  position: relative;
  left: 30px;
}
main .ba-gallery .ba-goback .zmdi.zmdi-long-arrow-left:before {
  content: "Zurück" !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px !important;
  font-family: 'Saira Extra Condensed', sans-serif !important;
  line-height: 20px;
}
main .ba-gallery .ba-goback .zmdi.zmdi-long-arrow-left:after {
  position: absolute;
  top: 0;
  left: -30px;
  z-index: -1;
  width: 30px;
  height: 100%;
  content: "";
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
main .ba-gallery h2 {
  background: 0 0;
  width: auto !important;
  display: inline !important;
  float: left;
  padding: 0;
  font-family: 'Hind Guntur', sans-serif;
  font-size: 20px;
  line-height: 20px;
  padding: 6px 0;
}
main .ba-gallery h2:after,
main .ba-gallery h2:before {
  display: none;
}
main .ba-gallery .ba-album.css-style-13 .ba-caption {
  pointer-events: none;
}
main .ba-gallery .ba-album.css-style-13 .ba-caption h3 {
  margin-bottom: 0;
  font-size: 20px !important;
  font-family: 'Hind Guntur', sans-serif !important;
}
main .ba-gallery .ba-album.css-style-13 .ba-caption p {
  margin-top: 0;
  font-size: 20px !important;
}
main .ba-gallery .ba-album .ba-image {
  -webkit-transition: -webkit-filter 0.5s ease-in-out;
  transition: -webkit-filter 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out, -webkit-filter 0.5s ease-in-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
main .ba-gallery .ba-album .ba-image:hover {
  -webkit-filter: none;
  filter: none;
}
main .ba-gallery .categories-description {
  display: none;
}
main .ba-gallery-items .ba-image {
  -webkit-transition: -webkit-filter 0.5s ease-in-out;
  transition: -webkit-filter 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out, -webkit-filter 0.5s ease-in-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
main .ba-gallery-items .ba-image:hover {
  -webkit-filter: none;
  filter: none;
}
main p.short-description {
  text-align: center !important;
  font-size: calc(20px*0.75) !important;
}
.ba-scrollable {
  margin-right: 0 !important;
}
.ba-scrollable .ba-modal-header {
  padding: 0 !important;
}
.ba-scrollable .ba-right-icons {
  float: right !important;
}
.ba-scrollable .ba-modal-title {
  position: absolute;
  text-align: center;
  bottom: -100vh;
  margin: 0 !important;
  padding: 15px !important;
  -webkit-transform: translateY(-130px);
  transform: translateY(-130px);
  width: 100% !important;
}
.ba-scrollable .ba-modal-title h3.modal-title {
  text-align: center !important;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  height: 56px;
}
html.bootstrap_xl .modal-scrollable .modal-nav {
  display: block !important;
}
html.bootstrap_xl .ba-gallery:not(.album-in-lightbox) .ba-goback h2 {
  width: auto !important;
}
html.bootstrap_sm .ba-goback {
  margin-bottom: 0 !important;
}
html.bootstrap_sm .ba-goback .zmdi.zmdi-long-arrow-left {
  width: 100%;
}
html.bootstrap_sm .ba-gallery:not(.album-in-lightbox) .ba-goback h2 {
  margin-top: 30px;
  width: 100% !important;
}
.phocadownloadfilelist {
  border: none;
  background: 0 0;
}
.phocadownloadfilelist a {
  margin: 20px 0;
  font-size: 20px;
}
.phocadownloadfilelist a:first-child {
  margin-top: 0;
}
main .phocadownloadfilelist {
  text-align: right;
}
body #redim-cookiehint .cookiecontent {
  padding: 12px 0;
  max-width: 75vw;
  font-size: 20px;
  line-height: calc(20px*1.2);
}
body #redim-cookiehint .cookiebuttons {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 5%;
}
body #redim-cookiehint .cookiebuttons button.btn {
  padding: 10px 20px !important;
  font-size: 20px;
  line-height: 20px;
}
#colorbox {
  height: auto !important;
  font-family: 'Hind Guntur', sans-serif;
}
#colorbox h2 {
  font-weight: 600;
  font-size: 30px;
}
#colorbox p {
  font-size: 20px;
}
#colorbox img {
  max-width: 100%;
}
#colorbox #cboxWrapper {
  position: relative;
}
#colorbox #cboxClose {
  top: 24px;
  right: 24px;
  width: 30px;
  height: 30px;
  background-image: url(../img/close-icon.svg);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  line-height: 30px;
}
#colorbox #cboxLoadedContent {
  padding: 40px;
}
#colorbox #redim-cookiehint {
  display: none;
}
#bwpostman input[type=text],
#bwpostman input[type=email] {
  padding: 6px 15px;
  width: calc(100% - 61px) !important;
  border: none;
  border-radius: 0 !important;
  background-color: #ddd;
  font-size: 20px;
}
#bwpostman #bwp_com_form label {
  display: block;
  margin-right: 10px;
  width: auto;
  font-weight: 600;
  font-size: 20px;
  font-family: 'Hind Guntur', sans-serif;
}
#bwpostman .append-area {
  border: none;
  background: 0 0;
  background-image: none;
}
#bwpostman .agree_check {
  margin-top: 20px;
}
#bwpostman #bwp_com_edit_subscription button,
#bwpostman #bwp_com_getedit_link button,
#bwpostman .button-register button,
#bwpostman button[type=submit],
#bwpostman div[id*=bwp_com_error_] button {
  margin-bottom: 80px;
  padding: 12px 15px 6px 15px;
  border: none;
  border-radius: 0;
  background: 0 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  font-family: 'Hind Guntur', sans-serif;
  line-height: 20px;
}
#bwpostman .personal-data {
  margin-bottom: 40px;
}
#bwpostman .getlink_email input[type=email] {
  width: 40% !important;
}
#bwpostman .bwp-error strong font,
#bwpostman .error-message {
  color: #000 !important;
}
#bwpostman .edit_unsubscribe_text {
  color: #000 !important;
}
#bwpostman .with-background {
  margin-bottom: 40px;
}
#bwpostman .edit_emailformat,
#bwpostman .user_mailformat {
  margin-top: 20px;
}
#bwpostman .edit_emailformat .btn,
#bwpostman .user_mailformat .btn {
  background-image: none;
  border: none;
  padding: 12px 16px 8px 16px;
  font-weight: 300 !important;
  opacity: 0.6;
}
#bwpostman .edit_emailformat .btn.active,
#bwpostman .edit_emailformat .btn:hover,
#bwpostman .user_mailformat .btn.active,
#bwpostman .user_mailformat .btn:hover {
  opacity: 1;
}
#rl_modals_wrapper .container {
  max-width: 100vw !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#rl_modals_wrapper .page-header {
  max-width: 100% !important;
  flex-basis: 100% !important;
}
