@charset "UTF-8";

/*
	Theme Name: FF3D Factory
	Author: Michal Hančil
	Author URI: https://michalhancil.cz/
	Description: Toto je šablona navržená na míru pro vaše potřeby. Pro úpravy či asistenci se obraťte na Michala Hančila, autora šablony.
	Version: 2.49
	Requires PHP: 8
*/

:root {
    --limetka: #c7d301;
    --seda: #494948;
    --svetla: #f7f7f6;
}

a:focus,
a:active,
button,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none !important;
    outline: 0 !important;
}

:focus {
    outline: none !important;
}

.wpcf7-form-control:focus-visible,
.wpcf7-form-control-wrap:focus,
.nav-link:focus-visible {
    outline: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}

#rank-math-analytics-stats-wrapper {
    display: none !important;
}

.cmplz-cookiebanner-container {
    height: 0;
}

.logo-odkaz h1 {
    visibility: hidden;
    height: 0;
    margin: 0;
    display: none;
}

html,
body {
    font-family: 'Roboto Condensed', sans-serif;
    height: 100vh;
    font-size: 18px;
}

header {
    background: url(img/header.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 90%;
    min-height: 900px;
    transition: height .2s ease-in-out;
}

header .inside {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    height: 100%;
    background: transparent;
    animation: nacist 1s 2s forwards;
}

@keyframes nacist {
    to {
        background-color: rgba(0, 0, 0, .5);
    }
}

.container-ctyri {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.float {
    height: 90px;
    background: var(--svetla);
    position: fixed;
    padding: 0 15px;
    width: 100%;
    top: 0;
    z-index: +2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .2s ease-in-out;
    border-bottom: 4px solid var(--limetka);
}

.floating {
    height: 80px;
    background: white;
}

.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all .2s ease-in-out;
}

.logo:hover {
    opacity: .7;
}

.znak {
    background: url(img/znak.svg) center center no-repeat;
    background-size: contain;
    height: 65px;
    width: 80px;
}

.logo-text {
    background: url(img/logo-text.svg) center center no-repeat;
    background-size: contain;
    height: 70px;
    width: 250px;
    transition: opacity .2s ease-in-out;
}

ul.navbar-nav {
    float: right;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

ul.navbar-nav .nezavazna button {
    background: var(--limetka);
    color: white;
    border: none;
    font-weight: 500;
    padding: 15px 25px;
    margin-left: 15px;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
}

ul.navbar-nav .nezavazna button i {
    margin-right: 10px;
}

ul.navbar-nav .nezavazna button:hover {
    background: var(--seda);
    color: white;
}

ul.navbar-nav li {
    margin: 0 3px;
}

ul.navbar-nav li a {
    color: var(--seda);
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    padding: 17px 20px 15px 20px;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    transition: all .1s ease-in-out;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
}

ul.navbar-nav li a:hover {
    border-color: var(--limetka);
}

ul.navbar-nav li:hover>ul {
    display: block;
    color: var(--seda);
}

.navbar {
    height: unset;
    padding-bottom: unset;
}

.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 2px;
    background-color: #362D1E;
    margin: 4px 0;
    transition: all .2s ease-in-out;
    display: block;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 7px;
    margin-bottom: 8px;
    background-color: var(--seda);
    border: 2px solid #362D1E;
    border-radius: 4px;
}

header .social {
    position: absolute;
    bottom: 25px;
    left: 25px;
}

header .social i {
    color: white;
    font-size: 40px;
    margin: 0 5px;
    transition: all .2s ease-in-out;
}

header .social a:hover i {
    opacity: .7;
}

header .dozvedet {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-weight: 450;
    text-decoration: none;
    border-bottom: 2px solid white;
    transition: all .2s ease-in-out;
}

header .dozvedet:hover {
    border-bottom-color: transparent;
}

header .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

header .flex .item {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.middle {
    display: grid;
    justify-content: center;
    justify-items: center;
    align-items: center;
    text-align: center;
    padding: 0 15px;
}

.middle h2 {
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    margin: 0 0 10px 0;
}

.middle h3 {
    font-size: 26px;
    font-weight: 300;
    color: white;
    margin: 0;
}

.middle button {
    background: var(--limetka);
    color: white;
    border: none;
    font-weight: 500;
    margin-left: 15px;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
}

.middle button a {
    padding: 15px 25px;
    display: block;
    color: inherit;
    text-decoration: none;
}

.middle button i {
    margin-right: 10px;
}

.middle button:last-child {
    background: white;
    color: var(--seda);
}

.middle button:last-child:hover {
    background: var(--seda);
    color: white;
}

.middle button:hover {
    background: white;
    color: var(--seda);
}

.middle .button-area {
    margin: 50px 0 0 0;
}

.blok {
    padding: 125px 15px;
    position: relative;
}

.blok h2 {
    text-align: center;
    color: var(--seda);
    font-size: 35px;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 500;
}

.blok .divider {
    width: 60px;
    height: 4px;
    background: var(--limetka);
    margin: 10px auto 20px;
    border-radius: 5px;
}

.onas {
    background: var(--svetla);
    color: var(--seda);
    overflow: hidden;
}

.onas h2 {
    text-align: left;
    margin: 0;
    color: var(--seda);
}

.onas .divider {
    margin: 10px 0 20px;
}

.onas .flex {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.onas .flex .animation {
    width: 35%;
    min-width: 35%;
    height: 500px;
    border-radius: 5px;
    border-radius: 5px;
}

.onas .flex .photo {
    background: url(/wp-content/uploads/2026/02/portret.jpeg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: inherit;
    transition: all .2s ease-in-out;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

.onas .flex .photo:hover {
    transform: translateY(-15px);
}

.onas .flex .photo a {
    display: block;
    width: 100%;
    height: 100%;
}

.onas .flex .text {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
}

.onas .flex .text span {
    font-weight: 450;
}

.sluzby .flex {
    max-width: 1400px;
    margin: 45px auto 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
}

.sluzby .flex .item {
    width: calc(33.333333% - 20px);
    min-width: 375px;
    color: white;
    text-align: center;
}

.sluzby .flex .item .inner {
    background: var(--seda);
    padding: 30px 20px 40px 20px;
    border-radius: 5px;
    height: 100%;
    transition: all .2s ease-in-out;
    border-bottom: 5px solid var(--limetka);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

.sluzby .flex .item:hover .inner {
    transform: translatey(-10px);
}

.sluzby .icon {
    height: 100px;
    width: 100px;
    margin: 0 auto;
}

.sluzby .icon1 {
    background: url(img/icon1.svg?v=1) center center no-repeat;
    background-size: 90px;
}

.sluzby .icon2 {
    background: url(img/icon2.svg?v=1) center center no-repeat;
    background-size: contain;
}

.sluzby .icon3 {
    background: url(img/icon3.svg?v=1) center center no-repeat;
    background-size: contain;
}

.sluzby .flex .item .nadpis {
    font-weight: 500;
    font-size: 23px;
    text-transform: uppercase;
    margin: 20px 0 5px 0;
}

.sluzby .flex .item .popis {
    font-size: 19px;
    font-weight: 350;
}

.sluzby button {
    background: var(--limetka);
    border: none;
    color: white;
    transition: all .15s ease-in-out;
    margin: 50px auto 0;
    display: block;
    border-radius: 5px;
}

.sluzby button a {
    color: inherit;
    text-decoration: none;
    padding: 15px 25px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
}

.sluzby button a i {
    margin-right: 10px;
}

.sluzby button:hover {
    background: var(--seda);
}

.duvody {
    background: var(--svetla);
}

.duvody h2 {
    color: var(--seda);
}

.duvody .flex {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 45px auto 0;
    gap: 20px;
    max-width: 1400px;
}

.duvody .flex .item {
    width: calc(33.333333% - 20px);
    min-width: 375px;
    color: var(--seda);
    text-align: center;
}

.duvody .flex .item .inner {
    background: white;
    color: inherit;
    padding: 30px 20px 40px 20px;
    border-radius: 5px;
    height: 100%;
    transition: all .2s ease-in-out;
    border-bottom: 5px solid var(--limetka);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

.duvody .flex .item:hover .inner {
    transform: translatey(-10px);
}

.duvody .icon {
    height: 100px;
    width: 100px;
    margin: 0 auto;
}

.duvody .icon4 {
    background: url(img/icon4.svg?v=2) center center no-repeat;
    background-size: contain;
}

.duvody .icon5 {
    background: url(img/icon5.svg?v=2) center center no-repeat;
    background-size: contain;
}

.duvody .icon6 {
    background: url(img/icon6.svg?v=2) center center no-repeat;
    background-size: contain;
}

.duvody .flex .item .nadpis {
    font-weight: 500;
    font-size: 23px;
    text-transform: uppercase;
    margin: 20px 0 5px 0;
}

.duvody .flex .item .popis {
    font-size: 19px;
    font-weight: 350;
}

.duvody button {
    background: var(--limetka);
    border: none;
    color: white;
    transition: all .15s ease-in-out;
    margin: 50px auto 0;
    display: block;
    border-radius: 5px;
}

.duvody button a {
    color: inherit;
    text-decoration: none;
    padding: 15px 25px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
}

.duvody button a i {
    margin-right: 10px;
}

.duvody button:hover {
    background: var(--seda);
    color: white;
}

.projekty .flex {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 45px auto 0;
    gap: 20px;
    max-width: 1400px;
}

.projekty .flex .item {
    width: calc(33.333333% - 20px);
    min-width: 375px;
    color: white;
    text-align: center;
    font-size: 19px;
}

.projekty .flex .item .inner {
    transition: all .2s ease-in-out;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

.projekty .flex .item:hover .inner {
    transform: translatey(-10px);
}

.projekty .flex .item a {
    text-decoration: none;
}

.projekty .flex .item .image {
    width: 100%;
    height: 250px;
    background-color: var(--limetka);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.projekty .flex .item .image i {
    font-size: 70px;
    color: white;
}

.projekty .flex .item .info {
    min-height: 86px;
    background: var(--seda);
    border-top: 5px solid var(--limetka);
    padding: 20px 15px;
}

.projekty .flex .item .info h3 {
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    color: white;
}

.projekty button {
    background: var(--limetka);
    border: none;
    color: white;
    transition: all .15s ease-in-out;
    margin: 50px auto 0;
    display: block;
    border-radius: 5px;
}

.projekty button a {
    color: inherit;
    text-decoration: none;
    padding: 15px 25px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
}

.projekty button a i {
    margin-right: 10px;
}

.projekty button:hover {
    background: var(--seda);
}

.banner {
    background: var(--limetka);
    padding: 50px 15px;
    color: white;
}

.banner .flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .flex h2 {
    margin: 0;
    font-weight: 500;
}

.banner .flex button {
    background: var(--seda);
    border: none;
    padding: 15px 30px;
    border-radius: 5px;
    transition: all .2s ease-in-out;
    margin-left: 25px;
}

.banner .flex button a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}

.banner .flex button:hover {
    background: var(--seda);
}

.slick-dots {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    list-style: none;
    padding-left: 0;
}

.slick-dots li {
    outline: none !important;
}

.slick-prev,
.slick-next {
    background: var(--limetka);
    height: 50px;
    width: 50px;
    font-size: 30px;
    color: white;
    border: none !important;
    border-radius: 5px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    transition: all .2s ease-in-out;
}

.slick-prev {
    position: absolute;
    top: calc(50% - 40px);
    left: -100px;
}

.slick-prev:hover,
.slick-next:hover {
    background: white;
    color: var(--limetka);
    ;
}

.slick-next {
    position: absolute;
    top: calc(50% - 40px);
    right: -100px;
}

.slick-dots li button {
    outline: none !important;
    background-color: transparent;
    border: 2px solid var(--seda);
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    padding: 3px;
    font-size: 0;
    color: transparent;
    margin-left: 2px;
    margin-right: 2px;
    text-indent: -999px;
    transition: all .2s ease-in-out;
}

.slick-dots li button:hover {
    background-color: var(--seda);
}

.slick-dots li.slick-active button {
    background: var(--seda);
}

.recenze {
    background: var(--svetla);
}

.recenze h2 {
    color: var(--seda);
}

.recenze .item {
    max-width: 900px;
    width: 100%;
    margin: 25px auto 0;
    text-align: center;
    display: block !important;
}

.recenze .star {
    font-size: 20px;
    color: var(--limetka);
    display: block;
    width: 115px;
    margin: 10px auto;
}

.recenze .item p {
    font-size: 21px;
    font-weight: 325;
    font-style: italic;
    color: var(--seda);
}

.recenze .item h3 {
    color: var(--seda);
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 10px;
}

.firmy .flex {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 45px auto 0;
    gap: 20px;
    max-width: 1400px;
}

.firmy .flex .item {
    width: calc(30.3333% - 20px);
    min-width: 400px;
    height: 100px;
}

.firmy .flex .item .inner {
    background: url(img/znak.svg) center center no-repeat;
    background-size: contain;
    transition: all .2s ease-in-out;
    width: 100%;
    height: inherit;
}

.firmy .flex .item1 .inner {
    background: url(img/firma3.svg) center center no-repeat;
    background-size: 225px;
}

.firmy .flex .item2 .inner {
    background: url(img/firma2.gif) center center no-repeat;
    background-size: 80%;
}

.firmy .flex .item3 .inner {
    background: url(img/firma1.svg) center center no-repeat;
    background-size: 225px;
}

.firmy .flex .item:hover .inner {
    transform: translatey(-10px);
}

footer {
    width: 100%;
    background: var(--seda);
    position: relative;
    color: white;
    padding: 75px 0;
}

footer .flex {
    display: flex;
    justify-content: space-between;
}

footer .flex .item {
    max-width: 33.33333%;
    width: 100%;
    padding: 0 30px;
}

footer .flex .item:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .flex .item .logo {
    background: url(img/logo-force.svg) center center no-repeat;
    background-size: contain;
    height: 125px;
    width: 200px;
    transition: all .2s ease-in-out;
}

footer .flex .item .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

footer h3 {
    margin-top: 0;
    font-size: 27px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--limetka);
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer ul li {
    padding: 3px 0;
    font-weight: 400;
}

footer ul li i {
    margin-right: 10px;
    color: var(--limetka);
}

footer .item:nth-child(2) ul {
    list-style: disc;
    padding-left: 20px;
}

footer .item:nth-child(2) ul li a {
    color: white;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all .1s ease-in-out;
}

footer .item:nth-child(2) ul li a:hover {
    border-bottom-color: white;
}

footer .item:nth-child(3) ul li .odkaz {
    font-weight: 400;
    border-bottom: 2px solid white;
    text-decoration: none;
    transition: all .1s ease-in-out;
    color: white;
}

footer .item:nth-child(3) ul li .odkaz:hover {
    border-bottom-color: transparent;
}

.underfooter {
    padding: 20px 0;
    background: black;
    color: white;
    font-size: 17px;
    position: relative;
}

.underfooter p {
    margin: 0;
}

.underfooter a {
    font-weight: 500;
    color: inherit;
    text-decoration: none;
    border-bottom: 2px solid white;
}

.underfooter a:hover {
    border-color: transparent;
}

.underfooter .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.underfooter .left,
.underfooter .right {
    width: 50%;
}

.underfooter .left {
    text-align: left;
}

.underfooter .right {
    text-align: right;
}

.header-page {
    height: 90px;
    min-height: auto;
    background: transparent;
    padding: 0;
}

.podstrana {
    padding-bottom: 125px;
    min-height: 80%;
}

.podstrana .obsah p,
.podstrana .obsah ul,
.podstrana .obsah figcaption {
    font-size: 20px;
}

.podstrana .obsah a {
    color: var(--seda);
    text-decoration: none;
    border-bottom: 2px solid var(--seda);
}

.podstrana .obsah a:hover {
    border-color: transparent;
}

.podstrana .obsah .wp-block-button__link {
    background: var(--seda);
    border: none !important;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    transition: all .2s ease-in-out;
}

.podstrana .obsah .wp-block-button__link:hover {
    background: var(--seda);
}

.header-nazev h2 {
    padding: 50px 0 25px 0;
    margin: 0;
    color: var(--limetka);
    font-weight: 500;
}

.header-nazev h1 {
    padding: 50px 0 25px 0;
    margin: 0;
    color: var(--limetka);
    font-weight: 500;
}

.header-nazev h2 i {
    margin-right: 10px;
}

.kontakt-informace {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 75px;
}

.kontakt-informace .item {
    max-width: 33%;
    width: 100%;
    padding-bottom: 25px;
}

.kontakt-informace h3,
.form h3 {
    color: var(--limetka);
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.form h3 {
    text-align: center;
    margin: 0 0 50px 0;
}

.kontakt-informace ul li span {
    font-weight: 500;
}

.kontakt-informace ul li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.kontakt-informace ul a {
    color: inherit;
}

.kontakt-informace ul {
    padding-left: 15px;
    font-size: 19px;
    list-style-type: none;
}

.kontakt-informace ul i {
    color: var(--seda);
    margin-right: 10px;
}

.kontakt-informace .social i {
    color: var(--seda);
    font-size: 40px;
    margin: 0 5px;
    transition: all .2s ease-in-out;
}

.kontakt-informace .social a:hover i {
    opacity: .7;
}

.kontakt-informace .social a {
    border-bottom: none !important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 .wpcf7-quiz {
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #d4d4d3;
    padding: 10px 15px;
    border-radius: 5px;
    background: #f7f7f6;
    transition: all .2s ease-in-out;
    outline: none;
    width: 100%;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    border-color: var(--seda);
    box-shadow: 0 0 0 5px rgba(201, 211, 68, .08);
}

.wpcf7 textarea {
    resize: vertical;
    min-height: 200px;
    max-height: 300px;
}

.wpcf7 select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23494948' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 35px;
}

.wpcf7 ::placeholder {
    color: #7a7a79;
    opacity: .6;
    font-style: italic;
}

.wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 14px !important;
    text-transform: uppercase;
}

.wpcf7-list-item {
    margin: 0 !important;
    font-size: 16px;
}

.wpcf7-submit {
    text-transform: uppercase;
    font-weight: 500;
    background: #C9D344;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 15px 50px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    display: block;
    margin: 35px auto 0;
}

.wpcf7-submit:hover {
    background: #b8c23d;
    box-shadow: 0 5px 10px rgba(201, 211, 68, .3);
}

.wpcf7 .wpcf7-submit:disabled {
    opacity: .5;
}

.wpcf7-quiz-label {
    color: #C9D344;
}

.kontrol-pad {
    margin-top: 25px;
}

.wpcf7-response-output {
    border: none !important;
    border-radius: 5px;
    margin-top: 15px !important;
    padding: 10px 15px !important;
    font-size: 16px;
    color: white;
    background: #df2422;
    text-align: center;
    width: 100%;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #44c455 !important;
}

.wpcf7-acceptance label {
    margin-top: 10px;
}

.page-template-kontakt .form {
    background: #f7f7f6;
    padding: 75px 0;
}

.page-template-kontakt .form .wpcf7 label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--seda);
    margin-bottom: 5px;
    width: 100%;
}

.page-template-kontakt .form .wpcf7 label .star {
    color: #C9D344;
    font-weight: 900;
    margin-left: 5px;
}

.page-template-kontakt .form .wpcf7-list-item-label,
.page-template-kontakt .form .wpcf7-list-item-label a {
    color: var(--seda);
}

.page-template-kontakt .form .wpcf7 input[type="text"],
.page-template-kontakt .form .wpcf7 input[type="email"],
.page-template-kontakt .form .wpcf7 input[type="tel"],
.page-template-kontakt .form .wpcf7 input[type="url"],
.page-template-kontakt .form .wpcf7 textarea,
.page-template-kontakt .form .wpcf7 select {
    background: white;
}

.page-template-kontakt .podstrana {
    padding: 0;
}

.form .inside {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.form .inside .item {
    max-width: calc(50% - 15px);
    width: 100%;
}

.form .inside .item-pad {
    padding-bottom: 25px;
}

.form .inside .item-full {
    max-width: 100%;
}

.page-template-dekuji .podstrana {
    background: #f7f7f6;
}

.dekujeme {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    align-content: center;
    min-height: 600px;
    padding: 40px 20px;
}

.dekujeme .inner {
    background: white;
    padding: 40px 50px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    max-width: 520px;
}

.dekujeme i {
    font-size: 90px;
    color: var(--limetka);
    margin-bottom: 10px;
}

.dekujeme h2 {
    font-weight: 600;
    margin-bottom: 8px;
    color: #2f2f2e;
}

.dekujeme h3 {
    margin-top: 0;
    font-weight: 400;
    color: #6b6b6a;
}

.dekujeme h2,
.dekujeme h3 {
    width: 100%;
    display: block;
}

.wp-block-table table,
table {
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    border-collapse: collapse;
}

table * {
    border: none !important;
}

table tr {
    transition: .1s all ease-in-out;
    background: rgba(111, 111, 111, .7);
    color: white;
}

table tr:hover {
    background: rgba(73, 73, 72, .7);
}

table thead tr {
    background: var(--seda);
    color: white;
}

table thead tr:hover {
    background: var(--seda);
    color: white;
}

table th {
    text-align: left !important;
    padding: 15px .6em !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .4px;
}

table tr:nth-child(2n+2) {
    background: rgba(94, 94, 94, .7);
}

table td {
    padding: 12px .6em !important;
    line-height: 1.45;
}

@media (max-width: 640px) {

    table th,
    table td {
        padding: 10px .5em !important;
        font-size: 14px;
    }
}

.page-template-cenik .podstrana {
    padding-bottom: unset;
}

.page-template-cenik .podstrana .obsah {
    padding-bottom: 125px;
}

.kontakt-banner {
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    background: var(--limetka);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

.kontakt-banner a {
    border-bottom: none !important;
}

.kontakt-banner h3 {
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
}

.kontakt-banner button {
    background: var(--seda);
    padding: 15px 20px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    transition: all .2s ease-in-out;
    color: white;
}

.kontakt-banner button span {
    margin-left: 10px;
}

.kontakt-banner button:hover {
    background: white;
    color: var(--limetka);
}

.novinky .flex {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
}

.novinky .flex .item {
    width: calc(33.333333% - 20px);
    min-width: 375px;
    border-radius: 5px;
    position: relative;
}

.novinky .flex .item .inner {
    transition: all .2s ease-in-out;
    background: var(--seda);
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    height: 100%;
}

.novinky .flex .item:hover .inner {
    transform: translatey(-10px);
}

.novinky .flex .item .thumbnail {
    height: 260px;
    background: var(--limetka);
    margin: 0;
    border: none;
    padding: 0;
    line-height: 1;
}

.novinky .flex .thumbnail a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: none;
}

.novinky .flex .thumbnail i {
    color: white;
    font-size: 5rem;
}

.novinky .flex .item .content {
    border-top: 5px solid var(--limetka);
    padding: 25px 20px 70px 25px;
    min-height: 265px;
    font-size: 1rem;
    color: white;
}

.novinky .flex .item .content p {
    margin: 0;
    font-weight: 350;
}

.novinky .flex .item .content a {
    text-decoration: none;
}

.novinky .flex .item h3 {
    color: var(--limetka);
    font-size: 1.4em;
    font-weight: 500;
    margin: 0 0 5px;
}

.novinky .flex .item button {
    width: 100%;
    margin: 0;
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: 0;
}

.novinky .flex .item button a {
    width: 100%;
    height: 100%;
    padding: 8px 18px;
    display: block;
    color: inherit;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    border: none;
}

.novinky .flex .item button:hover {
    background: transparent;
    color: white;
}

.novinky button {
    background: var(--limetka);
    border: none;
    color: white;
    transition: all .15s ease-in-out;
    margin: 50px auto 0;
    display: block;
    border-radius: 5px;
}

.novinky button a {
    color: inherit;
    text-decoration: none;
    padding: 15px 25px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
}

.novinky button:hover {
    background: var(--seda);
    color: white;
}

.novinky button i {
    margin-right: 10px;
}

.single .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    gap: 30px;
}

.single .wp-block-gallery figure {
    max-width: 32%;
    max-height: 350px;
    overflow: hidden;
}

.single .wp-block-gallery figure a {
    display: block;
    width: 100%;
    height: 100%;
}

.single .wp-block-gallery figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single .wp-block-gallery a {
    border-bottom: none;
    text-decoration: none;
}

.single .wp-block-image {
    opacity: 1;
    transition: all .2s ease-in-out;
}

.single .wp-block-image:hover {
    opacity: .5;
}

.header-nazev .container {
    width: 100%;
    max-width: 1290px;
}

.single .header-nazev .container,
.page-template-cenik .header-nazev .container,
.page-template-kontakt .header-nazev .container,
.page-template-nazavazna .header-nazev .container,
.privacy-policy .header-nazev .container {
    width: 100%;
    max-width: 1170px;
}

.page-template-projekty .header-nazev .container,
.page-template-novinky .header-nazev .container {
    width: 100%;
    max-width: 1400px;
}

.page-template-novinky .podstrana {
    padding: 0 15px 125px 15px;
}

.page-template-projekty .podstrana {
    padding-bottom: unset;
}

.page-template-projekty .projekty .flex {
    margin: 20px auto;
}

.page-template-projekty .podstrana .obsah {
    padding: 0 15px 125px 15px;
}

.single-projekty .podstrana .obsah.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    padding-top: 75px;
}

.single-projekty .podstrana .obsah-w100 {
    padding-top: 15px !important;
}

.single-projekty .podstrana .obsah.flex .photo {
    width: 40%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .2s ease-in-out;
    border-radius: 5px;
    overflow: hidden;
}

.single-projekty .podstrana .obsah.flex .photo a {
    display: block;
    width: 100%;
    height: 100%;
    border-bottom-color: transparent;
}

.single-projekty .podstrana .obsah.flex .photo:hover {
    transform: translatey(-10px);
}

.single-projekty .podstrana .obsah.flex .photo-blank {
    background-color: var(--limetka);
}

.single-projekty .podstrana .obsah.flex .photo-blank i {
    font-size: 75px;
    color: white;
}

.single-projekty .podstrana .obsah.flex .photo-blank a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: none;
}

.single-projekty .podstrana .obsah.flex .content {
    width: 60%;
}

.single-projekty .podstrana .obsah.flex .content-w100 {
    width: 100%;
}

.single-projekty .podstrana .obsah.flex .content h2 {
    text-transform: uppercase;
    color: var(--limetka);
}

.single-projekty .podstrana .galerie,
.single-projekty .podstrana .dalsi-projekty {
    padding-top: 75px;
}

.single-projekty .podstrana .galerie h2,
.single-projekty .podstrana .dalsi-projekty h2 {
    color: var(--limetka);
    text-transform: uppercase;
    margin: 0;
}

.single-projekty .podstrana .galerie-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px 0 0 0;
}

.single-projekty .podstrana .galerie .galerie-item {
    background-position: center;
    background-size: cover;
    width: calc(33.333333% - 20px);
    height: 350px;
    transition: all .2s ease-in-out;
    border-radius: 5px;
    overflow: hidden;
}

.single-projekty .podstrana .galerie .galerie-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.single-projekty .podstrana .galerie .galerie-item:hover {
    transform: translatey(-10px);
}

.single-projekty .podstrana .dalsi-projekty .flex {
    justify-content: flex-start;
    margin: 30px auto 0;
}

.single-projekty .podstrana .dalsi-projekty .flex .item {
    min-width: 360px;
}

.page-template-nazavazna .podstrana {
    background: #f7f7f6;
}

.nezavazna-poptavka .inside {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 25px;
}

.nezavazna-poptavka .item {
    width: calc(50% - 10px);
}

.nezavazna-poptavka .item-full {
    width: 100%;
}

.nezavazna-poptavka .form-section {
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 25px;
    position: relative;
}

.nezavazna-poptavka .section-title {
    margin-bottom: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d4d4d3;
}

.nezavazna-poptavka .section-title h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #C9D344;
    text-align: left;
}

.nezavazna-poptavka label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--seda);
}

.nezavazna-poptavka label .star {
    color: #C9D344;
    font-weight: 900;
}

.nezavazna-poptavka .wpcf7-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.nezavazna-poptavka input:focus,
.nezavazna-poptavka textarea:focus,
.nezavazna-poptavka select:focus {
    border-color: var(--seda);
    box-shadow: 0 0 0 5px rgba(201, 211, 68, .08);
}

.nezavazna-poptavka textarea {
    resize: vertical;
    min-height: 120px;
}

.nezavazna-poptavka select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23494948' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 35px;
}

.nezavazna-poptavka ::placeholder {
    color: #7a7a79;
    opacity: .6;
    font-style: italic;
}

.nezavazna-poptavka .field-hint {
    font-size: 14px;
    color: #7a7a79;
    margin-top: 5px;
}

.nezavazna-poptavka .option-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 5px;
}

.nezavazna-poptavka .option-group .wpcf7-list-item label {
    margin: 0;
    text-transform: none;
    font-weight: 500;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border: 1px solid #d4d4d3;
    border-radius: 5px;
    background: #f7f7f6;
    cursor: pointer;
    transition: all .15s ease-in-out;
    user-select: none;
}

.nezavazna-poptavka .option-group .wpcf7-list-item label:hover {
    border-color: #5a5a59;
}

.nezavazna-poptavka .option-group input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}

.nezavazna-poptavka .option-group input[type="radio"]:focus-visible+.wpcf7-list-item-label {
    outline: 2px solid #C9D344;
    outline-offset: 2px;
    border-radius: 5px;
}

.nezavazna-poptavka .option-group label:has(input[type="radio"]:checked) {
    background: rgba(201, 211, 68, .08);
    border-color: #C9D344;
    font-weight: 600;
}

.nezavazna-poptavka .upload-zone {
    border: 2px dashed #d4d4d3;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
    background: #f7f7f6;
    color: var(--seda);
    cursor: pointer;
    transition: all .2s ease-in-out;
    position: relative;
}

.nezavazna-poptavka .upload-zone:hover {
    border-color: #C9D344;
    background: rgba(201, 211, 68, .08);
    color: var(--lime);
}

.nezavazna-poptavka .upload-zone.is-dragover {
    border-color: #C9D344;
    background: rgba(201, 211, 68, .08);
    box-shadow: 0 0 0 5px rgba(201, 211, 68, .08);
}

.nezavazna-poptavka .upload-icon {
    font-size: 30px;
    margin-bottom: 10px;
    opacity: .4;
}

.nezavazna-poptavka .upload-main {
    font-size: 14px;
    font-weight: 700;
    color: var(--seda);
    margin-bottom: 5px;
}

.nezavazna-poptavka .upload-main .link {
    color: #b8c23d;
    text-decoration: underline;
}

.nezavazna-poptavka .upload-formats {
    font-size: 11px;
    color: #7a7a79;
}

.nezavazna-poptavka .upload-inputs input[type="file"] {
    position: absolute;
    left: -9995px;
}

.nezavazna-poptavka .upload-files {
    margin-top: 10px;
    text-align: left;
    border-top: 1px solid #d4d4d3;
    padding-top: 10px;
}

.nezavazna-poptavka .upload-files .file {
    font-size: 12px;
    color: var(--seda);
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 5px 0;
}

.nezavazna-poptavka .upload-files .file small {
    color: #7a7a79;
}

.nezavazna-poptavka .submit-btn {
    text-transform: uppercase;
    font-weight: 500;
    background: #C9D344;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 15px 50px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.nezavazna-poptavka .submit-btn:hover {
    background: #b8c23d;
    transform: translateY(0);
    box-shadow: 0 5px 10px rgba(201, 211, 68, .3);
}

#wpcf7-f36-o1 form.wpcf7-form .wpcf7-response-output {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

#wpcf7-f36-o1 form.wpcf7-form.validating .wpcf7-response-output,
#wpcf7-f36-o1 form.wpcf7-form.submitting .wpcf7-response-output {
    display: none !important;
}

#wpcf7-f36-o1 form.wpcf7-form.sent .wpcf7-response-output {
    display: none !important;
}

#wpcf7-f36-o1 form.wpcf7-form.invalid .wpcf7-response-output,
#wpcf7-f36-o1 form.wpcf7-form.unaccepted .wpcf7-response-output,
#wpcf7-f36-o1 form.wpcf7-form.spam .wpcf7-response-output,
#wpcf7-f36-o1 form.wpcf7-form.aborted .wpcf7-response-output {
    display: block !important;
    margin-top: 16px !important;
    padding: 12px 16px !important;
    border: none !important;
}

.confidence-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #d4d4d3;
}

.confidence-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 16px 12px;
    transition: .2s ease;
}

.confidence-item:hover {
    transform: translateY(-10px);
}

.confidence-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

.confidence-icon svg {
    width: 35px;
    height: 35px;
}

.confidence-text {
    font-size: 15px;
    color: var(--seda);
}

.confidence-text strong {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: var(--limetka);
}

@media (max-width:700px) {
    .confidence-strip {
        grid-template-columns: 1fr;
    }

    .confidence-text {
        font-size: 15px;
    }
}

@keyframes hvr-pulse-shrink {
    to {
        transform: scale(.9);
    }
}

@media (min-width:768px) and (max-width:1500px) {
    .slick-next {
        right: 0;
    }

    .slick-prev {
        left: 0;
    }

    .logo-text {
        display: none !important;
    }

    ul.navbar-nav li a {
        padding: 15px;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .middle h2 {
        font-size: 35px;
    }

    .middle h3 {
        font-size: 20px;
    }

    ul.navbar-nav li a {
        font-size: 17px;
        padding: 15px;
    }

    .sluzby .flex .item .nadpis {
        font-size: 23px;
    }

    .blok h2 {
        font-size: 30px;
    }

    footer .flex .item {
        max-width: 35%;
    }

    footer .flex .item:first-child {
        max-width: 25%;
    }

    footer .flex .item:last-child {
        max-width: 40%;
    }

    footer .flex .item .logo {
        width: inherit;
    }

    .slick-prev,
    .slick-next {
        top: -60px;
        font-size: 25px;
        width: 45px;
        height: 45px;
    }

    .slick-prev {
        left: 25px;
    }

    .slick-next {
        right: 25px;
    }

    .banner .flex h2 {
        font-size: 27px;
    }

    .novinky .flex .item h3 {
        font-size: 1.3rem;
    }

    ul.navbar-nav .nezavazna button i {
        display: none;
    }

    .float {
        padding: 8px;
    }

    ul.navbar-nav .nezavazna button {
        margin-left: 8px;
    }

    .znak {
        width: 60px;
    }

    ul.navbar-nav li {
        margin: 0;
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .projekty .flex .item,
    .single-projekty .podstrana .galerie .galerie-item,
    .novinky .flex .item {
        width: calc(50% - 20px);
    }

    .single-projekty .podstrana .obsah.flex .photo,
    .single-projekty .podstrana .obsah.flex .content {
        width: 50%;
    }

    .kontakt-informace h3,
    .form h3 {
        font-size: 27px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .middle h2 {
        text-align: center;
    }

    .container-ctyri {
        justify-content: space-between;
    }

    .navbar {
        height: inherit;
        padding: 0;
    }

    .technologie .flex {
        display: block;
    }

    .technologie .flex .photo-item {
        display: block;
        margin: 35px auto;
        width: auto;
    }

    .blok h2 {
        font-size: 30px;
    }

    footer .flex .item:first-child {
        display: none;
    }

    footer .flex .item,
    footer .flex .item:last-child {
        max-width: 50%;
    }

    .banner .flex h2,
    .header-nazev h2 {
        font-size: 27px;
    }

    .kontakt-informace .item {
        padding: 0 5px 25px 5px;
    }

    .kontakt-informace h3,
    .form h3,
    footer h3,
    .slick-prev,
    .slick-next {
        font-size: 25px;
    }

    ul.navbar-nav .nezavazna button {
        display: none;
    }

    .podstrana .obsah p,
    .podstrana .obsah ul,
    .podstrana .obsah figcaption,
    .kontakt-informace ul {
        font-size: 19px;
    }

    .projekty .flex .item,
    .single-projekty .podstrana .galerie .galerie-item,
    .novinky .flex .item,
    .single-projekty .podstrana .dalsi-projekty .flex .item {
        width: calc(50% - 20px);
        min-width: 400px;
    }

    .onas .flex,
    .single-projekty .podstrana .obsah.flex {
        flex-wrap: wrap;
    }

    .onas .flex .animation,
    .single-projekty .podstrana .obsah.flex .photo,
    .single-projekty .podstrana .obsah.flex .content {
        width: 100%;
        min-width: 100%;
    }

    .single .wp-block-gallery figure {
        max-width: 48%;
        max-height: 340px;
    }

    .single-projekty .podstrana .galerie h2,
    .single-projekty .podstrana .dalsi-projekty h2 {
        text-align: center;
    }

    .single-projekty .podstrana .galerie-flex,
    .single-projekty .podstrana .dalsi-projekty .flex {
        justify-content: center;
    }

    .novinky .flex .item {
        margin: 0;
    }
}

@media (max-width:767px) {
    header {
        min-height: 700px;
        height: 70%;
    }

    .middle .button-area {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .middle button {
        margin-left: 0;
    }

    .znak {
        width: 60px;
    }

    .logo-odkaz {
        float: left;
        margin-left: 15px;
    }

    .navbar-header {
        float: right;
    }

    .logo-text {
        display: none !important;
    }

    .navbar-toggle {
        border-color: var(--seda);
        margin: 12px 15px 0 0;
    }

    .bar1,
    .bar2,
    .bar3 {
        background: var(--limetka);
    }

    ul.navbar-nav li {
        margin: 5px 0;
        width: 100%;
        text-align: center;
    }

    ul.navbar-nav {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 0;
        float: none;
        padding-bottom: 25px;
        height: auto;
    }

    .floating .navbar-collapse {
        background: white;
    }

    .navbar-collapse {
        width: 100%;
        background: var(--svetla);
        position: relative;
        transition: .2s all ease-in-out;
        top: -1px;
    }

    .navbar {
        display: block;
        height: 0;
        width: 100%;
    }

    .middle h2 {
        font-size: 30px;
        text-align: center;
    }

    .middle h3 {
        font-size: 22px;
    }

    .container-ctyri {
        display: block;
    }

    .float {
        padding: 0;
    }

    ul.navbar-nav li a {
        padding: 15px;
        color: var(--seda);
    }

    .floating ul.navbar-nav li a {
        padding: 15px;
        color: var(--seda);
    }

    .blok h2 {
        font-size: 30px;
    }

    .blok {
        padding: 75px 10px;
    }

    .sluzby .flex .item .nadpis {
        font-size: 23px;
    }

    .technologie .flex {
        display: block;
    }

    .technologie .flex .photo-item {
        display: block;
        margin: 35px auto;
    }

    .banner .flex {
        flex-wrap: wrap;
    }

    .banner .flex button {
        margin-top: 25px;
    }

    .banner .flex h2 {
        font-size: 25px;
        text-align: center;
    }

    footer .flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    footer .flex .item {
        max-width: 100%;
        width: 55%;
        margin: 0 auto;
        padding: 0 15px 25px;
    }

    footer .flex .item .logo {
        margin: 15px auto 0;
    }

    footer .social {
        justify-content: center;
        margin-top: 20px;
    }

    footer h3 {
        font-size: 25px;
    }

    .form .inside .item {
        max-width: 100%;
        padding: 0 15px 30px;
    }

    .kontakt-informace .item {
        max-width: 100%;
    }

    .form,
    .form .inside .item {
        padding: 0 15px;
    }

    .form {
        padding-top: 25px;
    }

    .wpcf7-list-item {
        margin-left: 15px;
    }

    .podstrana {
        padding-bottom: 75px;
    }

    ul.navbar-nav .nezavazna button {
        margin: 0;
    }

    .slick-prev {
        left: 50px;
    }

    .slick-next {
        right: 50px;
    }

    .slick-prev,
    .slick-next {
        font-size: 25px;
        top: -110px;
    }

    .dekujeme .inner {
        padding: 15px 20px;
    }

    .dekujeme i {
        font-size: 100px;
    }

    .dekujeme h2 {
        font-size: 28px;
    }

    .dekujeme h3 {
        font-size: 22px;
    }

    .sluzby .flex .item .popis,
    .podstrana .obsah p,
    .podstrana .obsah ul,
    .podstrana .obsah figcaption {
        font-size: 19px;
    }

    .onas .flex .text,
    .recenze .item p {
        font-size: 20px;
    }

    .novinky .flex .item .content p {
        font-weight: 400;
    }

    .novinky .flex .item {
        min-width: 300px;
        margin: 0;
    }

    .projekty .flex .item,
    .single-projekty .podstrana .galerie .galerie-item,
    .novinky .flex .item,
    .single-projekty .podstrana .dalsi-projekty .flex .item {
        width: calc(50% - 20px);
        min-width: 400px;
    }

    .onas .flex,
    .single-projekty .podstrana .obsah.flex {
        flex-wrap: wrap;
    }

    .onas .flex .animation,
    .single-projekty .podstrana .obsah.flex .photo,
    .single-projekty .podstrana .obsah.flex .content {
        width: 100%;
        min-width: 100%;
    }

    .kontakt-banner {
        text-align: center;
        gap: 20px;
    }

    .wp-block-heading {
        font-size: 26px;
    }

    .underfooter .flex {
        flex-wrap: wrap;
        gap: 5px;
    }

    .underfooter .left,
    .underfooter .right {
        text-align: center;
        width: 100%;
    }

    .single .wp-block-gallery figure {
        max-width: 49%;
    }

    .banner .flex h2,
    .header-nazev h2,
    .kontakt-informace h3,
    .form h3 {
        font-size: 27px;
    }
}

@media (max-width:449px) {
    .banner .flex h2 {
        font-size: 25px;
        text-align: center;
    }

    .logo-menu {
        width: 175px;
    }

    footer .flex .item {
        max-width: 100%;
        width: 100%;
    }

    footer .flex .item .logo {
        margin: 15px 0 0 0;
    }

    footer .social {
        justify-content: flex-start;
    }

    header .dozvedet {
        display: none;
    }

    .single-projekty .podstrana .obsah.flex .content h2,
    .single-projekty .podstrana .galerie h2,
    .single-projekty .podstrana .dalsi-projekty h2,
    .header-nazev h2,
    .blok h2,
    .middle h2,
    .banner .flex h2,
    .header-nazev h2,
    .kontakt-informace h3,
    .form h3 {
        font-size: 27px;
    }

    .sluzby .flex .item,
    .duvody .flex .item,
    .projekty .flex .item,
    .firmy .flex .item,
    .novinky .flex .item,
    .single-projekty .podstrana .galerie .galerie-item,
    .single-projekty .podstrana .dalsi-projekty .flex .item,
    .single .wp-block-gallery figure {
        width: 100%;
        max-width: unset;
        min-width: unset;
    }

    .slick-prev,
    .slick-next {
        width: 40px;
        height: 40px;
    }

    .form {
        padding: 25px 0 0 0;
    }

    .form .inside .item {
        padding: 0;
    }

    .sluzby .flex .item .popis,
    .podstrana .obsah p,
    .podstrana .obsah ul,
    .podstrana .obsah figcaption {
        font-size: 18px;
    }

    .page-template-kontakt .header-nazev h2 {
        padding: 30px 0 25px 0;
    }

    .kontakt-informace {
        padding-bottom: 50px;
    }

    .middle h3 {
        font-size: 19px;
    }

    .middle button a,
    .sluzby button a,
    .duvody button a,
    .projekty button a,
    .kontakt-banner button,
    .wpcf7-submit {
        padding: 15px 20px;
    }

    .novinky .flex .item h3 {
        font-size: 1.3rem;
    }
}