body{
    background-color: white;
    padding-top: 30px;
}

h1{
    color: #808080;
    font-size: 20px;
    font-family: "Roboto-Thin";

}

h2{
    color: #808080;
    font-size: 18px;
    font-family: "Roboto-Thin";

}
h3{
    color: #ffffff;
    font-size: 18px;
    font-family: "Roboto-Thin";
}

.content{
    align-content: center;
    width:100%;
    background: transparent;
}

.logo{
    width:30%;
    margin-bottom: 40px;
}

.iconsparallax {
	margin-top:20px;
	min-height:100px;
	background:transparent;
}

.firstimg{
	margin-top:30px;
    min-height:450px;
    background:transparent;
}

@font-face {
    font-family: "Roboto-Light";
    src: url("../font/Roboto/Roboto-Light.ttf");
}
@font-face {
    font-family: "Roboto-Thin";
    src: url("../font/Roboto/Roboto-Thin.ttf");
}

.icon{
    width:25%;
    margin-bottom: 20px;
}
.goals{
    width:80%;
    font-size: 18px;
    color: #808080;
    text-align: left;
    margin-top: 60px;
}

.text_goals{
    vertical-align: baseline;
    margin-left: 20px;
    margin-right: 20px;
    font-family: "Roboto-Light";
}

.bottomClass{
    background-color: #85B11F;
    vertical-align: center;
    padding-top: 30px;
    height: 650px;
    width: 100%;
    margin-top: 80px;
}
.bottomClass p{
    color: #ffffff;
    font-size: 16px;
    font-family: "Roboto-Light";
}

.contactLabels{
    color: #ffffff;
    font-family: "Roboto-Thin";
    font-size: 18px;
    width: 100%;
}
#contact{
    width:60%;

}
input:focus{
    outline:none;
}
input, textarea, select {
    border:0;
}

.status{
    font-size: 25px;
    padding: 15px;
    font-family: "Roboto-Light";
    color: white;
    padding-left: 0px;
    width:100%;
}

p{
    margin:0;
    margin-bottom: 5px;
    margin-top: 15px;
    padding:0;
}
.buttons{
    background-color: rgba(128,128,128,0.5); 
    width: 23%;
    margin-top: 0px;
    font-family: "Roboto-Light";
    border-radius: 4px;
}

.header_logo{
    width:15%;
}

.impressum{
    font-size: 16px;
    color: #808080;
    margin-top: 20px;
    font-family: "Roboto-Light";
}

a:link:active, a:visited:active { 
    color: white;
  }

a:link, a:visited { 
    color: white;
    text-decoration: underline;
    cursor: auto;
}
.Footer{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: black;    
}