.desktop_only {
  display: block;
}

.mobile_only {
  display: none;
}

html, body {
    margin: 0;
    padding: 0;
    vertical-align:top;
    height: 100%;
}

body {
  color: #ffffff;
  font-family: 'Helvetica';
  font-size: 13px;
  font-weight: lighter;
  background-color: #c4c4c4;
  background: url(../../images/background.jpg) no-repeat center center fixed;;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  overflow: hidden;
}

body p {
  line-height: 16px;
}

h1, h2, .sub_nav a, .content_nav a, .spine_label, .home_link, .social_label {
  font-family: DINNeuzeitGroteskLT-BoldCond;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}

h1 {
  clear: both;
  margin-bottom: 20px;
  font-size: 35px;
}

h2 {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
  clear: both;
  font-size: 35px;
}

h3 {
  display: block;
  width: 100%;
  text-align: center;
  color: #00a1e4;
  margin-bottom: 30px;
}

h4 {
  margin-bottom: 0;
}

h5 {
  color: gray;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #00a1e4;
}

p {
  margin-bottom: 18px;
}

td {
  vertical-align: top;
}

hr {
  margin: 35px 0;
}

.wrap {
  min-height: 100%;
}

.container {
  width: 100%;
  padding-bottom: 50px;
}

.header {
  height: 50px;
  width: 100%;
  z-index: 5;
  position: relative;
}

.content {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.social_media {
  width: 100%;
}

.social_media > div {
  width: 27px;
  overflow: hidden;
  direction: rtl;
  float: right;
  padding-right: 4px;
  margin-top: 13px;
}

.social_media div div {
  width: 155px;
}

.social_label {
  float: right;
  padding: 6px 5px 0 0;
  font-size: 16px;
  color: #00a1e4;
}

.social_icon {
  float: right;
}

.social_media .phone {
  background-image: url(../../images/icon_phone_grey.png);
  width: 25px;
  height: 25px;
}

.first_social {
  margin-right: 50px;
}

.social_media .phone:hover {
  background-image: url(../../images/icon_phone_blue.png);
}

.social_media .location {
  background-image: url(../../images/icon_map_grey.png);
  width: 25px;
  height: 25px;
}

.social_media .location:hover {
  background-image: url(../../images/icon_map_blue.png);
}

.social_media .mail {
  background-image: url(../../images/icon_mail_grey.png);
  width: 25px;
  height: 25px;
}

.social_media .mail:hover {
  background-image: url(../../images/icon_mail_blue.png);
}

.social_media .facebook {
  background-image: url(../../images/icon_fb_grey.png);
  width: 25px;
  height: 25px;
}

.social_media .facebook:hover {
  background-image: url(../../images/icon_fb_blue.png);
}

.social_media .twitter {
  background-image: url(../../images/icon_twitter_grey.png);
  width: 25px;
  height: 25px;
}

.social_media .twitter:hover {
  background-image: url(../../images/icon_twitter_blue.png);
}

@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 

.social_media .phone {
  background-image: url(../../images/icon_phone_grey_@2x.png);
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
}

.social_media .phone:hover {
  background-image: url(../../images/icon_phone_blue_@2x.png);
}

.social_media .location {
  background-image: url(../../images/icon_map_grey_@2x.png);
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
}

.social_media .location:hover {
  background-image: url(../../images/icon_map_blue_@2x.png);
}

.social_media .mail {
  background-image: url(../../images/icon_mail_grey_@2x.png);
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
}

.social_media .mail:hover {
  background-image: url(../../images/icon_mail_blue_@2x.png);
}

.social_media .facebook {
  background-image: url(../../images/icon_fb_grey_@2x.png);
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
}

.social_media .facebook:hover {
  background-image: url(../../images/icon_fb_blue_@2x.png);
}

.social_media .twitter {
  background-image: url(../../images/icon_twitter_grey_@2x.png);
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
}

.social_media .twitter:hover {
  background-image: url(../../images/icon_twitter_blue@2x.png);
}

}

.home_hero {
  margin-left: 50px;
  float: left;
}

.logo {
  float: left;
  height: 29px;
  width: 80px;
  background-image: url(../../images/text_logo.png);
  margin-top: 35px;
  margin-bottom: 20px;
  margin-left: 50px;
  line-height: 0;
  font-size: 0;
  color: transparent;
  position: relative;
}

.text_logo {
  height: 29px;
  width: 80px;
  line-height: 0;
  font-size: 0;
  color: transparent;
  background-image: url(../../images/text_logo.png);
  float: left;
  margin: 36px 0 15px 26px;
  position: relative;
  z-index: 5;
}

.home_link {
  font-size: 140px;
  float:left;
  clear: both;
  margin-left: 43px;
  margin-bottom: -25px;
  text-transform: uppercase;
  position: relative;
}

.spine {
  cursor: pointer;
  width: 25px;
  height: 100%;
  float: left;
  position: relative;
  margin: 0;
}

.spine:hover .background{
  opacity: 1;
  background-color: #00a1e4;
}

.spine_label {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;

  margin-left: 4px;
  color: #ffffff;
  font-size: 19px;
  white-space: nowrap;
  margin-top: 0;
  position: absolute;
  bottom: -13px;
}

.spine .spine_label {
  display: block;
}

.spine_label:hover {
  color: #FFFFFF;
}

.left_content {
  width: 275px;
  float: left;
  margin-right: 25px;
  height: 100%;
  position: relative;
}

.left_content.menu {
        width: auto;
}

.inner_left_content {
  width: 234px;
  padding-right:15px;
  padding-left: 26px;
  height: 100%;
  z-index: 1;
  position: relative;
}

.menu .inner_left_content {
  width: auto;
}

.idle_content {
  opacity: 0;
  left: 500px;
}

.close_link {
  float: right;
  height: 10px;
  width: 10px;
  background-image: url(../../images/close_icon.png);
  line-height: 0;
  font-size: 0;
  color: transparent;
  margin: 10px 8px 17px 0;
  position: relative;
  z-index: 5;
}

.image_gallery {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.image_gallery_thumbs {
  height: 70px;
  overflow: hidden;
  position: relative;
  margin: 0 auto
}

.image_gallery_thumbs img{
  cursor: pointer;
}

.gallery_images {
  height: auto;
  max-height: 75px;
  width: 100%;
  white-space: nowrap;
  position: relative;
}

.gallery_backgrounds {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 100%;
}

.gallery_backgrounds {
  border: 0;
}

.backgrounds_wrapper {
  height: 100%;
  width: 99999px;
  position: relative;
}

.gallery_images img, .gallery_backgrounds img{
  float: left;
}

.gallery_backgrounds img{
  height: 100%;
  position: relative;
}

.downloads {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.downloads li{
  background-image: url(../../images/pdf_icon.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 35px;
  margin-top: 20px;
  min-height: 24px;
}

.download_link {
  color: #00a1e4;
}

.team_wrapper {
  position: relative;
  overflow: hidden;
}

.team_members {
  height: 100%;
  width: 9999px;
  position: relative;
}

.team_item {
  float: left;
  width: 275px;
  margin-right: 25px;
  position: relative;
}

.team_image {
  margin-bottom: 5px;
}

.team_content {
  background-color: #231f20;
  opacity: .8;
  padding: 30px 0 0;
}

.team_content .content {
  width: 250px;
  padding: 0 0 0 25px;
}

.team_content h2 {
  text-align: left;
}

.team_item a {
  color: #00a1e4;
}

.right_content {
  position: relative;
  overflow: hidden;
  width: 675px;
  margin-left: 25px;
}

.right_inner_content {
  width: 625px;
  padding: 0 25px;
  padding-bottom: 50px;
        position: relative;
}

.right_content .close_link {
  margin-bottom: 60px;
}

.right_content .intro {
  margin-bottom: 50px;
  float: left;
}

.right_content .intro_image {
  width: 275px;
  height: 250px;
  margin-right: 25px;
  float: left;
}

.right_content .intro_text {
  width: 310px;
  float: left;
}

.sub_nav {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  clear: both;
}

.sub_nav a {
  font-size: 70px;
  line-height: 65px;
}

.content_nav {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  clear: both;
}

.content_nav a {
  font-size: 32px;
  line-height: 30px;
}

.map_wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

#map_canvas {
  width: 100%;
  height: 100%;
  z-index: 0;
}

.background {
  background-color: #231F20;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  opacity: .9;
}

.active
{
  position: relative;
}

.contact_info {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin: -10px 0 0 5px;
}

.contact_info li{
  background-repeat: no-repeat;
  padding-left: 35px;
  margin-top: 20px;
  min-height: 25px;
}

.contact_info .location {
  background-image: url(../../images/location_icon.png);
  background-position: 3px 0;
}
.contact_info .phone {
  background-image: url(../../images/phone_icon.png);
  background-position: 0 0;
}
.contact_info .email {
  background-image: url(../../images/email_icon.png);
  background-position: 0 0;
}
.contact_info .facebook {
  background-image: url(../../images/facebook_icon.png);
  background-position: 5px 0;
}
.contact_info .twitter {
  background-image: url(../../images/twitter_icon.png);
  background-position: 0 0;
}
.contact_info .public_transport {
  background-image: url(../../images/public_transport_icon.png);
  background-position: 0 0;
}

.scroll_right {
  margin-right: 50px;
  margin-top: 15px;
  float:right;
  line-height: 0;
  font-size: 0;
  color: transparent;
  width: 41px;
  height: 76px;
  cursor: pointer;
  background-image: url(../../images/scroll_right.png);
}

.scroll_left {
  margin-right: 50px;
  margin-top: 15px;
  float: right;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
  color: transparent;
  width: 41px;
  height: 76px;
  cursor: pointer;
  background-image: url(../../images/scroll_left.png);
}

.gallery_scroll_left {
  visibility: hidden;
  line-height: 0;
  font-size: 0;
  color: transparent;
  width: 41px;
  height: 76px;
  cursor: pointer;
  background-image: url(../../images/scroll_left.png);
  position: absolute;
  top: 50%;
}

.gallery_scroll_right {
  line-height: 0;
  font-size: 0;
  color: transparent;
  width: 41px;
  height: 76px;
  cursor: pointer;
  background-image: url(../../images/scroll_right.png);
  position: absolute;
  top: 50%;
  right: 50px;
}

.blog h2 {
  text-align: left;
}

.blog_caption {
  color: #00a1e4;
}

.blog_item {
  position: relative;
  width: 100%;
}

.intro_text p {
   margin: 0;
}

.mobile-hidden {
  display: block;
}

.desktop-hidden {
  display: none;
}
/* Stylesheet: bts_styles Modified On 2016-11-04 17:00:07 */
