@charset "utf-8";

/*===================================================================================================
BERGI DESIGN
szalaigabor.hu
===================================================================================================*/

/*===================================================================================================
INPORT / @FONT-FACE / CSS
===================================================================================================*/


/*===================================================================================================
ALAP BEÁLLÍTÁSOK
===================================================================================================*/

body { background:#ddd; }


/*===================================================================================================

===================================================================================================*/

.LP__header { display:block; width:100%; padding:30px 0; overflow:hidden; text-align:center; background:#0b5d6b; }
.LP__header > a > img { display:inline-block; height:150px; }

.LP__map { display:block; width:100%; height:400px; position:relative; }
.LP__map > div { position:absolute; top:0; right:0; bottom:0; left:0; }
.LP__map > ul { position:absolute; top:0; bottom:0; left:0; z-index:99; padding:40px 2%; background:rgba(11,93,107,0.9); }
.LP__map > ul > li { display:block; padding:10px 0; color:#fff; text-align:center; }
.LP__map > ul > li a { color:#fff; }

.LP__title { display:block; width:100%; padding:30px 2%; background:#0b5d6b; text-align:center; }

.LP__description { width:600px; max-width:100%; margin:20px auto; }
.LP__description > p { font-size:20px; line-height:26px; text-align:center; }

.LP__event { min-height:140px!important; }

.LP__cover { }
.LP__cover > img { display:block; width:100%; }




/*===================================================================================================
RESPONSIVE
===================================================================================================*/
@media (max-width: 1280px){



}


@media (max-width: 780px){



}

@media (max-width: 480px){



}