@font-face {
	font-family: "Titel-Font";
	src:url("../Fonts/PoiretOne-Regular.ttf") format("truetype");
	font-style: normal;
    	font-weight: 400;
	font-display: swap;
}
@font-face {
    font-family: "OpenSans";
    src: url("../Fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}
* {
    margin: auto;
    padding: auto;
}
a {
    color: antiquewhite;
    font-weight: 1000;
    text-decoration: none;
}
a:hover {
    color: black;
    font-weight: 1000;
    text-decoration: underline;
}
body {
    background-color: antiquewhite;
    height: 100%;
    font-family: "OpenSans";
    width: 100%;
}
header {
    text-align: center;
    background-image: -webkit-linear-gradient(270deg,rgba(206,248,255,1.00) 0%,rgba(250,235,215,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(206,248,255,1.00) 0%,rgba(250,235,215,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(206,248,255,1.00) 0%,rgba(250,235,215,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(206,248,255,1.00) 0%,rgba(250,235,215,1.00) 100%);
}
.logo {
    width: 20%;
    height: 20%;
    min-width: 120px;
    min-height: 120px;
    float: both;
}
.titel1 {
    float: both;
    color: darkblue;
    font-family: Titel-Font;
    font-size: 3.8rem;
    text-shadow: 2px 2px 2px #815F00;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 50px;
}
.foot1  {
    position: relative;
    top: 7px;
    width: 60px;
    height: 60px;
}
.titel2 {
    font-family: "Titel-Font";
    font-style: normal;
    font-weight: 800;
    font-size: 2.6rem;
    margin-bottom: 15px;
    margin-top: 20px;
    text-shadow: 1px 1px 2px #815F00;
    color: darkblue;
}
.titel3 {
    color: darkblue;
    font-family: Titel-Font;
    font-style: normal;
    font-weight: 800;
    font-size: 2rem;
    text-shadow: 1px 1px 2px #815F00;
}
.welle {
    width: 100%;
    height: 3rem;
    margin-top: 15px;
    margin-bottom: 15px;
}
.center {
    margin-right: auto;
    margin-left: auto;
    max-width: 520px;
}
.service {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    font-weight: bold;
    font-size: 1.2em;
    background-color: #CEF8FF;
    border: 2px solid darkblue;
    border-radius: 10px;
    margin-top: 50px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    max-width: 500px;
    text-align: center;
}
.neu  {
    max-width: 500px;
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 1.2em;
    border: 2px solid darkblue;
    text-align: center;
    border-radius: 10px;
    background-color: rgba(206,248,255,1.00);
    background-image: -webkit-linear-gradient(270deg,rgba(249,255,193,1.00) 0%,rgba(206,248,255,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(249,255,193,1.00) 0%,rgba(206,248,255,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(249,255,193,1.00) 0%,rgba(206,248,255,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(249,255,193,1.00) 0%,rgba(206,248,255,1.00) 100%);
}
.foot2  {
    width: 50px;
    height: 50px;
}
.service .aufzaehlung {
    text-align: left;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: -20px;
}
.anrede {
    text-align: center;
    margin-top: 50px;
    font-size: 1.6em;
    font-weight: 800;
}
.anrede .foot1 {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}
.anrede .foot3 {
    width: 20%;
    height: 20%;
    min-width: 120px;
    min-height: 120px;
}
.formular-header {
    text-align: center;
    color: #000000;
    font-weight: 800;
    margin-top: 40px;
}
.formular {
    font-family: OpenSans;
    font-weight: 600;
    font-size: 1.1em;
    max-width: 500px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 50px;
    border: 2px solid darkblue;
    border-radius: 10px;
    background-color: #CEF8FF;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-bottom: 80px;
}
#anrede {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 92%;

}
.radio {
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-left: 60px;
}
.form-box {
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-box > input {
    padding: 7px;
    border-radius: 5px;
    background-color: #FFF4CD;
    border: 2px solid #FFBC00;
    width: 95%;
}
.form-box > textarea {
    padding: 7px;
    border-radius: 5px;
    background-color: #FFF4CD;
    border: 2px solid #FFBC00;
    width: 95%;
    height: 200px;
    max-width: 95%;
    min-height: 200px;
    min-width: 95%;
}

.form-box > button {
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    background-color: #FFF4CD;
    border: 2px solid #FFBC00;
    font-weight: bold;
}

.form-box > button:hover {
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    background-color: #FFBC00;
    border: 2px solid red;
}
.footer {
    background-color: royalblue;
    font-family: OpenSans;
    font-size: 1rem;
    display: flex;
    width: 100%;
    height: 50px;
    bottom: 0px;
}
