main {
  flex: 1;
}

.content-container {
  position: relative;
}

.content-container.no-head {
  padding-top: 200px;
}

.content-container.odd {
  background-color: #FEFEFE;
  border-top: 0.5px solid #EFEFEF;
  border-bottom: 0.5px solid #EFEFEF;
}

.content-container.colored {
  background: #005091;
  padding-bottom: 0px !important;
}

.content-container.colored *,
.content-container.header * {
  color: #fff;
}

.content-container.header {
  padding-bottom: 0px !important;
  background: none;
  margin-top: -70px;
  position: relative;
  z-index: 777;
}

.content-container.header .content-section {
  background: #005091 border-radius: 8px;
  padding: 50px !important;
  box-sizing: border-box;
}

.content-container.header .content-section:hover {}

.content-container.grey {
  background: #FCFCFC;
  border-top: 0.5px solid #EFEFEF;
  border-bottom: 0.5px solid #EFEFEF;
}

.content-container.addition {
  position: relative;
}

.content-container.addition:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 12px;
  background: #005091;
  border-radius: 5px 0px 0px 0px;
  top: -12px;
  right: 0;
}

.content-section {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px 100px 40px;
  position: relative;
}

.content-section.full {
  width: 100%;
}

.content-section.small-spacing {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-section.no-spacing {
  padding: 0px 40px;
}

.content-section.small-bottom-spacing {
  padding: inherit 40px 50px 40px;
}

.content-section.mini-bottom-spacing {
  padding: 20px 40px 50px 40px;
}

.content-section.fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.content-section ul {
  list-style: inherit;
}

.aktuelles-container {
  width: 100%;
}

.aktuelles-container ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -75px;
}

.aktuelles-container ul li {
  flex: 1 1 0;
  margin-left: 75px;
  min-width: calc(33% - 75px);
  max-width: calc(33% - 75px);
  margin-top: 50px;
  margin-bottom: 20px;
}

.aktuelles-container ul li {
  display: flex;
  flex-direction: column;
}

.aktuelles-container ul li .text {
  flex-grow: 1;
  flex: 1 0 1;
}

.aktuelles-entry .teaser {
  width: 100%;
  height: 200px;
  margin-bottom: 45px;
  border: 1px solid rgba(204, 204, 204, 0.24);
  overflow: hidden;
}

.aktuelles-entry .teaser img, .aktuelles-latest-container .teaser img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
  animation-timing-function: ease;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
  border-bottom: 10px solid #F8C427;
}

@media screen and (max-width: 991px) {
  .aktuelles-entry .teaser img, .aktuelles-latest-container .teaser img {}
}

.aktuelles-entry:hover .teaser img, .aktuelles-latest-container:hover .teaser img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.aktuelles-entry .title, .aktuelles-latest-container .content .title {
  color: #005799;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  min-height: 50px;
}

.aktuelles-entry .text, .aktuelles-latest-container .content .text {
  font-size: 15px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 18px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.aktuelles-entry .read-more, .aktuelles-latest-container .content .read-more {
  margin-top: 25px;
}

.aktuelles-latest-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}

.aktuelles-latest-container .teaser {
  width: 45%;
  height: 300px;
  flex: 0 0 auto;
  border: 1px solid rgba(204, 204, 204, 0.24);
  overflow: hidden;
}

.aktuelles-latest-container .content {
  flex: 1 1 0;
  margin-left: 75px;
}

.sitzungen-container {}

.sitzungen-next-content {}

.sitzungen-next-content .head {
  display: flex;
  flex-direction: row;
  padding-bottom: 35px;
  margin-bottom: 25px;
  border-bottom: 1px solid #EFEFEF;
}

.cms-content a {
  text-decoration: none;
}

.sitzungen-list-content {}

.sitzungen-list-content ul {}

.sitzungen-list-content ul li {
  border-bottom: 1px solid #EFEFEF;
  background-image: url("../img/chevron-black-right.svg");
  background-size: 16px;
  background-position: right center;
  background-repeat: no-repeat;
}

.sitzungen-list-content ul li a {
  padding: 15px 5px;
  display: flex;
  flex-direction: row;
}

.sitzungen-list-content * .date, .sitzungen-next-content .date {
  background: #F8C427;
  border-radius: 6px;
  flex: 0 0 0;
  text-align: center;
  padding: 9px 14px;
  margin-right: 25px;
  max-height: 60px;
  transition: background 0.25s, color 0.25s;
  animation-timing-function: ease;
}

.sitzungen-list-content ul li:hover * .date {
  background: #F8C427;
}

.sitzungen-list-content ul li.active * .date {
  background: #F8C427;
}

.sitzungen-list-content * .date *, .sitzungen-next-content .date * {
  color: #fff;
  line-height: 1;
}

.sitzungen-list-content * .date .day, .sitzungen-next-content .date .day {
  font-weight: 800;
  font-size: 23px;
  text-transform: uppercase;
}

.sitzungen-list-content * .date .month, .sitzungen-next-content .date .month {
  text-transform: uppercase;
}

.sitzungen-list-content * .details, .sitzungen-next-content .details {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.sitzungen-list-content * .details .title, .sitzungen-next-content .details .title {
  color: #005799;
  font-size: 18px;
  font-weight: 400;
}

.sitzungen-list-content * .details .subtitle, .sitzungen-next-content .details .subtitle {
  font-size: 14px;
  color: #000;
}

.sitzungen-list-content * .details .info, .sitzungen-next-content .details .info {
  font-size: 13px;
  color: #8A8A8A;
}

.sitzungen-list-content * .details .info, .sitzungen-next-content .details .info span {
  display: inline-block;
  border-left: 1px solid #EFEFEF;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 5px;
}

.sitzungen-list-content * .details .info span:first-child, .sitzungen-next-content .details .info span:first-child {
  border-left: none;
  padding-left: 0px;
}

.sitzungen-next-content .description {
  font-size: 15px;
}

.sitzungen-next-content .tickets {
  margin-top: 35px;
  display: flex;
  flex-direction: row;
}

.sitzungen-next-content .tickets .pricing {
  flex: 0 0 0;
}

.sitzungen-next-content .tickets .pricing .title {
  color: #005091;
  font-size: 18px;
  font-weight: 400;
}

.sitzungen-next-content .tickets .pricing .price {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.sitzungen-next-content .tickets .shop-btn {
  text-align: right;
  flex: 1 1 0;
}

.gallery_wrapper {
  width: 100%;
  overflow: hidden;
}

.gallery_container {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-box;
  display: flex;
  width: calc(100% + 20px);
  margin-left: -10px;
}

.gallery_container .gallery_image {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  width: 190px;
  height: 190px;
  max-height: 2250px;
  max-width: 225px;
  margin: 10px;
  background: #f9f9f9;
  border: 1px solid #ededed;
  overflow: hidden;
  position: relative;
}

.gallery_container .gallery_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
  animation-timing-function: ease;
}

.gallery_container .gallery_image .gallery_image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d41230;
  opacity: 0.0;
  z-index: 777;
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
  animation-timing-function: ease;
  background-image: url('../img/icon_search_gallery.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 50px;
}

.gallery_container .gallery_image:hover .gallery_image_overlay {
  opacity: 0.75;
  cursor: pointer;
}

.gallery_container .gallery_image:hover img {
  -webkit-transform: scale(1.17);
  -moz-transform: scale(1.17);
  -ms-transform: scale(1.17);
  -o-transform: scale(1.17);
  transform: scale(1.17);
}

.mitglieder_wrapper {
  width: 100%;
}

.mitglieder_container {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  width: 100%;
  box-sizing: border-box;
}

.mitglied {
  display: flex;
  flex-direction: column;
  width: calc(25% - 3px);
  padding: 35px;
  box-sizing: border-box;
  vertical-align: top;
}

.mitglied_name {
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

.mitglied_email {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 200;
  font-size: 12px;
  border: none !important;
  text-decoration: none !important;
  margin-top: 5px;
}

.mitglied-detail-container {
  display: block;
}

.mitglied_detail {
  width: 100%;
  text-align: center;
  font-style: italic;
  font-weight: 200;
  font-size: 13px;
  color: #888888;
}

.mitglied_image_wrapper {
  padding: 0px;
  padding-bottom: 20px;
}

.mitglied_image {
  width: 100%;
  height: 250px;
  max-height: 250px;
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  overflow: hidden;
  position: relative;
  border-bottom: 10px solid #F9BE00;
  border-radius: 4px;
  vertical-align: top;
}

.mitglied_image img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  border-radius: 4px;
}

#social-container {
  position: fixed;
  width: 8px;
  padding-bottom: 20px;
  padding-top: 20px;
  right: 0px;
  bottom: 200px;
  background: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 8888;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.45);
}

#social-container .facebook {
  width: 50px;
  height: 50px;
  background: #1A4395;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  display: block;
  margin-left: -35px;
  background-image: url('../img/facebook_icon_white.png');
  background-repeat: no-repeat;
  background-position: 17px center;
  background-size: 18px 18px;
  transition: background 0.25s, margin-left 0.25s;
  animation-timing-function: ease;
}

#social-container .instagram {
  width: 50px;
  height: 50px;
  background: #5b21c7;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  display: block;
  margin-left: -35px;
  margin-top: 15px;
  background-image: url('../img/instagram_icon_white.png');
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 23px 23px;
  transition: background 0.25s, margin-left 0.25s;
  animation-timing-function: ease;
}

#social-container .facebook:hover, #social-container .instagram:hover {
  margin-left: -40px;
}

#cookie_information_container {
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99999;
}

#cookie_information_container.hidden {
  display: none;
}

#cookie_information_content {
  width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Overpass', sans-serif;
  font-size: 13px;
  color: #646464;
  padding-top: 30px;
  padding-bottom: 0px;
  display: flex;
  flex-wrap: nowrap;
}

#cookie_information_content div {
  flex: 1 1 auto;
  padding-left: 20px;
  padding-right: 20px;
}

#cookie_information_content a:not(.button) {
  color: #4f4f4f;
  text-decoration: none;
}

#cookie_information_content a.button {
  font-size: 13px;
}

.status-msg {
  border-radius: 4px;
  padding: 10px;
  line-height: normal;
  font-size: 14px;
  font-weight: 300;
  display: block;
  margin-bottom: 25px;
  display: none;
}

.status-msg.small {
  font-size: 13px;
}

.status-msg.noborder {
  font-size: 13px;
  border: none !important;
  padding: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 15px;
}

.status-msg.visible {
  display: block;
}

.status-msg.error {
  color: #d81f27;
  border: 1px solid #d81f27;
  background: #fff;
}

.status-msg.error.filled {
  color: #fff;
  border: 1px solid #d81f27;
  background: #d81f27;
}

.status-msg.success {
  color: #00864E;
  border: 1px solid #00864E;
  background: #fff;
}

.status-msg.success.filled {
  color: #fff;
  border: 1px solid #00864E;
  background: #00864E;
}

.profile-image {
  width: 200px;
  height: 200px;
  background: #fcfcfc;
  border-radius: 8px;
  overflow: hidden;
}

.profile-image img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}

#store-container {
  text-align: center;
}

#store-container .store-item {
  width: 250px;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}

#store-container .store-item a {
  display: block;
  width: 100%;
  height: 100%;
}

#store-container .store-item a img {
  display: block;
  width: 100%;
  height: 100%;
}

#popup-container {
  width: 100%;
  height: 100%;
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
}

#popup-container.hidden {
  display: none;
  visibility: hidden;
}

#popup-container .popup {
  width: 500px;
  height: 771px;
  background: #d81f27;
  position: relative;
  border-radius: 12px;
  box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.4);
  padding: 0;
  margin: 0;
  border: none;
}

#popup-container .close-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: -20px;
  right: -20px;
  background: #fff;
  position: absolute;
  z-index: 99998;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  background-image: url("../img/icon-close.svg");
  background-size: 12px;
  background-position: center center;
  background-repeat: no-repeat;
}

#popup-container .close-btn:hover {
  cursor: pointer;
}

#popup-container .popup-content {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}

#popup-container .popup-content img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
  animation-timing-function: ease;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}

.partner-list {
  flex-flow: row wrap;
  display: flex;
  width: calc(100% + 20px);
  margin-left: -10px;
}

.partner-list li {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: flex;
  flex-direction: column;
  width: 190px;
  height: 190px;
  max-width: 225px;
  max-height: 225px;
  margin: 15px;
  padding: 15px;
  background: #fdfdfd;
  border: 1px solid #ededed;
  border-radius: 6px;
  box-sizing: border-box;
}

.partner-list li .partner-title {
  flex: 1 0 1;
  color: #000;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  margin-top: 10px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.partner-list li .partner-image {
  flex: 1 1 0;
  color: #000;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-list li a {
  flex: 1 1 0;
  display: block;
  border: none !important;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.partner-list li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
  animation-timing-function: ease;
}

.notification-box {
  background: #005091;
  color: #fff;
  border-radius: 6px;
  padding: 25px;
  font-size: 15px;
  line-height: 1.2;
}

@media screen and (max-width: 1280px) {
  .content-container.header {
    padding-left: 60px;
    padding-right: 60px;
  }

  .content-section {
    width: 100%;
    padding: 45px 25px;
  }

  .content-container.header .content-section {
    padding: 50px !important;
  }

  .content-section.no-spacing {
    width: 100%;
    padding: 0px 25px;
  }

  #cookie_information_content {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  .mitglied {
    display: inline-block;
    width: calc(50% - 65px);
    margin: 20px 30px;
  }
}

@media screen and (max-width: 991px) {
  .content-container.no-head {
    padding-top: 100px;
  }

  .content-container.header .content-section {}

  .content-container.header .content-section:hover {}

  .content-container.header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-container.header .content-section {
    padding: 45px !important;
  }

  .aktuelles-container ul {
    display: block;
    margin-left: 0;
  }

  .aktuelles-container ul li {
    margin-left: 0px;
    min-width: 100%;
    max-width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .aktuelles-latest-container {
    display: block;
    margin-bottom: 50px;
  }

  .aktuelles-latest-container .teaser {
    width: 100%;
    height: 200px;
    margin-bottom: 45px;
  }

  .aktuelles-latest-container .teaser img {
    width: 100%;
    height: 200px;
    margin-bottom: 45px;
  }

  .aktuelles-latest-container .content {
    margin-left: 0px;
  }

  .sitzungen-next-content .tickets {
    display: block;
  }

  .sitzungen-next-content .tickets .pricing {
    margin-bottom: 25px;
  }

  .sitzungen-list-content * .details .info, .sitzungen-next-content .details .info span {
    display: block;
    border-left: none;
    padding-left: 0px;
  }

  #social-container {
    width: 10px;
    height: 125px;
    bottom: 50px;
    left: 0px;
    display: none;
  }

  #store-container .store-item {
    width: 200px;
    display: inline-block;
  }

  #popup-container .popup {
    width: 292px;
    height: 450px;
    border-radius: 6px;
  }

  #popup-container .close-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    top: -15px;
    right: -15px;
    background: #fff;
    position: absolute;
    z-index: 99998;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
    background-image: url("../img/icon-close.svg");
    background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .gallery_container .gallery_image {
    width: 120px;
    height: 120px;
    margin: 2px;
    max-height: 120px;
    max-width: 66%;
  }

  .partner-list li {
    width: calc(50% - 10px);
    height: 120px;
    margin: 5px;
    max-height: 120px;
    max-width: calc(50% - 10px);
  }

  .gallery_container .gallery_image .gallery_image_overlay {
    background-image: url('../img/icon_search_gallery.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
  }

  .mitglied {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 60px;
  }
}