#node-throwback_uebersicht #einleitung {
  padding-top: 50px;
  background-color: var(--color-default);
  color: #ffffff;
  padding-bottom: 50px;
  position: relative;
}
#node-throwback_uebersicht #einleitung::before {
  content: '';
  width: 100%;
  height: 50px;
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
  position: absolute;
  top: -45px;
  left: 0;
  z-index: 50;
}
#node-throwback_uebersicht #einleitung .text a {
  color: #ffffff;
  text-decoration: underline;
}
#node-throwback_uebersicht #einleitung .text a:hover {
  color: var(--color-secondary);
}
#node-throwback_uebersicht #throwback {
  position: relative;
}
#node-throwback_uebersicht #throwback::before {
  content: '';
  width: 100%;
  height: 100px;
  background-color: var(--color-default);
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
}
#node-throwback_uebersicht #throwback .teaser {
  padding: 100px 7vw;
  margin: 0 -7vw;
  background-color: var(--color-primary);
}
#node-throwback_uebersicht #throwback .teaser .h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: var(--font-size-h3);
  line-height: var(--line-height-h3);
}
#node-throwback_uebersicht #throwback .teaser .h3 .handwritten {
  font-size: var(--font-size-h1);
  line-height: var(--line-height-h1);
}
#node-throwback_uebersicht #throwback .throwback {
  position: relative;
  z-index: 10;
  padding: 0 7vw;
  padding-bottom: 100px;
}
#node-throwback_uebersicht #throwback .throwback .throwback-item {
  margin-bottom: 7vw;
}
#node-throwback_uebersicht #throwback .throwback .throwback-item .image {
  position: relative;
  height: 86vw;
  display: flex;
  flex-direction: column;
}
#node-throwback_uebersicht #throwback .throwback .throwback-item .image .image-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#node-throwback_uebersicht #throwback .throwback .throwback-item .image .image-wrapper .video {
  height: 100%;
}
#node-throwback_uebersicht #throwback .throwback .throwback-item .image .image-wrapper .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#node-throwback_uebersicht #throwback .throwback .throwback-item .image .image-wrapper picture {
  height: 100%;
  width: 100%;
}
#node-throwback_uebersicht #throwback .throwback .throwback-item .image .image-wrapper picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#node-throwback_uebersicht #throwback .throwback .throwback-item .image .bar {
  position: relative;
  padding: 15px 20px;
  color: #fff;
  margin-top: auto;
  background-color: var(--bg-color-trans-primary);
}
#node-throwback_uebersicht #throwback .throwback .throwback-item .image .bar .label {
  font-weight: 700;
  text-align: center;
}
#node-throwback_uebersicht #throwback .throwback .throwback-item .image .bar .titel {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--color-default);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#node-throwback_uebersicht #throwback .throwback .throwback-item .image .bar .date-place {
  display: flex;
  gap: 10px;
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
}
#node-throwback_uebersicht #throwback .throwback .throwback-item .image .bar .button-wrapper {
  display: flex;
  margin-top: 15px;
  justify-content: flex-start;
}
#node-throwback_uebersicht #throwback .throwback .throwback-item .image .bar .button-wrapper .more {
  display: block;
  height: 40px;
  width: 40px;
  position: relative;
}
#node-throwback_uebersicht #throwback .throwback .throwback-item .image .bar .button-wrapper .more .icon-dot {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  display: block;
  z-index: 1;
  position: relative;
}
#node-throwback_uebersicht #throwback .throwback .throwback-item .image .bar .button-wrapper .more .icon-plus {
  display: flex;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
#node-throwback_uebersicht #throwback .throwback .throwback-item .images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 0 30px;
  display: none;
}
#node-throwback_uebersicht #throwback .throwback .throwback-item .button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  display: none;
}
#node-throwback_uebersicht #throwback .throwback .throwback-item:last-of-type {
  margin-bottom: 0;
}
#node-throwback_uebersicht #throwback .throwback .throwback-item:nth-of-type(2n) .bar {
  background-color: var(--bg-color-trans-black);
}
#node-throwback_uebersicht #throwback .throwback .throwback-item:nth-of-type(2n) .bar .titel {
  color: var(--color-primary);
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Fvhosts%5C%2Finfinitymusictour.at%5C%2Fdev.infinitymusictour.at%5C%2Fthemes%5C%2Fcustom%5C%2Fless%5C%2F_page%5C%2Fthrowback_uebersicht%5C%2Fthrowback_uebersicht.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2C0BACI%3BEACI%2CiBAAA%3BEACA%2CkBAAkB%2CoBAAlB%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2C0BAPJ%2CYAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAY%2CkDAAZ%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3B%3BAAhBZ%2C0BACI%2CYAkBI%2CMACI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3B%3BAAEA%2C0BAvBZ%2CYAkBI%2CMACI%2CEAIK%3BEACG%2COAAO%2CsBAAP%3B%3BAAzBpB%2C0BA%2BBI%3BEACI%2CkBAAA%3B%3BAAEA%2C0BAHJ%2CWAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAkB%2CoBAAlB%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3B%3BAA1CZ%2C0BA%2BBI%2CWAcI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAkB%2CoBAAlB%3B%3BAAhDZ%2C0BA%2BBI%2CWAcI%2CQAKI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CmBAAX%3BEACA%2CaAAa%2CqBAAb%3B%3BAAvDhB%2C0BA%2BBI%2CWAcI%2CQAKI%2CIAOI%3BEACI%2CWAAW%2CmBAAX%3BEACA%2CaAAa%2CqBAAb%3B%3BAA3DpB%2C0BA%2BBI%2CWAiCI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAApEZ%2C0BA%2BBI%2CWAiCI%2CWAMI%3BEACI%2CkBAAA%3B%3BAAvEhB%2C0BA%2BBI%2CWAiCI%2CWAMI%2CgBAGI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAA7EpB%2C0BA%2BBI%2CWAiCI%2CWAMI%2CgBAGI%2COAMI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3B%3BAApFxB%2C0BA%2BBI%2CWAiCI%2CWAMI%2CgBAGI%2COAMI%2CeAQI%3BEACI%2CYAAA%3B%3BAAxF5B%2C0BA%2BBI%2CWAiCI%2CWAMI%2CgBAGI%2COAMI%2CeAQI%2COAGI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAA7FhC%2C0BA%2BBI%2CWAiCI%2CWAMI%2CgBAGI%2COAMI%2CeAkBI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAAnG5B%2C0BA%2BBI%2CWAiCI%2CWAMI%2CgBAGI%2COAMI%2CeAkBI%2CQAII%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAxGhC%2C0BA%2BBI%2CWAiCI%2CWAMI%2CgBAGI%2COAoCI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAkB%2C6BAAlB%3B%3BAAlHxB%2C0BA%2BBI%2CWAiCI%2CWAMI%2CgBAGI%2COAoCI%2CKAOI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAtH5B%2C0BA%2BBI%2CWAiCI%2CWAMI%2CgBAGI%2COAoCI%2CKAYI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2COAAO%2CoBAAP%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3B%3BAAjI5B%2C0BA%2BBI%2CWAiCI%2CWAMI%2CgBAGI%2COAoCI%2CKAuBI%3BEACI%2CaAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CsBAAX%3BEACA%2CaAAa%2CwBAAb%3B%3BAAxI5B%2C0BA%2BBI%2CWAiCI%2CWAMI%2CgBAGI%2COAoCI%2CKA8BI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3B%3BAA9I5B%2C0BA%2BBI%2CWAiCI%2CWAMI%2CgBAGI%2COAoCI%2CKA8BI%2CgBAKI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApJhC%2C0BA%2BBI%2CWAiCI%2CWAMI%2CgBAGI%2COAoCI%2CKA8BI%2CgBAKI%2CMAMI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAA5JpC%2C0BA%2BBI%2CWAiCI%2CWAMI%2CgBAGI%2COAoCI%2CKA8BI%2CgBAKI%2CMAeI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAAvKpC%2C0BA%2BBI%2CWAiCI%2CWAMI%2CgBAwGI%3BEACI%2CaAAA%3BEACA%2C0BAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAnLpB%2C0BA%2BBI%2CWAiCI%2CWAMI%2CgBAgHI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C0BA9JZ%2CWAiCI%2CWAMI%2CgBAuHK%3BEACG%2CgBAAA%3B%3BAAGJ%2C0BAlKZ%2CWAiCI%2CWAMI%2CgBA2HK%2CYAAY%2CIACT%3BEACI%2CkBAAkB%2C2BAAlB%3B%3BAAFR%2C0BAlKZ%2CWAiCI%2CWAMI%2CgBA2HK%2CYAAY%2CIACT%2CKAGI%3BEACI%2COAAO%2CoBAAP%22%7D */