body{
    /*background: linear-gradient(100deg, rgb(233, 247, 243) 0%, rgb(164, 199, 238) 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;
}

#Zeile1{
    font-size: 30px;
    font-weight: 200;
    width: 53%;
    justify-content: space-around;
    color: white; 
    display: flex;
    padding: 1%;
    margin: auto;
    flex-flow: row wrap;
    background-color: rgba(255, 255, 255, 0.325);
    /*background-color:#152840;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#Zeile2,#Zeile3,#Zeile4{
    border: white solid 5px;
    padding: 2%;
    width: 50%;
    margin: auto;
    margin-top: 2%;
    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);
}

h1{
    font-size: larger;
    text-align: center;
}


h2{
    font-size: large;
}

hr{
    color: white;
}

#Zeile5{
    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;*/
}

#spalte5_2
{
    display:flex;
    flex-flow:column wrap;
}

*{
    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) ;
    
}