body {
    margin: 0;
    padding: 0em;
    font-family: Verdana, "Lucida Sans Unicode", sans-serif;
}

.header {
    color: rgba(153, 54, 54, 0.555);
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;

    font-size: 5vw;
    font-weight: 1000;
    text-align: left;

    position: sticky;
    top: 0;
    height: 0;   
}

.grid {
    width: min(75vw, 75vh);
    aspect-ratio: 1 / 1;
}

.dreier {
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
    align-items: center;

    flex-direction: row;
}

.teil {
    display: flex;
    flex: 1;
    aspect-ratio: 1 / 1;
    flex-direction: column;
    align-items: end;

    padding: 20px;
    margin: 1px;
    border-radius: 2px;

    background-color: rgba(153, 54, 54, 0.555);
    color: white;

    background-repeat: no-repeat;
    background-size: cover;


}

.heading {
    font-size: 3vw;
    font-weight: 1000;  
    text-decoration: none;

    
    
}


@media screen and (min-width: 2000px){
    .heading{
        font-size: 2vw;
    }
    .header{
        font-size: 4vw;
    }
    
}

#t1 {
    background-image: url(../assets/gitarre.jpg);
}

#t2 {
    text-align: right;
}

#t3 {
    background-image: url(../assets/t1.jpg);
}

#t4 {
    text-align: right;
}

#t5 {}

#t6 {}

#t7 {

    background-image: url(../assets/gesicht.jpg);
}

#t8 {
    background-image: url(../assets/t3.jpg);
}

#t9 {
    text-align: right;
}

#t2:hover,
#t4:hover,
#t9:hover {
    background-color: rgba(153, 54, 54, 0.336);
}

#nachname {
    margin-top: -2vw;
}

.section-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;

}

.section {
    display: flex;
    flex-direction: column;

    width: min(75vw, 75vh);
    aspect-ratio: 1 / 1;
    border-radius: 2px;

    background-color: rgba(153, 54, 54, 0.555);
    color: white;
}

.section-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 20px;
}

.section-content {
    margin: 20px;
    font-size: 2vw;
}

.back-button {
    display: flex;
    height: 3vw;
    min-height: 30px;
    aspect-ratio: 1 / 1;

    background-image: url(../assets/hoch.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.back-button:hover{
    transform: scale(1.1);
}

.link-icon {
    height: 3vw;
    min-height: 30px;
    aspect-ratio: 1 / 1;

    background-image: url(../assets/vor.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.contactButton{
    height: 10vh;
    width: 10vh;
}

/* contactButtons */
.containerContact{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.containerButton{
    background-color: transparent;
    color: white;
    margin: 5%;
    padding: 1%;
    font-size: 3vw;
    display: flex;
    flex-direction: row;
    align-items: center; 
    border-color: transparent;
    border-radius: 5px;  
    height: 10vw;   
}

.containerButton:hover{
    background-color: white;
    color: rgba(153, 54, 54, 0.555);
}