/* html elementy */
.model-2025 hr {
    border-top-width: 3px;
}

/* obecne styly */
.model-2025 .perex {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #9c9e9f;
    font-weight: 600;
    font-size: 18px;
    margin-top: 1rem;
}
.sticky-top {
    position: -webkit-sticky; /* Pro Safari */
    position: sticky !important;
    top: 0;
    z-index: 1000;
}







/* navigace */
.drobeckova-navigace .zvyraznit a,
.navbar-nav .zvyraznit a {
    font-weight: 900;
    /* color: #eea236; */
    color: #d43f3a;
}

.nav-tabs .novinka-2025 {
    line-height: 1.5;
    padding: 5px 0 0 15px;
}
.nav-tabs .novinka-2025 a {
    font-weight: 400;
    color: #d43f3a;
}
.tab-content .modely-2025 {
    position: absolute;
    /* bottom: 9%;
    right: 8%;
    text-align: right; */
    top: 9%;
    left: 3.5%;

}
.tab-content .modely-2025 a {
    color: white;
    font-size: 2.53rem;
}
.tab-content .modely-2025 a:hover {
    text-decoration: none;
    color: #d43f3a;
}
@media (max-width: 768px) {

    .tab-content .modely-2025 a {
        color: white;
        font-size: 1.5rem;
    }
}



/* breadcrumb */
.breadcrumb {
    text-align: center;
    background-color: #f8f7f7;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.breadcrumb li {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;

    font-weight: 600;
    font-size: 15px;
}
.breadcrumb li a {
    color: rgba(0, 0, 0, 0.753);
}



.kapitola {
    margin-top: 5rem;
}





/* jumbotron */
.container-jumbotron {
    color: white;
}

.container-jumbotron .jumbotron {
    color: white;
    height: 350px;
    border-radius: 0 !important;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0;
}
.container-jumbotron .jumbotron .title {
    font-size: 1.3em;
    font-weight: 700;
}
.jumbotron-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}





.jumbotron-footer {
    min-height: 60rem;
    padding: 20rem 0;
    align-items: center !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.container-jumbotron .breadcrumb {
    text-align: right;
    background-color: white;
}
.container-jumbotron .text {
    color: black;
    font-weight: 500;
}



/* panel - model */
.panel-model-2025 {
}
.panel-model-2025 .panel-img {
    overflow: hidden;
    border-radius: 5px;
}
.panel-model-2025 .panel-img img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    background-color: black;
    transition: transform .2s ease-in-out;
}
.panel-model-2025:hover img {
    transform: scale(1.1);
}
.panel-model-2025 .panel-body {
    border: 0;
    padding: 0;
    padding-top: 5px;
    min-height: auto;
}
.panel-model-2025 .panel-heading {
    font-weight: 900;
    border: 0;
    min-height: 45px;
}

.panel-model-2025.technologie {
    background-color: #f8f7f7;
}
.panel-model-2025.technologie .panel-heading {
    padding-bottom: 1rem;
}
.panel-model-2025.technologie .panel-body {
    padding-top: 2rem;
}




/* carousel */
.carousel-model-2025 .owl-prev,
.carousel-model-2025 .owl-next {
  position: absolute;
  top: 150px;
  transform: translateY(-20%);
}
.carousel-model-2025 .owl-prev {
  left: -6rem;
  font-size: 50px !important;
  font-weight: 900 !important;
}
.carousel-model-2025 .owl-next {
  right: -6rem;
  z-index: 99999;
  font-size: 50px !important;
  font-weight: 900 !important;
}
.carousel-model-2025 .owl-prev > span,
.carousel-model-2025 .owl-next > span {
    padding: 15px;
}
.carousel-model-2025 .owl-dots {
  display: none;
}
@media (max-width: 768px) {
    .carousel-model-2025 .owl-prev {
        color:white !important;
        background-color: #869791 !important;
        left: 0.5rem;
      }
      .carousel-model-2025 .owl-next {
        color:white !important;
        background-color: #869791 !important;
        right: 0.5rem;
      }
}







/* půdorys */
.pudorys {
    margin-bottom: 3rem;
    position: relative;
}
.pudorys img {
    padding:3rem 0rem;
}
.pudorys .oddily .btn {
    top: 44%;
    position: absolute;
    cursor: pointer;
}
@media (max-width: 768px) {
    .pudorys .oddily .btn {
        font-size: 75%;
    }
}







/* půdorysy */
.pudorysy {
    display: flex;
    flex-wrap: wrap;
}
.pudorysy h3 {
    font-weight: 600;
    font-size: 17px;
    height: 50px;
}
.pudorysy a {
    margin:1rem 3rem 2rem 3rem;
}
.pudorysy > div  {
    text-align: center;
    margin-bottom: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}
