body {
    background-color: lightgray;
    margin-top: 100px;
}

.grid-container {
    display: grid;
    grid-gap: 0em;
    grid-template-columns: repeat(auto-fit, minmax(20em, 1fr));
}

.toekan .clickme {
    position: absolute;
    left: 100px;
    top: -50px;
    z-index: 100;
    display: none;
}

.toekan:hover .clickme {
    display: block;
}


.toekan {
    position: relative;
    width: 80px;
    height: 250px;
    background-color: #000000;
    border-radius: 50px 0px 10px 40px;
    margin-left: 50px;
    margin-top: 100px;
    margin-bottom: 20px;
    z-index: ;
}

.toekan:hover {
    cursor: pointer;
}

.toekan .head {
    position: absolute;
    left: 20px;
    width: 60px;
    height: 150px;
    background-color: #ffffff;
    z-index: 1;
    border-radius: 55px 5px 50px 50px;
}

.toekan .headorange {
    position: absolute;
    width: 60px;
    height: 30px;
    background-color: #e57200;
    z-index: 1;
    border-radius: 100px 0px 0px 0px;
}

.toekan .eye {
    position: absolute;
    left: 18px;
    top: 15px;
    width: 35px;
    height: 35px;
    background-color: rgb(24, 122, 255);
    z-index: 1;
    border-radius: 50px 50px 50px 50px;
    animation-name: knipper;
    animation-duration: 16s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}



@keyframes knipper {

    0%,
    48% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(0);
    }

    52%,
    100% {
        transform: scaleY(1);
    }


}


.toekan .pupil {
    position: absolute;
    left: 9px;
    top: 9px;
    width: 16px;
    height: 15px;
    background-color: #000000;
    z-index: 7;
    border-radius: 50px 50px 50px 50px;
}

.toekan .snavel {
    position: absolute;
    left: 80px;
    width: 150px;
    height: 70px;
    background-color: #e5b000;
    z-index: ;
    border-radius: 0px 50px 0px 0px;
    transition: 10s;
}

.toekan:hover .snavel {
    background-color: #2bbc36;
}

.toekan:hover .snaveloranje {
    background-color: #1daa17;
}

.toekan:hover .snaveloranje2 {
    background-color: #10741f;
}

.toekan .driehoek {
    position: absolute;
    left: -10px;
    top: 2px;
    width: ;
    height: ;
    border-top: 13px solid transparent;
    border-right: 20px solid rgb(24, 122, 255);
    border-bottom: 19px solid transparent;
}

.toekan .snaveloranje {
    position: absolute;
    top: 30px;
    width: 150px;
    height: 20px;
    background-color: #e57200;
    z-index: ;
    border-radius: 0px 50px 0px 0px;
    transition: 10s;
}

.toekan .snaveloranje2 {
    position: absolute;
    top: 50px;
    width: 150px;
    height: 20px;
    background-color: #e53e00;
    z-index: ;
    border-radius: 0px 0px 0px 0px;
    transition: 10s;
}

.toekan .snavelzwart {
    position: absolute;
    left: 110px;
    top: px;
    width: 40px;
    height: 70px;
    background-color: #000000;
    z-index: ;
    border-radius: 0px 100px 0px 0px;
}

.toekan .vleugel {
    position: absolute;
    width: 60px;
    height: 160px;
    left: 30px;
    top: 85px;
    background-color: #000000;
    border-radius: 10px 50px 50px 10px/ 10px 80px 80px 10px;
    transform-origin: 10px 10px;
}

.toekan:hover .vleugel {
    animation-name: wapper;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-delay: .s;
    animation-iteration-count: infinite;

}

@keyframes wapper {
    0% {
        transform: rotate(0deg);

    }

    50% {
        transform: rotate(-30deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.toekan .staart {
    position: absolute;
    width: 55px;
    height: 150px;
    left: 24px;
    top: 220px;
    background-color: #000000;
    border-radius: 0px 0px 0px 100px;
    z-index: ;
    transform-origin: 15px 15px;
}

.toekan:hover .staart {
    animation-name: staart;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-delay: .s;
    animation-iteration-count: infinite;
}

@keyframes staart {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.toekan .pootje {
    position: absolute;
    left: 60px;
    top: 235px;
    z-index: ;


}

.toekan .pootje1 {
    position: absolute;
    left: -2px;
    top: px;
    width: 15px;
    height: 20px;
    background-color: rgb(24, 122, 255);
    z-index: 7;
    border-radius: 0px 50px 50px 50px;
}

.toekan .pootje2 {
    position: absolute;
    top: px;
    left: -40px;
    top: 0px;
    width: 25px;
    height: 20px;
    background-color: rgb(24, 122, 255);
    z-index: ;
    border-radius: 50px 0px 20px 20px;
}

.toekan .pootje3 {
    position: absolute;
    top: px;
    left: -20px;
    top: 0px;
    width: 25px;
    height: 20px;
    background-color: rgb(24, 122, 255);
    z-index: 1;
    border-radius: 0px 0px 50px 50px;
}

.toekan .pootje4 {
    position: absolute;
    top: px;
    left: -15px;
    top: 6px;
    width: 15px;
    height: 20px;
    background-color: #000000;
    z-index: 7;
    border-radius: 50px 50px 0px 0px;
}

.toekan .pootje5 {
    position: absolute;
    top: px;
    left: -70px;
    top: px;
    width: 25px;
    height: 20px;
    background-color: rgb(24, 122, 255);
    z-index: -1;
    border-radius: 50px 0px 20px 20px;
}

/* 2e vogel */

.container2 {}

.roodborstje .clickme {
    position: absolute;
    left: 100px;
    top: -100px;
    z-index: 10;
    display: none;
    transform: rotate(-15deg);
}

.roodborstje:hover .clickme {
    display: block;
}

.roodborstje {
    position: relative;
    width: 200px;
    height: 250px;
    background-color: #ffffff;
    border-radius: 500px 0px 500px 0px/ 500px 0px 500px 0px;
    margin-left: px;
    margin-right: 160px;
    margin-top: 150px;
    z-index: 1;
    transform: rotate(15deg);
}

.roodborstje:hover {
    cursor: pointer;
}

.roodborstje .vleugel {
    position: absolute;
    width: 120px;
    height: 220px;
    left: 10px;
    top: 23px;
    transform: rotate(10deg);
    transform-origin: calc(100% - 10px) 10px;
}

.roodborstje:hover .vleugel {
    animation-name: wapper-roodborstje;
    animation-duration: .3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes wapper-roodborstje {
    0% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(10deg);
    }
}

.roodborstje .vleugel1 {
    position: absolute;
    width: 120px;
    height: 220px;
    background-color: #000000;
    border-radius: 350px 150px 500px 0px/ 350px 150px 500px 0px;
    z-index: 10;

}

.roodborstje .vleugel2 {
    position: absolute;
    width: 120px;
    height: 220px;
    background-color: rgb(118, 118, 118);
    border-radius: 350px 150px 500px 0px/ 350px 150px 500px 0px;
    left: 10px;
    top: 10px;
    z-index: 9;
}

.roodborstje .head {
    position: absolute;
    left: 90px;
    top: -70px;
    width: 120px;
    height: 120px;
    background-color: rgb(255, 17, 17);
    z-index: ;
    border-radius: 500px 500px 500px 500px/ 50px 500px 500px 500px;

}

.roodborstje:hover .head {
    transform: rotate(-30deg);
    transition: 0.2s;
}

.roodborstje .borst {
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: rgb(255, 17, 17);
    border-radius: 500px 0px 500px 0px/ 500px 0px 500px 0px;
    left: 85px;
    z-index: -10;
    transform: rotate(-40deg)
}

.roodborstje .borstbruin {
    position: absolute;
    width: 115px;
    height: 115px;
    background-color: #891500;
    border-radius: 500px 0px 500px 0px/ 500px 0px 500px 0px;
    left: 9px;
    top: 50px;
    z-index: -1;
    transform: rotate(14deg)
}

.roodborstje .snavel {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #000000;
    border-radius: 500px 0px 500px 0px/ 500px 0px 500px 0px;
    left: 100px;
    top: 60px;
    z-index: 10;
    transform: rotate(30deg)
}

.roodborstje .eye {
    position: absolute;
    top: px;
    left: 70px;
    top: 50px;
    width: 30px;
    height: 30px;
    background-color: rgb(255, 255, 255);
    z-index: ;
    border-radius: 500px 500px 500px 500px;
    animation-name: knipper;
    animation-duration: 12s;
    animation-timing-function: ease-in-out;
    animation-delay: s;
    animation-iteration-count: infinite;
}

.roodborstje .driehoek {
    position: absolute;
    left: -10px;
    top: 5px;
    width: ;
    height: ;
    border-top: 13px solid transparent;
    border-right: 19px solid rgb(255, 255, 255);
    border-bottom: 15px solid transparent;
    transform: rotate(-15deg)
}

.roodborstje .pupil {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    background-color: #000000;
    z-index: 10;
    border-radius: 500px 500px 500px 500px;
}

.roodborstje .staart {
    position: absolute;
    transform-origin: 20px 180px;
    left: px;
    top: px;
    z-index: -10;
}

.roodborstje:hover .staart {
    animation-name: staart;
    animation-duration: .4s;
    animation-timing-function: ease-in-out;
    animation-delay: .s;
    animation-iteration-count: infinite;
}



.roodborstje .staart1 {
    position: absolute;
    width: 30px;
    height: 220px;
    background-color: #000000;
    border-radius: 350px 150px 500px 0px/ 350px 150px 500px 0px;
    left: -45px;
    top: 150px;
    z-index: 1;
    transform: rotate(40deg)
}

.roodborstje .staart2 {
    position: absolute;
    width: 30px;
    height: 220px;
    background-color: #7b7b7b;
    border-radius: 350px 150px 500px 0px/ 350px 150px 500px 0px;
    left: -15px;
    top: 130px;
    z-index: -1;
    transform: rotate(40deg)
}

.roodborstje .pootje1 {
    position: absolute;
    width: 10px;
    height: 100px;
    background-color: #000000;
    border-radius: 50px 50px 50px 50px;
    left: 90px;
    top: 170px;
    z-index: -100;
    transform: rotate(-15deg)
}

.roodborstje .pootje2 {
    position: absolute;
    width: 10px;
    height: 40px;
    background-color: #000000;
    border-radius: 50px 50px 50px 50px;
    left: 115px;
    top: 237px;
    z-index: -100;
    transform: rotate(60deg)
}

.roodborstje .pootje3 {
    position: absolute;
    width: 10px;
    height: 40px;
    background-color: #000000;
    border-radius: 50px 50px 50px 50px;
    left: 117px;
    top: 245px;
    z-index: -100;
    transform: rotate(90deg)
}


/* Vogel 3 */




.parkiet {
    position: relative;
    width: 180px;
    height: 250px;
    background-color: rgb(61, 117, 191);
    border-radius: 500px 0px 500px 0px/ 500px 0px 500px 0px;
    margin-left: 80px;
    margin-top: 150px;
    z-index: 0;
    transform: rotate(-75deg);
}

.parkiet:hover {
    cursor: pointer;
}

.parkiet .clickme {
    position: absolute;
    left: 255px;
    top: -40px;
    z-index: 10;
    display: none;
    transform: rotate(75deg);
}

.parkiet:hover .clickme {
    display: block;
}

.parkiet .vleugel {
    position: absolute;
    transform-origin: 150px 10px;
    left: 30px;
    top: 50px;
}

.parkiet .vleugel1 {
    position: absolute;
    width: 150px;
    height: 200px;
    background-color: rgb(27, 78, 33);
    border-radius: 500px 0px 500px 0px/ 500px 0px 500px 0px;

}

.parkiet:hover .vleugel {
    animation-name: wapper-parkiet;
    animation-duration: .2s;
    animation-timing-function: ease-in-out;
    animation-delay: .s;
    animation-iteration-count: infinite;
}

@keyframes wapper-parkiet {
    0% {
        transform: rotate(0deg);

    }

    50% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}



.parkiet .vleugel2 {
    position: absolute;
    width: 150px;
    height: 200px;
    background-color: rgb(37, 136, 48);
    border-radius: 500px 0px 500px 0px/ 500px 0px 500px 0px;
    left: -20px;
    z-index: -1;
    transform: rotate(deg);
}


.parkiet .staart {
    position: absolute;
    width: 30px;
    height: 240px;
    background-color: #121638;
    border-radius: 0px 0px 0px 5000px;
    left: -px;
    top: 340px;
    z-index: -2;
    transform: rotate(75deg);
    transform-origin: 130px -10px;
}

.parkiet:hover .staart {
    animation-name: staart-parkiet;
    animation-duration: .4s;
    animation-timing-function: ease-in-out;
    animation-delay: .s;
    animation-iteration-count: infinite;
}

@keyframes staart-parkiet {
    0% {
        transform: rotate(75deg);
    }

    50% {
        transform: rotate(70deg);
    }

    100% {
        transform: rotate(75deg);
    }
}

.parkiet .head {
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: #f07801;
    border-radius: 500px 500px 500px 500px;
    left: 130px;
    top: -60px;
    z-index: -10;
    transform: rotate(deg);
}

.parkiet:hover .head {
    transform: rotate(20deg);
    transition: .3s;
}

.parkiet .head .zwart {
    position: absolute;
    width: 120px;
    height: 60px;
    background-color: #000000;
    border-radius: 90px 90px 0 0;
    left: 30px;
    top: 30px;
    z-index: 10;
    transform: rotate(90deg);
}

.parkiet .head .groen {
    position: absolute;
    width: 75px;
    height: 30px;
    background-color: rgb(27, 78, 33);
    border-radius: 100px 100px;
    left: 40px;
    top: 16px;
    z-index: 10;
    transform: rotate(45deg);
}

.parkiet .head .geel {
    position: absolute;
    width: 90px;
    height: 50px;
    background-color: rgb(255, 226, 0);
    border-radius: ;
    left: 20px;
    top: 41px;
    z-index: 1;
    transform: rotate(-60deg);
}

.parkiet .wit {
    position: absolute;
    width: 90px;
    height: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: ;
    left: 110px;
    top: 25px;
    z-index: 100;
    transform: rotate(45deg);
}

.parkiet .head .eye {
    position: absolute;
    top: px;
    left: 45px;
    top: 25px;
    width: 30px;
    height: 30px;
    background-color: rgb(255, 255, 255);
    z-index: 10;
    border-radius: 500px 500px 500px 500px;
    animation-name: knipper;
    animation-duration: 10s;
    animation-timing-function: ease-in-out;
    animation-delay: s;
    animation-iteration-count: infinite;
}

.parkiet .eye .driehoek {
    position: absolute;
    left: 18px;
    top: 10px;
    width: ;
    height: ;
    border-top: 10px solid transparent;
    border-right: 20px solid rgb(255, 255, 255);
    border-bottom: 16px solid transparent;
    transform: rotate(-145deg)
}

.parkiet .eye .pupil {
    position: absolute;
    top: px;
    left: 8px;
    top: 8px;
    width: 16px;
    height: 15px;
    background-color: #000000;
    z-index: 7;
    border-radius: 50px 50px 50px 50px;
}

.parkiet .snavel {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #000000;
    border-radius: 500px 0px 500px 0px/ 500px 0px 500px 0px;
    left: 20px;
    top: -20px;
    z-index: ;
    transform: rotate(110deg)
}

.parkiet .pootje {
    position: absolute;
    left: 10px;
    top: 210px;
    transform: rotate(75deg)
}

.parkiet .pootje1 {
    position: absolute;
    top: px;
    left: -2px;
    top: px;
    width: 15px;
    height: 20px;
    background-color: rgb(0, 0, 0);
    z-index: 7;
    border-radius: 0px 50px 50px 50px;
}

.parkiet .pootje2 {
    position: absolute;
    top: px;
    left: -40px;
    top: 0px;
    width: 25px;
    height: 20px;
    background-color: rgb(0, 0, 0);
    z-index: ;
    border-radius: 50px 0px 20px 20px;
}

.parkiet .pootje3 {
    position: absolute;
    top: px;
    left: -20px;
    top: 0px;
    width: 25px;
    height: 20px;
    background-color: rgb(0, 0, 0);
    z-index: 1;
    border-radius: 0px 0px 50px 50px;
}

.parkiet .pootje4 {
    position: absolute;
    top: px;
    left: -15px;
    top: 6px;
    width: 15px;
    height: 20px;
    background-color: lightgray;
    z-index: 7;
    border-radius: 50px 50px 0px 0px;
}

/* 4e vogel */

.ekster {
    position: relative;
    top: px;
    margin-left: px;
    margin-top: 150px;
    width: 120px;
    height: 120px;
    background-color: rgb(255, 17, 17);
    z-index: ;
    border-radius: 500px 500px 500px 500px;
    transform: rotate(-25deg)
}

.ekster:hover {
    cursor: pointer;
}

.ekster .clickme {
    position: absolute;
    left: 50px;
    top: -30px;
    z-index: 10;
    display: none;
    transform: rotate(25deg);
}

.ekster:hover .clickme {
    display: block;
}

.ekster .body {
    position: absolute;
    top: px;
    left: 55px;
    top: 70px;
    width: 100px;
    height: 120px;
    background-color: rgb(255, 17, 17);
    z-index: ;
    border-radius: 0px 0px 0px 0px;
    transform: rotate(-30deg)
}

.ekster .body .wit {
    position: absolute;
    width: 150px;
    height: 200px;
    background-color: rgb(255, 255, 255);
    border-radius: 500px 0px 500px 0px/ 500px 0px 500px 0px;
    left: -39px;
    z-index: ;
    transform: rotate(-60deg);
}

.ekster .body .vleugel {
    position: absolute;
    width: 150px;
    height: 200px;
    background-color: #19154b;
    border-radius: 500px 100px 500px 0px/ 500px 150px 500px 0px;
    left: -80px;
    top: -10px;
    z-index: 4;
    transform: rotate(-35deg);
    transform-origin: 100% 1%;
}

.ekster:hover .body .vleugel {
    animation-name: wapper-ekster;
    animation-duration: .3s;
    animation-timing-function: ease-in-out;
    animation-delay: .s;
    animation-iteration-count: infinite;
}

@keyframes wapper-ekster {
    0% {
        transform: rotate(-35deg);

    }

    50% {
        transform: rotate(-43deg);
    }

    100% {
        transform: rotate(-35deg);
    }
}



.ekster .body .blauw {
    position: absolute;
    width: 70px;
    height: 60px;
    background-color: #19154b;
    border-radius: 500px 0px 500px 0px/ 500px 0px 500px 0px;
    left: 24px;
    top: -90px;
    z-index: ;
    transform: rotate(60deg);
}

.ekster .body .eye {
    position: absolute;
    top: px;
    left: 25px;
    top: -60px;
    width: 30px;
    height: 30px;
    background-color: rgb(255, 235, 0);
    z-index: 10;
    border-radius: 500px 500px 500px 500px;
    animation-name: knipper;
    animation-duration: 14s;
    animation-timing-function: ease-in-out;
    animation-delay: s;
    animation-iteration-count: infinite;
}

.ekster .eye .driehoek {
    position: absolute;
    left: 18px;
    top: 10px;
    width: ;
    height: ;
    border-top: 23px solid transparent;
    border-right: 27px solid rgb(255, 235, 0);
    border-bottom: 6px solid transparent;
    transform: rotate(-148deg)
}

.ekster .eye .pupil {
    position: absolute;
    top: px;
    left: 8px;
    top: 8px;
    width: 16px;
    height: 15px;
    background-color: #000000;
    z-index: 7;
    border-radius: 50px 50px 50px 50px;
}

.ekster .body .pootje1 {
    position: absolute;
    width: 10px;
    height: 100px;
    background-color: #000000;
    border-radius: 50px 50px 50px 50px;
    left: px;
    top: 100px;
    z-index: -100;
    transform: rotate(70deg)
}

.ekster .body .pootje2 {
    position: absolute;
    width: 10px;
    height: 40px;
    background-color: #000000;
    border-radius: 50px 50px 50px 50px;
    left: -59px;
    top: 140px;
    z-index: -100;
    transform: rotate(120deg)
}

.ekster .body .pootje3 {
    position: absolute;
    width: 10px;
    height: 40px;
    background-color: #000000;
    border-radius: 50px 50px 50px 50px;
    left: -52px;
    top: 134px;
    z-index: -100;
    transform: rotate(-20deg)
}

.ekster .body .staart {
    position: absolute;
    left: 0px;
    top: 0px;
    transform-origin: 100px 170px;
}

.ekster:hover .body .staart {
    animation-name: staart-ekster;
    animation-duration: .6s;
    animation-timing-function: ease-in-out;
    animation-delay: .s;
    animation-iteration-count: infinite;
}

@keyframes staart-ekster {
    0% {
        transform: rotate(0deg);

    }

    50% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ekster .body .staart1 {
    position: absolute;
    width: 15px;
    height: 200px;
    background-color: #000000;
    border-radius: 50px 50px 50px 50px;
    left: 150px;
    top: 70px;
    z-index: -100;
    transform: rotate(70deg)
}

.ekster .body .staart2 {
    position: absolute;
    width: 15px;
    height: 200px;
    background-color: #000000;
    border-radius: 50px 50px 50px 50px;
    left: 170px;
    top: 80px;
    z-index: ;
    transform: rotate(80deg)
}

.ekster .body .staart3 {
    position: absolute;
    width: 15px;
    height: 200px;
    background-color: #000000;
    border-radius: 50px 50px 50px 50px;
    left: 155px;
    top: 97px;
    z-index: ;
    transform: rotate(90deg)
}

.ekster .body .snavel {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #000000;
    border-radius: 500px 0px 500px 0px/ 500px 0px 500px 0px;
    left: -15px;
    top: -100px;
    z-index: ;
    transform: rotate(100deg)
}

.ekster:hover .snavel {
    animation-name: snavel;
    animation-duration: .7s;
    animation-timing-function: ease-in-out;
    animation-delay: .s;
    animation-iteration-count: infinite;
}

@keyframes snavel {
    0% {
        transform: rotate(100deg);
    }

    50% {
        transform: rotate(94deg);
    }

    100% {
        transform: rotate(100deg);
    }
}

@media screen and (max-width: 1312px) {
    body {
        margin-top: 0;
    }

    .ekster {
        margin-top: 200px;
    }
}


@media screen and (max-width: 672px) {
    body {
        margin-top: 0;
        margin-left: 25vw;
    }

    .roodborstje {
        left: 50px;
        top: 50px
    }

    .parkiet {
        left: px;
        top: 50px
    }

    .ekster {
        left: -30px;
        top: 50px
    }
}
