.home__tagcloud__link:hover {
    text-decoration: underline;
}

.home__teaser {
    display: inline-block;
    position: relative;
    padding-bottom: 16px;
}

.btn.home__teaser-btn,
a.btn.home__teaser-btn {
    position: absolute;
    border-radius: 0;
    bottom: 0;
    right: 0;
    width: auto;
    z-index: 2;
}

.home-slick {
    max-width: 737px;
    border: 1px solid #DDD;
    line-height: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .home-slick {
        max-width: 758px;
    }
}

@media (min-width: 1024px) and (max-width: 1140px) {
    .fix1024 .home-slick {
        max-width: 758px;
    }
    .fix1024 .col-md-12 {
        max-width: 66.66666667%;
    }
    .fix1024 .col-lg-4 {
        max-width: 33%;
    }
    .fix1024 .col-1024 {
        max-width: 100%;
    }
    .fix1024 .col-md-6 {
        flex: 0 0 100%;
    }
}

.home-slick .slick-arrow {
    background-color: #FFF !important;
    color: #222;
    border-style: solid;
    border-color: #DDD;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.home-slick .slick-prev {
    left: -1px;
    border-width: 1px 1px 1px 0;
}

.home-slick .slick-next {
    right: -1px;
    border-width: 1px 0 1px 1px;
}

.home-slick .slick-arrow:hover {
    color: #E86087;
}

.row--home {
    margin-right: -15px;
    margin-left: -15px;
}

.col--home {
    padding-right: 15px;
    padding-left: 15px;
}

.manufacturer-bar {
    padding: 10px;
}

@media only screen and (min-width: 1140px) {
    .manufacturer-bar {
        padding: 20px;
    }
}

.manufacturer-bar__link {
    height: 70px;
}

.home__teaser-btn--manufacturer-bar {
    z-index: 2;
    background-color: #FFF !important;
}

.home__teaser--home-magazin {
    max-width: 262px;
    margin-right: 30px;
}

.home__teaser-text--home-magazin {
    position: relative;
    max-width: 90%;
    margin-top: -20px;
    background-color: #FFF;
    z-index: 1;
}

a.btn-white {
    border-radius: 0;
    background-color: #FFF;
    color: #222;
    font-weight: 300;
}

a.btn-white:hover, a.btn-white-red:hover {
    color: #E86087;
}

.home__banner {
    position: relative;
}

.home__banner-linklist {
    position: absolute;
    top: 20px;
    left: 20px;
}

@media (max-width: 768px) {
    .home__banner-linklist {
        position: absolute;
        top: 10px;
        left: 10px;
    }
}

.home__banner-link-li {
    margin-bottom: 10px;
}

.home__banner-link-li:first-child .btn-white {
    font-size: 2em;
    font-weight: 700;
}

.home__nl {
    margin-top: 90px;
}

.home__nl-letter,
.home__nl-confetti {
    margin-top: -70px;
}

.home__tagcloud {
    height: 92%;
}

.pintromagazin {
    display: block;
    display: -webkit-box;
    height: 90px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.btn-white-red {
    border-radius: 0;
    background-color: #FFF;
    font-weight: 300;
    color: #ef7c70;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}

.row:after{display:none;}