/* ========================
   Globale Styles überschreiben das Original
   ======================== */
/* Globale Linkfarbe (auch besucht, hover, etc.) */

a,
a:visited,
a:hover {
  color: #3ABFED;
  text-decoration: none;
}

/* Blaue Hinweisboxen (!!! blue) */
.notices.blue {
  background-color: #e6f7ff;
  border-left: 10px solid #3ABFED !important;
  padding: 1em;
}

/* Burger-Button: Linienfarbe */
#toggle span {
  background-color: #3ABFED !important; /* oder deine Wunschfarbe */
}

/* ========================
   Start: Shortcode Styles
   ======================== */
.adresse-shortcode-box { 
  border-collapse: collapse;
}

.adresse-shortcode-icon {
  vertical-align: top;
}

.adresse-shortcode-icon img {
  width: 12px;
  height: 19px;
  margin-top: 6px;
  margin-left: 15px;
}

.adresse-shortcode-link {
  vertical-align: top;
}

.adresse-shortcode-link a {
  display: block;
  padding-left: 6px;
  color: #3b3a3a;
  text-decoration: none;
}

.bild-shortcode,
.video-shortcode {
    margin: 2em 0;
}

.bild-shortcode img,
.video-shortcode video {
    width: 100%;
    height: auto;
    display: block;
}

.bild-shortcode figcaption,
.video-shortcode figcaption {
    background-color: #eff0f0;
    padding: 0.5em 1em;
    font-size: 0.9em;        /* 90 % der Standardschriftgröße des Elternelements */
    line-height: 1.1em;       /* 140 % der Schriftgröße dieses Elements */
    font-style: italic;
    text-align: left;
}
/* ========================
   Ende: Shortcode Styles
   ======================== */

/* ========================
   Start: Anpassung des Layout für das responsitiv Format
   Card-Container auf volle Breite 
   ======================== */

/* Test: Container einfärben */
@media (max-width: 840px) {
  /* Test: Container einfärben */
  body {
      font-size: 18px; /* Standard ist meist 16px, hier auf 18px erhöht */
  }

    .text-shortcode {
    margin-left: 15px;
    margin-right: 15px;
  }

  .card-body {
    margin: 0;
    padding: 0 !important;
  }

  #body-wrapper {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
  }

  .bricklayer-column {
    padding: 0 !important;
  }

  #sidebar {
    padding-left: 10%;
  }

}

/* ========================
   Ende: Anpassung des Layout für das responsitiv Format
   Card-Container auf volle Breite 
   ======================== */
