@charset "UTF-8";
/* noto-sans-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: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-v37-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-italic - 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: "Noto Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/noto-sans-v37-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-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: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-v37-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-700italic - 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: "Noto Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/noto-sans-v37-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* LESS */
/* GENERELL */
body {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5em !important;
  line-height: 170%;
  font-weight: 400;
  color: #5c6473;
  background-image: url("/media/white_paperboard.png");
  padding-top: 50px;
}
body#seelsorgeraum {
  color: #180a00;
}
body#wilten {
  color: #2d4048;
}
body#wiltenwest {
  color: #36433f;
}
body#jungschar {
  color: #344033;
}
a {
  color: #5c6473;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .box {
    height: auto !important;
  }
}
.quader {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
/* FÜR SPONSORENLEISTE  */
img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.centered {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
/* TERMINE HINTERGRÜNDLICHES  */
.termin {
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
}
.terminjungschar {
  background: -webkit-linear-gradient(100deg, #e8f0e7, white);
  background: linear-gradient(100deg, #e8f0e7, white);
}
.terminwilten {
  background: -webkit-linear-gradient(100deg, #fcf7e6, white);
  background: linear-gradient(100deg, #fcf7e6, white);
}
.terminwiltenwest {
  background: -webkit-linear-gradient(100deg, #fce9e6, white);
  background: linear-gradient(100deg, #fce9e6, white);
}
.terminseelsorgeraum {
  background: -webkit-linear-gradient(100deg, #d9e9eb, white);
  background: linear-gradient(100deg, #d9e9eb, white);
}
/* BILDER */
.img-responsive {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
}
.img-rounded {
  border-radius: 3px;
}
.img-thumbnail {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.6);
}
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
h1 {
  font-size: 2.2em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#seelsorgeraum h1 {
  color: #85b9bf;
}
#wilten h1 {
  color: #2d4048;
}
#wiltenwest h1 {
  color: #36433f;
}
#jungschar h1 {
  color: #344033;
}
h2, h3, h4, h5 {
  font-weight: 400;
}
h2 {
  font-size: 1.2em;
  line-height: 170%;
}
h3 {
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.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;
  background-color: #000;
  color: #fff;
}
.thumbnail {
  border: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .box {
    height: auto !important;
  }
}
#seelsorgeraum hr {
  border-top: 1px dotted #85b9bf;
}
#wilten hr {
  border-top: 1px dotted #eed574;
}
#wiltenwest hr {
  border-top: 1px dotted #ea452c;
}
#jungschar hr {
  border-top: 1px dotted #688066;
}
.page-header {
  border-bottom: 0px;
}
/* WELL */
.well {
  border: 0;
  box-shadow: inset 0 0 0;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0;
  margin-bottom: 0;
}
/* PAGINATION */
.pagination > li > a, .pagination > li > span {
  border: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* 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;
}
.vierer h3 {
  color: #fff;
}
#wilten .vierer h3 {
  color: #2d4048;
}
#seelsorgeraum .vierer {
  background-color: rgba(133, 185, 191, 0.3);
}
#wilten .vierer {
  background-color: rgba(244, 227, 161, 0.5);
}
#wiltenwest .vierer {
  background-color: rgba(234, 69, 44, 0.3);
}
#jungschar .vierer {
  background-color: #9cbf99;
}
/* FUSS */
.fuss {
  padding: 30px 0;
}
#seelsorgeraum .fuss a {
  color: #85b9bf;
}
#wilten .fuss a {
  color: #2d4048;
}
#wiltenwest .fuss a {
  color: #36433f;
}
#jungschar .fuss a {
  color: #344033;
}
/* BUTTON */
.btn {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  border-radius: 3px;
}
.btn-bd {
  color: #fff;
}
#seelsorgeraum .btn-bd {
  background-color: #85b9bf;
}
#wilten .btn-bd {
  background-color: #eed574;
  color: #2d4048;
}
#wiltenwest .btn-bd {
  background-color: #ea452c;
}
#seelsorgeraum .btn-bd:hover, #seelsorgeraum .btn-bd:active {
  color: #fff;
  background-color: rgba(76, 138, 146, 0.3);
}
#wilten .btn-bd:hover, #wilten .btn-bd:active {
  color: #fff;
  background-color: rgba(233, 200, 70, 0.5);
}
#wiltenwest .btn-bd:hover, #wiltenwest .btn-bd:active {
  color: #fff;
  background-color: rgba(160, 35, 16, 0.3);
}
#jungschar .btn-bd {
  background-color: #9cbf99;
}
#jungschar .btn-bd:hover, #jungschar .btn-bd:active {
  color: #fff;
  background-color: #3a4739;
}
.btn-vierer {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-vierer:hover {
  color: #fff;
  background-color: #adc13c;
  border-color: #fff;
}
.btn-primary {
  background-color: #919191;
  border-color: #919191;
}
.btn-primary:hover, .btn-primary:active {
  color: #fff;
  background-color: #787878;
  border-color: #787878;
}
.btn-danger {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-danger:hover, .btn-danger.active {
  color: #fff;
  background-color: #5c6473;
  border-color: #fff;
}
/* NAVI */
.navbar-fixed-top {
  border-width: 0 0 0;
}
#seelsorgeraum .navbar-inverse {
  background-color: #85b9bf;
}
#wilten .navbar-inverse {
  background-color: #eed574;
}
#wiltenwest .navbar-inverse {
  background-color: #ea452c;
}
#jungschar .navbar-inverse {
  background-color: #9cbf99;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}
#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: rgba(76, 138, 146, 0.3);
}
#wilten .navbar-inverse .navbar-nav > .active > a, #wilten .navbar-inverse .navbar-nav > .active > a:hover, #wilten .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgba(233, 200, 70, 0.5);
}
#wiltenwest .navbar-inverse .navbar-nav > .active > a, #wiltenwest .navbar-inverse .navbar-nav > .active > a:hover, #wiltenwest .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgba(160, 35, 16, 0.3);
}
#jungschar .navbar-inverse .navbar-nav > .active > a, #jungschar .navbar-inverse .navbar-nav > .active > a:hover, #jungschar .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #3a4739;
}
.navbar-brand {
  color: #5c6473 !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;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .navbar .navbar-collapse {
    text-align: center;
  }
}
#seelsorgeraum .dropdown-menu > .active > a, #seelsorgeraum .dropdown-menu > .active > a:focus, #seelsorgeraum .dropdown-menu > .active > a:hover {
  color: #5c6473;
  background-color: rgba(133, 185, 191, 0.3);
}
#wiltenwest .dropdown-menu > .active > a, #wiltenwest .dropdown-menu > .active > a:focus, #wiltenwest .dropdown-menu > .active > a:hover {
  color: #5c6473;
  background-color: rgba(234, 69, 44, 0.3);
}
#wilten .dropdown-menu > .active > a, #wilten .dropdown-menu > .active > a:focus, #wilten .dropdown-menu > .active > a:hover {
  color: #5c6473;
  background-color: rgba(244, 227, 161, 0.5);
}
#jungschar .dropdown-menu > .active > a, #jungschar .dropdown-menu > .active > a:focus, #jungschar .dropdown-menu > .active > a:hover {
  color: #5c6473;
  background-color: #688066;
}
/* 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: #5c6473;
}
#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;
}
/* GOOGLE SEO STYLE */
.google {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 2px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border: 1px solid #e7e7e7;
  padding: 30px;
  max-width: 700px;
}
.google .title {
  color: #1a0dab;
  cursor: pointer;
  font-family: arial, regular;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  visibility: visible;
  white-space: nowrap;
}
.google .title:hover {
  text-decoration: underline;
}
.google .link {
  color: #006621 !important;
  font-family: arial, regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  visibility: visible;
}
.google .description {
  color: #545454;
  font-family: arial, regular;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  visibility: visible;
  word-wrap: break-word;
}
.google .arrow {
  border-bottom-color: #006621;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 4px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 4px;
  border-top-color: #006621;
  border-top-style: solid;
  border-top-width: 5px;
  color: gray;
  cursor: default;
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  height: 0;
  position: absolute;
  line-height: 27px;
  margin-left: 3px;
  margin-top: 6px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: visible;
  white-space: nowrap;
  width: 0;
}
