body {
  font-family: 'Lufga', sans-serif;
}

up-progress-bar {
  background-color: var(--bs-blue);
}

/* fonts */
@font-face {
  font-family: 'Lufga';
  src: url('https://assets.leistungslotse.com/fonts/LufgaBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Lufga';
  src: url('https://assets.leistungslotse.com/fonts/LufgaBlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Lufga';
  src: url('https://assets.leistungslotse.com/fonts/LufgaBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Lufga';
  src: url('https://assets.leistungslotse.com/fonts/LufgaBoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Lufga';
  src: url('https://assets.leistungslotse.com/fonts/LufgaExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Lufga';
  src: url('https://assets.leistungslotse.com/fonts/LufgaExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Lufga';
  src: url('https://assets.leistungslotse.com/fonts/LufgaExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Lufga';
  src: url('https://assets.leistungslotse.com/fonts/LufgaExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Lufga';
  src: url('https://assets.leistungslotse.com/fonts/LufgaItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Lufga';
  src: url('https://assets.leistungslotse.com/fonts/LufgaLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Lufga';
  src: url('https://assets.leistungslotse.com/fonts/LufgaLightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Lufga';
  src: url('https://assets.leistungslotse.com/fonts/LufgaMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Lufga';
  src: url('https://assets.leistungslotse.com/fonts/LufgaMediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Lufga';
  src: url('https://assets.leistungslotse.com/fonts/LufgaRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lufga';
  src: url('https://assets.leistungslotse.com/fonts/LufgaSemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Lufga';
  src: url('https://assets.leistungslotse.com/fonts/LufgaSemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Lufga';
  src: url('https://assets.leistungslotse.com/fonts/LufgaThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Lufga';
  src: url('https://assets.leistungslotse.com/fonts/LufgaThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

.logo {
  display: block;
}

.logo img {
  width: 100%;
  height: auto;
}
