body {position: relative; font-family: 'Roboto', sans-serif; color: #000;
  /*
  background: url(img/bg-2-b.jpg) no-repeat center center fixed;
  background: url(img/bg-1-c.jpg) no-repeat center center fixed;
  */
  background: url(img/bg.jpg) no-repeat center center fixed;
  
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 100%;
}

h1 {font-family: Lobster, sans-serif; margin-top: 60px; margin-bottom: 5px; font-size: 80px; display: block;}
.podtitul {font-family: Lobster, sans-serif; font-weight: normal; /*text-transform: uppercase;*/ font-size: 30px; /*color: #0eb3d6;*/ padding-left: 5px;}
h1 {/*font-weight: 400;*/ }
h2 {font-family: Lobster, sans-serif; margin-top: 40px; font-size: 2.7rem;}
h3 {font-family: Lobster, sans-serif; /*color: #0eb3d6;*/}

a {/*color: #0eb3d6;*/ color: #1e3367;}
a:hover {color: #1e3367;}

#kontakt {color: #222; font-weight: 300;}
.topInfoPolozka {
  margin-left: 0.8rem; margin-right: 0.8rem; white-space: nowrap; 
  background-color: rgba(255,255,255,0.3); 
  padding: 15px 25px 10px 25px; display: inline-block; 
  font-size: 1.2rem; border-radius: 0 0 15px 15px;
}
.topInfoPolozka.telefon {background: #1e3367; color: #fff; font-weight: 400;}
.topInfoPolozka.email {border: 1px solid #1e3367; border-top: none;}
.topInfoPolozka i {margin-right: 10px; font-size: 1.2rem;}
.topInfoPolozka a {color: #222;}

@media (max-width: 991px) {
   .topInfoPolozka {margin-top: 10px; margin-bottom: 10px;}
}
@media (max-width: 768px) {
   .topInfoPolozka {display: block;}
}


ul#menu1 {margin-top: 50px; margin-bottom: 20px;}
ul#menu1 .btn {margin-right: 9px; margin-bottom: 9px; padding: 0.5rem 3rem;}
@media (max-width: 886px) {
   ul#menu1 .btn-primary {letter-spacing: 0px; padding: 1rem 2rem;}
}

.btn-secondary {white-space: normal; font-weight: normal; letter-spacing: 1px; background-color: #fff; color: #1e3367; border: 1px solid #0eb3d6; border-radius: 20px; font-family: 'Lobster', sans-serif;}
.btn-secondary:hover {border: 1px solid #0eb3d6; background-color: #1e3367; color: #fff; }
.btn-lg {font-size: 1.5rem;}

#uvod {position: absolute; bottom: 60px;}

.cardObj {margin-bottom: 20px; background-color: rgba(210,228,232,0.5); color: #000; border: none; }
.cardObj .card-header {border-bottom: none; font-weight: bold; font-size: 1.2rem; text-align:center;}
.objPolozka {background: rgba(255,255,255,0.3); margin-bottom: 10px; margin-top: 10px; padding: 10px;}
/*
.inputSmallCenter {text-align: center; width: auto; background: #fff; border: none; border-radius: 0; margin: 0 auto; font-weight: bold;}
.textareaSmallCenter {background: #fff; border: none; border-radius: 0; margin: 0 auto;}
*/
.cardObj input, .cardObj textarea {border-color: #0eb3d6;}
.form-control:disabled, .form-control[readonly] { background-color: #fff; }
.cardObj i {font-size: 1rem;}
.cardObj .btn-outline-secondary {background-color: #fff; border-color: #0eb3d6 !important;}

/* obecne */
.big {font-size: 2rem;}
.bgSeda {background-color: #333; color: #fff;}
.bgZelena {
  /*background-color: #33c781;*/ 
  /*background: rgb(51,199,129); background: linear-gradient(135deg, rgba(51,199,129,1) 49%, rgba(0,212,255,1) 100%);*/
  background: rgb(51,199,129); background: linear-gradient(125deg, rgba(51,199,129,1) 49%, rgba(204,254,243,1) 100%); 
  color: #fff;
}
.bgZelena i.fab {font-size: 5rem; color: #4be29b;}
ul.odr {margin: 30px 0;}
ul.odr li {padding-bottom: 15px; text-shadow: 1px 1px #fff;}
.cerna {color: #000;}

#paticka .nav .nav-link {margin: 9px; padding: 1rem 1rem;}
#paticka a:hover {text-decoration: underline;}

@media (max-width: 750px) {
  #paticka .nav {display: block; text-align: center;}
}

#topButton {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 5%;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgba(14, 179, 214, 0.1);
    color: #222;
    cursor: pointer;
    border-radius: 50%;
    font-size: 26px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
}

#partneri {text-align: center; margin-top: 30px; color: #aaa;}
#partneri img {width: 120px; margin: 10px;}

table.tCenik td, table.tCenik th {text-align: right; text-shadow: 1px 1px #fff;}
.table-hover tbody tr:hover {background-color: rgba(14, 179, 214, 0.05);}
