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; background-color: #260089; border-radius: 2px; transition: .3s; color: white !important; }
.cookie-consent button:hover {
    background-color: #3600c8;
}

.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;
}

.force-content-w100 {
    width: 100vw !important;
    position: relative !important;
    left: calc(-50vw + 50%) !important;
}

.content-center {
    margin: 0 auto;
}

.flatpickr-calendar {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
    margin-bottom: 10px;
}

.flatpickr-next-month, .flatpickr-prev-month {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    border-radius: 3px;
}

.flatpickr-calendar.inline {
    margin: 0 auto;
}

.flatpickr-day {
    border-radius: 4px !important;
    transition: 0.2s;
}

.event {
    height: 3px;
    display: block;
    background: #2e77bc;
    margin-top: -5px;
    border-radius: 5px;
}

.agenda-card {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1.75rem !important;
    border: 2px solid #ededed !important;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0.3rem;
}

.agenda-card-section a::first-letter {
    text-transform: capitalize;
}

.agenda-card-section a {
    color: #2e77bc;
    font-weight: 600;
}

.agenda-card-section p {
    margin-bottom: unset;
}

.agenda-card-section a:hover {
    color: #0e68d9;
    text-decoration: underline;
}

.agenda-card-section h5 {
    font-weight: 600;
}

.agenda-card-section time, .agenda-card-section a {
    margin-bottom: 0.25rem;
    font-size: 13px;
}

.agenda-card-section {
    padding: 1.5rem !important;
    flex: 1 1 auto;
    min-height: 1px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-5 {
    margin-top: 5px;
}

.fw-600 {
    font-weight: 600;
}