/***************************************/
/* CSS:     BAVA-Shop Custom CSS       */
/* File:    shop/shopstyles_custom.css */
/* Autor:   Beat Stöckli               */
/* Version: 02.11.20                   */
/***************************************/ 
@charset "utf-8";

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif; margin: 0;}
body {overflow: scroll !important;} /* Damit sich Sites ohne Scroll-Balken nicht mehr nach rechts verschieben wie dies z.B. beim Zommen der Artikel-Bilder (ohne Scroll-Balken) passierte */
.introSlider {display: none;}
img {vertical-align: middle;}
.display_none {display: none;}
       
/*******************/
/* Hauptnavigation */
/*******************/

/* * * * * * * * * * * * */
/* Kategorien-Navigation */
/* * * * * * * * * * * * */
div.left_nav ul li a          { color: black; font-weight: 500; } /* 10.10.20/BS (+) */
Xdiv.left_nav ul li a:hover   { color: blue; }                    /* 10.10.20/BS (-) */
Xdiv.left_nav ul li a:visited { color: blue; }                    /* 10.10.20/BS (-) */

/*************/
/* BAVA-Logo */
/*************/
div.top_titel {
   margin-top: 15px; /* 07.09.20/BS */
}

/* Subnavigation */
.header_subnav { display: none; } /* 07.09.20/BS: Schwarzer Balken */

/* * * * * * * * * * */
/* Suche + Warenkorb */
/* * * * * * * * * * */
.top_stern.pull-right { margin-top: 20px; } /* 07.09.20/BS: Abstand von oben */

/* Warenkorb */
.hauptnav_td #cart_container .ibox_top.hidden-xs { color: black; }

/* Suche */
.hauptnav_td input#quicksearch_suchstring.suchformular.form-control::placeholder { color: #515151 !important; }

/* Erweiterte Suche */
.hauptnav_td .erweiterte_suche {display: none;}

/**********************/
/* Startseiten-Slider */
/**********************/

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prevSlide, .nextSlide {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white !important;
  font-weight: 100 !important;
  text-decoration: none !important;
  font-size: 60px !important;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.nextSlide {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevSlide:hover, .nextSlide:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.subtitle {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
#video_subtitle {
  bottom: 2px;
  padding-bottom: 0;
  padding-left: 16px;
  text-align: center;
  font-size: 12px;
}

/* Number text (1/3 etc) */
.itemNumber {
  color: #fff;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: right;
  z-index: 10;
}

/* The bullets/indicators */
.bulletPoint {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active_BulletPoint, .bulletPoint:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
  opacity: 1;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to   {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to   {opacity: 1}
}

.fadeOpacity_0 {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3s;
  animation-name: fade;
  animation-duration: 3s;
  opacity: 0;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prevSlide, .nextSlide,.subtitle {font-size: 11px}
}
/*********************************************/
/* Startseiten-Artikelanzeigen-Unterdrückung */
/*********************************************/
.contenthaupt.startartikel { display: none; }

/**************/
/* Mein Konto */
/**************/

a.btn-default, button.btn-default, a.btn-default:visited {
  margin-bottom: 10px; /* Abstand «Anmelde-Button» | «Passwort vergessen» */
}

/***************/
/* Breadcrumbs */
/***************/
.breadcrumb {
  margin-left: 0;
}
.breadcrumb a, .breadcrumb>li {
  font-size: 1.4rem;  
  font-weight: bold;
  color: #888888 !important; /*color: blue !important;*/
}
/**********************/
/* Artikelbezeichnung */
/**********************/
h1.content a {
  margin-left: 0.2em;;
}

/**********************************************************/
/* Artikel-Detail-Pop Up [Verpackungs- und ]Versandkosten */
/**********************************************************/
div form#vk_berechnung_formular div.form-group:nth-child(3) div {
  display: none; /* «CHF 0.00» ausblenden */
}

/***********************/
/* Artikel-Pop-Up-Bild */
/***********************/
/*
.fancybox-image, .fancybox-spaceball {
  height: 250%;
  width: 250%;
  top: -175px;
  left: -75px;
}
*/

/***************************************************************/
/* Artikel-Zusatzfeld 1: Bezeichnung auf eine Zeile reduzieren */
/***************************************************************/
div.wk_artikel, div.wk_artikel_body { overflow: visible; }
div.wk_artikel div.wk_artikel_body div a { white-space: nowrap;}

/*****************************************************************************/
/* inkl. MWST sowie Verpackung (versandkostenfrei ab Bestellwert CHF 100.00) */
/*****************************************************************************/
.product_content_container div.product_content_sub div#preis {
  font-size: 11px; /* 02.11.20/BS (±): font-size: 14px; */
}
a.content.show_versandkosten {
  font-size: 11px; /* 02.11.20/BS (+) */
}