/*
  Bajkom.sk final CSS
  InPage / KYRA safe stylesheet

  Pouzitie:
  1. V administracii InPage otvorit Vlastne CSS styly.
  2. Vymazat cely povodny obsah pola.
  3. Vlozit iba obsah tohto suboru.

  Nepridavat k starsim verziam. Toto je samostatne kompletne CSS.
*/

:root {
  --bajkom-blue: #1558d4;
  --bajkom-blue-dark: #062b66;
  --bajkom-blue-soft: #eaf2ff;
  --bajkom-yellow: #ffd23f;
  --bajkom-orange: #f6a400;
  --bajkom-ink: #101828;
  --bajkom-muted: #5c667a;
  --bajkom-bg: #f5f8fc;
  --bajkom-line: rgba(16, 24, 40, 0.12);
  --bajkom-container: 1280px;
  --bajkom-shadow: 0 16px 44px rgba(16, 24, 40, 0.11);
  --bajkom-shadow-strong: 0 28px 80px rgba(6, 43, 102, 0.24);
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body.template19 {
  background: #fff;
  color: var(--bajkom-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.template19 *,
body.template19 *::before,
body.template19 *::after {
  box-sizing: border-box;
}

body.template19 img,
body.template19 iframe,
body.template19 video,
body.template19 object,
body.template19 embed {
  max-width: 100%;
}

body.template19 img {
  height: auto;
}

body.template19 a {
  color: var(--bajkom-blue);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

body.template19 a:hover,
body.template19 a:focus {
  color: var(--bajkom-blue-dark);
}

body.template19 :focus-visible {
  outline: 3px solid var(--bajkom-yellow);
  outline-offset: 3px;
  border-radius: 8px;
}

body.template19 h1,
body.template19 h2,
body.template19 h3,
body.template19 h4,
body.template19 h5,
body.template19 h6 {
  color: var(--bajkom-ink);
  font-family: inherit;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: none;
}

body.template19 h1,
body.template19 .h1 {
  margin: 0 0 34px;
  font-size: clamp(40px, 5vw, 70px);
}

body.template19 h2 {
  font-size: clamp(30px, 3.6vw, 46px);
}

body.template19 h3 {
  font-size: clamp(24px, 2.6vw, 34px);
}

body.template19 h4 {
  font-size: clamp(20px, 2vw, 26px);
}

body.template19 h1::after,
body.template19 .h1::after {
  display: block;
  width: 92px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: var(--bajkom-blue);
  content: "";
}

body.template19 .container {
  width: min(100% - 48px, var(--bajkom-container));
  max-width: var(--bajkom-container);
}

/* Header */
body.template19 header,
body#index.template19 header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: 0 10px 34px rgba(16, 24, 40, 0.08);
  backdrop-filter: blur(16px);
}

body.template19 #top-ribbon {
  display: none;
}

body.template19 .navbar-default,
body#index.template19 .navbar-default,
body#index.template19 .navbar-default.f-nav,
body.template19 .f-nav {
  min-height: 78px;
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.template19 .navbar > .container {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 78px;
}

body.template19 .logo {
  position: relative;
  float: none;
  flex: 0 0 220px;
  width: 220px;
  max-width: 220px;
  height: 64px;
  padding: 0;
}

body.template19 .logo a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 64px;
  text-decoration: none;
}

body.template19 .logo img {
  display: block;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  max-width: 56px;
  max-height: 56px;
  object-fit: contain;
}

body.template19 .logo a::after {
  display: block;
  margin-left: 12px;
  color: var(--bajkom-blue);
  content: "bajkom";
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
}

body.template19 .logo::after {
  content: none;
}

body.template19 .navbar-header {
  margin-left: auto;
}

body.template19 #navbar {
  float: none;
  flex: 1 1 auto;
  width: auto;
  padding: 0;
  text-align: right;
}

body.template19 .navbar-nav {
  float: none;
  margin: 0;
}

body.template19 .navbar-nav > li {
  display: inline-flex;
  float: none;
}

body.template19 .navbar .navbar-nav > li > a,
body.template19 .navbar .navbar-nav > li > a:focus,
body.template19 .navbar-default .navbar-nav > li > a:focus {
  min-height: 46px;
  padding: 13px 14px;
  border-radius: 999px;
  color: #111827;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
}

body.template19 .navbar .navbar-nav > li > a:hover,
body.template19 .navbar .navbar-nav > .active > a,
body.template19 .navbar .navbar-nav > .active > a:focus,
body.template19 .navbar .navbar-nav > .active > a:hover,
body.template19 .navbar-default .navbar-nav > .active > a,
body.template19 .navbar-default .navbar-nav > .active > a:focus,
body.template19 .navbar-default .navbar-nav > .active > a:hover,
body#index.template19 .navbar-default .navbar-nav > .active > a,
body#index.template19 .navbar-default .navbar-nav > .active > a:focus,
body#index.template19 .navbar-default .navbar-nav > .active > a:hover {
  color: #fff !important;
  background: var(--bajkom-blue) !important;
}

body.template19 .navbar .navbar-nav > li > a::after,
body.template19 .navbar .navbar-nav > .active > a::after,
body.template19 .navbar .navbar-nav > li > a:hover::after {
  display: none;
}

body.template19 .navbar-default .navbar-toggle {
  min-width: 48px;
  min-height: 44px;
  margin: 17px 0;
  border: 1px solid rgba(21, 88, 212, 0.25);
  border-radius: 14px;
  background: #fff;
}

body.template19 .navbar-default .navbar-toggle .icon-bar {
  background: var(--bajkom-blue);
}

/* Hero */
body.template19 #motive,
body#index.template19 #motive {
  display: block;
  position: relative;
  width: 100%;
  min-height: clamp(430px, 48vw, 610px);
  height: auto;
  max-height: none;
  margin: 0;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  text-shadow: none;
}

body.template19 #motive::before,
body:not(#index).template19 #motive::before {
  background:
    linear-gradient(90deg, rgba(7, 22, 48, 0.68) 0%, rgba(7, 22, 48, 0.38) 44%, rgba(7, 22, 48, 0.05) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.02));
}

body.template19 #motive .container,
body#index.template19 #motive .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: clamp(430px, 48vw, 610px);
  height: auto;
  width: min(100% - 48px, var(--bajkom-container));
  margin-top: 0;
  padding: 54px 0 112px;
}

body.template19 #motto {
  max-width: 620px;
  margin: 0;
  padding: 0;
}

body.template19 #motto #motto-title,
body.template19 #motto #motto-text {
  color: #fff;
  font-family: inherit;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.34);
}

body.template19 #motto #motto-title {
  margin: 0;
  font-size: clamp(76px, 10vw, 128px);
  font-weight: 950;
  line-height: 0.86;
}

body.template19 #motto #motto-text {
  margin-top: 18px;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 850;
  line-height: 1.1;
}

/* Main layout */
body.template19 #content {
  width: 100%;
  margin: 0;
  padding: 0 0 70px;
}

body.template19 main.col-md-9 {
  float: none;
  width: 100%;
  max-width: var(--bajkom-container);
  min-width: 0;
  margin-right: auto;
  margin-left: auto;
}

body.template19 .section-container {
  margin-right: auto;
  margin-left: auto;
}

body.template19 main > div > p:empty {
  display: none;
}

/* CTA panel */
body#index.template19 .btns-dotaznik {
  position: relative;
  z-index: 3;
  width: min(460px, calc(100vw - 48px));
  margin: -410px 0 86px auto;
  padding: 14px;
  border: 0;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--bajkom-shadow-strong);
  backdrop-filter: blur(12px);
}

body#index.template19 .btns-dotaznik .row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 0;
}

body#index.template19 .btns-dotaznik .section-content {
  float: none;
  width: 100%;
  padding: 0;
}

body.template19 .btn,
body.template19 #panel-news .more a {
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 12px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 850;
  text-transform: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

body.template19 .btn-primary,
body.template19 #panel-news .more a {
  color: #fff;
  background: var(--bajkom-blue);
  border: 2px solid var(--bajkom-blue);
}

body.template19 .btn-primary:hover,
body.template19 .btn-primary:focus {
  color: #fff;
  background: var(--bajkom-blue-dark);
  border-color: var(--bajkom-blue-dark);
}

body.template19 .btn.btn-primary.btn-blue {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 106px;
  padding: 24px 28px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  font-size: clamp(28px, 2.8vw, 38px);
  font-weight: 950;
  line-height: 1.05;
  white-space: normal;
  text-align: left;
  text-decoration: none;
}

body.template19 .btn.btn-primary.btn-blue::after,
body#index.template19 .btns-dotaznik .btn-blue::after {
  position: relative !important;
  display: inline-block !important;
  flex: 0 0 42px !important;
  width: 42px !important;
  height: 42px !important;
  margin-left: 18px !important;
  padding: 0 !important;
  border: 2px solid currentColor !important;
  border-radius: 50% !important;
  content: "" !important;
  line-height: 1 !important;
}

body.template19 .btn.btn-primary.btn-blue::before,
body#index.template19 .btns-dotaznik .btn-blue::before {
  position: absolute !important;
  top: 50% !important;
  right: 37px !important;
  z-index: 1 !important;
  width: 16px !important;
  height: 16px !important;
  border-top: 3px solid currentColor !important;
  border-right: 3px solid currentColor !important;
  content: "" !important;
  transform: translateY(-50%) rotate(45deg) !important;
  pointer-events: none !important;
}

body.template19 .btn.btn-primary.btn-blue span,
body#index.template19 .btns-dotaznik .btn-blue span {
  position: relative;
  z-index: 2;
}

body.template19 .btn.btn-primary.btn-blue {
  position: relative;
}

body.template19 .btn.btn-primary.btn-blue > * {
  position: relative;
  z-index: 2;
}

body.template19 .btn.btn-primary.btn-blue::after {
  background:
    linear-gradient(currentColor, currentColor) center / 16px 3px no-repeat !important;
}

body#index.template19 .btns-dotaznik .section-content:first-child .btn-blue {
  background: linear-gradient(135deg, #1558d4, #0646b7);
  color: #fff;
}

body#index.template19 .btns-dotaznik .section-content:last-child .btn-blue {
  background: linear-gradient(135deg, var(--bajkom-yellow), var(--bajkom-orange));
  color: #102033;
}

body#index.template19 .btns-dotaznik .btn-blue:hover,
body#index.template19 .btns-dotaznik .btn-blue:focus {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(16, 24, 40, 0.18);
}

/* Content blocks */
body.template19 .section-header {
  max-width: 1180px;
  margin-bottom: 22px;
}

body.template19 .section-header h1 {
  text-align: left;
  font-size: clamp(34px, 4vw, 54px);
}

body.template19 .section-header h1::after {
  margin-left: 0;
}

body.template19 .section-2-col-right-text,
body.template19 .section-2-col-left-text,
body.template19 .section-contact {
  max-width: 1180px;
  margin-bottom: 34px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--bajkom-shadow);
}

body.template19 .section-2-col-right-text > .row,
body.template19 .section-2-col-left-text > .row {
  display: flex;
  align-items: center;
  gap: clamp(28px, 5vw, 58px);
}

body.template19 .section-2-col-right-text > .row > [class*="col-"],
body.template19 .section-2-col-left-text > .row > [class*="col-"] {
  float: none;
  flex: 1 1 0;
  min-width: 0;
}

body.template19 .section-2-col-right-text img,
body.template19 .section-2-col-left-text img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 22px;
  object-fit: cover;
}

body.template19 main p,
body.template19 main li {
  color: var(--bajkom-ink);
  font-size: 18px;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

body.template19 main p {
  max-width: 76ch;
}

/* Article list */
body.template19.rubric main.col-md-9,
body.template19.rubric #mainContent,
body.template19.rubric #content main {
  width: 100% !important;
  max-width: 1120px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.template19 main > h1.title,
body.template19 .title {
  text-align: left;
}

body.template19 main > h1.title::after,
body.template19 .title::after {
  margin-left: 0;
}

body.template19.rubric #list-pages {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
  width: 100% !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  list-style: none !important;
}

body.template19.rubric #list-pages::before,
body.template19.rubric #list-pages::after {
  display: none !important;
}

body.template19.rubric #list-pages > li {
  display: flex !important;
  flex-direction: column !important;
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(16, 24, 40, 0.10) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.10) !important;
}

body.template19.rubric #list-pages > li:hover,
body.template19.rubric #list-pages > li:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 18px 46px rgba(16, 24, 40, 0.14) !important;
}

body.template19.rubric #list-pages h4 {
  order: 2 !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 20px 22px 22px !important;
  font-size: clamp(22px, 1.8vw, 28px) !important;
  line-height: 1.15 !important;
}

body.template19.rubric #list-pages h4 a {
  color: var(--bajkom-blue) !important;
  text-decoration: none !important;
}

body.template19.rubric #list-pages h4::after {
  display: none !important;
  content: "" !important;
}

body.template19.rubric #list-pages .description {
  display: block !important;
  order: 1 !important;
  flex: 0 0 auto !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
}

body.template19.rubric #list-pages .description p {
  max-width: none !important;
  margin: 0 !important;
}

body.template19.rubric #list-pages .description p:first-child {
  display: block !important;
}

body.template19.rubric #list-pages .description p:not(:first-child) {
  display: none !important;
}

body.template19.rubric #list-pages .description img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 260px !important;
  min-height: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
}

/* Article detail */
body.template19.article-detail main.col-md-9,
body.template19.article-detail #mainContent,
body.template19.article-detail #content main {
  width: 100% !important;
  max-width: 1120px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.template19.article-detail .section-2-col-right-text,
body.template19.article-detail .section-2-col-left-text {
  max-width: 1040px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: clamp(24px, 3vw, 36px) !important;
}

body.template19.article-detail .section-2-col-right-text > .row,
body.template19.article-detail .section-2-col-left-text > .row {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 26px !important;
}

body.template19.article-detail .section-2-col-right-text > .row > [class*="col-"],
body.template19.article-detail .section-2-col-left-text > .row > [class*="col-"] {
  display: block !important;
  flex: 0 0 auto !important;
  align-self: center !important;
  float: none !important;
  width: 100% !important;
  max-width: 880px !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 !important;
  overflow: visible !important;
}

body.template19.article-detail .section-2-col-right-text > .row > [class*="col-"] > img,
body.template19.article-detail .section-2-col-left-text > .row > [class*="col-"] > img,
body.template19.article-detail .section-2-col-right-text > .row > [class*="col-"] > blockquote,
body.template19.article-detail .section-2-col-left-text > .row > [class*="col-"] > blockquote {
  width: 100% !important;
  max-width: 880px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.template19.article-detail .section-2-col-right-text blockquote,
body.template19.article-detail .section-2-col-left-text blockquote {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.template19.article-detail .section-2-col-right-text p,
body.template19.article-detail .section-2-col-left-text p,
body.template19.article-detail #mainContent > div:first-child > p,
body.template19.article-detail #mainContent > div:first-child li {
  width: 100% !important;
  max-width: 78ch !important;
  font-size: 19px !important;
  line-height: 1.78 !important;
}

body.template19.article-detail .section-2-col-right-text h2,
body.template19.article-detail .section-2-col-right-text h3,
body.template19.article-detail .section-2-col-left-text h2,
body.template19.article-detail .section-2-col-left-text h3 {
  max-width: 880px !important;
  margin-top: 34px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.template19.article-detail .section-2-col-right-text img,
body.template19.article-detail .section-2-col-left-text img {
  display: block !important;
  width: 100% !important;
  max-width: 880px !important;
  max-height: 500px !important;
  margin: 0 auto !important;
  aspect-ratio: 16 / 9 !important;
  border-radius: 18px !important;
  object-fit: cover !important;
}

/* Article-detail helper sections, used for example on "Darujte nam 2 percenta". */
body.template19.article-detail .section-blank {
  display: block !important;
  max-width: 78ch !important;
  margin: 22px auto 0 !important;
  padding: 20px 22px !important;
  border: 1px solid rgba(21, 88, 212, 0.18) !important;
  border-radius: 18px !important;
  background: var(--bajkom-blue-soft) !important;
  box-shadow: none !important;
}

body.template19.article-detail .section-blank .row,
body.template19.article-detail .section-cta .row {
  margin: 0 !important;
}

body.template19.article-detail .section-blank [class*="col-"],
body.template19.article-detail .section-cta [class*="col-"] {
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
}

body.template19.article-detail .section-blank p,
body.template19.article-detail .section-cta p {
  max-width: none !important;
  margin: 0 !important;
}

body.template19.article-detail .section-cta {
  display: block !important;
  max-width: 78ch !important;
  margin: 16px auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.template19.article-detail .section-cta .btn.btn-primary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 56px !important;
  padding: 15px 22px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: var(--bajkom-blue) !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(21, 88, 212, 0.24) !important;
}

body.template19.article-detail .section-cta .btn.btn-primary:hover,
body.template19.article-detail .section-cta .btn.btn-primary:focus {
  background: var(--bajkom-blue-dark) !important;
  color: #fff !important;
}

/* Galleries */
body.template19 #photogalleries {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
}

body.template19 #photogalleries::before,
body.template19 #photogalleries::after,
body.template19 .photos::before,
body.template19 .photos::after {
  display: none;
}

body.template19 #photogalleries > .item-photogallery {
  float: none;
  width: auto;
  padding: 0;
}

body.template19 #photogalleries .thumbnail {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.08);
}

body.template19 #photogalleries .link-thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

body.template19 #photogalleries .link-thumbnail img,
body.template19 #photogalleries .thumbnail .link-thumbnail img {
  width: 100%;
  height: 100%;
  max-height: none;
  padding: 0;
  border: 0;
  object-fit: cover;
}

body.template19 #photogalleries .caption {
  display: block;
  padding: 18px 20px;
}

body.template19 #photogalleries h2.subtitle {
  margin: 0;
  font-size: 21px;
  line-height: 1.18;
}

body.template19 #photogalleries h2.subtitle a {
  color: var(--bajkom-blue);
  text-decoration: none;
}

body.template19 #photogalleries .description,
body.template19 #photogalleries .pocty,
body.template19 #photogalleries .more {
  display: none;
}

body.template19 .photos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
}

body.template19 .photos > .gallery__item,
body.template19 .photos > .item-photo {
  float: none;
  width: auto;
  padding: 0;
}

body.template19 .photos .gallery__item-link,
body.template19 .photos .thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: none;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(16, 24, 40, 0.10);
}

body.template19 .photos .gallery__item-link img,
body.template19 .photos .thumbnail img,
body.template19 .photos .img-thumbnail {
  width: 100%;
  height: 100%;
  max-height: none;
  padding: 0;
  border: 0;
  object-fit: cover;
}

/* Forms, embeds and tables */
body.template19 iframe,
body.template19 .section-map #map {
  border-radius: 18px;
}

body.template19 main table {
  display: block;
  width: 100%;
  overflow-x: auto;
}

body.template19 form.form-container,
body.template19 .form-container {
  max-width: 760px;
  padding: 28px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--bajkom-shadow);
}

body.template19 form.form-container label {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--bajkom-ink);
  font-weight: 800;
}

body.template19 .form-control,
body.template19 form.form-container input,
body.template19 form.form-container textarea,
body.template19 form.form-container select.form-control {
  min-height: 46px;
  border: 1px solid rgba(16, 24, 40, 0.16);
  border-radius: 12px;
  background: #fff;
  color: var(--bajkom-ink);
  font-size: 16px;
  line-height: 1.4;
  box-shadow: none;
}

body.template19 form.form-container textarea {
  min-height: 150px;
  resize: vertical;
}

body.template19 .form-control:focus,
body.template19 input[type="text"]:focus,
body.template19 form.form-container .form-control:focus {
  border-color: var(--bajkom-blue);
  box-shadow: 0 0 0 4px rgba(21, 88, 212, 0.14);
}

body.template19 form.form-container input#mailform-submit {
  min-width: 160px;
  color: #fff;
  background: var(--bajkom-blue);
}

body.template19 .youtube-out > .youtube-responsive {
  float: left;
  width: 48%;
  min-width: 360px;
  max-width: 100%;
  margin: 1%;
}

body.template19 .youtube-responsive {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

body.template19 .youtube-responsive iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* Footer */
body.template19 footer {
  margin-top: 0;
  padding: 22px 0 0 !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 22%, rgba(21, 88, 212, 0.38), transparent 260px),
    linear-gradient(135deg, #031a3a 0%, #05295b 100%);
  color: #fff;
}

body.template19 footer > .container {
  display: block;
  width: min(100% - 48px, 1120px) !important;
  max-width: 1120px !important;
  padding: 0 0 18px !important;
}

body.template19 footer .row {
  margin: 0 !important;
}

body.template19 footer [class*="col-"] {
  padding: 0;
}

body.template19 #footer-contact {
  display: grid !important;
  grid-template-columns: 130px minmax(0, 1fr) !important;
  gap: 24px !important;
  align-items: start !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.template19 #footer-contact::before,
body.template19 #footer-contact::after {
  content: none !important;
}

body.template19 footer h3 {
  margin: 0 !important;
  color: #fff;
  font-size: 22px !important;
  line-height: 1.1 !important;
  text-align: left;
}

body.template19 footer h3::after {
  display: block;
  width: 44px !important;
  height: 2px !important;
  margin: 8px 0 0 !important;
  background: #fff;
  content: "";
}

body.template19 #footer-contact .row {
  display: grid !important;
  grid-template-columns: 230px minmax(0, 1fr) !important;
  gap: 26px !important;
  align-items: start !important;
  margin: 0 !important;
}

body.template19 footer #footer-contact .row > [class*="col-"] {
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 0 !important;
}

body.template19 footer .list-footer-address {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.template19 footer #footer-contact .row > [class*="col-"]:nth-child(2) .list-footer-address {
  grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
  gap: 7px 24px !important;
}

body.template19 footer .list-footer-address li {
  position: relative;
  min-height: 24px !important;
  padding-left: 28px !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  overflow-wrap: anywhere;
}

body.template19 footer #footer-contact .fa {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px !important;
  height: 20px !important;
  margin: 0;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 20px !important;
}

body.template19 footer #footer-contact .row > [class*="col-"]:nth-child(2) .list-footer-address li:last-child {
  grid-column: 1 / -1 !important;
  max-width: none !important;
  margin-top: 5px !important;
  padding-top: 8px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
  color: rgba(255, 255, 255, 0.70) !important;
}

body.template19 footer a {
  color: #fff;
  text-decoration: none;
}

body.template19 footer a:hover,
body.template19 footer a:focus {
  color: var(--bajkom-yellow);
}

body.template19 #footbox {
  padding: 10px 24px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.18);
}

body.template19 #footbox p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px !important;
  line-height: 1.35 !important;
}

/* Cookies visual polish only */
body.template19 #cookiesModal .modal-dialog {
  width: min(920px, calc(100vw - 24px));
  margin: 14px auto;
}

body.template19 #cookiesModal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  box-shadow: var(--bajkom-shadow-strong);
}

body.template19 #cookiesModal .modal-header,
body.template19 #cookiesModal .modal-footer {
  padding: 22px 28px;
}

body.template19 #cookiesModal .modal-body {
  padding: 28px;
}

body.template19 #cookiesModal .modal-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

body.template19 #cookiesModal .modal-footer .btn {
  margin: 0;
}

/* Responsive */
@media (max-width: 1199px) {
  body.template19 .container,
  body.template19 footer > .container {
    width: min(100% - 32px, var(--bajkom-container));
  }

  body.template19 .navbar .navbar-nav > li > a {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
  }

  body.template19 #photogalleries,
  body.template19 .photos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  body.template19 .navbar > .container {
    flex-wrap: wrap;
  }

  body.template19 .logo {
    flex-basis: 220px;
    width: 220px;
  }

  body.template19 .navbar-header {
    flex: 1 1 auto;
  }

  body.template19 #navbar {
    flex: 0 0 100%;
    width: 100%;
    margin: 0;
    text-align: left;
    background: #fff;
  }

  body.template19 .navbar-collapse.collapse.in {
    display: block !important;
  }

  body.template19 .navbar-nav {
    display: grid;
    gap: 4px;
    padding: 8px 0 18px;
  }

  body.template19 .navbar-nav > li {
    display: block;
  }

  body.template19 .navbar .navbar-nav > li > a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 16px;
    font-size: 18px;
    text-align: left;
  }

  body.template19 #motive,
  body#index.template19 #motive,
  body.template19 #motive .container,
  body#index.template19 #motive .container {
    min-height: 390px;
  }

  body#index.template19 .btns-dotaznik {
    width: min(100%, 760px);
    margin: -58px auto 48px;
  }

  body.template19 .section-2-col-right-text > .row,
  body.template19 .section-2-col-left-text > .row {
    display: block;
  }

  body.template19 .section-2-col-right-text > .row > [class*="col-"],
  body.template19 .section-2-col-left-text > .row > [class*="col-"] {
    width: 100%;
  }

  body.template19.rubric #list-pages {
    grid-template-columns: 1fr !important;
    max-width: 680px !important;
  }

  body.template19 #footer-contact,
  body.template19 #footer-contact .row,
  body.template19 footer #footer-contact .row > [class*="col-"]:nth-child(2) .list-footer-address {
    grid-template-columns: 1fr !important;
  }

  body.template19 .youtube-out > .youtube-responsive {
    float: none;
    width: 100%;
    min-width: 0;
    margin: 18px 0;
  }
}

@media (max-width: 767px) {
  body.template19 {
    font-size: 17px;
  }

  body.template19 .container,
  body.template19 footer > .container,
  body.template19 #content,
  body.template19 main {
    width: min(100% - 24px, 100%);
    max-width: 100%;
  }

  body.template19 .row,
  body.template19 #content.row,
  body.template19 footer .row,
  body.template19 .section-container > .row {
    margin-right: 0;
    margin-left: 0;
  }

  body.template19 [class*="col-xs-"],
  body.template19 [class*="col-sm-"],
  body.template19 [class*="col-md-"],
  body.template19 [class*="col-lg-"] {
    min-width: 0;
  }

  body.template19 #motive,
  body#index.template19 #motive,
  body.template19 #motive .container,
  body#index.template19 #motive .container {
    min-height: 330px;
  }

  body.template19 #motive .container,
  body#index.template19 #motive .container {
    width: min(100% - 24px, 100%);
    padding-bottom: 82px;
  }

  body.template19 #motto #motto-title {
    font-size: clamp(58px, 18vw, 78px);
  }

  body.template19 #motto #motto-text {
    font-size: 23px;
  }

  body.template19 .btn.btn-primary.btn-blue {
    min-height: 72px;
    padding: 18px 20px;
    font-size: 25px;
  }

  body.template19 .btn.btn-primary.btn-blue::after {
    flex-basis: 34px !important;
    width: 34px !important;
    height: 34px !important;
    background-size: 13px 3px !important;
  }

  body.template19 .btn.btn-primary.btn-blue::before,
  body#index.template19 .btns-dotaznik .btn-blue::before {
    right: 32px !important;
    width: 13px !important;
    height: 13px !important;
    border-top-width: 3px !important;
    border-right-width: 3px !important;
  }

  body.template19 .section-header,
  body.template19 .section-2-col-right-text,
  body.template19 .section-2-col-left-text,
  body.template19 .section-contact {
    width: 100%;
    padding: 22px 18px;
    border-radius: 18px;
  }

  body.template19.rubric #list-pages .description img {
    height: 220px !important;
  }

  body.template19.article-detail .section-2-col-right-text p,
  body.template19.article-detail .section-2-col-left-text p,
  body.template19.article-detail #mainContent > div:first-child > p,
  body.template19.article-detail #mainContent > div:first-child li,
  body.template19.article-detail .section-blank p {
    font-size: 17px !important;
    line-height: 1.68 !important;
  }

  body.template19.article-detail .section-2-col-right-text {
    padding: 18px !important;
    border-radius: 18px !important;
  }

  body.template19.article-detail .section-cta .btn.btn-primary {
    width: 100% !important;
  }

  body.template19 #photogalleries,
  body.template19 .photos {
    grid-template-columns: 1fr;
  }

  body.template19 form.form-container,
  body.template19 .form-container {
    padding: 20px 16px;
  }

  body.template19 footer {
    padding-top: 28px !important;
  }

  body.template19 footer > .container {
    width: min(100% - 24px, 100%) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.template19 *,
  body.template19 *::before,
  body.template19 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
