a {
    color: #428bca;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px auto;
    max-width: 60em;
    padding: 10px;
}

figcaption {
    font-size: 0.75rem;
}

footer {
    border-top: 1px solid;
    border-top-color: #333;
    bottom: 0;
    font-size: 0.8rem;
    padding-bottom: 0.5em;
}

h1 {
    background-color: #c5e3ff;
    border-bottom: 1px solid;
    border-bottom-color: #99CCFF;
}

h2 {
    background-color: #F2FAFF;
    border-bottom: 1px solid;
    border-bottom-color: #99CCFF;
    font-size: 1.2em;
}

h3 {
    font-size: 1em;
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

label {
    display: inline-block;
    font-weight: bold;
    max-width: 100%;
}

main {
    display: block; /* für IE */
}

th {
    background-color: #CAE4FF;
}

tr:nth-child(odd) {
    background-color: #DEF0FE
}

ul.facts-list {
    line-height: 18px;
    margin-bottom: 10px;
    padding-left: 20px;
}

ul.facts-list > li {
    margin-bottom: 7px;
}

/*--------------------------------------------------------------------------------------------------*/
/* Own style classes */
/*--------------------------------------------------------------------------------------------------*/
.box-grey {
    background: #eeeeee;
    box-shadow: 1px 1px 2px #b5b5b5;
    -moz-box-shadow: 1px 1px 2px #b5b5b5;
    -webkit-box-shadow: 1px 1px 2px #b5b5b5;
    padding: 10px;
    color: #212121;
    margin-bottom: 15px;
}

.box-grey th {
    background-color: white;
}

tr:nth-child(even) {
    background-color: white;
}

.box-header {
    background-color: transparent;
    border: none;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

.box-line {
    background: none repeat scroll 0 0 #ffffff;
    border: medium none;
    border-radius: 4px;
    /*color: #212121;*/
    margin: 0 0 3px;
    padding: 10px;
    word-wrap: break-word;
    font-size: 1em;
    display: table;
    width: 100%;
}

.box-line > div,
.box-line > span {
    display: table-cell;
    width: 55%;
    vertical-align: top;
    padding-left: 2px;
    padding-right: 2px;
}

.building-status > div {
    border-radius: 2px;
    display: inline-block;
    margin-right:4px;
    overflow: hidden;
    vertical-align: middle;
    height: 8px;
    width: 25px;
}

.button-style-link {
    background-color: #f1f1f1;
    color: black;
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
}

.button-style-link:hover {
    background-color: #ddd;
    color: black;
}

.column-15 {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    width: 15%;
}

.column-50 {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
}

.column-85 {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    width: 85%;
}

.column-100 {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.info-box {
    background-color: #DEF0FE;
    border-left: 6px solid #99CCFF;
    padding: 4px 12px;
}

.legend {
    margin: 10px 10px 0;
    display: inline-block;
    font-size: 0.75em;
}

.legend-container {
    text-align: center;
}

.pagination {
    display: inline-block;
    font-size: 0.75em;
    margin: 10px 0;
    padding: 0;
    white-space: nowrap;
}

.pagination > li {
    display: inline-block;
    float: none;
    margin: 0 -3px 0 0;
}

.pagination > li > a,
.pagination > li > span {
    color: #428bca;
    float: left;
    line-height: 1.2em;
    margin-left: -1px;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
    border: 1px solid #dddddd;
}

.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li.active > span:focus,
.pagination > li.active > span:hover,
.pagination > li.active:hover > span {
    background-color: #2a6496;
    border: 1px solid #dddddd;
    color: white;
    cursor: default;
}

.pagination > li.disabled > span,
.pagination > li.disabled > span:focus,
.pagination > li.disabled > span:hover {
    background-color: #ebebeb;
}

.pagination > li > a:hover {
    background-color: #eee;
    border-color: #dddddd;
    color: #2a6496;
    outline: 0;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-right: 0;
}

.responsive {
    max-width: 100%;
    height: auto;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.section-timeline h3 {
    font-size: 1em;
    margin-bottom: 0;
}

.section-timeline p {
    margin-top: 0;
}

.status-blue {
    background-color: #3875d7;
}

.status-green {
    background-color: #66c547;
}

.status-green-blue {
    background-color: #c259b5;
}

.status-red {
    background-color: #f34648;
}

.status-yellow {
    background-color: #ffc11f;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.total-line {
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    .column-15 {
        width: 100%;
    }
    .column-50 {
        width: 100%;
    }
    .column-85 {
        width: 100%;
    }
    .hidden-xs {
        display:none!important
    }
}

/*--------------------------------------------------------------------------------------------------*/
/* Modal style classes */
/*--------------------------------------------------------------------------------------------------*/
.zoomable-image {
    border-radius: 5px;
    cursor: pointer;
    max-width:300px;
    transition: 0.3s;
    width:100%;
}

.zoomable-image:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
.caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
.caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 600px) {
    .modal-content {
        width: 100%;
    }
}