@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1119px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1119px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1119px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1119px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1120px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1120px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1120px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1120px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1119px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1120px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * Henne Digital Theme
 * by http://www.creating-web.com
 *
 * Main Layout File
 */
/* Main Styles
-------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  color: #666666;
  margin-bottom: 0px;
  font-family: 'alwyn-new-web';
  position: relative;
  -webkit-text-size-adjust: none;
  height: 100%;
}
body .website-wrapper {
  height: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
.clear {
  clear: both;
}
.pageWrapper {
  display: block;
  position: relative;
  margin: 0px auto;
  /*width: 998px;*/
}
a {
  color: #ea5b2e;
}
img,
a img {
  border: none;
}
.separator {
  display: block;
  height: 30px;
  background: url(../images/trenner.png) no-repeat center center;
}
/* Header Styles
-------------------------------------------- */
#pageHeaderWrapper {
  position: relative;
  display: block;
  height: 84px;
}
body.HomePage #pageHeaderWrapper2 {
  position: fixed;
  z-index: 800;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 82px;
  border-top: 2px solid #ea5b2e;
  background-color: #FFFFFF;
  transition: all 0.5s;
}
#pageHeaderWrapper2 {
  position: fixed;
  z-index: 800;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 82px;
  border-top: 2px solid #ea5b2e;
  background-color: #FFFFFF;
  transition: all 0.5s;
}
body.HomePage .fadeBackground {
  position: fixed;
  z-index: 700;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 217px;
  border-top: 2px solid #ea5b2e;
  background: url(../images/gradientNavi.png) repeat;
  background-color: transparent;
  transition: all 0.5s;
}
#pageHeader {
  display: block;
  position: relative;
  margin: 0px auto;
  background-color: #FFFFFF;
}
#logo {
  margin-top: 12px;
}
#logo a {
  display: block;
  background-image: url('../images/logo.png');
  width: 207px;
  height: 58px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #logo a {
    background-image: url("../images/logo@2x.png");
    background-size: 207px 58px;
  }
}
#followUs {
  margin-top: 10px;
  float: right;
  color: #ea5b2e;
  width: auto;
}
#followUs a.followUs {
  font-size: 20px;
  color: #ea5b2e;
  float: left;
  margin-right: 10px;
  padding-right: 30px;
  font-family: "a_hundred_milesregular";
  background: url(../images/pfeil.png) no-repeat right center;
  text-decoration: none;
}
#followUs #orangeArrow {
  display: block;
  float: left;
  width: 23px;
  height: 14px;
  margin-top: 8px;
  margin-right: 10px;
  background: url(../images/pfeil.png) no-repeat center center;
}
#followUs #socialMedia {
  display: block;
  float: right;
  margin-top: 5px;
  white-space: nowrap;
  height: 35px;
  overflow: hidden;
}
#followUs .socialMediaLeft {
  display: block;
  float: left;
  width: 12px;
  height: 35px;
  background: url(../images/socialmedia_left.png) no-repeat top left;
}
#followUs .socialMediaMiddle {
  display: block;
  float: left;
  height: 35px;
  min-width: 15px;
  background: url(../images/socialmedia_middle.png) repeat-x top left;
  overflow: hidden;
  width: 15px;
}
#followUs .socialMediaRight {
  display: block;
  float: left;
  width: 12px;
  height: 35px;
  background: url(../images/socialmedia_right.png) no-repeat top right;
}
#followUs .showMore {
  display: block;
  position: absolute;
  float: left;
  width: 15px;
  height: 17px;
  background: url(../images/punkte.png) no-repeat center center;
}
#followUs .more {
  display: none;
  float: left;
  font-size: 10px;
  margin-top: 2px;
  overflow: hidden;
  height: 14px;
  width: 0px;
}
#followUs .more a {
  font-size: 10px;
  padding: 2px 5px 2px 5px;
  color: #999999;
  text-decoration: none;
  text-transform: uppercase;
}
#followUs #socialMediaLinks {
  width: 0px;
  position: relative;
  overflow: hidden;
  float: left;
}
#followUs .more #socialMediaLinksBlock {
  display: block;
  width: 272px;
  margin-top: 1px;
}
#followUs #socialMediaLinksBlock a.facebook:hover {
  color: #3A5998;
}
#followUs #socialMediaLinksBlock a.twitter:hover {
  color: #00ABF1;
}
#followUs #socialMediaLinksBlock a.gplus:hover {
  color: #E74312;
}
#followUs #socialMediaLinksBlock a.aboutme:hover {
  color: #565655;
}
#pageNav {
  display: block;
  margin-top: 54px;
  overflow: hidden;
}
#pageNav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#pageNav ul li {
  display: block;
  float: left;
  margin-left: 45px;
}
#pageNav ul li.first {
  display: block;
  float: left;
  margin-left: 0px;
}
#pageNav ul li a {
  display: block;
  padding: 2px 0px 2px 0px;
  font-family: 'alwyn-new-web';
  font-size: 14px;
  color: #999999;
  text-decoration: none;
  text-transform: uppercase;
}
#pageNav ul li a.current,
#pageNav ul li a.section,
#pageNav ul li a:hover {
  color: #ea5b2e;
}
/* Page Content Styles
-------------------------------------------- */
#pageContent {
  display: block;
  position: relative;
}
#pageContentGradient {
  position: fixed;
  top: 84px;
  width: 100%;
  height: 39px;
  background: url(../images/shadow_white.png) repeat-x top left;
  z-index: 10000;
}
#pageContentNormal {
  display: block;
  position: relative;
  padding-bottom: 60px;
  z-index: 100;
}
#contentHead {
  display: block;
  margin-bottom: 20px;
}
#content {
  display: block;
  margin-top: 30px;
}
#mobile-button-wrapper {
  padding: 20px 0 0 0;
}
#mobile-button-wrapper #mobile-button {
  width: 30px;
  cursor: pointer;
  margin-bottom: 5px;
}
#mobile-button-wrapper #mobile-button .icon-bar {
  background-color: #ea5b2e;
  width: 30px;
  height: 5px;
  display: block;
  margin-bottom: 5px;
}
#mobile-button-wrapper #mobile-button:hover .icon-bar {
  background-color: #ea5b2e;
}
.mm-menu {
  background: none repeat scroll 0 0 #fff;
  color: #777777;
}
.mm-menu .mm-list {
  font-size: 18px;
}
.mm-menu .mm-list li a.mm-subopen:after,
.mm-menu .mm-list li a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-list li a.mm-subclose {
  color: rgba(234, 91, 46, 0.7);
  background: none repeat scroll 0 0 #eeeeee;
}
.mm-menu .mm-list li a.current,
.mm-menu .mm-list li a.mm-subclose,
.mm-menu .mm-list li a:hover {
  color: #ea5b2e;
}
.mm-menu .mm-list li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list li.mm-selected > span {
  background: none repeat scroll 0 0 #eeeeee;
}
.mm-menu .mm-list li.mm-selected a.mm-subopen:after,
.mm-menu .mm-list li a.mm-subclose:before {
  border-color: rgba(234, 91, 46, 0.7);
}
.mm-menu .mm-list li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  margin-left: 0;
}
#headerImage {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
#headerImage #imageHead {
  display: block;
  height: 10px;
}
#headerImage #imageMain {
  display: block;
  text-align: center;
}
#headerImage #imageMain img {
  display: block;
  max-width: 100%;
}
#headerImage #imageMain img,
#headerImage #imageMain #map {
  -webkit-box-shadow: 0px 1px 10px 3px rgba(204, 204, 204, 0.81);
  -moz-box-shadow: 0px 1px 10px 3px rgba(204, 204, 204, 0.81);
  box-shadow: 0px 1px 10px 3px rgba(204, 204, 204, 0.81);
  border: 5px solid #fff;
}
#headerImage #imageFoot {
  display: block;
  height: 10px;
}
#headerImage #map {
  display: block;
  height: 300px;
  margin: 0px auto;
}
#headerImage #map img {
  max-width: none;
  box-shadow: none;
}
a#showExtendedContent {
  display: block;
  color: #EA5B2E;
  font-size: 16px;
  padding: 10px 0px 10px 0px;
}
#moreContent {
  display: none;
}
#leftSidebar {
  display: block;
  max-width: 196px;
  text-align: right;
  margin-top: 31px;
}
ul#subNav {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul#subNav li {
  display: block;
  text-align: right;
  padding: 0px;
}
ul#subNav li a {
  display: block;
  text-align: right;
  font-size: 15px;
  padding: 6px 0px 6px 0px;
  color: #999999;
  text-decoration: none;
  font-weight: normal;
  line-height: 16px;
}
ul#subNav li a:hover,
ul#subNav li a.current,
ul#subNav li a.section {
  color: #ea5b2e;
}
ul#subNav li ul.subSubNav {
  display: none;
  margin: 0px 0px 10px 0px;
}
ul#subNav li.current ul.subSubNav,
ul#subNav li.section ul.subSubNav {
  display: block;
}
ul#subNav li ul.subSubNav li {
  margin: 0px;
}
ul#subNav li ul.subSubNav li a {
  font-size: 13px;
  padding: 3px 0px 3px 0px;
  color: #999999;
}
ul#subNav li ul.subSubNav li a:hover,
ul#subNav li ul.subSubNav li a.current,
ul#subNav li ul.subSubNav li a.section {
  color: #ea5b2e;
}
.socialMediaButtons {
  display: block;
  float: left;
  margin-top: 10px;
}
.socialMediaButtons.marginLeft {
  margin-left: 50px;
  margin-top: 2px;
}
.socialMediaButtons a {
  display: block;
  float: left;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.socialMediaButtons a.facebook {
  background: url(../images/social-media-icons-sprite.png) no-repeat 0px 0px;
}
.socialMediaButtons a.facebook:hover {
  background: url(../images/social-media-icons-sprite.png) no-repeat 0px -22px;
}
.socialMediaButtons a.twitter {
  background: url(../images/social-media-icons-sprite.png) no-repeat -22px 0px;
}
.socialMediaButtons a.twitter:hover {
  background: url(../images/social-media-icons-sprite.png) no-repeat -22px -22px;
}
.socialMediaButtons a.gplus {
  background: url(../images/social-media-icons-sprite.png) no-repeat -44px 0px;
}
.socialMediaButtons a.gplus:hover {
  background: url(../images/social-media-icons-sprite.png) no-repeat -44px -22px;
}
.socialMediaButtons a.xing {
  background: url(../images/social-media-icons-sprite.png) no-repeat -66px 0px;
}
.socialMediaButtons a.xing:hover {
  background: url(../images/social-media-icons-sprite.png) no-repeat -66px -22px;
}
.socialMediaButtons a.in {
  background: url(../images/social-media-icons-sprite.png) no-repeat -88px 0px;
}
.socialMediaButtons a.in:hover {
  background: url(../images/social-media-icons-sprite.png) no-repeat -88px -22px;
}
#searchResultBlock {
  display: block;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 20px;
}
.socialMediaLikeButtons {
  display: block;
  margin-top: 10px;
}
.socialMediaLikeButtonsHome {
  display: block;
  margin-top: 30px;
  text-align: center;
}
.socialMediaLikeButtonsHome .socialMediaButtons {
  float: none;
  display: block;
  width: inherit;
}
.socialMediaLikeButtonsHome .socialMediaButtons a {
  display: inline-block;
  float: none;
}
/* Page Footer Styles
-------------------------------------------- */
#pageFooterWrapper {
  display: block;
  position: relative;
  z-index: 1000;
  background-color: #FFFFFF;
  padding-bottom: 100px;
  overflow: hidden;
}
#pageFooterHeadWrapper,
.pageFooterHeadWrapper,
.pageFooterHead .title {
  font-family: "a_hundred_milesregular";
  font-size: 35px;
  color: #FFFFFF;
  background-color: #ea5b2e;
  padding-top: 3px 0px 3px 0px;
  min-height: 50px;
}
#pageFooterHead,
.pageFooterHead {
  display: block;
  margin: 0px auto;
}
#pageFooterMainWrapper,
.pageFooterMainWrapper {
  position: relative;
  display: block;
  margin-top: 1px;
  background: url(../images/footer-shadow.png) no-repeat top center;
}
#pageFooterMain,
.pageFooterMain {
  display: block;
  margin: 0px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  color: #4d4d4d;
  line-height: 27px;
}
#pageFooterMain .phone,
.pageFooterMain .phone {
  font-size: 33px;
  font-family: "a_hundred_milesregular";
  color: #ea5b2e;
}
#pageFooterMain .field1,
.pageFooterMain .field1,
#pageFooterMain .field2,
.pageFooterMain .field2,
#pageFooterMain .field3,
.pageFooterMain .field3 {
  margin-bottom: 30px;
}
#pageFooterMain ul,
.pageFooterMain ul {
  display: block;
  float: left;
  margin: 0 30px 0 0;
  padding: 0px;
  list-style: none;
}
#pageFooterMain ul li,
.pageFooterMain ul li {
  display: block;
}
#pageFooterMain ul li a,
.pageFooterMain ul li a {
  display: block;
  color: #4d4d4d;
  text-decoration: none;
  text-transform: uppercase;
}
a#gotoTop {
  position: fixed;
  display: none;
  height: 29px;
  line-height: 29px;
  right: 20px;
  bottom: 20px;
  background: url(../images/nachoben_button.png) no-repeat -7px -35px;
  padding-left: 34px;
  font-size: 28px;
  font-family: "a_hundred_milesregular";
  color: #ea5b2e;
  z-index: 10000;
  text-decoration: none;
}
a#gotoTop:hover {
  background-position: -7px -35px;
}
/* HomePage Styles
-------------------------------------------- */
.HomePage #pageHeaderWrapper {
  z-index: 0;
  overflow: hidden;
  height: 100%;
  min-height: 600px;
}
.HomePage.mobile #pageHeaderWrapper {
  background: url('../images/video-bg.jpg') no-repeat center top;
  background-size: 1905px 100%;
}
.HomePage #pageHeaderWrapper video {
  position: fixed;
  min-height: 101%;
  min-width: 100%;
}
#homePageTeaser {
  position: fixed;
  background-position: center center;
  display: none;
}
#pageHeaderWrapper .videoOverlayWrapper {
  max-width: 385px;
  max-height: 585px;
  margin: 0 auto 0 auto;
  width: 100%;
}
#pageHeaderWrapper .videoOverlayWrapper img {
  position: absolute;
  top: 30%;
  max-width: 100%;
}
.mobile #homePageTeaser {
  position: relative;
  top: 0;
}
#homePageTeaser .content {
  display: block;
  position: relative;
  max-width: 998px;
  width: 100%;
  height: 887px;
  margin: 0px auto;
}
#homePageTeaser #textBlock {
  position: absolute;
  display: block;
  text-align: center;
  font-family: 'alwyn-new-web';
}
#homePageTeaser #textBlock h1 {
  font-size: 32px;
  color: #666666;
  margin-bottom: 5px;
  font-family: 'alwyn-new-web';
  display: block !important;
  float: none;
  line-height: 36px;
}
#homePageTeaser #textBlock a.link {
  display: block;
  margin-top: 8px;
}
#homePageContent {
  position: relative;
  z-index: 750;
  background-color: #FFFFFF;
}
#homePageContent #shadow {
  display: block;
  position: absolute;
  width: 100%;
  height: 42px;
  background: url(../images/shadow.png) repeat-x top left;
  z-index: 100;
}
#homePageTeaser2 {
  position: relative;
  display: block;
  background: url(../images/background.png) repeat top left;
  padding-top: 40px;
  color: #FFFFFF;
  text-align: center;
  z-index: 50;
}
#homePageTeaser2 h3 {
  font-size: 42px;
  line-height: 37px;
  color: #FFFFFF;
  font-family: "a_hundred_milesregular";
  margin-bottom: 14px;
}
#homePageTeaser2 .white-text {
  font-family: "alwyn-new-web-n3", "alwyn-new-web", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
}
#homePageTeaser2 .hashTags {
  margin-top: 10px;
  font-size: 17px;
}
#homePageTeaser2 #communicationsGraphic {
  display: block;
  position: relative;
  margin: 40px auto 25px  auto;
}
#homePageTeaser2 .line1 {
  font-size: 24px;
  color: #FFFFFF;
}
#homePageTeaser2 .line2 {
  font-size: 16px;
  color: #ea5b2e;
}
#homePageTeaser2 #communicationsGraphic .block {
  height: 91px;
  background: #ea5b2e;
  padding-top: 35px;
  margin-bottom: 30px;
}
#homePageTeaser2 #communicationsGraphic .block .teaser {
  display: block;
  text-align: center;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-decoration: none;
}
#homePageTeaser2 #communicationsGraphic div.last {
  margin-right: 0;
}
#homePageTeaser2 #communicationsGraphic div .details {
  display: none;
  text-align: initial;
  padding: 5px 0 0 10px;
  opacity: 0;
}
#homePageTeaser2 #communicationsGraphic div .details h5 {
  text-align: left;
  color: #000000;
  font-weight: initial;
  font-size: 14px;
  text-transform: uppercase;
}
#homePageTeaser2 #communicationsGraphic div .details p {
  color: #000000;
  font-size: 13px;
  margin-bottom: 5px;
}
#homePageTeaser2 #communicationsGraphic div .details span {
  color: #000000;
  font-size: 13px;
  margin-bottom: 5px;
}
#homePageTeaser2 #communicationsGraphic div .details img {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  opacity: 1;
}
#homePageTeaser2 #communicationsGraphic .teaserBlocks {
  position: relative;
  max-width: 342px;
  width: 100%;
  display: inline-block;
}
#homePageTeaser2 #communicationsGraphic .teaserBlocks .block .show {
  display: block;
  color: white;
  position: absolute;
  top: 0;
  opacity: 1;
  left: 15px;
  height: 212px;
  padding-right: 10px;
  max-width: 312px;
  width: 100%;
  background: #FFFFFF;
  margin-bottom: 0;
  z-index: 300;
  overflow: auto;
}
#homePageTeaser2 #communicationsGraphic .teaserBlocks.second-md .block .show {
  bottom: 30px;
  top: auto;
}
#homePageTeaser3 {
  position: relative;
  display: block;
  border-top: 1px solid #FFFFFF;
  padding-top: 80px;
  padding-bottom: 80px;
}
#homePageTeaser3 #light-shadow {
  background: url(../images/shadow_white.png) repeat-x top left;
  position: absolute;
  width: 100%;
  display: block;
  height: 60px;
}
#homePageTeaser3 .content {
  display: block;
  margin: 0px auto;
}
#homePageTeaser3 #image {
  display: block;
  margin: 0px auto;
}
#homePageTeaser3 #imageHead {
  display: block;
  height: 47px;
  background: url(../images/image-background_top.png) no-repeat center bottom;
}
#homePageTeaser3 #imageMain {
  display: block;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
#homePageTeaser3 #imageMain a {
  margin: 0px auto;
  display: block;
}
#homePageTeaser3 #imageMain img {
  max-width: 100%;
  display: block;
  margin: 0px auto;
  border: 10px solid #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 1px 72px 16px rgba(204, 204, 204, 0.81);
  -moz-box-shadow: 0px 1px 72px 16px rgba(204, 204, 204, 0.81);
  box-shadow: 0px 1px 72px 16px rgba(204, 204, 204, 0.81);
}
#homePageTeaser3 #imageFoot {
  display: block;
  width: 734px;
  height: 47px;
  background: url(../images/image-background_bottom.png) no-repeat center top;
}
#homePageTeaser3 #digitalText {
  display: block;
  margin: 0px auto;
  font-size: 16px;
  font-family: "alwyn-new-web-n3", "alwyn-new-web", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #565655;
  text-align: center;
  margin-bottom: 30px;
}
#blog {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
#blog h4 {
  margin-bottom: 10px;
}
#pageContentNormal #blog,
#pageContentNormal #blog h4 {
  text-align: left;
}
#blog #blogSecondHeadline {
  display: block;
  font-size: 18px;
  font-family: "alwyn-new-web", sans-serif;
  color: #4d4d4d;
  margin-bottom: 10px;
}
#blog #blogText {
  color: #565655;
  font-size: 16px;
  font-family: "alwyn-new-web", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}
#contentBlog {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
}
#contentBlog h4 {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: left;
}
#contentBlog #blogSecondHeadline {
  display: block;
  font-size: 17px;
  font-family: "alwyn-new-web", sans-serif;
  color: #4d4d4d;
  margin-bottom: 10px;
}
#contentBlog #blogText {
  color: #565655;
  font-size: 14px;
  font-family: "alwyn-new-web", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}
/* Portfolio Styles
-------------------------------------------- */
#pagePortfolio {
  display: block;
  margin: 20px 0px 20px 0px;
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 20px;
}
#pagePortfolio .row {
  text-align: center;
}
#pagePortfolio .portfolioField-wrapper {
  max-width: 228px;
  width: 100%;
  display: inline-block;
}
#pagePortfolio2 {
  display: block;
  margin: 0px 0px 20px 0px;
}
#pagePortfolio .portfolioField {
  display: block;
  position: relative;
  height: 158px;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #D4D4D4;
  overflow: hidden;
}
#pagePortfolio .portfolioField img,
#pagePortfolio .portfolioField a.overlayLink {
  position: absolute;
  width: 100%;
  height: 158px;
  top: 0;
  left: 0;
}
#pagePortfolio2 .portfolioField {
  display: inline-block;
  margin-right: 11px;
  margin-bottom: 7px;
  border: 1px solid #D4D4D4;
  overflow: hidden;
  text-align: left;
}
#pagePortfolio2 .portfolioField img {
  width: 77px;
  height: 77px;
}
#pagePortfolio .portfolioField img {
  z-index: 50;
}
#pagePortfolio .portfolioField .overlay {
  width: 100%;
  height: auto;
  z-index: 75;
  color: #FFFFFF;
  display: block;
  position: absolute;
  background: url(../images/black-trans.png) repeat top left;
  padding: 7px;
}
#pagePortfolio .portfolioField .overlay .title {
  display: block;
  text-align: left;
  padding: 4px 4px 0px 6px;
  line-height: 16px;
  font-size: 14px;
}
#pagePortfolio .portfolioField .overlay a.link {
  display: block;
  text-align: left;
  padding: 4px 0px 6px 6px;
  font-size: 12px;
  line-height: 14px;
}
#pagePortfolio .portfolioField a.overlayLink {
  z-index: 100;
  background: url(../images/trans.png) repeat top left;
}
.HashTagPage #pageHeaderWrapper .videoOverlayWrapper img {
  display: none;
}
.HashTagPage #big-video-wrap {
  display: none;
}
.HashTagPage #pageContent {
  padding-top: 20px;
  background: #FFFFFF;
}
@media (max-width: 991px) {
  body.HomePage #pageHeaderWrapper2 {
    position: relative;
    height: auto;
    height: 25%;
    min-height: auto;
  }
  #pageHeaderWrapper .videoOverlayWrapper img {
    top: 13%;
  }
  .HomePage #pageHeaderWrapper {
    height: 75%;
  }
  .HomePage #pageHeaderWrapper video {
    position: relative;
  }
  #pageHeaderWrapper2 {
    position: relative;
    height: auto;
  }
  #pageHeaderWrapper {
    height: auto;
  }
  #logo {
    text-align: center;
    margin-top: 0;
  }
  #logo a {
    display: inline-block;
  }
  #homePageTeaser2 #communicationsGraphic {
    margin: 100px auto 20px  auto;
  }
  #homePageTeaser2 #communicationsGraphic .teaserBlocks.first-sm .block .show {
    bottom: auto;
    top: 0;
  }
  #homePageTeaser2 #communicationsGraphic .teaserBlocks.second-sm .block .show {
    bottom: 30px;
    top: auto;
  }
}
@media (max-width: 767px) {
  #contentHead .socialMediaButtons {
    float: right;
  }
  .socialMediaButtons.marginLeft {
    margin-left: 0;
  }
  #pagePortfolio2 {
    text-align: center;
  }
  #homePageTeaser2 #communicationsGraphic .teaserBlocks.first-xs .block .show {
    bottom: auto;
    top: 0;
  }
  #homePageTeaser2 #communicationsGraphic .teaserBlocks.second-xs .block .show {
    bottom: 30px;
    top: auto;
  }
}
