body {
    overflow-x: hidden !important;
}

.pagination .page-link {
    cursor: pointer;
}

    .pagination .page-link.active, .pagination .page-link:hover {
        background: #ba0c2f !important;
        color: #fff !important;
    }

    .pagination .page-link:focus {
        box-shadow: none !important;
    }

.btn-download:after {
    color: inherit !important;
}

.card .card-body .card-category {
    z-index: 1;
}

.card .card-body img {
    transition: transform 2s ease;
}

.card .card-body:hover img {
    transform: scale(1.125);
}
/* color styles for umbraco */
.color-red {
    color: #BA0C2F;
}

.color-red {
    color: #BA0C2F;
}

.color-blue {
    color: #00A3E0;
}

.color-red {
    color: #BA0C2F;
}

.color-orange {
    color: #FF671F;
}

.color-smartino {
    color: #C905E5;
}

.color-hbbtv {
    color: #E31C79;
}

.color-green {
    color: #00B140;
}

.color-darkblue {
    color: #262777;
}

.color-dabblue {
    color: #344AE0;
}

.color-ottblue {
    color: #00A3E0;
}

.color-brown {
    color: #A76D11;
}

.color-cronectblue {
    color: #316094;
}

.custom-form-label {
    margin: 0;
    padding: 0;
    font-family: 'ClanPro-Book';
    font-size: 12px;
    text-transform: uppercase;
}

.gdpr-label-text {
    margin: 0;
    padding: 0;
    font-family: 'ClanPro-Book';
    font-size: 12px;
}

.file-upload-wrapper {
    width: 100%;
    height: 200px;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.filepond--credits {
    display: none;
}

.filepond--drop-label {
    background: #fff;
    border: 1px solid rgba(39, 37, 31, .08);
    border-radius: 4px;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    font-family: ClanPro-Book;
    height: auto;
    padding: 6px 20px;
    cursor: pointer;
}

    .filepond--drop-label.filepond--drop-label label {
        cursor: pointer;
    }

.filepond--file {
    background-color: #00a3e0;
}

.filepond--root .filepond--drop-label {
    min-height: 60px;
}

.filepond--drop-label.filepond--drop-label label {
    cursor: pointer;
    font-family: unset;
    color: #495057;
    font-size: 18px;
}

.form-btn {
    background: #00a3e0;
    position: relative;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    border-radius: 32px;
    padding: 21px 150px 21px 30px;
    text-align: center;
}

    .form-btn:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 25px;
        content: "\F178";
        font-family: Font Awesome\ 5 Pro;
        color: #FFFFFF;
        font-size: 24px;
        line-height: 24px;
    }

    .form-btn:hover {
        color: #FFFFFF;
        background: #007ead;
    }

a.close-alert {
    position: absolute !important;
    right: 20px !important;
    cursor: pointer !important;
}

.gdpr-text {
    text-align: justify;
    font-size: 15px;
    line-height: 1.7;
}

.custom-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 15px 0;
}

    /* Hide the browser's default checkbox */
    .custom-checkbox-container input {
        position: absolute;
        cursor: pointer;
        left: 20px;
        top: 10px;
    }

    /* Create a custom checkbox */
    .custom-checkbox-container .checkmark {
        position: absolute;
        top: 0;
        left: 15px;
        height: 25px;
        width: 25px;
        background-color: #eee;
    }

    .custom-checkbox-container .text {
        display: block;
        margin-left: 15px;
        margin-top: 5px;
    }
    /* On mouse-over, add a grey background color */
    .custom-checkbox-container:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .custom-checkbox-container input:checked ~ .checkmark {
        background-color: #00a3e0;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .custom-checkbox-container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .custom-checkbox-container input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .custom-checkbox-container .checkmark:after {
        left: 10px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

/* Hide success newsletter send message */
#successNewsletterSend {
    display: none;
    font-size: 16px;
    line-height: 24px;
    color: #27251f;
    margin-top: 16px;
    padding-left: 30px;
}

/* Registration form */
.personal-data-container .personal-data {
    padding: 16px 0;
}

    .personal-data-container .personal-data:not(:first-child) {
        border-top: 1px solid #27251f59;
        padding-top: 32px;
    }

.personal-data-container button {
    padding: 15px 70px 15px 30px;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
}

    .personal-data-container button:active,
    .personal-data-container button:focus-visible,
    .personal-data-container button:focus-within,
    .personal-data-container button:target {
        border: none;
        outline: none;
    }

.personal-data-container .add-person button.form-btn::after {
    content: "\F067";
    font-size: 12px;
}

.personal-data-container .remove-person button.form-btn::after {
    content: "\F068";
    font-size: 12px;
}

.add-person {
    width: max-content;
    margin-left: auto;
}

.remove-person {
    display: none;
    width: max-content;
    margin-left: auto;
}

.registration-form .participation-type-radio-wrapper {
    display: flex;
    align-items: center;
}

    .registration-form .participation-type-radio-wrapper input[type="radio"] {
        width: auto;
        height: 24px;
        margin-right: 16px;
    }

        .registration-form .participation-type-radio-wrapper input[type="radio"]:focus {
            border: none;
            box-shadow: none;
        }

.logo-slider img {
    width: 350px;
}


/*Image gallery*/
#imageGallery .image-gallery {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 70px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    #imageGallery h1 {
        text-align: center;
        margin-bottom: 60px;
    }

#imageGallery .swiper {
    width: 100%;
    height: 100%;
}

#imageGallery .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #imageGallery .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

#imageGallery .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

#imageGallery .swiper-slide {
    background-size: cover;
    background-position: center;
}

#imageGallery .mySwiper2 {
    height: 80%;
    width: 100%;
}

#imageGallery .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

    #imageGallery .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }

    #imageGallery .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
    }

#imageGallery .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    #imageGallery .mySwiper {
        display: none;
    }
}

/*Big slider*/
#bigSlider .image-gallery {
    width: 100%;
    overflow: hidden;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#bigSlider h1 {
    text-align: center;
    margin-bottom: 60px;
}

#bigSlider .swiper {
    width: 100%;
    height: 100%;
}

#bigSlider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #bigSlider .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

#bigSlider .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

#bigSlider .swiper-slide {
    background-size: cover;
    background-position: center;
}

#bigSlider .mySwiper2 {
    height: 100%;
    width: 100%;
}

#bigSlider .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

    #bigSlider .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }

    #bigSlider .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
    }

#bigSlider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Search loader */
.search-loader {
    display: flex;
    align-items: baseline;
}

.spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.no-results, .error-message {
    padding: 15px;
    text-align: center;
    color: #666;
    font-style: italic;
}

.error-message {
    color: #d9534f;
}

.text-content ul:last-child {
    margin: 0 !important;
}

@media (max-width: 991.98px) {
    #bigSlider .mySwiper {
        display: none;
    }
}