/* Boostrap tweaks */
@media (min-width: 1200px) {
    .container{
        max-width: 80vw;
    }
}

/*@media (min-width: 1920px) {*/
/*    .container{*/
/*        max-width: 1670px;*/
/*    }*/
/*}*/
.navbar{
    max-width: 80vw;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("/assets/images/hamburger-inverse.svg");
    background-size: 100%;
    height:48px;
    width:47px;
}

.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,0);
}
/* global */ 
body {
    font-family: 'Nunito Sans', sans-serif;
    
    background-image: url("/assets/images/hp-bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

@media(max-width: 990px){
    body{
        background-image: url("/assets/images/mobile-bg.svg");
        background-size: cover;
        background-position-y: 35px;
        background-repeat: no-repeat;
    }
}

#site-content{
    margin-top: 8vh;
}

.nav-image{
    max-height: 47.5px
}

.navbar-brand{
    font-size: 35px;
    font-weight: 200;
    margin-left: 65px;
}

.nav-item{
    background-color: white;
    border-radius: 60px;
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 21px;
    padding-right: 21px;
    box-shadow: 0 0 22px -11px rgba(0,0,0,1);
}

.nav-link{
    font-size: 35px;
    font-weight: 400;
    color: #058FFB !important;
    line-height: 1;
}

@media (max-width: 1230px) {
    .navbar-brand{
        font-size: 35px;
        font-weight: 200;
        margin-left: 5%;
    }

    .nav-item{
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 980px) {
    .navbar-brand{
        font-size: 35px;
        font-weight: 200;
        margin-left: 10%;
    }
}
/* homepage */
.hp-section{
    /*height: 93vh;*/
}

.hp-headline {
    color: white;
    font-weight: 400;
    font-size: 42px;
    text-align: center;
    margin-bottom: 10px;
}

.hp-medevio {
    margin-top: 1em;
    text-align: center;
}


.hp-section-headline{
    color: white;
    font-weight: 400;
    font-size: 60px;
    text-align: center;
    margin-bottom: 35px;
}

.hp-underline:before {
    position: absolute;
    left: 50%;
    right: 50%;
    top: 1.35em;
    height: 0;
    width: 27%;
    content: '';
    border-top: 2px solid white;
    transform: translate(-50%);
}

.hp-hours-day{
    max-width: 720px;
    /*padding: 12px 0;*/
    margin-right: auto;
    margin-left: auto;
    line-height: 1.3;
}

.hp-hours-day:nth-child(1){
    padding-top: 0;
}

.hp-hours-day-disclaimer{
    font-size: 20px!important;
    text-align: right;
    padding-top: 5px;
}

@media (max-width:980px){
    .hp-hours-day-disclaimer{
        text-align: center;
    }
}

.hp-map{
    width: 100%;
}

.map {
    position: relative;
    height: 550px;
    overflow: hidden;
    padding-top: 1vh;
    pointer-events: none;
}

.map iframe {
    bottom: 0;
    left: 0;
    width: 100% !important;
    max-height: 550px;
}

.next-arrow{
    text-align: center;
}


.hp-contact-img{
    left:0;
    width:38px;
}

/* HK Card */
.hk-card{
    background-color: white;
    border-radius: 23px;

    box-shadow: 0 0 22px -11px rgba(0,0,0,1);
    padding: 11px 14px 0 28px;
    max-width: 700px;
    margin: 1em auto 2em;
}

.hk-card-title{
    font-weight: 600;
    color: #058FFB;
    @media (max-width: 450px) {
        font-size: 1.5em;
    }
    @media (min-width: 450px) {
        font-size: 36px;
    }
}


.hk-card-body{
    font-size: 22px;
    font-weight: 400;
    color: #058FFB;
    line-height: 1.5em;
    padding-right:0;
    min-height: 3em;
    padding-bottom: 1em;
    @media (max-width: 450px) {
        font-size: 1em;
    }
    @media (min-width: 450px) {
        font-size: 1.5em;
    }
}

.hk-card-button{
    border: 2px solid #008EFB;
    background: white;
    border-radius: 23px;
    font-weight: 300;
    font-size: 18px;
    color: #058FFB;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 1em;
}

/* HK Hours*/
.hp-hours-day{
    color: white;
    font-weight: 200;
    font-size: 28px;
    /*margin-bottom: 20px;*/
}

.hp-hours-current{
    background: white;
    color: #058FFB;
    border-radius: 23px;
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: 0 0 22px -11px rgba(0,0,0,1);
}
.hp-hours-current-private {
    border: solid 3px white;
    border-radius: 23px;
    padding-top: 12px;
    padding-bottom: 12px;

    box-shadow: 0 0 22px -11px rgba(0,0,0,1);
}

.hp-hours-current-private-example{
    border: solid 3px white;
    border-radius: 23px;
    padding-left: 42px;
    box-shadow: 0 0 22px -11px rgba(0,0,0,1);
}

.hp-hours-date{
    text-align: center;
    margin: auto;
}

.hp-hours-date-day{
    margin-top: auto;
    margin-bottom: auto;
}

.bold {
    font-weight: 400;
}

.megabold {
    font-weight: 900;
}

.important {
    font-weight: 700;
}

.warning {
    color: #da2626;
    font-weight: 700;
}

.hp-archive-link{
    text-align: center;
    color: white;
    font-size: 36px;
}

.hp-archive-link a{
    color: white;
}

@media (max-width:990px){
    .hp-headline {
        font-size: 2em;
    }

    .hp-contact-img{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }

    .hp-section{
        height: unset;
    }

    .hp-archive-link{
        margin-bottom: 2em;
    }

    .next-arrow{
        margin-top: 1em;
        margin-bottom: 2em;
    }

    .hp-hours-date-day{
        display: inline;
        margin-top: auto;
        margin-bottom: auto;
    }
}


/** Article **/
.article-wrapper {
    background: white;
    border-radius: 42px;
    padding: 3em 4em;
    margin-top: 5%;
    box-shadow: 0 0 22px -11px rgba(0,0,0,1);
    margin-bottom: 5%;
}

.article-wrapper h1 {
    font-weight: 900;
    font-size: 3em;
    color: #058FFB;
    margin-bottom: 1em;
    line-height: 1;
}

.article-wrapper h2 {
    font-weight: 900;
    font-size: 2.2em;
    color: #484848;
    margin-bottom: 1em;
    line-height: 1;
}

.article-wrapper .article-date{
    font-size: 18px;
    line-height: 0.3em;
    font-weight: 300;
    color: #058FFB;
    margin-bottom: 2em;
    margin-top: 1%;
}

.article-wrapper p {
    font-size: 24px;
    line-height: 1em;
    font-weight: 300;
    color: #484848;
}

.article-wrapper ul {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 300;
    color: #484848;
}


/* Table for Cenik */
.table-wrapper {
    padding-top: 3%;
    max-width: 80vw;
}

.table-wrapper table {
    border-collapse:separate;
    border:solid white 0;
    border-radius: 24px;
    background-color: white;
    overflow: hidden;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 2em;
}

.table-wrapper th{
    font-size: 3em;
    font-weight: 600;
    color: #058FFB;
    padding-top:0.6em;
    padding-bottom: 0.6em;
}

.table-wrapper td, th{
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0.5em;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    border: unset !important;
}

.table-wrapper tr td:first-child{
    width: 85%;
}

.table-wrapper tr td:nth-child(2){
    text-align: center;
}


.table-wrapper tr:nth-child(even){
    background: rgba(156, 197, 255, 0.28);
    border-radius: 24px;
}

.table-wrapper tr:nth-child(odd){
    background: white;
    overflow: hidden;
    border-radius: 24px;
}

.table-row{
    padding-top: 18px;
    padding-bottom: 18px;
}
/* Table for Ordinacni Hodiny */
.hours-table {
    /*background: white;*/
    color: #058FFB;
    border-radius: 20px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}


@media (max-height: 1000px){
    .hours-table{
        font-size: 22px;
    }
}

@media (min-height: 1001px) {
    .hours-table{
        font-size: 28px;
    }
}

.table-row:first-child{
    border-collapse: separate;
    border-radius: 20px 20px 0 0;
}

.table-row:last-child{
    border-collapse: separate;
    border-radius: 0 0 20px 20px;
}

.table-row:nth-child(odd){
    background: rgb(211, 225, 247);
}

.table-row:nth-child(even){
    background: white;
}

.hp-hours-date-private{
    font-style: italic;
    font-weight: 200;
}

.hp-contact-list{
    margin-top: 0.7em;
    font-weight: 400;
    line-height: 2em;
    font-size: 24px;
    color: white;
    text-align: center;

}
.hp-contact-list a{
    color: #ffffff;
    font-size: 28rpx;
    font-weight: 600;
}

.hp-contact-list img{
    filter: invert();
    max-width: 64px;
}


.hp-hours-date-time{
    text-align: center;
    font-weight: 400;
}

.hp-hours-date-hint{
    text-align: center;
    font-size: 16px;
    font-weight: 900;
}

/* Cookie Banner */
.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147483645;
    box-sizing: border-box;
    width: 100%;

    background-color: #F1F6F4;
}

.cookie-consent-banner__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 32px 0;
}

.cookie-consent-banner__copy {
    margin-bottom: 16px;
}

.cookie-consent-banner__actions {
}

.cookie-consent-banner__header {
    margin-bottom: 8px;

    font-family: 'Nunito Sans', sans-serif, arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.cookie-consent-banner__description {
    font-family: 'Nunito Sans', sans-serif, arial;
    font-weight: normal;
    color: #838F93;
    font-size: 16px;
    line-height: 24px;
}

.cookie-consent-banner__cta {
    box-sizing: border-box;
    display: inline-block;
    min-width: 164px;
    padding: 11px 13px;
    border-radius: 2px;
    background-color: #058FFB;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif, arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

.cookie-consent-banner__cta--secondary {
    padding: 9px 13px;
    border: 2px solid #3A4649;
    background-color: transparent;
    color: #058FFB
}

.cookie-consent-banner__cta:hover {
    background-color: #00457d;
}

.cookie-consent-banner__cta--secondary:hover {
    border-color: #838F93;
    background-color: transparent;
    color: #058FFB
}

.cookie-consent-banner__cta:last-child {
    margin-left: 16px;
}

#map-placeholder {
    padding-left: 5vw;
    color: #ffffff;
    font-size: 2em;
    font-weight: 600;
}