.content-gallery {
    margin-top:1rem;
    margin-bottom:1rem;
}
.content-gallery ul {
    list-style-type:none;
    display: grid;
    gap: 1rem;
}
.content-gallery--cols-6 ul {
    grid-template-columns: repeat(6, 1fr);
}
.content-gallery--cols-5 ul {
    grid-template-columns: repeat(5, 1fr);
}
.content-gallery--cols-4 ul {
    grid-template-columns: repeat(4, 1fr);
}
.content-gallery--cols-3 ul {
    grid-template-columns: repeat(3, 1fr);
}
.content-gallery--cols-2 ul {
    grid-template-columns: repeat(2, 1fr);
}
.content-gallery--cols-1 ul {
    grid-template-columns: 1fr;
}

.content-image,
.content-text .image_container {
    margin-top:1rem;
    margin-bottom:1rem;
}
.swiper-container .ce_image {
    margin-top:0;
    margin-bottom:0;
}
.content-accordion {
    display:block;
    margin-bottom:1.25rem;
}
.content-accordion .toggler {
    font-size:1rem;
    line-height:1.5em;
    font-weight:bold;
    cursor: pointer;
    transition: all 0.3s, ease-in-out 0.2s;;
}
.content-accordion .toggler:hover,
.content-accordion .toggler.active {
    color:#74ad3e;
}
.content-table,
.content-text table {
    margin-top:1rem;
    margin-bottom:1rem;
}
.content-table table,
.content-text table {
    border:1px solid #c4c5c5;
    border-collapse:collapse;
}
.content-table.tableFull table,
.content-text.tableFull table {
    width:100%;
}
.content-table th,
.content-text th {
    padding:1rem;
    text-align:left;
    background-color:#f5f5f5;
    border:1px solid #c4c5c5;
    font-weight:bold;
}
.content-table td,
.content-text td {
    padding:.5rem 1rem;
    text-align:left;
    border-right:1px solid #c4c5c5;
    border-bottom:1px solid #c4c5c5;
}
.content-hyperlink.listpoint {
    margin-bottom:.125rem;
    padding-left:1rem;
    background-image:url("files/layout/listPoint_ci001.svg");
    background-repeat:no-repeat;
    background-size: 0.5rem;
    background-position:left 0.3125rem;
}
.content-hyperlink.helpdesk {
    padding-top:1rem;
    padding-bottom:1rem;
    padding-left:1.75rem;
    background-image:url("files/theme/img/helpdesk.png");
    background-position:left center;
    background-repeat:no-repeat;
    font-size:1rem;
    line-height:1em;
    background-size: 1.25rem;
}
.content-hyperlink.teamViewer {
    padding-top:1rem;
    padding-bottom:1rem;
    padding-left:1.75rem;
    background-image:url("files/theme/img/teamviewer-logo-icon.png");
    background-position:left center;
    background-repeat:no-repeat;
    font-size:1rem;
    line-height:1em;
    background-size: 1.25rem;
}

