/*-----------------------------------------------------------------------------------

  Theme Name: onLajnem.cz
  Theme URI:
  Description: Sablona pro web onLajnem.cz
  Author: Jan Kafka
  Author URI:
  License:
  License URI:
  Version: 1



-----------------------------------------------------------------------------------*/
  :root {
    --c-white: #ffffff;
    --c-ink: #0d1228;
    --c-muted: #726b7d;
    --c-primary: #0c5ea0;
    --c-accent-orange: #ea7010;
    --c-accent-blue: #26b3f2;
    --c-sky: #219be4;
    --c-ink-blue: #0a208f;
    --c-cta-violet: #3b21b1;
    --c-lavender: #f6f3fe;
    --c-line: #ebf1fd;
    --c-navy: #0d1228;
  }
html {
    /* Výška tvého menu (např. 80px) + nějaká rezerva (např. 20px) */
    scroll-padding-top: 140px;

    /* Volitelně: zajistí plynulý posun namísto okamžitého skoku */
    scroll-behavior: smooth;
}
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height:28px;
  color: #726B7D;
  font-size: 16px;
  text-align: justify;
  margin-top: 130px;
}
main{
  margin-bottom:100px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #0D1228;
  text-align:center;
}
h1 {
    font-size: 73px;
    line-height:110px;
}
h2 {
    font-size: 48px;
    line-height:60px;
}
h3 {
    font-size: 24px;
    line-height:36px;
}
h4 {
    font-size: 24px;
    line-height:36px;
}
h5{
    font-size: 24px;
    line-height:36px;
}
h6 {
    font-size: 24px;
    line-height:36px;
}


a,
a:active,
a:focus,
a:visited {
  color: var(--c-muted);
  text-decoration: none;
}
a:hover {
  color: var(--c-accent-blue);
}
img{
  max-width:100%;
  height:auto;
}


li{
  text-align:left;
}
.header-holder{
  position:fixed;
  top:0;
  left:0;
  right:0;
  background-color:#ffffff;
  z-index: 1000;
}
.header-black {
  background-color:#0D1228;
  color:#ffffff;
  padding-top:11px;
  padding-bottom:11px;
}
.header-black i{
  color:#26B3F2;
  padding-right:5px;
}
.header-black a{
  color:#ffffff;
}
.header-black .pipe{
  padding-left:10px;
  padding-right:10px;
}
.header-holder > .container{
  position: relative;
}
.admin-bar .header-holder{
  top:32px;
}
.logo {
  z-index:20;
}
.logo img{
  width:222px;
  position:relative;
  margin-top:12px;
  margin-bottom:8px;
}
.hp-slider {
  /*min-height:650px;*/
  background: linear-gradient(180.33deg, #FFFFFF 40.57%, #219BE4 69.63%, #0D1228 96.48%);
  position:relative;
  margin-bottom: 150px;
}
.hp-slider:after{
  content: " ";
  display: block;
  width: 300px;
  aspect-ratio: 376/197;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  bottom: -81px;
  background-image: url('images/Banner_bg.png');
  left: 50%;
  translate: -50%;
  background-position: center center;
  background-size: contain;
}
.hp-slider .professionals{
  background-image: url('images/professionals.png');
  aspect-ratio: 800/795;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.hp-slider > .container-fluid,
.hp-slider > .container-fluid > .row,
.hp-slider .row >div{
  height:100%;
}
.hp-slider .t1{
  color:#0C5EA0;
  text-transform:uppercase;
  font-size:20px;
  font-weight:bold;
  margin-bottom:20px;
  text-align:left;
  letter-spacing:20%;
  margin-top: 150px;
}
.hp-slider h1{
  font-weight:600;
  font-size:64px;
  line-height:73px;
  color:#0D1228;
  text-align:left;
}
.hp-slider h1 > span{
  font-weight:700;
  font-size:100px;
  line-height:110px;
  color:#0c5ea0;
}
.hp-slider p{
  font-size:22px;
  line-height:32px;
  font-weight:700;
  color:#0D1228;
  text-align:left;
  margin-bottom:25px;
}
.hp-slider .buttons a{
  color:#ffffff;
  padding:15px 25px;
  border-radius:10px;
  font-size:24px;
  font-weight:700;
  line-height:34px;
  display: block;
  text-align: center;
}
.hp-slider .left-button a{
  background-color:#EA7010;
}

.hp-slider .right-button a{
  background-color:#26B3F2;
}
.blue-button,
.blue-button:active,
.blue-button:visited,
.blue-button:focus{
  color:#ffffff;
  padding:15px 25px;
  border-radius:10px;
  font-size:24px;
  font-weight:700;
  line-height:34px;
  display: block;
  text-align: center;
  background-color:#26B3F2;
}
.form-kontakt input[type="submit"]:hover,
.hp-slider .left-button a:hover,
.hp-slider .right-button a:hover,
.blue-button:hover{
  color:var(--c-muted);
}
.co-resi{
  padding-bottom: 50px;
}
.pre-title{
  text-align:center;
  color:#26B3F2;
  text-transform:uppercase;
  font-weight:700;
}
.after-title{
  font-size:110%;
}
.co-resi h2{
  margin-bottom:50px;
}
.co-resi h3{
  text-align:left;
}
.co-resi h3 i{
  color:#EA7010;
  margin-right:10px;
}
.co-resi-item{
  margin-bottom:25px;
}
.co-resi-item p{
  padding-left:25px;
  padding-right:25px;
  text-align:left;
}
.button-top-menu-open {
  color: #333;
  height: 64px;
  padding-inline:16px;
  transition: color .5s ease-out;
  width: 80px;
  background-color:rgba(0,0,0,0);
  border-width:0;
  position:absolute;
  top:5px;
  right:0;
  z-index:20;
}
.container-top-menu-open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 14px;
}
.hlavni-sluzby{
  background: linear-gradient(157.15deg, #F6F3FE 14.83%, #0C5EA0 104.98%);
  padding-top:80px;
  padding-bottom:80px;
}
.hlavni-sluzby h2{
  margin-bottom:50px;
}
.hlavni-sluzby .sluzby-inner{
  background-color:#ffffff;
  border-radius:15px;
  padding: 32px 40px 60px;
  position:relative;
  transition: all .5s ease;
  height: 100%;
}
.hlavni-sluzby-inner .sluzby-item{
  margin-bottom:15px;
}
.hlavni-sluzby .tag{
  color:#fff;
  display:block;
  position:absolute;
  right:0;
  top:0;
  background-color:#726B7D;
  padding:5px 15px;
  border-radius: 0 15px;
}
.hlavni-sluzby h3{
  text-align:left;
}
.hlavni-sluzby .sluzby-item p{
  text-align:left;
}

.hlavni-sluzby-inner a:hover .sluzby-inner{
  background: linear-gradient(180deg, var(--c-primary) 0%, #0a4c84 100%);

}
.hlavni-sluzby-inner a:hover .sluzby-inner span{
  background-color:#ffffff;
  color:var(--c-muted);
}
.hlavni-sluzby-inner a:hover .sluzby-inner h3{
  color:#ffffff;
}
.hlavni-sluzby-inner a:hover .sluzby-inner p{
  color:#ffffff;
}


#top-menu-control.show .line-1{
top: 29px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#top-menu-control.show .line-2{
  display:none;
}
#top-menu-control.show .line-3{
  top: 29px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#top-menu-control.show .svg-line {
  left: 0;
  top: 0;
webkit-backdrop-filter:unset;
  backdrop-filter: unset;
  fill: #333;
}
.svg-rect {
  fill: #333;
}
.navbar-container{
  position: absolute;
  background-color: #fff;
  z-index: 10;
  top: 0;
  right: 0;
  padding: 95px 25px 25px 25px;
  width: 250px;
  transition-duration: 500ms;
  transform: translate(0%, -100%);

}
#top-menu-control.show .navbar-container{
  transform: translate(0px);
}
#menu-top-menu li a {
  font-size:18px;
  font-optical-sizing: auto;
  font-weight: 400;
}
#top-menu-control.show  svg.svg-line:first-of-type{
  rotate: 0 0 1 45deg;
  transform: translate(0px,6px);
}
#top-menu-control.show  svg.svg-line:last-of-type{
  rotate: 0 0 1 -45deg;
  transform: translate(0px,-6px);
}
.menu-backdrop{
  height: 100svh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -2;
  display:none;
  background-color: rgba(0, 0, 0, 0);
}
#top-menu-control.show  .menu-backdrop{
  display:block;
  background-color: rgba(80,80,80,.60)
}
.top-social-box{
  text-align:center;
}
.header .social-link{
  margin-top:12px;
  margin-right:25px;
  display:inline-block;
  position: relative;
  z-index: 20;
}
.header .social-link i{
  font-size:32px;
}
.responsive-container {
    width: 100%;
    position: relative;
}
.responsive-container .dummy {
    padding-top: 100%;
}
.img-container {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    font: 0px/0 a;
    position: absolute;
}
.img-container::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.img-container img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
}
.hp-top .dummy,
.dummy.dummy-4-3 {
    padding-top: 75%;
}
.hp-top .hp-top-img > div{
    background-size:cover;
    background-position: center center;
    height:100%;
    background-repeat:no-repeat;
}
.hp-top{
    padding-top:25px;
}
.hp-top .top-text{
    padding-top:25px;
}
input, button, select, optgroup, textarea {
  max-width: 100%;
  width: 390px;
}
input.wpcf7-form-control.wpcf7-submit,
a.button{
    font-size:20px;
    color:#fff;
    background-color:var(--c-accent-orange);
    transition: all .5s;
    display: block;
    padding: 4px 15px;
    border:1px solid #fff;
    text-align:center;
    min-width:200px;
    margin-left:auto;
    margin-right:auto;
    margin-top:25px;
    margin-bottom:25px;
    font-weight:700;
}

iframe{
  max-width:100%;
}
footer{
  margin-top:50px;
}
.footer-main{
  background: linear-gradient(180.75deg, #FFFFFF 10%, #219BE4 50.35%, #0D1228 93.4%);
  margin-top: 120px;
}
.footer-divider, .footer-divider .row {
  overflow: visible !important;
}
.footer-divider .col-12{
  height:15px;
  position:relative;
}
.footer-cta{
  top:-100px;
  position:relative;
}
.footer-cta>div>div{
  background-color: #0C5EA0;
  padding-top:50px;
  padding-bottom:50px;
  border-radius:15px;
}
.footer-cta h3,
.footer-cta p{
  color:#ffffff;
  text-align:left;
}
.footer-cta h3{
  font-size:48px;
  line-height:64px;
  margin-bottom:25px;
}
.footer-cta a {
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  text-transform:uppercase;
  background-color: #EA7010;
  margin-top:70px;
  display: block;
  text-align: center;
}
.no-cta{
  height:100px;
}
.scroll-top{
  content:" ";
  display:block;
  background-image: url('images/back-button.png');
  width:68px;
  height:68px;
  position:absolute;
  left:calc( 50% - 34px);
  top:-40px;
  background-position:center center;
  background-repeat:no-repeat;
  border-radius: 50%;
  cursor:pointer;
  z-index: 9999;           /* Aby bylo vždy nahoře */
  pointer-events: auto;
}
footer h4{
  color:#ffffff;
  position:relative;
  text-align:left;
  margin-bottom:40px;
}
footer h4:after{
  display:block;
  position:absolute;
  left:0;
  bottom:-10px;;
  width:83px;
  height:2px;
  background-color:#0C5EA0;
  content:" ";

}
footer p,
footer a,
footer a visited,
footer a active{
  color:#ffffff;
}
.footer-column-1 p{
  text-align:left;
}
footer p i {
  margin-right:8px;
}

.subfooter{
  background-color:#0D1228;
  padding-top:16px;
  padding-bottom:16px;
}

footer .gdpr,
footer .gdpr a,
footer .copy,
footer .copy a{
  text-align:center;
  color:#fff;

}
footer .copy{
  text-align:center;
}
footer .gdpr,
footer .gdpr a{
  text-align:center;
  font-size:12px;
}
footer .gdpr a{
  margin-right:10px;
  margin-left:10px;
}



.no-margin{
  margin-bottom:0;
}




.moove-gdpr-info-bar-container button,
.gdpr_lightbox-container button,
#moove_gdpr_save_popup_settings_button{
  max-width:unset;
  width:unset;
}
.navbar-toggler{
  max-width:unset;
  width:unset;
  margin-left: auto;
  margin-right:0;
  margin-top:10px;
}
.page-header h1{
  margin-bottom:30px;
  margin-top: 30px;
}
.archive-item{
  margin-bottom:50px;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: none;
  color: #333;
  text-shadow: none;
  text-align:center;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption)::before {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  content: "";
  height: 100%;
  -webkit-mask-image: none;
  mask-image: none;
  max-height: 0;
}
.advantages-list{
  margin-bottom:50px;
}
.advantages-list li{
  color:#0d1228;
}
.advantages-list i{
  color:#ea7010;
  font-size:26px;
}
.hp-slider .buttons{
  margin-bottom:100px;
}

.resi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 20px;
}
.border-box-light{
  background: #fff;
  border: 2px solid var(--c-line);
  border-radius: 18px;
  padding: 40px 44px;
}
.resi-card {
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 18px;
  padding: 40px 44px;
  display: flex;
  gap: 28px;
  align-items: flex-start;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.resi-card .num {
  flex: none;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c-primary), var(--c-accent-blue));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 22px;
}
.resi-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px -30px rgba(10,32,143,.25);
  border-color: rgba(38,179,242,.4);
}
.bg-lavender{
  position: relative;
  background: linear-gradient(180deg, var(--c-lavender) 0%, #d7e2f2 100%);
  padding: 130px 0 140px;
  overflow: hidden;
}
.bg-lavender::before, .bg-lavender::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.bg-lavender::before {
  width: 600px;
  height: 600px;
  left: -180px;
  top: 200px;
  background: radial-gradient(circle, rgba(100,97,252,.20), rgba(100,97,252,0) 70%);
}
.bg-lavender::after {
  width: 520px;
  height: 520px;
  right: -120px;
  bottom: 100px;
  background: radial-gradient(circle, rgba(38,179,242,.30), rgba(38,179,242,0) 70%);

}
.bg-white-block>div,
.checklist-block-white>div,
.price-block-white>div{
  background-color:#ffffff;
  border-radius:15px;
  padding:50px 50px;
  z-index: 1;
  margin-bottom:25px;
  height: 100%;
}
.bg-blue-block>div,
.checklist-block-blue>div,
.price-block-blue>div{
  background: linear-gradient(180deg, var(--c-primary) 0%, #0a4c84 100%);
  border-color: var(--c-primary);
  color: #fff;
  border-radius:15px;
  padding:50px 50px;
  z-index: 1;
  margin-bottom:25px;
  height: 100%;
}
.price-block-blue>div:before{
  content:"Nejčastější volba";
  display:block;
  position: absolute;
  top: -14px;
  right: 32px;
  background: var(--c-accent-orange);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 8px 16px;
  border-radius: 20px;
}
.checklist-block-white>div,
.price-block-white>div{
  border: 1px solid var(--c-line);
}
.checklist-block-blue h3,
.price-block-blue h3{
  color:#ffffff;
}

.price-block-blue h4{
  color:#ffffff;
  font-size:28px;
  line-height: 36px;
}

.price-block-white h4{
  color: var(--c-primary);
  letter-spacing: -.02em;
  line-height: 1.05;
  white-space: nowrap;
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding:0;
  margin-top: 40px;
}
.chips li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px 10px 38px;
  border: 1.5px solid var(--c-line);
  border-radius: 30px;
  background: #fff;
  font-weight: 600;
  font-size: 16px;
  color: var(--c-ink);
  transition: all .2s ease;
  position:relative;
}
.chips li:before {
  content:"+";
  display:block;
  width:16px;
  height:30px;
  position:absolute;
  left:22px;
  top:10px;
  color: var(--c-accent-blue);
  font-weight: 800;
}
.chips li:hover {
  border-color: var(--c-accent-blue);
  background: #eaf6fd;
  transform: translateY(-2px);
}
.timeline::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 6%;
  right: 6%;
  height: 2px;
  background: repeating-linear-gradient( 90deg, var(--c-accent-blue) 0, var(--c-accent-blue) 10px, transparent 10px, transparent 20px );
  opacity: .55;
  z-index: 0;
}
.step-bubble {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--c-accent-blue);
  color: var(--c-primary);
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 30px;
  box-shadow: 0 12px 30px -10px rgba(38,179,242,.45);
}
.timeline div:nth-child(even) > .step-bubble {
  border-color: var(--c-accent-orange);
  color: var(--c-accent-orange);
}
.step-content{
  min-height:85px;
}
.step-meta {
  margin-top: 14px;
  font-weight: 700;
  font-size: 12px;
  color: var(--c-accent-blue);
  text-transform: uppercase;
  letter-spacing: .12em;
  text-align:center;
}
.bg-lavender-gradient-down {
  padding: 75px 0 75px;
  background: linear-gradient(180deg, #fff 0%, #f4f7fc 100%);
  position: relative;
}
.contact-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s ease;
  border: 2px solid var(--c-primary);
  color: var(--c-primary);
  background: transparent;
}
.contact-button a:hover {
  background: var(--c-primary);
  color: #fff;
}
.price-block-blue .contact-button a {
  background: var(--c-accent-orange);
  border-color: var(--c-accent-orange);
  color: #fff;
}
.price-block-blue .contact-button a:hover {
  background: #c55f0e;
  border-color: #c55f0e;
}
.white-dotted-box > div > div{
  margin-top: 20px;
  background: #fff;
  border: 1px dashed var(--c-primary);
  border-radius: 22px;
  padding: 36px 50px;
}
.checklist-block-pretitle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--c-lavender);
  color: var(--c-primary);
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 24px;
}
.checklist-block-white .checklist-block-pretitle:before{
  content: "\F585";
  font-family: "bootstrap-icons";
  display: inline-block;
  margin-right: 0px; /* mezera mezi ikonou a textem */
  vertical-align: middle;
}
.checklist-block-blue .checklist-block-pretitle:before{
  content: "\F3E8";
  font-family: "bootstrap-icons";
  display: inline-block;
  margin-right: 0px; /* mezera mezi ikonou a textem */
  vertical-align: middle;
}

.checklist-block-blue .checklist-block-pretitle {
  background: rgba(255,255,255,.16);
  color: #fff;
}
.checklist-block-white ul,
.checklist-block-blue ul{
  padding-left:0;
  list-style:none;
}
.checklist-block-white li{
  display: flex;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--c-line);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: var(--c-ink);
}
.checklist-block-white li:before{
  content: "\F26E";
  font-family: "bootstrap-icons";
  display: inline-block;
  margin-right: 0px; /* mezera mezi ikonou a textem */
  vertical-align: middle;
  flex: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--c-accent-orange);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.checklist-block-blue li{
  display: flex;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 17px;
  line-height: 1.5;
}
.checklist-block-blue li:before{
  content: "\F26E";
  font-family: "bootstrap-icons";
  display: inline-block;
  margin-right: 0px; /* mezera mezi ikonou a textem */
  vertical-align: middle;
  flex: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--c-accent-blue);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.i-icon{
  text-align:center;
}
.i-icon:before{
  content:"\F431";
  font-family: "bootstrap-icons";
  display: inline-block;
  margin-right: 0px;
  vertical-align: middle;
  flex: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--c-lavender);
  color: var(--c-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size:40px;
}
#menu-footer-sluzby{
  padding-left:0;
  list-style:none;
}
#menu-footer-sluzby li:before{
  content:"\F280";
  font-family: "bootstrap-icons";
  display: inline-block;
  margin-right: 5px;
  vertical-align: bottom;
  color: #ffffff;

}
#menu-footer-sluzby a{
  color:#ffffff;
}
#menu-footer-sluzby a:hover {
  color: var(--c-accent-blue);
}
.footer-logo{
  margin-bottom:50px;
}



.thmb-container{
  background-position:center center;
  background-repeat:no-repeat;
  background-size:contain;
  aspect-ratio:4/3;
}
.reference-item{
  margin-bottom:15px;
  z-index:100;
}
.reference-inner{
  background-color:#ffffff;
  border-radius:15px;
  padding:15px;
  height:100%;
}
.reference-inner {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  vertical-align: middle;
}
.reference-inner:hover{
  transform:scale(1.03);
}
.reference-inner h2{
  font-size: 22px;
  line-height: 34px;
}
.form-kontakt{

}
.form-kontakt .typ-sluzby{
  display:grid;
}
.form-kontakt .typ-sluzby .wpcf7-list-item{
  display:grid-item;
}
.form-kontakt  input[type="radio"],
.form-kontakt  input[type="checkbox"]{
  width: unset;
}
.form-kontakt .wpcf7-radio .wpcf7-list-item{
  border: 2px solid var(--c-accent-blue);
  border-radius: 20px;
  padding: 5px 10px;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
.form-kontakt .second-row label{
  width:100%;
  font-weight:700;
}
.form-kontakt input[type="text"],
.form-kontakt input[type="email"],
.form-kontakt input[type="tel"],
.form-kontakt textarea,
.form-kontakt input[type="url"]{
  width:100%;
  border: 2px solid var(--c-accent-blue);
  border-radius: 5px;
  padding: 5px 10px;
}
.form-kontakt sup{
  color:#e00;
}
.form-kontakt a{
  color:var(--c-accent-blue);
}
.form-kontakt a:hover{
  color:var(--c-primary);
}
.form-kontakt input[type="submit"]{
  border-radius: 10px;
  margin-left: 0;
  margin-right: auto;
  min-width: unset;
  width: auto;
  padding: 15px 25px;
  font-size:24px;
  font-weight:700;
  line-height:34px;
}
.form-kontakt input[type="submit"]:before{
  content:"\F280";
  font-family: "bootstrap-icons";
  display: inline-block;
  margin-right: 5px;
  vertical-align: bottom;
  background-color: #ffffff;
  color:var(--c-accent-orange);
}
.wpcf7-acceptance{
  text-align:left;
}
.footer-contact-photo{
  max-height:150px;
  width:auto;
  margin-bottom:5px;
}
.footer-column-3 h5{
  color:#ffffff;
  font-size:18px;
  line-height: 24px;
  margin: 0;
}
@media (min-width: 1400px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 768px)  AND (max-width:991px) {

}
@media (min-width: 992px) {
  #menu-top-menu{
    width: 100%;
    text-align: right;
    justify-content: right;
  }
  #menu-top-menu li{
    padding: 10px 15px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .header-holder{
    top:46px;
  }
}
@media (min-width: 768px) {
  .hlavni-sluzby .sluzby-inner{
    height: 100%;
  }
}
@media (min-width: 576px) {

}
@media (max-width: 1399px) {
 #wpcf7-f86-p10-o1 input[type="text"],
 #wpcf7-f86-p10-o1 input[type="tel"],
 #wpcf7-f86-p10-o1 input[type="email"]{
   width:100%;
 }
}
@media (max-width: 1199px) {
  #menu-top-menu li a {
    font-size: 18px;
  }
  .hp-top .hp-top-img > div {
    height: 60vw;
  }
  .hp-slider .t1 {
    font-size: 16px;
    margin-top: 50px;
  }
  .timeline::before {
    display:none;
  }
}
@media (max-width: 991px) {
  footer .author,
  footer .copy{
    text-align:center;
  }
  .navbar-collapse{
    position: absolute;
    left: 0px;
    width: 100%;
    top: 77px;
  }
  .navbar{
     position:static;
  }
  .navbar-nav{
     padding:10px;
     background-color:#e7e7e7;
  }
  body {
    margin-top: 110px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .hp-slider h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .hp-slider h1 > span {
    font-size: 40px;
    line-height: 50px;
  }
  .hp-slider p {
    font-size: 18px;
    line-height: 26px;
  }
  .hp-slider .buttons a {
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    display: block;
    text-align: center;
    margin-bottom:15px;
  }
  .co-resi h2 {
    margin-bottom: 30px;
    font-size:30px;
    line-height:36px;
  }
  h3{
    font-size:18px;
    line-height:26px;
  }
  .footer-cta h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-cta p {
    padding-left:15px;
    padding-right:15px;
  }
  .footer-cta a {
      padding: 10px 15px;
      border-radius: 10px;
      font-size: 18px;
      line-height: 24px;
      margin-top: 30px;
      display: block;
      text-align: center;
      margin-left: auto;
      margin-right: auto;

  }
  .archive h2,
  .single h2{
    font-size:30px;
    line-height:36px;
  }
  .footer-logo {
    margin-bottom: 25px;
  }
  .bg-white-block > div, .checklist-block-white > div, .price-block-white > div {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 15px 15px;
    z-index: 1;
    margin-bottom: 25px;
    height: 100%;
  }
  .bg-blue-block > div, .checklist-block-blue > div, .price-block-blue > div {
    background: linear-gradient(180deg, var(--c-primary) 0%, #0a4c84 100%);
    border-color: var(--c-primary);
    color: #fff;
    border-radius: 15px;
    padding: 15px 15px;
    z-index: 1;
    margin-bottom: 25px;
    height: 100%;
  }
  .white-dotted-box > div > div {
    margin-top: 20px;
    background: #fff;
    border: 1px dashed var(--c-primary);
    border-radius: 22px;
    padding: 15px 15px;
  }
  .border-box-light {
    padding: 15px 15px;
  }
  .archive .reference-item h2{
    font-size:20px;
    line-height:26px;
  }
  .resi-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 20px;
  }
  .resi-card {
    padding: 15px 15px;
    display: flex;
    gap: 28px;
    align-items: flex-start;
  }
  .price-block-blue,
  .price-block-white{
    margin-bottom:15px;
  }
  .checklist-block-white,
  .checklist-block-blue{
    margin-bottom:15px;
  }
  #kontaktni-formular h2{
    font-size:30px;
    line-height:36px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .footer-contact-detail{
    margin-bottom:25px;
  }
  .footer-cta a {
      width: 245px;
  }
  .step-content {
    min-height: unset;
  }
  .center-xs>p{
    text-align:center !important;
  }
}
@media (max-width: 575px) {
  body{
    font-size:14px;
  }
  input, button, select, optgroup, textarea {
    width: 100%;
  }
  .menu .social-link {
    margin-top: -20px;
  }
  .header .top-social-box {
    text-align: left;
    padding-right: inherit;

  }
  .menu .social-link:last-of-type{
    margin-right:0;
  }
  .logo {
    text-align: center;
  }
  .logo img {
    height: auto;
    margin-top: 7px;
    margin-bottom: 5px;
  }
  .logo h1 {
    font-size: 16px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 10px;
  }
  .navbar-toggler {
    margin-top: 0px;
  }
  .header .social-link {
    margin-top: 2px;
    margin-right: 15px;
  }

  .navbar-collapse{
    top: 58px;
  }

  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0;
    width: 100%;
  }
  .header-black {
    font-size: 12px;
  }
}






/* cookie lista */
.gdpr_lightbox {
  z-index: 19990 !important;
}
aside#moove_gdpr_cookie_info_bar {
  position: fixed;
  bottom: 20%;
  left: 20%;
  width: 60%;
  min-height: 60px;
  max-height: unset;
  color: #333;
  z-index: 19900;
  background-color: #fff;
  border-top: none;
  right: 20%;
  top: 20%;
}
aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  display: block;
}
aside#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
  border: 2px solid var(--c-primary);
  border-radius:15px;
}
aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  display: -ms-block;
  display: block;
}
aside .moove-gdpr-cookie-notice  {
  margin-bottom: 50px;
}

aside#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn {
  top: 15px;
  right: 15px;
  position: absolute;

}
aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  display: flex;
  height: 100%;
  align-items: center;
}
aside .cookie-settings button{
  background-color: #75c432;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 150px;
  padding: 8px 30px;
  transition: all .3s ease;
  border: none;
  display: inline-block;
  margin: 3px 4px;
  white-space: nowrap;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
}

aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container
.mgbutton.moove-gdpr-infobar-reject-btn.gdpr-fbo-1 {
background-color: transparent;
  box-shadow: inset 0 0 0 1px #333;
  opacity: .7;
  color: #f43940;
  }
#cookie_policy_modal .moz-signature {
  font-size:16px;
}

@media (min-width: 1200px) {

    aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
      font-size:18px;
      line-height:24px;
    }
}

@media (max-width: 767px) {

    aside#moove_gdpr_cookie_info_bar {
      position: fixed;
      bottom: 20%;
      left: 5%;
      width: 90%;
      min-height: 60px;
      max-height: unset;
      color: #333;
      z-index: 19900;
      background-color: #fff;
      border-top: none;
      right: 20%;
      top: 20%;
    }
    aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
      padding-left: 10px;
      padding-right: 10px;
    }
}
