@charset "UTF-8";
/*!
 * CSS Document ThK-Softec for Gerhard Heilmann
 * Copyright ThK-Softec
 */
/* ******************************************* */
/* ****************** Fonts ****************** */
h1, .h1 {
	color: #000066;
    font-variant: small-caps;
}
h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	color: #666666;
	margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.fett {
	font-weight: bold;
}
/* ******************************************* */
/* ****************** Colors ***************** */
.trenn > hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 3px solid rgba(0, 0, 0, 0.1);
}
.bg-dark {
  background-color: #000066 !important;
}
.btn-secondary {
  color: #fff;
  background-color: #000066;
  border-color: #6c757d;
}
/* ******************************************* */
/* **************** Navigation *************** */
/* Navbar Schriftgröße */
#navFontSize {
	font-size: 1.2rem;
}

/* Navbar Schriftfarbe */
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,0.7);
}

/* Navbar hover */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(168,193,230,1.0);
}
/* Navbar active */
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}

/* Navbar hover Background im dropdown */
.dropdown-item:hover, .dropdown-item:focus {
    background-color: rgba(168,193,230,1.0);
}

/* Navbar active Background im dropdown */
.dropdown-item.active {
	background-color: rgba(109,151,213,1.00);
}

.dropdown-item {
	white-space: normal;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: white;
	background-color: rgba(109,151,213,1.00);
}

.nav-tabs {
	border-bottom: 1px solid rgba(109,151,213,1.00);
}