body{
    /*background: rgb(134,245,217);*/
    /*background: linear-gradient(100deg, rgb(233, 247, 243) 0%, rgb(140, 185, 236) 100%);*/
    /*background: linear-gradient(100deg, #152840 0%, rgb(255, 217, 160) 100%);*/ 
    background: linear-gradient(100deg, #1f508b 0%, rgb(255, 189, 91) 100%);
    width: 100%;
    color: white;
    font-weight:normal;
    font-size: large;
    font-family: "Kanit", 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}

div{
    margin: auto;
    justify-content: space-around;
}

h1{
    font-size: larger;
}


#Zeile1{
    margin-bottom: 2%;
}

#Zeile1 img{
    width: 100%;
    height: auto;
 }


#Zeile2{
    font-size: 30px;
    font-weight: 200;
    width: 80%;
    color: white;
    display: flex;
    flex-flow: row wrap;
    padding: 1%;
    margin-bottom: 2%;
    /*background-color:rgb(152, 180, 216);*/
    background-color: rgba(255, 255, 255, 0.325);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#Zeile5{
    width:  80%;
    margin-bottom: 2%;
}

#Zeile4{
    margin: auto;
    width:  80%;
    margin-bottom: 2%;
    justify-content: space-around;
    display: flex;
    padding: 1%;
    /*background-color: rgb(255, 255, 255);*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#spalte4_1>img{
    width: 100%;
    height: auto;
}


#spalte4_1 {
    width: 35%;
}
#spalte4_2{
    width: 60%;
    height: auto;
    text-align:justify;
}

#Zeile6, #Zeile7, #Zeile8, #Zeile9, #Zeile10, #Zeile11, #Zeile12, #Zeile13, #Zeile14, #Zeile15, #Zeile16, #Zeile17, #Zeile18, #Zeile19, #Zeile20, #Zeile22{
    /*background-color: rgb(255, 255, 255);*/
    padding: 1%;
    width: 80%;
    display: flex;
    margin-bottom: 2%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#spalte6_1, #spalte7_1, #spalte8_1, #spalte9_1, #spalte10_1, #spalte11_1, #spalte12_1, #spalte13_1, #spalte14_1, #spalte15_1, #spalte16_1, #spalte17_1, #spalte18_1, #spalte19_1, #spalte20_1, #spalte22_1

{
    width: 80%;
}

#Zeile23{
    /*background-color: rgb(209, 227, 249);*/
    /*background-color: rgb(28, 66, 115);*/
    display: flex;
    color: white;
    padding: 1%;
    flex-flow: row wrap;
    margin: auto;
    justify-content: space-around;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: rgba(255, 255, 255, 0.325);
    /*background-color: #59210c;*/
}

#spalte23_2
{
    display:flex;
    flex-flow:column wrap;
}

hr{
    color: white;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.social-media-buttons{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    list-style: none;
    flex-direction: row;
}

.social-media-buttons a{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    outline: 2px solid white;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.social-media-buttons a:hover{
    outline-offset: 3px;
    transition: all 0.3s;
}

.social-media-buttons li:nth-child(1) a:hover{
    background: radial-gradient(
        circle at 30% 107%, #fdf497 0%,
        #fdf497 5%, #fd5949 45%,
        #d6249f 60%, #285AEB 90%
    );
}

.social-media-buttons li:nth-child(2) a:hover{
    background-color: #1D9BF0;
}

.social-media-button a img{
    transition: all 0.3s;
}

.social-media-button a:hover img{
    transform: scale(1.15);
}

.naviWebLink
{
    color:white;
    text-decoration: none;
    
}

.naviWebLink:hover
{
    transition: all 0.5s ease-out;
   color:rgb(102, 78, 75) ;
    
}

@media only screen and (max-width: 1150px) 
{
   
    #spalte4_2 
    {
        
        line-height: 20px;
    }

  }

  @media only screen and (max-width: 930px) 
{
   
    #spalte4_2 
    {
        font-size: 10px ;
    }

    
    #Zeile6, #Zeile7, #Zeile8, #Zeile9, #Zeile10, #Zeile11, #Zeile12, #Zeile13, #Zeile14, #Zeile15, #Zeile16, #Zeile17, #Zeile18, #Zeile19, #Zeile20, #Zeile22{
        font-size: 12px ;
    }
}

@media only screen and (max-width: 777px) 
{
   
    #Zeile4
    {
        flex-direction: column;
    }
    #spalte4_1
    {
       width:70%;
    }

    #spalte4_2
    {
       width:90%;
    }

    h1{font-size: 20px;}
    

  
}


@media only screen and (max-width: 600px) 
{  
    #Zeile2
    {
        flex-flow: column nowrap;
        align-items: center;
    }
}




@media only screen and (max-width: 800px) 
{

    #Zeile1 
    {
        width: 100%;
        overflow: hidden;
    }

    #Zeile1 img 
    {
        width: 200%;
        height: auto;
    }


}






