html {
   font-size: 62.5%;

}

body {
   font-family : "georgia","times","times new roman",serif;
   line-height : 1.8em;
   padding : 3em;
   color : #444444;
}

#header {
    margin-bottom : 2em;
}

#header a {
    color : inherit;
    text-decoration : none;
}

#header a:hover {
    color : inherit;
    text-decoration : underline;
}

#footer {
    margin-top : 2em;
    text-align : center;
}

.social-icon {
    text-decoration : none;
}

.social-icon svg {
  transition: fill 0.3s ease;
  fill: #333; /* Standardfarbe */
}

.social-icon:hover svg {
  fill: #0077b5; /* LinkedIn-Blau oder GitHub-Dunkel */
}

#block {
    text-align : justify;
}

#block ul {
    list-style : disc outside;
    margin-top : 0.5em;
}

#block ul>li {
    list-style : disc inside;
    margin-bottom : 0.5em;
}

li {
    margin-left : 1em;
    margin-right : 1em;
}

blockquote {
    background-color : silver;
    padding : 0.5em;
    font-style : italic;
}

.no_underline {
    text-decoration : none;
}

.align-right {
   text-align : right;
}

.list-inline li {
    display : inline;
}

p {
  text-indent : 1em;
}

img {
  padding : 1em;
}

/*
h1 {
    font-size : 2em;
    margin-bottom : 0.5em;
}

h2 {
    font-size : 1.8em;
    margin-bottom : 0.5em;
}

h3 {
    font-size : 1.2em;
    margin-top : 0.5em;
    margin-bottom : 0.5em;
}

h4 {
    font-size : 1.4em;
    margin-bottom : 0.5em;
}

h5 {
    font-size : 1.3em;
    margin-top : 0.5em;
    margin-bottom : 0.5em;
}

*/


