body {
    background-color: #FFFFFF;


}

#backgroundimg {
    background: url("https://www.kinderherberge.de/img/Kinderherberge-S.jpg") no-repeat; background-size:100% auto; background-attachment:fixed; ;
    min-height: 100%;
}

p, li, ul { font-size: 1.0rem;
}

.panel {
    background: url("/img/PanelBack.png") repeat top;
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
}


.row { max-width: 99%; }

p, a, ul, li {font-size: 1.0rem;}

h1 { font-size: 2.0rem; }

h2 { font-size: 1.9rem; }

h3 { font-size: 1.5rem; }

h4 { font-size: 1.3rem; }

h5 { font-size: 1.2rem; }

h6 { font-size: 1.0rem; }

.back-to-top {
    position: fixed;
    bottom: 50px;
    right: 0px;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    display: none;
}

.back-to-top:hover {
}

.subbanner {
    background-color: #000;
    color: #FFFFFF;
    width: 100%;
    height: 45px;
    position: fixed;
    bottom: 0;
}