/* CSS Document */
html {
    font-size: 18px;
}
@media screen and (min-width: 768px) {
    html {
        font-size: 20px;
    }
}
.menu-trigger {
    position: fixed;
    height: 40px;
    width: 40px;
    right: 2rem;
    top: 1rem;
    display: inline-block;
    padding: 0;
    background: none;
    outline: none;
    border: none;
    z-index: 9999;
}
.menu-trigger > span {
    position: absolute;
    top: 17px;
    left: 0;
    height: 4px;
    width: 100%;
    background: #000;
    transition: visibility 200ms ease-in-out, opacity 200ms ease-in-out;
}
.menu-trigger::before, .menu-trigger::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background: #000;
    left: 0;
    top: 50%;
    transition: transform 200ms ease-in-out, margin 200ms ease-in-out;
}
.menu-trigger::before {
    margin-top: -16px;
}
.menu-trigger::after {
    margin-top: 10px;
}
.menu-trigger.active > span {
    visibility: hidden;
    opacity: 0;
}
.menu-trigger.active::before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 0;
}
.menu-trigger.active::after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 0;
}

.mobile-menu{
    visibility: hidden;
    opacity: 0;
    background: #fff;
    z-index: 8888;
    width: 300px;
    max-width: 100%;
    position: fixed;
    top: 0;
    height: calc(100% + 2rem);
    right: 0;
    padding: 5rem 2rem 1rem 3rem;
    text-align: right;
    
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 200ms ease-in-out;
}
.mobile-menu.active{
    visibility: visible;
    opacity: 1;
    display: block;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
}
.mobile-menu li a{
    color: #000;
}
.mobile-menu li a:hover,
.mobile-menu li.active a{
    color: #da0000;
}
.menu-overlay{
    position: fixed;
    z-index: 2222;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;
    display: none;
    background: rgba(0,0,0,0.2);
}

.text-red {
    color: #da0000;
}
.page main {
    margin-bottom: 3rem;
}
.page-header {
    margin-bottom: 3rem;
    margin-top: 2rem;
}
.page-header h1,
.com_aimysitemap h1{
    position: relative;
}
.com_aimysitemap h1{
    margin-bottom: 3rem;
    margin-top: 2rem;
}
.page-header h1:after,
.com_aimysitemap h1:after{
    position: absolute;
    content: '';
    display: inline-block;
    background: #da0000;
    height: 4px;
    width: 60px;
    left: 0;
    bottom: -10px;
}
.header {
    display: flex;
}
.container-nav {
    align-content: center;
}
.odkazy p {
    display: inline-block;
    margin-left: 2.5rem;
}
.odkazy p:first-child {
    margin-left: 0;
}
.odkazy p img {
    margin-right: 5px;
}
.odkazy p a {
    text-decoration: none;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .odkazy p {
        margin-left: 1.25rem;
    }
}
/* Nabídka služeb */
.site-grid {
    grid-gap: 0;
}
.card-body {
    padding: 0;
}
.nabidka {
    background-color: #efefef;
    display: flex;
    padding: 15px;
    flex-wrap: wrap;
}
.policko {
    flex: 10%;
    padding: 50px 20px;
    transition: 0.4s background-color;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    min-width: 160px;
}
@media screen and (max-width: 992px) {
    .policko {
        flex: 33%;
    }
}
.policko:hover {
    background-color: white;
    box-shadow: 5px 5px 25px 1px #d9d9d9;
}
.policko img {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}
.policko.zavady img {
    width: 30px;
}
div.desc {
    text-align: center;
}
.container-header, .footer {
    background-color: white;
    background-image: none;
}
.container-header .mod-menu > li > a {
    color: black;
}
.container-header .mod-menu > li.active:after, .container-header .mod-menu > li:hover:after {
    background: #da0000;
}
.container-header .mod-menu > li:after {
    opacity: 1;
}
.slider {
    margin-bottom: 3rem;
}
ul.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}
ul.slick-dots li {
    display: inline-block;
    padding: 0;
    margin: 5px;
}
ul.slick-dots li button {
    background: #efefef;
    border: 2px solid #efefef;
    border: none;
    font-size: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
}
ul.slick-dots li button:hover {
    border: 2px solid #da0000;
}
ul.slick-dots li.slick-active button, ul.slick-dots li.slick-active button:hover {
    background: #da0000;
    border: 2px solid #da0000;
}
.footer, .footer-a, .footer-b {
    font-size: .7rem;
}
.footer-b a {
    text-decoration: none;
    color: #333;
}
#aimy-sitemap-credits{
    display: none;
}