﻿/*.presentation-page .rellax-text-container .h1-seo, .index-page .rellax-text-container .h1-seo
{
    font-size:13.3em;

}*/

/*@media screen and (min-width: 991px) and (max-width: 1280px) {
    .presentation-page .rellax-text-container .h1-seo {
        font-size: 10.8em !important;
        z-index: 10;
    }
}

@media screen and (max-width: 990px) {
    .presentation-page .rellax-text-container .h1-seo {
        font-size: unset;
        z-index: 10;
    }
}*/

@media (max-width: 1200px) and (min-width: 991px) {
    .index-page .rellax-text-container .h1-seo {
        font-size: 9em;
        z-index:10;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .index-page .rellax-text-container .h1-seo {
        font-size: 6.9em;
        z-index: 10;
    }
}

@media screen and (max-width: 768px) and (min-width: 576px) {
    .index-page .rellax-text-container .h1-seo {
        font-size: 5.6em;
        z-index: 10;
    }
}

@media screen and (max-width: 576px) {
    .index-page .rellax-text-container .h1-seo {
        font-size: 3.8em;
        z-index: 10;
    }
}

.presentation-page .rellax-text-container, .index-page .rellax-text-container{
    top:28%;
}


.index-page .page-header, .presentation-page .page-header {
    height: 125vh;
}

.inklusive-mini {
    position:relative;
    font-size: 11px;
    background: #30a63c;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 600;
    color: white;
    width:fit-content;
    margin-top:34px;
}

.presentation-page .dropdown-menu .inklusive-mini {
    font-size: 11px;
    background: #30a63c;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 600;
    color: white;
    margin-left: auto;
    margin-top:0px;
}

.presentation-page .dropdown-menu a.dropdown-item span {
    margin-right: 10px;
}


.zcwPopup {
    display: none;
}