@charset "UTF-8";
/* CSS Document */
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v17-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/open-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v17-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v17-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v17-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v17-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v17-latin-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v17-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v17-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('../fonts/open-sans-v17-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v17-latin-800.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v17-latin-800.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v17-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v17-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}
.tabnav li {
  position: relative;
}
/*#tab-geschaefte .w25, #tab-freizeit .w25, #tab-dienstleister .w25:nth-of-type(3), #tab-dienstleister .w25:nth-of-type(4), .tabnav li:nth-of-type(4), .tabnav li:nth-of-type(5), .tabnav li:nth-of-type(6) {
  pointer-events: none;
}
#tab-geschaefte .w25 *, #tab-freizeit .w25 *, #tab-dienstleister .w25:nth-of-type(3) *, #tab-dienstleister .w25:nth-of-type(4) *, .tabnav li:nth-of-type(4) *, .tabnav li:nth-of-type(5) *, .tabnav li:nth-of-type(6) * {
  opacity: .5;
}
#tab-geschaefte .w25:after, #tab-freizeit .w25:after, #tab-dienstleister .w25:nth-of-type(3):after, #tab-dienstleister .w25:nth-of-type(4):after, .tabnav li:nth-of-type(4):after, .tabnav li:nth-of-type(5):after, .tabnav li:nth-of-type(6):after {
  content: "Demo";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-weight: 800;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #F93822;
  padding: 7px 14px;
  border: 2px solid #F93822;
  width: 120px;
  height: 30px;
  border-radius: 5px;
  transform: rotate(-10deg);
  margin: auto;
  background: rgba(255, 255, 255, .5);
  text-transform: uppercase;
}*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-text-adjust: none;
  box-sizing: border-box;
}
html {
  background: #fff;
  font-family: Arial, sans-serif;
}
body {
  font: 400 18px/1.5 'Open Sans';
  color: #2e2e2e;
  /*padding-top: 34px;*/
}
a {
  color: #008BCD;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #2e2e2e;
}
header, main, footer, section, area, aside {
  display: block;
}
h1, h2, h3, h4, h5, h6, .small-h1 {
  font-weight: normal;
}
p, ol, ul, fieldset {
  margin-bottom: 20px;
}
ol, ul, fieldset {
  font: 400 16px/1.5 'Open Sans';
}
h1, .h1 {
  font-size: 55px;
  font-weight: 400;
  margin-bottom: 40px;
}
.h1x2 {
  font-size: 72px;
  text-transform: uppercase;
  font-weight: 800;
}
h1.bordred {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.small-h1 {
  font-size: 22px;
}
h2, .h2 {
  font-size: 36px;
  font-weight: 400;
}
h3, .h3 {
  font-size: 22px;
  font-weight: 400;
}
h4, .h4 {
  font-size: 20px;
  font-weight: 800;
}
h5, h6, .h5, .h6 {
  font-size: 16px;
  font-weight: 800;
  font-family: "Open Sans";
}
h2 + h3, .h2 + .h3, .small-h1 + .small-h2 {
  color: #8f8f8f;
}
.bg-primary .small-h1 + .small-h2 {
  color: #afc5f9;
}
.ttu {
  text-transform: uppercase;
}
.col2 {
  column-count: 2;
  column-gap: 80px;
}
table {
  border-collapse: collapse;
  font-size: 14px;
  borer: none;
}
table td, table th {
  padding: 5px 5px;
  text-align: left;
  vertical-align: top;
  border: none;
  font-size: 16px;
  line-height: 1.5;
}
.lighter {
  font-weight: 400;
}
strong, .bolder {
  font-weight: bolder;
}
.ovrly {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.flx {
  display: flex;
  flex-wrap: wrap;
}
.flx-cnt {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.flx-spc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flx-vend {
  display: flex;
  align-items: flex-end;
}
.flx-vstrt {
  display: flex;
  align-items: flex-start;
}
.flx-vcnt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flx-hend {
  display: flex;
  justify-content: flex-end;
}
.flx-hstrt {
  display: flex;
  justify-content: flex-start;
}
.flx-hcnt {
  display: flex;
  justify-content: center;
}
.flx-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flx-nowrap {
  display: flex;
  flex-wrap: nowrap;
}
.flx-acnt {
  display: flex;
  align-items: center;
}
.flx-rnd {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.flx-margined > *{
	margin-left:.5%;
	margin-right:.5%;
}
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.order3 {
  order: 3;
}
.order4 {
  order: 4;
}
.order5 {
  order: 5;
}
.order6 {
  order: 6;
}
.order7 {
  order: 7;
}
.order8 {
  order: 8;
}
.order9 {
  order: 9;
}
.order10 {
  order: 10;
}
.w10 {
  width: 9% !important;
}
.w14 {
  width: 13% !important;
}
.w15 {
  width: 14% !important;
}
.w20 {
  width: 19% !important;
}
.w23 {
  width: 22% !important;
}
.w25 {
  width: 24% !important;
}
.w30 {
  width: 29% !important;
}
.w33 {
  width: 32% !important;
}
.w35 {
  width: 34% !important;
}
.w40 {
  width: 39% !important;
}
.w45 {
  width: 44% !important;
}
.w50 {
  width: 49% !important;
}
.w55 {
  width: 54% !important;
}
.w60 {
  width: 59% !important;
}
.w65 {
  width: 64% !important;
}
.w70 {
  width: 69% !important;
}
.w75 {
  width: 74% !important;
}
.w80 {
  width: 79% !important;
}
.w85 {
  width: 84% !important;
}
.w90 {
  width: 89% !important;
}
.w95 {
  width: 94% !important;
}
.w100 {
  width: 100% !important;
}
.w10-f {
  width: 10% !important;
}
.w15-f {
  width: 15% !important;
}
.w20-f {
  width: 20% !important;
}
.w25-f {
  width: 25% !important;
}
.w30-f {
  width: 30% !important;
}
.w33-f {
  width: 33% !important;
}
.w35-f {
  width: 35% !important;
}
.w40-f {
  width: 40% !important;
}
.w45-f {
  width: 45% !important;
}
.w50-f {
  width: 50% !important;
}
.w55-f {
  width: 55% !important;
}
.w60-f {
  width: 60% !important;
}
.w65-f {
  width: 65% !important;
}
.w70-f {
  width: 70% !important;
}
.w75-f {
  width: 75% !important;
}
.w80-f {
  width: 80% !important;
}
.w85-f {
  width: 85% !important;
}
.w90-f {
  width: 90% !important;
}
.w95-f {
  width: 95% !important;
}
.w100-f {
  width: 100% !important;
}
.mw100 {
  max-width: 100%;
}
.m0 {
  margin: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.ml100 {
  margin-left: 100px !important;
}
.p0 {
  padding: 0 !important;
}
.p03 {
  padding: 3px !important;
}
.p5 {
  padding: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.p20 {
  padding: 20px !important;
}
.p30 {
  padding: 30px !important;
}
.p40 {
  padding: 40px !important;
}
.p50 {
  padding: 50px !important;
}
.p60 {
  padding: 60px !important;
}
.p70 {
  padding: 70px !important;
}
.p80 {
  padding: 80px !important;
}
.p90 {
  padding: 90px !important;
}
.p100 {
  padding: 100px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pr70 {
  padding-right: 70px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.pr90 {
  padding-right: 90px !important;
}
.pr100 {
  padding-right: 100px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pl90 {
  padding-left: 90px !important;
}
.pl100 {
  padding-left: 100px !important;
}
.op0 {
  opacity: 0;
}
.op10 {
  opacity: .1;
}
.op20 {
  opacity: .2;
}
.op30 {
  opacity: .3;
}
.op40 {
  opacity: .4;
}
.op50 {
  opacity: .5;
}
.op60 {
  opacity: .6;
}
.op70 {
  opacity: .7;
}
.op80 {
  opacity: .8;
}
.op90 {
  opacity: .9;
}
.tal {
  text-align: left!important;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.ttu {
  text-transform: uppercase;
}
.posrel {
  position: relative;
}
.z1, .z2, .z3, .z4, .z5, .z6, .z7, .z8, .z9 {
  position: relative;
}
.z1 {
  z-index: 1;
}
.z2 {
  z-index: 2;
}
.z3 {
  z-index: 3;
}
.z4 {
  z-index: 4;
}
.z5 {
  z-index: 5;
}
.z6 {
  z-index: 6;
}
.z7 {
  z-index: 7;
}
.z8 {
  z-index: 8;
}
.z9 {
  z-index: 9;
}

#popwrapper {
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9001;
}
#popwrapper.active {
  display: flex;
}
#popovrly {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#popdetails {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 800px;
  max-width: 95vw;
  max-height: 80vh;
  padding: 20px;
  background: #fff;
  box-shadow: 5px 10px 20px 1px rgba(0, 0, 0, .5);
  overflow-y: auto;
  z-index: 1;
}
#popdetails > aside {
  display: block;
  width: 10%;
  order: 2;
  position: relative;
}
.popinner {
  display: none;
  width: 90%;
  order: 0;
}
.popinner.active {
  display: block;
}
a#popclose {
  position: sticky;
  top: 0;
  display: block;
  text-decoration: none;
  color: #3d4651;
  font-size: 14px;
  width: 100%;
  text-align: right;
  font-size: 16px;
  line-height: 1;
}
.block {
  display: block;
}
img.block {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
img.inline-block {
  display: inline-block;
}
hr {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px dashed rgba(0, 0, 0, .2);
  margin: 20px 0 40px;
}
.overflow-fix {
  overflow-x: hidden;
}
.xl-hide, #subnav li.xl-hide {
  display: none
}
.centered {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.w50 .centered, .w50-f .centered {
  max-width: 600px;
  margin: 0;
}
.centered-xs {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.centered-big {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.area {
  padding-top: 120px;
  padding-bottom: 120px;
}
.area.bordred, .m-area.bordred, .s-area.bordred, .xs-area.bordred {
  border-botom: 1px solid #ccc;
}
.area + .area {
  border-top: 1px solid #ccc;
}
.m-area {
  padding-top: 60px;
  padding-bottom: 60px;
}
.s-area {
  padding-top: 40px;
  padding-bottom: 40px;
}
.xs-area {
  padding-top: 20px;
  padding-bottom: 20px;
}
.area-nobottom {
  padding-bottom: 0;
}
.area-notop {
  padding-top: 0;
}
.bg-area {
  background-size: cover;
  position: relative;
}
.bg-area:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, .7);
  z-index: 0;
}
.bg-area > * {
  position: relative;
  z-index: 1;
}
.primary {
  color: #00595c;
}
.secondary {
  color: #00595c;
}
.custom {
  color: #67ff5b;
}
.white {
  color: #fff;
}
.lightergrey {
  color: #f4f4f4;
}
.lightgrey {
  color: #e5e5e5;
}
.grey {
  color: #8f8f8f;
}
.darkgrey {
  color: #484848;
}
.black {
  color: #1c1c1c;
}
.bg-primary {
  background-color: #00595c !important;
}
.bg-primary-a{
	background-color:rgba(0,39,41,.6);
}
.bg-secondary {
  background-color: #00595c !important;
}
.bg-custom {
  background-color: #67ff5b !important;
}
.bg-white {
  background-color: #fff;
}
.bg-lightergrey {
  background-color: #f4f4f4;
}
.bg-lightgrey {
  background-color: #e5e5e5;
}
.bg-darkgrey {
  background-color: #484848;
}
.bg-darkergrey {
  background-color: #1c1c1c;
}
.bg-black {
  background-color: #111111;
}
.bg-facebook {
  background-color: #304992;
}
.btn, .form-field input.btn {
  display: inline-block;
  background: #00595c;
  color: #fff;
  text-decoration: none;
  padding: 13px 30px;
  border-radius: 10px;
  border: 1px solid #00595c;
  text-align: center;
  max-width: 100%;
}
.btn-s {
  padding: 7px 15px;
}
.btn-xs {
  padding: 3px 15px;
  font-size: 14px;
}
.btn-iconed {
  padding-left: 35px;
  position: relative;
}
.btn-iconed:before {
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 22px;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 400;
}
.btn.block {
  display: block;
}
.btn-rt {
  border-radius: 20px 0 20px 0;
}
.btn:hover {
  color: #00595c;
  background: #f4f4f4;
}
.btn.btn-white {
  background: #fff;
  color: #00595c;
  border-color: #fff;
}
.btn.btn-white:hover {
  background: #00595c;
  color: #fff;
}
.btn-primary, .form-field input.btn-primary {
  border-color: #00595c;
  background-color: #00595c;
  color: #fff;
}
.btn-primary:hover, .form-field input.btn-primary:hover {
  background: #fff;
  color: #00595c;
}
.btn-secondary, .form-field input.btn-secondary {
  border-color: #00595c;
  background-color: #00595c;
  color: #fff;
}
.btn-secondary:hover, .form-field input.btn-secondary:hover {
  background: #fff;
  color: #00595c;
}
.btn.btn-trans {
  background: rgba(255, 255, 255, .5);
  color: #2e2e2e;
  border-color: rgba(255, 255, 255, 0);
}
.btn.btn-trans:hover {
  background: #fff;
}
.btn.btn-black {
  background: #1c1c1c;
  color: #fff;
  border-color: #1c1c1c;
}
.btn.btn-black:hover {
  background: #fff;
  color: #1c1c1c;
}
.header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.header ul li {
  display: block;
}
.header ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.header ul li.xl-hide{display:none;}

.mainlogo{
	display:block;
	width:351px;
	padding:10px 0;
}

/*.header .bottom {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}*/
#navi li a {
  font-weight: 800;
  padding: 25px 15px;
  font-size: 18px;
  transition: 3ms all;
  border-bottom: 1px solid rgba(255, 255, 255, 0)
}
#navi li a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 1)
}
.header .top ul li a {
  padding: 5px 15px;
}
.slider .slide {
  background: #000;
  position: relative;
	overflow:hidden;
}
.theme {
  position: relative;
  background: #000;
}
.slider .slide img, .theme img {
  display: block;
  width: 100%;
  height: auto;
  opacity: .45;
}


.slide img{
	min-height:150px;
	width:auto!important;
	min-width:100%!important;
	height:auto!important;
	max-height:60vh;
}

.slider .tac {
  width: 640px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.slider .ovrly, .theme .ovrly {
  color: #fff;
}
.form-field {
  position: relative;
}
.form-field-whd {
  display: none !important
}
.form-field *, .form-field input::placeholder, .form-field textarea::placeholder {
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
  line-height: 1.5;
  color: #2e2e2e;
  font-family: "Open Sans";
}
input.btn {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Open Sans";
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.form-field label {
  display: block;
  margin: 0 0 3px;
  font-weight: 700;
  font-size: 15px;
}
.form-field input, .form-field textarea, .form-field select {
  display: block;
  background: #f8f8f8;
  padding: 10px 20px;
  width: 100%;
  border-radius: 10px;
}

.form-field select{border:1px solid #ccc;}

.form-style-white .form-field input, .form-style-white .form-field textarea {
  background: #fff;
  border: 1px solid #ccc;
}
.form-field textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
}
.error {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #fff;
  padding: 0px 4px;
  border-radius: 2px;
  font-size: 11px;
  color: #E73C3E;
  border: 1px solid #E73C3E;
}
.form-border {
  border: 10px solid rgba(0, 0, 0, .4);
  border-radius: 20px;
}
.form-field.form-combined input {
  border-radius: 0;
}
.form-field.form-combined input:first-of-type {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.form-field.form-combined input:last-of-type {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.form-field.form-combined {
  display: flex;
}
.form-style-white .form-check {
  position: relative;
}
.form-style-white .form-check input {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
.form-style-white .form-check label {
  display: block;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}
.form-check label a {
  font-weight: 700;
  color: #2e2e2e;
}
.form-style-white .form-check label:before {
  content: "";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 17px;
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 6px;
  color: #fff;
  font-size: 10px;
}
.form-style-white .form-check input:checked + label:before {
  content: "\f00c";
  background: #10c469;
  border-color: #10c469;
}
.tabnav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.tabnav li {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
}
.tabnav li:before {
  display: none;
}
.tabnav a {
  display: block;
  color: #2e2e2e;
  text-decoration: none;
  font-size: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  position: relative;
  padding: 30px;
  opacity: .75;
}
.tabnav a:after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #00595c;
  pointer-events: none;
}
.tabnav a.active {
  opacity: 1;
}
.tabnav a.active:after {
  display: block;
}
.tabnav a.active img {
  opacity: 1;
}
.tabnav img {
  display: block;
  width: 80px;
  height: auto;
  max-width: 100%;
  margin: 0 auto 10px;
  opacity: .5;
}
.tabnav strong {
  font-weight: normal;
}
.rounded {
  border-radius: 10px;
  overflow: hidden;
}
.rounded-top {
  border-radius: 10px 10px 0 0;
}
.shadowed {
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .075);
}
.dark-shadowed {
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .1);
}
.spez-rounded > img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.spez-rounded {
  border-radius: 10px;
}
.muted {
  color: #6f6f6f;
}
a.link, .link {
  color: #00595c;
  text-decoration: none;
}
a.link.white {
  color: #fff;
}
a.icon-link {
  font-size: 40px;
  ine-height: 1;
}
a.small-icon-link {
  text-decoration: none;
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
  display: inline-block;
  padding: 7px;
  border-radius: 8px;
  margin-left: 10px;
}
a.small-icon-link:hover {
  background: #f4f4f4;
}
a.small-icon-link img, a.small-icon-link span {
  display: block;
  text-align: center;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  font-size: 14px;
}
.smaller {
  font-size: 14px;
}
.tab {
  display: none;
}
.tab.active {
  display: block;
}
a.abs, .abs {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
img.absimg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
img.absimg + * {
  position: relative;
  z-index: 1;
}
img.absimg.w50 {
  max-width: 50%;
  min-width: 50%;
}
img.absimg.absr {
  left: auto;
  right: 0;
}
.ofh {
  overflow: hidden;
}
.ofv {
  overflow: visible;
}
.date-l, .date-s {
  display: block;
  background: #fff;
  margin: 0;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  width: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.date-s {
  width: 65px
}
.date-l strong, .date-s strong {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  height: 67px;
  padding: 20px 0 11px;
}
.date-s strong {
  font-size: 22px;
  height: 41px;
}
.date-l span, .date-s span {
  display: block;
  color: #fff;
  background: #484848;
  padding: 3px 0 6px;
}
.news-l, .news-s {
  position: relative;
  padding-left: 120px;
  display: flex;
  align-items: center;
  justify-cotnent: flex-start;
  min-height: 120px;
}
.news-s {
  min-height: 80px;
  padding-left: 80px;
}
.news-l .date-l, .news-s .date-s {
  position: absolute;
  left: 0;
  top: 10px;
}
.abslink {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.iconed-area {
  overflow: hidden;
  position: relative;
}
.iconed-area:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  top: -50px;
  right: -50px;
  color: #000;
  line-height: 1;
  font-size: 250px;
  opacity: .05;
  pointer-events: none;
  transform: rotate(-10deg);
}
.iconed-area.iconed-left {
  overflow: visible;
}
.iconed-area.iconed-left:before {
  right: auto;
  left: -50px;
  top: 20px;
  transform: rotate(10deg);
}
.iconed-area.s-icon:before {
  font-size: 350px;
  top: -20px;
  right: -20px;
}
.iconed-area * {
  z-index: 1;
}
.iconed-area.fa-search:before, .iconed-area.fa-bullhorn:before, .iconed-area.fa-gift:before {
  font-weight: 900;
}
.iconed-area.flx-hend:before {
  right: auto;
  left: -50px;
}
.reverse {
  flex-direction: row-reverse
}
.reverse img.absimg {
  right: 0;
  left: inherit;
}
.badge {
  position: absolute;
  right: -5px;
  bottom: 10px;
  padding: 2px 10px;
  font-size: 11px;
  color: #fff;
  background: #282828;
  margin: 0;
  font-weight: 700;
}
.badge.pos-middle {
  bottom: 0;
  top: 0;
  margin: auto;
  height: 20px;
}
.badge:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 0 5px;
  border-color: transparent transparent transparent #ab3e45;
}
.downloads {
  justify-content: center;
}
.downloads .btn {
  width: 30%;
  margin: 0 10px 30px;
}

.vorstand {
  justify-content: space-between;
}
.vorstand-single {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  background-color: #e5e5e5;
}

.vorstand-text {
  flex-direction: column;
}
.vorstand-text span {
  margin-left: 28px;
}
.vorstand-text p {
  margin-bottom: 0;
}
.vorstand-text strong {
  font-weight: 800;
  font-size: 18px;
}
.vorstand-text > em {
  font-weight: 600;
  font-style: normal;
}
.vorstand-text p em {
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
}
.vorstand-text a {
  text-decoration: none;
  color: #000;
}
.vorstand-text em {
  margin-right: 10px;
}
.btm-logo {
  width: 140px;
  height: auto;
}
.block-link {
  background: #fff;
  position: relative;
  font-size: 16px;
}
.block-link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
  pointer-events: none;
  z-index: 1;
}
.block-link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 91, 102, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 91, 102, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 91, 102, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00595c', GradientType=0);
  opacity: 0;
  transition: opacity 300ms;
}
.galwrapper .block-link img {
  opacity: .9;
}
.block-link img {
  opacity: .5;
  transition: 300ms;
}
.block-link:hover::after {
  opacity: 1;
}
footer {
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
  position: relative;
}
footer:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  pointer-events: none;
  opacity: .25;
}
footer hr {
  margin: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  width: 75px;
}
footer a {
  text-decoration: none;
  color: rgba(255, 255, 255, .5);
}
footer a:hover {
  color: rgba(255, 255, 255, 1);
}
.justify {
  text-align: justify;
}
main ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
main ul li {
  position: relative;
  padding-left: 20px;
}
main ul li:before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
}

ul.nolist {
  list-style: none;
}
ul.nolist li {
  padding: 0;
}
ul.nolist li:before {
  display: none;
}
#map {
  width: 100%;
}
.filterlist {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px;
  margin-right: -30px;
}
.filterlist li {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 0;
}
.filterlist li:before {
  display: none;
}
.filterlist img {
  display: block;
  width: 30px;
  height: auto;
  margin: 0 20px 0 0;
  background: #fff;
  position: relative;
}
.filterlist a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 18px;
  color: #747474;
}
.filterlist li:last-of-type {
  border: none;
}
.filterlist li:hover a {
  background: rgba(0, 0, 0, .02);
}
.iconwrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  filter: grayscale(100);
}
.iconwrapper {
  padding: 10px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding: 10px;
  margin: 0 20px 0 0;
  position: relative;
  background: #fff;
}
.iconwrapper.shadowed {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}
.filterlist .selected img {
  filter: none;
}
.filterlist .selected .iconwrapper:before {
  content: "\f00c";
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  font-size: 8px;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  background: #1ca421;
  color: #fff;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-weight: 900;
}
.filterlist .selected {
  color: #2e2e2e;
}
.breadcrumbs {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.breadcrumbs li {
  display: block;
  padding: 0;
}
.breadcrumbs li:before {
  display: block;
  left: auto;
  right: -2px;
  content: "/";
  color: #fff;
}
.breadcrumbs a {
  padding: 5px 10px;
  text-decoration: none;
  color: #fff;
}
.breadcrumbs li:last-of-type:before {
  display: none;
}
.timetable td {
  padding: 7px 10px;
}
.timetable tr:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, .075);
}
.timetable.lastr td:nth-of-type(2) {
  text-align: right;
}
aside, aside p, aside table, aside table td {
  font-size: 14px;
}
.entry-title {
  position: relative;
}

.entry-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  pointer-events: none;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  opacity: .45;
}
.entry-title .ovrly {
  padding: 0 20px 15px 23%;
  align-items: flex-end;
  justify-content: flex-start;
  text-shadow: 2px 1px 4px rgba(0, 0, 0, .25);
}
.w50 .entry-title .ovrly {
  padding-left: 40%;
}
.entry .w75 {
  width: 73.363%;
}
.entry-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 5px;
  box-shadow: 0 0 0px 3px rgba(0, 0, 0, .25);
  overflow: hidden;
  position: absolute;
  left: 10px;
  bottom: 0px;
	top:0;
	margin:auto;
  background: #fff;
}
.entry-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.w50 .entry-logo {
  width: 100px;
  height: 100px;
}
.entry-logo img {
  display: block;
  width: 100%;
  height: auto;
}
div.bordred {
  border: 2px solid #e5e5e5;
}
div.bordred + div.bordred {
  margin-top: -10px;
  border-top: none;
  padding-top: 10px;
}
.inline-icon {
  min-width: 15px;
  text-align: center;
  margin-right: 25px;
}
.social-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: #1c1c1c;
  color: #fff;
  text-decoration: none;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #1c1c1c;
  margin: 0 5px;
}
.social-icon-link:hover {
  background: #fff !important;
  color: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
.social-icon-link.fa-facebook-f {
  background: #3b5998;
  border-color: #3b5998;
}
.social-icon-link.fa-twitter {
  background: #1da1f2;
  border-color: #1da1f2;
}
.social-icon-link.fa-linkedin {
  background: #2977c9;
  border-color: #2977c9;
}
.social-icon-link.fa-pinterest {
  background: #e60023;
  border-color: #e60023;
}
.social-icon-link.fa-youtube {
  background: #ca0813;
  border-color: #ca0813;
}
.social-icon-link.fa-skype {
  background: #1db0ed;
  border-color: #1db0ed;
}
.social-icon-link.fa-whatsapp {
  background: #25e47a;
  border-color: #25e47a;
}
.social-icon-link.fa-instagram {
  background: #d728a9;
  border-color: #d728a9;
}
.social-icon-link.fa-xing {
  background: #007575;
  border-color: #007575;
}
a[data-tool] {
  position: relative;
}
a[data-tool]:after {
  content: attr(data-tool);
  position: absolute;
  left: 0;
  bottom: 80%;
  margin: auto;
  white-space: nowrap;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, .85);
  padding: 4px 10px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 700;
  pointer-events: none;
  opacity: 0;
  transition: 300ms;
}
a[data-tool]:hover:after {
  bottom: 110%;
  opacity: 1;
}
.topoverlay {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  margin-top: -40px;
}
.topoverlay img {
  display: block;
  max-width: 100%;
  height: auto;
}
.mwicon {
  display: inline-block;
  text-align: center;
  min-width: 50px;
}
.mwicon-s {
  display: inline-block;
  text-align: center;
  min-width: 25px;
}
.sticky {
  position: sticky;
  top: 120px;
}
/*.linkbox:after {
  content: "mehr erfahren ›";
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #00595c;
  font-weight: bold;
  font-size: 14px;
  pointer-events: none;
}*/
ul.vertical-lined {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
ul.vertical-lined li {
  display: block;
  padding: 0;
}
ul.vertical-lined li:before {
  display: none;
}
ul.vertical-lined li:not(:last-of-type) {
  border-bottom: 1px solid #e5e5e5;
}
ul.vertical-lined li a {
  display: block;
  color: #2e2e2e;
  text-decoration: none;
  padding: 8px;
}
ul.vertical-lined li a:hover {
  background: #f4f4f4;
}
.marginfix .w25 {
  margin-left: .5%;
  margin-right: .5%;
}
.mitglieder {
  align-items: center;
}
.mitglied-innerbox {
	border: 1px solid #f2f2f2;
	padding: 20px;
	margin-bottom: 20px;
}
.info-right ul {
  margin-left: 50px;
  line-height: 30px;
}
.mitglieder-a {
  text-decoration: none;
  color: #000000;
}
.mitglieder-a:hover {
  text-decoration: none;
  color: #00595c;
}
.boldname {
  font-weight: 700;
}
.newsshort {
  display: block;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  position: relative;
}
.newsshort strong {
  color: #00595c;
  display: block;
}
.newsshort span > span {
  border-top: dashed 1px #000;
  display: block;
}
.fa-angle-double-right {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
/* KONTAKTFORMULAR */
.kon-left {
  width: 45%;
}

.kon-left label {
	 display: inline-block;
	 font-weight: 600;
	margin-right: 15px;
}

.kon-left p {
	
}

label span {
	padding-right: 50px;
}

.kontakt-art input {
  margin-right: 15px;
  border-bottom: 1px solid #304992;
  padding-left: 15px;
  color: rgba(0, 0, 0, 0.5);
}

.kon-news {
	display:block;
}

#sendenbutton {
	transition: 0.5s ease-in-out;
	transition-property: all;
	transition-duration: 0.5s;
	color: #fff;
	background-color: #304992;
	border-radius: 7px;
	display:inline-block;
	width: 300px;
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	overflow: hidden;
	padding: 10px;
	border: 2px solid #304992;
	max-width: 250px;
	font-size: 16px;
	-webkit-appearance:none;
	text-align:center;
}

#sendenbutton:hover {
  background-color: #fff;
  color: #304992;
}

.kon-right {
  width: 45%;
}

.kon-right textarea {
	max-width: 100%;
	width: 100%;
	min-width: 100%;
	min-height: 280px;
	border: 1px solid #304992;
	padding: 20px;
	box-sizing: border-box;
	color: rgba(0,0,0,0.5);
	margin-bottom: 20px;
}

input {
	border-bottom: 1px solid #304992;
	font-size: 16px;
	padding-left: 15px;
	color: rgba(0,0,0,0.5);
}

.mitglieder .img-left a {
		display: block;
	}
	
	.mitglieder a img {
		width: 100%;
		height: auto;
		display: block;
		position: relative;
	}


ul.filter{
	display:flex;
	list-style:none;
	margin:0 0 20px;
	padding:0;
	align-items:center;
	justify-content:flex-start;
	flex-wrap:wrap;
}

ul.filter li{
	display:block;
	margin:0 5px 10px 0;
}

ul.filter li a{
	display:block;
	text-decoration:none;
	padding:10px 20px;
	border-radius:4px;
	border:1px solid #ccc;
	color:#1c1c1c;
}

ul.filter li.selected a{
	color:#fff;
	background:#00595c;
	border-color:#00595c;
}

ul.filter li:before{
	display:none!important;
}

.mitglied-innerbox.hidden{
	display:none!important;
}

.linkbox .grey {
	min-height:70px;
}


.timetable.lastr .kurzinfo td:nth-of-type(2) {
    text-align: left;
    font-size: 12px;
}

.timetable.lastr .kurzinfo span{float:right;}

.timetable.lastr .kurzinfo hr{margin:10px 0;}

.tel {
	text-decoration: none;
	color: #000;
}

.tel:hover {
	text-decoration: none;
	color: #00595c;
}


.slick-arrow{
	display:block;
	-webkit-appearance:none;
	appearance:none;
	background:rgba(0,0,0,.7);
	width:50px;
	height:50px;
	color:rgba(255,255,255,.95);
	overflow:hidden;
	text-indent:-9000px;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	z-index:200;
}

.slick-arrow.slick-prev{left:2%;}
.slick-arrow.slick-next{right:2%;}

.slick-arrow:before{
	content:"\f104";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	pointer-events: none;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	text-indent: 0;
	font-size:20px;
}

.slick-arrow.slick-next:before{content:"\f105";}

.widget {
	position: fixed;
	z-index: 101;
	top: 80px;
	right: 50px;
	display: inline-block;
	background: #00595c;
	padding: 25px;
	border-radius: 180px;
	color: #fff;
	width: 160px;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	
	text-decoration: none;
	transform: rotate(10deg);
}
.widget > span {
	font-size: 40px;
}
.widget > strong {
	display: block;
	text-align:center;
}

.circle-container{
	padding:200px 0;
}


.circle{
	width:250px;
	height:250px;
	border-radius:100%;
	background:#e5e5e5;
	position:relative;
	margin:0 -.52%;
}

.circle-ovrly{
	position:absolute;
	left:0;
	top:105%;
	width:100%;
	height:100%;
	box-sizing: inherit;
	padding:20px;
	font-size:16px;
}

.circle:nth-of-type(2n) .circle-ovrly{
	padding-top:0;	
	height:auto;
	bottom:105%;
	top:auto;
}

.circle:nth-of-type(1){background: linear-gradient(180deg, rgba(229,229,229,0) 0%, rgba(229,229,229,0) 48.999%, rgba(244,181,26,1) 49%, rgba(233,129,3,1) 100%);}
.circle:nth-of-type(2){background: linear-gradient(0deg, rgba(229,229,229,0) 0%, rgba(229,229,229,0) 48.999%, rgba(242,109,22,1) 49%, rgba(233,58,3,1) 100%);}
.circle:nth-of-type(3){background: linear-gradient(180deg, rgba(229,229,229,0) 0%, rgba(229,229,229,0) 48.999%, rgba(230,28,44,1) 49%, rgba(208,4,9,1) 100%);}
.circle:nth-of-type(4){background: linear-gradient(0deg, rgba(229,229,229,0) 0%, rgba(229,229,229,0) 48.999%, rgba(183,24,82,1) 49%, rgba(146,4,36,1) 100%);}
.circle:nth-of-type(5){background: linear-gradient(180deg, rgba(229,229,229,0) 0%, rgba(229,229,229,0) 48.999%, rgba(35,100,166,1) 49%, rgba(6,40,109,1) 100%);}

.circle:before{
	content:"";
	display:block;
	width:100%;
	height:100%;
	border-radius:100%;
	background:#e5e5e5;
	position:absolute;
	left:0;
	top:0;
	z-index: -1;
}

.circle:after{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:90%;
	height:90%;
	border-radius:100%;
	background:#fff;
	margin:auto;
}

.switch-order:nth-of-type(2n) > div:nth-of-type(1){
	order:2;
}

ul.inline-list{list-style:none;display:flex;align-items:center;padding:0;}
ul.inline-list li{display:inline-block;margin:0 0 20px;}
ul.inline-list.nolinks li a{padding:15px;pointer-events:none;}
ul.inline-list li a{padding:5px 15px;}
header.fixed{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index:900;
}

.bordered{
	border:1px solid #ccc;
	border-radius:3px;
}

.flx-hstrt.flx-wrap.flx-margined > a.bg-white.p20.bordered.flx-cnt.flx-acnt{
	min-height:200px;
}


.fontsize16, .fontsize16 p, .fontsize16 td{font-size:15px!important;}

@media all and (max-width:1199px) {
  .l-hide {
    display: none !important
  }
  .l-show {
    display: block !important
  }
  .area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .m-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .s-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .xs-area {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .area-nobottom {
    padding-bottom: 0;
  }
  .area-notop {
    padding-top: 0;
  }
  .l-order1 {
    order: 1;
  }
  .l-order2 {
    order: 2;
  }
  .l-order3 {
    order: 3;
  }
  .l-order4 {
    order: 4;
  }
  .l-order5 {
    order: 5;
  }
  .l-order6 {
    order: 6;
  }
  .l-order7 {
    order: 7;
  }
  .l-order8 {
    order: 8;
  }
  .l-order9 {
    order: 9;
  }
  .l-order10 {
    order: 10;
  }
  .l-w10 {
    width: 9% !important;
  }
  .l-w14 {
    width: 13% !important;
  }
  .l-w15 {
    width: 14% !important;
  }
  .l-w20 {
    width: 19% !important;
  }
  .l-w25 {
    width: 24% !important;
  }
  .l-w30 {
    width: 29% !important;
  }
  .l-w33 {
    width: 32% !important;
  }
  .l-w35 {
    width: 34% !important;
  }
  .l-w40 {
    width: 39% !important;
  }
  .l-w45 {
    width: 44% !important;
  }
  .l-w50 {
    width: 49% !important;
  }
  .l-w55 {
    width: 54% !important;
  }
  .l-w60 {
    width: 59% !important;
  }
  .l-w65 {
    width: 64% !important;
  }
  .l-w70 {
    width: 69% !important;
  }
  .l-w75 {
    width: 74% !important;
  }
  .l-w80 {
    width: 79% !important;
  }
  .l-w85 {
    width: 84% !important;
  }
  .l-w90 {
    width: 89% !important;
  }
  .l-w95 {
    width: 94% !important;
  }
  .l-w100 {
    width: 100% !important;
  }
  .l-w10-f {
    width: 10% !important;
  }
  .l-w15-f {
    width: 15% !important;
  }
  .l-w20-f {
    width: 20% !important;
  }
  .l-w25-f {
    width: 25% !important;
  }
  .l-w30-f {
    width: 30% !important;
  }
  .l-w33-f {
    width: 33% !important;
  }
  .l-w35-f {
    width: 35% !important;
  }
  .l-w40-f {
    width: 40% !important;
  }
  .l-w45-f {
    width: 45% !important;
  }
  .l-w50-f {
    width: 50% !important;
  }
  .l-w55-f {
    width: 55% !important;
  }
  .l-w60-f {
    width: 60% !important;
  }
  .l-w65-f {
    width: 65% !important;
  }
  .l-w70-f {
    width: 70% !important;
  }
  .l-w75-f {
    width: 75% !important;
  }
  .l-w80-f {
    width: 80% !important;
  }
  .l-w85-f {
    width: 85% !important;
  }
  .l-w90-f {
    width: 90% !important;
  }
  .l-w95-f {
    width: 95% !important;
  }
  .l-w100-f {
    width: 100% !important;
  }
  .l-m0 {
    margin: 0 !important;
  }
  .l-mb0 {
    margin-bottom: 0 !important;
  }
  .l-mb10 {
    margin-bottom: 10px !important;
  }
  .l-mb20 {
    margin-bottom: 20px !important;
  }
  .l-mb30 {
    margin-bottom: 30px !important;
  }
  .l-mb40 {
    margin-bottom: 40px !important;
  }
  .l-mb50 {
    margin-bottom: 50px !important;
  }
  .l-mb60 {
    margin-bottom: 60px !important;
  }
  .l-mb70 {
    margin-bottom: 70px !important;
  }
  .l-mb80 {
    margin-bottom: 80px !important;
  }
  .l-mb90 {
    margin-bottom: 90px !important;
  }
  .l-mb100 {
    margin-bottom: 100px !important;
  }
  .l-mt0 {
    margin-top: 0 !important;
  }
  .l-mt10 {
    margin-top: 10px !important;
  }
  .l-mt20 {
    margin-top: 20px !important;
  }
  .l-mt30 {
    margin-top: 30px !important;
  }
  .l-mt40 {
    margin-top: 40px !important;
  }
  .l-mt50 {
    margin-top: 50px !important;
  }
  .l-mt60 {
    margin-top: 60px !important;
  }
  .l-mt70 {
    margin-top: 70px !important;
  }
  .l-mt80 {
    margin-top: 80px !important;
  }
  .l-mt90 {
    margin-top: 90px !important;
  }
  .l-mt100 {
    margin-top: 100px !important;
  }
  .l-mr0 {
    margin-right: 0 !important;
  }
  .l-mr10 {
    margin-right: 10px !important;
  }
  .l-mr20 {
    margin-right: 20px !important;
  }
  .l-mr30 {
    margin-right: 30px !important;
  }
  .l-mr40 {
    margin-right: 40px !important;
  }
  .l-mr50 {
    margin-right: 50px !important;
  }
  .l-mr60 {
    margin-right: 60px !important;
  }
  .l-mr70 {
    margin-right: 70px !important;
  }
  .l-mr80 {
    margin-right: 80px !important;
  }
  .l-mr90 {
    margin-right: 90px !important;
  }
  .l-mr100 {
    margin-right: 100px !important;
  }
  .l-ml0 {
    margin-left: 0 !important;
  }
  .l-ml10 {
    margin-left: 10px !important;
  }
  .l-ml20 {
    margin-left: 20px !important;
  }
  .l-ml30 {
    margin-left: 30px !important;
  }
  .l-ml40 {
    margin-left: 40px !important;
  }
  .l-ml50 {
    margin-left: 50px !important;
  }
  .l-ml60 {
    margin-left: 60px !important;
  }
  .l-ml70 {
    margin-left: 70px !important;
  }
  .l-ml80 {
    margin-left: 80px !important;
  }
  .l-ml90 {
    margin-left: 90px !important;
  }
  .l-ml100 {
    margin-left: 100px !important;
  }
  .l-p0 {
    padding: 0 !important;
  }
  .l-p5 {
    padding: 5px !important;
  }
  .l-p10 {
    padding: 10px !important;
  }
  .l-p20 {
    padding: 20px !important;
  }
  .l-p30 {
    padding: 30px !important;
  }
  .l-p40 {
    padding: 40px !important;
  }
  .l-p50 {
    padding: 50px !important;
  }
  .l-p60 {
    padding: 60px !important;
  }
  .l-p70 {
    padding: 70px !important;
  }
  .l-p80 {
    padding: 80px !important;
  }
  .l-p90 {
    padding: 90px !important;
  }
  .l-p100 {
    padding: 100px !important;
  }
  .l-pb0 {
    padding-bottom: 0 !important;
  }
  .l-pb10 {
    padding-bottom: 10px !important;
  }
  .l-pb20 {
    padding-bottom: 20px !important;
  }
  .l-pb30 {
    padding-bottom: 30px !important;
  }
  .l-pb40 {
    padding-bottom: 40px !important;
  }
  .l-pb50 {
    padding-bottom: 50px !important;
  }
  .l-pb60 {
    padding-bottom: 60px !important;
  }
  .l-pb70 {
    padding-bottom: 70px !important;
  }
  .l-pb80 {
    padding-bottom: 80px !important;
  }
  .l-pb90 {
    padding-bottom: 90px !important;
  }
  .l-pb100 {
    padding-bottom: 100px !important;
  }
  .l-pt0 {
    padding-top: 0 !important;
  }
  .l-pt10 {
    padding-top: 10px !important;
  }
  .l-pt20 {
    padding-top: 20px !important;
  }
  .l-pt30 {
    padding-top: 30px !important;
  }
  .l-pt40 {
    padding-top: 40px !important;
  }
  .l-pt50 {
    padding-top: 50px !important;
  }
  .l-pt60 {
    padding-top: 60px !important;
  }
  .l-pt70 {
    padding-top: 70px !important;
  }
  .l-pt80 {
    padding-top: 80px !important;
  }
  .l-pt90 {
    padding-top: 90px !important;
  }
  .l-pt100 {
    padding-top: 100px !important;
  }
  .l-pr0 {
    padding-right: 0 !important;
  }
  .l-pr10 {
    padding-right: 10px !important;
  }
  .l-pr20 {
    padding-right: 20px !important;
  }
  .l-pr30 {
    padding-right: 30px !important;
  }
  .l-pr40 {
    padding-right: 40px !important;
  }
  .l-pr50 {
    padding-right: 50px !important;
  }
  .l-pr60 {
    padding-right: 60px !important;
  }
  .l-pr70 {
    padding-right: 70px !important;
  }
  .l-pr80 {
    padding-right: 80px !important;
  }
  .l-pr90 {
    padding-right: 90px !important;
  }
  .l-pr100 {
    padding-right: 100px !important;
  }
  .l-pl0 {
    padding-left: 0 !important;
  }
  .l-pl10 {
    padding-left: 10px !important;
  }
  .l-pl20 {
    padding-left: 20px !important;
  }
  .l-pl30 {
    padding-left: 30px !important;
  }
  .l-pl40 {
    padding-left: 40px !important;
  }
  .l-pl50 {
    padding-left: 50px !important;
  }
  .l-pl60 {
    padding-left: 60px !important;
  }
  .l-pl70 {
    padding-left: 70px !important;
  }
  .l-pl80 {
    padding-left: 80px !important;
  }
  .l-pl90 {
    padding-left: 90px !important;
  }
  .l-pl100 {
    padding-left: 100px !important;
  }
  .header-bottom ul:not(.dropdown) a {
    padding: 20px 5px;
  }
  .header-bottom ul:not(.dropdown) > li > a span {
    font-size: 16px;
  }
  h1, .h1 {
    font-size: 30px;
  }
  .circle {
    width: 320px;
    height: 320px;
  }
  main ul {
    font-size: 14px;
  }
	

	
	#navi li a {
		padding: 20px 10px 20px;
		font-size: 16px;
	}
	
	.circle{width:210px;height:210px;}
}

#navtrigger {
	display:none;
	font-size: 30px;
	margin-right: 20px;
	color: #fff;
	padding: 10px 0;
	position: relative;
	z-index: 100;
}



@media all and (max-width:1000px) {
	#navtrigger {display:inline-block;}
	.m-show{display:block;}
	
	#navi {
		display: block;
		position: fixed;
		background: #2e2e2e;
		top: 0;
		right: -270px;
		height: 100vh;
		padding: 70px 50px 0 30px;
		transition: 500ms;
	}
	
	#navi.active {
		display: inline-block;
		right: 0;
		transition: 300ms;
	}
}

@media all and (max-width:991px) {
  .m-hide {
    display: none !important;
  }
  .m-show {
    display: block !important;
  }
  .area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .m-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-area {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .xs-area {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .area-nobottom {
    padding-bottom: 0px;
  }
  .area-notop {
    padding-top: 0px;
  }
  .m-order1 {
    order: 1 !important;
  }
  .m-order2 {
    order: 2 !important;
  }
  .m-order3 {
    order: 3 !important;
  }
  .m-order4 {
    order: 4 !important;
  }
  .m-order5 {
    order: 5 !important;
  }
  .m-order6 {
    order: 6 !important;
  }
  .m-order7 {
    order: 7 !important;
  }
  .m-order8 {
    order: 8 !important;
  }
  .m-order9 {
    order: 9 !important;
  }
  .m-order10 {
    order: 10 !important;
  }
  .m-w10 {
    width: 9% !important;
  }
  .m-w14 {
    width: 13% !important;
  }
  .m-w15 {
    width: 14% !important;
  }
  .m-w20 {
    width: 19% !important;
  }
  .m-w25 {
    width: 24% !important;
  }
  .m-w30 {
    width: 29% !important;
  }
  .m-w33 {
    width: 32% !important;
  }
  .m-w35 {
    width: 34% !important;
  }
  .m-w40 {
    width: 39% !important;
  }
  .m-w45 {
    width: 44% !important;
  }
  .m-w50 {
    width: 49% !important;
  }
  .m-w55 {
    width: 54% !important;
  }
  .m-w60 {
    width: 59% !important;
  }
  .m-w65 {
    width: 64% !important;
  }
  .m-w70 {
    width: 69% !important;
  }
  .m-w75 {
    width: 74% !important;
  }
  .m-w80 {
    width: 79% !important;
  }
  .m-w85 {
    width: 84% !important;
  }
  .m-w90 {
    width: 89% !important;
  }
  .m-w95 {
    width: 94% !important;
  }
  .m-w100 {
    width: 100% !important;
  }
  .m-w10-f {
    width: 10% !important;
  }
  .m-w15-f {
    width: 15% !important;
  }
  .m-w20-f {
    width: 20% !important;
  }
  .m-w25-f {
    width: 25% !important;
  }
  .m-w30-f {
    width: 30% !important;
  }
  .m-w33-f {
    width: 33% !important;
  }
  .m-w35-f {
    width: 35% !important;
  }
  .m-w40-f {
    width: 40% !important;
  }
  .m-w45-f {
    width: 45% !important;
  }
  .m-w50-f {
    width: 50% !important;
  }
  .m-w55-f {
    width: 55% !important;
  }
  .m-w60-f {
    width: 60% !important;
  }
  .m-w65-f {
    width: 65% !important;
  }
  .m-w70-f {
    width: 70% !important;
  }
  .m-w75-f {
    width: 75% !important;
  }
  .m-w80-f {
    width: 80% !important;
  }
  .m-w85-f {
    width: 85% !important;
  }
  .m-w90-f {
    width: 90% !important;
  }
  .m-w95-f {
    width: 95% !important;
  }
  .m-w100-f {
    width: 100% !important;
  }
  .m-m0 {
    margin: 0 !important;
  }
  .m-mb0 {
    margin-bottom: 0 !important;
  }
  .m-mb10 {
    margin-bottom: 10px !important;
  }
  .m-mb20 {
    margin-bottom: 20px !important;
  }
  .m-mb30 {
    margin-bottom: 30px !important;
  }
  .m-mb40 {
    margin-bottom: 40px !important;
  }
  .m-mb50 {
    margin-bottom: 50px !important;
  }
  .m-mb60 {
    margin-bottom: 60px !important;
  }
  .m-mb70 {
    margin-bottom: 70px !important;
  }
  .m-mb80 {
    margin-bottom: 80px !important;
  }
  .m-mb90 {
    margin-bottom: 90px !important;
  }
  .m-mb100 {
    margin-bottom: 100px !important;
  }
  .m-mt0 {
    margin-top: 0 !important;
  }
  .m-mt10 {
    margin-top: 10px !important;
  }
  .m-mt20 {
    margin-top: 20px !important;
  }
  .m-mt30 {
    margin-top: 30px !important;
  }
  .m-mt40 {
    margin-top: 40px !important;
  }
  .m-mt50 {
    margin-top: 50px !important;
  }
  .m-mt60 {
    margin-top: 60px !important;
  }
  .m-mt70 {
    margin-top: 70px !important;
  }
  .m-mt80 {
    margin-top: 80px !important;
  }
  .m-mt90 {
    margin-top: 90px !important;
  }
  .m-mt100 {
    margin-top: 100px !important;
  }
  .m-mr0 {
    margin-right: 0 !important;
  }
  .m-mr10 {
    margin-right: 10px !important;
  }
  .m-mr20 {
    margin-right: 20px !important;
  }
  .m-mr30 {
    margin-right: 30px !important;
  }
  .m-mr40 {
    margin-right: 40px !important;
  }
  .m-mr50 {
    margin-right: 50px !important;
  }
  .m-mr60 {
    margin-right: 60px !important;
  }
  .m-mr70 {
    margin-right: 70px !important;
  }
  .m-mr80 {
    margin-right: 80px !important;
  }
  .m-mr90 {
    margin-right: 90px !important;
  }
  .m-mr100 {
    margin-right: 100px !important;
  }
  .m-ml0 {
    margin-left: 0 !important;
  }
  .m-ml10 {
    margin-left: 10px !important;
  }
  .m-ml20 {
    margin-left: 20px !important;
  }
  .m-ml30 {
    margin-left: 30px !important;
  }
  .m-ml40 {
    margin-left: 40px !important;
  }
  .m-ml50 {
    margin-left: 50px !important;
  }
  .m-ml60 {
    margin-left: 60px !important;
  }
  .m-ml70 {
    margin-left: 70px !important;
  }
  .m-ml80 {
    margin-left: 80px !important;
  }
  .m-ml90 {
    margin-left: 90px !important;
  }
  .m-ml100 {
    margin-left: 100px !important;
  }
  .m-p0 {
    padding: 0 !important;
  }
  .m-p5 {
    padding: 5px !important;
  }
  .m-p10 {
    padding: 10px !important;
  }
  .m-p20 {
    padding: 20px !important;
  }
  .m-p30 {
    padding: 30px !important;
  }
  .m-p40 {
    padding: 40px !important;
  }
  .m-p50 {
    padding: 50px !important;
  }
  .m-p60 {
    padding: 60px !important;
  }
  .m-p70 {
    padding: 70px !important;
  }
  .m-p80 {
    padding: 80px !important;
  }
  .m-p90 {
    padding: 90px !important;
  }
  .m-p100 {
    padding: 100px !important;
  }
  .m-pb0 {
    padding-bottom: 0 !important;
  }
  .m-pb10 {
    padding-bottom: 10px !important;
  }
  .m-pb20 {
    padding-bottom: 20px !important;
  }
  .m-pb30 {
    padding-bottom: 30px !important;
  }
  .m-pb40 {
    padding-bottom: 40px !important;
  }
  .m-pb50 {
    padding-bottom: 50px !important;
  }
  .m-pb60 {
    padding-bottom: 60px !important;
  }
  .m-pb70 {
    padding-bottom: 70px !important;
  }
  .m-pb80 {
    padding-bottom: 80px !important;
  }
  .m-pb90 {
    padding-bottom: 90px !important;
  }
  .m-pb100 {
    padding-bottom: 100px !important;
  }
  .m-pt0 {
    padding-top: 0 !important;
  }
  .m-pt10 {
    padding-top: 10px !important;
  }
  .m-pt20 {
    padding-top: 20px !important;
  }
  .m-pt30 {
    padding-top: 30px !important;
  }
  .m-pt40 {
    padding-top: 40px !important;
  }
  .m-pt50 {
    padding-top: 50px !important;
  }
  .m-pt60 {
    padding-top: 60px !important;
  }
  .m-pt70 {
    padding-top: 70px !important;
  }
  .m-pt80 {
    padding-top: 80px !important;
  }
  .m-pt90 {
    padding-top: 90px !important;
  }
  .m-pt100 {
    padding-top: 100px !important;
  }
  .m-pr0 {
    padding-right: 0 !important;
  }
  .m-pr10 {
    padding-right: 10px !important;
  }
  .m-pr20 {
    padding-right: 20px !important;
  }
  .m-pr30 {
    padding-right: 30px !important;
  }
  .m-pr40 {
    padding-right: 40px !important;
  }
  .m-pr50 {
    padding-right: 50px !important;
  }
  .m-pr60 {
    padding-right: 60px !important;
  }
  .m-pr70 {
    padding-right: 70px !important;
  }
  .m-pr80 {
    padding-right: 80px !important;
  }
  .m-pr90 {
    padding-right: 90px !important;
  }
  .m-pr100 {
    padding-right: 100px !important;
  }
  .m-pl0 {
    padding-left: 0 !important;
  }
  .m-pl10 {
    padding-left: 10px !important;
  }
  .m-pl20 {
    padding-left: 20px !important;
  }
  .m-pl30 {
    padding-left: 30px !important;
  }
  .m-pl40 {
    padding-left: 40px !important;
  }
  .m-pl50 {
    padding-left: 50px !important;
  }
  .m-pl60 {
    padding-left: 60px !important;
  }
  .m-pl70 {
    padding-left: 70px !important;
  }
  .m-pl80 {
    padding-left: 80px !important;
  }
  .m-pl90 {
    padding-left: 90px !important;
  }
  .m-pl100 {
    padding-left: 100px !important;
  }
  .m-tac {
    text-align: center;
  }
  .m-flx-spc {
    justify-content: space-between;
  }
  .m-lh15 {
    line-height: 1.5;
  }
  .m-mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .m-flx-vstrt {
    align-items: flex-start
  }
  .m-flx-vend {
    align-items: flex-end;
  }
  h1, .h1 {
    font-size: 26px;
  }
  .h1x2 {
    font-size: 52px;
  }
  h2, .h2 {
    font-size: 20px;
  }
  h3, .h3 {
    font-size: 18px;
  }
  h4, .h4 {
    font-size: 18px;
  }
  h5, h6, .h5, .h6 {
    font-size: 14px;
  }
	
	img.absimg {
		position: relative;
	}
	
	img.absimg.m-w100 {
		max-width: 100% !important;
	}
	
	.vorstand-single img {
		margin-bottom: 20px;
		margin-right: 0;
		width: 100%;
		height: auto;
		
	}
	
	.newsshort img {
		width: 100%;
		height: auto;
		display: block;
	}
	
	.newsshort {
		flex-wrap: wrap;
	}
	
	.bignews img {
		width: 100%;
		height: auto;
		display: block;
	}
	
	.topoverlay{
		width:25%;
	}
	
	.xmasvideo iframe {
		height: 400px!important;
	}
	
	.circle{width:160px;height:160px;}
	
}

@media all and (max-width:768px) {
	.tabnav{display:none!important;}
	
	.w50 .entry-title .ovrly, .entry-title .ovrly{
		padding-left:160px;
	}
	
	.s-nowrap{
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
	}
	
	.s-tal{
		text-align:left;
	}
	
  .s-hide {
    display: none !important;
  }
  .s-show {
    display: block !important;
  }
  .area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .m-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .s-area {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .xs-area {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .area-nobottom {
    padding-bottom: 0px;
  }
  .area-notop {
    padding-top: 0px;
  }
  .s-order1 {
    order: 1;
  }
  .s-order2 {
    order: 2;
  }
  .s-order3 {
    order: 3;
  }
  .s-order4 {
    order: 4;
  }
  .s-order5 {
    order: 5;
  }
  .s-order6 {
    order: 6;
  }
  .s-order7 {
    order: 7;
  }
  .s-order8 {
    order: 8;
  }
  .s-order9 {
    order: 9;
  }
  .s-order10 {
    order: 10;
  }
	
	.s-posrel{position:relative!important}
  .s-w10 {
    width: 9% !important;
  }
  .s-w14 {
    width: 13% !important;
  }
  .s-w15 {
    width: 14% !important;
  }
  .s-w20 {
    width: 19% !important;
  }
  .s-w25 {
    width: 24% !important;
  }
  .s-w30 {
    width: 29% !important;
  }
  .s-w33 {
    width: 32% !important;
  }
  .s-w35 {
    width: 34% !important;
  }
  .s-w40 {
    width: 39% !important;
  }
  .s-w45 {
    width: 44% !important;
  }
  .s-w50 {
    width: 49% !important;
  }
  .s-w55 {
    width: 54% !important;
  }
  .s-w60 {
    width: 59% !important;
  }
  .s-w65 {
    width: 64% !important;
  }
  .s-w70 {
    width: 69% !important;
  }
  .s-w75 {
    width: 74% !important;
  }
  .s-w80 {
    width: 79% !important;
  }
  .s-w85 {
    width: 84% !important;
  }
  .s-w90 {
    width: 89% !important;
  }
  .s-w95 {
    width: 94% !important;
  }
  .s-w100 {
    width: 100% !important;
  }
  .s-w10-f {
    width: 10% !important;
  }
  .s-w15-f {
    width: 15% !important;
  }
  .s-w20-f {
    width: 20% !important;
  }
  .s-w25-f {
    width: 25% !important;
  }
  .s-w30-f {
    width: 30% !important;
  }
  .s-w33-f {
    width: 33% !important;
  }
  .s-w35-f {
    width: 35% !important;
  }
  .s-w40-f {
    width: 40% !important;
  }
  .s-w45-f {
    width: 45% !important;
  }
  .s-w50-f {
    width: 50% !important;
  }
  .s-w55-f {
    width: 55% !important;
  }
  .s-w60-f {
    width: 60% !important;
  }
  .s-w65-f {
    width: 65% !important;
  }
  .s-w70-f {
    width: 70% !important;
  }
  .s-w75-f {
    width: 75% !important;
  }
  .s-w80-f {
    width: 80% !important;
  }
  .s-w85-f {
    width: 85% !important;
  }
  .s-w90-f {
    width: 90% !important;
  }
  .s-w95-f {
    width: 95% !important;
  }
  .s-w100-f {
    width: 100% !important;
  }
  .s-m0 {
    margin: 0 !important;
  }
  .s-mb0 {
    margin-bottom: 0 !important;
  }
  .s-mb10 {
    margin-bottom: 10px !important;
  }
  .s-mb20 {
    margin-bottom: 20px !important;
  }
  .s-mb30 {
    margin-bottom: 30px !important;
  }
  .s-mb40 {
    margin-bottom: 40px !important;
  }
  .s-mb50 {
    margin-bottom: 50px !important;
  }
  .s-mb60 {
    margin-bottom: 60px !important;
  }
  .s-mb70 {
    margin-bottom: 70px !important;
  }
  .s-mb80 {
    margin-bottom: 80px !important;
  }
  .s-mb90 {
    margin-bottom: 90px !important;
  }
  .s-mb100 {
    margin-bottom: 100px !important;
  }
  .s-mt0 {
    margin-top: 0 !important;
  }
  .s-mt10 {
    margin-top: 10px !important;
  }
  .s-mt20 {
    margin-top: 20px !important;
  }
  .s-mt30 {
    margin-top: 30px !important;
  }
  .s-mt40 {
    margin-top: 40px !important;
  }
  .s-mt50 {
    margin-top: 50px !important;
  }
  .s-mt60 {
    margin-top: 60px !important;
  }
  .s-mt70 {
    margin-top: 70px !important;
  }
  .s-mt80 {
    margin-top: 80px !important;
  }
  .s-mt90 {
    margin-top: 90px !important;
  }
  .s-mt100 {
    margin-top: 100px !important;
  }
  .s-mr0 {
    margin-right: 0 !important;
  }
  .s-mr10 {
    margin-right: 10px !important;
  }
  .s-mr20 {
    margin-right: 20px !important;
  }
  .s-mr30 {
    margin-right: 30px !important;
  }
  .s-mr40 {
    margin-right: 40px !important;
  }
  .s-mr50 {
    margin-right: 50px !important;
  }
  .s-mr60 {
    margin-right: 60px !important;
  }
  .s-mr70 {
    margin-right: 70px !important;
  }
  .s-mr80 {
    margin-right: 80px !important;
  }
  .s-mr90 {
    margin-right: 90px !important;
  }
  .s-mr100 {
    margin-right: 100px !important;
  }
  .s-ml0 {
    margin-left: 0 !important;
  }
  .s-ml10 {
    margin-left: 10px !important;
  }
  .s-ml20 {
    margin-left: 20px !important;
  }
  .s-ml30 {
    margin-left: 30px !important;
  }
  .s-ml40 {
    margin-left: 40px !important;
  }
  .s-ml50 {
    margin-left: 50px !important;
  }
  .s-ml60 {
    margin-left: 60px !important;
  }
  .s-ml70 {
    margin-left: 70px !important;
  }
  .s-ml80 {
    margin-left: 80px !important;
  }
  .s-ml90 {
    margin-left: 90px !important;
  }
  .s-ml100 {
    margin-left: 100px !important;
  }
  .s-p0 {
    padding: 0 !important;
  }
  .s-p5 {
    padding: 5px !important;
  }
  .s-p10 {
    padding: 10px !important;
  }
  .s-p20 {
    padding: 20px !important;
  }
  .s-p30 {
    padding: 30px !important;
  }
  .s-p40 {
    padding: 40px !important;
  }
  .s-p50 {
    padding: 50px !important;
  }
  .s-p60 {
    padding: 60px !important;
  }
  .s-p70 {
    padding: 70px !important;
  }
  .s-p80 {
    padding: 80px !important;
  }
  .s-p90 {
    padding: 90px !important;
  }
  .s-p100 {
    padding: 100px !important;
  }
  .s-pb0 {
    padding-bottom: 0 !important;
  }
  .s-pb10 {
    padding-bottom: 10px !important;
  }
  .s-pb20 {
    padding-bottom: 20px !important;
  }
  .s-pb30 {
    padding-bottom: 30px !important;
  }
  .s-pb40 {
    padding-bottom: 40px !important;
  }
  .s-pb50 {
    padding-bottom: 50px !important;
  }
  .s-pb60 {
    padding-bottom: 60px !important;
  }
  .s-pb70 {
    padding-bottom: 70px !important;
  }
  .s-pb80 {
    padding-bottom: 80px !important;
  }
  .s-pb90 {
    padding-bottom: 90px !important;
  }
  .s-pb100 {
    padding-bottom: 100px !important;
  }
  .s-pt0 {
    padding-top: 0 !important;
  }
  .s-pt10 {
    padding-top: 10px !important;
  }
  .s-pt20 {
    padding-top: 20px !important;
  }
  .s-pt30 {
    padding-top: 30px !important;
  }
  .s-pt40 {
    padding-top: 40px !important;
  }
  .s-pt50 {
    padding-top: 50px !important;
  }
  .s-pt60 {
    padding-top: 60px !important;
  }
  .s-pt70 {
    padding-top: 70px !important;
  }
  .s-pt80 {
    padding-top: 80px !important;
  }
  .s-pt90 {
    padding-top: 90px !important;
  }
  .s-pt100 {
    padding-top: 100px !important;
  }
  .s-pr0 {
    padding-right: 0 !important;
  }
  .s-pr10 {
    padding-right: 10px !important;
  }
  .s-pr20 {
    padding-right: 20px !important;
  }
  .s-pr30 {
    padding-right: 30px !important;
  }
  .s-pr40 {
    padding-right: 40px !important;
  }
  .s-pr50 {
    padding-right: 50px !important;
  }
  .s-pr60 {
    padding-right: 60px !important;
  }
  .s-pr70 {
    padding-right: 70px !important;
  }
  .s-pr80 {
    padding-right: 80px !important;
  }
  .s-pr90 {
    padding-right: 90px !important;
  }
  .s-pr100 {
    padding-right: 100px !important;
  }
  .s-pl0 {
    padding-left: 0 !important;
  }
  .s-pl10 {
    padding-left: 10px !important;
  }
  .s-pl20 {
    padding-left: 20px !important;
  }
  .s-pl30 {
    padding-left: 30px !important;
  }
  .s-pl40 {
    padding-left: 40px !important;
  }
  .s-pl50 {
    padding-left: 50px !important;
  }
  .s-pl60 {
    padding-left: 60px !important;
  }
  .s-pl70 {
    padding-left: 70px !important;
  }
  .s-pl80 {
    padding-left: 80px !important;
  }
  .s-pl90 {
    padding-left: 90px !important;
  }
  .s-pl100 {
    padding-left: 100px !important;
  }
  .m-tac {
    text-align: center;
  }
  h1, .h1 {
    font-size: 22px;
  }
  .h1x2 {
    font-size: 44px;
  }
  h2, .h2 {
    font-size: 18px;
  }
  h3, .h3 {
    font-size: 16px;
  }
  h4, .h4 {
    font-size: 14px;
  }
  h5, h6, .h5, .h6 {
    font-size: 14px;
  }
	
	.tab{
		display:block!important;
		width:100%;
	}
	

	
	.header .centered {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	

	

	.entry-title .ovrly{
		position:absolute; 
		}
	
	.s-mauto {
		margin: 0 auto;
	}
	
	.info-right ul {
		margin-left: 0;
	}
	
	.newsshort img {
		width: 30%; 
	}
	
	#sendenbutton {
		width: 100%;
		max-width: 100%;
		text-align: center;
		justify-content: center;
	}
	
	.s-tac {
		text-align: center;
	}
	
	.s-mauto {
		margin: 0 auto;
	}
	
	.vorstand-single img {
		width: 50%;
		margin: 0 auto 20px;
	}
	
	img.absimg.m-w100 {
		min-width: 100%;
		height: auto;
		min-height: auto;
		margin: 0;
	}
	
	.topoverlay{
		width:100%;
		order:2;
	}
	
	.topoverlay img{
		margin:auto;
	}
	
	.widget {display: none;}
	
	.xmasvideo iframe {
		height: 250px!important;
	}
	
	.s-flx-wrap{flex-wrap:wrap;}
	
	.circle:before,.circle:after{display:none;}
	.circle-container{padding:0;}
	.circle{margin:0 auto 40px;background:none!important;width:100%;height:auto;display:flex;align-items:center;justify-content:space-around;}
	.circle-ovrly, .circle .ovrly{position:relative!important;top:auto!important;bottom:auto!important;margin:0!important;left:auto!important;right:auto!important;text-align: left!important;}
	
	.circle-ovrly{
		width:70%!important;
	}
	
	.circle .ovrly{
		width:30%;
	}
	
	body{font-size:14px;}
}


@media all and (max-width:575px) {
  .xs-hide {
    display: none !important;
  }
  .xs-show {
    display: block !important;
  }
  .area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .s-area {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .xs-area {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .area-nobottom {
    padding-bottom: 0;
  }
  .area-notop {
    padding-top: 0;
  }
  .xs-order1 {
    order: 1;
  }
  .xs-order2 {
    order: 2;
  }
  .xs-order3 {
    order: 3;
  }
  .xs-order4 {
    order: 4;
  }
  .xs-order5 {
    order: 5;
  }
  .xs-order6 {
    order: 6;
  }
  .xs-order7 {
    order: 7;
  }
  .xs-order8 {
    order: 8;
  }
  .xs-order9 {
    order: 9;
  }
  .xs-order10 {
    order: 10;
  }
  .xs-w10 {
    width: 9% !important;
  }
  .xs-w14 {
    width: 13% !important;
  }
  .xs-w15 {
    width: 14% !important;
  }
  .xs-w20 {
    width: 19% !important;
  }
  .xs-w25 {
    width: 24% !important;
  }
  .xs-w30 {
    width: 29% !important;
  }
  .xs-w33 {
    width: 32% !important;
  }
  .xs-w35 {
    width: 34% !important;
  }
  .xs-w40 {
    width: 39% !important;
  }
  .xs-w45 {
    width: 44% !important;
  }
  .xs-w50 {
    width: 49% !important;
  }
  .xs-w55 {
    width: 54% !important;
  }
  .xs-w60 {
    width: 59% !important;
  }
  .xs-w65 {
    width: 64% !important;
  }
  .xs-w70 {
    width: 69% !important;
  }
  .xs-w75 {
    width: 74% !important;
  }
  .xs-w80 {
    width: 79% !important;
  }
  .xs-w85 {
    width: 84% !important;
  }
  .xs-w90 {
    width: 89% !important;
  }
  .xs-w95 {
    width: 94% !important;
  }
  .xs-w100 {
    width: 100% !important;
  }
  .xs-w10-f {
    width: 10% !important;
  }
  .xs-w15-f {
    width: 15% !important;
  }
  .xs-w20-f {
    width: 20% !important;
  }
  .xs-w25-f {
    width: 25% !important;
  }
  .xs-w30-f {
    width: 30% !important;
  }
  .xs-w33-f {
    width: 33% !important;
  }
  .xs-w35-f {
    width: 35% !important;
  }
  .xs-w40-f {
    width: 40% !important;
  }
  .xs-w45-f {
    width: 45% !important;
  }
  .xs-w50-f {
    width: 50% !important;
  }
  .xs-w55-f {
    width: 55% !important;
  }
  .xs-w60-f {
    width: 60% !important;
  }
  .xs-w65-f {
    width: 65% !important;
  }
  .xs-w70-f {
    width: 70% !important;
  }
  .xs-w75-f {
    width: 75% !important;
  }
  .xs-w80-f {
    width: 80% !important;
  }
  .xs-w85-f {
    width: 85% !important;
  }
  .xs-w90-f {
    width: 90% !important;
  }
  .xs-w95-f {
    width: 95% !important;
  }
  .xs-w100-f {
    width: 100% !important;
  }
  .xs-m0 {
    margin: 0 !important;
  }
  .xs-mb0 {
    margin-bottom: 0 !important;
  }
  .xs-mb10 {
    margin-bottom: 10px !important;
  }
  .xs-mb20 {
    margin-bottom: 20px !important;
  }
  .xs-mb30 {
    margin-bottom: 30px !important;
  }
  .xs-mb40 {
    margin-bottom: 40px !important;
  }
  .xs-mb50 {
    margin-bottom: 50px !important;
  }
  .xs-mb60 {
    margin-bottom: 60px !important;
  }
  .xs-mb70 {
    margin-bottom: 70px !important;
  }
  .xs-mb80 {
    margin-bottom: 80px !important;
  }
  .xs-mb90 {
    margin-bottom: 90px !important;
  }
  .xs-mb100 {
    margin-bottom: 100px !important;
  }
  .xs-mt0 {
    margin-top: 0 !important;
  }
  .xs-mt10 {
    margin-top: 10px !important;
  }
  .xs-mt20 {
    margin-top: 20px !important;
  }
  .xs-mt30 {
    margin-top: 30px !important;
  }
  .xs-mt40 {
    margin-top: 40px !important;
  }
  .xs-mt50 {
    margin-top: 50px !important;
  }
  .xs-mt60 {
    margin-top: 60px !important;
  }
  .xs-mt70 {
    margin-top: 70px !important;
  }
  .xs-mt80 {
    margin-top: 80px !important;
  }
  .xs-mt90 {
    margin-top: 90px !important;
  }
  .xs-mt100 {
    margin-top: 100px !important;
  }
  .xs-mr0 {
    margin-right: 0 !important;
  }
  .xs-mr10 {
    margin-right: 10px !important;
  }
  .xs-mr20 {
    margin-right: 20px !important;
  }
  .xs-mr30 {
    margin-right: 30px !important;
  }
  .xs-mr40 {
    margin-right: 40px !important;
  }
  .xs-mr50 {
    margin-right: 50px !important;
  }
  .xs-mr60 {
    margin-right: 60px !important;
  }
  .xs-mr70 {
    margin-right: 70px !important;
  }
  .xs-mr80 {
    margin-right: 80px !important;
  }
  .xs-mr90 {
    margin-right: 90px !important;
  }
  .xs-mr100 {
    margin-right: 100px !important;
  }
  .xs-ml0 {
    margin-left: 0 !important;
  }
  .xs-ml10 {
    margin-left: 10px !important;
  }
  .xs-ml20 {
    margin-left: 20px !important;
  }
  .xs-ml30 {
    margin-left: 30px !important;
  }
  .xs-ml40 {
    margin-left: 40px !important;
  }
  .xs-ml50 {
    margin-left: 50px !important;
  }
  .xs-ml60 {
    margin-left: 60px !important;
  }
  .xs-ml70 {
    margin-left: 70px !important;
  }
  .xs-ml80 {
    margin-left: 80px !important;
  }
  .xs-ml90 {
    margin-left: 90px !important;
  }
  .xs-ml100 {
    margin-left: 100px !important;
  }
  .xs-p0 {
    padding: 0 !important;
  }
  .xs-p5 {
    padding: 5px !important;
  }
  .xs-p10 {
    padding: 10px !important;
  }
  .xs-p20 {
    padding: 20px !important;
  }
  .xs-p30 {
    padding: 30px !important;
  }
  .xs-p40 {
    padding: 40px !important;
  }
  .xs-p50 {
    padding: 50px !important;
  }
  .xs-p60 {
    padding: 60px !important;
  }
  .xs-p70 {
    padding: 70px !important;
  }
  .xs-p80 {
    padding: 80px !important;
  }
  .xs-p90 {
    padding: 90px !important;
  }
  .xs-p100 {
    padding: 100px !important;
  }
  .xs-pb0 {
    padding-bottom: 0 !important;
  }
  .xs-pb10 {
    padding-bottom: 10px !important;
  }
  .xs-pb20 {
    padding-bottom: 20px !important;
  }
  .xs-pb30 {
    padding-bottom: 30px !important;
  }
  .xs-pb40 {
    padding-bottom: 40px !important;
  }
  .xs-pb50 {
    padding-bottom: 50px !important;
  }
  .xs-pb60 {
    padding-bottom: 60px !important;
  }
  .xs-pb70 {
    padding-bottom: 70px !important;
  }
  .xs-pb80 {
    padding-bottom: 80px !important;
  }
  .xs-pb90 {
    padding-bottom: 90px !important;
  }
  .xs-pb100 {
    padding-bottom: 100px !important;
  }
  .xs-pt0 {
    padding-top: 0 !important;
  }
  .xs-pt10 {
    padding-top: 10px !important;
  }
  .xs-pt20 {
    padding-top: 20px !important;
  }
  .xs-pt30 {
    padding-top: 30px !important;
  }
  .xs-pt40 {
    padding-top: 40px !important;
  }
  .xs-pt50 {
    padding-top: 50px !important;
  }
  .xs-pt60 {
    padding-top: 60px !important;
  }
  .xs-pt70 {
    padding-top: 70px !important;
  }
  .xs-pt80 {
    padding-top: 80px !important;
  }
  .xs-pt90 {
    padding-top: 90px !important;
  }
  .xs-pt100 {
    padding-top: 100px !important;
  }
  .xs-pr0 {
    padding-right: 0 !important;
  }
  .xs-pr10 {
    padding-right: 10px !important;
  }
  .xs-pr20 {
    padding-right: 20px !important;
  }
  .xs-pr30 {
    padding-right: 30px !important;
  }
  .xs-pr40 {
    padding-right: 40px !important;
  }
  .xs-pr50 {
    padding-right: 50px !important;
  }
  .xs-pr60 {
    padding-right: 60px !important;
  }
  .xs-pr70 {
    padding-right: 70px !important;
  }
  .xs-pr80 {
    padding-right: 80px !important;
  }
  .xs-pr90 {
    padding-right: 90px !important;
  }
  .xs-pr100 {
    padding-right: 100px !important;
  }
  .xs-pl0 {
    padding-left: 0 !important;
  }
  .xs-pl10 {
    padding-left: 10px !important;
  }
  .xs-pl20 {
    padding-left: 20px !important;
  }
  .xs-pl30 {
    padding-left: 30px !important;
  }
  .xs-pl40 {
    padding-left: 40px !important;
  }
  .xs-pl50 {
    padding-left: 50px !important;
  }
  .xs-pl60 {
    padding-left: 60px !important;
  }
  .xs-pl70 {
    padding-left: 70px !important;
  }
  .xs-pl80 {
    padding-left: 80px !important;
  }
  .xs-pl90 {
    padding-left: 90px !important;
  }
  .xs-pl100 {
    padding-left: 100px !important;
  }
  h1, .h1 {
    font-size: 18px;
  }
  .h1x2 {
    font-size: 36px;
  }
  h2, .h2 {
    font-size: 16px;
  }
  h3, .h3 {
    font-size: 14px;
  }
  h4, .h4 {
    font-size: 14px;
  }
  h5, h6, .h5, .h6 {
    font-size: 14px;
  }
	
	
	
	#navi {
		padding: 80px 50px 0 30px;
	}
	
	#navi li a {
		padding: 15px 10px 15px;
	}
	
	.newsshort img {
		width: 100%; 
	}
	
	.vorstand-single img {
		width: 100%;
	}
	
	.downloads .btn {
		width: unset;
	}
}