/* Floridonet webstúdió Custom CSS - Ollmann */

.com-sppagebuilder #sp-main-body {
    padding: 0;
    margin-top: -140px;
}

#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    background: #1d345fd4;
}

#sp-header {
    background: transparent;
}

#sp-top-bar {
	background: transparent;
    height: 45px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
	border-bottom: 2px solid #0da2d8;
}

#sp-top-bar .sp-module {
    
    margin: 0 ;
}

section#sp-top-bar.sip-top {
    border-bottom: 2px solid #10b365;
}

div#sp-top2 {
    text-align: right;
    opacity: .6;
}

div#sp-top1 {
    
    opacity: .6;
}

#sp-section-3 {
    margin-top: -140px;
	background-color: #1d345fd4;
    min-height: 140px;
}

.sp-page-title {
    padding: 200px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    /* top: 0; */
    /* background-repeat: no-repeat; */
}

.sp-page-title .sp-page-title-heading {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

/*  MENÜ START  */

.sp-megamenu-parent > li > a {
    text-transform: uppercase;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  text-transform: uppercase;
}

.sp-megamenu-parent .sp-mega-group > li > a {
    padding: 10px 20px;
}

.sp-megamenu-parent .sp-mega-group > li > a:hover {
    border-radius: 5px;
    background: #79d2f3;
    padding: 10px 20px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #fff;
    border-radius: 0px 0px 5px 5px;
}


.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    display: block;
    font-size: 1.2rem;
    padding: 0.5rem 0;
    position: relative;
    text-transform: uppercase;
  font-weight: 700;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li {
    
    border-bottom: 1px solid #ccc;
}

#offcanvas-toggler {
    
    font-size: 30px;
}


.sip-menu .sp-megamenu-parent > li > a {
    color: #ffffff;
}

/*   MENÜ END  */


.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
    color: #1486ba;
}

.article-details .article-info, .article-info > span a {
    color: #d0d0d0;
}

.article-details .article-header h1, .article-details .article-header h2 {
    color: #1486ba;
}


#sp-footer {
    background: #2d2d2d;
    color: #7979798c;
}

#sp-footer .container-inner {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

#cookiehintsubmit {
    background: #18b4ed !important;
    color: #fff !important;
}

#cookiehintsubmit:hover {
    background: #074f69 !important;
    color: #fff !important;
}