*{
    box-sizing: border-box;
}
body {
    /*background-image: url("mitOrange.jpg");*/
    background-image: url('Stapel.png');
    background-position: right;
    background-repeat: repeat-y;
    background-color: f6f5f5;
    width: 85%;
               
    font-family: sans-serif;
    line-height: 150%;
}
header {
    text-align: center;
    background-color: #276678;
    padding-top: 10px;
    padding-bottom: 20px;
   border-radius: 10px;
    padding-right:130px;
    border-style: dashed;
    border-color: black;
    border-width: 5px;
}
#ueberschrift1, #Ueberschrift2 {
    top: 0;
    z-index: -1; 
    font-size: 50px;
    color: #d44000;
    margin-bottom: 20px;
    
    //position: fixed;
    
}
.Absatz  {
    align-content: center;
    font-size: 20px;
    padding: 30px;
    border-radius: 10px;
}

.blue {
    background-color: #d3e0ea;
}

.orange {
    background-color: #1687a7;
    color: #d3e0ea;
}

#sehen {
    margin-top: 47px;
    margin-left:120px;
}
footer {
    background-color:coral;
    color:darkgreen;
    align-content: center;
    font-size: 15px;
    border-radius: 10px;
    padding:10px;
    margin:50px 150px 50px 100px;
    
}
:any-link {
    color:darkgreen;
    font-family: monospace;
    font-size: 20px;
}
main p {
    max-width:80%;
    margin:50px 100px 50px 100px;
    font-size: 1.5pc;
}
figure {
    float: left;
}
#footerToepfe {
    width: 50%; margin-left: 225px;
}
#frage {
    width:200px;
    height: 200Px;
    float: left;
    margin-top: 1px;
    margin-right: 1px;
    margin-left: 100px;
}
