* {
    box-sizing: border-box;
}
body {
    background-color: rgb(49, 49, 49);

}
header {
    z-index: 100;
    position: absolute;
    position: fixed;
    top: 120px;
    right: 60px;
    height: auto;
    width: 300px;
    background-color: rgb(49, 49, 49);
    border-top-width: 20px;
    border-left-width: 20px;
    border-right-width: 20px;
    border-bottom-width: 0px;
    border-style: solid;
    border-color:  #96854e;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-family: 'Work Sans', Arial, sans-serif;
    font-weight: bold;
    color: darkgrey;
}
#logotype {
    position: relative;
    left: px;
    top: -5px;
    width: 210px;
}
#heidenheim {
    position: relative;
    left: -27px;
    top: -114px;
    width: 125px;
    margin-bottom: -100px;
}
nav {
    z-index: 90;
    position: absolute;
    position: fixed;
    top: 260px;
    right: 60px;
    height: auto;
    width: 300px;
    border-top-width: 0px;
    border-left-width: 20px;
    border-right-width: 20px;
    border-bottom-width: 20px;
    background-color: rgb(49, 49, 49);
    border-style: solid;
    border-color: #96854e;
    padding: 0px 25px 15px 25px;
}
main {
    position: absolute;
    top: 50px;
    left: 150px;
    right: 250px;
    width: auto;
    height: auto;
}
div#main {
    background-color: #ffffff;
    border: 20px solid #5c5c5b;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 50px;
    padding-right: 125px;
}
div#Bitte {
    border: 1px solid #5c5c5b;
    margin-top: 25px;
    padding-top: 0px;
    padding-bottom: 50px;
    padding-left: 60px;
    padding-right: 25px;
    font-family: 'Work Sans', Arial, sans-serif;
    color: #ffffff;
}
div#Abschluss {
    height: 50px;
}
footer {
    z-index: 100;
    position: absolute;
    position: fixed;
    bottom: 0px;
    right: 60px;
    height: 100px;
    width: 300px;
    background-color: rgb(49, 49, 49);
    border-top-width: 20px;
    border-left-width: 20px;
    border-right-width: 20px;
    border-bottom-width: 0px;
    border-style: solid;
    border-color:  #96854e;
    padding: 0px 25px 0px 25px;
}
.linkesbild {
    z-index: 200;
    position: relative;
    left: -150px;
    top: -100px;
    float: left;
    width: 440px;
    margin-right: -125px;
    margin-bottom: -90px;
    margin-top: 100px;
    border-top-width: 20px;
    border-left-width: 20px;
    border-right-width: 20px;
    border-bottom-width: 5px; 
    border-style: solid;
    border-color: #96854e;
    background-color: #96854e;
}
.linkebu {
    font-family: 'Work Sans', Arial, sans-serif;
    font-weight: 300;
    color: #ffffff;
    text-align: right;
    font-size: 0.8em;
}
.inlinebild {
    position: relative;
    right: 0px;
    float: right;
    margin-left: 25px;
    margin-bottom: 10px;
    border: 1px solid #c2c1c1;
    padding: 20px;
    background-color: #ffffff;
}
.inlinebu {
    font-family: 'Work Sans', Arial, sans-serif;
    font-weight: 300;
    text-align: left;
    font-size: 0.8em;
}
h1 {
    position: relative;
    left: 0px;
    font-family: 'Work Sans', Arial, sans-serif;
    font-weight: 300;
    font-size: 0.8em;
    color: rgb(49, 49, 49);
    margin-top: 10px;
    margin-bottom: 0px;;
}
h2 {
    position: relative;
    left: -5px;
    font-family: 'Work Sans', Arial, sans-serif;
    font-weight: 200;
    font-size: 3em;
    color: #96854e;
    margin-top: 25px;
    margin-bottom: 0px;
}
h3 {
    font-family: 'Work Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    color: #96854e;
    margin-top: 25px;
    margin-bottom: 0px;
}
.main {
    font-family: 'Cormorant Garamond', Georgia, Times, 'Times New Roman', serif;
    font-size: 1.3em;
    line-height: 1.4;
    margin-bottom: 25px;
}
.textbox {
    position: relative;
    margin-left: 0px;
    margin-bottom: 10px;
    border: 1px solid #c2c1c1;
    padding: 0px 25px 15px 25px;
    background-color: #ffffff;
}
.infotext {
    font-family: 'Work Sans', Arial, sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 10px;
}
.italic {
    position: relative;
    margin-top: 25px;
    font-family: 'Kaushan Script', cursive;
    font-size: 2.5em;
    color: #96854e;
}
.info {
    position: relative;
    margin-top: -25px;
    margin-right: 175px;
    font-family: 'Work Sans', Arial, sans-serif;
    font-weight: 200;
    font-size: 1.1em;
    line-height: 1.5;
    color: #ffffff;
}
a {
    font-family: 'Work Sans', Arial, sans-serif;
    color:#96854e;
    font-size: 1.1em;
    font-weight: 300;
    text-decoration: none;
}
a:visited {
    font-weight: 200;
}
a:focus {
    font-weight: 500;
    letter-spacing: -0.03em;
}
a:hover {
    font-weight: 500;
    letter-spacing: -0.03em;
}
a:active {
    font-weight: 500;
    letter-spacing: -0.03em;
}

