/**
 * @author Jan Reitter
 * @package Lerammed 
 * @subpackage v2
 * @copyright Copyright (C) 2018 Jan Reitter. All rights reserved.
 */

 /* GLOBAL settings */
@charset "utf-8"; 


 
/*#page-urologie {
padding-top: 400px;
}  */
.text-small {
font-size: small;
}
.t-1 {
font-size: 1.5rem;
}
.t-2 {
font-size: 2rem;
}
.t-3 {
font-size: 3rem;
}
.mb-5, .my-5 {
    margin-bottom: 2rem!important;
}
.mb-6, .my-6 {
    margin-bottom: 3rem!important;
}
/*#page-urologie .page-header {
background: url(../images/background/bg-hornikova.jpg) top center no-repeat;
background: url(../images/background/bg-kamechy.jpg) top center no-repeat;
background-size: cover;
} */
#page-urologie .page-header, #page-diabetologie .page-header, #page-endokrinologie .page-header {
    background: url(../images/background/bg-hornikova.jpg) top center no-repeat;
    background-size: cover;
}  

#navigace {
border-top: 4px solid #96c11f;
}
.navbar-brand>img {
height: 50px;
}
.img-nav {
width: 50%;
}
.navbar-nav a {
 font-size: 1.144rem;
}
.worktime .table th, .worktime .table td {
white-space: nowrap;

}
.worktime .table tr td:last-child {
vertical-align: inherit;
white-space: wrap;
}
#map {
        width: 100%;
        height: 250px;
        background-color: grey;
      }
.lekari-text p {
margin: 0;
line-height: 1.3;
font-size: 0.9rem;
}
.lekari-foto, .lekari {
float: left;
}
.lekari-text {
padding-left: 110px;
}
#contact-form {
padding-top: 100px;
}

/* zacatek podle devices height: calc(100vh - 80px);*/

html {
  font-size: 82%;
}

#position-top {
padding-top: 90px;
} 
.fa-ul {
    margin-left: 1.5em;
    
}

#position-top .container-fluid, #position-top .container {
position: relative;
}

.text-hp {
border-top: 2px solid #0c4270;
}                                                  
.page-header {
height: 200px;
margin-bottom: 30px;
}

h1 {
font-size: 2rem;
    font-weight: 600;
}
#pojistovny-uro .vzp, #pojistovny-uro .cpzp, #pojistovny-uro .zp, #pojistovny-uro .vozp, #pojistovny-uro .revirni {
display: inline-block;
    width: 48%;
    text-align: center;
    padding: 8px 5px;
}
#pojistovny-uro .vzp img, #pojistovny-uro .cpzp img, #pojistovny-uro .zp img, #pojistovny-uro .vozp img, #pojistovny-uro .revirni img {
max-height: 30px;
}

#page-urologie {
text-align: justify;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

 
#pojistovny-uro .vzp, #pojistovny-uro .cpzp, #pojistovny-uro .zp, #pojistovny-uro .vozp, #pojistovny-uro .revirni {
display: block;
    width: auto;
    text-align: unset;
    padding: 8px;
}
.text-hp {
border-top: none;
}
}

/* Medium devices (tablets, 768px and up)  */
@media (min-width: 768px) {
html {
  font-size: 85%;
}



 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
html {
  font-size: 93%;
}
#news {
position: absolute;
top: 0;
right: 30px;
    width: 450px;
}
#pojistovny img {
max-height: 3rem;
}
footer img {
width: 50%;
}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
html {
  font-size: 100%;
}

 }
 @media (max-width: 991.98px) { 
 .container {
    max-width: 100%;
}
 
  }
