/* >= 768px */
@media screen and (min-width: 768px) {
  #node-page .section.withImage .image {
    width: 50%;
    height: calc((100vw - (2 * var(--sec)))/2);
  }
}
/* >= 1024px */
@media screen and (min-width: 1024px) {
  #node-page {
    padding-top: 0;
  }
  #node-page #page-header {
    display: block;
  }
  #node-page #content {
    padding-top: 100px;
  }
}
/* >= 1248px */
@media screen and (min-width: 1248px) {
  #node-page {
    padding: 00px 0 150px 0;
  }
  #node-page #content .section .subtitle {
    grid-area: subtitle;
  }
  #node-page #content .section .h3 {
    grid-area: title;
  }
  #node-page #content .section .image {
    grid-area: image;
    width: 100%;
    height: calc((100vw - (2 * var(--sec)) - 50px)/2);
    margin-bottom: 0;
  }
  #node-page #content .section .text {
    grid-area: text;
  }
  #node-page #content .section .text h2 {
    margin-bottom: 50px;
  }
  #node-page #content .section .text h3 {
    margin-bottom: 50px;
  }
  #node-page #content .section .text h4 {
    margin-bottom: 30px;
  }
  #node-page #content .section .text h5 {
    margin-bottom: 30px;
  }
  #node-page #content .section .text p + h2 {
    margin-top: 70px;
  }
  #node-page #content .section .text p + h3 {
    margin-top: 70px;
  }
  #node-page #content .section .text p + h4 {
    margin-top: 70px;
  }
  #node-page #content .section .text p + h5 {
    margin-top: 70px;
  }
  #node-page #content .section .bloecke {
    grid-area: blocks;
  }
  #node-page #content .section.withImage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    grid-template-rows: auto auto auto 1fr;
    grid-template-areas: "subtitle image" "title image" "text image";
  }
  #node-page #content .section.withImage.withBlocks {
    grid-template-rows: auto auto auto auto 1fr;
    grid-template-areas: "subtitle image" "title image" "text image" "blocks blocks";
  }
}
/*# 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%2Fpage%5C%2Fpage.tablet.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAgBA%2CmBAfqC%3BEAIzB%2CUADJ%2CSACK%2CUACG%3BIACI%2CUAAA%3BIACA%2C0CAAA%3B%3B%3B%3BAAuBpB%2CmBAfsC%3BEAClC%3BIACI%2CcAAA%3B%3BEADJ%2CUAGI%3BIACI%2CcAAA%3B%3BEAJR%2CUAOI%3BIACI%2CkBAAA%3B%3B%3B%3BAAkFX%2CmBA5EqC%3BEAClC%3BIACI%2CuBAAA%3B%3BEADJ%2CUAGI%2CSACI%2CSACI%3BIACI%2CmBAAA%3B%3BEANhB%2CUAGI%2CSACI%2CSAKI%3BIACI%2CgBAAA%3B%3BEAVhB%2CUAGI%2CSACI%2CSASI%3BIACI%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CiDAAA%3BIACA%2CgBAAA%3B%3BEAjBhB%2CUAGI%2CSACI%2CSAgBI%3BIACI%2CeAAA%3B%3BEArBhB%2CUAGI%2CSACI%2CSAgBI%2CMAGI%3BIACI%2CmBAAA%3B%3BEAxBpB%2CUAGI%2CSACI%2CSAgBI%2CMAOI%3BIACI%2CmBAAA%3B%3BEA5BpB%2CUAGI%2CSACI%2CSAgBI%2CMAWI%3BIACI%2CmBAAA%3B%3BEAhCpB%2CUAGI%2CSACI%2CSAgBI%2CMAeI%3BIACI%2CmBAAA%3B%3BEApCpB%2CUAGI%2CSACI%2CSAgBI%2CMAmBI%2CEAAE%3BIACE%2CgBAAA%3B%3BEAxCpB%2CUAGI%2CSACI%2CSAgBI%2CMAuBI%2CEAAE%3BIACE%2CgBAAA%3B%3BEA5CpB%2CUAGI%2CSACI%2CSAgBI%2CMA2BI%2CEAAE%3BIACE%2CgBAAA%3B%3BEAhDpB%2CUAGI%2CSACI%2CSAgBI%2CMA%2BBI%2CEAAE%3BIACE%2CgBAAA%3B%3BEApDpB%2CUAGI%2CSACI%2CSAoDI%3BIACI%2CiBAAA%3B%3BEAGJ%2CUAzDR%2CSACI%2CSAwDK%3BIACG%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CgBAAA%3BIACA%2CsCAAA%3BIACA%2CqBAAqB%2CiBAAiB%2CcAAc%2CYAApD%3B%3BEAEA%2CUAhEZ%2CSACI%2CSAwDK%2CUAOI%3BIACG%2C2CAAA%3BIACA%2CqBAAqB%2CiBAAiB%2CcAAc%2CaAAa%2CeAAjE%22%7D */