html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #111;
    background: #F0F0F0;
    padding-bottom: 6rem;
}
footer {
    background: #fedfbd;
    padding:0.5rem;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #000;
}
.orange {
    color: #fedfbd;
}
.bgorange img {
    border-radius: 20px;
    border: 5px solid #fff;
}
.text-right {text-align: right;}
.navlink {
    background: #fedfbd;
    text-decoration: none;
    border:1px solid #fff;
    padding:0.5rem 1rem;
    color:#000;
    font-weight: bold;
}
.bgorange {
    background: #fedfbd;
    padding:2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
footer a {
    color: #111;
    text-decoration: none;
}
h1 {
    margin-top:1rem;
    margin-bottom: 1rem;
    font-size: xx-large;
    font-weight: bolder;
}
h2 {
    margin-top:0.5rem;
    margin-bottom: 0.5rem;
    font-size: x-large;
}
.photos img {
    margin:20px;
    border-radius: 20px;
    width: 250px;
    height: auto;
}
.clear {
    clear: both;
}
.baustelle {
    padding: .5rem;
    width: 120%;
    background: rgba(255,0,0,0.5);
    color:white;
    position: fixed;
    top:35%;
    left:-10%;
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
    rotate: -15deg;
}
