
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #425466;
  background: #f6f8fb;
}

h1, .h1, h2, h3 {
  color: #e6274c;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -.02em;
}

.jumbotron { margin-bottom:0; padding:0; }
.jumbotron.head { min-height: auto; }
.jumbotron.head .container {
  position:absolute; top:24px; left:50%; margin-left:-585px;
}
@media screen and (max-width: 1200px) { .jumbotron.head .container { margin-left:-485px; } }
@media screen and (max-width: 992px) { .jumbotron.head .container { margin-left:-375px; } }
@media screen and (max-width: 768px) { .jumbotron.head .container { margin-left:-265px; } }
@media screen and (max-width: 530px) { .jumbotron.head .container { left:0px; margin-left:0px; position:static; } }

.logo {
  display:block;
  background: url("../images/logo/penzion-straznice_v3.png") no-repeat left top;
  width:250px; height:97px; cursor:pointer;
}
.penzion-topbar {
  background: linear-gradient(90deg,#d91f4d 0%,#ef2e5f 100%);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(217,31,77,.18);
  margin-top: 14px;
}
.penzion-topbar__inner {
  min-height: 58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding: 10px 18px;
}
.penzion-topbar__text {
  color:#fff;
  font-size:18px;
  font-weight:700;
}
.penzion-topbar__actions {
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}
.penzion-topbar__link {
  color:#fff !important;
  text-decoration:none !important;
  font-size:16px;
  font-weight:700;
}
.penzion-topbar__link--primary {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  background: rgba(255,255,255,.16);
}
.section-head-modern h1,
.section-head-modern h2 {
  margin-top:0;
  margin-bottom:10px;
}
.section-head-modern p {
  margin:0;
  color:#5d7188;
  font-size:18px;
  line-height:1.6;
}
.card-modern {
  background:#fff;
  border:1px solid #e5edf7;
  border-radius:20px;
  padding:24px;
  box-shadow: 0 12px 30px rgba(16,44,84,.06);
}
.btn-modern {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border-radius:12px;
  text-decoration:none !important;
  font-weight:700;
  transition:transform .2s ease, box-shadow .2s ease;
}
.btn-modern:hover { transform: translateY(-1px); }
.btn-modern--primary { background:#e6274c; color:#fff !important; }
.btn-modern--secondary { background:#fff; color:#1f4f82 !important; border:1px solid #dbe7f5; }
.hero-modern { margin-top: 22px; }
.hero-modern__row { align-items: stretch; }
.hero-modern__gallery,
.hero-modern__content {
  background:#fff;
  border:1px solid #e5edf7;
  border-radius:22px;
  box-shadow: 0 12px 30px rgba(16,44,84,.06);
}
.hero-modern__gallery { padding:18px; }
.hero-modern__main { width:100%; border-radius:18px; display:block; }
.hero-modern__thumbs {
  display:grid;
  grid-template-columns: repeat(6,1fr);
  gap:10px;
  margin-top:12px;
}
.hero-modern__thumbs img {
  width:100%;
  height:74px;
  object-fit:cover;
  border-radius:12px;
  cursor:pointer;
  border:1px solid #e8eef6;
}
.hero-modern__content {
  height:100%;
  padding:28px;
}
.hero-modern__content h1 {
  font-size:48px;
  line-height:1.05;
  margin:0 0 14px 0;
}
.hero-modern__content p {
  margin:0;
  font-size:18px;
  line-height:1.7;
  color:#4f647c;
}
.hero-modern__badges {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:18px 0 0;
}
.hero-modern__badges span,
.pokoj-modern-card__specs span {
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:#f4f8fd;
  border:1px solid #dbe7f5;
  color:#1f4f82;
  font-weight:700;
  font-size:14px;
}
.hero-modern__cta {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:22px;
}
.rooms-overview-modern { margin-top: 28px; }
.rooms-overview-modern__grid {
  display:grid;
  grid-template-columns: repeat(4,1fr);
  gap:18px;
  margin-top:16px;
}
.rooms-overview-modern__item {
  background:#fff;
  border:1px solid #e5edf7;
  border-radius:18px;
  padding:14px;
  box-shadow: 0 8px 24px rgba(16,44,84,.05);
  text-decoration:none !important;
  color:#425466 !important;
  transition:transform .2s ease, box-shadow .2s ease;
}
.rooms-overview-modern__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(16,44,84,.1);
}
.rooms-overview-modern__item img {
  width:100%;
  height:122px;
  object-fit:cover;
  border-radius:12px;
  display:block;
}
.rooms-overview-modern__item strong {
  display:block;
  margin-top:10px;
  color:#1f4f82;
  font-size:20px;
}
.rooms-overview-modern__item span {
  display:block;
  margin-top:4px;
  color:#5d7188;
  font-size:15px;
}
.content-grid-modern { margin-top:28px; }
.cenik-modern .pozadi {
  min-height: 520px;
  border-radius: 16px;
  overflow:hidden;
  background-image:url("../images/cenik_back.jpg");
  background-size:cover;
  background-position:center bottom;
}
.webp .cenik-modern .pozadi { background-image:url("../images/cenik_back.webp"); }
.rezervace-modern .p {
  background:#f4f7fb;
  border:1px solid #dbe7f5;
  border-radius:16px;
  padding:18px;
  height:auto !important;
}
.rezervace-modern .d {
  margin:0;
  padding-top:0;
}
.rezervace form,
form.kontakt {
  margin:0;
  background:#fff;
  box-shadow: 0 10px 24px rgba(16,44,84,.08);
}
.rezervace form fieldset,
form.kontakt fieldset {
  background:#fff;
  padding:8px 14px;
}
.rezervace form fieldset legend,
form.kontakt legend {
  font-size:28px;
  color:#e6274c;
  text-transform:uppercase;
  font-weight:700;
  background:#fff;
}
.rezervace form input,
.rezervace form select,
.kontakt input,
.kontakt textarea {
  width:100%;
  margin-bottom:9px;
  padding:12px 18px;
  font-weight:600;
  border:1px solid #d0d9e6;
  border-radius:8px;
  box-shadow: inset 0 1px 4px rgba(0,0,0,.06);
}
.rezervace form input[type=submit],
form.kontakt input[type=submit] {
  font-size:18px;
  color:#fff;
  cursor:pointer;
  padding:12px 0;
  margin:14px 0 18px 0;
  background:#e6274c;
  border-radius:10px;
  box-shadow:none;
}
.map-modern { margin-top: 28px; }
.map-modern__box { margin-top: 14px; }
.map-modern__image {
  width:100%;
  max-height:260px;
  object-fit:cover;
  border-radius:16px;
  display:block;
}
.map-modern__actions {
  margin-top: 14px;
  text-align:center;
}
.pokoje-modern { margin-top: 22px; }
.pokoje-modern__grid {
  display:grid;
  grid-template-columns:1fr;
  gap:22px;
  margin-top:18px;
}
.pokoj-modern-card {
  transition:transform .2s ease, box-shadow .2s ease;
}
.pokoj-modern-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(16,44,84,.1);
}
.pokoj-modern-card__layout {
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
  align-items:start;
}
.pokoj-modern-card__main {
  width:100%;
  display:block;
  border-radius:16px;
}
.pokoj-modern-card__thumbs {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:12px;
}
.pokoj-modern-card__thumbs img {
  width:90px;
  height:64px;
  object-fit:cover;
  border-radius:10px;
  cursor:pointer;
  border:1px solid #e8eef6;
}
.pokoj-modern-card h2 {
  margin-top:0;
  margin-bottom:12px;
  color:#1f4f82;
  font-size:34px;
}
.pokoj-modern-card__specs {
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:14px;
}
.pokoj-modern-card__list {
  padding-left:18px;
  margin-bottom:16px;
}
.pokoj-modern-card__list li {
  font-size:17px;
  line-height:1.6;
  margin-bottom:8px;
  color:#4f647c;
}
.footer-modern { padding-top: 6px; }
footer h4 { font-size:28px; color:#e6274c; }
footer ul li {
  list-style-image: url('../images/li.png');
  font-size:16px;
  line-height:25px;
}
footer ul li a,
footer ul li a:hover { color:#e6274c; }
.popupbox {
  position:fixed; top:50%; left:50%; z-index:99999;
  display:none; float:left; width:50%; height:80%;
  box-shadow: 0 0 20px #000;
}
#popup1 { background:#e6274c; }
#fade {
  display:none; background:#000; opacity:.5;
  position:fixed; left:0; top:0; z-index:9999;
  width:100%; height:100%;
}
a.zavrit {
  position:absolute; top:15px; right:15px;
  display:block; width:21px; height:20px; cursor:pointer;
  background: url("../images/close.png");
}
.okno { padding:50px 35px; }
.okno p { color:#2e505c; font-size:20px; margin:30px 0; }
.okno h2 { font-size:35px; color:#fff; }
.form_neodeslan, .form_odeslan, .form_neodeslan2, .form_odeslan2 {
  position:absolute; top:65px; left:14px; width:77%; padding:30px 50px; margin:0 10%;
  font-size:30px; color:#ee7629; text-align:center;
  background-color: rgba(255, 255, 255, 0.88); cursor:pointer;
}
.form_neodeslan, .form_neodeslan2 { color:#e6274c; }
::-webkit-input-placeholder { color:#3a545e; font-style:italic; }
::-moz-placeholder { color:#3a545e; font-style:italic; }
:-ms-input-placeholder { color:#3a545e; font-style:italic; }
input:-moz-placeholder { color:#3a545e; font-style:italic; }
.hidden { display:none; }
.center { text-align:center; }
.nomobil { display:block; }

@media (max-width: 991.98px) {
  .hero-modern__content h1 { font-size: 38px; }
  .rooms-overview-modern__grid { grid-template-columns: repeat(2,1fr); }
  .pokoj-modern-card__layout { grid-template-columns:1fr; }
  .penzion-topbar__inner { flex-direction:column; align-items:flex-start; }
}
@media (max-width: 767.98px) {
  .penzion-topbar {
    border-radius: 14px;
    margin-top: 10px;
  }
  .penzion-topbar__inner {
    align-items:stretch;
    gap:10px;
    padding:10px 14px;
  }
  .penzion-topbar__text { font-size:15px; }
  .penzion-topbar__actions {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    width:100%;
  }
  .penzion-topbar__link {
    justify-content:center;
    display:flex;
    min-height:42px;
    border-radius:10px;
    background:rgba(255,255,255,.12);
    font-size:14px;
  }
  .hero-modern__gallery,
  .hero-modern__content,
  .card-modern {
    border-radius:16px;
    padding:18px;
  }
  .hero-modern__thumbs { grid-template-columns: repeat(3,1fr); }
  .hero-modern__thumbs img,
  .rooms-overview-modern__item img { height:88px; }
  .hero-modern__content h1 {
    font-size: 30px;
    text-align:left;
  }
  .hero-modern__content p,
  .section-head-modern p,
  .pokoj-modern-card__list li {
    font-size: 16px;
    line-height:1.55;
  }
  .rooms-overview-modern__item strong { font-size:18px; }
  .cenik-modern .pozadi {
    min-height: 420px;
    background-image:url("../images/cenik_back_575.jpg");
  }
  .map-modern__image { max-height:220px; }
  .rezervace form fieldset legend,
  form.kontakt legend { font-size:24px; }
  .popupbox { width:95%; height:80%; }
}
@media (max-width: 575.98px) {
  .logo {
    width:220px;
    height:86px;
    background-size: contain;
  }
  .hero-modern { margin-top: 16px; }
  .hero-modern__content h1 { font-size: 26px; }
  .hero-modern__badges span,
  .pokoj-modern-card__specs span {
    font-size: 13px;
    min-height: 30px;
    padding: 0 10px;
  }
  .hero-modern__cta {
    flex-direction:column;
  }
  .btn-modern { width:100%; }
  .rooms-overview-modern__grid {
    grid-template-columns: 1fr 1fr;
    gap:12px;
  }
  .rooms-overview-modern__item {
    padding:10px;
    border-radius:14px;
  }
  .rooms-overview-modern__item strong { font-size:16px; }
  .rooms-overview-modern__item span { font-size:13px; }
  .pokoj-modern-card h2,
  .section-head-modern h2,
  .section-head-modern h1 {
    font-size: 26px;
    line-height:1.15;
  }
  .pokoj-modern-card__thumbs img {
    width:72px;
    height:54px;
  }
  .nomobil { display:none; }
  footer .doporuceni,
  footer .text-sm-right { text-align:center !important; }
}



/* 2026-04-14: topbar icons from Ludor asset style */
.penzion-topbar__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.penzion-topbar__icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: brightness(0) invert(1);
}

.penzion-topbar__icon--phone {
  background-image: url("../images/ikony/telefon_off.png");
}

.penzion-topbar__icon--mail {
  background-image: url("../images/ikony/mail_off.png");
}

.penzion-topbar__link--primary .penzion-topbar__icon {
  opacity: .95;
}

@media (max-width: 767.98px) {
  .penzion-topbar__link {
    gap: 6px;
  }

  .penzion-topbar__icon {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }
}



/* 2026-04-14: vypnutí starého jumbotron head + návrat viditelného topbaru */
.jumbotron.head.nomobil {
  display: none !important;
}

.menu {
  min-height: auto !important;
  background: none !important;
  padding: 0 !important;
  margin: 10px 0 18px !important;
}

.menu > .container {
  width: auto !important;
  max-width: 1170px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.menu .motto_v2,
.menu .tel_v2,
.menu .mail_v2,
.menu .pokoje,
.menu .parkovani,
.menu .ubytovani {
  display: none !important;
}

.menu .penzion-topbar {
  display: block !important;
}

.penzion-topbar {
  position: relative;
  z-index: 4;
  margin-top: 0 !important;
}

.penzion-topbar__inner {
  width: 100%;
}

.penzion-topbar__text {
  white-space: nowrap;
}

.hero-modern {
  margin-top: 12px;
}

@media (max-width: 991.98px) {
  .menu {
    margin: 8px 0 14px !important;
  }

  .menu > .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .penzion-topbar__text {
    white-space: normal;
  }

  .hero-modern {
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  .menu {
    margin: 6px 0 12px !important;
  }

  .menu > .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .penzion-topbar {
    border-radius: 12px;
  }

  .hero-modern {
    margin-top: 8px;
  }

  .hero-modern__gallery,
  .hero-modern__content,
  .card-modern {
    padding: 16px;
  }
}

@media (max-width: 575.98px) {
  .menu {
    margin: 4px 0 10px !important;
  }

  .hero-modern {
    margin-top: 6px;
  }

  .hero-modern__content h1 {
    font-size: 24px;
  }

  .section-head-modern p,
  .hero-modern__content p,
  .pokoj-modern-card__list li {
    font-size: 15px;
    line-height: 1.5;
  }

  .rooms-overview-modern {
    margin-top: 20px;
  }

  .content-grid-modern,
  .map-modern,
  .pokoje-modern {
    margin-top: 22px;
  }
}
