/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.img-rounded {
  width: 100%;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  /*pointer-events: none*/;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/**** Base styles ****/

h8 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.7em;
  color: #000;
}

.iso-ul {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.7em;
  color: #000;
  margin-left: 1.5em;
}

h1, h2, h3, p, ul, ol, pre, dl {
  margin-bottom: 0.6em;
  margin-top: 0.6em;
}

h1, h2, h5, #super-list, .element, .tagline, #index-list, .super-list .link {
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

h1 {
  font-size: 1rem;
  line-height: 1.1em;
}

h2 {
  font-size: 14px;
  line-height: 1.1em;
}

h5 {
  font-size: 14px;
  line-height: 1.1em;
}

/**** Isotope styles ****/

/* required for containers to inherit vertical size from window */
html, body {
  height: 100%;
}

#container {
  /* border: 1px solid #666; */
}

.element {
  width: 170px;
  margin: 5px;
  overflow: hidden;
  background: #888;
  color: #222;
  -webkit-border-top-right-radius: 1.2em;
  -moz-border-radius-topright: 1.2em;
  border-top-right-radius: 1.2em;
  -webkit-border-bottom-right-radius: 1.2em;
  -moz-border-radius-bottomright: 1.2em;
  border-bottom-right-radius: 1.2em;
  -webkit-border-top-left-radius: 1.2em;
  -moz-border-radius-topleft: 1.2em;
  border-top-left-radius: 1.2em;
  -webkit-border-bottom-left-radius: 1.2em;
  -moz-border-radius-bottomleft: 1.2em;
  border-bottom-left-radius: 1.2em;
  -webkit-box-shadow: 5px 0px 5px rgba(0,0,0,0.2);
-moz-box-shadow: 5px 0px 10px rgba(0,0,0,0.2);
  box-shadow: 8px 8px 12px rgba(0,0,0,0.2);
}



.element h3 { left: 0.2em; top: 0.2em; font-size: 1.5em; line-height: 1.0em; font-weight: bold; font-style: italic; }
.element .large h3 { font-size: 4.5em; }
.element h2 { font-size: 1rem;; left: 0.5em; bottom: 2.5em; }
.element h1 { font-size: 1rem;; left: 0.5em; bottom: 2.5em; }
.element p { font-size: 1rem;; left: 0.5em; bottom: 2.5em; }

.element .number {
  font-size: 1.25em;
  font-weight: bold;
  color: hsla(0, 0%, 0%, .5);
  right: 0.5em;
  top: 0.5em;
}

.variable-sizes .element.width2 { width: 230px; }
.variable-sizes .element.height2 { height: 230px; }
.variable-sizes .element.width2.height2 { font-size: 2.0em; }

.element.large, .variable-sizes .element.large, .variable-sizes .element.large.width2.height2 {
  font-size: 3.0em;
  width: 350px;
  height: 350px;
  z-index: 100;
}

.clickable .element:hover h3 {
  text-shadow: 0 0 10px white, 0 0 10px white;
}

.clickable .element:hover h2 {
  text-shadow: 0 0 10px white, 0 0 10px white;
  color: white;
  cursor: pointer;
}

.clickable .element:hover h1 {
  text-shadow: 0 0 10px white, 0 0 10px white;
}
/* ==========================================================================
   ===== FIXED FILTER BAR (Works for Watches & People Pages) =====
   ========================================================================== */

#options {
    margin: 10px 0 20px;
    padding: 0;
    display: block;
    clear: both;
}

/* Base styling for filter sections across all pages */
#options .option-combo {
    display: flex;
    flex-direction: column; /* Forces title on top, buttons below */
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
}

/* Style the headings ('Select', 'Time', 'Price') cleanly */
#options .option-combo h1 {
    display: block !important;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin: 0 0 8px 0;
    padding: 0;
}

/* Clean, horizontally-scrolling track for buttons */
#options .option-combo ul {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    list-style: none;
    margin: 0;
    padding: 0 0 8px 0;
    width: 100% !important;
    gap: 8px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

#options ul::-webkit-scrollbar {
    height: 4px;
}

/* Prevents buttons from getting squished or breaking lines */
#options .option-combo li {
    flex: 0 0 auto !important;
    float: none !important;
    margin: 0;
}

/* Button Appearance */
#options li a {
    display: block;
    padding: 8px 14px;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    transition: all .2s ease;
}

/* Active & Hover States (Official Swiss Red #E30613) */
#options li a:hover,
#options li a.selected {
    color: #fff !important;
    background-color: #E30613 !important;
    border-color: #E30613 !important;
}

/* ===== COMBO FILTERS CORRECTION (NO SPACE) ===== */
/* This specifically ensures the multi-row layout on the People page behaves */
#options.combo-filters .option-combo {
    margin-bottom: 15px;
}

/**** Horizontal ****/

#copy {
  max-width: 640px;
}

/**** Doc page nav ****/

#site-nav {
  width: 200px;
  position: absolute;
  left: 10px;
  top: 0px;
  padding-top: 20px;
  font-size: 12px;
}

#site-nav h1 {
  font-size: 1rem;;
  margin-bottom: 0.5em;
  margin-top: 0;
  font-weight: bold;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

#site-nav h2 {
  font-size: 17px;
  font-weight: normal;
  margin: 0 0 0.3em;
  border-top: none;
}

#site-nav h1 a { color: #4FB; }
#site-nav h1 a:hover { color: #4BF; }

#site-nav ul {
  list-style: none;
  margin: 0 0 1.0em;
  font-weight: bold;
}

#site-nav ul ul { margin-bottom: 0; }

#site-nav ul a {
  display: block;
  border: none;
  padding: 1px 5px;
}

#site-nav ul .current a {
  background: hsla( 0, 0%, 0%, 0.3 );
  color: #1BF;
}

#site-nav ul a:hover, #site-nav ul .current a:hover {
  color: #005580;
}

#site-nav ul .current .toc a {
  font-size: 12px;
  padding-left: 1.2em;
  font-weight: normal;
}

/**** Sites using Isotope ****/

#sites h2 {
  display: none;
  padding: 0.4em;
  line-height: 32px;
  margin-bottom: 0.4em;
  -webkit-transition: background-color 0.8s;
  -moz-transition: background-color 0.8s;
  -o-transition: background-color 0.8s;
  transition-duration: 0.8s;
}

#sites h2 img {
  display: inline-block;
  margin-right: 0.4em;
  vertical-align: bottom;
}

#sites h2.loading {
  background: white;
  color: #222;
}

#sites h2.error {
  background: red;
  color: #222;
}

#sites ul {
  margin: 0;
}

/* Clearfix */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  z-index: 1;
}

/* Style from wpd */
.frame { width: 350px; text-align: left; margin: 0 auto; }
.frameslide { width: 736px; text-align: left; margin: 0 auto; }
.framebotschafter { width: 765px; text-align: left; margin: 0 auto; }
.frame4 { width: 400px; text-align: left; margin: 0 auto; }
.framed { width: 500px; text-align: left; margin: 0 auto; }
.framefund { width: 550px; text-align: left; margin: 0 auto; }

.industry, .diplomacy, .history, .country, .chocolate, .canton, .sweets, .drinks, .cheese, .food, .dishes, .fashion, .household, .body, .other, .politics, .sport, .science, .whatever, .art, .Ostschweiz, .ZH, .Zentralschweiz, .Nordwestschweiz, .Mittelland, .lemanique, .Tessin, .popular, .classic, .luxury, .department, .discounter, .dealer, .daily, .deluxe { 
  background: #ED1C25; 
}


.disqus a:link,
.disqus a:hover,
.disqus a:active {
    color: #ffffff;
}
.text-box { margin: 5px; color: #fff; float: left; font-size: 10px; line-height: 1.5em; padding: 10px; }
.ads-box { max-width: 300px; margin: 5px; color: #fff; float: left; font-size: 10px; line-height: 1.5em; padding: 10px; }
img.c1 { vertical-align: middle; }
div.c6 { text-align: center; }
img.c5 { width: 280px; height: 94px; }
div.c4 { margin: 0 auto; text-align: right; width: 120px; }
div.c3 { width: 120px; margin: 0 auto; }
span.c2 { font-weight: bold; }
img.c2 { vertical-align: middle; }
div.cd { text-align: center; font-size: 24px; }
img.cdp { width: 260px; }