
.header .navbar .nav-item .nav-link:hover {
    color: black;
}

.search-bar {
    position: relative;
    padding: 10px 0;
    background-color: #003d52;
}
    .search-bar .social-icons-container {
        margin-left:30px;
    }

    .search-bar .social-icons {
        margin-left: auto;
        display: inline-block;
        width: 60px;
    }


.toJustifyToBlockDark {
    color: #003d52;
    text-align: justify;
}

.toJustifyToBlockLight {
    color: #fbebba;
    text-align: justify;
}

/*************************************** About US ***************************************************/
.employee-container .smallHeader {
    font-size: 26px;
    color: black;
    position: relative;
}

.employee-container .evenSmallHeader {
    font-size: 22px;
    color: black;
    position: relative;
}

.employee-container .positionHeader {
    font-size: 20px;
    color: black;
    position: relative;
}

.employee-container .bottom {
    padding-bottom: 100px;
}

/*************************************** services ***************************************************/

.services-container .card {
    padding: 40px 10px 10px 10px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 5%;
}

    .services-container .card .card-body .card-para {
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        margin-top: 20px;
        height: 100px;
        overflow: hidden;
    }

    .services-container .card .card-img-container {
        background-color: #003d52;
        width: 110px;
        height: 110px;
        border-radius: 50%;
        overflow: hidden;
        display: grid;
        place-items: center;
        margin: 0 auto;
    }

    .services-container .card .card-body .card-heading {
        font-size: 30px;
        font-weight: 400;
        height: 60px;
        margin-top: 10px;
    }

/*************************************** projects ***************************************************/
.projects-cards-div :nth-child(1) {
    height: 55px;
}

.projects-cards-div :nth-child(2) {
    height: 45px;
    overflow: hidden;
}

.projects-cards-div :nth-child(3) {
    height: 18px;
}

.projects-cards-div :nth-child(4) {
    margin-top: 16px;
    height: 120px;
    overflow: hidden;
}

.projects-cards-div h3 {
    color: #fbebba !important;
    text-decoration: underline !important;
}

.project-container {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .project-container .projects-cards {
        background-color: #003d52;
        border-radius: 15px;
        padding: 15px 15px 30px 15px;
    }

/*************************************** member ***************************************************/
.members-cards-div :nth-child(1) {
    height: 55px;
}

.members-cards-div :nth-child(2) {
    height: 18px;
    margin-bottom: 8px;
}

.members-cards-div :nth-child(3) {
    height: 120px;
    overflow: hidden;
}

.members-cards-div :nth-child(4) {
    padding-bottom: 55px;
}

.member-abstrakt {
    font-size: 17px;
    font-style: italic;
    padding-bottom: 10px;
    padding-top: 10px;
}

.member-address {
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 30px;
    overflow: hidden;
    height: 80px !important;
}

@media (max-width: 767.98px) {
    .member-address {
        height: 80px !important;
    }
}


/* ****************************  button ********************************************************/
@media (max-width: 767.98px) {
    .map-member-btn {
        text-align: center;
    }
}

.map-member-btn .member-btn {
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fbebba;
    /*background-color: #0882c3;   původní světlejší modrá */
    background-color: #003d52;
    padding: 15px 35px;
    margin-top: 10px;
}

@media (max-width: 767.98px) {
    .map-member-btn .member-btn {
        margin-top: 50px;
    }
}

.map-member-btn .member-btn:hover {
    border: 1px solid #003d52;
    background-color: #fbebba;
    color: #003d52;
}

/* ****************************  aktualita ********************************************************/
.img_aktualita img {
    width: 100%;
    margin-bottom: 20px;
}

.img_aktualita-big img {
    margin-bottom: 0px;
    height: auto;
    width: auto;
    max-width: 250px;
    max-height: 250px;
}

.img_promo img:hover, .img_aktualita img:hover {
    transform: scale(1.10);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    z-index: 1000;
}

.img_promo img:hover, .img_aktualita-big img:hover {
    transform: scale(1.10);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    z-index: 1000;
}


.map-container .main-heading {
    font-size: 24px;
    color: black;
    position: relative;
}

    .map-container .main-heading::after {
        content: "";
        position: absolute;
        width: 280px;
        height: 1px;
        left: 0;
        bottom: -5px;
        background-color: black;
    }

.map-container .map-left-content .company-nmb {
    font-size: 55px;
    color: black;
    line-height: 55px;
}

.map-container .map-left-content .company-detail {
    color: black;
    margin-left: 30px;
}

.map-container .map-member-btn .member-btn {
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    background-color: black;
    padding: 15px 35px;
    margin-top: 10px;
}

    .map-container .map-member-btn .member-btn:hover {
        border: 1px solid #000000;
        background-color: #ffffff;
        color: black;
    }

.heading {
    position: relative;
    color: black;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 20px;
    display: inline-block;
}

.headingH2 {
    position: relative;
    color: black;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
    display: inline-block;
}

.headingH3 {
    position: relative;
    color: #fbebba;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
}

.headingH3Dark {
    position: relative;
    color: #003d52;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
}

.heading::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: black;
    bottom: -10px;
    left: 0;
}

.container .simpleText {
    font-size: 16px;
    font-weight: 400;
}

.header .navbar .navbar-logo {
    max-width: 100%;
    width: 220px;
}

/******************************************              FOOTER                   *********************************************************************************************/

.footer-bottom {
    /* barva pozadí karuselu v patičce */
    background-color: #FFFFFF;
}

    .footer-bottom .footer-bottm-detail { /* barva písma karuselu v patičce*/
        color: #000000;
        font-size: 14px;
    }

/*cara footer public EU *************************************************************************************/

.footer-container .footer .footer-1 .footer-contact-heading-eng {
    position: relative;
    /* nastavení velikosti nadpisu v patičce */
    font-size: 26px !important;
}

    .footer-container .footer .footer-1 .footer-contact-heading-eng::after {
        content: "";
        position: absolute;
        /* nastavení délky čáry pod nadpisem v patičce */
        width: 170px;
        height: 3px;
        background-color: #003d52;
        left: 0;
        bottom: -10px;
    }

@media (max-width: 767.98px) {
    .footer-container .footer .footer-1 .footer-contact-heading-eng::after {
        width: 90px;
    }
}

.footer-container .footer .footer-1 .footer-contact-heading-cs {
    position: relative;
    /* nastavení velikosti nadpisu v patičce */
    font-size: 26px !important;
}

    .footer-container .footer .footer-1 .footer-contact-heading-cs::after {
        content: "";
        position: absolute;
        /* nastavení délky čáry pod nadpisem v patičce */
        width: 170px;
        height: 3px;
        background-color: #003d52;
        left: 0;
        bottom: -10px;
    }

@media (max-width: 767.98px) {
    .footer-container .footer .footer-1 .footer-contact-heading-cs::after {
        width: 90px;
    }
}

/*cara footer odkazy ***************************************************************************************/
.footer-container .footer .footer-2 .footer-links-heading-eng {
    position: relative;
    /* nastavení velikosti nadpisu v patičce */
    font-size: 26px !important;
}

    .footer-container .footer .footer-2 .footer-links-heading-eng::after {
        content: "";
        position: absolute;
        /* nastavení délky čáry pod nadpisem v patičce */
        width: 65px;
        height: 3px;
        background-color: #003d52;
        left: 0;
        bottom: -10px;
    }

@media (max-width: 767.98px) {
    .footer-container .footer .footer-2 .footer-links-heading-eng::after {
        width: 55px;
    }
}

.footer-container .footer .footer-2 .footer-links-heading-cs {
    position: relative;
    /* nastavení velikosti nadpisu v patičce */
    font-size: 26px !important;
}

    .footer-container .footer .footer-2 .footer-links-heading-cs::after {
        content: "";
        position: absolute;
        /* nastavení délky čáry pod nadpisem v patičce */
        width: 95px;
        height: 3px;
        background-color: #003d52;
        left: 0;
        bottom: -10px;
    }

@media (max-width: 767.98px) {
    .footer-container .footer .footer-2 .footer-links-heading-cs::after {
        width: 55px;
    }
}

/*cara footer social media *************************************************************************************/
.footer-container .footer .footer-3 .footer-social-heading-eng {
    position: relative;
    /* nastavení velikosti nadpisu v patičce */
    font-size: 26px !important;
}

    .footer-container .footer .footer-3 .footer-social-heading-eng::after {
        content: "";
        position: absolute;
        /* nastavení délky čáry pod nadpisem v patičce */
        width: 155px;
        height: 3px;
        background-color: #003d52;
        left: 0;
        bottom: -10px;
    }

@media (max-width: 767.98px) {
    .footer-container .footer .footer-3 .footer-social-heading-eng::after {
        width: 145px;
    }
}

.footer-container .footer .footer-3 .footer-social-heading-cs {
    position: relative;
    /* nastavení velikosti nadpisu v patičce */
    font-size: 26px !important;
}

    .footer-container .footer .footer-3 .footer-social-heading-cs::after {
        content: "";
        position: absolute;
        /* nastavení délky čáry pod nadpisem v patičce */
        width: 180px;
        height: 3px;
        background-color: #003d52;
        left: 0;
        bottom: -10px;
    }

@media (max-width: 767.98px) {
    .footer-container .footer .footer-3 .footer-social-heading-cs::after {
        width: 145px;
    }
}

/**************************** links - footer *******************************************************************************/
.mylinks-footer {
    list-style-type: none !important;
}

    .mylinks-footer a {
        text-decoration: underline !important;
        color: #003d52 !important;
        font-size: 16px !important;
    }

        .mylinks-footer a:hover {
            color: #2564fd !important;
        }

/**************************** links - header *******************************************************************************/
.mylinks-header {
    list-style-type: none !important;
}

    .mylinks-header a {
        text-decoration: none !important;
        color: #fbebbe !important;
        font-size: 15px !important;
        font-weight: 500;
    }

        .mylinks-header a:hover {
            color: #003d52 !important;
        }

/**************************** links - normal *******************************************************************************/
.mylinks-normal {
    list-style-type: none !important;
}

    .mylinks-normal a {
        text-decoration: underline !important;
        color: #003d52 !important;
    }

        .mylinks-normal a:hover {
            color: #f6ce53 !important;
        }

.service_label {
    font-family: BarlowSemiCondensedBold, serif;
    color: #f7f7f7;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    line-height: 18px;
}

/********************************** tiles ******************************************************************************************************/
.tiles-container {
    background-color: #ededed;
    padding: 100px 0 100px 0;
}

@media (max-width: 767.98px) {
    .tiles-container {
        padding: 70px 0 70px 0;
    }
}

.tiles-container .tiles {
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (max-width: 767.98px) {
    .tiles-container .tiles {
        padding: 15px;
    }
}

.tiles-container .tiles:hover {
    transform: translateY(-12px);
}

.tiles-color1 {
    background-color: #003d52 !important;
}

.tiles-color2 {
    background-color: #0d3d99 !important;
}

.tiles-container .tiles-box {
    padding: 120px 10px 100px 10px;
    height: 275px;
    border-radius: 5% 5% 0% 0%;
}

.tiles-container .tile-content {
    background-color: #fbebba;
    border-radius: 0% 0% 5% 5%;
    padding: 25px 10px;
    max-height: 250px;
    min-height: 250px;
    min-width: 250px;
    overflow: hidden;
    text-align: center;
}

/* arrow up START ****************************/
#scroll-up {
    position: fixed;
    bottom: 10px;
    right: 30px;
    width: 40px;
    height: 20px;
    z-index: 99999;
    cursor: pointer;
    line-height: 0px;
    text-align: center;
}

i {
    font-size: 35px;
    background: url(../___arrowup.html) no-repeat left center;
}

.arrow {
    text-align: center;
}

.arrowBounce {
    animation-name: arrowBounce;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes arrowBounce {
    0% {
        bottom: 0px;
    }

    25% {
        bottom: 2px;
    }

    50% {
        bottom: 4px;
    }

    75% {
        bottom: 2px;
    }

    100% {
        bottom: 0px;
    }
}

/* arrow up *************************** END */
/* ----------------------------------------------------------- */
/* Style pro divy na caruselu .... */
/* ----------------------------------------------------------- */
/*umístění novinky na horním banneru *************************************************************************************/
.carousel-inner .carousel-container {
    background: lightyellow;
    min-height: 420px;
}

.carousel-inner .carousel-row {
    padding-left: 15%;
    padding-right: 15%;
    height: 100%;
}

.carousel-inner .carousel-field {
    margin-top: 80px;
    margin-bottom: 25px;
    color: rgb(255, 237, 161);
}

.carousel-inner .banner-left-content .banner-right-heading {
    font-size: 30px;
    color: #fbebba;
}

.carousel-inner .banner-left-content {
    background-color: rgba(0, 61, 82, 0.0);
    text-align: start;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    z-index: 99999;
    padding-top: 20px;
}

    .carousel-inner .banner-left-content .btn {
        text-shadow: initial;
    }


.carousel-inner .banner-right-content {
    background-color: rgba(0, 61, 82, 0.8);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.carousel-inner .map-member-btn .member-btn {
    margin-top: 20px;
}

/* sm a méně */
@media (max-width: 576px) {
}

/* md a méně */
@media (max-width: 768px) {
}

/* lg a méně */
@media (max-width: 992px) {
    .carousel-inner .carousel-field {
        margin-top: 25px;
    }
}

/* xl a méně */
@media (max-width: 1200px) {
}

/* xxl a méně */
@media (max-width: 1400px) {
}
