@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  min-height: 100%;
  height: 100%;
}

body {
  font-family: 'Avenir Next LT Pro Regular', sans;
  font-size: 14px;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  line-height: 21px;
  background-color: #efb626;
}

input, select, button, textarea {
  font-family: 'Arial', 'Helvetica', sans-serif;
  letter-spacing: 0;
}

p, ul {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

strong, b {
  font-family: 'Avenir Next LT Pro Bold', sans;
}

em, i {
  font-style: italic;
}

a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid;
  padding: 0 0.2em 0.1em 0.1em;
  letter-spacing: 1px;
}
a:hover {
  color: #efb626;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.clearfix {
  clear: both;
}

.content-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 1em;
}

.panel-open {
  position: absolute;
  line-height: 10em;
  top: 0;
  left: 2em;
  border: none;
  height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.threequater.content.left-shift .panel-open {
  left: -3.5em;
}

@media screen and (min-width: 768px) {
  .threequater.content.left-shift .panel-open {
    left: 2em;
  }
}
@media screen and (min-width: 960px) {
  .panel-open {
    display: none;
  }
}
.tiles .tile {
  background-position: 50% 50%;
  background-size: cover;
}
.tiles .tile.dark {
  color: white;
  background-color: #333333;
}
.tiles .tile.light {
  color: #333;
  background-color: white;
}
.tiles .tile.tile-6.seminar {
  left: 0;
}
.tiles .tile.image-tile.light {
  border: 1em solid white;
}
.tiles .tile.image-tile.dark {
  border: 1em solid #333;
}
.tiles .tile .tile-content {
  padding: 2em;
}
.tiles .tile .tile-content h2 {
  font-size: 2em;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 0.75em;
  font-family: 'Avenir Next LT Pro Bold', sans;
  letter-spacing: .05em;
}
.tiles .tile .tile-content h3 {
  font-size: 1em;
  text-transform: uppercase;
  padding-bottom: 0.5em;
  letter-spacing: .1em;
}
.tiles .tile .tile-content p {
  font-size: 1em;
  -webkit-column-width: 30em;
  -webkit-column-gap: 6em;
  -moz-column-width: 30em;
  -moz-column-gap: 6em;
  -ms-column-width: 30em;
  -ms-column-gap: 6em;
}
.tiles .tile .tile-content p.referenzen {
  -webkit-column-width: 10em;
  -webkit-column-count: 1;
  line-height: 4;
}
.tiles .tile .tile-content div.ref {
  display: block;
  float: left;
  padding: 2em 1em 0 1em;
  line-height: 1.5;
  width: 50%;
  text-align: center;
}
.tiles .tile .tile-content div.ref .logo {
  width: 100%;
  height: 50px;
}
.tiles .tile .tile-content div.ref .logo img {
  max-width: 100%;
  max-height: 50px;
}
.tiles .tile .tile-content div.ref .name {
  height: 5em;
  margin-top: 1em;
}
.tiles .tile .tile-content div.ref span {
  width: 100%;
  float: left;
}
.tiles .tile .tile-content ul {
  padding-bottom: 1em;
}
.tiles .tile .tile-content ul li {
  line-height: 2em;
  list-style: initial;
  margin-left: 3em;
}
.tiles .tile .tile-content span.list {
  display: block;
  padding: 0.5em 0 0.5em 1em;
}
.tiles .tile .tile-content span.list::before {
  content: "•";
  padding-right: 1em;
  display: block;
  float: left;
}
.tiles .tile .tile-content span.list > span {
  padding-left: 1.5em;
  display: block;
}

@media screen and (min-width: 768px) {
  .tiles .tile .tile-content {
    padding: 4em;
  }
}
@media screen and (min-width: 960px) {
  .tiles .tile-6 {
    min-height: 400px;
  }
  .tiles .tile-6:nth-child(even) {
    left: 50%;
  }
  .tiles .tile .tile-content div.ref {
    width: 33.33%;
  }
  .tiles .tile.image-tile.light {
    border: none;
    min-height: 400px;
  }
  .tiles .tile.image-tile.dark {
    border: none;
    min-height: 400px;
  }
}
#friedrichbaer {
  background-image: url(../assets/images/friedrich-baer.jpg);
  background-position-y: 15%;
  opacity: 1;
}

#friedrichbaer2 {
  background-image: url(../assets/images/friedrich-baer-02.jpg);
  background-position-y: 0%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

#friedrichbaer3 {
  background-image: url(../assets/images/friedrich-baer-03.jpg);
  background-position-y: 0%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

#kerstinklode {
  background-image: url(../assets/images/kerstin-klode.jpg);
  background-position: 50%;
  background-size: 50%;
  opacity: 1;
  background-repeat: no-repeat;
}

#thomaswaetke {
  background-image: url(../assets/images/thomas-waetke.jpg);
  background-position: 50%;
  background-size: 70%;
  opacity: 1;
  background-repeat: no-repeat;
}

#matthiashoffmann {
  background-image: url(../assets/images/matthias-hoffmann.jpeg);
  background-position: 50%;
  background-size: 50%;
  opacity: 1;
  background-repeat: no-repeat;
}

#christianmaergner {
  background-image: url(../assets/images/christian-maergner.jpg);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: 50%;
}

#kaiwurster {
  background-image: url(../assets/images/kai-wurster.jpg);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: 50%;
}

#konzept {
  background-image: url(../assets/images/konzept.jpg);
}

#kontakt {
  background-image: url(../assets/images/treppe.jpg);
}

#versammlungsstaetten {
  background-image: url(../assets/images/versammlungsstaetten.jpg);
}
#versammlungsstaetten > div {
  background-color: rgba(128, 128, 128, 0.8);
}

#betreiber {
  background-image: url(../assets/images/betreiber.jpg);
}

#betriebsvorschriften {
  background-image: url(../assets/images/betriebsvorschriften.jpg);
}

#meeting5 {
  background-image: url(../assets/images/meeting_5.jpg);
}

#meeting6 {
  background-image: url(../assets/images/meeting_6.jpg);
}
#meeting6 > div {
  background-color: rgba(128, 128, 128, 0.8);
}

#meeting7 {
  background-image: url(../assets/images/meeting_7.jpg);
}

#leistungen-check {
  background-image: url(../assets/images/icons/icon_white_03.png);
  background-repeat: no-repeat;
  background-size: 50%;
}

#leistungen-konzept {
  background-image: url(../assets/images/icons/icon_black_02.png);
  background-repeat: no-repeat;
  background-size: 50%;
}

#leistungen-schulungen {
  background-image: url(../assets/images/icons/icon_white_04.png);
  background-repeat: no-repeat;
  background-size: 50%;
}

#leistungen-vorort {
  background-image: url(../assets/images/icons/icon_black_01.png);
  background-repeat: no-repeat;
  background-size: 50%;
}

#informationen {
  background-image: url(../assets/images/hwk1.jpg);
}

.tiles {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
  display: block;
}
.tiles .tile-row {
  display: block;
  float: left;
  width: 100%;
}
.tiles .tile-row:nth-child(odd) {
  background-color: #333;
}
.tiles .tile-row:nth-child(even) {
  background-color: white;
}
.tiles .tile {
  display: block;
  float: left;
  position: relative;
}
.tiles .tile.image-tile {
  height: 50vh;
  display: none;
}
.tiles .tile.image-tile.show {
  display: block;
}
.tiles .tile .tile-content {
  position: relative;
  height: 100%;
  width: 100%;
}
.tiles .tile .tile-content .center-box {
  display: table;
  height: 100%;
  width: 100%;
}
.tiles .tile .tile-content .center-box .center-box-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.tiles .tile.tile-1, .tiles .tile.tile-2, .tiles .tile.tile-3, .tiles .tile.tile-4, .tiles .tile.tile-5, .tiles .tile.tile-6, .tiles .tile.tile-7, .tiles .tile.tile-8, .tiles .tile.tile-9, .tiles .tile.tile-10, .tiles .tile.tile-11, .tiles .tile.tile-12 {
  width: 100%;
  float: left;
}

@media screen and (min-width: 960px) {
  .tiles {
    display: block;
  }
  .tiles .tile-row {
    display: block;
    position: relative;
    float: left;
    width: 100%;
  }
  .tiles .tile {
    float: left;
    display: block;
  }
  .tiles .tile.tile-6 {
    width: 50%;
  }
  .tiles .tile.tile-6.image-tile {
    position: absolute;
    height: 100%;
  }
  .tiles .tile.tile-6.image-tile:nth-child(odd) {
    display: block;
    left: 0%;
  }
  .tiles .tile.tile-6.image-tile:nth-child(even) {
    display: block;
    left: 50%;
  }
  .tiles .tile.tile-12 {
    width: 100%;
  }
}
.tiles .tile {
  background-position: 50% 50%;
  background-size: cover;
}
.tiles .tile.dark {
  color: white;
  background-color: #333333;
}
.tiles .tile.light {
  color: #333;
  background-color: white;
}
.tiles .tile.tile-6.seminar {
  left: 0;
}
.tiles .tile.image-tile.light {
  border: 1em solid white;
}
.tiles .tile.image-tile.dark {
  border: 1em solid #333;
}
.tiles .tile .tile-content {
  padding: 2em;
}
.tiles .tile .tile-content h2 {
  font-size: 2em;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 0.75em;
  font-family: 'Avenir Next LT Pro Bold', sans;
  letter-spacing: .05em;
}
.tiles .tile .tile-content h3 {
  font-size: 1em;
  text-transform: uppercase;
  padding-bottom: 0.5em;
  letter-spacing: .1em;
}
.tiles .tile .tile-content p {
  font-size: 1em;
  -webkit-column-width: 30em;
  -webkit-column-gap: 6em;
  -moz-column-width: 30em;
  -moz-column-gap: 6em;
  -ms-column-width: 30em;
  -ms-column-gap: 6em;
}
.tiles .tile .tile-content p.referenzen {
  -webkit-column-width: 10em;
  -webkit-column-count: 1;
  line-height: 4;
}
.tiles .tile .tile-content div.ref {
  display: block;
  float: left;
  padding: 2em 1em 0 1em;
  line-height: 1.5;
  width: 50%;
  text-align: center;
}
.tiles .tile .tile-content div.ref .logo {
  width: 100%;
  height: 50px;
}
.tiles .tile .tile-content div.ref .logo img {
  max-width: 100%;
  max-height: 50px;
}
.tiles .tile .tile-content div.ref .name {
  height: 5em;
  margin-top: 1em;
}
.tiles .tile .tile-content div.ref span {
  width: 100%;
  float: left;
}
.tiles .tile .tile-content ul {
  padding-bottom: 1em;
}
.tiles .tile .tile-content ul li {
  line-height: 2em;
  list-style: initial;
  margin-left: 3em;
}
.tiles .tile .tile-content span.list {
  display: block;
  padding: 0.5em 0 0.5em 1em;
}
.tiles .tile .tile-content span.list::before {
  content: "•";
  padding-right: 1em;
  display: block;
  float: left;
}
.tiles .tile .tile-content span.list > span {
  padding-left: 1.5em;
  display: block;
}

@media screen and (min-width: 768px) {
  .tiles .tile .tile-content {
    padding: 4em;
  }
}
@media screen and (min-width: 960px) {
  .tiles .tile-6 {
    min-height: 400px;
  }
  .tiles .tile-6:nth-child(even) {
    left: 50%;
  }
  .tiles .tile .tile-content div.ref {
    width: 33.33%;
  }
  .tiles .tile.image-tile.light {
    border: none;
    min-height: 400px;
  }
  .tiles .tile.image-tile.dark {
    border: none;
    min-height: 400px;
  }
}
#friedrichbaer {
  background-image: url(../assets/images/friedrich-baer.jpg);
  background-position-y: 15%;
  opacity: 1;
}

#friedrichbaer2 {
  background-image: url(../assets/images/friedrich-baer-02.jpg);
  background-position-y: 0%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

#friedrichbaer3 {
  background-image: url(../assets/images/friedrich-baer-03.jpg);
  background-position-y: 0%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

#kerstinklode {
  background-image: url(../assets/images/kerstin-klode.jpg);
  background-position: 50%;
  background-size: 50%;
  opacity: 1;
  background-repeat: no-repeat;
}

#thomaswaetke {
  background-image: url(../assets/images/thomas-waetke.jpg);
  background-position: 50%;
  background-size: 70%;
  opacity: 1;
  background-repeat: no-repeat;
}

#matthiashoffmann {
  background-image: url(../assets/images/matthias-hoffmann.jpeg);
  background-position: 50%;
  background-size: 50%;
  opacity: 1;
  background-repeat: no-repeat;
}

#christianmaergner {
  background-image: url(../assets/images/christian-maergner.jpg);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: 50%;
}

#kaiwurster {
  background-image: url(../assets/images/kai-wurster.jpg);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: 50%;
}

#konzept {
  background-image: url(../assets/images/konzept.jpg);
}

#kontakt {
  background-image: url(../assets/images/treppe.jpg);
}

#versammlungsstaetten {
  background-image: url(../assets/images/versammlungsstaetten.jpg);
}
#versammlungsstaetten > div {
  background-color: rgba(128, 128, 128, 0.8);
}

#betreiber {
  background-image: url(../assets/images/betreiber.jpg);
}

#betriebsvorschriften {
  background-image: url(../assets/images/betriebsvorschriften.jpg);
}

#meeting5 {
  background-image: url(../assets/images/meeting_5.jpg);
}

#meeting6 {
  background-image: url(../assets/images/meeting_6.jpg);
}
#meeting6 > div {
  background-color: rgba(128, 128, 128, 0.8);
}

#meeting7 {
  background-image: url(../assets/images/meeting_7.jpg);
}

#leistungen-check {
  background-image: url(../assets/images/icons/icon_white_03.png);
  background-repeat: no-repeat;
  background-size: 50%;
}

#leistungen-konzept {
  background-image: url(../assets/images/icons/icon_black_02.png);
  background-repeat: no-repeat;
  background-size: 50%;
}

#leistungen-schulungen {
  background-image: url(../assets/images/icons/icon_white_04.png);
  background-repeat: no-repeat;
  background-size: 50%;
}

#leistungen-vorort {
  background-image: url(../assets/images/icons/icon_black_01.png);
  background-repeat: no-repeat;
  background-size: 50%;
}

#informationen {
  background-image: url(../assets/images/hwk1.jpg);
}

.grid-divider {
  width: 100%;
  height: 100%;
  padding: 0;
  max-width: 1600px;
  margin: 0 auto;
}
.grid-divider.hidden {
  overflow: hidden;
}
.grid-divider .onequater {
  width: 0%;
  background-color: #efb626;
  height: 100%;
  float: left;
}
.grid-divider .onethird {
  width: 33.333%;
  float: left;
  background-color: #efb626;
  height: 100%;
}
.grid-divider .twothird {
  width: 66.666%;
  float: left;
  background-color: #F0F0F0;
  height: 100%;
}
.grid-divider .threequater {
  width: 100%;
  background-color: #efb626;
  height: 100%;
  position: relative;
  float: left;
}
.grid-divider .content {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
}
.grid-divider .content.left-shift {
  left: 100%;
}

@media screen and (min-width: 768px) {
  .grid-divider .content.left-shift {
    left: 33%;
  }
}
@media screen and (min-width: 960px) {
  .grid-divider .threequater {
    width: 75%;
    float: left;
    max-width: 1200px;
  }
  .grid-divider .onequater {
    width: 25%;
    float: left;
    max-width: 400px;
    display: block;
  }
  .grid-divider .content.left-shift {
    left: 0%;
  }
}
header {
  width: 100%;
  background-color: #efb626;
  color: white;
  text-align: left;
  height: 10em;
  position: relative;
  z-index: 10;
}
header .logo {
  display: block;
  position: relative;
  margin: 0 auto;
  border: 1px solid white;
  height: 6em;
  top: 2em;
}

@media screen and (min-width: 960px) {
  header .logo {
    display: block;
  }
}
.sidebar {
  padding-top: 5em;
}
.sidebar.open ul {
  width: 100%;
  padding: 0px 1.66em;
}
.sidebar ul {
  text-align: center;
  letter-spacing: .1em;
  position: fixed;
  width: 0;
  overflow: hidden;
  padding: 0;
  color: white;
  font-size: 1.5em;
  line-height: 2.5;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar ul li a {
  text-transform: uppercase;
  border-bottom: none;
  text-decoration: none;
  font-family: 'Avenir Next LT Pro bold', sans;
}
.sidebar ul li a:hover, .sidebar ul li a.active {
  color: white;
  border-bottom: 2px solid white;
}

@media screen and (min-width: 768px) {
  .sidebar {
    padding-top: 10em;
  }
  .sidebar.open ul {
    width: 33%;
    max-width: 400px;
  }
  .sidebar ul {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .sidebar ul {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 960px) {
  .sidebar ul {
    width: 25% !important;
    max-width: 400px;
    padding: 0px 1.66em;
  }
}
@font-face {
  font-family: 'Avenir Next LT Pro Bold';
  font-style: normal;
  src: url("assets/fonts/AvenirNextLTPro-Bold.woff") format("woff");
}
@font-face {
  font-family: 'Avenir Next LT Pro Regular';
  font-style: normal;
  src: local("Avenir Next LT Pro Regular"), url("assets/fonts/AvenirNextLTPro-Regular.woff") format("woff");
}
@font-face {
  font-family: 'Roboto', sans-serif;
  src: url(https://fonts.googleapis.com/css?family=Roboto:300,700);
}
