/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v29-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local(''),
       url('../fonts/open-sans-v29-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v29-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/montserrat-v24-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v24-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-800 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/montserrat-v24-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v24-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* reset.css */
html {
  margin: 0;
  padding: 0;
  border: 0; }

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.5; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  float: none !important; }

table, th, td {
  vertical-align: middle; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a img {
  border: none; }

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

.clear:before, .clear:after {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

.clear {
  clear: both;
  *zoom: 1; }

.hidden {
  display: none;
  visibility: hidden; }

.center {
  margin: 0 auto; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

.t-center {
  text-align: center; }

/* Colors */
/* General style */
html {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000; }

body {
  font-size: 1em; }

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.14em;
  color: #6e6e6e;
  text-align: center;
  margin-bottom: 1em; }

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #292727;
  margin-bottom: 1em; }
  h2:not:first-child {
    margin-top: 2em; }

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.71em;
  font-weight: 600;
  color: #292727;
  margin-bottom: 1em; }

p {
  font-size: 1.14em;
  margin-bottom: 1.5em; }
  p:last-child {
    margin-bottom: 0; }

img {
  max-width: 100%; }

#content a {
  font-weight: 600;
  color: #f9b700;
  text-decoration: none; }
  #content a:hover {
    text-decoration: underline; }

#content ul {
  margin-left: 2em;
  margin-bottom: 2em; }

.f-left {
  float: none;
  margin-bottom: 1.5em; }
  @media (min-width: 860px) {
    .f-left {
      float: left;
      margin-bottom: 1.5em;
      margin-right: 1.5em; } }

@media (min-width: 860px) {
  img.f-left {
    max-width: 50%;
    margin-right: 2em; }
  img.f-right {
    max-width: 50%;
    margin-left: 2em; } }

#content .btn {
  display: inline-block;
  background-color: #f9b700;
  padding: 10px 30px;
  border-radius: 4px;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff; }
  #content .btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #d79d00;
    transition: all 0.6s; }

table {
  width: 100%; }
  table tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05); }
  table thead {
    color: #fff;
    background-color: #f9b700;
    border-bottom: 1px solid #292727; }
  table th, table td {
    padding: 7px 10px; }
  table td:last-child {
    text-align: right; }

form input, form textarea {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 3px 8px;
  margin-bottom: 1em;
  font-family: "Open Sans", sans-serif;
  font-size: 1em; }
form #formResponse {
  border: 1px solid #f9b700;
  padding: 10px 15px;
  margin-bottom: 1.5em; }
  form #formResponse ul {
    margin-bottom: 0; }

/* Layout */
header {
  position: relative;
  display: none;
  top: 0;
  width: 100%;
  z-index: 99; }

.container {
  position: relative;
  width: 100%;
  padding: 0 1em; }
  .container:after {
    display: block;
    content: " ";
    clear: both; }

#menuBtn {
  display: block;
  float: right;
  width: 50px;
  height: 70px;
  text-indent: -9999px;
  background-image: url("../images/menu.png");
  background-position: center center;
  background-repeat: no-repeat; }
  @media (min-width: 860px) {
    #menuBtn {
      display: none; } }

#topBar {
  display: none; }

nav .logo {
  margin: 0 auto;
  display: block;
  background-image: url("../images/logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 109px;
  height: 107px;
  background-size: 100px 100px; }
nav > ul {
  display: none; }

#headImage {
  display: block;
  background-image: none !important; }
  #headImage h1 {
    text-align: left; }

article:not(:last-of-type) {
  border-bottom: 4px solid #eee;
  margin-bottom: 10px; }

footer {
  display: none; }

@media (min-width: 760px) {
  .row {
    width: 102%;
    margin-left: -2%; } }
@media (min-width: 1025px) {
  .row {
    width: 1070px;
    margin-left: -50px; } }
.row:after {
  display: block;
  content: " ";
  clear: both; }

.col-2 {
  margin-bottom: 4em; }
  @media (min-width: 860px) {
    .col-2 {
      float: left;
      width: 48%;
      margin-left: 2%; } }
  @media (min-width: 1025px) {
    .col-2 {
      float: left;
      width: 535px;
      margin-left: 0;
      padding-left: 50px; } }

.col-3 {
  margin-bottom: 4em; }
  @media (min-width: 860px) {
    .col-3 {
      float: left;
      width: 31.3%;
      margin-bottom: 0;
      margin-left: 2%; } }
  @media (min-width: 1025px) {
    .col-3 {
      float: left;
      width: 355px;
      margin-left: 0;
      padding-left: 50px; } }

/* Content */
#sponsors {
  display: none; }
  #sponsors h2 {
    font-size: 1.71em;
    margin-bottom: 1em;
    color: #fff; }
  #sponsors a {
    display: inline-block;
    margin: 15px;
    vertical-align: middle; }
  #sponsors img {
    height: 40px; }
    @media (min-width: 860px) {
      #sponsors img {
        height: 50px; } }
  @media (min-width: 860px) {
    #sponsors #logo-aok {
      height: 55px; }
    #sponsors #logo-bz {
      height: 35px; }
    #sponsors #logo-afa {
      height: 45px; } }

#teaser {
  text-align: justify; }
  #teaser .col-3:after {
    display: block;
    content: " ";
    clear: both; }
  #teaser .teaserImage {
    width: 100%;
    padding-top: 40%;
    background-size: cover;
    margin-bottom: 1em; }
    @media (min-width: 580px) {
      #teaser .teaserImage {
        float: left;
        width: 40%;
        padding-top: 30%;
        margin-right: 1.5em; } }
    @media (min-width: 860px) {
      #teaser .teaserImage {
        float: none;
        width: 100%;
        padding-top: 75%;
        margin-right: 0; } }

@media (min-width: 860px) {
  #homeContent img {
    max-width: 40%;
    margin-right: 6em; } }
#homeContent ul {
  font-size: 1.2em;
  font-weight: 600; }
#homeContent li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: none; }
  #homeContent li:before {
    display: inline;
    content: "... "; }

/* Paging */
.paging:after {
  clear: both;
  display: block;
  content: " ";
  padding-bottom: 0.5em;
  border-bottom: 1px solid black;
  margin-bottom: 1em; }
.paging:after:last-of-type {
  border-top: 1px solid black;
  border-bottom: none; }
.paging .pagingCounter {
  float: left; }
.paging .pagingLinks {
  float: right; }

/* Filter-Bar */
#filterBar {
  margin-bottom: 50px; }
  @media (min-width: 760px) {
    #filterBar {
      column-count: 2;
      column-gap: 50px; } }
  @media (min-width: 900px) {
    #filterBar {
      column-gap: 100px; } }
  @media (min-width: 1025px) {
    #filterBar {
      column-gap: 200px; } }
  #filterBar input, #filterBar select {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    width: 100%;
    padding: 14px 37px;
    border: 1px solid #cfcfcf; }
  #filterBar #search {
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    margin-bottom: 20px; }
    @media (min-width: 760px) {
      #filterBar #search {
        margin-bottom: 0; } }

/* Philosophy */
#philosophy {
  text-align: justify; }
  @media (min-width: 1025px) {
    #philosophy {
      max-width: 650px;
      float: right; } }

/* Presse */
#press .category {
  display: block;
  margin-bottom: 3em; }
  @media (min-width: 860px) {
    #press .category {
      float: left;
      width: 50%;
      padding-right: 30px; } }
#press ul {
  margin-left: 0;
  list-style: none; }
#press li {
  margin-bottom: 1em; }
#press .pressTitle {
  color: #292727;
  font-weight: 400; }
#press .pressSource {
  color: #f9b700; }

/* Gallery */
#gallery {
  margin-left: -2%;
  width: 102%; }
  #gallery:after {
    display: block;
    content: " ";
    clear: both; }

.album {
  display: block;
  float: left;
  width: 48%;
  margin-left: 2%; }
  @media (min-width: 700px) {
    .album {
      width: 33%; } }
  @media (min-width: 860px) {
    .album {
      width: 25%; } }
  .album img {
    width: 100%; }

/* Exhibitors */
#exhibitors td:first-child,
#exhibitors th:first-child {
  display: none; }
  @media (min-width: 860px) {
    #exhibitors td:first-child,
    #exhibitors th:first-child {
      display: table-cell; } }
#exhibitors table .btn {
  padding: 5px 10px; }
  @media (min-width: 1025px) {
    #exhibitors table .btn {
      padding: 10px 30px; } }
#exhibitors .exhibitorLogo {
  height: 50px;
  width: 110px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }
  @media (min-width: 1025px) {
    #exhibitors .exhibitorLogo {
      height: 70px;
      width: 150px; } }

#exhibitor #map {
  display: block;
  width: 400px;
  height: 300px;
  margin-bottom: 1.5em; }
#exhibitor ul {
  line-height: 1.9em;
  margin-left: 0; }
  #exhibitor ul li {
    list-style-position: outside;
    break-inside: avoid;
    margin-left: 1.5em; }
  @media (min-width: 600px) {
    #exhibitor ul {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 2em;
      -moz-column-gap: 2em;
      column-gap: 2em; } }
  #exhibitor ul a {
    font-weight: 400;
    color: #292727; }
    #exhibitor ul a:hover {
      color: #f9b700;
      transition: 0.6s all;
      text-decoration: none; }
#exhibitor #exhibitorLogo {
  display: none;
  height: 150px;
  width: 300px;
  margin: 0 auto 1.5em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top; }
  @media (min-width: 860px) {
    #exhibitor #exhibitorLogo {
      background-position: left top;
      margin: 0 0 1.5em 0; } }
#exhibitor #exhibitorData {
  margin-bottom: 1.5em;
  text-align: left; }
#exhibitor h3 {
  clear: both; }
#exhibitor #plan img {
  border: 1px solid #ccc; }
#exhibitor #exhibitorInfos:after {
  display: block;
  content: " ";
  clear: both; }

/* Event */
#event #eventInfos:after {
  display: block;
  clear: both;
  content: " "; }
#event #eventDate {
  display: block;
  margin-bottom: 1em; }
#event #eventPlan {
  display: none; }
#event #eventAddress {
  margin-bottom: 1.5em; }
#event h3 {
  page-break-after: avoid;
  page-break-before: auto; }
#event ul {
  margin-left: 0;
  line-height: 1.9em;
  page-break-after: always; }
  #event ul li {
    list-style-position: outside;
    break-inside: avoid;
    margin-left: 1.5em; }
  @media (min-width: 600px) {
    #event ul {
      -webkit-column-count: 2;
      -webkit-colum-gap: 2em;
      column-count: 2;
      colum-gap: 2em; } }
  #event ul a {
    font-weight: 400;
    color: #292727; }
    #event ul a:hover {
      color: #f9b700;
      transition: 0.6s all;
      text-decoration: none; }
#event #map {
  width: 550px;
  height: 400px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  page-break-after: always; }

/* Jobs */
#job ul,
#jobs ul {
  margin-left: 0; }
  @media (min-width: 860px) {
    #job ul,
    #jobs ul {
      -webkit-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 2em;
      column-gap: 2em; } }
  @media (min-width: 1025px) {
    #job ul,
    #jobs ul {
      -webkit-column-count: 3;
      column-count: 3; } }
#job li,
#jobs li {
  list-style-position: outside;
  break-inside: avoid;
  margin-left: 1.5em; }
#job a,
#jobs a {
  line-height: 1.9em;
  font-weight: 400;
  color: #000; }
  #job a:hover,
  #jobs a:hover {
    text-decoration: none;
    color: #f9b700; }
#job h2,
#jobs h2 {
  text-align: center; }
  #job h2:after,
  #jobs h2:after {
    display: block;
    content: " ";
    width: 15%;
    height: 1px;
    background-color: #f9b700;
    margin: 0.5em auto; }

/*# sourceMappingURL=print.css.map */
