*  { margin: 0;
    padding: 0;
    box-sizing: border-box;  
    }

html {
    font-size: 62.5%;
    }


h1 {
    font-size: 4rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: blue;
}

h2{
    font-size: 3rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;
    color: blue;
}

h3{
    font-size: 2.5rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: blue;
}

p {
    font-size: 2rem;
    color: blue;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
}


.main-container {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}

.header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left:1rem;
    max-width: 1200px;

.navright {

    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: end;
    align-items: center;
}
}


.hero-section {
        max-width: 100%;
        height: auto;
        display: block;
        margin-bottom: 1rem;
        border-radius: 1rem;
    }

.text1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 2rem;
        gap: 1rem;
        }


.anfang {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        row-gap: 1rem;
        column-gap: 3rem;
        max-width: 100%;
        height: auto;
        }

    .text {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding:2rem;
        
        }


/*.card {
        display: flex;
        flex-direction: column;
        align-items: center;
       
        justify-items: center;
        gap: 10px;
       
}*/

.stradner {
    
    display: grid;
    grid-template-columns:  1fr 1fr;
    gap: 3rem;
    margin-left: 1rem;
    margin-right: 1;
    align-items: center
}

.stradner-bild {
        
        max-width: 100%;
        height: auto;
       
        margin-bottom: 3rem;
        border-radius: 1rem;
        
        
}
  
    
.bild {max-width: 100%;
        height: auto;
        display: block;        
        border-radius: 1rem;        
        }

.text2 {
       padding: 1 rem;
      
        }

@media (max-width: 62.5rem) {
   html {
    font-size: 50%;
   }
   .anfang {grid-template-columns:  1fr 1fr;
    }

    .content {grid-template-columns:  1fr 1fr;
    }

    .herosection {


    }
}


@media (max-width: 31.25rem) {
   html {
    font-size: 37.5%;
   }   
    .anfang {grid-template-columns:  1fr;
    }

    .content {grid-template-columns:  1fr;
    }
    .stradner {grid-template-columns: 1fr;


    }
}
