@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');


/* Defaultní nastavení všech hodnot */
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}


/* Změna způsobu počítání šířky a výšky elementu */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
}

html {
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background: #fff;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    line-height: 1.5em;
}


/*
@media (max-width: 1200px) {
    html {
        font-size: 100%;
    }
}

@media (max-width: 1000px) {
    html {
        font-size: 92%;
    }
}
*/
@media (max-width: 768px) {
    html {
        font-size: 85%;
    }
}


/* selection */

::selection {
    background-color: #c5a47e;
    color: #fff;
}

-webkit-::selection {
    background-color: #c5a47e;
    color: #fff;
}

::-moz-selection {
    background-color: #c5a47e;
    color: #fff;
}



/************************************
               layout             
*************************************/

.content {
    padding: 4vmin 0;
    /* min-height: 200px; */
    width: 100%;
}

.container-content {
    height: auto;
    margin: 0 auto;
    padding: 0 2vmin;
    position: relative;
    max-width: 1500px;
    width: 100%;
}

.container-content-flex {
    display: flex;
    justify-content: space-between;
    height: auto;
    margin: 0 auto;
    padding: 0 2vmin;
    max-width: 1800px;
    width: 100%;
}


/**/

p.clear {
    clear: both;
    font-size: 0px;
    height: 0px;
    line-height: 0px;
    text-indent: -500px;
}

hr {
    border-top: solid 1px #ccc;
    border-bottom: none;
    display: block;
    margin: 0 auto 3vmin auto;
    width: 100%;
}

hr.title {
    border-top: solid 1px #ccc;
    border-bottom: none;
    display: block;
    margin: 0 auto 1vmin auto;
    width: 100%;
}

@media screen and (max-width: 640px) {
    hr.title {
        margin: 0 0 15px 0;
    }
}

.bg-gray {
    background: #f4f4f8;
}


/* rozdělení­ pravá/levá část v kat. */

.content .content-left {
    float: left;
    min-width: 300px;
    height: auto;
    width: 70%;
}

.content .content-right {
    float: right;
    margin: 0 0 0 2%;
    height: auto;
    width: 23%;
}


@media screen and (max-width: 800px) {
    .content .content-left {
        width: 100%;
    }

    .content .content-right {
        margin: 20px 0 0 0;
        width: 100%;
    }

    .content .content-right-menu {
        display: none;
    }

    .content .content-right-menu.menu-no-hide {
        display: block !important;
    }
}



/************************************
              header             
*************************************/

header {
    background: #fff;
    box-shadow: 0 0 30px rgba(68, 45, 45, 0.2);
    display: flex;
    align-items: center;
    height: 80px;
    margin: auto;
    padding: 0 2vmin;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}


/* logo + nadpis */

.header-title {
    align-items: center;
    display: flex;
    flex: 1;
    height: auto;
    min-width: 230px;
    max-width: 230px;
}

.header-title a:link img {
    height: 100%;
    margin: 0 20px 0 0;
    max-height: 35px;
    width: auto;
}

.header-title h1 {
    color: #922c46;
    font-size: 0.9em;
    font-weight: 700;
    line-height: 1em;
}

.header-title h1 strong {
    font-size: 1.3rem;
}

.header-title h1 a:link,
.header-title h1 a:visited,
.header-title h1 a:hover {
    color: #922c46;
    font-size: 0.9em;
    font-weight: 700;
    line-height: 1em;
    text-decoration: none;
}

.header-title h1 a.title {
    display: block;
}

.header-title a:link,
.header-title a:visited,
.header-title a:hover {
    color: #922c46;
    font-size: 0.9em;
    font-weight: 700;
    line-height: 1em;
    text-decoration: none;
}

.header-title a strong {
    font-size: 1.3rem;
}


/* mutace */

.header-language {
    align-items: center;
    height: auto;
    display: flex;
    padding: 0 2vmin;
    max-width: 100px;
}

.header-language a:link,
.header-language a:visited {
    color: #666;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.2em;
    text-decoration: none;
    text-transform: uppercase;
}

.header-language a:hover {
    color: #922c46;
}

.header-language p {
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
}


/* menu */

.header-menu {
    /* border: solid 1px blue; */
    align-items: center;
    display: flex;
    justify-content: center;
    flex: 5;
    height: auto;
    z-index: 10;
}


/* hack pro zarovnání flex bloků vlevo/vpravo */

header>.container-content-flex>span {
    display: none;
}


/* ikony soc. sítí */

.header-social-icons {
    align-items: center;
    height: auto;
    display: flex;
    padding: 0 2vmin;
}

.header-social-icons .fa-facebook-f,
.header-social-icons .fa-youtube,
.header-social-icons .fa-instagram {
    color: #922c46;
    margin: 0 10px;
}

.header-social-icons .fa-facebook-f:hover {
    color: #3b5998;
}

.header-social-icons .fa-youtube:hover {
    color: #ff0000;
}

.header-social-icons .fa-instagram:hover {
    color: #c3317f;
}


/* katalog */

.header-catalog {
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 0 2vmin;
}

.header-catalog a:link,
.header-catalog a:visited {
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.2em;
    text-decoration: none;
    text-transform: uppercase;
}

.header-catalog a:hover {
    color: #922c46;
    text-decoration: none;
}

.header-catalog .fa-bookmark {
    color: #666;
    margin: 0 10px 0 0;
}

.header-catalog .fa-bookmark:hover {
    color: #922c46;
}


/* ikona vyhledávání */

.header-search {
    align-items: center;
    height: auto;
    display: flex;
    padding: 0 2vmin;
}

.fa-search {
    color: #922c46;
}

.fa-search:hover {
    color: #000;
}


/* ikona menu */

.header-burger {
    display: none;
    flex-grow: 0;
}

.header-burger a:link,
.header-burger a:visited {
    color: #111;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.2em;
    text-decoration: none;
    text-transform: uppercase;
}

.header-burger a:hover {
    color: #922c46;
}

.header-burger .fa-bars {
    color: #333;
    margin: 0 6px 0 0;
}

.header-burger .fa-bars:hover {
    color: #922c46;
}



@media screen and (max-width: 1400px) {
    .header-social-icons {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .header-catalog {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .header-burger {
        align-items: center;
        height: auto;
        display: flex;
        padding: 0 2vmin;
    }

    .header-title,
    .header-language,
    .header-social-icons,
    .header-catalog,
    .header-search,
    .header-burger {
        flex-grow: 0;
    }

    header>.container-content-flex>span {
        display: flex;
        flex-grow: 1;
    }
}

@media screen and (max-width: 640px) {
    header {
        height: 70px;
        position: absolute;
    }

    .header-title {
        min-width: 160px;
        max-width: auto;
    }

    .header-title a:link img {
        margin: 0 10px 0 0;
        max-height: 25px;
    }

    .header-burger {
        min-width: 80px;
    }
}



/************************************
              menu
*************************************/

.menu {
    display: table-cell;
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
}

.menu ul#switch-source {
    display: table;
    /*table-layout: fixed; */
    width: 100%
}

.menu ul#switch-source li {
    display: table-cell;
}

.menu ul#switch-source li a:link,
.menu ul#switch-source li a:visited {
    color: #000;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    height: 80px;
    line-height: 1em;
    list-style-type: none;
    padding: 30px 10px 0 10px;
    width: auto;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}

.menu ul#switch-source li:hover a {
    background: #f4f4f8;
    color: #922c46;
    text-decoration: none;
}


/* submenu */

ul#switch-source li>div {
    background: #fff;
    border-top: solid 5px #922c46;
    display: none;
    height: auto;
    position: absolute;
    z-index: 100;
    top: 80px;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.4);
}

ul#switch-source li>div.switch-target-elm {
    display: none;
}

ul#switch-source li:hover>div.switch-target-elm {
    display: block;
}

ul#switch-source li>div.switch-target-elm .submenu_container {
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 30px 0 40px 0;
    text-align: center;
}

ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie {
    border-left: solid 1px #ddd;
    /* display: inline-block; */
    float: left;
    height: auto;
    padding: 0 0 0 1%;
    width: 20%;
}

ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie a:link,
ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie a:visited {
    background: #fff;
    color: #000;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 10px 0;
    height: auto;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie a:hover {
    color: #922c46;
    text-decoration: underline;
}


/* sub submenu*/

ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie li {
    color: #333;
    display: block;
    font-size: 0.85em;
    min-height: 25px;
    line-height: 1em;
    list-style-type: none;
    text-transform: none;
    text-align: left;
    width: auto;
}

ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie li a:link,
ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie li a:visited {
    font-size: 0.85rem;
    color: #333;
    font-weight: 500;
    line-height: 1em;
    text-decoration: none;
    text-transform: none;
}

ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie li a:hover {
    color: #922c46;
    text-decoration: underline;
}


/* sub sub submenu */

ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie li ul li {
    color: #333;
    display: block;
    line-height: 1rem;
    list-style-type: none;
    margin: 0;
    min-height: auto;
    height: 20px;
    padding: 0 0 0 10px;
    text-transform: none;
    text-align: left;
    width: auto;
}

ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie li ul li:first-child {
    margin: 10px 0 0 0;
}

ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie li ul li:last-child {
    margin: 0 0 10px 0;
}

ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie li ul li::before {
    display: block;
    content: "\23BF";
    float: left;
    font-size: 1em;
    line-height: 0.2em;
    padding: 3px 10px 0 0;
    vertical-align: top;
}

ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie li ul li a:link {
    font-size: 0.8rem;
    margin: 0;
}


/* ikona v menu */

.fa-angle-down {
    margin: 0 0 0 5px;
    font-size: 0.8em;
}

#menu-toggle-close {
    display: none;
    float: right;
}


@media screen and (max-width: 1000px) {

    /* hlavička menu*/

    #menu-toggle-close {
        border-bottom: solid 3px #922c46;
        display: inline-block;
        height: auto;
        width: 100%;
        margin: 0 0 20px 0;
        padding: 10px 10px 20px 10px;
    }

    a#menu-toggle-close {
        color: #922c46;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.2rem;
        font-weight: 400;
        text-decoration: none;
        text-transform: uppercase;
    }

    #menu-toggle-close .fa-times {
        color: #111;
        display: block;
        float: right;

    }


    /* strunktura menu*/

    .header-menu {
        background: #fff;
        -webkit-box-shadow: -16px 0px 81px 18px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: -16px 0px 81px 18px rgba(0, 0, 0, 0.5);
        box-shadow: -16px 0px 81px 18px rgba(0, 0, 0, 0.5);
        display: block;
        height: 100%;
        margin: 0;
        padding: 10px;
        position: fixed;
        right: -500px;
        top: 0;
        width: 250px;
        z-index: 9999;
        overflow-y: auto;
        transition: all 0.3s ease 0s
    }

    .menu {
        display: block;
        width: 100%;
    }

    .menu ul#switch-source {
        display: block;
        width: 100%
    }

    .menu ul#switch-source li {
        border-bottom: solid 1px #ddd;
        display: block;
    }

    .menu ul#switch-source li:last-child {
        border-bottom: none;
    }

    .menu ul#switch-source li a:link,
    .menu ul#switch-source li a:visited {
        font-size: 1.2em;
        height: auto;
        padding: 15px 0 15px 8px;
        width: 100%;
        text-align: left;
    }

    .menu ul#switch-source li:hover a {
        background: #f4f4f8;
        text-decoration: underline;
    }

    /* submenu */

    ul#switch-source li>div {
        background: #f4f4f8;
        border: none;
        display: block;
        padding: 0 0 10px 8px;
        position: relative;
        top: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    ul#switch-source li>div.switch-target-elm {
        display: none;
    }

    ul#switch-source li>div.switch-target-elm .submenu_container {
        padding: 0;
    }

    ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie {

        border: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie a:link,
    ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie a:visited {
        background: none;
        color: #000;
        font-size: 1.1em;
        margin: 5px 0;
        font-weight: 400;
        text-transform: none;
    }

    ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie a:hover {
        text-decoration: underline;
    }

    /* sub submenu*/

    ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie li {
        border: none;
        display: table;
        min-height: auto;
        width: 100%;
    }

    ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie li::before {
        display: table-cell;
        content: "\23BF";
        color: #000;
        font-size: 1em;
        font-weight: 400;
        line-height: 1.5em;
        padding: 0 0 0 3px;
        text-align: left;
        vertical-align: top;
        width: 13px;
    }

    ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie li a:link,
    ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie li a:visited {
        display: block;
        float: left;
        font-family: 'Montserrat', sans-serif;
        font-size: 1em;
        font-weight: 500;
    }

    ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie li a:hover {
        color: #000;
        text-decoration: underline;
    }

    /* sub sub submenu */

    ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie li ul {
        display: block;
        margin: 0;
        padding: 0 0 10px 8px;

    }

    ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie li ul li {
        border: none;
        display: block;
        margin: 0;
        padding: 0;
        min-height: auto;
        width: 100%;
    }

    ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie li ul li:first-child {
        margin: 0;
    }

    ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie li ul li:last-child {
        margin: 0 0 10px 0;
    }

    ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie li ul li::before {
        content: "";
        width: auto;
    }

    ul#switch-source li:hover>div.switch-target-elm {
        display: none;
    }

    ul#switch-source div.switch-target-elm.active {
        display: block !important;
    }


    ul#switch-source li>div.switch-target-elm>div.submenu_container>div.submenu_kategorie li ul li a:link {
        display: block;
        float: left;
        font-family: 'Montserrat', sans-serif;
        font-size: 0.85rem;
        font-weight: 500;
        margin: 2px 0;
    }

    /* ikony v menu */

    .fa-angle-down {
        display: block;
        float: right;
        margin: 0 5px 0 0;
        transform: rotate(-90deg);
        transition: all 0.3s ease 0s;
    }

    .has-dropdown>.fa-angle-times {
        display: block;
        float: right;
        margin: 0 5px 0 0;
    }

    .arrow-spinner {
        transform: rotate(0);
    }
}



/************************************
             slideshow
*************************************/

.bx-viewport,
.bx-wrapper {
    position: relative;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
}

.bxslider {
    background: #eee;
    background: linear-gradient(90deg, #d6d6d6 25%, #eee 30%, #eee 100%);
    width: 100% !important;
}

.bxslider li {
    background: url('../img/banner-over.png') no-repeat center center;
}

.bxslider,
.bxslider li {
    height: 100% !important;
}

.bxslider li {
    /* background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    box-shadow: inset 0px 100px 100px 0px rgba(0, 0, 0, 0.75); */
    z-index: -1;
}

/*
.bxslider li:after {
    background: rgba(0, 0, 0, 0.4);
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}
*/
.bx-wrapper .bx-viewport {
    border: none !important;
}

.slider {
    height: 600px;
    position: relative;
}

/* .slider-over {
    background: url('../img/banner-over.png') no-repeat center bottom;
    background-size: cover;
    border-bottom: solid 5px #922c46; 
    top: 0;
    left: 0;
    height: 600px;
    width: 100%;
    position: absolute;
} */


@media screen and (max-width: 1000px) {
    .bxslider {
        background: #eee;
    }
}



/************************************
          obsah ve slideshow
*************************************/

/* text */

.slider-title-wrap {
    display: block;
    position: absolute;
    left: 0;
    top: 80px;
    height: 520px;
    width: 40%;
}

.slider-title {
    display: block;
    height: auto;
    padding: 0 0 0 2vmin;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: left;
    transform: translateY(-50%);
    width: 100%;
    animation: drop 1s ease;
    z-index: 1;
}

@keyframes drop {
    0% {
        opacity: 0;
        top: 40%;
    }

    100% {
        opacity: 100%;
        top: 50%;
    }
}


.slider-title h1,
.slider-title h2 {
    color: #922c46;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.8em;
    font-weight: 700;
    line-height: 1em;
    text-decoration: none;
    /* text-shadow: 0px 2px 40px rgba(0, 0, 0, 0.8); */
}

.slider-title p {
    color: #111;
    display: inline-block;
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1.6em;
    margin: 1vmin 0;
    padding: 10px 0;
    /* text-shadow: 0px 2px 40px rgba(0, 0, 0, 0.8); */
}

.clear-inline {
    display: block;
}


/* button */

.slider-title .button {
    background: #fff;
    border: solid 1px #fff;
    color: #922c46;
    cursor: pointer;
    cursor: hand;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 6vmin;
    min-height: 30px;
    max-height: 40px;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    text-align: center;
    width: 120px;
    transition: all 0.3s ease 0s;
}

.slider-title .button:link,
.slider-title .button:visited {
    color: #922c46;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
}

.slider-title .button:hover {
    background: #922c46;
    border: solid 1px #922c46;
    box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
    color: #fff;
    outline: none !important;
}


/* obrázek */

.slider-image {
    position: absolute;
    right: 0;
    top: 80px;
    height: 520px;
    width: 60%;
    overflow: hidden;
}

.slider-image img {
    animation: pulse 60s linear infinite;
    -moz-animation: pulse 60s linear infinite;
    -webkit-animation: pulse 60s linear infinite;
}

@keyframes pulse {
    from {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5) rotate(2deg);
    }

    to {
        transform: scale(1) rotate(0deg);
    }
}


.slider-image .slider-fit-cover {
    display: block;
    height: 520px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.slider-image::after {
    background: url('../img/slider-over.png') no-repeat center center;
    background-size: cover;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}


@media screen and (max-width: 1000px) {
    .slider-title-wrap {
        overflow: hidden;
        position: absolute;
        top: 370px;
        height: 230px;
        width: 100%;
    }

    .slider-title {
        padding: 0 10px;
    }

    .slider-image {
        left: 0;
        top: 70px;
        height: 300px;
        width: 100%;
    }

    .slider-image .slider-fit-cover {
        height: 300px;
    }

    .slider-image::before {
        background: none;
    }
}



/************************************
         nadpis kategorie             
*************************************/

.category {
    /* background: url('../img/bg-category.png') no-repeat center center;
    background-size: cover;
    box-shadow: inset 0px 100px 100px 0px rgba(0, 0, 0, 0.75); */
    background: #eee;
    border-bottom: solid 3px #922c46;
    height: 350px;
    position: relative;
    width: 100%;
}

.category-akce {
    background: url('../img/gallery/tvare-1.jpg') no-repeat center center;
}

/* .category::before {
    background: rgba(0, 0, 0, 0.4);
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
} */


/* text */

.category-title-wrap {
    position: absolute;
    left: 0;
    top: 77px;
    height: 270px;
    width: 40%;
}

.category-title {
    height: auto;
    padding: 0 2vmin;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    animation: drop 1s ease;
    text-align: left;
}

@keyframes drop {
    0% {
        opacity: 0;
        top: 40%;
    }

    100% {
        opacity: 100%;
        top: 50%;
    }
}

.category-title h1 {
    color: #922c46;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3em;
    font-weight: 700;
    line-height: 1em;
    text-decoration: none;
    /* text-shadow: 0px 2px 40px rgba(0, 0, 0, 0.8); */
}

@media screen and (max-width: 460px) {
    .category-title h1 {
        font-size: 2.3em;
        line-height: normal;
    }
}


/* obrázek */

.category-image-wrap {
    position: absolute;
    right: 0;
    top: 77px;
    height: 270px;
    width: 60%;
}

.category-image-wrap .category-fit-cover {
    display: block;
    height: 270px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.category-image-wrap::before {
    background: url('../img/category-over.png') no-repeat center center;
    background-size: cover;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}


@media screen and (max-width: 1000px) {
    .category {
        height: 500px;
    }

    .category-title-wrap {
        overflow: hidden;
        position: absolute;
        top: 350px;
        height: 150px;
        width: 100%;
    }

    .category-image-wrap {
        position: absolute;
        left: 0;
        top: 70px;
        height: 200px;
        width: 100%;
    }

    .category-image-wrap::before {
        background: none;
    }
}



/************************************
         drobečková navigace             
*************************************/

.breadcrumbs {
    height: auto;
    margin: 0;
    width: 100%;
    text-align: left;
}

.breadcrumbs ul {
    /*background: rgba(255, 255, 255, 0.5);*/
    display: inline-block;
    list-style: none;
    margin: 1vmin 0;
    padding: 3px 0;
}

.breadcrumbs li {
    list-style-type: none;
    display: inline-block;
}

.breadcrumbs li:first-child a {
    padding: 0 5px 0 0;
}

.breadcrumbs li:before {
    display: block;
    float: left;
    content: "\2192";
    color: #666;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 0.5em;
    padding: 6px 0 0 0;
}

.breadcrumbs li:first-child:before {
    display: inline-block;
    content: " ";
}

.breadcrumbs li a {
    display: inline-block;
    color: #922c46;
    font-size: 0.75em;
    text-align: left;
    text-decoration: none;
    padding: 0 10px 0 15px;
}

.breadcrumbs li a:link,
.breadcrumbs li a:visited {
    color: #922c46;
    font-size: 0.75em;
    line-height: 2em;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

.breadcrumbs li a:hover {
    color: #000;
    text-decoration: underline;
}

.breadcrumbs li p {
    color: #333;
    display: block;
    font-size: 0.75em;
    font-weight: 500;
    line-height: 2em;
    padding: 0 0 0 20px;
}



/************************************
              Obsah webu             
*************************************/

/* texty */

.content h1 {
    color: #111;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2em;
    font-weight: 900;
    line-height: 1.2em;
    margin: 0 0 3vmin 0;
    text-transform: uppercase;
}

.content h2 {
    color: #111;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 10px 0;
}

.content h2.center {
    text-align: center;
}

.content h2.title {
    color: #922c46;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 0.9em;
    padding: 15px 0 5px 0;
    width: auto;
}

.content h3 {
    color: #111;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 10px 0;
}

.content h3 a:link,
.content h3 a:visited,
.content h3 a:hover {
    color: #922c46;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.2rem;
    margin: 0 0 10px 0;
    transition: all 0.3s ease 0s;
}

.content h3.title {
    border-bottom: solid 5px #922c46;
    color: #922c46;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
    padding: 0 0 20px 0;
    width: auto;
    text-transform: uppercase;
}

.content h4 {
    color: #111;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 10px 0;
}

.content p {
    color: #000;
    font-size: 0.85em;
    font-weight: 400;
}

.content p strong {
    font-weight: 700;
}

.content p.center {
    text-align: center;
}

.content p.small {
    font-size: 0.8rem;
    line-height: 1.3em;
}

.content p em {
    text-align: oblique;
}

.content p.title {
    color: #922c46;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1.2em;
    padding: 0 0 5px 0;
    width: auto;
    text-transform: uppercase;
}

.content a:link,
.content a:visited {
    color: #922c46;
    font-size: 0.85rem;
    font-weight: 400;
    text-decoration: underline;
    transition: all 0.3s ease 0s;
}

.content a:hover {
    color: #000;
}

.content p a.small {
    font-size: 0.8rem;
    line-height: 1.3em;
}


/* seznam defaultní */

.content ul {
    display: table;
    margin: 0;
    padding: 0;
}

.content ul li {
    display: table-row;
    color: #000;
    font-size: 0.85em;
    font-weight: 400;
    list-style: none;
}

.content ul li:before {
    display: table-cell;
    content: "\276F";
    color: #666;
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1.8em;
    padding: 2px 7px 0 0;
    text-align: right;
    vertical-align: top;
}

.content ul li a:link,
.content ul li a:visited {
    color: #922c46;
    font-size: 0.85rem;
    font-weight: 400;
    text-decoration: underline;
    transition: all 0.2s ease 0s;
}

.content ul li a:hover {
    color: #000;
}

.content ul li p {
    color: #000;
    font-size: 0.85rem;
}



/* seznam defaultní číslovaný */

.content ol {
    counter-reset: item;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0.8em;
}

.content ol li {
    display: block;
    margin-bottom: 0.2em;
    margin-left: 1.4em;
    color: #000;
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1.5em;
    width: 100%;
}

.content ol li::before {
    display: inline-block;
    color: #000;
    content: counter(item) ". ";
    counter-increment: item;
    width: 1.4em;
    margin-left: -1.4em;
}

.content ol li a:link,
.content ol li a:visited {
    color: #922c46;
    font-size: 0.85rem;
    font-weight: 400;
    text-decoration: underline;
    transition: all 0.3s ease 0s;
}

.content ol li a:hover {
    color: #000;
}

.content ol li p {
    color: #000;
    font-size: 0.85rem;
    margin: 0 0 8px 0;
}



/* seznam často hledáte */

.content .tips>ul.list-tips {
    margin: 20px 0 0 0;
}

.content .tips>ul li a:link,
.content .tips>ul li a:visited {
    color: #111;
    font-size: 0.8rem;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

.content .tips>ul li a:hover {
    color: #922c46;
    text-decoration: underline;
}



/************************************
              tabulky             
*************************************/

/* tabulka - defaultní */

.content table {
    display: table;
    /* border: solid 1px #ddd; */
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    width: 100%;
}

/* .content table tr {
    border-top: solid 1px #ddd;
} */

.content table tr:hover {
    background: #f9f9f9;
}

.content table th {
    background: #eee;
    color: #333;
    font-size: 0.8em;
    font-weight: 700;
    line-height: 1.6em;
    display: table-cell;
    padding: 0.6vmin 10px;
    vertical-align: middle;
}

.content table td {
    /* border-bottom: solid 1px #ddd; */
    color: #000;
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1.6em;
    display: table-cell;
    padding: 1vmin 10px;
    vertical-align: middle;
}

.content table td a:link,
.content table td a:visited {
    color: #922c46;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.5em;
    text-decoration: underline;
    transition: all 0.3s ease 0s;
}

.content table td a:hover {
    color: #000;
}


/* tabulka - kontakty */

.content table.contact_table {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    width: 100%;
}

.content table.contact_table tr {
    border-bottom: solid 1px #ddd;
}

.content table.contact_table tr:first-child {
    border-bottom: none;
}

.content table.contact_table tr:hover {
    background: #f9f9f9;
}

.content table.contact_table th {
    background: #fff;
    border-bottom: solid 1px #bbb;
    color: #333;
    display: block;
    float: left;
    font-size: 0.8em;
    font-weight: 700;
    line-height: 1.6em;
    display: table-cell;
    padding: 0.6vmin 10px;
}

.content table.contact_table td {
    color: #000;
    display: block;
    float: left;
    font-size: 0.85em;
    font-weight: 400;
    height: auto;
    line-height: 1.6em;
    padding: 1vmin 10px;
}

.content table td.contact_table a:link,
.content table td.contact_table a:visited {
    color: #922c46;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-decoration: underline;
    transition: all 0.3s ease 0s;
}

.content table td.contact_table a:hover {
    color: #000;
}

.content table.contact_table th.name {
    width: 20%
}

.content table.contact_table th.place {
    width: 15%
}

.content table.contact_table th.position {
    width: 30%
}

.content table.contact_table th.phone {
    width: 15%
}

.content table.contact_table th.email {
    width: 20%
}

.content table.contact_table td.name {
    width: 20%
}

.content table.contact_table td.place {
    width: 15%
}

.content table.contact_table td.position {
    width: 30%
}

.content table.contact_table td.phone {
    width: 15%
}

.content table.contact_table td.email {
    width: 20%
}


@media screen and (max-width: 840px) {
    .content table.contact_table tr:first-child {
        display: none;
    }

    .content table.contact_table tr:nth-child(2) {
        border-top: solid 1px #ddd;
    }

    .content table.contact_table td {
        padding: 1px 0;
    }

    .content table.contact_table td.name,
    .content table.contact_table td.place,
    .content table.contact_table td.position,
    .content table.contact_table td.phone,
    .content table.contact_table td.email {
        display: table-cell;
        width: 100%;
    }

    .content table.contact_table td.name,
    .content table.contact_table td.name a {
        font-size: 1rem;
        font-weight: 600;
        padding: 10px 0 1px 0;
    }

    .content table.contact_table td.email {
        padding: 1px 0 10px 0;
    }
}



/************************************
              buttony             
*************************************/

/*  button vlevo */

.content .button_left {
    background: #922c46;
    border: solid 1px #922c46;
    color: #fff;
    cursor: pointer;
    cursor: hand;
    cursor: pointer;
    cursor: hand;
    float: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 0.9rem;
    height: 35px;
    margin: 0;
    padding: 5px 15px 6px 15px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    width: auto;
    transition: all 0.2s ease 0s;
}

.content .button_left:link,
.content .button_left:visited {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
}

.content .button_left:hover {
    background: #fff;
    border: solid 1px #ddd;
    box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
    color: #111;
    outline: none !important;
}





/************************************
               záložky
*************************************/

.tabs .transformer-tabs ul {
    list-style: none;
    padding: 0;
    margin: -2vmin auto 0 auto;
    max-width: 1500px;
    width: 100%;
}

.tabs .transformer-tabs li {
    display: inline-block;
    padding: 0;
    vertical-align: bottom;
}

.tabs .transformer-tabs li::before {
    content: "";
    padding: 0;
}

.tabs .transformer-tabs a:link,
.tabs .transformer-tabs a:visited {
    display: inline-block;
    color: #111;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.2em;
    padding: 20px 3vmin;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}

.tabs .transformer-tabs a:hover {
    background: #f4f4f8;
    color: #922c46;
    text-decoration: underline;
}

.tabs .transformer-tabs ul.tabs-news {
    margin-top: 0;
}

.tabs .transformer-tabs a.active, .tabs .transformer-tabs ul.tabs-news a {
    background: #f4f4f8;
    color: #922c46;
    position: relative;
}

@media (max-width: 700px) {
    .tabs .transformer-tabs ul {
        overflow: hidden;
        margin: -20px 0 0 0;
        position: relative;
        max-width: 200px;
        height: 40px;
        width: 100%;
    }

    .tabs .transformer-tabs ul::after {
        color: #999;
        content: "\f0d7";
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        position: absolute;
        top: 10px;
        right: 15px;
        z-index: 2;
        pointer-events: none;
    }

    .tabs .transformer-tabs ul.open a {
        position: relative;
        display: block;
    }

    .tabs .transformer-tabs li {
        background: #f4f4f8;
        display: block;
    }

    .tabs .transformer-tabs a:link,
    .tabs .transformer-tabs a:visited {
        font-size: 1.1rem;
        padding: 12px 3vmin;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 40px;
    }

    .tabs .transformer-tabs a:hover {
        text-decoration: underline;
    }

    .tabs .transformer-tabs a.active {
        z-index: 1;
        background: #f4f4f8;
    }
}

.tabs>div {
    background: #f4f4f8;
    display: none;
    padding: 30px 0;
}

.tabs>.active {
    display: block;
}



/************************************
            akce a události            
*************************************/

.content .events {
    margin: 0 0 3vmin 0;
    height: auto;
    width: 100%;
}

.content .event {
    background: #fff;
    box-shadow: 0 0 30px rgba(68, 45, 45, 0.2);
    float: left;
    margin: 0 2% 2% 0;
    height: 420px;
    width: 23%;
    transition: all 0.2s ease 0s;
}

.content .event-important {
    border: solid 3px #922c46;
}

.content .event-grayscale {
    filter: grayscale(var(--value, 100%));
}

.content .event:hover {
    box-shadow: 0 0 30px rgba(68, 45, 45, 0.3);
    filter: none;
}

/*obrázek */

.content .event .event_image {
    float: left;
    height: 210px;
    width: 100%;
    position: relative;
}

.content .event .event_image .event-fit-cover {
    display: block;
    height: 210px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.event-more-text {
    color: #fff;
    font-size: 5em;
    font-weight: 200;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.event-color-overlay {
    background: #922c46;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
}

.event_image:hover .event-color-overlay {
    opacity: 0.8;
    z-index: 1;
}


/* obrázek - štítek */

.content .event .event_image .event_tag {
    background: #922c46;
    display: block;
    padding: 0 10px;
    position: absolute;
    left: 15px;
    top: 15px;
    height: auto;
    width: auto;
    z-index: 1;
}

.content .event .event_image .event_tag a:link,
.content .event .event_image .event_tag a:visited {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.content .event .event_image .event_tag a:hover {
    text-decoration: underline;
}


/* text - nadpis */

.content .event .event_content {
    float: left;
    height: auto;
    padding: 20px 20px 0 20px;
    width: 100%;
}

.content .event .event_content .event_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
    max-height: 2.8rem;
    overflow: hidden;
    position: relative;
    float: left;
    line-height: 1.3rem;
    width: 100%;
}

.content .event .event_content .event_title a:link,
.content .event .event_content .event_title a:visited {
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    text-decoration: none;
}

.content .event .event_content .event_title a:hover {
    color: #922c46;
    text-decoration: underline;
}


/* text - datum */

.content .event_date {
    display: block;
    float: left;
    margin: 10px 0;
    height: auto;
    width: 100%;
}

.content .event_date p {
    color: #922c46;
    font-size: 0.75rem;
    font-weight: 500;
}

.content .event_date .fa-calendar-alt {
    color: #922c46;
    margin: 0 7px 0 0;
}

.content .event_date .fa-coins {
    color: #922c46;
    margin: 0 7px 0 0;
}


/* text - popis */

.content .event .event_text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: auto;
    max-height: 4.125rem;
    overflow: hidden;
    padding: 0 20px 0 0;
    position: relative;
    float: left;
    width: 100%;
}

.content .event .event_text p {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2rem;
}


/* text - více */

.content .event .event_more {
    display: block;
    float: left;
    height: auto;
    width: 100%;
}

.content .event .event_more a:link,
.content .event .event_more a:visited {
    color: #922c46;
    font-size: 0.8rem;
    text-decoration: underline;
}

.content .event .event_more a:hover {
    color: #000;
}



@media screen and (max-width: 640px) {
    .content .events {
        margin: 20px 0 0 0;
        width: 100%;
    }

    .content .event {
        margin: 0 0 10px 0;
        height: auto;
        width: 100%;
    }

    .content .event .event_image {
        height: 150px;
        width: 40%;
    }

    .content .event .event_image .event-fit-cover {
        height: 150px;
    }

    .content .event .event_content {
        padding: 10px 20px 0 20px;
        width: 60%;
    }

    .content .event_text {
        padding: 0;
    }
}



/************************************
               publikace            
*************************************/

.content .publication {
    background: #fff;
    float: left;
    margin: 0 2% 2% 0;
    height: 240px;
    width: 48%;
    transition: all 0.2s ease 0s;
}

.content .publication:hover {
    box-shadow: 0 0 30px rgba(68, 45, 45, 0.2);
}


/*obrázek */

.content .publication .publication_image {
    display: block;
    float: left;
    height: 240px;
    width: 35%;
    position: relative;
    overflow: hidden;
}

.content .publication .publication_image .publication-fit-cover {
    display: block;
    height: 100%;
    width: auto;
}


/* text  */

.content .publication .publication_content {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    float: left;
    height: 100%;
    padding: 20px 20px 0 20px;
    width: 65%;
}


/* text - nadpis */

.content .publication .publication_content .publication_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
    max-height: 2.8rem;
    overflow: hidden;
    position: relative;
    float: left;
    line-height: 1.2rem;
    width: 100%;
}

.content .publication .publication_content .publication_title a:link,
.content .publication .publication_content .publication_title a:visited {
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    text-decoration: none;
}

.content .publication .publication_content .publication_title a:hover {
    color: #922c46;
    text-decoration: underline;
}


/* text - popis */

.content .publication .publication_text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: auto;
    max-height: 4.125rem;
    overflow: hidden;
    margin: 10px 0 0 0;
    position: relative;
    float: left;
    width: 100%;
}

.content .publication .publication_text p {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2rem;
}


/* text - více */

.content .publication .publication_more {
    display: block;
    float: left;
    height: auto;
    width: 100%;
}

.content .publication .publication_more a:link,
.content .publication .publication_more a:visited {
    color: #922c46;
    font-size: 0.8rem;
    text-decoration: underline;
}

.content .publication .publication_more a:hover {
    color: #000;
}


@media screen and (max-width: 1200px) {
    .content .publication .publication_image {
        width: 50%;
    }

    .content .publication .publication_content {
        width: 50%;
    }
}

@media screen and (max-width: 640px) {
    .content .publication {
        margin: 0 0 2% 0;
        height: 160px;
        width: 100%;
    }

    .content .publication .publication_image {
        height: 160px;
        width: 40%;
        max-width: 150px;
    }

    .content .publication .publication_content {
        padding: 10px 20px 0 20px;
        width: 60%;
    }

    .content .publication .publication_image .publication-fit-cover {
        height: 160px;
    }
}



/************************************
               novinky            
*************************************/

.content .news {
    float: left;
    height: auto;
    width: 73%;
}

.content .new {
    background: #fff;
    float: left;
    margin: 0 2% 2% 0;
    height: 240px;
    width: 48%;
    transition: all 0.2s ease 0s;
}

.content .new:hover {
    box-shadow: 0 0 30px rgba(68, 45, 45, 0.2);
}


/*obrázek */

.content .new .new_image {
    display: block;
    float: left;
    height: 240px;
    width: 40%;
    position: relative;
}

.content .new .new_image .new-fit-cover {
    display: block;
    height: 240px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.new-more-text {
    color: #fff;
    font-size: 5em;
    font-weight: 200;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.new-color-overlay {
    background: #922c46;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
}

.new_image:hover .new-color-overlay {
    opacity: 0.8;
    z-index: 1;
}


/* text  */

.content .new .new_content {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    float: left;
    height: 100%;
    padding: 20px 20px 0 20px;
    width: 60%;
}


/* text - štítek */

.content .new .new_tag {
    display: block;
    float: left;
    height: auto;
    width: 100%;
}

.content .new .new_tag a:link,
.content .new .new_tag a:visited {
    background: #922c46;
    color: #fff;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    margin: 0 0 1vmin 0;
    padding: 2px 15px 0 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.content .new .new_tag a:hover {
    text-decoration: underline;
}

.content .new .new_tag p {
    display: inline-block;
}

/* text - nadpis */

.content .new .new_content .new_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
    max-height: 2.8rem;
    overflow: hidden;
    position: relative;
    float: left;
    line-height: 1.3rem;
    width: 100%;
}

.content .new .new_content .new_title a:link,
.content .new .new_content .new_title a:visited {
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    text-decoration: none;
}

.content .new .new_content .new_title a:hover {
    color: #922c46;
    text-decoration: underline;
}


.content .new .new_content .new_date {
    display: block;
    float: left;
    margin: 10px 0 0 0;
    height: auto;
    width: 100%;
}

.content .new .new_content .new_date p {
    color: #922c46;
    font-size: 0.75rem;
    font-weight: 500;
}

.content .new .new_content .new_date .fa-calendar-alt {
    color: #922c46;
    margin: 0 7px 0 0;
}

/* text - popis */

.content .new .new_text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: auto;
    max-height: 4.125rem;
    overflow: hidden;
    margin: 10px 0 0 0;
    position: relative;
    float: left;
    width: 100%;
}

.content .new .new_text p {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2rem;
}


/* text - více */

.content .new .new_more {
    display: block;
    float: left;
    height: auto;
    width: 100%;
}

.content .new .new_more a:link,
.content .new .new_more a:visited {
    color: #922c46;
    font-size: 0.8rem;
    text-decoration: underline;
}

.content .new .new_more a:hover {
    color: #000;
}

@media screen and (max-width: 640px) {
    .content .news {
        width: 100%;
    }

    .content .new {
        margin: 0 0 2% 0;
        height: 160px;
        width: 100%;
    }

    .content .new .new_content {
        padding: 10px 20px 0 20px;
    }

    .content .new .new_image {
        height: 160px;
    }

    .content .new .new_image .new-fit-cover {
        height: 160px;
    }
}



/************************************
             často hledáte    
*************************************/

/* často hledáte */

.content .tips {
    float: right;
    padding: 5px 0 0 0;
    height: auto;
    width: 25%;
}

@media screen and (max-width: 640px) {
    .content .tips {
        float: left;
        margin: 40px 0 20px 0;
        width: 100%;
    }
}



/************************************
            fotogalerie             
*************************************/

.content .content_image_block {
    margin: 2vmin 0 0 0;
    height: auto;
    width: 100%;
    text-align: center;
}

.content .content_image_block a:link,
.content .content_image_block a:visited,
.content .content_image_block a:hover {
    background: #eee;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    display: block;
    float: left;
    margin: 0 2% 2% 0;
    overflow: hidden;
    width: 23%;
    height: 200px;
    text-decoration: none;
    position: relative;
}

.content .content_image_block img {
    object-fit: cover;
    height: 200px;
    width: 100%;
    transition: all 0.2s ease 0s;
}


/* efekt při najetí */

.gallery-more-text {
    color: #fff;
    font-size: 5em;
    font-weight: 200;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.gallery-color-overlay {
    background: #922c46;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
}

.content_image_block a:hover .gallery-color-overlay {
    opacity: 0.8;
    z-index: 1;
}


@media screen and (max-width: 640px) {

    .content .content_image_block a:link,
    .content .content_image_block a:visited,
    .content .content_image_block a:hover {
        width: 48%;
    }
}



/************************************
                rezervace         
*************************************/

.content .content-right-booking {
    background: #922c46;
    box-shadow: 0 0 30px rgba(68, 45, 45, 0.15);
    padding: 20px;
    height: auto;
    width: 100%;
}


.content .content-right-booking p {
    color: #fff;
    font-size: 0.85em;
    font-weight: 400;
}

.content .content-right-booking a:link,
.content .content-right-booking a:visited {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: underline;
    transition: all 0.3s ease 0s;
}

.content .content-right-booking a:hover {
    color: #ddd;
}


/*  button rezervace */

.content .content-right-booking .button_booking {
    background: #fff;
    border: solid 1px #fff;
    color: #111;
    cursor: pointer;
    cursor: hand;
    cursor: pointer;
    cursor: hand;
    float: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 0.9rem;
    height: 35px;
    margin: 20px 0 0 0;
    padding: 5px 15px 6px 15px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    width: auto;
    transition: all 0.2s ease 0s;
}

.content .content-right-booking .button_booking:link,
.content .content-right-booking .button_booking:visited {
    color: #111 !important;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none !important;
}

.content .content-right-booking .button_booking:hover {
    background: #922c46;
    border: solid 1px #fff;
    box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
    color: #fff !important;
    outline: none !important;
}


/* button search */

.content .button-search {
    background: #922c46;
    border: solid 1px #fff;
    box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
    color: #fff;
    outline: none !important;
    cursor: pointer;
    cursor: hand;
    cursor: pointer;
    cursor: hand;
    float: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 0.9rem;
    height: 35px;
    margin: 20px 0 0 0;
    padding: 5px 15px 6px 15px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    width: auto;
    transition: all 0.2s ease 0s;
}

.content .button-search:link,
.content .button-search:visited {
    color: #111;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
}

.content .button-search:hover {
    background: #b83556;
}


@media screen and (max-width: 640px) {
    .content .content-right-booking {
        padding: 15px 10px;
    }

    .content .button_booking {
        margin: 10px 0 0 0;
    }
}



/************************************
      boční menu v kategoriích         
*************************************/

ul.menu-right {
    background: #f9f9f9;
    margin: 0;
    padding: 20px;
    width: 100%;
}

ul.menu-right li {
    border-bottom: #ccc solid 1px;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 0.85rem;
    font-weight: 400;
    height: auto;
    text-transform: uppercase;
    width: 100%;
    transition: all 0.2s ease 0s;
}

ul.menu-right li::before {
    display: none;
}

ul.menu-right li:last-child {
    border-bottom: none;
}

ul.menu-right li a:link,
ul.menu-right li a:visited {
    color: #000;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1em;
    height: auto;
    text-decoration: none;
    padding: 1.5vmin 0;
    width: 100%;
    transition: all 0.3s ease 0s;
}

ul.menu-right li a:hover {
    color: #922c46;
    background: #f9f9f9;
    text-decoration: underline;
}


/* submenu */

ul.menu-right li ul {
    padding: 0 0 10px 0;
    width: 100%;
}

ul.menu-right li ul li {
    border-bottom: none;
    display: block;
    text-transform: none;
    padding: 5px 0 5px 0;
    width: 100%;
}

ul.menu-right li ul li:hover {
    background: none;
}

ul.menu-right li ul li:before {
    display: table-cell;
    content: "\16B2";
    color: #666;
    font-size: 1rem;
    font-weight: 500;
    line-height: 0.1em;
    float: left;
    height: auto;
    margin: 6px 0 0 0;
    padding: 0 5px 0 0;
    transform: rotate(180deg);
}

ul.menu-right li ul li a:link,
ul.menu-right li ul li a:visited {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1rem;
    padding: 0 0 0 18px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

ul.menu-right li ul li a:hover {
    background: none;
    color: #922c46;
    text-decoration: underline;
}

ul.menu-right li ul li a.active {
    color: #922c46;
    text-decoration: underline;
}


/* sub submenu */

ul.menu-right li ul li ul {
    width: 100%;
    padding: 10px 0 10px 0;
}

ul.menu-right li ul li ul li {
    display: block;
    color: #333;
    font-size: 0.9rem;
    line-height: 1em;
    padding: 5px 0 5px 12px;
    width: 100%;
}

ul.menu-right>li>ul {
    display: none;
}

ul.menu-right>li>ul.expanded {
    display: block;
}



/* symbol +- */

.menu-symbol {
    cursor: pointer;
    display: block;
    float: right;
    font-size: 2px;
    height: 15px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 15px;
    -webkit-tap-highlight-color: transparent;
}

.menu-symbol span {
    background: #999;
    height: 2px;
    margin: 0;
    position: absolute;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}

.menu-symbol span {
    left: 0;
}

.menu-symbol span:nth-child(1) {
    top: 2.5em;
}

.menu-symbol span:nth-child(2) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 2.5em;
}

.open.menu-symbol span:nth-child(2) {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}



/************************************
              newsletter             
*************************************/

.newsletter-wrap {
    background: transparent url("../img/bg-newsletter.png") no-repeat center;
    background-size: cover;
    height: auto;
    width: 100%;
}

.newsletter {
    display: flex;
    height: auto;
    margin: 0 auto;
    padding: 40px 2vmin;
    max-width: 1500px;
    width: 100%;
}


/* levá strana */

.newsletter-text {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: auto;
}

.newsletter-text h2 {
    color: #fff;
    display: flex;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.3em;
    font-weight: 700;
    line-height: 1.2em;
    width: 100%;
}

.newsletter-text p {
    color: #fff;
    display: block;
    flex: 1;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.4em;
    margin: 10px 0 0 0;
    width: 70%;
}


/* pravá strana */

.newsletter-signup {
    background: #f4f4f8;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: left;
    height: auto;
}

.newsletter-signup input[type="email"] {
    background: rgba(255, 255, 255, 1);
    border: solid 1px #999;
    display: block;
    color: #000;
    float: left;
    padding: 0 15px;
    height: 50px;
    width: 60%;
    max-width: 400px;
    transition: all 0.3s ease 0s;
}

.newsletter-signup input[type="email"]::-webkit-input-placeholder,
.newsletter-signup input[type="email"]:-moz-placeholder,
.newsletter-signup input[type="email"]::-moz-placeholder,
.newsletter-signup input[type="email"]:-ms-input-placeholder {
    color: #fff;
}

.newsletter-signup input[type="email"]:focus {
    border: solid 1px #333;
}

.newsletter-signup button {
    background: #922c46;
    border: solid 1px #922c46;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.9em;
    float: left;
    height: 50px;
    width: auto;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.newsletter-signup button:hover {
    background: #83283f;
}

.newsletter-signup p {
    color: #333;
    font-size: 0.7em;
    font-weight: 400;
    line-height: 1.6em;
    margin: 15px 0 0 0;
}

.newsletter-signup a:link,
.newsletter-signup a:visited {
    color: #922c46;
    font-size: 0.7rem;
    font-weight: 500;
    text-decoration: underline;
    transition: all 0.3s ease 0s;
}

.newsletter-signup a:hover {
    color: #000;
}


@media screen and (max-width: 800px) {
    .newsletter-wrap {
        background: transparent url("../img/bg-newsletter-mobil.png") no-repeat center;
    }

    .newsletter {
        flex-direction: column;
        padding: 30px 2vmin;
    }

    .newsletter-text p {
        margin: 0 0 15px 0;
        width: 100%;
    }

    .newsletter-signup {
        background: none;
    }

    .newsletter-signup input[type="email"] {
        height: 40px;
        width: 55%;
    }

    .newsletter-signup button {
        background: #f4f4f8;
        border-left: none;
        border-right: solid 1px #999;
        border-top: solid 1px #999;
        border-bottom: solid 1px #999;
        color: #922c46;
        height: 40px;
        padding: 0 10px;
    }

    .newsletter-signup button:hover {
        background: #fff;
    }

    .newsletter-signup p {
        color: #fff;
    }

    .newsletter-signup a:link,
    .newsletter-signup a:visited {
        color: #fff;
    }

    .newsletter-signup a:hover {
        color: #ddd;
    }
}



/************************************
              Projekt
*************************************/

.project {
    background: #f4f4f8;
    border-top: solid 3px #922c46;
    height: auto;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}

.project img {
    margin: 0 2vmin;
    min-height: 50px;
    max-height: 60px;
    height: 11vmin;
    vertical-align: middle;
    transition: all 0.2s ease 0s;
    /* filter: grayscale(var(--value, 100%)); */
}

.project p {
    display: inline;
    font-size: 0.8rem;
    line-height: 1.2em;
    margin: 0 2vmin;
    vertical-align: middle;
}

.project a:link,
.project a:visited {
    color: #000;
    display: inline;
    font-size: 0.8rem;
    line-height: 1.2em;
    margin: 0 2vmin;
    vertical-align: middle;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

.project a:hover {
    color: #922c46;
    text-decoration: underline;
}

/* .content .partners img:hover {
    filter: none;
} */


@media screen and (max-width: 1000px) {
    .project {
        background: #fff;
    }

    .project p {
        display: block;
        width: 100%;
    }

}


/************************************
              partneři
*************************************/

.partners {
    height: auto;
    margin: 2vmin 0;
    text-align: center;
    width: 100%;
}

.partners img {
    margin: 0 2vmin;
    min-height: 50px;
    max-height: 70px;
    height: 11vmin;
    vertical-align: middle;
    transition: all 0.2s ease 0s;
    filter: grayscale(var(--value, 100%));
}

.content .partners img:hover {
    filter: none;
}


@media screen and (max-width: 1000px) {
    .partners {
        background: #fff;
    }
}



/************************************
                mapa 
*************************************/

#canvas-map {
    border: solid 1px #ccc;
    height: 350px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#canvas-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 600px) {
    #canvas-map {
        height: 300px;
    }
}

/************************************
              footer
*************************************/

footer {
    background: #444;
    height: auto;
}

#footer_top {
    height: auto;
    padding: 4vmin 0;
    width: 100%;
}

#footer_top .footer_kategorie {
    height: auto;
    float: left;
    padding: 0 40px 0 0;
    width: 25%;
}

#footer_top .footer_kategorie:last-child {
    padding: 0;
}


/* texty */

#footer_top .footer_kategorie h4 {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 1.4vmin 0;
}

#footer_top .footer_kategorie p {
    color: #fff;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.7em;
}

#footer_top .footer_kategorie p strong {
    font-weight: 600;
}

#footer_top .footer_kategorie p .oblique {
    font-style: italic;
}


#footer_top .footer_kategorie a:link,
#footer_top .footer_kategorie a:visited {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.7em;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

#footer_top .footer_kategorie a:hover {
    text-decoration: underline;
}


#footer_top .footer_kategorie img {
    display: block;
    margin: 0 0 5vmin 0;
    width: auto;
    height: auto;
    max-height: 3vmin;
    min-height: 21px;
}

#footer_top .footer_kategorie .fab {
    color: #ddd;
    margin: 0 15px 0 0;
}

#footer_top .footer_kategorie .fab:hover {
    color: #fff;
}


/* seznam */

#footer_top .footer_kategorie ul {
    float: left;
    text-align: left;
    margin: 0;
    padding: 0;
}

#footer_top .footer_kategorie li {
    color: #fff;
    display: block;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.2em;
    list-style-type: none;
    padding: 1px 0;
    width: auto;
}

#footer_top .footer_kategorie li a:link,
#footer_top .footer_kategorie li a:visited {
    font-size: 0.8rem;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

#footer_top .footer_kategorie li a:hover {
    text-decoration: underline;
}


/* bottom */

#footer {
    border-top: solid 1px #666;
    height: auto;
    padding: 10px 0;
    width: 100%;
}

#footer p {
    color: #ddd;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.6em;
}

#footer a:link,
#footer a:visited {
    color: #ddd;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-decoration: underline;
    transition: all 0.2s ease 0s;
}

#footer a:hover {
    color: #fff;
}


#footer_bottom_left {
    float: left;
    height: auto;
    text-align: left;
    width: 50%;
}

#footer_bottom_right {
    float: right;
    height: auto;
    text-align: right;
    width: 50%;
}

p.clear_footer {
    display: none;
}

@media screen and (max-width: 600px) {
    #footer_top {
        padding: 40px 0 10px 0;
    }

    #footer_top .footer_kategorie {
        width: 50%;
        padding: 0 20px 25px 0;
    }

    #footer_top .footer_kategorie h2 {
        margin: 0 0 10px 0;
    }

    p.clear_footer {
        clear: both;
        display: block;
        font-size: 0px;
        height: 0px;
        line-height: 0px;
        text-indent: -500px;
    }
}

@media screen and (max-width: 600px) {
    #footer_container {
        padding: 15px 0;
    }

    #footer_bottom_left,
    #footer_bottom_right {
        text-align: center;
        width: 100%;
    }
}




/************************************
          lišta COOKIES 2022
*************************************/

/* tabulka pro Cookies */

.content .table-wrapper {
  background: #fff;
  overflow-x: auto;
  min-width: 280px;
}

.content table.table-cookies {
  border: solid 1px #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  text-align: left;
  width: 100%;
}

.content table.table-cookies tr {
  border-top: solid 1px #ddd;
}

.content table.table-cookies tr:first-child {
  border-top: none;
}

.content table.table-cookies th {
  background: #f9f9f9;
  border-bottom: 1px solid #ddd; 
  padding: 1vmin 10px;
}

.content table.table-cookies td {
  /* background: #fff; */
  /* border: 1px solid #ddd; */
  color: #111;
  padding: 1vmin 10px;
  transition: all 0.2s !important;
}

.content table.table-cookies th:nth-child(1) { width: 15%; }
.content table.table-cookies th:nth-child(2) { width: 15%; }
.content table.table-cookies th:nth-child(3) { width: 15%; }
.content table.table-cookies th:nth-child(4) { width: 65%; }


/* .content table.table-cookies tr:nth-child(2n+1) td { 
  background-color: #f8f8f8; 
} */

.content table.table-cookies tr:hover td { 
  background-color: #f9f9f9; 
  cursor: default; 
}

@media screen and (max-width: 900px) {
  .content table.table-cookies th:nth-child(1),
  .content table.table-cookies th:nth-child(2),
  .content table.table-cookies th:nth-child(3),
  .content table.table-cookies th:nth-child(4) 
  { width: auto; }
}


/* okno pro cookies */

.freeprivacypolicy-com---nb .cc-nb-main-container {
  padding: 1.5rem !important;
}
.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb {
  box-shadow: 0 0 30px rgb(68 45 45 / 20%);
  max-width: 500px;
}


/* nadpis + text */

.freeprivacypolicy-com---nb .cc-nb-title,
.freeprivacypolicy-com---pc-dialog .cc-pc-head-title-headline, 
.freeprivacypolicy-com---pc-dialog .cc-cp-body-content-entry-title  {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    line-height: 1em;
    margin: 0 0 5px 0;
}

.freeprivacypolicy-com---nb .cc-nb-text,
.freeprivacypolicy-com---pc-dialog .cc-cp-body-content-entry-text  {
    color: #000;
    font-size: 0.95rem !important;
    line-height: 1.3em;
}


/* buttony */

.freeprivacypolicy-com---palette-light .cc-nb-okagree,
.freeprivacypolicy-com---palette-light .cc-nb-reject,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save {
    background-color: #922c46 !important;
    font-family: 'Roboto Condensed', sans-serif;
}
.freeprivacypolicy-com---palette-light .cc-nb-changep {
    font-family: 'Roboto Condensed', sans-serif;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree:hover,
.freeprivacypolicy-com---palette-light .cc-nb-reject:hover,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}


@media screen and (max-width: 640px) {
  .freeprivacypolicy-com---nb-simple {
      max-width: 100% !important;
  }
  .freeprivacypolicy-com---palette-light .cc-nb-okagree,
  .freeprivacypolicy-com---palette-light .cc-nb-reject {
      display: inline-block !important;
      width: 49% !important;
  }
}



/************************************
          přiložené soubory
*************************************/

ul.attached-files {
    position: relative;
    list-style-type: none;
    color: #111;
    padding: 0;
    margin: 0.3125rem 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    width: 100%;
    margin: 1.25rem 0;
}

ul.attached-files li.file {
    display: list-item;
    border: 0;
    border: 0.0625rem solid rgba(115, 115, 115, 0.2);
    list-style-type: none;
    padding: 0;
    margin: 0.3125rem 0;
}

ul.attached-files li.file:before {
    display: none;
}

ul.attached-files li.file a {
    transition: all 500ms cubic-bezier(0.17, 0.67, 0.16, 0.99);
    padding: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #922c46;
    display: block;
    text-decoration: underline;
}

ul.attached-files li.file a:hover {
    color: #000;
    background: #F3F3F3;
}

ul.attached-files li.file a:hover:before {
    text-decoration: none;
}

/* ikony */
ul.attached-files li.file a:before {
    content: '\f00d';
    color: #737373;

    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-variant: normal;

    display: block;
    float: left;
    line-height: 1.25rem;
    margin: 0 0.625rem 0 0;
}

ul.attached-files li.file a:after {
    content: '\f063';
    color: #737373;

    text-decoration: none;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-size: 0.9rem;
    font-variant: normal;
    font-weight: 600;

    display: block;
    float: right;
    line-height: 1.25rem;
    margin: 0 0.625rem 0 0;
}

ul.attached-files li.file a[href$=".pdf"]:before {
    content: '\f1c1';
}

ul.attached-files li.file a[href$=".jpg"]:before,
ul.attached-files li.file a[href$=".jpeg"]:before,
ul.attached-files li.file a[href$=".png"]:before {
    content: '\f1c5';
}

ul.attached-files li.file a[href$=".txt"]:before {
    content: '\f0f6';
}

ul.attached-files li.file a[href$=".doc"]:before,
ul.attached-files li.file a[href$=".docx"]:before {
    content: '\f1c2';
}

ul.attached-files li.file a[href$=".xls"]:before,
ul.attached-files li.file a[href$=".xlsx"]:before {
    content: '\f1c3';
}



/************************************
          zarovnání obrázků
*************************************/

.content .center_image_smaller {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 250px;
    width: 100%;
}

.content .center_image {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 600px;
    width: 100%;
}

.content .center_image_fullsize {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 1000px;
    width: 100%;
}

.content .left_image_smaller {
    float: left;
    display: block;
    margin: 2vmin 2vmin 2vmin 0;
    height: auto;
    max-width: 250px;
    width: 100%;
}

.content .left_image {
    float: left;
    display: block;
    margin: 2vmin 2vmin 2vmin 0;
    height: auto;
    max-width: 600px;
    width: 100%;
}

.content .left_image_fullsize {
    float: left;
    display: block;
    margin: 2vmin 2vmin 2vmin 0;
    height: auto;
    max-width: 1000px;
    width: 100%;
}

.content .right_image_smaller {
    float: right;
    display: block;
    margin: 2vmin 0 2vmin 2vmin;
    height: auto;
    max-width: 250px;
    width: 100%;
}

.content .right_image {
    float: right;
    display: block;
    margin: 2vmin 0 2vmin 2vmin;
    height: auto;
    max-width: 600px;
    width: 100%;
}

.content .right_image_fullsize {
    float: right;
    display: block;
    margin: 2vmin 0 2vmin 2vmin;
    height: auto;
    max-width: 1000px;
    width: 100%;
}

@media screen and (max-width: 600px) {

    .content .left_image_smaller,
    .content .left_image,
    .content .center_image_smaller,
    .content .center_image,
    .content .right_image_smaller,
    .content .right_image {
        max-width: 45%;
    }
}



/************************************
          WYSIWYG -  bloky
*************************************/

.content .content_33 {
    display: block;
    float: left;
    height: auto;
    margin: 0 0 5vmin 0;
    padding: 0 3% 0 0;
    width: 33.3%;
}

.content .content_50 {
    display: block;
    float: left;
    height: auto;
    margin: 0 0 5vmin 0;
    padding: 0 3% 0 0;
    width: 50%;
}

.content .content_66 {
    display: block;
    float: left;
    height: auto;
    margin: 0 0 5vmin 0;
    padding: 0 3% 0 0;
    width: 66.6%;
}

#tinymce .content_33,
#tinymce .content_50,
#tinymce .content_66 {
    border: dashed 1px grey;
}

@media screen and (max-width: 640px) {

    .content .content_33,
    .content .content_50,
    .content .content_66 {
        margin: 0 0 20px 0;
        padding: 0;
        width: 100%;
    }
}