:root {
    --dhblue_org: #334E67;        
    --dhblue_old: #3c2655;
    --dhblue: var(--dhblue_org) ;
    --dhblue_back: var(--dhblue_org) ;
}
* {box-sizing: border-box;}
@font-face {
  font-family: "PtSans";
  src:
    local("PtSans"),
    url("../fonts/PTSans-Regular.ttf") format("truetype"),
      
}
html *
{
   font-size: 1em !important;   
   font-family: PtSans !important;
}
body {
    font-family: PtSans, Verdana;
    /* background-image: linear-gradient(to right, #3c2655 80%, #ffffff 80%);*/
}

html, body {
        height: 100%;        
        color: var(--dhblue) !important;
        background-color: var(--dhblue_back) !important;
    }
small {
    font-style: italic !important;
}
.mySlides {
    /*    display: none;

     */
}
 
.slideshow-container {
    position: relative;
    margin: auto;
    height:  calc(100vh - 30px);
    width: 100%;
}
.slideshow-container img {vertical-align: middle;
    max-height:  calc(100vh - 30px);
    max-width: 100%;
    position: absolute;
}



/* Caption text */
.text {
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    text-align:center;
}

/* The dots/bullets/indicators */
.dot {
    bottom: 20px;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {

    animation-name: fade;
    animation-duration: 1.5s;


}
@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {font-size: 11px}
}

.multiply {
    mix-blend-mode: multiply;
}

.unavailable {
    color: grey;
}
.marker {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: black;
    margin-right: 5px;
    vertical-align: middle;
}

.content {
    background-color: var(--dhblue_back) !important;
    width:60%;
    float: left;         
}
h1,h2,h3 {
    font-size:1.4em !important;
    font-weight: bold !important;
    color: var(--dhblue) !important;
}

 hr { display:none; }

 .background_red, .background_green {
    margin-left: -10px !important;
    margin-right: -10px !important;
    padding-left: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
 }

 .background_green {
    background-color: lightgreen; !important;
    color: #000000 !important;
}


.background_red {
    background-color: #FF0000 !important;
    color: #FFFFFF !important;
}
.background_red strong {
    color: #FFFFFF !important;
}
.background_red .sidebarrightheadline,
.background_red.sidebarheadline .sidebarrightheadline,
.background_red .infotile .sidebarrightheadline,
.background_red .infotilecontainer .sidebarrightheadline,
.background_red strong.sidebarrightheadline {
    color: #FFFFFF !important;
}

.background_green .sidebarrightheadline,
.background_green .sidebarheadline .sidebarrightheadline,
.background_green .infotile .sidebarrightheadline,
.background_green .infotilecontainer .sidebarrightheadline,
.background_green strong.sidebarrightheadline {
    color: #000000 !important;
}

.background_green strong {
    color: #000000 !important;
}