body {
	background-color: #141824;
	color: #EAE6DA;
	font-family: "Crimson Text", sans serif;
	font-style:normal;
	font-size: 1.2em;
	line-height: 1.6;
}

a, a:visited, a:active {
	color: inherit;
}

a:hover {
	color: #FFB600;
}

p {
	font-family: "Crimson Text", sans-serif;
	font-style:normal;
}

h1 {
	font-family: "Bebas Neue", sans-serif;
	font-style:normal;
	font-size:3.5em;
}

h2 {
	font-family: "Bebas Neue", sans-serif;
	font-style:normal;
	font-size:2.5em;
}

h3 {
	font-family: "Bebas Neue", sans-serif;
	font-style:normal;
	font-size:2em;
}

@font-face{
    font-family: "Crimson Text";
    src: url('/dist/fonts/CrimsonPro-Regular.ttf');
}

@font-face{
    font-family: "Bebas Neue";
    src: url('/dist/fonts/bebasneue-regular.woff2');
}

.navbar {
	--bs-navbar-active-color: #FFB600;
	font-family: "Bebas Neue", sans-serif;
	font-size:1.5em;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2892, 90, 86, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");	
}

.navbar-nav {
  --bs-nav-link-color: #EAE6DA;
  --bs-nav-link-hover-color: #FFB600;
}

.navbar-toggler {
  color: #EAE6DA;
  border: var(--bs-border-width) solid #EAE6DA;
}

.navbar-toggler-icon {
  background-image: #EAE6DA;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #FFB600;
}

.btn-primary {
	color:#EAE6DA;
  --bs-btn-bg: #FFB600;
  --bs-btn-border-color: #FFB600;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f7cd64;
  --bs-btn-hover-border-color: #f7cd64;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #FFB600;
  --bs-btn-active-border-color: #FFB600;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #FFB600;
  --bs-btn-disabled-border-color: #FFB600;
}

/* Buttons auf der Startseite */
.btn-index {
	font-family: "Bebas Neue", sans-serif;
	font-style:normal;
	font-size:1.5em;
	margin-bottom:30px;
	width: 60%;
}

/* Buttons auf den Ergebnisseiten */
.btn-result {
	font-family: "Bebas Neue", sans-serif;
	font-style:normal;
	font-size:1em;
	margin-bottom:20px;
	margin-right:20px;
	color: #141824;
}

.form-control {
	color: #EAE6DA;
	font-size: 1.2em;	
	background-color: #141824;
	border-color: #141824;
	border-bottom-color: #996d00;
	--bs-border-radius: 0;
	}
	
.form-control:focus {
	color: #EAE6DA;
	background-color: #141824;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}	
	
.form-floating > label {
	color: #EAE6DA; 
	padding-top: 0.25rem;
}

.form-floating > span {
	position: absolute;
	right: 1em;
	top: 0;
	bottom: 0;
	line-height: 40px;
}

.table {
  --bs-table-color: #EAE6DA; 
  --bs-table-bg: #141824;
  --bs-table-striped-color: #EAE6DA; 
  --bs-table-active-color: #FFB600;
  --bs-table-hover-color: #FFB600;
}

thead {
  --bs-table-bg: #FFB600;
  --bs-table-color: #141824;
  cursor: pointer; 
}

.form-select {
  color: #EAE6DA; 
  background-color: #141824;
  border: var(--bs-border-width) solid #FFB600;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23EAE6DA' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
