

/*=========================grid (Gitternetz)======================================*/
h3{
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0;
}
.grid-container2{
   
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr ;
    gap:10px;
    padding:10vw;
   /* background: url("../bilder/bild1.jpg");*/
 

  }
 .link{
  box-shadow: none;
 } 
  .grid-item2{      
    border: 2px solid gray;
    border-radius: 15px;
    width:1fr;
    height: auto;
  }
.grid-bild{
    width: 100%;
    height:auto;
    padding: 10px;
   cursor: pointer;
}
.unterText{
    padding: 0;
    width: 100%;  
    height: 5%;
    font-size: 1rem;
    color: rgb(246, 240, 234);
    
}
.test{
    width: 200px;
    height: 200px;
    font-size: 5rem;
    background-color: blue;
    margin-left: 100px;
    margin-top: 50px;
    transform:  rotate(45deg) skew(20deg);
}
