
.Banner {
    width: 99%;
    border: 9px solid #000000;
}

.bild {
    width: 45%;
    border: 9px solid #000000;
}

#margin {
  margin-left: 65px;
}

#auchmargin {
    margin-left: 65px;
}

p {
    line-height: 5px;
}


h3 {
    color: rgba(0, 140, 255, 0.808);
    font-size: 2rem;
}

body {
    font-family: "Roboto", sans-serif;
    background-color: rgb(25, 25, 25);
    color: white;
    margin: 0;
    overflow-x: hidden;
}

br{
    margin-bottom: 5px;
}

.texte{
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1.47em;
}

h1 {

    border: thin solid transparent;
    color:rgba(0, 140, 255, 0.808);
}

.Bilder {
    margin-left: 50px;
}

footer {
    position: absolute;
    width: 100%;
    background-color: rgb(20, 20, 20);
    border-top: 1px solid #363333;
    color: darkgray;
    font-size: 2rem;
    margin-top: 25px;
    padding-top: 20px;
    padding-left: 7%;
    opacity: 0.6;
    padding-bottom: 25px;
}

h2 {
    border: thin solid transparent;
    color: rgba(0, 140, 255, 0.808);
    font-size: 4em;
}

.text {
    text-align: center;
}

.facebook{
    color: #8f8f8f;
    background-color: transparent;
    text-decoration: none;
    position: absolute;
    top: 20px;
    margin-left: 55%;
}


a:link {
    color: #8f8f8f;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: #8f8f8f;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #8f8f8f;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: #8f8f8f;
    background-color: transparent;
    text-decoration: underline;
}