﻿.color-grey {
    color: grey;
}

.color-white {
    color: white;
}

.color-black {
    color: black;
}

.align-text-right {
    text-align: right;
}

.align-text-center {
    text-align: center;
}

.quote-profile-picture {
    width: 100px;
    height: 100px;
}

.pt-0 {
    padding-top: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.list-preview {
    height: 150px;
}

.list-preview-image {
    max-height: 150px;
}

.tag-selected {
    background-color: var(--tp-theme-primary);
    color: black !important;
}

.bullet-list-item {
    margin-bottom: 20px !important;
}

.banner-overlay {
    box-shadow: inset 0 0 0 1000px rgba(26, 85, 155, 0.3);
}

.breadcrumb__pt-220 {
    padding-top: 220px;
    padding-bottom: 50px;
}

.maps iframe {
    width: 100% !important;
}

.contact-info-title {
    font-weight: 700;
    color: var(--tp-common-black);
    font-size: 18px;
}

.error-body {
    background-color: #16e8f2;
}

.centered {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rte ul li {
    font-size: 16px;
    font-weight: 400;
    margin-left: 1em;
    padding-left: 5px;
    list-style-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23f3ad0f' /%3E%3C/svg%3E");
}

.rte-component ul li {
    font-size: 18px;
}

@media (max-width: 575px) {
    .w-sm-75 {
        width: 75%;
    }
}

@media (max-width: 575px) {
    .w-sm-50 {
        width: 50%;
    }
}

@media (min-width:576px) {
    .w-md-50 {
        width: 50%;
    }
}

@media (min-width:576px) {
    .w-md-75 {
        width: 75%;
    }
}

@media (min-width: 576px) {
    .w-lg-25 {
        width: 25%;
    }
}

.mw-50 {
    max-width: 50%;
}

.mh-50 {
    max-height: 50%;
}

.right-10 {
    right: 10px;
}

.bottom-10 {
    bottom: 10px;
}

.partner-logo {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 200px;
}

.input-cursor {
    display: inline-block;
    width: 5px;
    height: 70px;
    background-color: white;
    margin-top: 5px;
    margin-left: 12px;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* */
.input-cursor {
    animation: blink .6s linear infinite alternate;
    height: 50px;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    box-shadow: inset 0 0 0 1000px rgba(26, 85, 155, 0.3);
}

.video-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#backgroundVideo {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -99;
}

#sentence {
    position: relative;
    display: inline;
    z-index: 2;
}
/*Temporary design for cookie banner*/
.cookies-eu-banner {
    background: #444;
    color: #fff;
    padding: 6px;
    font-size: 13px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

    .cookies-eu-banner button {
        text-decoration: none;
        background: #222;
        color: #fff;
        border: 1px solid #000;
        cursor: pointer;
        padding: 4px 7px;
        margin: 2px 0;
        font-size: 13px;
        font-weight: 700;
        transition: background 0.07s, color 0.07s, border-color 0.07s;
    }

        .cookies-eu-banner button:hover {
            background: #fff;
            color: #222;
        }

.hidden {
    display: none;
}

a.cookieshowprefs {
    color: blue;
}

