/*maximale Breite für Bild*/

html, body {
        height: 100%;
        margin: 0;
        padding: 0;
      }

.max-width-905 {
    max-width: 905px !important;
    height: auto;
}

.max-height-226 {
    max-height: 226px;
    height: auto;
}

.page-header-style {
    margin-top: 50px;
}

#header {
    background-color: #f5f5f5;
}

#map {
        height: 50%;
          width: 50%;
      }

.container-style {
    text-align: center;
    width: 450px;
}

.thumbnail {
    border-style: none;
    border-bottom: 1px solid #F5F5F5;
}