:root {
    --col-main: #00C3FE;
	--col-cookiebot: var(--col-main);
}

button, .button {
    cursor: pointer;
}

.page {
    padding-left: 0 !important;
}

.lm-info-block {
    margin: 0;
}

.map {
    height: 500px !important;
    margin: 35px 0 0 0 !important;
}

.item {
    margin-top: 20px;
}
@media screen and (max-width: 600px) {
    .item {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 480px) {  
    .portfolio-grid figure,
    .portfolio-grid.two-columns figure,
    .portfolio-grid.three-columns figure,
    .portfolio-grid.four-columns figure,
    .portfolio-grid.five-columns figure {
        width: 50%;
    }
}

.bg-style-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    left: 0;
}

.bg-overlay {
    background-color: rgba(0,0,0,0.3);
}
.bg-overlay.animate {
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.bg-overlay.animate:hover {
	background-color: rgba(0,0,0,0);
}

section[data-id="home"] .home-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

section[data-id="home"] .page-title {
    background-color: rgba(255,255,255,0.8);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 0;
}

section[data-id="home"] .home-header-image {
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    padding: 15px;
    border-radius: 10px;
    flex-shrink: 0;
}

section[data-id="home"] .home-header-image img {
    display: block;
    max-height: 96px;
    width: auto;
}

@media screen and (max-width: 600px) {
    section[data-id="home"] .home-header {
        flex-direction: column;
        align-items: stretch;
    }

    section[data-id="home"] .home-header-image {
        align-self: flex-end;
    }

    section[data-id="home"] .home-header-image img {
        max-height: 60px;
    }
}

section[data-id="home"] .page-title:after {
    display: none !important;
}

/* @media screen and (min-width: 768px) {
    * {
        overflow: hidden;
    }
} */

.page-title h2 {
  line-height: 44px;
}

.flag-item-img {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    margin-bottom: 30px;
}
.flag-item-img img {
    max-width: 80px;
}

.menu-icon {
    width: 20px;
}
