/* FONT */
@font-face {
    font-family: "Nohemi Regular";
    src: url("./assets/Web-TT/Nohemi-Regular.ttf") format('truetype');
     font-weight: normal;
     font-style: normal;
    }

*{
    margin: 0;
    padding: 0;
}

main{
    display: flex;
    font-family: "Nohemi Regular" !important;
    line-height: 1;
}

a{
    text-decoration: none;
    color: black;
}

p{
    background-color: white;
    border: solid 2px black;
    font-weight: 700;
    border-radius: 10px;
    padding: 5px 10px 8px 10px;
    width: fit-content;
    margin: -15px 10px;
    font-family: "Nohemi Regular";

}
h1{
    position:absolute;
    bottom: 10px;
    text-align: center;
    font-family: "Nohemi Regular";
    font-size: 39px;
}

h2{
    font-family: "Nohemi Regular";
    text-transform: uppercase;
}
h3{
    margin: 10px;
    font-size: 17px;
}

h4{
    color: white;
    padding: 8px;
    font-size: 14px;
}
h5{
    font-size: 35px;
    margin: 12px 15px;
    line-height: 1.2;
}


/* GRID */

.container{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 5vh;
    flex-wrap: wrap;
}

.grid{
    margin-top: 5vh;
}

.item{
    border-radius: 10px;
    margin: 8px;
}
.group{
    display: flex;
    flex-direction: column;
}
.item-group{
    display: flex;
    flex-direction: row;    
}
.row{
    display: flex;
    flex-direction: row;
}

.column{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header{
    border: solid 2px black;
    width: 300px;
    height: 75px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header img{
    width: 50px;
    height: 50px;
    margin: 12px;
}
.header h2{
    margin: 12px;
}
.current{
    background-image: url("assets/news.jpg");
    background-size: cover;
    border: solid 2px black;
    width: 300px;
    height: 140px;
}

.item-1{
    background-image: url("assets/linkone.jpg");
    background-size: cover;
    border: solid 2px black;
    height: 140px;
    width: 140px;
    position: relative;
}
.item-2{
    border: solid 2px black;
    height: 140px;
    width: 140px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.item-3{
    background-color: black;
    width: 120px;
    height: 32px;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    margin: 3px;
}
.item-4{
    background-color: black;
    width: 120px;
    height: 32px;
    display: flex;
    justify-content: center;
    margin: 3px;
}
.item-5{
    border: solid 2px black;
    width: 300px;
    height: 180px;
    position: relative;
}
.item-6{
    border: solid 2px black;
    width: 145px;
    height: 65px;
    display: flex;
}
.item-7{
    border: solid 2px black;
    width: 64px;
    height: 64px;
}

.item-8{
    border: solid 2px black;
    width: 64px;
    height: 64px;
   
}

.arrow{
    background-color: white;
    border: solid 2px black;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.arrow img{
    padding: 10px;
}

.cappystudio{
    background-image: url('./assets/soon.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    width: 275px;
    height: 100px;
    margin-top: -55px;
    margin-left: 12.5px;
}
.cappylogo{
    width: 80px;
    margin: 10px;
}

.coffee h3{
    margin: 14px;
    text-align: center;
}

/* MEDIA QUERY FÜR MOBILE GERÄTE */

@media only screen and (min-width: 600px) {


    .header{
        width: 80vw;

    }

    .column{
        flex-direction: row;
    }

    .current{
        width: 39vw;
        height: 19vw;

    }

    .item-1{
        height: 19vw;
        width: 19vw;
    }
    .item-2{
        height: 19vw;
        width: 19vw;
    }

    .item-3{
        width: 16vw;
        height: 4vw;
    }
    .item-4{
        width: 16vw;
        height: 4vw;
    }

    .item-5{
        width: 40vw;
        height: 27vw;
    }

    .item-6{
        width: 16vw;
        height: 11vw;
    }
    .item-7{
        height: 11vw;
        width: 11vw;
    }
    
    .item-8{
        height: 11vw;
        width: 11vw;
    
    }

    .grid {
        margin-top: 10vh;
    }


    .header{
        
    flex-direction: row;
    justify-content: space-between;
    }
    .header img{
        width: 50px;
        height: 50px;
        margin: 12px;
    }
    .header h2{
        margin: 30px;
        font-size: 2vw;

    }

    .cappystudio{
        width: 38vw;
        height: 18vw;
        margin-left: 1vw;
        background-image: url('./assets/soon.jpg');
        background-size: cover;
        background-position: center;
    }

    .cappylogo{
        width: 8vw;
        margin: 3px;
    }

    h1{
        font-size: 5.4vw;
    }
    h5{
        font-size: 6svw;
        margin: 2.4vw 2.4vw;
        line-height: 1.2;
    }
    h4{
    color: white;
    padding: 8px;
    font-size: 14px;
    }
    h3{
        font-size: 1.7vw;
        margin-top: 3vw;
        text-align: center;
    }

    .coffee h3{
        margin-top: 3.5vw;
        text-align: center;
        line-height: 1.2;
    }

    h4{
        padding: 1vw;
        font-size: 2vw;
    }

    p{
        padding: 5px 10px 2px 10px;
        width: fit-content;
        margin: -15px 10px;
        font-size: 1.5vw;
    }


    
  }
  