
.box-content {position:relative;
    /* width:240px; */
    text-align:center;
    /* height:240px; */
    padding-bottom:56.25%;
    padding-bottom:66%;
    margin-bottom:1em;
    /* margin-right:15px;
    float:left; */
    overflow:hidden;
    border:1px solid #E6E6E6;
}
.box-content.article {
    padding-bottom:100%;
    /* overflow:auto; */
    /* overflow-x:hidden; */
    background-color:#F2F2F2;
    background-repeat:no-repeat;
    background-position:bottom right;
    background-size:65px;
    /* background-image:url(images/roh-sedy.png); */
}
.box-main {
    background-color:#F2F2F2;
    background-repeat:no-repeat;
    background-position:bottom right;
    background-size:80px;
}
.box-right {
    background-color:#F2F2F2;
    background-repeat:no-repeat;
    background-position:bottom right;
    background-size:50px;
}
.zdroj-lk {
    background-image:url(images/roh-lk.png);
}
.zdroj-tz {
    background-image:url(images/roh-tz.png);
}
.zdroj-fb {
    background-image:url(images/roh-fb.png);
}
.zdroj-tw {
    background-image:url(images/roh-tw.png);
}
.zdroj-ig {
    background-image:url(images/roh-ig.png);
}

.box-content article h3 {
    font-size:110%;
    letter-spacing: 0.02em;
    margin-bottom:0.5em;
}
.box-content article p {

}
.box-content article {
    padding:0.8em;
    text-align:left;
    font-size:85%;

}

.align_left {
    /* for images placed in rich text editor */
    float: left;
    margin: 0 2.5em 0.5em 0;
    position: relative;
    top: 0.5em;
    max-width: 50%;
}

.align_right {
    /* for images placed in rich text editor */
    float: right;
    margin: 0 0 0.5em 1em;
    max-width: 50%;
}

.align_center {
    /* for images placed in rich text editor */
    display: block;
    margin: 1em auto;
    position: relative;
    top: 0.5em;
}

.box-content > a,
.box-content > div,
.box-content > img,
.box-content > figure,
.box-content > article,
.box-content > .kalendar1,
.slidewrap
{
    position:absolute;
    display:block;
    top: 0; bottom: 0; left: 0; right: 0;
    text-decoration:none;

}
.box-content.autohigh {
    padding-bottom:1em;
}
.box-content.height100 {position:relative;
    padding-bottom:48%;
}
.box-content.autohigh > a,
.box-content.autohigh > div,
.box-content.autohigh > img,
.box-content.autohigh > figure,
.box-content.autohigh > article,
.box-content.autohigh > .kalendar1,
.autohigh > .slidewrap
{
    position:relative;
}

/* Larger than tablet */
@media (min-width: 750px) {

}
/* Larger than tablet */
@media (min-width: 1150px) {
    .box-content.autohigh {
        padding-bottom:56.25%;
        padding-bottom:66%;
    }
    .box-content.autohigh > a,
    .box-content.autohigh > div,
    .box-content.autohigh > img,
    .box-content.autohigh > figure,
    .box-content.autohigh > article,
    .box-content.autohigh > .kalendar1,
    .autohigh > .slidewrap
    {
        position:absolute;
    }
}



.a-cover {
    position:absolute;top:0;left:0;width:100%;height:100%;
}