/* =basics
--------------------------------------------------------------- */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.crisp {
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}

/* =overrides for responsive layout
--------------------------------------------------------------- */
body {
    font-size: clamp(1rem, 0.46rem + 2.273vi, 3.188rem);
    position: relative;
}
.wrapper {
    width: auto;
    height: auto;
    /* https://chrisburnell.com/clamp-calculator/?font-size-root=16&size-min=15&size-max=74&viewport-min=380&viewport-max=1920&viewport-units=vi */
    padding: clamp(0.938rem, 0.028rem + 3.831vi, 4.625rem);
}
.logo {
    width: 14.27083333vw; /* 274/1920 */
    min-width: 100px;
}
h1 {
    font-size: clamp(2rem, 0.92rem + 4.545vi, 6.375rem); /* 102 */
    margin-top: 0.33333333em; /* 34/102 */
    margin-bottom: 0.2745098em; /* 28/102 */
}

/* =wirtschaftsnews
--------------------------------------------------------------- */
.wirtschaftsnews__title { /* Titel: Wirtschafts-News präsentiert durch Baden 4.0*/
    margin-top: 0.66666667em; /* 34/51 */
    font-weight: bold;
}
.wirtschaftsnews__title--small,
.wirtschaftsnews__url--big {
    font-size: clamp(0.938rem, -0.142rem + 4.545vi, 5.313rem);
    line-height: 1.2;
}
.wirtschaftsnews__subline {
    font-weight: normal;
    display: block;
}
.wirtschaftsnews__newstitle,
.wirtschaftsnews__desc {
    text-wrap: pretty;
}

.wirtschaftsnews__static-content,
.wirtschaftsnews__url {
    margin-top: 0.66666667em; /* 34/51 */
}
.wirtschaftsnews__static-content + .wirtschaftsnews__static-content {
    margin-top: 0;
}

.wirtschaftsnews__url {
    font-weight: bold;
}

.wirtschaftsnews__qr-code {
    display: flex;
    justify-content: flex-end;
    align-items: end;
    gap: 0.5em;
    font-size: clamp(1rem, 0.692rem + 1.299vi, 2.25rem); 
    text-box: trim-end ex alphabetic;
}
.wirtschaftsnews__qr-code img {
    width: clamp(6.25rem, 3.166rem + 12.987vi, 18.75rem);
    height: auto;
}

@media only screen and (max-width: 37.5em) { /* 600/16 */
    .wirtschaftsnews__qr-code {
        margin-top: 1.5em;
    }
}

.wirtschaftsnews__partnerlogos {
    position: absolute;
    inset: 0;
    z-index: 100; /* muss über dem Baden-Logo im Screen-Template sein */
    width: 100vw;
    height: 100vh;
    object-fit: contain;
    background-color: #fff;
}