/*
Theme Name: Mikroregion
Author: Kromeriz
*/

* {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}

body {
    background-color: #f7f7f7;
}

h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 65px;
    font-size: 55px;
}

h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 55px;
    font-size: 40px;
    line-height: 50px;
}

p {
    line-height: 28px;
    font-size: 16px;
    color: rgb(133, 134, 140);
}

a {
    color: #f2af00;
}

a:hover {
    color: #f2af00;
    text-decoration: underline;
}

ol li {
    margin-bottom: 10px;
    color: rgb(133, 134, 140);
}


.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: white;
    padding: 1rem 1rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #f7f7f7;
    z-index: 10;
    
}

.uk-sticky {
    background: white;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: none;
}

.header img {
    max-height: 50px;
}

.header > a {
    font-size: 1.5rem;
    color: white;
    margin-right: 40px;
}

.header > a:hover {
    text-decoration: none;
}

.uk-navbar-nav>li>a {
    min-height: auto;
}

.header .uk-navbar-container .uk-navbar-nav li a {
    color: rgb(133, 134, 140);
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 15px;
}

.header .uk-navbar-container .uk-navbar-nav li a:hover {
    opacity: 0.5;
}

.header .uk-navbar-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hlasovacka-item > a {
    color: white !important;
    padding: 10px !important;
    background: #f2af00 !important;
   
}

.header .uk-navbar-nav .menu-item-has-children > a::after {
    content: url('icons/chevron-down.svg');
    width: 16px;
    height: 16px;
}

.uk-navbar-dropdown {
    background: #007bbf;
}

.current-menu-item {
    text-decoration: underline;
}

.featured {
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}

.featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 0;
    opacity: 0.5;
}

.featured h1 {
    padding: 4rem 0;
    color: black;
    position: relative;
    z-index: 1;
    font-size: 4rem;
}

.no-featured {
    padding: 4rem 0;
    color: black;
    margin: 0px 0px 20px 0px;
    text-align: center;
    font-size: 4rem;
}

.wrapper {
    max-width: 1200px;
    margin: 0px auto;
}

.reponsive-menu {
    display: none;
}

.uk-navbar-dropdown>:last-child {
    list-style: none;
    padding: 0px;
}

.uk-navbar-dropdown li {
    margin-bottom: 10px;
}

.uk-navbar-dropdown li:last-child {
    margin-bottom: 0px;
}

.wrapper iframe {
    max-width: 100%;
}

.header .uk-offcanvas-bar {
    background: white;
    padding: 30px 0px 0px 0px;
    border-right: 1px solid white;
}

.header .uk-offcanvas-bar > button {
    color: grey;
}

.sm-blue {
    width: 100%;
    box-shadow: none;
}

.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
    background: white;
    color: grey;
}








.header-animacni {
    background-image: url("../../uploads/2023/05/kromeriz.jpg");
    padding: 175px 0px;
    position: relative;
    background-position: center;
    background-size: cover;
}

.header-animacni::after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: #916F10;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.animacka-text {
    position: relative;
    color: white;
    z-index: 2;
}

.header-animacni .vrchol p {
    color: #f2af00;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    font-size: 20px;
}

.header-animacni h1 {
    text-transform: uppercase;
    color: white;
    margin: 45px 0px;
    font-weight: bold;
    font-size: 70px;
    line-height: 85px;
}

.header-animacni .oddelovac-text {
    text-transform: uppercase;
    color: white;
    font-size: 25px;
    display: flex;
    align-items: center;
    margin-left: -20px;
}

.header-animacni .oddelovac-text .oddelovac {
    width: 6px;
    height: 40px;
    background-color: #f2af00;
}

.header-animacni .oddelovac-text > * {
    padding-left: 20px;
}

.predstaveni {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -40px;
    padding: 70px 0px 170px 0px;
}

.predstaveni .predstaveni-leva {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px;
}

.predstaveni .predstaveni-prava {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding-left: 40px;
}

.predstaveni .predstaveni-prava h2 {
    font-size: 25px;
    line-height: 32px;
}

.faze {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-top: 70px;
    margin-bottom: 75px;
}

.faze .faze-polozka {
    width: 25%;
    padding-left: 30px;
}

.faze .faze-uvnitr {
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 30px;
    height: 100%;
    border: 1px solid #f2af00;
}

.faze .uk-icon {
    color: #f2af00;
}

.faze .uk-icon svg {
    width: 45px;
    fill: #f2af00;
}

.faze .faze-uvnitr h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 35px;
}

.faze .faze-uvnitr p {
    margin: 0px;
}

.nadpis-center {
    text-align: center;
}

.rozpocty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 170px;
}

.rozpocty > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px;
}

.rozpocty .rozpocty-prava {
    text-align: right;
}

.rozpocty .rozpocty-leva h2{
    margin-bottom: 30px;
}


.dotazy {
    background: #54554d;
    padding: 60px 0px;
}

.dotazy-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -40px;
}

.dotazy-wrapper > * {
    padding-left: 40px;
}

.dotazy p, .dotazy h2, .dotazy li {
    color: white;
}

.dotazy p.statutar {
    color: #f2af00;
    font-size: 25px;
    font-weight: 800;
}

.dotazy h2 {
    margin-top: 20px;
}

.dotazy .osoby {
    font-weight: bold;
    font-size: 18px;
}

.dotazy .dotazy-leva
{
    width: 75%;
}

.dotazy .dotazy-prava {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.dotazy .dotazy-prava a {
    white-space: nowrap;
    color: white;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    background: #f2af00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: background-color .5s ease;
}

.dotazy .dotazy-prava a:hover {
    text-decoration: none;
    background: #b88400;
}

.dotazy .dotazy-prava .textik {
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
}

.dotazy .dotazy-prava svg {
    width: 27px;
}

#harmonogram h1 {
    margin-bottom: 70px;
}

.harmonogram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -40px;
}

.harmonogram-polozka {
    width: 50%;
    padding-left: 40px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -35px;
}

.harmonogram-polozka-left {
    flex: none;
    padding-left: 35px;
}

.harmonogram-polozka-left span {
    display: inline-block;
    background: #f2af00;
    padding: 10px;
    border-radius: 5px;
}

.harmonogram-polozka-left span svg {
    color: white;
}

.harmonogram-polozka-right {
    padding-left: 35px;
}

.harmonogram p {
    margin: 0px;
}

.harmonogram-polozka-right p:last-child {
    line-height: 23px;
    font-size: 15px;
}

.harmonogram .harmonogram-p {
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    color: #424242;
    line-height: 35px;
    margin-bottom: 10px;
}

.harmonis {
    background: white;
    padding-top: 70px;
    padding-bottom: 110px;
}

.system-polozka {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -60px;
}

.system-polozka > div{
    width: 50%;
    padding-left: 60px;
}

.system {
    margin: 100px 0px 140px 0px;
}

.system-polozka-left span p  {
    color: #f2af00;
    font-weight: bold;
    font-size: 20px;
}

#pravidla {
    background: white;
}

.pravidla {
    padding: 100px 0px;;
}

.pravidla h1 {
    text-align: center;
    margin-bottom: 70px;
}

.paticka {
    background: #40413b;
    color: white;
    padding: 30px 0px;
}

.paticka-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.paticka-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -20px;
}

.paticka-left p {
    color: white;
    font-size: 14px;
}

.paticka-left > * {
    padding-left: 20px;
}

.paticka-left img {
    height: 50px;
}

.paticka-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -20px;
}

.paticka-right > * {
    padding-left: 20px;
    display: flex;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -5px;
}

.paticka-right span {
    padding-left: 5px;
    font-size: 14px;
}

#formulare {
    padding: 70px 0px;
}

.formulare-obsah {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.formulare-obsah > div {
    padding-left: 20px;
}

#formulare a {
    white-space: nowrap;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #f2af00;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .5s ease;
    color: black;
}

#formulare a:hover {
    text-decoration: none;
    background: #b88400;
    color: white;
    border: 1px solid #b88400;
}

.formulare-obsah span:last-child {
    padding-left: 8px;
}

.reponsive-menu {
    color: grey;
}

#pravidla .nadpis-center {
    padding-top: 80px;
}

.pravidla {
    padding: 50px 0px;
    max-width: 800px;
    margin: 0px auto;
}

.pravidla .uk-accordion-title {
    color: black;
    padding: 10px;
    border: 1px solid #f2af00;
    font-family: Raleway, sans-serif;
    font-size: 21px;
    color: black;
    
}

.pravidla .uk-accordion-title:hover {
    background: rgba(242,175,0,0.5);
}

.pravidla .uk-open .uk-accordion-title {
    background: rgba(242,175,0,0.5);
}

.wpcf7-form p {
    margin: 0px;
}

.formular-prilohy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wpcf7-form {
    margin-top: 30px;
}

.wpcf7-form > div {
    margin-bottom: 30px;
}

.formular-prilohy p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.formular-zprava textarea {
    width: 100%;
    padding: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
    font-size: 15px;
}

.wpcf7-form .wpcf7-submit {
    white-space: nowrap;
    color: white;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    background: #f2af00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: background-color .5s ease;
    border: none;
    font-size: 18px;
    font-weight: 500;
}

.wpcf7-form .wpcf7-submit:hover {
    text-decoration: none;
    background: #b88400;
    cursor: pointer;
}

.wpcf7-form input[type="email"]
{
    padding: 5px;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
    font-size: 15px;
    max-width: 100%;
}

.nebo_form {
    margin-top: 40px;
}

.vysledky {
    max-width: 900px;
    margin: 0px auto;
    margin-top: 80px;
    margin-bottom: 100px;
    background: #f2af0024;
    padding: 40px 40px;
    border: 1px solid #f2af00;
}

.uk-table-divider>:first-child>tr:not(:first-child), .uk-table-divider>:not(:first-child)>tr, .uk-table-divider>tr:not(:first-child) {
    border-top: 1px solid #f2af00;
}

tr {
    font-weight: 600;
}

.uk-table th {
    font-size: 17px;
    font-weight: 500;
}

.hlasovani {
    background: #f2af00 !important;
    padding: 10px;
    display: inline-block;
}

.hlasovani a {
    background: #f2af00 !important;
    color: white !important;
}

.wrapper .akordion .uk-grid:nth-child(odd) .uk-width-2-5\@m {
    background: #f2af00;
    padding-right: 40px;
    border: 2px solid #cb9402;
    padding-left: 40px;
}

.wrapper .akordion .uk-grid:nth-child(even) .uk-width-2-5\@m {
    padding-right: 40px;
    border: 2px solid black;
    border-right: none;
    padding-left: 40px;
}

.wrapper .akordion .uk-grid .uk-width-2-5\@m {
    padding-top: 30px;
    padding-bottom: 30px;
}


.wrapper .akordion .uk-grid:nth-child(odd) .content-akordion p {
    color: white;
}

.content-akordion {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: baseline;
}

.content-akordion p {
    line-height: 28px;
    text-align: justify;
    hyphens: auto;
}

.wrapper .akordion .uk-grid:nth-child(odd) .content-akordion h2 {
    color: white;
}

.wrapper .akordion .content-akordion h2 {
    font-weight: 500;
    margin: 0;
    font-size: 30px;
    line-height: 42px;
}

.wrapper .akordion .uk-grid {
    margin-bottom: 120px;
}

.wrapper .akordion .uk-grid.rocniky:last-child {
    margin-bottom: 40px;
}

.wrapper .akordion .uk-grid.rocniky:first-child {
    margin-top: 40px;
}

.akordion .uk-accordion-title {
    font-size: 40px;
    font-weight: 800;
    margin: 20px 0px 0px 0px;
    color: #f2af00;
    margin-bottom: 20px;
}

.akordion .uk-accordion-content {
    margin-top: 0px;
}

.rocniky iframe {
    width: 100%;
    min-height: 400px;
    height: 100%;
}

.minule-rocniky li.uk-open > a {
    text-decoration: underline;
    color: #f2af00;
}

.minule-rocniky li.uk-open > a::before {
    display: none;
}

.minule-rocniky .uk-accordion-title::before {
    display: none;
}

.minule-rocniky li > a {
    color: #f2af00 !important;
}

.minule-rocniky li > a:hover {
    color: black !important;
}

.minule-rocniky {
    margin: 100px 0px;
}

.minule-rocniky .lokace {
    color: white;
    display: inline-block;
    border: 2px solid white;
    padding: 8px 12px;
    font-weight: 600;
    margin-top: 17px;
    transition: all .2s ease-in;
}

.minule-rocniky .lokace:hover {
    color: black;
    border: 2px solid black;
}

.rocniky:nth-child(even) .lokace {
    border: 2px solid black;
    color: black;
}

.rocniky:nth-child(even) .lokace:hover {
    border: 2px solid #f2af00;
    color: #f2af00;
}

.minule-rocniky .lokace:hover {
    text-decoration: none;
}

.minule-rocniky .lokace span:nth-child(2) {
    padding-left: 8px;
    line-height: 16px;
}

.minule-rocniky-hlavicka {
    padding: 80px 0px;
    position: relative;
}

.minule-rocniky-hlavicka img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.minule-rocniky-hlavicka h1 {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    font-weight: 700;
}

.minule-rocniky-hlavicka::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: #916F10;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.sekece-kontakt {
    font-size: 12px;
    font-style: italic;
}

@media screen and (max-width: 1347px) {
    
    .wrapper {
        padding-left: 2rem;
        padding-right: 2rem;
    }

}

@media screen and (max-width: 1177px) {
    
    .featured h1, .no-featured {
        padding: 2rem 0;
        font-size: 3rem;
    }

    .header {
        padding: 0.5rem 2rem;
    }

    .header-animacni {
        padding: 70px 0px;
    }

    .header-animacni h1 {
        margin: 40px 0px;
        font-size: 50px;
        line-height: 65px;
    }

    .header-animacni .vrchol p {
        font-size: 17px;
    }

    .predstaveni {
        padding: 70px 0px 100px 0px;
    }

    h1 {
        line-height: 57px;
        font-size: 45px;
    }

    .faze .faze-polozka {
        width: 50%;
        margin-bottom: 30px;
    }

    .rozpocty {
        margin-bottom: 60px;
    }

    .harmonis {
        padding-bottom: 30px;
    }

    .system {
        margin: 100px 0px 50px 0px;
    }
    
}

@media screen and (max-width: 1018px) {
    .dotazy-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .dotazy .dotazy-leva {
        width: 100%;
        margin-bottom: 30px;
    }

    .dotazy .dotazy-prava {
        width: 100%;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
    }
}

@media screen and (max-width: 894px) {
    .predstaveni {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 35px 0px 100px 0px;
    }

    h1 {
        line-height: 47px;
        font-size: 35px;
    }

    .faze .faze-polozka {
        width: 100%;
    }

    .faze {
        margin-bottom: 35px;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .faze .faze-uvnitr h2 {
        font-size: 20px;
        line-height: 35px;
    }

    .rozpocty {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 80px;
    }

    .rozpocty-prava {
        margin-top: 38px;
        text-align: center;
    }

    .harmonogram-polozka {
        width: 100%;
    }

    .harmonis {
        padding-bottom: 30px;
    }

    .system {
        margin: 70px 0px 50px 0px;
    }

    .system-polozka {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .system-polozka > div {
        width: 100%;
    }

    .pravidla {
        padding: 40px 0px;
    }

    .paticka-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .paticka-left {
        margin-bottom: 30px;
    }
 
}

@media screen and (max-width: 500px) {
    
    .featured h1, .no-featured {
        padding: 2rem 0;
        font-size: 2rem;
    }

    .wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
}



@media screen and (max-width: 767px) {
    .reponsive-menu {
        display: initial;
    }

    .header .uk-navbar-container {
        display: none;
    }
}