@charset "UTF-8";

/*
Das generelle Aussehen der Webseite, plus Informationen über das Theme (benötigt von WP)

Theme Name: MBL und BBÜ Universelles WP Theme
Author: Steven Mernberger
Author URI: https://steven.mernberger.net
Description: Offizielles MBL und BBÜ Theme
Version: 1.0
*/

* {
  font-family: "Lato", "Roboto", "sans-serif";
}

p {
  font-family: "Lato", "Roboto", "sans-serif" !important;
}

article {
  width: 100%;
}

#site-content {
  padding-top: 30px;
  background-color: #fff;
}

.accordion .card .card-header {
  background-color: #f1f2f4 !important;
}

.accordion .card .card-header:hover {
  filter: brightness(70%);
}

.accordion .card .card-header .btn-link {
  color: #555 !important;
}

.nav-tabs .nav-link {
  background-color: #f1f2f4 !important;
}

.nav-tabs .nav-link:hover {
  filter: brightness(70%);
}

.nav-tabs .nav-link {
  color: #555 !important;
}

.nav-tabs .nav-item {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-radius: 0.25rem;
  margin-right: 5px;
}

.nav-tabs {
  border-bottom: none;
}

#navbar .dropdown-menu {
  background-color: #fff !important;
}

nav .dropdown-menu .dropdown-item:hover {
  color: #fff;
}

#navbar ul .nav-item-not-dropdown .nav-link,
#navbar ul .nav-item-not-dropdown .nav-link:after,
#navbar ul .nav-item-not-dropdown .nav-link:before {
  transition: all 0.7s;
}

#navbar ul .nav-item-not-dropdown .nav-link {
  position: relative;
}

#navbar ul .nav-item-not-dropdown .nav-link:hover {
  color: #000;
}

#navbar ul .nav-item-not-dropdown .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #aaa;
  height: 1px;
}

#navbar ul .nav-item-not-dropdown .nav-link:hover:after {
  width: 100%;
}

#footer {
  padding: 30px 0 20px;
}

#footer ul {
  list-style: none;
}

#footer ul li a {
  color: #fff;
  line-height: 30px;
}

#footer ul li a:hover {
  color: #fff;
}

/*#bild-slider .carousel-inner .carousel-item img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 350px;
}

#bild-slider .carousel-inner {
    border-radius: 15px;
}

#bild-slider {
    background-color: #fff;
    color: #555;
}*/

#aktuelles .card {
  margin-bottom: 20px;
}

#aktuelles .nav-previous,
#aktuelles .nav-next {
  margin-bottom: 20px;
}

#aktuelles .card h1 {
  padding: 10px;
  text-align: center;
}

#site-content {
  min-height: 80vh;
}

#sidebar {
  background-color: #f1f2f4;
  border-radius: 8px;
}

nav ul li a {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.leistungs-block .card {
  position: relative;
  overflow: hidden;
}

.leistungs-block .card .card-body {
  bottom: 0;
  width: 100%;
  position: absolute;
  color: #fff;
}

.leistungs-block .card .card-body .card-text {
  opacity: 0;
  max-height: 0;
  transition: all 0.5s ease-in;
}

.leistungs-block .card:hover .card-body .card-text {
  display: block;
  max-height: 300px;
  opacity: 1;
  transition: all 1s ease-out;
}

#bild-slider img {
  width: 100%;
  max-height: 95vh;
}

#bild-slider video {
  width: 100%;
  max-height: 95vh;
}

/*@media (max-width: 767px) {
  .bildslider-bild {
    height: 225px !important;
  }
}

@media (min-width: 768px) {
  .bildslider-bild {
    height: 670px !important;
  }
}*/
