@charset "UTF-8";

/*!
 * Bootstrap  v5.3.0 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0055a5;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #838993;
  --bs-gray-dark: #343840;
  --bs-gray-50: #fcfdff;
  --bs-gray-100: #f2f6fc;
  --bs-gray-200: #e4e9f0;
  --bs-gray-300: #dce0e6;
  --bs-gray-400: #ccd1d9;
  --bs-gray-500: #a6aebd;
  --bs-gray-550: #838993;
  --bs-gray-600: #6b7482;
  --bs-gray-700: #474d57;
  --bs-gray-800: #343840;
  --bs-gray-900: #1f2329;
  --bs-primary: #0055a5;
  --bs-secondary: #838993;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f2f6fc;
  --bs-dark: #1f2329;
  --bs-primary-rgb: 0, 85, 165;
  --bs-secondary-rgb: 131, 137, 147;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 242, 246, 252;
  --bs-dark-rgb: 31, 35, 41;
  --bs-primary-text-emphasis: #002242;
  --bs-secondary-text-emphasis: #34373b;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #474d57;
  --bs-dark-text-emphasis: #474d57;
  --bs-primary-bg-subtle: #ccdded;
  --bs-secondary-bg-subtle: #e6e7e9;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #f9fbfe;
  --bs-dark-bg-subtle: #ccd1d9;
  --bs-primary-border-subtle: #99bbdb;
  --bs-secondary-border-subtle: #cdd0d4;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e4e9f0;
  --bs-dark-border-subtle: #a6aebd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Inter var", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "Inter var", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #1f2329;
  --bs-body-color-rgb: 31, 35, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(31, 35, 41, 0.75);
  --bs-secondary-color-rgb: 31, 35, 41;
  --bs-secondary-bg: #e4e9f0;
  --bs-secondary-bg-rgb: 228, 233, 240;
  --bs-tertiary-color: rgba(31, 35, 41, 0.5);
  --bs-tertiary-color-rgb: 31, 35, 41;
  --bs-tertiary-bg: #f2f6fc;
  --bs-tertiary-bg-rgb: 242, 246, 252;
  --bs-heading-color: inherit;
  --bs-link-color: #0055a5;
  --bs-link-color-rgb: 0, 85, 165;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #004484;
  --bs-link-hover-color-rgb: 0, 68, 132;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dce0e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.25rem;
  --bs-border-radius-sm: 0.2rem;
  --bs-border-radius-lg: 0.3rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(0, 85, 165, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545
}

* {
  box-sizing: border-box
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.h1,
.h2,
.h3,
.h5,
h1,
h2,
h3,
h5 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: "Inter var", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  line-height: 1.2;
  color: var(--bs-heading-color)
}

.h1,
h1 {
  font-size: calc(1.34375rem + 1.125vw)
}

@media (min-width:1200px) {
  .h1,
  h1 {
    font-size: 2.1875rem
  }
}

.h5,
h5 {
  font-size: 1.09375rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

img {
  vertical-align: middle
}

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

@media (min-width:1400px) {
  .container {
    max-width: 1320px
  }
  .mt-10 {
    margin-top: 0rem !important;
  }
}

.d-flex {
  display: flex !important
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.h-100 {
  height: 100% !important
}

.mt-6 {
  margin-top: 1.25rem !important
}

.p-8 {
  padding: 2rem !important
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.rounded {
  border-radius: var(--bs-border-radius) !important
}

.ml-auto {
  margin-left: auto !important
}

/* Custom additions */
.gradient-dark-blue {
  background: linear-gradient(to bottom, #004a88, #001949);
}

.base-elements {
  height: 100%;
  margin: 0;
}

#main-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100vh;
}

.content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96vh;
  width: 100%;
  overflow: hidden; /* prevents footer from being pushed outside the viewport*/
}

#banner {
  display: flex;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#imprint-text {
  width: 100%;
  max-height: 100%;
  overflow: auto; /* adds a scrollbar to the imprint text (thus preventing ugly glitches)*/
}

.footer {
  display: flex;
  align-items: center;
  background-color: #010a13;
  height: 4vh;
  min-height: 4rem; /* prevents rendering the footer too small on very wide viewports*/
  width: 100vw;
  position: relative;
}