@font-face {
    font-family: "Liberation";
    font-style: normal;
    font-weight: 800;
    src: url("../font/LiberationSerif-Regular.ttf") format("truetype"), url("../font/LiberationSerif-Bold.ttf"),
    url("../font/LiberationSerif-BoldItalic.ttf"), url("../font/LiberationSerif-Italic.ttf") format('truetype');

}

body {
    font-family: "Liberation", serif;
    height: 100vh;
    background-color: #1B4B1C; /* For browsers that do not support gradients */
    /* background-color: #F4FA98; */
}

.mainBody{
    margin: auto;
    max-width: 600px;

    flex-direction: column;
    align-content: center;
    /* border: 3px solid green; */
}

img, .headerLogo
{
    /*background-color: #1B4B1C;*/
    align-items: center;
    max-width: 99%;
    max-height: 300px;
    text-align: center;
}

h1, h2, h3, h4, .highlight{
    font-family: "Liberation", serif;
    font-size: 1.3em;

}

.inhalt{
    /*height: 100vh;*/
/*    background-image: linear-gradient(to bottom, #1B4B1C, #133614);*/
    font-family: "Liberation", serif;
    text-align: center;
    padding-top: 20px;
    color: lightgray;
    font-size: 1.5em;
    margin-bottom: 80px;

    height: calc(100% - 100px);
    display: inline-block;
    /* border: blue 1px solid;*/
}

.dinhalt{
    /*height: 100vh;*/
    /*    background-image: linear-gradient(to bottom, #1B4B1C, #133614);*/
    font-family: "Liberation", serif;
    text-align: left;
    padding-top: 20px;
    color: lightgray;
    font-size: 1.5em;
    margin-bottom: 80px;

    height: calc(100% - 100px);
    display: inline-block;
    /* border: blue 1px solid;*/
}

a{
    text-decoration: none;
    font-style: italic;
    color: #BCBCBC;
}

.footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 10px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1B4B1C;
}

.footer2 {
   width: 30em;
}