@charset "UTF-8";
/* Autogenerated CSS */
/* Atom SASS Basis-Farben (Sort 1000) */
/* Basis Farben, neues Atom mit niedrigerem SASS wert um zu überschreiben */
/* Basis */
/* Teaser */
/* Base Grid */
/* Header/Menü */
/* Footer */
/* Brotkrümmel */
/* Inhalt Auflistung Kalender */
/* Widget Auflistung Termine */
/* Forms */
/* Images */
/* Widget Auflistung Kalender */
/* Widget Gemeinde Collage */
/* 2017 Atom Styles (Sort 100) */
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

html {
  padding: 0;
  margin: 0 0 0 0; }

body {
  background: #f9f6ef;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 0;
  font-family: 'Suisse','nak_icons','Arial', 'sans-serif';
  font-weight: 400; }
  @media (-webkit-min-device-pixel-ratio: 1.1), (min--moz-device-pixel-ratio: 1.1) {
    body {
      font-weight: 300; } }
input, textarea, keygen, select, button {
  font-family: 'Suisse','nak_icons','sans-serif';
  font-weight: 400; }
  @media (-webkit-min-device-pixel-ratio: 1.1), (min--moz-device-pixel-ratio: 1.1) {
    input, textarea, keygen, select, button {
      font-weight: 300; } }
h1, h2, h3, h4, h5, h6, strong {
  font-weight: 500; }
  @media (-webkit-min-device-pixel-ratio: 1.1), (min--moz-device-pixel-ratio: 1.1) {
    h1, h2, h3, h4, h5, h6, strong {
      font-weight: 400; } }
h1 {
  font-size: 32px;
  line-height: 36px;
  padding: 0 0 4px;
  margin: 0; }

h2 {
  font-size: 24px;
  line-height: 28px;
  padding: 0 0 4px 0;
  margin: 0; }

h3 {
  font-size: 21px;
  line-height: 24px;
  padding: 0 0 4px 0;
  margin: 0; }

h4 {
  font-size: 18px;
  line-height: 24px;
  padding: 0 0 4px 0;
  margin: 0;
  hyphens: auto;
  -webkit-hyphens: auto; }
  @media screen and (max-width: 767px) {
    h4 {
      font-size: 16px; } }
h5 {
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 4px 0;
  margin: 0;
  hyphens: auto;
  -webkit-hyphens: auto; }
  @media screen and (max-width: 767px) {
    h5 {
      font-size: 14px; } }
h6 {
  font-size: 15px;
  line-height: 20px;
  padding: 0 0 4px 0;
  margin: 0;
  hyphens: auto;
  -webkit-hyphens: auto; }

.light {
  font-weight: 400; }
  @media (-webkit-min-device-pixel-ratio: 1.1), (min--moz-device-pixel-ratio: 1.1) {
    .light {
      font-weight: 300; } }
.center {
  text-align: center; }

p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 8px 0; }

p.large {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 8px 0; }

p.xlarge {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 8px 0; }

p.taggin {
  font-size: 13px;
  line-height: 20px;
  margin: 2px 0;
  color: #999999; }

strong {
  font-weight: 500; }
  @media (-webkit-min-device-pixel-ratio: 1.1), (min--moz-device-pixel-ratio: 1.1) {
    strong {
      font-weight: 400; } }
small {
  padding-top: 3px;
  padding-bottom: 2px;
  line-height: 15px;
  font-size: 12px;
  display: inline-block; }

ul {
  list-style: none;
  list-style-position: outside;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 8px 0; }

ol {
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 8px 0; }

ol li {
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 3px 16px;
  position: relative; }

ul li {
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 5px 18px;
  position: relative; }

.content ul li:before {
  font-family: AppleGothic, "Lucida Sans", Impact, Verdana, sans-serif;
  content: '■';
  color: #2786cf;
  width: 1em;
  margin: 0 0;
  font-size: 60%;
  position: absolute;
  left: -10px;
  top: 0;
  line-height: 21px;
  vertical-align: bottom; }

.clear {
  clear: both;
  font-size: 0;
  line-height: 0; }

img {
  max-width: 100%;
  display: block; }

a {
  color: #2786cf;
  text-decoration: none;
  -webkit-transition: background 0.8s;
  -moz-transition: background 0.8s;
  transition: background 0.8s;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Keine Trennstriche, da Links
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
 */ }

a h1, a h2, a h3, a h4, a h5, a h6, a p, a img, a div {
  color: #000;
  cursor: pointer;
  border: 0 none transparent; }

a small {
  color: #999999; }

a:hover {
  text-decoration: underline; }

a:focus {
  background: rgba(39, 136, 237, 0.15); }

a.top:focus {
  background: transparent;
  outline: 0 none; }

a.border {
  border-bottom: 1px solid #2786cf; }

a.external::after,
a.external span::after,
a.external h3::after {
  content: " ";
  font-size: 12px;
  color: #999999; }

a.external:hover::after,
a.external:hover span::after,
a.external:hover h3::after {
  color: #333; }

a.noexternal::after,
a.noexternal span:after,
a.noexternal h3::after {
  content: ""; }

.text_blue {
  color: #2786cf; }

.blue {
  background-color: #2786cf; }

.transparent_blue {
  background-color: rgba(54, 125, 204, 0.75); }

.border_blue {
  border-color: #2786cf; }

.nopadding {
  padding: 0; }

/* Inhalt Auflistung Kalender (Sort 2) */
.west_content_calendar .monthunderline {
  border-bottom: solid 3px;
  border-color: #5793C9;
  margin-bottom: 9px;
  display: block;
  width: 100%;
  text-transform: uppercase;
  clear: both; }

.west_content_calendar p {
  font-size: 13px;
  line-height: 16px;
  margin-top: 4px; }

.west_content_calendar .day {
  border-top: 1px solid #eee;
  padding: 3px 0; }

.west_content_calendar small {
  font-size: 12px;
  color: #9EA1A6; }

.west_content_calendar .day .holiday {
  color: #666; }

.west_content_calendar .day .devineservice {
  color: #666; }

.grid_padding_calendar {
  width: 100%; }

@media print {
  .west_content_calendar {
    padding: 0 !important; }
  .west_content_calendar .monthunderline {
    padding-top: 20px; }
  .west_content_calendar .grid_padding, .west_content_calendar .app_register .filter form, .app_register .filter .west_content_calendar form, .west_content_calendar .app_register .app_grid, .app_register .west_content_calendar .app_grid {
    padding: 0 !important; } }

/* Inhalte im Layout A (Sort 1) */
.force_height {
  min-height: 50px; }

/* Datenbank Aktuelles/Meldungen (Sort 1) */
.database_news_gallery_padding {
  padding: 0 4px 4px 0; }
  @media screen and (max-width: 767px) {
    .database_news_gallery_padding {
      padding: 0 0 4px 0; } }
.database_news_gallery_padding img {
  transition: all .1s ease-in-out;
  z-index: 9; }

.database_news_gallery_padding img:hover {
  transform: scale(1.1); }

.database_news_caption {
  position: relative;
  top: -32px;
  font-size: 12px;
  margin: 12px 8px;
  line-height: 16px; }
  @media screen and (max-width: 1023px) {
    .database_news_caption {
      display: none; } }
.database_news_full h4 {
  padding: 8px 0 12px 0; }

.database_news_intro {
  font-weight: 500; }
  @media (-webkit-min-device-pixel-ratio: 1.1) {
    .database_news_intro {
      font-weight: 400; } }
  @media (min--moz-device-pixel-ratio: 1.1) {
    .database_news_intro {
      font-weight: 400; } }
.mobile_title {
  display: none; }

@media screen and (max-width: 767px) {
  .teaser_db_news {
    margin-bottom: 0px !important;
    background: #fff; }
  .teaser_db_news .teaser_overlay {
    position: relative;
    background: #fff;
    bottom: 16px; }
  .teaser_db_news .teaser_decoration, .teaser_db_news .teaser_decoration_16 {
    background-color: #fff;
    margin-right: 0px;
    padding: 18px 12px 8px 12px;
    color: #000;
    line-height: 28px;
    font-style: inherit;
    font-size: 24px;
    display: block;
    font-weight: 500; } }

/* 2017 Inhalt Auflistung NNI (Sort 1) */
.content_list_nni_cell {
  text-align: center;
  font-size: 13px;
  margin: 24px 24px 4px 24px; }

.content_list_nni_cell:first-child {
  margin-left: 0; }

.content_list_nni_cell:last-child {
  margin-right: 0; }

.content_list_nni_preview {
  box-shadow: 1px 1px 3px #CCC; }

/* Layout Flash/Hinweis (Sort 1) */
.flash_msg {
  background: #090;
  padding: 10px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 9px; }

.flash_error {
  background: #900;
  padding: 10px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 9px; }

/* Inhalt Textblock (Optional Bild/Dokument) (Sort 1) */
.text_block img {
  width: 100%; }

.text_block_hidden {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.50; }

.text_block span.atom_media_subtitle {
  margin: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  font-weight: 200; }

/* 2017 Atom Media/Bild (CMS) (Sort 1) */
.atom_media img.icon {
  object-fit: contain; }

.atom_media {
  position: relative;
  height: 0; }

.atom_media_wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

.atom_media_wrapper img {
  max-width: none;
  object-fit: cover;
  height: 100%;
  width: 100%; }

.atom_media_unlock_height {
  height: 100%; }

.atom_media_format_1_1 {
  padding-bottom: 100%; }

.atom_media_format_2_1 {
  padding-bottom: 50%; }

.atom_media_format_3_1 {
  padding-bottom: 33%; }

.atom_media_format_4_1 {
  padding-bottom: 25%; }

.atom_media_format_10_1 {
  padding-bottom: 10%; }

.atom_media_format_3_2 {
  padding-bottom: 66.67%; }

.atom_media_format_2_3 {
  padding-bottom: 150%; }

.atom_media_format_4_3 {
  padding-bottom: 75%; }

.atom_media_format_3_4 {
  padding-bottom: 133.33%; }

.atom_media_format_210_297 {
  padding-bottom: 141.43%; }

@media screen and (max-width: 767px) {
  .atom_media_mobile_format_1_1 {
    padding-bottom: 100%; }
  .atom_media_mobile_format_2_1 {
    padding-bottom: 50%; }
  .atom_media_mobile_format_3_1 {
    padding-bottom: 33%; }
  .atom_media_mobile_format_4_1 {
    padding-bottom: 25%; }
  .atom_media_mobile_format_10_1 {
    padding-bottom: 10%; }
  .atom_media_mobile_format_3_2 {
    padding-bottom: 66.67%; }
  .atom_media_mobile_format_2_3 {
    padding-bottom: 150%; }
  .atom_media_mobile_format_4_3 {
    padding-bottom: 75%; }
  .atom_media_mobile_format_3_4 {
    padding-bottom: 133.33%; }
  .atom_media_mobile_format_210_297 {
    padding-bottom: 141.43%; } }

span.atom_media_subtitle {
  display: block;
  width: 100%;
  margin: 0;
  position: absolute;
  padding: 4px 16px;
  top: 100%; }

.download_link {
  font-size: 12px;
  text-align: center;
  line-height: 18px; }

/* Layout Menü (Sort 1) */
header {
  padding: 0;
  height: 168px;
  background: white;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  max-width: 1200px;
  line-height: 0;
  font-style: normal;
  transition: 300ms ease; }

header.force_nav_color {
  background-color: #fff;
  border-bottom: none; }

header.admin {
  position: relative;
  margin-top: -168px; }

header.demo {
  position: relative;
  margin-top: 0; }

#header:target {
  position: absolute; }

header a {
  text-decoration: none;
  border-bottom: 0 none; }

header a img {
  position: absolute;
  left: 24px;
  top: 24px;
  transition: 300ms ease;
  z-index: 99; }

header h1 {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  position: absolute;
  left: 112px;
  top: 64px;
  font-style: normal;
  font-weight: 500;
  opacity: 1;
  transition: 300ms ease; }

header h2 {
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  top: 80px;
  left: 112px;
  margin: 0;
  font-weight: 300;
  font-style: normal;
  opacity: 1;
  transition: 300ms ease; }

div#menu__wrapper {
  position: absolute;
  height: 48px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #eee;
  bottom: 0;
  width: 100%;
  transition: border 0s;
  transition: 300ms ease; }

div#menu__wrapper nav {
  position: absolute;
  top: 16px;
  left: 0;
  transition: 300ms ease;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  flex-flow: row;
  flex-wrap: wrap; }

div#menu__wrapper.force_nav_color {
  background-color: white; }

div#menu__wrapper nav a {
  padding: 0 24px;
  border-right: 1px solid #eee;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  transition: 300ms ease;
  display: flex;
  flex: 1;
  font-weight: 400; }

div#menu__wrapper a.menu_open {
  display: none; }

div#menu__wrapper nav a:hover {
  color: #5793C9;
  transition: color 0s; }

div#menu__wrapper nav a:last-of-type {
  border-right: 0; }

div#menu__wrapper ul.mega_menu {
  position: absolute;
  top: 0;
  background: white;
  left: 0;
  transition: 300ms ease;
  padding: 16px 0;
  margin: 0;
  border-bottom: 4px solid #2786cf;
  display: none;
  width: 100%; }

div#menu__wrapper:hover ul.mega_menu,
#header:target div#menu__wrapper ul.mega_menu {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap; }

div#menu__wrapper ul.mega_menu li {
  padding: 0;
  margin: 0;
  display: flex;
  line-height: 18px;
  font-size: 16px;
  color: #000;
  flex-wrap: wrap;
  flex-flow: column;
  flex: 1;
  border-right: 1px solid #eee; }

div#menu__wrapper ul.mega_menu li:last-of-type {
  border-right: 0; }

div#menu__wrapper ul.mega_menu li a {
  color: #000;
  display: block;
  padding: 2px 24px;
  line-height: 24px; }

div#menu__wrapper ul.mega_menu li a:hover {
  color: #5793C9;
  transition: color 0s; }

div#menu__wrapper ul.submenu {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0; }

div#menu__wrapper ul.submenu li {
  display: block;
  padding: 0;
  border-right: 0; }

div#toolbar {
  position: absolute;
  height: 48px;
  top: 16px;
  right: 24px;
  transition: 300ms ease; }

/* Hide close button */
#header a.close-menu-primary {
  display: none; }

div#toolbar ul li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000;
  margin-left: 24px;
  display: inline-block;
  transition: 300ms ease; }

div#toolbar ul li a {
  display: block;
  line-height: 18px;
  color: #000;
  font-size: 16px;
  transition: 300ms ease; }

div#toolbar.force_nav_color ul li a {
  color: #000; }

/* Sticky Header */
header.sticky {
  height: 48px;
  border-bottom-width: 2px;
  background: rgba(255, 255, 255, 0.9); }

header.sticky div#toolbar {
  height: auto;
  border-top-width: 0px;
  right: 0; }

header.sticky div#menu__wrapper nav {
  padding-left: 48px;
  top: 22px; }

header.sticky div#menu__wrapper nav a {
  padding: 0 16px; }

header.sticky div#menu__wrapper ul.mega_menu {
  top: 0;
  padding-left: 48px;
  padding-top: 22px; }

header.sticky div#menu__wrapper ul.mega_menu li {
  padding: 0x; }

header.sticky div#toolbar {
  right: 16px;
  z-index: 9999; }

header.sticky div#toolbar ul li a {
  font-size: 14px; }

header.sticky img {
  height: 32px;
  width: 32px;
  top: 8px;
  left: 12px; }

header.sticky h1 {
  opacity: 0;
  top: 8px;
  left: 56px; }

header.sticky h2 {
  opacity: 0;
  top: 24px;
  left: 56px; }

header.sticky div#toolbar .direct_links {
  display: none; }

/* Hide Open Toggle Link */
#header:target a.open-menu-primary {
  display: none; }

/* Show Close Toggle Link */
#header:target a.close-menu-primary {
  display: block; }

@media screen and (min-width: 1024px) {
  #header .dropdown nav:last-child {
    border-right: 0 none; }
  div#menu__wrapper:hover ul.mega_menu.simple,
  #header:target div#menu__wrapper ul.mega_menu.simple {
    display: none; }
  div#toolbar ul li.simple {
    display: none; } }

@media screen and (max-width: 1024px) {
  header h1 {
    top: 24px; }
  header h2 {
    top: 42px; }
  div#menu__wrapper nav {
    padding-left: 96px;
    height: 16px; }
  div#menu__wrapper:hover ul.mega_menu {
    display: none; }
  #header:target div#menu__wrapper ul.mega_menu {
    padding-bottom: 32px;
    padding-left: 96px; }
  header {
    padding: 0;
    height: 120px; }
  .hide-on-tablet {
    display: none; }
  .tablet-1-3 {
    width: 32% !important; }
  header ul li {
    margin-left: 8px; }
  #header .dropdown nav {
    display: inline-block;
    vertical-align: top;
    border-right: 0 none; }
  div#toolbar ul li.simple {
    display: none; }
  div#toolbar > ul {
    bottom: auto; } }

@media screen and (max-width: 767px) {
  div#menu__wrapper.force_nav_color {
    background-color: transparent; }
  div#menu__wrapper.force_nav_color .mega_menu {
    background-color: white; }
  div#toolbar ul li.simple {
    display: inline-block; }
  div#menu__wrapper nav {
    padding-right: 72px;
    height: 16px;
    display: none; }
  div#menu__wrapper a.menu_open {
    display: flex;
    position: absolute;
    right: 24px;
    top: 16px;
    padding: 0;
    color: #000;
    font-size: 16px;
    line-height: 18px;
    transition: 300ms ease; }
  header.sticky div#menu__wrapper ul.toggle_menu {
    display: block;
    position: absolute;
    top: -32px;
    right: 16px;
    margin: 0; }
  .hide-on-mobile-gap {
    display: none; }
  .mobile-gap-1-2 {
    width: 49% !important; }
  div.breadcrumbs {
    width: 100%; }
  div#header-images {
    display: none; }
  div#menu__wrapper {
    top: 120px; }
  #header:target div#menu__wrapper nav {
    display: none; }
  #header:target div#menu__wrapper ul.mega_menu {
    display: block;
    padding-left: 0; }
  header.sticky div#menu__wrapper ul.mega_menu li,
  div#menu__wrapper ul.mega_menu li {
    padding: 8px 0;
    border-right: 0;
    box-sizing: border-box; }
  div#menu__wrapper ul.submenu {
    padding: 16px 0; }
  header.sticky div#menu__wrapper ul.submenu li,
  div#menu__wrapper ul.submenu li {
    padding: 0 0 8px;
    display: block; }
  header.sticky div#menu__wrapper {
    top: 48px;
    border-top-width: 0px; }
  header.sticky div#menu__wrapper nav,
  header.sticky div#menu__wrapper a.menu_open {
    opacity: 0;
    top: -18px; }
  header.sticky div#menu__wrapper ul.mega_menu {
    top: 0;
    padding-left: 0;
    padding-top: 16px; }
  header h1 {
    top: 64px; }
  header h2 {
    top: 80px; }
  header.sticky h1 {
    opacity: 1;
    bottom: 12px; }
  header.sticky h2 {
    opacity: 1;
    bottom: 0px; } }

@media screen and (max-width: 480px) {
  .hide-on-mobile {
    display: none; }
  header.sticky ul li {
    margin-left: 0; }
  .mobile-1-1 {
    width: 100% !important; }
  #header .dropdown nav {
    border-right: 0 none;
    border-bottom: 1px solid #eee; }
  #header .dropdown nav:last-child {
    border-bottom: 0 none; } }

/* Layout Container (Sort 1) */
#main {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 500px;
  padding-top: 168px;
  position: relative; }
  @media screen and (max-width: 1024px) {
    #main {
      padding-top: 120px; } }
.warning {
  padding: 20px;
  color: #fff;
  background: #900;
  font-weight: 400; }

.warning a {
  color: #fff;
  text-decoration: underline; }

#cookie-law {
  width: 100%;
  background: #FFF;
  margin: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 1001;
  bottom: 0px; }

#cookie-law p {
  padding: 10px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #000;
  margin: 0; }

#cookie-law p span {
  background: #2786cf;
  color: #fff;
  display: inline-block;
  padding: 1px 5px;
  line-height: 20px;
  margin: 0 10px; }

/* 2017 Layout Footer (Sort 1) */
footer {
  background-color: #5793C9;
  min-height: 10px;
  margin: 0;
  width: 100%;
  color: #fff; }

footer a {
  color: #fff;
  text-decoration: underline; }

.footer__credits {
  text-align: center; }

footer em {
  text-decoration: none;
  font-style: normal;
  font-size: 2em;
  line-height: 1em;
  display: block; }

footer ul.social li {
  display: inline-block;
  text-align: center;
  padding: 4px;
  margin: 0; }

footer ul.social li a {
  text-decoration: none; }

footer a.external::after {
  content: "" !important; }

/* Inhalt Widget-Bereich (Sort 1) */
.grid_admin {
  min-height: 300px; }

/* Widget Auflistung Termine (Sort 1) */
.widget_events .day {
  border-top: 1px solid #eee;
  padding: 8px 0 0  0; }

p.widget_events_date {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-size: 80%;
  line-height: 18px;
  padding: 3px 0; }

p.widget_events_title {
  padding: 3px 0 0 0;
  line-height: 18px; }

/* Widget Auflistung Meldungen (Sort 1) */
.news_block {
  padding: 24px 24px 4px 24px !important; }

/* Widget Wort des Tages (Sort 1) */
div.widget_bible_quote small {
  display: block;
  text-align: center;
  padding-top: 8px; }

.widget_bible_quote_content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 100%; }

blockquote {
  text-align: center;
  margin: 16px; }

/* Widget Auflistung Kalender (Sort 1) */
table.calender {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }

table.calender tr td {
  border-top: 1px solid #EEE; }

table.calender th,
table.calender td {
  text-align: center;
  padding: 6px 4px; }

table.calender td.current_day span,
table.calender td.current_day a {
  font-weight: 500;
  background: rgba(180, 175, 170, 0.37); }

table.calender td.extra_days span,
table.calender td.extra_days a,
table.calender td.extra_days:nth-child(6) span,
table.calender td.extra_days:nth-child(7) span {
  color: #eaeaea; }

table.calender th span,
table.calender th a,
table.calender td span,
table.calender td a {
  padding: 4px 0 !important;
  display: block;
  color: #000; }

table.calender th:nth-child(6) span,
table.calender th:nth-child(6) a,
table.calender th:nth-child(7) span,
table.calender th:nth-child(7) a {
  color: #2786cf; }

table.calender td:nth-child(6) span,
table.calender td:nth-child(7) span,
table.calender td:nth-child(6) a,
table.calender td:nth-child(7) a {
  color: #2786cf; }

table.calender th {
  font-weight: 500; }

table.calender a {
  color: inherit;
  display: block;
  font-weight: 500;
  width: 100%;
  height: 100%; }

table.calender a:hover {
  background: #2786cf;
  color: #fff !important; }

/* Widget Facebook (Sort 1) */
.widget_facebook {
  position: relative;
  width: 100%;
  background: #fff;
  color: #000; }

.widget_facebook__title {
  font-size: 14px;
  line-height: 20px; }

.widget_facebook__content {
  padding: 8px; }

.widget_facebook__bar {
  background: #b4afaa;
  color: #fff;
  line-height: 24px;
  height: 24px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }

.widget_facebook__bar a {
  color: #fff;
  padding: 0 4px; }

.widget_facebook__likes {
  padding-left: 8px; }

/* Widget neuapostolisch.de (Sort 1) */
.widget_newapostolic {
  text-align: center;
  line-height: 0; }

.widget_newapostolic a {
  text-align: center;
  line-height: 0;
  display: block; }

.widget_newapostolic img {
  display: inline; }

/* Widget Instagram (Sort 1) */
.widget_instagram_pictures img {
  width: 33.33333% !important;
  height: auto;
  display: block;
  float: left; }

/* Widget Gemeindesuche (Sort 1) */
span.congregations_search_title {
  font-weight: 400;
  display: block; }

div.congregations_search {
  width: 100%; }

div.congregations_search input {
  border: 1px solid #bbb;
  font-size: 15px;
  padding: 2px;
  line-height: 24px;
  margin-top: 8px;
  display: block;
  width: 100%;
  margin-bottom: 8px; }

div.congregations_search input:focus {
  outline: 0;
  border-color: #5793C9; }

div.congregations_search button {
  border: 0;
  background: #5793C9;
  color: #fff;
  line-height: 24px;
  font-size: 16px;
  padding: 8px 24px;
  display: block; }

div.congregation_features {
  padding-top: 16px; }

div.congregation_features label {
  display: block;
  padding: 2px 0; }

/* 2017 Atom Youtube/Vimeo (Sort 1) */
.youtube-video {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden; }

.youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video_iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video_iframe a {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 4fr 1fr; }

.video_iframe a span.youtube_link_top {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  padding-top: 5px;
  padding-left: 10px;
  color: #fff;
  align-self: start;
  z-index: 10; }

.video_iframe a span.youtube_link_bottom {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  padding-left: 10px;
  padding-bottom: 5px;
  color: #fff;
  align-self: end;
  z-index: 10; }

.video_iframe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  grid-column: 1 / 1;
  grid-row: 1 / 4;
  z-index: 9; }

/* Inhalt Gemeindesuche (via Adressbuch) (Sort 1) */
.congregation_search {
  width: 100%;
  height: 800px;
  max-height: 70vh; }

/* Inhalt Downloads (Sort 1) */
.content_downloads_preview {
  margin-right: 8px;
  margin-bottom: 8px; }

/* 2017 Atom Styles Grid  (Sort 1) */
/* Define Columns for col_grid */
.col_grid_top_margin {
  margin-top: 8px; }

@media screen and (min-width: 1024px) {
  .grid, .app_register {
    display: -ms-flexbox;
    -js-display: flex;
    display: flexbox;
    display: flex;
    flex-flow: row nowrap;
    box-sizing: border-box;
    padding: 0;
    margin: -24px 0 24px -24px; }
  .grid_wrap {
    flex-flow: row wrap; }
  .col_grid, .app_register .filter .filter_row, .app_register .app_grid {
    -js-display: flex;
    display: -ms-flexbox;
    display: flexbox;
    display: flex;
    flex-flow: row nowrap;
    box-sizing: border-box; }
  .col_grid_bottom_margin {
    margin-bottom: 8px; }
  .col_grid_desktop_1 {
    -ms-flex: 0 1 1%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 1%; }
  .col_grid_desktop_5 {
    -ms-flex: 0 1 5%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 5%; }
  .col_grid_desktop_10, .app_register .app_wrapper .app_grid .col4, .app_register .app_wrapper .app_grid .col3 {
    -ms-flex: 0 1 10%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 10%; }
  .col_grid_desktop_15, .app_register .app_wrapper .app_grid .col5 {
    -ms-flex: 0 1 15%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 15%; }
  .col_grid_desktop_20 {
    -ms-flex: 0 1 20%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 20%; }
  .col_grid_desktop_25, .app_register .app_wrapper .app_grid .app_table_column, .app_register .filter .filter_item, .app_register .app_wrapper .app_grid .col2 {
    -ms-flex: 0 1 25%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 25%; }
  .col_grid_desktop_30 {
    -ms-flex: 0 1 30%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 30%; }
  .col_grid_desktop_35 {
    -ms-flex: 0 1 35%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 35%; }
  .col_grid_desktop_40, .app_register .app_wrapper .app_grid .col1 {
    -ms-flex: 0 1 40%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 40%; }
  .col_grid_desktop_45 {
    -ms-flex: 0 1 45%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 45%; }
  .col_grid_desktop_50 {
    -ms-flex: 0 1 50%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 50%; }
  .col_grid_desktop_55 {
    -ms-flex: 0 1 55%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 55%; }
  .col_grid_desktop_60 {
    -ms-flex: 0 1 60%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 60%; }
  .col_grid_desktop_65 {
    -ms-flex: 0 1 65%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 65%; }
  .col_grid_desktop_70 {
    -ms-flex: 0 1 70%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 70%; }
  .col_grid_desktop_75 {
    -ms-flex: 0 1 75%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 75%; }
  .col_grid_desktop_80 {
    -ms-flex: 0 1 80%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 80%; }
  .col_grid_desktop_85 {
    -ms-flex: 0 1 85%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 85%; }
  .col_grid_desktop_90 {
    -ms-flex: 0 1 90%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 90%; }
  .col_grid_desktop_95 {
    -ms-flex: 0 1 95%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 95%; }
  .col_grid_desktop_100, .app_register .app_wrapper .app_grid .flash, .app_register .app_wrapper .app_grid .app_content, .app_register .app_wrapper .app_grid .separator_line {
    -ms-flex: 0 1 100%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 100%; }
  .col_grid_desktop_33 {
    -ms-flex: 0 1 33%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 33%; }
  .col_grid_desktop_66 {
    -ms-flex: 0 1 66%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 66%; }
  .col_grid_desktop_99 {
    -ms-flex: 0 1 99%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 99%; }
  .grid > a, .app_register > a,
  .grid > div,
  .app_register > div {
    padding: 0;
    background: #fff;
    margin: 24px 0 0 24px;
    box-sizing: border-box;
    display: block; }
  .grid_desktop_quarter {
    max-width: calc(25% - 24px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 25%; }
  .grid_desktop_third {
    max-width: calc(75% - 24px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 75%; }
  .grid_desktop_full, .app_register .filter, .app_register .app_wrapper {
    max-width: calc(100% - 24px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%; }
  .grid_desktop_half {
    max-width: calc(50% - 24px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%; }
  .grid_desktop_33 {
    max-width: calc(33.33% - 24px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 33.33%; }
  .grid_desktop_66 {
    max-width: calc(66.66% - 24px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 66.66%; }
  a.grid_desktop_extra_margin,
  div.grid_desktop_extra_margin {
    margin: 24px 16.66% 0 16.66%;
    flex: 1 0 100px; }
  .grid_padding, .app_register .filter form, .app_register .app_grid {
    padding: 24px;
    width: inherit; }
  .grid_small_padding {
    padding: 0 8px;
    width: inherit; }
  .grid_bottom_margin {
    margin-bottom: 24px; }
  .hide_on_desktop {
    display: none !important; }
  .grid_desktop_quarter {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(25% - 24px); }
  .grid_desktop_third {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(75% - 24px); }
  .grid_desktop_full, .app_register .filter, .app_register .app_wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 24px); }
  .grid_desktop_half {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 24px); } }

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .grid, .app_register {
    -js-display: flex;
    display: flexbox;
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
    padding: 8px 16px;
    margin: -16px 0 0 -16px;
    justify-content: center; }
  .grid > a, .app_register > a,
  .grid > div,
  .app_register > div {
    padding: 0;
    background: #fff;
    margin: 16px 0 0 16px;
    box-sizing: border-box; }
  .col_grid, .app_register .filter .filter_row, .app_register .app_grid {
    -js-display: flex;
    display: flexbox;
    display: flex;
    flex-flow: row nowrap;
    box-sizing: border-box; }
  .col_grid_bottom_margin {
    margin-bottom: 8px; }
  .col_grid_tablet_1 {
    -ms-flex: 1 1 1%;
    flex: 1 1 1%; }
  .col_grid_tablet_5 {
    -ms-flex: 1 1 5%;
    flex: 1 1 5%; }
  .col_grid_tablet_10, .app_register .app_wrapper .app_grid .col4, .app_register .app_wrapper .app_grid .col3 {
    -ms-flex: 1 1 10%;
    flex: 1 1 10%; }
  .col_grid_tablet_15, .app_register .app_wrapper .app_grid .col5 {
    -ms-flex: 1 1 15%;
    flex: 1 1 15%; }
  .col_grid_tablet_20 {
    -ms-flex: 1 1 20%;
    flex: 1 1 20%; }
  .col_grid_tablet_25, .app_register .app_wrapper .app_grid .app_table_column, .app_register .filter .filter_item, .app_register .app_wrapper .app_grid .col2 {
    -ms-flex: 1 1 25%;
    flex: 1 1 25%; }
  .col_grid_tablet_30 {
    -ms-flex: 1 1 30%;
    flex: 1 1 30%; }
  .col_grid_tablet_35 {
    -ms-flex: 1 1 35%;
    flex: 1 1 35%; }
  .col_grid_tablet_40, .app_register .app_wrapper .app_grid .col1 {
    -ms-flex: 1 1 40%;
    flex: 1 1 40%; }
  .col_grid_tablet_45 {
    -ms-flex: 1 1 45%;
    flex: 1 1 45%; }
  .col_grid_tablet_50 {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; }
  .col_grid_tablet_55 {
    -ms-flex: 1 1 55%;
    flex: 1 1 55%; }
  .col_grid_tablet_60 {
    -ms-flex: 1 1 60%;
    flex: 1 1 60%; }
  .col_grid_tablet_65 {
    -ms-flex: 1 1 65%;
    flex: 1 1 65%; }
  .col_grid_tablet_70 {
    -ms-flex: 1 1 70%;
    flex: 1 1 70%; }
  .col_grid_tablet_75 {
    -ms-flex: 1 1 75%;
    flex: 1 1 75%; }
  .col_grid_tablet_80 {
    -ms-flex: 1 1 80%;
    flex: 1 1 80%; }
  .col_grid_tablet_85 {
    -ms-flex: 1 1 85%;
    flex: 1 1 85%; }
  .col_grid_tablet_90 {
    -ms-flex: 1 1 90%;
    flex: 1 1 90%; }
  .col_grid_tablet_95 {
    -ms-flex: 1 1 95%;
    flex: 1 1 95%; }
  .col_grid_tablet_100, .app_register .app_wrapper .app_grid .flash, .app_register .app_wrapper .app_grid .app_content, .app_register .app_wrapper .app_grid .separator_line {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
  .col_grid_tablet_33 {
    -ms-flex: 1 1 33%;
    flex: 1 1 33%; }
  .col_grid_tablet_66 {
    -ms-flex: 1 1 66%;
    flex: 1 1 66%; }
  .col_grid_tablet_99 {
    -ms-flex: 1 1 99%;
    flex: 1 1 99%; }
  .grid_tablet_full, .app_register .filter, .app_register .app_wrapper {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(100% - 16px);
    max-width: calc(100% - 16px); }
  .grid_tablet_half {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(50% - 16px);
    max-width: calc(50% - 16px); }
  .grid_tablet_quarter {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(25% - 16px);
    max-width: calc(25% - 16px); }
  .grid_tablet_third {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(75% - 16px);
    max-width: calc(75% - 16px); }
  .grid_tablet_33 {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(34% - 16px);
    max-width: calc(34% - 16px); }
  .grid_tablet_66 {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(66% - 16px);
    max-width: calc(66% - 16px); }
  a.grid_tablet_extra_margin,
  div.grid_tablet_extra_margin {
    margin: 16px 10% 0 10%;
    flex: 1 0 100px; }
  .grid_padding, .app_register .filter form, .app_register .app_grid {
    padding: 16px;
    width: inherit; }
  .grid_small_padding {
    padding: 0 8px;
    width: inherit; }
  .grid_bottom_margin {
    margin-bottom: 16px; }
  .hide_on_tablet {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .grid, .app_register {
    display: -ms-flexbox;
    -js-display: flex;
    display: flexbox;
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 0 0;
    justify-content: center; }
  .grid > a, .app_register > a,
  .grid > div,
  .app_register > div {
    padding: 0;
    background: #fff;
    margin: 8px;
    box-sizing: border-box; }
  .col_grid, .app_register .filter .filter_row, .app_register .app_grid {
    display: -ms-flexbox;
    -js-display: flex;
    display: flexbox;
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box; }
  .col_grid_bottom_margin {
    margin-bottom: 4px; }
  .col_grid_smartphone_1 {
    -ms-flex: 1 1 1%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 1%; }
  .col_grid_smartphone_5 {
    -ms-flex: 1 1 5%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 5%; }
  .col_grid_smartphone_10 {
    -ms-flex: 1 1 10%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 10%; }
  .col_grid_smartphone_15 {
    -ms-flex: 1 1 15%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 15%; }
  .col_grid_smartphone_20 {
    -ms-flex: 1 1 20%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 20%; }
  .col_grid_smartphone_25, .app_register .app_wrapper .app_grid .app_table_column, .app_register .filter .filter_item {
    -ms-flex: 1 1 25%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%; }
  .col_grid_smartphone_30 {
    -ms-flex: 1 1 30%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 30%; }
  .col_grid_smartphone_35 {
    -ms-flex: 1 1 35%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 35%; }
  .col_grid_smartphone_40 {
    -ms-flex: 1 1 40%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 40%; }
  .col_grid_smartphone_45 {
    -ms-flex: 1 1 45%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 45%; }
  .col_grid_smartphone_50 {
    -ms-flex: 1 1 50%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%; }
  .col_grid_smartphone_55 {
    -ms-flex: 1 1 55%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 55%; }
  .col_grid_smartphone_60 {
    -ms-flex: 1 1 60%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 60%; }
  .col_grid_smartphone_65 {
    -ms-flex: 1 1 65%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 65%; }
  .col_grid_smartphone_70 {
    -ms-flex: 1 1 70%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 70%; }
  .col_grid_smartphone_75 {
    -ms-flex: 1 1 75%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%; }
  .col_grid_smartphone_80 {
    -ms-flex: 1 1 80%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 80%; }
  .col_grid_smartphone_85 {
    -ms-flex: 1 1 85%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 85%; }
  .col_grid_smartphone_90 {
    -ms-flex: 1 1 90%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 90%; }
  .col_grid_smartphone_95 {
    -ms-flex: 1 1 95%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 95%; }
  .col_grid_smartphone_100, .app_register .app_wrapper .app_grid .flash, .app_register .app_wrapper .app_grid .app_content, .app_register .app_wrapper .app_grid .separator_line, .app_register .app_wrapper .app_grid .col5, .app_register .app_wrapper .app_grid .col4, .app_register .app_wrapper .app_grid .col3, .app_register .app_wrapper .app_grid .col2, .app_register .app_wrapper .app_grid .col1 {
    -ms-flex: 1 1 100%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%; }
  .col_grid_smartphone_33 {
    -ms-flex: 1 1 33%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33%; }
  .col_grid_smartphone_66 {
    -ms-flex: 1 1 66%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66%; }
  .col_grid_smartphone_99 {
    -ms-flex: 1 1 99%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 99%; }
  .grid_smartphone_full, .app_register .filter, .app_register .app_wrapper {
    flex: 0 1 100%;
    max-width: 100%; }
  .grid_smartphone_half {
    flex: 1 1 50%;
    max-width: 50%; }
  .grid_padding, .app_register .filter form, .app_register .app_grid {
    padding: 12px;
    width: inherit; }
  .grid_small_padding {
    padding: 0 8px;
    width: inherit; }
  .grid_bottom_margin {
    margin-bottom: 8px; }
  a.grid_desktop_extra_margin,
  div.grid_desktop_extra_margin {
    margin: 8px;
    flex: 1 0 100; }
  .grid_negative_offset {
    margin-top: -48px; }
  .desktop_hide {
    display: block; }
  .tablet_hide {
    display: block; }
  .hide_on_smartphone {
    display: none !important; } }

@media print {
  .grid, .app_register {
    display: block;
    padding: 8px 16px;
    margin: -16px 0 0 -16px;
    justify-content: center;
    clear: both;
    width: 100%; }
  .grid > a, .app_register > a,
  .grid > div,
  .app_register > div {
    padding: 0;
    background: #fff;
    margin: 16px 0 0 16px;
    box-sizing: border-box; }
  .col_grid, .app_register .filter .filter_row, .app_register .app_grid {
    display: block;
    box-sizing: border-box;
    clear: both;
    width: 100%; }
  .col_grid_bottom_margin {
    margin-bottom: 8px; }
  .col_grid_print_1 {
    float: left;
    width: 1%; }
  .col_grid_print_5 {
    float: left;
    width: 5%; }
  .col_grid_print_10 {
    float: left;
    width: 10%; }
  .col_grid_print_15 {
    float: left;
    width: 15%; }
  .col_grid_print_20 {
    float: left;
    width: 20%; }
  .col_grid_print_25 {
    float: left;
    width: 25%; }
  .col_grid_print_30 {
    float: left;
    width: 30%; }
  .col_grid_print_35 {
    float: left;
    width: 35%; }
  .col_grid_print_40 {
    float: left;
    width: 40%; }
  .col_grid_print_45 {
    float: left;
    width: 45%; }
  .col_grid_print_50 {
    float: left;
    width: 50%; }
  .col_grid_print_55 {
    float: left;
    width: 55%; }
  .col_grid_print_60 {
    float: left;
    width: 60%; }
  .col_grid_print_65 {
    float: left;
    width: 65%; }
  .col_grid_print_70 {
    float: left;
    width: 70%; }
  .col_grid_print_75 {
    float: left;
    width: 75%; }
  .col_grid_print_80 {
    float: left;
    width: 80%; }
  .col_grid_print_85 {
    float: left;
    width: 85%; }
  .col_grid_print_90 {
    float: left;
    width: 90%; }
  .col_grid_print_95 {
    float: left;
    width: 95%; }
  .col_grid_print_100 {
    float: left;
    width: 100%; }
  .col_grid_print_33 {
    float: left;
    width: 33%; }
  .col_grid_print_66 {
    float: left;
    width: 66%; }
  .col_grid_print_99 {
    float: left;
    width: 99%; }
  .grid_print_full {
    width: calc(100% - 16px); }
  .grid_print_half {
    float: left;
    width: calc(50% - 16px); }
  .grid_print_quarter {
    float: left;
    width: calc(25% - 16px); }
  .grid_print_third {
    float: left;
    width: calc(75% - 16px); }
  a.grid_print_extra_margin,
  div.grid_print_extra_margin {
    margin: 16px 10% 0 10%; }
  .grid_padding, .app_register .filter form, .app_register .app_grid {
    padding: 16px; }
  .grid_small_padding {
    padding: 0 8px; }
  .grid_bottom_margin {
    margin-bottom: 16px; }
  .hide_on_print {
    display: none !important; } }

/* Teaser Styles */
.teaser {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 24px; }
  @media screen and (max-width: 1023px) {
    .teaser {
      margin-bottom: 24px; } }
  @media screen and (max-width: 767px) {
    .teaser {
      margin-bottom: 16px; } }
.teaser_no_background {
  height: 150px; }

.teaser_no_background_multi-1 {
  height: 150px; }

.teaser_no_background_multi-2 {
  height: 222px; }

.teaser_no_background_multi-3 {
  height: 294px; }

.teaser_no_background_multi-4 {
  height: 366px; }

.teaser_overlay {
  position: absolute;
  bottom: 48px;
  z-index: 2;
  left: 0;
  right: 0; }

.teaser_decoration, .teaser_decoration_16 {
  color: #fff;
  padding: 16px;
  font-style: italic;
  font-weight: 300;
  margin-right: 24px;
  display: inline;
  font-size: 48px;
  line-height: 80px;
  background-color: rgba(54, 125, 204, 0.75);
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-left: 10%;
  margin-top: 15px;
  padding-right: 32px;
  padding-top: 4px;
  padding-bottom: 4px; }
  @media screen and (max-width: 1023px) {
    .teaser_decoration, .teaser_decoration_16 {
      padding-left: 24px !important;
      font-size: 28px !important;
      line-height: 50px !important; } }
  @media screen and (max-width: 767px) {
    .teaser_decoration, .teaser_decoration_16 {
      padding-left: 10px !important;
      font-size: 21px !important;
      line-height: 32px !important; } }
.teaser_decoration_16 {
  padding-left: 16%; }
  @media screen and (max-width: 1023px) {
    .teaser_decoration_16 {
      padding-left: 11%; } }
  @media screen and (max-width: 767px) {
    .teaser_decoration_16 {
      padding-left: 16px; } }
@supports (-ms-ime-align: auto) {
  .teaser_decoration, .teaser_decoration_16 {
    display: inline-block; }
  .teaser_decoration_16 {
    display: inline-block; } }

.teaser_overlay_no_content {
  bottom: 16px; }
  @media screen and (max-width: 767px) {
    .teaser_overlay_no_content {
      bottom: 8px; } }
.teaser_spacer {
  flex: 0 0 16%; }
  @media screen and (max-width: 1023px) {
    .teaser_spacer {
      flex: 0 0 24px; } }
  @media screen and (max-width: 767px) {
    .teaser_spacer {
      flex: 0 0  16px; } }
.teaser_spacer_10 {
  flex: 0 0 10%; }
  @media screen and (max-width: 1023px) {
    .teaser_spacer_10 {
      flex: 0 0 24px; } }
  @media screen and (max-width: 767px) {
    .teaser_spacer_10 {
      flex: 0 0  16px; } }
.teaser_line {
  margin-top: 8px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap; }

.teaser_title h1,
h1 .teaser_title {
  color: #fff;
  padding: 16px;
  font-style: italic;
  font-weight: 300;
  margin-right: 24px;
  display: inline-block;
  font-size: 48px; }
  @media screen and (max-width: 1023px) {
    .teaser_title h1,
    h1 .teaser_title {
      font-size: 28px;
      padding: 8px; } }
  @media screen and (max-width: 767px) {
    .teaser_title h1,
    h1 .teaser_title {
      font-size: 18px;
      padding: 4px; } }
h1 .teaser_title {
  padding-right: 40px;
  margin-right: 0; }
  @media screen and (max-width: 1023px) {
    h1 .teaser_title {
      padding-right: 32px; } }
  @media screen and (max-width: 767px) {
    h1 .teaser_title {
      padding-right: 28px; } }
.teaser_content {
  margin-top: -48px;
  z-index: 3;
  position: relative; }
  @media screen and (max-width: 767px) {
    .teaser_content {
      margin-top: -24x; } }
.teaser_content div {
  margin-top: 0; }

.grid_transparent {
  background: transparent !important; }

.grid_white, .app_register .app_grid {
  background: #fff !important; }

.wrap, .app_register .filter .filter_row, .app_register .app_grid {
  flex-flow: row wrap; }

.col_grid_reverse {
  flex-direction: row-reverse; }

.grid_negative_offset {
  margin-top: -48px;
  z-index: 15; }

/* Inhalt Kontaktformular (Sort 1) */
.cookie_settings_captcha_form {
  display: none; }

.content_contact label.inline input[type="checkbox"] {
  width: auto;
  margin-bottom: 0;
  display: inline; }

.content_contact label {
  display: block;
  font-weight: 400;
  padding-top: 8px; }

.content_contact .error {
  font-weight: 500;
  color: #900; }

.content_contact input {
  width: 70%; }

.content_contact textarea {
  width: 100%; }

.content_contact button {
  margin: 16px 0;
  border: 0 none;
  padding: 8px 24px;
  background: #5793C9;
  color: #fff; }

/* Inhalt Rubriken Teaser (Sort 1) */
.teaser_content div {
  margin-top: 0; }

.top {
  display: inline-block;
  font-weight: 300;
  padding: 0 8px;
  font-size: 15px;
  padding-top: 200px;
  margin-top: -200px; }

.toc_anchor {
  padding-top: 200px;
  margin-top: -200px; }

/* Inhalt Überschrift  (Sort 1) */
.teaser_headline {
  margin: 24px 0; }

/* Inhalt MP3-Player (Sort 1) */
.audiojs {
  box-shadow: none; }

/* Inhalt Sitemap (Sort 1) */
.sitemap ul {
  list-style: none; }

.sitemap li a {
  text-decoration: none;
  color: #444; }

/* 2017 Inhalt Apostelbereich (Sort 1) */
.content_ap_district_list {
  border-bottom: 1px solid #eee; }

.content_ap_district_list div {
  padding: 4px; }

.content_ap_district_list div + div {
  text-align: right; }

/* 2017 Inhalt Großer Teaser (Sort 1) */
.big_teaser_subheadline {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 6px;
  line-height: 28px; }

/* Widget Schaukasten (Sort 1) */
.widget_schaukasten {
  text-align: center;
  line-height: 0; }

.widget_schaukasten a {
  text-align: center;
  line-height: 0;
  display: block; }

.widget_schaukasten img {
  display: inline;
  line-height: 0; }

/* Widget Youtube/Vimeo (Sort 1) */
.widget_youtube {
  position: relative;
  padding-bottom: 56.25% !important;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  background: #000; }

.widget_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 200px; }

/* 2017 Atom Pager (Sort 1) */
.pager {
  text-align: center; }

.pager strong,
.pager span,
.pager a {
  display: inline-block;
  padding: 8px; }

/* Datenbank Termin (Sort 1) */
@media screen and (max-width: 767px) {
  .teaser_db_appointment {
    margin-bottom: 0px !important;
    background: #fff; }
  .teaser_db_appointment .teaser_overlay {
    position: relative;
    background: #fff;
    bottom: 16px; }
  .teaser_db_appointment .teaser_title {
    margin-right: 0px;
    padding: 18px 12px 8px 12px;
    color: #000;
    line-height: 28px;
    font-style: inherit;
    font-size: 24px;
    display: block;
    font-weight: 500; }
  .teaser_db_appointment .transparent_blue {
    background-color: #fff; } }

/* 2017 Atom Bezirke Akkordion (Sort 1) */
.atom_district_accordion {
  margin-top: 24px; }

.atom_district_accordion a,
.atom_district_accordion h5 {
  padding: 4px;
  display: inline-block; }

.atom_district_accordion span {
  margin-right: 12px;
  float: right;
  font-weight: 300; }

.atom_district_accordion a {
  font-weight: 300; }

.atom_district_accordion .cong {
  display: flex;
  border-top: 1px solid #eee; }

.atom_district_accordion .cong:hover {
  background: #fafafa; }

.atom_district_accordion .cong a {
  flex-basis: 40%;
  font-size: 14px;
  line-height: 17px; }

.atom_district_accordion .cong q {
  font-weight: 300;
  flex-basis: 30%;
  color: #999;
  font-size: 14px; }

.atom_district_accordion .cong q::before,
.atom_district_accordion .cong q::after {
  content: ""; }

.atom_district_accordion .cong b {
  font-weight: 300;
  flex-basis: 30%;
  text-align: right;
  font-size: 14px; }

.atom_district_accordion .cong i {
  font-style: normal;
  cursor: pointer; }

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg); }
  5% {
    opacity: 1; }
  80% {
    transform: rotateX(8deg); }
  83% {
    transform: rotateX(6deg); }
  92% {
    transform: rotateX(-3deg); }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg); } }

.atom_district_accordion.css_only span {
  margin-right: 12px; }

.atom_district_accordion.css_only ul li i.accordion_state_icon:before, .atom_district_accordion.css_only ul li i.accordion_state_icon:after, .atom_district_accordion.css_only div.atom_district_accordion_content {
  transition: all 0.25s ease-in-out; }

.atom_district_accordion.css_only ul li {
  animation: flipdown 0.5s ease both; }

.atom_district_accordion.css_only li {
  border-bottom: 1px solid #eee;
  padding: 3px;
  margin: 0; }

.atom_district_accordion.css_only li::before {
  content: ""; }

.atom_district_accordion.css_only h5 {
  cursor: pointer; }

.atom_district_accordion.css_only div.atom_district_accordion_content {
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  /*transform: translate(0, 0);*/
  z-index: 2; }

.atom_district_accordion.css_only ul {
  list-style: none;
  /*perspective: 900;*/
  padding: 0;
  margin: 0; }

.atom_district_accordion.css_only ul li {
  position: relative; }

.atom_district_accordion.css_only ul li i.accordion_state_icon {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0; }

.atom_district_accordion.css_only ul li i.accordion_state_icon:before,
.atom_district_accordion.css_only ul li i.accordion_state_icon:after {
  content: "";
  position: absolute;
  /*background-color: #ff6873;*/
  background-color: black;
  width: 2px;
  height: 7px; }

.atom_district_accordion.css_only ul li i.accordion_state_icon:before {
  transform: translate(-2px, -6px) rotate(45deg); }

.atom_district_accordion.css_only ul li i.accordion_state_icon:after {
  transform: translate(2px, -6px) rotate(-45deg); }

.atom_district_accordion.css_only ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0; }

.atom_district_accordion.css_only ul li input[type=checkbox]:checked ~ div.atom_district_accordion_content {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  /*transform: translate(0, 50%);*/ }

.atom_district_accordion.css_only ul li input[type=checkbox]:checked ~ i.accordion_state_icon:before {
  transform: translate(2px, -6px) rotate(45deg); }

.atom_district_accordion.css_only ul li input[type=checkbox]:checked ~ i.accordion_state_icon:after {
  transform: translate(-2px, -6px) rotate(-45deg); }

/* 2017 Atom Fonts Style (Sort 1) */
@font-face {
  font-family: "Suisse";
  src: url("/static/themes/nak/webfont/SuisseIntl-Light-WebXL.woff2") format("woff2"), url("/static/themes/nak/webfont/SuisseIntl-Light-WebXL.woff") format("woff"), url("/static/themes/nak/webfont/SuisseIntl-Light-WebXL.ttf") format("ttf");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Suisse";
  src: url("/static/themes/nak/webfont/SuisseIntl-Ultralight-WebXL.woff2") format("woff2"), url("/static/themes/nak/webfont/SuisseIntl-Ultralight-WebXL.woff") format("woff"), url("/static/themes/nak/webfont/SuisseIntl-Ultralight-WebXL.ttf") format("ttf");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "Suisse";
  src: url("/static/themes/nak/webfont/SuisseIntl-Regular-WebXL.woff2") format("woff2"), url("/static/themes/nak/webfont/SuisseIntl-Regular-WebXL.woff") format("woff"), url("/static/themes/nak/webfont/SuisseIntl-Regular-WebXL.ttf") format("ttf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Suisse";
  src: url("/static/themes/nak/webfont/SuisseIntl-Thin-WebXL.woff2") format("woff2"), url("/static/themes/nak/webfont/SuisseIntl-Thin-WebXL.woff") format("woff"), url("/static/themes/nak/webfont/SuisseIntl-Thin-WebXL.ttf") format("ttf");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "Suisse";
  src: url("/static/themes/nak/webfont/SuisseIntl-Medium-WebXL.woff2") format("woff2"), url("/static/themes/nak/webfont/SuisseIntl-Medium-WebXL.woff") format("woff"), url("/static/themes/nak/webfont/SuisseIntl-Medium-WebXL.ttf") format("ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Suisse";
  src: url("/static/themes/nak/webfont/SuisseIntl-Bold-WebXL.woff2") format("woff2"), url("/static/themes/nak/webfont/SuisseIntl-Bold-WebXL.woff") format("woff"), url("/static/themes/nak/webfont/SuisseIntl-Bold-WebXL.ttf") format("ttf");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Suisse";
  src: url("/static/themes/nak/webfont/SuisseIntl-SemiBold-WebXL.woff2") format("woff2"), url("/static/themes/nak/webfont/SuisseIntl-SemiBold-WebXL.woff") format("woff"), url("/static/themes/nak/webfont/SuisseIntl-SemiBold-WebXL.ttf") format("ttf");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'nak_icons';
  src: url("fonts/nak_icons.eot?8cpqmr?");
  src: url("fonts/nak_icons.eot?8cpqmr#iefix?") format("embedded-opentype"), url("fonts/nak_icons.ttf?8cpqmr?2020051901") format("truetype"), url("fonts/nak_icons.woff?8cpqmr?2020051901") format("woff"), url("fonts/nak_icons.svg?8cpqmr#west?2020051901") format("svg");
  font-weight: 400;
  font-style: normal;
  unicode-range: U+e900-eaff; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'nak_icons';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* 2017 Atom Slider Styles (Sort 1) */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./bower_components/slick-carousel/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: 400;
  font-style: normal;
  src: url("./bower_components/slick-carousel/slick/fonts/slick.eot");
  src: url("./bower_components/slick-carousel/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./bower_components/slick-carousel/slick/fonts/slick.woff") format("woff"), url("./bower_components/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("./bower_components/slick-carousel/slick/fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 45%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 999; }
  @media screen and (max-width: 767px) {
    .slick-prev,
    .slick-next {
      top: 25%; } }
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 30px;
  line-height: 1;
  opacity: .85;
  color: #2786cf;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 1023px) {
    .slick-prev:before,
    .slick-next:before {
      font-size: 30px; } }
  @media screen and (max-width: 767px) {
    .slick-prev:before,
    .slick-next:before {
      font-size: 20px; } }
.slick-prev {
  left: 24px; }

[dir='rtl'] .slick-prev {
  right: 24px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: 24px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: 24px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  top: 74.5%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  height: 24px;
  line-height: 0;
  font-size: 0; }
  @media screen and (max-width: 1199px) {
    .slick-dots {
      display: none !important; } }
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 32x;
  height: 24px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  font-size: 0; }

.slick-dots li:before {
  content: "" !important; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 6px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  border: 1px solid #2786cf; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li.slick-active button {
  background: #2786cf;
  border: 1px solid #2786cf; }

/* 2017 Inhalt Auflistung Finanzberichte (Sort 1) */
.content_list_finance_cell {
  text-align: center;
  font-size: 13px;
  margin: 24px 24px 4px 24px; }

.content_list_finance_items {
  margin: 24px;
  clear: both; }

.content_list_finance_item {
  float: left;
  width: 12%;
  margin: 12px; }

.content_list_finance_item:first-child {
  width: 20%; }

.content_list_finance_preview {
  box-shadow: 1px 1px 3px #CCC;
  width: 100%; }

@media screen and (max-width: 767px) {
  .content_list_finance_item {
    width: 40% !important; } }

/* Inhalt Gemeindesuche international via Adressbuch (Sort 1) */
.content_map {
  position: relative; }

.content_map_extra {
  color: #fff;
  background: #2786cf;
  font-weight: 300px;
  padding: 2px 8px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px; }

/* 2017 Datenbank Kampagne (Sort 1) */
.database_news_gallery_padding {
  padding: 0 4px 4px 0; }
  @media screen and (max-width: 767px) {
    .database_news_gallery_padding {
      padding: 0 0 4px 0; } }
.database_news_intro {
  font-weight: 500; }
  @media (-webkit-min-device-pixel-ratio: 1.1) {
    .database_news_intro {
      font-weight: 400; } }
  @media (min--moz-device-pixel-ratio: 1.1) {
    .database_news_intro {
      font-weight: 400; } }
/* 2017 Atom Print Styles (Sort 1) */
@media print {
  h1.teaser_decoration, h1.teaser_decoration_16 {
    string-set: headingString content(text); }
  .database_news_caption {
    display: none; }
  @page {
    @bottom-center {
      content: string(headingString);
      color: #999;
      font-family: Suisse;
      font-size: 15px; }
    @bottom-right {
      content: counter(page);
      color: #999;
      font-family: Suisse;
      font-size: 15px; } }
  @page :first {
    padding-top: 0; }
  .print_database_news_gallery {
    page-break-before: always; }
  #main {
    padding-top: 120px;
    width: 100% !important;
    max-width: 100%; }
  h1, h2, h3, h4, h5 {
    page-break-after: avoid; }
  .teaser_overlay {
    bottom: 24px; }
  .teaser_decoration, .teaser_decoration_16 {
    display: inline;
    background: none;
    margin: 0px;
    padding: 0px;
    color: #000;
    font-size: 28px !important;
    line-height: 50px !important; }
  .teaser_decoration span, .teaser_decoration_16 span {
    display: inline;
    background-color: rgba(54, 125, 204, 0.75);
    margin-top: 15px;
    margin-right: 24px;
    padding-left: 24px !important;
    padding-right: 32px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
    font-style: italic;
    font-weight: 300;
    font-size: 28px !important;
    line-height: 50px !important; }
  div#menu__wrapper {
    display: none; }
  header h1 {
    top: 60px; }
  header h2 {
    top: 78px; }
  img {
    page-break-inside: avoid; }
  .transparent_blue {
    background: #2786cf;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2786cf', endColorstr='#2786cf')"; }
  body {
    -moz-print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important; } }

/* Aus print.css */
@media print {
  @page {
    size: 210mm 297mm;
    /* landscape */
    margin: 20mm 20mm 20mm 20mm; }
  @page :first {
    margin-top: 0; }
  * {
    -moz-print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important; }
  body {
    background: #fff; }
  #main {
    width: 100% !important;
    max-width: 100%; }
  h1, h2, h3, h4, h5 {
    page-break-after: avoid; }
  /* Header und Navigation */
  header,
  header.sticky {
    position: absolute;
    height: 120px;
    border-bottom-width: 4px;
    background: #fff; }
  header.sticky img {
    height: 72px;
    width: 72px;
    top: 24px;
    left: 24px; }
  header.sticky h1 {
    opacity: 1;
    bottom: 36px;
    left: 120px; }
  header.sticky h2 {
    opacity: 1;
    bottom: 18px;
    left: 120px; }
  header.sticky div.breadcrumbs {
    top: 120px;
    background: rgba(255, 255, 255, 0.8);
    left: 0; }
  header ul {
    display: none; }
  div.breadcrumbs {
    position: absolute; }
  /* Kampagnen-Teaser */
  .campaign_teaser ul.slider,
  ul.slider {
    background: #fff;
    transition: none !important;
    transform: none !important;
    height: auto; }
  ul.swiper-slide-active {
    width: 100% !important; }
  .campaign_teaser ul.slider figcaption,
  ul.slider figcaption {
    /*        width: auto;*/
    max-width: 622px;
    margin-left: 24px;
    margin-right: 24px;
    height: auto;
    margin-bottom: 0;
    overflow: hidden;
    transition: none; }
  .campaign_teaser ul.slider h1 i,
  ul.slider h1 i {
    padding-left: 48px !important;
    padding-right: 24px;
    max-width: 100%;
    transition: none; }
  .campaign_teaser ul.slider .stage div.overlay {
    width: 200px; }
  .campaign_teaser ul.slider .stage div.overlay span {
    font-size: 24px !important;
    line-height: 32px !important; }
  .campaign_teaser .swiper-button-next.sc-swiper,
  .campaign_teaser .swiper-container-rtl.sc-swiper .swiper-button-prev.sc-swiper,
  .campaign_teaser .swiper-button-prev.sc-swiper,
  .campaign_teaser .swiper-container-rtl.sc-swiper .swiper-button-next.sc-swiper {
    display: none; }
  /* Slider und Widgets */
  ul.slider {
    display: none; }
  ul.swiper-slide-active {
    display: block; }
  div.swiper-wrapper {
    height: auto !important; }
  div.article_slider {
    page-break-inside: avoid; }
  div.slider_image {
    page-break-inside: avoid; }
  .article_teaser figure {
    width: 100%;
    height: auto; }
  div.teaser_three {
    page-break-inside: avoid;
    width: 600px;
    margin-left: auto;
    margin-right: auto; }
  .teaser_three > div.teaser_three_content {
    page-break-inside: avoid;
    width: 184px;
    height: 276px; }
  .teaser_three > div .white {
    border: 1px solid #eee; }
  div.widget_neuapostolisch h3.header_widget,
  div.widget_instagram h3.header_widget,
  div.widget_facebook_grid h3.header_widget {
    line-height: 94px; }
  .widget_instagram img {
    width: 33% !important; }
  .widget_campaign {
    height: 100%; }
  .widget_campaign_text {
    font-size: 16px; }
  .widget_appointment_wrapper h3.header_widget {
    line-height: 40px !important;
    font-size: 16px !important; }
  .event_grid {
    width: 600px;
    /* page-break-inside: avoid;*/ }
  .event_grid .event_item {
    width: 184px;
    height: 276px;
    page-break-inside: avoid;
    border: 1px solid #5793C9; }
  .event_grid .h-content h3 {
    font-size: 14px; }
  .event_grid .h-content p {
    font-size: 12px; }
  .event_grid .h-content p .p-location {
    font-size: 12px; }
  div.youtube {
    display: none; }
  /* Termin-Übersicht */
  div.appointments_list {
    width: 100%; }
  ul.calendar {
    padding-left: 0;
    padding-right: 0; }
  div.wrapper_appointments .event_filter {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px; }
  div.wrapper_appointments .event_filter .event_filter_group {
    width: 33%;
    float: left; }
  div.appointment_details {
    page-break-inside: avoid; }
  /* Termin-Detail */
  div.event {
    background: #fff;
    padding-top: 48px; }
  div.event h1 i {
    padding-left: 24px !important;
    padding-right: 24px;
    max-width: 100%; }
  div.event figcaption {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
    padding: 24px 0;
    overflow: hidden; }
  div.event_infos {
    float: left;
    width: 100%; }
  div.wrapper_event_detail {
    display: block;
    float: left;
    padding-left: 8px;
    padding-right: 8px; }
  /* Meldungen Übersicht */
  div.article_result {
    width: 100%; }
  .article_item {
    page-break-inside: avoid;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee; }
  .article_item:last-of-type {
    border-bottom: 0; }
  .article_copy {
    padding: 16px 0; }
  div.article_filter {
    width: 100%;
    margin-top: 48px;
    padding-left: 24px;
    padding-right: 24px; }
  div.article_filter .article_filter_group {
    width: 33%;
    float: left; }
  /* Meldungen Detail */
  div.article h1 i {
    padding-left: 48px !important;
    padding-right: 24px;
    max-width: 100%; }
  div.article figcaption {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
    overflow: hidden; }
  div.article figcaption p {
    page-break-inside: avoid; }
  div.article aside {
    float: none;
    margin: 0 48px;
    margin-bottom: 48px;
    width: auto; }
  div.article aside .gallery a {
    display: inline-block;
    padding-right: 8px;
    padding-left: 8px;
    width: 25%;
    margin-bottom: 16px;
    float: left;
    transition: 0.5s ease; }
  div.article aside div.additional {
    padding-left: 8px;
    padding-right: 8px; }
  /* Kampagne und Publikationen */
  div.slider_less {
    background: #fff;
    page-break-inside: avoid; }
  div.slider_less figcaption {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 0;
    height: auto;
    overflow: hidden;
    transition: none; }
  div.slider_less h1 i {
    padding-left: 48px !important;
    padding-right: 24px;
    max-width: 100%;
    transition: none; }
  div.campaign_list {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0; }
  .campaign_item {
    page-break-inside: avoid;
    width: 184px;
    height: 276px;
    overflow: hidden;
    border: 1px solid #eee; }
  .campaign_item h4 {
    font-size: 16px;
    line-height: 20px; }
  .campaign_copy {
    padding: 8px 16px; }
  .campaign_copy p {
    font-size: 12px; }
  div.teaser_text {
    page-break-inside: avoid;
    width: 100%;
    margin-bottom: 24px;
    /*border-bottom: 1px solid #eee;*/
    padding: 0 12px; }
  /* div.teaser_text:last-of-type {
        border-bottom: 0;
    }*/
  div.teaser_text_content {
    padding: 24px 12px; }
  div.teaser_text_image {
    padding: 24px 12px; }
  /* Mitarbeiter und Gemeinden */
  div.mitarbeiter_list {
    width: 600px;
    margin-left: auto;
    margin-right: auto; }
  .mitarbeiter_item {
    page-break-inside: avoid;
    width: 184px;
    height: 276px;
    overflow: hidden;
    border: 1px solid #eee; }
  .congregations {
    margin-bottom: 0; }
  .congregation_detail {
    page-break-inside: avoid;
    height: 280px; }
  .congregation_inner {
    border: 1px solid #eee; }
  /* Kontakt */
  .contact_form {
    display: none; }
  .congregation_route .block {
    border: 0 !important; }
  .congregation_route .block_full {
    border: 0 !important;
    padding-top: 24px; }
  /* Footer und Social Media Links */
  footer,
  .additional.social_media {
    display: none; } }

/* Atom Gemeinden des Bezirks als Google Karte (Sort 1) */
google-map {
  height: 400px; }

.map {
  padding-bottom: 27px; }

.map a {
  font-family: "Suisse", sans-serif;
  font-weight: 500; }

#map_address {
  float: right;
  padding: 10px 0 0 9px;
  font-weight: 400;
  font-family: 'Suisse','nak_icons','sans-serif'; }

#map_address small {
  font-weight: 300; }

#map_address a {
  padding-bottom: 2px; }

#map_picture {
  float: left; }

#map_picture img {
  max-width: 150px; }

.location_marker {
  width: 36px;
  height: 36px;
  cursor: pointer; }

#nakMap {
  width: 100%;
  height: 400px;
  background-color: grey;
  margin: 0;
  -webkit-animation: undark 0.8s forwards;
  /* for less modern browsers */
  animation: undark 0.8s forwards; }

@keyframes dark {
  from {
    filter: brightness(100%); }
  to {
    filter: brightness(55%); } }

@keyframes undark {
  from {
    filter: brightness(55%); }
  to {
    filter: brightness(100%); } }

.mapboxgl-popup-content {
  border-radius: 8px !important;
  padding: 18px 12px 14px !important;
  font: 300 13px 'suisse','sans-serif';
  text-decoration: none;
  box-shadow: 0 2px 7px 1px #00000076 !important;
  display: flex; }

.content_map .mapboxgl-popup-content {
  width: 500px; }

.content_map a.top {
  padding-top: unset;
  margin-top: unset; }

.mapboxgl-popup-content button.mapboxgl-popup-close-button {
  color: black;
  margin-top: 0px;
  font-size: 26px;
  line-height: 18px;
  /*background: red;*/
  padding: 10px !important; }

.mapboxgl-popup-content img.icon_24 {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle; }

.mapboxgl-popup-content h4 {
  font-size: 18px !important;
  line-height: 20px !important; }

.mapboxgl-popup-content a {
  outline: none; }

.mapboxgl-popup-content p small {
  font-size: 12px;
  line-height: 14px; }

.mapboxgl-popup {
  max-width: 500px !important; }

/* 2017 Atom Gemeindeicons (Sort 1) */
.community_icon {
  height: 18px;
  display: inline; }

/* 2017 Inhalt Schaukasten Bewerbung (Sort 1) */
optgroup {
  font-weight: 500; }

/* 2017 Atom From Style (Sort 1) */
div.application {
  padding: 15px; }

div.application label {
  display: block;
  font-weight: 400;
  padding-top: 8px; }

div.application label.second {
  font-weight: 250;
  margin-top: 5px;
  font-size: 12px; }

div.application span.error {
  display: block;
  color: #900;
  margin-top: 0;
  font-weight: 600; }

div.application input[type=text], select, textarea {
  width: 100%;
  padding: 1px;
  border: 1px solid #ddd;
  margin-bottom: 2px; }

div.application input[type=number] {
  width: 80px;
  padding: 1px;
  border: 1px solid #bbb;
  margin-bottom: 2px; }

div.application button {
  margin: 16px 0;
  border: 0 none;
  padding: 8px 24px;
  background: #5793C9;
  color: #fff; }

div.application ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

div.application li::before {
  content: ''; }

div.application li {
  margin: 0; }

/* Inhalt Suche (Sort 1) */
.content_search p.help {
  padding-top: 5px;
  font-size: 13px; }

.content_search input {
  padding: 2px 3px; }

.content_search img {
  padding-right: 8px; }

.content_search a {
  color: #000;
  text-decoration: none;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block; }

.content_search a:hover {
  text-decoration: none; }

.content_search h3 em {
  font-weight: 300;
  font-style: normal; }

.flex-box {
  display: flex; }

.flex-grow {
  flex-grow: 1; }

.flex-fixed {
  flex-shrink: 0;
  flex-grow: 0; }

mark.first {
  background-color: #ddd;
  display: inline-block;
  padding: 1px 3px; }

button {
  padding: 4px 16px;
  background-color: #2786cf;
  color: #fff;
  font-weight: 400;
  border: 0 none; }

/* 2017 Widget  Werbebanner (Sort 1) */
.banner_advertisment {
  width: 100%;
  height: 100%; }

/* Atom Brotkrümmel (Sort 1) */
ol.breadcrumbs {
  list-style: none;
  margin: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  z-index: 998;
  padding: 0 8px; }

@media screen and (max-width: 767px) {
  ol.breadcrumbs {
    position: relative; } }

ol.breadcrumbs li {
  display: inline;
  font-size: 12px;
  margin: 0 0;
  padding: 0px; }

ol.breadcrumbs li a {
  font-size: inherit;
  color: #666; }

ol.breadcrumbs li strong {
  font-size: inherit;
  font-weight: 400;
  color: #666; }

/* Widget Instagram (Sort 1) */
.ijt_widget_instagram .container {
  display: block;
  height: 100%; }

.ijt_widget_instagram h3 {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  float: left;
  padding-top: 4px; }

.ijt_widget_instagram img.account {
  display: inline-block;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 8px; }

.ijt_widget_instagram .instagram_logo {
  display: inline-block;
  float: right;
  width: 30px;
  height: 30px;
  color: #ccc;
  margin-right: 4px; }

.ijt_widget_instagram .instagram_logo em {
  text-decoration: none;
  font-style: normal;
  font-size: 2em;
  line-height: 1em;
  display: block; }

.ijt_widget_instagram .clear {
  clear: both; }

.ijt_widget_instagram .title {
  display: block;
  height: 10%;
  max-height: 35px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
  flex-basis: 35px; }

.ijt_widget_instagram .image {
  display: block;
  width: 100%;
  height: 85%;
  max-height: 85%; }

.ijt_widget_instagram .image img {
  width: 120%;
  height: 100%;
  object-fit: cover; }

.ijt_widget_instagram .footer {
  flex-basis: 20px;
  height: 5%;
  max-height: 20px;
  width: 100%;
  border-top: 1px solid #eee;
  padding-top: 5px;
  margin-top: 5px;
  align-self: flex-end; }

.ijt_widget_instagram .footer small {
  line-height: 12px;
  color: #aaa;
  padding: 0;
  margin: 0;
  display: block; }

/* Inhalt Bilder (Sort 1) */
.css_grid_3 {
  display: grid;
  /* display: inline-grid;*/
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px; }
  @media screen and (max-width: 767px) {
    .css_grid_3 {
      grid-gap: 12px; } }
  @media screen and (max-width: 480px) {
    .css_grid_3 {
      grid-template-columns: 1fr; } }
.css_grid_3 div {
  grid-row: auto / span 1; }

/* Inhalt Login Internbereich (Sort 1) */
.intern_login input[type=email],
.intern_login input[type=text],
.intern_login input[type=password] {
  width: 100%;
  height: 32px;
  margin-bottom: 16px; }

.intern_login button {
  border: 0 none;
  padding: 8px 24px;
  background: #5793C9;
  color: #fff; }

.intern_login .info_msg,
.intern_login .error_msg,
.intern_login .status_msg {
  padding: 20px;
  color: #FFF;
  font-weight: 200;
  font-size: 15px;
  line-height: 150%;
  margin: 4px; }

.intern_login .info_msg::empty,
.intern_login .error_msg::empty,
.intern_login .status_msg::empty {
  margin: 0; }

.intern_login .status_msg {
  background: #519951; }

.intern_login .error_msg {
  background: #900; }

.intern_login .info_msg {
  background: #227A11; }

/* Styles Modul Register (Sort 1) */
.app_register {
  flex-direction: row !important;
  flex-wrap: wrap !important; }

.app_register .app_wrapper .app_grid .separator_line .line {
  border: 0;
  height: 1px;
  border-bottom: 1px solid #C2C0C0;
  margin: 1em 0; }

.app_register .app_wrapper .app_grid .app_empty {
  display: none; }

.app_register .filter .filter_item select {
  width: auto !important; }

.app_register .filter span {
  border: 1px solid #C2C0C0;
  padding: 13px 20px;
  cursor: pointer;
  background-color: #5793C9;
  color: #fff; }

.app_register .filter span.value_button {
  display: none; }

.app_register .app_wrapper .app_grid .form_button {
  background-color: #5793C9;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  height: 50px;
  width: 137px;
  border: 1px solid #C2C0C0;
  padding: 13px 20px;
  cursor: pointer; }

.app_register .app_wrapper .form_button > span {
  color: #ffffff;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400; }

.app_register .app_wrapper .app_grid ul {
  padding-left: 20px;
  list-style: none; }

.app_register .app_wrapper .app_grid ul li {
  list-style: square;
  list-style-position: outside;
  display: list-item;
  text-align: -webkit-match-parent; }

.app_register .app_wrapper .app_grid ul li::before {
  content: ""; }

.app_register .app_wrapper .app_grid .formular {
  display: block;
  position: relative;
  margin: 0 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.app_register .app_wrapper .app_grid .input_block {
  margin-bottom: 40px; }

.app_register .app_wrapper .app_grid .input_block > div {
  margin-bottom: 10px; }

.app_register .app_wrapper .app_grid input[type=text] {
  width: calc(75% - 28px);
  margin: 0 14px;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  color: #757576;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  border: 1px solid #E4E3D9;
  height: 50px; }

.app_register .app_wrapper .app_grid select {
  width: calc(75% - 28px);
  margin: 0 14px;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  margin-left: 0;
  margin-right: 0;
  height: 50px; }

.app_register .app_wrapper .app_grid label {
  width: calc(16.666% - 28px);
  margin: 0 14px;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  min-width: 185px; }

.app_register span.error {
  color: #900; }

.app_register h3 {
  margin-top: 24px; }

/* Inhalt 7 Tage Inzidenz (Sort 1) */
.inzidenz .text_color {
  color: #000; }

.inzidenz .grey1 {
  background-color: #eee; }

.inzidenz .grey2 {
  background-color: #bbbbbb; }

.inzidenz .grey3 {
  background-color: #888888; }

.inzidenz .grey4 {
  background-color: #555555; }

.inzidenz .blue1 {
  background-color: #7cadd6; }

.inzidenz .blue2 {
  background-color: #a3c5e2; }

.inzidenz .blue3 {
  background-color: #cadeee; }

.inzidenz .blue4 {
  background-color: #f1f6fa; }

.inzidenz .light_green {
  background-color: #44a130; }

.inzidenz .green {
  background-color: #1b6f1b; }

.inzidenz .orange {
  background-color: #ff8700; }

.inzidenz .light_red {
  background-color: #e73331; }

.inzidenz .yellow {
  background-color: #ffee00; }

.inzidenz .red {
  background-color: #a52019; }

.inzidenz {
  font-weight: 400; }

.inzidenz a {
  color: #000;
  display: block;
  font-size: 15px; }

.inzidenz a span.right {
  float: right;
  text-align: right;
  font-size: 12px; }

.inzidenz table {
  width: 100%; }

.inzidenz table th {
  font-weight: 500; }

.inzidenz table th,
.inzidenz table td {
  text-align: left;
  width: auto;
  padding: 3px 4px 3px 0; }

.inzidenz table th.right,
.inzidenz table td.right {
  text-align: right;
  font-size: 80%; }

.inzidenz table td {
  border-top: 1px solid #eee; }

@media (max-width: 768px) {
  .hide_smartphone {
    display: none; } }

/* Inhalt Modul-Ziel (Sort 1) */
.auflistung_seminare {
  padding: 0;
  background: #fff;
  margin: 24px 0 0 0px;
  box-sizing: border-box;
  display: block; }

@media screen and (min-width: 1024px) {
  .auflistung_seminare {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 24px); } }

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .auflistung_seminare {
    margin: 16px 0 0 0px;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(100% - 16px);
    max-width: calc(100% - 16px); } }

@media screen and (max-width: 767px) {
  .auflistung_seminare {
    margin: 8px 0 0 0;
    flex: 0 1 100%;
    max-width: 100%; } }

/* Widget Anmeldung Newsletter (Sort 1) */
.newsletter_form label.inline input[type="checkbox"] {
  width: auto;
  margin-bottom: 0;
  display: inline; }

.newsletter_form label {
  display: block;
  font-weight: 400;
  margin-bottom: 4px;
  margin-top: 10px;
  padding: 0; }

.newsletter_form .error {
  font-weight: 500;
  color: #900;
  margin-top: 4px;
  margin-bottom: 0;
  padding: 0; }

.newsletter_form input.full {
  display: block;
  width: 100%; }

.newsletter_form input.half {
  float: left;
  width: 50%; }

.newsletter_form textarea {
  width: 100%; }

.newsletter_form button {
  margin: 16px 0;
  border: 0 none;
  padding: 8px 24px;
  background: #5793C9;
  color: #fff; }

.newsletter_form .flash_msg {
  background: #090;
  padding: 10px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 9px;
  width: 100%; }

.newsletter_form .flash_error {
  background: #900;
  padding: 10px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 9px;
  width: 100%; }

/* Inhalt Ansprechpartner (Sort 1) */
.text_block img {
  width: 100%; }

.text_block_hidden {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.50; }

.text_block span.atom_media_subtitle {
  margin: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  font-weight: 200; }

/* Widget Ansprechpartner (Sort 1) */
.force-background-transparent {
  background: transparent !important; }

.background-white {
  background-color: white; }

/* Widget Instagram 2022 (Sort 1) */
.widget_instagram_2022 .container {
  display: block;
  height: 100%; }

.widget_instagram_2022 h3 {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  float: left;
  padding-top: 4px; }

.widget_instagram_2022 img.account {
  display: inline-block;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 8px; }

.widget_instagram_2022 .instagram_logo {
  display: inline-block;
  float: right;
  width: 30px;
  height: 30px;
  color: #ccc;
  margin-right: 4px; }

.widget_instagram_2022 .instagram_logo em {
  text-decoration: none;
  font-style: normal;
  font-size: 2em;
  line-height: 1em;
  display: block; }

.widget_instagram_2022 .clear {
  clear: both; }

.widget_instagram_2022 .title {
  display: block;
  height: 10%;
  max-height: 35px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
  flex-basis: 35px; }

.widget_instagram_2022 .image {
  display: block;
  width: 100%;
  height: 85%;
  max-height: 85%; }

.widget_instagram_2022 .image img {
  width: 120%;
  height: 100%;
  object-fit: cover; }

.widget_instagram_2022 .footer {
  flex-basis: 20px;
  height: 5%;
  max-height: 20px;
  width: 100%;
  border-top: 1px solid #eee;
  padding-top: 5px;
  margin-top: 5px;
  align-self: flex-end; }

.widget_instagram_2022 .footer small {
  line-height: 12px;
  color: #aaa;
  padding: 0;
  margin: 0;
  display: block; }

/* Inhlat Katechismus & FAQ (Sort 1) */
.catechism_wrapper input[type=checkbox] {
  position: absolute;
  opacity: 0; }

.catechism_wrapper input[type=checkbox]:checked + label + div {
  display: block; }

.catechism_wrapper input[type=checkbox]:checked ~ label > .arrow {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.catechism_wrapper .faq_content {
  display: none; }

.faq_questions label {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  display: block;
  width: 100%;
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  cursor: pointer; }

.faq_questions label i {
  float: right; }

.faq_questions .reference {
  color: #900; }

.faq_questions .description {
  background: #dbeefe;
  padding: 10px;
  margin-top: 20px; }

ul.toc {
  padding: 0;
  margin-left: 20px; }

ul.toc.main {
  margin-bottom: 20px; }

.catechism_wrapper h3 {
  margin-bottom: 12px; }

.catechism_wrapper ul.menu {
  padding: 0;
  margin: 0 0 2em 0; }

.catechism_wrapper ul.menu li {
  display: block;
  background-color: #5793C9;
  color: #fff;
  padding: 0;
  margin: 0; }

.catechism_wrapper ul.menu li.active {
  background-color: #fff; }

.catechism_wrapper ul.menu li a {
  display: block;
  padding: 12px 12px 6px 12px;
  color: #fff;
  text-decoration: none; }

.catechism_wrapper ul.menu li.active a {
  color: #000; }

.catechism_wrapper ul.menu li:before {
  content: "";
  padding-right: 0px; }

.catechism_wrapper a {
  line-height: 24px;
  text-decoration: none; }

.catechism_wrapper .extrakt-block {
  background-color: #dbeefe;
  padding: 10px;
  color: #444; }

.catechism_wrapper .breadcrums {
  font-size: 10px;
  color: #444;
  margin-bottom: 10px; }

.catechism_wrapper .breadcrums a {
  font-size: 12px;
  color: #4980B1; }

.catechism_wrapper h6 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  padding: 0;
  margin: 10px 0 5px 0; }

/* Atom Cookie Einstellungen (Sort 1) */
.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center; }
  .modal button {
    padding: 4px 16px;
    background-color: #2786cf;
    color: #fff;
    font-weight: 400;
    border: 0 none;
    font-size: 17px; }
  .modal a.button {
    padding: 4px 16px;
    background-color: #2786cf;
    color: #fff;
    font-weight: 400;
    border: 0 none;
    font-size: 17px; }
  .modal a.button_gray {
    padding: 4px 16px;
    background-color: #999;
    color: #fff;
    font-weight: 400;
    border: 0 none;
    font-size: 17px; }
  .modal.open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    z-index: 10000; }
  .modal-bg {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%; }
  .modal-container {
    border-radius: 10px;
    background: #fff;
    position: relative;
    padding: 30px;
    width: 500px;
    max-width: 90%;
    overflow: auto;
    max-height: 80vh; }
  .modal-close {
    cursor: pointer; }
  .modal a {
    cursor: pointer; }
  .modal .off {
    display: none; }
  .modal-extended {
    border-radius: 10px;
    background: #fff;
    position: relative;
    padding: 30px;
    width: 500px;
    max-width: 90%;
    overflow: auto;
    max-height: 80vh; }
  .modal-bar {
    display: flex; }
    .modal-bar .space {
      flex-grow: 1; }
  .modal-bar-top {
    margin-top: 2em; }
  .modal-bar-bottom {
    margin-bottom: 2em; }
  .modal-row {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    flex-wrap: wrap;
    align-items: center; }
    .modal-row .space {
      flex-grow: 1; }
  .modal-settings {
    margin-bottom: 1em; }
  .modal .modal-row span.hidden_text {
    display: none;
    flex-basis: 100%;
    font-size: 80%;
    line-height: 120%;
    padding-left: 1.8em; }
  .modal input.text_input {
    display: none; }
  .modal input.text_input:checked + span {
    transform: rotate(90deg);
    position: absolute;
    right: 0;
    top: -1.5em; }
  .modal input.text_input:checked + span + .hidden_text {
    display: block; }
  .modal label {
    cursor: pointer;
    position: relative; }

/* Auflistung FAQ Kategorie (Sort 1) */
.content_faq .inner {
  background: white; }
  .content_faq .inner h2 {
    margin-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      .content_faq .inner h2 {
        margin-bottom: 16px; } }
  .content_faq .inner .item {
    border-top: 2px solid #f9f6ef;
    padding-top: 16px;
    padding-bottom: 16px; }
    .content_faq .inner .item label {
      color: #3777b1;
      font-size: 16px;
      line-height: 24px;
      font-weight: 600;
      cursor: pointer;
      display: block;
      padding-right: 32px;
      position: relative;
      user-select: none; }
    .content_faq .inner .item input {
      display: none; }
    .content_faq .inner .item .content {
      display: none;
      padding-top: 16px;
      padding-right: 32px; }
    .content_faq .inner .item .open,
    .content_faq .inner .item .close {
      position: absolute;
      right: 0;
      top: 0;
      opacity: 1;
      transition: opacity 0.3s ease; }
    .content_faq .inner .item input + label .close {
      opacity: 0; }
    .content_faq .inner .item input:checked + label .open {
      opacity: 0; }
    .content_faq .inner .item input:checked + label .close {
      opacity: 1; }
    .content_faq .inner .item input:checked + label + .content {
      display: block; }
