.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
border: 0;
vertical-align: baseline
}
html {
scroll-behavior: smooth
}
a {
text-decoration-skip-ink: auto
}
a[href^="tel"] {
color: inherit;
text-decoration: none
}
button {
outline: 0
}
blockquote, q {
quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none
}
q {
display: inline;
font-style: italic
}
q:before {
content: '"';
font-style: normal
}
q:after {
content: '"';
font-style: normal
}
textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"] {
-webkit-appearance: none;
appearance: none;
border-radius: 0
}
input[type="search"] {
-webkit-appearance: textfield
}
table {
border-collapse: collapse;
border-spacing: 0
}
th, td {
padding: 2px
}
big {
font-size: 120%
}
small, sup, sub {
font-size: 80%
}
sup {
vertical-align: super
}
sub {
vertical-align: sub
}
dd {
margin-left: 20px
}
kbd, tt {
font-family: courier;
font-size: 12px
}
ins {
text-decoration: underline
}
del, strike, s {
text-decoration: line-through
}
dt {
font-weight: bold
}
address, cite, var {
font-style: italic
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block
}
* {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent
}
body {
background-color: #f2f2f2;
font-family: 'Montserrat', sans-serif;
}
a.cta:hover {
text-decoration: underline;
}
a.cta {
background-color: #79b928;
padding: 12px 16px;
color: white;
border-radius: 12px;
margin-top: 20px;
display: inline-block;
font-size: 14px;
font-weight: 600;
text-decoration: none;
}
p {
color: #1d4478;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: 0.5rem;
}
ul li p {
margin-bottom: 2px;
}
ul {
margin-bottom: 20px;
}
#searchmodal {
top: 15%;
}
#searchmodal input[type=search]::placeholder {
color: white;
font-size: 13px;
font-weight: 500;
}
#searchmodal #search label {
width: 80%;
}
#searchmodal input[type=submit] {
border: 0;
background-color: #79b928;
padding: 8px 16px;
border-radius: 14px;
font-size: 13px;
color: white;
font-weight: 500;
}
#searchmodal input[type=search] {
width: 100%;
border: 0;
background-color: #1d4478;
padding: 8px 14px;
border-radius: 14px;
color: white;
font-size: 13px;
font-weight: 500;
}
#searchmodal .modal-content {
border-radius: 22px !important;
}
#page-header-contact {
background-color: #79b928;
color: white;
}
#page-header-contact ul {
margin: 0;
}
#page-header-contact ul li {
display: inline-block;
padding: 10px 28px;
}
#page-header-contact ul li:hover p, #page-header-contact ul li:hover a, #page-header-contact ul li:hover i {
color: white;
}
#page-header-contact ul li p, #page-header-contact ul li a {
color: #1d4478;
font-weight: 600;
font-size: 13px;
text-decoration: none;
}
#page-header-contact ul li p i {
color: #1d4478;
margin-right: 4px;
font-size: 15px;
}
#page-header #page-menu ul li a {
padding: 10px 6px;
font-size: 15px;
font-weight: 600;
color: #1d4478;
text-decoration: none;
}
#page-header #page-menu ul li a:hover {
text-decoration: underline;
}
#page-header #page-menu ul li {
display: inline-block;
padding: 10px 6px;
}
#page-header #page-menu ul {
margin: 0 !important;
}
@media only screen and (max-width: 999px) {}
@media only screen and (max-width: 1999px) {
#page-menu ul li {
flex: none;
}
#page-menu ul {
list-style: disc;
display: inline-flex;
align-items: center;
padding: 0;
}
#page-menu #menu {
overflow-x: auto;
overflow-y: hidden;
flex-wrap: nowrap;
width: 100%;
}
}
#page-header #search-button button {
background-color: #79b928;
border: 0;
}
#fast-link-container {
margin-bottom: -140px;
}
#main-page-welcome h1, .page-setting h2 {
color: #1d4478;
position: relative;
margin-bottom: 40px;
margin-top: 40px;
}
#main-page-welcome p {
font-size: 15px;
}
#main-page-welcome h1:after, .page-setting h2:after {
content: ' ';
width: 60px;
height: 3px;
background-color: #79b928;
position: absolute;
bottom: -15px;
left: 0;
}
#main-page-welcome {
background-color: #1d4478;
position: relative;
background-repeat: no-repeat;
background-size: contain;
}
@media only screen and (max-width: 1400px) {
.main-page {
background-image: none !important;
}
}
.page-setting {
background-position: top right;
}
#main-page-welcome::after {
content: ' ';
position: absolute;
width: 100%;
height: 250px;
background-color: #f2f2f2;
clip-path: polygon(100% 100%, 0% 100%, 0.00% 93.67%, 2.00% 93.48%, 4.00% 92.94%, 6.00% 92.06%, 8.00% 90.87%, 10.00% 89.41%, 12.00% 87.73%, 14.00% 85.90%, 16.00% 83.98%, 18.00% 82.04%, 20.00% 80.14%, 22.00% 78.36%, 24.00% 76.75%, 26.00% 75.37%, 28.00% 74.28%, 30.00% 73.51%, 32.00% 73.08%, 34.00% 73.02%, 36.00% 73.32%, 38.00% 73.98%, 40.00% 74.97%, 42.00% 76.26%, 44.00% 77.80%, 46.00% 79.53%, 48.00% 81.40%, 50.00% 83.33%, 52.00% 85.27%, 54.00% 87.14%, 56.00% 88.87%, 58.00% 90.41%, 60.00% 91.69%, 62.00% 92.68%, 64.00% 93.34%, 66.00% 93.65%, 68.00% 93.59%, 70.00% 93.16%, 72.00% 92.39%, 74.00% 91.30%, 76.00% 89.92%, 78.00% 88.31%, 80.00% 86.53%, 82.00% 84.63%, 84.00% 82.68%, 86.00% 80.76%, 88.00% 78.93%, 90.00% 77.26%, 92.00% 75.80%, 94.00% 74.61%, 96.00% 73.73%, 98.00% 73.18%, 100.00% 73.00%);
left: 0;
bottom: -1px;
z-index: 0;
}
.fast-link-box h2 {
font-size: 16px;
padding: 12px 12px 0px 12px;
color: #1d4478;
}
.fast-link-box {
background-color: white;
border-radius: 22px;
min-height: 180px;
box-shadow: 0px 0px 30px #0000000f;
}
.fast-link-box i {
font-size: 60px;
color: #1d4478;
}
.fast-link-box a {
text-decoration: none;
}
.fast-link-box:hover h2, .fast-link-box:hover i {
color: #79b928;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.content-main-page {
margin-top: 80px;
}
.content-box {
background-color: white;
box-shadow: 0px 0px 20px #0000000f;
border-radius: 22px;
padding: 2.5rem;
}
.content-box a {
font-weight: 600;
color: #79b928;
}
.content-box p {
font-size: 14px;
line-height: 1.6rem;
color: #1d4478;
}
.content-box h1, .content-box h2, .content-box h3, .content-box h4, .content-box h5, .content-box h6 {
color: #1d4478;
position: relative;
margin-bottom: 40px;
margin-top: 40px;
}
.content-box h1:after, .content-box h2:after, .content-box h3:after, .content-box h4:after, .content-box h5:after, .content-box h6:after {
content: ' ';
width: 60px;
height: 3px;
background-color: #79b928;
position: absolute;
bottom: -15px;
left: 0;
}
#nabidka-sluzeb:before {
content: ' ';
left: 0;
clip-path: polygon(100% 100%, 0% 100%, 0.00% 89.33%, 2.00% 89.26%, 4.00% 89.04%, 6.00% 88.68%, 8.00% 88.18%, 10.00% 87.55%, 12.00% 86.80%, 14.00% 85.95%, 16.00% 85.00%, 18.00% 83.97%, 20.00% 82.88%, 22.00% 81.75%, 24.00% 80.59%, 26.00% 79.41%, 28.00% 78.25%, 30.00% 77.12%, 32.00% 76.03%, 34.00% 75.00%, 36.00% 74.05%, 38.00% 73.20%, 40.00% 72.45%, 42.00% 71.82%, 44.00% 71.32%, 46.00% 70.96%, 48.00% 70.74%, 50.00% 70.67%, 52.00% 70.74%, 54.00% 70.96%, 56.00% 71.32%, 58.00% 71.82%, 60.00% 72.45%, 62.00% 73.20%, 64.00% 74.05%, 66.00% 75.00%, 68.00% 76.03%, 70.00% 77.12%, 72.00% 78.25%, 74.00% 79.41%, 76.00% 80.59%, 78.00% 81.75%, 80.00% 82.88%, 82.00% 83.97%, 84.00% 85.00%, 86.00% 85.95%, 88.00% 86.80%, 90.00% 87.55%, 92.00% 88.18%, 94.00% 88.68%, 96.00% 89.04%, 98.00% 89.26%, 100.00% 89.33%);
background-color: #1d4478;
position: absolute;
top: -140px;
height: 150px;
width: 100%;
z-index: 0;
}
#nabidka-sluzeb {
background-color: #1d4478;
position: relative;
}
@media only screen and (max-width: 1400px) {
#nabidka-sluzeb:before {
left: 0;
clip-path: polygon(100% 100%, 0% 100%, 0.00% 89.33%, 2.00% 89.26%, 4.00% 89.04%, 6.00% 88.68%, 8.00% 88.18%, 10.00% 87.55%, 12.00% 86.80%, 14.00% 85.95%, 16.00% 85.00%, 18.00% 83.97%, 20.00% 82.88%, 22.00% 81.75%, 24.00% 80.59%, 26.00% 79.41%, 28.00% 78.25%, 30.00% 77.12%, 32.00% 76.03%, 34.00% 75.00%, 36.00% 74.05%, 38.00% 73.20%, 40.00% 72.45%, 42.00% 71.82%, 44.00% 71.32%, 46.00% 70.96%, 48.00% 70.74%, 50.00% 70.67%, 52.00% 70.74%, 54.00% 70.96%, 56.00% 71.32%, 58.00% 71.82%, 60.00% 72.45%, 62.00% 73.20%, 64.00% 74.05%, 66.00% 75.00%, 68.00% 76.03%, 70.00% 77.12%, 72.00% 78.25%, 74.00% 79.41%, 76.00% 80.59%, 78.00% 81.75%, 80.00% 82.88%, 82.00% 83.97%, 84.00% 85.00%, 86.00% 85.95%, 88.00% 86.80%, 90.00% 87.55%, 92.00% 88.18%, 94.00% 88.68%, 96.00% 89.04%, 98.00% 89.26%, 100.00% 89.33%);
top: -145px;
}
}
#nabidka-sluzeb .sluzba {
min-height: 210px;
background-color: #1d4478;
position: relative;
overflow: hidden;
}
#nabidka-sluzeb h3:after {
content: ' ';
width: 60px;
height: 3px;
background-color: #79b928;
position: absolute;
bottom: -15px;
left: 0;
}
#nabidka-sluzeb h3 {
z-index: 1;
position: relative;
color: white;
font-size: 27px;
font-weight: 300;
text-shadow: 0px 0px 20px #0a213e;
}
#nabidka-sluzeb a {
text-decoration: none;
color: transparent;
}
#nabidka-sluzeb .sluzba .sluzba-img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 0;
}
#nabidka-sluzeb .sluzba .sluzba-img img {
width: 100%;
height: 100%;
opacity: 0.5
}
#nabidka-sluzeb .sluzba:hover .sluzba-img img {
opacity: 1;
scale: 105%;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
#nabidka-sluzeb h2 {
position: relative;
}
#nabidka-sluzeb h2:after {
content: ' ';
width: 60px;
height: 3px;
background-color: #79b928;
position: absolute;
bottom: -15px;
margin-left: -175px;
}
#footer {
background-color: #1d4478;
}
#footer a:hover {
text-decoration: underline;
}
#footer ul {
color: #79b928;
}
#footer a {
color: white;
text-decoration: none;
}
#footer b {
color: white;
font-size: 15px;
font-weight: 600;
margin-bottom: 12px;
display: block;
}
#footer p {
font-size: 14px;
line-height: 1.5rem;
}
#contact-form {
background-image: url(//ukliddomu.cz/wp-content/themes/uklidydomu/img/contact-form-bg.png);
background-color: #79b928;
background-repeat: no-repeat;
background-position: right top;
background-size: cover;
}
#contact-form .form textarea {
border: 0;
padding: 8px 14px;
width: 100%;
font-size: 14px;
border-radius: 16px;
max-height: 110px;
}
#contact-form .form input {
border: 0;
padding: 8px 14px;
width: 100%;
font-size: 14px;
border-radius: 16px;
}
#contact-form .form input[type=submit] {
background-color: #1d4478;
color: white;
font-size: 14px;
font-weight: 600;
}
#contact-form h2, #contact-form p {
text-shadow: 1px 1px 4px #629d19;
}
#map, .map {
height: 100%;
width: 100%;
max-height: 150px
}
.news-box-list b a:after {
content: ' ';
width: 60px;
height: 3px;
background-color: #79b928;
position: absolute;
bottom: -15px;
margin-left: -85px;
}
.news-box-list b a {
font-size: 21px;
color: #1d4478;
text-decoration: none;
line-height: 1.5rem;
margin-bottom: 20px;
display: block;
position: relative;
}
#breadcrumbs li {
font-size: 13px;
color: #1d4478;
font-weight: 600;
text-transform: uppercase;
}
#breadcrumbs li a {
font-size: 13px;
color: #79b928;
font-weight: 600;
text-transform: uppercase;
}
#breadcrumbs {
margin-top: 30px;
padding: 0;
}
#breadcrumbs li {
display: inline-block;
margin: 0px 4px;
}
#searchmodal input[type=search]:focus-visible {
outline: none;
}
#main-page-welcome span p, #main-page-welcome span a, .page-setting span p, .page-setting span a {
color: white;
}
.category-blog h2 {
margin: 0;
padding: 0;
font-size: 21px;
}
.category-blog h2:after {
display: none;
}
.category-blog img {
width: 100%;
height: auto;
border-radius: 22px;
margin: 20px 0px;
max-height: 120px;
}
#contact-form .form input:focus-visible {
outline: none;
}