@charset "UTF-8";

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fnt/work-sans-v3-latin-regular.eot');
  src: local('Work Sans'), local('WorkSans-Regular'),
       url('../fnt/work-sans-v3-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../fnt/work-sans-v3-latin-regular.woff2') format('woff2'),
       url('../fnt/work-sans-v3-latin-regular.woff') format('woff'),
       url('../fnt/work-sans-v3-latin-regular.ttf') format('truetype'),
       url('../fnt/work-sans-v3-latin-regular.svg#WorkSans') format('svg');
}

@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 900;
  src: url('../fnt/exo-2-v4-latin-900.eot');
  src: local('Exo 2 Black'), local('Exo2-Black'),
       url('../fnt/exo-2-v4-latin-900.eot?#iefix') format('embedded-opentype'),
       url('../fnt/exo-2-v4-latin-900.woff2') format('woff2'),
       url('../fnt/exo-2-v4-latin-900.woff') format('woff'),
       url('../fnt/exo-2-v4-latin-900.ttf') format('truetype'),
       url('../fnt/exo-2-v4-latin-900.svg#Exo2') format('svg');
}

* {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  list-style: none;
  text-align: left;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: rgba(25, 25, 25, 1);
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h1 *,
h2, h2 *,
h3, h3 *,
h4, h4 *,
h5, h5 *,
h6, h6 *,
nav * {
  font-family: 'Exo 2';
  font-weight: 900;
}

h1, h1 * {
  font-size: 36px;
  line-height: 39px;
  color: rgba(255, 255, 255, 1);
}

h2, h2 * {
  font-size: 28px;
  line-height: 31px;
  text-align: center;
  color: rgba(25, 25, 25, 1);
}

h2 { padding: 20px 0 44px 0; }

h2:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 128px;
  height: 4px;
  background-color: rgba(227, 6, 19, 1);
  transform: translate(-50%, 0);
}

h3, h3 *,
nav * {
  font-size: 19px;
  line-height: 22px;
  color: rgba(255, 255, 255, 1);
}

h4, h4 * {
  font-size: 16px;
  line-height: 19px;
}

header,
nav,
footer,
main { display: block; }

header {
  height: 100px;
}

p {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

main a {
  border-bottom: 1px solid rgba(227, 6, 19, 1);
}

main a img { border-bottom: none; }

strong {
  font-family: 'Exo 2';
  font-weight: 900;
}

.cnt {
  margin: 0 auto;
  width: calc(100% - 80px);
  max-width: 1200px;
}

.cnt.small {
  max-width: 800px;
}

#logo, #logo img {
  display: block;
  width: auto;
  height: 54px;
}

#logo {
  position: absolute;
  left: 0;
  top: 27px;
  transition: opacity 250ms linear,
  transform 250ms linear;
}

#logo:hover {
  opacity: 0.5;
  transform: translate(10px, 0) skewX(-20deg);
}

.banner {
  height: 29vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.cntpge .banner {
  height: 20vw;
  }

.banner.partner {
  margin-top: 70px;
  margin-bottom: 30px;
  background-image: url(../gfx/banner_partner.jpg);
}

.banner .cnt {
  height: 100%;
}

.banner .teaser {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  padding: 10px 18px 15px 18px;
  transform: translate(0, -50%);
  background-color: rgba(227, 6, 19, 1);
}

.banner.right .teaser {
  left: auto;
  right: 0;
}

nav {
  height: 40px;
  text-align: center;
  background-color: rgba(25, 25, 25, 1);
}

nav.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  }

nav ul {
  display: inline-block;
}

nav ul li {
  display: inline-block;
  padding: 0 15px;
}

nav ul li:first-child { padding-left: 0; }
nav ul li:last-child { padding-right: 0; }

nav ul li a {
  display: block;
  line-height: 40px;
  transition: opacity 250ms linear,
  transform 250ms linear;
  z-index: 1;
}

nav ul li a:hover {
  opacity: 0.5;
  transform: translate(5px, 0) skewX(-20deg);
}

nav ul ul {
  position: absolute;
  left: -10px;
  top: 39px;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(25, 25, 25, 1);
  z-index: 2;
  box-shadow: 0px 0px 10px 0px rgba(25, 25, 25, 0.5);
  transition: visibility 250ms linear,
    opacity 250ms linear;
}

nav ul li:hover ul {
  visibility: visible;
  opacity: 1;
  }

nav ul ul li,
nav ul ul li:first-child,
nav ul ul li:last-child { padding: 12px 25px !important; }

nav ul ul * {
  font-family: 'Work Sans', sans-serif !important;
  font-size: 16px !important;
  line-height: 19px !important;
  font-weight: 400 !important;
  white-space: nowrap;
}

nav ul ul li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

nav ul ul li:last-child { border-bottom: none; }

main {
  padding: 30px 0;
}

p.col {
  column-count: 2;
  column-gap: 30px;
}

.whatwedobest,
.partnerCell {
  display: table;
}

.cnt + .whatwedobest,
.cnt + .partnerCell { margin-top: 60px; }

.whatwedobest .cell,
.partnerCell .cell {
  display: table-cell;
  width: 32%;
  height: 260px;
  padding-right: 2%;
}

.partnerCell .cell {
  width: 46%;
  padding-right: 8%;
  height: auto;
  padding-bottom: 40px;
}

.partnerCell .cell a,
.partnerCell .cell span {
  display: block;
  transition: transform 250ms linear;
}

.partnerCell .cell a:hover {
  transform: scale(1.1);
}

.whatwedobest .cell:nth-child(3),
.whatwedobest .cell span { padding-right: 0; }

.whatwedobest .cell a,
.whatwedobest .cell span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 25, 25, 1);
  background-image: url(../gfx/wing.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  overflow: hidden;
  transition: background-position 250ms linear;
}

.whatwedobest .cell a:hover {
  background-position: right top;
}

.whatwedobest .cell a .bg,
.whatwedobest .cell span .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.25;
  z-index: 1;
  transition: opacity 250ms linear,
  transform 250ms linear;
}

.whatwedobest .cell a:hover .bg {
  opacity: 0.5;
  transform: scale(1.1) rotate(-3deg);
}

.whatwedobest .cell a h3,
.whatwedobest .cell span h3 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translate(0, -50%);
  transition: transform 250ms linear;
  z-index: 2;
}

.whatwedobest .cell a:hover h3 {
  transform: translate(5px, -50%) skewX(-20deg);
}

.partnerCell img {
  display: block;
  margin: 0 0 20px 0;
  width: auto;
  height: 50px;
}

.partnerCell h4 {
  padding: 12px 0 10px 0;
  border-top: 1px solid rgba(25, 25, 25, 0.25);
}

.partnerCell ul {
  padding-left: 20px;
}

.partnerCell li:before {
  content: '';
  position: absolute;
  left: -14px;
  top: 7px;
  width: 6px;
  height: 6px;
  background-color: rgba(227, 6, 19, 1);
}

.partnerCell {
  margin-top: 80px !important;
}

.partnerCell + .partnerCell {
  margin-top: 20px !important;
}

footer {
  margin-top: 40px;
  padding: 50px 0;
  background-color: rgba(25, 25, 25, 1);
}

footer * {
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

.cell a .construction {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4px 8px;
  width: 100%;
  font-size: 13px;
  background-color: rgba(227, 6, 19, 1);
  color: rgba(255, 255, 255, 1);
  z-index: 20;
  opacity: 0;
  transition: opacity 250ms linear;
}

.cell a:hover .construction {
  opacity: 1;
}

.inactive {
  opacity: 0.25;
}

.hide p {
  padding: 10px 0;
}

.hide {
  display: none;
  padding: 20px 0;
}

.hide .cnt {
  padding: 20px 30px;
  background-color: rgba(25, 25, 25, 0.1);
}

.hide .close {
  color: rgba(227, 6, 19, 1);
}

.cntpge .cnt.sm {
  max-width: 700px;
  }

.cntpge .cnt.sm p,
.cntpge .cnt.sm ul {
  padding: 10px 0;
  }

.cntpge .cnt.sm ul {
  margin: 20px 0;
  background-color: rgba(0, 0, 0, 0.05);
  }

.cntpge .cnt.sm ul li {
  padding: 5px 15px 5px 35px;
  }

.cntpge .cnt.sm ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 10px;
  width: 9px;
  height: 9px;
  background-color: rgba(227, 6, 19, 1);
  }

#trigger {
  display: none;
  }

main table {
    border-collapse: collapse
}
main table td {
  padding-left: 10px;
  padding-right: 10px;
    border: 1px dotted rgba(0, 0, 0, 0.25);
}