/* Standard Einstellungen --> Bitte nicht löschen */
/* Cookie-Button */
button#ccModalButton.btn.btn-primary {
  border-color: var(--primary-text-color) !important;
  border-top-color: var(--primary-text-color) !important;
  border-right-color: var(--primary-text-color) !important;
  border-bottom-color: var(--primary-text-color) !important;
  border-left-color: var(--primary-text-color) !important;
}
.btn-primary{
  color: var(--primary-text-color);
  border-color: var(--primary-text-color);
  background-color: #ffffff;
}
.btn-primary:hover{
  color: #ffffff;
  border-color: var(--primary-text-color);
  background-color: var(--primary-text-color);
}
button#ccModalButton.btn.btn-primary:hover {
  background-color: var(--primary-text-color) !important;
}
/* Links */
a {
    color: var(--primary-text-color);
}
/* Bildunterschrift */
figcaption {
    font-size: 12px;
}
/* Zitat*/
body blockquote {
    border-left: 3px solid var(--primary-text-color);
    padding: 1rem 0 0.01rem 2rem;
}
/* Tabelle*/
.table td, .table th {
    border: 1px solid var(--primary-text-color);
}
/*Video*/
figure.media {
    position: relative;
    width: 100%;
    padding-top: 57%;
}
figure.media iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
iframe[Attributes Style] {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}
/* Individuelle Einstellungen --> Bitte hier individuele Anpassungen einfügen */

/* Header */
.metabar {
  background: #10367f;
  height: 34px;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
}
body nav.fixed-top {
  top: 34px;
}
body nav .navbar-brand {
  height: 110px;
  padding: 0;
  margin-top: -15px;
  margin-bottom: -20px;
}
body nav .navbar-brand img {
  padding: 0;
}
.blog-title {
  color: #10367f;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}
.navbar-light .navbar-nav .nav-link {
  color: #10367f;
}

@media all and (max-width: 767px) {
  .metabar {
      display: none;
  }
  body nav.fixed-top {
    background: #10367f;
    top: 0;
  }
  body nav .navbar-brand {
    height: 85px;
    padding: 0;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: -45px;
  }
  body nav.navbar .navbar-toggler {
    background: #fff;
    padding: 3px 10px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #fff;
    text-align: right;
  }
  body nav .navbar-nav>.social-icons {
    text-align: right;
    padding-right: 0;
  }
  body nav .navbar-nav>.social-icons>a,
  body nav .navbar-nav>.social-icons>a:hover {
    color: #fff;
  }
  .blog-title {
    color: #fff;
    font-weight: normal;
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  body nav .navbar-brand img {
      height: 100%;
  }
}

/* Footer */
footer {
  background-color: #7caafd;
}
footer > .container, 
footer > .container h3, 
footer > .container a, footer > .container a:hover,
footer > .container .social-icons a, footer > .container .social-icons a:hover {
  color: #fff;
}
footer > .container a:hover {
  text-decoration: underline;
}
footer > .container > .row.init-done {
  max-height: 290px;
}

/* Copyright */
.copyright-wrapper {
  background: #10367f;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 0;
}
.copyright-wrapper a {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  margin: 0 5px;
}
.copyright-wrapper a:hover {
  font-size: 14px;
  line-height: 16px;
}