/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-encounters-table-block-main {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .wp-block-encounters-table-block-main .encounters-table__body__header {
    width: 100%;
    height: 40px;
    background-color: #003e93;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 25px;
    padding-right: 25px; }
    @media only screen and (max-width: 767px) {
      .wp-block-encounters-table-block-main .encounters-table__body__header {
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    .wp-block-encounters-table-block-main .encounters-table__body__header label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
      font-weight: 700;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 15px; }
      @media only screen and (min-width: 1024px) {
        .wp-block-encounters-table-block-main .encounters-table__body__header label:nth-child(3) {
          display: block;
          min-width: 500px;
          text-align: center; } }
      @media only screen and (max-width: 767px) {
        .wp-block-encounters-table-block-main .encounters-table__body__header label {
          -ms-flex: none;
              flex: none; } }
    .wp-block-encounters-table-block-main .encounters-table__body__header label:nth-child(4) {
      -ms-flex-pack: center;
          justify-content: center; }
    @media only screen and (max-width: 950px) {
      .wp-block-encounters-table-block-main .encounters-table__body__header label:nth-child(2) {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .wp-block-encounters-table-block-main .encounters-table__body__header label:nth-child(1) {
        display: none; } }
  .wp-block-encounters-table-block-main .encounters-table__body__rows {
    width: 100%; }
  .wp-block-encounters-table-block-main .encounters-table__body__link {
    text-decoration: none; }
  .wp-block-encounters-table-block-main .encounters-table__body__row {
    width: 100%;
    min-height: 40px;
    background-color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    padding: 10px 20px; }
    @media only screen and (max-width: 767px) {
      .wp-block-encounters-table-block-main .encounters-table__body__row {
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    .wp-block-encounters-table-block-main .encounters-table__body__row:nth-child(even) {
      background-color: #eaeaea; }
    .wp-block-encounters-table-block-main .encounters-table__body__row .encounters-table__body__cell {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
      color: #484848;
      font-size: 15px; }
      @media only screen and (min-width: 1024px) {
        .wp-block-encounters-table-block-main .encounters-table__body__row .encounters-table__body__cell:nth-child(3) {
          display: -ms-flexbox;
          display: flex;
          min-width: 500px;
          -ms-flex-pack: center;
              justify-content: center; } }
      .wp-block-encounters-table-block-main .encounters-table__body__row .encounters-table__body__cell:nth-child(4) {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center; }
      @media only screen and (max-width: 767px) {
        .wp-block-encounters-table-block-main .encounters-table__body__row .encounters-table__body__cell {
          display: inline; }
          .wp-block-encounters-table-block-main .encounters-table__body__row .encounters-table__body__cell:nth-child(4) {
            max-width: 75px; } }
      .wp-block-encounters-table-block-main .encounters-table__body__row .encounters-table__body__cell span {
        margin: 0 .5em; }
        .wp-block-encounters-table-block-main .encounters-table__body__row .encounters-table__body__cell span.bold {
          font-weight: bold; }
        @media only screen and (max-width: 767px) {
          .wp-block-encounters-table-block-main .encounters-table__body__row .encounters-table__body__cell span {
            display: block; }
            .wp-block-encounters-table-block-main .encounters-table__body__row .encounters-table__body__cell span:nth-child(2) {
              display: none; } }
      .wp-block-encounters-table-block-main .encounters-table__body__row .encounters-table__body__cell--win {
        color: #32A801; }
      .wp-block-encounters-table-block-main .encounters-table__body__row .encounters-table__body__cell--lose {
        color: orangered; }
      @media only screen and (max-width: 1280px) {
        .wp-block-encounters-table-block-main .encounters-table__body__row .encounters-table__body__cell__icon {
          max-width: 60px; } }
      .wp-block-encounters-table-block-main .encounters-table__body__row .encounters-table__body__cell__placeholder {
        max-width: 30px;
        -ms-flex-pack: center;
            justify-content: center;
        display: -ms-flexbox;
        display: flex; }
      .wp-block-encounters-table-block-main .encounters-table__body__row .encounters-table__body__cell:nth-child(4) {
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (max-width: 950px) {
      .wp-block-encounters-table-block-main .encounters-table__body__row .encounters-table__body__cell:nth-child(2) {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .wp-block-encounters-table-block-main .encounters-table__body__row .encounters-table__body__cell:nth-child(1) {
        display: none; } }
  .wp-block-encounters-table-block-main .encounters-table__body__row__last {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
  .wp-block-encounters-table-block-main .encounters-table__body__button__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 40px; }
  .wp-block-encounters-table-block-main .encounter-table__body__legend {
    color: #484848;
    font-size: 15px;
    margin: .5em .5em;
    text-align: right; }

.label__bold {
  font-weight: 800; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/*
 * frontend style
 */
.entry-content {
  /*
 * mobile slider
 */ }
  .entry-content .wp-block-slider-gallery-main {
    height: 500px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0 !important; }
  .entry-content .gallery-grid-mobile.container {
    display: none;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .entry-content .gallery-grid-mobile.container {
        display: block; } }
  .entry-content .gallery-grid-desktop {
    display: none;
    height: 100%;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row; }
    .entry-content .gallery-grid-desktop .gallery-item {
      width: 25%;
      height: 50%;
      margin: 0;
      padding: 0;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    @media screen and (min-width: 768px) {
      .entry-content .gallery-grid-desktop {
        display: -ms-flexbox;
        display: flex; } }
  .entry-content .carousel > input[type="radio"]:nth-child(1):checked ~ .carousel__prev > label:nth-child(8), .entry-content .carousel > input[type="radio"]:nth-child(1):checked ~ .carousel__next > label:nth-child(2), .entry-content .carousel > input[type="radio"]:nth-child(2):checked ~ .carousel__prev > label:nth-child(1), .entry-content .carousel > input[type="radio"]:nth-child(2):checked ~ .carousel__next > label:nth-child(3), .entry-content .carousel > input[type="radio"]:nth-child(3):checked ~ .carousel__prev > label:nth-child(2), .entry-content .carousel > input[type="radio"]:nth-child(3):checked ~ .carousel__next > label:nth-child(4), .entry-content .carousel > input[type="radio"]:nth-child(4):checked ~ .carousel__prev > label:nth-child(3), .entry-content .carousel > input[type="radio"]:nth-child(4):checked ~ .carousel__next > label:nth-child(5), .entry-content .carousel > input[type="radio"]:nth-child(5):checked ~ .carousel__prev > label:nth-child(4), .entry-content .carousel > input[type="radio"]:nth-child(5):checked ~ .carousel__next > label:nth-child(6), .entry-content .carousel > input[type="radio"]:nth-child(6):checked ~ .carousel__prev > label:nth-child(5), .entry-content .carousel > input[type="radio"]:nth-child(6):checked ~ .carousel__next > label:nth-child(7), .entry-content .carousel > input[type="radio"]:nth-child(7):checked ~ .carousel__prev > label:nth-child(6), .entry-content .carousel > input[type="radio"]:nth-child(7):checked ~ .carousel__next > label:nth-child(8), .entry-content .carousel > input[type="radio"]:nth-child(8):checked ~ .carousel__prev > label:nth-child(7), .entry-content .carousel > input[type="radio"]:nth-child(8):checked ~ .carousel__next > label:nth-child(1) {
    opacity: 1 !important;
    z-index: 3; }
  .entry-content *,
  .entry-content *:before,
  .entry-content *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .entry-content .container {
    width: 100%;
    margin: 50px auto;
    height: 100%; }
  .entry-content .carousel {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: block; }
    .entry-content .carousel > input[type="radio"] {
      position: absolute;
      left: 0;
      opacity: 0;
      top: 0; }
      .entry-content .carousel > input[type="radio"]:checked ~ .carousel__items .carousel__item,
      .entry-content .carousel > input[type="radio"]:checked ~ .carousel__prev > label,
      .entry-content .carousel > input[type="radio"]:checked ~ .carousel__next > label {
        opacity: 0; }
      .entry-content .carousel > input[type="radio"]:nth-child(1):checked ~ .carousel__items .carousel__item:nth-child(1) {
        opacity: 1; }
      .entry-content .carousel > input[type="radio"]:nth-child(1):checked ~ .carousel__nav > label:nth-child(1) {
        background: #ccc;
        cursor: default;
        pointer-events: none; }
      .entry-content .carousel > input[type="radio"]:nth-child(2):checked ~ .carousel__items .carousel__item:nth-child(2) {
        opacity: 1; }
      .entry-content .carousel > input[type="radio"]:nth-child(2):checked ~ .carousel__nav > label:nth-child(2) {
        background: #ccc;
        cursor: default;
        pointer-events: none; }
      .entry-content .carousel > input[type="radio"]:nth-child(3):checked ~ .carousel__items .carousel__item:nth-child(3) {
        opacity: 1; }
      .entry-content .carousel > input[type="radio"]:nth-child(3):checked ~ .carousel__nav > label:nth-child(3) {
        background: #ccc;
        cursor: default;
        pointer-events: none; }
      .entry-content .carousel > input[type="radio"]:nth-child(4):checked ~ .carousel__items .carousel__item:nth-child(4) {
        opacity: 1; }
      .entry-content .carousel > input[type="radio"]:nth-child(4):checked ~ .carousel__nav > label:nth-child(4) {
        background: #ccc;
        cursor: default;
        pointer-events: none; }
      .entry-content .carousel > input[type="radio"]:nth-child(5):checked ~ .carousel__items .carousel__item:nth-child(5) {
        opacity: 1; }
      .entry-content .carousel > input[type="radio"]:nth-child(5):checked ~ .carousel__nav > label:nth-child(5) {
        background: #ccc;
        cursor: default;
        pointer-events: none; }
      .entry-content .carousel > input[type="radio"]:nth-child(6):checked ~ .carousel__items .carousel__item:nth-child(6) {
        opacity: 1; }
      .entry-content .carousel > input[type="radio"]:nth-child(6):checked ~ .carousel__nav > label:nth-child(6) {
        background: #ccc;
        cursor: default;
        pointer-events: none; }
      .entry-content .carousel > input[type="radio"]:nth-child(7):checked ~ .carousel__items .carousel__item:nth-child(7) {
        opacity: 1; }
      .entry-content .carousel > input[type="radio"]:nth-child(7):checked ~ .carousel__nav > label:nth-child(7) {
        background: #ccc;
        cursor: default;
        pointer-events: none; }
      .entry-content .carousel > input[type="radio"]:nth-child(8):checked ~ .carousel__items .carousel__item:nth-child(8) {
        opacity: 1; }
      .entry-content .carousel > input[type="radio"]:nth-child(8):checked ~ .carousel__nav > label:nth-child(8) {
        background: #ccc;
        cursor: default;
        pointer-events: none; }
    .entry-content .carousel__items {
      margin: 0;
      padding: 0;
      list-style-type: none;
      width: 100%;
      height: 100%;
      display: block;
      position: relative; }
    .entry-content .carousel__item {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      margin: 0;
      -ms-flex-pack: center;
          justify-content: center;
      z-index: 1;
      -webkit-transition: opacity .8s;
      -o-transition: opacity .8s;
      transition: opacity .8s; }
      .entry-content .carousel__item__image {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%; }
    .entry-content .carousel__prev > label, .entry-content .carousel__next > label {
      border-radius: 8px;
      cursor: pointer;
      display: block;
      width: 40px;
      height: 40px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #003e93;
      z-index: 2; }
      .entry-content .carousel__prev > label:before, .entry-content .carousel__prev > label:after, .entry-content .carousel__next > label:before, .entry-content .carousel__next > label:after {
        content: "";
        position: absolute;
        width: inherit;
        height: inherit; }
      .entry-content .carousel__prev > label:before, .entry-content .carousel__next > label:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-image: url(../src/slider-gallery-block/arrow_slider.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 30%; }
    .entry-content .carousel__prev > label {
      left: 2%; }
    .entry-content .carousel__next > label {
      right: 2%; }
      .entry-content .carousel__next > label:before {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-block-cgb-block-training-time-block {
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  width: 100%; }
  .wp-block-cgb-block-training-time-block .training-time-table--headline {
    color: white; }
  .wp-block-cgb-block-training-time-block .training-time-table__head {
    background-color: #003e93;
    color: #ffffff;
    padding: 0.6em;
    border-radius: 10px 10px 0 0; }
  .wp-block-cgb-block-training-time-block .training-time-table__body {
    background-color: #ffffff; }
    .wp-block-cgb-block-training-time-block .training-time-table__body__row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      background-color: #eaeaea;
      color: #484848;
      margin-bottom: 2px;
      padding: 1em 0.6em; }
      .wp-block-cgb-block-training-time-block .training-time-table__body__row p:first-child {
        text-transform: uppercase; }
  .wp-block-cgb-block-training-time-block p {
    margin: 0;
    font-size: 0.7em;
    font-weight: bold; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/*
 * frontend style
 */
#site-content .entry-content p.last-posts-block-title {
  font-size: 1.6em;
  color: #484848;
  margin-bottom: 1em; }
  @media only screen and (max-width: 767px) {
    #site-content .entry-content p.last-posts-block-title {
      margin-top: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #site-content .entry-content p.last-posts-block-title {
      margin-top: 0; } }

#site-content .entry-content h2.last-posts-block-title {
  margin-bottom: 1em;
  margin-top: 1.1em; }
  @media only screen and (max-width: 767px) {
    #site-content .entry-content h2.last-posts-block-title {
      margin-top: 1em; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #site-content .entry-content h2.last-posts-block-title {
      margin-top: 1em; } }

#site-content .entry-content .last-posts-block > h2.last-posts-block-title {
  margin-top: 0.5em; }

#site-content .entry-content h2.matches-slider__title {
  margin-bottom: 0.2em;
  margin-top: 2em; }
  @media only screen and (max-width: 767px) {
    #site-content .entry-content h2.matches-slider__title {
      margin-top: 1em; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #site-content .entry-content h2.matches-slider__title {
      margin-top: 1em; } }

#site-content .last-posts-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  padding: 0 4em;
  -ms-flex-align: center;
      align-items: center;
  width: 100%; }
  #site-content .last-posts-block.alignwide {
    margin-top: 0; }
    @media only screen and (max-width: 640px) {
      #site-content .last-posts-block.alignwide {
        max-width: unset;
        width: unset; } }
  #site-content .last-posts-block .last-posts-block-title {
    margin-left: -84px; }
    @media only screen and (max-width: 700px) {
      #site-content .last-posts-block .last-posts-block-title {
        margin-left: -50px; } }
    @media only screen and (max-width: 640px) {
      #site-content .last-posts-block .last-posts-block-title {
        margin-left: 0; } }
  @media only screen and (max-width: 640px) {
    #site-content .last-posts-block {
      padding: 0 1em; } }
  #site-content .last-posts-block .swiper-last-posts {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden; }
    #site-content .last-posts-block .swiper-last-posts .swiper-wrapper .swiper-slide {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      background-color: #ffffff;
      border-radius: 10px; }
      #site-content .last-posts-block .swiper-last-posts .swiper-wrapper .swiper-slide a {
        text-decoration: none;
        color: inherit;
        height: 100%; }
      #site-content .last-posts-block .swiper-last-posts .swiper-wrapper .swiper-slide .last-post-image {
        width: 100%;
        height: 50%;
        border-radius: 10px 10px 0 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end;
        -ms-flex-direction: column;
            flex-direction: column;
        min-height: 10em; }
        #site-content .last-posts-block .swiper-last-posts .swiper-wrapper .swiper-slide .last-post-image .last-post-date {
          width: 3.5em;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          background-color: #ffffff;
          line-height: 17px;
          padding: 0.5em;
          font-size: 0.8em; }
          #site-content .last-posts-block .swiper-last-posts .swiper-wrapper .swiper-slide .last-post-image .last-post-date__day {
            font-weight: bold;
            margin: 0;
            font-size: 1.2em; }
          #site-content .last-posts-block .swiper-last-posts .swiper-wrapper .swiper-slide .last-post-image .last-post-date__month {
            text-transform: uppercase;
            font-size: 0.8em; }
      #site-content .last-posts-block .swiper-last-posts .swiper-wrapper .swiper-slide .last-post-categories {
        text-transform: uppercase;
        font-size: 0.5em;
        margin: 1em; }
      #site-content .last-posts-block .swiper-last-posts .swiper-wrapper .swiper-slide .last-post-title {
        margin: 0 0.8em;
        font-size: 0.8em; }
      #site-content .last-posts-block .swiper-last-posts .swiper-wrapper .swiper-slide .last-post-excerpt {
        margin: 0.8em;
        font-size: 0.7em; }
  #site-content .last-posts-block .swiper-button-next,
  #site-content .last-posts-block .swiper-button-prev {
    background-color: #003e93;
    color: #ffffff;
    width: 2em;
    height: 2em;
    border-radius: 5px; }
    @media only screen and (max-width: 640px) {
      #site-content .last-posts-block .swiper-button-next,
      #site-content .last-posts-block .swiper-button-prev {
        background-color: #ffffff;
        color: #003e93; } }
    #site-content .last-posts-block .swiper-button-next:after,
    #site-content .last-posts-block .swiper-button-prev:after {
      font-size: 1em; }
  #site-content .last-posts-block .swiper-button-next {
    right: 10px; }
    @media only screen and (max-width: 640px) {
      #site-content .last-posts-block .swiper-button-next {
        right: 18px;
        border-radius: 5px 0 0 5px; } }
  #site-content .last-posts-block .swiper-button-prev {
    left: 10px; }
    @media only screen and (max-width: 640px) {
      #site-content .last-posts-block .swiper-button-prev {
        left: 18px;
        border-radius: 0 5px 5px 0; } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/*
 * frontend style
 */
.entry-content .wp-block-sponsor-gallery-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .entry-content .wp-block-sponsor-gallery-main.alignwide {
    margin-top: 0;
    margin-bottom: 0;
    background: #ffffff;
    padding: 6rem calc((100% - 120rem) / 2);
    max-width: none;
    width: auto; }
    @media only screen and (max-width: 1278px) {
      .entry-content .wp-block-sponsor-gallery-main.alignwide {
        padding: 6rem 4rem; } }
  .entry-content .wp-block-sponsor-gallery-main .sponsor-gallery-title {
    font-size: 1.6em;
    color: #484848;
    margin-bottom: 1em;
    margin: 0 0 1em 0; }
  .entry-content .wp-block-sponsor-gallery-main .sponsor-slider {
    position: relative;
    padding: 0 4em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%; }
    @media only screen and (max-width: 640px) {
      .entry-content .wp-block-sponsor-gallery-main .sponsor-slider {
        padding: 0 2em; } }
    .entry-content .wp-block-sponsor-gallery-main .sponsor-slider .swiper-container {
      width: 100%;
      height: 5em; }
      .entry-content .wp-block-sponsor-gallery-main .sponsor-slider .swiper-container .swiper-wrapper .swiper-slide {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
        @media only screen and (max-width: 640px) {
          .entry-content .wp-block-sponsor-gallery-main .sponsor-slider .swiper-container .swiper-wrapper .swiper-slide {
            width: 100%; } }
        .entry-content .wp-block-sponsor-gallery-main .sponsor-slider .swiper-container .swiper-wrapper .swiper-slide img {
          height: 100%;
          width: auto;
          -o-object-fit: contain;
             object-fit: contain; }
    .entry-content .wp-block-sponsor-gallery-main .sponsor-slider .swiper-button-next,
    .entry-content .wp-block-sponsor-gallery-main .sponsor-slider .swiper-button-prev {
      background-color: #003e93;
      color: #ffffff;
      width: 2em;
      height: 2em;
      border-radius: 5px; }
      .entry-content .wp-block-sponsor-gallery-main .sponsor-slider .swiper-button-next:after,
      .entry-content .wp-block-sponsor-gallery-main .sponsor-slider .swiper-button-prev:after {
        font-size: 1em; }
    @media only screen and (max-width: 640px) {
      .entry-content .wp-block-sponsor-gallery-main .sponsor-slider .swiper-button-next {
        right: -30px; }
      .entry-content .wp-block-sponsor-gallery-main .sponsor-slider .swiper-button-prev {
        left: -30px; } }
@charset "UTF-8";
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.entry-content .wp-block-shop-banner-main {
  background-color: #003e93;
  height: 5em; }
  .entry-content .wp-block-shop-banner-main.alignfull {
    margin-bottom: 0; }
  @media only screen and (max-width: 1130px) {
    .entry-content .wp-block-shop-banner-main {
      height: auto; } }
  .entry-content .wp-block-shop-banner-main .shop-banner {
    max-width: 120rem;
    height: 100%;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    color: #ffffff;
    background-color: #003e93; }
    @media only screen and (max-width: 1130px) {
      .entry-content .wp-block-shop-banner-main .shop-banner {
        -ms-flex-direction: column;
            flex-direction: column; } }
    @media only screen and (min-width: 1024px) {
      .entry-content .wp-block-shop-banner-main .shop-banner p,
      .entry-content .wp-block-shop-banner-main .shop-banner .to-shop__button {
        display: inline-block;
        white-space: nowrap;
        margin: 0 1em; } }
    .entry-content .wp-block-shop-banner-main .shop-banner p {
      font-size: .8em; }
      @media only screen and (max-width: 1130px) {
        .entry-content .wp-block-shop-banner-main .shop-banner p {
          text-align: center;
          margin-bottom: 1em; } }
    .entry-content .wp-block-shop-banner-main .shop-banner .to-shop__button {
      position: relative;
      border-radius: 10px;
      text-transform: uppercase;
      padding: .8em 3em;
      font-size: .7em;
      background-color: transparent;
      border: 1px solid #ffffff;
      color: #ffffff;
      font-weight: bold; }
      .entry-content .wp-block-shop-banner-main .shop-banner .to-shop__button:hover {
        background-color: #fff;
        -webkit-transition: all ease-in-out 0.1s;
        -o-transition: all ease-in-out 0.1s;
        transition: all ease-in-out 0.1s;
        border: 1px solid #003e93;
        text-decoration: none;
        color: #003e93; }
      @media only screen and (max-width: 1130px) {
        .entry-content .wp-block-shop-banner-main .shop-banner .to-shop__button {
          margin-bottom: 1em; } }
    .entry-content .wp-block-shop-banner-main .shop-banner a {
      -webkit-text-decoration-line: none;
              text-decoration-line: none; }
    .entry-content .wp-block-shop-banner-main .shop-banner__img-container {
      width: 50%;
      height: 100%;
      display: -ms-flexbox;
      display: flex; }
      @media only screen and (max-width: 1130px) {
        .entry-content .wp-block-shop-banner-main .shop-banner__img-container {
          width: 100%;
          height: 5em;
          padding: 1em;
          -ms-flex-pack: center;
              justify-content: center; } }
      .entry-content .wp-block-shop-banner-main .shop-banner__img-container__logo, .entry-content .wp-block-shop-banner-main .shop-banner__img-container__powered {
        height: 100%;
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        margin: 0; }
      .entry-content .wp-block-shop-banner-main .shop-banner__img-container__logo {
        background-image: url("./../src/shop-block/img/sg-bühlau-shop-logo.webp");
        width: 70%;
        margin-right: 1em;
        max-width: 300px;
        background-size: contain; }
      .entry-content .wp-block-shop-banner-main .shop-banner__img-container__powered {
        background-image: url("./../src/shop-block/img/powered-by-teambro.webp");
        width: 30%;
        max-width: 180px;
        background-size: 75%; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.post-inner .entry-content .wp-block-match-report-block-main.alignfull.last-match-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: revert;
      flex-direction: revert;
  -ms-flex-align: center;
      align-items: center;
  margin: -12em auto 0 auto;
  border-radius: 0 10px 10px 0;
  padding-right: 25%;
  z-index: 3; }
  .post-inner .entry-content .wp-block-match-report-block-main.alignfull.last-match-block__result {
    text-align: center; }
  @media only screen and (max-width: 1325px) {
    .post-inner .entry-content .wp-block-match-report-block-main.alignfull.last-match-block {
      padding-right: 10%; } }
  @media only screen and (max-width: 767px) {
    .post-inner .entry-content .wp-block-match-report-block-main.alignfull.last-match-block {
      margin-top: -7.5em;
      border-radius: 0;
      padding-right: 0;
      -ms-flex-direction: column;
          flex-direction: column;
      margin-bottom: inherit; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .post-inner .entry-content .wp-block-match-report-block-main.alignfull.last-match-block {
      margin-top: -7.5em;
      border-radius: 0;
      padding-right: 0;
      -ms-flex-direction: column;
          flex-direction: column;
      margin-bottom: inherit; } }

.last-match-block__content {
  width: 70%;
  height: 20em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  padding: 2em 2em 2em 20%; }
  @media only screen and (max-width: 767px) {
    .last-match-block__content {
      width: 100%;
      padding: 2em 0;
      padding-top: 0.9em;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .last-match-block__content {
      width: 100%;
      padding: 2em 0;
      padding-top: 0.9em;
      padding-bottom: 0; } }

.last-match-block__block-title, .last-match-block__title, .last-match-block__date {
  text-align: center;
  width: 100%;
  margin: 0;
  line-height: 1; }

.last-match-block__block-title {
  font-size: 1em;
  font-weight: lighter; }

.last-match-block__title {
  font-size: 1.9em;
  font-weight: lighter; }

.last-match-block__date {
  font-size: 0.7em;
  font-weight: bold;
  color: #484848; }

.last-match-block__result-container {
  width: 50%;
  -ms-flex-align: center;
      align-items: center;
  position: relative; }
  .last-match-block__result-container:first-of-type:after {
    content: '';
    display: block;
    height: 40%;
    width: 3px;
    background-color: #eaeaea;
    position: absolute;
    right: 0;
    top: 10%; }

.last-match-block__result-container__team1, .last-match-block__result-container__team2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .last-match-block__result-container__team1__shield, .last-match-block__result-container__team2__shield {
    width: 35%;
    -o-object-fit: contain;
       object-fit: contain;
    height: 5em; }
    .last-match-block__result-container__team1__shield.tournament, .last-match-block__result-container__team2__shield.tournament {
      width: 50%;
      margin-right: 0; }
    @media only screen and (max-width: 767px) {
      .last-match-block__result-container__team1__shield, .last-match-block__result-container__team2__shield {
        max-height: 6em; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .last-match-block__result-container__team1__shield, .last-match-block__result-container__team2__shield {
        max-height: 6em; } }

.last-match-block__result-container__team1__result, .last-match-block__result-container__team2__result {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  height: 25%; }
  .last-match-block__result-container__team1__result.tournament, .last-match-block__result-container__team2__result.tournament {
    width: unset; }
  .last-match-block__result-container__team1__result__goals, .last-match-block__result-container__team2__result__goals {
    font-weight: bold;
    font-size: 2em;
    height: 70%; }
    .last-match-block__result-container__team1__result__goals.tournament, .last-match-block__result-container__team2__result__goals.tournament {
      font-size: 1.5em; }
      @media only screen and (max-width: 440px) {
        .last-match-block__result-container__team1__result__goals.tournament, .last-match-block__result-container__team2__result__goals.tournament {
          font-size: .8em; } }
  .last-match-block__result-container__team1__result__name, .last-match-block__result-container__team2__result__name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: .7em;
    text-transform: uppercase;
    font-weight: bold;
    color: #484848; }
  .last-match-block__result-container__team1__result__goals, .last-match-block__result-container__team1__result__name, .last-match-block__result-container__team2__result__goals, .last-match-block__result-container__team2__result__name {
    margin: 0; }

.last-match-block__result-container__team1.tournament {
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-right: 2em;
  height: 100%; }
  @media only screen and (max-width: 400px) {
    .last-match-block__result-container__team1.tournament {
      padding-right: 1em; } }

.last-match-block__result-container__team1__shield {
  margin-right: -2em; }

.last-match-block__result-container__team2 {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .last-match-block__result-container__team2.tournament {
    height: 100%;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 2em; }
  .last-match-block__result-container__team2__result.tournament {
    -ms-flex-align: start;
        align-items: flex-start;
    height: 70%;
    width: 100%; }
  .last-match-block__result-container__team2__shield {
    margin-left: -2em; }

.last-match-block__content__button {
  margin: 1em auto;
  text-decoration: none; }
  @media only screen and (max-width: 767px) {
    .last-match-block__content__button {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .last-match-block__content__button {
      margin-top: 0;
      margin-bottom: 0; } }
  .last-match-block__content__button.btn {
    border-radius: 10px;
    text-transform: uppercase;
    padding: 1em 2em;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff; }
    .last-match-block__content__button.btn:hover {
      background-color: #fff;
      -webkit-transition: all ease-in-out 0.1s;
      -o-transition: all ease-in-out 0.1s;
      transition: all ease-in-out 0.1s;
      border: 1px solid #003e93;
      text-decoration: none;
      color: #003e93; }

.last-match-block__image {
  width: 30%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 20em;
  border-radius: 0 10px 10px 0; }
  @media only screen and (max-width: 767px) {
    .last-match-block__image {
      display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .last-match-block__image {
      display: none; } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-block-cgb-block-trainer-block .trainer-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  @media only screen and (max-width: 767px) {
    .wp-block-cgb-block-trainer-block .trainer-list {
      grid-template-columns: none; } }
  .wp-block-cgb-block-trainer-block .trainer-list__person {
    margin: 0 1em 1.5em 0; }
    .wp-block-cgb-block-trainer-block .trainer-list__person__picture {
      width: 6em;
      height: 6em;
      min-width: 6em;
      min-height: 6em;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 100%;
      margin-bottom: 15px;
      margin-left: auto;
      margin-right: auto; }
    .wp-block-cgb-block-trainer-block .trainer-list__person__buttons {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: center;
          justify-content: center;
      margin-top: 10px; }
    .wp-block-cgb-block-trainer-block .trainer-list__person a {
      margin: 0 5px; }
    .wp-block-cgb-block-trainer-block .trainer-list__person img, .wp-block-cgb-block-trainer-block .trainer-list__person p {
      text-align: center; }
    .wp-block-cgb-block-trainer-block .trainer-list__person p {
      font-size: 0.7em;
      margin: 0 auto; }
    .wp-block-cgb-block-trainer-block .trainer-list__person strong {
      font-size: 1em;
      color: #484848;
      text-transform: uppercase; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-past-games-block-main {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .wp-block-past-games-block-main .past-games-list__title {
    font-size: 1.6em;
    color: #484848;
    margin-bottom: 1em;
    margin-top: 3.5rem; }
  .wp-block-past-games-block-main .past-games-list__entry {
    text-align: center;
    padding: 25px 0; }
    .wp-block-past-games-block-main .past-games-list__entry:not(:last-child) {
      border-bottom: 2px solid #484848; }
  .wp-block-past-games-block-main .past-games-list__date {
    font-size: 16px;
    font-weight: 700;
    color: #484848; }
  .wp-block-past-games-block-main .past-games-list__details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin: 25px 0; }
  .wp-block-past-games-block-main .past-games-list__team {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center; }
    .wp-block-past-games-block-main .past-games-list__team:first-of-type:after {
      content: '';
      display: block;
      height: 50%;
      width: 3px;
      background-color: #eaeaea;
      position: absolute;
      right: 0;
      top: 25%; }
    .wp-block-past-games-block-main .past-games-list__team:last-child.tournament {
      -ms-flex-pack: start;
          justify-content: flex-start;
      padding-left: 2em;
      text-align: left; }
    .wp-block-past-games-block-main .past-games-list__team:last-child div:last-child {
      -ms-flex-order: -1;
          order: -1; }
    .wp-block-past-games-block-main .past-games-list__team--logo {
      max-width: 150px;
      max-height: 150px;
      -o-object-fit: contain;
         object-fit: contain; }
      @media only screen and (max-width: 767px) {
        .wp-block-past-games-block-main .past-games-list__team--logo {
          max-width: 80px;
          max-height: 80px; }
          .wp-block-past-games-block-main .past-games-list__team--logo.tournament {
            max-width: 100px;
            max-height: 100px; } }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .wp-block-past-games-block-main .past-games-list__team--logo {
          max-width: 80px;
          max-height: 80px; }
          .wp-block-past-games-block-main .past-games-list__team--logo.tournament {
            max-width: 100px;
            max-height: 100px; } }
      @media only screen and (max-width: 470px) {
        .wp-block-past-games-block-main .past-games-list__team--logo {
          max-width: 50px;
          max-height: 50px; } }
  .wp-block-past-games-block-main .past-games-list__score--big {
    font-size: 65px;
    font-weight: 700;
    color: #484848; }
    .wp-block-past-games-block-main .past-games-list__score--big.tournament {
      font-size: 50px; }
    @media only screen and (max-width: 767px) {
      .wp-block-past-games-block-main .past-games-list__score--big {
        font-size: 35px; }
        .wp-block-past-games-block-main .past-games-list__score--big.tournament {
          font-size: 35px; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .wp-block-past-games-block-main .past-games-list__score--big {
        font-size: 35px; }
        .wp-block-past-games-block-main .past-games-list__score--big.tournament {
          font-size: 35px; } }
    @media only screen and (max-width: 470px) {
      .wp-block-past-games-block-main .past-games-list__score--big {
        font-size: 20px; }
        .wp-block-past-games-block-main .past-games-list__score--big.tournament {
          font-size: 20px; } }
  .wp-block-past-games-block-main .past-games-list__score--name {
    font-size: 15px;
    font-weight: 700;
    color: #484848; }
    @media only screen and (max-width: 470px) {
      .wp-block-past-games-block-main .past-games-list__score--name {
        font-size: 12px; } }
  .wp-block-past-games-block-main .past-games-list__button {
    text-decoration: none;
    margin: 0 auto; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.matches-slider__title {
  font-size: 1.6em;
  color: #484848;
  margin-bottom: 1em; }

.wp-block-slider-games-block-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .wp-block-slider-games-block-main .matches-slider {
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 4em; }
    .wp-block-slider-games-block-main .matches-slider .matches-swiper-container {
      width: 100%;
      height: 6em;
      overflow: hidden; }
      .wp-block-slider-games-block-main .matches-slider .matches-swiper-container .swiper-wrapper .swiper-slide {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        width: auto;
        -o-object-fit: contain;
           object-fit: contain; }
        .wp-block-slider-games-block-main .matches-slider .matches-swiper-container .swiper-wrapper .swiper-slide__logo {
          max-width: 100px;
          max-height: 100%;
          margin-right: 10px; }
        .wp-block-slider-games-block-main .matches-slider .matches-swiper-container .swiper-wrapper .swiper-slide__details {
          width: 100%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column; }
          .wp-block-slider-games-block-main .matches-slider .matches-swiper-container .swiper-wrapper .swiper-slide__details--place, .wp-block-slider-games-block-main .matches-slider .matches-swiper-container .swiper-wrapper .swiper-slide__details--date {
            font-size: .6em; }
          .wp-block-slider-games-block-main .matches-slider .matches-swiper-container .swiper-wrapper .swiper-slide__details--team {
            font-size: .8em;
            text-transform: uppercase; }
          .wp-block-slider-games-block-main .matches-slider .matches-swiper-container .swiper-wrapper .swiper-slide__details * {
            line-height: 0.9em;
            color: #484848;
            margin: 2px 0; }
          .wp-block-slider-games-block-main .matches-slider .matches-swiper-container .swiper-wrapper .swiper-slide__details strong {
            font-size: 0.7em; }
    .wp-block-slider-games-block-main .matches-slider .matches-button {
      border-radius: 10px;
      text-transform: uppercase;
      text-decoration: none;
      padding: 1em 2em;
      background-color: #003e93;
      border: 1px solid #003e93;
      color: #ffffff;
      width: 2em;
      height: 2em;
      padding: 0; }
      .wp-block-slider-games-block-main .matches-slider .matches-button:hover {
        background-color: #fff;
        -webkit-transition: all ease-in-out 0.1s;
        -o-transition: all ease-in-out 0.1s;
        transition: all ease-in-out 0.1s;
        border: 1px solid #003e93;
        text-decoration: none;
        color: #003e93; }
      .wp-block-slider-games-block-main .matches-slider .matches-button:after {
        font-size: 1em; }
      .wp-block-slider-games-block-main .matches-slider .matches-button__next {
        right: 0; }
        @media only screen and (max-width: 700px) {
          .wp-block-slider-games-block-main .matches-slider .matches-button__next {
            right: 2px; } }
      .wp-block-slider-games-block-main .matches-slider .matches-button__prev {
        left: 0; }
