/* _content/Perativ8/Components/Layout/MainLayout.razor.rz.scp.css */
/*@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.ttf') format('truetype');
}*/

/* HEADER SECTION */
/*.header {
}

    .header .tel {
        color: black;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: all 250ms ease-in-out 0ms;
        transition: all 250ms ease-in-out 0ms;
    }

.banner {
    background-color: #115740;
    background-image: url("images/slide-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    object-fit: fill;
}

.banner-inner-image {
    background-color: transparent;
    background-image: url("images/GettyImages-588610958_Ppl at ATM.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    object-fit: contain;
    align-content: center;
    padding: 10px 20px 10px 20px;
}

.banner-slogan {
    padding-top: 250px;
    width: 100px;
    color: white;
}

.banner-innerpages {
    background-color: #f5f5f5;
    font: 18px/24px Montserrat;
}

    .banner-innerpages .nav-link {
        padding: 15px 0px 15px 25px;
        color: #000;
        text-transform: uppercase;
        border-bottom: 1px solid #00bf6f;
        text-decoration: none;
    }

        .banner-innerpages .nav-link.active {
            font-weight: 600;
            padding: 15px 0px 15px 25px;
            color: #000;
            text-transform: uppercase;
            border-bottom: 1px solid #00bf6f;
            background-color: #00bf6f;
            font-weight: bold;
        }

            .banner-innerpages .nav-link.active:hover,
            .banner-innerpages .nav-link:hover {
                color: #007041;
            }*/


/* FOOTER SECTION */
/*footer {
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #007041;
}

.footer-copy {
    padding-top: 35px;
}

.footer-social {
}

.container-consent {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #dce2df;
    z-index: 2;
}

    .container-consent .consent-button {
        position: absolute;
        right: 15px;
        top: 5px;
    }

        .container-consent .consent-button .k-icon {
            font-size: 24px;
        }

    .container-consent .consent-message {
        text-align: center;
        padding-right: 40px;
        padding-top: 15px;
    }*/



/* HEADING STYLES */
/*h1 {
    color: #007041;
    font: 500 60px/64px Montserrat;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
}

h4 {
    font: 500 30px/36px Montserrat;
    color: #007041;
    font-style: normal;
    text-decoration: none;
}

    h4.career {
        font: 500 30px/36px Montserrat;
        color: #fff;
        font-style: normal;
        text-decoration: none;
    }

h5 {
    font: 600 21px/24px Montserrat;
    color: #000000;
    font-style: normal;
    text-decoration: none;
    margin-bottom: unset;
}

h6 {
    font: 400 14px/18px Montserrat;
    color: #fff;
    font-style: normal;
}

    h6 > a {
        text-decoration: none;
        font-style: inherit;
        font-weight: inherit;
        color: inherit;
        line-height: inherit;
    }*/


/* BODY SECTION */
/*body {
    height: 100%;
    font: 400 18px/24px Montserrat;
    color: #666666;
}

.readmore-link {
    font: 500 14px/18px Montserrat;
    font-style: normal;
    color: #0072CE;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 250ms ease-in-out 0ms;
}

.button-label {
    font: 600 21px/24px Montserrat;
    font-style: normal;
    color: #fff;
    border-radius: 48px;
    padding: 10px 20px 10px 20px;
}

    .button-label:hover {
        transition: background 100ms ease-in-out 0ms, color 100ms ease-in-out 0ms, box-shadow 100ms ease-in-out 0ms, border-color 100ms ease-in-out 0ms;
        color: #000;
        background-color: #fff;
    }

.button-label-inverse {
    font: 600 21px/24px Montserrat;
    font-style: normal;
    color: #0072ce;
    border-radius: 48px;
    padding: 10px 20px 10px 20px;
    background-color: #fff;
    border-color: #1861ac;
}

    .button-label-inverse:hover {
        transition: background 100ms ease-in-out 0ms, color 100ms ease-in-out 0ms, box-shadow 100ms ease-in-out 0ms, border-color 100ms ease-in-out 0ms;
        color: #fff;
        background-color: #1b6ec2;
    }

p a {
    outline: none;
    cursor: pointer;
    font-weight: 400;
    color: #007041;
    font-style: normal;
    text-decoration: none;
}

.career-area-box {
    height: 100px;
    border: 1px solid #00bf6f;
    text-transform: uppercase;
    padding-top: 30px;
}

    .career-area-box.single-line {
        padding-top: 38px;
    }*/


/* MOBILE */
/*@media only screen and (max-width: 768px) {
    h1 {
        line-height: 40px;
        font-size: 36px;
    }

    .banner-innerpages {
        font: 14px/18px Montserrat;
    }
}










.font-light {
    font-weight: 300;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.image-left {
    max-width: 100%;
    height: auto;
    display: block;
    float: left;
    margin: 0 32px 0 0;
}

.image-right {
    max-width: 100%;
    height: auto;
    display: block;
    float: right;
    margin: 0 0 0 32px;
}

@media only screen and (max-width : 720px) {
    html.is-adaptive {
        image-left, image-right

{
    float: none;
    margin: 0 auto 24px;
}

}
}

.app-mod__blog.tpl-blog-abstract .lt__post .post-title a,
.app-mod__blog.tpl-blog-abstract .lt__post .post-image a {
    text-decoration: none;
    cursor: default;
}

.app-mod__blog.tpl-blog-abstract .lt__post .post-image .descr {
    opacity: 1;
}*/
/* _content/Perativ8/Components/Shared/NavMenu.razor.rz.scp.css */
.nav-container-fullscreen[b-fquwxqzrao] {
    border-top: 1px solid #b1b3b3;
    display: grid;
    text-align: center;
    box-shadow: 0px 1px 5px #d7d7d7;
    height: 50px;
    justify-items: center;
}

.nav-container-mobile[b-fquwxqzrao] {
    position: relative;
    height: 40px;
    background-color: #007041;
    z-index: 10;
}


/* TELERIKMENU */
[b-fquwxqzrao] .nav-menu {
    height: 45px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: #fff !important;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
}

[b-fquwxqzrao] .nav-menu .k-menu-link-text {
    font: 500 18px/22px Montserrat;
    color: #000000;
    padding-left: 24px;
    padding-right: 24px;
}

[b-fquwxqzrao] .nav-menu > li {
    border-top: 5px solid transparent;
}

[b-fquwxqzrao] .nav-menu > li:hover,
[b-fquwxqzrao] .nav-menu > li:active,
[b-fquwxqzrao] .nav-menu > .k-item.kmenu-item.active {
    border-top: 5px solid #00bf6f;
}

[b-fquwxqzrao] .nav-menu .k-menu-expand-arrow {
    display: none;
}

[b-fquwxqzrao] .k-menu-popup {
    width: 200px;
}

[b-fquwxqzrao] .nav-menu-mobile {
    position: relative;
    padding-top: 2px;    
    padding-right: 10px;
    text-align: end;
    color: #fff;
    z-index: 10;
}

[b-fquwxqzrao] .nav-menu-mobile .k-icon.k-i-menu {
    font-size: 26px;
    color: #fff;
    z-index: 10;
}

[b-fquwxqzrao] .nmm-backdrop {
    height: 150vh;
    position: relative;
    z-index: 10;
    top: -2px;
    right: 0;
    background-color: #007041;
    overflow-x: hidden;
    transition: 0.8s;
    transition-property: width, height;
    animation-direction: reverse;
}

[b-fquwxqzrao] .nmm-backdrop.expanded {
    height: 65vh;
    overflow: hidden;
}

[b-fquwxqzrao] .nmm-backdrop.collapsed {
    height: 0%;
    overflow: hidden;
}

[b-fquwxqzrao] .nmm-backdrop .nmm-nav-item {
    color: #fff;
    font: 800 20px/24px Montserrat;
    padding: 5px 0px 5px 20px;
    outline: none;
    font-style: normal;
    text-transform: uppercase;
}

[b-fquwxqzrao] .nmm-backdrop .nmm-nav-subitem {
    color: #fff;
    font: 800 16px/20px Montserrat;
    outline: none;
    font-style: normal;
    padding: 10px 0px 10px 40px;
}

[b-fquwxqzrao] .nmm-backdrop .nmm-nav-item a ,
[b-fquwxqzrao] .nmm-backdrop .nmm-nav-subitem a {
    color: #fff;
    cursor: pointer;
    text-decoration:none;
}


.overlay[b-fquwxqzrao] {
    position: fixed; /* Positioning and size */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(128,128,128,0.5); /* color */
    display: none; /* making it hidden by default */
}

.overlay.show[b-fquwxqzrao] {
    display: block;
}


/* TELERIKDRWAER */
[b-fquwxqzrao] .nav-drawer > .k-drawer {
    top: 253px;
    right: 0px;
}
