/*********************************/
/* úvod */
/*********************************/

.boxContainer.sectionIntro
{
    padding: 0;
    margin: 0;
}

.wrapIntroPhoto
{
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
        
    aspect-ratio: 16 / 6;
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}



    .boxIntroContent
    {
        align-content: stretch;
        align-items: stretch;
        justify-content: center;
        filter: contrast(1.25);
    }
    
        .boxIntroText
        {
            align-items: center;
            justify-content: center;
        }
    
            .boxIntroContent h1
            {
                z-index: 10;

                width: 100%;
                padding: 24px 0 12px;

                color: #fff;
                font-size: 225%;
                text-align: left;
                line-height: .85;

                text-shadow: 0px 0px 7px #092C34;
            }    
        
       

        /************************************************/
        /* úvod / text */
        /************************************************/  

        .boxIntroText
        {
            background: rgba(0, 18, 21, 0.20);

            text-align: left;
        }
        
            .wrapSection  .boxIntroText h2
            {
                margin-bottom: 72px;
                
                color: #fff;
                font-family: 'Open Sans', sans-serif;
                font-weight: 400;
                text-align: left;
                line-height: 112.5%;   
                text-shadow: 0px 0px 7px #092C34;
            }        
            
            .boxIntroText .butMore
            {
                border-color: #E2F1F3; 
                color: #fff;
            }
            
            .boxIntroText .butMore:hover
            {
                border-color: #D84727;
                background: #D84727;
                color: #fff;
            }            



/************************************************/
/* nadpisy */
/************************************************/    

.wrapSection h2
{
    width: 100%;
    position: relative;
    text-align: center;
}     

.wrapSection.wrapSectionGreyDark  h2
{
    color: #fff;
}
        
        
        
/*********************************/
/* úvod - Slider */
/*********************************/  

.imgCategoreisSlider
{
/*    height: 250px;*/
}

    .imgCategoreisSlider img
    {
        width: 100%;
        max-width: 100%;
    }
    
    .titleCategoreisSlider
    {
        margin-top: 16px;
        font-family: 'Libre Baskerville';
        font-size: 175%;
        font-weight: 200;
        text-align: center;
        line-height: 1.25;   
    } 
    
    .textCategoreisSlider
    {
        color: #464646;
        font-weight: 300;
        text-align: center;
    }   
    
.wrapCategoriesSliderButtons
{        
    margin-top: 24px;
}    

    .wrapMenuHomePageCentered
    {
        justify-content: center;                
    }

/* výpis kategorií nad sliderem se stroji */
.wrapSliderCategoriesMenu
{
    justify-content: center;
    margin-bottom: 24px;
}

    .boxSliderCategoriesMenu
    {
        justify-content: center;
    }

        .boxSliderCategoriesMenu .butMore
        {
            margin-top: 8px;
            margin-bottom: 8px;
        }



