* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}


/****************************************************************************
    SITEVISION FONT OVERRIDES
  ****************************************************************************/
.normal a,
.sv-font-vit-brodtext a {
    -webkit-transition: color .1s ease;
    -o-transition: color .1s ease;
    transition: color .1s ease;
}

.normal a:hover {
    color: #45a748;
}





/****************************************************************************
    DINA HEADER
  ****************************************************************************/
.dina-header {
    padding: 20px;
    background-color: white;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

.dina-header--open {
    background-color: #003e23;
}

.dina-header__wrap {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*
  .dina-header__wrap > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  */
.dina-header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    /* max-width: 157px; */
    width: auto;
    height: auto;
    line-height: 0;
}

.dina-header__logo img {
    width: 157px;
    height: 50px;
    border-style: none;
}

.dina-header__menu {
    position: relative;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 66px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.dina-header__mobile {
    position: static;
}

.dina-header__mobile>div {
    display: inline-block;
    margin-left: 10px;
}

.user-button a,
.menu-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "dinafont";
    color: #3d8440;
}

.user-button {
    position: absolute;
    top: 50%;
    right: 55px;
    font-family: "dinafont";
    font-size: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.user-button a {
    padding: 10px;
    margin-right: -10px;
}

.menu-button {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 10px;
    margin-right: -10px;
    font-size: 25px;
    appearance: none;
    border: none;
    background: none;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.user-button .dina-icon,
.menu-button .dina-icon {
    display: block;
}

.user-button__text,
.menu-button__text {
    display: block;
    font-size: 50%;
    margin-top: 3px;
    font-weight: 500;
}

/*
  .menu-button > div {
    height: 4px;
    border-radius: 2px;
    margin-bottom: 6px;
    background-color: #45a749;
  }
  .menu-button > div:last-child {
    margin-bottom: 0px;
  }
  */
.dina-header__mobile-menu {
    position: relative;
}

.dina-header__logo--menu,
.dina-header__search {
    margin: 20px;
}

.dina-header__search input {
    width: 100%;
    height: 45px;
    border: none;
    padding: 15px;
    /* font-size: 15px; */
    background-color: #edf6ed;
    border-radius: 0;
    outline: none;
}

.dina-header__search input[type="submit"] {
    display: none;
}

.dina-header__close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 40px;
    cursor: pointer;
}

/* OLD CONTACT LINKS  */
/*
  .dina-contact--loading {
    position: relative;
  }
  .dina-contact--loading::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  */
.dina-contact,
.dina-contact-link {
    position: relative;
}

.dina-contact::after,
.dina-contact-link::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.dina-contact--loaded::after,
.dina-contact-link--loaded::after {
    display: none;
}


/****************************************************************************
    DINA BREADCRUBS
  ****************************************************************************/
.dina-breadcrumbs {
    margin: 30px 20px;
}

.dina-breadcrumbs>.sv-layout {
    position: relative;
}

.dina-breadcrumbs a {
    text-decoration: none;
    color: #45a748;
}

.dina-breadcrumbs a:hover {
    text-decoration: underline;
}

.dina-breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.dina-breadcrumbs__item--home {
    font-size: 18px;
}

.dina-breadcrumbs__item--home>span:first-child {
    font-size: 0;
    display: block;
}

.dina-breadcrumbs__icon {
    display: inline-block;
    /*vertical-align: middle;*/
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 80%;
    color: #45a748;
    margin: 0 5px;
}


/****************************************************************************
    DINA SV GRIDS
  ****************************************************************************/
.sv-grid-1140px>.sv-row {
    margin: 30px 0;
}

.sv-grid-1140px>.sv-row:first-child {
    margin-top: 0px;
}

.sv-grid-1140px>.sv-row:last-child {
    margin-bottom: 0px;
}

/****************************************************************************
    DINA CONTENT
  ****************************************************************************/
.dina-content__margins {
    margin: 30px 20px;
}

/****************************************************************************
    DINA-CONTENT__PADDING-BOX
  ****************************************************************************/
.dina-content__padding-box {
    margin: 50px 0;
    padding: 30px;
}

/****************************************************************************
    DINA-CONTENT__BLOCK
  ****************************************************************************/
.dina-content__block {
    padding: 30px 20px;
}

/****************************************************************************
    DINA FOOTER
  ****************************************************************************/
.dina-footer {
    padding: 0 20px 40px;
}

.dina-footer__wrap *[class*='sv-column'] {
    margin: 20px 0;
}

.dina-footer__bottom {
    margin-top: 30px;
}

.dina-footer__h3 {
    font-family: dinaheadline, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 160%;
    color: #010101;
    line-height: 120%;
    text-transform: uppercase;
    color: white;
    margin-top: 1em;
    margin-bottom: 10px;
}

.dina-footer__rubrik {
    font-family: dinaheadline, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 160%;
    color: #010101;
    line-height: 120%;
    text-transform: uppercase;
    color: white;
    margin-top: 1em;
    margin-bottom: 10px;
}

.dina-footer__text {
    color: white;
    margin: 0 0 10px !important;
}

.dina-footer__text a {
    color: white;
    text-decoration: underline;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.dina-footer__text a:hover {
    opacity: 0.7;
}

.dina-footer__text--regular {
    font-size: 140%;
}

.dina-footer__text--small {
    font-size: 94%;
}

/* FOOTER LIST */
.dina-footer__list .sv-text-portlet-content {
    padding: 0;
    -webkit-columns: 4 200px;
    -moz-columns: 4 200px;
    columns: 4 200px;
}

.dina-footer__list p {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    display: inline-block;
    width: 100%;
    font-size: 100%;
}

.dina-footer__list a {
    color: white;
    text-decoration: none !important;
}

.dina-footer__list a:hover {
    opacity: 0.7;
    color: white;
}


.dina-footer__socm-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.dina-footer__socm-title>svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 27px;
    height: 26px;
    min-width: 25px;
    fill: #45a748;
    display: inline-block;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}

.dina-footer__socm-title .dina-footer__h3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 0;
}

.dina-footer__socm-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px -10px
}

.dina-footer__socm-icons>a {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0 10px;
}

.dina-footer__socm-icons svg {
    fill: #45a748;
    width: 40px;
    height: 40px;
}


/****************************************************************************
       DINA-COOKIEBANNER
  ****************************************************************************/
.dina-cookiebanner {
    display: none;
    position: fixed;
    z-index: 3000;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    /*padding: 10px 20px 30px;*/
}

.dina-cookiebanner p {
    color: white;
    font-size: 80%;
    font-weight: bold;
}

.dina-cookiebanner a {
    color: #44a748;
}

.dina-cookiebanner--show {
    display: block;
}

.dina-cookiebanner .dina-cookebanner__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dina-cookiebanner .dina-cookebanner__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;

}

.dina-cookiebanner .dina-cookebanner__text p {
    max-width: 560px;
}

.dina-cookiebanner .dina-cookebanner__btn {
    margin-left: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.dina-cookiebanner .dina-cookebanner__btn button {
    margin: 0;
    min-width: 100px;
}

.sv-edit-mode .dina-cookiebanner {
    display: none;
}

/* Cookie-Information */
#cookie-information-template-wrapper button {
    font-family: 'dinafont';
}

/****************************************************************************
    DINA-KRISALERT
  ****************************************************************************/
.dina-krisalert {
    background-color: #AA271C;
    font-size: 100%;
}

.dina-krisalert * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dina-krisalert a {
    color: white;
    white-space: nowrap;
    text-decoration: underline;
}

.dina-krisalert__container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    color: white;
}

.dina-krisalert__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px;
    display: inline-block;
    font-size: 240%;
}

.dina-krisalert__icon .dina-icon {
    display: block;
}

.dina-krisalert__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: bold;
    padding-right: 40px;
}

.dina-krisalert__content>div {
    border-top: 2px solid #ffffff7a;
    margin-top: 10px;
    padding-top: 10px;
}

.dina-krisalert__content>div:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.dina-krisalert__close {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 150%;
    cursor: pointer;
}







/****************************************************************************
    DINA-COMPANY
  ****************************************************************************/
.dina-company-page .sv-fixed-fluid-grid {
    max-width: 850px;
}



/****************************************************************************
    NUMRERAD LISTA
  ****************************************************************************/
.dina-number-list {
    display: block;
}

.dina-number-list>.sv-layout {
    margin: 40px 0;
}

.dina-number-list>.sv-layout>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.dina-number-list>.sv-layout>.sv-layout>.sv-text-portlet {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: inline-block;
}

.dina-number-list>.sv-layout>.sv-layout>.sv-text-portlet {
    margin-right: 20px;
}

.dina-number-list>.sv-layout>.sv-layout>.sv-text-portlet:first-child .sv-text-portlet-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    width: 38px;
    height: 38px;
    background-color: #003e23;
    border-radius: 50%;
    color: white !important;
    text-align: center;
}

.dina-number-list .sv-text-portlet-content>* {
    margin: 0;
}

.dina-number-list>.sv-layout>.sv-layout>.sv-text-portlet:first-child p {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: 'dinaheadline';
    color: white;
    font-size: 25px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/****************************************************************************
    CHECKLISTA - GRÖN
  ****************************************************************************/
.sv-list-style-checklista {
    position: relative;
    padding-left: 35px;
    list-style-type: none;
    /*font-size: 125%;*/
}

.sv-list-style-checklista li {
    margin-bottom: 15px;
}

.sv-list-style-checklista li::before {
    content: "\e904";
    font-family: 'dinaicons';
    color: #003E23;
    font-size: 11px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
    background: var(--Color-primary-2-20, #D2E5D2);
}


/****************************************************************************
    KRYSSLISTA - RÖD
  ****************************************************************************/
.sv-list-style-krysslista {
    position: relative;
    padding-left: 35px;
    display: grid;
    list-style-type: none;
    /*font-size: 125%;*/
}

.sv-list-style-krysslista li {
    margin-bottom: 15px;
}

.sv-list-style-krysslista li::before {
    content: "\e900";
    font-family: 'dinaicons';
    font-size: 13px;
    line-height: 22px;
    color: white;
    background-color: var(--dina-red-1-100);
    text-align: center;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
    margin-top: 7px;
}




/****************************************************************************
    NUMRERADLISTA - GRÖN
  ****************************************************************************/
.sv-list-style-numrerad-gron {
    position: relative;
    padding-left: 0;
    list-style-type: none;
    counter-reset: my-awesome-counter;
}

.sv-list-style-numrerad-gron li {
    padding-bottom: 15px;
    counter-increment: my-awesome-counter;
    display: inline-table;

}

.sv-list-style-numrerad-gron li::before {
    content: counter(my-awesome-counter);
    font-family: 'dinaheadline';
    font-size: 14px;
    line-height: 22px;
    color: var(--Color-primary-2-100, #1C7D1F);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    /* 1.74375rem */
    height: 22px;
    width: 22px;
    display: inline-block;
    left: 0;
    display: table-cell;
}

.sv-list-style-numrerad-gron li::marker {
    content: "";
    color: transparent;
}


/****************************************************************************
    LÄNKLISTA
  ****************************************************************************/
.sv-decoration-linklist {
    border-bottom: 5px solid #44a748;
    padding-bottom: 10px;
}

.sv-decoration-linklist h2,
.sv-decoration-linklist h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #003e23;
}

.sv-decoration-linklist h2::after,
.sv-decoration-linklist h3::after {
    content: "";
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20px;
    flex: 1 0 20px;
    height: 5px;
    width: 100%;
    background-color: #45a748;
    margin-left: 20px;
    -ms-flex-item-align: center;
    align-self: center;

}

.sv-decoration-linklist>.sv-layout:nth-child(2) .sv-text-portlet-content {
    padding: 0;
    padding-bottom: 20px;
    -webkit-columns: 4 200px;
    -moz-columns: 4 200px;
    columns: 4 200px;
}

.sv-decoration-linklist>.sv-layout:nth-child(2) ul {
    margin-top: 0;
}

.sv-decoration-linklist>.sv-layout:nth-child(2) p {
    margin-top: 0px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.sv-decoration-linklist>.sv-layout:nth-child(2) a {
    font-weight: bold;
    color: #2d7b34;
    text-decoration: none;
}

.sv-decoration-linklist>.sv-layout:nth-child(2) a:hover {
    color: #45a748;
}

/*
  .sv-decoration-linklist *[class*='sv-column'] {
    margin-bottom: 0px;
  }
  */



/****************************************************************************
    DOKUMENTLISTA
  ****************************************************************************/
.dina-doc-list {
    background-color: white;
    padding: 20px;
}

.dina-doc-list p:first-child {
    margin-top: 0;
}

.dina-doc-list p:last-child {
    margin-bottom: 0;
}

.dina-doc-list a {
    color: #45a748;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: color .1s ease;
    -o-transition: color .1s ease;
    transition: color .1s ease;
}

.dina-doc-list a::before {
    content: "\e907";
    font-family: 'dinaicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 70%;
    margin-right: 10px;
}

.dina-doc-list a:hover {
    color: #8cc48e;
}

.dina-doc-list--green {
    border: 2px solid #45a748;
}


.sv-decoration-lank-med-ikon a::after {
    content: "\e91a";
    font-family: "dinaicons";
    display: inline-block;
    margin-left: 10px;
    font-size: 80%;
    line-height: initial;
}

.sv-decoration-lank-med-ikon a[rel="external"]::after {
    content: "\e919";
}

.sv-decoration-lank-med-ikon a[rel="external"]>img {
    display: none;
}

/****************************************************************************
    BILDPUFF
  ****************************************************************************/
.sv-decoration-image-section {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 5px solid #44a748;
}

.sv-decoration-image-section h2,
.sv-decoration-image-section h3 {
    margin-bottom: 0.4em !important;
}

.sv-decoration-image-section .sv-image-portlet {
    position: relative;
    opacity: 1;
    -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .6s ease;
}

.sv-decoration-image-section .sv-portlet-image-caption,
.sv-decoration-image-section .env-text-caption-01 {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px 20px;
    background-color: #edf6ed;
    z-index: 1;
    font-size: 15px;
    text-transform: uppercase;
    color: #003e23;
    font-weight: bold;
    border-top-left-radius: 20px;
}

/* BLOCK LINK */
.sv-decoration-image-section--link {
    display: block;
    opacity: 1;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.sv-decoration-image-section--link:hover .sv-image-portlet {
    opacity: .9;
}

.sv-decoration-image-section--link .sv-image-portlet {
    overflow: hidden;
}

.sv-decoration-image-section--link img {
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.sv-decoration-image-section--link:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.sv-decoration-image-section--link a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.sv-edit-mode .sv-decoration-image-section--link a::before {
    display: none;
}

/****************************************************************************
    DINA-IMAGE-SECTION ELEMENT
  ****************************************************************************/

.dina-image-section {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 5px solid #44a748;
}

.dina-image-section h2,
.dina-image-section h3 {
    margin-bottom: 0.4em !important;
}

.dina-image-section .sv-image-portlet {
    position: relative;
}

.sv-decoration-image-section .sv-portlet-image-caption,
.sv-decoration-image-section .env-text-caption-01 {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px 20px;
    background-color: #edf6ed;
    z-index: 1;
    font-size: 15px;
    text-transform: uppercase;
    color: #003e23;
    font-weight: bold;
    border-top-left-radius: 20px;
}

.dina-image-section a {
    display: block;
    opacity: 1;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.dina-image-section a:hover {
    opacity: .8;
}

.dina-image-section a .sv-image-portlet {
    overflow: hidden;
    margin-bottom: 10px;
}

.dina-image-section a img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.dina-image-section a:hover img {
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}





/****************************************************************************
    COMPARE-TABLE
  ****************************************************************************/
.dina-compare-table {
    display: table;
    margin: 0;
    width: 100%
}

.dina-compare-table>.sv-vertical {
    display: table-row;
    width: 100%
}

.dina-compare-table>.sv-vertical>.sv-layout {
    display: table-cell;
    width: 25%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dina-compare-table>.sv-vertical>.sv-vertical {
    padding-left: 0
}

.dina-compare-table .sv-horizontal-column {
    float: none
}

.sv-decoration-compare-table table {
    border-collapse: separate;
    border-spacing: 5px;
}

.sv-decoration-compare-table table tr {
    height: 80px;
}

.sv-decoration-compare-table table thead p {
    font-weight: bold;
}

.sv-decoration-compare-table table tr th,
.sv-decoration-compare-table table tr td {
    width: 25%;
    text-align: center;
    background-color: white;
}

.sv-decoration-compare-table table tr th:first-child,
.sv-decoration-compare-table table tr td:first-child {
    background-color: transparent;
}

.sv-decoration-compare-table table tr th:first-child {
    text-align: left;
}

.sv-decoration-compare-table table th>p {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.sv-decoration-compare-table caption {
    display: none;
}

.sv-font-tabell-checkikon {
    text-indent: -999px;
    overflow: hidden;
    line-height: 0;
}

.sv-font-tabell-checkikon::after {
    content: "\e904";
    font-family: 'dinaicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #45a748;
    display: block;
    text-indent: 0px;
    text-align: center;
    font-size: 120%;
}




/****************************************************************************
    DINA-TOGGLE
  ****************************************************************************/
.dina-toggle {
    position: relative;
    background-color: #ffffff;
}

.dina-toggle:nth-child(odd) {
    background-color: #ecf6ec;
}

.dina-toggle>.sv-text-portlet {
    padding: 22px 30px;
    cursor: pointer;
}

.dina-toggle>.sv-text-portlet p,
.dina-toggle>.sv-text-portlet h3 {
    position: relative;
    font-size: 125%;
    font-weight: 500;
    color: #1C7D1F;
    margin: 0;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    padding-right: 30px;
}

.dina-toggle--small>.sv-text-portlet p,
.dina-toggle--small>.sv-text-portlet h3 {
    font-size: 120%;
}

.dina-toggle>.sv-text-portlet p br,
.dina-toggle>.sv-text-portlet h3 br {
    display: none;
}

.dina-toggle>.sv-text-portlet:first-child p::after,
.dina-toggle>.sv-text-portlet:first-child h3::after {
    content: "\e902";
    display: inline-block;
    font-family: 'dinaicons';
    font-size: 80%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
}

.dina-toggle>.sv-layout {
    overflow: hidden;
    display: none;
    padding: 0 30px 30px 30px;
    padding-top: 0;
}

.dina-toggle>.sv-text-portlet:hover p,
.dina-toggle>.sv-text-portlet:hover h3 {
    color: #003e23;
}

.dina-toggle--open>.sv-text-portlet:first-child p,
.dina-toggle--open>.sv-text-portlet:first-child h3 {
    color: #003e23;
}

.dina-toggle--open>.sv-text-portlet:first-child p::after,
.dina-toggle--open>.sv-text-portlet:first-child h3::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


/****************************************************************************
    DINA-CARD
  ****************************************************************************/
.dina-card {
    padding: 30px;
    background-color: white;
    margin: 20px 0;
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    -o-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.0784313725490196);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.0784313725490196);
}

.dina-card:last-child {
    margin-bottom: 0;
}

.dina-card--open {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dina-card .dina-toggle {
    background-color: white;
    margin: -30px;
}

/****************************************************************************
    DINA-PERSON-LIST
  ****************************************************************************/
.dina-person-list {
    margin: 10px -20px;
    font-size: 95%;
}

.dina-person-list a {
    font-weight: bold;
    text-decoration: none;
    color: #45a748;
}

.dina-person-list ul {
    display: block;
}

.dina-person-list li {
    display: block;
    margin: 0;
}

.dina-person-list__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
}

.dina-person-list__img {
    max-width: 98px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.dina-person-list__img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.dina-person-list__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-left: 20px;
}

.dina-person-list__name {
    font-weight: bold;
    margin-bottom: 3px;
}

.dina-person-list__phone a {
    display: block;
    color: inherit !important;
    font-weight: normal;
}

.dina-person-list__mail {
    display: block;
    margin-top: 3px;
}





/****************************************************************************
    DINA-NEWSLIST
  ****************************************************************************/
.dina-newslist li {
    margin-bottom: 35px;
}

.dina-newslist--hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.75rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dina-newslist--hero ul {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 50%;
    padding: 0 20px;
    min-width: 400px;
}

.dina-newslist__link {
    text-decoration: none;
    border-bottom: 5px solid #44a748;
    display: block;
    padding-bottom: 10px;
}

.dina-newslist__title,
.dina-newslist__date {
    font-family: dinaheadline, sans-serif;
    font-size: 188%;
    text-transform: uppercase;
}

.dina-newslist__img {
    margin: 15px 0;
}

.dina-newslist__img img {
    width: 100%;
    height: auto;
}

.dina-newslist__text {
    font-size: 125%;
    margin: 15px 0;
}

.dina-newslist--all {
    display: none;
}

@media all and (max-width: 500px) {
    .dina-newslist--hero ul {
        min-width: 100%;
    }
}


/****************************************************************************
    JOBBLISTNING
  ****************************************************************************/
.dina-worklist {
    max-width: 600px;
    margin: 30px 0;
    font-weight: 400;
    font-size: 110%;
}

.dina-worklist__item {
    display: block;
    padding: 20px;
    color: #003e22;
    background-color: #edf6ed;
    line-height: 150%;
}

.dina-worklist__item:hover {
    opacity: 0.8;
}

.dina-worklist__title {
    font-size: 120%;
    font-weight: 500;
    margin-bottom: 10px;
}


/****************************************************************************
    TITEL BRÖDTEXT
  ****************************************************************************/
.sv-font-titel-brodtext {
    margin-bottom: 0 !important;
}

.sv-font-titel-brodtext+.normal {
    margin-top: 0 !important;
}



/****************************************************************************
    GOOGLE MAPS
  ****************************************************************************/
.dina-map iframe {
    width: 100%;
    height: 306px;
    border: none;
}


/****************************************************************************
    DINA-VIDEO
  ****************************************************************************/
.dina-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.dina-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* DINA-VIDEO-IMAGE */
.dina-video-image {
    cursor: pointer;
}

.dina-video-image .sv-decoration-image-section {
    border-bottom: none;
}


/****************************************************************************
    SPECIAL LINKS
  ****************************************************************************/
a[href^="mailto:"] {
    font-weight: bold;
    color: #45a748;
    text-decoration: none;
}

a[href^="tel:"],
.normal a[href^="tel:"] {
    font-weight: bold;
    text-decoration: none;
}


.dina-change-office {
    display: none;
    position: relative;
    top: -40px;
    right: 0;
}

.dina-change-office .dina-btn {
    display: block;
    width: 100%;
}

.dina-change-office .dina-btn a {
    max-width: 350px;
    width: 100%;
}

.sv-editing-mode .dina-change-office {
    display: block !important;
}

/****************************************************************************
    DINA ICONS
  ****************************************************************************/
.dina-icon {
    font-family: 'dinaicons';
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dina-icon::before {
    display: inline-block;
}

.dina-icon--arrow::before,
.dina-icon--arrow-down::before {
    content: "\e902";
}

.dina-icon--search::before {
    content: "\e905";
}

.dina-icon--check-mark::before {
    /*content: "\2714";*/
    content: "\e904";
}

.dina-icon--user::before {
    content: "\e906";
}

.dina-icon--menu::before {
    content: "\e903";
}

.dina-icon--home::before {
    content: "\e913";
}

.dina-icon--download::before {
    content: "\e907";
}

.dina-icon--close::before {
    content: "\e900";
}

.dina-icon--calendar::before {
    content: "\e90a";
}

.dina-icon--help::before {
    content: "\e915";
}

.dina-icon--warning::before {
    content: "\e908";
}

.dina-icon--portfolio::before {
    content: "\e914";
}


/* Bankid tacksida */
.dina-icon--bankid {
    position: absolute;
    top: 0;
    background: white;
    bottom: 0;
    height: 100%;
    right: 0;
}

.dina-icon--bankid svg {
    width: auto;
    height: 100%;
    padding: 5px;
}


/****************************************************************************
    DINA BUTTONS
  ****************************************************************************/
.dina-btn a,
.dina-btn button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 12px 20px;
    background-color: #44a748;
    width: auto;
    color: white;
    border: 2px solid #44a748;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.dina-btn a:hover,
.dina-btn button:hover {
    text-decoration: none;
}

.dina-btn button {
    width: 100%;
    height: 55px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0 20px;
    border-radius: 0;
    margin: 0;
    margin-bottom: 20px;
    font-size: 125%;
    font-family: 'dinafont';
    color: #666666;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


.dina-btn--green a,
.dina-btn--green .normal a,
.normal.dina-btn--green a,
.dina-btn--green button {
    background-color: #1C7D1F;
    color: white;
    border: 2px solid #1C7D1F;
    border-radius: 0.5em;
    text-decoration: none;
}

.dina-btn--lightgreen a,
.dina-btn--lightgreen .normal a,
.normal.dina-btn--lightgreen a,
.dina-btn--lightgreen button {
    background-color: #edf6ed;
    color: black;
    border: 2px solid #edf6ed;
    text-decoration: none;
}

.dina-btn--green button:disabled {
    background-color: #edf6ed;
    border-color: #edf6ed;
    color: black;
    cursor: auto;
}

.dina-btn--green button:disabled:hover {
    background-color: #edf6ed;
    color: black;
}

.dina-btn--green a:hover,
.dina-btn--green button:hover {
    /*background-color: #003e23;*/
    background-color: transparent;
    color: #1C7D1F;
}

.dina-btn--red a,
.dina-btn--red button {
    background-color: #f66e57;
    color: white;
    border: 2px solid #f66e57;
}

.dina-btn--red a:hover,
.dina-btn--red button:hover {
    /*background-color: #003e23;*/
    background-color: transparent;
    color: #f66e57;
}

.dina-btn--icon a {
    position: relative;
    padding-right: 80px !important;
}

.dina-btn--round a {
    border-radius: 40px;
}



/* ROUND */
.dina-btn-round {
    position: relative;
    margin: 0;
    border-radius: 45px;
    padding: 15px 30px;
    font-size: 140%;
    background-color: white;
    color: #45a748;
    cursor: pointer;
    outline: none;
    display: inline-block;
    min-width: 240px;
    font-weight: bold;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.dina-btn-round::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    border-radius: 45px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.dina-btn-round--green {
    /*background-color: #45a748;*/
    color: white;
    border: none;
}

.dina-btn-round--green::after {
    background-color: #45a748;
}

.dina-btn-round:hover::after {
    top: -5px;
    bottom: -5px;
}




/*
  ----------------------------------
   ORANGE ACTION-BUTTONS
  ----------------------------------*/
.dina-insurance-flow .dina-actions--next .dina-button--primary {
    background-color: #fe6e56;
}

.dina-insurance-flow .dina-actions--next .dina-button--primary:hover {
    background-color: #d85e4a;
    border-top-color: #d85e4a;
    border-right-color: #d85e4a;
    border-bottom-color: #d85e4a;
    border-left-color: #d85e4a;
}

.dina-insurance-flow .dina-actions--next .dina-button--primary:focus {
    background-color: #d85e4a;
    border-top-color: #d85e4a;
    border-right-color: #d85e4a;
    border-bottom-color: #d85e4a;
    border-left-color: #d85e4a;
}

.dina-insurance-flow .dina-actions--next .dina-button--primary:active {
    background-color: #d85e4a
}




/****************************************************************************
    DIALOG
  ****************************************************************************/
.dina-overlay {
    background: rgba(0, 0, 0, .15);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    z-index: 999;
}

.dina-dialog {
    position: fixed;
    z-index: 1000;

    border-radius: 5px;
    background-color: #fff;
    border: solid 1px rgba(0, 0, 0, 0.05);

    width: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);

    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.dina-dialog-title {
    font-size: 20px;
    font-weight: bold;
    color: #555555;

    padding: 15px 20px 0;
}

.dina-dialog-content {
    font-size: 16px;
    color: #555555;

    padding: 6px 20px 15px;
}

.dina-dialog-buttons {
    text-align: center;
    padding-bottom: 15px;
    margin-top: 15px;
    border-top: 1px solid #efefef;
    padding-top: 20px;
}

.dina-dialog-buttons .dina-button+.dina-button {
    margin-left: 10px;
}

.dina-dialog .dina-button {
    color: #fff;
    background-color: #4CAD4E;
}



/****************************************************************************
    DINA-OFFICE-MODAL
  ****************************************************************************/
/*
.dina-office-modal {
    position: fixed;
    background: rgba(255, 255, 255, 0.85);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
}

.dina-office-modal__content {
    position: fixed;
    background: #45a748;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    padding: 40px 20px;
}

.dina-office-modal .dina-office-modal__reload a:hover {
    color: inherit;
    opacity: 0.8;
}

.sv-touch .dina-office-modal {
    cursor: pointer;
}

.sv-touch .dina-office-modal__content {
    cursor: auto;
}
*/

/****************************************************************************
     DINA-MODAL
   ****************************************************************************/
.dina-modal {
    position: fixed;
    background: rgba(255, 255, 255, 0.85);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 20px;
    overflow-y: auto;
    display: none;
}

.dina-modal__wrap {
    position: relative;
    background: white;
    top: 0%;
    left: 50%;
    width: 100%;
    padding: 40px 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 800px;
}

.dina-modal__close--icon {
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 50%;
    background: black;
    color: white;
    font-size: 200%;
    width: 40px;
    height: 40px;
    border: 2px solid white;
    cursor: pointer;
}

.dina-modal__close--icon .dina-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.dina-modal__text-close p {
    cursor: pointer;
    text-decoration: underline;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.dina-modal__text-close p:hover {
    color: #45a748;
}

.dina-modal--dark {
    background: rgba(0, 0, 0, 0.85);
}



.dina-modal-lock {
    overflow-y: hidden !important;
}



.dina-modal .dina-sv-form textarea,
.dina-modal .dina-sv-form input {
    border: 1px solid #cacaca;
}


/****************************************************************************
    DINA CHATBOX
  ****************************************************************************/
.dina-chatbox {
    position: relative;
    padding: 20px;
    border-radius: 20px;
    background-color: #ce4a33;
    z-index: 1;
}

.dina-chatbox::after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    top: -20px;
    left: 50%;
    width: 70px;
    margin-left: -40px;
    height: 70px;
    background-color: #ce4a33;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    border-top-left-radius: 15px;
}

/****************************************************************************
    DINA-SV-FORM
  ****************************************************************************/

.dina-sv-form input[type="text"],
.dina-sv-form input[type="number"],
.dina-sv-form input[type="email"],
.dina-sv-form input[type="tel"],
.dina-sv-form input[type="url"],
.dina-sv-form input[type="submit"],
.dina-sv-form select,
.dina-sv-form textarea {
    width: 100%;
    height: 55px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0 20px;
    border-radius: 0;
    margin: 0;
    margin-bottom: 20px;
    font-size: 125%;
    font-family: 'dinafont';
    color: #666666;
    background-color: #FFF;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.dina-sv-form select[multiple="multiple"] {
    height: auto;
    resize: none;
    padding: 20px;
}

.dina-sv-form select[multiple="multiple"] option {
    background-color: transparent;
}

.dina-sv-form select[multiple="multiple"] option::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid black;
    transition: opacity .2s linear, -webkit-transform .2s ease;
    margin-right: 10px;
}

.dina-sv-form select[multiple="multiple"] option.selected::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAeBAMAAAC/JAEaAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAwUExURUdwTEanSEaoSUeoSUanSEepSVi2WEeoSUeoSUyuTkanSEanSEaoSEaoSEmqS0anSMpfO6YAAAAPdFJOUwD0cEXONAlRXhSz44OZIgxbV0AAAADLSURBVBjTXZFLEgExFEVT/hTmJpoVYAVMmDYrYGCijKyAHbAEOzAzZQcsgSW0T5XyqaO79RNPBi+5NycvuRVj1Ki2tU5y10bi35hzVjq1YamMPN5BGUeeusWKtdJxmCljyEWfqHH1a3YhOuuwD+yTGAW8YNNhGxl9wj0XQVw6wdSDSqgzUA8TOxEylqSC7ChH7/sgRdu9ESI5HgPzRW7GNINikZl/acum9JEYdG2qCVR5/cRMO0DpN/gUea8g2EsF0R/id9lrw4xk8QazlVxSIXa6GAAAAABJRU5ErkJggg==);
    background-size: 16px 15px;
    background-repeat: no-repeat;
    background-position: center center;
}

.dina-sv-form select:not([multiple="multiple"]) {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MjYuNyA0MjYuNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDI2LjcgNDI2Ljc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNNDIyLjcsMTM5LjZMMjIyLDM0MC4zYy00LjcsNC43LTEyLjMsNC43LTE3LDBsLTI2LjUtMjYuNWMtNC43LTQuNy00LjctMTIuMywwLTE3TDM3OS4zLDk2LjFjNC43LTQuNywxMi4zLTQuNywxNywwbDI2LjUsMjYuNUM0MjcuNCwxMjcuMiw0MjcuNCwxMzQuOSw0MjIuNywxMzkuNnoiLz48cGF0aCBkPSJNMjA1LjEsMzQwLjNMNC40LDEzOS42Yy00LjctNC43LTQuNy0xMi4zLDAtMTdsMjYuNS0yNi41YzQuNy00LjcsMTIuMy00LjcsMTcsMGwyMDAuNywyMDAuN2M0LjcsNC43LDQuNywxMi4zLDAsMTdMMjIyLDM0MC4zQzIxNy40LDM0NC45LDIwOS43LDM0NC45LDIwNS4xLDM0MC4zeiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 15px 15px;
}

.dina-sv-form select::-ms-expand {
    display: none;
}

.dina-sv-form select:focus::-ms-value {
    background: transparent;
    color: #666666;
}

.dina-sv-form .sv-form-consent {
    margin-bottom: 20px;
}

.sv-form-consent__msg {
    padding: 20px 20px 20px 30px;
    font-size: 130%;
    color: red;
}

.dina-sv-form textarea {
    padding: 20px;
    height: auto;
    resize: vertical;
}

.dina-sv-form input[type="submit"] {
    background-color: #44a748;
    width: 100%;
    color: white;
    border: 2px solid #44a748;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.dina-sv-form input[type="submit"]:hover,
.dina-sv-form input[type="submit"]:active,
.dina-sv-form input[type="submit"]:focus {
    background-color: #003e23;
    color: #44a748;
    border-color: #44a748;
}

.dina-sv-form input[type="submit"]:disabled:hover {
    background-color: #44a748;
    border-color: #44a748;
    color: white;
}

.dina-sv-form .sv-form-field-message {
    margin-bottom: 20px;
    margin-top: -20px;
    font-size: 80%;
}

.dina-sv-form .sv-form-field-message span {
    color: #fe6e55;
}

.dina-as-form__submit-over {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 280px;
}

/* DINA-SV-FORM--RED */
.dina-sv-form--red input[type="text"],
.dina-sv-form--red textarea {
    background-color: rgba(255, 255, 255, 0.8);
}

.dina-sv-form--red input[type="submit"] {
    background-color: white;
    border-color: white;
    color: #f66e57;
}

.dina-sv-form--red input[type="submit"]:hover {
    background-color: #f66e57;
    color: white;
}

/* HIDE RECIPIENTS SELECT FROM FORMS */
.dina-sv-form .sv-form-recipientsfield,
.dina-krokodil-form--mail .sv-form-recipientsfield {
    display: none !important;
}

/* HIDE LABELS IN FOOTER CONTACT FORM */
.dina-footer .dina-sv-form label,
.dina-footer .dina-sv-form label+br {
    display: none;
}




/****************************************************************************
    DINA-SV-FORM MULTIPLE SELECTION
  ****************************************************************************/
.dina-sv-form .sv-form-multipleselectionfield {
    margin-top: 10px !important
}

.dina-sv-form .sv-form-multipleselectionfield>div {
    padding-left: 0
}

.dina-sv-form .sv-form-multipleselectionfield label {
    height: auto;
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
    margin-right: 20px;
    background-color: transparent;
    position: relative;
    padding-left: 30px
}


.dina-sv-form .sv-form-multipleselectionfield input[type="checkbox"] {
    position: absolute;
    z-index: -1;
}

.dina-sv-form .sv-form-multipleselectionfield label::before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 2px;
    margin-left: -30px;
    margin-right: 5px;
    margin-bottom: 10px;
    float: left;
}

.dina-sv-form .sv-form-multipleselectionfield label::after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSI+PHBhdGggZGF0YS1uYW1lPSJMYWdlciAyIiBkPSJNMS4xIDYuOTE2Yy4yNS4yNSA2LjU4MyA2LjY2NyA2LjU4MyA2LjY2N0wxNS4wMTcgMSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDZhNzQ4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    opacity: 0;
    margin: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    display: inline-block
}

.dina-sv-form.sv-form-multipleselectionfield label:hover::after {
    opacity: 1;
}

.dina-sv-form .sv-form-multipleselectionfield input:checked+label:after {
    opacity: 1;
    /*
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSI+PHBhdGggZGF0YS1uYW1lPSJMYWdlciAyIiBkPSJNMS4xIDYuOTE2Yy4yNS4yNSA2LjU4MyA2LjY2NyA2LjU4MyA2LjY2N0wxNS4wMTcgMSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDZhNzQ4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+")
  */
}



/* DINA OFFICE FORM */
.dina-office-form .dina-office-form__button {
    min-width: 50%;
    width: auto;
}

.office-target {
    color: #003e22;
    font-size: 200%;
    font-family: dinaheadline;
    display: inline-block;
    margin: 10px 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.office-target:hover {
    opacity: 0.8;
}



/****************************************************************************
    DINA-USP-LIST
  ****************************************************************************/
.dina-usp-list>.sv-layout {
    padding-bottom: 0 !important;
}

.dina-usp-list .sv-list-style-checklista li {
    color: #013e23
}

.dina-usp-list .sv-list-style-checklista li::before {
    background-color: white;
    color: #43a748
}

/* Rating stars */
.ratingUsp {
    display: block;
    margin: 1rem 0 -1rem
}

.ratingUsp__stars {
    display: inline-block;
    margin: 0 auto 10px;
}

.ratingUsp__text {
    display: block;
}

.ratingUsp__rating {
    font-family: 'dinaheadline';
    font-size: 130%;
    font-weight: bold;
}

.stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    gap: 5px;
}

.stars__item {
    display: block;
}

.stars__item>svg {
    fill: #f8b704;
    width: 25px;
    height: 25px;
}

.stars__item--last {
    position: relative;
}

.stars__item--last>.stars__item:first-child {
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 50%;
}

.stars__item--gray>svg {
    fill: silver;
}


@media all and (max-width: 599px) {
    .ratingUsp {
        margin-left: auto;
        margin-right: auto;
    }
}

@media all and (max-width: 350px) {
    .ratingUsp {
        width: auto;
        min-width: auto;
        font-size: 80%;
    }

    .stars__item>svg {
        width: 20px;
        height: 20px;
    }
}


/****************************************************************************
    DINA-BLOG-LIST
  ****************************************************************************/
.dina-blog-list {
    margin: 10px 0;
}

.dina-blog-list ul li {
    margin: 0;
    padding: 0;
}

.dina-blog-list ul li a {
    display: block;
    padding: 20px 10px;
    opacity: 1;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border-bottom: 3px solid #44a748;
}

.dina-blog-list ul li a:hover {
    background-color: #edf6ed8c;
}

.dina-blog-list>div:last-child a {
    padding: 10px;
}



/****************************************************************************
    DINA-BUBBLE
  ****************************************************************************/
.dina-bubble-wrap {
    position: relative;
}

.dina-bubble {
    position: absolute;
    z-index: 1;
    height: 320px;
    background: #003e23;
    font-family: dinafont, sans-serif;
    color: white;
    top: -60px;
    right: 20px;
    width: 320px;
    border-radius: 50%;
    -webkit-box-shadow: -25px 40px 70px -40px #000000;
    box-shadow: -25px 40px 70px -40px #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dina-bubble__content {
    padding: 30px;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.dina-bubble__heading {
    font-family: dinaheadline, serif;
    font-size: 220%;
    text-transform: uppercase;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.dina-bubble__text {
    font-size: 85%;
    color: white;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}

.dina-bubble__mediumtext {
    font-size: 160%;
    color: white;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}

.dina-bubble__mediumtextbold {
    font-size: 160%;
    font-weight: bold;
    color: white;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}

.dina-bubble__text a {
    font-size: 150%;
    font-weight: bold;
    color: #44a748;
    text-decoration: underline !important;
    display: block;
}

@media all and (min-width: 900px) {
    .dina-bubble-wrap .sv-text-portlet {
        margin-right: 340px;
    }
}

@media all and (max-width: 899px) {
    .dina-bubble-wrap {
        overflow: hidden;
    }

    .dina-bubble {
        height: 210px;
        width: 210px;
        right: -15px;
        bottom: -60px;
        top: auto;
        z-index: 0;
    }

    .dina-bubble--large {
        height: 250px;
        width: 250px;
    }

    .dina-bubble__content {
        padding: 20px;
        top: 8%;
        -webkit-transform: translateY(-8%);
        -ms-transform: translateY(-8%);
        transform: translateY(-8%);
    }

    .dina-bubble__heading {
        font-size: 140%
    }

    .dina-bubble__text--mobile-hide {
        display: none;
    }
}



/****************************************************************************
    DINA-INFOBUBBLE
  ****************************************************************************/
.dina-infobubble {
    position: relative;
    z-index: 1;
    padding: 30px;
    border-radius: 30px;
    background-color: white;
    margin-top: 40px;
}

.dina-infobubble::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    top: -20px;
    right: 15%;
    width: 70px;
    margin-left: -40px;
    height: 70px;
    background-color: white;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    border-top-left-radius: 15px;
}

.dina-infobubble .sv-text-portlet-content {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
}

.dina-infobubble p:first-child {
    margin-top: 0;
}

.dina-infobubble p:last-child {
    margin-bottom: 0;
}

/****************************************************************************
    DINA-EMBLEM
  ****************************************************************************/
.dina-emblem-wrap {
    position: relative;
}

.dina-emblem {
    position: absolute;
    z-index: 1;
    top: 10%;
    right: 40px;
    width: 200px;
}

.dina-emblem--double {
    width: 290px;
}

.dina-emblem img {
    width: 100%;
    height: auto;
    max-width: 200px;
    max-height: 283px;
    aspect-ratio: auto 283/ 200;
}

.dina-emblem--double img {
    max-width: 332px;
    max-height: 312px;
    aspect-ratio: auto 332/ 312;
}

@media all and (min-width: 900px) {
    .dina-emblem-wrap .sv-text-portlet {
        margin-right: 340px;
    }
}

@media all and (max-width: 899px) {
    .dina-emblem {
        top: auto;
        bottom: 10px;
        right: 10px;
        width: 170px
    }

    .dina-emblem--double {
        width: 220px;
    }
}

@media all and (max-width: 652px) {
    .dina-emblem {
        width: 130px;
        bottom: 5px;
        /*
      right: auto;
      left: -10px;
      */
    }

    .dina-emblem--double {
        width: 150px;
        right: -10px;
    }
}


/****************************************************************************
    DINA-HERO__IMAGE
  ****************************************************************************/
.dina-hero__image {
    display: none;
}

.dina-hero__image--desktop img {
    max-width: 1440px;
    max-height: 505px;
    aspect-ratio: auto 1440/ 505;
}



/*******************************************
    DINA-DATEPICKER
  *******************************************/

.dina-datepicker {
    font-family: "dinafont";
    font-size: 18px;
    color: #003e23;
}

.dina-datepicker .dina-datepicker__input {
    font-family: "dinafont";
    font-size: 30px;
    height: 45px;
    min-width: 332px;
    width: 100%;
    padding: 10px 0;
    color: white;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    outline: none;
}

.dina-datepicker .vdp-datepicker__calendar-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    font-size: 30px;
    text-align: center;
}

.dina-datepicker .vdp-datepicker__calendar-button>span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    line-height: 0;
    width: 100%;
}

.dina-datepicker .vdp-datepicker__clear-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    font-size: 30px;
    text-align: center;
}

.dina-datepicker .vdp-datepicker__clear-button i {
    font-style: normal;
}


.dina-datepicker .dina-datepicker__calendar {
    -webkit-box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.15);
    border: none;
    width: 100%;
    max-width: 400px;
    min-width: 300px;
    z-index: 1000;
    white-space: normal;
    left: 0;
}

/* DINA-DATEPICKER HEADER */
.dina-datepicker .dina-datepicker__calendar header {
    background-color: #003e23;
    overflow: hidden;
    color: white;
    font-weight: bold;
    line-height: 60px;
    position: relative;
}

.dina-datepicker .dina-datepicker__calendar .prev,
.dina-datepicker .dina-datepicker__calendar .next {
    top: auto;
    left: auto;
    right: auto;
}

.dina-datepicker .dina-datepicker__calendar header .prev::after {
    border-right-color: white !important;
}

.dina-datepicker .dina-datepicker__calendar header .next::after {
    border-left-color: white !important;
}

.dina-datepicker .dina-datepicker__calendar .day-header {
    color: #999999;
    font-size: 100%;
}

.dina-datepicker .dina-datepicker__calendar header .prev:not(.disabled):hover,
.dina-datepicker .dina-datepicker__calendar header .next:not(.disabled):hover,
.dina-datepicker .dina-datepicker__calendar header .up:not(.disabled):hover {
    background: rgba(255, 255, 255, 0.1);
}


/* DINA-DATEPICKER DAY*/
.dina-datepicker .dina-datepicker__calendar .day,
.dina-datepicker .dina-datepicker__calendar .cell {
    position: relative;
    background: transparent;
    padding: 0;
    border: none;
    margin: 2px 0;
    z-index: 1;
}

.dina-datepicker .dina-datepicker__calendar .day:not(.blank)::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}


.dina-datepicker .dina-datepicker__calendar .day:hover::after {
    border-color: #45a748;
    background: rgba(69, 167, 72, 0.1);
    width: 35px;
    height: 35px;
}


.dina-datepicker .dina-datepicker__calendar .day.selected {
    color: white;
    background: transparent;
}

.dina-datepicker .dina-datepicker__calendar .day.selected::after {
    width: 35px;
    height: 35px;
    background: #45a748;
}

.dina-datepicker .dina-datepicker__calendar .cell.selected:hover {
    background: transparent;
}

.dina-datepicker .dina-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.dina-datepicker .dina-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.dina-datepicker .dina-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
    border: none;
    background: transparent;
}


.dina-info-box {
    background-color: #edf6ed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dina-info-box>div {
    padding: 20px 20px;
}

.dina-info-box__icon {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    color: #003e23;
    font-size: 500%;
    text-align: center;
}

.dina-info-box__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 50%;
}

.dina-info-box__content>div {
    margin: 5px 0;
}

@media all and (max-width: 400px) {
    .dina-info-box__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: auto;
    }

    .dina-info-box__icon {
        font-size: 400%;
    }
}

@media all and (max-width: 320px) {
    .dina-info-box__icon {
        font-size: 300%;
    }
}


/****************************************************************************
    SV EXPERIMENT A/B
  ****************************************************************************/
.dina-experiment-a,
.dina-experiment-b {
    display: none;
}

.sv-editing-mode .dina-experiment-a,
.sv-editing-mode .dina-experiment-b {
    display: block !important;
}


/****************************************************************************
    SV EDITOR SPECIFIC
  ****************************************************************************/
/* EDITOR TOGGLE */
.sv-editing-mode .dina-toggle>.sv-layout {
    display: block !important;
}

/* EDITOR KROKODIL */
/*
.sv-editing-mode .dina-krokodil-toggler {
    display: block !important;
}
*/


/****************************************************************************
    TRANSITIONS
  ****************************************************************************/
.fade-enter-active,
.fade-leave-active {
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
}

/****************************************************************************
    Plusboxar
  ****************************************************************************/

.env-collapse-header {
    background-color: white !important;
    border: 2px solid #44a748 !important;
    text-decoration: none !important;
    margin-top: 15px;
}

.env-collapse-header:hover {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background-color: #44a748 !important;
    color: white !important;
}

.env-collapse-header:hover .env-collapse-header--icons::before,
.env-collapse-header:hover .env-collapse-header--icons::after {
    background-color: white !important;
}

.env-collapse,
.sv-decoration-plusbox {
    border: 2px solid #44a748 !important;
    border-top: none !important;
    padding: 15px;
}

.env-collapse-header--icons::before,
.env-collapse-header--icons::after {
    background-color: #44a748;
}

/* CLS image aspect-ration tests */
/* Näktergal i sidfot mobil och desktop */
#svid12_7ac751b316e8dad28ea5e7 img,
#svid12_53b3777516dab9394162b3e img {
    aspect-ratio: auto 400 / 275;
}


@media all and (max-width: 799px) {
    /*
    =========================================================================================================
        MOBILE (MAX-WIDTH 799px)
    =========================================================================================================
    */

    /*****************************************
        DINA HEADER - MOBILE
    *****************************************/
    .dina-header__mobile-menu {
        position: fixed;
        z-index: 999;
        top: 0;
        bottom: 0;
        left: -100%;
        max-width: 800px;
        width: 100%;
        background-color: #003e23;
        color: white;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        opacity: 0;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

    .dina-header__mobile-menu--show {
        left: 0;
        opacity: 1;
    }

    .dina-header__menu {
        display: none;
    }

    .dina-big-menu--show {
        display: none !important;
    }



    /****************************************************************************
    DINA KROKODIL
  ****************************************************************************/
    /* Air between heading and form */
    .dina-krokodil-toggler .sv-grid-1140px [class*='sv-column']:first-child {
        padding-bottom: 20px;
    }


    /*****************************************
    DINA CHATBOX - MOBILE
  *****************************************/
    .dina-chatbox {
        margin-left: -20px;
        margin-right: -20px;
        border-radius: 0px;
        margin-top: 40px;
    }

    /*****************************************
    CHECK LISTA - MOBILE
  *****************************************/
    .sv-list-style-checklista,
    .sv-list-style-krysslista {
        font-size: 125% !important;
    }

    .sv-list-style-checklista li::before,
    .sv-list-style-krysslista li::before {
        margin-top: 2px;
    }

    /*****************************************
    DINA GRID - LAST COLUMN MARGIN
  *****************************************/
    .sv-row *[class*='sv-column']:last-of-type {
        margin-bottom: 0px;
    }

    /*****************************************
    DINA-CONTENT__PADDING-BOX - MOBILE
  *****************************************/
    .dina-content__padding-box {
        padding: 20px;
        margin-left: -20px;
        margin-right: -20px;
    }



    /******************************************
    DINA-CARD
  ******************************************/
    .dina-card {
        padding: 15px;
    }


    /******************************************
    DINA-TOGGLE
  ******************************************/
    .dina-toggle>.sv-text-portlet {
        padding: 15px;
    }

    .dina-toggle>.sv-layout {
        padding: 0px 15px 15px 15px;
    }

    /* OVERRIDE DINA-CARD PADDING */
    .dina-card .dina-toggle {
        margin: -15px;
    }



    /******************************************
    COMPARE-TABLE - MOBILE
  ******************************************/
    .sv-decoration-compare-table table {
        /*  position: relative; */
        border-collapse: collapse;
        border-spacing: 0;
        margin-top: -40px;
    }

    .sv-decoration-compare-table table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
    }

    .sv-decoration-compare-table table tbody tr td,
    .sv-decoration-compare-table table thead tr th {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333%;
        background-color: transparent;
        height: 60px;
        overflow: hidden;
        display: block;
    }

    .sv-decoration-compare-table table tbody tr td p,
    .sv-decoration-compare-table table thead tr th p {
        background-color: white;
        padding: 20px 0;
        margin: 0 !important;
    }

    .sv-decoration-compare-table table thead {
        display: table-cell;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky;
        top: 0;
        padding-top: 40px;
    }

    .sv-decoration-compare-table table tbody tr th {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        display: block;
    }

    .sv-decoration-compare-table table tbody th>p:first-child {
        margin-top: 15px !important;
    }

    .sv-decoration-compare-table thead tr>th:first-child {
        display: none !important
    }



    /****************************************************************************
    DINA-OFFICE-MODAL
  ****************************************************************************/
    .dina-office-modal__content {
        padding: 50px 20px 20px 20px;
    }

    .dina-office-modal__content .sv-grid-1140px>.sv-row {
        margin: 0;
    }

    .dina-modal__close--office {
        position: absolute;
        top: 0px;
        right: 0px;
        color: white;
        font-weight: bold;
        padding: 20px;
        cursor: pointer;
    }




    /****************************************************************************
    DINA-HERO__IMAGE
  ****************************************************************************/
    .dina-hero__image--mobile {
        display: block;
        width: 100%;
        height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .dina-hero__image--mobile-img {
        display: block;
    }

    /****************************************************************************
    DINA FOOTER
  ****************************************************************************/

    .dina-footer .sv-image-portlet {
        max-width: 60%;
        margin: 20px auto;
    }




    .dina-change-office {
        position: static;
        margin-top: 1rem;
        float: right;
    }
}


/*****************************************
    PUNKTLISTA - DESKTOP
  *****************************************/
.sv-list-style-punktlista {
    list-style: none !important;
    padding-left: 0;
}

.sv-list-style-punktlista li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 24px;
}

.sv-list-style-punktlista li::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: var(--Color-primary-2-100, #1c7d1f);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
    /* Adjust as needed */
}


@media all and (min-width: 800px) {
    /*
    =========================================================================================================
    DESKTOP (MIN-WIDTH 800px)
    =========================================================================================================
    */

    /*****************************************
    DINA HEADER - DESKTOP
    *****************************************/
    .dina-header__mobile-menu {
        display: none;
    }

    .dina-header {
        padding: 30px 20px;
    }

    .dina-menu__search-btn {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #45a748;
        font-size: 160%;
        /* line-height: 0; */
        z-index: 10;
        padding: 0px;
        cursor: pointer;
        appearance: none;
        border: none;
        background: none;
    }

    .dina-menu__search-btn:hover {
        color: #003e23;
    }

    .dina-menu__search-box {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 40px;
        right: -10px;
        -webkit-box-shadow: 0px 1px 30px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0px 1px 30px 0 rgba(0, 0, 0, 0.15);
        background-color: white;
        z-index: 1;
        opacity: 1;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        opacity: 0;
        visibility: hidden;
    }

    .dina-menu__search-box input[type="text"] {
        position: absolute;
        font-family: 'dinafont';
        font-size: 156%;
        color: #0e3e23;
        border: 0;
        width: 100%;
        height: 100%;
        padding: 0 20px;
        outline: none;
    }

    .dina-menu__search-box input[type="submit"] {
        position: absolute;
        right: 0;
        display: none;
    }

    .dina-menu__search-box input::-webkit-input-placeholder {
        color: #0e3e23;
    }

    .dina-menu__search-box input:-ms-input-placeholder {
        color: #0e3e23;
    }

    .dina-menu__search-box input::-ms-input-placeholder {
        color: #0e3e23;
    }

    .dina-menu__search-box input::-moz-placeholder {
        color: #0e3e23;
    }

    .dina-menu__search-box input::placeholder {
        color: #0e3e23;
    }

    .dina-menu__search-box input:-ms-input-placeholder {
        color: #0e3e23;
    }

    .dina-menu__search-box input::-ms-input-placeholder {
        color: #0e3e23;
    }

    .dina-header__menu--show-search .dina-menu__search-box {
        opacity: 1;
        visibility: visible;
    }

    .dina-header__menu--show-search .dina-menu--main {
        display: none;
    }

    .dina-menu__search-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .dina-header__logo img {
        /* max-width: 232px; */
        width: 232px;
        height: 74px;
    }

    .dina-header__mobile {
        display: none;
    }

    .dina-content__block {
        padding: 50px 20px;
    }


    /*****************************************
    DINA SV GRIDS - DESKTOP
  *****************************************/
    .sv-grid-1140px>.sv-row {
        margin: 50px 0;
    }

    /*****************************************
    DINA FOOTER - DESKTOP
  *****************************************/
    .dina-footer__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 40px;
        padding-top: 40px;
        border-top: 5px solid #45a748;
    }

    .dina-footer__bottom>.sv-layout {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: auto !important;
    }

    .dina-footer__bottom>.sv-layout:last-child {
        text-align: right;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    /****************************************************************************
    DINA CONTENT
  ****************************************************************************/
    .dina-content__margins {
        margin: 50px 20px;
    }

    /*****************************************
    DINA-BREADCRUMBS
  *****************************************/
    .dina-breadcrumbs {
        margin: 50px 20px;
    }


    /*****************************************
    DINA-COOKIEBANNER
  *****************************************/
    .dina-cookiebanner {
        /*padding: 20px;*/
    }

    .dina-cookiebanner p {
        font-size: 100%;
    }


    /*****************************************
    DINA-KRISBANNER
  *****************************************/
    .dina-krisalert {
        font-size: 110%;
    }

    .dina-krisalert__icon {
        font-size: 220%;
    }





    /*****************************************
    NUMRERAD LISTA - DESKTOP
  *****************************************/
    .dina-number-list>.sv-layout>div {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .dina-number-list>.sv-layout>.sv-layout>.sv-text-portlet {
        margin-right: 9%;
    }

    .dina-number-list>.sv-layout>.sv-text-portlet .sv-text-portlet-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .dina-number-list>.sv-layout>.sv-layout>.sv-text-portlet:first-child {
        height: 0;
    }

    .dina-number-list>.sv-layout>.sv-text-portlet::before {
        content: "";
        display: inline-block;
        width: 75px;
        margin-right: 9%;
        height: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .dina-number-list>.sv-layout>.sv-layout>.sv-text-portlet:first-child .sv-text-portlet-content {
        width: 75px;
        height: 75px;
    }

    .dina-number-list>.sv-layout>.sv-layout>.sv-text-portlet:first-child p {
        font-size: 40px;
    }

    /*****************************************
    CHECKLISTA - DESKTOP
  *****************************************/
    .sv-list-style-checklista {
        padding-left: 50px;
        /*font-size: 170%*/
    }

    .sv-list-style-checklista li::before {
        font-size: 11px;
        height: 24px;
        width: 24px;
        margin-top: 0px;
    }

    /*****************************************
    KRYSSLISTA - DESKTOP
  *****************************************/
    .sv-list-style-krysslista {
        padding-left: 50px;
        /*font-size: 170%*/
    }

    .sv-list-style-krysslista li::before {
        font-size: 12px;
        line-height: 24px;
        height: 24px;
        width: 24px;
        margin-top: 3px;
    }


    /*****************************************
    NUMRERADLISTA - GRÖN
  *****************************************/
    .sv-list-style-numrerad-gron {
        position: relative;
        padding-left: 0;
        list-style-type: none;
        counter-reset: my-awesome-counter;
    }

    .sv-list-style-numrerad-gron li::before {
        font-size: 20px;
        line-height: 32px;
        height: 32px;
        width: 32px;
    }


    /****************************************************************************
    FAST HÖGERBREDD
  ****************************************************************************/
    .sv-decoration-fast-hogerbredd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

    }

    .sv-decoration-fast-hogerbredd>.sv-layout {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .sv-decoration-fast-hogerbredd>.sv-column-4 {
        min-width: 320px;
    }

    .sv-decoration-fast-hogerbredd>.sv-column-5 {
        min-width: 340px;
    }




    /****************************************************************************
    DINA-TOGGLE
  ****************************************************************************/
    .dina-toggle>.sv-text-portlet p {
        font-size: 160%;
    }

    .dina-toggle--small>.sv-text-portlet p {
        font-size: 120%;
    }


    /****************************************************************************
    DINA-PERSON-LIST
  ****************************************************************************/
    .dina-person-list {
        font-size: 125%;
    }

    .dina-person-list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .dina-person-list li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: 50%;
        min-width: 350px;
    }

    .dina-person-list__img {
        max-width: 103px;
    }

    .dina-person-list__name {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .dina-person-list__mail {
        display: block;
        margin-top: 5px;
    }



    /****************************************************************************
    LÄNKLISTA
  ****************************************************************************/
    .sv-decoration-linklist>.sv-layout:nth-child(2) .sv-text-portlet-content {
        padding: 20px 0;
        -webkit-columns: 4 260px;
        -moz-columns: 4 260px;
        columns: 4 260px;
    }



    /****************************************************************************
    DINA BUTTONS
  ****************************************************************************/
    .dina-btn a {
        padding: 15px 20px;
    }



    /****************************************************************************
    COMPARE-TABLE
  ****************************************************************************/
    .sv-font-tabell-checkikon::after {
        font-size: 300%;
    }




    /****************************************************************************
    DIALOG
  ****************************************************************************/
    .dina-dialog {
        max-width: 550px;
        width: 90%;
    }


    /****************************************************************************
    DINA-OFFICE-MODAL
  ****************************************************************************/
    .dina-modal__close--office {
        display: none;
    }


    /****************************************************************************
    DINA-HERO__IMAGE
  ****************************************************************************/
    .dina-hero__image--desktop {
        display: block;
    }





    /****************************************************************************
    GOOGLE MAPS
  ****************************************************************************/
    .dina-map iframe {
        height: 444px;
    }
}