html, body{
    height: 100%;
    padding: 0pX;
    margin: 0px;

    font-size: 1.1em;
    font-family: Verdana;

    background: rgb(8,0,149);
    background: linear-gradient(175deg, rgb(48, 160, 253) 0%, rgb(57, 159, 243) 46%, rgb(146, 207, 255) 100%);
}

.top{
    padding-top:30px;
}


.bild {
    width: 80%;
    min-height: 200px;
    background-image: url('../style/background.png');
    background-position: 0% 40%;
    margin: auto;
}

.banner {

    background-color: white;
    min-height: 120px;
    width: 80%;
    margin: auto;
    top: 30px;
}

.middle{
    background-color: white;
    width: 80%;
    margin: auto;
    padding-top: 5px;



}



.footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: transparent;
    color: white;
    text-align: center;
    min-height: 40px;
    color: black;

    display: flex;
    justify-content: center;
    align-items: center;
}

.footer a:visited {
    color:white;
}

.footer a:hover {
    color: #e19408;
}

.logo {
    width: 200px;
    float: right;
    margin: 10px;
}





h1.headline {
  margin: 10px;
  float: left;
}


.menu{
    position: fixed; bottom: 200px;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
}

.menu li {
    float: left;
}

.menu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}

li.menu a:hover {
    background-color: #5b5b5b;
}


@media screen and (max-width: 625px) {

    :root {
        --breite: 100;
    }


    h1.headline {
        margin: 10px;
        float: left;
        font-size: 1.3em;
    }

    h1.headline > span {

        font-size: 0.7em;

    }

    .top {
        padding-top: 10px;
    }

    .banner {
        width: var(--breite);
    }

    .banner {
        min-height: 135px;
    }

    .bild {
        width: var(--breite);
        min-height: 90px;
        background-size: 100% 200%;
        background-repeat: no-repeat;
        /*margin-top: 60px;*/
    }

  


 .logo {

        margin-top: 0px;
        width: 30%;
        left: 0px;
	float:none;

    }


    .middle {
        width: var(--breite);
        font-size: 0.8em;
        min-height: 135px;
    }


    .firma {
        font-size: 0.4em;
    }


    html, body {
        height: 100%;
        padding: 0pX;
        margin: 0px;
        font-size: 1.1em;
        font-family: Verdana;
        background: white;
    }


.footer {
position: relative;
}

.footer > a {
color: blue;
}

.footer > a:visited {
color: purple;
}

}
