﻿@charset "UTF-8";
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 0px 0px;
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.container {
  max-width: 1080px;
}

.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.site-wrapper .site-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

.cta-block {
  width: 100%;
  display: block;
  text-align: center;
}

.cta-btn {
  padding: 15px 30px;
  border-radius: 10px;
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 1em;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  background: #f57a00;
  background: linear-gradient(0deg, #f57a00 0%, #ffa041 100%);
  margin-bottom: 30px;
  display: inline-block;
}
.cta-btn:hover {
  color: #fff;
}
.cta-btn img {
  vertical-align: unset;
}

.navbar {
  background-color: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.tag-section {
  margin-bottom: 60px;
  text-align: center;
}
.tag-section .tag {
  background-color: #FFE8D2;
  color: #F57A00;
  padding: 15px 30px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 30px;
}

.home-top-module {
  background-size: cover;
  background-position: bottom center;
  padding: 160px 0 60px;
  color: #11265A;
}
.home-top-module .white-box {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 30px 30px 30px;
  position: relative;
}
@media (max-width: 767px) {
  .home-top-module .white-box {
    margin-top: 60px;
  }
}
.home-top-module .white-box .cta-btn {
  margin-bottom: 0;
}
.home-top-module .subtitle {
  font-size: 1.5em;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
  display: block;
}
.home-top-module .site-wrapper .site-wrapper-inner {
  vertical-align: middle;
}
.home-top-module .discount-banner {
  text-transform: uppercase;
  text-align: right;
  border-radius: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 50px;
  padding-right: 20px;
  font-size: 0.8em;
  color: #fff;
  position: absolute;
  display: inline-block;
  top: -30px;
  right: -12px;
  z-index: 1;
  background-image: url(/images/forsikringsskift/IKONER/Corner-Ribbon.png);
  background-size: contain;
  height: 67px;
  width: 177px;
}
.home-top-module .item {
  position: relative;
  margin-bottom: 20px;
}
.home-top-module .item:before {
  content: "";
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  color: #1e1200;
  text-align: center;
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
}
.home-top-module .item:hover:before {
  border-color: #FF9F40;
}
@media (max-width: 767px) {
  .home-top-module .show-four-mobile .item {
    display: none;
  }
  .home-top-module .show-four-mobile .item:nth-child(-n+4) {
    display: inline-block;
  }
}
.home-top-module .load-type-btn {
  display: none;
  margin-bottom: 15px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .home-top-module .load-type-btn {
    display: block;
  }
}
.home-top-module .type-item {
  border-radius: 10px;
  color: #1e1200;
  padding: 10px 3px;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.home-top-module .type-item .icon {
  margin-right: 0px;
  height: 20px;
}
.home-top-module .type-item .type-name {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8em;
}
.home-top-module .type-item .input-wrapper {
  margin-top: 5px;
  padding-top: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}
.home-top-module .type-item .input-wrapper input {
  text-align: center;
  border: none;
  width: calc(100% - 2px);
  display: block;
  color: #707070;
  margin: 0 auto;
}
.home-top-module .type-item .input-wrapper .minus-icon, .home-top-module .type-item .input-wrapper .plus-icon {
  position: absolute;
  top: 5px;
  width: 15px;
}
.home-top-module .type-item .input-wrapper .minus-icon.minus-icon, .home-top-module .type-item .input-wrapper .plus-icon.minus-icon {
  left: 15px;
}
.home-top-module .type-item .input-wrapper .minus-icon.plus-icon, .home-top-module .type-item .input-wrapper .plus-icon.plus-icon {
  top: 7.5px;
  right: 15px;
}

.navbar .navbar-brand {
  color: #1e1200;
  font-weight: 900;
}
.navbar .navbar-nav {
  width: 100%;
  text-align: right;
  display: block;
}
.navbar .navbar-nav li {
  display: inline-block;
}
.navbar .navbar-nav li a {
  font-family: "Open Sans", sans-serif;
  color: #11265A;
}
@media (max-width: 767px) {
  .navbar .navbar-nav li {
    display: block;
  }
}

.simple-pagination {
  display: block;
  width: 100%;
  text-align: center;
  margin: 60px 0px;
}
.simple-pagination li {
  display: inline-block;
}
.simple-pagination li span {
  position: relative;
  display: block;
  padding: 0.6rem 0.75rem 0.5rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1e1200;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.simple-pagination li a {
  padding: 0.6rem 0.75rem 0.5rem;
  color: #1e1200;
}
.simple-pagination li a:hover {
  color: #1e1200;
}
.simple-pagination li.active span {
  background-color: #1e1200;
  border: 1px solid #1e1200;
  color: #fff;
}

.process-section {
  padding: 60px 0 30px 0;
  text-align: center;
}
.process-section .process-number {
  color: #21262B;
  font-weight: 700;
  font-size: 5em;
  position: absolute;
  top: -45px;
  left: 45px;
  opacity: 0.2;
}
.process-section .frame-box:after {
  content: "";
  -webkit-box-shadow: 0px 9px 18px -1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 9px 18px -1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 9px 18px -1px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 0;
  left: 30px;
  width: calc(100% - 60px);
  height: 100%;
  border-radius: 25px;
}
.process-section .item {
  position: relative;
  margin-bottom: 30px;
  padding: 90px 30px;
}
.process-section .item:before {
  content: "";
  width: 149px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 100%;
  background-image: url(/images/forsikringsskift/IKONER/Group-1900.png);
  transform: translateX(-50%) translateY(-50%) scale(0.8);
  z-index: 1;
}
@media (max-width: 767px) {
  .process-section .item:before {
    display: none;
  }
}
.process-section .item:nth-last-child(2):before {
  transform: translateX(-50%) translateY(-50%) scale(0.8) rotate(180deg);
}
.process-section .item:nth-last-child(1):before {
  display: none;
}
.process-section .process-item {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
}
.process-section .process-item .process-text {
  font-weight: 700;
}
.process-section .process-item .process-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.process-section .process-item .process-inner .icon {
  margin-bottom: 15px;
  width: 60px;
}
.process-section h2, .process-section h3, .process-section h4, .process-section h5, .process-section h6 {
  text-align: center;
  margin: 0px 0;
}

.most-popular-section {
  padding: 30px 0;
}
.most-popular-section .box-color {
  background-color: #FFEBD6;
  padding: 60px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .most-popular-section .box-color {
    padding: 15px;
  }
}
.most-popular-section .box-color .tag {
  background-color: #FFE8D2;
  color: #F57A00;
  padding: 15px 30px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .most-popular-section .show-img {
    margin-top: 60px;
  }
}
.most-popular-section .col-md-5 {
  position: relative;
}
.most-popular-section .cta-text {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 182px;
  height: 182px;
  background-image: url(/images/forsikringsskift/BILLEDER/90-Percent-Off.png);
  z-index: 1;
}
.most-popular-section .cta-text .number {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.9em;
  font-weight: 700;
}
.most-popular-section .cta-text .cta-text-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .most-popular-section .cta-text {
    top: 30px;
  }
}
.most-popular-section ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
}
.most-popular-section ul li {
  list-style: none;
  display: inline-block;
  padding: 15px 0;
  font-family: "Open Sans", sans-serif;
}
.most-popular-section ul li svg {
  max-width: 30px;
  margin-right: 15px;
}
.most-popular-section ul li svg path {
  fill: #000;
}
.most-popular-section ul li svg .cls-1 {
  fill: #1e1200;
}

.stats-section {
  padding: 0px 0px;
  background-color: #1D242D;
  color: #fff;
  position: relative;
}
.stats-section:before {
  content: "";
  width: 100%;
  height: 280px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .stats-section:before {
    height: 150px;
  }
}
.stats-section img {
  position: relative;
  margin-bottom: 60px;
}
.stats-section .stat-icon {
  height: 40px;
  margin-bottom: calc(0.2rem + 2px);
}
.stats-section .item {
  margin-bottom: 30px;
  text-align: center;
}
.stats-section .item h3 {
  font-size: 2.5em;
  color: #FF9F40;
}

.logo-partners {
  padding: 60px 0 60px;
  color: #fff;
  background-color: #1D242D;
  text-align: center;
}
.logo-partners h1, .logo-partners h2, .logo-partners h3 {
  margin-bottom: 30px;
}
.logo-partners .partner-item {
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 15px;
}
.logo-partners .partner-item .partner-inner {
  position: relative;
  left: 0;
  width: 100%;
}
.logo-partners .partner-item .partner-inner .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.logo-partners .partner-item .partner-inner img {
  opacity: 0.5;
  transition: all 0.3s;
}
.logo-partners .partner-item .partner-inner:hover img {
  opacity: 1;
}
@media (max-width: 767px) {
  .logo-partners .partner-item .partner-inner img {
    max-height: 50px;
  }
}
@media (max-width: 767px) {
  .logo-partners {
    background-image: none;
    padding: 60px 0px 60px;
  }
}

.text-w-image-section {
  padding: 60px 0;
  position: relative;
}
.text-w-image-section img {
  border-radius: 15px;
}
.text-w-image-section .text-box {
  height: 100%;
  padding: 0px;
  position: relative;
  color: #1e1200;
  margin-bottom: 30px;
}
.text-w-image-section .text-box .icon {
  margin-bottom: 15px;
}
.text-w-image-section .text-box .tag {
  background-color: #FFE8D2;
  color: #F57A00;
  padding: 15px 30px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 30px;
}
.text-w-image-section .text-box h2 {
  margin-bottom: 30px;
}
.text-w-image-section .text-box .text-box-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.text-w-image-section .text-box ul {
  margin-bottom: 50px;
}
.text-w-image-section .text-box ul li {
  list-style-image: url("/images/forsikringsskift/IKONER/Icon-check.png");
  margin-bottom: 15px;
}
.text-w-image-section .text-box ul li::marker {
  top: 10px;
}
.text-w-image-section.color-section {
  background-color: #FFE8D2;
  margin-bottom: 15px;
  padding: 60px 0px 30px 0px;
}

.text-w-image-section.color-section {
  padding-top: 120px;
}

.type-icons-section {
  padding: 60px 0 30px;
  margin-bottom: 30px;
  color: #000;
}
.type-icons-section .frame-box {
  position: relative;
  margin-bottom: 30px;
}
.type-icons-section .frame-box:before {
  content: "";
  -webkit-box-shadow: 0px 9px 18px -1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 9px 18px -1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 9px 18px -1px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
  border-radius: 25px;
}
.type-icons-section .icon-item {
  text-align: left;
  padding: 25px;
  position: relative;
}
.type-icons-section .icon-item .cta-btn {
  margin-top: 15px;
  margin-bottom: 0px;
}
.type-icons-section .icon-item h1, .type-icons-section .icon-item h2, .type-icons-section .icon-item h3, .type-icons-section .icon-item h4, .type-icons-section .icon-item h5, .type-icons-section .icon-item h6 {
  font-size: 1.2em;
  margin-bottom: 15px;
  padding: 0;
}
.type-icons-section .icon-item p {
  margin-bottom: 0px;
  opacity: 0.7;
}
.type-icons-section .icon-item a {
  color: inherit;
  text-decoration: none;
}
.type-icons-section .icon-item a:hover {
  text-decoration: underline;
}
.type-icons-section .icon-item .icon {
  margin-bottom: 25px;
}
.type-icons-section .icon-item img {
  width: 50px;
}

.quote-section {
  border: 1px solid #EBF2FF;
  padding: 60px 30px;
  text-align: center;
  margin-bottom: 30px;
}
.quote-section p {
  position: relative;
  padding: 0px 50px;
}
.quote-section p:before {
  content: "“";
  color: #F57A00;
  font-size: 5em;
  position: absolute;
  left: -30px;
  top: -40px;
  font-family: "Open Sans", sans-serif;
}
.quote-section p:after {
  content: "“";
  color: #F57A00;
  font-size: 5em;
  position: absolute;
  right: -30px;
  bottom: -40px;
  font-family: "Open Sans", sans-serif;
}
.quote-section .cta-btn {
  margin-top: 15px;
  display: inline-block;
}

.cta-section {
  color: #1e1200;
  padding: 60px 0;
  margin-bottom: 30px;
}
.cta-section .item {
  margin-bottom: 45px;
  text-align: center;
}
.cta-section .item .cta-btn {
  margin-top: 30px;
  display: inline-block;
}

.article-categories-section {
  padding: 60px 0px;
}
.article-categories-section .item {
  margin-bottom: 30px;
}
.article-categories-section .item img {
  margin-bottom: 15px;
}

.footer-padding {
  padding-bottom: 80px;
}

.shortcut-links-section {
  padding: 60px 0 120px;
  color: #1e1200;
  background-color: rgba(255, 232, 210, 0.4);
}
@media (max-width: 767px) {
  .shortcut-links-section {
    padding: 60px 0px 60px;
  }
}
.shortcut-links-section ul {
  margin: 0;
  padding: 0;
}
.shortcut-links-section ul li {
  list-style: none;
  margin: 7.5px 0;
  font-size: 0.9em;
  color: #1D242D;
  margin-bottom: 15px;
}
.shortcut-links-section ul li a {
  border: 1px solid #F57A00;
  padding: 15px;
  border-radius: 15px;
  position: relative;
  display: block;
  color: #1D242D;
  text-decoration: none;
  transition: all 0.3s;
}
.shortcut-links-section ul li a:hover {
  background-color: #F57A00;
  color: #fff !important;
}

.main-footer {
  background-color: #11265A;
  padding: 0px 0 60px;
  margin-top: 0px;
  color: #fff;
}
@media (max-width: 767px) {
  .main-footer {
    padding-bottom: 15px;
  }
}
.main-footer .footer-logo {
  margin-bottom: 30px;
}
.main-footer .contact-item {
  background-color: #fff;
  margin-bottom: 60px;
  border-radius: 30px;
  top: -40px;
  position: relative;
  -webkit-box-shadow: 0px 9px 18px -1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 9px 18px -1px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 9px 18px -1px rgba(0, 0, 0, 0.18);
}
.main-footer .contact-item:before {
  content: "";
  width: 1px;
  height: 50%;
  left: 50%;
  top: 25%;
  transform: translateX(-50%) translateX(-50%);
  background-color: #000;
  opacity: 0.3;
  position: absolute;
}
@media (max-width: 767px) {
  .main-footer .contact-item:before {
    display: none;
  }
}
.main-footer .contact-item .item {
  padding: 30px;
}
.main-footer .contact-item .item h3 {
  color: #000;
}
.main-footer .contact-item .item p {
  color: #000;
}
.main-footer .site-brand {
  font-size: 1.4em;
  font-weight: bold;
}
.main-footer .text-box {
  text-align: right;
}
@media (max-width: 767px) {
  .main-footer .text-box {
    text-align: center;
  }
  .main-footer .text-box ul {
    text-align: center;
    margin-bottom: 30px;
  }
}
.main-footer h3 {
  font-size: 1em;
  margin-bottom: 15px;
}
.main-footer ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.main-footer ul li {
  list-style: none;
  display: block;
  margin-bottom: 0px;
}
.main-footer ul li a {
  color: inherit;
  text-decoration: none;
}

.copyright-line {
  text-align: center;
  padding: 5px 0;
  background-color: #11265A;
  color: #fff;
  font-size: 0.8em;
}

.title-section {
  padding: 120px 0 0 0;
  background-color: #FFE8D2;
}

.text-section {
  padding: 60px 0px;
}
.text-section img {
  border-radius: 15px;
  max-width: 100%;
}
.text-section a {
  color: #F57A00;
  font-weight: bold;
}

.articles-list-section {
  padding: 120px 0px 60px;
}
.articles-list-section .article-item {
  margin-bottom: 30px;
}
.articles-list-section .article-item img {
  margin-bottom: 15px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 9px 18px -1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 9px 18px -1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 9px 18px -1px rgba(0, 0, 0, 0.12);
}
.articles-list-section .article-item h2 {
  font-size: 1.3em;
}

.article-modules .text-section {
  padding: 30px 0;
}

.article-image img {
  border-radius: 15px;
}

.media-source {
  margin-bottom: 30px;
  display: inline-block;
}

.saving-tips-section {
  padding: 30px 30px;
  border-radius: 15px;
  border: 1px solid #1e1200;
  background-color: #EEF0F7;
  margin-bottom: 30px;
}
.saving-tips-section p {
  margin-bottom: 0;
}

.icon-box-w-text-section {
  margin-bottom: 50px;
  background-color: #EBF2FF;
  padding: 15px;
  position: relative;
}
.icon-box-w-text-section .cls-1 {
  fill: #1e1200;
}
.icon-box-w-text-section .cta-btn {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .icon-box-w-text-section .cta-btn {
    width: 100%;
    padding: 10px;
  }
}
.icon-box-w-text-section .item {
  margin-bottom: 15px;
}
.icon-box-w-text-section .item.text-right {
  text-align: right;
}
@media (max-width: 767px) {
  .icon-box-w-text-section .item.text-right {
    text-align: center;
  }
}

.widgets-section .fact-widget {
  background-color: #1e1200;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}
.widgets-section .fact-widget svg {
  padding: 0 0 7.5px 0;
  max-width: 50px;
}
.widgets-section .fact-widget svg .cls-1 {
  fill: #fff;
}
.widgets-section .fact-widget p {
  color: #fff;
  padding: 0 0 15px 0;
  margin: 0;
}
.widgets-section .types-selector-widget {
  padding-bottom: 15px;
}
.widgets-section .types-selector-widget .heading-box {
  background-color: #1e1200;
  color: #fff;
  text-align: center;
  padding: 7.5px 0;
  margin-bottom: 15px;
}
.widgets-section .types-selector-widget .cta-btn {
  margin: 7.5px 0 7.5px 0;
  display: inline-block;
}
.widgets-section .types-selector-widget ul {
  margin: 0;
  padding: 0 10%;
}
.widgets-section .types-selector-widget ul li {
  list-style: none;
  display: block;
  width: 100%;
  font-weight: bold;
  padding-bottom: 7.5px;
  color: #1e1200;
}
.widgets-section .types-selector-widget ul li .float-left {
  float: left;
  display: block;
}
.widgets-section .types-selector-widget ul li .float-left .svg {
  width: 30px;
  padding-right: 5px;
}
.widgets-section .types-selector-widget ul li .float-left .svg .cls-1 {
  fill: #1e1200;
}
.widgets-section .types-selector-widget ul li .float-right {
  float: right;
  display: block;
}
.widgets-section .image-widget {
  margin: 15px 0;
}
.widgets-section .image-widget.w-border {
  border: #566FAD 1px solid;
}
.widgets-section .shortcuts-widget {
  border-top: #566FAD 1px solid;
  border-bottom: #566FAD 1px solid;
  padding: 15px 0;
}
.widgets-section .shortcuts-widget ul {
  margin: 0;
  padding: 15px 0 0 0;
}
.widgets-section .shortcuts-widget ul li {
  list-style: none;
  padding-bottom: 7.5px;
}
.widgets-section .shortcuts-widget ul li a {
  color: #566FAD;
  text-decoration: none;
}

/*# sourceMappingURL=forsikringsskift.css.map */
