* {
    font-family: sans-serif;
}


body {
    
}

#contentWrapper {
    background: url("imgs/schlangenbrunnen.jpg") top left;
    background-size: cover;
    position: absolute; left:0px; top:30px; bottom:24px; right:0px;
    /*border: solid 1px red; */
    overflow: scroll;
}

#content {
    background-color: rgba(255,255,255,0.75);
    position: absolute; top:0px; width: 60%;
    left:50%; margin-left: -30%; padding:10px;
    /*border: solid 1px red;  */
}

h2, h3 {
   color: rgb(56,113,194); 
}
.panel-title {
    background-color: rgb(56,113,194); color: white;
    font-weight:normal; margin:0px;
    padding: 2px 10px;
}

.panel {
    background-color: white;
}

._panel {
    padding: 2px 10px;
}
.panel-body {
    padding: 2px 10px;
}

.footer {
    position: fixed; bottom:0px;
}

.box {
    padding:2px 10px;
    border: solid 1px lightgrey;
}

.box a {
    text-decoration: none; color:black;
}

.box a:hover {
    text-decoration: underline; color:rgb(56,113,194);
}

.box_h {
    color: rgb(56,113,194); ;
    padding:2px 10px; font-weight: bold;
    border: solid 1px lightgrey;
}