p {
  font-size: 12px;
  color: rgb(33, 37, 41);
}

p.big {
  font-size: 16px;
  margin-bottom: 5px;
}

.grey {
  color: rgb(164,164,164);
}

td {
  font-size: 12px;
}

.hervorheben:hover {
  filter: saturate(1);
}

.hervorheben {
  filter: saturate(0);
  transition: 0.5s;
}

.mid {
  font-size: 14px;
}

.project {
  font-size: 20px;
  font-weight: 700;
  z-index: 100;
}

.noinvert {
  filter: invert(100%);
}

@media (min-width: 768px) {
  .cv {
    position: absolute;
  }
}

#Modal-Cover {
  Position: Fixed;
  Z-Index: 1;
  Top: 0;
  Left: 0;
  Width: 100%;
  Height: 100%;
  background-color: Rgba(0, 0, 0, .3);
  Display: None;
  Justify-Content: Center;
  Align-Items: Center;
}

#Modal-Close {
  Position: Absolute;
  Top: 0;
  Right: 10px;
  Color: #Aaa;
  Float: Right;
  Font-Size: 35px;
  Font-Weight: Bold;
  Cursor: Pointer;
}

#Modal-Window {
  Position: Relative;
  Font-Size: 40px;
  Background-Color: White;
  Border-Radius: 8px;
  Padding: 60px 60px 60px 40px;
}

.webimg {
  width: 200px;
}

mixer {
  height: 200px;
}

.übersicht {
  margin-bottom: 20px;
  background: rgba(255,255,255,0.88);
  position: sticky;
  top: 0px;
  z-index: 5;
  padding-top: 10px;
  padding-bottom: 10px;
}

a {
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
  text-decoration: none;
}

.img-border {
  border: 0.5px solid black;
}

.footer {
  z-index: 4;
  background-color: white;
}

.threed {
  width: 200px;
  background-color: red;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  #interaction {
    display: none;
  }
}

@media (max-width: 768px) {
  #mobilehero {
    height: 100%;
  }
}

.hero {
  height: 70vh;
  min-height: 600px;
}

.row .col-md-4 {
  padding-top: 15px;
}

#interaction {
  height: 60vh;
}

.cv {
  position: fixed;
}

@media (max-width: 768px) {
  .cv {
    position: sticky;
  }
}

*::selection {
  background: #212529;
  color: #ffffff;
}

*::-webkit-selection {
  background: #212529;
  color: #ffffff;
}

