@import url('iledysile-grossentabelle-hide-elements.css');
body:not(.home) .site-content {
    margin-top: 0 !important;
}
.site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.site-content {
    flex: 1;
}
.col-full {
    max-width: 100% !important;
    padding-left: 100px;
    padding-right: 100px;
    margin: 0;
}

.iledysile-p {
    color: #888888;
}

.iledysile-left-col {
  flex: 1;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.iledysile-left-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.size-table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(11px, 1vw, 14px);
  background-color: transparent !important;
  margin-top: 0 !important;
}

.size-table th,
.size-table td {
    border: 2px solid #ccc;
    padding: 8px;
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
}

.size-table th {
    border-top: 0px !important;
}

.size-table .empty-cell {
    text-align: left;
    padding-left: 10px;
    border-left: 1px solid transparent;
}

.size-table .color-cell {
    width: 20px;
    padding: 8px;
    border: 2px solid #ccc;
}

.size-table .label {
    text-align: left;
    padding-left: 10px;
    border: 2px solid #ccc;
}

.size-table .purple.color-cell {
  background-color: #6b00fe;
}

.size-table .red.color-cell {
  background-color: #f6074b;
}

.size-table .lila.color-cell {
  background-color: #e0c3f3;
}

.size-table .pink.color-cell {
  background-color: #ef8ab4;
}

table:not( .has-background ) th {
    background-color: transparent;
}

table:not( .has-background ) tbody td {
    background-color: transparent;
}

table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend {
    background-color: transparent;
}

.iledysile-right-col {
    padding-top: 3%;
}

.iledysile-grossentabelle-img img {
    max-width: 100%;
    max-height: 100vh;
    width: auto;
    height: auto;
    display: inline-block;
    object-fit: contain;
}

/* If the screen width is less than 768px */
@media (max-width: 768px) {
    .col-full {
        padding-left: 3% !important;
        padding-right: 3% !important;
    }
    .iledysile-col-wrapper {
        padding-top: 2.5em;
    }
    .wp-block-heading {
        display: none;
    }
    .entry-header {
        position: unset; 
        padding-top: 53px;
        left: auto;
    }
    .entry-title {
        font-size: 32px !important;
        position: unset;
        left: auto;
    }
    .iledysile-left-col {
        max-width: 100% !important;
    }
}

@media (min-width: 768px) {
    .wp-block-heading {
        font-size: 2em;
        font-weight: 400;
    }
    .iledysile-right-col {
        flex: 1;
        height: 100vh;
        overflow-y: auto;
        padding: 2rem;
        box-sizing: border-box;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE 10+ */
    }
    .iledysile-right-col::-webkit-scrollbar {
        display: none; /* Chrome, Safari */
    }
    .iledysile-col-wrapper {
        display: flex;
        height: 100vh;
        overflow: hidden;
    }
    .iledysile-square-menu-logo {
        position: fixed;
    }
    .hentry .entry-content .wp-block-columns .wp-block-column {
        margin-bottom: 0px;
    }
    .hentry .entry-content figure.wp-block-image {
        margin-bottom: 0px;
    }
    .wp-block-columns {
        margin-bottom: 0px;
    }
    .site-main {
        margin-bottom: 0px !important;
    }
    .hentry {
        margin-bottom: 0px;
    }
}

@media (max-width: 1100px) {
    .size-table th,
    .size-table td {
        white-space: normal; /* Permite el ajuste de texto */
    }
}

@media (max-width: 1450px) {
    .col-full {
        padding-left: 90px;
        padding-right: 20px;
    }
    .iledysile-left-col {
        margin-right: 10px !important;
        max-width: 40%;
    }
}

