
#titel{
background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTqY5hD2trtoO1xYRdBnCCyrhBsXCQVB4yqhqcDoy4g0hrzLYo1hg);
width: calc(100% - 80px);
height: calc(7% - 2%);
padding: 40px 40px;
font-size: 40px;
font-weight: bold;
color: White;
position: absolute;
top: 0px;
left: 0px;
text-align: center;
}





body{
  margin-top: 150px;
  background-image: url(https://visionwall.com.au/wp-content/uploads/2015/08/pe-04-04-8.jpg);
  padding-bottom: 2%;
  /*background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTyio8r6NbfOUPkpL1DPelV9fJMHuw3RbY1__iMUwXilvZFOoNwaA);*/
}

footer{
    position:fixed;
    left:0px;
    bottom:0px;
    height:40px;
    width:100%;
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTqY5hD2trtoO1xYRdBnCCyrhBsXCQVB4yqhqcDoy4g0hrzLYo1hg);
    text-align: center;
    font-size: 15px;
    color: White;
    }

footer a{
  color: white;
}










h1{
color: White;
}





.Blog {
  font-size: 16px !important;
  width: 50%;
  position: relative;
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTqY5hD2trtoO1xYRdBnCCyrhBsXCQVB4yqhqcDoy4g0hrzLYo1hg);
  text-align: center;
  padding: 1em 2em; /* Adjust to suit */
  margin: 2em auto 3em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
  border-radius: 25px;
}

img{
margin-left: 10%;
width: 80%;
}

.wrapper{

    width: 80%;
    margin: 2em auto 0;
}

.form-group{
  color: white;
  text-align: center;
}

#vorname,#nachname{
margin-top: 10px;
}

#vorname{
  margin-left: 30px;
}

#nachname{
  margin-left: 19px;
  margin-bottom: 20px;
}

.fehler{
    background-color: #Fc798a;
    color: red;
    padding-top: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: red;
    border-radius: 10px;
    margin-bottom: 10px;
}

.versendet{
    background-color: #66ffcc;
    color: green;
    padding-top: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: green;
    border-radius: 10px;
    margin-bottom: 10px;
}

#programme {
width: 30%;
margin-left: 35%;

}
