/* FLOATING BAR */
.atkp-floating-bar {
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
    padding: 13px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 80; /* hide behind footer at bottom of page */
}

.atkp-floating-bar-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.atkp-floating-bar-disclaimer {
    font-size: 11px;
}

.atkp-floating-bar-title {
    font-size: 14px;
    font-weight: bold;
}

.atkp-floating-bar-inner .atkp-button {

    text-align: center;
}

.atkp-floating-bar-price {
    font-weight: 600;
    font-size: 1.2rem;
    display: block;
}

.atkp-floating-bar-priceinfo {
    font-size: 11px;
    font-color: gray;
}

@media all and (max-width: 900px) {

    .atkp-floating-bar {
        /* display: none; //remove comment to hide on mobile */
        text-align: center;
    }

    .aktp-floating-bar .alignleft {
        float: none;
        margin-bottom: 7px;
        margin-right: 0;
    }

    .atkp-floating-bar .alignright {
        float: none;
        margin-left: 0;
    }

    .atkp-floating-bar .button {
        text-align: center;
        width: 100%;
    }

    .atkp-floating-bar-price-cell {
        display: none;
    }

    .atkp-floating-bar-disclaimer {
        display: none;
    }

}


/*slider */
.atkpnoUi-target, .atkpnoUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.atkpnoUi-target {
    position: relative;
    direction: ltr
}

.atkpnoUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.atkpnoUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.atkpnoUi-origin {
    position: absolute;
    height: 0;
    width: 0
}

.atkpnoUi-handle {
    position: relative;
    z-index: 1
}

.atkpnoUi-state-tap .atkpnoUi-connect, .atkpnoUi-state-tap .atkpnoUi-origin {
    -webkit-transition: top .3s, right .3s, bottom .3s, left .3s;
    transition: top .3s, right .3s, bottom .3s, left .3s
}

.atkpnoUi-state-drag * {
    cursor: inherit !important
}

.atkpnoUi-base, .atkpnoUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.atkpnoUi-horizontal {
    height: 18px
}

.atkpnoUi-horizontal .atkpnoUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px
}

.atkpnoUi-vertical {
    width: 18px
}

.atkpnoUi-vertical .atkpnoUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

.atkpnoUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.atkpnoUi-connect {
    background: #3FB8AF;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
    -webkit-transition: background 450ms;
    transition: background 450ms
}

.atkpnoUi-draggable {
    cursor: w-resize
}

.atkpnoUi-vertical .atkpnoUi-draggable {
    cursor: n-resize
}

.atkpnoUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.atkpnoUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.atkpnoUi-handle:after, .atkpnoUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px
}

.atkpnoUi-handle:after {
    left: 17px
}

.atkpnoUi-vertical .atkpnoUi-handle:after, .atkpnoUi-vertical .atkpnoUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.atkpnoUi-vertical .atkpnoUi-handle:after {
    top: 17px
}

[disabled] .atkpnoUi-connect {
    background: #B8B8B8
}

[disabled] .atkpnoUi-handle, [disabled].atkpnoUi-handle, [disabled].atkpnoUi-target {
    cursor: not-allowed
}

.atkpnoUi-pips, .atkpnoUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.atkpnoUi-pips {
    position: absolute;
    color: #999
}

.atkpnoUi-value {
    position: absolute;
    text-align: center
}

.atkpnoUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.atkpnoUi-marker {
    position: absolute;
    background: #CCC
}

.atkpnoUi-marker-large, .atkpnoUi-marker-sub {
    background: #AAA
}

.atkpnoUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.atkpnoUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0)
}

.atkpnoUi-marker-horizontal.atkpnoUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.atkpnoUi-marker-horizontal.atkpnoUi-marker-sub {
    height: 10px
}

.atkpnoUi-marker-horizontal.atkpnoUi-marker-large {
    height: 15px
}

.atkpnoUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.atkpnoUi-value-vertical {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    padding-left: 25px
}

.atkpnoUi-marker-vertical.atkpnoUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.atkpnoUi-marker-vertical.atkpnoUi-marker-sub {
    width: 10px
}

.atkpnoUi-marker-vertical.atkpnoUi-marker-large {
    width: 15px
}

.atkpnoUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center
}

.atkpnoUi-horizontal .atkpnoUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.atkpnoUi-vertical .atkpnoUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.atkpnoUi-connect {
    background-color: grey;
}


/* product carousel */

.atkp-product-carousel-unit {
    /*Enable this border property to have a border around the ad unit*/
    /*border: 1px solid #d4d4c4;*/
    background: #ffffff;
}

/* Actual styles start below */
.atkp-product-carousel-unit {
    position: relative;
    overflow: hidden;
    padding: 22px 40px;
}

.atkp-product-carousel-unit * {
    box-sizing: content-box;
    box-shadow: none;
    margin: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    outline: 0;
    padding: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.atkp-product-carousel-unit.pull-left {
    float: left;
}

.atkp-product-carousel-unit.pull-right {
    float: right;
}

.atkp-product-carousel-unit.pull-left .atkp-pc-product, .atkp-product-carousel-unit.pull-right .atkp-pc-product {
    width: 185px !important;
}

.atkp-product-carousel-unit a {
    box-shadow: none !important;
}

.atkp-product-carousel-unit a:hover {
    color: #c45500;
}

.atkp-product-carousel-unit .atkp-pc-ad-header {
    padding-left: 3px;
    padding-bottom: 9px;
    font-size: 17px;
    font-weight: normal;
    color: #111111;
}

.atkp-product-carousel-unit .atkp-pc-product-list {
    /* Remove the border-top to remove the horizontal line after the Ad Header*/
    border-top: 2px solid #f7f7f7;
    overflow: hidden;
}

.atkp-product-carousel-unit .atkp-pc-product {
    min-width: 185px;
    max-width: 385px;
    height: auto !important;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    list-style: none;
    text-align: center;
}

.atkp-product-carousel-unit .atkp-pc-product-image {
    display: table;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    text-align: center;
}

.atkp-product-carousel-unit .atkp-pc-product-image-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.atkp-product-carousel-unit .atkp-pc-product-image a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.atkp-product-carousel-unit .atkp-pc-product-image img {
    max-width: 150px;
    max-height: 150px;
    vertical-align: bottom;
}

.atkp-product-carousel-unit .atkp-pc-percent-off {
    display: block;
    width: 32px;
    height: 27px;
    padding-top: 5px;
    position: absolute;
    top: -16px;
    right: -16px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #a50200;
    background-image: -webkit-linear-gradient(top, #cb0400, #a50200);
    background-image: linear-gradient(to bottom, #cb0400, #a50200);
}

.atkp-product-carousel-unit.hide-percent-off-badge .atkp-pc-percent-off {
    display: none;
}

.atkp-product-carousel-unit .atkp-pc-product-details {
    display: inline-block;
    max-width: 100%;
    margin-top: 11px;
    text-align: left;
}

.atkp-product-carousel-unit .atkp-pc-product-title a {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: initial;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #111111;
    text-decoration: none;
}

.atkp-product-carousel-unit.no-truncate .atkp-pc-product-title a {
    text-overflow: initial;
    white-space: initial;
}

.atkp-product-carousel-unit .atkp-pc-product-offer-price {
    font-size: 13px;
    color: #111111;
}

.atkp-product-carousel-unit .atkp-pc-product-offer-price-value {
    color: #AB1700;
    font-weight: bold;
}

.atkp-product-carousel-unit .atkp-pc-product-list-price {
    font-size: 13px;
    color: #565656;
}

.atkp-product-carousel-unit .atkp-pc-product-list-price-value {
    text-decoration: line-through;
}

.atkp-product-carousel-unit .atkp-pc-product-offer-price,
.atkp-product-carousel-unit .atkp-pc-product-list-price,
.atkp-product-carousel-unit .atkp-pc-product-prime-icon {
    display: inline-block;
    margin-right: 2px;
}

.atkp-product-carousel-unit .atkp-pc-btn-prev,
.atkp-product-carousel-unit .atkp-pc-btn-next {
    position: absolute;
    top: 50%;
    margin-top: -52px;
    display: block;
    visibility: hidden;
    width: 43px;
    height: 105px;
    z-index: 2;
    line-height: 105px;
    background: #ffffff;
    color: #D0D0D0;
    font-size: 35px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0 0 4px #e9e9e9;
    box-shadow: 0 0 4px #e9e9e9;
}

.atkp-product-carousel-unit .atkp-pc-btn-prev:hover,
.atkp-product-carousel-unit .atkp-pc-btn-next:hover {
    color: #999999;
}

.atkp-product-carousel-unit .atkp-pc-btn-prev:focus,
.atkp-product-carousel-unit .atkp-pc-btn-next:focus {
    outline: none;
}

.atkp-product-carousel-unit .atkp-pc-btn-prev {
    left: 0;
    border-left: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.atkp-product-carousel-unit .atkp-pc-btn-next {
    right: 0;
    border-right: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .atkp-product-carousel-unit .atkp-pc-product-prime-icon .icon-prime-all {
        background: url("https://images-na.ssl-images-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-sprite_2x_weblab_AUI_100106_T1-4e9f4ae74b1b576e5f55de370aae7aedaedf390d._V2_.png") no-repeat;
        display: inline-block;
        margin-top: -1px;
        vertical-align: middle;
        background-position: -192px -911px;
        background-size: 560px 938px;
        width: 52px;
        height: 15px;
    }
}

.atkp-carousel-disclaimer {
    margin-top: 0;
}


/*HOver popup */


/*infobox*/

.atkp-popup {
    visibility: hidden;
    position: absolute;
    width: 250px;

    top: 10px;
    left: 10px;
    z-index: 1;

    /* diese Angaben können Sie anpassen */
    width: 300px;
    background-color: #FDFEFF;
    border: 2px solid #ffab23;
}

.atkp-popup .atkp-container {
    margin-top: 0px;
}

.atkp-popup .atkp-left {
    float: left;
    width: 50%
}

.atkp-popup .atkp-right {
    float: right;
    width: 50%;
    text-align: center;
    margin-top: 5px
}

/* weitere Box in der Info-Box für padding */
.atkp-popup #BoxInnen {
    padding: 15px;
}

/* Formatierung Texte in der Info-Box */

.atkp-popup #BoxInhalte {
    font-size: 12px;
    color: #2F2F2F;
    line-height: 130%;
}


/* Product card*/

.atkp-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 4rem 5vw;
    padding: 0;
    list-style-type: none;

}

.atkp-card {
    position: relative;
    display: block;
    height: 100%;
    border-radius: calc(40 * 1px);
    overflow: hidden;
    text-decoration: none;
    background: #bde4ea;
}

.atkp-card__image {
    width: 100%;
    height: auto;
}

.atkp-card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: calc(40 * 1px);
    background-color: #fff;
    transform: translateY(100%);
    transition: .2s ease-in-out;
}

.atkp-card:hover .atkp-card__overlay {
    transform: translateY(0);
}

.atkp-card__header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2em;
    padding: 2em;
    border-radius: calc(40 * 1px) 0 0 0;
    background-color: #fff;
    transform: translateY(-100%);
    transition: .2s ease-in-out;
}

.atkp-card__arc {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 1;
}

.atkp-card__arc path {
    fill: #fff;
    d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
}

.atkp-card:hover .atkp-card__header {
    transform: translateY(0);
}

.atkp-card__thumb {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.atkp-card__title {
    font-size: 1em;
    margin: 0 0 .3em;
    color: #6A515E;
}

.atkp-card__tagline {
    display: block;
    margin: 1em 0;
    font-size: .8em;
    color: #D7BDCA;
}

.atkp-card__status {
    font-size: .8em;
    color: #D7BDCA;
}

.atkp-card__description {
    padding: 0 2em 2em;
    margin: 0;
    color: #D7BDCA;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* Product card */