/* - - C S S   R E S E T - - - - - */
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}



/* - - B O D Y - - - - - */
body{
    width: 1000px;
    margin: auto;
    color: rgba(245, 245, 220,1);
    background-image: url(/pictures/maddin_bg.png);
    background-size: cover;
}



/* - - H E A D E R - - - - - */
header{
    position:relative;
    height: 880px;
    padding-bottom: 20px;
    border-bottom: 10px solid beige;
    background-image: url(/pictures/maddin_frei.png);
    background-position:0px -280px;
    background-size: contain;
    background-repeat: no-repeat;
}
.caption{
    position: absolute;
    text-align: right;
    width: 120px;
    top: 210px;
    right: 60px;
}



/* - - L E F T - - - - - */
.left{
    position: relative;
    float: left;
    width: 70%;
    border-right: 10px solid beige;
}

.left section{
    margin: 40px 40px 0px 0px;
    border-bottom: 1px solid beige;
}
.left section:last-of-type{
    border-bottom: 0px;
}



/* - - S O R T S - - - - - */
.sorts{
    padding-bottom: 40px;
}
.sorts-gridcontainer{
    display: grid;
    gap: 10px;
    grid-template-areas:
    "one    two     three"
    "four   five    six"
    "seven  eight   skully"
}
.sort{
    display:flex;
    flex-direction: column;
    padding:15px;
    height: 180px;
    max-width: 100%;
    min-width: 200px;
    background-color: beige;
    border-radius: 8px;
    overflow-y: auto;
    overflow-x: hidden;
}
.maki{
    grid-area: one;
}
.sashimi{
    grid-area: two;
}
.nigiri{
    grid-area: three;
}
.chirashi{
    grid-area: four;
}
.oshi{
    grid-area: five;
}
.age{
    grid-area: six;
}
.inari{
    grid-area: seven;
}
.fugu{
    grid-area: eight;
}
.skully{
    grid-area: skully;
    display: flex;
    align-items: center;
    justify-content: center;
}
.skully-1{
    transform: rotate(-50deg);
    font-size: 6rem;
    color: rgba(250, 125, 0, 0.5);
}
.skully-2{
    transform: rotate(10deg);
    font-size: 4rem;
    margin: 10px;
    color: rgba(250, 125, 0, 0.3);
}


/* - - S T U F F - - - - - */
.stuff{
    padding-bottom: 40px;
}
.stuff-flex{
    display: flex;
    justify-content: space-between;
}
.stuff-flex>div{
    width: 23%;
}
.stuff-flex>div>p{
    font-weight: 400;
}


/* - - I N G R E D I E N T S - - - - - */
.ingredients{
    padding-bottom: 40px;
}
.ingredients-flex{
    display: flex;
    justify-content: space-between;
}
table{
    width: 30%;
}



/* - - R E C I P E - - - - - */
.recipe{
    padding-bottom: 40px;
}
.recipe h4{
}
.recipe ol{
    list-style: none;
    text-decoration: none;
    margin-left: 20px;
    margin-top: 15px;
    font-family: 'Lexend', sans-serif;
    font-size: 1.3rem;
}
.recipe ol li{
    margin-top: 10px;
}



/* - - R I G H T - - - - - */
.right{
    position: relative;
    float: right;
    width: 30%;
}
.right section{
    margin: 40px 0px 0px 40px;
    line-height: 200%;
}



/* - - B E H A V E - - - - - */
.behave{
    padding-bottom: 40px;
    border-bottom: 1px solid beige;
}

.video-block{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.video-button{
    width: 60%;
    border-radius: 50px;
    border: 1px solid beige;
}
.video-button:hover{
    border: 1px solid rgb(185, 252, 84);
    outline: 1px solid rgb(185, 252, 84);
}

.video-items{
    align-items: center;
    display: flex;
    flex-direction: column;
}
.video-icon{
    color: beige;
    padding-top: 7px;
    float: right;
    font-size: 3rem;
    height: 50px;
}




/* - - V O C A B U L A R Y - - - - - */
.vocabulary{
    padding-bottom: 40px;
    border-bottom: 1px solid beige;
}
.vocabulary-scroll{
    height:680px;
    margin-top: 20px;
    padding-right: 10px;
    overflow: auto;
    overflow-x: hidden;
}



/* - - C O O P E R - - - - - */
.cooper{
    padding-bottom: 40px;
    float: left;
}

.cooper-scroll{
    height: 300px;
    margin-top: 20px;
    padding-right: 10px;
    overflow: auto;
    overflow-x: hidden;
}



/* - - F O O T E R - - */
footer{
    float: left;
}



/* - - T I P P - - */
.tipp{
    border-top: 10px solid beige;
    padding-bottom: 40px;
}
.tipp>h2{
    font-size: 10rem;
}
.tipp>article{
    display: flex;
    gap: 40px;
}
.tipp-h4{
    font-size: 3.5rem;
}



/* - - F O O T E R - - */
.media{
    border-top: 10px solid beige;
    margin-bottom: 120px;
}

.footicon{
    color: beige;
    padding-top: 20px;
    float: right;
    align-items: center;
    font-size: 2.5em;
    margin-left: 30px;
    height: 50px;
}
.footicon:hover{
    color: rgb(185, 252, 84);
}



/* - - S T I C K Y - - */

.sticky>a>h3{
    font-weight: 400;
    padding-left: 10px;
    text-shadow: 6px 6px 8px black;
}
.sticky>a>h3:hover{
    text-shadow: none;
    color: white;
    text-shadow: 3px 3px 4px black;
}


.jump{
    position: relative;
}

.orange{
    background-image: linear-gradient(
        0deg,
        rgb(250, 125, 0) 30%,
        rgb(128, 64, 0));
}
.o1{
    z-index: 500;
}
#id-o1{
    top:-100px;
}


.o2{
    z-index: 400;
    top: 50px;
}
#id-o2{
    top:-150px;
}

.o3{
    z-index: 300;
    top: 100px;
}
#id-o3{
    top:-200px;
}

.o4{
    z-index: 200;
    top: 150px;
}
#id-o4{
    top: -250px;
}

.o5{
    z-index: 100;
    top: 200px;
}
#id-o5{
    top: -200px;
}


.green{
    background-image: linear-gradient(
        0deg,
        rgb(177, 255, 60) 30%,
        rgb(58, 100, 0));
        margin-left: 40px;
}
.g1{
    z-index: 500;
}
#id-g1{
    top:-100px;
}

.g2{
    z-index: 400;
    top: 50px;
}
#id-g2{
    top:-150px;
}

.g3{
    z-index: 300;
    top: 100px;
}
#id-g3{
    top:-200px;
}