@charset "UTF-8";
.color-1 {
  color: #820193;
}

.color-2 {
  color: #b63c4d;
}

.color-3 {
  color: #fff;
}

.color-4 {
  color: #0f1113;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes gradient-quer {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient-hoch {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
.animation-delay-50 {
  animation-delay: 0.5s;
}

.animation-delay-100 {
  animation-delay: 1s;
}

.animation-delay-150 {
  animation-delay: 1.5s;
}

.animation-delay-200 {
  animation-delay: 2s;
}

.animation-delay-250 {
  animation-delay: 2.5s;
}

.animation-delay-300 {
  animation-delay: 3s;
}

.animation-delay-400 {
  animation-delay: 4s;
}

.animation-delay-500 {
  animation-delay: 5s;
}

.animation-delay-600 {
  animation-delay: 6s;
}

.fadescroll {
  opacity: 0;
}

.fade {
  opacity: 1;
}

* {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  height: 100%;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  font-family: "Open Sans", "Open Sans", "Open Sans Condensed";
  min-height: 100vh;
}

.main {
  flex: 1;
}

h1,
.h1 {
  border: 0;
  margin: 0;
  padding: 0;
  color: #0f1113;
  font-size: 3rem;
  font-weight: 300;
}

h2,
.h2 {
  border: 0;
  margin: 0;
  padding: 0;
  color: #0f1113;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 15px;
}

h3,
.h3 {
  border: 0;
  margin: 0;
  padding: 0;
  color: #0f1113;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
  margin: 0 0 20px;
}

h4,
.h4 {
  border: 0;
  margin: 0;
  padding: 0;
  color: #0f1113;
  font-size: 1.5rem;
  font-weight: 300;
}

h5,
.h5 {
  border: 0;
  margin: 0;
  padding: 0;
  color: #0f1113;
  font-size: 1.5rem;
  font-weight: 300;
}

h6,
.h6 {
  border: 0;
  margin: 0;
  padding: 0;
  color: #0f1113;
  font-size: 1rem;
  font-weight: 300;
}

p {
  border: 0;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 1rem;
  line-height: 1.6rem;
}

a {
  color: #0f1113;
  cursor: pointer;
  text-decoration: none !important;
}
a:hover {
  color: #0f1113;
}
a:active {
  color: #0f1113;
}

ol,
ul {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  color: #0f1113;
  list-style-type: none;
}
ol li,
ul li {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  list-style-type: none;
}

hr {
  border: 1px solid #ddd;
  margin: 60px 0;
}

.btn-success {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  color: #0f1113;
}

.alignright {
  float: right !important;
}

.alignleft {
  float: left !important;
}

.aligncenter {
  margin: 0 auto !important;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .parallax {
    background-attachment: scroll;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width : 991px) {
  .parallax {
    background-attachment: scroll;
    height: auto;
  }
}
@media (min-width : 576px) and (max-width : 768px) {
  .parallax {
    background-attachment: scroll;
    height: auto;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .parallax {
    background-attachment: scroll;
    height: auto;
  }
}

header {
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.8);
  font-family: "Open Sans";
  position: fixed;
  width: 100%;
  z-index: 99;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (min-width : 992px) and (max-width : 1199px) {
  header {
    margin-top: 0;
    position: relative;
    display: block;
  }
}
@media (min-width: 768px) and (max-width : 991px) {
  header {
    margin-top: 0;
    position: relative;
    display: block;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  header {
    margin-top: 0;
    position: relative;
    display: block;
  }
}

.logo {
  height: auto;
  margin: 1rem 0 1rem 1rem;
  width: 13rem;
}
.logo img {
  height: auto;
  width: 100%;
}

nav {
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
nav ul {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  align-content: center;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width : 992px) and (max-width : 1199px) {
  nav li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width : 991px) {
  nav li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  nav li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
nav li li {
  margin-bottom: 0;
}
nav a {
  transition: 0.5s;
  background: #ddd;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.04rem;
  margin-bottom: 0.2rem;
  padding: 1rem 1rem 1rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
nav a:hover {
  background: #820193;
  cursor: pointer;
}
nav a[href$=".pdf"]::after {
  color: #666;
  content: " [PDF]";
  font-size: 0.75rem;
}

.sub-menu {
  margin: -0.2rem 0 -1rem;
}
.sub-menu li:last-of-type {
  margin-bottom: 1rem;
}
.sub-menu li a {
  background: #f7f7f7;
  padding: 0.8rem 1rem 0.8rem 2rem;
  margin-bottom: 0;
  padding-left: 2rem;
}
.sub-menu li a::before {
  content: "\e905";
  font-family: "RoboroIconSet";
}

.js nav {
  display: none;
}

#toggle-nav {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 1rem;
  top: 0;
}

.label-toggle {
  color: #333;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 3rem;
  margin-top: 0.5rem;
}
.label-toggle:hover {
  color: #820193;
}

@media (min-width : 1200px) {
  .logo {
    float: left;
    margin: 0.5rem 0 0.5rem 3.8rem;
    width: 20rem;
    transition: 0.5s;
  }
  .shrink-logo {
    transition: 0.5s;
    margin: 1rem 0 1rem 3.8rem;
    width: 13rem !important;
  }
  .shrink-logo img {
    width: 100%;
  }
  nav {
    display: block !important;
  }
  nav ul {
    border: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  nav ul li {
    position: relative;
    width: auto;
  }
  nav ul li:hover > ul {
    display: block;
  }
  nav ul li:last-of-type {
    margin-right: 3rem;
  }
  nav ul li li:last-of-type {
    margin-right: 0;
  }
  nav ul ul {
    border: 0;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 3px 3px rgba(15, 17, 19, 0.2);
    display: none;
    left: 0;
    position: absolute;
    top: 4.3rem;
    z-index: 99999;
  }
  nav ul ul li:hover {
    background: rgba(130, 1, 147, 0.2);
  }
  nav ul ul a {
    border: 0;
    margin: 0;
    padding: 0;
    padding: 1rem;
    text-transform: none;
  }
  nav li {
    width: auto;
  }
  nav li:last-child {
    margin-right: 0;
  }
  nav a {
    background: none;
    border: 0;
    display: inline-block;
    margin-bottom: 0;
    padding: 1.5rem;
    width: auto;
  }
  nav a:hover {
    background: none;
    color: #820193;
  }
  .sub-menu {
    margin: 0;
  }
  .sub-menu li:last-of-type {
    margin-bottom: 0;
  }
  .sub-menu li a {
    background: none;
    padding: 1rem 1.2rem;
  }
  .sub-menu li a::before {
    content: "";
  }
  .menu-item-has-children::after {
    color: #333;
    content: "\e906";
    font-family: "RoboroIconSet";
    font-size: 0.85rem;
    margin: 0 1rem 0 -1rem;
  }
  #toggle-nav {
    display: none;
  }
}
.menu-item-178 {
  display: none;
}

footer {
  background: #333;
  color: #fff;
  padding: 1rem 0 0;
}
footer .wrapper {
  margin: 0 auto;
  max-width: 1080px;
  display: flex;
}
@media (min-width: 768px) and (max-width : 991px) {
  footer .wrapper {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  footer .wrapper {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  footer .wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  footer .wrapper {
    border: 0;
    margin: 0;
    padding: 0;
    flex-direction: column;
    text-align: center;
  }
  footer .wrapper ul,
  footer .wrapper li,
  footer .wrapper a {
    border: 0;
    margin: 0;
    padding: 0;
  }
}
footer .wrap-1 {
  margin: 3rem 0 2rem;
}
footer .wrap-1 h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 200;
}
footer .wrap-1 p {
  color: #ddd;
  font-weight: 200;
  letter-spacing: 0.05rem;
  line-height: 1.8rem;
}
footer .wrap-1 a {
  color: #ddd;
}
footer .wrap-1 a:hover {
  transition: 0.2s;
  color: #b718cc;
}
footer .wrap-2 {
  color: #ddd;
  font-size: 0.75rem;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media (min-width: 768px) and (max-width : 991px) {
  footer .wrap-2 {
    justify-content: flex-start;
    margin-bottom: 0;
  }
  footer .wrap-2 .wrapper {
    flex-direction: column-reverse;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  footer .wrap-2 {
    margin: 3rem auto 0;
  }
  footer .wrap-2 .wrapper {
    flex-direction: column-reverse;
  }
}
footer .wrap-2 h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 200;
}
footer .wrap-2 p {
  color: #ddd;
}
footer .wrap-2 a {
  color: #ddd;
}
footer .wrap-2 a:hover {
  transition: 0.2s;
  color: #b718cc;
}
footer .copyright {
  align-items: center;
  color: #999;
  display: flex;
  height: 3rem;
}
@media (min-width: 768px) and (max-width : 991px) {
  footer .copyright {
    display: block;
    margin: 1rem auto;
    width: 100%;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  footer .copyright {
    display: block;
    margin: 1rem auto;
    width: 80%;
  }
}
footer .footer-first {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
@media (min-width : 0px) and (max-width : 767px) {
  footer .footer-first {
    flex-direction: column;
  }
}
footer .footer-second {
  display: flex;
  flex-grow: 4;
  flex-direction: column;
}
@media (min-width : 0px) and (max-width : 767px) {
  footer .footer-second {
    flex-direction: column;
  }
}
footer .footer-third {
  color: #fff;
  flex-grow: 1;
  font-size: 0.85rem;
}
footer .footer-third li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
footer .footer-third li:nth-child(1) {
  color: #fff;
  font-weight: 600;
}
@media (min-width : 0px) and (max-width : 767px) {
  footer .footer-third li:nth-child(1) {
    margin-top: 2rem;
  }
}
footer .footer-third li:nth-child(1) a {
  color: #fff;
}
footer .footer-third li a:hover::before {
  content: "\e905";
  font-family: "RoboroIconSet";
  margin: 0 0.5rem 0 -1.5rem;
}
footer .footer-fourth {
  color: #fff;
  font-size: 0.85rem;
}
footer .footer-fourth li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
@media (min-width : 0px) and (max-width : 767px) {
  footer .footer-fourth li:nth-child(1) {
    margin-top: 2rem;
  }
}
footer .footer-fourth li a:hover::before {
  content: "\e905";
  font-family: "RoboroIconSet";
  margin: 0 0.5rem 0 -1.5rem;
}
footer .footer-fifth {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
@media (min-width : 0px) and (max-width : 767px) {
  footer .footer-fifth {
    border: 0;
    margin: 0;
    padding: 0;
    justify-content: center;
  }
}
footer .footer-fifth ul {
  display: flex;
  flex-direction: row;
}
footer .footer-fifth ul li {
  font-size: 0.9rem;
}
footer .pfarrbrief a {
  font-size: 2rem;
  font-weight: 200;
}
footer .pfarrbrief span {
  font-size: 1.5rem;
  font-weight: 200;
}
footer .pfarrbrief .subline {
  display: block;
  font-size: 0.85rem;
}
footer .footer-first ul li,
footer .footer-second ul li,
footer .footer-third ul li,
footer .footer-fourth ul li,
footer .footer-fifth ul li {
  margin-right: 15px;
}
footer .footer-first ul li:last-child,
footer .footer-second ul li:last-child,
footer .footer-third ul li:last-child,
footer .footer-fourth ul li:last-child,
footer .footer-fifth ul li:last-child {
  margin-right: 0;
}
footer .footer-first ul li a,
footer .footer-second ul li a,
footer .footer-third ul li a,
footer .footer-fourth ul li a,
footer .footer-fifth ul li a {
  color: #ddd;
}
footer .footer-first ul li a:hover,
footer .footer-second ul li a:hover,
footer .footer-third ul li a:hover,
footer .footer-fourth ul li a:hover,
footer .footer-fifth ul li a:hover {
  transition: 0.2s;
  color: #b718cc;
}
@media (min-width : 0px) and (max-width : 767px) {
  footer .footer-first,
  footer .footer-second,
  footer .footer-third,
  footer .footer-fourth,
  footer .footer-fifth {
    border: 0;
    margin: 0;
    padding: 0;
  }
  footer .footer-first ul,
  footer .footer-second ul,
  footer .footer-third ul,
  footer .footer-fourth ul,
  footer .footer-fifth ul {
    border: 0;
    margin: 0;
    padding: 0;
  }
  footer .footer-first ul li,
  footer .footer-second ul li,
  footer .footer-third ul li,
  footer .footer-fourth ul li,
  footer .footer-fifth ul li {
    border: 0;
    margin: 0;
    padding: 0;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  footer .footer-second {
    margin: 3rem auto;
  }
}
@media (min-width: 768px) and (max-width : 991px) {
  footer .footer-fifth {
    justify-content: flex-start;
    margin-top: 1rem;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  footer .footer-fifth a {
    margin-right: 1rem;
  }
}

#cookie-law-info-bar {
  align-items: center;
  color: #666;
  padding: 0.3rem 1rem;
}
#cookie-law-info-bar span {
  display: flex;
  justify-content: space-between;
}
@media (min-width : 0px) and (max-width : 767px) {
  #cookie-law-info-bar span {
    flex-direction: column;
  }
}
#cookie-law-info-bar span .cookie-law-inner-1 {
  color: #666;
  font-size: 0.85rem;
  line-height: 1.2rem;
  margin: 0.7rem 0;
  padding: 0 1.7rem;
  text-align: left;
  width: 80%;
}
@media (min-width : 0px) and (max-width : 767px) {
  #cookie-law-info-bar span .cookie-law-inner-1 {
    padding: 0 0.5rem;
    width: 100%;
  }
}
#cookie-law-info-bar span .cookie-law-inner-1 .cli_settings_button {
  color: #820193 !important;
  font-weight: 600;
}
#cookie-law-info-bar span .cookie-law-inner-1 .cli_settings_button:hover {
  transition: 0.2s;
  color: #0f1113 !important;
  cursor: pointer;
  font-weight: 600;
}
#cookie-law-info-bar span .cookie-law-inner-2 {
  align-items: center;
  display: flex;
  font-size: 0.85rem;
  justify-content: center;
  width: 20%;
}
@media (min-width : 0px) and (max-width : 767px) {
  #cookie-law-info-bar span .cookie-law-inner-2 {
    justify-content: flex-start;
    width: 100%;
  }
}
#cookie-law-info-bar span .cookie-law-inner-2 a {
  font-weight: 600;
}
#cookie-law-info-bar span .cookie-law-inner-2 a:hover {
  transition: 0.2s;
  background: #820193 !important;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}

@media (min-width : 0px) and (max-width : 767px) {
  .disclaimer h1 {
    hyphens: auto;
  }
}
.disclaimer h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 2.1rem 0 0.8rem;
}
@media (min-width : 0px) and (max-width : 767px) {
  .disclaimer h2 {
    hyphens: auto;
  }
}
.disclaimer h3 {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
  margin: 1.6rem 0 0.8rem;
}
.disclaimer p {
  margin: 10px 0;
}
.disclaimer .flex-row {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20rem 0;
}
.disclaimer .flex-box {
  flex-basis: 80rem;
}
.disclaimer strong {
  font-weight: 600;
  color: #852634;
}
.disclaimer ul {
  border: 0;
  margin: 0;
  padding: 0;
  margin: 2rem 0;
}
.disclaimer ul li {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 2rem;
  margin-left: 2rem;
}
.disclaimer ul li::before {
  content: "\e905";
  font-family: "RoboroIconSet";
  margin: 0 0.5rem 0 -1.5rem;
}
.disclaimer .wp-block-column:first-child {
  padding-right: 1.5rem;
}
@media (min-width : 0px) and (max-width : 767px) {
  .disclaimer .wp-block-columns {
    display: block;
  }
}

.search .wrapper {
  margin: 0 auto;
  max-width: 1080px;
  padding-bottom: 5rem;
}
@media (min-width: 768px) and (max-width : 991px) {
  .search .wrapper {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .search .wrapper {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .search .wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.search input {
  border: 2px solid #0f1113;
  border-radius: 4px;
  color: #0f1113;
  display: block;
  margin-top: 20px;
  padding: 15px 20px;
  text-align: left;
  width: 90%;
}
.search input[type~=submit]:hover {
  transition: 0.2s;
  background: #0f1113;
  border: 2px solid #0f1113;
  color: #0f1113;
  cursor: pointer;
}
.search label {
  display: none;
}
.search h2 {
  letter-spacing: 0.2px;
  margin-bottom: 5px;
}
.search .search-post-excerpt {
  letter-spacing: 0.8px;
  line-height: 15px;
}
.search hr {
  margin: 20px 0;
}
.search hr:last-of-type {
  display: none;
}
.search form {
  margin-bottom: 4rem;
}
.search form div {
  display: flex;
}
.search form input[type=text] {
  margin-right: 1%;
  width: 89%;
}
.search form input[type=submit] {
  width: 10%;
}
.search .h2-ergebnis {
  color: #820193;
  margin: 0 0 0.1rem;
}
.search .txt-ergebnis {
  margin-bottom: 3rem;
}

.site404 {
  margin: 0 auto;
  max-width: 1080px;
}
@media (min-width: 768px) and (max-width : 991px) {
  .site404 {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .site404 {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .site404 {
    padding: 0 20px;
    width: 100%;
  }
}

.map {
  margin: 80px 0 -85px;
}

input,
select,
textarea {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  margin-bottom: 10px;
  padding: 20px;
  width: 100%;
}

textarea {
  height: 160px;
  margin-bottom: 20px;
}

input[type=checkbox] {
  margin: 0.7rem;
  padding: 0;
  transform: scale(1.3);
  zoom: 2;
}
input[type=checkbox]:hover {
  cursor: pointer;
}
@media (min-width : 0px) and (max-width : 767px) {
  input[type=checkbox] {
    transform: scale(1);
    zoom: 1;
  }
}
input[type=submit] {
  background: #44094b;
  border: 0;
  color: #fff;
  width: 100%;
}
input[type=submit]:hover {
  transition: 0.2s;
  background: #b718cc;
  border: 0;
  color: #fff;
  cursor: pointer;
}

.form-datenschutz-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.form-datenschutz-wrapper .form-datenschutz-inner-1 {
  margin-right: 3%;
  width: 5%;
}
.form-datenschutz-wrapper .form-datenschutz-inner-2 {
  color: #999;
  font-size: 0.85rem;
  width: 90%;
}
.form-datenschutz-wrapper .form-datenschutz-inner-2 a {
  color: #666;
}
.form-datenschutz-wrapper .wpcf7-list-item {
  margin: 0;
  padding: 0;
}

@media (min-width : 0px) and (max-width : 767px) {
  .byroboro {
    display: block;
    margin-top: 0.1rem;
  }
}
.byroboro::before {
  content: "|";
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
@media (min-width : 0px) and (max-width : 767px) {
  .byroboro::before {
    content: none;
  }
}

.roboro-heart {
  color: #fff;
  margin: 0.1rem 0.2rem 0;
}

.roboro-link {
  color: #fff;
  margin: 0 0.2rem 0 0.2rem;
}
.roboro-link:hover {
  transition: 0.2s;
  color: #999;
}

@media all and (-ms-high-contrast:none) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  header,
  footer {
    flex-shrink: 0;
  }
  .main {
    flex: 1 0 auto;
  }
}
.wp-block-image figcaption {
  font-size: 0.9rem;
  color: #999;
  line-height: 1.4rem;
  margin-top: 0.7rem;
}

.wp-block-separator {
  border-top: 2px solid #ddd;
  border-bottom: 0;
}

.kalender {
  margin: 0 0 1rem;
}
.kalender dt {
  color: #44094b;
  text-transform: uppercase;
  margin-bottom: 0.1rem;
  font-size: 1.1rem;
}
.kalender dd {
  border-bottom: 1px solid #ddd;
  color: #666;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.kalender dd:last-child {
  border-bottom: 0;
}
.kalender dd b {
  font-weight: 600;
  color: #333;
}
.kalender dd i {
  color: #666;
  font-size: 1rem;
}
.kalender dd span {
  color: #b63c4d !important;
}

.gottesdienst-termin .kalender dd,
.gottesdienst-termin .kalender dt {
  display: none;
}
.gottesdienst-termin .kalender dt {
  margin-top: 1rem;
}
.gottesdienst-termin .kalender dt:first-of-type {
  margin-top: 1rem;
  display: block;
  font-size: 1.5rem;
}
.gottesdienst-termin .kalender dd:first-of-type {
  display: block;
  border: 0;
}

.accordion {
  background: 0;
  display: block;
  text-align: left;
}
.accordion:hover {
  transition: 0.2s;
  color: #0f1113;
  cursor: pointer;
}
.accordion:hover h3 {
  color: #0f1113;
}

.panel {
  transition: 3s;
  display: none;
  overflow: hidden;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
}

.disclaimer {
  margin: 0 auto;
  max-width: 1080px;
  margin-top: 10rem;
}
@media (min-width: 768px) and (max-width : 991px) {
  .disclaimer {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .disclaimer {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .disclaimer {
    padding: 0 20px;
    width: 100%;
  }
}

.pages {
  margin: 0 auto;
  max-width: 1080px;
  margin-bottom: 5rem;
  margin-top: 15rem;
}
@media (min-width: 768px) and (max-width : 991px) {
  .pages {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .pages {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .pages {
    padding: 0 20px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width : 991px) {
  .pages {
    margin-top: 10rem;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .pages {
    margin-top: 5rem;
  }
}
.pages h1 {
  margin: 0 0 2rem;
}
.pages h2 {
  font-size: 2.1rem;
  font-weight: 300;
  margin: 0;
}
.pages h2 strong {
  color: #820193;
  font-weight: 500;
}
.pages h2 a:hover {
  transition: 0.2s;
  color: #e36577 !important;
}
.pages h3 {
  letter-spacing: 0.02rem;
  color: #820193;
}
.pages h3 strong {
  color: #820193;
  font-weight: 500;
}
.pages h3 em {
  color: #333;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
}
.pages h4 {
  font-size: 1.8rem;
  margin: 0 0 0.5rem;
}
.pages p {
  letter-spacing: 0.01rem;
  line-height: 1.6rem;
  padding: 0 0 0.6rem;
}
.pages strong {
  color: #0f1113;
}
.pages .zitat {
  color: #820193;
  font-size: 2rem;
  line-height: 3.2rem;
  margin: 50px 0;
}
@media (min-width : 0px) and (max-width : 767px) {
  .pages .zitat {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
.pages .zitat-2 {
  color: #2885c1;
  font-size: 1.3rem;
  line-height: 2rem;
  margin: 0.5rem 0;
  font-style: italic;
}
.pages .zitat-2 em {
  color: #666;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
}
@media (min-width : 992px) and (max-width : 1199px) {
  .pages .wp-block-columns {
    display: block;
  }
}
@media (min-width: 768px) and (max-width : 991px) {
  .pages .wp-block-columns {
    display: block;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .pages .wp-block-columns {
    display: block;
  }
}
@media (min-width : 992px) and (max-width : 1199px) {
  .pages .wp-block-columns img {
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width : 991px) {
  .pages .wp-block-columns img {
    padding: 0;
    width: 100%;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .pages .wp-block-columns img {
    padding: 0;
    width: 100%;
  }
}
.pages .section-sterbefall h2 {
  margin: 1rem 1rem 0.5rem;
}
@media (min-width : 0px) and (max-width : 767px) {
  .pages .section-sterbefall h2 {
    margin: 0;
  }
}
.pages .section-sterbefall h3 {
  margin-left: 1rem;
  width: 80%;
}
@media (min-width : 0px) and (max-width : 767px) {
  .pages .section-sterbefall h3 {
    margin: 1rem auto;
    width: 100%;
  }
}
.pages .section-sterbefall ul {
  margin: 2rem 0 0 4rem;
}
@media (min-width : 0px) and (max-width : 767px) {
  .pages .section-sterbefall ul {
    margin: 2rem 0 0 2.5rem;
  }
}
.pages .section-sterbefall li {
  color: #333;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.pages .section-sterbefall li::before {
  color: #333;
  content: url("../svg/kerze.svg");
  display: inline-block;
  font-family: "RoboroIconSet";
  margin: -0.2rem 0 0 -2.5rem;
  height: auto;
  position: absolute;
  width: 2.2rem;
}
.pages .section-sterbefall li em {
  color: #999;
  display: block;
  font-size: 1rem;
}
.pages .section-sterbefall li a:hover {
  transition: 0.2s;
  color: #b63c4d;
}
.pages .section-sterbefall li a[href$=".pdf"]::after {
  color: #666;
  content: " [PDF]";
  font-size: 1rem;
}
.pages .section-trauerbegleitung .img-1 {
  margin-bottom: 3rem;
}
@media (min-width : 992px) and (max-width : 1199px) {
  .pages .section-trauerbegleitung .wp-block-column:nth-child(2) {
    margin: 4rem auto 2rem;
  }
}
@media (min-width: 768px) and (max-width : 991px) {
  .pages .section-trauerbegleitung .wp-block-column:nth-child(2) {
    margin: 4rem auto 2rem;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .pages .section-trauerbegleitung .wp-block-column:nth-child(2) {
    margin: 4rem auto 2rem;
  }
}
.pages .section-dokumente h2 {
  color: #333;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  margin: 3rem 0 1rem;
}
.pages .section-dokumente li {
  color: #333;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
.pages .section-dokumente li a {
  color: #820193;
  font-size: 1rem;
}
.pages .section-dokumente li a::before {
  color: #333;
  content: "•";
  font-family: "RoboroIconSet";
  margin: 0 0.5rem 0 0.1rem;
}
.pages .section-dokumente li a:hover {
  transition: 0.2s;
  color: #333;
}
.pages .section-wir {
  margin: 0 auto;
  max-width: 1080px;
}
@media (min-width: 768px) and (max-width : 991px) {
  .pages .section-wir {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .pages .section-wir {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .pages .section-wir {
    padding: 0 20px;
    width: 100%;
  }
}
.pages .section-wir h2 {
  color: #44094b;
  font-weight: 500;
}
.pages .section-wir h3 {
  color: #333;
  font-weight: 300;
}
.pages .section-wir li {
  color: #333;
  letter-spacing: 0.03rem;
  line-height: 1.6rem;
}
@media (min-width : 992px) and (max-width : 1199px) {
  .pages .section-wir .wp-block-column:nth-child(2) {
    margin: 6rem auto 4rem;
  }
}
@media (min-width: 768px) and (max-width : 991px) {
  .pages .section-wir .wp-block-column:nth-child(2) {
    margin: 6rem auto 4rem;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .pages .section-wir .wp-block-column:nth-child(2) {
    margin: 6rem auto 4rem;
  }
}
.pages .section-gremien {
  margin: 0 auto;
  max-width: 1080px;
  margin: 6rem auto 8rem;
}
@media (min-width: 768px) and (max-width : 991px) {
  .pages .section-gremien {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .pages .section-gremien {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .pages .section-gremien {
    padding: 0 20px;
    width: 100%;
  }
}
.pages .section-gremien h2 {
  color: #333;
  font-size: 3rem;
  line-height: 3rem;
}
.pages .section-gremien h2 strong {
  color: #820193;
  font-size: 4rem;
  line-height: 6rem;
}
.pages .section-gremien strong {
  color: #333;
}
.pages .section-gremien h3 {
  margin: 1rem 0;
}
.pages .section-gremien p {
  letter-spacing: 0.06rem;
}
.pages .section-gremien .wp-block-columns {
  align-items: self-start;
  display: flex;
  justify-content: center;
}
.pages .section-gremien .wp-block-columns .wp-block-column {
  flex-basis: auto;
}
.pages .section-gremien .wp-block-columns .wp-block-column:nth-child(1) {
  width: 55%;
}
.pages .section-gremien .wp-block-columns .wp-block-column:nth-child(2) {
  width: 45%;
}
.pages .section-messdiener {
  margin: 0 auto;
  max-width: 1080px;
  margin: 6rem auto 8rem;
}
@media (min-width: 768px) and (max-width : 991px) {
  .pages .section-messdiener {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .pages .section-messdiener {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .pages .section-messdiener {
    padding: 0 20px;
    width: 100%;
  }
}
.pages .section-messdiener h2,
.pages .section-messdiener .h2 {
  color: #333;
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 0.5em;
}
.pages .section-messdiener h2 strong,
.pages .section-messdiener .h2 strong {
  color: #820193;
  font-size: 4rem;
  line-height: 6rem;
}
.pages .section-messdiener p,
.pages .section-messdiener li {
  color: #333;
  font-size: 1rem;
}
.pages .section-messdiener li {
  margin-bottom: 1em;
  list-style-type: disc;
  margin-left: 1em;
}
.pages .section-messdiener .wp-block-columns {
  margin-top: 3em;
}

.kontakt {
  margin: 0 auto;
  max-width: 1080px;
}
@media (min-width: 768px) and (max-width : 991px) {
  .kontakt {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .kontakt {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .kontakt {
    padding: 0 20px;
    width: 100%;
  }
}

.background {
  top: 0;
  width: 100%;
}
.background .background-img {
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 400px;
  width: 100%;
}

.kontakt-liste h3 {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  color: #b63c4d;
  font-weight: 600;
  margin-bottom: -1rem;
  line-height: 2rem;
  letter-spacing: 0.05rem;
}
.kontakt-liste h3::before {
  content: "\e905";
  font-family: "RoboroIconSet";
  margin-left: -1.2rem;
  padding-right: 0;
}
.kontakt-liste h4 {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 400;
  margin-top: 0.4rem;
  letter-spacing: 0;
  margin-bottom: 0.3rem;
  color: #666;
}
.kontakt-liste h4 strong {
  font-size: 1.3rem;
  color: #0f1113;
  font-weight: 600;
}
.kontakt-liste h5 {
  border: 0;
  margin: 0;
  padding: 0;
  margin-top: 1rem;
}
.kontakt-liste p {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.kontakt-liste a {
  border: 0;
  margin: 0;
  padding: 0;
  color: #820193;
  font-size: 1.4rem;
}

.home .section-welcome {
  max-height: 80vh;
  overflow: hidden;
  width: 100%;
}
.home .section-welcome img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (min-width : 992px) and (max-width : 1199px) {
  .home .section-welcome img {
    transform: translate(0, -25%);
  }
}
@media (min-width : 1200px) {
  .home .section-welcome img {
    transform: translate(0, -15%);
  }
}
.home .section-welcome-txt {
  margin: 0 auto;
  max-width: 1080px;
  margin: 8rem auto;
}
@media (min-width: 768px) and (max-width : 991px) {
  .home .section-welcome-txt {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .home .section-welcome-txt {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .home .section-welcome-txt {
    padding: 0 20px;
    width: 100%;
  }
}
.home .section-welcome-txt h2 {
  font-size: 1.5rem;
}
.home .section-welcome-txt p {
  letter-spacing: 0.06rem;
}
.home .section-welcome-txt .wp-block-columns {
  align-items: center;
  display: flex;
  justify-content: center;
}
.home .section-welcome-txt .wp-block-columns .wp-block-column {
  flex-basis: auto;
}
.home .section-welcome-txt .wp-block-columns .wp-block-column:nth-child(1) {
  width: 25%;
}
.home .section-welcome-txt .wp-block-columns .wp-block-column:nth-child(2) {
  width: 75%;
}
.home .section-welcome-txt input {
  font-size: 1.4rem;
  font-weight: 200;
  margin: 2rem 0 -3rem;
  padding: 1.2rem;
}
.home .section-adresse,
.home .section-gottesdienst,
.home .section-sonstiges {
  margin: 0 auto;
  max-width: 1080px;
  margin: 6rem auto 8rem;
}
@media (min-width: 768px) and (max-width : 991px) {
  .home .section-adresse,
  .home .section-gottesdienst,
  .home .section-sonstiges {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .home .section-adresse,
  .home .section-gottesdienst,
  .home .section-sonstiges {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .home .section-adresse,
  .home .section-gottesdienst,
  .home .section-sonstiges {
    padding: 0 20px;
    width: 100%;
  }
}
.home .section-adresse h2,
.home .section-gottesdienst h2,
.home .section-sonstiges h2 {
  color: #333;
  font-size: 3rem;
  line-height: 3rem;
}
.home .section-adresse h2 strong,
.home .section-gottesdienst h2 strong,
.home .section-sonstiges h2 strong {
  color: #820193;
  font-size: 4rem;
  line-height: 6rem;
}
.home .section-adresse strong,
.home .section-gottesdienst strong,
.home .section-sonstiges strong {
  color: #333;
}
.home .section-adresse h3,
.home .section-gottesdienst h3,
.home .section-sonstiges h3 {
  margin: 2rem 0 0;
}
.home .section-adresse p,
.home .section-gottesdienst p,
.home .section-sonstiges p {
  letter-spacing: 0.06rem;
}
.home .section-adresse .wp-block-columns,
.home .section-gottesdienst .wp-block-columns,
.home .section-sonstiges .wp-block-columns {
  align-items: center;
  display: flex;
  justify-content: center;
}
.home .section-adresse .wp-block-columns .wp-block-column,
.home .section-gottesdienst .wp-block-columns .wp-block-column,
.home .section-sonstiges .wp-block-columns .wp-block-column {
  flex-basis: auto;
}
.home .section-adresse .wp-block-columns .wp-block-column:nth-child(1),
.home .section-gottesdienst .wp-block-columns .wp-block-column:nth-child(1),
.home .section-sonstiges .wp-block-columns .wp-block-column:nth-child(1) {
  width: 55%;
}
.home .section-adresse .wp-block-columns .wp-block-column:nth-child(2),
.home .section-gottesdienst .wp-block-columns .wp-block-column:nth-child(2),
.home .section-sonstiges .wp-block-columns .wp-block-column:nth-child(2) {
  width: 45%;
}
.home .link a {
  padding: 1em 1.8em;
  border: 0.1em solid #0f1113;
  display: inline-block;
  margin-top: 1em;
}
.home .link a::before {
  content: ">";
  margin-right: 0.4em;
  margin-left: -0.4em;
}
.home .link a:hover {
  transition: 0.35s;
  border: 0.1em solid #820193;
  color: #fff;
  background: #820193;
}
.home .section-gemeinden {
  margin: 0 auto;
  max-width: 1080px;
  margin: 6rem auto 8rem;
}
@media (min-width: 768px) and (max-width : 991px) {
  .home .section-gemeinden {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .home .section-gemeinden {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .home .section-gemeinden {
    padding: 0 20px;
    width: 100%;
  }
}
.home .section-gemeinden h2 {
  color: #333;
  font-size: 3rem;
  line-height: 3rem;
}
.home .section-gemeinden .gemeinde-links {
  margin: 2rem auto 0;
}
.home .section-gemeinden .gemeinde-btn {
  overflow: hidden;
  position: relative;
}
.home .section-gemeinden .gemeinde-btn .gemeinde-btn-info {
  transition: 0.35s;
  align-items: center;
  backface-visibility: hidden;
  background: rgba(130, 1, 147, 0.8);
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  visibility: hidden;
  text-shadow: 0.1rem 0.1rem 0.3rem #0f1113;
}
@media (min-width : 992px) and (max-width : 1199px) {
  .home .section-gemeinden .gemeinde-btn .gemeinde-btn-info {
    background: none;
    opacity: 1;
    position: relative;
    visibility: visible;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .home .section-gemeinden .gemeinde-btn .gemeinde-btn-info {
    background: none;
    opacity: 1;
    position: relative;
    visibility: visible;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .home .section-gemeinden .gemeinde-btn .gemeinde-btn-info {
    background: none;
    opacity: 1;
    position: relative;
    visibility: visible;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .home .section-gemeinden .gemeinde-btn .gemeinde-btn-info {
    background: none;
    opacity: 1;
    position: relative;
    visibility: visible;
  }
}
.home .section-gemeinden .gemeinde-btn .gemeinde-btn-info h3 {
  transition: 0.35s;
  color: #fff;
  font-size: 3rem;
  transform: scale(4);
}
@media (min-width : 992px) and (max-width : 1199px) {
  .home .section-gemeinden .gemeinde-btn .gemeinde-btn-info h3 {
    transform: scale(1);
    margin: -17rem 0 1rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 768px) and (max-width : 991px) {
  .home .section-gemeinden .gemeinde-btn .gemeinde-btn-info h3 {
    transform: scale(1);
    margin: -17rem 0 1rem;
    line-height: 3.2rem;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .home .section-gemeinden .gemeinde-btn .gemeinde-btn-info h3 {
    transform: scale(0.7);
    margin: -17rem 0 0;
    line-height: 3.2rem;
  }
}
.home .section-gemeinden .gemeinde-btn .gemeinde-btn-info h4 {
  transition: 0.35s;
  color: #fff;
  font-size: 1rem;
  transform: scale(1.5);
}
@media (min-width : 992px) and (max-width : 1199px) {
  .home .section-gemeinden .gemeinde-btn .gemeinde-btn-info h4 {
    margin: 0;
    transform: scale(1);
  }
}
@media (min-width: 768px) and (max-width : 991px) {
  .home .section-gemeinden .gemeinde-btn .gemeinde-btn-info h4 {
    margin: 0;
    transform: scale(1);
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .home .section-gemeinden .gemeinde-btn .gemeinde-btn-info h4 {
    margin: 0;
    transform: scale(0.7);
  }
}
.home .section-gemeinden .gemeinde-btn .gemeinde-img {
  transition: 0.35s;
  transform: scale(1.07);
}
.home .section-gemeinden .gemeinde-btn .gemeinde-img img {
  transition: 0.35s;
}
.home .section-gemeinden .gemeinde-btn .gemeinde-img img:hover {
  transform: scale(1.07);
}
.home .section-gemeinden .gemeinde-btn span:hover .gemeinde-img {
  transform: scale(1.2);
}
.home .section-gemeinden .gemeinde-btn span:hover .gemeinde-btn-info {
  opacity: 1;
  visibility: visible;
}
.home .section-gemeinden .gemeinde-btn span:hover .gemeinde-btn-info h3 {
  transform: scale(1);
}
.home .section-gemeinden .gemeinde-btn span:hover .gemeinde-btn-info h4 {
  transform: scale(1.3);
}
.home .section-sonstiges li {
  margin: 0 2rem 1rem 1.5rem;
}
.home .section-sonstiges li a {
  color: #820193;
}
.home .section-sonstiges li a:hover {
  color: #333;
}
.home .section-sonstiges li a::before {
  color: #333;
  content: "•";
  font-family: "RoboroIconSet";
  margin-left: -1rem;
  margin-right: 0.7rem;
}
.home .section-messdiener li {
  margin-bottom: 1rem;
}
.home .section-messdiener li a {
  color: #820193;
}
.home .section-messdiener li a:hover {
  color: #333;
}
.home .section-messdiener li a::before {
  color: #333;
  content: "•";
  font-family: "RoboroIconSet";
  margin-left: -1rem;
  margin-right: 0.7rem;
}

.beten {
  margin: 0 auto;
  max-width: 1080px;
  margin-top: 15rem;
}
@media (min-width: 768px) and (max-width : 991px) {
  .beten {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .beten {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .beten {
    padding: 0 20px;
    width: 100%;
  }
}

.sterbefaelle,
.beten {
  margin: 0 auto;
  max-width: 1080px;
  margin: 13rem auto 5rem;
}
@media (min-width: 768px) and (max-width : 991px) {
  .sterbefaelle,
  .beten {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .sterbefaelle,
  .beten {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .sterbefaelle,
  .beten {
    padding: 0 20px;
    width: 100%;
  }
}
.sterbefaelle h1,
.beten h1 {
  margin-top: 2rem;
}
.sterbefaelle h2,
.beten h2 {
  font-size: 3rem;
}
.sterbefaelle h2:first-of-type,
.beten h2:first-of-type {
  font-size: 1.5rem;
}
.sterbefaelle h2 em,
.beten h2 em {
  color: #820193;
}
.sterbefaelle h3,
.beten h3 {
  font-size: 2rem;
  margin-top: -1rem;
}

.single-blogsite {
  margin: 0 auto;
  max-width: 1080px;
  margin: 15rem auto 6rem;
}
@media (min-width: 768px) and (max-width : 991px) {
  .single-blogsite {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .single-blogsite {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .single-blogsite {
    padding: 0 20px;
    width: 100%;
  }
}
.single-blogsite h1 {
  color: #820193;
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.single-blogsite h2 {
  font-size: 1.5rem;
  font-weight: 400;
}
.single-blogsite p {
  line-height: 1.9rem;
  padding: 0 0 20px;
}
.single-blogsite blockquote {
  border-left: 3px solid #820193;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
}
.single-blogsite blockquote p {
  color: #333;
  line-height: 1.9rem;
}
.single-blogsite li {
  margin: 0 1rem 1rem;
  list-style-type: disc;
}

.category-entries .category-posts {
  padding: 3rem 6rem 2rem 4rem;
  margin-bottom: 1rem;
  display: flex;
}
@media (min-width: 768px) and (max-width : 991px) {
  .category-entries .category-posts {
    flex-direction: column;
    padding: 2rem;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .category-entries .category-posts {
    flex-direction: column;
    padding: 2rem;
  }
}
.category-entries .category-posts h3 {
  border: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width : 991px) {
  .category-entries .category-posts h3 {
    font-size: 3rem;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .category-entries .category-posts h3 {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}
.category-entries .category-posts p {
  color: #fff;
  font-size: 1.3rem;
  line-height: 2rem;
}
@media (min-width: 768px) and (max-width : 991px) {
  .category-entries .category-posts p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .category-entries .category-posts p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.category-entries .category-posts .category-post-box-1 {
  margin-right: 4rem;
}
.category-entries .category-posts .category-post-box-2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 4rem;
}
@media (min-width: 768px) and (max-width : 991px) {
  .category-entries .category-posts .category-post-box-2 {
    padding-right: 0;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .category-entries .category-posts .category-post-box-2 {
    padding-right: 0;
  }
}
.category-entries .category-posts .category-posts-img {
  height: 25rem;
  overflow: hidden;
  width: 22rem;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width : 991px) {
  .category-entries .category-posts .category-posts-img {
    height: auto;
    width: 100%;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .category-entries .category-posts .category-posts-img {
    height: 20rem;
    width: 100%;
  }
}
.category-entries .category-posts .category-posts-img img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
.category-entries .Allgemein .category-posts {
  background: rgb(99, 137, 150);
}
.category-entries .Allgemein .category-posts:hover {
  background: #333;
}
.category-entries .Hausgebete .category-posts {
  background: rgb(136, 99, 150);
}
.category-entries .Hausgebete .category-posts:hover {
  background: #333;
}

.single-blogsite-print a {
  color: #666;
  font-size: 0.85rem;
}

.entry .wp-block-columns:nth-of-type(1) {
  margin-bottom: 3rem;
}
.entry .wp-block-columns .wp-container-1 {
  max-width: 40%;
}
.entry .wp-block-columns .wp-container-1 img {
  width: 100%;
  height: auto;
  padding-right: 3rem;
  justify-content: center;
}
.entry .wp-block-columns .wp-container-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media print {
  header,
  footer,
  .single-blogsite-print {
    display: none;
  }
  .single-blogsite {
    margin: 5rem 0 20rem;
  }
}
@media (min-width : 0px) and (max-width : 767px) {
  .wp-block-gallery {
    padding: 0 30px;
  }
}
