@charset "utf-8";
.sp-megamenu-parent .sp-mega-group > li > a {
  font-size: 16px;
  margin-bottom: 0;
  padding: 5px 0
}
.sp-megamenu-parent .sp-mega-group > li > a:hover {color: #ec430f}
.menu_item.item-header:hover a.sp-group-title {color: #ec430f}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {margin-bottom: 10px}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {font-size: 15px; padding: 5px 0}
/*A lenyíló menük teljes szélességében kattinthatóak legyenek*/
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {width: 100%;
text-align: right;}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
  background-color: gray
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

@media only screen and (max-width: 480px) {
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0 0 0 15px!important;
  position: relative;
  font-weight: normal!important;
 font-size: 16px
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  font-family: 'Arial', sans-serif;
  text-decoration: none;
  font-size: 18px;
  line-height: 0.8em
}

.row {
  --bs-gutter-x: 0rem;
}


.myButton {
	box-shadow:inset 0px 39px 7px -24px #e67a73;
	background-color:#d1190c;
	border-radius:6px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	padding:9px 30px;
	text-decoration:none;
	text-shadow:1px 1px 0px #382524;
    margin-top: 20px;
    margin-bottom: 20px;
  margin-right: 10px;
   margin-left: 10px;
  min-width: 200px;
}
.myButton:hover {
	background-color:#f03c05;
}
.myButton:active {
	position:relative;
	top:1px;
}

.myButtonBlue {
	box-shadow:inset 0px 39px 7px -24px #1b8af9;
	background-color:#1b24f5;
	border-radius:6px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	padding:9px 30px;
	text-decoration:none;
	text-shadow:1px 1px 0px #382524;
    margin-top: 20px;
    margin-bottom: 20px;
  margin-right: 10px;
   margin-left: 10px;
  min-width: 200px;
}
.myButtonBlue:hover {
	background-color:#1b8af9;
}
.myButtonBlue:active {
	position:relative;
	top:1px;
}

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

#demoparagraph {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 10px;
-moz-column-gap: 10px;
column-gap: 10px;
-webkit-column-rule: 1px solid rgba(28,110,164,0.5);
-moz-column-rule: 1px solid rgba(28,110,164,0.5);
column-rule: 1px solid rgba(28,110,164,0.5);
}


/* Piros Kontakt tab gombok */

.contact-tab-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important; /* Térköz a tabok között normál nézetben */
    flex-wrap: wrap !important; /* Engedélyezi az átrendezést kisebb képernyőn */
}

.contact-tab {
    display: inline-block !important;
    padding: 10px 20px !important; /* 20px plusz szélesség mindkét oldalon */
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: white !important;
    background: linear-gradient(to bottom, #ff4d4d, #cc0000) !important;
    border-radius: 20px 20px 0 0 !important;
    border: 1px solid #a00000 !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    text-align: center !important;
    transition: transform 0.2s, box-shadow 0.2s !important;
    width: auto !important; /* Automatikus szélesség a tartalomhoz */
}

.contact-tab:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2) !important;
}

/* Mobil nézethez */
@media screen and (max-width: 768px) {
    .contact-tab-container {
        flex-direction: column !important; /* Elemsorrend függőleges */
        gap: 15px !important; /* Térköz a tabok között */
    }

    .contact-tab {
        width: auto !important; /* Automatikus szélesség a tartalomhoz */
        padding: 10px 20px !important; /* Ugyanaz a padding, hogy egységes legyen */
        margin: 0 auto !important; /* Középre igazítás */
        border-radius: 10px !important; /* Kisebb lekerekítés */
        text-align: center !important;
    }
}
