﻿/* minden formázás törlése */
/* <div class="clr"></div> */
*{
	box-sizing:border-box;
}
p.clr, .clr { clear:both; padding:0; margin:0; background:none;}
#sp-component img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
h3{
	font-size:20px;
}
#sp-header, #sp-bottom{
	background-color:#00458D;
	color:#fff;
}
#sp-header a, #sp-bottom a{
	color:#fff;
	font-size: 16px;
}
#sp-header a:hover, #sp-bottom a:hover{
	color:#ffd500;
}
#sp-header.logo, #sp-bottom.logo {
  height: 60px;
  display: block;
  margin: 0;
  align-items: center;
}
#sp-header {
  height: 90px;
}
#sp-menu .sp-column{
	height:90px;
}
#sp-friss-hir{
	background-color: #f00;
  padding: 15px;
  color: #fff;
}
#sp-top-bar{color:#00458D;background-color:#ffd500;}
#sp-top-bar a{color:#00458D;}
#sp-header-topbar .fas, #sp-header-topbar .far{color:#fff;}
#sp-top1{display:none;}
#sp-top2{width:100%; text-align:center;font-weight:bold;}
#sp-top2.sp-module{width:50%!important;display:flex;}
#sp-top2.sp-module h1{font-size:20px!important;}
#sp-top2 h1{font-size:16px;}
.sp-contact-info {
	width: 50%;
  text-align: left;
  float: left;
}
#sp-main-body {
  padding: 40px 0 0 0;
}
#sp-title {position:relative;}
#sp-title h2{
	color: #ffd500;
  background-color: rgba(4,81,158,0.8);
  padding: 10px 40px;
  display: inline-block;
  margin: 100px 30px;
  border-radius: 25px;
  font-weight: bold;
	position: absolute;
  top: 0;
  left: 0;
	text-align:center;
}
.readmore a{
  padding: 5px 10px;
  color: #FFF!important;
  background-color: #00458D;
  border-radius: 3px;
  font-weight: bold!important;
  margin: 5px;
}
.article-header h2{
	text-align:center;
	color: #236fa1!important;
	font-weight:bold;
}
.article-header h2 a{
	color: #236fa1!important;
	font-weight:bold;
}
.article-intro-image{
	text-align:center;
	margin-top: 15px !important;
	border-bottom: none !important;
}
.article-intro-image img{
	max-height: 200px!important;
  width: auto;
}
.article-introtext{
	padding:15px;
}
.article:hover{
	background-color:#e1ecf7;
	transition-duration: 1s;
}
.article-list .article {
  margin-bottom: 30px;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
	padding:0;
}
.logo-image {
  height: 160px;
  vertical-align: top;
  display: inline;
  margin-top: 5px;
}

@media screen and (max-width: 1000px) {
  .sp-contact-info {
	width: 100%;
  text-align: center;
}
#sp-top-bar .sp-module {
  display: block;
  text-align: center;
}
}
.burger-icon > span {
  background-color: #fff;
}
@media screen and (max-width: 500px) {
#sp-title {display:none;}
.logo-image {
  height: 80px;
}
}


@media screen and (max-width: 450px) {
 #sp-main-body {
  padding: 100px 0 0 0;
}
}