/** 
 *  Vibes Audioforum CSS 2017
 *  
 *  blue            = #0B4580;
 *  dk blue         = #0B4580;
 *  grey (borders)  = #ccc;
 *
**/

@import url(https://fonts.googleapis.com/css?family=Oxygen:400,700);

@import url(https://fonts.googleapis.com/css?family=Francois+One);

body {
  font-family: Oxygen, Helvetica, Arial, Sans-Serif;
  font-size: 15px;
  font-weight: 400;
  background: #fff url('../img/bg-body.jpg') top center repeat-y;
  color: #000;
}

h1 {
  font-family: "Francois One";
  color: #0B4580;
} 

h2 {}

h3 {
  margin-top: 0;
}

a,
a:link,
a:visited {
  color: #ccc;
  transition: all linear .3s;
  outline: none;
}

a:hover,
a:active {
  color: #fff;
  text-decoration: none;
  outline: none;
}

label {
  font-weight: normal;
}

img {
  max-width: 100%;
}

/* Elements only shown in mobile views */
.visible-mobile {
  display: none;
}




/* Home btn "let's start" */  
.btn-lets-start {
  width: 50%;
  cursor: pointer;
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 25%;
  right: 25%;
  text-align: center;
}

.btn-lets-start img {
  width: 141px;
  height: 72px;
}

/* Handsign Uli */
.handsign-uli {
  margin-right: 20px;
  margin-top: 15px;
}



/* Navbar */
.navbar {
  margin-bottom: 0;
}
  
.navbar-wrapper,
.navbar-default {
  border: none;
}

.navbar-wrapper {
  width: 100%;
  max-height: 160px;
  position: absolute;
  z-index: 9999;
  /* background: #f0f0f0 url('../img/2017/bg-header.jpg') center top no-repeat; */
  /* background: #f0f0f0; */
}

.navbar-default,
.navbar-inverse {
  background: transparent;
}

.navbar-collapse {}

.navbar-toggle {
  top: 20px;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  border: none;
  background: none; 
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ddd;
}

.navbar-brand {
  margin-top: 0px;
  margin-left: 40px;
}

@media only screen and (min-width:769px) {
  .navbar-nav {
    width: 100%;
    margin-top: 85px;
    background: #0B4580;  
  }
}


.navbar-default .navbar-nav > li > a {
  color: #ddd;
  transition: all linear .3s;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
} 

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: transparent;
  text-shadow: 1px 1px 3px #000;
} 

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
  /* background: transparent url('../img/bg-transparent-blue.png'); */
  background: transparent;
}

.dropdown-menu,
.navbar-fixed-top,
.navbar-fixed-top .navbar-collapse {
  background: #0B4580;
}

.dropdown-menu {
  border-top: none;
  box-shadow: none;
}



/* On scroll styles only */
.navbar-fixed-top {
  height: 40px;
  border-radius: 0;
  background: #0B4580;
}

.navbar-fixed-top .navbar-nav {
  margin-top: auto;
  width: auto;
}

.navbar-fixed-top .site-logo {
  height: 30px;
  margin-top: -5px;
}

.navbar-fixed-top .navbar-right {
  padding-top: 5px;
  padding-right: 15px;
}

.navbar-fixed-top hr {
  display: none;
}

/* ---------------------- */

.dropdown-menu > li > a {
  color: #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover {
  color: #fff;
  background: transparent url('../img/bg-transparent-blue.png');
}

@media only screen and (min-width:1025px) {
  .navbar .facebook-link {
    margin-top: -2px;
  }
}


/* home banner */
.womo-sale-banner {
  width: 480px; 
  display: inline-block;
  position: absolute; 
  top: 100px; right: 20px; 
  z-index: 99;
  background: transparent;  
}

.womo-sale-banner img {}  

@media only screen and (max-width:768px) {
  .womo-sale-banner {
    width: 100%; 
    display: block;
    position: relative; 
    background: white;
    text-align: center;  
    padding: 5px 15px;
    margin-top: -60px;
  }
  
  .womo-sale-banner img {
    max-width: 100%;
  }  
}


/* Carousel slider */
.carousel {
  position: relative;
  margin-top: 0;
}

.carousel-caption {
  bottom: 40px;
}

.carousel-caption h1 {
  font-size: 4em;
  color: #0B4580;
  text-shadow: 1px 1px 1px #fff;
}

.carousel-caption h1 > span {
  display: inline-block;
  border-right: solid 2px #fff;
  background: transparent;
  width: 2px;
  margin-left: 12px;
  margin-right: 12px;
}

.carousel-caption h3 {
  font-size: 2.25em;
}

.carousel-control.left,
.carousel-control.right {
  background: none;
}

.carousel-control .arrow-left,
.carousel-control .arrow-right {
  position: absolute;
  top: 55%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .arrow-left {
  left: 0;
  margin-left: 0;
  transition: all linear .3s;
}

.carousel-control .arrow-left:hover {
  margin-left: 10px;
}

.carousel-control .icon-next,
.carousel-control .arrow-right {
  right: 0;
  margin-right: 0;
  transition: all linear .3s;
}

.carousel-control .arrow-right:hover {
  margin-right: 10px;
}



/* Home Teaser Layer */
.home-teaser-background-layer {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.7);
}

.home-teaser-layer {
  display: block;
  position: fixed;
  top: 20%;
  right: 25%;
  left: 25%;
  background: #fff;
  padding: 15px;
  box-shadow: 1px 1px 10px #B8DEF9;
}

@media only screen and (max-width:1024px) {
  .home-teaser-layer {
    top: 10%;
    right: 20px;
    left: 20px;
  }
}

.home-teaser-layer #close-home-teaser-layer {
  display: inline-block;
  background: #fff;
  position: absolute;
  z-index: 999;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  -moz-border-radius: 15px; 
  -webkit-border-radius: 10px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  top: 10px;
  right: 10px;
  box-shadow: 1px 1px 4px #B8DEF9; 
  cursor: pointer;
  transition: all linear .3s;
}

.home-teaser-layer #close-home-teaser-layer:hover {
  background: #ddd;
  box-shadow: none;   
}


/* Home content panels */
.home-panel {
  margin-top: 100px;
}

.home-panel .second-row {
  margin-top: 10px;
}


/* Home topics */
.home-panel .home-topic-right {
  height: 365px;
  margin-bottom: 20px;
}

.home-panel .topic-background {
  width: 100%;
  height: 100%;
}

.home-panel .topic-box,
.home-panel .topic-box-right {
  background: #0B4580;
  background: -moz-linear-gradient(top, #0B4580 0%, #0b4580 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0B4580 0%,#0b4580 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0B4580 0%,#0b4580 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0B4580', endColorstr='#0b4580',GradientType=0 );
  color: #fff;
  padding: 15px; 
  overflow: hidden; 
}

.home-panel .topic-box { 
  position: absolute;
  z-index: 10;
  left: 60px;
  right: 50%;
  bottom: 30px;
}

.home-panel .topic-box-right {
  height: 45px;
  position: absolute;
  z-index: 10;
  left: 15px;
  right: 15px;
  margin-top: 320px;
  padding: 2px 15px;
  text-align: right;
}

.home-panel .topic-box-right a {
  color: #ececec;
  transition: all linear .3s;
}

.home-panel .topic-box-right a:hover,
.home-panel .topic-box-right a:focus,
.home-panel .topic-box-right a:active {
  color: #fff;
  text-shadow: 1px 1px 6px #fff;
}

.home-panel .topic-box-right h4 {}


/* Content panels */
.content-panel {
  /* padding-top: 50px; */
}

.content-panel a,
.content-panel a:link,
.content-panel a:visited {
  color: #666;
  transition: all linear .3s;
}

.content-panel a:focus,
.content-panel a:hover,
.content-panel a:active {
  color: #000;
}

.grey-panel {
  background: #e0e0e0;
}

.content-panel-block,
.home-panel-block {
  padding: 60px 0;
}


/* Claim box */
.our-claim {
  background: #0B4580;
  background: -moz-linear-gradient(top, #0B4580 0%, #0b4580 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0B4580 0%,#0b4580 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0B4580 0%,#0b4580 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0B4580', endColorstr='#0b4580',GradientType=0 );
}

.our-claim h1 {
  margin-top: 100px;
  margin-left: 30px;
  margin-bottom: 20px;
  color: #fff;
}

.claim {
  color: #000;
}

.claim .claim-text {
  padding-top: 30px;
  padding-left: 45px;
}

.claim .claim-portrait {
  padding-top: 20px;
  text-align: center;
}


/* Documents */
.document-background-image {
  background: #f0f0f0;
  min-height: 160px;
}

@media only screen and (max-width: 768px) {
  
  .navbar-collapse {
    border: none;
  }
  
  .document-background-image {
    min-height: 50px;
  }
  
}


/* News and newslist */
.home-panel .news {
  margin-bottom: 50px;
}

.news-box-wrapper {
  margin-bottom: 80px;
}

.home-panel .news-box-wrapper .fb-page {
  width: 100%; 
  min-width: 360px;
}

.home-panel .news-box {
  border: none;
  padding: 0;
  min-height: 350px;
}

.home-panel .news-image-border {
  height: 220px;
  max-height: 220px;
  overflow: hidden;
  margin-bottom: .75em;
}

.home-panel .news .news-image {
  margin-bottom: 12px;
}

.newslist,
.newsarticle {
  padding-top: 30px;  
}

.newslink,
.newslink:link,
.newslink:visited {
  color: #666;
}

.newslist-item {
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.newslist-item h3 {
  margin-top: 14px;
}

.newslist-item .newslist-image {
  margin-top: 20px;
}

.newsarticle {
  border-bottom: solid 1px #ccc;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

@media only screen and (max-width:768px) {
  .news-box-header {
    margin-bottom: 2em;
    border-bottom: solid 1px #ddd;
    padding-bottom: 1em;
  }
  
  .home-panel .news {
    margin-bottom: 20px;
  }
  
  .home-panel .news-teaser {
    display: none;
  }
  
  .home-panel .news-box-wrapper {
    margin-bottom: 40px;
  }
  
  .home-panel .news-box-wrapper .fb-page {
    width: 100%; 
    max-width: 100%;
  }
  
  .home-panel .news-box {
    min-height: 150px;
    margin-bottom: 2em;
  }
}



/* Images galleries (blueimp) */
.gallery {
  padding: 60px 0;
}

.gallery .thumbnail {
  width: 23.5%;
  margin-right: 10px;
  margin-bottom: 20px;
  display: inline-block;
  background: #fff url('../img/bg-gallery-thumbnail.png') center center no-repeat;
  box-shadow: 1px 1px 2px #fff inset;
  transition: all linear .3s;
}

.gallery .thumbnail:hover {
  box-shadow: 1px 1px 2px #999 inset;
}

.gallery .thumbnail img {
  opacity: 1;
  transition: all linear .3s;
}

.gallery .thumbnail img:hover {
  opacity: .5;
}

.gallery .gallery-title {
  font-family: "Francois One";
}

.gallery .gallery-description {
  padding-bottom: 15px;
}


/* Gallery showroom (blueimp) */
.showroom {}

.showroom #links {
  padding-top: 30px;
}

/* DIV container wrapping <img/>*/
.showroom .showroom-thumbnail {
  width: 33%;
  max-width: 33.3333%;
  height: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  border: none;
  overflow: hidden;
}

@media only screen and (min-width:1025px) {
  .showroom .showroom-thumbnail img {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    transition: all linear .2s;
  }
  
  .showroom .showroom-thumbnail img:hover {
    position: relative;
    width: 110%;
    height: 110%;
    max-width: 110%;
    max-height: 110%;
    margin-top: -10px;
    margin-left: -10px;
  }
}

@media only screen and (max-width:768px) {
  .showroom .showroom-thumbnail {
    width: 50%;
    max-width: 50%;
    height: auto;
  }
}

@media only screen and (max-width:480px) {
  .showroom .showroom-thumbnail {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}






form #email-address {
  display: none;
}

form #inputMessage {
  height: 200px;
}


/* Google maps */
.google-maps {
  width: 100%;
  height: 500px;
  margin-top: 100px;
}





/* Vibes brands */
.vibes-brands {
  background: #ddd;
  color: #666;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 80px;
}

.vibes-brands img {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 12px;
  box-shadow: 1px 1px 5px #444;
  transition: all linear .3s;
  cursor: pointer;
}

.vibes-brands img:hover {
  box-shadow: 1px 1px 3px #fff;
}



/* Footer */
footer {
  background: #fff url() center 60px no-repeat;
  color: #fff;
  /* margin-top: 80px; */
}

footer .footer-background {
  background: rgba(11,69,128,.97); 
  /* background: transparent url('../img/bg-transparent-dkblue.png'); */
  margin-top: 300px;
  margin-right: -15px;
  margin-left: -15px;
}

footer h3 {
  border-bottom: solid 1px #fff;
  padding-top: 30px;
  padding-bottom: 20px;
}

footer p {
  font-size: .8em;
  line-height: 1.65em;
}

footer .crosslink-icon {
  margin-right: 12px;
  box-shadow: 1px 1px 5px #000;
  transition: all linear .3s;
  border-radius: 50%;
}

footer .crosslink-icon:hover {
  box-shadow: 1px 1px 5px #fff;
}

footer .copyright {
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: solid 1px #666;
  margin-top: 10px;
}

footer a,
footer a:link,
footer a:visited {
  color: #fff;
}

footer a:hover,
footer a:active {
  color: #ddd;
}



/* Tablet devices */
@media only screen and (max-width:768px) {

  .visible-mobile {
    display: block;
  }

  .navbar-wrapper {
    background: #0B4580;
    margin-left: 0;
    margin-right: 0;
    z-index: 9999;
  }
  
  .navbar-inverse {
    border: none;
  }
  
  .navbar-nav {
    height: 100%;
    background: #0B4580;
  }
  
  .navbar-toggle {
    top: 4px;
  }
  
  .navbar hr {
    display: none;
  }
  
  .navbar-nav > li > a,
  .dropdown-menu > li > a {
    display: block;
    text-align: center;
    color: #ddd;
  }
  
  .navbar-nav > .open > a, 
  .navbar-nav > .open > a:focus, 
  .navbar-nav > .open > a:hover {
    background: transaprent;
    border: none;
    border-radius: 0;
    color: #fff;
  }
  
  .navbar-right {
    padding-top: 0;
  }

  .navbar-brand {
    margin: 0 0;
  }
  
  .navbar-brand img {
    height: 60px;
    width: auto;
  }

  .carousel .item img {
    max-width: 200%;
    margin-left: -50%;  /* center background image !! */
  }
  
  .carousel-caption {
    bottom: 50px;
  }
  
  .carousel-caption h1 {
    font-size: 2.5em;
  }
  
  .carousel-caption h3 {
    font-size: 1.25em;
  }
  
  .document-background-image {    /* fix reduced size on mobiles !!! */
    visibility: hidden;
    height: 65px;
    overflow: hidden;
  }
  
  .content-panel {
    padding-top: 30px;  
  }
  
  .home-panel .topic-box { 
    position: absolute;
    z-index: 10;
    left: 30px;
    right: 30px;
    bottom: 30px;
  }
  
  .content-panel-block,
  .home-panel-block {
    padding: 20px 0 60px;
  }
  
  .gallery .thumbnail {
    width: 48%;
  }
  
  .showroom .showroom-thumbnail {
    width: 32.5%;
    max-width: 33.3%;
    height: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
    border: none;
    overflow: hidden;
  }
}



/* landingpage */
.landingpage {}

.landingpage .lp-header {
  text-align: center;
  padding: 15px 30px;
}

.landingpage .lp-topic {}

.landingpage .car-hifi-multimedia {}

.landingpage .reiseelektronik-multimedia {}

.landingpage .topic-image {
  margin-top: 
}

.landingpage .topic-header {
  background: #0B4580;
  text-align: center;
  color: #fff;
  position: fixed;
  z-index: 9999;
  width: 27.5%;
  padding: 50px 30px;
}

.landingpage .left-header {
  top: 0;
  left: 5%;
}

.landingpage .right-header {
  top: 0;
  right: 5%;
}

.landingpage .topic-header h2 {
  font-size: 2.75em;
}

.landingpage .topic-footer {
  background: #0B4580;
  color: #fff;
  text-align: center;
  position: fixed;
  z-index: 9999;
  width: 27.5%;
  padding: 50px 30px;
}

.landingpage .left-footer {
  bottom: 0;
  left: 5%;
}

.landingpage .right-footer {
  bottom: 0;
  right: 5%;
}

.landingpage .topic-header a {
  display: block;
  color: #fff;
  transition: all jump-start .3s;
} 

.landingpage .topic-header a:hover,
.landingpage .topic-footer a:hover {
  color: #f6f6f6;
  padding-top: 10px;
} 

.landingpage .topic-footer .service {
  display: block;
  margin-bottom: 1em;
}

.landingpage .topic-footer .forward-btn {
  display: inline-block;
  margin-top: 1em;
  background: #fff;
  color: #0B4580;
  padding: 15px;
  text-align: center;
  border: solid 1px #ececec;
  box-shadow: 0 0 8px rgba(0,0,0,.75);
  transition: all linear .3s;
} 

.landingpage .topic-footer .forward-btn:hover {
  box-shadow: 0 0 6px rgba(255,255,255,.9);  
}

@media (max-width:992px) 
{
  .landingpage .topic-header,
  .landingpage .topic-footer {
    width: 100%;
    position: relative;
  } 
  
  .landingpage .topic-header {
    padding: 20px 20px;
  }
  
  .landingpage .topic-footer {
    padding: 20px 20px;
  }
  
  .landingpage .left-header,
  .landingpage .right-header,
  .landingpage .left-footer,
  .landingpage .right-footer {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  
  .landingpage .left-footer {
    margin-bottom: 30px;
  }
  
  .landingpage .topic-header h2 {
    font-size: 1.75em;
    margin: 0;
  }
}

footer {
  color: #ccc;
  padding: 20px;
}

footer a,
footer a:link,
footer a:hover,
footer a:active,
footer a:visited {
  color: #999;
}


/* Newsflash Layer */
.newsflash {
  background: rgba(0,0,0,.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999998;
  display: none;
}

.newsflash .newsflash-switch {
  position: fixed;
  z-index: 999999;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #0E2D50;
  text-align: center;
  line-height: 35px;
  font-weight: bold;
  border: solid 3px #0E2D50;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  cursor: pointer;
}

.newsflash .newsflash-box {
  background: #fff;
  color: #333;
  padding: 15px;
  position: fixed;
  top: 10%;
  left: 15px;
  right: 15px;
  height: auto;
}


/* boxes */
.box {
  position: relative;
  min-height: 330px;
  background: #eee;
  padding: 50px 15px;
  margin-bottom: 30px;
}

@media only screen and (min-width:1025px) {
  .newsflash .newsflash-box {
    padding: 30px;
    position: fixed;
    top: 20%;
    left: 10%;
    right: 10%;
  }
  
  .box {
    padding: 50px 30px;
  }
}


/* Smartphone devices */
@media only screen and (max-width:480px) {
  
  .carousel .item img {
    max-width: 250%;
  }
  
  .gallery .thumbnail {
    width: 100%;
    display: block;
  }
  
  .showroom .showroom-thumbnail {
    width: 49%;
    max-width: 49.5%;
    height: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
    border: none;
    overflow: hidden;
  }
  
  footer .crosslink-icon {
    width: 28%;
    height: auto;
  }

}


/* iPad Retina (1024px @ 2x) styles */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation : portrait) { 

  .visible-mobile {
    display: block;
  }

  .navbar-collapse {
    margin-top: 22px;
  }
  
  .content-panel {
    /* padding-top: 50px;  */
  }
  
  .content-panel-block,
  .home-panel-block {
    padding: 60px 0;
  }

  .gallery .thumbnail {
    width: 31.5%;
  }  

}


/** 
 *  Show mobile menu style on iPad   
*/ 
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1200px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { 

  .navbar-header {
    float: none;
  }
  
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  
  .navbar-right{
    margin-right: 0;
  }
  
  .navbar-toggle {
    display: block;
  }
  
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  
  .navbar-fixed-top {
    top: 0;
    /* border-width: 0 0 1px; */
  }
  
  .navbar-collapse.collapse {
    display: none!important;
  }
  
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  
  .navbar-nav > ul {
    width:100%;
  }
  
  .navbar-nav > li {
    float: none;
  }
  
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ddd;
    background-color: transparent;
  }
  
  .collapse.in{
    display:block !important;
  }