body {
    font-family: "Yanone Kaffeesatz";
    font-size:  1.6rem;

}

.orange{
    color: #f28340;
    text-align:center;
}

.nav-link {
    cursor: pointer;
}
.nav-link:active,
.nav-link:hover {
    color: #f28340 !important;
}

.navbar,
.carousel {
    border-bottom: 1px solid #f28340;   
}

.icon-link:active svg,
.icon-link:hover svg {
    color: #f28340;
}

.slider-image {
    width: 100vw;
    height: 30vh;
    background-position: center;
    background-size: cover;

    }

.imgzentriert {
    display: block; 
    text-align: center;
    }

.text-mittig {
    text-align:center !important;
}

.tabelle {
    text-align:center !important;
}
/* yanone-kaffeesatz-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/yanone-kaffeesatz-v29-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* yanone-kaffeesatz-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/yanone-kaffeesatz-v29-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

