a {
  outline: none;
}

html.dont-move {
  max-height: 80vh;
  overflow: hidden;
}
html.dont-move body {
  max-height: 80vh;
  overflow: hidden;
}

body {
  font-family: "Frutiger LT W01_45 Ligh1475730", Helvetica, Arial, Geneva, sans-serif;
  line-height: 1.6;
  font-size: 10px;
  color: #444;
  background-color: #ffffff;
  padding-top: 67px;
}
@media (min-width: 768px) {
  body {
    padding-top: 80px;
  }
}

header {
  height: 67px;
  padding: 15px 15px;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  header {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.97);
    z-index: 3;
    top: 0;
    right: 0;
    left: 0;
    height: 80px;
    padding: 18px 40px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  }
}
header img {
  height: auto;
}
header img.logo-kassel {
  width: 100px;
  height: 35px;
}
@media (min-width: 768px) {
  header img.logo-kassel {
    order: 1;
    width: 123px;
    height: 43px;
  }
}
header .logo-kp {
  display: inline-block;
  width: 93px;
}
@media (min-width: 768px) {
  header .logo-kp {
    width: 144px;
    order: 3;
  }
}
header .logo-kp img {
  width: 93px;
  margin-top: 4px;
  margin-left: 30px;
}
@media (min-width: 768px) {
  header .logo-kp img {
    width: 114px;
  }
}
header .mobile-burger {
  float: right;
  font-size: 3rem;
  display: block;
  padding: 0 10px;
  cursor: pointer;
}
@media (min-width: 768px) {
  header .mobile-burger {
    display: none;
  }
}
header nav {
  background-color: rgba(255, 255, 255, 0.97);
  display: none;
  flex-direction: column;
  margin: 17px -15px 0 -100vw;
  padding: 15px;
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  height: calc(100vh - 67px);
  overflow: auto;
}
header nav.show-mobile {
  display: flex;
  margin: 17px -15px 0 -15px;
}
@media (min-width: 768px) {
  header nav {
    background-color: transparent;
    display: flex;
    order: 2;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    padding: 0;
    border-top: none;
    border-bottom: none;
    height: auto;
    overflow: visible;
  }
}
header nav ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  header nav ul li {
    display: inline-block;
  }
}
header nav ul li a {
  display: block;
  color: #9a9a9a;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  header nav ul li a {
    padding: 15px 10px 10px 10px;
  }
}
header nav ul li a:hover {
  text-decoration: none;
  color: #1d1d1b;
}
header nav ul li.active a {
  text-decoration: none;
  color: #1d1d1b;
}
@media (min-width: 768px) {
  header nav ul.hamburger {
    position: relative;
  }
}
@media (min-width: 768px) {
  header nav ul.hamburger a {
    padding: 13px 10px 10px 10px;
  }
}
header nav ul.hamburger span {
  padding: 8px 10px 10px 10px;
  display: none;
  font-size: 3rem;
  cursor: pointer;
  color: #444;
}
@media (min-width: 768px) {
  header nav ul.hamburger span {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  header nav ul.hamburger {
    order: 1;
  }
}
@media (min-width: 768px) {
  header nav ul.hamburger ul {
    display: none;
    position: absolute;
    top: 62px;
    right: 0;
    min-width: 170px;
    background-color: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-radius: 0 0 4px 4px;
    padding: 4px 0;
  }
}
@media (min-width: 768px) {
  header nav ul.hamburger ul li {
    display: block;
  }
}
header nav ul.hamburger ul li a {
  font-size: 2rem;
}
@media (min-width: 768px) {
  header nav ul.hamburger ul li a {
    font-size: 1.7rem;
    color: #777;
    padding: 2px 15px;
    white-space: nowrap;
  }
  header nav ul.hamburger ul li a:hover {
    background-color: rgba(0, 0, 0, 0.04);
  }
}
header nav ul.hamburger ul li.active a {
  font-family: "Frutiger LT W01_87 X Black Cn", Helvetica, Arial, Geneva, sans-serif;
  text-decoration: none;
  color: #444;
}
header nav ul.hamburger:hover ul {
  display: block;
}
header nav ul.main-navigation {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  header nav ul.main-navigation {
    margin-bottom: 0;
    order: 2;
  }
}

.mce-content-body {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

article {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  min-height: 50rem !important;
}

.kasselslider-container {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .kasselslider-container {
    margin-left: 0;
    margin-right: 0;
  }
}

/* @group Footer */
footer {
  position: relative;
  padding: 5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  border-top: 1px solid #eee;
}
@media (min-width: 768px) {
  footer {
    padding: 15rem 0;
  }
}
@media (min-width: 992px) {
  footer {
    padding: 18rem 0;
  }
}
footer h3 {
  font-family: "Museo Slab W01_500", Helvetica, Arial, Geneva, sans-serif;
  font-size: 2.6rem;
  margin: 0 0 2.5rem 0;
  text-align: center;
}
@media (min-width: 375px) {
  footer h3 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  footer h3 {
    margin: 0 0 3rem 0;
    font-size: 6rem;
  }
}
footer p {
  font-size: 1.6em;
  line-height: 1.2;
  margin: 0 0 1rem 0;
  text-align: center;
  padding: 0 15px;
}
@media (min-width: 375px) {
  footer p {
    font-size: 1.8em;
  }
}
@media (min-width: 768px) {
  footer p {
    font-size: 2.4rem;
    padding: 0;
  }
}
@media (min-width: 768px) {
  footer p br {
    display: none;
  }
}
footer p a {
  color: #444;
}
footer p a:hover {
  color: #444;
  text-decoration: underline;
}
footer p strong {
  font-family: "Frutiger LT W01_87 X Black Cn", Helvetica, Arial, Geneva, sans-serif;
  font-weight: normal;
}
footer .footer-formular {
  width: 80vw;
  margin-top: 3rem;
}
@media (min-width: 992px) {
  footer .footer-formular {
    width: 100%;
    margin-top: 4rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  footer .footer-formular {
    width: 95%;
  }
}
footer .footer-formular #magicword {
  background-repeat: no-repeat;
  background-size: auto 22px;
  background-position: right center;
}
footer .footer-formular div {
  padding: 0 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  footer .footer-formular div {
    flex: 1 1 18%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  footer .footer-formular div:last-child {
    flex: 1 1 10%;
  }
}
footer .footer-formular div .btn-footer {
  width: 100%;
  font-family: "Frutiger LT W01_87 X Black Cn", Helvetica, Arial, Geneva, sans-serif;
  background-color: #444;
  color: #ffffff;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  footer .footer-formular div .btn-footer {
    margin-top: 0;
  }
}
footer .footer-formular div .btn-footer:hover {
  background-color: #E30613;
}

.subfooter {
  background-color: #717879;
  /*
  		@media (min-width: 992px) and (min-height: 900px) {
  			position: fixed;
  			top: 0;
  			right: 0;
  			bottom: 0;
  			left: 0;
  		}
  */
}
.subfooter .subfooter-flex {
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .subfooter .subfooter-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    padding: 0;
  }
}
.subfooter .social-icons {
  text-align: center;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .subfooter .social-icons {
    margin-top: 6rem;
  }
}
.subfooter .social-icons a {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.8;
}
.subfooter .social-icons a:hover {
  opacity: 1;
}
.subfooter .social-icons a img {
  width: 5rem;
  height: 5rem;
}
.subfooter .google-maps {
  width: 90%;
  height: 30rem;
  border: 5px solid #ffffff;
  box-shadow: 0 2px 15px rgba(29, 29, 27, 0.4);
  margin: 0 auto 4rem auto;
}
@media (min-width: 768px) {
  .subfooter .google-maps {
    width: 68rem;
    height: 38rem;
  }
}
@media (min-width: 992px) {
  .subfooter .google-maps {
    width: 68rem;
    height: 38rem;
  }
}
.subfooter .google-maps iframe {
  width: 100%;
  height: 100%;
}
.subfooter .footer-adresse {
  padding: 0 15px;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .subfooter .footer-adresse {
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
.subfooter .footer-adresse.footer-mitglied {
  text-align: center;
  margin-bottom: 2rem;
}
.subfooter .footer-adresse .footer-adresse-col {
  text-align: center;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .subfooter .footer-adresse .footer-adresse-col {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 0;
  }
}
.subfooter .footer-adresse img {
  width: 25.3rem;
  height: 3.7rem;
  margin-top: 4px;
}
.subfooter .footer-adresse p {
  font-family: "Frutiger LT W01_45 Ligh1475730", Helvetica, Arial, Geneva, sans-serif;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.375;
  margin: 0;
}
.subfooter .footer-adresse a {
  color: #ffffff;
}
.subfooter .footer-logos {
  margin-bottom: 4rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .subfooter .footer-logos br {
    display: none;
  }
}
.subfooter .footer-logos img {
  height: 30px;
  width: auto;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 2.5rem;
}
.subfooter .footer-meta {
  text-align: center;
  margin-bottom: 4rem;
}
.subfooter .footer-meta ul, .subfooter .footer-meta li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.subfooter .footer-meta ul a, .subfooter .footer-meta li a {
  font-family: "Frutiger LT W01_45 Ligh1475730", Helvetica, Arial, Geneva, sans-serif;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.375;
  color: #ffffff;
}
@media (min-width: 992px) {
  .subfooter .footer-meta li {
    display: inline-block;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

.footer-meta {
  background-color: #ffffff;
  border-top: 1px solid #f9f9f9;
  text-align: center;
  padding: 1rem 0 2rem 0;
}
.footer-meta a {
  color: #444;
  text-decoration: none;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0 1rem;
}
@media (min-width: 992px) {
  .footer-meta a {
    font-size: 1.6rem;
  }
}
.footer-meta a:hover {
  color: #E30613;
}

/* @end */
/* @group Teaser */
.teaser a {
  text-decoration: none;
  color: #ffffff;
}
.teaser h3 {
  color: #ffffff !important;
  line-height: 1 !important;
  margin: 0 !important;
}
.teaser p {
  color: #ffffff !important;
  margin: 0 !important;
  margin-top: 5px !important;
}
.teaser .teaserImg {
  border: 1px solid #707070;
}
.teaser .teaserText {
  position: absolute !important;
  left: 15px;
  right: 15px;
  bottom: 0;
  padding: 3%;
  background-color: rgba(0, 0, 0, 0.6);
}

/* @end */
.accordiontrunk {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.accordiontrunk .accordiontrigger {
  font-family: "Frutiger LT W01_45 Ligh1475730", Helvetica, Arial, Geneva, sans-serif;
  position: relative;
  border-top: 1px solid #ddd;
  cursor: pointer;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 3.3rem;
  margin: 0;
  line-height: 1.3;
}
.accordiontrunk .accordiontrigger:first-of-type {
  border: none;
}
.accordiontrunk .accordiontrigger:before {
  font-family: "Frutiger LT W01_45 Ligh1475730", Helvetica, Arial, Geneva, sans-serif;
  position: absolute;
  left: 0;
  top: 0.9rem;
  content: ">";
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #444;
  line-height: 0.9;
  border-radius: 100%;
  font-weight: normal;
  font-size: 1.1em;
  margin-right: 8px;
  transform-origin: 30% 50%;
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordiontrunk .accordiontrigger.accordiontrigger_active:before {
  top: 0.8rem;
  content: ">";
  transform-origin: 30% 50%;
  transform: rotate(90deg);
  padding-left: 4px;
  left: 0.3rem;
}
.accordiontrunk .accordioncontainer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 3.3rem;
  position: relative;
}
.accordiontrunk .rs_liveeditbuttononpageContainer {
  display: block;
  left: 2px;
  right: auto;
  top: 30px;
}

/* @group team */
.team {
  position: relative;
}
@media (min-width: 768px) {
  .team {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
  }
}
.team-member {
  position: relative;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .team-member {
    flex: 0 1 375px;
  }
}
@media (min-width: 992px) {
  .team-member {
    flex: 0 1 323px;
  }
}
@media (min-width: 1200px) {
  .team-member {
    flex: 0 1 390px;
  }
}
.team-member .team-text {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-member:hover .team-text, .team-member:active .team-text {
  opacity: 1;
}
.team-member.active-member .team-text {
  opacity: 1;
}
.team-img {
  padding: 0 15px;
}
.team-img img,
.team-img picture {
  width: 100%;
  height: auto;
}
.team-text {
  display: flex;
  align-items: flex-end;
  cursor: default;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  background-color: rgba(29, 29, 27, 0.7);
}
.team-text-container {
  padding: 1.5rem;
}
.team-text h3, .team-text p {
  color: #ffffff !important;
  margin: 0 !important;
}
.team-text h3 {
  font-family: "Museo Slab W01_500", Helvetica, Arial, Geneva, sans-serif !important;
  font-size: 2rem !important;
}
.team-text p {
  font-size: 1.4rem !important;
}
.team-text a {
  color: #ffffff !important;
  text-decoration: none !important;
}
.team-text a:hover {
  text-decoration: underline !important;
}

/* @end */
/* @group Bootstrap Slider */
.slideshow-fluid {
  margin-bottom: 40px;
}
.slideshow-fluid .carousel {
  max-height: 600px;
  overflow: hidden;
}
.slideshow-fluid .carousel-inner,
.slideshow-fluid .carousel-inner .item {
  max-height: 600px;
  overflow: hidden;
}
.slideshow-fluid .carousel-inner .item img {
  width: 100%;
  height: auto;
}
.slideshow-fluid .carousel-control.left,
.slideshow-fluid .carousel-control.right {
  background: none;
}
.slideshow-fluid .carousel-caption h3 {
  font-family: "Frutiger LT W01_45 Ligh1475730", Helvetica, Arial, Geneva, sans-serif;
  font-weight: 700;
  font-size: 5em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
}
.slideshow-fluid .carousel-caption p {
  font-family: "Frutiger LT W01_45 Ligh1475730", Helvetica, Arial, Geneva, sans-serif;
  font-weight: normal;
  font-size: 5em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
}

.mce-content-body .carousel-fade .carousel-caption h3 {
  color: #ffffff;
  font-family: "Frutiger LT W01_45 Ligh1475730", Helvetica, Arial, Geneva, sans-serif;
  font-weight: 700;
  font-size: 5em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
}
.mce-content-body .carousel-fade .carousel-caption p {
  color: #fff;
  font-family: "Frutiger LT W01_45 Ligh1475730", Helvetica, Arial, Geneva, sans-serif;
  font-weight: normal;
  font-size: 5em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
}

/* @end */
/* @group News-Liste */
.mce-content-body .news-list {
  margin-bottom: 3em;
}
.mce-content-body .news-list .news-divider {
  height: 3em;
  border: none !important;
  border-top: 1px solid #eee !important;
  margin: 0;
}
.mce-content-body .news-list .news-image {
  margin-bottom: 3em;
  padding-top: 0.3em;
}
.mce-content-body .news-list .news-image img {
  max-width: 100%;
}
.mce-content-body .news-list .news-date {
  margin-bottom: 0.4em;
}
.mce-content-body .news-list .news-body {
  margin-bottom: 0;
}
.mce-content-body .news-list .news-more {
  margin-bottom: 1.5em;
}

/* @end */
/* @group Bootstrap Responsive Video */
.embed-responsive {
  margin-bottom: 20px;
}

/* @end */
/* @group Bootstrap Formulare */
.mce-content-body .row label {
  /*Label bei den Formularen*/
  font-size: 1.6em;
  font-weight: normal;
  font-family: "Frutiger LT W01_87 X Black Cn", Helvetica, Arial, Geneva, sans-serif;
}
.mce-content-body .row label.checkbox-inline,
.mce-content-body .row label.radio-inline {
  font-size: 1.6em;
  font-weight: normal;
  font-family: "Frutiger LT W01_45 Ligh1475730", Helvetica, Arial, Geneva, sans-serif;
  margin-right: 10px;
}
.mce-content-body .btn {
  /*(submit)-Buttons*/
  font-size: 1.6em;
  font-weight: bold;
  font-family: "Frutiger LT W01_45 Ligh1475730", Helvetica, Arial, Geneva, sans-serif;
}
.mce-content-body .rsForm .form-group {
  margin-bottom: 30px;
}
.mce-content-body .rsForm .form-error {
  color: #E30613;
  font-size: 1.6em;
}
.mce-content-body .rsForm .has-error .form-control {
  border-color: #E30613 !important;
}
.mce-content-body .rsForm .checkbox-inline, .mce-content-body .rsForm .radio-inline {
  display: block;
  margin-left: 0;
  padding-bottom: 5px;
}

/* @end */
@media (min-width: 992px) {
  #kp_legend-holder {
    width: 940px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  #kp_legend-holder {
    width: 1140px;
    margin: 0 auto;
  }
}

.pr-seite {
  background-color: #ffffff;
  padding: 5rem 0;
  border-bottom: 1px solid #9a9a9a;
}
.pr-seite .prKurztext {
  padding: 0;
  border-top: none;
  border-bottom: none;
  margin-bottom: 15px;
}

#mapwrapper {
  margin-bottom: 3rem !important;
}

.mce-content-body .blog .container {
  position: relative;
}
@media (min-width: 768px) {
  .mce-content-body .blog .container {
    width: 720px !important;
  }
}
@media (min-width: 992px) {
  .mce-content-body .blog .container {
    width: 940px !important;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .mce-content-body .blog .container {
    width: 1140px !important;
  }
}
.mce-content-body .blog-header {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .mce-content-body .blog-header {
    margin-left: 0;
    margin-right: 0;
  }
}
.mce-content-body .blog-hero {
  height: 56vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .mce-content-body .blog-hero {
    height: 40vw;
  }
}
@media (min-width: 992px) {
  .mce-content-body .blog-hero {
    height: 38vw;
  }
}
@media (min-width: 1200px) {
  .mce-content-body .blog-hero {
    height: 36vw;
  }
}
@media (min-width: 1400px) {
  .mce-content-body .blog-hero {
    height: 34vw;
  }
}
@media (min-width: 1600px) {
  .mce-content-body .blog-hero {
    height: 32vw;
  }
}
.mce-content-body .blog-caption-top {
  padding: 3rem 0;
  color: #444;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
@media (min-width: 992px) {
  .mce-content-body .blog-caption-top {
    padding: 20px 20px 16px 20px;
    position: absolute;
    bottom: 3rem;
    z-index: 2;
    left: 0;
    width: 29.3rem;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 6px rgba(29, 29, 27, 0.2);
    -webkit-transition: box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out;
  }
}
@media (min-width: 1200px) {
  .mce-content-body .blog-caption-top {
    bottom: 5rem;
    width: 36rem;
  }
}
.mce-content-body .blog-caption-top:hover {
  color: #444;
}
@media (min-width: 992px) {
  .mce-content-body .blog-caption-top:hover {
    box-shadow: 0 0 8px rgba(29, 29, 27, 0.5);
  }
}
.mce-content-body .blog-caption-top:hover .link {
  color: #E30613;
}
.mce-content-body .blog-caption-top h2 {
  font-family: "Frutiger LT W01_87 X Black Cn", Helvetica, Arial, Geneva, sans-serif;
}
.mce-content-body .blog-caption-top h2, .mce-content-body .blog-caption-top p {
  font-size: 1.6rem;
}
.mce-content-body .blog-caption-top p {
  margin-bottom: 1rem !important;
}
.mce-content-body .blog-caption-top .date {
  margin-bottom: 0 !important;
}
.mce-content-body .blog-caption-top .link {
  margin-bottom: 0 !important;
  font-family: "Frutiger LT W01_87 X Black Cn", Helvetica, Arial, Geneva, sans-serif;
}
.mce-content-body .blog-cards {
  margin-left: -15px;
  margin-right: -15px;
  background-color: #b3bbbd;
}
@media (min-width: 768px) {
  .mce-content-body .blog-cards {
    margin-left: 0;
    margin-right: 0;
  }
}
.mce-content-body .blog-cards .card-image {
  margin: -20px -20px 0 -20px;
  overflow: hidden;
}
.mce-content-body .blog-cards .blog-caption {
  color: #444;
  text-decoration: none;
  display: block;
  width: auto;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: none;
  margin-bottom: 3rem;
  box-shadow: 0 0 3px rgba(29, 29, 27, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .mce-content-body .blog-cards .blog-caption {
    width: 29.3rem;
    position: relative;
    left: auto;
    bottom: auto;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .mce-content-body .blog-cards .blog-caption {
    width: 36rem;
  }
}
.mce-content-body .blog-cards .blog-caption img {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.mce-content-body .blog-cards .blog-caption .link {
  margin-bottom: 0 !important;
  font-family: "Frutiger LT W01_87 X Black Cn", Helvetica, Arial, Geneva, sans-serif;
}
@media (min-width: 992px) {
  .mce-content-body .blog-cards .blog-caption:hover {
    box-shadow: 0 0 15px rgba(29, 29, 27, 0.3);
  }
}
.mce-content-body .blog-cards .blog-caption:hover .link {
  color: #E30613;
}
@media (min-width: 992px) {
  .mce-content-body .blog-cards .blog-caption:hover img {
    transform: scale(1.04);
  }
}
.mce-content-body .blog-cards .blog-caption h2 {
  font-family: "Frutiger LT W01_87 X Black Cn", Helvetica, Arial, Geneva, sans-serif;
}
.mce-content-body .blog-cards .blog-caption h2, .mce-content-body .blog-cards .blog-caption p {
  font-size: 1.6rem;
}
.mce-content-body .blog-cards .blog-caption p {
  margin-bottom: 1rem !important;
}
.mce-content-body .blog-cards .blog-caption .date {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .mce-content-body .blog-cards .blog-caption .row {
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
  }
}
.mce-content-body .blog-buttons {
  padding: 5rem 0;
  background-color: #b3bbbd;
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .mce-content-body .blog-buttons {
    margin-left: 0;
    margin-right: 0;
  }
}
.mce-content-body .blog-buttons button {
  font-family: "Frutiger LT W01_87 X Black Cn", Helvetica, Arial, Geneva, sans-serif;
  font-size: 2.4rem;
  color: #ffffff;
  font-weight: normal;
  background: none;
  border: 1px solid #ffffff;
  padding: 0.5rem 1.5rem 0.6rem 1.5rem;
  line-height: 1;
  border-radius: 5px;
  margin: 0 0.7rem 1.5rem 0.7rem;
  opacity: 0.3;
}
.mce-content-body .blog-buttons button:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.05);
}
.mce-content-body .blog-buttons button:active {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.1);
}
.mce-content-body .blog-buttons button.selected {
  opacity: 1;
}
@media (min-width: 992px) {
  .mce-content-body .blog .caption-container {
    display: flex;
    flex-wrap: wrap;
    width: 971px !important;
  }
}
@media (min-width: 1200px) {
  .mce-content-body .blog .caption-container {
    width: 1171px !important;
  }
}

.veranstaltungen-buttons {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .veranstaltungen-buttons {
    margin-left: 0;
    margin-right: 0;
  }
}
.veranstaltungen-buttons a {
  display: inline-block;
  font-family: "Frutiger LT W01_87 X Black Cn", Helvetica, Arial, Geneva, sans-serif;
  font-size: 1.6rem;
  color: #717879 !important;
  text-decoration: none !important;
  font-weight: normal;
  background: none;
  border: 1px solid #717879;
  padding: 0.5rem 1.5rem 0.6rem 1.5rem;
  line-height: 1;
  border-radius: 5px;
  margin: 0 0.7rem 1.5rem 0.7rem;
}
@media (min-width: 992px) {
  .veranstaltungen-buttons a {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .veranstaltungen-buttons a {
    font-size: 2rem;
  }
}
.veranstaltungen-buttons a:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.05);
}
.veranstaltungen-buttons a:active {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.1);
}
.veranstaltungen-buttons a.selected {
  opacity: 1;
}

.mfp-title {
  text-align: center !important;
}

.mfp-title {
  font-size: 1.6rem !important;
  font-family: "Frutiger LT W01_45 Ligh1475730", Helvetica, Arial, Geneva, sans-serif !important;
  padding-top: 1rem !important;
  line-height: 1.3 !important;
}
.mfp-title b {
  display: block !important;
  font-weight: normal !important;
  font-family: "Frutiger LT W01_87 X Black Cn", Helvetica, Arial, Geneva, sans-serif !important;
}

/*# sourceMappingURL=style.css.map */
