html {
    height: 100%;
}

body {
    position: relative;
	min-height: 100%;
    background-color: #f0f4f6;
    padding-top: 120px;
    padding-bottom: 100px;
}

@media (min-width: 1200px) {
    body {
        font-size: x-large;
    }
}

nav.navbar {
    background-color: #003056;;
}

nav.navbar .dropdown-menu {
    background-color: #003056;;
}

.navbar-brand a {
    text-decoration: none;
    color: #ffffff;
}

.navbar-brand {
    color: #ffffff;
    font-family: "Suez One";
    font-size: xx-large;
}

.navbar-nav .dropdown-item {
    color: #ffffff;
    font-family: "Suez One";
}

.navbar-nav .dropdown-item:focus, .navbar-nav .dropdown-item:hover {
    color: rgba(255,255,255,.75);
    background-color: #003056;;
}

.navbar-nav .nav-link {
    color: #ffffff;
    font-family: "Suez One";
    font-size: xx-large;
}

.navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.75);
}

.navbar-nav img:hover {
  opacity: .75;
}

.navbar-toggler {
    color: rgba(255,255,255,.25);
    border-color: rgba(255,255,255);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.logo {
    width: 100%;
    max-width: 150px;
}

.baustein-logo {
    width: 100%;
}

.sans {
    color: #003056;
    font-family: "Sans";
}

a.card {
    color: black;
    text-decoration: none;
}

footer {
    background-color: #003056;;
    height: 55px;
    font-size: medium;
}

.red {
    color: #810a1a;
}

.navbar-brand:focus, .navbar-brand:hover {
    color: rgba(255,255,255,1);
}

h1 {
    color: #810a1a;
    font-family: "Suez One";
}

.footer {
    color: rgba(255,255,255,1);
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer a {
	color: white;
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: none;
}

.btn-primary {
    background-color: #810a1a;
    border-color: #810a1a;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #600e20;
    border-color: #600e20;
}

.btn-secondary {
    background-color: #003056;
    border-color: #003056;
}

.btn-outline-secondary {
    border-color: #ced4da;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus {
    background-color: #003056;
    border-color: #003056;
}

.btn-secondary:hover, .btn-secondary:focus {
    background-color: #00213c;
    border-color: #00213c;
}

.noday {
    border: 1px solid #bbbbbb;
    min-width: 150px; 
    min-height: 150px;
}

.day {
    border: 1px solid #bbbbbb;
    min-width: 150px; 
    min-height: 150px;
    background-color: white;
}

.day.booked_day {
    border: 1px solid #bbbbbb;
    min-width: 150px; 
    min-height: 150px;
    color: white;
    background-color: #740917;
}

.booked_link {
    color: #ffffff;
    font-size: x-large;
    text-decoration: none;
}

.booked_link:hover {
    color: #ffffff;
    font-size: x-large;
    text-decoration: underline;
}

.calendar-heading {
   font-size: 3.5em; 
}

.model-table {
    font-size: x-large;
}

img {
    width: 100%;
}

.navbar-nav .dropdown-item {
  font-size: x-large;
}

.btn-xl {
  padding: 0.7rem 1.2rem;
  font-size: 1.5rem;
  border-radius: .4rem;
}

@font-face {
  font-family: 'Suez One';
  font-style: normal;
  font-weight: 400;
  src: url(/static/font/taiJGmd_EZ6rqscQgOFMmouQ-A.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: 'Suez One';
  font-style: normal;
  font-weight: 400;
  src: url(/static/font/taiJGmd_EZ6rqscQgOFAmouQ-A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Suez One';
  font-style: normal;
  font-weight: 400;
  src: url(/static/font/taiJGmd_EZ6rqscQgOFOmos.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

#js-captcha-refresh {
    font-size: x-large;
}

#id_captcha_1 {
    font-size: x-large;
}

.green-cell {
    background-color: #198754 !important;
}

.red-cell {
    background-color: #dc3545 !important;
}

.yellow-cell {
    background-color: #ffc107 !important;
}

.dpsg-red-cell {
    background-color: #810a1a !important;
    color: white;
}

.dpsg-blue-cell {
    background-color: #003056 !important;
    color: white;
}

.dpsg-blue-cell a {
    color: white;
}

.dpsg-blue-cell a:hover {
    color: white;
    text-decoration: none;
}

.dpsg-red-cell a {
    color: white;
}

.dpsg-red-cell a:hover {
    color: white;
    text-decoration: none;
}

.box {
    display: inline-block;
    vertical-align: text-bottom;
    width: 2rem;
    height: 2rem;
}

.table-bordered {
    background-color: white;
}

.active > .page-link, .page-link.active {
    color: white;
    background-color: #003056;
    border-color: #003056;
}

.page-link {
    color: #003056;
}