@font-face {
  font-family: 'Audi Type';
  font-style: normal;
  font-weight: 300;
  src: url("/jakarta.faces.resource/fonts/AudiTypeScreen-Light.woff2.html") format('woff2'), url("/jakarta.faces.resource/fonts/AudiTypeScreen-Light.woff.html") format('woff'), url("/jakarta.faces.resource/fonts/AudiTypeScreen-Light.ttf.html") format('truetype');
}
@font-face {
  font-family: 'Audi Type';
  font-style: normal;
  font-weight: 400;
  src: url("/jakarta.faces.resource/fonts/AudiTypeScreen-Normal.woff2.html") format('woff2'), url("/jakarta.faces.resource/fonts/AudiTypeScreen-Normal.woff.html") format('woff'), url("/jakarta.faces.resource/fonts/AudiTypeScreen-Normal.ttf.html") format('truetype');
}
@font-face {
  font-family: 'Audi Type';
  font-style: normal;
  font-weight: 700;
  src: url("/jakarta.faces.resource/fonts/AudiTypeScreen-Bold.woff2.html") format('woff2'), url("/jakarta.faces.resource/fonts/AudiTypeScreen-Bold.woff.html") format('woff'), url("/jakarta.faces.resource/fonts/AudiTypeScreen-Bold.ttf.html") format('truetype');
}
@font-face {
  font-family: 'Audi Type Extended';
  font-style: normal;
  font-weight: 400;
  src: url("/jakarta.faces.resource/fonts/AudiType-ExtendedNormal.woff.html") format('woff'), url("/jakarta.faces.resource/fonts/AudiType-ExtendedNormal.ttf.html") format('truetype');
}
@font-face {
  font-family: 'Audi Type Extended';
  font-style: normal;
  font-weight: 700;
  src: url("/jakarta.faces.resource/fonts/AudiType-ExtendedBold.woff.html") format('woff'), url("/jakarta.faces.resource/fonts/AudiType-ExtendedBold.ttf.html") format('truetype');
}

.ui-growl-item-container {
  opacity: 1 !important;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100lvh;
  hyphens: auto;
}
#root {
  max-width: 100%;
  height: 100lvh;
}
#content {
  font-family: "Audi Type", Verdana, Geneva, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100lvh;
}
#content > header {
  border-bottom: 1px solid #979797;
}
#content > header > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content > header .logo img {
  width: 211px;
}
#content > header .navItems {
  display: flex;
  justify-content: center;
}
#content > header .navItems .navItem {
  padding: 0 10px;
}
#content > header .user {
  display: flex;
  justify-content: end;
}
#content > header .user .logout {
  position: relative;
  padding-left: 1.5rem;
}
#content > header .user .logout::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  width: 1rem;
  aspect-ratio: 1;
  background-image: url("/jakarta.faces.resource/img/icon/logout.svg.html");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#content > header .user .fingerprint {
  position: relative;
  padding-left: 1.5rem;
  margin-right: 25px;
}
#content > header .user .fingerprint::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  width: 1rem;
  aspect-ratio: 1;
  background-image: url("/jakarta.faces.resource/img/icon/fingerprint.svg.html");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#content > footer {
  background-color: black;
  color: white;
  padding: 1rem 0;
}
#content > footer a {
  color: white;
  margin-right: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Audi Type Extended", Verdana, Geneva, sans-serif;
  line-height: 1.2;
}
p,
a {
  line-height: 1.5;
}
h1 {
  font-size: 2.5em;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 0px) {
  h1 {
    font-size: 1.5em;
    font-weight: bold;
  }
}
@media only screen and (min-width: 540px) {
  h1 {
    font-size: 2em;
    font-weight: inherit;
  }
}
@media only screen and (min-width: 720px) {
  h1 {
    font-size: 3.5em;
  }
}
img {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
img.header-image {
  margin-bottom: 2rem;
}
a {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
}
a:focus,
a:hover {
  color: #000;
  text-decoration: underline;
}
.whiteIcon {
  filter: brightness(0) invert(1);
}
body.view .ui-float-label {
  margin-top: 1.5rem;
}
body.view .ui-float-label > label {
  left: 0;
}
body.view .ui-selectonemenu,
body.view .ui-inputfield {
  width: 100%;
  border-radius: 0;
  border: 0 none;
  border-bottom: 1px solid gray;
}
body.view .ui-selectonemenu.ui-state-focus,
body.view .ui-inputfield.ui-state-focus {
  border-color: gray;
  box-shadow: none;
}
body.view .ui-selectonemenu .ui-inputfield,
body.view .ui-inputfield .ui-inputfield {
  border-bottom: 0 none;
}
body.view .ui-button {
  border-radius: 0;
  background: black;
  color: white;
  border: 1px solid black;
}
body.view .ui-button.ui-state-active {
  box-shadow: none;
}
body.view .ui-button.ui-button-secondary {
  background: white;
  border: 1px solid black;
  color: black;
  font-weight: normal;
  text-decoration: none;
}
body.view .ui-button .ui-button-text.ui-c {
  padding: 0.75rem 2rem;
  font-size: 1rem;
}
body.view .border {
  border-color: black !important;
}
body.view .error {
  color: red;
}
.paragraphLink {
  text-decoration: underline;
  transition: color 0.2s;
}
.paragraphLink:hover {
  color: grey;
  text-decoration-color: grey;
}
.interim,
.registration,
.chooseCup,
.wissenswertes {
  min-height: 100vh;
}
.wissenswertes {
  margin-bottom: 50px;
  margin-top: 50px;
}
.wissenswertes h5,
.wissenswertes h6 {
  font-weight: bold;
}
.wissenswertes .indent {
  display: flex;
  margin-left: 10px;
}
.wissenswertes .divideHr {
  height: 2px;
  margin: 0;
  width: 430px;
}
.wissenswertes .serviceCupHr {
  margin: 0;
  width: 600px;
}
.wissenswertes .flex {
  display: flex;
}
.wissenswertes .listPraefix {
  margin-right: 3px;
}
.wissenswertes .leftItem {
  text-align: left;
  width: 500px;
}
.wissenswertes .leftItemMedium {
  text-align: left;
  width: 300px;
}
.wissenswertes .rightItem {
  text-align: right;
  width: 200px;
}
.overviewCup .row {
  display: flex;
}
.overviewCup .flex {
  display: flex;
}
.overviewCup .leftItem {
  width: 200px;
}
.overviewCup .rightItem {
  width: 400px;
}
.overviewCup .noDataYetMessage {
  color: red;
  font-weight: bold;
}
body.view .ui-button .ui-button-text.ui-c {
  padding: 0.75rem 1.75rem;
}
.tableContainer {
  margin-bottom: 20px;
}
.tableContainer .tableRow {
  border-bottom: 2px solid black;
  display: revert;
}
.tableContainer .tableRow:hover {
  background-color: #e9ecef;
}
.tableContainer .column {
  border-right: 4px solid white;
  text-align: left;
}
.tableContainer .secondaryColColor {
  background: #80808017;
}
.tableContainer .thirdColor {
  background: #74747496;
}
.ui-datatable-empty-message {
  color: red !important;
  font-size: 1.3rem;
}
body .ui-datatable {
  font-family: "Audi Type Extended", Verdana, Geneva, sans-serif;
}
body .ui-datatable thead th {
  background: white;
  border-top: 3px solid black;
  border-bottom: 2px solid black;
  height: 55px;
  width: 80px;
}
body .ui-datatable .ui-datatable-data > tr > td {
  border-right: 4px solid white;
}
body .ui-datatable .lastUpdatedHeaderCell {
  padding: 0;
  width: 100px;
  height: 100px;
}
body .ui-datatable .lastUpdatedHeaderText {
  display: flex;
  font-size: 13px;
  justify-content: center;
  transform: rotate(-90deg);
  white-space: nowrap;
}
body .ui-datatable .lastUpdatedCell {
  font-size: 11px;
}
body .ui-datatable .kpiColumn {
  width: 100px;
}
body .ui-datatable .kpiColumnLarge {
  width: 200px;
}
.selectCategoryContainer {
  text-align: left;
}
.selectCategoryContainer label {
  margin-bottom: 5px;
}
.selectCategoryContainer #rankingCategorySelect {
  border: 1px solid black;
  display: block !important;
  width: 250px;
}
label {
  display: block;
  margin-top: 20px;
  font-weight: normal;
}
label span {
  display: block;
  margin-bottom: 8px;
}
label.checkbox-toggle-label > span {
  margin-bottom: 0;
}
label input[type="radio"],
label input[type="checkbox"] {
  display: none;
}
label input[type="radio"] + span,
label input[type="checkbox"] + span {
  position: relative;
  display: block;
  padding: 0 0 0 38px;
  cursor: pointer;
}
label input[type="radio"] + span:before,
label input[type="checkbox"] + span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 28px;
  width: 28px;
  background-color: #fff;
  border: 1px solid #000;
}
label input[type="radio"] + span.ccc-sr-only,
label input[type="checkbox"] + span.ccc-sr-only {
  position: absolute;
  padding: 0;
}
label input[type="radio"][disabled] + span,
label input[type="checkbox"][disabled] + span {
  opacity: 0.5;
  cursor: default;
}
label input[type="radio"] + span {
  margin-right: 10px;
}
label input[type="radio"] + span:before {
  border-radius: 50%;
}
label input[type="radio"] + span:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  display: block;
  height: 0;
  width: 0;
  background-color: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: height 0.25s, width 0.25s;
}
label input[type="radio"]:checked + span:after {
  height: 16px;
  width: 16px;
  transition: height 0.5s, width 0.5s;
}
label input[type="checkbox"] + span:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 6px;
  display: block;
  height: 0;
  width: 0;
  border: 0 none;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  opacity: 0;
  transform: rotate(-45deg);
  transform-origin: left top;
  transition: height 0s linear 0.25s, width 0s linear 0.25s, opacity 0.25s linear 0s;
}
label input[type="checkbox"]:checked + span:after {
  height: 9px;
  width: 15px;
  opacity: 1;
  transition: height 0.25s linear 0s, width 0.25s ease-out 0.25s, opacity 0s linear 0s;
}
.checkbox-container {
  height: 100%;
  border: 1px solid #000;
  text-align: left !important;
}
.checkbox-container > div {
  margin: 0;
  padding: 1rem;
}
.checkbox-container > div p {
  margin-top: 1rem;
}
@media only screen and (min-width: 720px) {
  .mobile-only {
    display: none;
  }
}
@media only screen and (max-width: 719px) {
  .desktop-only {
    display: none;
  }
}
.start {
  display: flex;
  min-height: 100lvh;
}
@media only screen and (min-width: 720px) {
  .start {
    height: 100lvh;
  }
}
.start-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  flex: 0 0 auto;
}
@media only screen and (min-width: 720px) {
  .start-content {
    width: 33.333333vw;
    min-width: 25rem;
  }
}
.start-content-text {
  padding: 2rem;
}
@media only screen and (min-width: 720px) {
  .start-content-text {
    padding: 5lvh 5rem;
  }
}
.start-content-text > a {
  display: block;
}
.start-logo-mobile {
  display: block;
  padding: 2rem;
}
@media only screen and (min-width: 720px) {
  .start-logo-mobile {
    display: none;
  }
}
.start-logo-mobile img {
  max-height: 3rem;
  object-position: top left;
  object-fit: contain;
}
.start-logo-desktop {
  display: none;
  padding: 5lvh 5rem;
}
@media only screen and (min-width: 720px) {
  .start-logo-desktop {
    display: block;
  }
}
.start-logo-desktop img {
  max-height: 7rem;
  object-position: top left;
  object-fit: contain;
}
.start-image-mobile {
  display: block;
}
@media only screen and (min-width: 720px) {
  .start-image-mobile {
    display: none;
  }
}
.start-image-mobile img {
  width: 100%;
}
.start-image-desktop {
  display: none;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 720px) {
  .start-image-desktop {
    display: block;
  }
}
.start-image-desktop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.icon-center {
  width: 100%;
  height: 3em;
  object-position: center;
}
.bg-grey {
  background-color: #f2f2f2;
}
.adminLog {
  color: grey;
  font-size: 14px;
}
.hover {
  transition: opacity 0.2s;
}
.hover:hover:not(:disabled) {
  opacity: 0.7;
}
.hoverStrong {
  transition: opacity 0.2s;
}
.hoverStrong:hover:not(:disabled) {
  opacity: 0.5;
}
.blueLink {
  color: blue !important;
  cursor: pointer !important;
  text-decoration: none !important;
}
.hidden {
  display: none !important;
}

