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

.controls {
    background: transparent;
    font-size: 14px;
    text-align: left;
    position: relative;
}

.control {
    position: relative;
    display: inline-block;
    width: auto;
    height: 2.7rem;
    background: #444;
    cursor: pointer;
    font-size: 14px;
    color: white;
    transition: background 150ms;
}

.control:hover {
    background: #3f3f3f;
}

/*
.control[data-filter]:after {
    content: '';
    position: absolute;
    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[data-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(1px) rotate(45deg);
}

*/

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

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

.mixitup-control-active[data-filter]:after {
    background: transparent;
}

.controls button:nth-last-child(1) {
    position: absolute;
    right: 0;
    width: 64px;
    background-image: url("/assets/img/ic_arrow_top.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
}

@media (max-width: 1024px) {
  .controls button:nth-last-child(1) {
    top: -80px;
  }
}

@media (max-width: 768px) {
  .controls button:nth-last-child(1) {
    width: 44px;
    top: 0;
    right: -28px;
    background-size: 16px;
  }
}

.controls button:nth-last-child(2) {
    position: absolute;
    right: 68px;
    width: 64px;
    background-image: url("/assets/img/ic_arrow_bottom.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
}

@media (max-width: 1024px) {
  .controls button:nth-last-child(2) {
    top: -80px;
  }
}

@media (max-width: 768px) {
  .controls button:nth-last-child(2) {
    top: 52px;
    right: -28px;
    width: 44px;
    background-size: 16px;
  }
}

.control:first-of-type {
}

.control:last-of-type {
}

.control[data-filter] + .control[data-sort] {
    margin-left: .75rem;
}

.control[data-filter=".green"] {
    color: #91e6c7;
}

.control[data-filter=".blue"] {
    color: #5ecdde;
}

.control[data-filter=".pink"] {
    color: #d595aa;
}

.control[data-filter="none"] {
    color: #2f2f2f;
}

.controls fieldset.select-wrapper {
    display: inline-block;
    vertical-align: bottom;
}

.controls .select-wrapper.country:after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../img/drop_arrow.svg);
    background-size: 100%;
    vertical-align: bottom;
    left: -36px;
    position: relative;
    z-index: 0;
}

@media (min-width: 1921px) {
    .controls .select-wrapper.country:after {
        width: 44px;
        height: 44px;
        left: -36px;
    }
}

.controls select.select-filter {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #000;
    border-radius: 0;
    background: transparent;
    padding: 6px;
    width: 200px;
    outline: none;
    vertical-align: bottom;
    position: relative;
    z-index: 1;
    font-size: 14px;
    outline: none;
    height: 32px;

}

@media (min-width: 1921px) {
    .controls select.select-filter {
        width: 300px;
        height: 44px;
        font-size: 20px;
    }
}

.controls button {
    background: #000;
    color: #fff;
    border: 0;
    padding: 0 16px;
    outline: none;
    font-size: 16px;
    transition: 0.3s ease;
    transition-property: background, border, color;
}

@media (max-width: 990px) {
    .controls button {
        margin: 4px 2px;
    }
}

@media (max-width: 360px) {
    .controls button {
        margin: 4px 0;
        padding: 0 12px;
        font-size: 12px;
    }
}

@media (min-width: 1921px) {
    .controls button {
        width: 42px;
        height: 42px;
        line-height: 40px;
        font-size: 20px;
    }
}

.controls button:hover {
    background-color: #e6e5e3;
    color: #000;
    transition: 0.3s ease;
    transition-property: background, border, color;
}

.controls button:nth-child(1) {
    width: 60px;
}

@media (min-width: 1921px) {
    .controls button:nth-child(1) {
        width: 80px;
    }
}

.controls .mixitup-control-active {
    outline: none;
}

.controls p {
    display: inline-block;
    font-size: 22px;
    margin: 2px 16px 2px 0;
    text-transform: uppercase;
    line-height: 32px;
}

@media (min-width: 1921px) {
    .controls p {
        line-height: 44px;
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 4px 0;
    border: 0;
}


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

.container_mixitup {
    padding: 1rem;
    text-align: justify;
    font-size: 0.1px;
}

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

#temp_haendlersuche .container_mix {
    margin: 0 -44px;
}

@media (max-width: 990px) {
    #temp_haendlersuche .container_mix {
    margin: 0 -32px;
    }
}


/* Thumbnails
---------------------------------------------------------------------- */

.hovereffect {
  width: 100%;
  height: 100%;
  padding: 0 0 48px 0;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hovereffect .overlay:hover{
  opacity: 1;
}
.hovereffect .overlay {
  text-decoration: none;
}

.mix.dealer .hovereffect {
    padding: 0;
    text-align: left;
}

a.product-slot, a.product-slot:hover {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

img#img_mixitup{
  width: 100%;
  padding: 0 20% 0;
}

p#p_mixitup{
    padding: 16px 32px 0 32px;
    text-align: center;
    height: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#temp_haendlersuche section#section-products {
    margin: 0 32px;
}

@media (max-width: 990px) {
    #temp_haendlersuche section#section-products {
        margin: 0 16px;
    }
}

.mix.dealer p#p_mixitup{
    padding: 0 16px;
    text-align: left;
    height: auto;
    margin: 0;
    line-height: 18px;
}

@media (min-width: 1921px) {
    .mix.dealer p#p_mixitup{
        line-height: 24px;
    }
}


a.product-slot .text_wrapper{
    margin: 0 0 16px 0;
    min-height: 150px;
}

.product-slot div.read-more {
    height: 20px;
    font-size: 14px;
    padding: 0;
    margin-top: -4px;
}

.hovereffect img {
  display: block;
  position: relative;
}
.hovereffect:hover div {
  opacity: 1;
  filter: alpha(opacity=1);
}
.hovereffect div {
    text-transform: uppercase;
    text-align: center;
    font-family: BrutalTypeBold;
    color: #000;
    font-size: 32px;
    width: 100%;
    padding: 8% 0 0 0;
}

section#section-products h2 {
    font-size: 28px;
    text-indent: 0;
    padding: 0;
    margin: 0 0 8px 0;
}

@media(min-width:1921px) {
    section#section-products h2 {
        font-size: 44px;
    }
}

section#section-products .mix.dealer h2 {
    font-size: 22px;
    padding: 0 16px 8px 16px;
}

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

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

.mix {
    background: #fff;
    position: relative;
}

.mix:before {
    content: '';
    display: inline-block;
}

.mix.dealer {
    background: #f5f5f5;
    position: relative;
    margin: 12px;
}

@media (max-width: 990px) {
    .mix.dealer {
        background: #f5f5f5;
        position: relative;
        margin: 16px;
    }
}

.mix.dealer:before {
    content: "";
    padding: 0;
}


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

/* 4 Columns */


.mix, .gap {
    width: calc((100%/4) - 3px);
}



.mix.dealer, .gap {
    width: calc(((100%/4) - 3px) - 24px);
}



/* 3 Columns */

@media screen and (max-width: 2200px) {
    .mix, .gap {
        width: calc((100%/3) - 3px);
    }
}

@media screen and (max-width: 1280px) {
    .mix.dealer, .gap {
        width: calc(((100%/3) - 3px) - 24px);
    }
}


/* 2 Columns */

@media screen and (max-width: 1280px) {
    .mix, .gap {
        width: calc((100%/2) - 3px);
    }
}

@media screen and (max-width: 990px) {
    .mix.dealer, .gap {
        width: calc(((100%/2) - 3px) - 24px);
    }
}


/* 1 Columns */


@media screen and (max-width: 760px) {
  .mix, .gap {
      width: calc((100%/1) - 3px);
  }
}

@media screen and (max-width: 760px) {
  .mix.dealer, .gap {
      width: calc(((100%/1) - 3px) - 24px);
  }
}
