h2 {
  color: #E38165; }

.sub-header {
  position: relative;
  top: -16px; }

.bordered-cols {
  margin-top: 40px;
  margin-bottom: 40px; }
  .bordered-cols img {
    margin-bottom: 10px; }

@media (max-width: 767px) {
  .bordered-cols .col-2 img, .bordered-cols .col-3 img, .bordered-cols .col-4 img {
    margin-top: 40px; } }
  .bordered-cols > div {
    text-align: center; }
  .bordered-cols p {
    padding: 10px;
    text-align: left; }

.red-block {
  background-color: #E38165;
  color: white;
  padding-top: 110px;
  padding-bottom: 110px; }
  .red-block p, .red-block h2 {
    color: white; }
  .red-block h2 {
    margin-top: 0px;
    margin-bottom: 50px; }
    .red-block h2:after {
      border-color: white;
      color: white;
      background-color: white; }
  .red-block ul {
    margin: 0 auto;
    margin-top: 20px;
    display: inline-block; }

.white-block {
  padding-top: 110px;
  padding-bottom: 110px; }
  .white-block h1 {
    margin-top: 0px;
    margin-bottom: 50px; }
  .white-block ul {
    margin-top: 20px; }

.faq {
  margin-top: 40px; }
  .faq .faq-block {
    background-color: #f1eeec;
    padding: 30px;
    padding-left: 60px;
    margin-top: 20px; }
    .faq .faq-block h3 {
      font-size: 20px;
      margin-top: 0px; }
    .faq .faq-block p {
      margin-bottom: 0px;
      font-size: 16px;
      color: #777; }

a, a:hover {
  color: #E38165; }

.btn-default {
  color: #E38165; }

.text-black {
  color: #333; }

.tile {
  background-color: white;
  min-height: 240px;
  padding: 12px;
  margin-bottom: 30px; }
  .tile .left-tile-content {
    text-align: left;
    margin: 0 auto;
    display: inline-block; }
    .tile .left-tile-content img {
      width: 24px;
      margin-right: 4px; }

.separator {
  background-color: #333;
  display: inline-block;
  width: 60%;
  height: 1px;
  position: absolute;
  left: 20%;
  top: 30%; }

.no-border {
  border: none !important; }

h1 {
  font-size: 24px; }

.hochzeiten .main-content .img-responsive, .taufen .main-content .img-responsive, .die-bergkirche .main-content .img-responsive, .kirchliche-feiern .main-content .img-responsive {
  width: 100%; }

.hochzeiten .main-content h1, .hochzeiten .main-content h2, .taufen .main-content h1, .taufen .main-content h2, .die-bergkirche .main-content h1, .die-bergkirche .main-content h2, .kirchliche-feiern .main-content h1, .kirchliche-feiern .main-content h2 {
  font-size: 26px; }

.hochzeiten .main-content ul, .taufen .main-content ul, .die-bergkirche .main-content ul, .kirchliche-feiern .main-content ul {
  margin-top: 0px; }
  .hochzeiten .main-content ul li, .taufen .main-content ul li, .die-bergkirche .main-content ul li, .kirchliche-feiern .main-content ul li {
    padding: 4px;
    font-size: 15px; }

.row-no-gutters {
  margin-left: 0px;
  margin-right: 0px; }
  .row-no-gutters > div {
    padding-left: 0px !important;
    padding-right: 0px !important; }

.header .navbar-nav {
  display: block;
  float: none; }
  .header .navbar-nav.nav-top {
    margin-bottom: 0px; }
  .header .navbar-nav.nav-bottom {
    margin-top: 0px; }

.header-container {
  position: relative;
  height: 60vh;
  max-height: 500px;
  background-image: url(/cms-content/die-bergkirche.jpg);
  background-position: center top;
  background-size: cover;
  /*
    .header-img {
        background-image: url(/cms-content/die-bergkirche.jpg);
        background-position: center top;
        background-size: cover;

        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;

        z-index: -1;
    }*/ }
  .header-container h1 {
    margin-top: 0px;
    padding-top: 40px;
    font-size: 28px; }
  .header-container h2 {
    font-size: 24px;
    font-weight: normal; }
  .header-container h1, .header-container h2 {
    text-align: left;
    margin-left: 40px; }
  .header-container .header-logo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%; }
  .header-container .header-menu {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 80px;
    margin-top: 10px; }
  .header-container .btn {
    margin: 3px;
    width: 150px;
    margin-left: 10px; }

.btn {
  border-radius: 100px;
  background: none; }

.btn-default {
  background-color: white;
  border-color: #333; }

.btn-primary {
  background-color: #E38165;
  border-color: #E38165;
  color: white;
  transition: all 400ms ease; }
  .btn-primary:hover {
    border-color: #E38165;
    background-color: #df6f4f; }

.underline.text-center:after {
  margin: 0 auto; }

.underline:after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background-color: #333;
  margin-top: 10px !important;
  margin-bottom: 20px !important; }

.headlines {
  margin-top: 60px;
  margin-bottom: 20px; }
  .headlines > div {
    position: relative;
    min-height: 180px; }
  .headlines h2 {
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 20px; }

@media (max-width: 768px) {
  .headlines h2 {
    border-right: none;
    font-size: 26px;
    margin-bottom: 0px; } }

@media (max-width: 768px) {
  .headlines h2.no-border {
    margin-bottom: 20px; }
    .headlines h2.no-border:after {
      display: none; } }

.red {
  color: #E38165; }

.main-tiles {
  background-color: #f1eeec;
  padding-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 30px; }
  .main-tiles h2 {
    text-align: center;
    font-size: 24px; }
    .main-tiles h2:after {
      content: '';
      display: block;
      width: 120px;
      height: 1px;
      background-color: #333;
      margin: 0 auto;
      margin-top: 10px;
      margin-bottom: 20px;
      text-align: center; }

.content-tile {
  margin-top: 20px; }
  .content-tile .row {
    position: relative;
    margin-top: 60px;
    padding-bottom: 80px; }
  .content-tile .content-text {
    padding: 40px;
    padding-top: 16px; }
    .content-tile .content-text .btn {
      margin-top: 16px; }

.cookie-container {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: #f1eeec;
  border-top: 1px solid #333;
  display: none; }
  .cookie-container a {
    text-decoration: underline; }

.cookie-container p {
  padding: 10px;
  font-size: 13px;
  margin-right: 60px;
  margin-bottom: 0; }

.cookie-container button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  border: none; }

.navbar {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 6px; }

.navbar-brand {
  font-size: 24px;
  color: #333 !important;
  line-height: 1.1; }

@media (max-width: 767px) {
  .navbar-brand {
    height: auto; } }

@media (max-width: 480px) {
  .navbar-brand {
    font-size: 18px; } }

.nav-top {
  margin-top: 12px; }

.nav-bottom {
  margin-bottom: 12px; }

.nav li {
  color: #333;
  border: 1px solid #333;
  border-radius: 100px;
  margin: 3px;
  width: 170px;
  margin-left: 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7); }
  .nav li a {
    padding-top: 6px;
    padding-bottom: 6px;
    color: #333 !important;
    font-size: 16px; }

@media (max-width: 767px) {
  .nav li {
    display: inline-block !important; } }

.nav li.nav-primary {
  color: white;
  background-color: #E38165;
  border-color: #E38165; }
  .nav li.nav-primary a {
    color: white !important; }

.container-sm {
  max-width: 900px; }

@media (min-width: 768px) {
  .home .header-container .container {
    position: relative;
    height: 100%; }
  .home .header-container h1 {
    padding-top: 30px; }
  .home .nav-top {
    margin-top: 22px; }
  .home .header {
    position: relative; }
  .home .navbar {
    position: absolute;
    width: 100%;
    border: none;
    z-index: 100;
    padding-right: 12vh; }
  .home .navbar-brand {
    display: none; }
  .navbar-brand {
    margin-top: 8px; } }

.footer {
  margin-top: 50px;
  margin-bottom: 40px; }
  .footer .row > div {
    text-align: center; }

@media (max-width: 767px) {
  .footer .row > div {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px; } }
  .footer p, .footer a, .footer a:hover {
    color: #777;
    margin-bottom: 4px; }
    .footer p b, .footer a b, .footer a:hover b {
      color: #333; }
  .footer ul {
    list-style-type: none;
    padding: 0px;
    padding-inline-start: 0px; }
    .footer ul li {
      color: #777;
      padding: 2px; }
  .footer .footer-block {
    display: inline-block;
    text-align: left; }

.footer-container {
  border-top: 1px solid #777; }

.die-bergkirche .footer-container {
  border-top: none; }

.green {
  color: #a4ca3f; }

.img-container {
  height: 500px;
  max-height: 40vh;
  overflow: hidden;
  margin: 0 auto;
  white-space: nowrap;
  font-size: 0; }
  .img-container img {
    height: 100%;
    width: auto;
    margin-right: 2px; }
  .img-container > div {
    position: relative;
    display: inline-block;
    margin-right: 2px;
    height: 100%; }
    .img-container > div img {
      margin-right: 0px;
      height: 100%; }

.main-content {
  min-height: 50vh;
  margin-bottom: 40px; }

.datenschutz h2 {
  color: #333;
  font-size: 18px;
  font-weight: bold; }

.slick-prev {
  left: 25px !important;
  z-index: 10; }

.slick-next {
  right: 25px !important;
  z-index: 10; }

.slick-track {
  display: flex !important; }

.slick-slide {
  height: inherit !important; }

.modal-dialog {
  width: 90%;
  height: 90%;
  margin: 20px auto; }
  .modal-dialog .modal-slider, .modal-dialog .slick-list, .modal-dialog .slick-slider, .modal-dialog .slick-slide, .modal-dialog .slick-track {
    height: 100%; }
  .modal-dialog img {
    margin: 0 auto !important;
    max-height: 100%; }
  .modal-dialog .close {
    font-size: 34px;
    position: absolute;
    top: -10px;
    right: -10px;
    color: white;
    opacity: 0.8;
    z-index: 20; }

.img-slider {
  cursor: pointer; }

.modal-backdrop.in {
  opacity: 0.75; }

.slick-slide {
  text-align: center;
  white-space: nowrap; }
  .slick-slide:focus {
    outline: 0; }
  .slick-slide:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .slick-slide img {
    display: inline-block !important;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%; }
    .slick-slide img:focus {
      outline: 0; }

.col-underline, .col-underline-left {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: inline-block;
  height: 1px;
  background-color: #333; }

.col-underline {
  left: 100%;
  margin-left: -15px; }

.col-underline-left {
  right: 100%;
  margin-right: -15px; }

.navbar-toggle {
  margin-top: 26px; }
