/*! Place your custom styles here */

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

.bar .logo {
  max-width: 220px;
  max-height: 80px;
  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;
}

.enabled-track {
  background-image: url('/img/instruments-player/enabled_selected.png');
}

.disabled-track {
  background-image: url('/img/instruments-player/enabled_unselected.png');
}

.before-after {
  border: 1px solid;
  margin: 5px;
  padding: 3px;
  width: 20px;
  cursor: pointer;
}

.selected-ba {
  background: #8a1f11;
}

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

/* Strum Guitar */
.guitar-type-img {
  object-fit: cover;
  width: 250px;
  height: 250px;
}

/* Cookies modal */
.cookies-container {
  width: 90%;
  max-width: 417px;
  background-color: #252525eb;
  padding: 20px;
  border-radius: 5px;
  z-index: 300;
  color: #a2a2a2;

  position: fixed;
  bottom: 10px;
  left: -100px;
  opacity: 0;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.cookies-container:hover{
  background-color: #252525;
}

.cookies-container.active {
  opacity: 1;
  left: 10px;
}

.cookies-description {
  margin-bottom: 20px;
}

.cookies-link {
  font-weight: bolder;
}

.cookies-accept {
  background-color: white;
  border-radius: 4px;
  padding: 3px 35px;
  margin-right: 8px;
  font-size: 15px;
  color: #222223;
  margin-left: auto;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.cookies-accept:hover {
  transform: translateY(-3px);
  cursor: pointer;
}

.animate-left {
  animation: animateleft 0.4s;
}

.buy-button {
  margin-bottom: 0 !important;
}

.redeem-code__field {
  height: 5em;
}

.blocked-code {
  color: #727272;
  background-color: #efefef !important;
}

footer .type--fine-print:not(p) {
  opacity: .8;
}

.lead {
  font-weight: 400;
}

.buy-button__container 
{
  margin-right: 20px;
}

/*  END PRIMARY COLORS */
