<style>
    /* GENERAL */

    body {}

    .gital-body {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        color: #191919;
        overflow-x: hidden;
        overflow-y: visible;
    }

    br {
        line-height: 2em;
    }

    img {
        width: 100%;
        height: auto;
    }

    .gital-post {
        margin: 0em 1em 1em 1em;
    }

    .g-margin-container {
        max-width: 1366px;
    }

    @media (min-width: 1366px) {

        .gital-post {
            margin: 0 0 1em 0;
        }
        .g-margin-container {
            margin-left: auto;
            margin-right: auto;
        }
    }

    /* FONTS AND TEXT */

    a {
        color: #191919;
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
        color: #191919;
    }

    a:visited {
        color: inherit;
    }

    p {
        font-family: 'Open Sans', sans-serif;
        margin: 0 0 1em 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Open Sans', sans-serif;
        margin: 0;
    }

    h1 {
        font-size: 4em;
        padding-bottom: 32px;
        font-weight: 500;
        padding: 0 16px;
        color: #191919;
    }

    h2 {
        font-size: 2.5em;
        padding-top: 32px;
        padding-bottom: 16px;
        font-weight: 500;
        text-transform: uppercase;
        text-wrap: wrap;
        color: #00649e;
    }
     h2:first-child {
        padding-top: 0;
    }

    h3 {
        padding-top: 32px;
        padding-bottom: 16px;
        font-size: 2em;
        font-weight: 500;
        color: #191919;
    }

    h4 {
        padding-bottom: 16px;
        font-size: 1.5em;
        font-weight: 500;
    }

    h5 {
        padding-bottom: 16px;
        font-size: 1.3em;
        font-weight: 500;
    }

    h6 {
        font-size: 1em;
        font-weight: 500;
    }

    .gital-page-content ul:not(.submenu):not(.gital-single-ul) {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .gital-page-content ul:not(.submenu):not(.gital-single-ul)  li ul{
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding-top: 16px;
    }

    .gital-page-content .nf-field div div ul:not(.submenu):not(.gital-single-ul) {
        display: block;
        margin-top: 20px !important;
    }

    .gital-page-content .list-radio-wrap .nf-field-element li input {
        margin-top: 0.5em;
    }

    .gital-page-content ul:not(.submenu):not(.gital-single-ul)  li {
        list-style-type: none;
        line-height: 2em;
        font-weight: 600;
        position: relative;
    }
    .gital-page-content .nf-field div div ul:not(.submenu):not(.gital-single-ul) li:before {
        content: '';
        width: 0px;
        height: 0px;
        position: relative;
    }

    .gital-page-content ul:not(.submenu):not(.gital-single-ul)  li:before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 100px;
        background: #075482;
        position: absolute;
        top: 0.75em;
        left: -32px;
    }

   

    .gital-page-content ul:not(.submenu):not(.gital-single-ul)  li ul li {
        margin-left:  0;
        font-weight: 400;
    }

    .gital-page-content ul:not(.submenu):not(.gital-single-ul)  li ul li:before {
        content: '*';
        border-radius: 100px;
        width: 0px;
        height: 0px;
        color: #075482;
        position: absolute;
        top: 0.2em;
        left: -16px;
    }

    .g-intro p {
        font-family: 'Open Sans', sans-serif;
        font-size: 1.3em;
        font-weight: 600;
    }

    /* FOOTER */

    .gital-footerBottom {
        display: flex;
        width: 100%;
        font-size: 0.8em;
    }

    .gital-footerBottom div {
        margin-top: 5px;
    }

    /* NAVIGATION AND HEADER - MAIN NAVIGATION */

    .gital-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 10px;
    }

    .gital-navMenu>div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .gital-navMenu li {
        list-style: none;
    }

    .gital-navMenu {
        -webkit-box-flex: 5;
        -ms-flex: 5;
        flex: 5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .gital-navMenuLogo {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .gital-navMenuLogo,
    .gital-navMenuLogo a,
    .gital-navMenuLogo a img {
        width: 305px;
        height: calc(55px - 10px);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .gital-navSmall>.gital-navMenuLogo,
    .gital-navSmall>.gital-navMenuLogo a,
    .gital-navSmall>.gital-navMenuLogo a img {
        height: calc(55px / 2);
    }

    .gital-navMenu div>ul {
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding-right: calc(16px * 2);
        padding-left: calc(16px * 2);
        margin-left: -140px;
        padding-top: 10px;
    }

      @media screen and (min-width: 1200px) {
       .gital-navMenu div>ul {

        margin-left: 0;
    }

    }

    .gital-navMenu>div>ul>li {
        position: relative;
    }

    .gital-navMenu div ul li.menu-item-has-children:after {
        content: "►";
        font-size: 0.7em;
        margin: 0.5em;
        color: #191919;
        position: absolute;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .gital-navMenu>div>ul>li>ul {
        position: absolute;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 80%;
        padding: 1em 0;
        margin: 0 10%;
        font-size: 0.9em;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .gital-navMenu>div>ul>li>ul>li {
        background: #191919;
        padding: 1em;
        color: #e3e3e3;
    }

    .gital-navMenu>div>ul>li>ul>li:first-child {
        background: #191919;
        padding: 1em 1em 0 1em;
    }

    .gital-navMenu>div>ul>li>ul>li:last-child {
        background: #191919;
        padding: 0 1em 1em 1em;
    }

    .gital-navMenu li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .gital-navMenu li:hover:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .gital-navMenu a:hover {
        text-decoration: none;
        color: inherit;
    }

    .gital-navMenu ul>li>ul>li>a:hover:after {
        content: "-";
        position: absolute;
        right: 5px;
    }

    .gital-navMenu ul>li>ul>li>a:hover:before {
        content: "-";
        position: absolute;
        left: 5px;
    }

    .gital-navUnclickable,
    .gital-navUnclickable>a {
        cursor: default !important;
    }

    .current_page_item {
        text-decoration: underline;
    }

    /* NAVIGATION AND HEADER - RESPONSIVE */

    .gital-navMobile {
        position: fixed;
        top: 10px;
        width: 100%;
        height: 59px;
        background: #eb212e;
    }

    .gital-navMobile a {
        display: block;
    }

    .gital-navMobile ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .gital-navMobile ul li {
        border-top: 1px solid #191919;
        background: #e3e3e3;
    }

    .gital-navMobile ul li ul {}

    .gital-navMobile ul li ul li {
        font-size: 0.9em;
    }

    .gital-navMobile ul a {
        padding-left: 5%;
    }

    .gital-navMobile ul ul a {
        padding-left: 10%;
    }

    .gital-navMobile ul ul ul a {
        padding-left: 15%;
    }

    .gital-navMobile ul ul ul ul a {
        padding-left: 20%;
    }

    .gital-navMobile ul ul ul ul ul a {
        padding-left: 25%;
    }

    .gital-navToggle {
        display: block;
        height: 49px;
        width: 49px;
        position: relative;
    }

    .gital-navBar {
        display: block;
        width: 25px;
        height: 3px;
        background: #191919;
        border-radius: 1px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .gital-navBar:first-child {
        margin-top: 0;
    }

    .gital-navToggle:hover {
        cursor: pointer;
    }

    .gital-navToggle.active .gital-navBar {
        background: #e3e3e3;
    }

    .gital-navBar:nth-child(1) {
        position: absolute;
        top: 14px;
    }

    .gital-navBar:nth-child(2) {
        opacity: 1;
        position: absolute;
        top: 23px;
        bottom: 23px;
    }

    .gital-navBar:nth-child(3) {
        position: absolute;
        bottom: 14px;
    }

    .gital-navToggle.active .gital-navBar:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 23px;
    }

    .gital-navToggle.active .gital-navBar:nth-child(2) {
        opacity: 0;
    }

    .gital-navToggle.active .gital-navBar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        bottom: 23px;
    }

    .gital-navMobile>li:first-child {
        border-top: none;
    }

    .gital-navMobile ul li.current-menu-item a:link,
    .gital-navMobile ul li.current-menu-item a:visited {
        font-family: 'Open Sans', sans-serif;
        font-weight: 800;
    }

    @media screen and (max-width: 800px) {
        .gital-navMobile {
            display: block !important;
        }
        .gital-nav-container {
            display: none;
        }
    }

    /* NAVIGATION AND HEADER - STICKY HEADER */

    .gital-navMobileTop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .gital-navMobileLogo {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .gital-header {
        position: fixed;
        width: 100%;
        z-index: 1000;
        padding-top: 10px;
        background: #eb212e;
    }

    .gital-navMobileLogo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 1em;
        height: 59px;
    }

    .gital-navMobileLogo a,
    .gital-navMobileLogo a img {
        height: 49px;
        width: 135px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }


    .gital-navMobileMenu {
        overflow: scroll;
        background: white;
        height: calc(100vh - 59px - 10px);
    }

    .gital-navMobileMenu input {
        margin-top: 10px;
        margin-left: 2%;
        margin-bottom: 5%;
        height: fit-content;
        padding:  10px;
        border: 2px solid #00649e;
        color: #00649e;
        border-radius: 20px    }

    .gital-navMobileMenu ul li {
        border-top: transparent;
    }

    .gital-navMobileSmall .gital-navMobileLogo a,
    .gital-navMobileSmall .gital-navMobileLogo a img {
        height: 39px;
        width: 107px;
    }

    .gital-navMobileSmall .gital-navMobileLogo {
        height: 49px;
    }

    .gital-navMobileSmall {
        height: 49px;
    }

    .gital-navMobileSmall .gital-navToggle {
        margin-top: -5px;
    }

    .gital-navMobileSmall .gital-navMobileMenu {
        height: calc(100vh - 49px - 10px);
    }

    /* NAVIGATION AND HEADER - FOOTER */

    .g-hallsta-footer__details-container {
        padding-top: 32px;
    }

    .gital-footerBottom div {
        margin-top: 5px;
    }

    .gital-navFooter div ul {
        display: flex;
        flex-direction: column;
        list-style: none;
        padding: 0;
    }

    .gital-navFooter div ul li ul {
        display: none;
    }

    /* Help services */

    .gital-hidden {
        display: none;
    }

    .gital-clear {
        clear: both;
    }

    .gital-blockMargin {
        margin-bottom: 2em;
    }

    .gital-button {
        padding: 0.5em 1em;
        border: 1px solid #191919;
        display: inline-block;
        margin-top: 1em;
        position: absolute;
        bottom: 20px;
    }

    .gital-button a {
        color: #191919;
        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
    }

    .g-fb-m-col {
		height: fit-content;
		border-radius: 20px;
		overflow: hidden;
		min-height: 300px;
        margin-left: 16px;
        margin-right: 16px;
	}
	.g-fb-m-col.g-fb-m-bottom {
        margin-bottom: <br />
<b>Warning</b>:  Undefined variable $marginBottom in <b>/home/hallstavikselver/public_html/wp-content/themes/gital theme/css/gital.php</b> on line <b>637</b><br />
;
    }
	
	.g-fb-m-col .g-fb-image {
		background-position: center center;
		 background-size: cover;
		 background-repeat: no-repeat;
	}
    section div .ei-site-wrapper {
        padding: 0 !important;
    }

</style>
