html,
body {
    height: 100%;
    font-family:"Brandon Grotesque Regular", Helvetica, Arial, sans-serif;
    letter-spacing: 0.0250rem;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

/* Logo
---------------------------------------------------------------------- */
.logo {
  position: absolute;
  top:0px;
  left:8px;
}

@media screen and (max-width: 575px) {
    .logo {
      visibility: hidden;
    }
}

.logo img {

  width: 180px;
  height: 180px;
  z-index: 100;
  cursor: pointer;
}

/* Controls
---------------------------------------------------------------------- */

.controls {
    padding: 0 0 0 180px;
    font-size: 0;
    position: fixed;
    z-index: 5;
    background:#F3F8F8;
}

@media screen and (max-width: 575px) {
    .controls {
    padding: 0 0 0 1rem;
  }
}

.filters {
  white-space: nowrap;
}

.control-group {
    position: relative;
    display: inline-block;
    margin: .375rem .5rem 0.65rem .25rem;
    vertical-align: top;
}

.control {
    position: relative;
    display: inline-block;
    width: 92px;
    height: 92px;
    background: #12707f;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
    color: white;
    border-left: 2px solid #C7CFD9;
    transition: background 150ms;
    white-space: normal;
}

.control:first-child {
  border: none;
}

.control .image {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #77ACBC;
}

.control .image img {
    width: 48px;
    height: 48px;
    padding:8px 0;
}

.control .text {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    font-size: .750rem;
    font-family:"Brandon Grotesque Medium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.0250rem;
    border-bottom-style: solid;
    border-bottom-width: 8px;
}

.material .text {
    border-bottom-color: #74CCD6;
}

p .material {
  display: inline-block;
  border-bottom: 3px solid #74CCD6;
  line-height: 16px;
}

.range .text, .control-discipline .text {
    border-bottom-color: #F29F05;
}

p .range, p .discipline {
    display: inline-block;
    border-bottom: 3px solid #F29F05;
    line-height: 16px;
}

.performance .text {
  border-bottom-color: #CC4831;
}

.select p.active span.performance {
  border-bottom: 3px solid #CC4831;
}

.agility .text {
  border-bottom-color: #CC8F08;
}

.select p.active span.agility {
  border-bottom: 3px solid #CC8F08;
}

.control-paddlerlevel .text {
    border-bottom-color: #A5CA14;
}

p .control-paddlerlevel {
    display: inline-block;
    border-bottom: 3px solid #A5CA14;
    line-height: 16px;
}

p .weight {
    display: inline-block;
    border-bottom: 3px solid #12707F;
    line-height: 16px;
}

.control:not(.mixitup-control-active):hover {
    background: #0d525d;
}

.control-color:after,
.control-shape:after,
.control-size:after {
    content: '';
    position: absolute;
}

.control-color:after {
    width: 10px;
    height: 10px;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    border: 2px solid currentColor;
    border-radius: 2px;
    background: currentColor;
    transition: background-color 150ms, border-color 150ms;
}

.control-size:after {
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    border: 2px solid white;
    border-radius: 2px;
}

.control-size[data-toggle=".medium"]:after {
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
}

.control-size[data-toggle=".large"]:after {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
}

.control-sort:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-left: 2px solid;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    transform:  translateY(2px) rotate(45deg);
}

.control-sort[data-sort*=":desc"]:after {
    transform:  translateY(-3px) rotate(-135deg);
}

.mixitup-control-active {
    background: #D59B15;
}

.mixitup-control-active > .image {
  border-bottom: 1px solid #fff;
}

.control:first-of-type {
    border-radius: 8px 0 0 8px;
}

.control:last-of-type {
    border-radius: 0 8px 8px 0;
}

/* The Switch */
.select {
  height: 34px;
  margin: 8px 0 16px 0;
  position: sticky;
}

.select p {
  float: left;
  padding: 4px 0 0;
  height: 34px;
  font-size: 1rem;
  color: #888;
}

.select p.active {
  color: #000
}


.switch {
  float: left;
  position: relative;
  width: 60px;
  height: 34px;
  margin-right: 8px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 34px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #12707f;
}

input:focus + .slider {
  box-shadow: 0 0 1px #12707f;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


/* Container
---------------------------------------------------------------------- */

.container {
    padding: 11rem 1rem 1rem 1rem;
    text-align: justify;
    font-size: 0.1px;
    background:#F3F8F8;
}

.container:after {
    content: '';
    display: inline-block;
    width: 100%;
}

/* Target Elements
---------------------------------------------------------------------- */

.mix,
.gap {
    display: inline-block;
    vertical-align: top;
}

.mix {
    margin-bottom: 1rem;
    position: relative;
}

.inner-container {
    display: inline;
}

.container .mix .selection img {
  display: none;
}

.container.show-selection .mix:nth-of-type(-n+3) .selection {
  position: absolute;
  left: 12px;
  top: -1px;
}

.container.show-selection .mix:nth-of-type(-n+3) .selection img {
  display: block;
  width: 24px;
}

.mix.first, .mix.last {
  display: inline-block;
  min-height: 788px;
  border-radius: 8px;
  background: url(/images/intro/supfinder.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.mix.first.surf {
  background: url(/images/intro/surffinder.jpg) no-repeat bottom center;
}

.mix.first.foilboards {
  background: url(/images/intro/foilfinder.jpg) no-repeat bottom center;
}

.mix.first.foils {
  background: url(/images/intro/foilsfinder.jpg) no-repeat bottom center;
}

.mix.first.surf, .mix.last.surf {
  min-height: 760px;
}

.mix.first.foilboards, .mix.last.foilboards {
  min-height: 1035px;

}

.mix.first.foils, .mix.last.foils {
  min-height: 840px;
  background-color: #0d525d;
}

.mix.first.foils.long, .mix.last.foils.long {
  min-height: 933px;
  background-color: #0d525d;
}

.mix.last {
  background: url(/images/outro/supfinder.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.mix.last.foilboards {
  background: url(/images/outro/foilfinder.jpg) no-repeat bottom center;
}

.mix.last.surf {
  background: url(/images/outro/surffinder.jpg) no-repeat bottom center;
}

.mix.last.foils {
  background: url(/images/outro/foilsfinder.jpg) no-repeat bottom center;
}


.mix.first .content, .mix.last .content {
  position: absolute;
  top: 0rem;
  border-radius: 8px 8px 0 0;
  background-color: rgba(255,255,255,0.8);
}

.mix .image{
  background-color: rgba(255,255,255,0.8);
  text-align: center;
  border-radius: 8px 8px 0 0;
}

.mix .image img {
  height: 300px;
}

.coverimage {
  height: 300px;
  border-radius: 8px 8px 0 0;
  width: auto;
}

.content{
  display: inline-bock;
  padding: 1rem;
  background-color: rgba(255,255,255,0.8);
  width: 100%;
}

.content li span {
  font-size: 1rem;
  font-family:"Brandon Grotesque Regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

/* Einrückung für Subdisziplinen */
.content li.subdiscipline {
    padding-left: 1.5rem;
    font-size: 0.9rem;
}

@media screen and (max-width: 575px) {
  .mix.first, .mix.first.surf, .mix.first.foilboards, .mix.first.foils, .mix.first.foils.long {
    min-height: auto;
  }
  .mix.first .content, .mix.first.surf .content, .mix.first.foilboards .content, .mix.first.foils .content, .mix.first.foils.long .content 
  {
    position: relative;
    border-radius: 8px;
  }
  .coverimage {
    height: auto;
  }
  .mix .image {
    height: 300px;
  }
  .mix .image img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .mix .image.foils img {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

h1 {
  min-height: 3rem;
  margin-bottom: .750rem;
  padding: 1rem 0rem 1rem;
  font-size: 2rem;
  font-family:"Brandon Grotesque Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #333;
  text-align: center;
}

h2 {
  min-height: 3rem;
  margin-bottom: .750rem;
  font-size: 1.5rem;
  font-family:"Brandon Grotesque Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #333;
  text-align: left;
  /* Truncate after 2 lines */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

p, dl {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: center;
}

@media (max-width: 768px) {
  h1 {
    font-size: 1.5rem;
  }
  p {
    font-size: 1rem;
  }
}

p a {
  color: #458CC0;
  font-family:"Brandon Grotesque Medium", Helvetica, Arial, sans-serif;
  text-decoration: underline;
}

p a.link {
  font-size: 2rem;
  color: black;
}

p a:hover {
  text-decoration: none;
  color: #3A75A1;
}

.table {
  display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

ul {
  margin: 0.350rem 0 0.5rem;
  display: inline-block;
  width: 100%;
}

li {
  list-style-type: none;
  margin-bottom: 0.325rem;
  padding: 0.325rem 0;
  border-bottom: 1px solid #bfbfbf;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
}

li span {
text-align: right;
float: right;
font-family: sans-serif;
font-size: 1rem;
}

li:last-of-type {
  border:none;
}

ul.legend {
  margin-top: 1.5rem;
  font-size: .925rem;
  max-width: 600px;
}

.legend img {
  width: 28px;
  height: 28px;
}

.legend li {
  float: left;
  padding: .25rem 1rem 0 0;
  border: none;
}

.legend li span {
  float: left;
  width: 28px;
  margin-top: -.5rem;
}

.weight p {
  display:inline;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  text-align: left;
}

table {
  float: right;
  width: 50%;
  font-size: 1rem;
  font-family:"Brandon Grotesque Regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333;
}

th {
  font-size: 1rem;
  font-weight: 400;
  border-bottom: 1px solid #bfbfbf;
}

tr {
  width: 100%;
}

td {
  width: 8.333333%;
  font-size: 1rem;
  text-align: center;
}

tr.label td {
  padding-top: -2px;
  font-size: 0.650rem;
  letter-spacing: -0.02rem;
  text-align: right;
}

.primary {
  display: inline-block;
  width: 100%;
  height: 40px;
  font-family:"Brandon Grotesque Medium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: .750rem;
  line-height: 40px;;
  color: #fff;
  border-radius: 0 0 8px 8px;
  background: #12707f;
  cursor: pointer;
  text-transform: uppercase;
}

.primary:hover {
  background-color: #0d525d;
}

.primary.inactive {
  cursor: default;
  background-color: #999;
}

a {
  text-align: center;
  font-size: 1em;
  color: #fff;
}

.mix:after {
    content: '';
    position: absolute;
}


.mix.medium:after {
    transform: scale(.75);
}

.mix.small:after {
    transform: scale(.5);
}

.hidden {
  visibility: hidden;
}

/* Grid Breakpoints
---------------------------------------------------------------------- */

/* 1 Column */

.mix,
.gap {
    width: 100%;
}

/* 2 Columns */

@media screen and (min-width: 576px) {
    .mix,
    .gap {
        width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
    }
}

/* 3 Columns */

@media screen and (min-width: 992px) {
    .mix,
    .gap {
        width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
    }
}

/* 4 Columns */

@media screen and (min-width: 1200px) {
    .mix,
    .gap {
        width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
    }
}

/* 5 Columns */

@media screen and (min-width: 1400px) {
    .mix,
    .gap {
        width: calc(100%/5 - (((5 - 1) * 1rem) / 5));
    }
}

/* 6 Columns */

@media screen and (min-width: 1800px) {
    .mix,
    .gap {
        width: calc(100%/6 - (((6 - 1) * 1rem) / 6));
    }
}

/* 7 Columns */

@media screen and (min-width: 2200px) {
    .mix,
    .gap {
        width: calc(100%/7 - (((7 - 1) * 1rem) / 7));
    }
}

/* 8 Columns */

@media screen and (min-width: 3500px) {
    .mix,
    .gap {
        width: calc(100%/8 - (((8 - 1) * 1rem) / 8));
    }
}

/* Dropdown-Menü für Subdisziplinen */
.subdiscipline-dropdown {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.subdiscipline-options label {
    display: block;
    margin: 5px 0;
    font-size: 14px;
}

.subdiscipline-options input[type="checkbox"] {
    margin-right: 5px;
}

/* Einrückung für Subkategorien */
.subdisciplines {
    margin: 0 0 0.5rem 0;    /* Keine zusätzliche Einrückung */
}

.subdisciplines li {
    font-size: 0.9rem;  /* Gleiche Größe wie die Hauptkategorien */
    font-weight: 500;
    margin: 0;
    padding: 0.25rem 0 0.25rem 0.5rem;
    list-style-type: none;
    border-bottom: 1px solid #e0e0e0;
}

.subdisciplines li span {
    font-size: 1rem;  /* Gleiche Größe wie die Hauptkategorien */
    font-weight: 400;
    color: #666;
}

.subdisciplines li:last-child {
  border: none;
}

/* Verbesserte Darstellung der Specs in den Produktkarten */
.mix .content ul.specs {
    margin: 0 0 0.25rem 0;
    padding: 0;
    list-style-type: none;
}

.mix .content ul.specs li {
    padding: 0.25rem 0;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
}

.mix .content ul.specs li:last-child {
    border-bottom: none;
}

.mix .content ul.specs li span {
    float: right;
    font-size: 0.9rem;
    font-weight: 400;
    color: #666;
}

/* Titel "Specs" */
.mix .content h3 {
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    margin: 0.5rem 0 0.325rem;
    padding-bottom: 0.325rem;
    border-bottom: 1px solid #bfbfbf;
}

.reset-filters {
    background: #0d525d;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0.5rem 0 2rem 0;
}

.reset-filters:hover {
    background: #0a3f47;
}
