@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);
}