@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
 	font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #252525;
}

/* HEADINGS */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.2;
	color: #005095;
}

.h1, h1 {font-size: 1.5rem;} 	/* 1.625 = 24px */
.h2, h2 {font-size: 1.375rem;} 	/* 1.375 = 22px */
.h3, h3 {font-size: 1.25rem;} 	/* 1.25 = 20px */
.h4, h4 {font-size: 1.125rem;} 	/* 1.125 = 18px */
.h5, h5 {font-size: 1.0rem;} 	/* 1.0 rem = 16px */
.h6, h6 {font-size: 0.875rem;} 	/* 0.875 = 14px */

.article-details .article-header h1, .article-details .article-header h2 {font-size: 1.5rem;}

#sp-main-body {padding: 40px 0;}

#sp-header:not(.header-sticky):before {
    background-color: #2DA255;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    width: 55%;
}

#sp-header {background: #fff;}

.sp-megamenu-parent>li>a {color: #fff;}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {color: #22346a;}
.sp-megamenu-parent>li:hover>a {color: #22346a;}
.sp-megamenu-parent>li.active>a {font-weight: 600;}

.hometekst .sppb-media-content {
    position: relative;
    text-align: left;
    padding: 25px;
    border: 4px solid #eeeeee;
	background: #f5f5f5;
	border-radius: 6px;
}
.sppb-addon.sppb-addon-feature.homeblok {padding: 25px; box-shadow: 0px 2px 5px 0px rgba(70, 70, 70, 0.2); background-color: #FFF;}

.sppb-addon-article {border: 1px solid #CCC; border-radius: 6px; background: #FFF;}
.sppb-article-info-wrap {padding: 20px;}
#sp-footer, #sp-bottom {
    background: #2DA255;
    color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase
}

#sp-footer a, #sp-bottom a {color: #fff;}
#sp-footer ul.menu li a:hover {color: #22346a;}
.fa-linkedin:before {font-size: 32px;}

.burger-icon>span {
    height: 4px;
    background-color: #fff;
}

/* PAGE TITLE */

@media(max-width:991px) {
    .sp-page-title {padding: 60px 0 60px !important;}
	.logo-image-phone {height: 50px !important;}
	#sp-header {height: 70px;}
 }

 @media(max-width:767px) {
	 .sp-page-title {padding: 30px 0 30px !important;}
  }

.sp-page-title-heading {display: none;}

.sp-page-title {
	padding: 110px 0 110px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #26a7bc;
}