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

h1{
    color: #AD9B79;
    font-size: 36px;
    font-family: "AmaticSC";

}

h2{
    color: #AD9B79;
    font-size: 28px;
    font-family: "AmaticSC";

}
h3{
    color: #ffffff;
    font-size: 28px;
    font-family: "AmaticSC";
}

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

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

@font-face {
    font-family: "AmaticSC";
    src: url("../font/Amatic_SC/AmaticSC-Bold.ttf");
}

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

.text_goals{
    vertical-align: baseline;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.bottomClass{
    background-color: #98b953;
    vertical-align: center;
    padding-top: 30px;
    height: 720px;
    width: 100%;
    margin-top: 80px;
}
.bottomClass p{
    color: #ffffff;
    font-size: 20px;
}

.contactLabels{
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    width: 100%;
}
#contact{
    width:60%;

}
input:focus{
    outline:none;
}
input, textarea, select {
    border:0;
}
p{
    margin:0;
    margin-bottom: 5px;
    margin-top: 15px;
    padding:0;
}
.buttons{
    background-color: rgba(173,155,121,0.5);
    width: 23%;
    margin-top: 22px;
    border-radius: 4px;
}

.header_logo{
    width:6%;
}

.impressum{
    font-size: 16px;
    color: #AD9B79;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

a:link:active, a:visited:active { 
    color: #AD9B79;
  }

a:link, a:visited { 
    color: #AD9B79;
    text-decoration: underline;
    cursor: auto;
}

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

.bottomClass.a:link, .bottomClass.a:visited { 
    color: white;
    text-decoration: underline;
    cursor: auto;
}