/* ========== VSEOBECNE ========== */
body {
    color: #0b0c0c;
    font-family: "Source Sans Pro", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 100%;
}
p {
    color: #0b0c0c;
}

h1, h2, h3, h4, h5, h6,
.h2, .h3, .h4, .h5, .h6 {
    /* font-family: 'Baloo 2', cursive; */
    /* font-family: 'PT Serif', serif; */
    font-family: "Source Sans Pro", "Arial", sans-serif;
    color: #00804F;
}
h1, .h1 { font-size: 2.2rem; margin-top: 2rem; }
h2, .h2 { font-size: 2.0rem; }
h3, .h3 { font-size: 1.8rem; }
h4, .h4 { font-size: 1.6rem; }
h5, .h5 { font-size: 1.4rem; }
h6, .h6 { font-size: 1.2rem; }

table, th, td {
    border: 1px solid gray;
}
th, td {
    padding: 2px 8px;
}






/* ========== JOJOVE CSS ========== */
/* ========== JOJOVE CSS ========== */
/* ========== JOJOVE CSS ========== */

/* CKE5 - text sizes */
span.text-tiny {
    font-size: 0.7em;
}

span.text-small {
    font-size: 0.85em;
}

span.text-big {
    font-size: 1.4em;
}

span.text-huge {
    font-size: 1.8em;
}

/* CKE5 - images positions  */
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

div p + .image-style-side {
    margin-top: 0;
}

.image-style-side {
    float: right;
    max-width: 50%;
}

.image {
    clear: both;
    display: table;
    margin: 0.9em auto;
    min-width: 50px;
    text-align: center;
}

.image-style-align-left {
    float: left;
}

.image-style-align-right {
    float: right;
}

.image-style-block-align-left {
    margin-left: 0;
    margin-right: auto;
}

.image-style-block-align-right {
    margin-left: auto;
    margin-right: 0;
}

/* CKE5 - list style */

ul:not([class]) {
    list-style-type: disc;
    /* list-style-position: inside; */
}

ol:not([class]) {
    list-style-type: decimal;
    /* list-style-position: inside; */
}

ul:not([class]) ul:not([class]), ol:not([class]) ul:not([class]) {
    list-style-type: circle;
    margin-left: 15px;
}

ul:not([class]) ul:not([class]) ul:not([class]), ol:not([class]) ul:not([class]) ul:not([class]) {
    list-style-type: square;
}

ol:not([class]) ol:not([class]), ul:not([class]) ol:not([class]) {
    list-style-type: lower-latin;
    margin-left: 15px;
}

.todo-list {
    margin: 0;
    padding: 0;
    overflow: auto;
}

.todo-list {
    list-style: none;
    padding-left: 40px;
}

.todo-list > li {
    padding: 10px;
}

.todo-list .todo-list__label > input {
    left: -25px;
}

.todo-list .todo-list__label > input[checked]:before {
    background: #26ab33;
    border-color: #26ab33;
}

.todo-list {
    list-style: none;
}

.ck .todo-list {
    padding-left: 40px;
}


.todo-list > li {
    border-radius: 2px;
    padding: 3px;
    background: #f4f4f4;
    margin-bottom: 2px;
    border-left: 2px solid #e6e7e8;
    color: #444;
}

.todo-list li {
    margin-bottom: 5px;
}

.todo-list li {
    background-color: unset;
    border-left: none;
}

.todo-list .todo-list__label > input {
    cursor: pointer;
}

.todo-list .todo-list__label > input {
    -webkit-appearance: none;
    border: 0;
    display: inline-block;
    height: 1em;
    left: -25px;
    margin-left: 0;
    margin-right: -15px;
    position: relative;
    right: 0;
    vertical-align: middle;
    width: 1em;
}

.todo-list .todo-list__label > input:before {
    border: 1px solid #333;
    border-radius: 2px;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: box-shadow .25s ease-in-out, background .25s ease-in-out, border .25s ease-in-out;
    width: 100%;
}

.todo-list .todo-list__label > input[checked]:after {
    border-color: #fff;
}

.todo-list__label > input:after {
    border-color: transparent;
    border-style: solid;
    border-width: 0 calc(1em / 8) calc(1em / 8) 0;
    box-sizing: content-box;
    content: "";
    display: block;
    height: calc(1em / 2.6);
    left: calc(1em / 3);
    pointer-events: none;
    position: absolute;
    top: calc(1em / 5.3);
    transform: rotate(45deg);
    width: calc(1em / 5.3);
}


/* CKE5 - table */
table {
    width: 100%;
}
table, th, td {
    border: 1px solid gray;
}
th, td {
    padding: 0.2em 0.5em;
}

/* clear floats */
[id^="cms-block-"]:after {
    content: "";
    display: block;
    clear: both;
}

li {
    list-style: unset;
} 

/* ========== JOJOVE CSS ========== */
/* ========== JOJOVE CSS ========== */
/* ========== JOJOVE CSS ========== */




/* ========== LOGO ========== */
.web-logo {
    display: block;
}

/* ========== HOMEPAGE ========== */
.navbar-brand {
    /* font-family: 'Baloo 2', cursive; */
    /* font-weight: 600; */
    /* color: #5306aa!important; */
}

/* ---------- medzery zhora ---------- */
#main {
    padding-top: 3.7rem;
}

.cms_seo_homepage h1.govuk-heading-xl {     /* schova nadpis na homepage */
    display: none;
}


/* ========== MENU ========== */
.subMenu {
    box-shadow: none;
}
.subMenu .navbar {
    background-color: #567722;
}
.navbar-light .navbar-nav .nav-link {
    color: lightyellow;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: white !important;
    text-decoration: dotted !important;
}


/* ========== IMAGE HOMEPAGE ========== */
.image-homepage {
    background-color: #91c63a;
}
.image-homepage img {
    box-shadow: 0px 0px 5px black inset;
}


/* ========== CAROUSEL ========== */
/* #bootstrapCarousel {
    border-bottom: 1px solid gray;
}
#bootstrapCarousel .carousel-caption {
    position: absolute;
    right: 15%;
    top: 0rem;
    left: 15%;
    padding-top: 0.5rem;
    padding-bottom: 1.0rem;
    color: #fff;
    text-align: center;
}
#bootstrapCarousel .carousel-caption p {
    color: #000000;
    font-size: 1.0rem;
    font-weight: 800;
    text-shadow: -1px -1px 0 rgb(255, 255, 255), 1px -1px 0 rgb(255, 255, 255), -1px 1px 0 rgb(255, 255, 255), 1px 1px 0 rgb(255, 255, 255);
}
#bootstrapCarousel .carousel-caption p strong {
    display: block;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 800;
    text-shadow: -1px -1px 0 rgb(255, 255, 255), 1px -1px 0 rgb(255, 255, 255), -1px 1px 0 rgb(255, 255, 255), 1px 1px 0 rgb(255, 255, 255);
}
#bootstrapCarousel .carousel-control-prev-icon,
#bootstrapCarousel .carousel-control-next-icon {
    background-color: gray;
    box-shadow: 0px 0px 10px 5px gray;
}
#bootstrapCarousel .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 0.2rem;
    margin-left: 15%;
    list-style: none;
}
#bootstrapCarousel .carousel-indicators button {
    border: 2px solid black;
    background-color: gray;
}
#bootstrapCarousel .carousel-indicators button.active {
    border: 2px solid #5306aa;
    background-color: #5306aa;
} */



/* ========== IKON LINKY ========== */
.title {
    margin-bottom: 1rem;
}


/* ========== IKON LINKY ========== */
.about {
    margin-top: 3rem;
}


/* ========== INICIATIVA ========== */
.iniciativa {
    margin-top: 3rem;
}


/* ========== CIELE INICIATIVY ========== */
.ciele-iniciativy {
    margin-top: 3rem;
    background-color: #f2f5e2;
}
.ciele-iniciativy .citacia {
    margin-top: 1rem;
    background-color: white;
    padding: 0rem 1rem 0.5rem 1rem;
    position: relative;
}
.ciele-iniciativy .citacia img.quotes-upper {
    position: relative;
    top: -20px;
}
.ciele-iniciativy .citacia img.quotes-bottom {
    position: absolute;
    bottom: -20px;
    right: 20px;
}


/* ========== FAKTY ========== */
.fakty {
    margin-top: 3rem;
}
.fakty .velke-cislo {
    font-size: 2rem;
    color: #567722;
    font-family: 'PT Serif', serif;
}
.fakty .hlaska {
    font-size: 1.2rem;
    font-weight: bold;
}
.fakty h3 {
    margin-top: 3rem;
}


/* ========== FOOTER ========== */
.contact p {
    color: unset;
}



/* ==========  R E S P O N S I V E   B R E A K P O I N T S  ========== */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .web-logo {
        display: inline-block;
    }

    /* #bootstrapCarousel .carousel-caption {
        position: absolute;
        top: 1.25rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    #bootstrapCarousel .carousel-caption p {
        font-size: 1.2rem;
    }
    #bootstrapCarousel .carousel-caption p strong {
        font-size: 1.5em;
    } */
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    
    /* #bootstrapCarousel .carousel-caption p {
        font-size: 1.5rem;
    }
    #bootstrapCarousel .carousel-caption p strong {
        font-size: 1.8em;
    } */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
}