@media only screen and (min-width: 0rem) {
  #cenovnik2 {
    padding: var(--sectionPadding);
    background-color: #fafbfc;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #cenovnik2 .cs-container {
    width: 100%;
    max-width: 44rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  #cenovnik2 .cs-wrapper {
    display: flex;
    flex-direction: column;
    gap: clamp(3rem, 6vw, 4rem);
    width: 100%;
    max-width: 45rem;
    align-items: center;
  }
  #cenovnik2 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #cenovnik2 .cs-topper {
    color: var(--secondary);
  }
  #cenovnik2 .cs-title {
    margin: 0;
  }
  #cenovnik2 .cs-card-group {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1.5rem, 3vw, 2rem);
  }
  #cenovnik2 .cs-item {
    list-style: none;
    padding-bottom: 2rem;
    border-bottom: var(--primary) 1px solid;
    display: flex;
    align-items: flex-start;
    gap: clamp(1rem, 2vw, 1.5rem);
    position: relative;
    scroll-margin-top: 9rem;
  }
  #cenovnik2 .cs-item:last-of-type {
    border-bottom: none;
  }
  #cenovnik2 .cs-flex {
    display: flex;
    flex-direction: column;
  }
  #cenovnik2 .cs-flex > a.cs-button-solid:last-child {
    align-self: center;
    margin-inline: auto;
    width: fit-content;
  }
  #cenovnik2 .cs-number {
    font-size: clamp(3.0625rem, 6vw, 4.5rem);
    font-weight: 900;
    line-height: 1.1875em;
    color: var(--primary);
    opacity: 0.2;
    display: block;
  }
  #cenovnik2 .cs-h3 {
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    font-weight: 700;
    line-height: 1.125em;
    margin: 0 0 0.75rem 0;
    color: var(--headerColor);
  }
  #cenovnik2 .cs-item-text {
    font-size: 1.125rem;
    line-height: 1.25em;
    max-width: 50vw;
    text-align: left;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #cenovnik2 .comparison-table {
    width: 85vw;
    border-collapse: collapse;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  #cenovnik2 .comparison-table th,
  #cenovnik2 .comparison-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
  }
  #cenovnik2 .comparison-table thead {
    background: var(--primary);
    color: #fff;
  }
  #cenovnik2 .comparison-table thead th {
    font-weight: bold;
  }
  #cenovnik2 .comparison-table tbody tr:nth-child(even) {
    background: #f8f8f8;
  }
  #cenovnik2 .comparison-table tbody tr:hover {
    background: #eaeaea;
  }
  #cenovnik2 .comparison-table tbody td:last-child {
    width: 30%;
  }
}
@media only screen and (min-width: 64rem) {
  #cenovnik2 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    align-items: stretch;
    gap: clamp(3rem, 6vw, 3.75rem);
  }
  #cenovnik2 .cs-wrapper {
    width: 100%;
    max-width: 80rem;
  }
  #cenovnik2 .cs-card-group {
    gap: clamp(1rem, 3vw, 2rem);
  }
  #cenovnik2 .cs-item {
    flex-direction: row;
  }
  #cenovnik2 .comparison-table {
    width: 50vw;
  }
}
@media only screen and (min-width: 0rem) {
  #cenovnik-tekst {
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #cenovnik-tekst .cs-container {
    width: 100%;
    max-width: 44rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 4vw, 4rem);
  }
  #cenovnik-tekst .cs-content {
    text-align: left;
    width: 100%;
    max-width: 40rem;
    display: flex;
    flex-direction: column;
    align-items: left;
  }
  #cenovnik-tekst .cs-content > a.cs-button-solid:last-child {
    align-self: center;
    margin-inline: auto;
    width: fit-content;
  }
  #cenovnik-tekst .cs-title {
    max-width: 25ch;
    font-size: 2rem;
  }
  #cenovnik-tekst .cs-text {
    margin-bottom: 1rem;
  }
  #cenovnik-tekst .cs-text:last-of-type {
    margin-bottom: 1.5rem;
  }
  #cenovnik-tekst .cs-h3 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0;
    color: var(--headerColor);
    letter-spacing: 0.1rem;
  }
  #cenovnik-tekst .cs-ul {
    margin: 0.75rem 0 2rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  #cenovnik-tekst .cs-li {
    font-size: 1rem;
    line-height: 1.5em;
    list-style: none;
    padding-left: clamp(1.25rem, 3vw, 1.5rem);
    color: var(--bodyTextColor);
    position: relative;
  }
  #cenovnik-tekst .cs-li strong {
    color: var(--headerColor);
  }
  #cenovnik-tekst .cs-li::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.5rem;
    background-color: var(--secondary);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg);
  }
  #cenovnik-tekst .cs-button-box {
    font-size: inherit;
    width: 100%;
    max-width: 39.375rem;
    margin: clamp(3rem, 6.5vw, 4rem) 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  #cenovnik-tekst .cs-link {
    text-decoration: none;
    padding-right: 1.875rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    position: relative;
  }
  #cenovnik-tekst .cs-link:hover:before {
    width: 100%;
    height: 4.5em;
  }
  #cenovnik-tekst .cs-link:hover .cs-wrapper {
    transform: scale(1.2);
  }
  #cenovnik-tekst .cs-link:hover .cs-icon {
    transform: translateX(0.4375rem);
  }
  #cenovnik-tekst .cs-link:before {
    content: "";
    width: 3.75em;
    height: 3.75em;
    background: var(--primary);
    opacity: 0.05;
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%);
    transition: width 0.3s, height 0.3s, border-radius 0.3s;
  }
  #cenovnik-tekst .cs-wrapper {
    width: 3.75em;
    height: 3.75em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
    transition: transform 0.3s;
  }
  #cenovnik-tekst .cs-icon {
    width: 1.5rem;
    height: auto;
    display: block;
    transition: transform 0.3s;
  }
  #cenovnik-tekst .cs-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  #cenovnik-tekst .cs-header {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0;
    color: var(--bodyTextColor);
    display: block;
  }
  #cenovnik-tekst .cs-link-content {
    font-size: 1.5625em;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    color: var(--headerColor);
    display: block;
  }
  #cenovnik-tekst .cs-image-group {
    font-size: min(2.32vw, 0.9rem);
    width: 39.375em;
    height: 36.125em;
    display: block;
    position: relative;
    z-index: 1;
    order: -1;
  }
  #cenovnik-tekst .cs-picture {
    display: block;
    position: absolute;
  }
  #cenovnik-tekst .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #cenovnik-tekst .cs-picture1 {
    width: 25.75em;
    height: 25.75em;
    border-right: 0.875em solid #fff;
    border-bottom: 0.875em solid #fff;
    top: 0;
    bottom: 17.5625em;
    left: 0;
  }
  #cenovnik-tekst .cs-picture2 {
    width: 25.8125em;
    height: 22em;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  #cenovnik-tekst .cs-picture3 {
    width: 14.5625em;
    height: auto;
    bottom: 5.8125em;
    left: 6.25em;
  }
  #cenovnik-tekst .cs-picture3 img {
    position: relative;
  }
}
@media only screen and (min-width: 48rem) {
  #cenovnik-tekst .cs-container {
    max-width: 80rem;
  }
}
@media only screen and (min-width: 64rem) {
  #cenovnik-tekst .cs-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #cenovnik-tekst .cs-button-box {
    font-size: min(1.4vw, 1rem);
    flex-direction: row;
    flex-wrap: nowrap;
  }
  #cenovnik-tekst .cs-image-group {
    font-size: min(1.1vw, 1rem);
    height: auto;
    min-height: 36.125em;
    margin-bottom: 4.375rem;
    order: initial;
    flex: none;
  }
  #cenovnik-tekst .cs-picture1 {
    height: auto;
    top: 0;
    bottom: 10.375em;
  }
  #cenovnik-tekst .cs-picture2 {
    height: auto;
    top: 14.125em;
  }
}
@media only screen and (min-width: 0rem) {
  #lokacije {
    background-color: #f7f7f7;
    padding: var(--sectionPadding);
  }
  #lokacije .cs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    max-width: 34.375em;
    width: 100%;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #lokacije .cs-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  #lokacije .cs-title {
    max-width: 20ch;
  }
  #lokacije .cs-text {
    z-index: 1;
    position: relative;
    max-width: 40rem;
  }
  #lokacije .cs-card-group-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 3rem;
  }
  #lokacije .cs-card-group {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin: 0;
    width: 100%;
    padding: 0;
    column-gap: clamp(1rem, 2.5vw, 1.25rem);
    row-gap: clamp(1.75rem, 2.5vw, 2.5rem);
  }
  #lokacije .cs-card-group > li {
    grid-column: span 12;
  }
  #lokacije .cs-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    list-style: none;
    grid-column: span 12;
  }
  #lokacije .cs-item:hover .cs-picture img {
    opacity: 0.5;
    transform: scale(1.2);
  }
  #lokacije .cs-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    text-decoration: none;
  }
  #lokacije .cs-picture {
    position: relative;
    display: block;
    margin-bottom: 1.5rem;
    background-color: #000;
    height: 15rem;
    width: 100%;
    overflow: hidden;
  }
  #lokacije .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.6s, opacity 0.3s;
  }
  #lokacije .cs-h3 {
    margin: 0 0 0.75rem 0;
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    color: var(--headerColor);
    text-align: left;
  }
  #lokacije .cs-item-text {
    margin: 0 0 1.5rem 0;
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    text-align: left;
  }
  #lokacije .cs-fake-link {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    margin-top: auto;
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 700;
    color: var(--primary);
    gap: 0.5rem;
  }
  #lokacije .cs-fake-link:hover .cs-icon {
    transform: translateX(0.5rem);
  }
  #lokacije .cs-icon {
    display: block;
    height: auto;
    width: 1.25rem;
    transition: transform 0.3s;
  }
}
@media only screen and (min-width: 48rem) {
  #lokacije .cs-container {
    max-width: 80rem;
  }
  #lokacije .cs-item {
    grid-column: span 3;
  }
  #lokacije .cs-picture {
    height: clamp(15rem, 33vw, 26.25rem);
  }
  #lokacije .cs-card-group {
    grid-template-columns: repeat(6, 1fr);
  }
  #lokacije .cs-card-group > li {
    grid-column: span 3;
  }
}
@media only screen and (min-width: 64rem) {
  #lokacije .cs-card-group {
    grid-template-columns: repeat(9, 1fr);
  }
  #lokacije .cs-card-group > li {
    grid-column: span 3;
  }
  #lokacije .cs-card-group > li:nth-last-child(2) {
    grid-column: 3/span 3;
  }
  #lokacije .cs-card-group > li:last-child {
    grid-column: 6/span 3;
  }
}

/*# sourceMappingURL=cenovnik.css.map */
