body{
    background-color: rgb(00, 30, 200);
    margin-left: 10%;
    margin-right: 10%;
    font-family: Arial, Helvetica, sans-serif;
}
header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.marginbetweenLOGOandtitle {
   margin-right: 10px;
}

.HG-Farbe{
    background-color: rgb(142, 142, 224);
    box-shadow: 20px -10px 17px -1px rgba(255, 255, 255, 0.76);
}
.FarbeImpressum {
    background-color: rgb(10, 20, 150);
    box-shadow: 20px -10px 17px -1px rgba(255, 255, 255, 0.76);
}
.Impressum{
    color: #ffffff;
    text-decoration: none;
    margin-right: 10px;
    margin-left: 10px;
    display: flex;
}
.Impressum:hover{
    color: rgb(220, 220, 220);
}
.NebeneinanderundAussehen {
    display: flex;
    justify-content: space-between ;
    align-items: initial;
    box-shadow: 20px -10px 17px -1px rgba(255, 255, 255, 0.76);
    background-color: rgb(10, 20, 150);
}
.AbstandderTabellen{
    margin-left: 10%;
    margin-top: 15px;
}
.LängeDerSpalten{
    width: 200x;
}
.Inhalte{
    color: rgb(255, 255, 255);
    text-decoration: none; 
    margin-left: 10px; 
    margin-right: 10px; 
}
.Inhalte:hover{
    color: rgb(220, 220, 220);
}
footer{
    display: flex;
    justify-content: space-between;
}
.ÜberMich{
    box-shadow: 20px -10px 17px -1px rgba(255, 255, 255, 0.76);
    background-color: #27a8a8;
    width: 45%; 
}
.text{
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    color: #ffffff;
    background-color: #27a8a8;
}



.HierGehtEsZurück{
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;
}
.HierGehtEsZurück:hover{
    color:rgb(220,220,220);
} 
.Impressum{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Artikel{
    color:rgb(255, 255, 255);
    background-color:#27a8a8;
    width: 40%;
    box-shadow: 20px -10px 17px -1px rgba(255, 255, 255, 0.76);
} 
.ÜberschriftImpressum{
    margin-left: 10px;
}  
.text1{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10%;
    font-family: Arial, Helvetica, sans-serif;
}
.e-mail{
    text-decoration: none;
    color: rgb(20, 20, 220);
}
.Überschrift{
    color: rgb(255, 255, 255);
    font-size: 300%; 
    font-family: Arial, Helvetica, sans-serif;  
}
.Tabelle{
    border-color: rgb(255, 255, 255);
    box-shadow: 20px -10px 17px -1px rgba(255, 255, 255, 0.76);
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif; 
}
.Hauptbilder{
    display: flex;
    justify-content: space-evenly;
}   
.Bild{
    margin-top: 15px;
    margin-bottom: 15px;
}
.Inhalt{
    color:rgb(0, 0, 130);
}
.Inhalt2{
    color:rgb(0, 0, 130);
    margin-left: 35px;
}
.BeschreibungNeben {
    display: flex; 
}
