
:root {
  --c-text: #000000;
  --c-primary: #000000;
  --c-primary-dark: #000000;
  --c-secondary: #808080;
  --c-grey: #666;
  --c-grey-lighter: #f3f5f3;
  --c-grey-light: #dee8eb;
  --c-green: #aebf52;
  --c-red: #871c1c;
  --c-white: #fff;
  --c-black: #000;
  --font-text: 'PrestigeEliM', sans-serif;
  --font-heading: 'Schnyder Cond S', serif;
}
  
  
/* FONTS */
@font-face {
  font-family: 'PrestigeEliM';
  src: url('/template/fonts/PrestigeEliM-Reg.eot');
  src: url('/template/fonts/PrestigeEliM-Reg.eot?#iefix') format('embedded-opentype'),
      url('/template/fonts/PrestigeEliM-Reg.woff2') format('woff2'),
      url('/template/fonts/PrestigeEliM-Reg.woff') format('woff'),
      url('/template/fonts/PrestigeEliM-Reg.ttf') format('truetype'),
      url('/template/fonts/PrestigeEliM-Reg.svg#PrestigeEliM-Reg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PrestigeEliM';
  src: url('/template/fonts/PrestigeEliM-Bol.eot');
  src: url('/template/fonts/PrestigeEliM-Bol.eot?#iefix') format('embedded-opentype'),
  url('/template/fonts/PrestigeEliM-Bol.woff2') format('woff2'),
  url('/template/fonts/PrestigeEliM-Bol.woff') format('woff'),
  url('/template/fonts/PrestigeEliM-Bol.ttf') format('truetype'),
  url('/template/fonts/PrestigeEliM-Bol.svg#PrestigeEliM-Bol') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Schnyder Cond S';
  src: url('/template/fonts/SchnyderCondS-Light.eot');
  src: url('/template/fonts/SchnyderCondS-Light.eot?#iefix') format('embedded-opentype'),
      url('/template/fonts/SchnyderCondS-Light.woff2') format('woff2'),
      url('/template/fonts/SchnyderCondS-Light.woff') format('woff'),
      url('/template/fonts/SchnyderCondS-Light.ttf') format('truetype'),
      url('/template/fonts/SchnyderCondS-Light.svg#SchnyderCondS-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Schnyder Cond S';
  src: url('/template/fonts/SchnyderCondS-Demi.eot');
  src: url('/template/fonts/SchnyderCondS-Demi.eot?#iefix') format('embedded-opentype'),
      url('/template/fonts/SchnyderCondS-Demi.woff2') format('woff2'),
      url('/template/fonts/SchnyderCondS-Demi.woff') format('woff'),
      url('/template/fonts/SchnyderCondS-Demi.ttf') format('truetype'),
      url('/template/fonts/SchnyderCondS-Demi.svg#SchnyderCondS-Demi') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
  
  
/* DEFAULTS */
body {
  font-family: var(--font-text);
  font-weight: 300;
  font-size: 18px;
}

#top {
  margin-top: 15px;
  margin-bottom: 15px;
}

#top-logo {
  max-height: 180px;
  max-width: 100% !important;
}
  
#top .btn-default {
  font-family: var(--font-heading);
  color: var(--c-primary);
  background-color: var(--c-white);
  border: none;
  text-transform: none;
  font-weight: 300;
  font-size: 24px;
}

.languageSwitch {
  font-family: var(--font-heading);
  color: var(--c-primary);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 0;
}

#top .btn-default:hover,
.languageSwitch:hover {
  color: var(--c-primary-dark);
  background-color: var(--c-white);
  text-decoration: underline;
}

.row.flexi {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
#top {
  margin-top: 30px;
  margin-bottom: 60px;
}
}

.abm-navbar {
  position: relative;
}