/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.logo-placeholder{
    height: 100px;
    margin-bottom:20px;
    line-height:100px;
    vertical-align: middle;
}
        .logo-item img {
            max-width: 100%;
            max-height: 100px;
            object-fit: contain;
        }

.no-pad-lr{
	padding-left:0px !important;
	padding-right:0px !important;
    border:20px solid #616161;
}
.provoz{
    margin: 20px;
}

a.btn-large{
    color:#fff !important;
}

a{
    color: #35363C !important;
}
nav ul li.active > a,
nav ul li > a.active, 
.sidenav li > a.active > a {
  background-color: rgba(0,0,0,0.1); /* stejný efekt jako hover */
}

#mobile-demo li{
    border-bottom: 1px solid #fbc02d !important;    
}

div.odkazy > ul > li > a{
    line-height: 2em;
    color: #35363C !important; 
    font-weight:bold;
}
    #likont a{
        display:block;
        height:100%;
        font-weight: lighter;
        color:#666;
        
        font-style: oblique;
        line-height: 2em;
    }
    #lilogo{
        border:none !important;
        position:absolute;
        bottom:0px;
        /*background: rgb(255,255,255);*/
        height: 320px;
        /*border-top:20px solid #fff;*/
    }
    #lilogo a{
        display:block;
        height:100%;
        margin-top:20px;
    }
    #lilogo img{
        width:100%;
    }

.icon-block {
  padding: 0 15px;
}

.x_card{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border:2px solid #ffeb3b !important;
}

#index-banner{
    background-image: url(../images/uvod-01.jpg);
    background-position: center center;
}
#index-kontakt{
    background-image: url(../images/kontaktni-informace.jpg);
    background-position: center center;
}
#index-pujcovna{
    background-image: url(../images/obrazek-pujcovna.jpg);
    background-position: center center;
}
#index-servis{
    background-image: url(../images/obrazek-servis-lyzi.jpg);
    background-position: center center;
}

@media only screen and (max-width: 600px) {
  .nav-wrapper .brand-logo img {
    margin-top: 5px; /* zajistí prostor na mobilu */
    height: 45px !important;
  }

  .mobile-flow-text {
    font-size: 1.6rem !important; /* přibližně odpovídá Materialize flow-text 1.2 / 1.6 */
    line-height: 2.4rem;
    padding-top:15px;
  }
}
