.content-area.template-boxed.senses {
    padding: 50px;
}
@media (max-width: 500px) {
    .content-area.template-boxed.senses {
        padding: 20px;
    }
    .senses #header {
        margin: 0px -20px!important;
    }
    .senses .left--align.steckbrief-row,
    .senses .right--align.steckbrief-row,
    .senses .grey-bg {
        margin: 0px -20px!important;
        padding: 20px!important;
    }

}
@media (max-width: 470px) {
    .insta-icon {
        display: none;
    }
    .btn-std.insta-color {
        background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)!important;
        border: none!important;
        color: white;
    }
    .steckbrief a .gulliverbaylee {
        transform: scale(1.5)!important;
    }
    .steckbrief a .gulliverbaylee.and-feel {
        transform: scale(1.2)!important;
    }
}


.mobile--head {
    display: none;
}
@media (max-width: 600px) {
    .desktop--head {
        display: none;
    }
    .mobile--head {
        display: block;
    }
}




.senses header {
    margin: 0 -50px;
}

.senses .box-shadow {
    box-shadow: 0px 5px 15px -1px rgba(0,0,0,0.3);
    border-radius: 40px;
}

.senses h2 {
    font-size: 2rem;
}
.senses h3 {
    max-width: 175px;
    margin: 20px auto 0;
    font-size: 16px;
}
.senses p {
    font-size: 1rem;
    max-width: 770px;
}

.senses .row {
    margin: 60px 0;
}
.senses .small-row {
    width: 80%;
    margin: 0 auto;
}

.senses .softrow {
    display: flex;
    flex-wrap: wrap;
}
.senses .col-1 {
    flex: 1 0 0;
    -ms-flex: 1 0 45%;

}
.senses .col-2 {
    flex: 2 0 0;
    -ms-flex: 2 0 50%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 900px) {
    .senses .col-2 {
        min-width: 100%;
    }
    .senses .gulli-dots {
        width: 100%;
    }
    .senses .pointer-btn {
        display: block !important;
    }
}

.senses .centerrow {
    max-width: 800px;
    margin: 0 auto;
}
.senses .centerrow .col-1 {
    padding: 0 20px;
    text-align: center;
}
@media (max-width: 700px) {
    .senses .centerrow .col-1 {
        min-width: 100%;
        margin-bottom: 40px;
    }
    .senses h3 {
        max-width: 200px;
        margin: 20px auto 0;
    }
}


.senses .btn {
    padding: 10px 30px;
    background-color: #ffed00;
    border: 1px solid #ffed00;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    border-radius: 4px;
    opacity: 0;
    transition: background-color 0.2s ease-in-out;
}
.senses .btn:hover {
    border: 1px solid #ffed00;
    background-color: #ffffff !important;
    transition: background-color 0.2s ease-in-out;
}

.senses .center-btn {
    margin: 0 auto;
    max-width: 200px;
    display: flex !important;
    opacity: 1;
}
.senses .btn-std {
    padding: 10px 20px;
    background-color: #ffed00;
    border: 1px solid #ffed00;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out;
    margin-bottom: 5px;
    text-align: center;
}
.senses .btn-std:hover {
    padding: 10px 20px;
    background-color: #ffffff;
    border: 1px solid #ffed00;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out;
    margin-bottom: 5px;
    text-align: center;
}


.pointer-btn .btn-std {
    width: 120px;
    text-align: center;
    margin-bottom: 5px;
}
.senses .btn-green {
    background-color: #9dc418;
    border: 1px solid #9dc418;
    color: #ffffff;
    margin-bottom: 5px;
}
.senses .btn-green:hover {
    background-color: #ffffff;
    border: 1px solid #9dc418;
    color: #9dc418;
    margin-bottom: 5px;
}

.senses .pointer-btn {
    display: flex;
    flex-direction: column;
}


.senses .blue-box {
    background: #2daae1 !important;
}
.senses .green-box {
    background: #9dc418;
    padding: 3% 5%;
    border-radius: 10px;
    position: relative;
}

.senses .green-box:after {
    content: "";
    height: 150px;
    width: 150px;
    background: url('/site/themes/gimborn-gimdog-child/senses/img-hearts.png') no-repeat;
    background-size: contain;
    position: absolute;
    right: 50px;
    top: 50px;
}
.senses .green-box h2, 
.senses .green-box p {
    color: #ffffff;
    max-width: calc(100% - 200px);
}
@media (max-width: 800px) {
    .senses .green-box p {
        max-width: 100%;
    }  
    .senses .green-box h2 {
        width: 100%;
        max-width: 100%;
    }  
    .senses .green-box:after {
        height: 80px;
        width: 80px;
        right: 50px;
        top: 20px;
    }
}
@media (max-width: 500px) {
    .senses .green-box:after {
        height: 50px;
        width: 50px;
        right: 40px;
        top: 15px;
        display: none;
    }
}

.senses .green-box h2 {
    margin: 0 0 20px 0;
}
.senses .green-box p {
    margin: 0;
}



.slick-center .packshots {
    padding: 25px 0;
    z-index: 10000000;
}

.slick-center .packshots img {
    /* box-shadow: 0px 4px 12px #666; */
    transition: transform 0.2s ease-in-out;
    transform: scale(1.7);
    opacity: 1;
    margin-top: -100px;
    -webkit-filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.3));
}

.slick-initialized .slick-slide {
    display: contents;
    margin: 20px 0;
}

.slick-initialized .slick-track {
    padding: 150px 0 0 0;
}

.senses .slick-center .btn {
    display: block;
    margin-top: 150px;
    transition: opacity 1.5s ease-in-out;
    opacity: 1;
    text-align: center;
    transform: scale(1.5);
    font-size: 10px;
    padding: 10px 10px!important;
}
.senses .prev--arrow {
    height: 70px;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    top: 50px;
    left: 23%;
}
.senses .next--arrow {
    height: 70px;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    top: 50px;
    right: 23%;
}

@media (max-width: 510px) {
    .slick-center .packshots img {
        transform: scale(1);
        margin-top: -25px;
    }
    .senses .slick-center .btn {
        margin-top: 50px !important;
    }
    .slick-initialized .slick-track {
        padding: 0 0 0 0 !important;
    }
    .senses .slick-center .btn {
        display: block;
        margin-top: 150px;
        transition: opacity 1.5s ease-in-out;
        opacity: 1;
        text-align: center;
        transform: scale(1);
        font-size: 14px;
        padding: 10px 30px!important;
    }
}
.senses .versprechen .col-1{
    min-width: 200px !important;
}

.senses .new-list li {
    list-style: none;
    margin-bottom: 10px;
}
.senses .new-list {
    position: relative;
    margin: 0;
    padding-left: 25px;
    margin-bottom: 40px;
}
.senses .new-list li:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url('/site/themes/gimborn-gimdog-child/senses/img-list.svg') no-repeat;
    background-size: contain;
    position: absolute;
    display: inline-block;
    left: 0;
}

.senses .big-product {
    text-align: center;
    max-width: 500px;
    margin: 0 auto 40px auto;
    position: relative;
    z-index: 2;
    -webkit-filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.5));
}

.senses .small-product {
    height: 300px;
    padding: 0 10px;
}

@media (max-width: 700px) {
    .senses .big-product {
        max-width: 250px;
    }
    .senses .beef-label:after,
    .senses .chicken-label:after {
        height: 130px !important;
        width: 130px !important;
        left: -75px !important;
        bottom: 40px !important;
    }
}

.senses .video-frame {
    margin: 0 -50px;
}
.senses .senses-video {
    width: 100%;
    height: 600px;
    border: none;
    display: block;
}

.senses .steckbrief {
    margin: 0px -50px;
    padding: 50px;
    background: linear-gradient(0deg, #0d7fa1, #1c9cc1);
}

.senses .steckbrief p,
.senses .steckbrief h2 {
    color: #ffffff;
}
.senses .centertext {
    text-align: center;
}

.senses .gulliverbaylee {
    max-width: 80%;
    display: block;
    margin: 60px auto;
}



.senses .chicken-label:after {
    content: "";
    height: 200px;
    width: 200px;
    background: url(/site/themes/gimborn-gimdog-child/senses/img-chicken-label.png) no-repeat;
    position: absolute;
    background-size: contain;
    left: -100px;
    bottom: 100px;
    z-index: -1;
}
.senses .beef-label:after {
    content: "";
    height: 200px;
    width: 200px;
    background: url(/site/themes/gimborn-gimdog-child/senses/img-beef-label.png) no-repeat;
    position: absolute;
    background-size: contain;
    left: -100px;
    bottom: 100px;
    z-index: -1;
}

.senses .gulli-dots {
    width: 700px;
    height: auto;
}

.senses .grey-bg {
    margin: 0 -50px;
    background: linear-gradient(45deg, rgba(195,195,195,1) 0%, rgba(249,249,249,1) 27%, rgba(255,255,255,1) 100%);
    padding: 50px;
}


.senses .insta-icon {
    height: 44px;
    width: 44px;
    margin-right: 10px;
}



.senses .insta-img {
    flex: 1 0 0;
    width: 20%;
    margin-right: 10px;
    margin-bottom: 10px;
}
.senses .left--align.steckbrief-row {
    margin: 0 -50px;
    background: linear-gradient(45deg, rgba(195,195,195,1) 0%, rgba(249,249,249,1) 40%, rgba(255,255,255,1) 100%);
    padding: 50px;
}
.senses .right--align.steckbrief-row {
    margin: 0 -50px;
    background: linear-gradient(-45deg, rgba(195,195,195,1) 0%, rgba(249,249,249,1) 40%, rgba(255,255,255,1) 100%);
    padding: 50px;
}
.senses .steckbrief-list {
    max-width: 250px;
}
.senses .steckbrief-list li {
    margin-bottom: 10px;
    /* list-style: none; */
    position: relative;
}
/* .senses .steckbrief-list li:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 11px;
    background: url(/site/themes/gimborn-gimdog-child/senses/i-tatze.svg) no-repeat;
    background-size: contain;
    left: -29px;
    top: 6px;
} */
.senses .senses-logo {
    height: 200px;
    margin-left: 100px;
}
.senses .senses-headline {
    margin-right: 100px;
    width: 100%;
    height: auto;
}
.senses .centerrow.height-products img {
    max-height: 300px;
}

.senses .headline-height {
    height: 200px;
}
.senses .column {
    flex-direction: column;
    display: flex;
}

.senses .label-sense {
    height: 50px;
    width: 170px;
    margin-top: 40px;
    align-self: flex-end;
}
/* .senses .width-100 img{
    width: 100%;
    height: 100%;
} */




@-webkit-keyframes scale-up-center {
    0% {
      r: 1%;
      opacity: 1;
    }
    100% {
      r: 5%;
      opacity: 0;
    }
}
@-moz-keyframes scale-up-center {
    0% {
        r: 1%;
        opacity: 1;
    }
    100% {
        r: 5%;
        opacity: 0;
    }
}
@-ms-keyframes scale-up-center {
    0% {
        r: 1%;
        opacity: 1;
    }
    100% {
        r: 5%;
        opacity: 0;
    }
}
@keyframes scale-up-center {
    0% {
        r: 1%;
        opacity: 1;
    }
    100% {
        r: 5%;
        opacity: 0;
    }
}

  .scale-up-center {
  
    -webkit-animation: scale-up-center 1.5s ease-in-out infinite both;
    -ms-animation: scale-up-center 1.5s ease-in-out infinite both;
        -moz-animation: scale-up-center 1.5s ease-in-out infinite both;
            animation: scale-up-center 1.5s ease-in-out infinite both;
}

.senses .header--senses {
    display: block;
    width: 80%;
    margin: 0 auto;
}
@media (max-width: 800px) {
    .senses .header--senses {
        width: 100%;
    }
    .senses .order-2 {
        order: 2;
    }
    .senses .senses-logo {
        margin-bottom: 50px;
    }
    .senses .centerrow .col-1 {
        min-width: 50px;
    }
    /* .senses .button-row {
        margin: 0 -50px;
    } */
    .senses .button-row .col-1 {
        padding: 0px!important;
    }
    .senses .width-100 {
        min-width: 100%;
    }
    .senses .insta-img {
        min-width: 35%;
    }
}

.senses .product--img {
    max-width: 300px;
}

@media (max-width: 700px) {
    .senses .product-row .col-1 {
        min-width: 100%;
    }
}


.senses .visable-mobile {
    display: none;
}

@media (max-width: 800px) {
    .senses .visable-mobile {
        display: block;
    }
    .senses .disable-mobile {
        display: none;
    }
}


.senses .steckbrief-list.special--list {
    max-width: 100%;
    background: linear-gradient(45deg, #c7e281, #f7f2ae);
    padding: 30px 40px 30px 50px;
    border-radius: 10px;
    box-shadow: 0px 3px 9px -2px rgba(0,0,0,0.4);
    color: black;
    font-weight: 600;
    margin: 0px;
}
/* .senses .steckbrief-list.special--list li {
    list-style: none;
}
.senses .steckbrief-list.special--list li:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 11px;
    background: url(/site/themes/gimborn-gimdog-child/senses/i-tatze.svg) no-repeat;
    background-size: contain;
    left: -29px;
    top: 6px;
} */
.senses .steckbrief-list.special--list li:last-child {
    margin-bottom: 0px;
}


.senses .softrow.centerrow.verprechen {
    max-width: 1000px;
    justify-content: center;
}

@media (max-width: 800px) {
    .senses .column--direction {
        flex-direction: column;
    }
    .senses .senses-logo {
        margin-bottom: 30px;
    }
    .senses .senses-logo {
        height: 120px;
        margin-left: 0px;
    }

}


.senses .green-color-gradient {
    background: linear-gradient(0deg, #8FCA45, #B0DE75)!important;
}
.senses .green-color {
    background: #8FCA45;
}
.senses .pink-color-gradient {
    background: linear-gradient(0deg, #FC55A2, rgb(255, 117, 181))!important;
}
.senses .pink-color {
    background: #FC55A2;
}
.senses .orange-color-gradient {
    background: linear-gradient(0deg, #FFA444, rgb(255, 179, 97))!important;
}
.senses .orange-color {
    background: #FFA444;
}
.senses .yellow-color-gradient {
    background: linear-gradient(0deg, #FFD439, rgb(255, 219, 89))!important;
}
.senses .yellow-color {
    background: #FFD439;
}