/* Libre Franklin */
@font-face {
    font-family: 'LibreFranklin-Regular';
    font-style: normal;
    src: url(./LibreFranklin-Regular.woff2) format('woff2');
}
@font-face {
    font-family: 'LibreFranklin-Italic';
    font-style: normal;
    src: url(./LibreFranklin-Italic.woff2) format('woff2');
}
@font-face {
    font-family: 'LibreFranklin-SemiBold';
    font-style: normal;
    src: url(./LibreFranklin-SemiBold.woff2) format('woff2');
}
@font-face {
    font-family: 'LibreFranklin-SemiBoldItalic';
    font-style: normal;
    src: url(./LibreFranklin-SemiBoldItalic.woff2) format('woff2');
}

/* Base */
html {
    background-color: #eaeaea;
    background-size: cover;
    background-image: url("./hintergrund.jpg");
    background-attachment: fixed;
}
body {
    max-width: 56rem;
    margin: 0 auto;
    font-family: 'LibreFranklin-Regular', sans-serif;
    color: #050505;
    font-size: 100%;
}
/* Content */
header {
    font-family: 'LibreFranklin-SemiBold', sans-serif;
    margin: 1.25rem;
}
.cta {
    font-weight: bold;
    text-align: right;
}
main {
    margin: 1.25rem;
}
/* Photo Album */
.main__album {
    width: 100%;
}
.album__photo {}    
.album__photo img {
    width: 100%;
}
.album__caption {
    margin: 0.75rem 0;
    font-family: 'LibreFranklin-Regular', sans-serif;
    font-size: 1.rem;
    text-align: left;
}
/* Info */
.main__info {
    width: 100%;
}
/* Geschichte */
.main__story {
    width: 100%;
}
.story__button {
    font-family: 'LibreFranklin-SemiBold', sans-serif;
    font-size: 1.3rem;
    line-height: 1.4rem;
    color: #2f63be;
    cursor: pointer;
}
/* Gesellschaft */
.main__society {
    width: 100%;
}
/* Footer */
footer {
    margin: 1rem;
}
/* Typography */
/* Title */
h1 {
    margin-bottom: 0;
    font-size: 3.4rem;
}
/* Subtitles */
h2 {
    font-size: 2.2rem;
}
/* Sub-Subtitles */
h3 {
    font-size: 1.2rem;
    font-weight: bold;
}
/* Paragraph */
p, li, blockquote {
    font-size: 1.2rem;
    line-height: 1.8rem;
}
li {
    margin-bottom: 0.75rem;
}
i, blockquote {
    font-family: 'LibreFranklin-Italic', sans-serif;
}
/* Link */
a {
    color: #2f63be;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
