@import "../library/fonts/helvetica/demo.css";
body {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  padding: 0;
  margin: 0;
  color: #000;
  background-color: #ffffff;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
.wrapWhite {
  padding: 25px;
  padding-bottom: 50px;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 10px 35px -14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 35px -14px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 35px -14px rgba(0, 0, 0, 0.5);
}
.memberWidget .decent-comments ul li {
  padding-right: 0 !important;
}
.memberWidget .comment .comment-author,
.memberWidget .comment .comment-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}
#searchform {
  padding-bottom: 10px;
}
#searchform .searchfield {
  border: solid 2px #000;
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 500px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 500px;
  -moz-background-clip: padding;
  border-radius: 500px;
  background-clip: padding-box;
  height: 27px;
  margin-right: 3px;
}
.login h1 a {
  display: none;
}
.login #loginform {
  -webkit-box-shadow: 0 2px 40px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 40px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 40px -5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
a,
a:active,
a:focus,
a:focus-within,
a:visited {
  color: #fa8686;
  text-decoration: none;
}
a:hover {
  color: #feb9b9;
  text-decoration: none;
}
p {
  font-family: 'Raleway', sans-serif;
}
b,
strong {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
hr {
  clear: both;
}
h1,
h3 {
  color: #000;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
h2 {
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
h4 {
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
h5,
h6 {
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 25px;
  line-height: 27px;
}
h2 {
  font-size: 25px;
  line-height: 27px;
}
h3 {
  font-size: 38px;
  line-height: 42px;
  font-size: 34px;
  line-height: 37px;
}
h4 {
  font-size: 21px;
  line-height: 25px;
}
h5 {
  font-size: 18px;
  line-height: 20px;
}
.btn-back,
a.btn-back:active,
a.btn-back:focus,
a.btn-back:focus-within,
a.btn-back:visited {
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  color: #000;
}
.btn-back::before,
a.btn-back:active::before,
a.btn-back:focus::before,
a.btn-back:focus-within::before,
a.btn-back:visited::before {
  content: '\e87e';
  margin-right: 10px;
  font-family: "budicon";
}
.btn {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  line-height: normal;
  display: inline-block;
  color: #000;
  background-color: transparent;
  border: solid 2px #000;
  padding: 10px 30px 10px 30px;
  max-width: 100%;
  margin-top: 15px;
  position: relative;
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  cursor: pointer;
}
.btn:hover,
.btn:focus,
.btn:active {
  color: #000;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.btn.btn-small {
  color: #000;
  padding: 2px 9px 2px 12px;
  background-color: transparent;
  min-width: 5px;
  display: inline-block;
  width: auto;
}
.btn.btn-small i {
  color: #000;
  width: 34px;
  height: 34px;
  line-height: 33px;
  font-size: 23px;
  position: absolute;
  left: 0px;
  top: 0px;
  border: solid 2px #000;
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
}
.btn.btn-small:hover {
  text-decoration: none;
}
.no-margin-top {
  margin-top: 0 !important;
}
.margin-top {
  margin-top: 30px !important;
}
.margin-bottom {
  margin-bottom: 30px !important;
}
.margin-right {
  margin-right: 30px !important;
}
.margin-left {
  margin-left: 30px !important;
}
.no-margin {
  margin: 0px !important;
}
.padding-top {
  padding-top: 30px !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.padding-bottom {
  padding-bottom: 30px !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.padding-right {
  padding-right: 30px !important;
}
.padding-left {
  padding-left: 30px !important;
}
.no-padding {
  padding: 0px !important;
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-small {
  font-size: 14px;
}
.text-smaller {
  font-size: 13px;
  color: #8D8D8D;
}
.text-large {
  font-size: 20px;
}
.text-grey {
  color: #c1c1c1;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000;
}
.height-150 {
  min-height: 150px;
}
.height-200 {
  min-height: 200px;
}
.height-250 {
  min-height: 250px;
}
.height-300 {
  min-height: 300px;
}
.height-350 {
  min-height: 350px;
}
.height-400 {
  min-height: 400px;
}
.gap20 {
  height: 20px;
}
.gap50 {
  height: 50px;
}
.gap75 {
  height: 75px;
}
.gap80 {
  height: 80px;
}
.gap100 {
  height: 100px;
}
.bg-yellow {
  background-color: #FDC539;
}
.bg-blue {
  background-color: #6EC2E5;
}
.bg-grey {
  background-color: #8D8D8D;
}
.bg-grey-lighten {
  background-color: #c1c1c1;
}
.bg-grey-darken {
  background-color: #666666;
}
.bg-black {
  background-color: #000;
}
.bg-black-lighten {
  background-color: #23262a;
}
.bg-black-darken {
  background-color: #000;
}
.bg-white {
  background-color: #ffffff;
}
.bg-white-lighten {
  background-color: #ffffff;
}
.bg-white-darken {
  background-color: #e8e8ec;
}
.bg-default {
  background-color: #feb9b9;
}
.bg-default-lighten {
  background-color: #fa8686;
}
.bg-default-darken {
  background-color: #e75d5d;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.disable {
  @include opacity(0.4);
}
.clearfix {
  clear: both;
}
.bg-red {
  background-color: #EB2A2E !important;
}
.shadow-bottom {
  -webkit-box-shadow: 0 0 5px #8D8D8D;
  -moz-box-shadow: 0 0 5px #8D8D8D;
  box-shadow: 0 0 5px #8D8D8D;
  z-index: 2;
  position: relative;
}
@media (min-width: 1200px) {
  .float-right-large {
    float: right !important;
  }
}
.wp-block-video {
  width: 640px;
  max-width: 100%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  background-color: #23262a;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 10px 35px -14px #000000;
  -moz-box-shadow: 0 10px 35px -14px #000000;
  box-shadow: 0 10px 35px -14px #000000;
}
.wp-block-video video {
  width: 640px;
  max-width: 100%;
  height: auto;
  margin-bottom: -5px;
}
.wp-block-video figcaption {
  margin: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  font-family: 'Noto Serif SC', serif;
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
}
.wp-block-image figcaption a {
  font-size: 13px;
  color: #ffffff;
  background-color: #000;
  display: inline-block;
  padding-left: 25px;
  padding-right: 6px;
  position: relative;
  transition: all 0.3s ease;
}
.wp-block-image figcaption a::before {
  font-family: "budicon";
  content: '\eb0a';
  position: absolute;
  top: 1px;
  left: 6px;
}
.wp-block-image figcaption a:hover {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.mod-header {
  position: relative;
  padding-top: 40px;
  padding-bottom: 35px;
}
.mod-header .headerBrand {
  font-family: 'Lora', serif;
  font-size: 25px;
  line-height: 28px;
  max-width: 400px;
}
.mod-header .headerBrand a {
  color: #000;
}
.mod-header .headerLogo {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
}
.mod-header .headerLogo img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .mod-header {
    padding-top: 100px;
  }
}
.mod-footer {
  color: #000;
  background-color: #e4e4e4;
  padding-top: 40px;
  padding-bottom: 160px;
  margin-top: 100px;
}
.mod-footer .privacyMenu {
  margin-top: 100px;
}
.mod-footer .privacyMenu li {
  display: inline-block;
  padding: 0;
  margin-left: 5px;
  margin-right: 5px;
}
.mod-footer .btn {
  margin-top: 6px;
  margin-bottom: 4px;
  border: none;
  padding: 7px 25px 7px 20px;
}
.mod-footer .btn.btn-instagram {
  color: #ffffff;
  background-color: #FC8BD3;
  background-color: #E94A59;
}
.mod-footer .btn.btn-facebook {
  color: #ffffff;
  background-color: #6EC2E5;
  background-color: #4567AE;
}
.mod-footer h6 {
  color: #c1c1c1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}
.mod-footer a {
  color: #000;
}
.mod-footer a:hover {
  color: #000;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  text-decoration: none;
}
.mod-footer .footerLogo {
  margin-top: 100px;
  padding: 60px;
  text-align: center;
}
.mod-footer .footerLogo img {
  width: 80px;
  height: auto;
}
.mod-footer .footerMenu {
  margin: 0;
}
.mod-footer .footerMenu.privacy li a {
  color: #666666;
}
.mod-footer .footerMenu li ul.sub-menu {
  margin-left: -20px;
  margin-top: 5px;
  margin-bottom: -5px;
}
.mod-footer .footerMenu li ul.sub-menu li {
  padding-bottom: 5px;
}
.mod-footer .footerSocial {
  font-size: 18px;
  margin-top: 100px;
  display: inline-block;
}
.mod-footer .footerSocial span {
  font-family: 'Raleway', sans-serif;
}
.mod-footer .footerSocial .footerSocialIcon {
  text-align: center;
  margin-bottom: 20px;
}
.mod-footer .footerSocial .footerSocialIcon img {
  width: 70px;
  height: auto;
}
.mod-footer ul {
  padding: 0;
  list-style: none;
}
.mod-footer ul li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 5px;
}
.mod-footer ul li i {
  position: absolute;
  top: 0;
  left: -5px;
  margin-left: 0;
}
@media (max-width: 991px) {
  .mod-footer h6 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .mod-footer .footerMenu {
    margin: 0;
  }
  .mod-footer .footerMenu.privacy {
    margin-top: 40px;
  }
  .mod-footer .menu-datenschutz-container .footerMenu {
    margin: 0;
  }
  .mod-footer .menu-datenschutz-container .footerMenu.privacy {
    margin-top: 0px;
  }
  .mod-footer .col-md-3,
  .mod-footer .col-md-4,
  .mod-footer .col-md-5,
  .mod-footer .col-md-6 {
    margin-bottom: 40px;
    padding-left: 25px;
  }
}
.mod-content {
  padding-top: 60px;
}
.mod-content h1 {
  margin-bottom: 20px;
  color: #000;
  font-weight: 700;
}
.mod-content h1.smallTitle {
  color: #8D8D8D;
  font-weight: 400;
}
.mod-content h2 {
  margin-top: 40px;
}
.mod-content .tagCloud {
  margin-top: 7px;
  padding-top: 10px;
  border-top: solid 1px #e4e4e4;
}
.mod-content .tagCloud a {
  display: inline-block;
  padding-top: 1px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 1px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  border: solid 1px #fa8686;
  margin-right: 10px;
  margin-bottom: 10px;
}
.mod-content .noMember {
  background-color: #e4e4e4;
  min-height: 2px;
  margin-top: -60px;
  margin-bottom: 40px;
}
.mod-content .memberWidget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mod-content .memberWidget ul li {
  border-bottom: 1px solid #e4e4e4;
  font-size: 16px;
  padding-top: 4px;
  padding-left: 0;
  padding-right: 35px;
  padding-bottom: 2px;
}
.mod-member {
  margin-top: -60px;
  padding-top: 60px;
  background-color: #ffffff;
  margin-bottom: -100px;
  padding-bottom: 100px;
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 0 10px 35px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 35px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 35px 0px rgba(0, 0, 0, 0.2);
}
.mod-member h2 {
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
}
.mod-member.color-mitglied {
  background-color: #f8fdf4;
  background-color: #f7f7f7;
  background-color: #C4E0AE;
}
.mod-member.color-vorstand {
  background-color: #e8f4fc;
  background-color: #f7f7f7;
  background-color: #BBDFF6;
}
.mod-member .wrapPost .date {
  display: block;
  color: #000;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 2px;
  margin-bottom: 15px;
}
.mod-member .wrapWhite .container {
  max-width: 100% !important;
  width: auto !important;
}
.mod-member .wrapWhite .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mod-member .wrapWhite .memberWidget h1.smallTitle {
  font-size: 16px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 1px;
  margin-bottom: 10px;
}
.mod-member .wrapWhite .dateSingle {
  display: block;
  color: #000;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 2px;
  margin-bottom: 15px;
  margin-top: -20px;
}
.mod-member .wrapWhite h1 {
  padding-top: 40px;
  margin-bottom: 15px;
  clear: both;
}
.mod-member .wrapWhite > h1:first-child {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #ffffff;
  background-color: #23262a;
  display: block;
  position: relative;
  margin: -25px;
  margin-bottom: 25px;
  padding: 25px;
  padding-top: 15px;
  padding-bottom: 13px;
}
.mod-member .wrapWhite > h1:first-child.smallTitle {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
.mod-member .wrapWhite .tagWrap {
  font-size: 14px;
  border: solid 1px #e4e4e4;
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  position: relative;
  top: -25px;
  margin-right: 5px;
  margin-bottom: 25px;
}
.mod-member .wrapWhite .tagWrap a {
  color: #8D8D8D;
}
.mod-member .wrapWhite .tagWrap:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.mod-member .wrapWhite .downloadBox {
  padding-top: 50px;
}
.mod-member .wrapWhite .downloadBox h5 {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 5px;
  margin-bottom: 0px;
}
.mod-member .wrapWhite .downloadBox a {
  color: #000;
  padding-top: 4px;
  padding-left: 0;
  padding-right: 35px;
  padding-bottom: 3px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  display: block;
}
.mod-member .wrapWhite .downloadBox a::before {
  font-size: 20px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  right: 10px;
  content: '\eb0a';
  font-family: "budicon";
  font-style: normal;
  font-weight: normal;
  transition: all 0.2s ease;
}
.mod-member .wrapWhite .downloadBox a:hover {
  color: #23262a;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.mod-member .wrapWhite .downloadBox a:hover::before {
  right: 11px;
}
.scrollTop .mod-menu {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.mod-menu {
  margin-top: -21px;
  padding-left: 20px;
  transition: all 0.3s ease;
  text-align: right;
}
.mod-menu .menu .menu-mobile {
  display: none;
}
.mod-menu .subMenu {
  color: #8D8D8D;
  font-size: 14px;
}
.mod-menu .subMenu a {
  color: #8D8D8D;
}
.mod-menu .subMenu a:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.mod-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
.mod-menu ul li {
  display: inline-block;
  float: left;
  position: relative;
}
.mod-menu ul li a {
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-left: 24px;
  line-height: normal;
  float: left;
  position: relative;
  z-index: 2;
}
.mod-menu ul li a:hover {
  color: #000;
  text-decoration: none;
}
.mod-menu ul li:first-child a {
  border: none;
}
.mod-menu ul li.current_page_item a {
  padding-bottom: 5px;
  border-bottom: solid 1px #000;
}
.mod-menu ul li ul {
  position: absolute;
  display: none;
}
.mod-menu ul li ul li {
  display: block;
}
.mod-menu ul li ul li a {
  line-height: 28px;
}
.mod-menu ul li:hover ul {
  display: block;
}
@media (max-width: 767px) {
  .mod-menu {
    margin-top: 0;
  }
  .mod-menu .menu {
    display: none;
  }
  .mod-menu .subMenu {
    margin-top: 15px;
    margin-bottom: -27px;
  }
  .mod-menu .subMenu a:hover {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
  }
}
.mod-memberMenu {
  background-color: #e4e4e4;
  margin-top: -60px;
  margin-bottom: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.mod-memberMenu.intranet-vorstand {
  background-color: #B9DFF8;
  margin-bottom: 0;
}
.mod-memberMenu.intranet-mitglied {
  background-color: #C3E0AA;
  margin-bottom: 0;
}
.mod-memberMenu ul {
  padding: 0;
  margin: 0;
  margin-bottom: -5px;
  list-style: none;
}
.mod-memberMenu ul li {
  display: inline-block;
}
.mod-memberMenu ul li.active {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.mod-memberMenu ul li.menuSmall a {
  color: #000;
  font-size: 14px;
  display: inline-block;
  padding: 0;
  padding-left: 5px;
  padding-right: 0;
  margin-bottom: 5px;
  background-color: transparent;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  margin-right: 5px;
}
.mod-memberMenu ul li a {
  color: #000;
  font-size: 14px;
  display: inline-block;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  margin-right: 5px;
}
.mod-memberMenu ul li a i {
  margin-left: -3px;
}
.mod-memberMenu ul li a:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .mod-memberMenu ul {
    text-align: center;
  }
}
.admin-bar .mod-mobilemenu .mobileBurger {
  top: 55px;
}
.admin-bar .mod-mobilemenu .mobileMenuWrap .mobileMenu {
  margin-top: 140px;
}
.mod-mobilemenu {
  display: none;
}
.mod-mobilemenu .mobileBurger {
  top: 13px;
  left: 0px;
  position: absolute;
  z-index: 201;
  cursor: pointer;
}
.mod-mobilemenu .mobileBurger i {
  font-size: 44px;
  color: #000;
}
.mod-mobilemenu .mobileBurger.mobileMenuOpen i {
  color: #000;
}
.mod-mobilemenu .mobileMenuWrap {
  background-color: #e4e4e4;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
}
.mod-mobilemenu .mobileMenuWrap .mobileMenu {
  padding: 0;
  margin: 0;
  margin-top: 100px;
  font-size: 21px;
  color: #000;
  list-style: none;
}
.mod-mobilemenu .mobileMenuWrap .mobileMenu li {
  display: block;
}
.mod-mobilemenu .mobileMenuWrap .mobileMenu li a {
  color: #000;
  font-weight: 400;
  margin-left: 15px;
  line-height: 38px;
  padding-bottom: 8px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.mod-mobilemenu .mobileMenuWrap .mobileMenu li a:hover {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  text-decoration: none;
}
.mod-mobilemenu .mobileMenuWrap .mobileMenu li ul li a {
  font-weight: 400 !important;
  font-size: 16px;
  padding-bottom: 0;
}
.mod-mobilemenu .mobileMenuWrap .mobileMenu li ul li.current_page_item a {
  font-weight: 700 !important;
}
.mod-mobilemenu .mobileMenuWrap .mobileMenu li.current_page_item a {
  font-weight: 700;
}
.mod-mobilemenu .mobileMenuWrap .mobileMenu li ul li {
  display: block;
}
.mod-mobilemenu .mobileMenuWrap .mobileMenu li ul li a {
  color: #000;
  line-height: 28px;
}
.mod-mobilemenu .mobileMenuWrap .mobileMenu li:hover ul {
  display: block;
}
.mod-mobilemenu .mobileMenuWrap.mobileMenuOpen {
  display: block;
}
.mod-mobilemenu.slideOut .mobileBurger {
  margin-top: -100px;
}
.mod-mobilemenu.slideOut .mobileBurger.mobileMenuOpen {
  margin-top: 0;
}
@media (max-width: 767px) {
  .mod-mobilemenu {
    display: block;
  }
}
.mod-postList {
  margin-top: 100px;
}
.mod-postList .pagePreviewWrap {
  position: relative;
}
.mod-postList .pagePreviewWrap h4 {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: normal;
  line-height: 18px;
  display: inline-block;
  margin: 0;
  margin-top: 30px;
  margin-left: 190px;
}
.mod-postList .pagePreviewWrap a {
  height: 190px;
  display: block;
  color: #000;
}
.mod-postList .pagePreviewWrap a .textBox {
  margin-left: 190px;
  font-size: 14px;
  line-height: normal;
}
.mod-postList .pagePreviewWrap a .textBox h1,
.mod-postList .pagePreviewWrap a .textBox h2,
.mod-postList .pagePreviewWrap a .textBox h3,
.mod-postList .pagePreviewWrap a .textBox h4,
.mod-postList .pagePreviewWrap a .textBox h5,
.mod-postList .pagePreviewWrap a .textBox h6,
.mod-postList .pagePreviewWrap a .textBox strong,
.mod-postList .pagePreviewWrap a .textBox b {
  font-family: 'Raleway', sans-serif;
  font-family: 'Noto Serif SC', serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.mod-postList .pagePreviewWrap a .imageBox {
  -webkit-box-shadow: 0 10px 35px -14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 35px -14px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 35px -14px rgba(0, 0, 0, 0.5);
}
.mod-postList .pagePreviewWrap a:hover {
  text-decoration: none;
}
.mod-postList .pagePreviewWrap a:hover h4,
.mod-postList .pagePreviewWrap a:hover .textBox {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.mod-postList .pagePreviewWrap a:hover .imageBox {
  -webkit-box-shadow: 0 6px 10px -7px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 6px 10px -7px rgba(0, 0, 0, 0.7);
  box-shadow: 0 6px 10px -7px rgba(0, 0, 0, 0.7);
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -o-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
}
.mod-postList .pagePreviewWrap .imageBox {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  transition: all 0.2s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mod-intro {
  position: relative;
  margin-top: -100px;
  height: 500px;
  overflow: hidden;
}
.mod-intro .introWrap {
  width: auto;
  height: 800px;
  margin-top: 0px;
  position: relative;
}
.mod-intro .introWrap .heroTitle {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 100px;
  z-index: 20;
  text-align: center;
}
.mod-intro .introWrap .heroTitle h2 {
  font-size: 80px;
  line-height: normal;
  color: #ffffff;
}
.mod-intro .introWrap .heroOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.mod-intro .introWrap .heroImage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.8s ease;
}
.mod-list {
  padding: 0;
  margin: 0;
  margin-top: 6px;
  list-style: none;
}
.mod-list.small li a {
  font-size: 16px;
  padding-top: 4px;
  padding-left: 0;
  padding-right: 35px;
  padding-bottom: 2px;
}
.mod-list.small li a::before {
  content: '\eb0a';
  margin-top: -9px;
  right: 10px;
}
.mod-list.small li a:hover {
  color: #23262a;
}
.mod-list.small li a:hover::before {
  right: 11px;
}
.mod-list li:first-child a {
  border-top: 1px solid #e4e4e4;
}
.mod-list li .date {
  font-size: 14px;
  font-weight: 400;
  color: #8D8D8D;
  display: block;
}
.mod-list li a {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  background-color: #ffffff;
  border-bottom: 1px solid #e4e4e4;
  display: block;
  padding-top: 6px;
  padding-left: 0;
  padding-right: 40px;
  padding-bottom: 7px;
  transition: all 0.2s ease;
  position: relative;
}
.mod-list li a::before {
  font-size: 20px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  right: 25px;
  content: '\eb4b';
  font-family: "budicon";
  font-style: normal;
  font-weight: normal;
  transition: all 0.2s ease;
}
.mod-list li a:hover {
  color: #000;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.mod-list li a:hover::before {
  right: 20px;
}
.grw-slider {
  margin-top: 40px;
}
.grw-slider .grw-slider-prev,
.grw-slider .grw-slider-next {
  display: none;
}
.grw-slider .wp-google-feedback {
  background-color: #ffffff !important;
}
.grw-slider .wp-google-feedback::before {
  background-color: #ffffff !important;
}
.grw-slider .wp-google-text {
  color: #000 !important;
  font-size: 16px;
}
.grw-slider .wp-google-name {
  color: #000 !important;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.gs_beh_area {
  background-color: #EEEEEE;
  padding-top: 15px;
  padding-bottom: 5px;
}
.gs_beh_area .container {
  width: auto;
}
.gs_beh_area a {
  transition: all 0.3s ease;
}
.gs_beh_area a:hover {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
h3#comments {
  font-size: 16px;
  margin-top: 60px;
}
.comment-reply-title {
  margin-top: 40px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}
.mod-member.color-mitglied ol.commentlist li.comment .comment-body {
  background-color: #e1eed7;
}
.mod-member.color-mitglied #commentform .comment-form-comment textarea {
  background-color: #e1eed7;
}
.mod-member.color-mitglied #commentform .logged-in-as a {
  color: #000;
}
.mod-member.color-vorstand ol.commentlist li.comment .comment-body {
  background-color: #dbeefb;
}
.mod-member.color-vorstand #commentform .comment-form-comment textarea {
  background-color: #dbeefb;
}
.mod-member.color-vorstand #commentform .logged-in-as a {
  color: #000;
}
.comment-form .comment-form-comment label {
  display: none;
}
.comment-form .comment-form-comment textarea {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  border: none;
  background-color: #f7f7f7;
}
.comment-form .form-submit input {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  line-height: normal;
  display: inline-block;
  color: #000;
  background-color: transparent;
  border: solid 2px #000;
  padding: 10px 30px 10px 30px;
  max-width: 100%;
  margin-top: 15px;
  position: relative;
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  cursor: pointer;
}
.comment-form .form-submit input:hover,
.comment-form .form-submit input:focus,
.comment-form .form-submit input:active {
  color: #000;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
ol.commentlist {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  padding-top: 1px;
  padding-bottom: 1px;
  text-indent: 0;
}
ol.commentlist li.comment {
  margin-top: 15px;
  margin-bottom: 15px;
}
ol.commentlist li.comment .comment-body {
  padding: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #f7f7f7;
}
ol.commentlist li.comment .comment-body .comment-meta {
  font-size: 13px;
  line-height: normal;
}
ol.commentlist li.comment .comment-body p {
  margin-top: 5px;
}
ol.commentlist li.comment .comment-body a,
ol.commentlist li.comment .comment-body a:active,
ol.commentlist li.comment .comment-body a:focus,
ol.commentlist li.comment .comment-body a:focus-within,
ol.commentlist li.comment .comment-body a:visited {
  font-size: 13px;
  color: #8D8D8D;
  text-decoration: none;
  font-weight: 400 !important;
}
ol.commentlist li.comment .comment-author {
  color: #000;
  font-size: 16px;
  line-height: 16px;
}
ol.commentlist li.comment .comment-author .fn {
  font-style: normal;
  font-weight: 700;
}
ol.commentlist li.comment div.vcard {
  font-weight: 14px;
}
ol.commentlist li.comment div.vcard img {
  display: none;
}
ol.commentlist li.comment div.vcard img.avatar {
  border: 5px solid #ccc;
  float: right;
  margin: 0 0 20px 20px;
}
ol.commentlist li.comment div.comment-meta {
  font-size: 14px;
}
ol.commentlist li.comment div.comment-meta a {
  color: #ccc;
}
ol.commentlist li.comment p {
  font-size: 16px;
}
ol.commentlist li.comment ul {
  font-size: 16px;
  list-style: none;
  margin: 0 0 0 20px;
}
ol.commentlist li.comment div.reply {
  font-size: 14px;
}
ol.commentlist li.comment div.reply a {
  font-weight: bold;
}
ol.commentlist li.comment ul.children {
  list-style: none;
  margin: 12px;
  text-indent: 0;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
}
ol.commentlist li.comment ul.children li.comment {
  padding-left: 20px;
}
ol.commentlist li.comment ul.children li.depth-2 {
  margin: 0 0 15px 0px;
}
ol.commentlist li.comment ul.children li.depth-3 {
  margin: 0 0 15px 0px;
}
ol.commentlist li.comment ul.children li.depth-4 {
  margin: 0 0 15px 0px;
}
.block-pagePreview {
  margin-top: 100px;
}
.block-pagePreview .setCol3 .pagePreviewWrap {
  min-height: 225px;
}
.block-pagePreview .setCol3 .pagePreviewWrap h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.block-pagePreview .setCol3 .pagePreviewWrap .imageWrap {
  margin-bottom: 12px;
}
.block-pagePreview .setCol3 .pagePreviewWrap .imageWrap .imageBox {
  height: 131px;
}
.block-pagePreview .setCol6 .pagePreviewWrap {
  min-height: 380px;
}
.block-pagePreview .setCol6 .pagePreviewWrap .imageWrap .imageBox {
  height: 280px;
}
.block-pagePreview .pagePreviewWrap {
  min-height: 280px;
}
.block-pagePreview .pagePreviewWrap h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  display: inline-block;
  margin: 0;
}
.block-pagePreview .pagePreviewWrap a {
  color: #000;
}
.block-pagePreview .pagePreviewWrap a .imageBox {
  -webkit-box-shadow: 0 10px 35px -14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 35px -14px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 35px -14px rgba(0, 0, 0, 0.5);
}
.block-pagePreview .pagePreviewWrap a:hover {
  text-decoration: none;
}
.block-pagePreview .pagePreviewWrap a:hover h4 {
  border-bottom: solid 3px #000;
}
.block-pagePreview .pagePreviewWrap a:hover .imageBox {
  -webkit-box-shadow: 0 6px 10px -7px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 6px 10px -7px rgba(0, 0, 0, 0.7);
  box-shadow: 0 6px 10px -7px rgba(0, 0, 0, 0.7);
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -o-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
}
.block-pagePreview .pagePreviewWrap .imageWrap {
  position: relative;
  margin-bottom: 20px;
}
.block-pagePreview .pagePreviewWrap .imageWrap .imageBox {
  height: 181px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  transition: all 0.2s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 991px) {
  .block-pagePreview .pagePreviewWrap {
    min-height: 220px;
  }
  .block-pagePreview .pagePreviewWrap .imageWrap .imageBox {
    height: 135px;
  }
  .block-pagePreview .setCol3 .pagePreviewWrap {
    min-height: 305px;
  }
  .block-pagePreview .setCol3 .pagePreviewWrap .imageWrap .imageBox {
    height: 212px;
  }
  .block-pagePreview .setCol6 .pagePreviewWrap {
    max-width: 345px;
    min-height: 310px;
  }
  .block-pagePreview .setCol6 .pagePreviewWrap .imageWrap .imageBox {
    height: 211px;
  }
}
@media (max-width: 767px) {
  .pagePreviewWrap {
    max-width: 345px;
    min-height: 310px;
  }
  .pagePreviewWrap .imageWrap .imageBox {
    height: 211px;
  }
}
.block-titleText {
  margin-top: 100px;
}
.block-titleText.titleTextLine h5 {
  font-size: 16px;
  line-height: 28px;
  margin-top: 8px;
  display: block;
  border-top: solid 2px #000;
}
.block-titleText h3 {
  margin-top: -2px;
}
.block-titleText h5 {
  font-size: 20px;
  line-height: 28px;
  margin-top: -3px;
  display: block;
}
.block-titleText ul {
  list-style: none;
  padding: 0;
}
.block-titleText ul li {
  font-size: 18px;
  line-height: normal;
  margin-top: 8px;
  padding-top: 4px;
  padding-bottom: 10px;
  border-top: solid 2px #000;
}
@media (max-width: 767px) {
  .block-titleText {
    margin-top: 40px;
  }
  .block-titleText h5 {
    font-size: 25px;
    padding-top: 3px;
    padding-bottom: 10px;
  }
  .block-titleText ul {
    list-style: none;
    padding: 0;
  }
  .block-titleText ul li {
    font-size: 16px;
    border-top: solid 1px #e4e4e4;
  }
}
.block-imageText {
  margin-top: 100px;
}
.block-imageText h5 {
  margin-top: -4px;
}
.block-imageText .wrapText h2,
.block-imageText .wrapText h3 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.block-imageText .imageWrap .imageBox {
  height: 295px;
  -webkit-box-shadow: 0 0 0 -7px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 0 -7px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 0 -7px rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease;
}
.block-imageText a:hover .imageWrap .imageBox {
  -webkit-box-shadow: 0 10px 35px -14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 35px -14px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 35px -14px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
@media (max-width: 991px) {
  .block-imageText .imageWrap .imageBox {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .block-imageText .wrapText h2,
  .block-imageText .wrapText h3 {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .block-imageText .imageWrap .imageBox {
    width: 220px;
    height: 220px;
    margin-bottom: 15px;
  }
}
.block-imageGallery.autoHeight .imageWrap {
  height: auto !important;
}
.block-imageGallery .imageWrap {
  height: 193px;
  position: relative;
  margin-bottom: 30px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  transition: all 0.2s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 0 0 1px #dadada;
  -moz-box-shadow: 0 0 1px #dadada;
  box-shadow: 0 0 1px #dadada;
}
.block-imageGallery a:hover .imageWrap {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.block-imageGallery .setCol3 .imageWrap {
  height: 140px;
}
.block-imageGallery .setCol6 .imageWrap {
  height: 299px;
}
@media (max-width: 991px) {
  .block-imageGallery .imageWrap {
    height: 144px;
  }
  .block-imageGallery .setCol3 .imageWrap {
    height: 144px;
  }
  .block-imageGallery .setCol6 .imageWrap {
    width: 345px;
    height: 226px;
  }
}
@media (max-width: 767px) {
  .block-imageGallery .setCol3,
  .block-imageGallery .setCol4 {
    width: auto;
  }
  .block-imageGallery .setCol3 .imageWrap,
  .block-imageGallery .setCol4 .imageWrap {
    width: 200px;
    height: 131px;
  }
  .block-imageGallery .setCol6 .imageWrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .block-imageGallery {
    padding-left: 15px;
  }
  .block-imageGallery .imageWrap {
    height: 181px;
  }
  .block-imageGallery .setCol3,
  .block-imageGallery .setCol4 {
    padding-left: 0;
  }
  .block-imageGallery .setCol3 .imageWrap,
  .block-imageGallery .setCol4 .imageWrap {
    max-width: 100%;
    width: 165px;
    height: 108px;
    margin-bottom: 15px;
  }
  .block-imageGallery .setCol6 .imageWrap {
    max-width: 100%;
    margin-left: -15px;
  }
}
.block-slideshowGallery .owl-controls {
  margin: 0;
  text-align: left;
  position: relative;
}
.block-slideshowGallery .owl-controls .owl-dots {
  position: absolute;
  top: 25px;
  right: 25px;
}
.block-slideshowGallery .owl-controls .owl-nav {
  position: relative;
  display: inline-block;
  margin: 0;
}
.block-slideshowGallery .owl-controls .owl-nav button:focus {
  outline: 0;
}
.block-slideshowGallery .owl-controls .owl-nav .owl-prev,
.block-slideshowGallery .owl-controls .owl-nav .owl-next {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.block-slideshowGallery .owl-controls .owl-nav .owlMenuLeft,
.block-slideshowGallery .owl-controls .owl-nav .owlMenuRight {
  color: #ffffff;
  background-color: #000;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}
.block-slideshowGallery .owl-controls .owl-nav .owlMenuLeft:hover,
.block-slideshowGallery .owl-controls .owl-nav .owlMenuRight:hover {
  background-color: #23262a;
}
.block-map {
  position: relative;
  margin-top: 100px;
  margin-bottom: -120px;
}
.block-map iframe {
  width: 100%;
}
