/* 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: 0.8em;
  letter-spacing: 0.05em;
}
@media (min-width: 760px) {
  body {
    font-size: 0.9em;
  }
}
@media (min-width: 1025px) {
  body {
    font-size: 1em;
  }
}

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

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #292727;
  margin-bottom: 1em;
  text-wrap: balance;
}
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;
  text-wrap: balance;
}

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;
  -webkit-transition: all 0.6s;
  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: fixed;
  display: block;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.container {
  position: relative;
  width: 100%;
  padding: 0 1em;
}
@media (min-width: 1025px) {
  .container {
    width: 1020px;
    margin: 0 auto;
    padding: 0;
  }
}
.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: block;
	  width: 100%;
	  height: 27px;
	  background-color: #f9b700;
	}
#topBar .nextEvent{
	display: none;
}
@media (min-width: 860px) {
	#topBar .nextEvent{
		display: block;
		float: left;
		color: #fff;
		text-decoration: none;
		margin-top: 2px;
	}
	#topBar .nextEvent:hover{
		color: #efefef;
	}
}

#topBar .facebook {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f9b700;
    z-index: 2;
}

@media (min-width: 860px) {
  #topBar .facebook {
    left: inherit;
    right: 60px;
    margin-left: 0;
  }
}
#topBar .facebook:before {
  content: " ";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("../images/facebook.png");
  background-repeat: no-repeat;
  background-position: center center;
}
#topBar .facebook:hover {
  background-color: #005b99;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}



#topBar .instagram {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f9b700;
  z-index: 2;
}

@media (min-width: 860px) {
  #topBar .instagram {
    left: inherit;
    right: 10px;
    margin-left: 0;
  }
}

#topBar .instagram:before {
  position: relative;
  content: " ";
  display: inline-block;
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
  background-image: url("../images/instagram.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
#topBar .instagram:hover {
  background-color: #00aced;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

@media (min-width: 860px) {
  nav {
    height: 107px;
  }
}
nav .logo {
  display: inline-block;
  width: 71px;
  height: 70px;
  margin-left: 10px;
  background-image: url("../images/logo.svg");
  background-size: 61px 60px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 860px) {
  nav .logo {
    width: 109px;
    height: 107px;
    background-size: 100px 100px;
  }
}
nav > ul {
  display: none;
  border-top: 1px solid #292727;
}
@media (min-width: 860px) {
  nav > ul {
    display: block !important;
    float: right;
    border-top: none;
  }
}
nav li {
  display: block;
  list-style-type: none;
}
@media (min-width: 860px) {
  nav li {
    display: inline-block;
  }
}
nav li.active > a, nav li:hover > a {
  background-color: #f9b700;
  color: #fff;
}
@media (min-width: 860px) {
  nav li.active > a, nav li:hover > a {
    background-color: #fff;
    color: #f9b700;
  }
}
nav li a {
  display: block;
  width: 100%;
  padding: 8px 5px;
  background-color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #292727;
  color: #292727;
}
nav li:last-child a {
	border-bottom: none;
}
@media (min-width: 860px) {
  nav li a {
    border-bottom: none;
    line-height: 109px;
    padding: 0 10px;
  }
}
nav li.dropdown ul{
	display: none;
}
nav li.dropdown ul li{
	padding-left: 10px;
}
@media (min-width: 860px) {
	nav li.dropdown ul{
		position: absolute;
		background-color: #fff;
		margin-top: -30px;
		padding-bottom: 5px;
	}
	nav li.dropdown ul li{
		display: block;
		padding-left: 0;
	}
	nav li.dropdown ul li a{
		line-height: 1.8;
	}
}
nav li .search {
  text-indent: -9999px;
  background-image: url("../images/search.png");
  background-position: center center;
  background-repeat: no-repeat;
}

#headImage {
  position: relative;
  display: block;
  margin-top: 100px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 860px) {
  #headImage {
    margin-top: 136px;
  }
}
#headImage #headerOverlay {
  display: table;
  width: 100%;
  height: 170px;
  background-color: rgba(0, 0, 0, 0.5);
}
#headImage #headerTitle {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
@media (min-width: 1025px) {
  #headImage #headerTitle {
    padding: 0;
  }
}
#headImage h1 {
  font-size: 1.71em;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
  text-align: left;
  margin-bottom: 0;
}

.layer-blue, .layer-orange {
  background-color: rgba(33, 88, 153, 0.9);
  color: white;
  font-size: 0.6em !important;
  font-weight: bold;
  padding: 1.07em 2.14em;
}
@media (min-width: 400px) {
  .layer-blue, .layer-orange {
    font-size: 0.7em !important;
  }
}
@media (min-width: 600px) {
  .layer-blue, .layer-orange {
    font-size: 0.8em !important;
  }
}
@media (min-width: 750px) {
  .layer-blue, .layer-orange {
    font-size: 0.9em !important;
  }
}
@media (min-width: 850px) {
  .layer-blue, .layer-orange {
    font-size: 1em !important;
  }
}
@media (min-width: 1000px) {
  .layer-blue, .layer-orange {
    font-size: 1.2em !important;
  }
}
@media (min-width: 1200px) {
  .layer-blue, .layer-orange {
    font-size: 1.43em !important;
  }
}

.layer-orange {
  background-color: rgba(249, 183, 0, 0.9);
}

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

footer {
  background-color: #292727;
  color: #b8b8b8;
  padding: 2em 1em;
  border-bottom: 12px solid #f9b700;
}
footer .social-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #f9b700;
  overflow: hidden;
  z-index: 2;
}

footer .facebook:hover {
  background-color: #005b99;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

footer .social-link.facebook:before {
  content: " ";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("../images/facebook.png");
  background-repeat: no-repeat;
  background-position: center center;
}

footer .social-link.instagram:hover {
  background-color: #00aced;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

footer .social-link.instagram:before {
  position: relative;
  content: " ";
  display: inline-block;
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
  background-image: url("../images/instagram.svg");
  background-repeat: no-repeat;
  background-position: center center;
}


footer h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0;
}
footer ul {
  text-transform: uppercase;
  list-style: none;
}
footer p {
  font-size: 1em;
}
footer strong, footer a {
  color: #fff;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  color: #f9b700;
}

.row {
	width: 100%;
}

.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%;
  }
}

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

/* Content */
#sponsors {
  padding: 2.5em 1em;
  background: #BACDE0;
  text-align: center;
}
#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;
}
#sponsors img#logo-fwtm {
  height: 60px;
}
@media (min-width: 860px) {
  #sponsors img {
    height: 50px;
  }
  #sponsors img#logo-fwtm {
    height: 65px;
  }
}
@media (min-width: 860px) {
  #sponsors #logo-aok {
    height: 55px;
  }
  #sponsors #logo-bz {
    height: 35px;
  }
  #sponsors #logo-afa {
    height: 45px;
  }
  #sponsors #logo-fwtm {
    height: 70px;
  }
}

#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 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media (min-width: 900px) {
  #filterBar {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
}
@media (min-width: 1025px) {
  #filterBar {
    -webkit-column-gap: 200px;
       -moz-column-gap: 200px;
            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%;
}

/* Job-Start-Lounge */
#lmb td:nth-child(2),
#lmb th:nth-child(2) {
  display: none;
}

/* 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;
  }
}
#lmb .exhibitorLogo,
#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: 100%;
  height: 200px;
  margin-bottom: 1.5em;
}
@media (min-width: 860px) {
  #exhibitor #map {
    float: right;
    max-width: 300px;
  }
}
#exhibitor ul {
  line-height: 1.9em;
  margin-left: 0;
}
#exhibitor ul li {
  list-style-position: outside;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          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;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  text-decoration: none;
}
#exhibitor #exhibitorLogo {
  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: center;
}
@media (min-width: 860px) {
  #exhibitor #exhibitorData {
    float: left;
    text-align: left;
    width: calc(100% - 300px);
  }
}
#exhibitor h3 {
  clear: both;
}
#exhibitor #plan img {
  border: 1px solid #ccc;
}
#exhibitor #exhibitorInfos:after {
  display: block;
  content: " ";
  clear: both;
}

/* Event */
#events table .btn {
  padding: 5px 10px;
}
@media (min-width: 1025px) {
  #events table .btn {
    padding: 10px 30px;
  }
}

ul#event_tabs{
	list-style-type: none;
	margin: 0 -5px 40px -5px;
	display: inline-block;
	width: 100%;
}

#event_tabs li{
	margin: 5px;
	display: inline-block;
	float: left;
	width: 100%;
}

#event_tabs li a{
	color: #000;
	border: #F9B700 3px solid;
	border-radius: 10px;
	padding: 8px;
	display: inline-block;
	width: 100%;
}

@media (min-width: 600px) {
	#event_tabs li, #event_tabs li a{
		width: auto;
	}
}

#event_tabs li a:hover, #event_tabs li a.active{
	color: #fff;
	background-color: #F9B700;
	text-decoration: none;
}

#event #eventInfos:after {
  display: block;
  clear: both;
  content: " ";
}
#event #eventDate, #event #eventPlan {
  margin-bottom: 1.5em;
}
@media (min-width: 600px) {
  #event #eventDate, #event #eventPlan {
    width: 50%;
    float: left;
  }
}
#event #eventAddress {
  margin-bottom: 1.5em;
}
@media (min-width: 600px) {
  #event #eventAddress {
    width: 50%;
    float: right;
  }
}
#event img {
  max-width: 100%;
  height: auto;
}
#event ul {
  margin-left: 0;
  line-height: 1.9em;
}
#event ul li {
  list-style-position: outside;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
  margin-left: 1.5em;
}
@media (min-width: 600px) {
  #event ul {
    -webkit-column-count: 2;
    -webkit-colum-gap: 2em;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    colum-gap: 2em;
  }
}
#event ul a {
  font-weight: 400;
  color: #292727;
}
#event ul a:hover {
  color: #f9b700;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  text-decoration: none;
}
#event #map,
#event #map2 {
  display: none;
  width: 100%;
  height: 200px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

/* Jobs */
#job ul,
#jobs ul {
  margin-left: 0;
}
@media (min-width: 860px) {
  #job ul,
  #jobs ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
         column-count: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
}
@media (min-width: 1025px) {
  #job ul,
  #jobs ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
         column-count: 3;
  }
}
#job li,
#jobs li {
  list-style-position: outside;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          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;
}

/**** Schulanmeldung Formular @hung ***/

form#saForm .first {
	padding-left: 0px !important;
	margin-left: 0px;
}

form#saForm hr {
	border: none;
    border-top: 1px dotted black;
}

form#saForm	label {
  display: block;
  clear: both;
  cursor: pointer;
}

@media (min-width: 860px) {

  form#saForm .text-3-cols {
    column-count: 3;
    column-gap: 1em;
  }
}


form#saForm input[type="checkbox"] {
	width:20px;
	float: left;
}

form#saForm .col-4 {
	width: 22%;
	float: left;
	margin-right: 15px
}

.hide {
	display: none !important;
}

@media (max-width: 860px) {
	form#saForm .col-3 {
		margin-bottom: 10px;
	}

	form#saForm input {
		width: 95%;
		heigth: 2em;
	}

	form#saForm #showMore {
		float: left !important;
	}

}

.badges {
  clear: both;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.badges a {
  cursor: pointer;
}

.badges img {
  max-height: 25em;
}

.badge-lmb {
  display: none;
}

@media (min-width: 680px) {
  .badge-lmb {
      display: block;
      position: absolute;
      z-index: 100;
      height: 20em;
      top: -2em;
      right: 2em;
  }

  .badge-lmb img {
    max-width: 100%;
    max-height: 100%;
  }
}



@media (min-width: 1200px) {
  .badge-lmb {
    top: 1em;
    right: 4em;
  }
}

@media (min-width: 1400px) {
  .badge-lmb {
    top: 3em;
    right: 6em;
  }
}


.badge-jobmesse {
  display: none;
}

@media (min-width: 680px) {
  .badge-jobmesse {
    display: block;
    position: absolute;
    z-index: 100;
    height: 12em;
    margin-top: 4em;
    margin-left: 4em;
    transform: rotate(-4deg);
  }

  .badge-jobmesse img {
    max-width: 100%;
    max-height: 100%;
  }
}


@media (min-width: 1200px) {
  .badge-jobmesse {
    margin-top: 8em;
    margin-left: 8em;
  }
}

@media (min-width: 1400px) {
  .badge-jobmesse {
    margin-top: 8em;
    margin-left: 8em;
  }
}


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