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

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

.header {
    background: #3B563E;
    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);
}

img.bild {
    width: 100%;
}

.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: var(--dark);
}

.hell {
    color: var(--white);
}

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

a.instagram {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
}

a.instagram span {
    margin-left: 1rem;
}

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

h2 {
    font-size: 2.25rem;
}

p {
    font-size: 1.1rem;
    font-weight: lighter;
    line-height: 1.5;
}