  /* oswald-700 - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/oswald-v53-latin_latin-ext-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/oswald-v53-latin_latin-ext-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
}
/* roboto-regular - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v47-latin_latin-ext-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/roboto-v47-latin_latin-ext-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
}
  /* roboto-700 - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v47-latin_latin-ext-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/roboto-v47-latin_latin-ext-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body,
body input {
    font-family: 'Roboto';
}
h1, h2, h3, h4 {
    font-family: 'Oswald';
}
h1 {
    font-size: 42px;
    text-transform: uppercase;
    padding: 42px 0;
    text-align: center;
}
h2:not(table h2, .sectionInfoFakt h2, .miniContainer h2, .sluzbySloupec h2, .sluzbySloupecLast h2, .nenalezeno h2) {
    font-size: 30px;
    text-transform: uppercase;
    padding: 45px 0;
    color: #ec6710;
    text-align: center;
}
a {
    text-decoration: none;
    color: #000;
    transition: 0.3s all;
}
a:hover:not(nav a, .btn, .socLeft a) {
    color: #ec6710;
    text-decoration: underline;
}
.container {
    width: 80%;
    margin: auto;
    max-width: 1520px;
    text-align: center;
}
.headerTop {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}
.logo img{
    width: 17%;
    text-align: center;
}
nav ul {
    display: flex;
    list-style: none;
    text-transform: uppercase;
    padding: 40px 0;
    justify-content: center;
    gap: 30px;
}
nav a:hover {
    border-bottom: 1px solid #ec6710;
    padding-bottom: 5px;
    color: #ec6710;
}
header img {
    width: 100%;
    height: auto;
    max-width: 1920px;
    margin: auto;
    text-align: center;
    object-fit: cover;
}
@media screen and (max-width:800px) {
    .logo img {
        width: 25%;
    }
}
@media screen and (max-width:750px) {
    .headerTop {
        font-size: 14px;
    }
    nav {
        font-size: 15px;
    }
    nav ul {
        padding: 30px 0;
        gap: 25px;
    }
    h1 {
        font-size: 32px;
        padding: 32px;
    }
    h2:not(table h2, .sectionInfoFakt h2, .miniContainer h2, .sluzbySloupec h2, .sluzbySloupecLast h2, .nenalezeno h2) {
        font-size: 20px;
        padding: 35px;
    }
    p {
        font-size: 14px;
    }
}
@media screen and (max-width:320px) {
    nav ul {
        gap: 20px;
        padding: 25px 0;
    }
}
@media screen and (max-width:500px) {
    .headerTop {
        display: flow;
        line-height: 1.5;
    }
    .headerTop a,
    .headerTop p {
        font-size: 12px;
    }
    .copy .container {
        flex-direction: column;
        line-height: 1.5;
    }   
}
/* @media screen and (max-width:450px) {
    nav ul {
        flex-direction: column;
        gap: 15px;
    }
}*/

/*section*/
.btn {
    font-size: 18px;
    background: #fff;
    color: #ec6710;
    padding: 15px 37px;
    border-radius: 5px;
    border: 2px solid #ec6710;
    margin-top: 42px;
}
.btn:hover {
    background: #ec6710;
    color: #fff;
}
.kontaktBtn {
    margin: 45px 0;
    text-align: center;
}
.kontaktText {
    text-align: center;
}
@media screen and (max-width:750px) {
    .btn {
        font-size: 14px;
        padding: 12px 24px ;
    }
}



/*footer*/
.pata {
    background: #444;
    padding: 42px 0 25px 0;
    text-align: center;
    margin-bottom: 20px;
}
.pata .logo img {
    padding-bottom: 20px;
}
.pataInfo,
.pataInfo a {
    color: #fff;
}
.pataInfo p {
    padding-bottom: 5px;
}
.copy {
    padding-bottom: 20px;
    font-size: 12px;
}
.copy .container {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width:750px) {
    .pata {
        font-size: 14px;
        padding: 32px 0 15px 0;
    }
    .copyL p {
        font-size: 10px;
    }
    .copyR p {
        font-size: 10px;
    }
}

/*služby*/
.sectionInfo .container {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
.sectionInfo p:not(.sectionInfoKontakt p, .sectionInfoFakt p,),
.sectionInfo .kontaktBtn {
    text-align: center;
    padding-bottom: 45px;
}
.sectionInfo h2:not(table h2, .sectionInfoFakt h2, .miniContainer h2) {
    padding-bottom: 20px;
}
.sluzbySloupec p,
.sluzbySloupecLast p {
    text-align: center;
}
.sluzbySloupec h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #ec6710;
    text-align: center;
}
.sluzbySloupecLast h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #ec6710;
    text-align: center;
    margin-top: 40px;
}
@media screen and (max-width:1000px) {
    .sectionInfo .container {
        display: flow;
    }
    .sluzbySloupec h2,
    .sluzbySloupecLast h2 {
        font-size: 20px;
    }
    .sectionInfo h2:not(table h2, .sectionInfoFakt h2, .miniContainer h2) {
        padding: 12px 0;
    }
    .sluzbySloupecLast h2 {
        margin-top: 0px;
    }
    .sectionInfo h1 {
        font-size: 32px;
        padding: 32px;
    }
}

/*cenik*/
table {
    font-size: 18px;
    box-sizing: border-box;
    border-color: #000;
    width: 58%;
    border-spacing: 20px;
    margin-left: 21%;
    margin-right: 21%;
}
thead {
    background-color: #444;
    max-width: 1128px;
}
table h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #ec6710;
    text-align: center;
    padding: 23px;
}
td:first-of-type {
    padding: 20px 20px;
    width: 73%;
    height: 61px;
}
td:last-of-type {
    padding: 20px 20px;
    width: 27%;
    height: 61px;
    color: #fff;
    font-weight: 700;
    text-align: right;
}
.sectionInfoText p {
    padding: 22px 0 42px;
    text-align: center;
}
.cenikNadpis h1 {
    padding: 42px 0 22px;
}
@media screen and (max-width:1500px) {
    table h2 {
        font-size: 20px;
        padding: 16px;
    }
    table {
        font-size: 14px;
        border-spacing: 16px;
        width: 70%;
        margin: auto;
    }
    td:first-of-type {
        padding: 15px 15px;
    }
    td:last-of-type {
        padding: 15px 15px;
    }
}
@media screen and (max-width:1100px) {
    table h2 {
        font-size: 20px;
        padding: 16px;
    }
    td:first-of-type {
        padding: 15px 15px;
    }
    td:last-of-type {
        padding: 15px 15px;
    }
    .sectionInfoText p {
        width: 84%;
        margin-left: 8%;
        margin-right: 8%;
    }
}
@media screen and (max-width:850px) {
    td:first-of-type {
        padding: 14px 14px;
    }
    td:last-of-type {
        padding: 14px 14px;
    }
    table {
        font-size: 14px;
        border-spacing: 16px;
        width: 80%;
        margin: auto;
    }
    .sectionInfoText p {
        font-size: 16px;
        width: 84%;
        margin-left: 8%;
        margin-right: 8%;
    }
}
@media screen and (max-width:600px) {
    table {
        font-size: 12px;
        border-spacing: 14px;
        width: 80%;
        margin: auto;
    }
    .sectionInfoText p {
        font-size: 16px;
        width: 84%;
        margin-left: 8%;
        margin-right: 8%;
    }
}
@media screen and (max-width:500px) {
    table {
        font-size: 12px;
        border-spacing: 12px;
        width: 80%;
        margin: auto;
    }
    .sectionInfoText p {
        font-size: 15px;
        width: 84%;
        margin-left: 8%;
        margin-right: 8%;
    }
    td:first-of-type {
        padding: 10px 10px;
    }
    td:last-of-type {
        padding: 10px 10px;
    }
}
@media screen and (max-width:450px) {
    table {
        font-size: 10px;
        border-spacing: 12px;
        width: 90%;
        margin: auto;
    }
    .sectionInfoText p {
        font-size: 13px;
        width: 84%;
        margin-left: 8%;
        margin-right: 8%;
    }
    td:first-of-type {
        padding: 5px 10px;
    }
    td:last-of-type {
        padding: 5px 10px;
    }
}


/*kontakt*/
.sectionInfoFakt h2{
    font-size: 30px;
    text-transform: uppercase;
    color: #ec6710;
    margin-bottom: 13px;
}
.sectionInfoFakt {
    margin: 29px 0;
    text-align: center;
}
.sectionInfoFakt p {
    font-size: 24px;
}
.sectionInfoKontakt p {
    font-size: 24px;
    text-align: center;
    padding-bottom: 13px;
}
.miniContainer {
    width: 50%;
    margin: auto;
}
.miniContainer h2 {
    background: #444;
    font-size: 30px;
    text-transform: uppercase;
    color: #ec6710;
    margin-bottom: 42px;
    text-align: center;
    padding: 18px 0;
}
@media screen and (max-width:1000px) {
    .miniContainer {
        width: 70%;
    }
}
@media screen and (max-width:320px) {
    .miniContainer {
        width: 80%;
    }
}

/*formulář*/
.miniContainer input[type="text"] {
    font-size: 18px;
    background: #d9d9d9;
    width: 100%;
    padding: 20px;
}
.miniContainer input[type="email"] {
    font-size: 18px;
    background: #d9d9d9;
    width: 100%;
    padding: 20px;
}
.miniContainer textarea {
    font-size: 18px;
    background: #d9d9d9;
    width: 100%;
    padding: 20px;
    font-family: 'Roboto';
    padding-bottom: 200px;
}
.miniContainer input::placeholder,
.miniContainer textarea::placeholder {
    color: #ec6710;
}
form input,
form textarea {
    border-radius: 10px;
    border: none;
    margin-bottom: 32px;
}
input[type="submit"] {
    cursor: pointer;
}
.miniContainer .formBtn {
    text-align: right;
}
@media screen and (max-width:1000px) {
    .sectionInfoKontakt p {
        font-size: 18px;
        padding-bottom: 8px;
    }
    .sectionInfoFakt h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .sectionInfoFakt p {
        font-size: 18px;
    }
    .miniContainer h2 {
        font-size: 20px;
        margin-bottom: 26px;
        padding: 15px 0;
    }
    form input,
    form textarea {
        border-radius: 8px;
        margin-bottom: 26px;
    }
    .miniContainer textarea {
        padding: 20px;
        font-family: 'Roboto';
        padding-bottom: 80px;
    }
}
@media screen and (max-width:900px) {
    .sectionInfoKontakt p {
        font-size: 18px;
        padding-bottom: 8px;
    }
    .sectionInfoFakt h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .sectionInfoFakt p {
        font-size: 18px;
    }
    .miniContainer h2 {
        font-size: 20px;
        margin-bottom: 26px;
        padding: 15px 0;
    }
    form input,
    form textarea {
        border-radius: 8px;
        margin-bottom: 26px;
    }
    .miniContainer textarea {
        padding: 20px;
        font-family: 'Roboto';
        padding-bottom: 20px;
    }
}
@media screen and (max-width:750px) {
    .miniContainer h2 {
        font-size: 20px;
        margin-bottom: 20px;
        padding: 15px 0;
    }
    form input,
    form textarea {
        border-radius: 6px;
        margin-bottom: 20px;
    }
    .miniContainer textarea {
        padding: 20px;
        font-family: 'Roboto';
    }
    .miniContainer input[type="text"] {
        font-size: 14px;
        padding: 16px;
    }
    .miniContainer input[type="email"] {
        font-size: 14px;
        padding: 16px;
    }
    .miniContainer textarea {
        padding: 16px;
        font-size: 14px;
    }   
}
@media screen and (max-width:500px) {
    .sectionInfo h1 {
        padding: 26px;
    }
    .sectionInfoKontakt p {
        font-size: 16px;
        padding-bottom: 8px;
    }
    .sectionInfoFakt p {
        font-size: 16px;
    }
}

/*404*/
.nenalezeno h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #ec6710;
    text-align: center;
    padding-bottom: 45px;
}
.nenalezeno {
    width: 84%;
    margin: auto;
}
.tlacitko404 {
   text-align: center;
   margin-bottom: 45px;
}

/*socialni site*/
.socLeft {
    position: absolute;
    top: 90px;
    left: 0;
}
.socLeft a {
    display: block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #ec6710;
    font-size: 28px;
    border-radius: 0 5px 5px 0;
    position: fixed;
    color: #fff;
}
.socLeft a:hover {
    background: #1877f2;
}
@media screen and (max-width:500px) {
    .socLeft a {
        position: absolute;
    }
}

/*stránka page*/
.strankaPage p:last-child {
    padding-bottom: 42px;
}
.container #cmplz-document.cmplz-document.cookie-statement.cmplz-document-eu {
    margin: auto;
}
#cmplz-document.cmplz-document.cookie-statement.cmplz-document-eu h2 {
    text-transform: uppercase;
    text-align: center;
}
.cmplz-document cookie-statement cmplz-document-eu {
    max-width: none;
}




