/* baloo-bhai-2-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Baloo Bhai 2';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/baloo-bhai-2-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* baloo-bhai-2-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Baloo Bhai 2';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/baloo-bhai-2-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* baloo-bhai-2-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Baloo Bhai 2';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/baloo-bhai-2-v30-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* baloo-bhai-2-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Baloo Bhai 2';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/baloo-bhai-2-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* baloo-bhai-2-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Baloo Bhai 2';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/baloo-bhai-2-v30-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}

.page-wrapper {
    max-width: 1728px;
    margin: 0 auto;
}

.page-footer {
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid #D2D1D1;
}

.page-footer a {
    color: #7A7A7A;
    text-decoration: none;
}

.page-footer a:hover,
.page-footer a:focus {
    text-decoration: underline;
}

.content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.logo {
    max-width: 300px;
}

@media (min-width: 576px) {
    .logo {
        max-width: 430px;
    }
}

@media (min-width: 1200px) {
    .logo {
        max-width: 858px;
    }
}

.hero {
    width: 100%;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .hero {
        margin-bottom: 60px;
    }
}

.hero img {
    max-width: 100%;
    height: auto;
}

.hero-desktop-img {
    display: none;
}

@media (min-width: 576px) {
    .hero-desktop-img {
        display: block;
    }
    .hero-mobile-img {
        display: none;
    }
}

.content-block {
    max-width: 960px;
    margin: 0 auto 40px auto;
}

@media (min-width: 576px) {
    .content-block {
        margin-bottom: 80px;
    }
}

.barcode-link {
    display: block;
    overflow: hidden;
}

.barcode-img {
    max-width: 100%;
    height: auto;
    transition: transform 200ms ease-in-out;
}

.barcode-link:hover .barcode-img,
.barcode-link:focus .barcode-img {
    transform: scale(1.02);
}

h1, h2, .h1 {
    font-family: 'Baloo Bhai 2', Arial, Helvetica, sans-serif;
}

h1,
.h1 {
    margin: 0 0 20px 0;
    color: #187E57;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
}

@media (min-width: 576px) {
    h1,
    .h1 {
        margin: 0 0 30px 0;
        font-size: 48px;
    }
}

h2 {
    margin: 0 0 10px 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 576px) {
    h2 {
        font-size: 32px;
    }
}

p {
    margin: 0 0 20px 0;
}

p:last-child {
    margin: 0;
}


@media (min-width: 576px) {
    .grid-2cols {
        display: flex;
        align-items: center;
    }

    .grid-2cols-left {
        width: 40%;
    }

    .grid-2cols-right {
        width: 60%;
    }
}

.list,
.list-check {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list li,
.list-check li {
    position: relative;
    margin: 0 0 15px 0;
    padding: 0 0 0 40px;
}

.list li::before {
    position: absolute;
    left: 0;
    top: 5px;
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #187E57;
    border-radius: 100%;
}

.list-check li::before {
    position: absolute;
    left: 0;
    top: 1px;
    content: '';
    display: inline-block;
    width: 27px;
    height: 27px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Crect width='27' height='27' fill='white'/%3E%3Ccircle cx='13.25' cy='13.25' r='12.25' fill='%23187E57'/%3E%3Cpath d='M6.98242 13.8845L10.895 17.8101' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M19.8398 9.5L10.8949 17.8101' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}

.intro {
    margin-bottom: 80px;
}

.intro-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.intro-left,
.intro-right {
    width: calc(50% - 30px);
}

.intro p {
    font-weight: 600;
}

.events {
    background-color: #EFFAF6;
    padding: 20px;
}

@media (min-width: 576px) {
    .events {
        padding: 40px;
    }
}

.events .list-check {
    margin-bottom: 30px;
}

.event-place,
.event-date {
    display: inline-flex;
    justify-items: center;
    gap: 10px;
}

.headline-small {
    font-size: 24px;
}

.externer-link:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M1.25 3.5H7.5V5.375H3.125V17.875H15.625V13.5H17.5V19.75H1.25V3.5Z' fill='black'/%3E%3Cpath d='M16.4303 2.97305L8.05284 11.3505L9.37866 12.6763L17.756 4.29895V9.10661H19.631L19.631 1.09805H11.6225V2.97305L16.4303 2.97305Z' fill='black'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 200ms ease-in-out;
}

.externer-link:hover::after {
    transform: translate(2px, -2px);
}

.event-meta {
    margin: 0;
    padding: 0;
    list-style: none;
}

.event-meta li {
    margin-bottom: 15px;
}

.event-meta-title {
    margin: 0 0 5px 0;
    display: flex;
    justify-items: center;
    gap: 8px;
}

@media (min-width: 576px) {
    .event-meta li {
        display: flex;
        gap: 10px;
    }
}