
/* pt-serif-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: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/pt-serif-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('/fonts/pt-serif-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/pt-serif-v18-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/fonts/pt-serif-v18-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('/fonts/pt-serif-v18-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('/fonts/pt-serif-v18-latin-regular.svg#PTSerif') format('svg'); /* Legacy iOS */
}

/* pt-serif-700 - 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: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/pt-serif-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: url('/fonts/pt-serif-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/pt-serif-v18-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/fonts/pt-serif-v18-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('/fonts/pt-serif-v18-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('/fonts/pt-serif-v18-latin-700.svg#PTSerif') format('svg'); /* Legacy iOS */
}


.breitersub { width: 160px !important; }

h1.ueberschrift1 ( display: block !important; text-align: center !important; margin-top: 20px !important; margin-bottom: 20px !important; color: #467fbf !important; )


.navbar-nav {
  font-family: 'PT Serif', serif;
  text-transform: none !important;
}

.top-bar {
  font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
}

footer {
  font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
}

.btn {
  font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
}

.btn-template-outlined  {
  font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
}


#navbar .navbar-nav > li > a {
  text-transform: none !important;
  font-weight: 500 !important;
  color: #000 !important;
}

/* ---------- NAV-SUB ---------- */
.nav-item {
  position: relative;
}
.navsub {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  padding: 0;
  background: #fff;
  display: none;
}
.nav-item.active .navsub, .nav-item:hover .navsub {
  display: block;
}
@media (max-width: 990px){
  .navsub {
    position: relative;
    width: 100%;
  }
}
.navsub-item {
  list-style: none;
  margin: 0;
  padding: 2px 0;
  background: rgba(113, 205, 208, 0.95);
}


.navsub-item.active {
  background: rgba(113, 205, 140, 0.95) !important;
}



#navbar ul.navsub > li.navsub-item > a {
  display: block;
  line-height: 20px;
  padding: 3px 10px 5px 7px !important;
  border-left: 3px solid transparent;
  text-decoration: none;
  transition: .3s ease;
  color: #000000 !important;
}
#navbar ul.navsub > li.navsub-item > a:hover, #navbar ul.navsub > li.navsub-item.active > a {
  border-color: #36669c;
}


a[data-toggle="tooltip"] {
  -webkit-touch-callout: none;
  touch-action: manipulation;
}


tr.total {
  font-size: 1.05rem;
  color: #212529;
  font-weight: 700;
}