    @font-face {
      font-family: 'Futura';
      src: url('../fonts/FUTURALTPRO-MEDIUM_0.TTF') format('truetype'),
      font-weight: normal;
      font-style: normal;
      font-display: swap;
    }

body {
    background-color: #fff; /* Hellgrau */
    font-family: 'Futura', sans-serif;
}
header {
    background-color: #fff;
}
.header {
    background-color: #fff;
}

.container-header {
    background-color: #fff;
    background-image: linear-gradient(135deg,#fff 0%,#002f5d 100%); 
}

.container-topbar {
    background-color: #fff; 
}

}

.left.item-image {
  float: left;
  margin-right: 1em;
}
figure{
margin:0 0 1em
}

h2.item-title{
    text-decoration: none;
}

h2 a {
  text-decoration: none;
}

a {
    color: #002f5d;
    text-decoration: none;
}

a:hover {
    color: #ef7c00; /* Helleres Rot beim Hover */
}

.navbar-expand-md {
    /* background-color: #2e8b57;  DunkelgrĂ*/
    background-color: #336699; /* blauĂ*/
}


