/* >= 768px */
/* >= 1024px */
@media screen and (min-width: 1024px) {
  #node-artists_uebersicht #einleitung .h1 {
    padding-right: 30%;
  }
  #node-artists_uebersicht #einleitung .text {
    padding-right: 30%;
  }
  #node-artists_uebersicht #artists .views-exposed-form {
    margin-bottom: 50px;
  }
  #node-artists_uebersicht #artists .artists .artist .swipe-wrapper {
    grid-template-columns: 60px 70px 1fr 110px 70px;
    gap: 0;
  }
  #node-artists_uebersicht #artists .artists .artist .swipe-wrapper > .rang {
    display: block;
    font-weight: 700;
    color: var(--color-secondary);
    line-height: 50px;
    text-align: center;
    font-size: var(--font-size-default);
  }
  #node-artists_uebersicht #artists .artists .artist .swipe-wrapper > .punkte {
    font-size: var(--font-size-default);
    padding: 0 20px;
  }
  #node-artists_uebersicht #artists .artists .artist .swipe-wrapper.voted .vote .votes {
    background-color: var(--color-secondary);
    transform: scale(1);
  }
  #node-artists_uebersicht #artists .artists .artist .actions.mobile {
    display: none;
  }
  #node-artists_uebersicht #artists .artists .artist .image {
    border-left: 1px solid var(--color-primary);
  }
  #node-artists_uebersicht #artists .artists .artist .image a {
    margin-left: auto;
  }
  #node-artists_uebersicht #artists .artists .artist .wrapper {
    display: grid;
    grid-template-columns: 1fr auto;
  }
  #node-artists_uebersicht #artists .artists .artist .wrapper:has(.label) {
    grid-template-rows: auto 1fr;
    grid-template-areas: "label label" "kuenstler genre";
    min-height: 50px;
  }
  #node-artists_uebersicht #artists .artists .artist .wrapper:has(.label) .label {
    grid-area: label;
    justify-self: start;
  }
  #node-artists_uebersicht #artists .artists .artist .wrapper:has(.label) .kuenstler {
    grid-area: kuenstler;
    line-height: var(--line-height-default);
  }
  #node-artists_uebersicht #artists .artists .artist .wrapper:has(.label) .genre {
    grid-area: genre;
    line-height: var(--line-height-default);
  }
  #node-artists_uebersicht #artists .artists .artist .wrapper .genre {
    margin-left: auto;
  }
  #node-artists_uebersicht #artists .artists .artist .wrapper .kuenstler {
    font-size: var(--font-size-default);
    width: auto;
    margin-bottom: 0;
    line-height: 50px;
  }
  #node-artists_uebersicht #artists .artists .artist .wrapper .genre,
  #node-artists_uebersicht #artists .artists .artist .wrapper .punkte,
  #node-artists_uebersicht #artists .artists .artist .wrapper .rang {
    font-size: var(--font-size-default);
    line-height: 50px;
    border-right: 1px solid var(--color-primary);
  }
  #node-artists_uebersicht #artists .artists .artist .wrapper .genre {
    padding-right: 20px;
    margin-right: 0;
    border-right: none;
  }
  #node-artists_uebersicht #artists .artists .artist .wrapper .punkte {
    text-align: right;
  }
  #node-artists_uebersicht #artists .artists .artist .wrapper .rang {
    display: none;
  }
  #node-artists_uebersicht #artists .artists .artist .actions {
    display: block;
  }
  #node-artists_uebersicht #artists .artists .artist .actions .vote {
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid var(--color-primary);
    text-align: center;
    position: relative;
    margin-top: 0px;
    margin-left: 20px;
  }
  #node-artists_uebersicht #artists .artists .artist .actions .vote i {
    font-size: 20px;
    line-height: 50px;
    color: var(--color-primary);
  }
  #node-artists_uebersicht #artists .artists .artist .actions .vote .votes {
    background-color: var(--color-primary);
    color: #ffffff;
    font-weight: 600;
    font-size: var(--font-size-smaller);
    line-height: var(--line-height-smaller);
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: -15px;
    left: 30px;
    z-index: 11;
    transition: transform 0.5s ease;
    transform: scale(0);
  }
  #node-artists_uebersicht #artists .artists .artist .voted-bar {
    display: none;
  }
  #node-artists_uebersicht #artists .artists .view-content.slidein .artist,
  #node-artists_uebersicht #artists .artists .view-content.animate .artist {
    opacity: 1 !important;
  }
  #node-artists_uebersicht #artists .artists .view-content.slidein .icon-swipe-to-vote,
  #node-artists_uebersicht #artists .artists .view-content.animate .icon-swipe-to-vote {
    display: none !important;
  }
  #node-artists_uebersicht #artists .info-mobile {
    display: none;
  }
  #node-artists_uebersicht #banner .banner .h4 {
    font-size: var(--font-size-h4-big);
    line-height: var(--line-height-h4-big);
  }
  #node-artists_uebersicht #banner .banner .button-wrapper {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}
/* >= 1248px */
@media screen and (min-width: 1248px) {
  #node-artists_uebersicht #einleitung {
    padding-bottom: 100px;
  }
  #node-artists_uebersicht #einleitung .h1 {
    padding-right: 50%;
  }
  #node-artists_uebersicht #einleitung .text {
    padding-right: 50%;
  }
  #node-artists_uebersicht #artists .views-exposed-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  #node-artists_uebersicht #artists .pager {
    margin-top: 50px;
  }
  #node-artists_uebersicht #banner {
    padding: 150px 0;
  }
  #node-artists_uebersicht #banner .banner {
    padding: 50px;
  }
  #node-artists_uebersicht #banner .banner .h4 {
    padding-right: 30%;
    margin-bottom: 70px;
  }
}
/*# 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%2Fartists_uebersicht%5C%2Fartists_uebersicht.tablet.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3BAAuNA%2CmBAlNsC%3BEAClC%2CwBACI%2CYACI%3BIACI%2CkBAAA%3B%3BEAHZ%2CwBACI%2CYAKI%3BIACI%2CkBAAA%3B%3BEAPZ%2CwBAWI%2CSACI%3BIACI%2CmBAAA%3B%3BEAbZ%2CwBAWI%2CSAKI%2CSACI%2CQACI%3BIACI%2C%2BCAAA%3BIACA%2CMAAA%3B%3BEApBpB%2CwBAWI%2CSAKI%2CSACI%2CQACI%2CeAIK%3BIACG%2CcAAA%3BIACA%2CgBAAA%3BIACA%2COAAO%2CsBAAP%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEA5BxB%2CwBAWI%2CSAKI%2CSACI%2CQACI%2CeAcK%3BIACG%2CWAAW%2CwBAAX%3BIACA%2CeAAA%3B%3BEAGJ%2CwBA1BhB%2CSAKI%2CSACI%2CQACI%2CeAmBK%2CMACG%2CMACI%3BIACI%2CkBAAkB%2CsBAAlB%3BIACA%2CWAAW%2CQAAX%3B%3BEAzChC%2CwBAWI%2CSAKI%2CSACI%2CQA8BI%2CSAAQ%3BIACJ%2CaAAA%3B%3BEAhDpB%2CwBAWI%2CSAKI%2CSACI%2CQAmCI%3BIACI%2CuBAAuB%2CoBAAvB%3B%3BEArDpB%2CwBAWI%2CSAKI%2CSACI%2CQAmCI%2COAGI%3BIACI%2CiBAAA%3B%3BEAxDxB%2CwBAWI%2CSAKI%2CSACI%2CQA2CI%3BIAEI%2CaAAA%3BIACA%2C%2BBAAA%3B%3BEAEA%2CwBAtDhB%2CSAKI%2CSACI%2CQA2CI%2CSAKK%2CIAAI%3BIACD%2C4BAAA%3BIACA%2CqBAAqB%2CcAAc%2CiBAAnC%3BIACA%2CgBAAA%3B%3BEAHJ%2CwBAtDhB%2CSAKI%2CSACI%2CQA2CI%2CSAKK%2CIAAI%2CQAKD%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAPR%2CwBAtDhB%2CSAKI%2CSACI%2CQA2CI%2CSAKK%2CIAAI%2CQAUD%3BIACI%2CoBAAA%3BIACA%2CaAAa%2C0BAAb%3B%3BEAZR%2CwBAtDhB%2CSAKI%2CSACI%2CQA2CI%2CSAKK%2CIAAI%2CQAeD%3BIACI%2CgBAAA%3BIACA%2CaAAa%2C0BAAb%3B%3BEAlF5B%2CwBAWI%2CSAKI%2CSACI%2CQA2CI%2CSA0BI%3BIACI%2CiBAAA%3B%3BEAvFxB%2CwBAWI%2CSAKI%2CSACI%2CQA2CI%2CSA8BI%3BIACI%2CWAAW%2CwBAAX%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEA9FxB%2CwBAWI%2CSAKI%2CSACI%2CQA2CI%2CSAsCI%3BEAlGpB%2CwBAWI%2CSAKI%2CSACI%2CQA2CI%2CSAuCI%3BEAnGpB%2CwBAWI%2CSAKI%2CSACI%2CQA2CI%2CSAwCI%3BIACI%2CWAAW%2CwBAAX%3BIACA%2CiBAAA%3BIACA%2CwBAAwB%2CoBAAxB%3B%3BEAvGxB%2CwBAWI%2CSAKI%2CSACI%2CQA2CI%2CSA8CI%3BIACI%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEA7GxB%2CwBAWI%2CSAKI%2CSACI%2CQA2CI%2CSAoDI%3BIACI%2CiBAAA%3B%3BEAjHxB%2CwBAWI%2CSAKI%2CSACI%2CQA2CI%2CSAwDI%3BIACI%2CaAAA%3B%3BEArHxB%2CwBAWI%2CSAKI%2CSACI%2CQAyGI%3BIACI%2CcAAA%3B%3BEA3HpB%2CwBAWI%2CSAKI%2CSACI%2CQAyGI%2CSAGI%3BIACI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAkB%2CoBAAlB%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAtIxB%2CwBAWI%2CSAKI%2CSACI%2CQAyGI%2CSAGI%2CMAWI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2COAAO%2CoBAAP%3B%3BEA3I5B%2CwBAWI%2CSAKI%2CSACI%2CQAyGI%2CSAGI%2CMAiBI%3BIACI%2CkBAAkB%2CoBAAlB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CWAAW%2CwBAAX%3BIACA%2CaAAa%2C0BAAb%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2C%2BBAAA%3BIACA%2CWAAW%2CQAAX%3B%3BEAhK5B%2CwBAWI%2CSAKI%2CSACI%2CQAoJI%3BIACI%2CaAAA%3B%3BEAMJ%2CwBAjKZ%2CSAKI%2CSA0JI%2CcAEK%2CQAEG%3BEADJ%2CwBAlKZ%2CSAKI%2CSA0JI%2CcAGK%2CQACG%3BIACI%2CqBAAA%3B%3BEAHR%2CwBAjKZ%2CSAKI%2CSA0JI%2CcAEK%2CQAMG%3BEALJ%2CwBAlKZ%2CSAKI%2CSA0JI%2CcAGK%2CQAKG%3BIACI%2CwBAAA%3B%3BEAnLxB%2CwBAWI%2CSA8KI%3BIACI%2CaAAA%3B%3BEA1LZ%2CwBA8LI%2CQACI%2CQACI%3BIAEI%2CWAAW%2CuBAAX%3BIACA%2CaAAa%2CyBAAb%3B%3BEAnMhB%2CwBA8LI%2CQACI%2CQAOI%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3B%3B%3BAAiDnB%2CmBAzCqC%3BEAClC%2CwBACI%3BIACI%2CqBAAA%3B%3BEAFR%2CwBACI%2CYAGI%3BIACI%2CkBAAA%3B%3BEALZ%2CwBACI%2CYAOI%3BIACI%2CkBAAA%3B%3BEATZ%2CwBAaI%2CSACI%3BIACI%2CaAAA%3BIACA%2CkCAAA%3BIACA%2CSAAA%3B%3BEAjBZ%2CwBAaI%2CSAOI%3BIACI%2CgBAAA%3B%3BEArBZ%2CwBA0BI%3BIACI%2CgBAAA%3B%3BEA3BR%2CwBA0BI%2CQAGI%3BIACI%2CaAAA%3B%3BEA9BZ%2CwBA0BI%2CQAGI%2CQAGI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%22%7D */