
header {
    position: sticky;
    top: 0;
    left: 0;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}

@media (min-width: 992px) {
    header {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

@media (max-width: 991px) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.header {
    display: flex;
    justify-content: center;
    align-items: stretch;
    position: relative;
    background: #00a7b8;
    /* min-height: 33.4375rem; */
}

.header > .container {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.header > .container > .row {
    width: 100%;
}

/* Header Image */
.header .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .header .title {
    margin-bottom: 0;
}

@media screen and (min-width: 75em) {
    .home .header .title {
        font-size: 3.125rem;
    }
}

.btn:hover, .btn:focus, .btn:active,
:not(.btn-check) + .btn:active,
.btn:focus-visible {
    color: var(--bs-white);
    background-color: #00abbd;
    border-color: #00abbd;
}

h1, .h1 {
    font-size: calc(1rem + 4.5vw);
}
@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 3.75rem;
    }
}
  
main .row .pe-1-5 {
    padding-right: 0.5625rem;
}

.pe-44 {
    padding-right: 44px;
}

.mb-1-25 {
    margin-bottom: 1.25rem;
}

.my-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
}

.mb-60 {
    margin-bottom: 3.75rem;
}

.mt-60 {
    margin-top: 3.75rem;
}

.my-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.mb-80 {
    margin-bottom: 5rem;
}

.mt-80 {
    margin-top: 5rem;
}

.text-right {
    text-align: right;
}

main .lead {
    line-height: 1.33;
}

/* Check list */
main .check-list ul {
    list-style: none;
    padding: 0;
}

main .check-list ul li {
    padding-left: 2.625rem;
    margin-bottom: 1rem;
}

main .check-list ul li:before {
    content: url(/static/images/icons/check.svg);
    /* LineAwesome Unicode */
    display: inline-block;
    margin-left: -1.6rem;
    /* same as padding-left set on li */
    width: 1.6rem;
    /* same as padding-left set on li */
    position: relative;
    top: 6px;
    right: 10px;
}

/* Plus list */
main .plus-list ul {
    list-style: none;
    padding: 0;
}

main .plus-list ul li {
    padding-left: 2.625rem;
    margin-bottom: 1rem;
}

main .plus-list ul li:before {
    content: url(/static/images/icons/plus.svg);
    /* LineAwesome Unicode */
    display: inline-block;
    margin-left: -1.6rem;
    /* same as padding-left set on li */
    width: 1.6rem;
    /* same as padding-left set on li */
    position: relative;
    top: 6px;
    right: 10px;
}

/* Checkbox */
main form input[type="checkbox"] {
    border: 2px solid #2B3A3D !important;
    
}
main form input[type="checkbox"]:hover {
    border-color: #00ABBD !important;
}

main form input[type="checkbox"]:checked {
    background-color: #2B3A3D !important;
}

main form input[type="checkbox"]:checked:hover {
    background-color: #00ABBD !important;
}

footer {
    margin-top: 80px;
}

footer .phone {
    font-size: 1.25rem;
}

footer .phone a:hover,
footer .phone a:active,
footer .phone a:focus {
    text-decoration: none;
}

.pimcore_tag_video {
    display: block;
    position: relative;
    padding: 56.25% 0 0 0;
}

.pimcore_tag_video > iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.form-select {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #2B3A3D;
    border-radius: 0;
    box-shadow: none;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}
.form-select:hover {
    border-bottom-color: #00ABBD;
    outline: none;
    box-shadow: none;
}

.form-select:focus {
    border-bottom-color: #00ABBD;
    outline: none;
    box-shadow: none;
}

/* Link box */
.services .link-box {
    border: 1px solid #f6f6f6;
    background-color: #f6f6f6;
}

.service h1 {
    text-transform: uppercase;
}

.w-85 {
    width: 85%;
}

/* Tables */
main .table {
    font-size: 0.875rem;
}

.table {
    border-collapse: collapse;
    border-radius: 10px;
    box-shadow: 0 0 0 1px inset #028F9E;
    overflow: hidden;
}

.table tr {
    position: relative;
}

.table tbody tr:after {
    content: '';
    display: block;
    width: calc(100% + 4px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -2px;
    background-color: #028F9E;
}

.table td {
    border-bottom: none;
    padding: 0.5rem;
}

.table td:first-child {
    font-weight: 600;
}

.table tfoot tr {
    background-color: rgba(5, 170, 189, 0.4);
}

.table tfoot td {
    color: #fff;
    font-weight: 600;
}

.service .table-responsive {
    position: relative;
}

.service .table td {
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
}

.service .table td:first-child {
    white-space: normal;
    text-align: left;
}

.service .table td.highlight {
    background-color: rgba(5, 170, 189, 0.08);
}

.service-tooltip {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.service-tooltip-last {
    left: auto;
    right: 0;
    transform: translate(0, 0);
}

.service-tooltip .tooltip-arrow {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

.tooltip.service-tooltip .tooltip-arrow:before {
    border-top-color: #43DEF0 !important;
}

.service-tooltip .tooltip-inner {
    min-width: 100px;
    white-space: nowrap;
    background-color: #43DEF0;
    box-shadow: 0px 1px 7px rgba(197, 204, 220, 0.7);
}

.partner-logo {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 65px;
}

@media screen and (min-width: 62em) {
    .member-content {
        padding-left: 20rem;
    }

    .person--reverse .member-content {
        padding-left: 0;
        padding-right: 20rem;
    }
}

.member-text {
    padding-top: 1rem;
    clear: both;
}

@media screen and (min-width: 62em) {
    .member-text {
        padding-top: 0;
        clear: none;
    }
}

.member-position {
    display: block;
    margin: 0.75rem 0;
    font-size: 1rem;
}

.team .member-text p {
    font-size: 1.1rem;
}

.team .person--reverse .photo {
    float: right;
    margin-right: 0;
    margin-left: 1.25rem;
}

.team .person .contact {
    margin-top: 24px;
    border-top-right-radius: 0;
}

.team .person--reverse .contact {
    border-top-left-radius: 0;
}

@media screen and (min-width: 62em) {
    .team .person .contact {
        margin-top: 0;
        border-top-right-radius: 10px;
    }

    .team .person--reverse .contact {
        border-top-right-radius: 0;
        border-top-left-radius: 10px;
    }
}

@media screen and (min-width: 62em) {
    .team .person--reverse .contact {
        left: auto;
        right: 1.5rem;
    }
}

.team .person .contact a:hover {
    color: #fff;
    text-decoration: none;
}

#map {
    height: 500px;
    width: 100%;
}

.reference-box__wrapper {
    display: flex;
    justify-content: start;
    align-items: stretch;
}

.reference-box__wrapper .reference-box {
    flex: 0 0 100%;
}

.form-title {
    color: #006588 !important;
}

/* Masonry */
.grid {
    margin-top: 5rem;
}

.grid--no-margin {
    margin-top: 0;
    margin-bottom: 0;
}

.grid-item {
    margin-bottom: 20px;
}

.grid-item,
.grid-sizer {
    width: 100%;
}

@media (min-width: 992px) {
    .grid-item,
    .grid-sizer {
        width: calc(33.33% - 14px);
    }
}

.grid .reference-box:hover {
    border-color: #fff;
}

/* Certifikaty */
.certs-wrap {
    margin-bottom: -10px;
}

.cert {
    margin: 0 10px 10px 0;
}

.cert strong {
    font-weight: 500;
}

/* Gallery */
.gallery-block {
    margin-top: 56px;
}

/* Aplikace */
.aplikace {
    padding-top: 3.75rem;
    background: #f6f6f6;
}

.applikace-top-image {
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 120%;
}

.aplikace-icon {
    width: 60px;
    height: 60px;
}

@media (min-width: 768px) {
    .applikace-top-image {
        max-width: 145%;
    }
}

@media (min-width: 992px) {
    .aplikace-icon {
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 1200px) {
    .aplikace-wrapper h1 {
        font-size: 4.6875rem;
    }

    .aplikace-wrapper h2 {
        font-size: 3.125rem;
    }

    .aplikace-wrapper h3 {
        font-size: 2rem;
    }

    .applikace-top-title {
        font-size: 2.875rem;
        line-height: 1.3;
    }

    .applikace-top-text {
        line-height: 1.5;
    }
}
