@charset "UTF-8";
/* roboto-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v32-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v32-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v32-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* GENERELL */
body {
  font-family: "Roboto", sans-serif;
  font-size: 1.5em !important;
  line-height: 170%;
  font-weight: 300;
  color: #fff;
  padding-top: 50px;
}
a {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .box {
    height: auto !important;
  }
}
.img-responsive {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
}
.img-rounded {
  border-radius: 2px;
}
h1 {
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
h2 {
  font-size: 1.4em;
  line-height: 150%;
}
h3 {
  font-size: 1.3em;
  letter-spacing: 0.05em;
}
p {
  font-weight: 400;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #5c6473;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  color: #fff;
}
.thumbnail {
  border: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
  border-top: 1px dashed #e4ecea;
}
.page-header {
  border-bottom: 0px;
}
.well {
  border: 0;
  box-shadow: inset 0 0 0;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  margin-bottom: 30px;
}
.millo {
  background-image: url("/media/allgemein/millo.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
/* PAGINATION */
.pagination > li > a, .pagination > li > span {
  border: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
/* NAV TABS */
.nav-tabs {
  border-bottom: 1px solid #eae8eb;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border-width: 0;
}
.nav-tabs > li > a {
  border: none;
  color: #666;
}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
  border: none;
  color: #5c6473 !important;
  background: transparent;
}
.nav-tabs > li > a::after {
  content: "";
  background: #5c6473;
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
  transform: scale(1);
}
.tab-nav > li > a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff;
}
.tab-pane {
  padding: 15px 0;
}
.tab-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* VIERER */
.vierer {
  padding: 30px 0;
  background-color: white;
}
/* FUSS */
.fuss {
  padding: 30px 0;
}
.fuss a {
  color: #fff;
}
/* BUTTON */
.btn {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
  border-radius: 2px;
}
.btn-bd {
  color: #fff;
}
/* NAVI */
.navbar-fixed-top {
  border-width: 0 0 0;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.navbar-brand {
  color: #fff !important;
}
.navbar-inverse .navbar-toggle {
  border-color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    font-size: 18px;
  }
}
/* GALLERY */
.gallery img {
  margin-bottom: 25px;
}
#lightbox .modal-content {
  display: inline-block;
  text-align: center;
}
/* BILDER FÜR WYSIWYG */
.img-responsive-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-responsive-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-50-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-50-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-33-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-33-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-25-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-25-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
/* COOKIE BAR */
#cookie-bar {
  background: #282828;
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 10px 0;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
  z-index: 1000;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar .cb-enable {
  background: #82b646;
}
#cookie-bar .cb-enable:hover {
  background: #fff;
}
#cookie-bar .cb-disable {
  background: #f6ae01;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #0033bb;
}
#cookie-bar .cb-policy:hover {
  background: #0055dd;
}
/* HÖTTING */
#hoetting #tree li a {
  color: #280708;
  font-weight: 700;
}
body#hoetting {
  color: #280708;
}
#hoetting .vierer {
  background-color: #fbe6e6;
  color: #280708;
}
#hoetting h1, #hoetting h2, #hoetting h3, #hoetting h4, #hoetting h5, .fuss a {
  color: #280708;
}
#hoetting .terminspalte {
  border-left: 1px dashed #e24c52;
}
#hoetting .back-to-top {
  background-color: #801519;
}
#hoetting .btn-bd {
  background-color: #ac1c21;
}
#hoetting .btn-bd:hover, #hoetting .btn-bd:active {
  color: #fff;
  background-color: #801519;
}
#hoetting .navbar-inverse {
  background-color: #d8232a;
}
#hoetting .navbar-inverse .navbar-nav > .active > a, #hoetting .navbar-inverse .navbar-nav > .active > a:hover, #hoetting .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #801519;
}
#hoetting .dropdown-menu > .active > a, #hoetting .dropdown-menu > .active > a:focus, #hoetting .dropdown-menu > .active > a:hover {
  color: #fff;
  background-color: #d8232a;
}
/* HUNGERBURG */
#hungerburg #tree li a {
  color: #361408;
  font-weight: 700;
}
body#hungerburg {
  color: #361408;
}
#hungerburg .vierer {
  background-color: #f3c1b0;
  color: #361408;
}
#hungerburg h1, #hungerburg h2, #hungerburg h3, #hungerburg h4, #hungerburg h5, .fuss a {
  color: #361408;
}
#hungerburg .terminspalte {
  border-left: 1px dashed #e67b57;
}
#hungerburg .back-to-top {
  background-color: #8f3415;
}
#hungerburg .btn-bd {
  background-color: #bc441b;
}
#hungerburg .btn-bd:hover, #hungerburg .btn-bd:active {
  color: #fff;
  background-color: #8f3415;
}
#hungerburg .navbar-inverse {
  background-color: #e0582a;
}
#hungerburg .navbar-inverse .navbar-nav > .active > a, #hungerburg .navbar-inverse .navbar-nav > .active > a:hover, #hungerburg .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #8f3415;
}
#hungerburg .dropdown-menu > .active > a, #hungerburg .dropdown-menu > .active > a:focus, #hungerburg .dropdown-menu > .active > a:hover {
  color: #fff;
  background-color: #e0582a;
}
/* ST NIKOLAUS */
#stnikolaus #tree li a {
  color: #452607;
  font-weight: 700;
}
body#stnikolaus {
  color: #452607;
}
#stnikolaus .vierer {
  background-color: #f8d8b9;
  color: #452607;
}
#stnikolaus h1, #stnikolaus h2, #stnikolaus h3, #stnikolaus h4, #stnikolaus h5, .fuss a {
  color: #452607;
}
#stnikolaus .terminspalte {
  border-left: 1px dashed #efa55c;
}
#stnikolaus .back-to-top {
  background-color: #a3580f;
}
#stnikolaus .btn-bd {
  background-color: #d17214;
}
#stnikolaus .btn-bd:hover, #stnikolaus .btn-bd:active {
  color: #fff;
  background-color: #a3580f;
}
#stnikolaus .navbar-inverse {
  background-color: #eb8b2d;
}
#stnikolaus .navbar-inverse .navbar-nav > .active > a, #stnikolaus .navbar-inverse .navbar-nav > .active > a:hover, #stnikolaus .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #a3580f;
}
#stnikolaus .dropdown-menu > .active > a, #stnikolaus .dropdown-menu > .active > a:focus, #stnikolaus .dropdown-menu > .active > a:hover {
  color: #fff;
  background-color: #eb8b2d;
}
/* SEELSORGERAUM */
#seelsorgeraum #tree li a {
  color: #3e5952;
  font-weight: 700;
}
body#seelsorgeraum {
  color: #3e5952;
}
#seelsorgeraum .vierer {
  background-color: #e0e9e7;
  color: #3e5952;
}
#seelsorgeraum h1, #seelsorgeraum h2, #seelsorgeraum h3, #seelsorgeraum h4, #seelsorgeraum h5, .fuss a {
  color: #3e5952;
}
#seelsorgeraum .terminspalte {
  border-left: 1px dashed #c2d4cf;
}
#seelsorgeraum .back-to-top {
  background-color: #689589;
}
#seelsorgeraum .btn-bd {
  background-color: #86aaa1;
}
#seelsorgeraum .btn-bd:hover, #seelsorgeraum .btn-bd:active {
  color: #fff;
  background-color: #689589;
}
#seelsorgeraum .navbar-inverse {
  background-color: #a4bfb8;
}
#seelsorgeraum .navbar-inverse .navbar-nav > .active > a, #seelsorgeraum .navbar-inverse .navbar-nav > .active > a:hover, #seelsorgeraum .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #689589;
}
#seelsorgeraum .dropdown-menu > .active > a, #seelsorgeraum .dropdown-menu > .active > a:focus, #seelsorgeraum .dropdown-menu > .active > a:hover {
  color: #fff;
  background-color: #a4bfb8;
}
