@font-face {
    font-family: 'Puntschart Bold';
    src: url('/fonts/Puntschart-Bold.woff2') format('woff2'),
        url('/fonts/Puntschart-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Puntschart Normal';
    src: url('/fonts/Puntschart-Normal.woff2') format('woff2'),
        url('/fonts/Puntschart-Normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html,
body {
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
  border: 0 none;
  /*	overflow: hidden;*/
  height: 100%;
  color: black;
  background-color: #c2461a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 2500px;
  letter-spacing: 0.3px;
  line-height: 1.3em;
}
body {
  position: relative;
  background-color: #c2461a;
}
a {
  color: #da1f3d;
}
a:link {
  color: #da1f3d;
}
a:visited {
  color: black;
}
a:hover {
  color: black;
}
a:active {
  color: white;
}
#javascript {
  font: normal 13px/1.5em Arial, Helvetica, sans-serif;
  position: absolute;
  display: block;
  color: red;
  left: 180px;
  top: 225px;
  padding: 5px;
  z-index: 5000;
  color: #c2461a;
  font-weight: bold;
}
#shadow {
  visibility: visible;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0px;
  width: 993px;
  height: 0px;
  margin: 0 auto;
}
#page {
  visibility: visible;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 20px;
  width: 956px;
  background-color: white;
  margin: 0 auto;
  padding: 0;
  z-index: 1;
}
#header {
  visibility: visible;
  position: relative;
  display: block;
  left: 17px;
  top: 19px;
  height: 222px;
  margin: 0;
  padding: 0;
}
#out {
  visibility: visible;
  position: relative;
  display: block;
  left: 17px;
  top: 0px;
  width: 915px;
  margin: 0;
  padding: 0;
  min-height: 300px;
}
#menu {
  visibility: hidden;
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 200px;
  height: 200px;
  margin-top: 0px;
}

#menu a.menu {
  display: block;
  font-family: 'Puntschart Normal', Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  color: #da1f3d;
  text-decoration: none;
  margin-bottom: 8px;
  cursor: pointer;
  transition: color 0.2s ease;
  text-transform: uppercase;
}

#menu a.menu:hover {
  color: #000;
}

#menu a.menu:active,
#menu a.menu.active {
  color: #000;
}

#menu a.menu#mangebot,
#menu a.menu#msupervision,
#menu a.menu#mlinks,
#menu a.menu#mperson {
  margin-bottom: 13px;
}
#content {
  visibility: visible;
  position: relative;
  display: block;
  top: 0px;
  left: 290px;
  width: 490px;
  margin: 0;
  padding: 1px;
  font-size: 1rem;
}
#t-line {
  margin-bottom: 20px;
  visibility: hidden;
}
#b-line {
  margin-top: 15px;
  margin-bottom: 20px;
  visibility: hidden;
}
#footer {
  visibility: visible;
  position: relative;
  display: block;
  left: 15px;
  top: 0px;
  width: 916px;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
}
#f-left {
  float: left;
  visibility: visible;
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 200px;
  margin: 0;
  padding: 0;
}
#f-logo {
  visibility: visible;
  position: relative;
  display: block;
  top: 0px;
  left: 290px;
  width: 515px;
  margin: 0;
  padding: 0;
}
.line {
  position: relative;
  display: block;
  left: 17px;
  top: 0px;
  width: 916px;
  height: 1px;
  background-color: #c2461a;
  margin: 0;
  padding: 0;
}
b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 1.3em;
}

.cit {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-variant: normal;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 1.3em;
}
.sign {
  font-size: 12px;
  font-weight: bold;
}
.right {
  text-align: right;
}
.card-hidden {
  display: none;
  visibility: hidden;
}

.card-visible {
  display: block;
  visibility: visible;
}

.tab {
  color: white;
}

#pre-box {
  visibility: hidden;
  position: relative;
  display: none;
}

/* Hamburger-Button standardmäßig ausblenden (nur mobil sichtbar) */
#hamburger {
  display: none;
}
