html {
  overflow-y: scroll;
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  body {
    font-size: 18px;
  }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  margin: 1em 0;
}

h1, .h1 {
  font-size: 52px;
  line-height: 115%;
  font-weight: 500;
  margin: 35px 0;
}
@media only screen and (max-width: 992px) {
  h1, .h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 576px) {
  h1, .h1 {
    font-size: 36px;
  }
}

h2, .h2 {
  font-size: 44px;
  line-height: 130%;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  h2, .h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 576px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-size: 34px;
  line-height: 120%;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  h3, .h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 992px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 28px;
  line-height: 120%;
  font-weight: 600;
}
@media only screen and (max-width: 576px) {
  h4, .h4 {
    font-size: 24px;
  }
}

h5, .h5 {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  h5, .h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 576px) {
  h5, .h5 {
    font-size: 20px;
  }
}

.heading {
  margin: 0 0 30px;
}
.heading * {
  margin: 0;
}

p, .p {
  font-size: 22px;
  line-height: 130%;
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  p, .p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  p, .p {
    font-size: 18px;
  }
}
p.small-text, p.small-text *, .p.small-text, .p.small-text * {
  font-size: 20px;
}
p.big-text, p.big-text *, .p.big-text, .p.big-text * {
  font-size: 26px;
}
@media only screen and (max-width: 992px) {
  p.big-text, p.big-text *, .p.big-text, .p.big-text * {
    font-size: 22px;
  }
}
@media only screen and (max-width: 576px) {
  p.big-text, p.big-text *, .p.big-text, .p.big-text * {
    font-size: 20px;
  }
}

strong {
  font-weight: 600;
}

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

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

p, table {
  margin: 1em 0;
}

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

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

.text-justify {
  text-align: justify;
}

ul, ol {
  margin: 26px 0 26px 26px;
}
ul li, ol li {
  margin: 0 0 8px;
}
ul.check-list, ol.check-list {
  margin-left: 0;
}
ul.check-list li, ol.check-list li {
  list-style: none outside none;
  position: relative;
  padding: 0 0 0 35px;
  margin: 0 0 8px;
}
ul.check-list li:before, ol.check-list li:before {
  content: "\e92a";
  font-family: "kirche-ll-icons", sans-serif;
  font-size: 18px;
  padding: 4px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0;
}
@media only screen and (max-width: 992px) {
  ul.check-list li:before, ol.check-list li:before {
    top: -2px;
  }
}
.theme--white ul.check-list li:before, .theme--white ol.check-list li:before {
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  color: #ffffff;
}
.theme--almost-white ul.check-list li:before, .theme--almost-white ol.check-list li:before {
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  color: #ffffff;
}
.theme--primary ul.check-list li:before, .theme--primary ol.check-list li:before {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  color: #ffffff;
}
.theme--primary-85 ul.check-list li:before, .theme--primary-85 ol.check-list li:before {
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  color: #ffffff;
}
.theme--secondary ul.check-list li:before, .theme--secondary ol.check-list li:before {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.theme--secondary-70 ul.check-list li:before, .theme--secondary-70 ol.check-list li:before {
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  color: #ffffff;
}
.theme--secondary-85 ul.check-list li:before, .theme--secondary-85 ol.check-list li:before {
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  color: #ffffff;
}
.theme--signal ul.check-list li:before, .theme--signal ol.check-list li:before {
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  color: #ffffff;
}

a {
  text-decoration: none;
  color: #060142;
}
a:hover {
  text-decoration: none;
}
a.church-district-link {
  color: #719DC6 !important;
  font-size: 26px;
  border-bottom: none !important;
  position: relative;
  margin: 0 48px 0 0;
  display: inline-block;
}
@media only screen and (max-width: 576px) {
  a.church-district-link {
    font-size: 22px;
  }
}
a.church-district-link:hover {
  border-bottom: none !important;
}
a.church-district-link:hover:after {
  right: -52px;
}
a.church-district-link:after {
  content: "\e92d";
  font-family: "kirche-ll-icons", sans-serif;
  color: #A3195C;
  font-size: 44px;
  position: absolute;
  top: 0;
  right: -44px;
  transition: right 0.3s ease-in-out;
}

@media only screen and (max-width: 992px) {
  figure.table {
    overflow-x: auto;
  }
}
figure.table.table-header table tr:first-of-type td {
  border-bottom: 2px solid #060142;
}
figure.table .contenttable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
@media only screen and (max-width: 992px) {
  figure.table .contenttable {
    min-width: 1000px;
  }
}
figure.table .contenttable td {
  padding: 10px 8px;
  font-size: 20px;
  border-bottom: 1px solid rgba(6, 1, 66, 0.3);
}
@media only screen and (max-width: 576px) {
  figure.table .contenttable td {
    font-size: 18px;
  }
}

.menu-sitemap {
  list-style: none outside none;
  margin: 0 0 20px 0;
}
.menu-sitemap.menu-sitemap--level-1 > li {
  margin-bottom: 40px;
}
.menu-sitemap.menu-sitemap--level-1 > li > a {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 500;
  text-decoration: none;
  border: none;
}
.menu-sitemap.menu-sitemap--level-2 > li > a {
  font-size: 24px;
  text-decoration: none;
  border: none;
}
.menu-sitemap.menu-sitemap--level-2 > li > a span {
  color: var(--primary-color) !important;
}