table { width: 100%; margin-bottom: 20px; }
table thead tr th, table thead tr td,
table tbody tr td {
    font-size: 12px;
    padding: 8px;
}
tr th { font-weight: bold; }
.clear { clear: both; }

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 13px;
    line-height: 1.6;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.page-content img {
    clear: both;
    display: block;
    margin: 0 auto;
}

.page-content img.align-right {
    float: right;
    padding-left: 15px;
    padding-bottom: 15px;
}

.page-content img.align-left {
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
}

.album { display: flex; flex-wrap: wrap; }
.album .image { flex: 1 1 auto; width: 25%; }
.album.album-overview {
    justify-content: center;
}

.album.album-overview .portlet {
    max-width: 150px;
    margin: 0 5px;
}

.album.album-overview img {
    max-width: 150px;
    max-height: 150px;
}

.album.album-overview p {
    text-align: center;
    padding: 0 5px;
}

.block {
    word-wrap: break-word;
}

@media only screen and (max-width: 40em) {
    .album .image { width: 50%; }
    .album.album-overview { justify-content: center; }
}

.news .image {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.news .image img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 0;
}

.news .text {
    float: left;
    padding-left: 50px;

}

.news .newsheader {
    margin-top: 0;
}

.news .newsheader.block a {
    display: block;
    text-align: center;
    padding: 10px 0;
    background: gray;
    color: #fff;
}

.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    overflow-y: auto;
}

.portlet .project-images {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

.portlet .project-image {
    flex-grow: 1;
    margin-right: 15px;
    width: calc(100% * (1/4) - 15px);
}

.grecaptcha-badge {
    display: none;
}

.g-recaptcha {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform-origin: right top;
    -webkit-transform-origin: right top;
}

.form-flex button {
    margin-left: 15px;
}

.form-flex {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.flex-end {
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.whatspop { position:fixed; bottom:15px; right:15px; display: none; }
.whatspop.visible { display: block; }
.whatspop > img { width: 60px; height: 60px; border-radius: 50%; float:right; box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.25); }
.whatspop > img:hover { cursor: pointer; }
.whatspop > a { display: none; text-decoration: none; background-color: #fff; margin-bottom:20px; width: 180px; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; padding:10px; text-align: center; font-size: 14px; font-weight: bold; color: #000; box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.25); transition: background 0.1s ease-in-out; border-bottom: 1px solid #f0f0f0; }
.whatspop.open-panel > a { display: block; }
.whatspop > a:hover { text-decoration: none; color:#000; }
.whatspop > a > span { color:#0DC24F; display:block; margin-top:10px; font-weight: normal; }
.whatspop span.numb { position: absolute; right: 0; top: -10px; background: #ff3f3f; color: #fff; font-size: 13px; border-radius: 50%; padding: 2px 8px; }

@media only screen and (min-width: 763px) {
    .whatspop { display: none !important; }
}

.cookie-consent { display: flex; position: fixed; width: 100%; bottom: 0; align-items: center; -webkit-align-items: center; justify-content: center; -webkit-justify-content: center; background: rgba(238, 238, 238, 0.75); padding: 10px 0;}
.cookie-consent button { margin: 0; margin-left: 30px; padding: 10px 20px; }

.header-image {
    position: relative;
}

.header-image img {
    width: 100%;
}

.header-image .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}

.header-image .link a {
    display: block;
    width: 100%;
    height: 100%;
}

.header-image .text {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
}

.header-image .text.left-top {
     align-items: flex-start;
     justify-content: flex-start;
 }

.header-image .text.left-center {
     align-items: center;
     justify-content: flex-start;
 }

.header-image .text.left-bottom {
     align-items: flex-end;
     justify-content: flex-start;
 }

.header-image .text.center-top {
     align-items: flex-start;
     justify-content: center;
 }

.header-image .text.center {
     align-items: center;
     justify-content: center;
 }

.header-image .text.center-bottom {
     align-items: flex-end;
     justify-content: center;
 }

.header-image .text.right-top {
     align-items: flex-start;
     justify-content: flex-end;
 }

.header-image .text.right-center {
     align-items: center;
     justify-content: flex-end;
 }

.header-image .text.right-bottom {
     align-items: flex-end;
     justify-content: flex-end;
}

.ql-align-left {
    text-align: left;
}

.ql-align-right {
    text-align: right;
}

.ql-align-justify {
    text-align: justify;
}

.ql-align-center {
    text-align: center;
}