


/*    Tja und die Pia macht mal wieder alles anders! :-)   */

h2, .h2 {
  background-color: #005da8;
  color: #fff;
  }
  
  .card-header {
    background-color: rgba(0, 0, 0, 0.06);
  }




.title {
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-shadow: 2px 2px #000;
  color: #FFF;
}






/* Use additional span of class anchor for each section which is linked in the navbar. 
This is a hack from https://stackoverflow.com/questions/39588914/how-do-i-add-a-data-offset-to-a-bootstrap-4-fixed-top-responsive-navbar to make the page jump to the correct position even though the upper part in hidden behind the sticky navbar.  */
span.anchor {
    margin-top: -100px; /* height of nav, in this case 100px */
    display: block;
    height: 100px; /* height of nav, in this case 100px */
    visibility: hidden;
    position: relative;
}


.e-mail:before {
            content: attr(data-website) "\0040" attr(data-user);
            unicode-bidi: bidi-override;
            direction: rtl;
        }

a.card-blocklink {
    color: black; 
}

