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

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  font-weight: 300;
  background-color: #24ad2b;
}

h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  margin-bottom: 1em;
}

h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 1em;
  margin-top: 2em;
}

h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 0.3em;
  text-decoration: underline;
}

a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s;
}

a:hover {
  opacity: 0.7;
}

p {
  line-height: 120%;
  text-align: justify;
}

#imprint p {
  margin-top: 0em;
  margin-bottom: 2em;
}

#bghome {
  background: url(\../img/backgrounds/bg01.jpg) center no-repeat;
  background-size: cover;
}

#bgstereo {
  background: url(\../img/backgrounds/bg02.jpg) center no-repeat;
  background-size: cover;
}

#bgmedical {
  background: url(\../img/backgrounds/bg03.jpg) center no-repeat;
  background-size: cover;
}

#bgbusiness {
  background: url(\../img/backgrounds/bg04.jpg) center top no-repeat;
  background-size: cover;
}

#bgpartner {
  background: url(\../img/backgrounds/bg05.jpg) center top no-repeat;
  background-size: cover;
}

#bgimprint {
  background: url(\../img/backgrounds/bg06.jpg) center no-repeat;
  background-size: cover;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -99999;
}

header {
  background-color: #fff;
  position: fixed;
  top: -145px;
  left: -10px;
  width: 100%;
  height: 200px;
  padding: 20px;
  transform: rotate(-3deg);
  box-shadow: 0px 0px 20px #000;
}

#header {
  max-width: 1050px;
  margin: 0 auto;
}

#logo {
  position: absolute;
  bottom: 0;
  max-width: 30%;
  max-height: 100px;
}

#logo:hover {
  transform: scale(0.95);
}

#logo img {
  max-height: 100px;
  max-width: 100%;
  cursor: pointer;
}

#navigation span {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  padding: 0px 10px;
  cursor: pointer;
}

#navigation span,
#navigation_mob span,
#nav_mob_toggle {
  transition: color 0.2s, background-color 0.2s;
}

#navigation span:hover,
#navigation_mob span:hover,
#nav_mob_toggle:hover {
  background-color: #24ad2b;
  color: #fff;
}

#navigation span:last-child {
  font-size: 1em;
}

#navigation {
  position: absolute;
  left: 42%;
  bottom: 5px;
  max-width: 55%;
}

section {
  width: 100%;
  min-height: 1000px;
  min-height: 100vh;
  min-height: calc(100vh - 260px);
  padding: 130px 0;
  border-bottom: solid #fff 3px;
}

.content {
  margin: 0px auto;
  width: 100%;
  width: calc(100% - 4em);
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 2em;
}

#teaser,
#teaser_mob {
  clear: both;
  margin-left: -2em;
}

#teaser td,
#teaser_mob td {
  padding-left: 2em;
  width: 33%;
  vertical-align: top;
}

#teaser img,
#teaser_mob img {
  width: 100%;
  cursor: pointer;
}

#teaser .float-right {
  float: right;
}

#teaser_mob {
  display: none;
}

#imprint .highlightbox {
  font-size: 1.2em;
  float: none;
  clear: both;
}

#imprint table td {
  padding: 0.5em;
}

#navigation_mob {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  padding-top: 100px;
  width: 100%;
  display: none;
}

#navigation_mob span {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  padding: 3px 10px;
  cursor: pointer;
  display: block;
  text-align: right;
}

#nav_mob_toggle {
  position: fixed;
  bottom: 0;
  right: 3em;
  display: none;
  padding: 0 5px;
  cursor: pointer;
}

.highlightbox {
  border: solid #fff 2px;
  background-color: #333;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  float: right;
  padding: 1em 2em;
  margin-left: 2em;
  margin-bottom: 2em;
}

.highlightbox td {
  padding: 0.5em;
}

video {
  width: 500px;
  height: auto;
  float: right;
  margin: 0;
  margin-left: 1em;
}

.video_notice {
  width: 500px;
  height: auto;
  float: right;
  margin: 0 0 1em 1em;
  padding: 5px;
  font-size: 0.8em;
}

.partner_table {
  border-collapse: collapse;
  border-spacing: 20px;
  margin-left: -1em;
  margin-top: 1em;
  width: 100%;
  table-layout: fixed;
}

.partner_table td {
  padding: 1em;
}

.partner_table td img {
  width: 100%;
}

#partner ul li {
  margin: 1em 0;
  font-weight: 400;
  list-style-type: square;
  text-align: left;
}

#partner ul {
  padding-left: 1.5em;
}

.video_reference_notice {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.8em;
}

.video_references td {
  vertical-align: top;
}

.video_references a {
  font-weight: 300;
}

.lightbox {
  display: none;
  position: fixed;
  width: 100%;
  width: calc(100% - 2em);
  height: 100%;
  height: calc(100% - 2em);
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1em;
  overflow: auto;
  color: #fff;
}

.closelink {
  color: #000;
  background-color: #fff;
  font-size: 1.2em;
  padding: 5px;
  float: right;
}

.scale {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.transition {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

.thumb {
  position: relative;
}
.thumb a:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.thumb a {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
}
.thumb a .play,
.thumb a .overlay {
  opacity: 0;
}
.thumb a:hover .play,
.thumb a:hover .overlay {
  display: block;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.thumb a:hover .play {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 64px;
  color: #ffffff;
  z-index: 1000;
  opacity: 1;
}
.thumb a:hover .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #nav_mob_toggle {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  #teaser {
    display: none;
  }
  #teaser_mob {
    display: table;
  }
  #logo {
    max-width: 60%;
  }
  video {
    width: 100%;
  }
  .video_notice {
    width: 100%;
  }
  .floatimg {
    display: none;
  }
  #imprint .highlightbox {
    margin: 0;
    margin-bottom: 2em;
    float: none;
    display: block;
    clear: both;
  }
  .background {
    display: none;
  }
  .content {
    background: none;
    width: auto;
    padding: 1em;
  }
  section {
    padding-top: 100px;
  }
  #stereo,
  #business,
  #medical {
    display: none;
  }
  #home img {
    cursor: auto;
  }
}

@media screen and (max-width: 480px) {
  #teaser_mob td {
    display: block;
    width: auto;
    margin-top: 3em;
  }
  .partner_table td {
    display: block;
  }
  .partner_table td img {
    width: 100%;
  }
}
