* {
  -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 KROKODIL
****************************************************************************/
.dina-krokodil,
.dina-krokodil-fixed {
  font-weight: bold;
  color: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  background: rgb(69, 167, 72);
  background: -o-linear-gradient(left, rgba(69, 167, 72, 1) 0%, rgba(69, 167, 72, 1) 50%, #33853e 50%, #33853e 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(69, 167, 72, 1)), color-stop(50%, rgba(69, 167, 72, 1)), color-stop(50%, #33853e), to(#33853e));
  background: linear-gradient(90deg, rgba(69, 167, 72, 1) 0%, rgba(69, 167, 72, 1) 50%, #33853e 50%, #33853e 100%);
}

.dina-krokodil-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.dina-krokodil-fixed--show {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.dina-krokodil-fixed-show--lock {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}

.dina-krokodil-fixed .dina-krokodil-menu__item,
.sv-touch .dina-krokodil-menu__item:hover {
  color: inherit;
}

.dina-krokodil-menu {
  max-width: 1480px;
  margin: 0 auto;
  width: 100%;
  font-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dina-krokodil-menu a {
  color: white;
  display: block;
}

.dina-krokodil-menu__item {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  padding: 13px;
  cursor: pointer;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

.dina-krokodil-menu__item:hover {
  color: rgba(255, 255, 255, 0.7);
}

.dina-krokodil-menu__item:first-child {
  background-color: #45a748;
}

.dina-krokodil-menu__item:last-child {
  background-color: #33853e;
}

.dina-krokodil-toggler {
  background-color: #44a748;
}

.dina-krokodil-toggler__item {
  display: none;
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px;
  font-size: 16px;
}

.dina-krokodil-toggler__item:first-child {
  background-color: #33853e;
}

.dina-krokodil-toggler__item:last-child {
  background-color: #45a748;
}



/****************************************************************************
  DINA BREADCRUBS
****************************************************************************/
.dina-breadcrumbs {
  margin: 30px 20px;
}

.dina-breadcrumbs>.sv-layout {
  position: relative;
}

.dina-breadcrumbs a {
  text-decoration: none;
  color: #003e23;
}

.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: #003e23;
  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-footer .dina-sv-form input[type="text"],
.dina-footer .dina-sv-form input[type="number"],
.dina-footer .dina-sv-form input[type="email"],
.dina-footer .dina-sv-form input[type="tel"],
.dina-footer .dina-sv-form input[type="url"],
.dina-footer .dina-sv-form select,
.dina-footer .dina-sv-form textarea {
  border: none;
}


/****************************************************************************
  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';
}

#cookie-information-template-wrapper .coi-banner__nextpage,
#cookie-information-template-wrapper .coi-banner__lastpage {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  background: #EDF6ED;
}


/****************************************************************************
  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';
  font-size: 13px;
  line-height: 24px;
  color: white;
  background-color: #45a748;
  text-align: center;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  position: absolute;
  left: 0;
}


/****************************************************************************
  KRYSSLISTA - RÖD
****************************************************************************/
.sv-list-style-krysslista {
  position: relative;
  padding-left: 35px;
  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: #ff0000;
  text-align: center;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  position: absolute;
  left: 0;
}



/****************************************************************************
  NUMRERADLISTA - GRÖN
****************************************************************************/
.sv-list-style-numrerad-gron {
  position: relative;
  padding-left: 35px;
  list-style-type: none;
  counter-reset: my-awesome-counter;
}

.sv-list-style-numrerad-gron li {
  margin-bottom: 15px;
  counter-increment: my-awesome-counter;

}

.sv-list-style-numrerad-gron li::before {
  content: counter(my-awesome-counter);
  font-family: 'dinaheadline';
  font-size: 14px;
  line-height: 22px;
  color: white;
  background-color: #45a748;
  text-align: center;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  position: absolute;
  left: 0;
}

.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;
  -webkit-columns: 4 200px;
  -moz-columns: 4 200px;
  columns: 4 200px;
}

.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;
}

/****************************************************************************
  DOKUMENTLISTA HORISONTELL
****************************************************************************/
.dina-doc-list-horisontal {
  background-color: white;
  padding: 5px;
}

.dina-doc-list-horisontal p:first-child {
  margin-top: 0;
}

.dina-doc-list-horisontal p:last-child {
  margin-bottom: 0;
}

.dina-doc-list-horisontal a {
  color: #45a748;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: color .1s ease;
  -o-transition: color .1s ease;
  transition: color .1s ease;
  white-space: nowrap;
}

.dina-doc-list-horisontal 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: 5px;
  margin-left: 15px;
}

.dina-doc-list-horisontal a:hover {
  color: #8cc48e;
}

.dina-doc-list--green {
  border: 2px solid #45a748;
}

/****************************************************************************
  BILDPUFF
****************************************************************************/
.sv-decoration-image-section {
  position: relative !important;
  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 {
  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;
}

.dina-image-section .sv-portlet-image-caption {
  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 {
  position: relative;
  font-size: 125%;
  font-weight: 500;
  color: #1C7D1F !important;
  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 {
  font-size: 120%;
  color: #1C7D1F;

}

.dina-toggle>.sv-text-portlet p br {
  display: none;
}

.dina-toggle>.sv-text-portlet:first-child p::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 {
  color: #003e23;
}

.dina-toggle--open>.sv-text-portlet:first-child p {
  color: #003e23;
}

.dina-toggle--open>.sv-text-portlet:first-child p::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 -20px;
  -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: absolute;
  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: "\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: #44a748;
  color: white;
  border: 2px solid #44a748;
  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: #44a748;
}

.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;
}



/****************************************************************************
  BUTTONS OLD ( ie. for dialogs )
****************************************************************************/
.dina-button {
  display: inline-block;
  border: solid 1px #4cad4a;
  font-size: 14px;
  color: #4cad4a;
  padding: 7px 20px;
  margin-bottom: 10px;
  min-width: 140px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.dina-button:hover,
.dina-button:focus {
  border-color: #3d8a3b;
  color: #3d8a3b;
}

.dina-button--primary {
  color: #fff;
  background: #4cad4a;
  padding: 16px 40px;
  font-size: 18px;

  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);

  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(19, 81, 19, 0.05);
  position: relative;

  -webkit-transition: background .1s linear, padding-left .3s ease, -webkit-box-shadow .1s linear;

  transition: background .1s linear, padding-left .3s ease, -webkit-box-shadow .1s linear;

  -o-transition: background .1s linear, box-shadow .1s linear, padding-left .3s ease;

  transition: background .1s linear, box-shadow .1s linear, padding-left .3s ease;

  transition: background .1s linear, box-shadow .1s linear, padding-left .3s ease, -webkit-box-shadow .1s linear;
}

.dina-button--primary:hover,
.dina-button--primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #449c43;
  outline: none;
  color: #fff;
}

.dina-button--primary:active {
  -webkit-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.2);
  background: #3d8a3b;
}

.dina-button--loading {
  padding-left: 30px;
  padding-right: 10px;
}

.dina-button--primary.dina-button--loading {
  padding-left: 50px;
  padding-right: 30px;
}

.dina-button .loader {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .3s linear, left .3s ease;
  -o-transition: opacity .3s linear, left .3s ease;
  transition: opacity .3s linear, left .3s ease;

  width: 15px;
  height: 15px;

  margin-top: -9px;
}

.dina-button:not(.dina-button--primary) .loader {
  border-top: 0.15em solid rgba(0, 0, 0, 0.2);
  border-right: 0.15em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.15em solid rgba(0, 0, 0, 0.2);
  border-left: 0.15em solid #000000;
}

.dina-button--primary .loader {
  width: 20px;
  height: 20px;

  margin-top: -14px;
}

.dina-button--loading .loader {
  opacity: 1;
  left: 5px;
}

.dina-button--loading.dina-button--primary .loader {
  left: 20px;
}

/* Arrow button. Används enbart inom dina-section--filled */
.dina-button--arrow {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-indent: -99999px;
  min-width: 0;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA6BAMAAAAeiydcAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAwUExURUdwTEytSkytSk2xTUytSkyuSkyuSk2uSkytSk2uTG22bUyuSk2uSkyuSkyuS0ytSpdhTTgAAAAPdFJOUwBw3yB0dspJ8TUH05qvqgqZUgYAAACXSURBVDjLY2BAAewZ6Qx4QP3//w54pPP///+CR7r/P17tQN34tAPtxqed8T9+7fKj2ke2dmZjbMAUqp0RlDhxAQeIKbjAd4b9+KS/MeAz+/8PcMLHo3s+frs5XythBWBLBXAFCytI9iPOUIsf1Tw8NLPg1+yPVzMjfs3z8WpmOI9XM8N9vJpB3sKjmWEZXs0MXL4nGUgAAKQJlXffmk4uAAAAAElFTkSuQmCC');
  background-size: 30px 29px;
  background-position: 50% center;
  background-repeat: no-repeat;

  -webkit-transition: background-position .15s ease;

  -o-transition: background-position .15s ease;

  transition: background-position .15s ease;
}

.dina-button--arrow:hover,
.dina-button--arrow:focus {
  background-position: 75% center;
}

.dina-actions--next {
  text-align: right;
}

.dina-actions--next .dina-button--primary {
  width: 100%;
}

.dina-actions--centered {
  text-align: center;
}

.dina-actions .dina-button+.dina-button {
  margin-top: 15px;
}

.dina-button+.dina-button {
  margin-left: 30px;
}

.dina-button:disabled {
  opacity: .8 !important;
  background: #666 !important;
  color: #fff !important;
  cursor: not-allowed !important;
  border-color: transparent !important;
}

/*
----------------------------------
 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;
  zoom: 1;
  *display: inline;
}

/****************************************************************************
  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;
  -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-SV-FORM--KROKODIL
****************************************************************************/
/*
.dina-sv-form--krokodil .sv-defaultFormTheme input[type=text],
.dina-sv-form--krokodil .sv-defaultFormTheme input[type=email],
.dina-sv-form--krokodil .sv-defaultFormTheme input[type=url],
.dina-sv-form--krokodil .sv-defaultFormTheme input[type=tel],
.dina-sv-form--krokodil .sv-defaultFormTheme input[type=number],
.dina-sv-form--krokodil .sv-defaultFormTheme textarea,
.dina-sv-form--krokodil .sv-defaultFormTheme select {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  color: white;
  padding-left: 0px;
}
.dina-sv-form--krokodil .sv-defaultFormTheme label {
  font-size: 120%;
  color: #003d23;
  font-weight: normal;
}

.dina-sv-form--krokodil .sv-defaultFormTheme select {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  padding-left: 0;
  color: white;
  font-weight: bold;
  height: 55px;
  border-bottom: 5px solid rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5) !important;
  border-radius: 0px;
  outline: none !important;
  box-shadow: none !important;
}
.dina-sv-form--krokodil .sv-defaultFormTheme input[type="submit"] {
  background-color: white;
  max-width: none;
  width: auto;
  padding: 0 40px;
  border-radius: 30px;
  height: 80px;
  color: #348b3e;
  font-size: 250%;
}

.dina-sv-form--krokodil .sv-defaultFormTheme .sv-form-subalternativefield > div {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  display: inline-block;
  padding: 10px;
}
*/

/****************************************************************************
  DINA-KROKODIL-FORM
****************************************************************************/
.dina-krokodil-form {
  font-family: "dinafont";
}

.dina-krokodil-form label,
.dina-krokodil-form__label {
  font-size: 130%;
  color: #002c1e;
  font-weight: normal;
  display: block;
  position: absolute;
  top: 25px;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.dina-krokodil-form label>span,
.dina-krokodil-form__label>span {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  width: 0;
  -webkit-transition: opacity .2s ease .2s;
  -o-transition: opacity .2s ease .2s;
  transition: opacity .2s ease .2s;
}

.dina-krokodil-form .label--active {
  top: 0;
  font-size: 100%;
}

.dina-krokodil-form .label--active>span {
  visibility: visible;
  width: auto;
  opacity: 1;

}

.dina-krokodil-form .dina-datepicker label,
.dina-krokodil-form .dina-krokodil__field--datepicker label {
  top: 0;
  font-size: 100%;
}

.dina-krokodil-form input[type=text],
.dina-krokodil-form input[type=email],
.dina-krokodil-form input[type=url],
.dina-krokodil-form input[type=tel],
.dina-krokodil-form input[type=number],
.dina-krokodil-form input[type=date],
.dina-krokodil-form textarea,
.dina-krokodil-form select {
  font-family: "dinafont";
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background-color: transparent;
  padding-left: 0;
  color: white;
  font-size: 156%;
  font-weight: bold;
  height: 50px;
  width: 100%;
  margin-top: 15px;
  display: block;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5) !important;
  border-radius: 0px;
  outline: none !important;
  box-shadow: none !important;
}

.dina-krokodil-form input[name=regnr] {
  text-transform: uppercase;
}

.dina-krokodil-form select {
  color: #666666;
}

.dina-krokodil__selectbox-placeholder {
  font-size: 156%;
  font-weight: bold;
  padding: 9px 0;
  height: 50px;
  margin-top: 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  display: block;
}

.dina-krokodil-form select::-ms-expand {
  display: none;
}

.dina-krokodil-form .dina-krokodil__submit-button {
  position: relative;
  z-index: 1;
}

.dina-krokodil-form .dina-krokodil__submit-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  display: inline-block;
  border-radius: 40px;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  z-index: -1;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}

.dina-krokodil-form .dina-krokodil__submit-button:hover::after {
  top: -5px;
  bottom: -5px;
}

.dina-krokodil-form .dina-krokodil__submit-button:hover input[type="submit"] {
  color: #45a748;
}

.dina-krokodil-form input[type="submit"] {
  background-color: white;
  max-width: none;
  width: auto;
  padding: 0 20px;
  border-radius: 40px;
  height: 60px;
  color: #227235;
  font-size: 155%;
  width: 100%;
  font-family: inherit;
  font-weight: bold;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: color .1s linear;
  -o-transition: color .1s linear;
  transition: color .1s linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.dina-krokodil__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.dina-krokodil__fields .dina-krokodil__field {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 50%;
  min-width: 290px;
}

.dina-krokodil__field-info {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  left: 0;
  bottom: -23px;
  width: 100%;
  margin-left: auto;
  padding: 0 20px;
}

.dina-krokodil__field-info svg {
  margin-right: 5px;
  margin-left: auto;
  width: 20px;
  height: 20px;
}

.dina-krokodil__field label {
  white-space: nowrap;
}

.dina-krokodil__fields--inputs {
  width: 100%;
  margin: 0;
}

.dina-krokodil-form .dina-krokodil__selectbox {
  position: relative;
}

.dina-krokodil-form .dina-krokodil__selectbox select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  font-size: 140%;
  font-weight: normal;
  z-index: 2;
  margin: 0;
  height: 100%;
}

.dina-krokodil-form .dina-krokodil__selectbox::after {
  content: "\e902";
  font-family: dinaicons;
  font-weight: normal;
  font-size: 120%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.dina-krokodil-form--no-input .dina-krokodil__field--datepicker,
.dina-krokodil-form--no-date .dina-krokodil__field--datepicker {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.dina-krokodil__help-btn {
  position: absolute;
  right: 20px;
  top: 70%;
  display: block;
  width: 33px;
  height: 33px;
  padding: 0;
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
  border: 3px solid rgb(255 255 255 / 70%);
  text-align: center;
  background: unset;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #00000017;
}

.dina-krokodil__help-btn::after {
  content: "?";
  display: block;
  font-family: 'dinaheadline';
  font-size: 130%;
  color: white;
  font-weight: 500;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}




/* MOBILE */
@media all and (max-width: 400px) {
  .dina-krokodil__fields .dina-krokodil__field {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    min-width: auto;
  }
}



.dina-krokodil-form .sv-defaultFormTheme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.dina-krokodil-form .sv-defaultFormTheme .sv-formFieldRow {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 50%;
  min-width: 290px;
}

.dina-krokodil-form .sv-defaultFormTheme .sv-formFieldRow:last-of-type {
  width: auto;
  min-width: 50%;
}

.dina-krokodil-form .sv-defaultFormTheme .sv-formField {
  margin-bottom: 0px;
}

.dina-krokodil-form .sv-defaultFormTheme label {
  font-weight: normal;
}

.dina-krokodil-form .sv-defaultFormTheme .sv-field-title-container br {
  display: none;
}


/* DINA-KROKODIL-FORM--MAIL, Hide recipiant div and skript div */
.dina-krokodil-form--mail form .sv-formFieldRow:first-of-type,
.dina-krokodil-form--mail form .sv-formFieldRow:nth-of-type(5) {
  display: none !important
}

.dina-krokodil-form--mail .sv-form-consent label {
  position: relative;
  font-size: 100%;
  top: 0;
  display: block;
  color: white;
}

.dina-krokodil-form--mail .sv-form-consent a,
.dina-krokodil-form--mail .sv-form-consent a:hover {
  color: white;
}

.dina-krokodil-form--mail form>div>div:last-child>div {
  position: relative;
  z-index: 1;
}

.dina-krokodil-form--mail form>div>div:last-child>div::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  display: inline-block;
  border-radius: 40px;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  z-index: -1;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}

.dina-krokodil-form--mail form>div>div:last-child>div.disabled::after {
  opacity: .65
}

.dina-krokodil-form--mail form>div>div:last-child>div:not(.disabled):hover::after {
  top: -5px;
  bottom: -5px;
}

.dina-krokodil-form--mail input[type="submit"] {
  background-color: transparent !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.dina-krokodil-form--mail form input[type="submit"]:hover {
  color: #45a748;
}

.dina-krokodil-form--mail input[type="submit"]:disabled:hover {
  color: #227235;
}





.dina-sv-form .sv-form-consent,
.dina-krokodil-form .sv-form-consent {
  padding: 0;
}

.dina-sv-form .sv-form-consent input[type="checkbox"],
.dina-krokodil-form .sv-form-consent input[type="checkbox"] {
  position: absolute;
  z-index: -1;
}

.dina-sv-form .sv-form-consent label,
.dina-krokodil-form .sv-form-consent label {
  position: relative;
  display: inline-block;
  margin-left: 30px;
}

.dina-sv-form .sv-form-consent label::before,
.dina-krokodil-form .sv-form-consent label::before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  background-color: white;
  border-radius: 2px;
  border: 1px solid silver;
  margin-left: -30px;
  margin-right: 5px;
  margin-bottom: 10px;
  float: left;
}

.dina-sv-form .sv-form-consent label::after,
.dina-krokodil-form .sv-form-consent label::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSI+PHBhdGggZGF0YS1uYW1lPSJMYWdlciAyIiBkPSJNMS4xIDYuOTE2Yy4yNS4yNSA2LjU4MyA2LjY2NyA2LjU4MyA2LjY2N0wxNS4wMTcgMSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDZhNzQ4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  position: absolute;
  top: 0;
  left: -30px;
  z-index: 1;
  margin: 3px;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.dina-sv-form .sv-form-consent input:checked+label::after,
.dina-krokodil-form .sv-form-consent input:checked+label::after {
  opacity: 1;
}



/* 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
}


/****************************************************************************
  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;
  zoom: 1;
  *display: inline;
}

.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: 1140px;
  max-height: 400px;
  aspect-ratio: auto 1140/ 400;
}



/*******************************************
  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;
}


/****************************************************************************
  Puzzel Webcallback sidfot
****************************************************************************/
.webcallback .sv-defaultFormTheme>div:nth-of-type(n+4) {
  display: none;
}

#honeyPot {
  display: none;
}



/* CLS image aspect-ration tests */
/* Näktergal i sidfot mobil och desktop */
#svid12_7ac751b316e8dad28ea5e7 img,
#svid12_53b3777516dab9394162b3e img {
  aspect-ratio: auto 400 / 275;
}