@font-face {
	font-family: "lucidaCal";
	src: url("/fonts/LCALLIG.woff");
}

.bekenft {
	font-family: "lucidaCal";
	font-size: 1.4em;
	font-weight: 900;
}

.purple-text {
	color: #ED039C;
	font-weight: bold;
	font-size: 2em;
}

#digiModal {
  display: none;
}

.no-decoration {
    color:#fff;
}

.no-decoration:hover{
    text-decoration: none;
    color: #fff;
}

.header .navbar-nav .dropdown-toggle::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.calendar-text {
    margin-top: 0.1em;
}

.plan ul li {
    font-size: 16px;
}

.tldw-overlay .overlay-container {
			min-height: 255px!important;
		}

.nav.flex-column:not(.list-style-icons) > li .nav-link:after {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  color: #999999;
}

.breadcrumb-item + .breadcrumb-item:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

.dark .footer h1, .dark .footer h2, .dark .footer h3, .dark .footer h4, .dark .footer h5, .dark .footer h6 {
    color: #696969;
}

.dark .footer img {
	max-height: 123px;
	width: 100%;
}

.dark .footer-content .nav.flex-column > li > a, .dark .footer-content .nav.flex-column > li > a.active, .dark .footer-content .nav.flex-column > li > a.active:focus, .dark .footer-content .nav.flex-column > li > a:focus {
    color: #696969;
}

.dark .footer {

    background-color: #B9C8DB;

}

.beken .header, .fixed-header-on .header.fixed:not(.dark) {
	background-color: #B9C8DB;
	}

label {
    margin-bottom: .3rem;
}

.form-group .col-6 {
	padding-top: 10px;
	}

.card {
    background-color: #fafafa;
	}
