/* Other ratios */
@media all and (max-width: 767px) {
  .banner .parallax {
    padding: 30px 0;
  }
  .banner .parallax .call-to-action h1 {
    font-size: 32px;
    margin: 0;
  }
  .banner .parallax .search-text {
    color: #fff;
  }
  .banner .parallax .jumbotron-search .btn {
    min-width: auto;
  }
  .banner .parallax .jumbotron-search .jumbotron-search .btn-default {
    padding: 9px 18px;
  }
}
.toolbar-navigation .dropdown > a {
  display: inline-block;
}
.toolbar-navigation .dropdown > a:before {
  content: "";
}
.toolbar-navigation .lang-english span,
.toolbar-navigation .lang-swedish span {
  position: relative;
  padding-left: 32px;
}
.toolbar-navigation .lang-english span:before,
.toolbar-navigation .lang-swedish span:before {
  background: url("../gfx/se.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  width: 24px;
  position: absolute;
  top: 2px;
  left: 3px;
}
.toolbar-navigation .lang-english span:before {
  background: url("../gfx/gb.svg") no-repeat center center;
}
.jumbotron-icon-teasers {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 20px -20px;
  position: relative;
  z-index: 100;
}
.jumbotron-icon-teaser {
  padding: 20px 0 0 20px;
  flex: 1 1 33.33333333%;
  flex-grow: 0;
}
.no-smil .jumbotron-icon-teaser {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: calc(33.33333333333333% - 20px);
}
.jumbotron-icon-teaser a {
  display: block;
}
.jumbotron-icon-teaser img {
  background: #000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.jumbotron-icon-teasers-text {
  text-align: center;
  margin-bottom: 50px;
}
.jumbotron-icon-teasers-text h2 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.jumbotron-icon-teasers-text p {
  color: #fff;
}
.green-bg {
  background: #347530;
  background: linear-gradient(90deg, #347530 0%, #70b951 100%);
  position: relative;
}
.green-bg:before {
  background: url('../gfx/vag-till-bakgrund.svg') no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 400px;
  left: 0;
  opacity: 18%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.green-bg h1 {
  color: #fff;
}
.jumbotron-search {
  width: 100%;
  max-width: 770px;
  margin: 0 auto 50px;
  position: relative;
}
.jumbotron-search .form-control {
  height: 64px;
}
.jumbotron-search .btn-default {
  height: 64px;
  padding: 9px 12px;
  position: absolute;
  right: 0;
  top: 0;
}
.jumbotron-search .form-control-feedback {
  display: none;
}
.seedlings {
  display: none;
}
.front .four-boxes .round-style {
  margin: 0 0 50px;
  padding: 0;
}
.front .four-boxes .round-style .item-number {
  background: #0D8609;
  border-radius: 42px;
  color: #fff;
  display: block;
  height: 42px;
  left: 1px;
  line-height: 42px;
  position: absolute;
  top: 13px;
  width: 42px;
  z-index: 10;
}
.front .four-boxes .round-style h2 {
  font-size: 22px;
}
.front .four-boxes .round-style .box-image {
  height: 180px;
  width: 180px;
  margin: 0 auto;
  position: relative;
}
.front .four-boxes .round-style figure {
  border: 10px solid #E6E6E6;
  border-radius: 200px;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.front .four-boxes .round-style figure img {
  max-height: 100%;
  max-width: none;
}
.front .four-boxes .round-style .box-link {
  display: none;
}
.front .four-boxes .square-style {
  padding: 0;
  text-align: left;
}
.front .four-boxes .square-style figure {
  margin-bottom: 10px;
}
.front .four-boxes .white-bg {
  background-color: transparent !important;
  box-shadow: none;
  position: relative;
}
.section-tips-header-container .container {
  width: auto;
}
.section-tips-header .h3 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
.box-link:after {
  content: "\f18e";
  font-family: "FontAwesome";
  font-size: 12px;
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
@media all and (min-width: 768px) {
  .jumbotron-icon-teasers {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 20px -20px;
    position: relative;
    z-index: 100;
  }
  .jumbotron-icon-teaser {
    padding: 20px 0 0 20px;
    flex: 1 1 25%;
    flex-grow: 0;
  }
  .no-smil .jumbotron-icon-teaser {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(25% - 20px);
  }
  .flex-row {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 20px -20px;
  }
  .col-flex-3,
  .col-flex-4 {
    padding: 20px 0 0 20px;
    flex: 1 1 50%;
    flex-grow: 0;
  }
  .no-smil .col-flex-3,
  .no-smil .col-flex-4 {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
  }
  .search-text {
    display: none;
  }
}
@media all and (min-width: 992px) {
  .banner .parallax {
    padding: 50px 0;
  }
  .banner .parallax .call-to-action {
    padding: 20px 0 50px;
  }
  .banner .parallax .call-to-action h1 {
    margin: 0;
  }
  .section-tips-header-container {
    padding-bottom: 90px;
  }
  .jumbotron-icon-teasers {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 20px -20px;
  }
  .jumbotron-icon-teaser {
    padding: 20px 0 0 20px;
    flex: 1 1 16.66666667%;
    flex-grow: 0;
  }
  .no-smil .jumbotron-icon-teaser {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(16.666666666666664% - 20px);
  }
  .jumbotron-search label {
    display: none;
  }
  .flex-row {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 20px -20px;
  }
  .col-flex-3 {
    padding: 20px 0 0 20px;
    flex: 1 1 25%;
    flex-grow: 0;
  }
  .no-smil .col-flex-3 {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(25% - 20px);
  }
  .col-flex-4 {
    padding: 20px 0 0 20px;
    flex: 1 1 33.33333333%;
    flex-grow: 0;
  }
  .no-smil .col-flex-4 {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(33.33333333333333% - 20px);
  }
  .green-bg {
    overflow: hidden;
  }
  .green-bg:before {
    height: 500px;
  }
  .front .main .four-boxes {
    padding: 30px 0 30px;
  }
  .seedlings {
    bottom: 0;
    display: block;
    height: 180px;
    overflow: hidden;
    position: absolute;
    z-index: 3;
    width: 100%;
  }
  .seedlings .seeds {
    bottom: -20px;
    position: absolute;
  }
  .seedlings .seeds:before,
  .seedlings .seeds:after {
    background: url('../gfx/seedling-solid.svg');
    content: "";
    display: inline-block;
    fill: #fff;
    height: 180px;
    width: 180px;
    margin: 0 10px;
    opacity: 25%;
  }
  .seedlings .seeds-left {
    left: 0;
  }
  .seedlings .seeds-right {
    right: 0;
  }
}
@media all and (min-width: 1200px) {
  .banner {
    height: calc(100vh - 144px);
    overflow: hidden;
    position: relative;
  }
  .banner .container {
    height: calc(100vh - 144px);
  }
  .banner .parallax {
    height: 100%;
    padding: 0 !important;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  .banner .jumbotron-header {
    height: 15%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .banner .jumbotron-header p {
    color: #fff;
  }
  .banner .jumbotron-search-wrapper {
    height: 12%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 99999;
  }
  .banner .jumbotron-search-wrapper.no-search {
    display: none;
  }
  .banner .jumbotron-search-wrapper .jumbotron-search {
    width: 770px;
    margin: 0;
  }
  .banner .jumbotron-search-wrapper .form-group {
    margin: 0;
  }
  .banner .jumbotron-icons {
    height: 63%;
    overflow: hidden;
    position: relative;
  }
  .banner .jumbotron-icons .jumbotron-icon-teasers-text {
    margin-bottom: 0;
    height: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner .jumbotron-icons .jumbotron-icon-teasers-text h2 {
    margin: 0;
  }
  .banner .jumbotron-icons .jumbotron-icon-teasers {
    height: 85%;
    position: relative;
    overflow: hidden;
  }
  .banner .jumbotron-icons .jumbotron-icon-teaser {
    height: 45%;
  }
  .banner .jumbotron-icons .jumbotron-icon-teaser a {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .banner .jumbotron-icons .jumbotron-icon-teaser img {
    max-height: 100%;
    background: transparent;
    margin: 0 auto;
  }
  .banner .jumbotron-button {
    height: 10%;
    overflow: hidden;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner .parallax .call-to-action {
    padding: 0;
  }
}
.english-content .en-banner-image {
  margin-bottom: 40px;
  margin-top: -40px;
}
.english-content .english-rte {
  margin: 0 30px;
}
/*# sourceMappingURL=styles.css.map */