/*Anzeige auf welcher Seite man sich befindet*/

#link3 {
    border-bottom: 3px solid white;
}


body {
    background-color: rgb(245, 245, 245);
}

/*Fächer*/

.Fächer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    min-height: 100vh;
    min-width: 40%;
    margin: 0 30%;
    background: transparent;
}
.Fächer-Kasten {
    position: relative;
    display: flex;
    min-width: 32%;
    padding: 3%;
    margin: 1% 0;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    font-size: 1.3vw;
    background: white;
    filter: drop-shadow(0px 3px 2px grey);
}
.Fächer-Kasten a {
    color: rgb(26, 26, 26);
    text-decoration: none;
}

#MINT-Kasten {
    
}
#Physik-Kasten {
    
}
#Chemie-Kasten {
    
}
#Mathe-Kasten {

}
#Erdkunde-Kasten {
    
}
#Wp-Kasten {
    
}
#Geschichte-Kasten {
    
}
#MINT-Kasten {

}
#MINT-Kasten {
    
}
#MINT-Kasten {
    
}
#MINT-Kasten {
   
}
#MINT-Kasten {
    
}
#MINT-Kasten {
    
}
#MINT-Kasten {
    
}
#MINT-Kasten {
    
}
#MINT-Kasten {
    
}
#MINT-Kasten {
    
}
#MINT-Kasten {
    
}


