/* reset */
/* 
 * https://github.com/jtrost/Complete-CSS-Reset
*/

/* Displays for HTML 5 */
article,
aside,
audio,
command,
datagrid,
details,
dialog,
embed,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
video,
wbr {
  display: block;
}

bdi,
figcaption,
keygen,
mark,
meter,
rp,
rt,
ruby,
time {
  display: inline;
}

/* Deprecated tags */
acronym,
applet,
big,
center,
dir,
font,
frame,
frameset,
noframes,
s,
strike,
tt,
u,
xmp {
  display: none;
}

/* Reset styles for all structural tags */
a,
abbr,
area,
article,
aside,
audio,
b,
bdo,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
col,
colgroup,
command,
datalist,
dd,
del,
details,
dialog,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
head,
header,
hgroup,
hr,
html,
i,
iframe,
img,
input,
ins,
keygen,
kbd,
label,
legend,
li,
map,
mark,
menu,
meter,
nav,
noscript,
object,
ol,
optgroup,
option,
output,
p,
param,
pre,
q,
rp,
rt,
ruby,
samp,
section,
select,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: none;
  padding: 0;
  text-align: left;
  text-decoration: none;
  color: inherit;
  vertical-align: baseline;
  z-index: 1;
}

/* Miscellaneous resets */
body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Custom styles */

html {
  font-family: "Lufga", sans-serif;
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #fcfdfd;
}

.container {
  display: flex;
  flex-direction: column;
  height: 100dvh;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 10px 10px 10px 10px;
}

@media (max-width: 500px) {
  .navbar {
    flex-direction: column;
  }
}

.navbar-links {
  display: flex;
  gap: 8px;
}

a,
span {
  text-decoration: none;
  color: #808080;
  font-size: 14px;
}

a:hover {
  color: #000;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* 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;
}
