p.caption {
  color: #2980B9;
}

img.emojione {
  width: 15px;
}

/* img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
} */

/* img.no-shadow {
    box-shadow: none;
}

img[alt="logo"] {
    box-shadow: none;
} */

.md-header__button.md-logo img{
    height: 3.3rem;
}

.md-header__button.md-logo {
  display: flex;
  align-items: center;
}

/**
.md-header__button.md-logo::after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 65px;
  background-image: url("../img/RDM_subline_inverted_white.png");
  background-size: cover;
  margin-left: 18px;
}
**/

.md-header {
--md-primary-fg-color: #00589c;
}

.md-container a {
  --md-primary-fg-color: #00589c;
  --md-accent-fg-color: #0088ac
}

/** Zusätzlicher Admonition Typ für Jump Start section -> Rocket **/
:root {
  --md-admonition-icon--rocket: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.13 22.19-1.63-3.83c1.57-.58 3.04-1.36 4.4-2.27l-2.77 6.1M5.64 12.5l-3.83-1.63 6.1-2.77C7 9.46 6.22 10.93 5.64 12.5M21.61 2.39S16.66.269 11 5.93c-2.19 2.19-3.5 4.6-4.35 6.71-.28.75-.09 1.57.46 2.13l2.13 2.12c.55.56 1.37.74 2.12.46A19.1 19.1 0 0 0 18.07 13c5.66-5.66 3.54-10.61 3.54-10.61m-7.07 7.07c-.78-.78-.78-2.05 0-2.83s2.05-.78 2.83 0c.77.78.78 2.05 0 2.83-.78.78-2.05.78-2.83 0m-5.66 7.07-1.41-1.41 1.41 1.41M6.24 22l3.64-3.64c-.34-.09-.67-.24-.97-.45L4.83 22h1.41M2 22h1.41l4.77-4.76-1.42-1.41L2 20.59V22m0-2.83 4.09-4.08c-.21-.3-.36-.62-.45-.97L2 17.76v1.41z"/></svg>')
}
.md-typeset .admonition.rocket,
.md-typeset details.rocket {
  border-color: rgb(0, 88, 156);
}
.md-typeset .rocket > .admonition-title,
.md-typeset .rocket > summary {
  background-color: rgba(0, 88, 156, 0.1);
  border-color: rgb(0, 88, 156);
}
.md-typeset .rocket > .admonition-title::before,
.md-typeset .rocket > summary::before {
  background-color: rgb(0, 88, 156);
  -webkit-mask-image: var(--md-admonition-icon--rocket);
          mask-image: var(--md-admonition-icon--rocket);
}
/** **/

/** RDM Blau für die Anstriche im Jump Start **/
.rdm {
  color: #00589c;
}

/** green / red for plus, minus **/

.green {
  color: #00dd11;
}

.red {
  color: #ff0000;
}

.md-typeset__table {
  width: 100%;
}

.md-typeset__table table:not([class]) {
  display: table
}
