@charset "utf-8";
/* CSS Document */

/*Hamburger menü mérete, színe*/
#offcanvas-toggler >i {
color: #e96421;
font-size: 36px
}

#sp-header .container {width: 95%}
#sp-header {height: auto !important}




/*Átlátszó menü sáv*/


#sp-header {background-color: rgba(23, 65, 65, 0.99); }
#sp-header.menu-fixed .sp-megamenu-parent > li > a {color: white;}
#sp-header.menu-fixed {background: rgba(23, 65, 65, 0.7)}
.sticky-header {background: rgba(0, 0, 0, 0)!important;}


.text-shadow {text-shadow: 2px 2px 2px rgba(100, 100, 100, 1);}
.text-bg-color {background-color: rgba(112, 20, 29, 0.5); padding: 20px}




.height1080 {height: calc(100vh - 45px)}


#sp-main-body {
padding: 10px 0;}

/*
.nav-placeholder {background: rgba(0, 0, 0, 0);}
#sp-page-builder .page-content .sppb-section:first-child {
  margin-top: -85px;}
*/




 .sp-megamenu-parent >li >a,
.sp-megamenu-parent >li >span {
display: inline-block;
padding: 0 15px;
line-height: 90px;
font-size: 14px;
font-weight: bold!important;

text-transform: uppercase;
letter-spacing: 1px;
color: #FFF;
margin: 0;
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 720px) {
.mobileheight {height:500px}

}



/* --------------- tablazat stílus Minden táblázatra automatikus!!!!! ------------------- */

table td
{
background:#f5f5f5;
border:1px solid #dedede;
padding:8px;
}

table td img
{
margin: auto;
padding:2px;
border:1px solid #e5bfbf;
}

table td a img
{
padding:2px;
border:1px solid #e5bfbf;
}

table td a:hover img
{
padding:2px;
border:1px solid #900
}

table td:hover
{
background:#eee;
}
table td H1, table td H1 a:link, table td H1 a:visited
{
font:bold 12px Arial, Helvetica, sans-serif;
padding:0;
margin:0;
color:#900;
text-decoration:none;
}

table td H1 a:hover
{
color:#f70;
text-decoration:none;
}

table td .date
{
padding:0;
margin:2px 0 0 0;
font-size:11px;
color:#999;
letter-spacing: 0.2em;
}

table td p
{
padding:5px 0 5px 0;
margin:5px 0 5px 0;
}

table .box_vertical_separator
{
  width:5px;}

table {
    width: 100%;
}


  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 720px) {
#sp-top1 { display:none;

}
  }


  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 720px) {
.sp-contact-info {font-size: 24px; line-height: 1.3em!important

}
  }

.fastsocialshare_container {margin-top: 20px}

@media only screen and (max-width: 720px) {
  .mobil-bg {min-height: 200px!important;
}
}

.flexColContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
  flex-direction: column;}


@media only screen and (max-width: 720px) {
  
.mobile-p {font-size: 24px!important; line-height: 1.3em!important}
  }


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}