@font-face {
  font-family: SwedbankRegular;
  src: url('./fonts/SwedbankSans-Regular.woff2') format('woff2'),
  url('./fonts/SwedbankSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: SwedbankBold;
  src: url('./fonts/SwedbankSans-Bold.woff2') format('woff2'),
  url('./fonts/SwedbankSans-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: SwedbankMedium;
  src: url('./fonts/SwedbankSans-Medium.woff2') format('woff2'),
  url('./fonts/SwedbankSans-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: HeadlineBold;
  src: url('./fonts/SwedbankHeadline-Bold.woff2') format('woff2'),
  url('./fonts/SwedbankHeadline-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: HeadlineBlack;
  src: url('./fonts/SwedbankHeadline-Black.woff2') format('woff2'),
  url('./fonts/SwedbankHeadline-Black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  padding: 0;
  margin: 0;
  color: #512b2b;
}
body:before, footer:before {
  content: "";
  display: block;
  background: -ms-linear-gradient(left, #fb661d 0%,#f4ba44 100%);
  background: linear-gradient(to right, #fb661d 0%,#f4ba44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb661d', endColorstr='#f4ba44',GradientType=1 );
  height: 10px;
}
header, body, .contents {
  font: 18px/22px HeadlineBold,Arial,sans-serif;
  color: #512b2b;
}

/* header styles */
#header {
  min-height: 65px;
}
#header a {
  font: 17px/20px SwedbankMedium,Arial,sans-serif;
  color: #512b2b;
  border:none;
}
#header a img {
  border:none;
}
#header .logo {
  float:left;
  height: 32px;
  padding: 15px 0 0 24%;
}
#header .logo img {
  margin: 0;
}
#languages {
  padding: 15px 24% 0 0;
  line-height: 15px;
  margin-top: 5px;
  float:right;
}
#languages a {
  padding: 0 10px;
  display: block;
  float: left;
  text-decoration: none;
}

/* introduction */
.introduction {
  background-color: #FBFAF8;
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.introduction .intro-frame {
  margin-right: 44%;
  width: 100%;
}
.-lightorangebg .intro-frame {
  margin: 40px 24% 40px 24%;
  width: 100%;
}
.-imgbg .intro-frame article {
  width: 71%;
  background-color: #EE7023;
  padding: 20px 20px 20px 32%;
}
.-imgbg .intro-frame h2 {
  color: #ffffff;
}
.introduction .intro-frame figure {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.introduction .intro-frame figure img {
  width: 20%;
  height: 20%;
  margin-top: 100px;
}
.intro-frame a {
  text-decoration: none;
  width: 205px;
}
.intro-frame-item {
  height: 230px;
  text-align: center;
}
.intro-frame-item .shape-text {
  font: 24px/26px HeadlineBlack,Arial,sans-serif;
  font-weight: bold;
  color: white;
  margin-top: 50%;
  padding: 0 7px;
}
#familySafety {
  background: url('../images/Familysafety_bubble.png') no-repeat;
  background-size: 100% auto;
}
#travelComfort {
  background: url('../images/Travelcomfort_bubble.png') no-repeat;
  background-size: 100% auto;
}
#homeSafety {
  background: url('../images/Homesafety_bubble.png') no-repeat;
  background-size: 100% auto;
}
#drivingComfort {
  background: url('../images/Drivingcomfort_bubble.png') no-repeat;
  background-size: 100% auto;
}

/* fonts, buttons */
h1 {
  font: 32px/1 HeadlineBlack,Arial,sans-serif;
  font-weight: bold;
  color: #f35b1c;
}
h2 {
  font: 36px/1 HeadlineBlack,Arial,sans-serif;
  font-weight: bold;
  color: #512b2b;
}
h3 {
  font: 28px/1 HeadlineBlack, Arial, sans-serif;
  font-weight: bold;
  margin: 15px 0 0 0;
}
.color {
  color: #512b2b;
}
p {
  font: 18px/22px HeadlineBold,Arial,sans-serif;
  font-weight: bold;
  color: #512b2b;
}
em {
  font: 18px/22px HeadlineBold,Arial,sans-serif;
  font-weight: bold;
  color: #f35b1c;
  margin: 15px 0 0 0;
}
p.disclaimer {
  font: normal 13px/18px Helvetica,Arial,sans-serif;
  color: #a38b80;
}
a {
  font: 15px/22px Helvetica,Arial,sans-serif;
  color: #257886;
  text-decoration: underline;
}
ul.regular-list li {
  font: 18px/22px HeadlineBold,Arial,sans-serif;
  font-weight: bold;
  color: #512b2b;
  margin: 15px 0 0 0;
}
.form-button-bar {
  margin-top: 20px;
}
.button {
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
  font-size: 18px;
  line-height: 18px;
  padding: 13px 15px;
  margin: 0;
  font-family: SwedbankMedium,sans-serif;
  transition: color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  background: none #EE7023;
  border: 1px solid #EE7023;
  display: inline-block;
  -webkit-appearance: none;
  text-decoration: none;
  vertical-align: top;
  box-sizing: border-box;
  text-align: center;
}

.-optional {
  background: none #31a3ae;
  border: 1px solid #31a3ae;
}

/* sections */
.container {
  margin: 0 24% 0 24%;
  padding: 40px 0 40px 0;
  display: flex;
  flex-direction: row;
  height: auto;
}
.container-left {
  margin-right: 100px;
  height: auto;
  width: 50%;
}
.container-right {
  margin: 0;
  height: auto;
  width: 50%;
}
.container article {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.-right {
  padding-right: 80px;
}
.-left {
  padding-left: 80px;
}
.container figure {
  width: 50%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
}
.container figure img {
  width: 100%;
  height: auto;
}
.container article img {
  margin-right: 10px;
  margin-bottom: 4px;
}
.article-img {
  display: flex;
  align-items: flex-end;
}
.container-right article {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container-right figure {
  width: 45%;
  margin: 0 0 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.container-left article {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container-left figure {
  width: 45%;
  margin: 0 0 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.container-disclaimer {
  margin: 0 24% 0 24%;
  padding: 0 0 30px 0;
}
.arrow {
  height: 0;
  margin: 0;
}
.arrow img {
  margin: 0 auto 0 44.5%;
  width: 40px;
  height: 40px;
  display: block;
  transform: rotate(180deg);
  position: fixed;
  bottom: 60px;
  z-index: 10;
}
.-lightpurplebg {
  background-color: #fbedf4;
}
.-lightbluebg {
  background-color: #e9f7fb;
}
.-lightgreenbg {
  background-color: #ebf8f2;
}
.-lightorangebg {
  background-color: #fbf2ea;
}
.-imgbg {
  background: #fff url('../images/2560x1280-general_new.jpg');
  background-position: 100% 30%;
  background-color: #FBFAF8;
  height: 550px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
}
.remark-circle {
  width: 160px;
  height: 160px;
  text-align: center;
  z-index: 2;
  border-radius: 50%;
  background: #C5569A;
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.remark-circle h2 {
  color: #ffffff;
  font-size: 30px;
}
/* footer styles */
.contents {
  margin: 15px 24% 15px 24%;
}
#footer {
  background: #fbf2ea none repeat scroll 0 0;
  color: #512b2b;
  display: block;
  flex: 0 0 auto;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
  overflow:hidden;
}
#footer nav a {
  color: #036c80;
  text-decoration: underline;
}
#footer .tel {
  color: #f35b1c;
  font: 24px/28px SwedbankMedium,Arial,sans-serif;
}
#footer .requisites {
  font: 15px/22px Helvetica,Arial,sans-serif;
  color: #512b2b;
  line-height: 18px;
  margin-bottom: 20px;
}
#footer h3 {
  font: 16px/30px SwedbankMedium,Arial,sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
#footer .columns {
  margin: 0 24% 0 24%;
  padding: 20px 0 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.social-media {
  list-style-type: none;
  margin:15px 0 20px 0;
  padding:0;
  float:right;
}
.social-media li {
  float: left;
  margin: 0 5px;
}
.social-media a {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/rococo.png);
  background-image: none, url(../images/rococo.svg);
}
.social-media .facebook {
  background-position: -1270px -10px;
}
.social-media .youtube {
  background-position: -1300px -10px;
}
.social-media .skype {
  background-position: -1330px -100px;
}
.social-media .instagram {
  background-position: -700px -10px;
}
.social-media .linkedin {
  background-position: -1300px -100px;
}
.social-media .facebook:hover {
  background-position: -1270px -40px;
}
.social-media .youtube:hover {
  background-position: -1300px -40px;
}
.social-media .skype:hover {
  background-position: -1330px -130px;
}
.social-media .instagram:hover {
  background-position: -700px -40px;
}
.social-media .linkedin:hover {
  background-position: -1300px -130px;
}
a {
  outline: none;
}
#cookie-consent,
#cookie-consent .ui-cookie-consent__inner p {
  font: var(--ui-body-font) !important;
}
/* Media query for mobile */
@media (max-width: 499px) {
  .container-left {
    width: 100%;
    padding-bottom: 50px;
    border-bottom: 1px solid #ebe7e2;
  }
  .container-right {
    width: 100%;
    padding-top: 30px;
  }
  .introduction .intro-frame figure {
    margin-top: 30px;
    justify-content: space-around;
  }
  .-imgbg .intro-frame article {
    width: 100%;
    padding: 10px;
  }
  .intro-frame-item {
    height: 200px;
  }
  .container {
    flex-direction: column;
    margin: 0 10px 0 10px;
    padding: 20px 0 20px 0;
  }
  .-lightorangebg .container {
    flex-direction: column-reverse;
  }
  .-lightpurplebg .container {
    flex-direction: column-reverse;
  }
  .-lightgreenbg .container {
    flex-direction: column-reverse;
  }
  #body article {
    align-self: flex-start;
    width: 100%;
  }
  #header .logo img {
    margin: 15px 10px 15px 10px;
  }
  #header .logo {
    padding: 0;
  }
  #languages {
    padding: 15px 10px 0 0;
  }
  .-lightorangebg .intro-frame {
    margin: 20px 10px 20px 10px;
  }
  .-imgbg .intro-frame {
    margin: 0px;
  }
  h2 {
    font-size: 26px;
    line-height: 28px;
  }
  h3 {
    font-size: 20px;
  }
  .-imgbg .intro-frame article h2 {
    text-align: left!important;
  }
  .remark-circle h2 {
    font-size: 26px;
    line-height: 26px;
  }
  .contents {
    margin: 15px 10px 15px 10px;
  }
  .-right {
    padding-right: 0;
  }
  .-left {
    padding-left: 0;
  }
  .container figure {
    margin: 0 auto 20px auto;
    width: 100%
  }
  .container-left figure {
    width: 203px;
    margin: 0 0 20px 0;
  }
  .container-right figure {
    width: 203px;
    margin: 0 0 20px 0;
  }
  .intro-frame a {
    width: 160px;
    margin: 0;
  }
  .container-disclaimer {
    margin: 0 10px 0 10px;
  }
  .intro-frame-item .shape-text {
    font-size: 18px;
    line-height: 20px;
  }
  h1 {
    font-size: 42px;
    line-height: 44px;
  }
  #footer .column {
    margin-bottom: 10px;
  }
  .remark-circle {
    width: 130px;
    height: 130px;
  }
  .circle h2 {
    text-align: center;
  }
  .-imgbg {
    background-position: 40% 30%;
    height: 320px;
    padding-bottom: 10px;
    align-items: flex-end;
  }
  .button {
    width: 100%;
  }
  .arrow img {
    bottom: 35px;
  }
  .article-img img {
    display: none;
  }
  #footer .columns {
    margin: 0 10px 0 10px;
    padding: 20px 0 20px 0;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .container-left {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebe7e2;
  }
  .container-right {
    width: 100%;
    padding-top: 30px;
  }
  .introduction .intro-frame figure {
    margin-top: 30px;
  }
  .frame {
    margin: 0 5px;
  }
  .intro-frame-item {
    height: 230px;
  }
  .container {
    flex-direction: column;
    margin: 0 10px 0 10px;
    padding: 30px 0 30px 0;
  }
  .-lightorangebg .container {
    flex-direction: column-reverse;
  }
  .-allOffers {
    flex-direction: row!important;
  }
  .-lightpurplebg .container {
    flex-direction: column-reverse;
  }
  .-lightgreenbg .container {
    flex-direction: column-reverse;
  }
  #body article {
    align-self: flex-start;
    width: 100%;
  }
  #header .logo img {
    margin: 15px 10px 15px 10px;
  }
  #header .logo {
    padding: 0;
  }
  #languages {
    padding: 15px 10px 0 0;
  }
  .introduction .intro-frame {
    margin: 0;
    width: 100%;
  }
  .-lightorangebg .intro-frame{
    margin: 30px 10px 30px 10px;
  }
  .contents {
    margin: 15px 10px 15px 10px;
  }
  .-right {
    padding-right: 0;
  }
  .-left {
    padding-left: 0;
  }
  .introduction .intro-frame figure {
    -webkit-flex-flow: row wrap;
    display: flex;
    justify-content: space-around;
  }
  .container figure {
    margin: 0 auto 30px auto;
    width: 80%
  }
  .container-left figure {
    width: 203px;
    margin: 0 0 30px 0;
  }
  .container-right figure {
    width: 203px;
    margin: 0 0 30px 0;
  }
  .intro-frame a {
    width: 200px;
    margin: 10px 20px;
  }
  .container-disclaimer {
    margin: 0 10px 0 10px;
  }
  .-imgbg {
    background-position: 50%;
    height: 320px;
    padding-bottom: 30px;
    align-items: flex-end;
  }
  .-imgbg .intro-frame article h3 {
    color: #fff;
  }
  .-imgbg .intro-frame article h2 {
    text-align: left!important;
  }
  .-imgbg .intro-frame article {
    padding: 20px;
  }
  h2 {
    font-size: 26px;
  }
  #footer .columns {
    margin: 0 10px 0 10px;
    padding: 30px 0 30px 0;
  }
}
@media (min-width: 768px) and (max-width: 977px) {
  .container-left {
    margin-right: 30px;
  }
  #header .logo img {
    margin: 0;
  }
  #header .logo {
    padding: 15px 0 0 5%;
  }
  #languages {
    padding: 15px 10px 0 0;
  }
  #body .container {
    margin: 0 5% 0 5%;
  }
  .contents {
    margin: 15px 5% 15px 5%;
  }
  .-lightorangebg .intro-frame{
    margin: 40px 5% 40px 5%;
  }
  .container figure img {
    width: 100%;
    margin: 0;
  }
  .container-disclaimer {
    margin: 0 5% 0 5%;
  }
  .intro-frame a {
    width: 170px;
  }
  .-imgbg {
    height: 450px;
  }
  .-imgbg .intro-frame article h3 {
    color: #fff;
  }
  .-imgbg .intro-frame article {
    width: 100%;
    padding: 20px 20px 20px 5%;
  }
  .-imgbg .intro-frame {
    margin-right: 40%;
  }
  #footer .columns {
    margin: 0 5% 0 5%;
  }
}
@media (min-width: 978px) and (max-width: 1155px) {
  #header .logo img {
    margin: 15px 50px 15px 50px;
  }
  #header .logo {
    padding: 0;
  }
  #languages {
    padding: 15px 50px 0 0;
  }
  .container {
    margin: 0 50px 0 50px;
  }
  .contents {
    margin: 15px 50px 15px 50px;
  }
  .container-disclaimer {
    margin: 0 50px 0 50px;
  }
  .-lightorangebg .intro-frame {
    margin: 40px 50px 40px 50px;
  }
  .-imgbg .intro-frame article {
    padding: 20px 20px 20px 50px;
  }
  #footer .columns {
    margin: 0 50px 0 50px;
  }
}
@media (min-width: 1156px) and (max-width: 1651px) {
  #header .logo {
    padding: 15px 0 0 14%;
  }
  #header .logo img {
    margin: 0;
  }
  #languages {
    padding: 15px 14% 0 0;
  }
  #body .container {
    margin: 0 14% 0 14%;
  }
  .contents {
    margin: 15px 14% 15px 14%;
  }
  .-lightorangebg .intro-frame {
    margin: 40px 14% 40px 14%;
  }
  .-imgbg .intro-frame article {
    padding: 20px 20px 20px 19%;
  }
  .container-disclaimer {
    margin: 0 14% 0 14%;
  }
  .arrow img {
    margin: 0 auto 0 90%;
    display: block;
    position: relative;
    bottom: 50px;
  }
  #footer .columns {
    margin: 0 14% 0 14%;
  }
}
@media (min-width: 1651px) {
  .arrow img {
    margin: 0 auto 0 90%;
    display: block;
    position: relative;
    bottom: 50px;
  }
}
