.navbar {
  top: 0;
  position: sticky;
  background-color: white;
  z-index: 100;
  box-shadow: 0px 2px 8px grey;
}
.navbar .navbar-brand img {
  float: left;
  width: 80px;
  margin-right: 10px;
}
.navbar .navbar-brand span {
  font-family: 'Italianno', cursive;
  font-size: 36px;
  color: black;
  line-height: 40px;
}
#hlavni_navbar .navbar1 .fa {
  display: none;
}
#hlavni_navbar .navbar1 .d-md-none {
  display: block!important;
}
#hlavni_navbar .navbar1 .nav-item .nav-link {
  color: #5a5a5a;
  font-weight: 600;
  font-size: 18px;
  padding: 7px 0;
  margin: 0 8px;
  border-bottom: 2px solid transparent;
}
@media (max-width: 1500px) {
  #hlavni_navbar .navbar1 .nav-item .nav-link {
    font-size: 14px;
  }
}
#hlavni_navbar .navbar1 .nav-item .nav-link:hover {
  color: black ;
  transition: 0.3s;
  border-bottom: 2px double #ffa200;
}
#hlavni_navbar .navbar1 .nav-item .nav-link.active {
  color: black;
  transition: 0.3s;
  border-bottom: 2px double #ffa200;
}
#hlavni_navbar .navbar-nav .menu-phone a {
  color: #ffa200;
  font-weight: 600;
  font-size: 16px;
}
#hlavni_navbar .navbar-nav .menu-phone p {
  margin-bottom: 0;
}
#hlavni_navbar .navbar-nav .menu-phone .btn-primary {
  color: white;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 20px;
  margin-top: 0;
  margin-left: 20px;
}
.contact_us {
  padding-bottom: 40px;
}
.contact_us img {
  width: 167px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -420px);
}
.contact_us .odstavec_nadpis {
  padding: 35px 15px 10px;
}
.contact_us h2 {
  font-size: 70px;
  padding-bottom: 20px;
  padding-top: 140px;
}
.contact_us strong {
  font-family: 'Italianno', cursive;
  font-size: 39px;
}
.contact_us .col-md-4 {
  border-left: 1px solid #ccc;
}
.contact_us .col-md-4:first-child {
  border-left: none;
}
.contact-formular {
  padding-bottom: 100px;
  background-image: url(/layout/images/kontakt_1.png), url(/layout/images/kontakt_3.png);
  background-repeat: no-repeat;
  background-size: 400px,600px;
  background-position: 114% 105%, -25% -5%;
}
.contact-formular h2 {
  font-size: 70px;
  padding-bottom: 20px;
}
.contact-formular #contactForm_1 {
  width: 65%;
  margin: 0 auto;
}
.contact-formular #contactForm_1 .button {
  background: #d774b5;
  border: #d774b5;
  color: white;
  font-size: 18px;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  font-weight: 400;
  padding: 10px 20px;
  border-radius: 0;
  margin-top: 15px;
}
.map h2 {
  font-size: 70px;
  padding-bottom: 20px;
}
.map iframe {
  width: 100%;
  height: 450px;
}
.map .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
footer {
  /* background-image: url(/layout/images/pozadi_footer.png);
    background-repeat: none;
    background-size: cover;*/
  background: #9d0a7d;
  background: linear-gradient(90deg, #DE4309 0%, #f3a92e 100%);
  color: white;
  padding-top: 40px;
}
footer strong {
  font-size: 18px;
}
footer ul {
  padding-left: 0px;
}
footer ul li {
  list-style-type: none;
  padding-bottom: 10px;
  font-weight: 600;
}
footer .container-fluid {
  width: 75%;
}
@media (max-width: 767px) {
  footer .container-fluid {
    width: 100%;
  }
}
footer .col-md-4:first-child {
  text-align: left;
}
footer .col-md-4:last-child {
  text-align: right;
}
@media (max-width: 767px) {
  footer .col-md-4:last-child {
    text-align: left;
  }
}
@media (max-width: 767px) {
  footer .col-md-4:nth-child(2) {
    display: none;
  }
}
footer .col-md-4 {
  text-align: center;
}
footer a {
  color: white;
  font-weight: 600;
}
footer a:hover {
  color: white;
}
footer p,
footer strong {
  color: #fff;
}
footer .copyright p {
  margin: 0 auto;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  footer .copyright p {
    text-align: center;
  }
}
