@font-face {
  font-family: RobotoRegular;
  src: url('./fonts/Roboto-Regular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: RobotoBold;
  src: url('./fonts/Roboto-Bold.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: RobotoMedium;
  src: url('./fonts/Roboto-Medium.ttf') format('ttf');
  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: 5px;
}

header, body, .contents {
  font: 18px/22px RobotoBold, Arial, sans-serif;
  color: #512b2b;
}

/* header styles */
#header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  min-height: 65px;
  margin: 0 10% 0 10%;
}

#header a {
  font: 17px/20px RobotoMedium, Arial, sans-serif;
  color: #512b2b;
  border: none;
}

#header a img {
  border: none;
}

#header .logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 32px;
  align-self: center;
}

#header .logo img {
  margin: 0;
}

#languages {
  line-height: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  justify-content: flex-end;
}

#languages a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 20px;
  text-decoration: none;
  align-self: center;
}

/* introduction */
.introduction {
  background: #fff url('../images/cc_bus_landig_2400x1244_oakl.jpg');
  background-color: #FBFAF8;
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.introduction .intro-frame {
  margin: 25% 5% 5% 5%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
}

.introduction .intro-frame article {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-self: flex-end;
  order: 2;
  display: flex;
  justify-content: flex-end;
}

.introduction .intro-frame article .intro-text {
  padding-top: 30px;
  padding-bottom: 30px;
  flex-direction: column;
  max-width: 500px;
}

.introduction .intro-frame article h1 {
  text-align: right;
  padding-bottom: 10px;
}

.introduction .intro-frame article h1 + h3 {
  margin-top: 10px;
}

.introduction .intro-frame article p {
  color: #FFF;
  text-align: right;
}

.introduction .intro-frame .shape {
  padding: 10px;
}

.introduction .intro-frame figure {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  margin-top: -25px;
  margin-right: 20px;
  order: 1;
}

/* fonts, buttons */
h1 {
  font: 48px/1 HeadlineBlack, Arial, sans-serif;
  color: #FFF;
}

h2 {
  font: 32px/36px HeadlineBlack, Arial, sans-serif;
  font-weight: bold;
  color: #f35b1c;
}

h4 {
  font: 20px/1 HeadlineBold, Arial, sans-serif;
  font-weight: bold;
  color: #512b2b;
  margin: 15px 0 0 0;
}

p {
  font: 20px/1 RobotoRegular, Arial, sans-serif;
  font-weight: bold;
  color: #512b2b;
  margin: 15px 0 0 0;
}

p.-text-large {
  font: 32px/1 RobotoRegular, Arial, sans-serif;
  font-weight: bold;
}

p.disclaimer {
  font: 13px/18px RobotoRegular, Arial, sans-serif;
  color: #a38b80;
  margin-top: 20px;
}

a {
  font: 15px/22px RobotoRegular, Arial, sans-serif;
  color: #257886;
  text-decoration: underline;
}

p + h2 {
  margin-top: 40px;
}

.-text-center {
  text-align: center;
}

.form-button-bar {
  margin-top: 40px;
}

.form-button-bar.-full-width {
  display: inline-flex;
}

.button {
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
  font-size: 18px;
  line-height: 18px;
  padding: 13px 30px;
  margin: 0;
  font-family: RobotoMedium, Arial, sans-serif;
  transition: color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  background: none #F35B1C;
  border: 1px solid #F35B1C;
  display: inline-block;
  -webkit-appearance: none;
  text-decoration: none;
  vertical-align: top;
  box-sizing: border-box;
  text-align: center;
}

.form-button-bar.-full-width .button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-button-bar.-full-width .button + .button {
  margin-left: 20px;
}

.-secondary-button {
  background: none #31A3AE;
  border: 1px solid #31A3AE;
}

/* sections */
.container {
  margin: 0 10% 0 10%;
  padding: 100px 0 100px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  height: auto;
}

.container article {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.-right {
  padding-right: 80px;
}

.-left {
  padding-left: 80px;
}

.container figure {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.container figure img {
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  flex-direction: column;
  box-sizing: border-box;
  margin: 10px 10px 0 0;
  width: calc(33% - 20px);
}

.card:last-of-type {
  margin: 10px 0 0 0;
}

.card-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin-bottom: -30px;
  z-index: 1;
  padding: 0 20px 0 20px;
}

.card-image img {
  width: 80%;
}

.card-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-direction: column;
  width: 100%;
  padding: 40px 30px 40px 30px;
}

.card-body h4, .card-body p {
  color: #FFF;
}

.card-body p {
  font-weight: normal;
}

.-lightpurplebg {
  background-color: #fbedf4;
}

.-lightbluebg {
  background-color: #e9f7fb;
}

.-lightorangebg {
  background-color: #fbf2ea;
}

.-whitebg {
  background-color: #FFF;
}

.-turquoisebg {
  background-color: #86CCC1;
}

.-purplebg {
  background-color: #D288C7;
}

.-yellowbg {
  background-color: #FBC62C;
}

.-show-small {
  display: none !important;
}

.-show-large {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#cookie-consent,
#cookie-consent .ui-cookie-consent__inner p {
  font: var(--ui-body-font) !important;
}

/* Media query for mobile */

@media (max-width: 1024px) {
  h2 {
    font-size: 32px;
  }
  p {
    font-size: 22px;
  }
  p.-text-large {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .introduction {
    background: #fff url('../images/cc_bus_landig_2400x1244.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
  }

  .mobile-intro-frame {
    background-color: #F35B1C;
    padding: 40px;
  }

  .mobile-intro-frame h1 {
    font-size: 36px;
  }

  .mobile-intro-frame p {
    font-size: 18px;
    color: #FFF;
  }

  .mobile-intro-frame .shape {
    max-width: 150px;
    max-height: 150px;
  }

  .mobile-intro-frame article {
    padding-left: 20px;
  }

  .mobile-intro-frame figure {
    margin-top: -120px;
  }

  #intro.container,
  #benefits.container,
  .cards {
    flex-direction: column;
  }

  #intro.container figure,
  #benefits.container figure {
    align-items: center;
    margin-bottom: 20px;
  }

  #intro.container figure img,
  #benefits.container figure img {
    width: 60%;
  }

  .form-button-bar.-full-width {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    padding: 0 40px 0 40px;
  }

  .form-button-bar.-full-width .button + .button {
    margin-left: 0;
    margin-top: 20px;
  }

  .intro-frame a {
    width: 200px;
  }

  .eye-catcher-ribbon {
    width: 100%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .eye-catcher-ribbon p {
    padding: 40px 20px 40px 10%;
    line-height: 28px;
  }

  .-left {
    padding-left: 0;
  }

  .-right {
    padding-left: 0;
  }

  .card {
    width: 100%;
  }

  .card + .card {
    margin-top: 40px;
  }

  .card-image img {
    width: 60%;
  }

  .-show-small {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .-show-large {
    display: none !important;
  }
}

@media (max-width: 425px) {
  .mobile-intro-frame {
    flex-direction: column;
  }

  .mobile-intro-frame article {
    padding-top: 20px;
    padding-left: 0;
  }

  .mobile-intro-frame figure {
    display: flex;
    justify-content: center;
  }
}
