/*! Place your custom styles here */

/*.bar .logo{ max-width: none; max-height: 40px; position:relative; top:-5px;}*/

.bar .logo {
  max-width: none;
  max-height: 4em;
  top: 0;
}

.lower_menu {
  position: relative;
  top: 7px;
}

iframe {
  min-height: 24px;
}

.trust-pilot-lower {
  position: relative;
  top: 6px;
}

.crisp-img {
  image-rendering: -webkit-optimize-contrast;
}

.pixelated-img {
  image-rendering: pixelated;
}

.no-min-height {
  min-height: 0 !important;
}

.bigger-intro-text {
  font-size: 65px;
}

.type--strikethrough {
  font-weight: normal;
  opacity: 1;


  display: inline-block;
  text-decoration: none;
  position: relative;
}

.type--strikethrough:after {
  content: '';
  display: block;
  width: 100%;
  height: 56%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 2px solid;
  color: red;
  transform: rotate(-15deg);
  transform-origin: 50% 100%;
}

.main-video {
  width: 100%;
}

.trackspacer-video {
  max-width: 650px;
  border-radius: 34px;
}

.playing {
  background-color: rgba(255, 0, 0, 0.75);
}

.disabled-preset {
  cursor: not-allowed;
  pointer-events: none;
}

.kontakt-full {
  top: 0;
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  float: left;
  width:35%;
  min-width: 150px;
  max-width: 500px;
}
