/* Tablet / kisebb laptop */
@media (min-width: 1200px) {
.home-hero{
   background-image: url(../images/headers/ride.hu-eredeti-bmx-background-hatterkep.jpg);
}



}

/* Tablet */
@media (max-width: 992px) {
	section.home-calendar-section {
    display: none;
}

}

/* Mobil */
@media (max-width: 768px) {

button.ride-tools-drawer-toggle {
    display: none;
}
    .home-hero p, .home-intro p {
        font-size: 12px;
        text-align: left;
}
.home-hero h1{line-height: 0.4;}
#ride_infinite_items .news h2 {
    font-size: 12px !important;}
	
div#content #data .news #auth {
    float: left!important;
    font-size: 8px!important;
    margin-left: 0!important;}
	
	.ride-news-list-summary{
		font-size:10px;
	}
	h2.article-title{
		font-size:16px!important;
	}
	div#content #data .news .article-body p{
		font-size:12px;
	}
	.ride-content-pager {
    clear: both;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    margin: 5px 0 0;
    padding-top: 10px;
    border-top: 1px solid var(--ride-border);
}
}

/* Kis mobil */
@media (max-width: 480px) {
.home-hero{
    background-image: url(../images/headers/ride.hu-eredeti-bmx-background-hatterkep-mobilra.webp);
	align-items: normal;
}
.home-hero-content {margin: 15vh auto 0px;}
#footer {font-size:9px;}
.DivBal, .DivCenter1, .DivCenter2, .DivJobb {
        flex-direction: row;
    }
}