:root {
    --layout-max-width: 1280px;
    --leftmenu-width: 228px;
    --content-panel-bg: rgba(255, 255, 255, 0.9);
    --content-panel-border: #e8c79d;
}

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
    box-sizing: inherit;
}

html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #324E66 linear-gradient(to bottom, #314d65, #446783);
    background-attachment: fixed;
    color: #222;
    line-height: 1.5;
}
 
body, td, input, select, textarea, button {  
    font-family: Arial, Helvetica, sans-serif, Verdana; 
    font-size: 15px;
}

img {
    max-width: 100%;
    height: auto;
}
a {
    color: #0000aa;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:visited {
    color: #000066;
}
a.orangehell, a.orangehell:visited {
    color: #FFC88D;
}
.start-genre-link,
.start-genre-link:visited {
    color: #9b4f00;
    font-weight: bold;
}
.start-genre-link:hover,
.start-genre-link:focus {
    color: #7d3f00;
}
a.rubriken, a.rubriken:visited {
    font-family: Arial, Helvetica, sans-serif, Verdana; 
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    max-width: calc(100% - 20px);
    line-height: 1.35;
    overflow-wrap: break-word;
    text-wrap: balance;
}
a.rubriken:hover {
    text-decoration: underline;
    background-color: #FAA04F;
}
ul {
    padding-left: 15px;
}
.pt8 {
    font-family: Arial, Helvetica, sans-serif, Verdana; 
    font-size: 8pt;
} 	
.pt9 {
    font-family: Arial, Helvetica, sans-serif, Verdana; 
    font-size: 9pt;
} 	

.titel1 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Verdana; 
    color: #000000;
    font-size: 14pt;
    font-weight: bold;
}
.titel1 .search_str {
    display: none;
}
.titel2 {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Verdana; 
    color: #000000;
    font-size: 12pt;
    font-weight: bold;
}

.subtitle1 {
    font-family: Arial, Helvetica, sans-serif, Verdana; 
    color: #666666;
    font-size: 10pt;
    line-height: 14pt;
    font-weight: bold;
}
.infokat {
    font-family: Arial, Helvetica, sans-serif, Verdana; 
    color: #666666;
}
.br1 {
    border-right: 1px solid #e8a054;
}
/** BUTTONS **/
.btn, .btn_ln {
    display:inline-block;
    background:none;
    margin:0;
    padding:3px 0;
    border-width:0;
    overflow:visible;
    font-size:12px;
    text-decoration:none;
    color:#333;
    white-space: nowrap;
    margin-left: 2px;
    margin-bottom:2px;
}
button.btn {
    padding-bottom:1px;
}

/* GECKO-FIX
html:not([lang*=""]) button.btn {
 margin:0 -3px;
}
*/
.btn span, .btn_ln span {
    background:#FFF url(/images/button_off.png) repeat-x 0 0;
    margin:0;
    padding:5px 0px;
    border-left:1px solid #bbb;
    border-right:1px solid #aaa;
    text-decoration: none;
}
.btn_ln {
    color:#888;
    font-size:12px;
    font-weight: bold;
}
* html .btn span{
    padding-top:0;
}
* html .btn_ln span{
    padding-top:0;
}
.btn span span, .btn_ln span span{
    color:#000;
    position:relative;
    padding:5px 10px;
    border-width:0;
    border-top:1px solid #bbb;
    border-bottom:1px solid #aaa;
    text-decoration: none;
}

.btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
    cursor:pointer; /* important for any clickable/pressable element */
    border-color:#9cf !important;
    color:#000;
    text-decoration: none;
}

.btn_ln:hover span, .btn_ln:hover span span, .btn_ln:focus span, .btn_ln:focus span span, .btn_ln_aktiv span span {
    cursor:pointer; /* important for any clickable/pressable element */
    border-top-color:#aaa !important;
    border-left-color:#aaa !important;
    border-right-color:#aaa !important;
    border-bottom:1px solid #E3E3E3;
    color:#000;
    font-size:12px;
    text-decoration: none;
}

.btn:active span, .btn_ln:active span {
    background-position:0 -400px;
    outline:none;
    text-decoration: none;
}
.btn:focus, .btn:active, .btn:focus, .btn:active {
    outline:none;
    text-decoration: none;
}

.btn_small {
    font-size:11px;
}
.btn_small span span {
    padding:2px 5px;
}

.btn_small span {
    margin:0;
    padding:2px 0px;
}

.btn_input {
    height:20px;
    font-size:13px;
}

.btn_select, .btn_select option {
    height:26px;
    font-size:13px;
    padding:3px;
}


#mainblock,
#footer-banner,
#footer {
    width: calc(100% - 16px);
    max-width: var(--layout-max-width);
    margin: 0 auto;
}

#footer a {
    white-space: nowrap;
}

#mainblock {
    border: 3px solid #e59d53;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    background: #ffedc9;
}

#header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    min-height: 83px;
    background-image: url(/images/filminfos3d.gif), url(/images/filminfos3dbd.gif);
    background-repeat: no-repeat, repeat-x;
    background-position: center center, left top;
    background-size: auto 100%, auto auto;
    gap: 12px;
    padding: 0 12px 0 0;
    margin: 0;
}

#header > div {
    height: 100%;
}

.header-brand {
    display: flex;
    align-items: center;
    min-width: 0;
}

.site-logo {
    display: block;
    width: min(100%, 225px);
    height: auto;
}

#header > div:first-of-type {
    flex: 0 1 auto;
}

.header-banner {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
    min-width: 0;
    padding: 8px 0 8px 16px;
}

#menuline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 16px;
    background: linear-gradient(#7e4052 0%, #6c3748 15%, #7e4052 30%, #6c3748 85%, #7e4052 100%),
                linear-gradient(to right, #7e4052, #55475c);
    padding: 8px 12px;
}

#menuline > div {
    margin: 0;
    color: #E8A054;
}

#menuline > div:first-of-type a {
    display: flex;
    justify-content: flex-start;
    align-items: end;
    font-weight: 700;
    gap: 10px;
    color: #E8A054;
}

#menuline > div:first-of-type img {
    width: 18px;
    height: 16px;
}

.toplinks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 4px 10px;
}

.toplinks-separator {
    color: #e8a054;
}

#container {
    display: flex;
    align-items: stretch;
    border-top: 3px solid #e59d53;
    min-width: 0;
}


#leftmenu {
    /* background: url(/images/Slice_21.gif); */
    background: linear-gradient(to bottom, #9e2727, #c11c35);
    flex: 0 0 var(--leftmenu-width);
    width: var(--leftmenu-width);
    border-right: 3px solid #e59d53;
}

#leftmenu > div {
    position: relative;
    padding: 5px 0;
    width: auto;
}

#leftmenu > div > div {
    margin: 2px 5px;
    white-space: normal;
}

#leftmenu > div > div:not(.leftmenu-ad) {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 4px 6px;
    border-radius: 4px;
}

#leftmenu > div > div:not(.leftmenu-ad):hover {
    background: rgba(255, 255, 255, 0.08);
}

.leftmenu-ad {
    padding-top: 10px;
}

#content {
    display: flex;
    flex: 1;
    min-width: 0;
    padding: 15px;
    background-color: #FFEDC9;
    flex-direction: column;
    gap: 12px;
}

#content h1 {
    margin: 0 0 10px;
    font-size: clamp(28px, 4vw, 34px);
    line-height: 1.1;
}

#content h2 {
    margin: 24px 0 10px;
    font-size: clamp(22px, 3vw, 26px);
    line-height: 1.2;
}

#content p,
#content li,
#content td {
    line-height: 1.55;
}

.suche_row form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 16px;
    flex-wrap: wrap;
}

.suche_row.details form {
    align-items: start;
}

.suche_row form > div:first-of-type {
    flex: 1 1 280px;
    min-width: 0;
}

.mainlist {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
}

.mainlist > div {
    display: grid;
    gap: 8px 14px;
    grid-template-columns: 96px 1fr;
    align-items: center;
    padding: 14px;
    background: var(--content-panel-bg);
    border: 1px solid var(--content-panel-border);
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(50, 37, 22, 0.08);
}

.mainlist .span2 {
    grid-column: span 2;
    align-self: flex-end;
}

.mainlist > div:not(.span2) img {
    width: 92px;
    max-width: 92px;
    border-radius: 4px;
}

.mainlist-more {
    padding-top: 10px;
    text-align: left;
}

div.pagination {
    border-top: 1px solid #f0f0f0;
    margin-top: 15px;
    padding-top: 15px;
}

.pagination-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
}

.pagination-actions {
    display: flex;
    flex: 1 1 180px;
}

.pagination-actions-next {
    justify-content: flex-end;
}

.pagination-pages {
    display: flex;
    flex: 1 1 320px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.pagination-link,
.pagination-ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid #e4c69d;
    border-radius: 999px;
    background: #fffaf1;
    color: #6a3e0f;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.pagination-link:visited {
    color: #6a3e0f;
}

.pagination-link:hover {
    background: #fff1da;
    border-color: #d9a35d;
    text-decoration: none;
}

.pagination-link-current {
    color: #4d2f09;
    box-shadow: inset 0 0 0 1px rgba(166, 108, 37, 0.16);
}

.pagination-link-prev,
.pagination-link-next {
    gap: 8px;
    min-width: 112px;
    padding: 0 16px;
}

.pagination-link-symbol {
    font-size: 17px;
}

.pagination-link.is-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.pagination-ellipsis {
    min-width: auto;
    padding: 0 6px;
    border: 0;
    background: transparent;
    color: #8b704d;
}

.pagination-jump {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 10px;
    margin-top: 12px;
    color: #6b563a;
}

.pagination-jump-label {
    font-size: 14px;
    font-weight: 700;
}

.pagination-jump select {
    min-width: 110px;
    height: 40px;
    padding: 0 14px;
    border: 1px solid #d8b485;
    border-radius: 999px;
    background: #fff;
    color: #55361b;
}

#banner {
    display: flex;
    align-items: stretch;
    background-color: #E8A054;
    width: 170px;
}
#banner > div {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.banner-label {
    margin: 0 8px 8px;
    padding: 4px 8px;
    border: 1px solid rgba(126, 64, 82, 0.35);
    border-radius: 999px;
    background: rgba(255, 248, 234, 0.72);
    color: #7a4a19;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.gt {
    display: inline-flex;
    flex: 0 0 12px;
    justify-content: center;
    margin-right: 0;
    margin-top: 2px;
}

#footer {
    margin-top: 15px;
    text-align: center;
    padding: 12px 16px;
    color: #FFC88D;
}

.footer-meta,
.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px 10px;
}

.footer-note {
    margin: 8px 0;
    color: #f5dcb8;
    line-height: 1.5;
}

.footer-separator,
.footer-links-separator {
    color: #e8a054;
}

.h-menu {
    position: absolute;
    display: none;
    top: 20px;
    right: -3rem;
    flex-direction: column;
    justify-content: space-around;
    width: 3rem;
    height: 3rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    box-sizing: border-box;
    background: url(/images/Slice_21.gif);
    padding: 10px 6px;
    border-radius: 0 6px 6px 0;
    transition: all 0.3s ease-in-out;
}

.h-menu:not(.open) {
    border-left: 3px solid #e59d53;
}

.h-menu.open {
    border-left: transparent;
}
  
.h-menu .line {
    width: 2rem;
    height: 0.25rem;
    background: #333;
    transition: all 0.3s ease-in-out;
}

.h-menu.open .line:nth-child(1) {
    transform: rotate(-45deg) translate(-7px, 6px);
}
  
.h-menu.open .line:nth-child(2) {
    opacity: 0;
}
  
.h-menu.open .line:nth-child(3) {
    transform: rotate(45deg) translate(-7px, -6px);
}

.searchbutton {
    display: none;
}

.suche_row form > div:last-of-type {
    width: 100%;
    max-width: 300px;
}

.suche_row.genre form > div:last-of-type {
    max-width: 370px;
}

.suche_row form table {
    width: 100%;
}

.searchbox {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 14px 16px 16px;
    border: 1px solid #e8a054;
    border-radius: 18px 18px 18px 0;
    background: linear-gradient(180deg, #ffe7be 0%, #f8d4a1 100%);
    box-shadow: 0 12px 28px rgba(104, 56, 8, 0.18);
}

.searchbox.open {
    position: unset;
}

.searchbox::before {
    content: "";
    position: absolute;
    z-index: 5;
    bottom: -0.1px;
    left: -0.1px;
    border-top: 12px solid #f8d4a1;
    border-left: 10px solid #e8a054;
    width: 0;
}
.searchbox::after {
    content: "";
    position: absolute;
    z-index: 6;
    bottom: -6px;
    left: -6px;
    border-top: 18px solid transparent;
    border-left: 18px solid #ffedc9;
    width: 0;
}

.searchblock {
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
}

.suche_row.genre .searchblock {
    max-width: 370px;
}

.searchfield {
    flex: 1 1 180px;
    min-width: 180px;
}

.searchoption {
    display: flex;
    align-items: stretch;
    flex: 0 1 auto;
    min-width: 0;
}

.searchoption-scope {
    flex: 1 1 160px;
}

.searchoption-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #edc18f;
    border-radius: 14px;
    background: rgba(255, 247, 233, 0.8);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    color: #5e3107;
    font-weight: 600;
    line-height: 1.25;
    cursor: pointer;
}

.searchoption-input {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 2px 0 0;
    accent-color: #b8600a;
}

.searchactions {
    display: flex;
    align-items: stretch;
    margin-left: auto;
}

.searchclose {
    display: none;
    border: 0;
}

.searchblock .input {
    width: 100%;
    border: 1px solid #d79a58;
    border-radius: 14px;
    min-height: 44px;
    padding: 10px 14px;
    font-weight: 600;
    color: #4a2404;
    background: #fffaf2;
    box-shadow: inset 0 1px 3px rgba(74, 36, 4, 0.08);
}

.searchblock .input::placeholder {
    color: #8d653f;
}

.searchsubmit {
    min-height: 44px;
    padding: 0 18px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(180deg, #d48a2d 0%, #b75f0a 100%);
    box-shadow: 0 10px 18px rgba(118, 57, 6, 0.22);
    color: #fff8ee;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
}

.searchsubmit:hover,
.searchsubmit:focus-visible {
    background: linear-gradient(180deg, #df9538 0%, #c76911 100%);
}

.searchblock .input:focus-visible,
.searchsubmit:focus-visible,
.searchclose:focus-visible {
    outline: 2px solid #7d2d00;
    outline-offset: 2px;
}

.genres td {
    padding: 5px;
}
.genres > tbody > tr:nth-of-type(n-1) > td {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.productimage {
    float: none;
    margin: 0;
    max-width: 100%;
}

.productimage-frame {
    display: inline-block;
    padding: 1px;
    border: 1px solid #c88b54;
    background: #c88b54;
}

.productimage-inner {
    padding: 16px;
    background: #f8ead0 url(/images/cover_bg.jpg);
    background-repeat: repeat;
    background-position: center;
}

.detail-summary {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 18px 20px;
    margin-bottom: 18px;
}

.detail-media {
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    flex: 0 0 auto;
    height: auto;
    padding: 12px;
    border: 1px solid var(--content-panel-border);
    border-radius: 16px;
    background: linear-gradient(180deg, #fff9ef 0%, #fbe7c7 100%);
    box-shadow: 0 14px 30px rgba(90, 62, 25, 0.12);
}

@media only screen and (min-width:1200px) {
    .detail-summary {
        gap: 18px 24px;
    }

    .detail-media {
        padding: 16px;
    }

    .productimage-inner {
        padding: 18px;
    }

    .detail-summary .productimage img,
    #image {
        width: 210px;
        max-width: 210px;
    }
}

.detail-summary .productimage {
    float: none;
    margin: 0;
}

.detail-summary .productimage img,
#image {
    display: block;
}

.detail-facts {
    flex: 1 1 auto;
    min-width: 0;
    padding: 20px 22px;
    border: 1px solid var(--content-panel-border);
    border-radius: 16px;
    background: linear-gradient(180deg, #fffdf9 0%, #fff5e6 100%);
    box-shadow: 0 12px 24px rgba(50, 37, 22, 0.08);
}

.detail-facts .subtitle1 {
    margin-bottom: 14px;
    color: #7a5a31;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

.detail-divider {
    display: block;
    width: min(100%, 254px);
    max-width: 100%;
    height: auto;
    margin: 6px 0 12px;
}

.detail-facts .detail-divider {
    display: none;
}

.filmundo {
    display: block;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}

.filmundo table {
    width: 100%;
    border-collapse: collapse;
}

.offers-grid {
    display: grid;
    gap: 12px;
}

.offer-item {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 14px;
    border: 1px solid #d6b38d;
    border-radius: 12px;
    background: linear-gradient(180deg, #fffdfa 0%, #fdf1dc 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.offer-item-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-item-logo a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.offer-item-logo img {
    display: block;
    max-width: 88px;
    height: auto;
}

.offer-item-copy {
    min-width: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #5f3a12;
}

.offer-item-copy a {
    font-weight: bold;
}

.offers-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d6b38d;
    border-radius: 12px;
    overflow: hidden;
    background: #fffdfa;
}

.filmundo td {
    padding: 12px;
    vertical-align: top;
}

.offers-table tr + tr td {
    border-top: 1px solid #ecd8bc;
}

.details-table {
    width: 100%;
    border-collapse: collapse;
}

.details-table td {
    padding: 7px 0;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.45;
}

.details-table td:first-child {
    width: 156px;
    padding-right: 14px;
    color: #7f6438;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.details-table tr + tr td {
    border-top: 1px solid rgba(198, 164, 117, 0.2);
}

.detail-facts .details-table tr + tr td {
    border-top-style: solid;
}

.detail-facts .details-table {
    position: relative;
}

.detail-facts .details-table::before {
    content: "";
    display: block;
    width: 72px;
    height: 2px;
    margin: 0 0 12px;
    background: linear-gradient(90deg, #d59b55 0%, rgba(213, 155, 85, 0.12) 100%);
}

.detail-copy {
    color: #2c2c2c;
    line-height: 1.8;
    font-size: 16px;
}

.detail-actions {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 12px 0 18px;
}

.detail-card {
    padding: 18px;
    border: 1px solid var(--content-panel-border);
    border-radius: 14px;
    background: linear-gradient(180deg, #fffdfa 0%, #fff2df 100%);
    box-shadow: 0 14px 28px rgba(50, 37, 22, 0.09);
    position: relative;
    overflow: hidden;
}

.detail-card::before,
.detail-section-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #e6a861 0%, #c88237 100%);
}

.detail-card .titel2 {
    margin-top: 0;
    margin-bottom: 12px;
}

.detail-section-card {
    position: relative;
    margin: 0 0 18px;
    padding: 22px 22px 20px;
    border: 1px solid var(--content-panel-border);
    border-radius: 16px;
    background: linear-gradient(180deg, #fffdfa 0%, #fff3e3 100%);
    box-shadow: 0 14px 28px rgba(50, 37, 22, 0.08);
    overflow: hidden;
}

.detail-section-card .titel2 {
    margin-top: 0;
    margin-bottom: 14px;
}

.detail-section-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f7dfbd 0%, #efc996 100%);
    color: #8a5317;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.detail-copy-card .detail-copy,
.detail-meta-card .details-table {
    position: relative;
}

.detail-copy-card .detail-copy::before,
.detail-meta-card .details-table::before,
.detail-share-card .share-links::before {
    content: "";
    display: block;
    width: 78px;
    height: 2px;
    margin: 0 0 14px;
    background: linear-gradient(90deg, #d8a264 0%, rgba(216, 162, 100, 0.14) 100%);
}

.vote-form {
    display: grid;
    gap: 14px;
}

.vote-summary {
    line-height: 1.6;
    font-size: 14px;
}

.vote-controls,
.export-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.vote-controls select {
    min-width: 180px;
}

.detail-card-buy .filmundo,
.detail-card-export,
.detail-card-vote {
    font-size: 14px;
    line-height: 1.55;
}

.detail-promo-card {
    background: linear-gradient(180deg, #fff8ed 0%, #ffeccc 100%);
}

.detail-promo-copy {
    max-width: 760px;
    margin-bottom: 14px;
    color: #5d4830;
    line-height: 1.7;
}

.detail-promo-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    border: 1px solid #e4bf92;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 247, 232, 0.96) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    overflow: hidden;
}

.detail-promo-banner a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}

.detail-promo-banner img {
    display: block;
    max-width: 100%;
    height: auto;
}

.detail-cover-card {
    background: linear-gradient(180deg, #fffaf1 0%, #ffefd7 100%);
}

.detail-cover-stage {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 260px;
    padding: 24px;
    border: 1px solid #e1bb90;
    border-radius: 16px;
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.92), rgba(255, 248, 236, 0.88) 55%, rgba(247, 229, 199, 0.9) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.detail-cover-stage .bigimage {
    display: block;
    max-width: min(100%, 340px);
    height: auto;
    border-radius: 6px;
    box-shadow: 0 16px 32px rgba(52, 35, 16, 0.18);
}

.detail-cover-note {
    margin-top: 14px;
    color: #6d5941;
    font-size: 14px;
    line-height: 1.65;
    text-align: center;
}

.detail-copyright {
    margin: 8px 0 18px;
    padding: 14px 16px;
    border: 1px solid #e4cfb0;
    border-radius: 12px;
    background: rgba(255, 251, 243, 0.92);
    color: #6c665b;
    font-size: 12px;
    line-height: 1.6;
}

.butt,
input.butt,
button.butt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid #b9752f !important;
    border-radius: 999px;
    background: linear-gradient(180deg, #e9a75d 0%, #cf8237 100%);
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 6px 14px rgba(153, 88, 25, 0.2);
}

.butt:hover,
.butt:focus {
    background: linear-gradient(180deg, #efb46f 0%, #d58d48 100%);
    text-decoration: none;
}

.butt-secondary {
    background: linear-gradient(180deg, #fff6e6 0%, #f3dec0 100%);
    color: #7a4a19;
}

.butt-secondary:hover,
.butt-secondary:focus {
    background: linear-gradient(180deg, #fff9ef 0%, #f6e7d0 100%);
}

select,
input[type="text"],
input[type="search"] {
    min-height: 42px;
    border-radius: 10px;
    border: 1px solid #d3ae82;
    padding: 8px 10px;
    background: #fffdfa;
}

#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#lightbox.lightbox-hidden {
    display: none;
}

#lightbox-close {
    position: absolute;
    z-index: 12;
    top: 0;
    right: 10px;
    width: 24px;
    height: 24px;
    padding: 10px;
    font-weight: 100;
    color: #FFF;
    font-size: 34px;
    cursor: pointer;
}

#lightbox-close:before {
    content: "\00D7";
}

#lightbox-img {
    max-width: 90%;
    max-height: 90%;
}

#image {
    cursor: pointer;
}

.seotext {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #e8a054;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    line-height: 1.65;
}

.block-header {
    display: inline-block;
    position: relative;
    width: max-content;
    padding: 2px 60px 2px 5px;
    font-size: 13px;
    color: #9c6b31;
    font-variant: small-caps;
    font-weight: 400;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
    background: linear-gradient(45deg, #fce8c4, #dfb485);
    border-top: 1px solid #e8a054;
    border-left: 1px solid #e8a054;
}

.block-header.genre {
    background: linear-gradient(45deg, #d3e3d5, #a8c0a9);
    color: #394e46;
}

.block-header.top {
    background: linear-gradient(45deg, #cfdaec, #a5b8cf);
    color: #47658c;
}

.block-header.neue {
    background: linear-gradient(45deg, #e9d2d9, #c39eab);
    color: #3d262f;
}

.block-header:before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    border-bottom: 21px solid transparent;
    border-right: 21px solid #e8a054;
    width: 0;
}
.block-header:after {
    content: "";
    position: absolute;
    z-index: 6;
    top: -0.8px;
    right: -0.8px;
    border-bottom: 21px solid transparent;
    border-right: 21px solid #ffedc9;
    width: 0;
}

.cut-corner {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    border: 1px solid #e8a054;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    overflow-wrap: anywhere;
}

.cut-corner::before {
    content: "";
    position: absolute;
    z-index: 5;
    top: -0.5px;
    right: -0.5px;
    border-bottom: 10px solid #fff;
    border-right: 10px solid #e8a054;
    width: 0;
}
.cut-corner::after {
    content: "";
    position: absolute;
    z-index: 6;
    top: -5.2px;
    right: -5.2px;
    border-bottom: 18px solid transparent;
    border-right: 18px solid #ffedc9;
    width: 0;
}

.items-list > div {
    display: grid;
    gap: 8px 14px;
    grid-template-columns: 96px minmax(0, 2fr) minmax(110px, 1fr) minmax(110px, 1fr);
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

.items-list.cols5 > div {
    grid-template-columns: 96px minmax(0, 2fr) minmax(110px, 1fr) minmax(80px, 1fr) minmax(110px, 1fr);
}

.items-list > div:nth-of-type(odd) {
    background-color: #fff;
}

.items-list > div:nth-of-type(even) {
    background-color: #f0f0f0;
}

.items-list > div:hover {
    background-color: #FFE3AA;
}

.items-list > div > div {
    padding: 10px 0;
}

.items-list > div > div:first-of-type img {
    width: 90px;
    max-width: 90px;
    border-radius: 4px;
}

.listing-cover-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.listing-cover-thumb {
    display: block;
}

.cover-hover-preview {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1400;
    pointer-events: none;
    opacity: 0;
    transform: translate3d(0, 6px, 0) scale(0.98);
    transition: opacity 0.14s ease, transform 0.14s ease;
}

.cover-hover-preview.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.cover-hover-preview-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 320px;
    min-height: 460px;
    padding: 20px;
    border: 1px solid #d6b38d;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 253, 250, 0.98) 0%, rgba(250, 235, 208, 0.98) 100%);
    box-shadow: 0 30px 56px rgba(50, 37, 22, 0.34);
}

.cover-hover-preview-image {
    display: block;
    width: auto;
    max-width: 278px;
    max-height: 420px;
    border-radius: 8px;
    box-shadow: 0 18px 34px rgba(52, 35, 16, 0.22);
}

.cover-hover-preview-title {
    width: 100%;
    margin-top: 14px;
    color: #5f3a12;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    text-wrap: balance;
}

.share-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    margin: 6px 0 0;
}

.share-link,
.share-link:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #d4b185;
    border-radius: 12px;
    background: linear-gradient(180deg, #fffaf0 0%, #f7e4c4 100%);
    color: #5f3a12;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(95, 58, 18, 0.08);
}

.share-link:hover,
.share-link:focus {
    background: linear-gradient(180deg, #fffdf7 0%, #f9e9cf 100%);
    transform: translateY(-1px);
    text-decoration: none;
}

.share-link-whatsapp,
.share-link-whatsapp:visited {
    border-color: #8ec7a0;
    color: #21693e;
    background: linear-gradient(180deg, #f5fff8 0%, #def5e5 100%);
}

.share-link-facebook,
.share-link-facebook:visited,
.share-link-x,
.share-link-x:visited {
    border-color: #9ab3d8;
    color: #1f477d;
    background: linear-gradient(180deg, #f6faff 0%, #e1ebfb 100%);
}

.share-link-pinterest,
.share-link-pinterest:visited {
    border-color: #e0a6aa;
    color: #a12633;
    background: linear-gradient(180deg, #fff7f7 0%, #f9e0e2 100%);
}

.share-link-telegram,
.share-link-telegram:visited {
    border-color: #8fc4e2;
    color: #155b83;
    background: linear-gradient(180deg, #f5fbff 0%, #ddeffa 100%);
}

.share-link-email,
.share-link-email:visited,
.share-link-copy,
.share-link-copy:visited {
    border-color: #c8b59a;
    color: #704d20;
    background: linear-gradient(180deg, #fffbf5 0%, #f1e5d2 100%);
}

.share-links-note {
    color: #6c6457;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}

@media only screen and (max-width:820px) {
    .detail-actions {
        grid-template-columns: 1fr;
    }

    .items-list > div {
        grid-template-columns: 96px minmax(0, 1.8fr) minmax(110px, 1fr);
    }

    .items-list.cols5 > div {
        grid-template-columns: 96px minmax(0, 1.8fr) minmax(92px, 1fr) minmax(110px, 1fr);
    }

    .items-list > div > div:first-of-type {
        grid-row: span 3;
    }

    .items-list.cols5 > div > div:first-of-type {
        grid-row: span 4;
    }
}

.legacy-panel {
    display: grid;
    gap: 14px;
}

.legacy-panel p {
    margin: 0;
}

.links-panel {
    gap: 20px;
}

.links-intro {
    color: #5f4428;
    line-height: 1.6;
}

.links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}

.link-card {
    padding: 16px 18px;
    border: 1px solid #e7c7a0;
    border-radius: 12px;
    background: linear-gradient(180deg, #fffdfa 0%, #fff4e2 100%);
    box-shadow: 0 10px 22px rgba(87, 56, 23, 0.08);
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.link-card:hover {
    transform: translateY(-2px);
    border-color: #e8a054;
    box-shadow: 0 14px 28px rgba(87, 56, 23, 0.14);
}

.link-card h2 {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.2;
}

.link-card p {
    color: #5d4b37;
    line-height: 1.55;
}

.link-card a {
    color: #7f2d07;
    text-decoration: none;
}

.link-card a:hover {
    color: #b1450f;
    text-decoration: underline;
}

.links-section {
    display: grid;
    gap: 10px;
}

.links-section h2 {
    margin: 0;
    font-size: 22px;
}

.links-section p {
    line-height: 1.6;
}

.links-partner-box {
    padding: 16px 18px;
    border: 1px solid #ecd0ad;
    border-radius: 14px;
    background: linear-gradient(180deg, #fff9f0 0%, #fff2df 100%);
    box-shadow: 0 14px 30px rgba(87, 56, 23, 0.08);
}

.links-banner {
    display: grid;
    gap: 10px;
    justify-items: center;
    padding: 12px 14px;
    border-radius: 10px;
    background: linear-gradient(180deg, #fffefc 0%, #fff3df 100%);
    border: 1px solid #f0d7b5;
}

.links-banner img {
    display: block;
    max-width: 100%;
    height: auto;
}

.partner-brand-hero {
    display: grid;
    grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 18px;
    border: 1px solid #e7c39b;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(98, 22, 30, 0.98) 0%, rgba(73, 11, 24, 0.98) 62%, rgba(139, 81, 49, 0.94) 100%);
    box-shadow: 0 18px 34px rgba(69, 31, 17, 0.18);
}

.partner-brand-logo {
    display: grid;
    place-items: center;
    padding: 18px;
    border: 1px solid rgba(255, 221, 179, 0.36);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 239, 214, 0.02) 100%);
}

.partner-brand-logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

.partner-brand-copy {
    display: grid;
    gap: 10px;
    color: #fff2d8;
}

.partner-brand-copy h3 {
    margin: 0;
    color: #ffd27f;
    font-size: 24px;
    line-height: 1.2;
}

.partner-brand-copy p {
    margin: 0;
    color: #fff2d8;
}

.partner-featured-assets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
}

.partner-feature-card {
    display: grid;
    gap: 12px;
    padding: 16px;
    border: 1px solid #ebcfac;
    border-radius: 12px;
    background: linear-gradient(180deg, #fffdf9 0%, #fff4e5 100%);
}

.partner-feature-card h3 {
    margin: 0;
    color: #6f2d0a;
    font-size: 20px;
}

.links-banner-logo {
    justify-items: center;
    min-height: 120px;
    background: linear-gradient(180deg, #fffdfa 0%, #fff0d8 100%);
}

.partner-checklist {
    margin: 0;
    padding-left: 22px;
    color: #5d4731;
}

.partner-checklist li {
    margin-bottom: 8px;
    line-height: 1.5;
}

.partner-banner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
}

.partner-banner-card {
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid #ecd0ad;
    border-radius: 12px;
    background: linear-gradient(180deg, #fffdfa 0%, #fff6ea 100%);
    box-shadow: 0 10px 20px rgba(87, 56, 23, 0.06);
}

.partner-banner-card h3 {
    margin: 0;
    color: #6f2d0a;
    font-size: 18px;
}

.partner-banner-card .links-banner {
    min-height: 92px;
    align-content: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.partner-banner-card p {
    margin: 0;
}

.partner-banner-code {
    padding: 10px 12px;
    border: 1px solid #eed7bc;
    border-radius: 8px;
    background: #fffdfa;
    color: #6a4b2f;
    font-family: Consolas, "Courier New", monospace;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-all;
}

@media only screen and (max-width:768px) {
    .partner-brand-hero {
        grid-template-columns: 1fr;
    }
}

.legal-page {
    gap: 18px;
}

.legal-page h1 {
    margin: 0;
}

.legal-page h2,
.legal-page h3,
.legal-page h4 {
    margin: 0 0 10px;
    color: #6f2d0a;
    line-height: 1.3;
}

.legal-page p,
.legal-page ul,
.legal-page ol {
    margin: 0 0 14px !important;
    line-height: 1.65 !important;
}

.legal-page ul,
.legal-page ol {
    padding-left: 24px;
}

.legal-page li {
    margin-bottom: 8px;
}

.legal-page a {
    color: #8a3009;
}

.legal-page a:hover {
    color: #b1450f;
}

.legal-page hr {
    width: 100%;
    border: 0;
    border-top: 1px solid #edd3af;
}

.legal-page img {
    display: block;
    max-width: 100%;
    height: auto;
}

.legal-page font {
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
}

.legal-page-compact {
    gap: 16px;
}

.legal-intro {
    color: #5f4428;
}

.legal-card {
    padding: 16px 18px;
    border: 1px solid #ecd0ad;
    border-radius: 12px;
    background: linear-gradient(180deg, #fffdfa 0%, #fff5e8 100%);
    box-shadow: 0 10px 22px rgba(87, 56, 23, 0.08);
}

@media only screen and (min-width:1400px) {
    :root {
        --layout-max-width: 1400px;
    }
}

@media only screen and (max-width:1200px) {
    #header > div:nth-of-type(2) {
        display: none;
    }
    #mainlayout > tbody > tr > td:nth-of-type(6),
    #mainlayout > tbody > tr > td:nth-of-type(7) {
        display: none;
    }
}

@media (hover: none) and (pointer: coarse) {
    #leftmenu > div > div {
        padding: 5px 0;
    }
}

@media only screen and (max-width:992px) {
    body.menu-open,
    body.search-open {
        overflow: hidden;
    }
    #header {
        min-height: 72px;
        padding: 8px 12px 8px 72px;
    }
    #header > div:first-of-type {
        margin-left: 0;
    }
    #leftmenu {
        position: fixed !important;
        z-index: 20;
        top: 0;
        left: 0;
        width: 100% !important;
        min-height: 100dvh;
        height: 100dvh;
        transition: background 0.3s ease-in-out;
        border-right: 0;
        background: transparent;
        pointer-events: none;
    }
    #leftmenu.open {
        background: rgba(16, 17, 20, 0.48);
        pointer-events: auto;
    }
    #leftmenu > div {
        width: min(84vw, 340px);
        min-height: 100dvh;
        overflow-y: auto;
        padding: 80px 0 24px;
        /* background: url(/images/Slice_21.gif); */
        background: linear-gradient(to bottom, #9e2727, #c11c35);
        border-right: 3px solid #e59d53;
        box-shadow: 6px 0 18px rgba(0, 0, 0, 0.25);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
    }
    #leftmenu.open > div {
        transform: translateX(0);
    }
    .h-menu {
        display: flex;
        position: fixed;
        z-index: 30;
        top: 12px;
        left: 12px;
        right: auto;
        width: 52px;
        height: 52px;
        padding: 12px 10px;
        border-radius: 8px;
        pointer-events: auto;
    }
    #banner {
        display: none;
    }
    #content {
        padding: 16px;
    }
    .titel1 .search_str {
        display: block;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 400;
    }
    .searchblock {
        padding: 18px 16px 16px;
        gap: 12px;
    }
    .suche_row:not(.genre) .searchfield,
    .suche_row.genre .searchfield {
        flex-basis: 100%;
        min-width: 0;
    }
    .suche_row:not(.genre) .searchblock .input {
        width: 100%;
    }
    .suche_row.genre .searchblock {
        flex-wrap: wrap;
    }
    .searchoption,
    .searchoption-scope,
    .searchactions {
        flex: 1 1 100%;
        margin-left: 0;
    }
    .searchsubmit {
        width: 100%;
    }
    .suche_row form > div:last-of-type, 
    .suche_row form table {
        width: unset;
    }
    .searchbutton {
        display: block;
    }
    .searchbutton a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        line-height: 1.1em;
        gap: 5px;
        margin: 5px;
    }
    .searchbutton img {
        width: 16px;
    }
    .searchblock {
        display: none;
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9;
    }
    .searchblock.open {
        position: fixed;
        z-index: 22;
        display: flex;
        align-items: flex-start;
        top: 50%;
        left: 50%;
        width: min(92vw, 420px);
        max-width: none;
        max-height: calc(100dvh - 48px);
        overflow-y: auto;
        transform: translate(-50%, -50%);
        border: 1px solid #e8a054;
        background-color: #faddb0;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    }
    .searchclose {
        position: absolute;
        z-index: 12;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 10px;
        right: 10px;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        padding: 0 !important;
        border: 2px solid #FFF;
        background-color: #6b3307;
        color: #FFF;
        font-size: 28px;
        line-height: 1;
        cursor: pointer;
    }
    .searchclose:before {
        content: "\00D7";
    }
    .block-header:before {
        top: -0.3px;
        right: -0.3px;
        border-bottom: 21px solid transparent;
        border-right: 21px solid #e8a054;
    }
    .block-header:after {
        top: -1px;
        right: -1px;
        border-bottom: 21px solid transparent;
        border-right: 21px solid #ffedc9;
    }
}
@media only screen and (max-width:600px) {
    #mainblock,
    #footer-banner,
    #footer {
        width: calc(100% - 8px);
    }
    #menuline {
        justify-content: flex-start;
    }
    .toplinks {
        justify-content: flex-start;
    }
    #content {
        padding: 12px;
    }
    .block-header {
        width: 100%;
        max-width: 100%;
        padding-right: 42px;
    }
    .seotext,
    .cut-corner {
        padding: 12px;
    }
    .filmundo td {
        display: block;
        width: 100% !important;
        padding: 6px 0;
    }
    .offer-item {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }
    .offer-item-copy {
        text-align: center;
    }
    .letters tr {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        background-color: #fff;
    }
    .letters td {
        flex: 0 0 40px;
        padding: 1px;
    }
    .pagination-nav {
        gap: 10px;
    }
    .pagination-actions {
        flex: 1 1 calc(50% - 5px);
    }
    .pagination-actions .pagination-link {
        width: 100%;
    }
    .pagination-pages {
        order: 3;
        flex-basis: 100%;
        gap: 6px;
    }
    .pagination-link,
    .pagination-ellipsis {
        min-width: 38px;
        min-height: 38px;
        padding: 0 10px;
    }
    .genres > tbody > tr {
        display: grid;
        grid-template-columns: 80px 1fr;
    }
    .genres > tbody > tr > td {
        padding: 5px 0;
    }
    .genres > tbody > tr > td:nth-child(1):not([colspan]) {
        text-align: left !important;
        grid-row: span 4;
    }
    .genres > tbody > tr:nth-of-type(n-1) > td:not(:first-of-type):not(:last-of-type) {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .genres td[colspan="5"] {
        width: 100% !important;
        grid-column: span 2;
    }
    .genres td[colspan="5"] table {
        width: 100%;
    }
    .productimage {
        float: initial;
        margin-left: 0;
    }
    .detail-summary {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .detail-media {
        justify-content: center;
        width: 100%;
        height: auto;
        padding: 12px;
    }
    .productimage-inner {
        padding: 12px;
    }
    .detail-facts {
        padding: 16px;
    }
    .details-table td:first-child {
        width: auto;
        padding-right: 8px;
    }
    .details-table td {
        display: block;
        padding: 3px 0;
    }
    .detail-copy {
        font-size: 15px;
    }
    .detail-section-card {
        padding: 18px 16px 16px;
    }
    .detail-promo-banner,
    .detail-cover-stage {
        padding: 14px;
    }
    .detail-cover-stage {
        min-height: 0;
    }
    .items-list > div {
        grid-template-columns: 88px minmax(0, 1fr) !important;
        gap: 4px 12px;
    }
    .items-list > div > div {
        padding: 5px 0;
    }
    .items-list > div > div:first-of-type {
        grid-row: span 3;
        padding: 10px 0;
    }
    .items-list.cols5 > div > div:first-of-type {
        grid-row: span 4;
    }
    .items-list > div > div:nth-of-type(2) {
        padding-top: 10px;
    }
    .items-list > div > div:last-of-type {
        padding-bottom: 10px;
    }
}
@media only screen and (max-width:480px) {
    body, td, input, select, textarea, button {
        font-size: 14px;
    }
    #mainblock,
    #footer-banner,
    #footer {
        width: calc(100% - 4px);
    }
    #header {
        padding-left: 64px;
    }
    .site-logo {
        width: min(100%, 180px);
    }
    .toplinks-separator,
    .footer-separator,
    .footer-links-separator {
        display: none;
    }
    .footer-meta,
    .footer-links {
        gap: 6px 12px;
    }
    .mainlist {
        grid-template-columns: 1fr;
    }
    .mainlist > div {
        grid-template-columns: 84px 1fr;
        padding: 12px;
    }
    .mainlist > div:not(.span2) img,
    .items-list > div > div:first-of-type img {
        width: 80px;
        max-width: 80px;
    }
    .pagination-actions {
        flex-basis: 100%;
    }
    .pagination-link-prev,
    .pagination-link-next {
        min-width: 0;
    }
    .pagination-pages {
        justify-content: flex-start;
    }
    .pagination-jump {
        justify-content: flex-start;
    }
    .pagination-jump select {
        width: 100%;
        max-width: 180px;
    }
    .vote-controls,
    .export-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .vote-controls select,
    .butt,
    input.butt {
        width: 100%;
    }
    .productlist td[width="50%"] {
        display: block;
        width: 100%;
    }
    .productlist td[width="5"] {
        display: none;
    }
    .filmundo,
    .filmundo img,
    .bigimage {
        max-width: 100% !important;
    }
}

@media only screen and (max-width:430px) {
    #content {
        padding: 10px;
    }

    #content h1 {
        font-size: 26px;
    }

    #content h2 {
        font-size: 21px;
    }

    .detail-card,
    .detail-facts {
        padding: 14px;
    }
    .detail-section-card {
        padding: 16px 14px 14px;
    }

    .searchblock.open {
        width: min(96vw, 420px);
    }
}

@media only screen and (max-width:390px) {
    #header {
        padding-left: 58px;
    }

    .h-menu {
        width: 48px;
        height: 48px;
        padding: 11px 9px;
    }

    .site-logo {
        width: min(100%, 160px);
    }

    .toplinks,
    .footer-meta,
    .footer-links {
        gap: 6px 8px;
    }

    .mainlist > div {
        grid-template-columns: 76px 1fr;
    }

    .mainlist > div:not(.span2) img,
    .items-list > div > div:first-of-type img {
        width: 72px;
        max-width: 72px;
    }
}

.analytics-consent-banner {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(24, 38, 50, 0.72);
    z-index: 9999;
}

.analytics-consent-banner-inner {
    width: 100%;
    max-width: 560px;
    padding: 20px 22px;
    background: #fff7d6;
    border: 2px solid #e59d53;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    border-radius: 6px;
    color: #333333;
    line-height: 1.5;
    text-align: left;
}

.analytics-consent-banner-inner strong {
    display: block;
    margin-bottom: 8px;
    color: #8a4b08;
    font-size: 14pt;
}

.analytics-consent-banner-inner a {
    font-weight: bold;
}

.analytics-consent-actions {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.analytics-consent-button {
    min-width: 130px;
    padding: 8px 14px;
    border: 1px solid #c47f32;
    background: #e59d53;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.analytics-consent-button:hover,
.analytics-consent-button:focus {
    background: #cf8437;
}

.analytics-consent-button-secondary {
    background: #ffffff;
    color: #8a4b08;
}

.analytics-consent-button-secondary:hover,
.analytics-consent-button-secondary:focus {
    background: #fff1c0;
}

@media only screen and (max-width:640px) {
    .analytics-consent-banner {
        padding: 12px;
    }

    .analytics-consent-banner-inner {
        max-width: none;
        padding: 16px;
    }

    .analytics-consent-button {
        width: 100%;
    }
}

@media only screen and (max-width:600px) {
    .share-links {
        grid-template-columns: 1fr;
    }
}
