@charset "utf-8";

/* TODO */

.xxx--page-block-company--logo {
    padding-top: 0;
    padding-bottom: 0;
}

.xxx--portal-block.xxx--portal-block---html h1 {
    font-weight: 500;
    color: #e30613;
}

.xxx--portal-block.xxx--portal-block---html h1 span {
    color: #898989;
}

.left.carousel-control {
    left: -30px;
}

.carousel-control .glyphicon-chevron-left {
    margin-left: -66px;
}

/*===================== Conxcept ==============================*/

.conxcept {
    text-align: center;
}

.conxcept p span {
    font-weight: 600;
}

.conxcept p.p-link {
    color: #14A0B4;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 30px;
}
    
/*=====================/ Conxcept ==============================*/

a.btn-default {
    background: #c93a3a;
    border: 5px solid #c93a3a;
    color: #fff;
    transition: all .8s ease;
}

a.btn-default:hover {
    background: #fff;
    color: #333;
    transition: all .8s ease;
}

.dako-link {
    color: #c93a3a !important;
}
.dako-link:hover {
    font-weight: 500;
}

/*===================== Header ==============================*/

.header-lg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 30px;
}

.header__menu {
    flex-grow: 1;
    margin: 0 !important;
}

.header__menu ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header-md {
    display: flex;
    flex-direction: column;
}

.header__logo {
    display: flex;
    justify-content: space-between;
}

.xxx--nav--link-container {
    display: flex;
    align-items: center;
}

.xxx--nav--label {
    white-space: nowrap;
}

/*
*
* Medium (MD)
*/

@media (min-width: 992px) and (max-width: 1199px) {
    .xxx--page-header--logo {
        position: unset;
    }
    .xxx--page-header--action-bar {
        position: unset;
    }
}


/*
*
* Large (LG)
*/

@media (min-width: 1200px) {
    .xxx--page-header--logo {
        position: unset;
    }
    .xxx--page-header--action-bar {
        position: unset;
    }
    /*.header__menu {
        margin: 0 calc(clamp(0rem, -5.088rem + 10.6vw, 7.5rem));
    }*/
}


/*=====================/ Header ==============================*/

/*
*
* Extra Small (XS)
*/

@media (max-width: 767px) {
    .xxx--page-block-company-img {
        margin-bottom: 20px;
    }
    .xxx--portal-block---news {
        margin-bottom: 10px;
    }
}


/*
*
* Small (SM)
*/

@media (min-width: 768px) and (max-width: 991px) {
    .xxx--page-block-company-img {
        margin-bottom: 20px;
    }
}




