:root {
    --background: #727d83;
    --font: #fff;
    --white: #fff;
    --dark: #0b1d26;
}

@font-face { 
    font-family: "minion-pro-display", serif;
    src: url("https://use.typekit.net/ysw1yqm.css");
}

body {
    background: var(--background);
    color: var(--white);
    font-family: arial;
}

.header {
    background: var(--background);
    padding: clamp(1rem, 2vw, 2rem) 0;
}

.header section#wide {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

img.logo {
    width: clamp(6rem, 10vw, 10rem);
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navigation a {
    color: var(--white);
    text-decoration: none;
    margin-left: clamp(2rem, 4vw, 4rem);
}

.grid img.bild {
    width: 100%;
    height: clamp(25em, 40vw, 40em);
    object-fit: cover;
}

.swiper-slide img {
    width: 100%;
    max-height: clamp(45rem, 55vw, 55rem);
    object-fit: cover;
}

.line {
    position: relative;
    float: left;
    border-bottom: 1px solid var(--white);
    width: 100%;
}

footer {
    width: 100%;
    float: left;
    padding: clamp(1rem, 2vw, 2rem) 0;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

footer img {
    height: clamp(1rem, 2vw, 2rem);
    width: clamp(1rem, 2vw, 2rem);
    padding: 10px;
    background: var(--dark);
    border-radius: 50%;
}

.bild-titel {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 1.5rem;
    color: white;
}

span.flipped {
    transform: rotate(270deg) translate(76%, -95%);
    transform-origin: top right;
    font-size: 1.25rem;
}

.swiper {
    width: 100%;
    height: 80vh;
}

h2 {
    font-size: 2.9rem;
}

p {
    font-family: "minion-pro-display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.7rem;
    font-weight: lighter;
    line-height: 1.5;
}

.anchor {
    position: absolute;
    margin-top: -100px;
}

.anchor.no-margin {
    margin-top: 0px;
}