@font-face {
    font-family: 'FyffesCoco';
    src: url('fonts/FyffesCoco.woff2') format('woff2'),
        font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Brown';
    font-style: normal;
    font-weight: 400;
    src: local("brown_regular"), local("Brown-Regular"), url(fonts/Brown-Regular.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: 'Brown';
    font-style: normal;
    font-weight: 700;
    src: local("brown_bold"), local("Brown-Bold"), url(fonts/Brown-Bold.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: 'Brown';
    font-style: normal;
    font-weight: 300;
    src: local("brown_light"), local("Brown-Light"), url(fonts/Brown-Light.woff2) format("woff2");
    font-display: swap
}



html {
    background: url(../assets/bg.jpg);
    height: 100%;
}

body {
    font-weight: 400;
    font-family: 'Brown';
    background: url(../assets/footer.png);
    background-size: 60%;
    background-position: left bottom;
    background-repeat: repeat-x;
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

footer p {
    color: white;
    font-size: 1rem;
}

footer a{color:white; text-decoration:none}
footer a:hover{color:white; text-decoration:underline}
h1,
h2,
h3,
h4 {
    font-family: "FyffesCoco";
    color: #70541e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h3 span {
    font-family: 'Brown';
    font-weight: 700;
    font-size: 1.1em;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}

.logo-home {
    width: 250px
}

.headerlogos {
    width: 225px;
    margin-top: 1rem;
    margin-left: 1rem;
}

nav {
    margin-top: 2rem
}

.navbar-nav .nav-item {
    color: #fff;
    background: url(../assets/button.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 3rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin: 0 0.5rem;
    padding: 0 0.35rem;
    transition:all 0.2s ease;
}
.navbar-nav .nav-item:hover{transform: scale(1.1)} 

.navbar-nav .nav-link {
    color: #fff;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: -0.2rem;
}

.navbar-nav .nav-link.active {
    color: #fff;
    text-decoration: underline;
}

.navbar-home.navbar-nav .nav-item {
    padding: 0 1.5rem;
}

.navbar-home {
    margin-left: 16%
}

p {
    font-size: 1.35rem;
    line-height: 1.2
}

.last-container {
    margin-bottom: 20vw
}

main li {
    font-size: 1.35rem;
    line-height: 1.2;
    margin-bottom: 0.4rem
}

.text-uuro > *:nth-child(-n+5) {
    margin-left: -16.6%
}

.buttons-uuru button {
    padding: 2rem 0.2rem;
    width: 100%;
    margin: 1rem;
    font-weight: bold;
    pointer-events: none;
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    background: #ffdd00;
    border: 0;
    font-size: 1.8rem;
    color: #846322;
    position: relative;
    font-family: 'FyffesCoco';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.buttons-uuru button:after {
    content: "";
    display: inline-block;
    background: url(../assets/banane.png);
    width: 9rem;
    height: 4rem;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    margin-top: 4rem;
}


.yellowbox {
    background: #ffdd00;
    color: #7b5f21;
    font-size: 1.6rem;
    padding: 1rem 3.5rem;
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    transform: translateX(-11%);

    line-height: 1.4
}

.recipieslinks a img {
    transition: all 0.3s ease
}

.recipieslinks a:hover img {
    transform: scale(1.1)
}

.button-slow {
    margin-top: 4rem;
    float: right;
    width: 60%
}




.nachrechts{transform: translateX(5%)}
.nachlinks{transform: translateX(-5%)}


/* slider */

.theslider {
    margin-top: 12rem;
    margin-bottom: 10vw !important;
}
.slick-list {
    overflow: visible;
}

.container-slider {
    overflow: hidden;
}

.slick-slide img {
    display: block;
    width: 40vw;
}

.slick-track img.img09 {
    transform: translateY(-20%);
    width: 24vw;
}


@media (min-width: 960px) {
    .slick-slide img {
        display: block;
        width: 20vw;
    }

    .slick-track img.img09 {
        transform: translateY(-20%);
        width: 12vw;
    }

}



.slick-track .slick-slide img.img01 {
    transform: rotate(4deg)
}

.slick-track .slick-slide img.img02 {
    transform: rotate(-4deg)
}

.slick-track .slick-slide img.img03 {
    transform: rotate(6deg)
}

.slick-track .slick-slide img.img04 {
    transform: rotate(-6deg)
}

.slick-track .slick-slide img.img05 {
    transform: rotate(5deg)
}

.slick-track .slick-slide img.img06 {
    transform: rotate(-7deg)
}

.slick-track .slick-slide img.img07 {
    transform: rotate(4deg)
}

.slick-track .slick-slide img.img08 {
    transform: rotate(5deg)
}

.slick-track .slick-slide img.img09 {
    transform: rotate(-4deg)
}

.slick-track .slick-slide img.img10 {
    transform: rotate(5deg)
}

.slick-track .slick-slide img.img11 {
    transform: rotate(-4deg)
}


.slick-track .slick-slide img {
    transform: scale(0.9);
}




.slick-track .slick-slide.slick-active > div {
    transform: scale(1.2);
}

.slick-track .slick-slide.slick-active.slick-current > div {
    transform: scale(2);
}

.slick-track .slick-slide.slick-active.slick-current {
    z-index: 5 !important;
    position: relative;
}


.slick-track .slick-slide.slick-active > div {
    transition: all 0.5s ease
}


/* Mobile */
@media (max-width: 767px) {
    .ppc-right .frame-group-container .frame-container {
        opacity: 1;
        margin-bottom: 5rem;
    }
    
    .headerlogos {
    width: 100px;
    margin-top: 0;
    margin-left: 0rem;
}
    
        .logo-home {
    width: 140px;
}
    
nav {
    margin-top: 0rem;
}
    .navbar-toggler{    margin-bottom: 1rem;}
    .navbar-home {
    margin-left: inherit;
}
    
    .text-uuro > *:nth-child(-n+5) {
    margin-left: inherit;
}
    
    .buttons-uuru button {
    padding: 1.5rem 0.2rem;
    width: 100%;
    margin:0;
         margin-bottom:1rem;
    font-weight: bold;
    pointer-events: none;
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    background: #ffdd00;
    border: 0;
    font-size: 1.3rem;
    color: #846322;
    position: relative;
    font-family: 'FyffesCoco';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
    .yellowbox {
    background: #ffdd00;
    color: #7b5f21;
    font-size: 1.4rem;
    padding: 1rem 3.5rem;
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    transform: none;
    line-height: 1.4;
}
    .button-slow {
    margin-top: 4rem;
    float: left;
    width: 50%;
}
    
    .nachlinks {
    transform: translateX(0);
}.nachrechts {
    transform: translateX(0);
}
    .theslider {
    margin-top: 7rem;
    margin-bottom: 10vw !important;
}
    
    
    body {
    background-size: 150%;

}
    

}



/* Animation */



.section_,
.container:not(.footer),
.container:not(.footer) > .row > .col,
.container:not(.footer) div > p,
div > h3,
div > button {
    transform: translateY(50px);
    opacity: 0;
}

.section_.in-view,
.container.in-view:not(.footer),
.container:not(.footer) > .row > .col.in-view,
.container:not(.footer) div > p.in-view,
div > h3.in-view,
div > button.in-view {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.8s, transform 0.8s ease;
}


.navbar .container,
.theheader .frame-container.frame-container-default {
    opacity: unset;
    transform: none;
}

#headimage .container .row > div {
    transform: translateY(0px);
}



:root {
    --index: 0;
}

*:nth-child(1) {
    --index: 1;
}

*:nth-child(2) {
    --index: 2;
}

*:nth-child(3) {
    --index: 3;
}

*:nth-child(4) {
    --index: 4;
}

*:nth-child(5) {
    --index: 5;
}

*:nth-child(6) {
    --index: 6;
}

*:nth-child(7) {
    --index: 7;
}

*:nth-child(8) {
    --index: 8;
}

*:nth-child(9) {
    --index: 9;
}

*:nth-child(10) {
    --index: 10;
}

*:nth-child(11) {
    --index: 11;
}

*:nth-child(12) {
    --index: 12;
}


.container .row > .col.in-view:nth-child(n) {
    transition-delay: calc(var(--index) * 0.05s);
}