

#maintenance-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
}

/* -------------------------------------------------------------------------- *
 *  main layout 
 * -------------------------------------------------------------------------- */

    #main {
        text-align: center;
        min-width: 300px;
    }

    .main-content-container {
        max-width: 972px;
        box-sizing: border-box;
        margin: 0 auto;
        text-align: left;
        padding: 0px 15px;
    }
    
    body {
        background: url(page-bg.jpg) repeat-y center top #F1E7C0;
        background-size: cover;
        background-attachment: fixed;
    }

/* -------------------------------------------------------------------------- *
 *  HEADER
 * -------------------------------------------------------------------------- */

    #header-row-frame {
        background: transparent;
        width: 100%;
        position: absolute;
        top: 0;
        font-size: 17px;
    }

    body {
        /* www.tcmradar.cz */
    }
    

    #header-row {
        display: flex;
        flex-direction: column;
       
    }
    
    
    #header-row-1 {
        display: flex;
        justify-content: space-between;;
        align-items: center;
        width: 100%;
        height: 160px;

    }

    

    #logo {
        color: #763A14;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        margin-left: 50px;
    }

    #logo:hover {
        color: #CC0000;
    }

    #logo img  {
        height: 120px;
    }        
    
    #logo-text {
        text-decoration: none;
        display: block;
        margin-left: 20px;
        font-size: 140%;
        padding-top: 5px;
    }

    
    #logo-text sup {
        vertical-align: baseline;
        position: relative;
        top: -1.2em;
        font-size: 55%;
    }
    

    #header-row-2 {
        background-image: url('../img/menu-bg.png');
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 18px 30px;
        position: relative;
        
    }
    

            
    #header-row-2-outer {
        padding: 0;
        margin: 0;
        height: 95px;
    }

    /* header herbs logo */ 
    .header-herbs-logo {
        margin-top: 30px;
        margin-right: 50px;
    }

    .no-header-herbs-logo #header-row-1 {
        justify-content: center;

    }
    
    .no-header-herbs-logo #logo {
        margin-left: 0px;
    }

    .no-header-herbs-logo .header-herbs-logo {
        display: none;
    }
  

/* -------------------------------------------------------------------------- *
 *  mobile header
 * -------------------------------------------------------------------------- */

 
    @media only screen and (max-width: 990.9999px) {

        .main-content-container {
            max-width: 100%;
        }

        .header-herbs-logo {
            display: none;
        }


    }

/* -------------------------------------------------------------------------- *
 *  BREADCRUMB
 * -------------------------------------------------------------------------- */

    .breadcrumbs-frame {
        display: none;
        overflow: hidden;
        background-color:rgb(113 58 25 / 28%) ;
        padding-bottom: 10px;
        text-align: left;
        font-size: 80%;
    }

    .captionPanel h1 {
        text-transform: uppercase;
        margin-bottom: 0px;
        color: #FFFFFF;
    }

    .breadcrumbsPanel {
        
    }

    .breadcrumb-item {
        display: inline-flex;
        color: #7F3A39;
        margin-bottom: 4px;
        align-items: center;
    }

    .breadcrumb-item a,
    .breadcrumb-item .last {
        white-space: nowrap !important;
        display: inline-block;
        font-weight: 300;
        padding: 4px 14px;
        color: #ffd7d7 !important;
        text-decoration: none !important;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 90vw;
    }

    .breadcrumb-item a:hover {
        text-decoration: underline !important;
    }
    
    .breadcrumbsPanel > .breadcrumb-item:first-of-type a {
         padding-left: 0;
    }
    
    .breadcrumbsPanel > .breadcrumb-item:not(:last-of-type):after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f054";
        font-size: 12px;
        display: inline-block;
    }


/* -------------------------------------------------------------------------- *
 *  MAIN CONTENT
 * -------------------------------------------------------------------------- */

    #main-content {
        padding: 60px 40px;
        text-align: justify;
    }
    
    @media only screen and (max-width: 990.9999px) {
    
        #main-content {
            padding: 60px 25px;
        }
        
    }    
    
    @media only screen and (max-width: 600px) {
    
        #main-content {
            padding: 60px 15px 30px 15px;
        }
        
        
    }


/* -------------------------------------------------------------------------- *
 *  FOOTER
 * -------------------------------------------------------------------------- */

    #footer-frame {
        font-size: 100%;
    }
    
    #footer-content {
        padding-top: 50px;   

        display: flex;
        flex-direction: column;
        justify-content: space-between;

        background-image: url('../img/bambus.png');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center top;

        text-align: center;

    }
    
    #footer-frame a {
        text-decoration: none;
    }
    
    #footer-frame a:hover {
        text-decoration: underline;
    }

    .footer-menu {
        display: flex;
        margin: 0px auto;
        padding: 0;
        list-style: none;
    }

    .footer-menu li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .footer-menu li:not(:last-child)::after {
        content: " | ";
        display: inline-block;
        text-align: center;
        width: 2em;
    }
    
    .footer-box-2 p {
        margin-top: 0.5em;
    }

    @media only screen and (max-width: 600px) {

        #footer-frame 
        {
            font-size: 95%;
            overflow: hidden;

        }

        #footer-content {
            background-size: 200%;
            margin: 0px -30px;
        }

        .footer-box-2 {
            margin: 1em 0 0 0;
        }
    
        .footer-menu {
            flex-direction: column;
        }
        
        .footer-menu li:not(:last-child)::after {
            display: none;
        }
        
    }
 
   
/* -------------------------------------------------------------------------- *
 *  RESPONSIVE FRAMES
 * -------------------------------------------------------------------------- */

    .embed-responsive {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        overflow: hidden;
    }

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
        padding: 2px;
    }

    .embed-responsive-21by9::before {
        padding-top: 42.857143%;
    }

    .embed-responsive-16by9::before {
        padding-top: 56.25%;
    }

    .embed-responsive-4by3::before {
        padding-top: 75%;
    }

    .embed-responsive-1by1::before {
        padding-top: 100%;
    }

    .embed-responsive-3by4::before {
        padding-top: 133.333333%;
    }

    .embed-responsive-9by16::before {
        padding-top: 177.777777%;
    }

    .embed-responsive-9by21::before {
        padding-top: 233.333333%;
    }

    @media (max-width: 870px) {
        .embed-responsive-3by4 {
            padding: 0 15%;
        }

        .embed-responsive-9by16 {
            padding: 0 20%;
        }

        .embed-responsive-9by21 {
            padding: 0 25%;
        }
    }



/* -------------------------------------------------------------------------- *
 *  FORMATING
 * -------------------------------------------------------------------------- */

    
    strong, b {color: #0B0D79;font-weight:bold;}

    
em, i {
    color: green;
}

.blue-text,
em.blue-text
i.blue-text {
    color: #0B0D79;
}


.big-green-text {
    font-weight: Bold;
    color: #00641C;
    font-size: 150%;
}


.green-text, b.green-text, strong.green-text, i.green-text {
    color: #00833d;
}

.green-text > span {
    color: #00833d;
}

a.green-text {
    color: #00833d !important;
}

/* a .green-text  { text-decoration: underline; } */


.big-red-text {
    font-weight: Bold;
    color: #CC0000;
    font-size: 120%;
}

.red-text, b.red-text, strong.red-text, i.red-text {
    color: #E10000;
}

.red-text-dark, b.red-text-dark, strong.red-text-dark, i.red-text-dark {
    color: #CC0000;
}


a.blue-link {
    color: #0B0D79;
}

a.blue-link:hover {
    color: #CC0000 !important;
}


.brown-text {
    color: #763A14;
}

.brown-text * {
    color: #763A14 !important;
}


/* default info box */
.info-box {
    padding: 10px;
    border: 1px solid #C0A27A;
    background: #FCFAF1;
    margin: 2em 0px;
    overflow: hidden;
}


.info-box-pink {
    background: rgba(252, 213, 204, 0.7);
    border: 1px solid #F48881;
    padding: 10px;
    margin: 2em 0px;
    overflow: hidden;
}


table.info-box {
    padding: 0px;
    border: 1px solid #C0A27A;
    background: #FCFAF1;
    margin: 2em 0px;
}

table.info-box td {
    padding: 10px;
    border: 1px solid #C0A27A;
}

/* fialový info box */
.info-box-purple {
    padding: 10px;
    border: 1px solid #9C27B0;
    background: #fcebff;
    margin: 2em 0px;
}

table.info-box-purple {
    padding: 0px;
    border: 1px solid #9C27B0;
    background: #fcebff;
    margin: 2em 0px;
}

table.info-box-purple td {
    padding: 10px;
}


/* white bg */
.white-bg-full-table {
    background: #FCFAF1;
    width: 840px;
    border: 1px solid #C0A27A;
    border-collapse: collapse;
    max-width: 100%;
}

.white-bg-full-table td {
    padding: 8px 10px;
    vertical-align: top;
    border-bottom: 1px solid #C0A27A;
    text-align: left;
    background: #FCFAF1;
}

.white-bg-full-table tr:not(:first-child) td {
    border-top: 0px;
}

.white-bg-full-table td:not(:first-child) {
    border-left: 0px;
}

.white-bg-full-table td:not(:last-child) {
    border-right: 0px;
}


@media (max-width: 767px) {

    .white-bg-full-table td {
        border: 0;
        border-bottom: 1px solid #C0A27A;
    }
}

.white-bg-full-table th {
    padding: 12px 10px;
    vertical-align: top;
    border-bottom: 1px solid #C0A27A;
    background: #F9F6E4;
}

.white-bg-full-table p:first-child {
    margin-top: 0.25em;
}

.white-bg-full-table p:last-child {
    margin-bottom: 0.25em;
}


.white-bg-full-table.table-all-borders td {
    border: 1px solid #C0A27A;
}

/* ping bg */
.pink-bg-full-table h2 {
    margin-top: 20px;
}

.pink-bg-full-table {
    background: rgba(252, 213, 204, 0.7);
    width: 100%;
    max-width: 100%;
    border: 1px solid #F48881;
    border-collapse: collapse;
}

#columns .pink-bg-full-table td {
    padding: 8px 10px;
    vertical-align: top;
    border: 0px;
    border-bottom: 1px solid #F48881;
    color: #000000;
}

.pink-bg-full-table th {
    padding: 12px 10px;
    vertical-align: top;
    border-bottom: 1px solid #F48881;
    background: #F69A97;
}


.info-box-brown {
    background: rgba(211, 178, 94, 0.38);
    border: 2px solid rgba(190, 139, 56, 0.5);
    padding: 20px;
    margin: 40px 0px
}


.content-table {
    background: #FCFAF1;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #C0A27A;
    border-collapse: collapse;
}

.content-table td {
    padding: 8px 10px;
    vertical-align: top;
    border-bottom: 1px solid #C0A27A;
}

.content-table th {
    padding: 12px 10px;
    vertical-align: top;
    border-bottom: 1px solid #C0A27A;
    background: #F9F6E4;
}


.ramTab {
    background: #FCFAF1 !important;
    width: 840px !important;
    border: 1px solid #C0A27A !important;
    border-collapse: collapse !important;
}

.ramTab td b {
    color: #763A14;
}

.ramTab td {
    padding: 8px 10px !important;
    vertical-align: top !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 1px solid #C0A27A !important;
}

.ramTab th {
    padding: 12px 10px !important;
    vertical-align: top !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 1px solid #C0A27A !important;
    background: #F9F6E4 !important;
}


.auto-width-table {
    width: auto !important;
}


.paper-ico-link-1 {
    padding: 26px 5px 0px 5px;

    width: 113px;


    height: 74px;

    margin: 0px auto;

    background: url(../img/icon-paper-bg.gif) no-repeat left top;
    font-weight: bold;
    text-align: center;

    display: inline-block;

    text-decoration: none !important;
}

.paper-ico-link-2 {
    padding: 13px 5px 0px 5px;

    width: 113px;

    height: 74px;

    margin: 0px auto;

    background: url(../img/icon-paper-bg.gif) no-repeat left top;
    font-weight: bold;
    text-align: center;

    display: inline-block;

    text-decoration: none !important;
}

.paper-ico-link-3 {
    padding: 10px 5px 0px 5px;

    width: 113px;

    height: 74px;

    margin: 0px auto;

    background: url(../img/icon-paper-bg.gif) no-repeat left top;
    font-weight: bold;
    text-align: center;

    display: inline-block;

    text-decoration: none !important;

    line-height: 18px;
}

.paper-ico-link-1:hover, 
.paper-ico-link-2:hover,
.paper-ico-link-3:hover
 {
    text-decoration: none !important;
    color: #00833d;
}



@media only screen and (max-width: 600px) {
    
    .mobile-table td, .mobile-table tr {
        display: block;
        width: 100%;
    }
    
}

.btn-visualy-disabled {
    opacity: 0.5;
}



/* -------------------------------------------------------------------------- *
 * verze hlavičky "PYRAMIDA"
 * -------------------------------------------------------------------------- */

 @media only screen and (min-width: 991px) {
 
    body {
        /* padding-top: 330px; */
    }

    .header-pyramid #header-row-1 {
        height: 270px;
        flex-direction: column;
    }
    
    .header-pyramid #logo {
        flex-direction: column;
        margin: 10px auto;
    }
    

    .header-pyramid #logo img {
        height: 175px;
    }
    
    .header-pyramid #logo-text {
        margin: 10px auto 0 auto;
    }

    .header-pyramid .header-herbs-logo {
        margin: 10px 0 0 0 ;
        z-index: 1;
    }

    .header-pyramid .header-herbs-logo img {
        height: 53px;
    }

}



/* -------------------------------------------------------------------------- *
 * content menu
 * -------------------------------------------------------------------------- */

    .content-menu-container {
        text-align: center;
    }

    .content-menu-container > ul {
        text-align: left;
        display: inline-block;
    }