/*******************************************************************
 * Hebu Music                            *
 *-----------------------------------------------------------------*
 * 02.03.2016 | Michael Hack Software | www.michaelhacksoftware.de *
 *******************************************************************/

@import "pages.css";
@import "player.css";

/* === Allgemein === */
hr { margin:  5px 0 15px 0; border-width: 2px; }
hr.thin { margin: 15px 0 15px 0; border-width: 1px; }

h1 { font-size: 22px; font-weight: bold; margin: 0 0 15px 0 !important; }
h2 { font-size: 22px; margin: 15px 0 0 0 !important; }
h3 { font-size: 20px; margin: 0 0 10px 0 !important; }
h4 { font-size: 20px; font-weight: bold; margin: 0 0 10px 0 !important; }
h5 { font-size: 20px; margin: 15px 0 0 0 !important; }

h1 > .subtitle {
  display: block;
  color: #777777;
  font-size: 20px;
  font-weight: normal;
}

h4 > small {
  display: block;
  font-size: 18px;
}

h2.no-margin { margin: 0 !important; }

body {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body.waiting * {
  cursor: progress;
}

.margin-top { margin-top: 15px !important; }
.margin-bottom { margin-bottom: 15px !important; }
.margin-row { margin-top: 40px !important; }

.tab-padding { padding: 15px; }

.lh-24 { line-height: 24px; }
.lh-36 { line-height: 36px; }
.lh-48 { line-height: 48px; }

.upper { text-transform: uppercase; }

/* === Headline Menu === */
#headline { background-color: #ABABAB; margin-bottom: 0; }
#headline .icon > a { padding: 9px 20px; }
#headline .open > a { background-color: inherit !important; }
#headline li { border-left:  1px solid #FFFFFF; }
#headline li:last-child { border-right: 1px solid #FFFFFF; }
#headline .open > a { color: #FFFFFF !important; }
#headline .dropdown-menu a { color: #606060 !important; }
#headline .shop-kind a { color: #606060 !important; }
#headline .shop-kind .active a { color: #FFFFFF !important; }
#headline .container { padding: 0; }
#headline .navbar-nav { margin:  0; }
#headline .navbar-collapse { padding: 0; }

#headline .navbar-brand {
  padding: 5px;
  margin-left: 0 !important;
}

.navbar-nav > li {
  float: left !important;  
}
.navbar-header, .navbar-left {
  margin: 0 !important;
  float: left !important;
}
.navbar-right {
  float: right !important;
}
.navbar-toggle {
  margin-left: 10px;
  background-color: #EEEEEE;
  padding: 0 !important;
  border: none !important;
}
.navbar-toggle-menu {
  float: left;
  margin-left: 25px;
}
.navbar-toggle-player {
  float: right;
  margin-right: 25px;
  padding: 0;
  border: none;
}

#headline form {
  padding: 9px 20px 9px 5px;
  margin: 0;
}
#headline input {
  height: 32px;
  border: #EEEEEE 1px solid;
  padding: 5px 10px;
}
#headline a {
  color: #FFFFFF !important;
  padding: 15px 20px;
}
#headline.affix-top .affix-show {
  display: none;
}
#headline.affix .affix-hide {
  display: none;
}
#headline .icon a:hover {
  background-color: #ABABAB !important;
}

.icon-bar { width: 16px !important; }

/* === Kopfzeile === */
header {
  margin-top: 50px;
  padding-bottom: 20px;
}

/* === Suchzeile === */
.search {
  width: 100%;
  padding: 10px 0;
}
.search input {
  width: 100%;
  height: 32px;
  border: 1px solid #ABABAB;
  padding: 0 10px;
}
.form-inline .input-group-btn {
  width: 31px !important; /* TODO - FIX überprüfen */
}
.search .btn {
  padding: 0;
  border: none;
}

.search-head img { margin-left: 5px; }

/* === Menü === */
.menu {
  width: 80%;
}
.dropdown-menu {
  min-width: 600px !important;
}
.dropdown-menu li.category {
  width: 50%;
  float: left;
}
.dropdown-menu li.divider {
  clear: both;
}
.btn-menu, .btn-menu-light {
  color: #FFFFFF;
  margin: 0 0 7px 0;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.btn-menu:hover, .btn-menu-light:hover {
  background-color: #606060 !important;
}
.btn-menu:hover:after, .btn-menu-light:hover:after {
  background-image: url("../img/menu/btn_grey.png") !important;
}
.btn-menu:after, .btn-menu-light:after {
  content: "";
  position: absolute;
  right: -4px;
  height: 100%;
  width: 4px;
  top: 0;
  background-size: contain;
}

#headline .category a {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 992px) {
  .menu { width: 100%; }
  .btn-menu, .btn-menu-light { left: -6px; }
}

/* === Container === */
.white-background { background-color: rgba(255, 255, 255, 0.9); }

.gloss {
  font-size: 12px;
}

.img-center {
  margin: 0 auto 10px auto;
}

.icon-18 { padding-left: 5px; height: 18px; vertical-align: bottom; }
.icon-24 { margin: 0 5px 0 0; height: 24px; vertical-align: bottom; }
.icon-36 { height: 36px; vertical-align: bottom; }

/* === Logo === */
@media screen and (max-width: 768px) {
  .logo {
    width: 240px;
    position: relative;
    left: 50%;
    margin-left: -120px;
    margin-bottom: 15px;
  }
}

/* === Pfeile === */
.caret-left, .caret-right, .caret-up, .caret-down {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  background-size: 60px 15px;
}

.caret-right { background-position: -15px; }
.caret-up { background-position: -30px; }
.caret-down { background-position: -45px; }

.caret-left-big, .caret-right-big, .caret-up-big, .caret-down-big {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 30px;
  height: 30px;
  background-size: 120px 30px;
}

.caret-right-big { background-position: -30px; }
.caret-up-big { background-position: -60px; }
.caret-down-big { background-position: -90px; }

/* === Lieferzustände === */
.state_available { color: #01C000; }
.state_order { color: #FF7D00; }
.state_unavailable { color: #FF0000; }

/* === Warenkorb === */
#cart {
  position: relative;
  display: inline-block;
}
#cart span {
  position: absolute;
  top: -4px;
  left: 9px;
  right: 9px;
  font-size: 14px;
  color: #808080;
  text-align: center;
}

/* === Breadcrumb === */
.breadcrump {
  font-size: 12px;
}

/* === Pagination === */
.pagination {
  float: right;
}

/* === Footer === */
footer {
  padding-top: 30px;
  padding-bottom: 15px;
}
footer .headline {
  font-size: 22px;
  margin: 10px 0 0 0;
}
footer .title {
  font-weight: bold;
  text-transform: uppercase;
}

.info { font-size: 10px; }

/* === Preise === */
.price_side_left > .wrap > .value {
  float: left;
  font-size: 24px;
  font-weight: bold;
  margin: 2px 10px 0 0;
}
.price_side_left > .wrap > .info {
  font-size: 14px;
}
.price_side_left > .discount {
  font-size: 12px;
  font-weight: normal;
  text-align: right;
  margin-bottom: 4px;
  color: #606060;
}

.price_side_right > .wrap > .value {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}
.price_side_right > .wrap > .info {
  float: right;
  font-size: 12px;
  line-height: 12px;
  margin-left: 5px;
}
.price_side_right > .discount {
  font-size: 12px;
  font-weight: normal;
  text-align: right;
  margin-bottom: 4px;
  color: #606060;
}
.price_among_right {
  text-align: right;
}
.price_among_right > .wrap > .value {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}
.price_among_right > .wrap > .info {
  font-size: 12px;
}
.price_among_right > .discount {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 4px;
  color: #606060;
}

/* === Layout Selektoren === */
.layout_grid, .layout_line {
  float: right;
  width: 27px;
  height: 18px;
  margin-top: 3px;
  margin-right: 5px;
}
.layout_grid .inner, .layout_line .inner {
  float: left;
  height: 7px;
  background-color: #7C7C7C;
  margin: 1px;
}

.layout_grid .inner { width: 7px; }
.layout_line .inner { width: 25px; }

#sort {
  display: inline;
  height: 25px;
  margin-right: 10px;
}

#headflow_slideshow {
  display: none;
}

.bg-white { background-color: #FFFFFF !important; }

/* === Benutzername === */
#my-hebu > #my-hebu-user  { display: none;  }
#my-hebu > #my-hebu-login { display: block; }
#my-hebu.logged_in > #my-hebu-user  { display: block; }
#my-hebu.logged_in > #my-hebu-login { display: none;  }

/* === Seitenbild === */
.img-text { text-align: center; }

@media (max-width: 767px) {
  .img-head { width: 200px; }
  .img-text { margin-bottom: 20px; }
}

/* === Spalten === */
@media (max-width: 767px) {
  .col-sm-margin { margin-bottom: 10px; }
}

/* === Ladebildschirm für iFrames === */
.embed-responsive {
  background: #404040; 
}

.embed-responsive > div {
  color: #FFFFFF;
  position: absolute;
  text-align: center;
  bottom: 45%;
  width: 100%;
  z-index: 1000;
}

.embed-responsive > div > a {
  color: #FFFFFF;
}

/* === Google Kundenrezensionen === */
.ratingbadge {
  position: fixed;
  right: 10px;
  bottom: 10px;
}

@media (max-width: 1550px) {
  .ratingbadge { display: none; }
}