/*
.carousel-fade .carousel-item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
.carousel-fade .carousel-item.active {
  opacity: 1;
}
*/

/* Fixed height, can be dynamic
 using JS */
/*
.carousel-fade .carousel-inner,
.carousel-fade .carousel-item {
  height: 270px;
}
*/

/*
.header-xl,
.header-xl {
  height: 320px;
}
*/

/*
.item:nth-child(1) {
    background: url(pics/Berlin_Panorama_1_Preview.jpeg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
*/

.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; 
}

/*.title {
  margin-top: 20px;
  padding: 10px;
  text-shadow: 2px 2px #000;
  color: #FFF;
}
*/

.liveevent {
				background-color: #E2A300;
}
.liveschedule {
}
.liveannouncement {
				background-color: #A2AD06;
}
