﻿h1, h2, h3, h4, h5, h6,
.sppb-addon-title,
.sppb-addon-heading h1,
.sppb-addon-heading h2 {
  font-family: "bc-sklonar", serif !important;
  font-weight: 400;
}
h4, h5, h6 {
  font-weight: 300;
}
h2, h3 {
  font-weight: 400;
}
h1 {
  font-weight: 600;
}
/* Extra důraz */
strong, b,
.sppb-addon-title strong {
  /* font-family: "bc-sklonar", serif !important; */
  font-weight: 700;
}
/* TEXT – Geist */
body, .sppb-text, .sppb-addon-text-block {
  font-family: "Geist", sans-serif !important;
  font-weight: 400;
}




/* obsah */
html {
  scroll-behavior: smooth !important;
}
#sp-header>.container-fuild {
    border-bottom: 0px;
}
.article-intro-image img {
    border-radius: 65px;
}
.article-full-image img {
    border-radius: 65px;
}
.view-article #sp-main-body .related-article-list-container {
    display: none !important;
}
.view-category #sp-main-body .article-list .article .article-body {
    padding-right: 30px;
}
body .sppb-btn, body .btn {
    padding: 12px 43px;
    text-transform: none
}
.cc-trigger.cc-trigger-icon svg {
    width: 35px !important;
    fill: #000000;
}
.article-header h1 {
    max-width: clamp(35ch, 70%, 59ch) !important;
}
@media (max-width: 1199px) {
    .view-article #sp-main-body .article-details .article-header h1, .view-article #sp-main-body .article-details .article-info-wrap {
        padding-left: 20px;
    }
}


/* menu */
#modal-menu.has-bg {
    background-image: url(../images/menu-bg.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right center;
    background-color: white;
}
#modal-menu ul.sp-megamenu-parent>li>a, #modal-menu ul.sp-megamenu-parent>li>span {
    font-family: 'bc-sklonar';
    font-size: 5em;
    font-weight: 400;
}
.sp-megamenu-parent>li:last-child>a {
    padding: 0 40px; "important";
}
.sppb-button-wrapper a {
    color: white !important;
}
.eleva-accordion-default .sppb-panel-faq {
    border-bottom: 1px solid #eeeeee;
}
.eleva-accordion-default {
    border-top: 1px solid #ffffff;
}
.eleva-accordion-default .sppb-panel-faq .sppb-panel-title {
    font-family: 'bc-sklonar';
}




/* form */
.convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
    padding: 0px !important;
}


/* error */
html.error-page .error-logo {
    width: 200px !important;
}
html.error-page .error-message {
    font-size: 40px !important;
    text-align: center !important;
    max-width: 100% !important;
    margin-bottom: 0px !important;
    margin-left: 0% !important;
    font-family: monospace !important;
}

html.error-page .error-code {
    color: #000000 !important;
    text-align: center !important;
    margin-bottom: 40px !important;
    font-family: monospace !important;
}
html.error-page .btn.btn-secondary {
    background: #c28c31 !important;
    padding: 15px 40px !important;
}

