/*
CSS sr-heilig-kreuz.de
WST 2019-2020
*/


/* quattrocento-sans-regular - latin */

@font-face {
  font-family: 'Quattrocento Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quattrocento-sans-v12-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Quattrocento Sans'), local('QuattrocentoSans'), url('../fonts/quattrocento-sans-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/quattrocento-sans-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/quattrocento-sans-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../fonts/quattrocento-sans-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/quattrocento-sans-v12-latin-regular.svg#QuattrocentoSans') format('svg');
  /* Legacy iOS */
}

/* quattrocento-sans-700 - latin */

@font-face {
  font-family: 'Quattrocento Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/quattrocento-sans-v12-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Quattrocento Sans Bold'), local('QuattrocentoSans-Bold'), url('../fonts/quattrocento-sans-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/quattrocento-sans-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/quattrocento-sans-v12-latin-700.woff') format('woff'), /* Modern Browsers */
  url('../fonts/quattrocento-sans-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/quattrocento-sans-v12-latin-700.svg#QuattrocentoSans') format('svg');
  /* Legacy iOS */
}

/* !Grundlayout */

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*, ::before, ::after {
  box-sizing: inherit;
}
body, html {
  height: 100%;
}
#wrapper {
  max-width: 1500px;
  margin: 0 auto;
  background-color: #e2e9ba;
  border: 0 solid #7cb542;
  border-width: 0 4px;
  min-height: 100%;
  position: relative;
}
#container {
  min-height: 600px;
}
#main .inside {
  margin-left: 320px;
  background-color: #ffffff;
}
#main>.inside>.mod_article {
  padding: 30px;
}
#header, #quote {
  border: 0 solid #7cb542;
  border-right: 4px solid #7cb542;
}

/* !Allgemeines zu Schriften, Farben, Abstände etc. */

body {
  font-family: 'Quattrocento Sans', sans-serif;
  font-weight: 400;
  color: #191716;
  font-size: 18px;
  line-height: 1.4em;
  background-color: #f2f3f3;
}
p, ul, .ce_gallery {
  margin-bottom: 24px;
}
.textumbruch {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
a {
  color: #88BE41;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}
a, a *, a:before, a:after {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
a[href^="tel"] {
  white-space: nowrap;
}
h1, h2, h3, h4, h5, h6 {
  color: #88BE41;
  font-weight: 400;
  margin: 0 0 24px;
}
h1, h2 {
  font-size: 32px;
  line-height: 1.2em;
  margin: 0 0 36px;
}
h3, h4, h5, h6, .teaser h2 {
  font-size: 22px;
  line-height: 1.2em;
}
h1.ce_headline, h2.ce_headline, .mod_newsreader h1, .mod_eventreader h1 {
  text-align: center;
  background: transparent url(../images/spacer.png) bottom center no-repeat;
  text-transform: uppercase;
}
h1.ce_headline, .mod_newsreader h1, .mod_eventreader h1 {
  padding-bottom: 10px;
}
h2.ce_headline {
  padding-top: 10px;
  background-position: top center;
}
strong {
  font-weight: 700;
}
img {
  display: block;
}
#main .image_container .caption {
  font-weight: 700;
  color: #000;
  padding: 10px 20px 10px 0;
  min-height: 45px;
}
#main .image_container a {
  display: inline-block;
  position: relative;
}
#main .image_container a::after {
  position: absolute;
  right: 0;
  bottom: 10px;
  content: "";
  width: 10px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='caret-up' class='svg-inline--fa fa-caret-up fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23000' d='M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.ce_text ul {
  margin-left: 20px;
  list-style-type: disc;
}
.ce_text ol {
  margin-left: 20px;
  list-style-type: decimal;
}

/* !Kopfbereich */

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  z-index: 500;
}
#logo a, #logo strong, #logo span {
  display: block;
}
#logo a {
  color: #191716;
  text-align: center;
  padding: 20px;
}
#logo strong {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
  line-height: 1em;
}
#logo span {
  font-size: 14px;
  line-height: 2em;
}

/* !Navigation */

#navMain ul {
  margin-bottom: 0;
}
#navMain a, #navMain strong, #navMobile {
  display: block;
  color: #000;
  text-transform: uppercase;
  padding-left: 20px;
  font-size: 1em;
  line-height: 1.8em;
}
#navMain a.trail, #navMain strong {
  font-weight: 700;
}
#navMain ul ul {
  padding-left: 20px;
}
#navMain .level_1>li {
  background: transparent url(../images/spacer_nav.png) bottom center no-repeat;
  background-size: 280px;
  padding: 20px 0 10px;
}
#navIcons {
  text-align: right;
  border-top: 4px solid #7cb542;
}
#navIcons ul {
  display: inline-block;
  background-color: #f2f3f3;
  padding: 10px;
  margin-bottom: 0;
  font-size: 10px;
}
#navIcons li {
  float: left;
}
#navIcons li:first-of-type {
  margin-left: auto;
}
#navIcons a {
  display: block;
  padding: 0 10px;
  color: #9CC425;
  border-right: 1px solid #9CC425;
}
#navIcons li:last-of-type a {
  border-width: 0;
}
#navMobile {
  display: none;
  position: fixed;
  transform: rotate(0.0rad);
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  padding: 12px 20px;
  background-color: #f2f3f3;
  text-align: right;
  color: #9CC425;
  height: 56px;
  overflow: hidden;
  border: 0 solid #7cb542;
  border-width: 0 4px;
}
.ie7 .mobile_menu, .op12 .mobile_menu, .op11 .mobile_menu, .op10 .mobile_menu, .ff1 .mobile_menu, .ff2 .mobile_menu, .ff3 .mobile_menu, .ff4 .mobile_menu, .ff5 .mobile_menu, .ff6 .mobile_menu, .ff7 .mobile_menu, .ff8 .mobile_menu, .ff9 {
  display: none !important;
}
.mobile_menu_trigger:hover {
  cursor: pointer;
}
.mobile_menu .inner {
  background-color: #e2e9ba;
}
.mobile_menu ul {
  margin-bottom: 0;
}
.mobile_menu li {
  list-style-type: none;
  border-bottom: 1px solid #9cc425;
}
.mobile_menu li.inner, .mobile_menu .inner a {
  overflow: visible;
}
.mobile_menu .submenu li.last {
  border-bottom: 0;
}
.mobile_menu .submenu li.first {
  border-top: 1px solid #9cc425;
}
.mobile_menu a, .mobile_menu strong {
  display: block;
  color: #000;
  padding: 5px 15px;
  text-decoration: none;
}
.mobile_menu .submenu_hide>a:before, .mobile_menu .submenu_hide>strong:before {
  display: inline-block;
  content: "+";
  width: 20px;
}
.mobile_menu .submenu_show>a:before, .mobile_menu .submenu_show>strong:before {
  display: inline-block;
  content: "-";
  width: 20px;
}
.mobile_menu a:hover, .mobile_menu a.trail, .mobile_menu strong {
  background-color: #fff;
}
.mobile_menu .level_2 a, .mobile_menu .level_2 strong {
  padding-left: 35px;
}
.mobile_menu .level_3 a, ..mobile_menu .level_3 strong {
  padding-left: 55px;
}
.mobile_menu .versteckt {
  display: none;
}
#legal {
  position: absolute;
  left: 20px;
  top: 0;
  padding: 4px 0;
}
#legal a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #666;
}

/* !Fußbereich */

#footer {
  background-color: #f2f3f3;
  position: relative;
}
#footer::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 320px;
  right: 0;
  background: transparent url(../images/spacer2.png) top center no-repeat;
  background-size: cover;
  height: 5px;
}
#footer .inside {
  padding-left: 320px;
}
#footer .flex, #sitemaps ul.level_1 {
  display: flex;
}
#quote, #sitemaps .level_1>li, #contact .level_1 {
  padding: 0 20px;
}
#quote, #sitemaps, #contact {
  padding-top: 24px;
}
#sitemaps {
  padding-bottom: 24px;
}
#quote {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 320px;
  text-align: center;
  background-color: #e2e9ba;
  font-size: 24px;
}
#quote em {
  font-style: normal;
  text-transform: uppercase;
}
#quote strong {
  font-size: 1.2em;
  line-height: 1.4em;
}
#contact {
  margin-left: auto;
}
#footer .nav li {
  line-height: 1em;
}
#footer .nav a, #footer .nav strong {
  font-size: 12px;
  line-height: 1.2em;
  color: #000;
}
#sitemaps ul.level_1 {
  flex-wrap: wrap;
  margin-bottom: 0;
}
#sitemaps .level_1 ul {
  margin-bottom: 24;
}
#sitemaps ul ul {
  padding-left: 0px;
}
#sitemaps .level_1>li>a, #contact .level_1>li:first-of-type>a {
  font-weight: 700;
}

/* !Slider */

.swiper-container, .swiper-wrapper {
  z-index: 0;
}
.swiper-button-next, .swiper-button-prev {
  background-image: none;
  line-height: 30px;
  color: #bbbbbb;
  top: 50%;
  margin-top: -25px;
  padding: 10px 20px;
}
.swiper-pagination-bullet {
  background-color: #bbbbbb;
  opacity: 1;
}
.swiper-button-next:hover, .swiper-button-prev:hover, .swiper-pagination-bullet:hover, .swiper-pagination-bullet-active {
  background-color: #fff;
}

/* !Spalten */

.column {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  margin-bottom: 21px;
  justify-content: space-between;
}
.column>div {
  margin-bottom: 24px;
}
.column.bg_color {
  margin: 30px -30px;
  padding: 30px 30px 6px;
}
.txt_black * {
  color: #000 !important;
  border-color: #000 !important;
}
.txt_white * {
  color: #fff !important;
  border-color: #fff !important
}

/* !Veranstaltungen / Nachrichten */

.mod_eventlist h2, .layout_latest h2 {
  font-size: 28px;
  margin: 6px 0;
}
.mod_eventlist p, .layout_latest p {
  margin-bottom: 0;
}
.mod_eventlist .event {
  margin-bottom: 36px;
}
.mod_eventlist .layout_upcoming {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='circle' class='svg-inline--fa fa-circle fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 12px;
  background-size: 6px;
  margin-left: 2px;
  margin-bottom: 0;
}
.mod_eventlist .layout_upcoming:last-of-type {
  margin-bottom: 24px;
}
.layout_latest {
  display: flex;
  margin-bottom: 36px;
}
.layout_latest .image_container {
  margin-left: auto;
  padding-left: 30px;
  flex-shrink: 0;
}
p.info {
  color: #A0A0A0;
}

/* !Formulare */

input, textarea {
  width: 100%;
  background-color: #f2f3f3;
  color: #000;
  border: 1px solid #7cb542;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 10px;
}
.widget-submit {
  text-align: center;
  padding: 24px 0;
}
button.submit {
  background-color: #e2e9ba;
  color: #000;
  border: 1px solid #7cb542;
  padding: 10px;
  text-transform: uppercase;
}
button.submit:hover {
  background-color: #7cb542;
}

/* !Suche */

.mod_search h3, .mod_search p {
  margin-bottom: 0;
}
.mod_search>div, .mod_search .header {
  margin-bottom: 24px;
}

/* !Galerie */

.ce_gallery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
.ce_gallery li {
  margin-bottom: 30px;
}

/* !Teaser */

.teaser a {
  display: block;
  position: relative;
}
.teaser h2 {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px;
  margin: 0;
  color: #000;
  background-color: rgba(255, 255, 255, 0.75);
}
.teaser .text_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(124, 181, 66, 1);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  opacity: 0;
}
.teaser:hover .text_container {
  opacity: 1;
}
.teaser .txt {
  padding: 10px;
}
.teaser .txt p {
  margin-bottom: 5px;
}
.teaser .button {
  padding: 5px;
  border: 1px solid #fff;
  font-size: 12px;
  line-height: 1.2em;
  border-radius: 4px;
}

/* !Responsive */

@media all and (max-width: 1099px) {
  #sitemaps ul.level_1>li {
    min-width: 210px;
  }
}
@media all and (max-width: 991px) {
  #main>.inside>.mod_article {
    padding: 30px 20px;
  }
  .layout_latest .image_container {
    padding-left: 20px;
  }
  #header {
    position: relative;
    z-index: 1;
    width: 100%;
    border-width: 0;
  }
  #header .inside {
    padding-top: 56px;
  }
  #logo a {
    margin: 0 auto;
    width: 280px;
  }
  #navMain {
    display: none;
  }
  #navMobile {
    display: block;
  }
  #container {
    min-height: auto;
  }
  #main .inside {
    margin-left: 0;
  }
  #quote {
    position: relative;
    width: 100%;
    border: 0;
  }
  #footer .inside {
    padding-left: 0;
  }
  #footer::after {
    left: 0;
  }
  .ce_gallery li {
    margin-bottom: 20px;
  }
  .ce_gallery ul {
    margin-bottom: 4px;
  }
  #footer .nav a, #footer .nav strong {
    font-size: 14px;
    line-height: 1.2em;
  }
}
@media all and (max-width:519px) {
  .mobile_menu {
    width: 80% !important;
  }
  #main>.inside>.mod_article {
    padding: 20px 10px;
  }
  #navMobile {
    padding-left: 10px;
    padding-right: 10px;
  }
  #legal {
    left: 10px;
  }
  .ce_gallery li {
    margin-bottom: 10px;
  }
  .ce_gallery ul {
    margin-bottom: 14px;
  }
  .layout_latest {
    flex-wrap: wrap;
  }
  .layout_latest .image_container {
    padding-left: 0;
    padding-top: 12px;
  }
  .logo_schwestern font-size: 24px;
}