h1, h2, h3, h4 {
    color: black;
}

h2 {
    margin-bottom:40px;
}

img.logo-img{
    max-width: none;
    width: 180px;
    height: auto;
}

ul.aproved {
    margin-left: 0;
    padding: 0;
    color:black
}

ul.aproved li {
    background-image: url(../../images/li.svg);
    background-repeat: no-repeat;
    background-position: .2em .2em;
    padding-left: 2em;
    margin-bottom: 8px;
    list-style: none;
}

.dotazy ul.aproved li {
    background-image: url(../../images/dotazy_li.svg);
    background-repeat: no-repeat;
    background-position: .2em .2em;
    padding-left: 2em;
    margin-bottom: 8px;
    list-style: none;
}

a.link_kontakt {
    float: right;
    margin-right: 15px;
}

a.link_kontakt::before {
    content: url(../../images/link_arrow_white.svg);
    top: 6px;
    left: -8px;
    position: relative;
}


.dotazy_text a {
    color:black;
    text-decoration: underline;
    font-weight: bold;
}

.t4-header {
    border: 0;
    background: linear-gradient(280.98deg, #1F62AE 3.97%, #001C5C 97.73%);
    border-bottom: 6px solid #d32f2f;

}

.t4-header .header-block {
    width: 100%;

}

.small-header {
    color: white;
    background-color: #404040;
    font-size: 80%;
    padding: 5px 0;

}


.small-header a{
    color: white;
    
}
.small-header a:hover{
    text-decoration: underline;
}


.small-header a::after{
    content: url(../../images/header_small_arrow.svg);
    top: 3px;
    left: 8px;
    position: relative;
}

.modry_pruh {
    background: linear-gradient(280.98deg, #1F62AE 3.97%, #001C5C 97.73%);
    color: #E3EDFF;
    padding: 30px 0;
    border-radius: 20px;
}

.modry_pruh h3{
    color: white;
}

.uk-scope .uk-card-body {
    padding: 20px 30px !important;
}

.uk-card.uk-card-default {
    background-color: #CEE0F0 !important;
    border-radius: 20px;
    box-shadow: none !important;
    padding: 0 !important;
}

.sluzby_box1 .uk-card.uk-card-default {
    background-color: white !important;
    border-radius: 20px;
    box-shadow: none !important;
    padding: 0 !important;
    border: 1px solid #1F62AE;
}
.tpodpora_schema .btn.btn-primary {
    padding:10px 0;
    width: 100%;
    margin-bottom: 20px;
}

.uk-card.uk-card-default h3 {
    font-size: 26px;
    font-weight: 700;
    color: #1F62AE;
    font-family: roboto;
}

.price_box1 .uk-card.uk-card-default h3 {
    font-size: 26px;
    font-weight: 700;
    color: #1F62AE;
    font-family: roboto;
    width: auto;
    display: block;
    float: right;
}

.price_box1 td {
    color:black;
    padding:0 15px;
    height: 35px;
}

.price_box1 strong {
    font-size: 150%;
}

.price_box1 b {
    font-weight:600 !important;
}

.nadpis {
    float: left;
}

.price {
    line-height: 38px;
    color:black
}

.uk-scope hr {
    border-top: 1px solid white !important;
    opacity: 1 !important;
}

.t4-footer {
    background: white;
}

.t4-footnav {
    line-height: 1.7rem;
    font-size: 14px;
}

.t4-footnav a{
    color:black
}

.t4-footnav a:hover{
    text-decoration: underline;
}
.t4-footnav .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.t4-footnav strong {
    font-weight: bold;
}

.homepage_header {
    width: 1280px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 23%;
    transform: translateX(-50%);
}

.homepage_header h2 {
    font-family: inter !important;
    font-weight: 800 !important;
    font-size: 48px !important;
    text-align: right;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 600px) {  }

.homepage_header a.btn.btn-secondary {
    width: auto;
    margin: 10px;
    text-align: right;
    background: none;
    border: 1px solid white;
}

.card-theme .uk-panel {
    background: linear-gradient(280.98deg, #1F62AE 3.97%, #001C5C 97.73%);
    border-radius: 20px;
    padding: 25px;
    color: white;
}

.card-theme h3 {
    color: white !important;
    font-weight: 700 !important;
    display: block !important;
    min-height: 68px !important;
    margin-top: 0 !important;
}

.card-theme .img-sun {
    top:-5px;
    right:0;
    float: right;
    position: relative;
}

.card-theme p {
    min-height: 100px !important;
}

.card-theme {
    color: white;
}

.price_box1 ul.aproved {
    margin: 0 !important;
    padding: 0 0 0 15px !important;
}

.price_box1 .btn.btn-primary {
    background-color: #1F62AE;
    border-radius: 10px;
    padding: 7px 50px;
    color: white;
}

.card-theme a {
    color: white !important;
    font-size: 15px;
}

.recenze .uk-panel p{
    color: #6C6C6C;
  }

.recenze .uk-panel{
    background-color: white;
     border-radius: 5px;
}

.fancy-quote {
    position: relative;
    font-family: "Neuton", serif;
    font-weight: 400;
    font-size: 19px;
    color: #6C6C6C;
  }
  
  .fancy-quote p {
    margin: 0;
    text-indent: 20px;
    line-height: 26px;
  }
  
  .quote-mark {
    font-size: 1.6em;
    color: #d6231c; /* červená */
    position: absolute;
  }
  
  .quote-mark.left {
    top: -20px;
    left: 0px;
  }
  
  .quote-mark.right {
    bottom: -35px;
    right: 0px;
  }
  
.adresa { 
    font-family: "Neuton", serif;
    text-align: left;
    border-left: 2px solid silver;
    padding-left: 15px;
    color: #959595 !important;
    margin-top: 20px;
}

div.adresa h4 {
    font-family: "Neuton", serif;
    color: #001C5C !important;
    font-size: 15px  !important;
    margin: 0;
}
  

.btn.btn-primary {
    background-color: #1F62AE;
    border-radius: 10px;
    padding: 7px 50px;
}

.btn.btn-secondary {
    background-color: #E3EDFF;
    border-radius: 10px;
    padding: 5px 25px;
    border:0;
    color: black;
}

a.arrow {
    margin-right: 30px;
    margin-left: 6px;
}

a.arrow::before {
    content: url(../../images/link_arrow.svg);
    top: 6px;
    left: -8px;
    position: relative;
}

.item-101 .t4-main-body, .item-123 .t4-main-body, .item-109 .t4-main-body, .item-116 .t4-main-body, .item-115 .t4-main-body, .item-108 .t4-main-body, .item-112 .t4-main-body, .item-110 .t4-main-body, .item-114 .t4-main-body {
    display: none;
}


.dotazy {
    background-image: url(../../images/dotazy.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: right center;
    list-style: none;
    max-width: 850px;
    min-height: 250px;
    border-radius: 20px;
    color: white;
    text-align: left;
    padding: 30px;
    display: block;
}

.dotazy h4{
        color: white;
}

.dotazy li{
    background-image: url(../../images/li_dotazy.svg);
    color: white;
}

.dotazy a{ 
    color:white;
}

.dotazy_text  {
    color: black;
}

.dotazy_text b {
    color:#1F62AE;
    font-weight: 600;
}

.radek {
    display: flex;
    justify-content: space-between; 
    align-items: center;       
    font-weight: bolder;     
}
.vlevo {}
.vpravo {}

.table-price table {
    --t4-table-accent-bg:rgba(0, 0, 0, 0.0); 
}

.table-price {
    border-radius: 7px;
    display:inli;
    border-right:7px solid #1F62AE;
    border-left:7px solid #1F62AE;
}

  
.table-price thead th {
    background-color: #f9f9f9;
    font-weight: bold;
    padding: 0.5rem 1.5rem;
}
  
.table-price tbody tr td {
    vertical-align: middle;
    padding: 0.5rem 1.5rem;
    font-size: 16px;
    background-color: white;
}
  
.table-price tbody tr td:first-child {
    color: #d32f2f; /* červená */
}


.uk-scope .uk-tab > * {
    padding-left: 0 !important;
}
.uk-scope .uk-tab {
    margin-left: -20px !important;
    padding: 0 0 0 40px !important;
}

.uk-scope *+.uk-h6 {
    margin-top:10px !important;
    text-align: center !important;
    font-weight: bold !important;
}

.uk-tab > li > a {
    background: white;
    border: 1px solid #ccc !important;
    border-bottom: none !important;
    padding: 10px 28px !important;;
    margin-right: 10px !important;;
    font-size: 1.1rem;
    color: #555;
    text-decoration: none;
    border-radius: 6px 6px 0 0;
    transition: background 0.2s, color 0.2s;
    outline: none !important;
    box-shadow: none !important;
}

.uk-tab > li.uk-active > a,
.uk-tab > li.uk-active > a:focus,
.uk-tab > li.uk-active > a:active {
    background: #e6e6e6 !important;
    color: #000 !important;
    font-weight: 600;
    border: 1px solid #ccc !important;
    border-bottom: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.uk-tab > li.uk-active > a {
    background: #e6e6e6;
    color: #000;
    font-weight: 600;
    border: 1px solid #ccc;
    border-bottom: none;
    outline: none;
    box-shadow: none !important;
}

.uk-tab > li > a:hover {
    background: #f5f5f5;
    color: #000;
}

.uk-tab {
    border-bottom: 0px solid #ccc;
}

.box_tpodpora {
    background: linear-gradient(280.98deg, #1F62AE 3.97%, #001C5C 97.73%);
    border-radius: 10px;
    padding: 25px 40px;
    color: #FFFFFF;
    font-size: 85%;
}


.box_tpodpora h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
    display:block;
    height: 70px;
}

.box_tpodpora  a{
    color: #FFFFFF;
    font-weight: 400;
}

.tpodpora_schema {
    max-width: 70%;
    margin: 0 auto;
}

.custom-narrow {
    max-width: 950px; /* nebo 800px, 720px, podle potřeby */
    margin: 0 auto;
}

.btn-speedtest {
    background-color: #E30613;
    color: white; /* text barva */
    border: none;
    border-radius: 10px;
    padding: 8px 25px;
  }
  
  .btn-speedtest:hover {
    background-color: #c10510; /* tmavší při hoveru */
    color: white;
  }

.item-109 .uk-panel {
    margin-bottom: 0 !important;
    font-weight: 600;
    margin-top: 5px !important;
}

.convertforms .cf-input  {
    border:0;
}

.convertforms .cf-btn  {
    margin-top: 20px;
    background-color: #d32f2f;
    color:white;
}

.modry_pruh a{
    color:white;
}

.t4-off-canvas-header .logo-img {
    display: none;
}

.c-offcanvas.is-open {
    background: #2B62A7;
}

.t4-offcanvas .t4-off-canvas-body .navbar .nav-item {
    border-bottom: 1px dotted #001C5C;
}

.t4-offcanvas .t4-off-canvas-body .navbar .nav-link, .t4-offcanvas .t4-off-canvas-body .navbar .separator {
    color: rgb(233, 221, 255);
}

.t4-offcanvas .t4-off-canvas-header {
    background: none; 

}


@media screen and (max-width: 600px) {  }