.content-container {
  padding: 15px;
}

h2,
h3,
.management-teaser__title {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

.typo3-topbar-site-logo {
  box-shadow: none;
}

.typo3-topbar-container {
  background-color: blue;
}

.topbar-header-site {
  background-color: white;
  color: black;
}

/* v9 */

.scaffold-topbar {
  background-color: blue;
}

.topbar-header-site-logo img {
  padding: 0;
  box-sizing: border-box;
  height: 100%;
  width: auto;
  vertical-align: bottom;
  transform: translateX(-12px);
  max-height: 100% !important;
}

.topbar-header-site::after,
.topbar-header-site::before {
  width: 20em;
  transform: rotate(-53deg);
  background: #151515;
}

.topbar-header-site::after {
  background: #151515;
  right: -15em;
  height: 30em;
}

.topbar-header-site::before {
  background: #0091d4;
  right: -3em;
  top: 2em;
}

.typo3-login-logo {
  transform: translate(-2.5em, -2em);
  margin-bottom: 0;
  margin-left: 4rem;
}

:root {
  --color-primary: #0a5983;
  --color-primary-dark: #15803d;
  --color-primary-light: #46759b;
  --color-primary-light-bg: #d3dfea;
  --color-primary-lighter: #7594b3;
  --color-primary-lighter-bg: rgb(212 219 230);
  --color-primary-selected: #80a6c2;
  --color-secondary: #38bdf8;
  --color-secondary-dark: #0369a1;
  --color-secondary-light: #7dd3fc;
  --color-secondary-lighter-bg: #e8ecf3;
  --color-gray: #858585;
  --color-text: #292929;
  --color-light: #fefefe;
  --color-light-opacity: rgb(255 255 255 / 80%);
  --color-lighter: #fff;
  --color-success: #4caf50;
  --color-danger: #f44336;
  --font-primary: "Fira Sans", sans-serif;
  --font-secondary: "Oswald", sans-serif;
  --font-tertiary: "Schoolbell", sans-serif;
  --shadow: rgb(0 0 0 / 10%) 0 4px 12px;
  --shadow-medium: rgb(0 0 0 / 20%) 0 3px 12px;
  --shadow-dark: rgb(0 0 0 / 30%) 0 0 12px;
  --illustration-footer: initial;
  --illustration-line: initial;
}
