
@import url('https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap');

body {

    margin:0
}


#logo {
    float:left;
    padding-left: 10px;
    padding-top: 7px;
} 
   

#title{
    font-size: 48pt;
    text-shadow: 0px 0px 6px  black;
    color: white;}    



li {
    list-style-type: none;
    
    display: inline-block;
}


ul{
    margin:0;
    padding:0;
}

nav {
    text-align: center;
    background-color:rgb(85, 170, 142)
}



nav a{
    display:inline-block;
    padding: 10px 20px;
    margin:0 10px;

    text-decoration: none;
    border-radius: 10px;
    
}

nav a:link, nav :visited {
    color:#eee;
    text-shadow: 0px 0px 4px black;
    font-size: 20px;
    
}



.aside {
    width: 300px;
    height:auto;
    padding-left: 150px;
    padding-right: 50px;
    float: right;
    font-style: italic;
    background-color: lightgray;
  }

.slogan{
    
    font-size: 30pt;
    color: rgb(43, 32, 25);
    font-family: Reddit Sans;
    display:block;
    padding: 0px 20px;
    margin:0 22px;
    margin-right: 22px;
    margin-top: 30px;
    text-decoration: none;
    border-radius: 10px;}

span {
    color: rgb(124, 124, 124);}



.main-text {
    color: rgb(43, 32, 25);
    font-family: Reddit Sans;
    padding: 10px 20px;
    margin:0px 50px 50px 22px;
    text-decoration: none;
    
    }
    

    .gallery-grid {
        display:grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        grid-gap: 1.5rem;
        justify-items: center;
        margin:0;
        margin-bottom: 30px;
        margin-top: 30px;
        padding:0;
    }
    
    .gallery-frame{
        padding:.5rem;
        font-size: 1.2rem;
        text-align: center;
        background-color: rgb(97, 158, 148);
        color:#d9d9d9;
        box-shadow: 20px 20px 3px #bcceca;
    }
    
    
    .gallery-frame a:link {
        
        color:#d9d9d9;
        text-decoration: none;
        font-family: Reddit Sans ;
       
    }
    
    
    
    .gallery-img{
    
        max-width: 100%;
        height:auto;
        object-fit: cover;
        transition: opacity 0,25s ease-in-out;
    }
    
    
    .gallery-img:hover {
        opacity: .7;
    }
    

.gallery-grid-2 {
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 1.5rem;
    justify-items: center;
    margin:0;
    margin-bottom: 30px;
    margin-top: 30px;

    padding:0;
}

.gallery-frame-2{
    padding:.5rem;
    font-family: Reddit Sans;
    font-size: 1.2rem;
    text-align: center;
    background-color: rgb(97, 158, 148);
    color:#d9d9d9;
    box-shadow: 20px 20px 3px #bcceca;
}


.gallery-frame-2 a:link {
    
    color:#d9d9d9;
    text-decoration: none;
    font-family: Reddit Sans ;
   
}



.gallery-img-2{

    max-width: 100%;
    height:auto;
    object-fit: cover;
    transition: opacity 0,25s ease-in-out;
}


.gallery-img-2:hover {
    opacity: .7;
}





.unsere-produkte{
    text-align: center;
    font-family: Reddit Sans;
    font-size: 20pt;
    background-color: antiquewhite;
}

.product{

    font-size: 20pt;
    color: rgb(43, 32, 25);
    font-family: Reddit Sans;
    display:block;
    padding: 0px 20px;
    margin:0 22px;
    margin-right: 22px;
    margin-top: 30px;
    border-radius: 10px;
    text-align: center;   
}


.gallery-grid-3 {
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 1.5rem;
    justify-items: center;
    margin:0;
    margin-bottom: 30px;
    margin-top: 30px;
    padding:0;
}

.gallery-frame-3{
    padding:.5rem;
    font-family: Reddit Sans;
    font-size: 1.2rem;
    text-align: center;
    background-color: rgb(97, 158, 148);
    color:#d9d9d9;
    box-shadow: 20px 20px 3px #bcceca;
}




.gallery-img-3{

    max-width: 100%;
    height:auto;
    object-fit: cover;
    transition: opacity 0,25s ease-in-out;
}


.gallery-img-3:hover {
    opacity: .7;
}

footer{

    padding: 20px;
    color: rgb(43, 32, 25);
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 2px solid #bbb;
    font-size: 0.9em;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    line-height: 1.3em;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-family: Reddit Sans;
    background-color: rgb(166, 196, 185);

}



  
  .flex-container {
    display: flex;
    column-gap: 50px;
    flex-direction: row;
    font-size: 30px;
    text-align: center;
    font-family: Reddit Sans;
    border-color:rgb(43, 32, 25) ;
    margin-left: 22px;
    margin-right: 50px;
    margin-bottom: 70px;
  }
  
  .flex-item-left {
    background-color: #b1a9a9;
    padding: 10px;
    flex: 50%;
    padding-left: 10px #111;
    
  }
  
  .flex-item-right {
    background-color: #f1f1f1;
    padding: 10px;
    flex: 50%;
  }
  
  
 h1{ 

    font-family: Reddit Sans;
    color:#111;
    margin: 50px 0px 30px 22px;
    background-color: antiquewhite;
 }
  
 .gallery-grid-4 {
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 1.5rem;
    justify-items: center;
    margin:0;
    margin-bottom: 30px;
    margin-top: 30px;
    padding:0;
    float:left;
}

.gallery-frame-4{
    padding:.5rem;
    font-family: Reddit Sans;
    font-size: 1.2rem;
    text-align: center;
    background-color: rgb(97, 158, 148);
    color:#d9d9d9;
    box-shadow: 20px 20px 3px #bcceca;
}




.gallery-img-4{

    max-width: 100%;
    height:auto;
    object-fit: cover;
    transition: opacity 0,25s ease-in-out;
}


.gallery-img-4:hover {
    opacity: .7;
}


.aboutus{

    float:right;
    flex:100%;
    font-family: Reddit Sans;
    margin-top: 20px;
    font-size: 25pt;
    display:block;
}

.unsere-eigenschaften{

    font-family: Reddit Sans;
    margin:30px 0px 30px 22px;
}

