@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&family=Zen+Kaku+Gothic+Antique:wght@300&display=swap');

body{
    font-family: 'Fira Sans';
    height: 100%;
    margin: 0;
}
img{
    width: 467.5px;
}
h1, h2{
    font-family: 'Zen Kaku Gothic Antique'
}
div.header{
    background-image: url('../img/Bild5.jpg');
    background-position: center;
    background-size: cover;
    height: 960px;
    width: auto;
    margin: 0px;
  
}#schrift-title, #main-title{
    position: relative;
    top: 200px;
    left: 80px;
    clear: both;
    width: 80%;
}
h1{
    font-size: 100px;
    color: white;
    text-shadow: 0px 0px 5px black;
}
h2{
    font-size: 40px;
}
h2#title{
    color: white;
    text-shadow: 0px 0px 5px black;
}
.content{
    width: 960px;
    margin: auto;
}
.first,.second,.third,.fourth{
    display: inline-block;
    margin: 5px;
}
span{
    font-size: 25px;
}
select{
    font-size: 20px;
}
input[type="submit"]{
    font-size: 25px;
    font-weight: bold;
}
.bestellung{
    padding: 20px;
}
input[type="text"]{
    font-size: 20px;
    font-family: 'Fira Sans';
}
.produkte{
    border-top: 2px solid black;
    margin-top: 50px;
    padding-top: 15px;
}
h2#produkte{
    position: absolute;
    top: 960px;
    background-color: white;
    padding-right: 10px;
}
.adresse{
    border-top: 2px solid black;
    margin-top: 50px;
    padding-top: 15px;
}
h2#adresse{
    position: absolute;
    top: 2580px;
    background-color: white;
    padding-right: 10px;
}
.zahlungsart{
    border-top: 2px solid black;
    margin-top: 70px;
    padding-top: 40px;
}
h2#zahlungsart{
    position: absolute;
    top: 2815px;
    background-color: white;
    padding-right: 10px;
}
.versandart{
    border-top: 2px solid black;
    margin-top: 70px;
    padding-top: 40px;
}
h2#versandart{
    position: absolute;
    top: 2985px;
    background-color: white;
    padding-right: 10px;
}
.bestellung{
    margin-top: 30px;
}
.nav a{
    text-decoration: none;
    background-color: white;
    font-size: 40px;
    color: black;
    font-family: 'Zen Kaku Gothic Antique';
    position: relative;
    top: 200px;
    left: 80px;
    padding-right: 10px;
    padding-left: 10px;
}