/* File: assets/cs/css/microsite.css
   Compiled at: 2025-07-01 01:26:00 
================================ */
.router h1 {
    font-size: 110px;
    text-align: center;
    color: #f0b600;
    position: relative;
    z-index: 100;
    margin-block-end: 0px !important;
    margin-block-start: 0px !important;   
    margin: 0px auto !important;
}

#router-map {
    width: 80%;
    max-width: 960px;
    margin: 0px auto;
    position: relative;
    margin-top: -10%;
}

.router-m {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;    
}

.router-m.semi-transparent {
    opacity: 0.4;
}

.blank-map {
    display: block;
    width: 90%;
    height: auto;
}

.router-content {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.router-text {
    padding-bottom: 40px;
}

.router-text p {
    color: #583119;
    text-align: center;
    line-height: 1.5em;
    font-size: 25px;
    font-weight: bold;
    font-family: "Boulevard", Helvetica, sans-serif;
}

.router-buttons {
    text-align: center;
    font-size: 0px;
}

.router-buttons a {
    display: inline-block;
    text-decoration: none;
    background-color: #f0b600;
    color: #583119;
    text-transform: uppercase;
    font-size: 25px;
    margin: 0px 8px;
    padding: 23px 0px;
    width: calc(33% - 16px);
    position: relative;
    text-indent: 23px;
    -webkit-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}

.router-buttons a:hover,
.router-buttons a:focus {
    text-decoration: none;
}

.router-buttons a:hover {
    background-color: #583119;
    color: #f0b600;
}

.router-buttons a::before {
    display: inline-block;
    content: '';
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 23px;    
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.router-buttons a[data-map="de"]::before {
    background-image: url('../images/microsite/flag_de.png');
}

.router-buttons a[data-map="cr"]::before {
    background-image: url('../images/microsite/flag_cr.png');
}

.router-buttons a[data-map="sk"]::before {
    background-image: url('../images/microsite/flag_sk.png');
}

.route-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;    
}

.route-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 901px) {
    .router-header {
        height: 130px;
    }

    .router-header .home-link {
        margin-top: 18px;
    }

    .router-header .home-link img {
        height: 150px !important;
        width: auto !important;
        margin-top: 12px !important;
    }

    .router-header .home-link img:first-child {
        height: 170px !important;
        width: auto !important;
        margin-top: 0px !important;
    }

    .router-header .main-menu li {
        line-height: 130px;
    }

    .router-header .main-menu li a {
        opacity: 0.5;
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s;    
        background-color: transparent !important;
    }

    .router-header .main-menu li.active a,
    .router-header .main-menu li a:hover {
        opacity: 1;
        background-color: transparent !important;
        color: #583119;
    }    
}

@media (max-width: 900px) {
    .router-m, .blank-map {
        display: none;
    }
    
    .router-content {
        top: 0%;
        position: static;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }   
    
    #router-map {
        margin-top: 0%;
        width: 100%;
        background: transparent url('../images/microsite/map_all.png') no-repeat top center;
        background-size: 100% auto;
    }
    
    .router h1 {
        font-size: 70px;
        margin: 30px auto 30px auto !important;
    }
    
    .router-text p {
        line-height: 1.5em;
        font-size: 20px;
    }    
    
    .router-text {
        padding-bottom: 20px;
    }
    
    .router-buttons {
        padding-bottom: 15px;
    }
    
    .router-buttons a {
        width: 100%;
        max-width: 480px;
        margin: 0px auto 15px auto !important;
    }
}


