@charset "UTF-8";
/* COLORS */
/* ---- GOLDKRONE HP ---- */
/* ICONS */
.icon-social {
  display: inline-block;
  width: 40px;
  height: 40px; }

.facebook {
  background: url("../assets/icons/icon-facebook_ch_anwr_garant_schweiz_hp_svg.svg") center no-repeat;
  background-size: cover;
  transition: all 0.5s; }
  .facebook:hover {
    background: url("../assets/icons/icon-facebook-hover_ch_anwr_garant_schweiz_hp_svg.svg") center no-repeat;
    background-size: cover; }

.instagram {
  background: url("../assets/icons/icon-instagram_ch_anwr_garant_schweiz_hp_svg.svg") center no-repeat;
  background-size: cover;
  transition: all 0.5s; }
  .instagram:hover {
    background: url("../assets/icons/icon-instagram-hover_ch_anwr_garant_schweiz_hp_svg.svg") center no-repeat;
    background-size: cover; }

.youtube {
  background: url("../assets/icons/icon-youtube_ch_anwr_garant_schweiz_hp_svg.svg") center no-repeat;
  background-size: cover;
  transition: all 0.5s; }
  .youtube:hover {
    background: url("../assets/icons/icon-youtube-hover_ch_anwr_garant_schweiz_hp_svg.svg") center no-repeat;
    background-size: cover; }

.linkedin {
  background: url("../assets/icons/icon-linkedin_de_goldkrone_hp_svg.svg") center no-repeat;
  background-size: cover;
  transition: all 0.5s; }
  .linkedin:hover {
    background: url("../assets/icons/icon-linkedin-hover_de_goldkrone_hp_svg.svg") center no-repeat;
    background-size: cover; }

.tiktok {
  background: url("../assets/icons/icon-tiktok_de_goldkrone_hp_svg.svg") center no-repeat;
  background-size: cover;
  transition: all 0.5s; }
  .tiktok:hover {
    background: url("../assets/icons/icon-tiktok-hover_de_goldkrone_hp_svg.svg") center no-repeat;
    background-size: cover; }

.contact-tile .contact-tile__mail a:hover::before {
  background: url(../assets/icons/icon-mail-hover_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  position: absolute;
  left: 0;
  top: 3px;
  background-size: 100% 100%;
  vertical-align: sub; }

.contact-tile .contact-tile__fax a:hover::before {
  background: url(../assets/icons/icon-fax-hover-blue_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  position: absolute;
  left: 0;
  top: 3px;
  background-size: 100% 100%;
  vertical-align: sub; }

.contact-tile .contact-tile__phone a:hover::before {
  background: url(../assets/icons/icon-phone-hover-blue_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  position: absolute;
  left: 0;
  top: 3px;
  background-size: 100% 100%;
  vertical-align: sub; }

.calendar-overview__calendar:hover::after {
  background: url(../assets/icons/icon-ical-blue_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  background-size: 100% 100%; }

.calendar-overview__location:hover::after {
  background: url(../assets/icons/icon-route-blue_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  background-size: 100% 100%; }

/* EXTERNAL */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/* SETTINGS */
/*
 * Paths
 */
/*
 * Fonts
 */
@font-face {
  font-family: 'SourceSerifPro-Regular';
  src: url(../../dist/assets/fonts/SourceSerifPro-Regular_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSerifPro-Bold';
  src: url(../../dist/assets/fonts/SourceSerifPro-Bold_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url(../../dist/assets/fonts/SourceSansPro-Regular_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Light';
  src: url(../../dist/assets/fonts/SourceSansPro-Light_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Bold';
  src: url(../../dist/assets/fonts/SourceSansPro-Bold_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Semibold';
  src: url(../../dist/assets/fonts/SourceSansPro-Semibold_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Italic';
  src: url(../../dist/assets/fonts/SourceSansPro-Italic_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-BoldItalic';
  src: url(../../dist/assets/fonts/SourceSansPro-BoldItalic_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Charis-Regular';
  src: url(../../dist/assets/fonts/Charis-Regular_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Charis-Bold';
  src: url(../../dist/assets/fonts/Charis-Bold_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Charis-Italic';
  src: url(../../dist/assets/fonts/Charis-Italic_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Charis-BoldItalic';
  src: url(../../dist/assets/fonts/Charis-BoldItalic_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Fontello-ANWR';
  src: url(../../dist/assets/fonts/fontello/font/fontello-anwr_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Sport2000-Bold";
  src: url(../../dist/assets/fonts/Sport2000-Bold_de_sport2000_hp_woff.woff) format("woff"), url(../../dist/assets/fonts/Sport2000-Bold_de_sport2000_hp_woff2.woff2) format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Sport2000-Regular";
  src: url(../../dist/assets/fonts/Sport2000-Regular_de_sport2000_hp_woff.woff) format("woff"), url(../../dist/assets/fonts/Sport2000-Regular_de_sport2000_hp_woff2.woff2) format("woff2");
  font-weight: normal;
  font-style: normal; }

/*
 * Tagging
 */
/* Tagging depending on CSS style sheet*/
.content-tagging {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  height: 22px;
  z-index: 1;
  top: 0; }
  .content-tagging__logo {
    background: url(../assets/logos/logo-absolute-team_de_sport2000_hp_png.png) center no-repeat;
    width: 207px;
    height: 14px;
    display: block;
    background-size: unset;
    margin-left: auto;
    margin-right: auto;
    background-position-y: 3px;
    background-color: none; }
  .content-tagging__flag {
    display: block;
    position: absolute;
    z-index: 3;
    border-radius: 0 0 4px 4px;
    width: 70px;
    height: 50px;
    background-color: transparent; }

.content-tagging.absolute-logo .content-tagging__flag {
  display: none; }

.content-tagging.absolute-flag {
  background-color: transparent;
  height: unset; }
  .content-tagging.absolute-flag .content-tagging__logo {
    display: none; }

.content-tagging.freetail {
  background-color: transparent;
  height: unset; }
  .content-tagging.freetail .content-tagging__logo {
    display: none; }
  .content-tagging.freetail .content-tagging__flag {
    width: unset; }

.icon-sneaker-force:before {
  background: url("../assets/content-flags/icon-sneaker-force_de_sport2000_hp_svg.svg") center no-repeat;
  content: "";
  width: 70px;
  height: 50px; }

.icon-freetail:before {
  content: "";
  background: url("../assets/content-flags/icon-freetail_de_sport2000_hp_svg.svg") center no-repeat;
  content: "";
  width: 70px;
  height: 50px; }

.icon-outdoorprofi:before {
  content: "";
  background: url("../assets/content-flags/icon-outdoorprofi_de_sport2000_hp_svg.svg") center no-repeat;
  content: "";
  width: 70px;
  height: 50px; }

.icon-laufprofi:before {
  content: "";
  background: url("../assets/content-flags/icon-laufprofi_de_sport2000_hp_svg.svg") center no-repeat;
  content: "";
  width: 70px;
  height: 50px; }

.icon-teamsport:before {
  content: "";
  background: url("../assets/content-flags/icon-teamsportprofi_de_sport2000_hp_svg.svg") center no-repeat;
  content: "";
  width: 70px;
  height: 50px; }

.icon-bikeprofi:before {
  content: "";
  background: url("../assets/content-flags/bike_profi_flag.png") center no-repeat;
  background-size: cover;
  content: "";
  width: 70px;
  height: 50px; }

.icon-anwrschuh:before {
  content: "";
  background: url("../assets/content-flags/ANWR_flag.png") center no-repeat;
  background-size: cover;
  content: "";
  width: 70px;
  height: 50px; }

.icon-sport2000:before {
  content: "";
  background: url("../assets/content-flags/sport2000_flag.png") center no-repeat;
  background-size: cover;
  content: "";
  width: 70px;
  height: 50px; }

/*
 * Tagging
 */
.icon-window:before {
  content: "";
  background: url(../assets/icons/icon-site_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  height: 70px;
  width: 70px;
  background-size: 75%; }

.icon-doc-text:before {
  content: "";
  height: 70px;
  width: 70px;
  background: url(../assets/icons/icon-media_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  background-size: 75%; }

.icon-user:before {
  content: "";
  height: 70px;
  width: 70px;
  background: url(../assets/icons/icon-user_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  background-size: 75%; }

.icon-map-office:before {
  content: "";
  background: url(../assets/icons/icon-map_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px; }

.icon-profil:before {
  content: "";
  background: url(../assets/icons/icon-account_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px; }

.icon-logout:before {
  content: "";
  background: url(../assets/icons/icon-logout-white_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px; }

.icon-menu:before {
  content: "";
  background: url(../assets/icons/icon-menu_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px; }

.icon-close:before {
  content: "";
  background: url(../assets/icons/icon-close_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px; }

.icon-left-open:before {
  content: "";
  background: url(../assets/icons/icon-arrow_ch_anwr_garant_schweiz_hp_white_svg.svg) center no-repeat;
  display: inline-block;
  height: 22px;
  width: 35px;
  background-size: 100% 100%;
  vertical-align: sub;
  transform: rotate(180deg);
  opacity: 0.6; }

.icon-right-open:before {
  content: "";
  background: url(../assets/icons/icon-arrow_ch_anwr_garant_schweiz_hp_white_svg.svg) center no-repeat;
  display: inline-block;
  height: 22px;
  width: 30px;
  background-size: 100% 100%;
  vertical-align: sub;
  opacity: 0.6; }

.icon-edit:after {
  content: "";
  background: url(../assets/icons/icon-edit_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  display: block;
  height: 28px;
  width: 32px;
  background-size: 100% 100%; }

.icon-edit:before {
  content: 'bearbeiten';
  display: inline-block;
  text-transform: uppercase;
  color: white;
  font-size: 20px;
  letter-spacing: 0.81px;
  font-family: "SourceSansPro-Bold", sans-serif;
  vertical-align: sub;
  margin-right: 12px;
  margin-top: 5px; }

.icon-delete:after {
  content: "";
  background: url(../assets/icons/icon-delete_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  display: block;
  height: 28px;
  width: 32px;
  background-size: 100% 100%; }

.icon-delete:before {
  content: 'Löschen';
  display: inline-block;
  text-transform: uppercase;
  color: white;
  font-size: 20px;
  letter-spacing: 0.81px;
  font-family: "SourceSansPro-Bold", sans-serif;
  vertical-align: sub;
  margin-right: 12px;
  margin-top: 5px; }

.icon-location:before {
  content: "";
  background: url(../assets/icons/icon-route-blue_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  display: block;
  height: 28px;
  width: 32px;
  background-size: 100% 100%; }

.icon-calendar:before {
  content: "";
  background: url(../assets/icons/icon-ical-blue_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  display: block;
  height: 28px;
  width: 32px;
  background-size: 100% 100%; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  display: inline-block; }

.icon-right-small:before {
  content: ""; }

.icon-down-open:before {
  content: ""; }

.icon-down-circle:before {
  content: ""; }

.icon-cancel:before {
  content: ""; }

.icon-up-open:before {
  content: ""; }

.icon-left-circle:before {
  content: ""; }

.icon-up-circle:before {
  content: ""; }

.icon-resize-full-alt-1:before {
  content: ""; }

.icon-king:before {
  content: ""; }

.icon-star-1:before {
  content: ""; }

.icon-left-small:before {
  content: ""; }

.icon-down-small:before {
  content: ""; }

.icon-up-small:before {
  content: ""; }

.icon-popup:before {
  content: ""; }

.icon-resize-small-alt:before {
  content: ""; }

.icon-minus-1:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-ok-1:before {
  content: ""; }

.icon-mail:before {
  content: ""; }

.icon-down-open-1:before {
  content: ""; }

.icon-up-open-1:before {
  content: ""; }

.icon-left-open-1:before {
  content: ""; }

.icon-cancel-circled:before {
  content: ""; }

.icon-chat-empty:before {
  content: ""; }

.icon-thumbs-up-alt:before {
  content: ""; }

/*
 * Breakpoints
 */
/*
 * Timing
 */
/*
 * General
 */
body {
  background-color: white;
  min-height: -webkit-fill-available; }

.page-wrapper {
  margin-top: 150px; }
  @media screen and (max-width: 1200px) {
    .page-wrapper {
      margin-top: 120px; } }

.hidden {
  opacity: 0;
  display: none !important; }

.visible {
  display: block !important;
  opacity: 1; }

@media screen and (max-width: 1200px) {
  .hidden-on-mobile {
    opacity: 0;
    visibility: hidden; } }

@media (min-width: 1200px) {
  .hidden-on-desktop {
    opacity: 0;
    visibility: hidden; } }

.more-height {
  height: 152px !important; }

.no-link {
  pointer-events: none;
  cursor: pointer; }
  .no-link:hover {
    color: #ffd400; }

/* GENERIC */
body {
  background-color: white;
  min-height: -webkit-fill-available; }

.page-wrapper {
  margin-top: 150px; }
  @media screen and (max-width: 1200px) {
    .page-wrapper {
      margin-top: 120px; } }

.hidden {
  opacity: 0;
  display: none !important; }

.visible {
  display: block !important;
  opacity: 1; }

@media screen and (max-width: 1200px) {
  .hidden-on-mobile {
    opacity: 0;
    visibility: hidden; } }

@media (min-width: 1200px) {
  .hidden-on-desktop {
    opacity: 0;
    visibility: hidden; } }

.more-height {
  height: 152px !important; }

.no-link {
  pointer-events: none;
  cursor: pointer; }
  .no-link:hover {
    color: #ffd400; }

@font-face {
  font-family: 'SourceSerifPro-Regular';
  src: url(../../dist/assets/fonts/SourceSerifPro-Regular_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSerifPro-Bold';
  src: url(../../dist/assets/fonts/SourceSerifPro-Bold_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url(../../dist/assets/fonts/SourceSansPro-Regular_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Light';
  src: url(../../dist/assets/fonts/SourceSansPro-Light_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Bold';
  src: url(../../dist/assets/fonts/SourceSansPro-Bold_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Semibold';
  src: url(../../dist/assets/fonts/SourceSansPro-Semibold_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Italic';
  src: url(../../dist/assets/fonts/SourceSansPro-Italic_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-BoldItalic';
  src: url(../../dist/assets/fonts/SourceSansPro-BoldItalic_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Charis-Regular';
  src: url(../../dist/assets/fonts/Charis-Regular_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Charis-Bold';
  src: url(../../dist/assets/fonts/Charis-Bold_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Charis-Italic';
  src: url(../../dist/assets/fonts/Charis-Italic_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Charis-BoldItalic';
  src: url(../../dist/assets/fonts/Charis-BoldItalic_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Fontello-ANWR';
  src: url(../../dist/assets/fonts/fontello/font/fontello-anwr_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Sport2000-Bold";
  src: url(../../dist/assets/fonts/Sport2000-Bold_de_sport2000_hp_woff.woff) format("woff"), url(../../dist/assets/fonts/Sport2000-Bold_de_sport2000_hp_woff2.woff2) format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Sport2000-Regular";
  src: url(../../dist/assets/fonts/Sport2000-Regular_de_sport2000_hp_woff.woff) format("woff"), url(../../dist/assets/fonts/Sport2000-Regular_de_sport2000_hp_woff2.woff2) format("woff2");
  font-weight: normal;
  font-style: normal; }

.icon-window:before {
  content: "";
  background: url(../assets/icons/icon-site_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  height: 70px;
  width: 70px;
  background-size: 75%; }

.icon-doc-text:before {
  content: "";
  height: 70px;
  width: 70px;
  background: url(../assets/icons/icon-media_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  background-size: 75%; }

.icon-user:before {
  content: "";
  height: 70px;
  width: 70px;
  background: url(../assets/icons/icon-user_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  background-size: 75%; }

.icon-map-office:before {
  content: "";
  background: url(../assets/icons/icon-map_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px; }

.icon-profil:before {
  content: "";
  background: url(../assets/icons/icon-account_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px; }

.icon-logout:before {
  content: "";
  background: url(../assets/icons/icon-logout-white_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px; }

.icon-menu:before {
  content: "";
  background: url(../assets/icons/icon-menu_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px; }

.icon-close:before {
  content: "";
  background: url(../assets/icons/icon-close_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px; }

.icon-left-open:before {
  content: "";
  background: url(../assets/icons/icon-arrow_ch_anwr_garant_schweiz_hp_white_svg.svg) center no-repeat;
  display: inline-block;
  height: 22px;
  width: 35px;
  background-size: 100% 100%;
  vertical-align: sub;
  transform: rotate(180deg);
  opacity: 0.6; }

.icon-right-open:before {
  content: "";
  background: url(../assets/icons/icon-arrow_ch_anwr_garant_schweiz_hp_white_svg.svg) center no-repeat;
  display: inline-block;
  height: 22px;
  width: 30px;
  background-size: 100% 100%;
  vertical-align: sub;
  opacity: 0.6; }

.icon-edit:after {
  content: "";
  background: url(../assets/icons/icon-edit_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  display: block;
  height: 28px;
  width: 32px;
  background-size: 100% 100%; }

.icon-edit:before {
  content: 'bearbeiten';
  display: inline-block;
  text-transform: uppercase;
  color: white;
  font-size: 20px;
  letter-spacing: 0.81px;
  font-family: "SourceSansPro-Bold", sans-serif;
  vertical-align: sub;
  margin-right: 12px;
  margin-top: 5px; }

.icon-delete:after {
  content: "";
  background: url(../assets/icons/icon-delete_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  display: block;
  height: 28px;
  width: 32px;
  background-size: 100% 100%; }

.icon-delete:before {
  content: 'Löschen';
  display: inline-block;
  text-transform: uppercase;
  color: white;
  font-size: 20px;
  letter-spacing: 0.81px;
  font-family: "SourceSansPro-Bold", sans-serif;
  vertical-align: sub;
  margin-right: 12px;
  margin-top: 5px; }

.icon-location:before {
  content: "";
  background: url(../assets/icons/icon-route-blue_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  display: block;
  height: 28px;
  width: 32px;
  background-size: 100% 100%; }

.icon-calendar:before {
  content: "";
  background: url(../assets/icons/icon-ical-blue_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  display: block;
  height: 28px;
  width: 32px;
  background-size: 100% 100%; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  display: inline-block; }

.icon-right-small:before {
  content: ""; }

.icon-down-open:before {
  content: ""; }

.icon-down-circle:before {
  content: ""; }

.icon-cancel:before {
  content: ""; }

.icon-up-open:before {
  content: ""; }

.icon-left-circle:before {
  content: ""; }

.icon-up-circle:before {
  content: ""; }

.icon-resize-full-alt-1:before {
  content: ""; }

.icon-king:before {
  content: ""; }

.icon-star-1:before {
  content: ""; }

.icon-left-small:before {
  content: ""; }

.icon-down-small:before {
  content: ""; }

.icon-up-small:before {
  content: ""; }

.icon-popup:before {
  content: ""; }

.icon-resize-small-alt:before {
  content: ""; }

.icon-minus-1:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-ok-1:before {
  content: ""; }

.icon-mail:before {
  content: ""; }

.icon-down-open-1:before {
  content: ""; }

.icon-up-open-1:before {
  content: ""; }

.icon-left-open-1:before {
  content: ""; }

.icon-cancel-circled:before {
  content: ""; }

.icon-chat-empty:before {
  content: ""; }

.icon-thumbs-up-alt:before {
  content: ""; }

/* Tagging depending on CSS style sheet*/
.content-tagging {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  height: 22px;
  z-index: 1;
  top: 0; }
  .content-tagging__logo {
    background: url(../assets/logos/logo-absolute-team_de_sport2000_hp_png.png) center no-repeat;
    width: 207px;
    height: 14px;
    display: block;
    background-size: unset;
    margin-left: auto;
    margin-right: auto;
    background-position-y: 3px;
    background-color: none; }
  .content-tagging__flag {
    display: block;
    position: absolute;
    z-index: 3;
    border-radius: 0 0 4px 4px;
    width: 70px;
    height: 50px;
    background-color: transparent; }

.content-tagging.absolute-logo .content-tagging__flag {
  display: none; }

.content-tagging.absolute-flag {
  background-color: transparent;
  height: unset; }
  .content-tagging.absolute-flag .content-tagging__logo {
    display: none; }

.content-tagging.freetail {
  background-color: transparent;
  height: unset; }
  .content-tagging.freetail .content-tagging__logo {
    display: none; }
  .content-tagging.freetail .content-tagging__flag {
    width: unset; }

.icon-sneaker-force:before {
  background: url("../assets/content-flags/icon-sneaker-force_de_sport2000_hp_svg.svg") center no-repeat;
  content: "";
  width: 70px;
  height: 50px; }

.icon-freetail:before {
  content: "";
  background: url("../assets/content-flags/icon-freetail_de_sport2000_hp_svg.svg") center no-repeat;
  content: "";
  width: 70px;
  height: 50px; }

.icon-outdoorprofi:before {
  content: "";
  background: url("../assets/content-flags/icon-outdoorprofi_de_sport2000_hp_svg.svg") center no-repeat;
  content: "";
  width: 70px;
  height: 50px; }

.icon-laufprofi:before {
  content: "";
  background: url("../assets/content-flags/icon-laufprofi_de_sport2000_hp_svg.svg") center no-repeat;
  content: "";
  width: 70px;
  height: 50px; }

.icon-teamsport:before {
  content: "";
  background: url("../assets/content-flags/icon-teamsportprofi_de_sport2000_hp_svg.svg") center no-repeat;
  content: "";
  width: 70px;
  height: 50px; }

.icon-bikeprofi:before {
  content: "";
  background: url("../assets/content-flags/bike_profi_flag.png") center no-repeat;
  background-size: cover;
  content: "";
  width: 70px;
  height: 50px; }

.icon-anwrschuh:before {
  content: "";
  background: url("../assets/content-flags/ANWR_flag.png") center no-repeat;
  background-size: cover;
  content: "";
  width: 70px;
  height: 50px; }

.icon-sport2000:before {
  content: "";
  background: url("../assets/content-flags/sport2000_flag.png") center no-repeat;
  background-size: cover;
  content: "";
  width: 70px;
  height: 50px; }

/* BOOTSTRAP */
.accordion dt {
  display: block; }

.accordion.is-initialized dt {
  cursor: pointer; }

.accordion.is-initialized dt.is-active + dd {
  display: block; }

.accordion.is-initialized dd {
  display: none; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }

video {
  max-width: 100%;
  height: auto;
  border: 0; }

object {
  max-width: 100%;
  height: auto;
  border: none;
  border: 0; }

iframe {
  max-width: 100%;
  border: none; }

embed {
  max-width: 100%;
  border: none; }

.l-grid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  /* [6] */
  *zoom: 1; }
  .l-grid:before, .l-grid:after {
    content: "";
    display: table; }
  .l-grid:after {
    clear: both; }

.l-grid__unit,
.l-grid__50 {
  width: 100%; }
  @media screen and (min-width: 790px) {
    .l-grid__unit,
    .l-grid__50 {
      width: 47.7876106195%;
      margin-left: 4.4247787611%;
      float: left; }
      .l-grid__unit:nth-of-type(2n+1),
      .l-grid__50:nth-of-type(2n+1) {
        margin-left: 0;
        clear: left; } }

.l-grid__33 {
  width: 100%; }
  @media screen and (min-width: 790px) {
    .l-grid__33 {
      width: 30.9734513274%;
      margin-left: 3.5398230088%;
      float: left; }
      .l-grid__33:nth-of-type(3n+1) {
        margin-left: 0;
        clear: left; } }

.l-grid__25 {
  width: 100%; }
  @media screen and (min-width: 480px) {
    .l-grid__25 {
      width: 48.6725663717%;
      margin-left: 2.6548672566%;
      float: left; }
      .l-grid__25:nth-of-type(2n+1) {
        margin-left: 0;
        clear: left; } }
  @media screen and (min-width: 790px) {
    .l-grid__25 {
      width: 23.0088495575%; }
      .l-grid__25:nth-of-type(2n+1) {
        margin-left: 2.6548672566%;
        clear: none; }
      .l-grid__25:nth-of-type(4n+1) {
        margin-left: 0;
        clear: left; } }

.l-grid__20 {
  width: 49.1150442478%;
  margin-left: 1.7699115044%;
  float: left; }
  .l-grid__20:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left; }
  @media screen and (min-width: 480px) {
    .l-grid__20 {
      width: 18.5840707965%; }
      .l-grid__20:nth-of-type(2n+1) {
        margin-left: 1.7699115044%;
        clear: none; }
      .l-grid__20:nth-of-type(5n+1) {
        margin-left: 0;
        clear: left; } }

.mediabox {
  *zoom: 1; }
  .mediabox:before, .mediabox:after {
    content: "";
    display: table; }
  .mediabox:after {
    clear: both; }

.mediabox__media {
  float: left;
  margin-right: 20px; }

.mediabox__media img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 100%; }

.mediabox__media video {
  display: block;
  width: 100%;
  max-width: 100%; }

.mediabox__media > a {
  display: block;
  position: relative; }

.mediabox__media > a > span {
  position: absolute;
  bottom: 5px;
  right: 5px; }
  .mediabox__media > a > span:before {
    content: '#zoom'; }

.mediabox__media .video {
  height: 0;
  padding-bottom: 56.25%;
  background-color: black;
  position: relative; }

.mediabox__media .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mediabox.mediabox--flipped .mediabox__media {
  margin-right: 0;
  margin-left: 20px;
  float: right; }

@media screen and (min-width: 480px) {
  .mediabox.mediabox--m .mediabox__media {
    max-width: 540px; } }

@media screen and (min-width: 790px) {
  .mediabox.mediabox--l .mediabox__media {
    max-width: 820px; } }

.mediabox.mediabox--xl .mediabox__media {
  float: none;
  margin-right: 0; }

.mediabox.mediabox--sticky > .mediabox--sticky__wrapper {
  display: block;
  position: relative; }

.mediabox.mediabox--sticky > .mediabox--sticky__wrapper > .mediabox__media {
  position: absolute;
  left: 0;
  top: 0;
  float: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mediabox.mediabox--sticky.mediabox--flipped > .mediabox--sticky__wrapper > .mediabox__media {
  left: inherit;
  right: 0; }

@media screen and (min-width: 790px) {
  .l-grid__unit .mediabox.mediabox--m .mediabox__media {
    margin-right: 0; } }

@media screen and (min-width: 790px) {
  .l-main__sidebar .mediabox.mediabox--s .mediabox__media {
    margin-right: 0; } }

.mediabox__text ul,
.mediabox__text ol {
  overflow: hidden;
  padding-left: 10px; }

.mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
  overflow: hidden; }

@media screen and (min-width: 480px) {
  .mediabox.mediabox--nowrap.mediabox--m .mediabox__text {
    overflow: hidden; } }

@media screen and (min-width: 790px) {
  .mediabox.mediabox--nowrap.mediabox--l .mediabox__text {
    overflow: hidden; } }

@media screen and (min-width: 790px) {
  .l-grid__unit .mediabox.mediabox--m .mediabox__text {
    overflow: initial; } }

@media screen and (min-width: 790px) {
  .l-main__sidebar .mediabox.mediabox--s .mediabox__text {
    overflow: initial; } }

.mediabox__meta > span {
  display: block; }

html {
  width: 100%;
  min-width: 320px;
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

body {
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: 100%; }

*, *:before, *:after {
  box-sizing: inherit; }

.l-wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 1200px; }

.l-main .l-wrapper {
  padding-right: 0;
  padding-left: 0; }

.l-main {
  width: 100%; }
  @media screen and (min-width: 790px) {
    .l-main {
      *zoom: 1; }
      .l-main:before, .l-main:after {
        content: "";
        display: table; }
      .l-main:after {
        clear: both; } }

.l-main__content {
  width: 100%;
  margin-right: 50px; }
  @media (min-width: 992px) {
    .l-main__content {
      float: left;
      width: 60%;
      margin-top: 1.5em; } }

.l-main__sidebar {
  width: 100%; }
  @media screen and (min-width: 790px) {
    .l-main__sidebar {
      max-width: 260px;
      float: right; } }
  @media screen and (min-width: 992px) {
    .l-main__sidebar {
      max-width: 390px; } }

.placeholder {
  display: block;
  width: 100%;
  border: 1px solid #999999; }

.placeholder__body {
  padding: 1em;
  background-color: #E4E4E4; }

.placeholder__body {
  color: #999999; }
  .placeholder__body h1, .placeholder__body h2, .placeholder__body h3, .placeholder__body h4, .placeholder__body h5, .placeholder__body h6, .placeholder__body p, .placeholder__body a {
    color: #999999; }

a {
  outline: 0;
  cursor: pointer; }

.button:hover, .button:focus {
  cursor: pointer; }

.stage {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  position: relative; }

.stage.stage--fullwidth {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden; }

.stage__link {
  display: block; }

.stage__image picture {
  display: block; }

.stage__image img {
  display: block;
  width: 100%;
  max-width: 100%; }

.stage.stage--fullwidth .stage__image img {
  width: auto;
  max-width: none;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0); }

.stage .l-wrapper {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  position: relative; }

.stage__teaser {
  text-align: left; }
  @media screen and (min-width: 960px) {
    .stage__teaser {
      display: block;
      overflow: hidden; } }

/* LAYOUT */
.l-grid {
  margin-bottom: 0; }

.l-grid + .l-grid,
.l-grid + a + .l-grid {
  margin-top: 1em; }

.l-grid__20 p,
.l-grid__25 p,
.l-grid__33 p {
  overflow-wrap: break-word; }

@media (max-width: 575px) {
  .l-grid__20 {
    width: 100%; } }

.l-top {
  padding: 0 20px;
  overflow: hidden; }
  .l-top .l-wrapper {
    margin-bottom: 2em; }

.l-main--single {
  display: block;
  width: 100%;
  padding-bottom: 2em;
  position: relative;
  margin-top: 1em !important; }

.l-main {
  padding-bottom: 2em; }

.l-main__content > h1 {
  margin-top: 1em; }

.l-main__content > h1:first-child {
  margin-top: 0; }

.l-main__sidebar {
  margin-top: 1.5em; }
  @media screen and (min-width: 1130px) {
    .l-main__sidebar {
      margin-top: 0; } }

.l-contact {
  padding: 40px 0; }

.l-bottom + .l-contact {
  margin-top: 0; }

.l-main + .l-contact,
.l-main--single + .l-contact {
  margin-top: 40px; }

.l-wrapper {
  padding: 0 20px 0 20px; }
  .l-wrapper .breadcrumb {
    margin-top: .75em; }
  @media (min-width: 1200px) {
    .l-wrapper {
      padding: 0; } }

@media print {
  .l-main--single, .l-main, .l-bottom {
    padding-top: 2em;
    padding-bottom: 3em; } }

/* BASE */
.cc-window .cc-compliance a.cc-btn,
.button,
a.button,
button.button {
  margin: 0.3125em 0;
  padding: 12px 30px;
  border-radius: 4px;
  border: solid 2px #ffd400;
  background: transparent;
  color: #1e3f50;
  cursor: pointer;
  font-family: "SourceSerifPro-Regular", serif;
  font-size: 18px;
  font-size: calc(18px + (18 - 18) * (100vw - 320px) / (1130 - 320));
  line-height: 22px;
  letter-spacing: 0.82px;
  text-decoration: none;
  overflow-wrap: break-word;
  display: inline-block;
  transition: all 0.5s; }
  @media screen and (min-width: 1130px) {
    .cc-window .cc-compliance a.cc-btn,
    .button,
    a.button,
    button.button {
      font-size: 18px; } }
  .cc-window .cc-compliance a.cc-btn::after,
  .button::after,
  a.button::after,
  button.button::after {
    content: "";
    background: url(../assets/icons/icon-arrow_ch_anwr_garant_schweiz_hp_blue_svg.svg) center no-repeat;
    display: inline-block;
    margin-left: 8px;
    height: 22px;
    width: 30px;
    background-size: 100% 100%;
    vertical-align: sub;
    transition: 0.7s; }
  .cc-window .cc-compliance a.cc-btn:hover, .cc-window .cc-compliance a.cc-btn:active,
  .button:hover,
  .button:active,
  a.button:hover,
  a.button:active,
  button.button:hover,
  button.button:active {
    background: #ffd400;
    color: #1e3f50;
    cursor: pointer;
    border-color: #ffd400; }
    .cc-window .cc-compliance a.cc-btn:hover::after, .cc-window .cc-compliance a.cc-btn:active::after,
    .button:hover::after,
    .button:active::after,
    a.button:hover::after,
    a.button:active::after,
    button.button:hover::after,
    button.button:active::after {
      content: "";
      background: url(../assets/icons/icon-arrow_ch_anwr_garant_schweiz_hp_white_svg.svg) center no-repeat;
      display: inline-block;
      margin-left: 8px;
      height: 22px;
      width: 30px;
      background-size: 100% 100%;
      vertical-align: sub;
      transition: 0.7s; }
  .cc-window .cc-compliance a.cc-btn .icon,
  .button .icon,
  a.button .icon,
  button.button .icon {
    margin-top: -4px;
    display: inline-block;
    margin-right: 0.3em;
    font-size: 1.15em;
    vertical-align: middle; }
    .cc-window .cc-compliance a.cc-btn .icon::before,
    .button .icon::before,
    a.button .icon::before,
    button.button .icon::before {
      margin-left: 0; }
  .cc-window .cc-compliance a.cc-btn:focus,
  .button:focus,
  a.button:focus,
  button.button:focus {
    outline: none; }
  .cc-window .cc-compliance a.cc-btn--flat,
  .button--flat,
  a.button--flat,
  button.button--flat {
    background: transparent;
    color: #404040;
    border-color: transparent;
    line-height: 28px;
    border: solid 2px #404040;
    vertical-align: top; }
    .cc-window .cc-compliance a.cc-btn--flat::before,
    .button--flat::before,
    a.button--flat::before,
    button.button--flat::before {
      display: none;
      line-height: 40px; }
    .cc-window .cc-compliance a.cc-btn--flat:hover,
    .button--flat:hover,
    a.button--flat:hover,
    button.button--flat:hover {
      background: #ffd400;
      border-color: #ffd400;
      transition: 0.3s; }
    .cc-window .cc-compliance a.cc-btn--flat.active,
    .button--flat.active,
    a.button--flat.active,
    button.button--flat.active {
      background: #ffd400;
      border: solid 1px #ffd400; }
    .cc-window .cc-compliance a.cc-btn--flat span, .cc-window .cc-compliance a.cc-btn--flat:after,
    .button--flat span,
    .button--flat:after,
    a.button--flat span,
    a.button--flat:after,
    button.button--flat span,
    button.button--flat:after {
      display: none; }
  .cc-window .cc-compliance a.cc-btn--toggle,
  .button--toggle,
  a.button--toggle,
  button.button--toggle {
    height: 40px;
    font-family: "SourceSansPro-Bold", sans-serif; }
    .cc-window .cc-compliance a.cc-btn--toggle::before, .cc-window .cc-compliance a.cc-btn--toggle::after,
    .button--toggle::before,
    .button--toggle::after,
    a.button--toggle::before,
    a.button--toggle::after,
    button.button--toggle::before,
    button.button--toggle::after {
      display: none; }
    .cc-window .cc-compliance a.cc-btn--toggle.active,
    .button--toggle.active,
    a.button--toggle.active,
    button.button--toggle.active {
      background: #ffd400;
      border: #ffd400;
      color: #1e3f50; }
  .l-grid__20 .cc-window .cc-compliance a.cc-btn, .l-grid__20
  .button, .l-grid__20
  a.button, .l-grid__20
  button.button {
    line-height: 30px;
    text-align: center; }
  .product-overview__headline .cc-window .cc-compliance a.cc-btn, .product-overview__headline
  .button, .product-overview__headline
  a.button, .product-overview__headline
  button.button {
    height: 50px;
    padding: 12px 30px 43px 30px; }

.stage__sticker .button::after,
.stage__sticker a.button::after,
.stage__sticker button.button::after,
.newscard .button::after,
.newscard a.button::after,
.newscard button.button::after {
  content: "";
  background: url(../assets/icons/icon-arrow_ch_anwr_garant_schweiz_hp_white_svg.svg) center no-repeat;
  background-size: 100%; }

.brand__item-block .cc-window .cc-compliance a.cc-btn::after,
.brand__item-block .button::after,
.brand__item-block a.button::after,
.brand__item-block button.button::after {
  content: "";
  background: url(../assets/icons/icon-arrow_ch_anwr_garant_schweiz_hp_white_svg.svg) center no-repeat;
  background-size: 100%; }

.cc-window .cc-compliance a.cc-btn {
  background: #ffd400;
  color: white;
  padding: 8px 20px;
  font-weight: 400;
  cursor: pointer;
  border: 2px solid #e5e5e5;
  border-radius: 4px; }
  .cc-window .cc-compliance a.cc-btn::before {
    color: white; }

.l-grid__20 .mediabox__text .button {
  padding: 12px 26px; }

.divider, hr {
  margin: 2em auto;
  height: 1px;
  width: 100%;
  border: none;
  background: #afafaf; }

.dropdown {
  margin: 30px auto;
  width: 100%;
  max-width: 350px;
  display: inline-block;
  position: relative; }
  @media screen and (min-width: 1130px) {
    .dropdown {
      cursor: pointer; } }

.dropdown__label {
  position: relative;
  padding: 15px 20px;
  height: 52px;
  font-family: "SourceSansPro-Bold", sans-serif;
  line-height: 25px;
  cursor: pointer;
  border: 2px solid #404040;
  border-radius: 4px;
  font-size: 20px;
  color: #404040; }
  .dropdown__label:after {
    content: "";
    display: block;
    position: absolute;
    height: 9px;
    width: 16px;
    background: url("../assets/icons/icon-arrow-down_ch_anwr_garant_schweiz_hp_svg.svg") center no-repeat;
    right: 20px;
    top: 50%; }

.dropdown__label.active {
  border-color: #e5e5e5; }
  .dropdown__label.active:after {
    transform: rotate(180deg); }

.dropdown__list {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  min-width: 100%;
  bottom: 0;
  transform: translateY(100%);
  z-index: 999;
  border: 2px solid #404040;
  border-top: none;
  border-radius: 4px; }

.dropdown__list__element {
  color: #404040;
  background: white;
  text-align: left; }
  .dropdown__list__element:hover {
    background: #ffd400; }
    .dropdown__list__element:hover a {
      text-decoration: none;
      color: white; }
      .dropdown__list__element:hover a:active {
        color: white; }
  .dropdown__list__element::before {
    display: none; }

.dropdown__list__element a {
  padding: 10px 20px 14px 20px;
  display: block;
  color: #404040;
  text-decoration: none;
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .dropdown__list__element a {
      font-size: 16px; } }

.dropdown.active > .dropdown__list {
  display: block; }

.form {
  margin: 0 auto;
  width: 100%;
  max-width: 790px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (min-width: 768px) {
    .form {
      margin: 0; } }

::placeholder {
  color: #5c5c5c; }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    ::-webkit-input-placeholder {
      opacity: 1;
      padding: 5px 0; } } }

:-ms-input-placeholder {
  padding: 5px 7px; }

input,
select,
option,
textarea,
.select-styled__container {
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 20px; }

textarea {
  overflow: auto; }

input[type="submit"],
input[type="radio"] + label {
  cursor: pointer; }

label {
  font-size: 18px;
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1130 - 320));
  color: #5c5c5c; }
  @media screen and (min-width: 1130px) {
    label {
      font-size: 18px; } }

label[class="is-mandatory"] {
  font-family: "SourceSansPro-Regular", sans-serif; }
  label[class="is-mandatory"]::after {
    color: #5c5c5c;
    content: "*"; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"]:not(.order-list__count),
input[type="date"],
input[type="tel"],
select,
textarea,
.select-styled__container {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 10px;
  width: 100%;
  display: block;
  border-radius: 4px;
  border: 2px solid #afafaf;
  background: transparent;
  color: #5c5c5c;
  font-size: 20px;
  font-size: calc(20px + (20 - 20) * (100vw - 320px) / (1130 - 320));
  transition: 0.2s ease; }
  @media screen and (min-width: 1130px) {
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="number"]:not(.order-list__count),
    input[type="date"],
    input[type="tel"],
    select,
    textarea,
    .select-styled__container {
      font-size: 20px; } }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="number"]:not(.order-list__count):focus,
  input[type="date"]:focus,
  input[type="tel"]:focus,
  select:focus,
  textarea:focus,
  .select-styled__container:focus {
    outline: none;
    border-color: #5c5c5c; }
  input[type="text"]:focus::placeholder,
  input[type="password"]:focus::placeholder,
  input[type="email"]:focus::placeholder,
  input[type="number"]:not(.order-list__count):focus::placeholder,
  input[type="date"]:focus::placeholder,
  input[type="tel"]:focus::placeholder,
  select:focus::placeholder,
  textarea:focus::placeholder,
  .select-styled__container:focus::placeholder {
    color: #e5e5e5; }
  input[type="text"][disabled]::placeholder,
  input[type="password"][disabled]::placeholder,
  input[type="email"][disabled]::placeholder,
  input[type="number"]:not(.order-list__count)[disabled]::placeholder,
  input[type="date"][disabled]::placeholder,
  input[type="tel"][disabled]::placeholder,
  select[disabled]::placeholder,
  textarea[disabled]::placeholder,
  .select-styled__container[disabled]::placeholder {
    color: #1c1c1c; }
  @media screen and (min-width: 1230px) {
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="number"]:not(.order-list__count),
    input[type="date"],
    input[type="tel"],
    select,
    textarea,
    .select-styled__container {
      height: 52px; } }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

textarea {
  resize: none;
  height: auto; }

input[type="radio"],
input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  padding: 0;
  margin: 0;
  z-index: -1;
  top: 1em;
  left: 0.3em; }

input[type="radio"] + label {
  padding-left: 1.7em;
  font-size: 14px;
  font-size: calc(16px + (14 - 16) * (100vw - 320px) / (1130 - 320));
  vertical-align: top; }
  @media screen and (min-width: 1130px) {
    input[type="radio"] + label {
      font-size: 14px; } }
  input[type="radio"] + label:before {
    margin-top: 0.1em;
    margin-right: 10px;
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-color: white;
    border: 2px solid #dddddd;
    border-radius: 50%;
    font-size: 14px;
    font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320));
    text-align: center;
    color: #5c5c5c;
    transition: background-color 0 0.2s ease, border-color 0 0.2s ease; }
    @media screen and (min-width: 1130px) {
      input[type="radio"] + label:before {
        font-size: 14px; } }
    @media screen and (min-width: 640px) {
      input[type="radio"] + label:before {
        margin-top: 0.3em; } }
  input[type="radio"] + label:active:before {
    background-color: white;
    border-color: #1c1c1c; }

.input-group label:first-child {
  padding-left: 0; }

input[type="radio"]:checked + label:before {
  background-color: #ffd400;
  box-shadow: inset 0 0 0px 0.2em #404040; }

input[type="radio"]:disabled + label {
  color: #dddddd; }
  input[type="radio"]:disabled + label:before {
    border-color: #f6f6f6; }

select,
.select-styled__container {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  font-size: 20px;
  font-size: calc(20px + (20 - 20) * (100vw - 320px) / (1130 - 320));
  transition: 0.2s ease;
  padding-top: 10px; }
  @media screen and (min-width: 1130px) {
    select,
    .select-styled__container {
      font-size: 20px; } }
  select:hover,
  .select-styled__container:hover {
    cursor: pointer; }

select::-ms-expand {
  display: none; }

select option,
.options li {
  z-index: 1;
  background: white;
  font-size: 20px;
  font-size: calc(20px + (20 - 20) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    select option,
    .options li {
      font-size: 20px; } }

.select-styled__dropdown {
  color: #404040; }

.form .select-styled__container {
  height: 52px; }

.select__container {
  position: relative; }
  .select__container.filter {
    margin: auto;
    margin-top: 1em;
    color: #cd1316;
    display: inline-block;
    width: auto; }

.select__container select {
  padding-right: 2em;
  color: #333333; }

.filter > select {
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1130 - 320));
  padding-right: 40px;
  border: 2px solid #cd1316;
  background-color: white;
  color: #cd1316;
  font-family: "SourceSansPro-Semibold", sans-serif; }
  @media screen and (min-width: 1130px) {
    .filter > select {
      font-size: 16px; } }

.filter > select option {
  background-color: white;
  color: #cd1316; }
  .filter > select option:hover {
    background: #cd1316;
    color: white; }

input[type="checkbox"] + label {
  display: block;
  padding-left: 1.8em;
  position: relative;
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 18px;
  color: #5c5c5c;
  letter-spacing: 0;
  line-height: 25px; }
  input[type="checkbox"] + label:before {
    content: "";
    margin-left: -2em;
    margin-right: 0.5em;
    display: inline-block;
    width: 27px;
    height: 27px;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #dddddd;
    color: white;
    font-size: 14px;
    font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320));
    line-height: 1.2em;
    transition: 0.2s;
    border-radius: 4px; }
    @media screen and (min-width: 1130px) {
      input[type="checkbox"] + label:before {
        font-size: 14px; } }
  input[type="checkbox"] + label:hover {
    cursor: pointer; }
  input[type="checkbox"] + label a {
    text-decoration: underline; }

input[type="checkbox"]:checked + label:before {
  background: url("../assets/icons/icon-check_ch_anwr_garant_schweiz_hp_white_svg.svg") center no-repeat;
  background-color: #ffd400;
  border-color: #ffd400; }

input[type="checkbox"]:disabled + label {
  color: #dddddd; }
  input[type="checkbox"]:disabled + label:before {
    border-color: #dddddd; }

.input-group > label + .input-align {
  margin-top: 0.8em; }

.error-msg {
  border-radius: 0 0 4px 4px;
  width: 100%;
  background-color: #ffd400;
  font-family: "SourceSansPro-Regular", sans-serif;
  color: #e5e5e5;
  font-size: 14px;
  max-height: 25px;
  margin-top: -2px;
  padding: 0 14px 5px 14px; }

input.error,
textarea.error {
  border-color: #ffd400; }

input[type="radio"] + .error:before,
input[type="checkbox"] + .error:before {
  border-color: #ffd400; }

form label.error-label {
  color: #cd1316; }
  form label.error-label::before {
    border: 2px solid #cd1316; }

.input-align {
  position: relative; }
  .input-align .error-msg {
    display: none; }

form .input-align .input[type="radio"],
form .input-align .input[type="checkbox"] {
  width: 10px;
  height: 10px; }

form label.is-invalid {
  color: #cd1316; }

form label.is-invalid + input[type="text"],
form label.is-invalid + input[type="date"],
form label.is-invalid + textarea,
form label.is-invalid + select {
  border-color: #cd1316; }

form label.is-invalid + div > input[type="radio"] + label {
  color: #cd1316; }

form label.is-invalid + div > input[type="radio"] + label::before {
  border-color: #cd1316; }

.input-text, .form .form__row .marked {
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 14px;
  color: #e5e5e5;
  letter-spacing: 0;
  line-height: 18px;
  display: block;
  margin-top: 8px; }

label[for="email-repeat"] {
  display: none; }

.email-sweet {
  transform: scale(0);
  height: 0;
  width: 0;
  overflow: hidden;
  margin: 0 -10px;
  padding: 0;
  display: block; }

.input-placeholder {
  flex-basis: 100%; }

.input-20,
.input-30,
.input-50,
.input-70,
.input-80,
.input-100 {
  margin-top: 0.7142857143em; }
  @media screen and (min-width: 780px) {
    .input-20,
    .input-30,
    .input-50,
    .input-70,
    .input-80,
    .input-100 {
      margin-top: 24px; } }

.input-20 {
  flex-basis: 100%; }
  @media screen and (min-width: 780px) {
    .input-20 {
      flex-basis: 19%; } }

.input-30 {
  flex-basis: 100%; }
  @media screen and (min-width: 780px) {
    .input-30 {
      flex-basis: 29%; } }

.input-50 {
  flex-basis: 100%; }
  @media screen and (min-width: 780px) {
    .input-50 {
      flex-basis: 49%; } }

.input-70 {
  flex-basis: 100%; }
  @media screen and (min-width: 780px) {
    .input-70 {
      flex-basis: 69%; } }

.input-80 {
  flex-basis: 100%; }
  @media screen and (min-width: 780px) {
    .input-80 {
      flex-basis: 79%; } }

.input-100 {
  flex-basis: 100%; }

.form .form__row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  @media (min-width: 576px) {
    .form .form__row {
      flex-direction: row;
      justify-content: space-between;
      align-items: baseline; } }
  .form .form__row h4,
  .form .form__row h1,
  .form .form__row h2,
  .form .form__row h4,
  .form .form__row b,
  .form .form__row p {
    font-size: 46px;
    font-family: "SourceSansPro-Regular", sans-serif !important;
    letter-spacing: 0.26px; }
  .form .form__row .form-link {
    text-transform: uppercase;
    float: right;
    font-family: "SourceSansPro-Regular", sans-serif;
    font-size: 20px;
    margin-bottom: 20px; }
  .form .form__row .marked {
    font-size: 14px; }

.no-label label {
  display: none; }

#calendar-control-json {
  flex: 0 0 100%; }

h1, h2, h3, h4, h5 {
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

h1, .alpha {
  margin-top: 5px;
  margin-bottom: 0.4em;
  font-family: "SourceSerifPro-Regular", serif;
  font-size: 50px;
  font-size: calc(46px + (50 - 46) * (100vw - 320px) / (1130 - 320));
  line-height: 57px;
  letter-spacing: 0;
  font-weight: 100; }
  @media screen and (min-width: 1130px) {
    h1, .alpha {
      font-size: 50px; } }
  h1.underlined:after, .alpha.underlined:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 0.375em;
    margin-bottom: 0.5em;
    background-color: #e5e5e5; }
  h1.centered, .alpha.centered {
    text-align: center; }
  h1 i, .alpha i {
    font-family: "Charis-Italic", serif; }
  h1 b, .alpha b {
    font-family: "Charis-Bold", serif; }
  h1 i b, h1 b i, .alpha i b, .alpha b i {
    font-family: "Charis-BoldItalic", serif; }

h1 > a, .alpha > a {
  color: #cd1316; }
  h1 > a:active, .alpha > a:active {
    color: #cd1316; }
  @media screen and (min-width: 1130px) {
    h1 > a:hover, h1 > a:focus, .alpha > a:hover, .alpha > a:focus {
      color: #cd1316;
      text-decoration: none; } }

.mediabox__text h1:last-child, .mediabox__text .alpha:last-child {
  margin-bottom: 0; }

.mediabox__text h1:first-child, .mediabox__text .alpha:first-child {
  margin-top: 0; }

.l-main > .mediabox:first-child > h1, .l-main > .mediabox:first-child > .alpha {
  margin-top: 0; }

.l-main__content > .mediabox:first-child > h1, .l-main__content > .mediabox:first-child > .alpha {
  margin-top: 0; }

.l-main__sidebar .alpha {
  font-size: 30px;
  font-size: calc(26px + (30 - 26) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-main__sidebar .alpha {
      font-size: 30px; } }

.l-highlight > .mediabox:first-child > .alpha {
  margin-top: 0; }

.l-seo > .mediabox > .alpha {
  font-size: 35px;
  font-size: calc(25px + (35 - 25) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-seo > .mediabox > .alpha {
      font-size: 35px; } }

h2, .beta {
  margin-top: 0;
  margin-bottom: 0.4761904762em;
  font-family: "SourceSerifPro-Regular", serif;
  font-size: 40px;
  font-size: calc(46px + (40 - 46) * (100vw - 320px) / (1130 - 320));
  line-height: 42px;
  letter-spacing: 0.26px; }
  @media screen and (min-width: 1130px) {
    h2, .beta {
      font-size: 40px; } }
  h2.underlined:after, .beta.underlined:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 0.375em;
    margin-bottom: 0.5em;
    background-color: #e5e5e5; }
  h2.centered, .beta.centered {
    text-align: center; }
  h2 i, .beta i {
    font-family: "Charis-Italic", serif; }
  h2 b, .beta b {
    font-family: "SourceSansPro-Regular", sans-serif; }
  h2 i b, h2 b i, .beta i b, .beta b i {
    font-family: "Charis-BoldItalic", serif; }

h2 > a, .beta > a {
  color: #cd1316; }
  h2 > a:active, .beta > a:active {
    color: #cd1316; }
  @media screen and (min-width: 1130px) {
    h2 > a:hover, h2 > a:focus, .beta > a:hover, .beta > a:focus {
      color: #cd1316;
      text-decoration: none; } }

.mediabox__text h2:last-child, .mediabox__text .beta:last-child {
  margin-bottom: 0; }

.mediabox__text h2:first-child, .mediabox__text .beta:first-child {
  margin-top: 0; }

.l-main > .mediabox:first-child > h2, .l-main > .mediabox:first-child > .beta {
  margin-top: 0; }

.l-main__content > .mediabox:first-child > h2, .l-main__content > .mediabox:first-child > .beta {
  margin-top: 0; }

.l-main__sidebar h2, .l-main__sidebar .beta {
  font-size: 30px;
  font-size: calc(26px + (30 - 26) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-main__sidebar h2, .l-main__sidebar .beta {
      font-size: 30px; } }

.l-highlight > .mediabox:first-child > h2, .l-highlight > .mediabox:first-child > .beta {
  margin-top: 0; }

.l-seo > .mediabox > h2, .l-seo > .mediabox > .beta {
  font-size: 28px;
  font-size: calc(22px + (28 - 22) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-seo > .mediabox > h2, .l-seo > .mediabox > .beta {
      font-size: 28px; } }

.l-grid__33 h2, .l-grid__25 h2, .l-grid__20 h2 {
  font-size: 34px;
  font-size: calc(26px + (34 - 26) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-grid__33 h2, .l-grid__25 h2, .l-grid__20 h2 {
      font-size: 34px; } }

h3, .gamma {
  margin-top: 0;
  margin-bottom: 0.625em;
  font-family: "SourceSerifPro-Regular", serif;
  font-size: 32px;
  font-size: calc(32px + (32 - 32) * (100vw - 320px) / (1130 - 320));
  line-height: 36px;
  letter-spacing: 0.5px; }
  @media screen and (min-width: 1130px) {
    h3, .gamma {
      font-size: 32px; } }
  h3.underlined:after, .gamma.underlined:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 0.375em;
    margin-bottom: 0.5em;
    background-color: #dddddd; }
  h3.centered, .gamma.centered {
    text-align: center; }
  h3 i, .gamma i {
    font-family: "Charis-Italic", serif; }
  h3 b, .gamma b {
    font-family: "Charis-Bold", serif; }
  h3 i b, h3 b i, .gamma i b, .gamma b i {
    font-family: "Charis-BoldItalic", serif; }

h3 > a, .gamma > a {
  color: #cd1316; }
  h3 > a:active, .gamma > a:active {
    color: #cd1316; }
  @media screen and (min-width: 1130px) {
    h3 > a:hover, h3 > a:focus, .gamma > a:hover, .gamma > a:focus {
      color: #cd1316;
      text-decoration: none; } }

.mediabox__text h3, .mediabox__text .gamma {
  margin-bottom: 0.3125em; }
  .mediabox__text h3:last-child, .mediabox__text .gamma:last-child {
    margin-bottom: 0; }
  .mediabox__text h3:first-child, .mediabox__text .gamma:first-child {
    margin-top: 0; }

.l-main > .mediabox:first-child > h3, .l-main > .mediabox:first-child > .gamma {
  margin-top: 0; }

.l-main__content > .mediabox:first-child > h3, .l-main__content > .mediabox:first-child > .gamma {
  margin-top: 0; }

.l-main__sidebar h3, .l-main__sidebar .gamma {
  font-size: 30px;
  font-size: calc(26px + (30 - 26) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-main__sidebar h3, .l-main__sidebar .gamma {
      font-size: 30px; } }

.l-highlight > .mediabox:first-child > h3, .l-highlight > .mediabox:first-child > .gamma {
  margin-top: 0; }

.l-seo > .mediabox > h3, .l-seo > .mediabox > .gamma {
  font-size: 24px;
  font-size: calc(19px + (24 - 19) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-seo > .mediabox > h3, .l-seo > .mediabox > .gamma {
      font-size: 24px; } }

h4, .gamma {
  margin-top: 0;
  font-family: "SourceSerifPro-Regular", serif;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: 0.75em;
  font-size: 29px;
  font-size: calc(19px + (29 - 19) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    h4, .gamma {
      font-size: 29px; } }

@media print {
  h1, .alpha, h2, .beta, h3, .gamma {
    margin-top: 0.8em;
    margin-bottom: 0.4em; } }

h5 {
  margin-top: 0;
  margin-bottom: 1.175em; }

a {
  color: #1e3f50; }
  a:hover {
    text-decoration: underline;
    color: #3189a6;
    font-weight: normal;
    text-shadow: 0.8px 0 0 currentColor; }
  a:active:not(.button) {
    color: #1e3f50;
    background: #ffd400; }
  a.button:hover {
    color: #1e3f50; }

a,
a.button,
a.nav-big__trigger {
  text-decoration: none; }

.lang a {
  text-decoration: none !important; }

.contact a {
  color: #404040; }
  .contact a:hover, .contact a:focus {
    color: #999999; }

.primary-menu__item {
  text-decoration: none; }

.primary-menu__row button {
  text-decoration: none; }

.breadcrumb li a {
  text-decoration: none; }

.link-headline {
  display: inline-block;
  float: right;
  margin-top: -3em;
  font-family: "SourceSansPro-Regular", sans-serif;
  position: relative;
  right: 0; }
  @media (max-width: 575px) {
    .link-headline {
      float: left;
      margin-top: -2em; } }
  @media (max-width: 575px) {
    .link-headline.events-button {
      margin-top: 5px;
      margin-bottom: 25px; } }

ol, ul {
  padding-left: 0;
  list-style: none;
  line-height: 1.1em; }

ol {
  counter-reset: section; }

ol > li:before {
  display: inline-block;
  width: 20px;
  height: 100%;
  margin-right: 5px;
  counter-increment: section;
  content: counter(section) ")"; }

ul + ol,
ol + ol {
  margin-top: 40px; }

.mediabox .mediabox__text ul {
  overflow: hidden;
  padding-left: 10px;
  margin-top: 10px; }

.teaser-text__container ul > li,
.mediabox .mediabox__text ul > li {
  font-size: 20px;
  margin-left: 15px; }
  .teaser-text__container ul > li:before,
  .mediabox .mediabox__text ul > li:before {
    content: '·';
    display: inline-block;
    width: 20px;
    height: 100%;
    margin-left: -20px;
    position: relative;
    font-size: 1.4em;
    text-align: center;
    top: .15em;
    font-family: "SourceSansPro-Bold", sans-serif; }

ol + ul,
ul + ul {
  margin-top: 40px; }

p {
  margin-top: 1em; }
  p.centered {
    text-align: center; }
  p.right-aligned {
    text-align: right; }
  p.intro {
    margin-bottom: 1.2em;
    font-size: 24px;
    font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1130 - 320));
    line-height: 1.3em; }
    @media screen and (min-width: 1130px) {
      p.intro {
        font-size: 24px; } }

.mediabox__text p:last-child {
  margin-bottom: 0; }

.result__summary p:first-child {
  margin-top: 0; }

.result__description p {
  margin-top: .35em;
  margin-bottom: .35em; }
  .result__description p:first-child {
    margin-top: 0; }
  .result__description p:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 1130px) {
  p.wrapped-text {
    padding-left: 10em;
    padding-right: 10em; } }

table {
  margin: 50px 0;
  border-collapse: collapse;
  font-size: 14px;
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1130 - 320));
  line-height: 1.4em; }
  @media screen and (min-width: 1130px) {
    table {
      font-size: 14px; } }
  table th, table td {
    font-size: 20px;
    color: #404040;
    text-align: left;
    width: 332px;
    border-right: solid 25px transparent;
    padding: 20px 0 6px 0; }

table thead {
  font-family: "SourceSansPro-Bold", sans-serif;
  line-height: 25px; }
  table thead th {
    box-shadow: inset 0 -2px 0 0 #888888; }

table tbody td {
  box-shadow: inset 0 -1px 0 0 #888888;
  font-family: "SourceSansPro-Regular", sans-serif;
  line-height: 25px; }

/* MODULE */
html {
  height: -webkit-fill-available; }

body {
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 20px;
  font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1130 - 320));
  line-height: 1.6em;
  color: #1e3f50;
  font-smooth: antialiased;
  height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100vh; }
  @media screen and (min-width: 1130px) {
    body {
      font-size: 20px; } }
  @media screen and (min-width: 1130px) {
    body {
      line-height: 1.4em; } }

.l-main__sidebar {
  line-height: 1.375em; }

b {
  font-weight: normal;
  font-family: "SourceSansPro-Semibold", sans-serif; }

i {
  font-style: normal;
  font-family: "SourceSansPro-Italic", sans-serif; }

b i,
i b {
  font-style: normal;
  font-weight: normal;
  font-family: "SourceSansPro-Bolditalic", sans-serif; }

.accordion {
  margin-bottom: 3em;
  max-width: 690px; }

.accordion.is-initialized dt {
  display: flex;
  justify-content: space-between;
  font-family: "SourceSansPro-Bold", sans-serif;
  font-size: 20px;
  font-size: calc(20px + (20 - 20) * (100vw - 320px) / (1130 - 320));
  margin: 0;
  padding: 18px 18px 10px 25px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  border-top: solid 1px #5c5c5c;
  border-bottom: none; }
  @media screen and (min-width: 1130px) {
    .accordion.is-initialized dt {
      font-size: 20px; } }
  .accordion.is-initialized dt:last-of-type {
    border-bottom: solid 1px #5c5c5c; }
  .accordion.is-initialized dt:after {
    background: url(../assets/icons/icon-arrow-small_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
    content: "";
    text-align: center;
    display: block;
    top: 30%;
    right: 21px;
    width: 15px;
    height: 22px;
    transform: rotate(90deg);
    transition: transform 0.6s ease;
    background-size: cover;
    margin-left: 10px; }
  .accordion.is-initialized dt:hover {
    border-top: solid 1px #ffd400;
    border-bottom: solid 1px #ffd400;
    background-color: #ffd400;
    color: #1e3f50;
    transition: 0.4s ease; }
    .accordion.is-initialized dt:hover:after {
      background: url(../assets/icons/icon-arrow-small-white_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
      content: "";
      text-align: center;
      display: block;
      top: 30%;
      right: 21px;
      width: 15px;
      height: 22px;
      transform: rotate(90deg);
      transition: transform 0.6s ease;
      background-size: cover;
      margin-left: 10px; }
  @media screen and (min-with: 790px) {
    .accordion.is-initialized dt {
      line-height: 1.4em;
      padding: 0.5384615385em 2.3076923077em 0.5384615385em 1.5384615385em; }
      .accordion.is-initialized dt:after {
        right: 1.5384615385em; } }

.accordion.is-initialized dd {
  font-size: 20px;
  font-size: calc(20px + (20 - 20) * (100vw - 320px) / (1130 - 320));
  margin: 0;
  padding: 18px; }
  @media screen and (min-width: 1130px) {
    .accordion.is-initialized dd {
      font-size: 20px; } }
  .accordion.is-initialized dd .mediabox {
    margin-bottom: 0; }

.accordion.is-initialized dd p {
  font-size: 20px;
  font-size: calc(20px + (20 - 20) * (100vw - 320px) / (1130 - 320));
  line-height: 1.5625em;
  vertical-align: top;
  font-family: "SourceSansPro-Regular", sans-serif; }
  @media screen and (min-width: 1130px) {
    .accordion.is-initialized dd p {
      font-size: 20px; } }

.accordion.is-initialized dd h5 {
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .accordion.is-initialized dd h5 {
      font-size: 16px; } }

.accordion.is-initialized dd .mediabox__media p {
  font-size: 20px;
  font-size: calc(20px + (20 - 20) * (100vw - 320px) / (1130 - 320));
  font-family: "SourceSansPro-Regular", sans-serif; }
  @media screen and (min-width: 1130px) {
    .accordion.is-initialized dd .mediabox__media p {
      font-size: 20px; } }

.accordion.is-initialized dt.is-active {
  border-bottom: none; }
  .accordion.is-initialized dt.is-active:after {
    transform: rotate(270deg); }

.banner {
  display: none;
  margin-top: 60px;
  margin-bottom: 100px;
  padding: 1em 1.5em;
  background: #f6f6f6;
  line-height: 2em;
  font-size: 14px;
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .banner {
      font-size: 14px; } }
  .banner p {
    margin: 0; }

.banner__date {
  font-family: "SourceSansPro-Italic", sans-serif; }

.banner p > span {
  margin-left: 10px;
  font-family: "SourceSansPro-Bold", sans-serif; }

.brand__item {
  width: 50%;
  float: left;
  cursor: pointer;
  margin: 5px;
  flex: 0 1 calc(20% - 10px); }
  @media (min-width: 992px) {
    .brand__item:hover {
      opacity: 0.8;
      cursor: pointer; }
      .brand__item:hover .button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -60%);
        display: flex;
        text-align: center; } }
  @media (max-width: 575px) {
    .brand__item {
      flex: 0 1 calc(33% - 10px); } }

.brand__item-container {
  margin: 10px 10px; }

.brand__item-block {
  position: relative; }
  .brand__item-block .button {
    display: none;
    width: 140px;
    justify-content: center;
    align-items: center;
    background-color: #ffd400;
    border-color: #ffd400; }

.brand__item-block {
  position: relative; }

.brand__item-image {
  width: 100%;
  max-height: 160px;
  z-index: 2; }
  .brand__item-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block; }

.brand__item-link {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: inline-block; }

.brand__item-fallback {
  width: 100%;
  height: 100%;
  max-height: 160px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center; }
  .brand__item-fallback p {
    margin-left: 0; }

.brand__detail {
  position: relative; }

.brand__detail-image {
  width: 100%;
  z-index: 2; }
  .brand__detail-image img {
    width: 100%;
    max-height: 160px;
    max-width: 390px;
    object-fit: cover; }

.brand__detail-fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 160px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center; }
  .brand__detail-fallback p {
    margin-left: 0; }

.brand__detail-info {
  margin-top: 20px; }
  .brand__detail-info h3 {
    margin-bottom: 0; }
  .brand__detail-info ul {
    margin-top: 0; }

.brand__detail-link {
  text-transform: uppercase; }
  .brand__detail-link:before {
    content: "";
    display: inline-block;
    height: 12px;
    width: 16px;
    background: url("../assets/icons/icon-arrow-down_ch_anwr_garant_schweiz_hp_svg.svg") center no-repeat;
    margin-right: 5px;
    margin-top: -3px;
    transform: rotate(-90deg); }

.brand__filter {
  max-width: 1232px;
  margin-bottom: 32px;
  margin-right: 20px; }

@media (max-width: 575px) {
  .brand__filter-container {
    margin: 30px auto;
    width: 100%;
    display: inline-block;
    position: relative; } }
  @media screen and (max-width: 575px) and (min-width: 1130px) {
    .brand__filter-container {
      cursor: pointer; } }

@media (min-width: 576px) {
  .brand__filter-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 20px; } }

@media (max-width: 575px) {
  .brand__filter-list {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    min-width: 100%;
    bottom: 0;
    transform: translateY(100%);
    z-index: 3;
    border: 2px solid #e5e5e5;
    border-top: none;
    border-radius: 4px; } }

@media (max-width: 575px) {
  .brand__filter-list--label {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 15px 20px;
    height: 52px;
    font-family: "SourceSansPro-Regular", sans-serif;
    line-height: 25px;
    cursor: pointer;
    border: 2px solid #5c5c5c;
    border-radius: 4px;
    font-size: 20px;
    color: #5c5c5c;
    text-transform: uppercase; }
    .brand__filter-list--label:after {
      content: "";
      display: block;
      position: absolute;
      height: 9px;
      width: 16px;
      background: url("../assets/icons/icon-arrow-down_ch_anwr_garant_schweiz_hp_svg.svg") center no-repeat;
      right: 20px;
      top: 50%; } }

@media (min-width: 576px) {
  .brand__filter-list--label {
    display: none; } }

.brand__filter-list--label.active {
  border-color: #5c5c5c; }
  .brand__filter-list--label.active:after {
    transform: rotate(180deg); }

@media (max-width: 575px) {
  .brand__filer--item {
    color: #5c5c5c;
    background: #1c1c1c;
    text-align: left; }
    .brand__filer--item:hover {
      border: 2px solid #ffd400; }
      .brand__filer--item:hover a {
        text-decoration: none;
        color: #404040; }
    .brand__filer--item::before {
      display: none; } }

.brand__filer--item a {
  opacity: 0.5;
  font-family: "SourceSansPro-Bold", sans-serif;
  font-size: 24px;
  color: #5c5c5c;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  text-transform: uppercase; }
  .brand__filer--item a:hover, .brand__filer--item a:active, .brand__filer--item a:focus {
    text-decoration: none;
    color: #404040;
    opacity: 1; }
  @media (max-width: 575px) {
    .brand__filer--item a {
      padding: 10px 20px 14px 20px;
      display: block;
      color: #404040;
      text-decoration: none;
      font-size: 20px; } }

.brand__filter-list.active {
  display: block; }

.brand__overview {
  max-width: 1232px;
  margin-right: auto;
  margin-left: auto; }

.brand__grid,
.brand__list-grid {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  position: relative; }

.brand__list {
  padding-bottom: 72px;
  margin-bottom: 80px;
  border-bottom: solid 1px #404040; }

.brand__list-headlines {
  margin-right: 10px; }

.product-teaser__grid .product-item {
  margin: 0 !important; }

.product-item {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  margin: 11px;
  padding-top: 24px;
  border-top: 1px solid #afafaf; }
  @media (min-width: 768px) {
    .product-item {
      flex-direction: column;
      width: 47%;
      border: none; } }
  @media (min-width: 992px) {
    .product-item {
      width: 30%; } }
  @media (min-width: 1200px) {
    .product-item {
      width: 23%; } }
  .product-item .product-item__image {
    display: none; }
  .product-item--image .product-item__image {
    display: block; }

@media (min-width: 768px) {
  .product-item:hover .product-item__back {
    display: block; }
    .product-item:hover .product-item__back .product-item__description {
      display: none; }
  .product-item:hover .product-item__front .product-item__content {
    opacity: 0; }
  .product-item:hover .product-item__image {
    opacity: 0.15; }
  .product-item--image:hover .product-item__back {
    display: block; }
    .product-item--image:hover .product-item__back .product-item__description {
      display: block; } }

.product-item__front {
  position: relative;
  display: flex;
  flex-direction: row;
  transition: all 0.5s; }
  @media (min-width: 576px) {
    .product-item__front {
      flex-direction: column; } }

.product-item__image {
  width: 40%;
  transition: all 0.4s; }
  @media (min-width: 576px) {
    .product-item__image {
      width: 60%; } }
  @media (min-width: 768px) {
    .product-item__image {
      width: 100%; } }
  .product-item__image img {
    width: 100%;
    height: 100%;
    max-height: 200px;
    object-fit: cover; }
    @media (max-width: 575px) {
      .product-item__image img {
        max-width: 109px;
        max-height: 70px; } }

.product-item__content {
  margin-top: -6px;
  margin-left: 10px;
  transition: all 0.4s; }
  @media (min-width: 576px) {
    .product-item__content {
      margin-left: 0;
      margin-top: 0; } }
  .product-item__content p,
  .product-item__content h3 {
    margin: 0; }
  @media (max-width: 575px) {
    .product-item__content h3 {
      font-size: 20px;
      line-height: 25px; } }
  .product-item__content .price {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 14px; }
    @media (min-width: 576px) {
      .product-item__content .price {
        font-size: 20px; } }
    @media (min-width: 768px) {
      .product-item__content .price {
        position: relative;
        display: block;
        margin-top: 15px; } }
  @media (max-width: 575px) {
    .product-item__content .product-item__description {
      display: none; } }

.product-item__back {
  display: none;
  position: absolute;
  bottom: 11px;
  left: 0;
  transition: all 0.5s; }
  .product-item__back .button {
    background-color: #ffd400;
    border-color: #ffd400; }

.product-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2; }

.slider__item .product-item {
  width: 100%;
  display: block; }

.slider__item .product-item__image {
  width: 100%; }

.slider__item .product-item__content {
  margin-top: 0;
  margin-left: 0; }
  .slider__item .product-item__content .price {
    position: unset; }

.product-overview {
  max-width: 1200px; }

.product-overview__headline,
.product-teaser__headline {
  display: flex;
  flex-direction: column;
  position: relative; }
  .product-overview__headline .button,
  .product-teaser__headline .button {
    max-width: 325px; }
  .product-overview__headline .link-headline,
  .product-teaser__headline .link-headline {
    position: absolute;
    top: 165%;
    right: 0; }
    @media (max-width: 575px) {
      .product-overview__headline .link-headline,
      .product-teaser__headline .link-headline {
        display: none; } }
  @media (min-width: 576px) {
    .product-overview__headline,
    .product-teaser__headline {
      flex-direction: row;
      justify-content: space-between; } }

.product-grid {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

.product-grid__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 1200px) {
    .product-grid__container {
      justify-content: flex-start; } }

.product-teaser__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.product-detail {
  position: relative;
  padding: 30px 0; }
  .product-detail:not(:last-child) {
    border-bottom: 1px solid #afafaf; }
  .product-detail--active .product-detail__label--inactive {
    display: none; }
  .product-detail--inactive .product-detail__image,
  .product-detail--inactive .product-detail__content {
    opacity: 0.5; }
  .product-detail--inactive .product-detail__label--active {
    display: none; }
  @media (min-width: 768px) {
    .product-detail {
      padding: 30px 30px 30px 0; } }

.product-detail__container {
  width: 100%;
  display: flex;
  flex-direction: column; }
  .product-detail__container.covered {
    opacity: 0.2; }
  @media (min-width: 768px) {
    .product-detail__container {
      flex-direction: row; } }

.product-detail__content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%; }
  @media (min-width: 768px) {
    .product-detail__content-container {
      flex-direction: row; } }

.product-detail__content {
  max-width: 400px; }
  .product-detail__content h3 {
    margin-top: 13px;
    margin-bottom: 14px;
    color: #404040; }
  .product-detail__content .date--start:after {
    content: ".";
    margin-right: 5px;
    margin-left: 7px;
    vertical-align: text-bottom; }
  @media (min-width: 768px) {
    .product-detail__content {
      padding: 10px 20px; } }

.product-detail__image {
  max-width: 100%;
  max-height: 234px; }
  @media (min-width: 768px) {
    .product-detail__image {
      max-width: 300px; } }
  .product-detail__image img,
  .product-detail__image picture {
    object-fit: cover;
    width: 100%;
    max-height: 235px;
    height: 100%; }
    @media (min-width: 768px) {
      .product-detail__image img,
      .product-detail__image picture {
        max-height: 100%; } }

.product-detail__icon-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .product-detail__icon-box a:hover {
    text-decoration: none; }
  @media (min-width: 768px) {
    .product-detail__icon-box {
      flex-direction: column;
      float: right; } }
  @media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    .product-detail__icon-box {
      margin-top: 70px;
      margin-right: 30px; } }

.product-detail__icon {
  display: inline-flex;
  cursor: pointer; }
  @media (min-width: 768px) {
    .product-detail__icon:before {
      display: none; } }
  @media (min-width: 768px) {
    .product-detail__icon {
      position: relative;
      margin-bottom: 30px; } }

.product-detail__label {
  text-transform: uppercase;
  display: block;
  min-height: 27px;
  padding: 5px 19px 0 19px;
  font-family: "SourceSansPro-Bold", sans-serif;
  letter-spacing: 0.82px;
  border-radius: 4px;
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  top: 30px;
  right: 50px; }
  @media (min-width: 768px) {
    .product-detail__label {
      position: unset;
      margin-bottom: 20px; } }
  .product-detail__label--active {
    background-color: #ffd400;
    color: white; }
  .product-detail__label--inactive {
    background-color: #1c1c1c;
    border: 2px solid #5c5c5c;
    color: #e5e5e5; }

.product-detail__dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.product-detail__dialog__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 45px; }
  @media (min-width: 768px) {
    .product-detail__dialog__container {
      flex-direction: row;
      padding: 40px 32px 45px 45px; } }
  .product-detail__dialog__container p {
    font-family: "SourceSansPro-Bold", sans-serif;
    font-size: 32px;
    letter-spacing: 0.5px;
    line-height: 36px;
    max-width: 300px;
    margin-bottom: 145px; }
    @media (min-width: 768px) {
      .product-detail__dialog__container p {
        margin-bottom: 0; } }

.product-detail__dialog__btn-group {
  display: flex;
  flex-direction: column; }
  .product-detail__dialog__btn-group .button {
    width: 300px; }
    @media (min-width: 768px) {
      .product-detail__dialog__btn-group .button {
        width: unset; } }
  .product-detail__dialog__btn-group .button--toggle {
    margin-right: 0;
    min-height: 52px;
    padding-top: 16px; }
    .product-detail__dialog__btn-group .button--toggle:hover {
      padding-bottom: 0; }
    @media (min-width: 768px) {
      .product-detail__dialog__btn-group .button--toggle {
        margin-right: 20px; } }
  @media (min-width: 768px) {
    .product-detail__dialog__btn-group {
      flex-direction: row; } }

.form {
  max-width: 790px; }
  .form form {
    width: 100%; }
    .form form label {
      display: none; }

.group-inupt {
  margin: 24px 0;
  width: 100%;
  display: flex;
  flex-direction: column; }
  @media (min-width: 576px) {
    .group-inupt {
      flex-direction: row;
      justify-content: space-between; } }
  .group-inupt--50-50 input {
    width: 100%;
    max-width: 100%; }
    @media (min-width: 576px) {
      .group-inupt--50-50 input {
        max-width: 390px; } }
  .group-inupt--90-10 .group-inupt-container__first {
    max-width: 100%; }
    @media (min-width: 576px) {
      .group-inupt--90-10 .group-inupt-container__first {
        max-width: 90%; } }
  .group-inupt--90-10 .group-inupt-container__second {
    max-width: 100%; }
    @media (min-width: 576px) {
      .group-inupt--90-10 .group-inupt-container__second {
        max-width: 10%; } }
  .group-inupt--10-90 .group-inupt-container__first {
    max-width: 100%; }
    @media (min-width: 576px) {
      .group-inupt--10-90 .group-inupt-container__first {
        max-width: 10%; } }
  .group-inupt--10-90 .group-inupt-container__second {
    max-width: 100%; }
    @media (min-width: 576px) {
      .group-inupt--10-90 .group-inupt-container__second {
        max-width: 90%; } }
  .group-inupt--20-30 .group-inupt-container__first {
    max-width: 100%; }
    @media (min-width: 576px) {
      .group-inupt--20-30 .group-inupt-container__first {
        width: 180px; } }
  .group-inupt--20-30 .group-inupt-container__second {
    max-width: 100%; }
    .group-inupt--20-30 .group-inupt-container__second input[type="date"] {
      height: 52px;
      width: 285px; }
    @media (min-width: 576px) {
      .group-inupt--20-30 .group-inupt-container__second {
        width: 50%;
        float: right; } }

.group-inupt-container {
  width: 100%; }
  .group-inupt-container__first {
    margin-right: 20px;
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .group-inupt-container__first {
        margin-bottom: 0; } }

.group-submit {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .group-submit .form-link {
    text-transform: uppercase;
    float: right;
    font-family: "SourceSansPro-Regular", sans-serif;
    margin-top: 20px; }

.form-btn {
  background-color: #ffd400;
  border-color: #ffd400;
  padding-top: 17px; }

.error-msg {
  border-radius: 0 0 4px 4px;
  width: 100%;
  background-color: #ffd400;
  font-family: "SourceSansPro-Regular", sans-serif;
  color: #e5e5e5;
  font-size: 14px;
  max-height: 25px;
  margin-top: -2px;
  padding: 0 14px 5px 14px; }

.form-input.error {
  border-color: #ffd400; }

.input__info {
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 14px;
  color: #e5e5e5;
  letter-spacing: 0;
  line-height: 18px;
  display: block;
  margin-top: 8px; }

.form .email-sweet {
  transform: scale(0);
  height: 0;
  width: 0;
  overflow: hidden;
  margin: 0 -10px;
  padding: 0;
  display: block; }

.order-list__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 2px solid #5c5c5c;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 20px; }
  @media (min-width: 768px) {
    .order-list__item {
      flex-direction: row;
      align-items: center;
      padding: 15px; } }

.order-list__label {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%; }
  @media (min-width: 768px) {
    .order-list__label {
      width: 80%; } }

.order-list__name {
  font-family: "SourceSansPro-Bold", sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 0; }

.order-list__description {
  margin-top: 0;
  font-size: 17px; }

.order-list__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%; }
  @media (min-width: 768px) {
    .order-list__info {
      width: 20%;
      justify-content: space-evenly; } }

.order-list__price {
  font-family: "SourceSansPro-Bold", sans-serif;
  color: #ffd400; }

.order-list__count {
  height: 40px;
  width: 100px;
  border-radius: 4px;
  margin-left: 30px;
  padding: 5px 3px 0 6px;
  border: 1px solid #5c5c5c;
  background: transparent;
  color: #e5e5e5;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield; }
  @media (min-width: 768px) {
    .order-list__count {
      margin-left: 0;
      width: 50%; } }
  .order-list__count:focus {
    outline: none;
    border-color: #e5e5e5; }

.order-list__summary {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 15px 0 15px;
  border-top: solid 2px #ffd400;
  border-bottom: solid 2px #ffd400; }
  .order-list__summary p {
    font-family: "SourceSansPro-Bold", sans-serif; }

.media-slider__container {
  cursor: zoom-in; }

.media-slider__container--link {
  cursor: pointer; }

.media-slider__image {
  max-height: 485px;
  height: 100%; }
  .media-slider__image img, .media-slider__image picture {
    max-height: 485px;
    height: 100%;
    width: 100%;
    object-fit: cover; }

.media-slider__teaser {
  margin-top: 80px; }

.media-slider-modal__item {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif; }

.media-slider-modal__overlay {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(17, 25, 20, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8; }

.media-slider-modal__container {
  background: transparent;
  padding-top: 20px;
  max-width: 90vw;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: scroll;
  box-sizing: border-box; }
  @media (min-width: 1200px) {
    .media-slider-modal__container {
      overflow: hidden; } }

.media-slider-modal__content-box {
  background-color: white;
  padding: 40px;
  width: 100%; }

.media-slider-modal__close {
  background: transparent;
  border: 0;
  font-size: 12px;
  color: white;
  float: right;
  cursor: pointer;
  border: none;
  width: 35px;
  height: 40px; }

.media-slider-modal__close:after {
  content: "\2715";
  font-size: 25px;
  margin-left: 5px; }

.media-slider-modal__content {
  color: rgba(0, 0, 0, 0.9); }

.media-slider-modal__text {
  display: none; }

.media-slider-modal__image-subtitle {
  display: none; }

.media-slider-modal__image {
  width: 100%;
  height: 100%;
  object-fit: cover; }
  .media-slider-modal__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }

@keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }

.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .media-slider-modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .media-slider-modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .media-slider-modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .media-slider-modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .media-slider-modal__container,
.micromodal-slide .media-slider-modal__overlay {
  will-change: transform; }

.calendar-overview {
  margin-top: 2em;
  padding: 0;
  list-style: none; }

.calendar-overview__item {
  margin: 0;
  margin-bottom: 0.75em;
  padding: 32px 0 32px 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  background: white;
  width: 100%;
  border-top: 1px solid #5c5c5c; }
  @media (min-width: 768px) {
    .calendar-overview__item {
      flex-direction: row; }
      .calendar-overview__item:hover {
        cursor: pointer; }
        .calendar-overview__item:hover p,
        .calendar-overview__item:hover .calendar-overview__image,
        .calendar-overview__item:hover .content-tagging {
          opacity: 0.6; }
        .calendar-overview__item:hover .button {
          display: inline-block; } }
  .calendar-overview__item .button {
    width: 100%;
    max-width: 350px;
    margin: 15px auto; }
    @media (min-width: 768px) {
      .calendar-overview__item .button {
        display: none;
        position: absolute;
        right: 20px;
        top: 35%;
        background-color: #ffd400;
        border-color: #ffd400;
        max-width: 300px; } }
  .calendar-overview__item:before {
    display: none; }

.calendar-overview__container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .calendar-overview__container {
      flex-direction: row; } }

.calendar-overview__item .content-tagging {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s; }
  .calendar-overview__item .content-tagging .content-tagging__flag {
    right: 7%;
    top: -1px; }
    @media (min-width: 768px) {
      .calendar-overview__item .content-tagging .content-tagging__flag {
        right: 10%; } }

.calendar-overview__item .calendar-overview__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .calendar-overview__item .calendar-overview__link:hover {
    cursor: pointer; }

.calendar-overview__item .calendar-overview__image {
  max-height: 163px;
  width: 100%;
  overflow: hidden;
  border: #ffd400;
  transition: all 0.5s; }
  @media (min-width: 768px) {
    .calendar-overview__item .calendar-overview__image {
      max-height: 163px;
      min-width: 130px;
      flex: 1;
      display: flex;
      align-items: center; } }

.calendar-overview__item .calendar-overview__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 163px; }

.calendar-overview__content {
  padding: 0;
  width: 100%; }
  @media (min-width: 768px) {
    .calendar-overview__content {
      padding: 0.75em;
      flex: 3; } }

.calendar-overview__content > h4,
.calendar-overview__content > h5,
.calendar-overview__content > p {
  margin: 0;
  width: 100%;
  display: block;
  transition: all 0.5s; }

.calendar-overview__content span {
  color: #5c5c5c; }

.calendar-overview__content h3 {
  margin-top: 10px;
  margin-bottom: 3px; }

@media (min-width: 768px) {
  .calendar-overview__content p {
    max-width: 400px; } }

.calendar-overview__content .location:before {
  content: ".";
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: text-bottom; }

.calendar-overview__icons {
  min-width: 140px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 15px; }
  @media (min-width: 768px) {
    .calendar-overview__icons {
      margin-top: 0;
      flex-direction: column;
      min-width: 160px; } }

.calendar-overview__location,
.calendar-overview__calendar {
  padding: 6px 0;
  border: none;
  flex-basis: 100%;
  position: relative;
  text-decoration: none;
  text-align: center; }
  .calendar-overview__location::after,
  .calendar-overview__calendar::after {
    color: #5c5c5c;
    font-family: "Fontello-ANWR";
    line-height: 1em;
    font-size: 40px;
    font-size: calc(25px + (40 - 25) * (100vw - 320px) / (1130 - 320)); }
    @media screen and (min-width: 1130px) {
      .calendar-overview__location::after,
      .calendar-overview__calendar::after {
        font-size: 40px; } }
  @media screen and (min-width: 480px) {
    .calendar-overview__location,
    .calendar-overview__calendar {
      border-top: none;
      flex-basis: 50%; }
      .calendar-overview__location::after,
      .calendar-overview__calendar::after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }

.calendar-overview__location {
  text-align: start; }
  .calendar-overview__location::after {
    content: "";
    background: url(../assets/icons/icon-route_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
    display: inline-block;
    height: 32px;
    width: 35px;
    background-size: 100% 100%;
    margin-left: 10px;
    transition: all 0.5s; }
  .calendar-overview__location:before {
    content: "route"; }

.calendar-overview__calendar:after {
  content: "";
  background: url(../assets/icons/icon-ical_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  display: inline-block;
  height: 32px;
  width: 35px;
  background-size: 100% 100%;
  margin-left: 10px;
  transition: all 0.5s; }

.calendar-overview__calendar:before {
  content: "In Kalender"; }

.calendar-overview__location:before,
.calendar-overview__calendar:before {
  display: inline-block;
  text-transform: uppercase;
  color: #404040;
  font-size: 20px;
  letter-spacing: 0.81px;
  font-family: "SourceSansPro-Bold", sans-serif;
  vertical-align: text-bottom;
  margin-top: 5px;
  width: 100%; }
  @media (min-width: 768px) {
    .calendar-overview__location:before,
    .calendar-overview__calendar:before {
      display: none; } }

.category-list {
  margin: 0 auto;
  padding: 0;
  max-width: 400px; }

.category-list__item a {
  margin: 8px 0;
  margin-bottom: -5px;
  position: relative;
  font-family: "SourceSansPro-Bold", sans-serif;
  color: #1e3f50;
  background: white;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  line-height: 1.3em;
  padding: 1em 1.6em 1em;
  display: flex;
  text-decoration: none;
  font-size: 18px;
  transition: 0s;
  letter-spacing: 0.82px; }
  .category-list__item a:hover {
    background: #ffd400;
    border-color: #ffd400;
    text-decoration: none; }
  .category-list__item a::before {
    display: none; }

.category-list__item:first-child {
  margin-top: 0; }

.category-list__item.active {
  background: #ffd400;
  border-color: #ffd400; }

.contact {
  max-width: 690px;
  width: 100%;
  position: relative; }
  .contact .button:hover {
    color: #1e3f50; }

.contact__divider {
  display: none; }

.contact__right {
  display: none; }

.contact-list {
  margin-top: 3em;
  margin-bottom: 1.25em; }
  .contact-list + * {
    margin-top: 1.25em; }

.contact-list h3 {
  color: #404040;
  font-family: "SourceSansPro-Semibold", sans-serif;
  text-align: center; }
  @media screen and (min-width: 640px) {
    .contact-list h3 {
      text-align: left; } }

.contact-list__container {
  margin-top: 1em;
  margin-right: -2.15em;
  margin-left: -2.15em;
  padding-right: 1em;
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media screen and (min-width: 640px) {
    .contact-list__container {
      margin-right: 0;
      margin-left: 0;
      padding-right: 0;
      padding-left: 0;
      flex-direction: row-reverse; } }

.contact-list__nav {
  text-align: center; }
  .contact-list__nav .category-list {
    display: none; }
  .contact-list__nav .dropdown {
    margin: 10px 0 0 0; }
  @media screen and (min-width: 640px) {
    .contact-list__nav {
      flex-basis: 280px;
      text-align: start; }
      .contact-list__nav .category-list {
        display: block; }
      .contact-list__nav .dropdown {
        display: none; } }

.contact-list__content {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  align-content: flex-start; }
  @media screen and (min-width: 640px) {
    .contact-list__content {
      margin-top: 0;
      align-items: flex-start;
      flex-basis: 60%;
      justify-content: flex-start; } }
  @media screen and (min-width: 1130px) {
    .contact-list__content {
      margin-right: 1em;
      margin-right: -.75em;
      flex-basis: 80%; } }

.contact-list__content > .contact-tile {
  margin: 0 0 3px 0;
  width: 100%; }
  @media screen and (min-width: 640px) {
    .contact-list__content > .contact-tile {
      margin: 0 0 1.5em 0; } }
  @media screen and (min-width: 780px) {
    .contact-list__content > .contact-tile {
      max-width: 375px; } }
  @media screen and (min-width: 1130px) {
    .contact-list__content > .contact-tile {
      margin: 0 1.5em 1.5em 0;
      flex-basis: 49%; } }

.contact-tile {
  margin-top: 0;
  padding-right: 20px;
  padding-left: 20px;
  padding-right: calc(20px + (20 - 20) * (100vw - 320px) / (1130 - 320));
  padding-left: calc(20px + (20 - 20) * (100vw - 320px) / (1130 - 320));
  padding-top: 1.5em;
  padding-bottom: 1.75em;
  color: #404040;
  line-height: 1.2em;
  position: relative;
  width: 100%;
  max-width: none; }
  @media screen and (min-width: 1130px) {
    .contact-tile {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (min-width: 640px) {
    .contact-tile {
      max-width: 370px;
      padding: 1.5em 1em 2em 1em; } }

.contact-tile * {
  font-size: 20px;
  font-size: calc(20px + (20 - 20) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .contact-tile * {
      font-size: 20px; } }

.contact-tile img {
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
  width: 85px;
  height: 85px;
  border-radius: 50%; }
  @media screen and (min-width: 780px) {
    .contact-tile img {
      margin: 15px 0 0 0;
      float: none; } }

.contact-tile__info {
  float: none;
  margin-bottom: 0;
  clear: both; }

.contact-tile .contact-tile__name {
  margin-top: 17px;
  margin-bottom: 3px;
  font-family: "SourceSansPro-Bold", sans-serif;
  font-size: 20px;
  font-size: calc(20px + (20 - 20) * (100vw - 320px) / (1130 - 320));
  line-height: 25px;
  letter-spacing: 0;
  color: #404040; }
  @media screen and (min-width: 1130px) {
    .contact-tile .contact-tile__name {
      font-size: 20px; } }

.contact-tile .contact-tile__position {
  margin-top: 0;
  margin-bottom: 3px;
  font-family: "SourceSansPro-Regular", sans-serif;
  color: #404040; }

.contact-tile .contact-tile__company {
  margin-top: 0;
  margin-bottom: 0.9375em;
  font-family: "SourceSansPro-Regular", sans-serif;
  color: #404040; }

.contact-tile .contact-tile__text {
  margin-top: 18px;
  min-height: 1em;
  width: 100%;
  line-height: 1.2em;
  font-family: "SourceSansPro-Regular", sans-serif;
  color: #404040;
  clear: both; }
  @media screen and (min-width: 780px) {
    .contact-tile .contact-tile__text {
      margin-top: 0;
      margin-bottom: 0.9375em; } }

.contact-tile .contact-tile__phone,
.contact-tile .contact-tile__mail,
.contact-tile .contact-tile__fax {
  margin-top: 0;
  margin-bottom: .25em;
  display: block;
  clear: both;
  font-family: "SourceSansPro-Regular", sans-serif; }

.contact-tile .contact-tile__phone a,
.contact-tile .contact-tile__mail a,
.contact-tile .contact-tile__fax a {
  padding-left: 1.6em;
  width: 100%;
  display: block;
  position: relative;
  font-family: "SourceSansPro-Regular", sans-serif;
  text-decoration: none;
  transition: all .5s; }
  .contact-tile .contact-tile__phone a:hover::before,
  .contact-tile .contact-tile__mail a:hover::before,
  .contact-tile .contact-tile__fax a:hover::before {
    text-decoration: none; }
  .contact-tile .contact-tile__phone a::before,
  .contact-tile .contact-tile__mail a::before,
  .contact-tile .contact-tile__fax a::before {
    background: url(../assets/icons/icon-phone_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
    content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 0;
    top: 3px;
    background-size: 100% 100%;
    vertical-align: sub; }

.contact-tile .contact-tile__phone a span,
.contact-tile .contact-tile__mail a span,
.contact-tile .contact-tile__fax a span {
  position: relative;
  display: block;
  text-decoration: none;
  word-break: break-all;
  text-overflow: ellipsis;
  height: 1.3em;
  white-space: nowrap;
  overflow: hidden; }

.contact-tile .contact-tile__mail a {
  text-decoration: underline; }
  .contact-tile .contact-tile__mail a:hover {
    font-family: "SourceSansPro-Semibold", sans-serif;
    transition: .6s ease; }
  .contact-tile .contact-tile__mail a::before {
    background: url(../assets/icons/icon-mail_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
    content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 0;
    top: 3px;
    background-size: 100% 100%;
    vertical-align: sub; }

.contact-tile .contact-tile__fax a::before {
  background: url(../assets/icons/icon-fax_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  position: absolute;
  left: 0;
  top: 3px;
  background-size: 100% 100%;
  vertical-align: sub; }

.contact-tile .button {
  margin: 1.3888888889em 0 0 0; }

.l-main__sidebar .contact-tile {
  margin-bottom: 1.5em;
  padding: 0; }

.download__overview {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em; }

.download__filter .dropdown {
  width: 100%;
  max-width: 100%;
  margin: 10px auto; }
  @media (min-width: 576px) {
    .download__filter .dropdown {
      margin: 10px 20px 10px 0;
      max-width: 315px; } }

.download__list {
  margin-top: 40px;
  margin-bottom: 25px; }

.download__link {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 2;
  top: 0;
  bottom: 0;
  border: none; }

.download__link__container {
  position: relative;
  border-top: 1px solid #afafaf; }
  .download__link__container:hover {
    cursor: pointer; }
    .download__link__container:hover .download__link__type, .download__link__container:hover .download__link__info {
      opacity: 0.4; }
    .download__link__container:hover .icon-download:before {
      background: url(../assets/icons/icon-download-hover-blue_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat; }
  .download__link__container .content-tagging__flag {
    right: 8px; }
    @media (min-width: 576px) {
      .download__link__container .content-tagging__flag {
        right: 150px; } }
  .download__link__container p {
    margin: 0; }

.download__link__info .date {
  opacity: 0.5;
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 14px;
  color: #404040;
  letter-spacing: 0.58px;
  line-height: 20px;
  text-transform: uppercase;
  margin-right: 5px; }

.download__link__info .category {
  color: #404040; }
  .download__link__info .category:before {
    content: ".";
    margin-right: 5px;
    vertical-align: text-bottom; }

.download__link__content-container {
  display: flex;
  flex-direction: row;
  position: relative; }

.download__link__content {
  padding: 30px 20px 15px 0; }
  @media (min-width: 576px) {
    .download__link__content {
      padding: 15px 20px 15px 0; } }
  .download__link__content p {
    width: 100%;
    font-family: "SourceSansPro-Semibold", sans-serif; }

.download__link__text {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .download__link__text {
      flex-direction: row; } }

.download__link--title {
  margin-right: 20px; }

.download__link--type {
  text-transform: uppercase; }
  .download__link--type:before {
    content: "";
    background: url(../assets/icons/icon-download_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
    display: inline-block;
    height: 18px;
    width: 15px;
    margin-right: 10px; }

.download__link__icon {
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 8px;
  top: 80px; }
  @media (min-width: 768px) {
    .download__link__icon {
      top: 25px;
      right: 0; } }

.icon-download-label {
  font-size: 15px;
  text-transform: uppercase;
  margin-right: 7px;
  display: none; }
  @media (min-width: 768px) {
    .icon-download-label {
      display: block; } }

.icon-download {
  display: inline-block;
  float: right; }
  .icon-download:before {
    content: "";
    background: url(../assets/icons/icon-download_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
    display: block;
    height: 24px;
    width: 28px; }

.download__overview {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.download__freetailer {
  margin-top: 40px;
  margin-bottom: 25px; }
  .download__freetailer .download__info {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: 2;
    top: 0;
    bottom: 0;
    border: none; }
  .download__freetailer .download__info__container {
    position: relative;
    border-top: 1px solid #afafaf; }
    .download__freetailer .download__info__container:hover {
      cursor: pointer; }
      .download__freetailer .download__info__container:hover .download__info__type,
      .download__freetailer .download__info__container:hover .download__info__info {
        opacity: 0.4; }
      .download__freetailer .download__info__container:hover .download__info--title {
        color: #ffd400; }
      .download__freetailer .download__info__container:hover .icon-download:before {
        background: url(../assets/icons/icon-download-hover-blue_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat; }
    .download__freetailer .download__info__container .content-tagging__flag {
      right: 8px; }
      @media (min-width: 576px) {
        .download__freetailer .download__info__container .content-tagging__flag {
          right: 40px; } }
    .download__freetailer .download__info__container p {
      margin: 0; }
  .download__freetailer .download__info__info .date {
    opacity: 0.5;
    font-family: "SourceSansPro-Regular", sans-serif;
    font-size: 14px;
    color: white;
    letter-spacing: 0.58px;
    line-height: 20px;
    text-transform: uppercase;
    margin-right: 5px; }
  .download__freetailer .download__info__info .category:before {
    content: ".";
    margin-right: 5px;
    vertical-align: text-bottom; }
  .download__freetailer .download__info__content-container {
    display: flex;
    flex-direction: row;
    position: relative; }
  .download__freetailer .download__info__content {
    padding: 30px 20px 15px 0; }
    @media (min-width: 576px) {
      .download__freetailer .download__info__content {
        padding: 15px 20px 15px 0; } }
    .download__freetailer .download__info__content p {
      width: 100%;
      color: white;
      font-family: "SourceSansPro-Semibold", sans-serif; }
  .download__freetailer .download__info__text {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .download__freetailer .download__info__text {
        flex-direction: row; } }
  .download__freetailer .download__info--title {
    padding-right: 20px;
    border-right: solid 1px #afafaf;
    color: #404040;
    width: 170px; }
  .download__freetailer .download__info_pdf--type {
    text-transform: uppercase;
    padding-left: 15px; }
    .download__freetailer .download__info_pdf--type:before {
      content: "";
      background: url(../assets/icons/icon-pdf_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
      display: inline-block;
      height: 18px;
      width: 20px;
      margin-right: 10px; }
  .download__freetailer .download__info_excel--type {
    text-transform: uppercase;
    padding-left: 15px; }
    .download__freetailer .download__info_excel--type:before {
      content: "";
      background: url(../assets/icons/icon-excel_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin-right: 10px; }
  .download__freetailer .download__info__icon {
    display: flex;
    flex-direction: row;
    position: absolute;
    right: 8px;
    top: 80px; }
    @media (min-width: 768px) {
      .download__freetailer .download__info__icon {
        top: 25px;
        right: 0; } }
  .download__freetailer .icon-download-label {
    font-size: 15px;
    text-transform: uppercase;
    margin-right: 7px;
    display: none; }
    @media (min-width: 768px) {
      .download__freetailer .icon-download-label {
        display: block; } }
  .download__freetailer .icon-download {
    display: inline-block;
    float: right; }
    .download__freetailer .icon-download:before {
      content: "";
      background: url(../assets/icons/icon-download_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
      display: block;
      height: 24px;
      width: 28px; }

.event-item {
  position: relative; }
  @media (min-width: 576px) {
    .event-item {
      height: 400px; } }
  @media (max-width: 575px) {
    .event-item {
      border-top: solid 1px #ffd400;
      width: 100%; } }

.event-item:hover {
  cursor: pointer; }
  .event-item:hover .event-item__image,
  .event-item:hover .content-tagging {
    opacity: 0.1;
    transition: 0.5s; }
  .event-item:hover .button {
    display: inline-block;
    transition: 0.5s;
    padding: 12px 20px;
    border: none; }
    .event-item:hover .button::after {
      content: "";
      background: url(../assets/icons/icon-arrow_ch_anwr_garant_schweiz_hp_white_svg.svg) center no-repeat;
      background-size: 100%; }
  .event-item:hover h3 {
    margin-top: 85px; }
    @media (min-width: 981px) and (max-width: 1145px) {
      .event-item:hover h3 {
        margin-top: 35px; } }
    @media (min-width: 769px) and (max-width: 842px) {
      .event-item:hover h3 {
        margin-top: 35px; } }

.event-item a {
  text-decoration: none; }

.event-item .content-tagging__flag {
  right: 10px; }

.event-item__image {
  height: 400px; }
  @media (max-width: 575px) {
    .event-item__image {
      display: none; } }
  .event-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.event-item__text {
  padding: 30px 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  @media (max-width: 575px) {
    .event-item__text {
      position: relative; } }
  .event-item__text h3 {
    margin-top: 150px; }
    @media (max-width: 575px) {
      .event-item__text h3 {
        margin-top: 30px; } }
    @media (min-width: 981px) and (max-width: 1145px) {
      .event-item__text h3 {
        margin-top: 100px; } }
    @media (min-width: 769px) and (max-width: 842px) {
      .event-item__text h3 {
        margin-top: 100px; } }
  .event-item__text a {
    color: #1e3f50; }
  .event-item__text .date {
    font-family: "SourceSansPro-Regular", sans-serif;
    font-size: 20px;
    color: #1e3f50;
    letter-spacing: 0;
    line-height: 25px;
    display: block; }
    @media (min-width: 981px) and (max-width: 1145px) {
      .event-item__text .date {
        margin-top: 34px; } }
    @media (min-width: 769px) and (max-width: 842px) {
      .event-item__text .date {
        margin-top: 34px; } }
  .event-item__text .category {
    color: #404040;
    display: block;
    margin-top: 20px; }
  .event-item__text .button {
    background-color: #ffd400;
    border: none;
    display: none; }

.flag {
  margin-right: 0.9375em;
  margin-left: 0.9375em;
  display: inline-block;
  color: #1c1c1c;
  font-size: 16px;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1130 - 320));
  line-height: 1.4em;
  font-family: "SourceSansPro-Bold", sans-serif;
  border-bottom: 2px solid #cd1316; }
  @media screen and (min-width: 1130px) {
    .flag {
      font-size: 16px; } }
  @media screen and (min-width: 1130px) {
    .flag {
      padding: 7px 15px 9px 15px;
      border-bottom-width: 0px;
      border-radius: 1.25em 1.25em 1.25em 1.25em;
      background: #cd1316;
      color: white;
      line-height: 1em; } }
  .flag--green {
    border-bottom-color: #009032; }
    @media screen and (min-width: 1130px) {
      .flag--green {
        background: #009032; } }
  .flag--blue {
    border-bottom-color: #024c94; }
    @media screen and (min-width: 1130px) {
      .flag--blue {
        background: #024c94; } }

.flyout {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 120px;
  right: 0;
  transform: translateX(102%);
  bottom: 15%;
  transition: all 0.2s;
  z-index: 8; }
  @media screen and (min-width: 44em) {
    .flyout {
      top: 362px; } }
  .flyout.opened {
    transform: translateX(0);
    min-width: 220px; }
    @media screen and (min-width: 44em) {
      .flyout.opened .flyout__banner {
        top: 203px; } }
  .flyout.opened .flyout__icon {
    padding-bottom: 0; }

.flyout__banner {
  display: inline-block;
  position: absolute;
  top: -10px;
  transform-origin: bottom left;
  transform: rotate(-90deg);
  background: #ffd400;
  vertical-align: middle;
  color: #1e3f50;
  transition: all 0.2s;
  white-space: nowrap;
  z-index: -1;
  border-radius: 6px 6px 0 0;
  text-align: center;
  height: 53px;
  width: 43px; }
  .flyout__banner:hover {
    cursor: pointer;
    padding-bottom: 20px; }
  @media screen and (min-width: 44em) {
    .flyout__banner {
      top: 202px;
      width: 255px; } }

.flyout__icon {
  margin-right: 6px;
  padding-bottom: 6px;
  padding-top: 0;
  transform: rotate(360deg);
  display: inline-block;
  transition: 0.2s;
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .flyout__icon {
      font-size: 16px; } }
  .flyout__icon::before {
    content: "";
    background: url(../assets/icons/icon-external-link_ch_anwr_garant_schweiz_hp__white_svg.svg) center no-repeat;
    display: inline-block;
    margin-left: 8px;
    height: 20px;
    width: 20px;
    background-size: 100% 100%;
    margin-top: 14px; }
    @media (min-width: 768px) {
      .flyout__icon::before {
        margin-left: -10px; } }
  @media screen and (min-width: 44em) {
    .flyout__icon {
      margin-right: 0; } }

.flyout__label {
  margin-left: 15px;
  display: none;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "SourceSansPro-Regular", sans-serif;
  text-transform: uppercase; }
  @media screen and (min-width: 44em) {
    .flyout__label {
      display: inline; } }

.flyout__list {
  margin: 0;
  padding: 25px 10px 20px 0;
  background: #ffd400;
  z-index: 2;
  border-radius: 0 0 0 4px;
  margin-left: -3px; }

.flyout__list li {
  border: none;
  height: auto;
  line-height: 0;
  font-size: 0; }
  .flyout__list li:not(last-child) {
    margin-bottom: 10px; }
  .flyout__list li::before {
    content: ""; }

.flyout__list li a {
  padding: 0 1em 0 1em;
  border: none;
  display: block;
  line-height: 28px;
  font-size: 20px;
  font-size: calc(20px + (20 - 20) * (100vw - 320px) / (1130 - 320));
  font-family: "SourceSansPro-Regular", sans-serif; }
  @media screen and (min-width: 1130px) {
    .flyout__list li a {
      font-size: 20px; } }
  .flyout__list li a::before {
    content: "";
    background: url(../assets/icons/icon-arrow-small-white_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
    display: inline-block;
    margin-right: 8px;
    height: 10px;
    width: 10px;
    background-size: contain;
    transition: 0.2s; }

.flyout__list li:first-child a {
  padding-top: 5px; }

.flyout__list li:last-child a {
  padding-bottom: 5px; }

.flyout__list li:hover a::before {
  padding-left: 7px; }

#google-translate .goog-te-gadget-simple {
  font-family: SourceSansPro-Regular, sans-serif;
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: none;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  #google-translate .goog-te-gadget-simple a {
    top: 0;
    margin-bottom: 0; }

#google-translate .goog-te-gadget {
  font-family: SourceSansPro-Regular, sans-serif;
  font-size: 11px;
  color: #666;
  white-space: nowrap;
  display: flex;
  align-items: flex-end;
  justify-content: center; }

#google-translate .goog-te-gadget-icon {
  margin-right: 10px; }

.footer {
  padding: 20px 0 0 0;
  background: white;
  background: white;
  line-height: 1.5714285714em;
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .footer {
      font-size: 14px; } }
  @media screen and (min-width: 700px) {
    .footer {
      padding: 1.4285714286em 0 0 0; } }
  .footer .footer .l-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    padding-right: calc(10px + (60 - 10) * (100vw - 320px) / (1230 - 320));
    padding-left: calc(10px + (60 - 10) * (100vw - 320px) / (1230 - 320));
    display: block; }
    @media screen and (min-width: 1230px) {
      .footer .footer .l-wrapper {
        padding-right: 60px;
        padding-left: 60px; } }
  .footer .footer__image {
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer .footer__image img {
      width: 307px;
      height: 57px;
      display: block; }
  .footer .footer__copyright {
    margin-top: 3.5714285714em;
    margin-bottom: 1.4285714286em;
    font-family: "SourceSansPro-Bold", sans-serif;
    color: #b4b4b4;
    font-size: 12px;
    text-align: center; }
  .footer .footer__links {
    margin-top: 3.5714285714em;
    font-family: "SourceSerifPro-Regular", serif;
    text-align: center; }
  .footer .footer__links a,
  .footer .footer__links span {
    margin: 0 1em;
    display: inline-block;
    border: none;
    text-align: center;
    text-decoration: none;
    font-size: 15px; }
    @media screen and (min-width: 960px) {
      .footer .footer__links a:last-child,
      .footer .footer__links span:last-child {
        margin-right: 0; } }

.ch_hp_footer {
  border-top: 1px solid #888888; }
  .ch_hp_footer__content {
    max-width: 1200px;
    display: flex;
    margin: 0 auto; }
    .ch_hp_footer__content .ch_hp_footer__col {
      display: block; }
    .ch_hp_footer__content--two-column {
      justify-content: center; }
      .ch_hp_footer__content--two-column.row {
        max-width: 1200px;
        display: flex;
        margin: 0 auto; }
      .ch_hp_footer__content--two-column .ch_hp_footer__col {
        margin: 20px 0 0;
        flex: 0 0 100%; }
      .ch_hp_footer__content--two-column .ch_hp_footer__copyright {
        float: unset;
        margin: 0; }
      .ch_hp_footer__content--two-column .ch_hp_footer__navigation {
        display: flex; }
        .ch_hp_footer__content--two-column .ch_hp_footer__navigation a {
          margin: 0 10px 0 0; }
      @media only screen and (min-width: 530px) {
        .ch_hp_footer__content--two-column {
          justify-content: space-between; }
          .ch_hp_footer__content--two-column .ch_hp_footer__col {
            flex: inherit; }
            .ch_hp_footer__content--two-column .ch_hp_footer__col:not(:first-child) {
              margin-top: 20px; }
          .ch_hp_footer__content--two-column .ch_hp_footer__link {
            text-align: right;
            justify-content: flex-end; } }
  .ch_hp_footer .footer__nav-container {
    max-width: 1200px; }
  .ch_hp_footer__col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .ch_hp_footer__col:not(:first-child) {
      margin-top: 1.7em; }
    .ch_hp_footer__col a:link, .ch_hp_footer__col a:visited, .ch_hp_footer__col a:hover, .ch_hp_footer__col a:active {
      text-decoration: none; }
  .ch_hp_footer__logo {
    margin: 20px 20px 20px 20px;
    max-width: 12em;
    margin-left: 2.7em; }
    @media only screen and (max-width: 62em) {
      .ch_hp_footer__logo {
        width: 40%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.7em; } }
    @media only screen and (max-width: 48em) {
      .ch_hp_footer__logo {
        width: 60%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.7em; } }
  .ch_hp_footer__link {
    display: flex;
    overflow-wrap: break-word;
    margin-top: 22px;
    min-width: 13em;
    font-size: 18px;
    font-size: calc(18px + (18 - 18) * (100vw - 320px) / (1130 - 320)); }
    @media screen and (min-width: 1130px) {
      .ch_hp_footer__link {
        font-size: 18px; } }
    @media (max-width: 575px) {
      .ch_hp_footer__link {
        justify-content: center;
        text-align: center; } }
    @media (min-width: 576px) {
      .ch_hp_footer__link {
        justify-content: center;
        text-align: center; } }
    @media (min-width: 768px) {
      .ch_hp_footer__link {
        text-align: left;
        justify-content: flex-start; } }
  .ch_hp_footer__headline {
    margin-bottom: 0 !important;
    font-weight: bold;
    font-size: 26px;
    font-size: calc(23px + (26 - 23) * (100vw - 320px) / (1130 - 320)); }
    @media screen and (min-width: 1130px) {
      .ch_hp_footer__headline {
        font-size: 26px; } }
  .ch_hp_footer__nav {
    background-color: #ffd400;
    margin-top: 1em; }
  .ch_hp_footer__copyright {
    float: left;
    margin-left: 3em;
    margin-top: -8px; }
  .ch_hp_footer__copyright-text {
    font-size: smaller; }
  .ch_hp_footer .footer__nav {
    padding: 0 3em; }
    @media (max-width: 575px) {
      .ch_hp_footer .footer__nav-item {
        justify-content: center;
        text-align: center; } }
    @media (min-width: 576px) {
      .ch_hp_footer .footer__nav-item {
        justify-content: center;
        text-align: center; } }
    @media (min-width: 768px) {
      .ch_hp_footer .footer__nav-item {
        text-align: left;
        justify-content: flex-start; } }
  .ch_hp_footer .icon-social {
    vertical-align: middle;
    margin: 0px 4px;
    width: 30px;
    height: 30px; }
  .ch_hp_footer__social-links-list {
    margin-bottom: -10px; }
    @media only screen and (max-width: 37em) {
      .ch_hp_footer__social-links-list {
        margin-left: 20% !important; } }
  .ch_hp_footer__social-icons-wrapper {
    min-width: 7em; }
  .ch_hp_footer .social-link {
    display: flex;
    justify-content: flex-start;
    margin-top: 13px;
    font-size: 18px;
    font-size: calc(18px + (18 - 18) * (100vw - 320px) / (1130 - 320)); }
    @media screen and (min-width: 1130px) {
      .ch_hp_footer .social-link {
        font-size: 18px; } }
    @media (max-width: 575px) {
      .ch_hp_footer .social-link {
        justify-content: center;
        text-align: center; } }
    @media (min-width: 576px) {
      .ch_hp_footer .social-link {
        justify-content: center;
        text-align: center; } }
    @media (min-width: 768px) {
      .ch_hp_footer .social-link {
        text-align: left;
        justify-content: flex-start; } }
    .ch_hp_footer .social-link:nth-child(1) .social-text {
      justify-content: flex-start;
      width: 12em;
      margin-bottom: 10px; }
  .ch_hp_footer .social-text {
    width: 6em;
    display: flex;
    word-break: break-all;
    font-size: 18px;
    font-size: calc(18px + (18 - 18) * (100vw - 320px) / (1130 - 320)); }
    @media screen and (min-width: 1130px) {
      .ch_hp_footer .social-text {
        font-size: 18px; } }
  .ch_hp_footer .row {
    margin-bottom: 10px; }

.header__logo-container {
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 1200px) {
    .header__logo-container {
      width: 80%; } }
  @media (max-width: 575px) {
    .header__logo-container {
      width: 70%; } }

.header__logo-extend.only-logo .header__logo-extend--img {
  display: block; }

.header__logo-extend.only-logo .header__logo-extend--txt {
  display: none; }

.header__logo-extend.only-txt .header__logo-extend--img {
  display: none; }

.header__logo-extend.only-txt .header__logo-extend--txt {
  display: block; }

.header__logo-base {
  height: 100px; }
  @media (max-width: 575px) {
    .header__logo-base {
      padding-right: 10px; } }
  .header__logo-base .logo-primary {
    background: url("../assets/logos/goldkrone-logo.png") center no-repeat;
    width: 160px;
    height: 90px;
    display: inline-block;
    background-size: 100%;
    margin-top: 0; }
    @media (min-width: 1200px) {
      .header__logo-base .logo-primary {
        width: 200px;
        height: 113px; } }
  .header__logo-base .logo-freetail {
    background: url("../assets/logos/logo-freetail_de_sport2000_hp_png.png") center no-repeat;
    width: 124px;
    height: 40px;
    background-size: cover;
    display: inline-block;
    margin-top: 10px; }

.header__logo-extend {
  display: none;
  align-items: center;
  justify-content: center; }
  @media (max-width: 575px) {
    .header__logo-extend {
      padding-left: 10px; } }
  .header__logo-extend--img {
    padding-left: 23px; }
    .header__logo-extend--img .logo-laufprofi {
      background: url("../assets/logos/logo-laufprofi_de_sport2000_hp_png.png") center no-repeat;
      background-size: cover;
      display: inline-block;
      width: 180px;
      height: 40px;
      margin-top: 5px; }
      @media screen and (max-width: 1200px) {
        .header__logo-extend--img .logo-laufprofi {
          background: none; }
          .header__logo-extend--img .logo-laufprofi:after {
            content: "Laufprofi";
            display: inline-block;
            font-size: 14px;
            letter-spacing: 0.81px;
            color: #404040;
            font-family: "SourceSansPro-Bold", sans-serif;
            vertical-align: sub;
            margin-top: -10px; } }
    .header__logo-extend--img .logo-sneakerforce {
      background: url("../assets/logos/logo-sneaker-force_de_sport2000_hp_png.png") center no-repeat;
      background-size: cover;
      display: inline-block;
      width: 123px;
      height: 64px;
      margin-top: -3px;
      background-position-x: inherit;
      background-size: cover; }
      @media screen and (max-width: 1200px) {
        .header__logo-extend--img .logo-sneakerforce {
          background: none; }
          .header__logo-extend--img .logo-sneakerforce:after {
            content: "Sneakerforceprofi";
            display: inline-block;
            font-size: 14px;
            letter-spacing: 0.81px;
            color: #404040;
            font-family: "SourceSansPro-Bold", sans-serif;
            vertical-align: sub;
            margin-top: 25px; } }
    .header__logo-extend--img .logo-teamsport {
      background: url("../assets/logos/logo-teamsportprofi_de_sport2000_hp_png.png") center no-repeat;
      background-size: cover;
      display: inline-block;
      width: 53px;
      height: 53px;
      margin-top: 4px;
      background-position-x: inherit;
      background-size: cover; }
      @media screen and (max-width: 1200px) {
        .header__logo-extend--img .logo-teamsport {
          background: none; }
          .header__logo-extend--img .logo-teamsport:after {
            content: "Teamsportprofi";
            display: inline-block;
            font-size: 14px;
            letter-spacing: 0.81px;
            color: #404040;
            font-family: "SourceSansPro-Bold", sans-serif;
            vertical-align: sub;
            margin-top: 15px; } }
    .header__logo-extend--img .logo-outdoorprofi {
      background: url("../assets/logos/logo-outdoorprofi_de_sport2000_hp_png.png") center no-repeat;
      background-size: cover;
      display: inline-block;
      width: 180px;
      height: 40px;
      margin-top: 0; }
      @media screen and (max-width: 1200px) {
        .header__logo-extend--img .logo-outdoorprofi {
          background: none; }
          .header__logo-extend--img .logo-outdoorprofi:after {
            content: "Outdoorprofi";
            display: inline-block;
            font-size: 14px;
            letter-spacing: 0.81px;
            color: #404040;
            font-family: "SourceSansPro-Bold", sans-serif;
            vertical-align: sub;
            margin-top: 0; } }
  .header__logo-extend--txt {
    padding-left: 32px; }
    .header__logo-extend--txt span {
      display: block;
      line-height: 7px; }
    .header__logo-extend--txt .logo-laufprofi {
      background: none; }
      .header__logo-extend--txt .logo-laufprofi:after {
        content: "Laufprofi";
        display: inline-block;
        font-size: 14px;
        letter-spacing: 0.81px;
        color: #404040;
        font-family: "SourceSansPro-Bold", sans-serif;
        vertical-align: sub; }
    .header__logo-extend--txt .logo-sneakerforce {
      background: none; }
      .header__logo-extend--txt .logo-sneakerforce:after {
        content: "Sneakerforceprofi";
        display: inline-block;
        font-size: 14px;
        letter-spacing: 0.81px;
        color: #404040;
        font-family: "SourceSansPro-Bold", sans-serif;
        vertical-align: sub; }
    .header__logo-extend--txt .logo-teamsport {
      background: none; }
      .header__logo-extend--txt .logo-teamsport:after {
        content: "Teamsportprofi";
        display: inline-block;
        font-size: 14px;
        letter-spacing: 0.81px;
        color: #404040;
        font-family: "SourceSansPro-Bold", sans-serif;
        vertical-align: sub; }
    .header__logo-extend--txt .logo-outdoorprofi {
      background: none; }
      .header__logo-extend--txt .logo-outdoorprofi:after {
        content: "Outdoorprofi";
        display: inline-block;
        font-size: 14px;
        letter-spacing: 0.81px;
        color: #404040;
        font-family: "SourceSansPro-Bold", sans-serif;
        vertical-align: sub; }

.header-on-scroll .logo-primary {
  width: 118px;
  height: 45px; }
  @media (min-width: 1200px) {
    .header-on-scroll .logo-primary {
      width: 135px;
      height: 92px;
      margin-top: 5px; } }

.header-on-scroll .logo-freetail {
  margin-top: 12px;
  margin-left: -20px; }
  @media screen and (max-width: 1200px) {
    .header-on-scroll .logo-freetail {
      margin-top: 0;
      margin-left: 0; } }

@media screen and (max-width: 1200px) {
  .header-on-scroll .header__logo-container {
    height: 100%; } }

.searchbar-small {
  position: relative;
  margin-right: 15px; }
  @media (min-width: 1200px) {
    .searchbar-small {
      margin-left: 25px; } }

.searchbar-small form {
  position: relative; }

.searchbar-small input[type="text"] {
  height: 50px;
  font-size: 20px;
  display: inline-block;
  border: none;
  outline: none;
  color: #404040;
  padding: 3px;
  padding-right: 35px;
  padding-left: 7px;
  width: 0;
  position: absolute;
  top: -24px;
  right: -13px;
  z-index: 9999;
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer; }
  @media screen and (max-width: 511px) {
    .searchbar-small input[type="text"] {
      right: -8px; } }

.searchbar-small input[type="text"]:focus:hover {
  border-bottom: 1px solid #dddddd; }

.searchbar-small input[type="text"]:focus {
  opacity: 1;
  visibility: visible;
  width: 400px;
  z-index: 1;
  border: 1px solid #dddddd;
  cursor: text;
  background-color: white; }
  @media (max-width: 575px) {
    .searchbar-small input[type="text"]:focus {
      width: 265px; } }

.searchbar-small input[type="submit"] {
  height: 50px;
  width: 50px;
  display: inline-block;
  float: right;
  background: url(../assets/icons/icon-search_ch_anwr_garant_schweiz_hp_svg.svg) center center no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: -24px;
  right: -13px;
  z-index: 2;
  cursor: pointer;
  transition: opacity .4s ease; }

.searchbar-small input[type="submit"]:hover {
  opacity: 1; }

.searchbar-small input[type="submit"]:active {
  border: none;
  text-decoration: none; }

.header__select__container,
.header__login-as__container {
  display: none;
  width: 1200px; }
  .header__select__container .s-hidden,
  .header__login-as__container .s-hidden {
    display: none;
    padding-right: 10px; }
  .header__select__container .select-styled__container,
  .header__login-as__container .select-styled__container {
    appearance: none;
    background-image: url("../assets/icons/icon-arrow-down_ch_anwr_garant_schweiz_hp_svg.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 95%;
    position: relative;
    color: #e5e5e5;
    border-color: #e5e5e5; }
  .header__select__container .select-styled__container::-ms-expand,
  .header__login-as__container .select-styled__container::-ms-expand {
    display: none; }
  .header__select__container .select-styled__dropdown,
  .header__login-as__container .select-styled__dropdown {
    padding-top: 4px; }
  .header__select__container .options,
  .header__login-as__container .options {
    display: none;
    flex-flow: column;
    justify-content: space-around;
    position: absolute;
    right: 0;
    top: 27px;
    left: 0;
    z-index: 999;
    padding: 0 0;
    list-style: none;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .header__select__container .options li,
  .header__login-as__container .options li {
    box-sizing: border-box;
    height: 100%;
    margin: 0 0;
    padding: 15px;
    color: white;
    background-color: #1c1c1c;
    width: 100%; }
  .header__select__container .options li:hover,
  .header__login-as__container .options li:hover {
    background-color: #404040; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .select-styled__container {
    background-image: none;
    cursor: pointer; }
  .select-styled__dropdown {
    padding-top: 10px;
    font-size: 17px; }
  .options li {
    padding-top: 10px;
    font-size: 17px; } }

@media screen and (max-width: 1200px) {
  .header__select,
  .header__login-as {
    position: relative;
    width: 100%; }
    .header__select a,
    .header__login-as a {
      pointer-events: none;
      cursor: default; }
    .header__select__container--mobile,
    .header__login-as__container--mobile {
      display: block;
      margin-bottom: 20px;
      margin-top: -10px;
      width: 100%; }
      .header__select__container--mobile input[type="text"],
      .header__login-as__container--mobile input[type="text"] {
        color: #5c5c5c; }
        .header__select__container--mobile input[type="text"]::placeholder,
        .header__login-as__container--mobile input[type="text"]::placeholder {
          color: #5c5c5c; }
      .header__select__container--mobile:focus,
      .header__login-as__container--mobile:focus {
        border-color: white; }
    .header__select .link-submit,
    .header__login-as .link-submit {
      color: #1e3f50;
      border: 2px solid #1e3f50; }
      .header__select .link-submit::after,
      .header__login-as .link-submit::after {
        background: url(../assets/icons/icon-arrow_ch_anwr_garant_schweiz_hp_white_svg.svg) center no-repeat;
        background-size: 100%; }
      .header__select .link-submit:hover,
      .header__login-as .link-submit:hover {
        color: white;
        background: #1e3f50; }
        .header__select .link-submit:hover::after,
        .header__login-as .link-submit:hover::after {
          background: url(../assets/icons/icon-arrow_goldkrone_hp_white_svg.svg) center no-repeat;
          background-size: 100%; }
      .header__select .link-submit:active,
      .header__login-as .link-submit:active {
        color: white; }
  .icon-close,
  .icon-close-login-as {
    display: none !important; }
  .office-content {
    display: none; } }

.header__select a:hover,
.header__login a:hover,
.header__login-as a:hover {
  text-shadow: none; }

@media (min-width: 1200px) {
  .header__select,
  .header__login-as {
    position: relative;
    width: 100%;
    flex: 4; }
    .header__select__container,
    .header__login-as__container {
      display: none;
      position: absolute;
      background: white;
      top: 57%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 1200px; }
      .header__select__container .icon-close,
      .header__select__container .icon-close-login-as,
      .header__login-as__container .icon-close,
      .header__login-as__container .icon-close-login-as {
        position: absolute;
        top: -54px;
        right: 0;
        cursor: pointer; }
      .header__select__container .link-submit,
      .header__login-as__container .link-submit {
        color: #404040;
        font-family: "SourceSansPro-Regular", sans-serif;
        float: right;
        margin-top: 24px;
        cursor: pointer; }
        .header__select__container .link-submit:hover,
        .header__login-as__container .link-submit:hover {
          color: white; }
        .header__select__container .link-submit:active,
        .header__login-as__container .link-submit:active {
          color: white; }
    .header__select__container--mobile,
    .header__login-as__container--mobile {
      display: none; } }

.header {
  position: fixed;
  top: 0;
  height: 84px;
  z-index: 999;
  width: 100%; }
  @media (min-width: 1200px) {
    .header {
      padding-top: 40px; } }
  @media screen and (max-width: 1200px) {
    .header {
      border-top: 10px solid #ffd400; } }
  @media (min-width: 1200px) {
    .header .searchbar-small {
      padding-top: 52px; } }

.header__info {
  width: 100%;
  background-color: #ffd400;
  height: auto;
  padding: 19px 30px; }
  @media (min-width: 1200px) {
    .header__info {
      position: absolute;
      top: -40px;
      left: 0;
      height: 40px;
      transition: height 0.3s;
      padding: 0; } }

.header__info a {
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 16px;
  letter-spacing: 0; }
  .header__info a:visited {
    color: inherit; }
  .header__info a:hover {
    text-decoration: none; }
  .header__info a:active {
    text-decoration: none; }
  @media screen and (max-width: 1200px) {
    .header__info a {
      padding: 15px 0;
      display: block; } }

.header__info-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: 4px; }
  @media screen and (max-width: 1200px) {
    .header__info-container {
      flex-direction: column;
      align-items: flex-start; } }

.header__info a {
  color: #1e3f50; }

.header__info a:hover {
  text-decoration: underline; }

.header__info a:visited {
  color: #1e3f50; }

.header__login {
  margin-left: 32px; }
  @media screen and (max-width: 1200px) {
    .header__login {
      margin-left: 0;
      width: 100%; } }
  .header__login--link span {
    color: #1e3f50; }
  @media screen and (max-width: 1200px) {
    .header__login--link {
      border-top: 1px solid rgba(18, 18, 18, 0.13); } }
  .header__login .icon-logout {
    margin-left: 32px; }
    @media screen and (max-width: 1200px) {
      .header__login .icon-logout {
        margin-left: 0; } }

.header__main-container {
  width: 100%;
  height: 110px;
  position: relative;
  background-color: #f0f0f0;
  -webkit-transform: translate3d(0, 0, 0);
  transition: height 0.2s;
  border-bottom: 1px solid #dddddd; }

.header__main-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%; }
  @media screen and (max-width: 1200px) {
    .header__main-content {
      padding: 10px 20px 0 20px;
      transition: padding 0.2s; } }

.lang {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  min-width: 100px;
  color: #404040; }
  .lang span {
    color: #404040; }
  .more-height .lang {
    display: none; }
  @media (max-width: 575px) {
    .lang {
      margin-top: -18px; } }
  @media (min-width: 576px) {
    .lang {
      padding-top: 0;
      margin-top: -15px; } }
  @media (min-width: 1200px) {
    .lang {
      padding-top: 34px;
      margin-top: 0; } }

.header__menu {
  display: none;
  flex-direction: column; }
  @media (min-width: 1200px) {
    .header__menu {
      display: flex;
      justify-content: flex-end; } }
  .header__menu ul li:before {
    display: none; }

.header__menu.active {
  display: flex; }
  @media screen and (max-width: 1200px) {
    .header__menu.active {
      position: absolute;
      top: 90px;
      left: 0;
      width: 100%;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      height: calc(100vh - 50px);
      z-index: 990;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; } }

.header__main-nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  background: #f0f0f0; }
  @media (min-width: 1200px) {
    .header__main-nav {
      flex-direction: row; } }

.header__main-nav--item {
  margin-left: 8px;
  position: relative;
  padding: 15px;
  padding-bottom: 0;
  padding-top: 30px;
  border-left: 3px solid transparent;
  white-space: nowrap; }
  .header__main-nav--item:hover {
    border-color: #ffd400; }
  @media screen and (max-width: 1200px) {
    .header__main-nav--item {
      margin-left: 30px;
      padding-top: 15px;
      margin-right: 30px;
      border-top: 1px solid rgba(136, 136, 136, 0.5); }
      .header__main-nav--item:hover {
        border-left-color: transparent;
        border-top-color: rgba(136, 136, 136, 0.5); } }

.header__main-nav--item a {
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  padding-top: 5px;
  display: block; }
  .header__main-nav--item a:hover {
    text-decoration: none; }
  @media screen and (max-width: 1200px) {
    .header__main-nav--item a {
      padding-top: 0;
      position: relative;
      margin-bottom: -10px;
      top: -12px; }
      .header__main-nav--item a:hover:before {
        content: "";
        position: absolute;
        border-color: #ffd400;
        border-style: solid;
        height: 15px;
        top: 5px;
        left: -10px;
        width: 0; } }

@media (min-width: 1200px) {
  .header__main-nav--item:hover .header__sub-nav {
    display: block;
    height: auto;
    opacity: 1;
    visibility: visible; } }

@media screen and (max-width: 1200px) {
  .header__main-nav--item.open-subnav .header__sub-nav {
    display: block;
    height: auto;
    opacity: 1;
    visibility: visible; } }

@media (min-width: 1200px) {
  .header__main-nav--item.active a:before {
    content: "";
    position: absolute;
    border-color: #ffd400;
    border-style: solid;
    height: 15px;
    top: 41px;
    left: -2px;
    width: 0; } }

@media screen and (max-width: 1200px) {
  .header__main-nav--item.active a:before {
    content: "";
    position: absolute;
    border-color: #ffd400;
    border-style: solid;
    height: 15px;
    top: 5px;
    left: -10px;
    width: 0; } }

.header__sub-nav {
  opacity: 0;
  visibility: hidden;
  height: 0;
  position: absolute;
  left: -3px;
  transition: height 0.5s;
  background-color: #f0f0f0;
  min-width: 230px;
  z-index: 1;
  border-left: 3px solid #ffd400;
  transition: all 0.4s;
  padding-left: 15px; }
  @media screen and (max-width: 1200px) {
    .header__sub-nav {
      position: relative;
      border-left: none;
      left: -9px;
      top: 5px; } }

.header__sub-nav--item {
  display: block;
  margin-left: 9px; }
  @media screen and (max-width: 1200px) {
    .header__sub-nav--item {
      padding: 11px 0; } }

.header__sub-nav--item a:before {
  display: none; }

.header__sub-nav--item a:hover {
  text-decoration: none; }

@media screen and (max-width: 1200px) {
  .header__sub-nav--item a:hover:before {
    display: block;
    content: "";
    position: absolute;
    border-color: #ffd400;
    border-style: solid;
    height: 15px;
    top: 3px;
    left: -10px;
    width: 0; } }

.header__btn-menu {
  color: #e5e5e5;
  cursor: pointer;
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  position: relative;
  padding-left: 40px;
  height: 20px;
  border-left: 1px solid #404040; }
  .header__btn-menu .icon-menu:before,
  .header__btn-menu .icon-close:before {
    position: absolute;
    left: 7px;
    top: 2px; }
    @media screen and (max-width: 450px) {
      .header__btn-menu .icon-menu:before,
      .header__btn-menu .icon-close:before {
        left: 12px;
        top: -3px; } }
  @media screen and (max-width: 450px) {
    .header__btn-menu {
      margin-right: -50px;
      margin-top: 7px; } }
  @media (min-width: 1200px) {
    .header__btn-menu {
      display: none; } }

.icon-menu {
  color: #404040; }
  @media screen and (max-width: 450px) {
    .icon-menu {
      visibility: hidden; }
      .icon-menu:before {
        visibility: visible; } }

.header-on-scroll.header {
  -webkit-transform: translate3d(0, 0, 0); }
  @media (min-width: 1200px) {
    .header-on-scroll.header {
      padding-top: 20px; } }

.header-on-scroll {
  -webkit-transform: translate3d(0, 0, 0); }
  @media (min-width: 1200px) {
    .header-on-scroll .header__info {
      height: 20px;
      top: -20px; } }
  .header-on-scroll .header__main-nav--item {
    padding-top: 4px; }
  @media (max-width: 575px) {
    .header-on-scroll .lang {
      padding-top: 0;
      margin-top: -19px; } }
  @media (min-width: 1200px) {
    .header-on-scroll .lang {
      padding-top: 10px; } }
  @media (min-width: 1200px) {
    .header-on-scroll .searchbar-small {
      padding-top: 25px; } }
  @media (min-width: 1200px) {
    .header-on-scroll .header__info-container {
      opacity: 0; } }
  .header-on-scroll .header__main-container {
    height: 62px;
    border-bottom: 1px solid #dddddd; }
    @media (min-width: 1200px) {
      .header-on-scroll .header__main-container {
        height: 64px; } }
  .header-on-scroll .header__main-content {
    padding: 10px 20px 0 20px; }
    @media (min-width: 1200px) {
      .header-on-scroll .header__main-content {
        padding: 0 20px 0 20px; } }
  @media screen and (max-width: 1200px) {
    .header-on-scroll .header__menu {
      top: 60px; } }
  .header-on-scroll .header__main-nav--item.active a:before {
    content: "";
    position: absolute;
    border-color: #ffd400;
    border-style: solid;
    height: 15px;
    top: 15px;
    left: 0px;
    width: 0; }

.searchbar {
  height: 40px;
  margin-top: 15px;
  margin-bottom: 20px; }
  .searchbar:before {
    content: "";
    background: url(../assets/icons/icon-search_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 13px;
    right: 20px;
    background-size: contain; }
  @media screen and (min-width: 1130px) {
    .searchbar {
      padding-right: 0;
      padding-left: 0; } }

.searchbar > input[name="term"] {
  font-family: "SourceSansPro-Regular", sans-serif, Arial, sans-serif;
  font-size: 25px !important;
  color: #404040 !important; }

.searchbar > input[type="text"] {
  width: 100%;
  height: 52px;
  padding: 17px 60px 11px 15px;
  border: 2px solid #dddddd;
  font-size: 14px;
  color: #404040;
  vertical-align: top;
  background: transparent; }
  @media screen and (min-width: 1130px) {
    .searchbar > input[type="text"] {
      width: 300px; } }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .searchbar > input[type="text"] {
      padding: 0 60px 0 17px; } }

.searchbar > input[type="submit"] {
  width: 60px;
  height: 44px;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px; }

.breadcrumb {
  margin: 0 auto;
  line-height: 1em;
  max-width: 1200px; }
  @media (max-width: 575px) {
    .breadcrumb {
      display: none; } }
  @media (min-width: 768px) {
    .breadcrumb {
      display: block; } }

.breadcrumb > li {
  display: inline-block;
  position: relative;
  line-height: 1em;
  margin-right: 15px;
  margin-top: 20px !important;
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .breadcrumb > li {
      font-size: 16px; } }
  .breadcrumb > li:after {
    position: absolute;
    content: "";
    display: inline-block;
    background: url("../assets/icons/icon-arrow-small_ch_anwr_garant_schweiz_hp_svg.svg") center no-repeat;
    background-size: cover;
    width: 7px;
    height: 8px;
    float: right;
    top: 5px;
    right: -8px;
    opacity: 0.8; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .breadcrumb > li:after {
        font-size: 0.5em; } }
  .breadcrumb > li:last-child {
    font-family: "SourceSansPro-Bold", sans-serif;
    color: #1e3f50; }
    .breadcrumb > li:last-child a {
      color: #1e3f50; }
    .breadcrumb > li:last-child:after {
      display: none;
      background: none; }

.breadcrumb a {
  font-family: "SourceSerifPro-Regular", serif;
  color: #b4b4b4;
  display: inline-block;
  padding-right: 0.2em;
  border-bottom: none;
  margin-bottom: 0.5em;
  transition: color 0.2s; }

.l-wrapper .breadcrumb {
  margin-top: 0.75em;
  padding: 0; }

iframe {
  margin-bottom: 1em;
  width: 100%; }

.login-page {
  width: 100%;
  height: 100vh; }
  @media screen and (min-width: 768px) {
    .login-page {
      display: flex;
      justify-content: center;
      align-items: center; } }

.login {
  margin-top: 0;
  padding-bottom: 60px;
  width: 100%;
  max-width: 940px;
  min-height: 100vh;
  position: relative;
  background: white;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  color: #404040;
  box-shadow: 0px 4px 11px -1px #404040; }
  @media screen and (min-width: 768px) {
    .login {
      width: 80%;
      min-height: auto; } }

.login__header {
  padding: 50px 30px 0 30px;
  margin-bottom: 60px;
  height: 130px;
  position: relative; }
  .login__header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #ffd400; }
  .login__header img {
    margin-top: 20px;
    height: 62px;
    width: 62px; }

.login__header .logo {
  padding: 0;
  width: 125px;
  display: inline-block; }

.login__content {
  padding: 0 19px 45px 19px;
  text-align: center;
  max-width: 940px;
  margin: 0 auto;
  border-bottom: solid 1px #404040; }
  @media screen and (min-width: 768px) {
    .login__content {
      padding: 0 76px 45px 76px; } }

.login__content > h3 {
  margin: 20px 0 12px 0;
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 46px;
  color: #404040; }
  @media screen and (min-width: 768px) {
    .login__content > h3 {
      margin: 50px 0 24px 0; } }

.login__content > p {
  margin: 24px 0 54px 0;
  font-size: 20px;
  line-height: 25px;
  font-family: "SourceSansPro-Regular", sans-serif; }
  @media screen and (min-width: 768px) {
    .login__content > p {
      margin: 0 32px 40px 32px; } }

.login__content .login__error {
  margin: -28px 0 20px 0;
  font-family: "SourceSansPro-Bold", sans-serif;
  font-size: 16px;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1130 - 320));
  color: #ffd400; }
  @media screen and (min-width: 1130px) {
    .login__content .login__error {
      font-size: 16px; } }

.login__content form {
  text-align: right;
  margin-bottom: 40px; }
  .login__content form > p {
    font-family: "SourceSansPro-Regular", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    display: inline-block;
    float: left; }
  .login__content form * {
    text-align: left; }
  .login__content form .button {
    display: inline; }
  .login__content form .button:hover {
    background-color: #ffd400;
    border-color: #ffd400; }

.login__content .login__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 47px; }
  @media screen and (min-width: 768px) {
    .login__content .login__container {
      flex-direction: row; } }

.login__content .login__container input {
  flex: 1; }
  @media screen and (min-width: 768px) {
    .login__content .login__container input {
      width: 34%; } }

.login__content .login__container input:first-child {
  margin-bottom: 1.5em; }
  @media screen and (min-width: 768px) {
    .login__content .login__container input:first-child {
      margin-bottom: 0;
      margin-right: 1em; } }

@media screen and (min-width: 768px) {
  .login__content .login__container input:nth-last-child(1) {
    margin-left: 1em; } }

.login__content form > p {
  font-size: 0.7em;
  clear: both;
  max-width: 407px; }

.login__content .input-align {
  margin-top: 1em;
  clear: both;
  text-align: left; }

.login__content .input-align label {
  color: #404040;
  margin-bottom: 88px; }

.login__content .input-align label::after {
  color: #404040; }

.login__content .input-align label a {
  color: #404040; }
  @media screen and (min-width: 1130px) {
    .login__content .input-align label a {
      text-decoration: underline; }
      .login__content .input-align label a:hover {
        color: #b4b4b4; } }

.login__footer {
  position: absolute;
  height: 60px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: white;
  color: #404040;
  text-align: center;
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 0.8em;
  line-height: 60px; }

.login__number a {
  color: #404040;
  text-decoration: none; }

.mediabox > *:first-child,
.mediabox__media > *:first-child,
.mediabox__text > *:first-child {
  margin-top: 0; }

.mediabox__media {
  width: 100%;
  position: relative;
  margin-bottom: 1em; }
  .mediabox__media img,
  .mediabox__media video {
    margin-bottom: 0.5em; }

.l-grid .mediabox__media {
  margin-bottom: 0em; }

.l-grid__25 .mediabox__link {
  margin-top: -15px; }

.l-grid__33 .mediabox__link {
  margin-top: 10px; }

.l-grid__50 .mediabox__link {
  margin-top: 10px; }

.mediabox .mediabox__text .intro {
  margin: 0.2083333333em 0 1.4583333333em 0;
  font-size: 24px;
  font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .mediabox .mediabox__text .intro {
      font-size: 24px; } }

.mediabox__media .video-overlay {
  position: relative;
  vertical-align: middle; }
  .mediabox__media .video-overlay::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(28, 28, 28, 0.3);
    transition: 0.2s;
    opacity: 0;
    pointer-events: none;
    z-index: 2; }
  .mediabox__media .video-overlay::after {
    padding: 0.5em;
    content: "";
    vertical-align: middle;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 56px;
    font-size: calc(34px + (56 - 34) * (100vw - 320px) / (1130 - 320));
    transition: 0.2s;
    color: #f6f6f6;
    font-family: "Fontello-ANWR";
    pointer-events: none;
    opacity: 0;
    z-index: 3; }
    @media screen and (min-width: 1130px) {
      .mediabox__media .video-overlay::after {
        font-size: 56px; } }

.mediabox__media .video-overlay.active::before,
.mediabox__media .video-overlay.active::after {
  opacity: 1; }

.mediabox__media .video-overlay video {
  cursor: pointer; }

.mediabox__text > p:first-child {
  margin-top: 0; }

.mediabox__media > a {
  border-bottom: none;
  position: relative; }
  @media screen and (min-width: 1130px) {
    .mediabox__media > a.fancybox:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 1;
      opacity: 0.5;
      transition: background-color 0.2s; }
    .mediabox__media > a.fancybox:after {
      content: "";
      opacity: 0;
      font-size: 40px;
      line-height: 1em;
      font-family: "Fontello-ANWR";
      text-align: center;
      position: absolute;
      color: #404040;
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
      z-index: 10; }
    .mediabox__media > a.fancybox:hover:before, .mediabox__media > a.fancybox:focus:before {
      background-color: black; }
    .mediabox__media > a.fancybox:hover:after, .mediabox__media > a.fancybox:focus:after {
      opacity: 1; } }

@media screen and (min-width: 480px) {
  .mediabox.mediabox--s .mediabox__media {
    max-width: 390px; } }

.mediabox.mediabox--s.half-half .mediabox__media {
  width: 100%;
  height: 230px;
  max-width: 600px; }
  @media (min-width: 576px) {
    .mediabox.mediabox--s.half-half .mediabox__media {
      width: 48%;
      height: 400px; } }

.mediabox.mediabox--s.half-half .mediabox__text {
  width: 100%; }
  @media (min-width: 576px) {
    .mediabox.mediabox--s.half-half .mediabox__text {
      width: 48%; } }

@media screen and (min-width: 790px) {
  .l-grid__33 .mediabox.mediabox--s .mediabox__media {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 480px) {
  .l-grid__25 .mediabox.mediabox--s .mediabox__media {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 790px) {
  .l-grid__25 .mediabox.mediabox--nowrap.mediabox--s .mediabox__media {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0; } }

.l-grid__20 .mediabox.mediabox--s .mediabox__media {
  max-width: 100%;
  margin-right: 0;
  margin-left: 0; }

.contact__left .mediabox__media {
  height: 30px; }

.mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
  overflow: inherit; }
  @media screen and (min-width: 480px) {
    .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
      overflow: hidden; } }

.l-grid__50 .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
  overflow: inherit; }
  @media screen and (min-width: 480px) {
    .l-grid__50 .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
      overflow: hidden; } }
  @media screen and (min-width: 790px) {
    .l-grid__50 .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
      overflow: inherit; } }
  @media screen and (min-width: 1130px) {
    .l-grid__50 .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
      overflow: hidden; } }

.l-grid__33 .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
  overflow: inherit; }
  @media screen and (min-width: 480px) {
    .l-grid__33 .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
      overflow: hidden; } }
  @media screen and (min-width: 790px) {
    .l-grid__33 .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
      overflow: inherit; } }

.l-grid__25 .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
  overflow: inherit; }

.l-grid__20 .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
  overflow: inherit; }

.mediabox__media > p {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320));
  line-height: 1.2em; }
  @media screen and (min-width: 1130px) {
    .mediabox__media > p {
      font-size: 14px; } }

.l-highlight .mediabox__content {
  margin-top: 1.2em;
  padding: 2em;
  background-color: #ffd400; }

.l-highlight-2 .mediabox__content {
  margin-top: 1.5em;
  padding: 2em;
  background-color: #1e3f50; }
  .l-highlight-2 .mediabox__content * {
    color: white; }
  .l-highlight-2 .mediabox__content a:hover {
    color: #3189a6; }

.l-seo .mediabox {
  margin: 3.7em 0 0.5em 0;
  padding-top: 0.5em;
  border-top: 2px solid #dddddd; }

.l-seo .mediabox__media > p {
  font-size: 12px;
  font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-seo .mediabox__media > p {
      font-size: 12px; } }

.l-seo .mediabox__text p {
  line-height: 1.5em; }

.l-overview .mediabox__content {
  background-color: #f0f0f0; }
  .l-overview .mediabox__content .mediabox__text {
    padding: 1.5em; }
    .l-overview .mediabox__content .mediabox__text h4 {
      position: relative; }
      .l-overview .mediabox__content .mediabox__text h4:before {
        text-decoration: underline;
        bottom: 0; }

.l-grid__50 .l-overview .mediabox__content .mediabox__text p,
.l-grid__33 .l-overview .mediabox__content .mediabox__text p,
.l-grid__25 .l-overview .mediabox__content .mediabox__text p,
.l-grid__20 .l-overview .mediabox__content .mediabox__text p {
  max-height: 65px;
  overflow: hidden;
  line-height: 1.1em; }

.mediabox.mediabox--column {
  max-width: 100%; }
  @media (min-width: 1200px) {
    .mediabox.mediabox--column {
      max-width: 690px; } }
  @media (min-width: 768px) {
    .mediabox.mediabox--column .mediabox__media {
      max-width: 285px; } }
  .mediabox.mediabox--column .mediabox__text p {
    line-height: 1.5em; }

.media-banner {
  max-width: 100%;
  position: relative; }

.media-banner__image … {
  max-width: 100%; }
  .media-banner__image … img, .media-banner__image … picture {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.media-banner__content {
  display: none; }

.media-banner--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2; }

.news-grid:first-child {
  margin-top: 1.25em; }

@media (min-width: 576px) {
  .news-grid {
    margin-left: -10px; } }

.news-grid__container {
  margin-left: calc(-15px + (-60 - -15) * (100vw - 320px) / (1230 - 320));
  margin-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column; }
  .news-grid__container .newscard.small {
    padding-bottom: 15px;
    max-width: none; }
  .news-grid__container > .newscard.small {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: 100vw; }
  .news-grid__container .newscard__ribbon__front,
  .news-grid__container .newscard__ribbon__back {
    opacity: 0; }
  @media screen and (min-width: 640px) {
    .news-grid__container {
      margin-left: 0;
      padding: 0;
      flex-direction: row; }
      .news-grid__container .newscard__ribbon__front,
      .news-grid__container .newscard__ribbon__back {
        opacity: 1; }
      .news-grid__container .newscard.small {
        margin: 20px;
        max-width: 284px;
        width: 100%; } }
  @media (min-width: 576px) {
    .news-grid__container {
      justify-content: flex-start; } }

.news-grid .newscard__tags .flag {
  margin-right: 0.5em;
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .news-grid .newscard__tags .flag {
      font-size: 14px; } }

.news-grid__container .newscard__front .newscard__front__content {
  padding: 0; }

@media screen and (min-width: 1130px) {
  .news-grid .newscard__front .newscard__tags > span > div {
    float: left; }
  .news-grid .newscard__front .newscard__tags > span > span {
    float: right; }
  .news-grid .newscard__front .newscard__tags > span + p {
    clear: both; } }

.news-grid__container .newscard__back .newscard__back__content {
  padding: 20px 20px 70px 20px;
  font-family: "SourceSansPro-Semibold", sans-serif;
  line-height: 1.3em; }
  .news-grid__container .newscard__back .newscard__back__content p {
    max-height: 200px; }

.news-grid__container .newscard {
  margin: 0;
  width: 100vw;
  max-width: none; }
  @media (min-width: 992px) {
    .news-grid__container .newscard {
      height: 400px; } }
  .news-grid__container .newscard .newscard__front img {
    width: 35%;
    float: left;
    max-height: 184px; }
  .news-grid__container .newscard .newscard__front__content {
    margin-top: 0;
    display: inline-block;
    width: 64%; }
    @media (max-width: 575px) {
      .news-grid__container .newscard .newscard__front__content {
        width: 48%; } }
  @media screen and (min-width: 640px) {
    .news-grid__container .newscard {
      margin: 9px;
      padding: 0;
      width: 284px;
      max-width: 284px;
      border: none; }
      .news-grid__container .newscard:last-child {
        border: none; }
      .news-grid__container .newscard .newscard__front {
        padding: 0; }
      .news-grid__container .newscard .newscard__front img {
        float: none;
        width: 100%; }
      .news-grid__container .newscard .newscard__front__content {
        margin-top: -6px;
        display: block;
        width: 100%; } }

.news-group {
  margin-top: 3em;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px; }

.news-group h2 {
  margin-top: 0;
  line-height: 1em;
  display: inline-block; }

.news-group .news-group__grid {
  margin-left: calc(-15px + (-60 - -15) * (100vw - 320px) / (1230 - 320));
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  order: 2; }
  @media screen and (min-width: 960px) {
    .news-group .news-group__grid {
      margin-left: 0;
      flex-direction: row; } }

.news-group .news-group__grid .newscard {
  margin-top: 2px;
  max-width: none; }
  .news-group .news-group__grid .newscard .newscard__front {
    overflow: hidden; }
    .news-group .news-group__grid .newscard .newscard__front img {
      margin: 0 1em 0 0;
      float: left;
      width: 35%; }
    .news-group .news-group__grid .newscard .newscard__front .newscard__front__content {
      padding: 30px 0;
      width: 60%;
      display: inline-block; }
      @media (max-width: 575px) {
        .news-group .news-group__grid .newscard .newscard__front .newscard__front__content {
          padding: 0; } }
      .news-group .news-group__grid .newscard .newscard__front .newscard__front__content h4 {
        font-size: 20px; }
      .news-group .news-group__grid .newscard .newscard__front .newscard__front__content p {
        display: block; }
        @media (max-width: 575px) {
          .news-group .news-group__grid .newscard .newscard__front .newscard__front__content p {
            display: none; } }
      @media (max-width: 575px) {
        .news-group .news-group__grid .newscard .newscard__front .newscard__front__content .newscard__date {
          display: block; } }
  @media screen and (min-width: 960px) {
    .news-group .news-group__grid .newscard {
      max-width: 385px;
      margin-top: 0;
      margin-left: 0;
      margin-right: 0; }
      .news-group .news-group__grid .newscard .newscard__front {
        padding: 0; }
        .news-group .news-group__grid .newscard .newscard__front img {
          margin: 0;
          float: none;
          width: 100%; }
        .news-group .news-group__grid .newscard .newscard__front .newscard__front__content {
          padding: 16px 0 43px 0;
          float: none;
          display: block;
          width: 100%; } }

@media screen and (min-width: 960px) {
  .news-group .news-group__grid .newscard:nth-child(2) {
    margin-right: 15px;
    margin-left: 15px; } }

.news-group .newscard__front__content {
  margin-top: 0; }
  @media screen and (min-width: 960px) {
    .news-group .newscard__front__content {
      margin-top: -6px; } }

.news-group__button {
  text-align: right;
  order: 1;
  display: inline-block;
  float: right;
  z-index: 1;
  margin-top: -3em; }
  @media (max-width: 575px) {
    .news-group__button {
      text-align: left;
      margin-top: 0; } }
  .news-group__button * {
    text-align: left; }
  .news-group__button a.button {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0; }

.news-item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start; }

.news-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.news-item__img {
  flex: 2; }

.news-item__container p {
  margin: .5em 0;
  line-height: 1.8em; }

.news-item__container {
  padding-left: 0.9375em;
  flex: 3; }

.news-item__container .news-item__data {
  margin-top: -7px;
  vertical-align: top;
  margin-bottom: 0.5em;
  font-family: "SourceSansPro-Italic", sans-serif;
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .news-item__container .news-item__data {
      font-size: 14px; } }
  .news-item__container .news-item__data span {
    margin-left: .2em;
    font-family: "SourceSansPro-Bolditalic", sans-serif; }

.news-item__container .news-item__title {
  margin-top: -3px;
  font-family: "SourceSansPro-Bold", sans-serif;
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320));
  line-height: 1.4em; }
  @media screen and (min-width: 1130px) {
    .news-item__container .news-item__title {
      font-size: 14px; } }

.news-item__container .news-item__text {
  font-size: 14px;
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1130 - 320));
  line-height: 1.4em; }
  @media screen and (min-width: 1130px) {
    .news-item__container .news-item__text {
      font-size: 14px; } }

.newscard {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  perspective: 1000px;
  border-top: 1px solid #afafaf; }
  @media (min-width: 992px) {
    .newscard {
      border: none;
      height: 483px; } }
  .newscard--small {
    max-width: 250px; }
    @media (max-width: 575px) {
      .newscard--small .newscard__front__content {
        margin-left: 10px; } }
    .newscard--small .newscard__front__content .newscard__date {
      margin-top: 5px; }
      @media (max-width: 575px) {
        .newscard--small .newscard__front__content .newscard__date {
          display: block; } }
    .newscard--small .newscard__front__content p {
      display: none; }
      @media (min-width: 576px) {
        .newscard--small .newscard__front__content p {
          display: block; } }
    @media (max-width: 575px) {
      .newscard--small .newscard__front__content h4 {
        font-size: 20px !important;
        line-height: 22px; } }
    @media (max-width: 575px) {
      .newscard--small .content-tagging__flag {
        right: 20px; } }
  .newscard .content-logo {
    display: none; }

.newscard__flip {
  height: 100%;
  width: 100%;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  padding: 0 0 30px 0; }
  @media (min-width: 992px) {
    .newscard__flip {
      padding: 0; } }

.newscard:hover {
  cursor: pointer; }
  @media (min-width: 992px) {
    .newscard:hover .newscard__back__content {
      display: block; } }
  @media (min-width: 992px) {
    .newscard:hover .newscard__front__content {
      opacity: 0; } }
  @media (min-width: 992px) {
    .newscard:hover .newscard__front,
    .newscard:hover .content-tagging {
      opacity: 0.1; } }

.newscard .newscard__link {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2; }

.newscard__flip .newscard__back .button {
  margin: 0;
  bottom: 0;
  right: 20px; }

.newscard .newscard__link:hover + .newscard__flip .newscard__back .button {
  cursor: pointer; }

.newscard__front,
.newscard__back {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  line-height: 1.25em;
  transition: all 0.5s; }

.newscard__front {
  width: 100%;
  position: relative;
  transition: all 0.5s; }

.newscard__front img {
  width: 100%;
  max-height: 250px;
  height: 100%;
  object-fit: cover; }
  @media (max-width: 575px) {
    .newscard__front img {
      max-height: 90px; } }

.newscard__front__content {
  display: block;
  transition: all 0.5s;
  padding: 16px 0; }
  .newscard__front__content h4 {
    font-family: "SourceSerifPro-Bold", serif;
    font-size: 32px !important;
    letter-spacing: 0.5px;
    line-height: 36px;
    color: #1e3f50;
    margin-bottom: 0;
    margin-top: 5px; }
    @media (max-width: 575px) {
      .newscard__front__content h4 {
        font-size: 20px !important; } }
  .newscard__front__content p:not(.newscard__date) {
    overflow: hidden;
    max-height: 75px;
    letter-spacing: 0;
    line-height: 25px;
    color: #5c5c5c;
    font-size: 20px;
    font-size: calc(20px + (20 - 20) * (100vw - 320px) / (1130 - 320));
    margin-top: 5px; }
    @media screen and (min-width: 1130px) {
      .newscard__front__content p:not(.newscard__date) {
        font-size: 20px; } }
  .newscard__front__content p:last-of-type {
    margin-bottom: 0; }
  @media (max-width: 575px) {
    .newscard__front__content {
      padding: 0;
      max-width: 45%; } }

.newscard__date {
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: top;
  text-align: left;
  letter-spacing: 0.58px;
  line-height: 20px;
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320));
  font-family: "SourceSansPro-Bold", sans-serif; }
  @media screen and (min-width: 1130px) {
    .newscard__date {
      font-size: 14px; } }
  .newscard__date .category {
    font-family: "SourceSansPro-Bold", sans-serif;
    color: #5c5c5c;
    opacity: 0.9; }
    .newscard__date .category:before {
      content: ".";
      margin-right: 5px;
      margin-left: 5px;
      vertical-align: text-bottom; }

p.newscard__social {
  display: none !important; }

.newscard__tags {
  display: none; }

.newscard__ribbon__front {
  display: none; }

.newscard__back__content {
  display: none;
  padding: 37px 20px 30px 20px;
  height: 100%;
  width: 100%;
  position: relative;
  transition: all 0.5s;
  min-width: 220px; }
  .newscard__back__content h4 {
    font-family: "SourceSerifPro-Bold", serif;
    font-size: 32px !important;
    letter-spacing: 0.5px;
    line-height: 36px;
    color: #1e3f50;
    margin-bottom: 0;
    margin-top: 5px;
    color: #404040; }
  .newscard__back__content p {
    overflow: hidden;
    letter-spacing: 0;
    line-height: 25px;
    color: #5c5c5c;
    font-size: 20px;
    font-size: calc(20px + (20 - 20) * (100vw - 320px) / (1130 - 320));
    margin-top: 5px;
    max-height: 275px; }
    @media screen and (min-width: 1130px) {
      .newscard__back__content p {
        font-size: 20px; } }
  .newscard__back__content a {
    color: #1e3f50; }
    .newscard__back__content a:visited {
      color: #1e3f50; }

.newscard__back__content a.button {
  background-color: #ffd400;
  border-color: #ffd400;
  position: absolute;
  left: 20px;
  bottom: 20px !important;
  width: fit-content; }

.newscard__ribbon__back {
  display: none; }

.newscard .content-tagging__flag {
  right: 0;
  top: 0; }
  @media (min-width: 992px) {
    .newscard .content-tagging__flag {
      right: 10px; } }

.optional-input__content {
  display: none;
  padding-left: 1.6em; }

.optional-input__check:checked {
  background: green; }

.optional-input__check:checked ~ .optional-input__content {
  display: block; }

.pager__wrapper {
  margin-bottom: 2em;
  position: relative;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 20px;
  font-size: calc(20px + (20 - 20) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .pager__wrapper {
      font-size: 20px; } }
  .pager__wrapper > * {
    margin-top: 0; }
  .pager__wrapper ul {
    padding-left: 0; }
    .pager__wrapper ul li {
      float: left;
      line-height: 35px;
      display: block;
      margin: 5px;
      height: 40px;
      width: 40px;
      font-family: "SourceSansPro-Bold", sans-serif; }
      .pager__wrapper ul li a {
        display: block;
        text-align: center;
        font-family: "SourceSansPro-Bold", sans-serif;
        text-decoration: none; }
      .pager__wrapper ul li.pager__number a {
        color: #404040; }
      .pager__wrapper ul li.pager__number.current {
        color: #1e3f50;
        border-color: white;
        opacity: 1;
        background-color: #ffd400;
        border-color: #ffd400; }
        .pager__wrapper ul li.pager__number.current:hover {
          opacity: 1;
          cursor: pointer; }
        .pager__wrapper ul li.pager__number.current a {
          line-height: 30px; }
      .pager__wrapper ul li.inactive {
        color: #dddddd; }
      .pager__wrapper ul li::before {
        display: none; }
  @media print {
    .pager__wrapper {
      display: none; } }

.pager li {
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  opacity: 0.5; }
  .pager li:hover {
    background-color: #ffd400;
    border-color: #ffd400;
    opacity: 1;
    cursor: pointer; }

.pager__prev {
  position: absolute;
  left: 0;
  top: 0; }

.pager__next {
  position: absolute;
  right: 0;
  top: 0; }

.pager__wrapper a:hover {
  text-decoration: none; }

.pin {
  display: block; }
  .pin:hover .pin__link {
    font-family: "SourceSansPro-Bold", sans-serif;
    text-decoration: underline;
    cursor: pointer; }

.pin__icon {
  display: inline-block; }
  .pin__icon:before {
    vertical-align: top;
    margin-right: 5px; }

.pin__link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "SourceSansPro-Semibold", sans-serif;
  font-size: 18px;
  color: #5c5c5c;
  letter-spacing: 0.82px;
  line-height: 22px; }

@media print {
  .header *, .flyout,
  button, button.button,
  a.button, .l-contact,
  .footer, .stage-slider {
    display: none; }
  header {
    display: block; }
  html body .l-wrapper section {
    margin: 1cm 0; }
  .header {
    padding: 1mm 0;
    position: relative;
    box-shadow: none;
    height: auto;
    border: none; }
  .header .logo {
    display: inline-block;
    width: 2cm; }
  .header .header__headline {
    display: block;
    position: absolute;
    top: 3mm;
    left: 50%;
    font-size: 38;
    text-decoration: underline; }
  .news-group .news-group__grid {
    flex-direction: row; }
  input[type="text"], select, textarea {
    border: 1px solid black; }
  p a[href^="http://"]:after,
  p a[href^="https://"]:after {
    content: " (" attr(href) ") "; } }

h1, h2, h3, h4, h5, p, span, ul, li, button, a, input, textarea, img {
  page-break-inside: avoid; }

.profil {
  max-width: 1200px;
  margin: 0 auto; }

.profil__headline p {
  max-width: 80%; }

.profil__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 80%; }
  @media (min-width: 992px) {
    .profil__container {
      flex-direction: row; } }

.profil__content-box {
  display: flex;
  flex-direction: column;
  margin-top: 50px; }
  @media (min-width: 992px) {
    .profil__content-box {
      margin-top: 0; } }
  .profil__content-box .button {
    max-width: 370px; }

.product {
  display: block;
  border-bottom: none;
  color: #333333; }

.product__number {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1;
  font-family: "SourceSansPro-Semibold", sans-serif;
  font-size: 20px;
  font-size: calc(20px + (20 - 20) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .product__number {
      font-size: 20px; } }

.product h5, .product p {
  margin: 0;
  line-height: 1.5em; }

.product h5 {
  padding-top: 5px;
  color: #cd1316;
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .product h5 {
      font-size: 14px; } }

.product p {
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .product p {
      font-size: 14px; } }

.product hr {
  margin: 0.4em 0; }

.result:after, .result:before {
  display: none; }

.result__item .content-tagging {
  width: 100%; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .result__item .content-tagging {
      width: auto; } }

.result__item .content-tagging__flag {
  position: absolute;
  right: 5%;
  top: -1px; }

.result__item .content-tagging__logo {
  position: absolute;
  top: -1px;
  left: 0; }

.result__summary p {
  font-family: "SourceSansPro-Semibold", sans-serif;
  font-size: 20px; }

.result__tabs {
  margin-bottom: 40px; }
  .result__tabs .button:last-child {
    margin-right: 0; }

.result__item {
  position: relative;
  border-top: solid 1px #afafaf;
  padding: 35px 0;
  display: flex;
  text-decoration: none;
  overflow: hidden; }
  .result__item:before {
    display: none; }

.result__item:hover {
  cursor: pointer;
  transition: 0.4s; }
  .result__item:hover .result__description p {
    opacity: 0.3;
    transition: 0.4s; }
  .result__item:hover .result__icon {
    opacity: 0.3; }

.result__link {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 2;
  top: 0;
  bottom: 0;
  border: none; }
  .result__link:hover {
    border: none;
    cursor: pointer; }

.result__icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #afafaf;
  text-align: center;
  transition: color 0.2s;
  margin-top: 50px;
  padding-top: 0; }
  @media (min-width: 576px) {
    .result__icon {
      width: 90px;
      height: 90px;
      margin-top: 0;
      padding-top: 10px; } }

.result__content {
  padding-top: 1.2em;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between; }
  @media screen and (min-width: 560px) {
    .result__content {
      flex-direction: row; } }
  @media (min-width: 768px) {
    .result__content {
      padding-top: 0; } }

.result__content > a {
  z-index: 3; }

.result__description {
  margin-left: 30px; }

@media screen and (max-width: 896px) {
  .result__description {
    max-width: 60%; }
  .result__content > a {
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 0.5em;
    text-align: center; } }

@media screen and (min-width: 896px) {
  .result__description {
    max-width: 75%; }
  .result__content > a {
    padding-right: 20px;
    padding-left: 22px;
    padding-bottom: 0.5em;
    text-align: center; } }

@media screen and (max-width: 560px) {
  .result__content > a {
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 0.5em;
    text-align: center;
    margin-left: 1em;
    margin-top: 0.7em; } }

.result__title {
  margin-top: 0;
  margin-bottom: 13px;
  display: inline-block;
  line-height: 25px;
  color: #404040;
  font-family: "SourceSansPro-Bold", sans-serif;
  font-size: 20px;
  font-size: calc(20px + (20 - 20) * (100vw - 320px) / (1130 - 320));
  transition: color 0.2s, border-bottom 0.2s; }
  @media screen and (min-width: 1130px) {
    .result__title {
      font-size: 20px; } }
  .result__title .result__tag:after {
    content: '-';
    display: inline-block;
    margin-left: 4px; }
  .result__title .result__tag:nth-child(3)::after {
    content: ""; }
  .result__title .result__type {
    margin-left: .4em;
    font-family: "SourceSansPro-Semibold", sans-serif;
    font-size: 20px;
    font-size: calc(20px + (20 - 20) * (100vw - 320px) / (1130 - 320));
    color: #404040; }
    @media screen and (min-width: 1130px) {
      .result__title .result__type {
        font-size: 20px; } }
    .result__title .result__type:before {
      content: "";
      background: url(../assets/icons/icon-pdf_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
      display: inline-block;
      margin: 2px 12px -2px 3px;
      height: 18px;
      width: 15px;
      background-size: 100% 100%; }
    .result__title .result__type:after {
      display: none; }

.result__content p {
  color: #5c5c5c;
  font-size: 20px;
  font-size: calc(20px + (20 - 20) * (100vw - 320px) / (1130 - 320));
  line-height: 25px; }
  @media screen and (min-width: 1130px) {
    .result__content p {
      font-size: 20px; } }

.result__content img {
  display: none; }

.secondary-menu {
  margin-bottom: 1.5em; }
  @media print {
    .secondary-menu {
      display: none; } }

.secondary-menu__label {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  border-bottom: 2px solid #999999;
  font-family: "SourceSansPro-Semibold", sans-serif;
  font-size: 18px;
  font-size: calc(18px + (18 - 18) * (100vw - 320px) / (1130 - 320));
  color: #cd1316; }
  @media screen and (min-width: 1130px) {
    .secondary-menu__label {
      font-size: 18px; } }

.secondary-menu__sub {
  margin-bottom: 0;
  border-bottom: 1px solid #dddddd; }

.secondary-menu__sub ul {
  padding-left: 0;
  border-top: 1px solid #dddddd;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none; }

.secondary-menu__sub li {
  color: #dddddd;
  border-bottom: 1px solid #dddddd; }
  .secondary-menu__sub li:last-child {
    border-bottom: none; }

.secondary-menu__sub li a {
  padding: 0.4em 0;
  color: #b4b4b4;
  text-decoration: none;
  border-bottom: none; }
  @media screen and (min-width: 1130px) {
    .secondary-menu__sub li a:hover, .secondary-menu__sub li a:focus {
      color: #cd1316; } }

.secondary-menu__sub li.is-active > a {
  font-family: "SourceSansPro-Semibold", sans-serif;
  color: #cd1316; }

.secondary-menu__sub > li > ul > li > a {
  padding-left: 1.2em; }

.secondary-menu__sub > li > ul > li > ul > li > a {
  padding-top: 0.05em;
  padding-bottom: 0.05em;
  padding-left: 2.4em; }

.secondary-menu__sub > li > ul > li > ul > li > ul > li > a {
  padding-left: 3em; }

.secondary-menu__sub > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 4em; }

.secondary-menu__sub > li > ul > li > ul {
  border-top: none;
  padding-bottom: 0.4em; }

.secondary-menu__sub > li > ul > li > ul > li {
  border-bottom: none; }

.s-hidden {
  display: none;
  padding-right: 10px; }

.select-styled__container {
  appearance: none;
  background-image: url("../assets/icons/icon-arrow-down_ch_anwr_garant_schweiz_hp_svg.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-position-x: 95%;
  position: relative;
  color: #e5e5e5;
  border-color: #5c5c5c; }

.select-styled__container::-ms-expand {
  display: none; }

.options {
  display: none;
  flex-flow: column;
  justify-content: space-around;
  right: 0;
  top: 27px;
  left: 0;
  z-index: 999;
  padding: 0 0;
  list-style: none;
  border: 1px solid #1e3f50;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.options li {
  box-sizing: border-box;
  height: 100%;
  margin: 0 0;
  padding: 16px 11px;
  color: #1e3f50;
  background-color: #ffd400;
  width: 100%; }

.options li:hover {
  background-color: #1e3f50;
  color: #f0f0f0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slick-slider {
  margin-bottom: 2.5em;
  position: relative;
  clear: both; }
  .slick-slider .button {
    border: solid 1px white;
    color: #1e3f50; }

.slick-dotted.slick-slider {
  padding-bottom: 40px;
  margin-bottom: 2.5em; }

.slick-list {
  margin: 0; }

.slick-slide {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0; }
  .slick-slide:focus {
    outline: none; }
  .slick-slide a:focus {
    outline: none; }

.slick-arrow {
  height: 35px;
  border: none;
  bottom: 0; }
  .slick-arrow:before {
    font-size: 35px;
    line-height: 35px; }
  @media screen and (min-width: 780px) {
    .slick-arrow {
      width: 30px;
      height: 30px;
      top: 60px;
      bottom: auto; }
      .slick-arrow:before {
        font-size: 30px;
        line-height: 30px; } }
  @media screen and (min-width: 960px) {
    .slick-arrow {
      width: 40px;
      height: 40px; }
      .slick-arrow:before {
        font-size: 40px;
        line-height: 40px; } }

.stage-slider .slick-arrow {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

@media screen and (max-width: 766px) {
  .stage-slider {
    margin-bottom: -4em !important; } }

@media screen and (min-width: 767px) {
  .stage-slider {
    margin-bottom: -2.5em !important; } }

.slick-slider.slick-dotted {
  margin-bottom: 4em !important; }

.slick-prev,
.slick-next {
  width: 35px;
  z-index: 1;
  bottom: 0; }
  @media screen and (min-width: 780px) {
    .slick-prev,
    .slick-next {
      width: 30px; } }
  @media screen and (min-width: 960px) {
    .slick-prev,
    .slick-next {
      width: 40px; } }

.slick-prev {
  left: -7px;
  top: 100%; }
  .slick-prev:before {
    content: "";
    background: url(../assets/icons/icon-arrow_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
    display: inline-block;
    margin-left: 8px;
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    vertical-align: sub;
    transform: rotate(180deg);
    opacity: 0.6; }

.slick-next {
  right: 0;
  top: 100%; }
  .slick-next:before {
    content: "";
    background: url(../assets/icons/icon-arrow_ch_anwr_garant_schweiz_hp_svg.svg) center no-repeat;
    display: inline-block;
    margin-left: 8px;
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    vertical-align: sub;
    opacity: 0.6; }

.slick-dots li:before {
  content: "";
  opacity: 1;
  height: 21px;
  width: 21px;
  background: #e5e5e5;
  border-radius: 50%;
  line-height: 21px; }

.slick-dots li {
  height: 10px;
  width: 10px;
  margin: 0 10px;
  background: rgba(136, 136, 136, 0.5) !important;
  border-radius: 50%; }
  .slick-dots li button {
    height: 10px;
    width: 10px;
    padding: 5px;
    content: "";
    border-radius: 50%; }
    .slick-dots li button:before {
      content: "";
      height: 10px;
      width: 10px;
      border-radius: 50%;
      line-height: 21px; }

.slider--five .slick-dots {
  bottom: 40%; }
  @media (min-width: 576px) {
    .slider--five .slick-dots {
      bottom: 35%; } }
  @media (min-width: 768px) {
    .slider--five .slick-dots {
      bottom: 10%; } }
  @media (min-width: 1200px) {
    .slider--five .slick-dots {
      bottom: 25px; } }

.media-slider .slick-dots {
  bottom: 0; }

.media-slider .slick-arrow {
  top: 100%; }

.media-slider .slick-next {
  right: 10px; }

.slick-active button:before {
  background: #1e3f50 !important;
  border-radius: 50%;
  opacity: 1 !important; }

.slider a {
  text-decoration: none; }

.slick-list {
  margin-right: -15px;
  margin-left: -15px; }

.slider--three {
  padding-top: 1em;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6; }

.slider--three .slick-arrow {
  bottom: 10px; }
  @media screen and (min-width: 780px) {
    .slider--three .slick-arrow {
      top: 105px; } }

.slider--three {
  padding: 3em 0; }
  .slider--three ul.slick-dots {
    bottom: 1em; }

@media screen and (min-width: 780px) {
  .slider--five .slick-arrow {
    top: calc(50% - 40px); } }

.stage {
  margin-top: 20px; }
  @media screen and (max-width: 1200px) {
    .stage {
      margin-top: 20px; } }
  .stage h2 {
    color: white; }

.stage.stage--fullwidth img {
  min-width: 100%; }
  @media screen and (min-width: 1130px) {
    .stage.stage--fullwidth img {
      min-width: auto; } }

.stage .l-wrapper {
  padding: 0; }

.stage__sticker {
  max-width: 448px;
  width: 100%; }
  .stage__sticker .content-tagging__flag {
    top: 0; }
  .stage__sticker .icon-freetail {
    top: 0; }
  @media screen and (min-width: 1130px) {
    .stage__sticker {
      width: 100%;
      max-width: 648px; } }

.stage:hover .button {
  background-color: #ffd400;
  border-color: #ffd400; }

.stage .video-overlay video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: initial;
  max-height: 615px; }

.stage .video-overlay {
  position: relative;
  vertical-align: middle; }

.stage .video-overlay.active::before,
.stage .video-overlay.active::after {
  opacity: 1; }

.stage .video-overlay video {
  cursor: pointer; }

.stage__teaser {
  padding: 10px 0 30px 0;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: calc(15px + (60 - 15) * (100vw - 320px) / (1230 - 320));
  padding-left: calc(15px + (60 - 15) * (100vw - 320px) / (1230 - 320));
  font-size: 16px;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1130 - 320));
  line-height: 1.375em;
  color: inherit; }
  @media screen and (min-width: 1230px) {
    .stage__teaser {
      padding-right: 60px;
      padding-left: 60px; } }
  @media screen and (min-width: 1130px) {
    .stage__teaser {
      font-size: 16px; } }
  @media screen and (min-width: 960px) {
    .stage__teaser {
      background: rgba(255, 255, 255, 0.9);
      padding: 1.875em; } }
  .stage__teaser h1,
  .stage__teaser .alpha,
  .stage__teaser h2,
  .stage__teaser .beta,
  .stage__teaser h3,
  .stage__teaser .gamma,
  .stage__teaser h4,
  .stage__teaser .delta,
  .stage__teaser p {
    margin-top: auto; }
    .stage__teaser h1:first-child,
    .stage__teaser .alpha:first-child,
    .stage__teaser h2:first-child,
    .stage__teaser .beta:first-child,
    .stage__teaser h3:first-child,
    .stage__teaser .gamma:first-child,
    .stage__teaser h4:first-child,
    .stage__teaser .delta:first-child,
    .stage__teaser p:first-child {
      margin-top: 0; }
    .stage__teaser h1:last-child,
    .stage__teaser .alpha:last-child,
    .stage__teaser h2:last-child,
    .stage__teaser .beta:last-child,
    .stage__teaser h3:last-child,
    .stage__teaser .gamma:last-child,
    .stage__teaser h4:last-child,
    .stage__teaser .delta:last-child,
    .stage__teaser p:last-child {
      margin-bottom: 0; }

@media screen and (min-width: 960px) {
  .stage.stage--fullwidth .stage__sticker {
    max-width: 648px; } }

.stage.stage--fullwidth .stage__image img {
  width: 100%; }

.stage-slider {
  margin: 0 auto;
  max-width: 1200px; }

.stage-slider .slider {
  overflow: hidden; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .stage-slider .slider img {
      width: 100%; } }

.stage-slider .slider .l-wrapper {
  position: relative;
  bottom: 0; }

.stage-slider .stage {
  position: relative; }

.stage-slider .stage .stage-slider__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }
  .stage-slider .stage .stage-slider__link:hover {
    cursor: pointer; }

.stage-slider button:first-child,
.stage-slider button:nth-of-type(2) {
  height: 100px;
  width: 50px;
  top: 50%;
  z-index: 6; }
  .stage-slider button:first-child:before,
  .stage-slider button:nth-of-type(2):before {
    opacity: 0.8; }

.stage-slider button:first-child {
  left: 31px; }

.stage-slider button:nth-of-type(2) {
  right: 31px; }

.stage-slider .slick-slide {
  margin-right: 0;
  margin-left: 0; }
  .stage-slider .slick-slide img,
  .stage-slider .slick-slide picture {
    width: 100%; }

.stage-slider .slider > button {
  display: none !important; }
  @media (min-width: 768px) {
    .stage-slider .slider > button {
      display: block !important; } }

.stage-slider__meta {
  display: none; }

.stage-slider__meta .stage-slider__meta__wrapper {
  white-space: nowrap; }

.stage__teaser {
  position: relative;
  background-color: #1e3f50;
  max-width: 648px; }
  .stage__teaser h1,
  .stage__teaser h2,
  .stage__teaser h3 {
    color: white; }
  .stage__teaser p {
    font-family: "SourceSansPro-Regular", sans-serif;
    font-size: 20px;
    color: #e5e5e5;
    letter-spacing: 0;
    line-height: 25px; }
  .stage__teaser a.button {
    background-color: #ffd400;
    border-color: #ffd400; }
  @media (min-width: 576px) {
    .stage__teaser {
      padding: 50px 33px 30px 33px; } }

@media (min-width: 768px) {
  .stage__sticker--right .stage__sticker {
    position: absolute;
    right: 110px;
    bottom: 60px;
    left: inherit; } }

@media (min-width: 1200px) {
  .stage__sticker--right .stage__sticker {
    right: 90px;
    bottom: 80px;
    left: inherit; } }

@media (min-width: 768px) {
  .stage__sticker--right-up .stage__sticker {
    position: absolute;
    right: 80px;
    left: inherit; } }

@media (min-width: 992px) {
  .stage__sticker--right-up .stage__sticker {
    right: 90px;
    bottom: 180px;
    left: inherit; } }

@media (min-width: 1200px) {
  .stage__sticker--right-up .stage__sticker {
    right: 90px;
    bottom: 250px;
    left: inherit; } }

@media (min-width: 768px) {
  .stage__sticker--left-up .stage__sticker {
    position: absolute; } }

@media (min-width: 992px) {
  .stage__sticker--left-up .stage__sticker {
    bottom: 180px; } }

@media (min-width: 1200px) {
  .stage__sticker--left-up .stage__sticker {
    bottom: 250px; } }

@media (min-width: 768px) {
  .stage__sticker {
    position: absolute;
    left: 110px;
    bottom: 60px; } }

@media (min-width: 1200px) {
  .stage__sticker {
    left: 90px;
    bottom: 80px; } }

.stage__sticker .content-tagging__flag {
  right: 20px; }

.stage-slider .stage__sticker .stage__teaser .stage-slider__meta * {
  text-decoration: none; }

.stage-slider.media-slider-1071 {
  margin-bottom: 0 !important; }

.teaser-text {
  max-width: 690px;
  width: 100%;
  position: relative;
  background-color: transparent;
  border: 1px solid #ffd400; }

.teaser-text .content-flag {
  right: 32px;
  top: -1px; }

.freetail_button_text {
  float: left; }

.freetail_arrow_container .freetail_arrow {
  content: "";
  background: url(../assets/icons/icon-arrow_ch_anwr_garant_schweiz_hp_blue_svg.svg) center no-repeat;
  display: inline-block;
  margin-left: 8px;
  height: 22px;
  width: 30px;
  background-size: 100% 100%;
  vertical-align: sub;
  transition: 0.7s; }

.teaser-text__container {
  padding: 75px 32px; }

.teaser-text__container .button {
  display: flex;
  border-width: 2px;
  max-height: none;
  height: 100%; }

.teaser-text__container a.button:after {
  display: none; }

.teaser-text.no-button .button {
  display: none; }

.teaser-text .content-tagging:before,
.teaser-text .content-tagging .content-tagging__flag {
  position: absolute;
  right: 30px; }

p {
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: 0; }

li {
  font-family: "SourceSansPro-Regular", sans-serif;
  letter-spacing: 0;
  line-height: 25px; }

.category {
  opacity: 0.5;
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 14px;
  color: white;
  letter-spacing: 0.58px;
  line-height: 20px; }

.date, .location {
  opacity: 0.5;
  font-family: "SourceSansPro-Bold", sans-serif;
  font-size: 14px;
  color: white;
  letter-spacing: 0.58px;
  line-height: 20px;
  text-transform: uppercase; }
  .product-item__content .date, .product-item__content .location {
    color: #404040; }

.price {
  font-family: "SourceSansPro-Bold", sans-serif;
  font-size: 24px;
  color: white;
  letter-spacing: 0; }

.e-mail:hover {
  transition: .6s ease; }

.bold {
  font-family: "SourceSansPro-Bold", sans-serif; }

.timeline {
  margin: 40px auto 0 auto;
  width: 100%;
  max-width: 1200px;
  text-align: center; }

.timeline__headline {
  display: none;
  margin-bottom: 0.7352941176em;
  text-align: center; }

.timeline__item {
  display: block;
  text-decoration: none;
  text-align: center; }

.timeline .slider {
  text-align: left; }

.timeline .timeline__month,
.timeline .timeline__year {
  margin-right: -16px;
  margin-left: -16px;
  display: block;
  transition: 0.2s; }

.timeline .timeline__month {
  margin-bottom: 0;
  padding-right: 16px;
  padding-left: 16px;
  color: #afafaf;
  font-family: "SourceSansPro-Bold", sans-serif;
  font-size: 26px;
  letter-spacing: 0.14px;
  text-align: center;
  line-height: 26px; }

.timeline .timeline__year {
  padding: 0.125em 16px;
  font-family: "SourceSansPro-Bold", sans-serif;
  font-size: 20px;
  color: #afafaf;
  letter-spacing: 0.11px;
  text-align: center; }

.timeline .dropdown__center {
  margin-top: 2em;
  text-align: center; }

.timeline .dropdown {
  z-index: 2; }

.slider--timeline {
  display: none;
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  padding: 40px 40px; }
  @media (min-width: 768px) {
    .slider--timeline {
      padding: 45px 120px 40px 120px; } }

.timeline--visible .slider--timeline {
  display: block; }

.timeline .slick-list {
  margin: 0 .1em; }
  @media screen and (min-width: 1130px) {
    .timeline .slick-list {
      margin: 0; } }

.timeline .slick-arrow {
  height: 40px;
  width: 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .timeline .slick-arrow:before {
    font-size: 25px;
    opacity: 1;
    color: #dddddd;
    transition: 0.2s; }
    @media screen and (min-width: 1130px) {
      .timeline .slick-arrow:before {
        font-size: 30px; } }
  @media screen and (min-width: 1130px) {
    .timeline .slick-arrow:hover::before {
      color: white; } }

.timeline .slick-prev {
  left: 0; }

.timeline .slick-next {
  right: 10px; }

.timeline .timeline__item.timeline__show-year > .timeline__month,
.timeline .timeline__item.timeline__show-year > .timeline__year {
  color: #e5e5e5; }

.timeline .timeline__item.timeline__new-year > .timeline__month,
.timeline .timeline__item.timeline__new-year > .timeline__year {
  margin-left: -5px; }

.timeline .timeline__item.timeline__selected > .timeline__month,
.timeline .timeline__item.timeline__selected > .timeline__year {
  color: #404040;
  pointer-events: none; }

.timeline .timeline__item:hover {
  cursor: pointer; }

.timeline .timeline__item:hover > .timeline__month,
.timeline .timeline__item:hover > .timeline__year {
  color: #404040; }

.toggle__container {
  display: flex;
  flex-direction: row;
  align-items: center; }

.toggle__label {
  color: #404040;
  text-transform: uppercase;
  font-family: "SourceSansPro-Bold", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  margin-top: 5px; }

.toggle-btn {
  border: 2px solid #404040;
  border-radius: 89px;
  width: 67px;
  height: 35px;
  margin: 10px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: background-color 0.4s ease-in-out; }
  .toggle-btn.active .toggle-btn--round {
    left: 33px; }
  .toggle-btn .toggle-btn--round {
    width: 27px;
    height: 27px;
    background-color: #ffd400;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -15px;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
  .toggle-btn .toggle-btn--checkbox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.button--toggle {
  height: 47px !important; }
  .button--toggle:hover::after {
    content: "";
    display: none !important; }

.toggle-list:first-child {
  margin-top: 3.5em; }

.toggle-list .toggle-list__headline {
  margin-bottom: 0.8333333333em;
  font-family: "SourceSansPro-Semibold", sans-serif; }

.toggle-list ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none; }

.toggle-list ul li {
  display: inline-block;
  font-size: 18px;
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .toggle-list ul li {
      font-size: 18px; } }
  .toggle-list ul li::before {
    display: none; }
  @media print {
    .toggle-list ul li {
      height: auto;
      width: auto; } }

.toggle-list ul li a {
  margin-top: 0;
  margin-right: 8px;
  margin-bottom: 8px;
  margin-left: 0; }
  @media print {
    .toggle-list ul li a {
      display: inline-block;
      height: auto;
      width: auto; } }

.upload {
  display: flex;
  flex-direction: row;
  padding: 10px;
  width: 100%;
  min-height: 95px;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    .upload {
      flex-wrap: nowrap; } }
  .upload.error {
    border-color: #ffd400; }
  .upload input[type="file"] {
    width: 66px;
    height: 66px;
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer; }

.upload .hidden {
  display: none; }

.upload__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .upload__container img {
    width: 66px;
    height: 66px;
    margin-right: 10px; }

.upload__image,
.preview_file {
  position: relative;
  display: flex;
  cursor: pointer;
  top: 0;
  left: -2px;
  width: 67px;
  height: 71px;
  background-color: black;
  margin: 0 3px; }

.upload__image:hover,
.preview_file:hover {
  opacity: 0.5; }
  .upload__image:hover .image-close,
  .preview_file:hover .image-close {
    display: block; }

.image-close {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 9999; }
  .image-close:after {
    content: "";
    width: 30px;
    height: 30px;
    background-size: 100%;
    display: inline-block;
    background: url(../assets/icons/icon-delete_ch_anwr_garant_schweiz_hp_svg.svg) top no-repeat;
    z-index: 9999;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.upload__label {
  position: relative;
  width: 66px;
  height: 66px;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center; }

.dz-max-files-reached .upload__label {
  display: none;
  pointer-events: none; }

.upload__label--icon {
  font-size: 24px;
  color: white;
  font-family: "SourceSansPro-Bold", sans-serif;
  text-align: center;
  display: block; }

.upload .icon-doc-text {
  border: 1px solid #e5e5e5; }
  .upload .icon-doc-text:before {
    position: absolute;
    width: 40px;
    height: 50px; }
  .upload .icon-doc-text img {
    opacity: 0; }

.upload__container.error {
  border-color: #ffd400; }

.custom-file-container {
  border: 2px solid white;
  height: 90px;
  display: flex;
  flex-direction: row;
  padding: 10px;
  width: 100%;
  height: 100%;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  flex-wrap: wrap;
  margin: 20px 0 40px 0; }
  @media (min-width: 992px) {
    .custom-file-container {
      flex-wrap: nowrap; } }

.custom-file-container__image-preview {
  background-color: transparent;
  background: none;
  background-image: none !important;
  order: 1; }

.custom-file-container__image-multi-preview {
  position: relative;
  width: 66px;
  height: 66px;
  margin-right: 10px;
  display: inline-block;
  background-size: contain;
  box-sizing: border-box;
  transition: all 0.2s ease;
  background-color: transparent;
  border-radius: 4px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: scroll; }
  .custom-file-container__image-multi-preview--active {
    background-color: transparent; }

.custom-file-container__custom-file {
  position: relative;
  width: 66px;
  height: 66px;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 5px;
  order: 2; }
  .custom-file-container__custom-file:after {
    content: "+";
    font-size: 30px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .custom-file-container__custom-file input {
    width: 66px;
    height: 66px;
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer; }

.custom-file-container__image-multi-preview__single-image-clear__icon {
  color: transparent;
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 9999; }
  .custom-file-container__image-multi-preview__single-image-clear__icon:after {
    content: "";
    width: 30px;
    height: 30px;
    background-size: 100%;
    display: inline-block;
    background: url(../assets/icons/icon-delete_ch_anwr_garant_schweiz_hp_svg.svg) top no-repeat;
    z-index: 9999; }

.custom-file-container__image-clear, .custom-file-container__custom-file__custom-file-control {
  display: none; }

.demo-info-container {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  max-width: 300px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  background: #3157B3;
  padding: 15px 15px;
  border-radius: 6px;
  text-align: center;
  color: #ffffff; }

.demo-info-container a {
  color: #ffffff;
  text-decoration: underline; }

.demo-info-container a:hover {
  color: #eeeeee; }

.upload-info-button {
  display: block;
  margin-bottom: 10px; }

.pika-single {
  z-index: 9999;
  max-width: 350px;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 340px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: 0.2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  margin: 20px 0 !important; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0;
    box-shadow: none; }
  .pika-table th {
    color: #1c1c1c;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }
  .is-today .pika-button {
    color: #1c1c1c;
    font-weight: bold; }
  .is-selected .pika-button {
    color: white;
    font-weight: bold;
    background: #ffd400;
    box-shadow: inset 0 1px 3px #ffd400;
    border-radius: 3px; }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    color: #999;
    opacity: 0.3; }
  .is-disabled .pika-button {
    pointer-events: none;
    cursor: default; }
  .pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px; }
  .pika-button .is-selection-disabled {
    pointer-events: none;
    cursor: default; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #d5e9f7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6cb31d;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

td .pika-button.pika-day:hover {
  background: #ffd400; }

.media-slider-1071 .slick-list {
  margin-left: 0;
  margin-right: 0; }

.oc_chat-widget {
  background: linear-gradient(#ffd400 0%, #f0f0f0 100%) !important;
  font-family: "SourceSansPro-Regular", sans-serif !important;
  border: 1px solid white !important; }
  .oc_chat-widget .oc_chat-container {
    border: 1px solid white !important; }
    .oc_chat-widget .oc_chat-container .oc_chat-header {
      background-color: #f0f0f0 !important;
      color: #ffd400 !important; }
      .oc_chat-widget .oc_chat-container .oc_chat-header:before {
        content: "";
        display: block;
        font-size: 25px;
        font-family: "SourceSansPro-Regular", sans-serif !important;
        -webkit-transform: scale(2, 1.2);
        -moz-transform: scale(2, 1.2);
        -o-transform: scale(2, 1.2);
        transform: scale(2, 1.2);
        margin: 0 0 0 3.6rem; }
      .oc_chat-widget .oc_chat-container .oc_chat-header > img {
        position: absolute;
        height: 25px !important; }
      .oc_chat-widget .oc_chat-container .oc_chat-header > button {
        height: 10px;
        width: 10px;
        border-radius: 5px;
        position: relative; }
        .oc_chat-widget .oc_chat-container .oc_chat-header > button:before {
          content: "";
          background: url("../assets/icons/icon-maximize-window_de_goldkrone_hp_svg.svg") center no-repeat;
          display: block;
          position: absolute;
          height: 20px;
          width: 20px;
          top: -5px;
          left: 0; }
        .oc_chat-widget .oc_chat-container .oc_chat-header > button > img {
          display: none !important; }
    .oc_chat-widget .oc_chat-container > div:nth-child(2) {
      /*
			 * chat banner
			 */
      /*
			 * okta anmeldemaske hintergrund
			 */ }
      .oc_chat-widget .oc_chat-container > div:nth-child(2):has(span) {
        background-color: #ffd400 !important; }
        .oc_chat-widget .oc_chat-container > div:nth-child(2):has(span) .oc_agentName-label {
          color: #1e3f50 !important;
          font-family: "SourceSansPro-Regular", sans-serif !important; }
      .oc_chat-widget .oc_chat-container > div:nth-child(2):has(div) {
        background: linear-gradient(#ffd400 0%, #f0f0f0 100%) !important; }
    .oc_chat-widget .oc_chat-container .oc_chat-box {
      background-color: #f0f0f0 !important;
      border-radius: 0 !important; }
      .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatInput-module"] {
        border-color: #ffd400 !important; }
        .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatInput-module"] button svg {
          fill: #ffd400 !important; }
          .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatInput-module"] button svg path {
            fill: #ffd400 !important; }
      .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatAgent-module_oc_chatArea"],
      .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatInput-module_oc_chatInput"] {
        font-family: "SourceSansPro-Regular", sans-serif !important;
        line-height: 1.18em !important;
        font-size: 14px !important;
        color: #1e3f50 !important; }
        .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatAgent-module_oc_chatArea"] textarea,
        .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatAgent-module_oc_chatArea"] p,
        .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatAgent-module_oc_chatArea"] ol,
        .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatAgent-module_oc_chatArea"] ul,
        .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatInput-module_oc_chatInput"] textarea,
        .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatInput-module_oc_chatInput"] p,
        .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatInput-module_oc_chatInput"] ol,
        .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatInput-module_oc_chatInput"] ul {
          font-family: "SourceSansPro-Regular", sans-serif !important;
          line-height: 1.18em !important;
          font-size: 14px !important;
          margin-top: 0 !important;
          margin-bottom: 0 !important;
          padding-top: 3px !important;
          padding-bottom: 3px !important; }
        .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatAgent-module_oc_chatArea"] li,
        .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatInput-module_oc_chatInput"] li {
          font-family: "SourceSansPro-Regular", sans-serif !important;
          line-height: 1.18em !important;
          font-size: 14px !important;
          margin-top: 0 !important;
          margin-bottom: 0 !important;
          padding-top: 0 !important;
          padding-bottom: 0 !important; }
        .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatAgent-module_oc_chatArea"] h1,
        .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatAgent-module_oc_chatArea"] h2,
        .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatAgent-module_oc_chatArea"] h3,
        .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatInput-module_oc_chatInput"] h1,
        .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatInput-module_oc_chatInput"] h2,
        .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatInput-module_oc_chatInput"] h3 {
          font-family: "SourceSansPro-Regular", sans-serif !important;
          line-height: 1.18em !important;
          color: #ffd400 !important; }
        .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatAgent-module_oc_chatArea"] h1,
        .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatInput-module_oc_chatInput"] h1 {
          font-size: 16px; }
        .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatAgent-module_oc_chatArea"] h2,
        .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatInput-module_oc_chatInput"] h2 {
          font-size: 14px; }
        .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatAgent-module_oc_chatArea"] h3,
        .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatInput-module_oc_chatInput"] h3 {
          font-size: 14px;
          color: #191919 !important; }
        .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatAgent-module_oc_chatArea"] [class^="messageBubble-module_oc_widget_userChatBubble"],
        .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatAgent-module_oc_chatArea"] [class^="messageBubble-module_oc_widget_agentChatBubble"],
        .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatInput-module_oc_chatInput"] [class^="messageBubble-module_oc_widget_userChatBubble"],
        .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatInput-module_oc_chatInput"] [class^="messageBubble-module_oc_widget_agentChatBubble"] {
          background-color: #ffd400 !important;
          padding-top: 3px !important;
          padding-bottom: 3px !important;
          margin-bottom: 10px !important; }
          .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatAgent-module_oc_chatArea"] [class^="messageBubble-module_oc_widget_userChatBubble"] > div > p,
          .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatAgent-module_oc_chatArea"] [class^="messageBubble-module_oc_widget_agentChatBubble"] > div > p,
          .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatInput-module_oc_chatInput"] [class^="messageBubble-module_oc_widget_userChatBubble"] > div > p,
          .oc_chat-widget .oc_chat-container .oc_chat-box [class^="chatInput-module_oc_chatInput"] [class^="messageBubble-module_oc_widget_agentChatBubble"] > div > p {
            color: #1e3f50 !important; }
  .oc_chat-widget .oc_chat-container-maximize {
    border: 1px solid white !important;
    background-color: #f0f0f0 !important; }
    .oc_chat-widget .oc_chat-container-maximize .oc_chat-header {
      background-color: #f0f0f0 !important;
      color: #ffd400 !important; }
      .oc_chat-widget .oc_chat-container-maximize .oc_chat-header:before {
        content: "";
        display: block;
        font-size: 25px;
        font-family: "SourceSansPro-Regular", sans-serif !important;
        -webkit-transform: scale(2, 1.2);
        -moz-transform: scale(2, 1.2);
        -o-transform: scale(2, 1.2);
        transform: scale(2, 1.2);
        margin: 0 0 0 3.6rem; }
      .oc_chat-widget .oc_chat-container-maximize .oc_chat-header > img {
        position: absolute;
        height: 25px !important; }
      .oc_chat-widget .oc_chat-container-maximize .oc_chat-header > button {
        height: 10px;
        width: 10px;
        border-radius: 5px;
        position: relative; }
        .oc_chat-widget .oc_chat-container-maximize .oc_chat-header > button:before {
          content: "";
          background: url("../assets/icons/icon-minimize-window_de_goldkrone_hp_svg.svg") center no-repeat;
          display: block;
          position: absolute;
          height: 20px;
          width: 20px;
          top: -5px;
          left: 0; }
        .oc_chat-widget .oc_chat-container-maximize .oc_chat-header > button > img {
          display: none !important;
          position: absolute;
          max-width: 1.3rem !important;
          top: -5px;
          left: 0; }
    .oc_chat-widget .oc_chat-container-maximize > div:nth-child(2) {
      /*
			 * chat banner maximiert
			 */
      /*
			 * okta anmeldemaske hintergrund maximiert
			 */ }
      .oc_chat-widget .oc_chat-container-maximize > div:nth-child(2):has(span) {
        background-color: #ffd400 !important; }
        .oc_chat-widget .oc_chat-container-maximize > div:nth-child(2):has(span) .oc_agentName-label {
          color: #1e3f50 !important;
          font-family: "SourceSansPro-Regular", sans-serif !important; }
      .oc_chat-widget .oc_chat-container-maximize > div:nth-child(2):has(div) {
        height: 100% !important;
        background: linear-gradient(#ffd400 0%, #f0f0f0 100%) !important; }
  .oc_chat-widget .oc_chat-box {
    background-color: #f0f0f0 !important;
    border-radius: 0 !important; }
    .oc_chat-widget .oc_chat-box [class^="chatInput-module"] {
      border-color: #ffd400 !important; }
      .oc_chat-widget .oc_chat-box [class^="chatInput-module"] button svg {
        fill: #ffd400 !important; }
        .oc_chat-widget .oc_chat-box [class^="chatInput-module"] button svg path {
          fill: #ffd400 !important; }
    .oc_chat-widget .oc_chat-box [class^="chatAgent-module_oc_chatArea"],
    .oc_chat-widget .oc_chat-box [class^="chatInput-module_oc_chatInput"] {
      font-family: "SourceSansPro-Regular", sans-serif !important;
      line-height: 1.18em !important;
      font-size: 14px !important;
      color: #1e3f50 !important; }
      .oc_chat-widget .oc_chat-box [class^="chatAgent-module_oc_chatArea"] textarea,
      .oc_chat-widget .oc_chat-box [class^="chatAgent-module_oc_chatArea"] p,
      .oc_chat-widget .oc_chat-box [class^="chatAgent-module_oc_chatArea"] ol,
      .oc_chat-widget .oc_chat-box [class^="chatAgent-module_oc_chatArea"] ul,
      .oc_chat-widget .oc_chat-box [class^="chatInput-module_oc_chatInput"] textarea,
      .oc_chat-widget .oc_chat-box [class^="chatInput-module_oc_chatInput"] p,
      .oc_chat-widget .oc_chat-box [class^="chatInput-module_oc_chatInput"] ol,
      .oc_chat-widget .oc_chat-box [class^="chatInput-module_oc_chatInput"] ul {
        font-family: "SourceSansPro-Regular", sans-serif !important;
        line-height: 1.18em !important;
        font-size: 14px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 3px !important;
        padding-bottom: 3px !important; }
      .oc_chat-widget .oc_chat-box [class^="chatAgent-module_oc_chatArea"] li,
      .oc_chat-widget .oc_chat-box [class^="chatInput-module_oc_chatInput"] li {
        font-family: "SourceSansPro-Regular", sans-serif !important;
        line-height: 1.18em !important;
        font-size: 14px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important; }
      .oc_chat-widget .oc_chat-box [class^="chatAgent-module_oc_chatArea"] h1,
      .oc_chat-widget .oc_chat-box [class^="chatAgent-module_oc_chatArea"] h2,
      .oc_chat-widget .oc_chat-box [class^="chatAgent-module_oc_chatArea"] h3,
      .oc_chat-widget .oc_chat-box [class^="chatInput-module_oc_chatInput"] h1,
      .oc_chat-widget .oc_chat-box [class^="chatInput-module_oc_chatInput"] h2,
      .oc_chat-widget .oc_chat-box [class^="chatInput-module_oc_chatInput"] h3 {
        font-family: "SourceSansPro-Regular", sans-serif !important;
        line-height: 1.18em !important;
        color: #ffd400 !important; }
      .oc_chat-widget .oc_chat-box [class^="chatAgent-module_oc_chatArea"] h1,
      .oc_chat-widget .oc_chat-box [class^="chatInput-module_oc_chatInput"] h1 {
        font-size: 16px; }
      .oc_chat-widget .oc_chat-box [class^="chatAgent-module_oc_chatArea"] h2,
      .oc_chat-widget .oc_chat-box [class^="chatInput-module_oc_chatInput"] h2 {
        font-size: 14px; }
      .oc_chat-widget .oc_chat-box [class^="chatAgent-module_oc_chatArea"] h3,
      .oc_chat-widget .oc_chat-box [class^="chatInput-module_oc_chatInput"] h3 {
        font-size: 14px;
        color: #191919 !important; }
      .oc_chat-widget .oc_chat-box [class^="chatAgent-module_oc_chatArea"] [class^="messageBubble-module_oc_widget_userChatBubble"],
      .oc_chat-widget .oc_chat-box [class^="chatAgent-module_oc_chatArea"] [class^="messageBubble-module_oc_widget_agentChatBubble"],
      .oc_chat-widget .oc_chat-box [class^="chatInput-module_oc_chatInput"] [class^="messageBubble-module_oc_widget_userChatBubble"],
      .oc_chat-widget .oc_chat-box [class^="chatInput-module_oc_chatInput"] [class^="messageBubble-module_oc_widget_agentChatBubble"] {
        background-color: #ffd400 !important;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        margin-bottom: 10px !important; }
        .oc_chat-widget .oc_chat-box [class^="chatAgent-module_oc_chatArea"] [class^="messageBubble-module_oc_widget_userChatBubble"] > div > p,
        .oc_chat-widget .oc_chat-box [class^="chatAgent-module_oc_chatArea"] [class^="messageBubble-module_oc_widget_agentChatBubble"] > div > p,
        .oc_chat-widget .oc_chat-box [class^="chatInput-module_oc_chatInput"] [class^="messageBubble-module_oc_widget_userChatBubble"] > div > p,
        .oc_chat-widget .oc_chat-box [class^="chatInput-module_oc_chatInput"] [class^="messageBubble-module_oc_widget_agentChatBubble"] > div > p {
          color: #1e3f50 !important; }

/* FONT AWESOME */
/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../assets/fonts/webfonts/fa-solid-900.eot");
  src: url("../assets/fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("../assets/fonts/webfonts/fa-solid-900.woff") format("woff"), url("../assets/fonts/webfonts/fa-solid-900.ttf") format("truetype"), url("../assets/fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../assets/fonts/webfonts/fa-regular-400.eot");
  src: url("../assets/fonts/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/webfonts/fa-regular-400.woff2") format("woff2"), url("../assets/fonts/webfonts/fa-regular-400.woff") format("woff"), url("../assets/fonts/webfonts/fa-regular-400.ttf") format("truetype"), url("../assets/fonts/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/* FLEXBOX GRID */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem; }

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.333%; }

.col-xs-offset-2 {
  margin-left: 16.667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.333%; }

.col-xs-offset-5 {
  margin-left: 41.667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.333%; }

.col-xs-offset-8 {
  margin-left: 66.667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.333%; }

.col-xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem; }
  .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 62em) {
  .container {
    width: 61rem; }
  .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 71rem; }
  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

/* UTILITY */
.placeholder {
  max-width: 1130px;
  margin: 0 auto; }

.anchor-corrector {
  padding-top: 150px;
  margin-top: -150px;
  display: block; }
