html, body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;

    margin: 0px;
    padding: 0px;
    border: 0px;
    color: #777;
    font-weight: 300;
    font-family: "Oswald", Arial, serif !important;
}

#logo {
    background: url(/storage/app/media/logocz.png) no-repeat;
    background-size: contain;
    height: 120px;
    width: 280px;
    display: inline-block;
}

#footer {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    min-height: 100px;
    background-color: orange;
    padding: 0;
}

#footercontent {
    display: flex;
}

#footer2 {
    margin: 0;
    margin-top: auto;
    min-height: 25px;
    background-color: black;
}

#social {
    margin: auto;
    font-size: 2em;
}

.orangerow {
    color: black !important;
    background: orange !important;
}

.orangetext {
    color: orange !important;
}


a, span {
    font-family: "Oswald", Arial, serif;
    font-weight: 400;
    text-decoration: none;
    color: orange;
}

#info i {
    margin: 5px;
}

nav a {
    color: black !important;
}

.nav-link, .navbar * {
    color: black !important;
}


#aktuality ul, #kontakty ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#aktuality img, #kontakty img, #page img {
    /*max-width: 300px;*/
    width: 100%;
    height: auto;
    /*width: 70vw;*/

}


#sluzby {
    text-align: center;
}

#sluzby img {
    width: 100%;
}

#sluzby div {
    display: inline-block;
    border: 2px solid black;
    width: 15.8% !important;
}

@media only screen and (max-width: 1200px) {
    #sluzby div {
        width: 15.8% !important;

    }
}

@media screen and (max-width: 992px) {
    #sluzby div {
        min-width: 130px;
        width: 19% !important;
    }


}

@media only screen and (max-width: 600px) {
    #sluzby div {
        min-width: 100px;
        width: 23% !important;
    }

    #aktuality img, #kontakty img, #page img {
        max-width: none;
    }
}




/* responsive tables */
/*
.r-table {
    margin: 0;
    min-width: 300px;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.r-table img {
    width: 100%;
    height: auto;
    width: 70vw;
}

.r-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.r-table th {
    display: none;
}

.r-table td {
    flex: 1;
    display: block;
    vertical-align: top;
    width: 100%;
}

.r-table td:first-child {
    padding-top: .5em;
}

.r-table td:last-child {
    padding-bottom: .5em;
}

.r-table td:before {
    content: attr(data-th) " ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}

@media (min-width: 700px) {
    .r-table td:before {
        display: none;
    }
}

.r-table th, .r-table td {
    text-align: left;
}

@media (min-width: 700px) {
    .r-table td {
        width: 25%;
        max-width: 25%;
    }

    .r-table th, .r-table td {
        display: table-cell;
        padding: .25em .5em;
    }

    .r-table th:first-child, .r-table td:first-child {
        padding-left: 0;
    }

    .r-table th:last-child, .r-table td:last-child {
        padding-right: 0;
    }

    .r-table img {
        width: 100%;
        height: auto;
        max-width: 20vw;
    }
}


.r-table {
    border-radius: .4em;
    overflow: hidden;
}
*/








.multi-column {
    min-width: 300px;
}

.multi-column .row>* {
    padding: 0px !important;
}

.multi-column-dropdown {
    list-style: none;
    margin: 0px;
    padding: 0px !important;
}

.multi-column-dropdown li a {
    display: block;
    clear: both;
    color: #333;
    font-weight: 300;
    padding: 2px !important;
}

.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #999;
}

h1 {
    padding: 0 !important;
    font-weight: 700 !important;
    font-size: 42px !important;
    margin-bottom: 10px !important;
    color: #faa61b;
}

h1:after {
    width: 80px;
    height: 3px;
    display: block;
    background: #ccc;
    margin: 10px 0 20px;
    content: " ";
    position: relative;
}

h2 {
    font-weight: 300;
    font-size: 28px;
    padding: 15px 0 5px;
    margin: 7px 0;
}

h3 {
    font-weight: 700;
    font-size: 20px;
}

.post_odd {
    background: rgba(0, 0, 0, 0.045);
    padding-left: 10px;
}

.post_even {
    background-color: rgba(0, 0, 0, 0.025);
    padding-left: 10px;
}





table {
    border-spacing: 1;
    border-collapse: collapse;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

table * {
    position: relative;
}

table tbody tr:last-child {
    border: 0;
}
table td {
    vertical-align: top;
    padding: 12px;
}


@media screen and (max-width: 600px) {
    table {
        display: block;
    }

    table>*, table tr, table td, table th {
        display: block;
    }

    table thead {
        display: none;
    }

    table tbody td {
        height: auto;
        padding: 12px;
        min-width: 250px;
    }

    table tbody tr td {
        /*padding-left: 45%;
        margin-bottom: 12px;*/
    }

    table tbody tr td:last-child {
        margin-bottom: 0;
    }

    table tbody tr td:before {
        position: absolute;
        font-weight: 700;
        width: 40%;
        left: 10px;
        top: 0;
    }


}

