@font-face {
    font-family: Kardust;
    src: url("./fonts/KardustTSCBI.woff2") format("woff2"), url("./fonts/KardustTSCBI.woff") format("woff");
  }

.kardust {
    font-family: Kardust;
}

@font-face {
    font-family: Quicksand;
    src: url("./fonts/Quicksand-VariableFont_wght.ttf");
  }

.quicksand {
    font-family: Quicksand;
}

html {
  scroll-behavior: smooth;
}

body { 
  font-family: Quicksand;
  font-size:14pt;
  color: #666666;
}

.footer { 
    width: 100%;
    font-size: 13px;
    /* Set the fixed height of the footer here */
    height: 30px;
    line-height: 30px; /* Vertically center the text there */
    padding: 0px 20px;
    margin-top: 50px;
  }

#navBarContainer {
  transition: 1.0s;
}

.nav-item {
  /* min-width: 130px; */
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 20px;
}

.bg-nav {
  background-color: #E3EEF1;
}

.dropdown-menu { text-align: center;}

.btn-success { color: white !important; }

nav ul li a { color: #333333 !important; }

nav ul li a:hover { color: #DA9A07 !important; }

a { color: #333333; text-decoration:none; font-weight: 500;}

a:hover { color: #DA9A07; }

h1 {
  font-size: 30px;
  color: #0d3c51;
  margin-bottom: 20px;
}

h2 {
  font-size: 25px;
  color: #0d3c51;
  margin-bottom: 15px;
}

h3 {
  font-size: 23px;
  color: #16738D;
  margin-bottom: 15px;
}

h4 {
  color: #16738D;
}

h5 {
  font-size: 20px;
  color: #16738D;
  margin-bottom: 15px;
}

.tooltip {
  z-index: 1039 !important; /* to be hidden behind offcanvas - 1045 / offcanvas backdrop - 1040 */
}

/* .datepicker {  // VERLAGERT IN DATEPICKER-DATEI
  z-index: 1031 !important;
} */

/* #validFromAjax .datepicker.dropdown-menu {
  z-index: 1056 !important;
} */

.offcanvas-body ul {
  padding-top: 10px;
  padding-bottom: 10px;
}

.offcanvas-body ul li {
  list-style-type: none; 
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.altInfo {
  color: #777777;
  font-size: 80%;
}

.accordion-button {
  font-size: 18px !important;
}

.tooltip-inner {
  background-color: #333333 !important;
  border: 1px solid black;
}

.badge {
  font-weight:500 !important;
}

/* Speech Bubble */

.speech-bubble {
	position: relative;
	background: #ffffff;
	border-radius: .4em;
  border: 2px solid #23A7BC;
  color:  #164C64;
  font-size: 15px;
  text-align: center;
  width:100%;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 14px solid transparent;
	border-top-color: #23A7BC;
	border-bottom: 0;
	border-left: 0;
	margin-left: 25px;
	margin-bottom: -14px;
}

.speech-bubble-help {
	position: relative;
	background: #ffffff;
	border-radius: .4em;
  border: 2px solid #23A7BC;
  color: #164C64;
  font-size: 15px;
  text-align: center;
  width:100%;
}

.speech-bubble-help:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 14px solid transparent;
	border-top-color: #23A7BC;
	border-bottom: 0;
	border-right: 0;
	margin-left: -20px;
	margin-bottom: -14px;
}

.scrollAnchor {
  scroll-margin-top: 100px;
}