/*****************************************************************************/
/* OPI-2025-prof_0 - Rozcestník */

/* Utility: Hide breadcrumbs */
.id-1011 .breadcrumbs-wrapper .breadcrumbs {
  display: none;
}

/* Responsive images */
.OPI-2025-prof_01-img-full {
  max-width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* Headline styling */
.OPI-2025-prof_01-headline {
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 0 20px 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  color: #000;
  text-align: center;
  text-transform: none;
}

.OPI-2025-prof_01-headline::after {
  display: none;
}

.OPI-2025-prof_01-subheadline {
  margin: 0 auto;
  line-height: 28px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 0 20px 50px 0;
  max-width: 860px;
}

/* Grid layout */
.OPI-2025-prof_01-grid {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  margin: 0 auto;
  text-align: left;
}

/* Box styling */
.OPI-2025-prof_01-box {
  flex: 0 0 calc(50% - 10px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
}

/* Inner padding container */
.OPI-2025-prof_01-box-inner {
  padding: 40px;
  display: grid;
  align-content: space-between;
  flex-grow: 1;
}

/* Image outside padding */
.OPI-2025-prof_01-box-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}

/* Title */
.OPI-2025-prof_01-box-title {
  margin: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  color: #000;
}

.OPI-2025-font-sharp {
  font-family: 'SharpGrotesk';
}

/* Paragraphs */
.OPI-2025-prof_01-box-text {
  margin-bottom: 25px;
  line-height: 28px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}

.OPI-2025-light {
  font-weight: 300;
  margin-bottom: 25px;
}

/* Button */
.OPI-2025-prof_01-button {
  display: inline-grid;
  height: fit-content;
  padding: 15px 25px 13px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #000;
  width: fit-content;
  color: #000;
  border-radius: 50px;
}

.OPI-2025-prof_01-button:hover {
  background-color: #000;
  color: #fff;
}

/* Section divider */
.OPI-2025-prof_01-line {
  display: block;
  margin: 50px auto 10px auto;
  border-style: inset;
  border-width: 0.75px;
  max-width: 300px;
}

/* Video v boxech */
.OPI-2025-prof_01-box-video {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  clip-path: inset(0px 0px);
}

/* Box backgrounds */
.OPI-2025-prof_01-box-1 { background-color: #F3E3D8; }
.OPI-2025-prof_01-box-2 { background-color: #c4f8ff; }
.OPI-2025-prof_01-box-3 { background-color: #f7edff; }
.OPI-2025-prof_01-box-4 { background-color: #e4fae2; }
.OPI-2025-prof_01-box-5 { background-color: #D7FAFD; min-height: 280px; }
.OPI-2025-prof_01-box-6 { background-color: #FDFBD7; min-height: 280px; }

/* Mobile responsive */
@media (min-width: 769px) {
  .OPI-2025-prof_01-box {
    margin-bottom: 20px;
  }

  #OPI-2025-prof_01-image-mobile {
    display: none !important;
  }
}

@media (max-width: 768px) {
  #OPI-2025-prof_01-image {
    display: none !important;
  }

  #OPI-2025-prof_01-image-mobile {
    display: block !important;
  }

  .OPI-2025-prof_01-box {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .OPI-2025-prof_01-grid {
    row-gap: 0;
  }
}
