p {
  margin-top: 0;
  margin-bottom: 0rem;
}

ul, ol {
  padding: .75em 0 .75em 0;
  margin: 0 0 0 15px;
}


.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #fff;
  content: var(--breadcrumb-divider, "»");
}

.breadcrumb > .active {
  color: #fff;
  font-weight: bold;
}

.uk-scope .uk-h1, .uk-scope .uk-h2, .uk-scope .uk-h3, .uk-scope .uk-h4, .uk-scope .uk-h5, .uk-scope .uk-h6, .uk-scope .uk-heading-2xlarge, .uk-scope .uk-heading-3xlarge, .uk-scope .uk-heading-large, .uk-scope .uk-heading-medium, .uk-scope .uk-heading-small, .uk-scope .uk-heading-xlarge, .uk-scope h1, .uk-scope h2, .uk-scope h3, .uk-scope h4, .uk-scope h5, .uk-scope h6 {
  font-family: Roboto Condensed;
}

.uk-scope .uk-link, .uk-scope a {
  color: #fff;
}

.uk-scope .uk-link-toggle:hover .uk-link, .uk-scope .uk-link:hover, .uk-scope a:hover {
  color: #fff;
}

.cenova-kalkulace-banner {
    width: 600px;
    height: 100px;
    background-color: #eb1b28;
    color: #ffffff;
    font-family: Roboto, Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

.cenova-kalkulace-banner:hover {
    background-color: #8c8c8c;
    color: #ffffff;
    text-decoration: none;
}

.telefon-banner {
    width: 600px;
    height: 100px;
    background-color: #8c8c8c;
    color: #ffffff;
    font-family: Roboto, Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

.telefon-banner:hover {
    background-color: #eb1b28;
    color: #ffffff;
    text-decoration: none;
}

