a {
  color: #0c2e41 !important;
}

a:hover,
a:focus {
  color: #cccccc !important;
}

/* Optional: Für andere häufige Textelemente */
h1, h2, h3, h4, h5, h6, p, span, div {
    color: #ffffff !important;
}

.breadcrumb,
.breadcrumb a {
  color: #000000 !important;
}


p {
  color: #000000;
}

.breadcrumb .active {
  color: #000000 !important;
}


.moduletable.menu {
  background-color: #0c2e41 !important;
}

/* Schriftart Holzbrüef.ch */

@font-face {
  font-family: 'DINCondensedBold';
  src: url('../fonts/DINCondensed-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'TestNewzaldItalic';
  src: url('../fonts/Newzald-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
}

body {
  font-family: 'TestNewzaldItalic', serif;
  color: #ffffff;
  background-color: #E5007D;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'DINCondensedBold', sans-serif;
  color: #ffffff;
}



/* Normalzustand */
#back-top {
  background-color: #E5017D !important;
  color: black !important;
  border: 2px solid #000000 !important;
  display: inline-block !important;
  padding: 10px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
}

/* Hover-Zustand */
#back-top:hover {
  background-color: #424076 !important;
  color: white !important;
}

/* Icon-Farbe */
#back-top .icon-arrow-up {
  color: black !important;
}

/* Icon-Farbe im Hover */
#back-top:hover .icon-arrow-up {
  color: white !important;
}
