button,
[role=button],
a {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  left: -999999px;
}

*, *:before, *:after {
  padding: 0;
  margin: 0;
  outline: none;
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  border: 0;
}

/* righteous-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Righteous";
  font-style: normal;
  font-weight: 400;
  src: url("../Webfonts/Righteous/righteous-v17-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../Webfonts/Righteous/righteous-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Webfonts/Righteous/righteous-v17-latin-regular.woff2") format("woff2"), url("../Webfonts/Righteous/righteous-v17-latin-regular.woff") format("woff"), url("../Webfonts/Righteous/righteous-v17-latin-regular.ttf") format("truetype"), url("../Webfonts/Righteous/righteous-v17-latin-regular.svg#Righteous") format("svg"); /* Legacy iOS */
}
/* outfit-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 200;
  src: url("../Webfonts/Outfit/outfit-v15-latin-200.eot"); /* IE9 Compat Modes */
  src: url("../Webfonts/Outfit/outfit-v15-latin-200.eot?#iefix") format("embedded-opentype"), url("../Webfonts/Outfit/outfit-v15-latin-200.woff2") format("woff2"), url("../Webfonts/Outfit/outfit-v15-latin-200.woff") format("woff"), url("../Webfonts/Outfit/outfit-v15-latin-200.ttf") format("truetype"), url("../Webfonts/Outfit/outfit-v15-latin-200.svg#Outfit") format("svg"); /* Legacy iOS */
}
/* outfit-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  src: url("../Webfonts/Outfit/outfit-v15-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../Webfonts/Outfit/outfit-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Webfonts/Outfit/outfit-v15-latin-regular.woff2") format("woff2"), url("../Webfonts/Outfit/outfit-v15-latin-regular.woff") format("woff"), url("../Webfonts/Outfit/outfit-v15-latin-regular.ttf") format("truetype"), url("../Webfonts/Outfit/outfit-v15-latin-regular.svg#Outfit") format("svg"); /* Legacy iOS */
}
/* outfit-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  src: url("../Webfonts/Outfit/outfit-v15-latin-700.eot"); /* IE9 Compat Modes */
  src: url("../Webfonts/Outfit/outfit-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../Webfonts/Outfit/outfit-v15-latin-700.woff2") format("woff2"), url("../Webfonts/Outfit/outfit-v15-latin-700.woff") format("woff"), url("../Webfonts/Outfit/outfit-v15-latin-700.ttf") format("truetype"), url("../Webfonts/Outfit/outfit-v15-latin-700.svg#Outfit") format("svg"); /* Legacy iOS */
}
/* outfit-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 900;
  src: url("../Webfonts/Outfit/outfit-v15-latin-900.eot"); /* IE9 Compat Modes */
  src: url("../Webfonts/Outfit/outfit-v15-latin-900.eot?#iefix") format("embedded-opentype"), url("../Webfonts/Outfit/outfit-v15-latin-900.woff2") format("woff2"), url("../Webfonts/Outfit/outfit-v15-latin-900.woff") format("woff"), url("../Webfonts/Outfit/outfit-v15-latin-900.ttf") format("truetype"), url("../Webfonts/Outfit/outfit-v15-latin-900.svg#Outfit") format("svg"); /* Legacy iOS */
}
.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px 20px;
}
@media only screen and (max-width: 992px) {
  .grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.col-1 {
  grid-column: span 1;
}

.col-2 {
  grid-column: span 2;
}

.col-3 {
  grid-column: span 3;
}

.col-4 {
  grid-column: span 4;
}

.col-5 {
  grid-column: span 5;
}

.col-6 {
  grid-column: span 6;
}

.col-7 {
  grid-column: span 7;
}

.col-8 {
  grid-column: span 8;
}

.col-9 {
  grid-column: span 9;
}

.col-10 {
  grid-column: span 10;
}

.col-11 {
  grid-column: span 11;
}

.col-12 {
  grid-column: span 12;
}

@media only screen and (max-width: 1920px) {
  .col-3xl-1 {
    grid-column: span 1;
  }
  .col-3xl-2 {
    grid-column: span 2;
  }
  .col-3xl-3 {
    grid-column: span 3;
  }
  .col-3xl-4 {
    grid-column: span 4;
  }
  .col-3xl-5 {
    grid-column: span 5;
  }
  .col-3xl-6 {
    grid-column: span 6;
  }
  .col-3xl-7 {
    grid-column: span 7;
  }
  .col-3xl-8 {
    grid-column: span 8;
  }
  .col-3xl-9 {
    grid-column: span 9;
  }
  .col-3xl-10 {
    grid-column: span 10;
  }
  .col-3xl-11 {
    grid-column: span 11;
  }
  .col-3xl-12 {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 1400px) {
  .col-xxl-1 {
    grid-column: span 1;
  }
  .col-xxl-2 {
    grid-column: span 2;
  }
  .col-xxl-3 {
    grid-column: span 3;
  }
  .col-xxl-4 {
    grid-column: span 4;
  }
  .col-xxl-5 {
    grid-column: span 5;
  }
  .col-xxl-6 {
    grid-column: span 6;
  }
  .col-xxl-7 {
    grid-column: span 7;
  }
  .col-xxl-8 {
    grid-column: span 8;
  }
  .col-xxl-9 {
    grid-column: span 9;
  }
  .col-xxl-10 {
    grid-column: span 10;
  }
  .col-xxl-11 {
    grid-column: span 11;
  }
  .col-xxl-12 {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 1280px) {
  .col-xl-1 {
    grid-column: span 1;
  }
  .col-xl-2 {
    grid-column: span 2;
  }
  .col-xl-3 {
    grid-column: span 3;
  }
  .col-xl-4 {
    grid-column: span 4;
  }
  .col-xl-5 {
    grid-column: span 5;
  }
  .col-xl-6 {
    grid-column: span 6;
  }
  .col-xl-7 {
    grid-column: span 7;
  }
  .col-xl-8 {
    grid-column: span 8;
  }
  .col-xl-9 {
    grid-column: span 9;
  }
  .col-xl-10 {
    grid-column: span 10;
  }
  .col-xl-11 {
    grid-column: span 11;
  }
  .col-xl-12 {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 992px) {
  .col-lg-1 {
    grid-column: span 1;
  }
  .col-lg-2 {
    grid-column: span 2;
  }
  .col-lg-3 {
    grid-column: span 3;
  }
  .col-lg-4 {
    grid-column: span 4;
  }
  .col-lg-5 {
    grid-column: span 5;
  }
  .col-lg-6 {
    grid-column: span 6;
  }
  .col-lg-7 {
    grid-column: span 7;
  }
  .col-lg-8 {
    grid-column: span 8;
  }
  .col-lg-9 {
    grid-column: span 9;
  }
  .col-lg-10 {
    grid-column: span 10;
  }
  .col-lg-11 {
    grid-column: span 11;
  }
  .col-lg-12 {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 768px) {
  .col-md-1 {
    grid-column: span 1;
  }
  .col-md-2 {
    grid-column: span 2;
  }
  .col-md-3 {
    grid-column: span 3;
  }
  .col-md-4 {
    grid-column: span 4;
  }
  .col-md-5 {
    grid-column: span 5;
  }
  .col-md-6 {
    grid-column: span 6;
  }
  .col-md-7 {
    grid-column: span 7;
  }
  .col-md-8 {
    grid-column: span 8;
  }
  .col-md-9 {
    grid-column: span 9;
  }
  .col-md-10 {
    grid-column: span 10;
  }
  .col-md-11 {
    grid-column: span 11;
  }
  .col-md-12 {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 576px) {
  .col-sm-1 {
    grid-column: span 1;
  }
  .col-sm-2 {
    grid-column: span 2;
  }
  .col-sm-3 {
    grid-column: span 3;
  }
  .col-sm-4 {
    grid-column: span 4;
  }
  .col-sm-5 {
    grid-column: span 5;
  }
  .col-sm-6 {
    grid-column: span 6;
  }
  .col-sm-7 {
    grid-column: span 7;
  }
  .col-sm-8 {
    grid-column: span 8;
  }
  .col-sm-9 {
    grid-column: span 9;
  }
  .col-sm-10 {
    grid-column: span 10;
  }
  .col-sm-11 {
    grid-column: span 11;
  }
  .col-sm-12 {
    grid-column: span 12;
  }
}
body {
  font-family: sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 1.25em;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Righteous", Helvetica, Arial, sans-serif;
  line-height: 1.25em;
  margin: 0 0 1em;
}

h1, .h1 {
  font-size: 40px;
}

h2, .h2 {
  font-size: 30px;
  color: #A4333F;
  margin: 0 0 20px;
}

h3, .h3 {
  font-size: 24px;
  line-height: 30px;
}

ul, ol, table {
  margin: 1em 0 1em 1.25em;
}

p {
  margin: 1em 0;
  font-size: 18px;
  line-height: 26px;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

p, li, span, strong, b, a, td, th {
  font-size: 18px;
  font-family: "Outfit", Helvetica, Arial, sans-serif;
}

a {
  color: #A4333F;
}

label {
  font-family: "Righteous", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #A4333F;
}

button,
input[type=submit] {
  cursor: pointer;
}

.button {
  display: inline-block;
  min-width: 120px;
  padding: 10px 14px;
  border-radius: 6px;
  background: linear-gradient(135deg, #63383C, #A4333F);
  color: #ffffff;
  text-decoration: none;
  border: none;
  font-size: 18px;
  transition: ease-in-out background 0.3s;
}
.button i {
  margin: 0 4px;
}
.button:hover {
  text-decoration: none;
  background: linear-gradient(-45deg, #63383C, #A4333F);
}

body {
  background-color: #f5f5f5;
}

.module-bar {
  width: 120px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #A4333F;
  border-radius: 0 0 25px 0;
  z-index: 2;
}
.module-bar .module-bar__logo {
  padding: 20px;
}

.top-bar {
  position: fixed;
  top: 0;
  right: 0;
  padding: 0 20px 0 0;
  background-color: #A4333F;
  width: calc(100vw - 120px);
  height: 60px;
  border-radius: 0 0 25px 0;
  z-index: 2;
}

.main {
  position: fixed;
  top: 60px;
  left: 120px;
  overflow-y: auto;
  width: calc(100% - 120px);
  height: calc(100% - 60px);
  padding: 40px;
  z-index: 1;
}

.action-bar {
  position: fixed;
  top: 35px;
  right: 0;
  padding: 40px 0 20px 20px;
  height: 85px;
  background-color: #ffffff;
  width: calc(100% - 120px);
  z-index: 1;
}

.box {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 25px;
  margin: 0 0 20px;
  height: 100%;
}
.box .box__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
}
.box .box__table th {
  border-bottom: 3px double #A4333F;
}
.box .box__table tr th,
.box .box__table tr td {
  text-align: left;
  height: 50px;
  padding: 10px;
}
.box .box__table tr:nth-child(2n) {
  background-color: color-mix(in oklab, #A4333F 5%, #ffffff 0%);
}
.box .box__table .box__cell.box__cell--logo {
  text-align: center;
}
.box .box__table .box__cell.box__cell--logo img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}
.box .box__table .box__cell.box__cell--link {
  text-align: right;
}

.navigation.navigation--modules {
  margin: 80px 0 0 0;
}
.navigation.navigation--modules .navigation__list {
  align-items: center;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px 0;
}
@media only screen and (max-width: 992px) {
  .navigation.navigation--modules .navigation__list {
    grid-template-columns: repeat(0.5, 1fr);
  }
}
.navigation.navigation--modules .navigation__list .navigation__item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 60px;
}
.navigation.navigation--modules .navigation__list .navigation__item.navigation__item--current .navigation__link {
  position: relative;
  padding: 10px 0;
}
.navigation.navigation--modules .navigation__list .navigation__item.navigation__item--current .navigation__link:before {
  content: " ";
  display: block;
  position: absolute;
  top: -4px;
  right: 0;
  width: calc(100% - 10px);
  height: 100%;
  background-color: #f5f5f5;
  border-radius: 10px 0 0 10px;
}
.navigation.navigation--modules .navigation__list .navigation__item.navigation__item--current .navigation__link i {
  background-color: transparent;
  color: #A4333F;
}
.navigation.navigation--modules .navigation__list .navigation__item.navigation__item--current .navigation__link .navigation__caption {
  display: none;
}
.navigation.navigation--modules .navigation__list .navigation__item .navigation__link {
  color: #ffffff;
}
.navigation.navigation--modules .navigation__list .navigation__item .navigation__link:hover .navigation__caption {
  left: 120px;
}
.navigation.navigation--modules .navigation__list .navigation__item .navigation__link i {
  font-size: 50px;
  position: relative;
  z-index: 1;
  width: 120px;
  height: 60px;
  background-color: #A4333F;
}
.navigation.navigation--modules .navigation__list .navigation__item .navigation__link .navigation__caption {
  position: absolute;
  min-width: 200px;
  top: 50%;
  left: -200px;
  transform: translateY(-50%);
  font-family: "Righteous", Helvetica, Arial, sans-serif;
  font-size: 22px;
  padding: 10px 20px;
  border-radius: 0 10px 10px 0;
  background-color: #A4333F;
  text-align: left;
  transition: 0.3s ease-in-out left;
}

.navigation.navigation--settings .navigation__list {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  justify-content: flex-end;
}
.navigation.navigation--settings .navigation__list .navigation__item {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 60px;
}
.navigation.navigation--settings .navigation__list .navigation__item:hover .navigation__list.navigation__list--level-2 {
  opacity: 1;
  pointer-events: all;
  right: 0;
}
.navigation.navigation--settings .navigation__list .navigation__item .navigation__link {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  display: block;
  padding: 0 16px;
}
.navigation.navigation--settings .navigation__list .navigation__item .navigation__link:hover {
  background-color: color-mix(in oklab, #A4333F 90%, #000000 5%);
}
.navigation.navigation--settings .navigation__list .navigation__item .navigation__link i {
  margin: 0 8px 0 0;
}
.navigation.navigation--settings .navigation__list .navigation__item .navigation__link i.fa-user {
  width: 34px;
  height: 34px;
  display: inline-block;
  background-color: #ffffff;
  color: #A4333F;
  position: relative;
  top: 10px;
  border-radius: 50%;
}
.navigation.navigation--settings .navigation__list .navigation__item .navigation__link i.fa-user:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.navigation.navigation--settings .navigation__list .navigation__item .navigation__link i.fa-power-off {
  font-size: 30px;
  position: relative;
  top: 4px;
}
.navigation.navigation--settings .navigation__list.navigation__list--level-2 {
  position: absolute;
  display: block;
  top: 60px;
  background-color: color-mix(in oklab, #A4333F 90%, #000000 5%);
  min-width: 100%;
  border-radius: 0 0 10px 10px;
  opacity: 0;
  pointer-events: none;
  right: -99999px;
  transition: opacity 0.3s ease-in-out;
  padding: 0 0 10px 0;
}
.navigation.navigation--settings .navigation__list.navigation__list--level-2 .navigation__item {
  display: block;
  width: 100%;
  list-style: none outside none;
}
.navigation.navigation--settings .navigation__list.navigation__list--level-2 .navigation__item .navigation__link {
  color: #ffffff;
}

.typo3-messages {
  margin: 0 0 50px;
}
.typo3-messages .alert {
  padding: 20px;
  border-radius: 20px;
}
.typo3-messages .alert-success {
  background-color: #008000;
  color: #ffffff;
}
.typo3-messages .alert h4 {
  font-size: 24px;
}
.typo3-messages .alert p {
  font-size: 20px;
  margin: 0;
}