@font-face {
  font-family: "Helvetica Condensed Light";
  src: url("../fonts/helvetica/HelveticaLTW05-LightCond.eot?#iefix");
  src: url("../fonts/helvetica/HelveticaLTW05-LightCond.eot?#iefix") format("eot"), url("../fonts/helvetica/HelveticaLTW05-LightCond.woff") format("woff"), url("../fonts/helvetica/HelveticaLTW05-LightCond.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Condensed";
  src: url("../fonts/helvetica/HelveticaLTW05-Condensed.eot?#iefix");
  src: url("../fonts/helvetica/HelveticaLTW05-Condensed.eot?#iefix") format("eot"), url("../fonts/helvetica/HelveticaLTW05-Condensed.woff") format("woff"), url("../fonts/helvetica/HelveticaLTW05-Condensed.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Condensed Bold";
  src: url("../fonts/helvetica/HelveticaLTW05-BoldCond.eot?#iefix");
  src: url("../fonts/helvetica/HelveticaLTW05-BoldCond.eot?#iefix") format("eot"), url("../fonts/helvetica/HelveticaLTW05-BoldCond.woff") format("woff"), url("../fonts/helvetica/HelveticaLTW05-BoldCond.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Rock Salt";
  src: url("../fonts/rocksalt_new/2D0B61_0_0.eot");
  src: url("../fonts/rocksalt_new/2D0B61_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/rocksalt_new/2D0B61_0_0.woff") format("woff"), url("../fonts/rocksalt_new/2D0B61_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icons/icomoon.eot");
  src: url("../fonts/icons/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf") format("truetype"), url("../fonts/icons/icomoon.woff") format("woff"), url("../fonts/icons/icomoon.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
header.mainheader .greyheader {
  background-color: #BBC0C9;
  height: 15px;
}
header.mainheader .branding {
  background-color: #ffffff;
  height: 100px;
}
header.mainheader .branding img.brandimg {
  width: 220px;
  margin: auto;
  display: block;
  padding-top: 30px;
}
header.mainheader .branding.branding__sticky {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  -webkit-box-shadow: 0px 6px 5px -5px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 6px 5px -5px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 6px 5px -5px rgba(0, 0, 0, 0.24);
}
header.mainheader .branding.branding__sticky.branding__sticky--active {
  display: block;
  z-index: 1;
}
header.mainheader .branding.branding__sticky img.brandimg {
  width: 200px;
  padding-top: 15px;
}

.imgfull {
  position: relative;
}
.imgfull img {
  width: 100%;
}
.imgfull .imgfull__text {
  color: #214F98;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-decoration: none;
  font-size: 3rem;
  display: block;
  text-align: center;
}
.imgfull .imgfull__text.imgfull__text--blue {
  color: #ffffff;
}
.imgfull .imgfull__text.imgfull__text--blue .imgfull__text__background {
  background-color: rgba(33, 79, 152, 0.7);
}
.imgfull .imgfull__text .imgfull__text__background {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0.5em;
  line-height: 2.5em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media all and (max-width:1279px) and (min-width:768px) {
  .imgfull .imgfull__text {
    font-size: 2rem;
  }
}
@media all and (max-width:767px) and (min-width:480px) {
  .imgfull .imgfull__text {
    font-size: 1.2rem;
  }
  .imgfull .imgfull__text .imgfull__text__background {
    padding: 0.1em;
    line-height: 1.6em;
  }
}
@media all and (max-width:479px) {
  .imgfull .imgfull__text {
    font-size: 1.1rem;
  }
  .imgfull .imgfull__text .imgfull__text__background {
    padding: 0.1em;
    line-height: 1.6em;
  }
}

.card.card--shadow {
  box-shadow: 0px 0 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0 7px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0 7px rgba(0, 0, 0, 0.15);
}
.card .card__image {
  width: 100%;
}
.card .card__head {
  color: #014587;
  font-family: "Helvetica Condensed Bold", "Helvetica Neue", Arial, sans-serif;
  padding: 0.8em 0.8em 0 0.8em;
  text-align: center;
}
@media all and (min-width:1600px) {
  .card .card__head {
    font-size: 1.313rem;
  }
}
@media all and (min-width:1280px) and (max-width:1599px) {
  .card .card__head {
    font-size: 1.187rem;
  }
}
@media all and (min-width:1024px) and (max-width:1279px) {
  .card .card__head {
    font-size: 1.0625rem;
  }
}
@media all and (max-width:1023px) {
  .card .card__head {
    font-size: 1.0625rem;
  }
}
.card .card__text {
  text-align: center;
  padding: 0.7em 0.7em 1.4em 0.7em;
}

.iconlist .iconlist__icon .iconlist__img {
  position: relative;
  border-radius: 100%;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 1.5em;
}
.iconlist .iconlist__icon .iconlist__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.iconlist .iconlist__icon .iconlist__text {
  text-align: center;
}
.iconlist.iconlist--blue .iconlist__icon .iconlist__img {
  background-color: #014587;
}
.iconlist.iconlist--blue .iconlist__icon .iconlist__img img {
  width: 50%;
}
.iconlist.iconlist--white .iconlist__icon .iconlist__img {
  background-color: #ffffff;
  margin-bottom: 1em;
}
.iconlist.iconlist--white .iconlist__icon .iconlist__img img {
  width: 70%;
}
@media all and (max-width:767px) {
  .iconlist .iconlist__icon .iconlist__img {
    margin-bottom: 0.5em;
  }
}

.video {
  position: relative;
  padding-top: 41%;
  margin: auto;
  width: 80%;
}
@media all and (max-width:767px) {
  .video.video--rect {
    padding-top: 90%;
    width: 100%;
  }
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width:767px) {
  .video {
    padding-top: 55%;
    width: 100%;
  }
}

.text {
  clear: both;
  margin-bottom: 50px;
}
.text:last-child {
  margin-bottom: 0;
}
.text .text__img {
  width: 100%;
  margin-bottom: 1em;
}
.text .text__img.text__img--left {
  float: left;
  margin-right: 60px;
  width: calc(50% - 30px);
  margin-bottom: 0;
}
.text .text__img.text__img--right {
  float: right;
  margin-left: 60px;
  width: calc(50% - 30px);
  margin-bottom: 0;
}
.text .text__img img {
  width: 100%;
}
.text .text__head {
  color: #014587;
  margin-bottom: 0.3em;
  position: relative;
  top: -0.2em;
  line-height: 1.2em;
}
@media all and (min-width:1600px) {
  .text .text__head {
    font-size: 1.437rem;
  }
}
@media all and (min-width:1280px) and (max-width:1599px) {
  .text .text__head {
    font-size: 1.313rem;
  }
}
@media all and (min-width:1024px) and (max-width:1279px) {
  .text .text__head {
    font-size: 1.187rem;
  }
}
@media all and (max-width:1023px) {
  .text .text__head {
    font-size: 1.0625rem;
  }
}
.text .text__content p {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.text .text__content p:last-child {
  margin-bottom: 0;
}
@media all and (max-width:1599px) and (min-width:1024px) {
  .text .text__img.text__img--left {
    margin-right: 40px;
    width: calc(50% - 20px);
    margin-bottom: 0;
  }
  .text .text__img.text__img--right {
    float: right;
    margin-left: 40px;
    width: calc(50% - 20px);
    margin-bottom: 0;
  }
}
@media all and (max-width:1023px) and (min-width:480px) {
  .text .text__img.text__img--left {
    margin-right: 20px;
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
  .text .text__img.text__img--right {
    float: right;
    margin-left: 20px;
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
}
@media all and (max-width:479px) {
  .text .text__img.text__img--left {
    margin-right: 0;
    width: 100%;
    margin-bottom: 1em;
  }
  .text .text__img.text__img--right {
    float: right;
    margin-left: 0;
    width: 100%;
    margin-bottom: 1em;
  }
}

.container.container--padded {
  padding-left: 240px;
  padding-right: 240px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.container.container--white {
  color: #666666;
  background-color: #ffffff;
}
.container.container--grey {
  background-color: #eceef2;
}
.container.container--blue {
  background-color: #014587;
  color: #ffffff;
}
.container.container--swipe {
  position: relative;
}
.container.container--swipe .container__swipe1 {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.container.container--swipe .container__swipe1.container--swipe--fadeout {
  opacity: 0;
  pointer-events: none;
}
.container.container--swipe .container__swipe2 {
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.container.container--swipe .container__swipe2.container--swipe--fadein {
  opacity: 1;
  pointer-events: all;
}
@media all and (max-width:1599px) and (min-width:1280px) {
  .container.container--padded {
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
@media all and (max-width:1279px) and (min-width:1024px) {
  .container.container--padded {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
@media all and (max-width:1023px) and (min-width:768px) {
  .container.container--padded {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
@media all and (max-width:767px) {
  .container.container--padded {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 25px;
  }
}

.container-twocol > .topmargin {
  margin-top: 35px;
}
.container-twocol > .floatelement {
  float: left;
  width: calc(50% - 17.5px);
  margin-top: 35px;
}
.container-twocol > .floatelement:nth-of-type(1), .container-twocol > .floatelement:nth-of-type(2) {
  margin-top: 0;
}
.container-twocol > .floatelement:nth-of-type(2n-1) {
  clear: left;
  margin-right: 17.5px;
}
.container-twocol > .floatelement:nth-of-type(2n) {
  margin-left: 17.5px;
}
.container-twocol > .floatelement > .containermargin {
  margin-bottom: 0;
}
@media all and (min-width:1280px) and (max-width:1919px) {
  .container-twocol > .topmargin {
    margin-top: 25px;
  }
  .container-twocol > .floatelement {
    margin-top: 25px;
    width: calc(50% - 12.5px);
  }
  .container-twocol > .floatelement:nth-of-type(2n-1) {
    margin-right: 12.5px;
  }
  .container-twocol > .floatelement:nth-of-type(2n) {
    margin-left: 12.5px;
  }
}
@media all and (min-width:1024px) and (max-width:1279px) {
  .container-twocol > .topmargin {
    margin-top: 20px;
  }
  .container-twocol > .floatelement {
    margin-top: 20px;
    width: calc(50% - 10px);
  }
  .container-twocol > .floatelement:nth-of-type(2n-1) {
    margin-right: 10px;
  }
  .container-twocol > .floatelement:nth-of-type(2n) {
    margin-left: 10px;
  }
}
@media all and (min-width:768px) and (max-width:1023px) {
  .container-twocol > .topmargin {
    margin-top: 15px;
  }
  .container-twocol > .floatelement {
    margin-top: 15px;
    width: calc(50% - 7.5px);
  }
  .container-twocol > .floatelement:nth-of-type(2n-1) {
    margin-right: 7.5px;
  }
  .container-twocol > .floatelement:nth-of-type(2n) {
    margin-left: 7.5px;
  }
}
@media all and (max-width:767px) {
  .container-twocol > .topmargin {
    margin-top: 15px;
  }
  .container-twocol > .floatelement {
    margin-top: 0;
    margin-bottom: 15px;
    float: none;
    width: 100%;
  }
  .container-twocol > .floatelement:nth-of-type(2n-1) {
    margin-right: 0;
  }
  .container-twocol > .floatelement:nth-of-type(2n) {
    margin-left: 0;
  }
  .container-twocol > .floatelement:last-child {
    margin-bottom: 0;
  }
}

.container-threecol {
  display: flex;
  flex-wrap: wrap;
}
.container-threecol > .topmargin {
  margin-top: 35px;
}
.container-threecol > .floatelement {
  float: left;
  width: calc(33.333333% - 23.3333333333px);
  margin-top: 35px;
}
.container-threecol > .floatelement:nth-of-type(1), .container-threecol > .floatelement:nth-of-type(2), .container-threecol > .floatelement:nth-of-type(3) {
  margin-top: 0;
}
.container-threecol > .floatelement > .containermargin {
  margin-bottom: 0;
}
.container-threecol > .floatelement:nth-of-type(3n-2) {
  margin-right: 35px;
  clear: left;
}
.container-threecol > .floatelement:nth-of-type(3n-1) {
  margin-right: 35px;
}
@media all and (min-width:1280px) and (max-width:1919px) {
  .container-threecol > .topmargin {
    margin-top: 25px;
  }
  .container-threecol > .floatelement {
    margin-top: 25px;
    width: calc(33.333333% - 16.6666666667px);
  }
  .container-threecol > .floatelement:nth-of-type(3n-2) {
    margin-right: 25px;
  }
  .container-threecol > .floatelement:nth-of-type(3n-1) {
    margin-right: 25px;
  }
}
@media all and (min-width:1024px) and (max-width:1279px) {
  .container-threecol > .topmargin {
    margin-top: 20px;
  }
  .container-threecol > .floatelement {
    margin-top: 20px;
    width: calc(33.333333% - 13.3333333333px);
  }
  .container-threecol > .floatelement:nth-of-type(3n-2) {
    margin-right: 20px;
  }
  .container-threecol > .floatelement:nth-of-type(3n-1) {
    margin-right: 20px;
  }
}
@media all and (min-width:768px) and (max-width:1023px) {
  .container-threecol > .topmargin {
    margin-top: 15px;
  }
  .container-threecol > .floatelement {
    width: calc(50% - 7.5px);
  }
  .container-threecol > .floatelement:nth-of-type(3n-2) {
    clear: none;
  }
  .container-threecol > .floatelement:nth-of-type(2n-1) {
    margin-top: 15px;
    margin-right: 7.5px;
    clear: left;
  }
  .container-threecol > .floatelement:nth-of-type(2n) {
    margin-top: 15px;
    margin-right: 0;
    margin-left: 7.5px;
  }
  .container-threecol > .floatelement:nth-of-type(1), .container-threecol > .floatelement:nth-of-type(2) {
    margin-top: 0;
  }
}
@media all and (max-width:767px) {
  .container-threecol > .topmargin {
    margin-top: 15px;
  }
  .container-threecol > .floatelement {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .container-threecol > .floatelement:nth-of-type(3n-2) {
    margin-right: 0;
  }
  .container-threecol > .floatelement:nth-of-type(3n-1) {
    margin-right: 0;
  }
  .container-threecol > .floatelement:last-of-type {
    margin-bottom: 0;
  }
}

.container-fourcol.bigspacing > .floatelement {
  width: calc(25% - 105px);
  margin-top: 35px;
}
.container-fourcol.bigspacing > .floatelement:nth-of-type(1), .container-fourcol.bigspacing > .floatelement:nth-of-type(2), .container-fourcol.bigspacing > .floatelement:nth-of-type(3), .container-fourcol.bigspacing > .floatelement:nth-of-type(4) {
  margin-top: 0;
}
.container-fourcol.bigspacing > .floatelement:nth-of-type(4n-3) {
  margin-right: 140px;
}
.container-fourcol.bigspacing > .floatelement:nth-of-type(4n-2) {
  margin-right: 140px;
}
.container-fourcol.bigspacing > .floatelement:nth-of-type(4n-1) {
  margin-right: 140px;
}
.container-fourcol > .floatelement {
  float: left;
  width: calc(25% - 26.25px);
  margin-top: 35px;
}
.container-fourcol > .floatelement:nth-of-type(1), .container-fourcol > .floatelement:nth-of-type(2), .container-fourcol > .floatelement:nth-of-type(3), .container-fourcol > .floatelement:nth-of-type(4) {
  margin-top: 0;
}
.container-fourcol > .floatelement > .containermargin {
  margin-bottom: 0;
}
.container-fourcol > .floatelement:nth-of-type(4n-3) {
  margin-right: 35px;
  clear: left;
}
.container-fourcol > .floatelement:nth-of-type(4n-2) {
  margin-right: 35px;
}
.container-fourcol > .floatelement:nth-of-type(4n-1) {
  margin-right: 35px;
}
@media all and (min-width:1280px) and (max-width:1919px) {
  .container-fourcol.bigspacing > .floatelement {
    width: calc(25% - 75px);
    margin-top: 50px;
  }
  .container-fourcol.bigspacing > .floatelement:nth-of-type(1), .container-fourcol.bigspacing > .floatelement:nth-of-type(2), .container-fourcol.bigspacing > .floatelement:nth-of-type(3), .container-fourcol.bigspacing > .floatelement:nth-of-type(4) {
    margin-top: 0;
  }
  .container-fourcol.bigspacing > .floatelement:nth-of-type(4n-3) {
    margin-right: 100px;
  }
  .container-fourcol.bigspacing > .floatelement:nth-of-type(4n-2) {
    margin-right: 100px;
  }
  .container-fourcol.bigspacing > .floatelement:nth-of-type(4n-1) {
    margin-right: 100px;
  }
  .container-fourcol > .floatelement {
    margin-top: 25px;
    width: calc(25% - 18.75px);
  }
  .container-fourcol > .floatelement:nth-of-type(4n-3) {
    margin-right: 25px;
  }
  .container-fourcol > .floatelement:nth-of-type(4n-2) {
    margin-right: 25px;
  }
  .container-fourcol > .floatelement:nth-of-type(4n-1) {
    margin-right: 25px;
  }
}
@media all and (min-width:1024px) and (max-width:1279px) {
  .container-fourcol.bigspacing > .floatelement {
    width: calc(25% - 60px);
    margin-top: 40px;
  }
  .container-fourcol.bigspacing > .floatelement:nth-of-type(4n-3) {
    margin-right: 80px;
  }
  .container-fourcol.bigspacing > .floatelement:nth-of-type(4n-2) {
    margin-right: 80px;
  }
  .container-fourcol.bigspacing > .floatelement:nth-of-type(4n-1) {
    margin-right: 80px;
  }
  .container-fourcol > .floatelement {
    margin-top: 20px;
    width: calc(25% - 15px);
  }
  .container-fourcol > .floatelement:nth-of-type(4n-3) {
    margin-right: 20px;
  }
  .container-fourcol > .floatelement:nth-of-type(4n-2) {
    margin-right: 20px;
  }
  .container-fourcol > .floatelement:nth-of-type(4n-1) {
    margin-right: 20px;
  }
}
@media all and (min-width:768px) and (max-width:1023px) {
  .container-fourcol.bigspacing > .floatelement {
    width: calc(50% - 75px);
    margin-top: 45px;
  }
  .container-fourcol.bigspacing > .floatelement:nth-of-type(3), .container-fourcol.bigspacing > .floatelement:nth-of-type(4) {
    margin-top: 45px;
  }
  .container-fourcol.bigspacing > .floatelement:nth-of-type(2n-1) {
    margin-right: 75px;
    clear: left;
  }
  .container-fourcol.bigspacing > .floatelement:nth-of-type(2n) {
    margin-right: 0;
    margin-left: 75px;
  }
  .container-fourcol > .floatelement {
    margin-top: 15px;
    width: calc(50% - 7.5px);
  }
  .container-fourcol > .floatelement:nth-of-type(1), .container-fourcol > .floatelement:nth-of-type(2) {
    margin-top: 0;
  }
  .container-fourcol > .floatelement:nth-of-type(3), .container-fourcol > .floatelement:nth-of-type(4) {
    margin-top: 15px;
  }
  .container-fourcol > .floatelement:nth-of-type(4n-3) {
    clear: none;
  }
  .container-fourcol > .floatelement:nth-of-type(2n-1) {
    margin-right: 7.5px;
    clear: left;
  }
  .container-fourcol > .floatelement:nth-of-type(2n) {
    margin-right: 0;
    margin-left: 7.5px;
  }
}
@media all and (min-width:360px) and (max-width:767px) {
  .container-fourcol.bigspacing > .floatelement {
    margin-top: 30px;
    width: calc(50% - 15px);
  }
  .container-fourcol.bigspacing > .floatelement:nth-of-type(3), .container-fourcol.bigspacing > .floatelement:nth-of-type(4) {
    margin-top: 30px;
  }
  .container-fourcol.bigspacing > .floatelement:nth-of-type(2n-1) {
    margin-right: 15px;
    clear: left;
  }
  .container-fourcol.bigspacing > .floatelement:nth-of-type(2n) {
    margin-right: 0;
    margin-left: 15px;
  }
  .container-fourcol > .floatelement {
    margin-top: 15px;
    width: calc(50% - 7.5px);
  }
  .container-fourcol > .floatelement:nth-of-type(1), .container-fourcol > .floatelement:nth-of-type(2) {
    margin-top: 0;
  }
  .container-fourcol > .floatelement:nth-of-type(3), .container-fourcol > .floatelement:nth-of-type(4) {
    margin-top: 15px;
  }
  .container-fourcol > .floatelement:nth-of-type(4n-3) {
    clear: none;
  }
  .container-fourcol > .floatelement:nth-of-type(2n-1) {
    margin-right: 7.5px;
    clear: left;
  }
  .container-fourcol > .floatelement:nth-of-type(2n) {
    margin-right: 0;
    margin-left: 7.5px;
  }
}
@media all and (max-width:359px) {
  .container-fourcol.bigspacing > .floatelement {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .container-fourcol.bigspacing > .floatelement:nth-of-type(4n-3) {
    margin-right: 0;
    clear: none;
  }
  .container-fourcol.bigspacing > .floatelement:nth-of-type(4n-2) {
    margin-right: 0;
  }
  .container-fourcol.bigspacing > .floatelement:nth-of-type(4n-1) {
    margin-right: 0;
  }
  .container-fourcol.bigspacing > .floatelement:last-of-type {
    margin-bottom: 0;
  }
  .container-fourcol > .floatelement {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .container-fourcol > .floatelement:nth-of-type(4n-3) {
    margin-right: 0;
    clear: none;
  }
  .container-fourcol > .floatelement:nth-of-type(4n-2) {
    margin-right: 0;
  }
  .container-fourcol > .floatelement:nth-of-type(4n-1) {
    margin-right: 0;
  }
  .container-fourcol > .floatelement:last-of-type {
    margin-bottom: 0;
  }
}

.container-twocol > .floatelement {
  float: left;
  width: calc(50% - 17.5px);
  margin-top: 35px;
}
.container-twocol > .floatelement:nth-of-type(1), .container-twocol > .floatelement:nth-of-type(2) {
  margin-top: 0;
}
.container-twocol > .floatelement:nth-of-type(2n-1) {
  clear: left;
  margin-right: 17.5px;
}
.container-twocol > .floatelement:nth-of-type(2n) {
  margin-left: 17.5px;
}
.container-twocol > .floatelement > .containermargin {
  margin-bottom: 0;
}
@media all and (min-width:1280px) and (max-width:1919px) {
  .container-twocol > .floatelement {
    margin-top: 25px;
    width: calc(50% - 12.5px);
  }
  .container-twocol > .floatelement:nth-of-type(2n-1) {
    margin-right: 12.5px;
  }
  .container-twocol > .floatelement:nth-of-type(2n) {
    margin-left: 12.5px;
  }
}
@media all and (min-width:1024px) and (max-width:1279px) {
  .container-twocol > .floatelement {
    margin-top: 20px;
    width: calc(50% - 10px);
  }
  .container-twocol > .floatelement:nth-of-type(2n-1) {
    margin-right: 10px;
  }
  .container-twocol > .floatelement:nth-of-type(2n) {
    margin-left: 10px;
  }
}
@media all and (min-width:768px) and (max-width:1023px) {
  .container-twocol > .floatelement {
    margin-top: 0;
    margin-bottom: 15px;
    float: none;
    width: 100%;
  }
  .container-twocol > .floatelement:nth-of-type(2n-1) {
    margin-right: 0;
  }
  .container-twocol > .floatelement:nth-of-type(2n) {
    margin-left: 0;
  }
  .container-twocol > .floatelement:last-child {
    margin-bottom: 0;
  }
}
@media all and (max-width:767px) {
  .container-twocol > .floatelement {
    margin-top: 0;
    margin-bottom: 15px;
    float: none;
    width: 100%;
  }
  .container-twocol > .floatelement:nth-of-type(2n-1) {
    margin-right: 0;
  }
  .container-twocol > .floatelement:nth-of-type(2n) {
    margin-left: 0;
  }
  .container-twocol > .floatelement:last-child {
    margin-bottom: 0;
  }
}

a.lightbox-link {
  cursor: pointer;
}

body:not(.lightbox-active) .lightbox-container {
  display: none;
}

body.lightbox-active {
  overflow: hidden;
}
body.lightbox-active .lightbox-container {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11;
  overflow-y: scroll;
  display: block;
  left: 0;
  top: 0;
}
body.lightbox-active .lightbox-container .lightbox {
  position: absolute;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
}
body.lightbox-active .lightbox-container .lightbox .background {
  padding: 30px;
  margin-bottom: 100px;
  background: #fff;
}
body.lightbox-active .lightbox-container .lightbox .background .greyheadline {
  font-family: "Helvetica Condensed", "Helvetica Neue", Arial, sans-serif;
  color: #666666;
  text-align: right;
  line-height: 1.45;
}
body.lightbox-active .lightbox-container .lightbox .background .greyheadline a.close {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #666666;
}
body.lightbox-active .lightbox-container .lightbox .background .greyheadline a.close .cross {
  color: #235096;
  font-weight: bold;
  margin-left: 0.5rem;
}
body.lightbox-active .lightbox-container .lightbox .background .greyheadline a.close.bottom {
  display: none;
}
body.lightbox-active .lightbox-container .lightbox .background .header {
  color: #014587;
  font-family: "Helvetica Condensed Bold", "Helvetica Neue", Arial, sans-serif;
  background-image: url("../img/dot-border.png");
  background-position: bottom;
  background-size: 5px 1px;
  background-repeat: repeat-x;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
@media all and (min-width:1600px) {
  body.lightbox-active .lightbox-container .lightbox .background .header {
    font-size: 1.437rem;
  }
}
@media all and (min-width:1280px) and (max-width:1599px) {
  body.lightbox-active .lightbox-container .lightbox .background .header {
    font-size: 1.313rem;
  }
}
@media all and (min-width:1024px) and (max-width:1279px) {
  body.lightbox-active .lightbox-container .lightbox .background .header {
    font-size: 1.187rem;
  }
}
@media all and (max-width:1023px) {
  body.lightbox-active .lightbox-container .lightbox .background .header {
    font-size: 1.0625rem;
  }
}
body.lightbox-active .lightbox-container .lightbox .background .content {
  margin-bottom: 20px;
  color: #666666;
}
@media all and (min-width:1280px) and (max-width:1919px) {
  body.lightbox-active .lightbox-container .lightbox {
    width: 80%;
  }
}
@media all and (max-width:1279px) and (min-width:1024px) {
  body.lightbox-active .lightbox-container .lightbox {
    width: 90%;
    top: 80px;
    margin-bottom: 80px;
  }
}
@media all and (max-width:1023px) and (min-width:768px) {
  body.lightbox-active .lightbox-container .lightbox {
    width: 90%;
    top: 50px;
  }
  body.lightbox-active .lightbox-container .lightbox .background {
    margin-bottom: 50px;
  }
}
@media all and (max-width:767px) {
  body.lightbox-active .lightbox-container .lightbox {
    width: 90%;
    top: 50px;
  }
  body.lightbox-active .lightbox-container .lightbox .background {
    padding: 20px;
    margin-bottom: 50px;
  }
}

.container--white .intro .intro__head {
  color: #014587;
}

.container--grey .intro .intro__head {
  color: #014587;
}

.container--blue .intro .intro__head {
  color: #ffffff;
}
.container--blue .intro .intro__subhead {
  color: #ffffff;
}

.intro {
  text-align: center;
  margin-bottom: 50px;
}
@media all and (min-width:1600px) {
  .intro {
    font-size: 1.437rem;
  }
}
@media all and (min-width:1280px) and (max-width:1599px) {
  .intro {
    font-size: 1.313rem;
  }
}
@media all and (min-width:1024px) and (max-width:1279px) {
  .intro {
    font-size: 1.187rem;
  }
}
@media all and (max-width:1023px) {
  .intro {
    font-size: 1.0625rem;
  }
}
.intro .intro__head {
  margin-bottom: 1em;
}
.intro .intro__subhead.intro__subhead--left {
  text-align: left;
}
.intro.intro--small .intro__head {
  margin-bottom: 0.5em;
}
@media all and (min-width:1600px) {
  .intro.intro--small .intro__subhead {
    font-size: 1.0625rem;
  }
}
@media all and (min-width:1280px) and (max-width:1599px) {
  .intro.intro--small .intro__subhead {
    font-size: 1.0625rem;
  }
}
@media all and (min-width:1024px) and (max-width:1279px) {
  .intro.intro--small .intro__subhead {
    font-size: 0.937rem;
  }
}
@media all and (max-width:1023px) {
  .intro.intro--small .intro__subhead {
    font-size: 0.937rem;
  }
}
.intro.intro--smallmargin {
  margin-bottom: 20px;
}
@media all and (max-width:1599px) and (min-width:1024px) {
  .intro {
    margin-bottom: 20px;
  }
  .intro .intro__head {
    margin-bottom: 0.7em;
  }
}
@media all and (max-width:1023px) {
  .intro {
    margin-bottom: 20px;
  }
  .intro .intro__head {
    margin-bottom: 0.7em;
  }
}

.head {
  color: #014587;
  font-family: "Helvetica Condensed Bold", "Helvetica Neue", Arial, sans-serif;
}
.head.head--mb {
  margin-bottom: 0.5em;
}

.form {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.form .form__inputcontainer {
  width: calc(50% - 30px);
  margin: 0 15px;
  float: left;
  margin-top: 1.2em;
}
.form .form__inputcontainer.form__inputcontainer--nomargin {
  margin-top: 0;
}
.form .form__inputcontainer.form__inputcontainer--full {
  width: calc(100% - 30px);
}
.form .form__inputcontainer.form__inputcontainer--newline {
  clear: left;
}
.form .form__checkboxwrapper {
  position: relative;
}
.form .form__checkboxwrapper input[type=radio] {
  margin-left: 2em;
}
.form .form__checkboxwrapper .input-invalid-help {
  right: auto;
  left: 0;
}
.form .form__placeholderwrapper {
  position: relative;
}
.form .form__placeholderwrapper .form__placeholder {
  pointer-events: none;
  position: absolute;
  top: 1.3em;
  left: 0.5em;
  color: #666666;
  transform: translateY(-50%);
  transition: top 0.5s ease, left 0.5s ease, color 0.5s ease;
}
.form .form__placeholderwrapper textarea + .form__placeholder {
  top: 1.3em;
}
.form input[type=text], .form textarea {
  border: 0;
  background-color: #ffffff;
  color: #666666;
  padding: 0.5em;
  width: 100%;
}
.form input[type=text]:focus + .form__placeholder, .form textarea:focus + .form__placeholder {
  top: -0.6em;
  left: -1px;
  color: #ffffff;
}
.form input[type=text].form__input--filled + .form__placeholder, .form textarea.form__input--filled + .form__placeholder {
  top: -0.6em;
  left: -1px;
  color: #ffffff;
}
.form .form__legal {
  clear: left;
  margin: 0 15px;
  padding-top: 30px;
}
.form .form__legal a {
  text-decoration: underline;
}
.form .form__legal .form__legal__checkbox {
  float: left;
  width: calc(70% - 40px);
  margin-right: 40px;
}
.form .form__legal .form__legal__checkbox input[type=checkbox] {
  margin: 0;
  margin-right: 0.5em;
}
.form .form__legal .form__legal__button {
  width: calc(30% - 40px);
  margin-left: 40px;
  border: none;
  background-color: #ffffff;
  color: #014587;
  padding: 0.5em 2em;
  float: left;
  text-align: center;
  cursor: pointer;
}
.form .form__legal .input-invalid-help {
  position: static;
}
.form .input-invalid-help {
  position: absolute;
  top: -1.3em;
  right: 0;
  display: none;
  color: #ff4545;
}
@media all and (max-width:1023px) {
  .form {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .form .form__inputcontainer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.5em;
  }
  .form .form__inputcontainer:first-child {
    margin-top: 0;
  }
  .form .form__inputcontainer.form__inputcontainer--full {
    width: 100%;
  }
  .form .form__legal {
    margin-left: 0;
    margin-right: 0;
  }
  .form .form__legal .form__legal__checkbox {
    width: calc(65% - 20px);
    margin-right: 20px;
  }
  .form .form__legal .form__legal__button {
    width: calc(35% - 20px);
    margin-left: 20px;
  }
}
@media all and (max-width:767px) {
  .form .form__legal .form__legal__checkbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .form .form__legal .form__legal__button {
    width: 100%;
    margin-left: 0;
  }
}

.border-bottom {
  background-image: url(../img/dot-border.png);
  background-position: bottom;
  background-size: 6px 1px;
  background-repeat: repeat-x;
}

.border-top {
  background-image: url(../img/dot-border.png);
  background-position: top;
  background-size: 6px 1px;
  background-repeat: repeat-x;
}

.border-left-white {
  background-image: url(../img/dot-border-white-vertical.png);
  background-position: left;
  background-size: 1px 6px;
  background-repeat: repeat-y;
}

.arrow-behind-blue:after {
  content: "";
  display: inline;
  background-image: url(../img/arrow_blue.svg);
  width: 0.6em;
  height: 0.9em;
  padding-left: 0.6em;
  background-size: 0.6em 0.9em;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.5em;
}

.arrow-behind-white:after {
  content: "";
  display: inline;
  background-image: url(../img/arrow_white.svg);
  width: 0.6em;
  height: 0.9em;
  padding-left: 0.6em;
  background-size: 0.6em 0.9em;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.5em;
}

.arrow-before-white:before {
  content: "";
  display: inline-block;
  background-image: url(../img/arrow_white.svg);
  width: 0.6em;
  height: 0.9em;
  padding-left: 0.6em;
  transform: scaleX(-1);
  background-size: 0.6em 0.9em;
  background-repeat: no-repeat;
  background-position: center;
}

.arrow-behind-down-white:after {
  content: "";
  display: inline-block;
  background-image: url(../img/arrow_white.svg);
  background-size: 100% 100%;
  width: 0.45em;
  height: 0.9em;
  padding-left: 0.45em;
  transform: rotateZ(90deg);
}

.arrow-long-behind-white:after {
  content: "";
  display: inline;
  background-image: url(../img/arrow_long.svg);
  background-size: 100% 100%;
  padding-left: 1.3em;
  margin-left: 0.2em;
}

.arrow-long-behind-blue:after {
  content: "";
  display: inline;
  background-image: url(../img/arrow_long-blue.svg);
  background-size: 100% 100%;
  padding-left: 1.3em;
  margin-left: 0.2em;
}

.blue-border {
  border: 2px solid #c2ddf1;
}

main .link {
  padding: 8px 20px;
  background-color: #1F4C98;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
main .link:after {
  margin-left: 1em;
  position: relative;
  top: 0.05em;
}
main .link.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.bgccblue .link, .bgblue .link {
  background-color: #ffffff;
  color: #014587;
}
.bgccblue .link:after, .bgblue .link:after {
  background-image: url(../img/arrow_blue.svg);
}

.maincontent ul {
  list-style: none;
  margin: 0;
  padding-left: 0.7em;
}
.maincontent ul li {
  position: relative;
}
.maincontent ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6em;
  left: -0.7em;
  width: 0.3em;
  height: 0.3em;
  background-color: #014587;
}
.maincontent .bgblue ul li:before, .maincontent .bgccblue ul li:before {
  background-color: #ffffff;
}

section.color-container + footer.mainfooter {
  margin-top: 100px;
}

footer.mainfooter {
  background-color: #f7f7f7;
}
@media all and (min-width: 1600px) {
  footer.mainfooter {
    margin-left: -150px;
    margin-right: -150px;
    margin-top: 150px;
  }
}
@media all and (min-width:1920px) {
  footer.mainfooter {
    border-top: 15px solid #ffffff;
  }
}
footer.mainfooter .motto {
  image-rendering: optimizeQuality;
  padding: 43px 400px 75px;
  font-family: "Rock Salt", sans-serif;
  color: #DDDDDD;
  text-align: center;
}
@media all and (min-width:1280px) and (max-width:1919px) {
  footer.mainfooter .motto {
    padding: 47px 200px 80px;
  }
}
@media all and (min-width:1024px) and (max-width:1279px) {
  footer.mainfooter .motto {
    padding: 46px 200px 70px;
  }
}
@media all and (min-width:768px) and (max-width:1023px) {
  footer.mainfooter .motto {
    padding: 2rem 110px 2.8rem;
  }
}
@media all and (min-width:480px) and (max-width:767px) {
  footer.mainfooter .motto {
    padding: 1.8rem 60px 2.2rem;
  }
}
@media all and (max-width:479px) {
  footer.mainfooter .motto {
    padding: 1.8rem 15px 2.2rem;
  }
}
footer.mainfooter .motto img {
  width: 100%;
}
footer.mainfooter .footercols {
  margin-left: 450px;
  margin-right: 450px;
  padding-bottom: 100px;
}
@media all and (min-width:1280px) and (max-width:1919px) {
  footer.mainfooter .footercols {
    margin-left: 150px;
    margin-right: 150px;
  }
}
@media all and (min-width:1024px) and (max-width:1279px) {
  footer.mainfooter .footercols {
    margin-left: 100px;
    margin-right: 100px;
    padding-bottom: 150px;
  }
}
@media all and (max-width:1023px) {
  footer.mainfooter .footercols {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 50px;
  }
}
footer.mainfooter .footercols .footercol {
  width: calc(50% - 27px);
  float: left;
  margin-right: 35px;
  text-align: center;
}
@media all and (min-width:1600px) {
  footer.mainfooter .footercols .footercol {
    font-size: 1.0625rem;
  }
}
@media all and (min-width:1280px) and (max-width:1599px) {
  footer.mainfooter .footercols .footercol {
    font-size: 1.0625rem;
  }
}
@media all and (min-width:1024px) and (max-width:1279px) {
  footer.mainfooter .footercols .footercol {
    font-size: 0.937rem;
  }
}
@media all and (max-width:1023px) {
  footer.mainfooter .footercols .footercol {
    font-size: 0.937rem;
  }
}
footer.mainfooter .footercols .footercol:last-of-type {
  margin-right: 0;
}
footer.mainfooter .footercols .footercol.doublewidth {
  width: calc(40% - 35px);
}
footer.mainfooter .footercols .footercol.doublewidth:last-of-type {
  margin-right: 0;
  width: 40%;
}
@media all and (max-width:1023px) {
  footer.mainfooter .footercols .footercol {
    width: 100%;
    margin-right: 0;
  }
  footer.mainfooter .footercols .footercol.doublewidth {
    width: 100%;
    margin-right: 0;
  }
  footer.mainfooter .footercols .footercol.doublewidth:last-of-type {
    width: 100%;
  }
}
footer.mainfooter .footercols .footercol .header {
  margin-bottom: 1.4rem;
  position: relative;
  color: #666666;
}
footer.mainfooter .footercols .footercol .header:before {
  background: #dcdcdc;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 1rem;
  right: 0;
  z-index: 1;
}
@media all and (max-width:1023px) {
  footer.mainfooter .footercols .footercol .header:before {
    background: none;
    border-top: 1px solid #dcdcdc;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
footer.mainfooter .footercols .footercol .header .label {
  font-weight: bold;
  position: relative;
  background: #f7f7f7;
  z-index: 2;
  padding-right: 0.7rem;
}
@media all and (max-width:1023px) {
  footer.mainfooter .footercols .footercol .header .label {
    max-width: 90%;
    display: inline-block;
  }
}
@media all and (min-width:1280px) and (max-width:1919px) {
  footer.mainfooter .footercols .footercol .header {
    margin-bottom: 16px;
  }
}
@media all and (min-width:1024px) and (max-width:1279px) {
  footer.mainfooter .footercols .footercol .header {
    margin-bottom: 21px;
  }
}
@media all and (max-width:1023px) {
  footer.mainfooter .footercols .footercol .header {
    margin: 0;
    padding: 0.46rem 0 0.38rem 15px;
  }
}
@media all and (min-width:1024px) {
  footer.mainfooter .footercols .footercol .content {
    display: block !important;
  }
}
@media all and (max-width:1023px) {
  footer.mainfooter .footercols .footercol .content div:last-child .linklist ul li:last-child {
    background: none;
  }
}
footer.mainfooter .footercols .footercol .content .search {
  color: #666666;
}
footer.mainfooter .footercols .footercol .content .search .text {
  margin-bottom: 35px;
}
@media all and (min-width:1280px) and (max-width:1919px) {
  footer.mainfooter .footercols .footercol .content .search .text {
    margin-bottom: 30px;
  }
}
@media all and (min-width:1024px) and (max-width:1279px) {
  footer.mainfooter .footercols .footercol .content .search .text {
    margin-bottom: 23px;
  }
}
@media all and (max-width:1023px) {
  footer.mainfooter .footercols .footercol .content .search .text {
    margin-left: 15px;
  }
}
footer.mainfooter .footercols .footercol .content .search .inputs {
  font-size: 0;
}
footer.mainfooter .footercols .footercol .content .search .inputs input {
  font-size: initial;
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  padding: 9.5px 18px;
  width: calc(75% - 7px);
  margin-right: 7px;
}
@media all and (min-width:1024px) and (max-width:1279px) {
  footer.mainfooter .footercols .footercol .content .search .inputs input {
    width: calc(70% - 7px);
  }
}
@media all and (max-width:767px) {
  footer.mainfooter .footercols .footercol .content .search .inputs input {
    width: 100%;
    margin-right: 0;
  }
}
footer.mainfooter .footercols .footercol .content .search .inputs button {
  font-size: 1.125rem;
  border: 1px solid #dfdfdf;
  background-color: #dddddd;
  padding: 9.5px 0;
  width: 25%;
}
@media all and (min-width:1024px) and (max-width:1279px) {
  footer.mainfooter .footercols .footercol .content .search .inputs button {
    width: 30%;
  }
}
@media all and (max-width:767px) {
  footer.mainfooter .footercols .footercol .content .search .inputs button {
    width: 100%;
    margin-top: 15px;
  }
}
@media all and (max-width:1023px) {
  footer.mainfooter .footercols .footercol .content .search .inputs {
    margin-left: 15px;
    margin-right: 15px;
  }
}
footer.mainfooter .footercols .footercol .content .text-wth-button {
  color: #666666;
}
footer.mainfooter .footercols .footercol .content .text-wth-button p {
  margin: 0;
  line-height: 1.3rem;
}
footer.mainfooter .footercols .footercol .content .text-wth-button a {
  background-color: #b3b3b5;
  border-radius: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  color: #fff;
  padding: 0;
  display: block;
  padding: 0.5rem 1rem;
  margin: 1rem 0;
  text-align: center;
  text-decoration: none;
}
footer.mainfooter .footercols .footercol .content .text-wth-button a:hover {
  color: #014587;
}
@media all and (max-width:1023px) {
  footer.mainfooter .footercols .footercol .content .text-wth-button {
    margin-left: 15px;
    margin-right: 15px;
  }
}
footer.mainfooter .footercols .footercol .content .linklist {
  color: #666666;
  margin-bottom: 0;
}
footer.mainfooter .footercols .footercol .content .linklist ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media all and (max-width:1023px) {
  footer.mainfooter .footercols .footercol .content .linklist ul {
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
  }
}
footer.mainfooter .footercols .footercol .content .linklist ul li {
  display: inline-block;
  position: relative;
  padding: 0.2rem 0 0.8rem 1rem;
}
footer.mainfooter .footercols .footercol .content .linklist ul li a {
  display: block;
  text-decoration: none;
  color: inherit;
}
footer.mainfooter .footercols .footercol .content .linklist ul li.dotted-bottom {
  margin-bottom: 0;
}
footer.mainfooter .footercols .footercol .content .linklist ul li:before {
  font-family: "Helvetica Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 55%;
  -webkit-font-smoothing: antialiased;
  content: ">";
  display: inline-block;
  color: #1f4c98;
  position: absolute;
  left: 0.2rem;
  bottom: 1.2rem;
}
footer.mainfooter .footercols .footercol .content .linklist ul li.dotted-bottom {
  margin-bottom: 2px;
  background: url(../img/dotted.png);
  background-position: center calc(100% + 3px);
  background-repeat: repeat-x;
  /*&.leftarrow-right {
      &::before {
          position: relative;
          left: -0.2rem;
          padding-right: 0;
      }
  }*/
}
footer.mainfooter .footercols .footercol .content .linklist ul li.dotted-bottom.greydots {
  background-image: url(../img/dotted_grey.png);
}
footer.mainfooter .footercols .footercol .content .linklist ul li.dotted-bottom:last-child {
  background: none;
}
@media all and (min-width:1280px) and (max-width:1919px) {
  footer.mainfooter .footercols .footercol .content .linklist ul li {
    padding-bottom: 10px;
  }
}
@media all and (min-width:1024px) and (max-width:1279px) {
  footer.mainfooter .footercols .footercol .content .linklist ul li {
    padding-bottom: 10px;
  }
}
@media all and (min-width:1024px) {
  footer.mainfooter .footercols .footercol .content .linklist ul li:first-child {
    padding-top: 0;
  }
  footer.mainfooter .footercols .footercol .content .linklist ul li:last-child {
    background: none;
  }
}
@media all and (max-width:1023px) {
  footer.mainfooter .footercols .footercol {
    /*cursor: pointer;
    position: relative;
    &:after {
        content: "\e60a";
        font-family: "icomoon";
        position: absolute;
        right: 15px;
        top: 0.6rem;
        color: $ccfontgrey;
    }*/
  }
}
footer.mainfooter .socialmedia {
  margin-top: 0;
  padding-bottom: 5em;
  width: 100%;
  text-align: center;
  font-size: 0;
}
footer.mainfooter .socialmedia .socialmedia-icon {
  display: inline-block;
  border-radius: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 7px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 7px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 7px 6px rgba(0, 0, 0, 0.2);
  width: 80px;
  height: 80px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  background-size: 35px;
}
footer.mainfooter .socialmedia .socialmedia-icon.fb {
  background-image: url("../img/facebook_35px.png");
}
footer.mainfooter .socialmedia .socialmedia-icon.twitter {
  background-image: url("../img/twitter_35px.png");
}
footer.mainfooter .socialmedia .socialmedia-icon.instagram {
  background-image: url("../img/instagram_35px.png");
}
footer.mainfooter .socialmedia .socialmedia-icon.xing {
  background-image: url("../img/xing_35px.png");
}
footer.mainfooter .socialmedia .socialmedia-icon.pinterest {
  background-image: url("../img/pinterest_35px.png");
}
footer.mainfooter .socialmedia .socialmedia-icon.linkedin {
  background-image: url("../img/linkedin_35px.png");
}
@media all and (max-width:1023px) {
  footer.mainfooter .socialmedia {
    margin-top: 2rem;
  }
  footer.mainfooter .socialmedia .socialmedia-icon {
    width: 60px;
    height: 60px;
    margin-right: 7px;
    margin-left: 7px;
    background-size: 25px;
  }
}
footer.mainfooter .branding {
  text-align: center;
  padding-bottom: 4rem;
  padding-top: 5rem;
}
@media all and (max-width:1023px) {
  footer.mainfooter .branding {
    padding-bottom: 2rem;
  }
  footer.mainfooter .branding img {
    display: none;
  }
}
footer.mainfooter .branding img {
  width: 220px;
  height: auto;
}

/* Styles for Cookie-Notification */
.cookie-notification {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 15px;
  z-index: 201;
  background-color: rgba(10, 11, 12, 0.7);
  color: #fff;
  /*background:url("../img/right_bg.png") repeat scroll right top rgba(0, 0, 0, 0);*/
}

@media all and (min-width: 400px) {
  .cookie-notification span:first-child {
    float: left;
    width: calc(100% - 100px);
  }
  .cookie-notification .cookie-accept {
    float: left;
    position: absolute;
    top: 50%;
    display: inline-block;
    transform: translateY(-50%);
  }
}
.cookie-notification span {
  color: #fff !important;
  cursor: pointer;
}

.cookie-notification .cookie-accept {
  display: inline-block;
  background-color: #bbc0c9;
  padding: 8px 12px;
  margin-left: 10px;
  font-weight: bold;
  color: #666666;
  cursor: pointer;
}

.cookie-notification .cookie-x {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.cookie-notification .cookie-text {
  position: relative;
  padding-top: 15px;
  padding-right: 10%;
  padding-bottom: 15px;
  padding-left: 10%;
}

/*.startpage .cookie-notification {
	position:fixed !important;
	opacity:0.7;
}*/
html {
  font-size: 16px;
}

html, body {
  font-family: "Helvetica Condensed", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  line-height: 1.53;
}

* {
  box-sizing: border-box;
  line-height: 1.4;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

body {
  background-color: #eceef2;
  color: #666666;
  font-family: "Helvetica Condensed", "Helvetica Neue", Arial, sans-serif;
}
@media all and (min-width:1600px) {
  body {
    font-size: 1.0625rem;
  }
}
@media all and (min-width:1280px) and (max-width:1599px) {
  body {
    font-size: 1.0625rem;
  }
}
@media all and (min-width:1024px) and (max-width:1279px) {
  body {
    font-size: 0.937rem;
  }
}
@media all and (max-width:1023px) {
  body {
    font-size: 0.937rem;
  }
}
@media all and (min-width: 1600px) {
  body {
    margin: 0 150px;
  }
}
body #wrapper {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
@media all and (min-width:1024px) {
  body #wrapper {
    margin-bottom: 100px;
  }
}
body #wrapper.shadow {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

::placeholder {
  color: #959595;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #959595;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #959595;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #959595;
}

:-moz-placeholder { /* Firefox 18- */
  color: #959595;
}

h1 {
  font-family: "Helvetica Condensed Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
}

h2, h3, h4, h5, h6 {
  font-family: "Helvetica Condensed", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.45;
}