/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.tns-outer {
  position: relative; }
  .tns-outer .tns-controls {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: calc(50% - 30px);
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
    z-index: 1; }
    .tns-outer .tns-controls:focus {
      outline: 0; }
    .tns-outer .tns-controls:focus-visible, .tns-outer .tns-controls.focus-visible {
      outline: 2px solid var(--lightblue);
      outline-offset: 3px;
      border-radius: 1px; }
    .tns-outer .tns-controls button {
      position: relative;
      background: transparent;
      border: none;
      padding: 0; }

.arrow {
  background-color: var(--white);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  cursor: pointer; }
  .arrow[aria-disabled="true"] {
    display: none; }
  .arrow:hover .arrow-in {
    width: 100%;
    height: 100%;
    border-radius: inherit; }
  .arrow-left {
    border-radius: 0 15px 15px 0; }
  .arrow-right {
    border-radius: 15px 0 0 15px; }
  .arrow-in {
    background-color: var(--night);
    color: var(--white);
    border-radius: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out height 200ms, ease-in-out 200ms width, ease-in-out border-radius 200ms; }
    .arrow-in span {
      font-size: 8px; }

.section-events {
  background-image: url("../../../../../images/img-netherlands.svg");
  background-size: auto 85%;
  background-repeat: no-repeat;
  background-position: center right -220px; }
  @media (min-width: 768px) {
    .section-events {
      background-position: center right 15%;
      background-size: contain; } }
  @media (min-width: 981px) {
    .section-events .events-in {
      display: flex;
      align-items: center;
      gap: 80px;
      padding: 75px 0; } }
  @media (min-width: 981px) {
    .section-events .events-in > .left {
      width: 37%;
      flex-shrink: 0; } }
  .section-events .events-in > .left .title {
    max-width: 430px; }
    .section-events .events-in > .left .title h2 {
      font-size: 26px;
      line-height: 31px; }
      @media (min-width: 981px) {
        .section-events .events-in > .left .title h2 {
          font-size: 40px;
          line-height: 49px; } }
  .section-events .events-in > .left .text {
    max-width: 375px; }
  .section-events .events-in > .right {
    margin-top: 50px; }
    @media (min-width: 981px) {
      .section-events .events-in > .right {
        width: calc(63% - 80px);
        margin-top: 0; } }
    .section-events .events-in > .right > div {
      position: relative; }
    .section-events .events-in > .right .link.calendar-mobile {
      margin-top: 30px;
      width: 100%;
      max-width: 400px; }
      @media (min-width: 981px) {
        .section-events .events-in > .right .link.calendar-mobile {
          display: none; } }
      .section-events .events-in > .right .link.calendar-mobile a {
        width: 100%; }
  .section-events .events-in .links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 30px;
    margin-top: 20px; }
    @media (min-width: 981px) {
      .section-events .events-in .links {
        margin-top: 50px; } }
    .section-events .events-in .links .link {
      margin-top: 0; }
      .section-events .events-in .links .link.calendar {
        display: none; }
        @media (min-width: 981px) {
          .section-events .events-in .links .link.calendar {
            display: block; } }
      .section-events .events-in .links .link .btn.arrow .link-icon {
        width: 36px;
        height: 36px; }
  .section-events .events-in .events-slider {
    width: 375px; }
  .section-events .arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%); }
    .section-events .arrows .arrow-right {
      margin-left: auto; }

/*# sourceMappingURL=events.css.map */
