body {
    background-color: var(--theme-bg-color-body);
}

.wrap-outer-header-local {
    border-bottom: none;
}

.wrap-outer-header,
.wrap-outer-footer {
    background-color: var(--theme-bg-color-text);
    color: var(--theme-bg-color-block);
}

.wrap-outer-footer-institute {
    background-color: var(--theme-bg-color-body);
    color: var(--theme-bg-color-block);
}

.wrap-outer-header-local .page-banner {
    background-color: var(--theme-bg-color-block);
    color: var(--theme-bg-color-text);
    min-height: 12rem;
}

.wrap-outer-header-local .wrap-header-local {
    background: var(--theme-bg-color-text);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    color: var(--theme-bg-color-block);
    margin-top: -6em;
    padding: 0;
}

@font-face {
    font-family: 'Guidy';
    src: url('../font/Guidy.ttf');
}

@font-face {
    font-family: 'Gowa Regular';
    src: url('../font/Gowa-Regular.otf');
}

@font-face {
    font-family: 'Bubble Sans';
    src: url('../font/Bubble Sans 1.01.otf');
}

@font-face {
    font-family: 'seenonim';
    src: url('../font/seenonim-v1.ttf');
}

.wrap-outer-header-local .wrap-header-local .page-header-home {
    padding: 0px;
    background-color: var(--theme-bg-color-block);
    color: var(--theme-bg-color-text);

    p {
        text-align: center;
        vertical-align: middle;
        margin-bottom: 0px;
        font-size: 250%;
        /* font-family: 'seenonim'; */
        font-family: "Comfortaa", serif;
    }
    
    .header-line-1 {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        background-color: var(--theme-bg-color-link);
        color: var(--theme-bg-color-block);
        p {
            font-weight: 100;
        }
    }
    .header-line-2 {
        height: 2px;
        background-color: var(--theme-bg-color-block);
    }
    .header-line-3 {
        height: 5px;
        background-color: var(--theme-bg-color-label);
    }
    .header-line-4 {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        background-color: var(--theme-bg-color-wrap);
        color: var(--theme-bg-color-text);
        p {
            font-weight: 900;
        }
    }
    .header-line-5 {
        height: 5px;
        background-color: var(--theme-bg-color-link);
    }
    .header-line-6 {
        height: 2px;
        background-color: var(--theme-bg-color-block);
    }
    .header-line-7 {
        height: 5px;
        background-color: var(--theme-bg-color-label);
    }
}

.navbar-holder {
    height: 46px;
}

.navbar {
    background: var(--theme-bg-color-block);
    color: var(--theme-bg-color-text);
    padding: 0px;
}

.navbar .container-fluid {
    margin-top: 5px;
    margin-bottom: 5px;
    background: var(--theme-bg-color-block);
}

.navbar li {
    margin: 0px 5px;
}

.navbar-onTop {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    padding: 0px;
    z-index: 9999;
    color: var(--theme-bg-color-block);
    background: var(--theme-bg-color-text);
}

.navbar-onTop .container-fluid{
    height: 60px;
    background: var(--theme-bg-color-text);
}

.navbar-onTop .wrapper {
    display: flex;
    width: 1280px;
}

.navbar-onTop .logo-pano {
    border-right: 1px solid #fff;
    margin-right: 2rem;
    padding-right: 2rem;
}

.navbar-onTop .logo-pano img {
    height: 32px;
}

.navbar-nav ul.dropdown-menu {
    font-size: 140%;
}

.wrap-header {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.wrap-header header .wrap-header-core {
    width: 100%;
}

.wrap-header header .wrap-header-supp {
    width: 13%;
}

.wrap-header .logo-pano {
    border-right: 1px solid var(--theme-bg-color-block);
    margin-right: 2rem;
    padding-right: 2rem;
}

.wrap-header header .logo-pano:hover {
    color: transparent;
}

.wrap-header header .logo-pano img {
    width: 100px;
}

.wrap-header header .ontoptext {
    text-decoration: none;
    vertical-align: middle;
    color: #FEEECC;
    font-family: "Comfortaa", serif;
    font-size: 24px;
    font-weight: 600;
}

.fonttest {
    font-family: 'Comfortaa', Sans-serif;
}

.wrap-header header .ontoptext:hover,
.wrap-header header .ontoptext:focus {
    text-decoration: underline;
}

.wrap-header header .link-logo-mit img {
    height: 3.5rem;
}

@media screen and (max-width: 896px) {
    .page-layout-grid {
        display: grid;
    }
}

.navbar-toggler  {
    margin-right: 10px;
}

.wrap-footer {
    
}

.wrap-footer.footer-slim {
    padding-bottom: 2rem;
}

.wrap-footer .wrap-middle {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.wrap-footer-institute {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.wrap-footer-institute .footer-info-institute {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.wrap-footer-institute .footer-info-institute .link-logo-mit {
    margin-right: 5rem;
    min-width: 15rem;
}

.wrap-footer-institute .footer-info-institute .link-logo-mit img {
    height: 3.5rem;
}

.wrap-footer-institute .footer-info-institute .license {
    font-size: 1.2rem;
    margin-top: inherit;
    text-align: center;
}

.wrap-footer .identity .wrap-info{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    font-family: 'Comfortaa', Sans-serif;
    font-size: 19px;
    font-weight: 400;
}

.wrap-content {
    padding-top: inherit;
}

.nav-vertical #navbar-container {
    margin-bottom: 2rem;
}

.wrap-outer-search {
    background-color: var(--theme-bg-color-wrap);
}

.wrap-outer-search .wrap-content #search-form {
    margin: 0;
}

.search .form-group {
    /* background-color: #c07800; */
    background-color: var(--theme-bg-color-link);
    padding: 5px;
    border-radius: 2px;
}


form#advanced-search input,
form#advanced-search select {
    padding: 1rem;
}

form#advanced-search .advanced-search-content>div {
    border-bottom: 1px solid var(--theme-bg-color-block);
    padding: 2rem 0;
}

form#advanced-search .advanced-search-content span.label,
form#advanced-search .advanced-search-content div.field .field-meta label {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 1rem;
}

form#advanced-search #page-actions {
    padding-top: 2rem;
}

nav.breadcrumbs {
    margin-bottom: 1rem;
}

nav.breadcrumbs ol li::after {
    content: " > ";
}

nav.breadcrumbs ol li:last-child::after {
    content: none;
}

.navbar-nav .nav-link {
    color: var(--theme-bg-color-text) !important;
    font-size: 140%;
}


.navbar-onTop .navbar-nav .nav-link {
    color: var(--theme-bg-color-block) !important;
}

.navbar-nav .nav-link .sub-arrow {
    border-color: #F2EFE9 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.navbar-nav ul .dropdown-item  .sub-arrow {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FF9B70
}

ul.navigation.sm-mint.sm-vertical a .sub-arrow {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FF9B70
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link.highlighted {
    background-color: var(--theme-bg-color-label) !important;
    color: var(--theme-bg-color-block) !important;
}

.navbar-nav .nav-link:hover .sub-arrow,
.navbar-nav .nav-link:focus .sub-arrow,
.navbar-nav .nav-link:active .sub-arrow,
.navbar-nav .nav-link.highlighted .sub-arrow {
    border-color: var(--theme-bg-color-block) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}


.navbar-nav ul.dropdown-menu {
    background-color: var(--theme-bg-color-block);
}

.navbar-onTop .navbar-nav ul.dropdown-menu {
    background-color: var(--theme-bg-color-text);
    color: var(--theme-bg-color-block);
}

.navbar-onTop .navbar-nav ul.dropdown-menu .dropdown-item {
    color: var(--theme-bg-color-block);
}

.navbar-nav ul.dropdown-menu .dropdown-item:hover,
.navbar-nav ul.dropdown-menu .dropdown-item:focus,
.navbar-nav ul.dropdown-menu .dropdown-item:active,
.navbar-nav ul.dropdown-menu .dropdown-item.highlighted {
    background-color: var(--theme-bg-color-label);
    color: var(--theme-bg-color-block);
}


.navbar-nav ul.dropdown-menu .dropdown-item:hover .sub-arrow,
.navbar-nav ul.dropdown-menu .dropdown-item:focus .sub-arrow,
.navbar-nav ul.dropdown-menu .dropdown-item:active .sub-arrow,
.navbar-nav ul.dropdown-menu .dropdown-item.highlighted .sub-arrow {
    border-color: var(--theme-bg-color-block);
}

ul.navigation.sm-mint {
    z-index: 999;
}

ul.navigation.sm-mint li {
    margin-bottom: inherit;
}

ul.navigation.sm-mint li a {
    border-radius: unset;
    -webkit-transition: none;
    transition: none;
}

ul.navigation.sm-mint li a.highlighted {
    color: var(--theme-bg-color-text);
}

ul.navigation.sm-mint li ul {
    border-radius: unset;
}

ul.navigation.sm-mint li.active>a {
    font-weight: bold;
}

ul.navigation.sm-mint.sm-vertical {
    border-width: 1px;
}

.browse-controls {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f3f3f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1rem;
    padding: 1rem;
}

.browse-controls .browse-label {
    margin-right: 1rem;
}

.browse-controls form.sorting {
    margin: 0;
}

.wrap-outer-content {
    background-color: var(--theme-bg-color-wrap);
    color: var(--theme-bg-color-text);
}


body.page .block {
    background-color: var(--theme-bg-color-block);
    padding: 10px;
    border-radius: 5px;
}

/* .block-itemssliderslick {
    background-color: var(--theme-bg-color-link) !important;
} */

.pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f3f3f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 1rem;
}

.pagination form {
    margin: 0;
    margin-right: 2rem;
}

.pagination .row-count {
    margin-left: 2rem;
}

ul.resource-list {
    list-style-type: none;
    padding-left: unset;
}

ul.resource-list .resource a {
    padding: 1rem;
    text-decoration: none;
}

ul.resource-list .resource a img {
    border: 1px solid var(--theme-bg-color-block);
    -webkit-box-shadow: 0 0 5px var(--theme-bg-color-block);
    box-shadow: 0 0 5px var(--theme-bg-color-block);
    max-height: 20rem;
    padding: 0.5rem;
    -o-object-fit: contain;
    object-fit: contain;
}

ul.resource-list .resource a .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

ul.resource-list .resource a .resource-name {
    font-size: 1.9rem;
    font-weight: bold;
}

ul.resource-list .resource a:focus,
ul.resource-list .resource a:hover {
    background: var(--theme-bg-color-block);
}

ul.resource-list .resource a:focus img,
ul.resource-list .resource a:hover img {
    background: var(--theme-bg-color-text);
}

ul.resource-list .resource a:focus .resource-name,
ul.resource-list .resource a:hover .resource-name {
    text-decoration: underline;
}

ul.resource-list.list {
    border-bottom: 1px solid var(--theme-bg-color-block);
}

ul.resource-list.list .resource {
    border-top: 1px solid var(--theme-bg-color-block);
    margin: 0;
}

ul.resource-list.list .resource a {
    display: flow-root;
    margin: 0;
    text-align: left;
}

ul.resource-list.list .resource a img {
    float: right;
    max-width: 10rem;
}

ul.resource-list.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 1rem;
    grid-auto-rows: minmax(100px, auto);
}

ul.resource-list.grid .resource a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
}

ul.resource-list.grid .resource a img {
    max-width: 20rem;
}

.search {
    display: flow-root;
}

.search #search-form {
    /* float: right; */
}

.search #search-form.form-horizontal .field-text {
    width: calc(100% - 255px);
    font-size: 120%;
}

.search #search-form.form-horizontal .form-action {
    width: 250px;
    text-align: center;
    vertical-align: middle;
}

#search-form .button-primary {
    font-size: 105%;
}

div.results {
    margin-bottom: 2rem;
}

div.results>ul {
    border-bottom: 1px solid var(--theme-bg-color-block);
    list-style-type: none;
    padding: 0;
}

div.results>ul li {
    border-top: 1px solid var(--theme-bg-color-block);
    margin: 0;
    padding: 0;
}

div.results>ul li a {
    display: flow-root;
    padding: 1rem;
    text-decoration: none;
}

div.results>ul li a img {
    border: 1px solid var(--theme-bg-color-block);
    -webkit-box-shadow: 0 0 5px var(--theme-bg-color-block);
    box-shadow: 0 0 5px var(--theme-bg-color-block);
    float: right;
    margin: 0 0 0 1rem;
    max-width: 10rem;
    max-height: 20rem;
    padding: 0.5rem;
}

div.results>ul li a .resource-name {
    font-size: 1.9rem;
}

div.results.items li a {
    min-height: 12rem;
}

div.results>ul li a:focus,
div.results>ul li a:hover {
    background: #f3f3f3;
    text-decoration: underline;
}

div.results>ul li a:focus img,
div.results>ul li a:hover img {
    background: var(--theme-bg-color-text);
}

.site-page-pagination {
    clear: both;
}

.site-page-pagination .next {
    float: right;
}

blockquote p {
    line-height: 2rem;
}

.item-showcase {
    border: none;
    padding: 1rem;
}

.item-showcase .resource.item:not(:only-child) img {
    max-height: inherit;
}

.item-showcase.large .item.resource {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    padding: 0;
}

.item-showcase.medium .item.resource {
    width: 20rem;
    padding: 0;
}

.item-showcase.square .item.resource {
    width: 20rem;
    padding: 0;
}

.item-with-metadata {
    float: right;
    margin-top: 0;
    padding: 1rem;
    width: 48%;
}

.item-with-metadata .show.resource {
    container-type: inline-size;
    margin: 0;
    padding: 1rem;
    text-align: left;
}

.item-with-metadata .show.resource dl .property {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.item-with-metadata .show.resource dl .property dt {
    grid-column: 1;
}

.item-with-metadata .show.resource dl .property dd {
    grid-column: 2;
}

.list-of-sites .site-list .site {
    display: flow-root;
    margin-bottom: 2rem;
}

.list-of-sites .site-list .site .site-link {
    font-size: 2.6rem;
    text-decoration: none;
}

.list-of-sites .site-list .site .site-link:hover,
.list-of-sites .site-list .site .site-link:focus {
    text-decoration: underline;
}

.mapping-block {
    margin-bottom: 1rem;
}

body.page .blocks>.file {
    border: none;
    padding: 1rem;
}

body.page .blocks>.file .item.resource img {
    margin: unset;
}

body.page .blocks>.file .item.resource:first-of-type {
    padding: inherit;
    margin: inherit;
}

body.page .blocks>.file.medium .item.resource {
    max-width: 20rem;
}

body.page .blocks>.file.square .item.resource {
    max-width: 20rem;
}

body.page .blocks>.file.large {
    max-width: 48%;
}

body.page .blocks>.file.large.center {
    margin: 0 auto;
}

body.page .blocks>.file.right {
    padding-right: 3px;
}

body.page .blocks>.file.left {
    padding-left: 3px;
}

body div.resource {
    margin: 1rem;
    padding: 0;
}

body div.resource a {
    display: block;
    margin-bottom: 1rem;
}

body div.resource h3 {
    padding-bottom: 1rem;
}

body div.resource img {
    border: 1px solid var(--theme-bg-color-block);
    -webkit-box-shadow: 0 0 5px var(--theme-bg-color-block);
    box-shadow: 0 0 5px var(--theme-bg-color-block);
    margin: 0;
    padding: 1rem;
}

body div.resource .caption {
    padding: 0 1rem 1rem;
    text-align: left;
}

body div.resource .caption+.caption {
    border-top: 1px solid var(--theme-bg-color-block);
    padding-top: 1rem;
}

body div.resource .file {
    border: none;
    margin: 0;
}

body div.resource.item .caption {
    font-size: 1.5rem;
    line-height: 1.3;
}

.tl-timeline,
.timeline-container {
    margin-bottom: 1rem;
}

.values-container dl .property,
dl.resource-class .property,
dl.item-sets .property,
dl.site-pages .property {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

.values-container dl .property dt,
dl.resource-class .property dt,
dl.item-sets .property dt,
dl.site-pages .property dt {
    grid-column: 1;
}

.values-container dl .property dd,
dl.resource-class .property dd,
dl.item-sets .property dd,
dl.site-pages .property dd {
    align-self: end;
    grid-column: 2;
    line-height: 1.2;
    margin-bottom: 0;
}

#linked-resources table {
    width: 100%;
}

#linked-resources table tr td {
    padding: 1rem;
}

#linked-resources table tr td a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    text-decoration: none;
}

#linked-resources table tr td a .resource-name {
    font-size: 1.9rem;
}

#linked-resources table tr td a img {
    border: 1px solid var(--theme-bg-color-block);
    -webkit-box-shadow: 0 0 5px var(--theme-bg-color-block);
    box-shadow: 0 0 5px var(--theme-bg-color-block);
    margin-right: 1rem;
    max-width: 10rem;
    max-height: 20rem;
    padding: 0.5rem;
}

#linked-resources table tr td a:hover,
#linked-resources table tr td a:focus {
    text-decoration: underline;
}

#linked-resources table tr td:first-child {
    width: 85%;
}

#linked-resources table tr:hover img {
    background: var(--theme-bg-color-text);
}

#mapping-section {
    margin-bottom: 1rem;
}

.media-embeds .media-render {
    margin: 1rem 0 3rem;
}

.media-embeds .media-render img {
    border: 1px solid var(--theme-bg-color-block);
    -webkit-box-shadow: 0 0 5px var(--theme-bg-color-block);
    box-shadow: 0 0 5px var(--theme-bg-color-block);
    margin: 0;
    padding: 1rem;
}

.list-info {
    list-style-type: none;
    padding: 5px;
}

.info-on-left, .info-on-right {
    max-width: 33%;
}

.info-on-left {
    font-size: 19px;
}

.info-on-right {
    font-size: 13px;
}

.elementor-grid-item {
}
.elementor-item {
    background-color: white;
    border-radius: 44px 44px 44px 44px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.elementor-screen {
    width: 35px;
    height: auto;
    color: black;
}
.elementor-screen-only {
    display: none;
}


.home-page-2cols-right {
    width: 49%;
    float: right;
}

.home-page-2cols-left {
    width: 49%;
    float: left;
}

#search-form .btn-secondary {
    margin-left: 5px;
}

.modal-body .d-flex {
    margin: 0px;
}

#advanced-search .button-primary,
#advanced-search-modal .btn-secondary,
.modal-body .d-flex input,
.modal-body .d-flex button  {
    font-size: 120%;
}

.button-primary:focus, .button-primary:hover, .wrap-outer-header-local .action-auth:focus, .wrap-outer-header-local .action-auth:hover {
    background-color: var(--theme-bg-color-label);
    border-color: var(--theme-bg-color-label);
    color: var(--theme-bg-color-block);
    text-decoration: none;
}

#advanced-search .page-actions,
#advanced-search-modal .page-actions {
    text-align: right;
}

.modal-lg, .modal-xl {
    max-width: 992px;
}

.form-select {
    font-size: 100%;
}

.onTop-search-button {
    position: absolute;
    right: 65px;
    color: #F2EFE9 !IMPORTANT;
}

.items-block-slick {
    
    /* background-image: -webkit-gradient(linear, left 0, left 100%, from(#FF9B70), to(#F0907A)); */
    /* background-image: -webkit-linear-gradient(top,#FF9B70,0%,#F0907A,100%); */
    /* background-image: -moz-linear-gradient(top,#FF9B70 0,#F0907A 100%); */
    /* background-image: linear-gradient(to bottom, #FF9B70 0, #F0907A 100%); */
    /* background-repeat: repeat-x; */
    border-radius: 5px;
    /* color: #F2EFE9; */
    height: 400px;

    .block-title {
        padding-top: 10px;
        padding-left: 10px;
    }

    .slider-content {
        height: 360px;
        .slick-next:before, .slick-prev:before {
            color: var(--theme-bg-color-text);
        }
        .slick-list {
            .slick-track {
                height: 100%;
                .slick-slide {
                    height: 100%;
                    .thumbnail {
                        position: absolute;
                        top: 20px;
                        left: 0px;
                        height: 360px;
                    }
                    .slide-text {

                        font-family: `Helvetica Neue`, Helvetica, Arial, sans-serif;
                        font-size: 18px;
                        line-height: 1.5;
                        /* color: #F2EFE9; */

                        .title {
                            padding-top: 20px;
                            padding-left: 200px;
                        }
                        .caption {
                            padding-top: 20px;
                            padding-left: 200px;
                        }
                    }
                    .button-view {
                        position: absolute;
                        bottom: 30px;
                        right: 30px;
                        background-color: var(--theme-bg-color-text);

                        .button-view-link {
                            color: var(--theme-bg-color-block);
                        }
                    }

                    .button-view:hover {
                        background-color: var(--theme-bg-color-label);
                        
                        .button-view-link {
                            color: var(--theme-bg-color-text);
                        }
                    }
                }
            }
        }
    }
}

@container (width < 500px) {
    .show.resource {
        background: #fcc;
    }
}

@media (width <=600px) {
    .item-with-metadata {
        float: none;
        width: 100%;
    }
    
    .wrap-outer-header-local .wrap-header-local .page-header-home {
   
        p {
            font-size: 150%;
        }
        
    }
    .items-block-slick {
        height: 550px !important;
        .slider-content {
            height: 480px !important;
            .slick-list {
                .slick-track {
                    .slick-slide {
                        .thumbnail {
                            display: none;
                        }
                        .slide-text {
                            .title {
                                padding-left: 0px !important;
                            }
                            .caption {
                                padding-left: 0px !important;
                                overflow-y: auto;
                                height: 100%;
                                max-height: 300px !important;
                            }
                        }
                    }
                }
            }
        }
    }

}

@media (width <=768px) {

    .page-layout-grid {
        display:block;
    }

    .name-site {
        display: block;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .name-site .logo-pano {
        display: block;
        width: 100%;
        height: 32px;
        padding-bottom: 5px;
        border-bottom: 1px solid var(--theme-bg-color-text);
    }

    .wrap-header-local .logo-pano {
        margin-left: 10px;
        border-right: 1px solid var(--theme-bg-color-block);
    }

    .logo-pano img {
        height: 32px;
    }

    .wrap-header header .ontoptext {
        display: block;
        margin-top: 2rem;
    }

    .wrap-header-supp {
        vertical-align: top;
    }

    .navbar-holder {
        height: 0px !important;
    }
    .wrap-outer-search {
        display: none;
    }
    .wrap-outer-header-local .wrap-header-local .container-fluid {
        margin: 0px;
        padding: 0px;
        border-bottom: 1px solid var(--theme-bg-color-body);
    }

    .wrap-footer .identity .wrap-info{
        width: 100%;
        display: block;
        align-items: center;
    }

    .info-on-left, .info-on-center, .info-on-right {
        max-width: 100%;
        width: 100%;
        text-align: center;
        align-items: center;
    }
    .info-on-center {
        padding-left: calc(50% - 25px);
        padding-bottom: 10px;
    }

    .wrap-footer.footer-slim {
        padding-bottom: 0c;
      }

    .wrap-footer .identity {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .block {
        margin-bottom: 10px;
    }

    #linked-resources table td a {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    #linked-resources table td a img {
        max-width: 10rem;
        margin: 0 0 1rem;
    }


    .search #search-form.form-horizontal .field-text {
        width: 100%;
        font-size: 120%;
    }

    .search #search-form.form-horizontal .form-action {
        width: 100%;
        padding-top: 5px;
        text-align: center;
        vertical-align: middle;
    }

    .search #search-form {
        float: inherit;
    }

    .search #search-form.form-horizontal .field-text {
        min-width: inherit;
    }

    .navbar .container-fluid {
        border-bottom: 1px solid var(--theme-bg-color-body);
    }

    .navbar .navbar-collapse {
        background: var(--theme-bg-color-text);
        color: var(--theme-bg-color-block);
    }

    .items-block-slick {
        /* height: 600px !important; */
        .slider-content {
            /* height: 530px !important; */
            .slick-list {
                .slick-track {
                    .slick-slide {
                        .thumbnail {
                            display: none;
                        }
                        .slide-text {
                            .title {
                                padding-left: 0px !important;
                            }
                            .caption {
                                padding-left: 0px !important;
                                overflow-y: auto;
                                height: 100%;
                                max-height: 200px;
                            }
                        }
                    }
                }
            }
        }
    }

}
