@font-face {
  font-family: SuisseIntl;
  src: url("../fonts/SuisseIntl-Regular-WebXL.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: SuisseIntl;
  src: url("../fonts/SuisseIntl-Bold-WebXL.woff") format("woff");
  font-weight: 700;
}
body {
  font-family: SuisseIntl, Helvetica, Arial, sans-serif !important;
  line-height: 18px;
}
/* REGIONS */
.logo {
  height: 24px;
}
footer .logo {
  /* bserem was here :) */
  filter: hue-rotate(180deg) invert(1);
}
.header {
  color: #333232;
  background: #fff;
}
.highlighted {
  background: #009fdf;
  color: #fff;
  text-align: center;
  padding: 5rem 0 !important;
}
.highlighted h2 {
  font-size: 2.75rem !important;
  margin-top: 0 !important;
  margin-bottom: 40px;
}
.highlighted .db_search.search__form_wrapper {
  justify-content: center;
  margin-bottom: 0 !important;
}
.highlighted .db_search .form-item {
  max-width: 300px;
}
aside { color: #333333; background: #ffffff; }
main {
  margin-top: 64px !important;
}
footer {
  margin-top: 120px;
  text-align: unset !important;
  color: #6c7a87;
  background: #111;
}
footer a {
  color: #fff;
}
footer .footer-top,
footer .footer-bottom {
  max-width: 1200px;
  margin: 40px auto;
}
.footer-top > div {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid;
  flex-direction: column;
}
.footer-bottom > div {
  display: grid;
  grid-template-columns: 2fr 3fr;
  font-size: 12px;
  line-height: 16px;
}
.soc-icons img {
  max-width: 24px;
  margin-right: 16px;
}
/* ELEMENTS */
.btn--main-site {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
}
.btn--main-site::before {
  content: "";
  background-image: url("../images/Icon_arrow_link%404x.png");
  background-size: 16px 16px;
  display: inline-block;
  height: 16px;
  width: 16px;
  background-position: 50% 50%;
  position: relative;
  top: 3px;
}
footer .btn--main-site::before {
  filter: invert(1);
}
header nav a,
.footer-top nav a {
  border: 1px solid;
  padding: 4px 16px;
}
.header nav a {
  color: #000;
  border-color: #111;
  font-size: 14px;
}
.header li:last-child a {
  background: #ffdc00;
  border-color: #ffdc00;
}
.footer-top nav a {
  color: #fff;
  border-color: #fff;
}
.header nav a:hover,
.footer-top nav a:hover {
  background: #009fdf;
  border-color: #009fdf;
  color: #fff;
  text-decoration: none;
}
.header nav li:last-child a:hover {
  background: #fae75c;
  border-color: #fae75c;
  color: #000;
}
.facets-widget-links li a,
nav.category-navigation ul {
  line-height: 1rem;
}
nav.category-navigation li {
  margin-top: 2rem;
}
nav.category-navigation li:first-child {
  margin-top: 0;
}
nav.category-navigation li a {
  height: unset !important;
}
nav.category-navigation li li {
  margin-top: 1rem;
}
nav.category-navigation li li a {
  margin-top: 1rem;
}
.path-frontpage .all-faqs a,
nav.category-navigation a:hover,
nav.category-navigation a.is-active,
nav.category-navigation li.menu-item--active-trail > a {
  color: #009fdf !important;
}
.faq {
  border-bottom: 1px solid #000 !important;
}
.faq--row a {
  padding: 20px 0 !important;
}
.search__button {
  color: #000000;
  background-color: #ffffff !important;
}
.db_search .form-autocomplete {
  background-color: #ffffff !important;
}

#block-adminfeedbackblock {
  border-top: 1px solid;
  margin-top: 40px;
  padding-top: 40px;
  text-align: left;
}

#block-coldskin-faqid-block-8  .faq-id {
  display: none;
}

#feedback-message h2 {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0;
  margin-right: 40px;
}

#feedback-message .feedback-btn {
  border-radius: 20px !important;
  background-color: white !important;
  border: 1px solid black !important;
}
#feedback-message .feedback-btn__yes {
  background-image: url("../images/Icon_thumb%20up_default%404x.png") !important;
}
#feedback-message .feedback-btn__no {
  background-image: url("../images/Icon_thumb%20down_default%404x.png") !important;
}
#feedback-message .feedback-btn:hover {
  background-color: #009fdf !important;
  border-color: #009fdf !important;
  color: #fff;
  text-decoration: none;
}
#feedback-message .feedback-btn:hover.feedback-btn__yes {
  background-image: url("../images/Icon_thumb%20up_selected%404x.png") !important;
}
#feedback-message .feedback-btn__no:hover {
  background-image: url("../images/Icon_thumb%20down_selected%404x.png") !important;
}
.menu--top {
  padding: 0;
}
.menu--top li:first-child {
  margin-left: 0;
}
.header > div > div,
.footer-top > div > div {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 48rem) {
  .header {
    height: 3.5rem;
  }
  .header > div {
    padding: 0 1em;
    display: flex;
    align-items: center;
  }
  .header > div > nav {
    margin-left: auto;
  }
  .header > div > div,
  .footer-top > div > div {
    margin-bottom: 0;
  }
  .header .btn--main-site {
    margin-left: 40px;
  }
  .highlighted .db_search .form-item {
    max-width: 400px;
  }
  .footer-top > div {
    flex-direction: row;
  }
}

.faq--row a {
  padding-right: 2rem !important;
}

#toolbar-item-shortcuts-tray a {
  padding: 10px 5px;
  border-right: 1px solid gray;
}

div.node-preview-container {
  position: fixed;
  bottom: 0;
  box-shadow: 0 0 4px 1px #737373;
  background: #ddd;
}

.is-tax-icon {
  background-image: url('../images/icon-tax.png');
}

.is-contact-icon {
  color: #009fdf;
  font-weight: bold;
  padding-left: 50px;
  padding-top: 3px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-bottom: 20px;
}

.is-contact-icon a {
  color: #009fdf;
  font-weight: bold;
}

.is-contact-mobile {
  background-image: url('../images/icon-contact-mobile.png');
}

.is-contact-email {
  background-image: url('../images/icon-contact-email.png');
}

.is-contact-headset {
  background-image: url('../images/icon-contact-headset.png');
}

.is-contact-location {
  background-image: url('../images/icon-contact-location.png');
}

.wrapper-100 {
  display:  flex;
  justify-content: space-between;
}

.wrapper-50 {
  flex-basis: 49%;
}

.field--name-body a {
  color: #009fdf;
}

.language-switcher-language-url {
  display: none;
}

.credits {
  visibility: hidden;
}
