@import url('https://fonts.googleapis.com/css2?family=Eagle+Lake&family=IM+Fell+French+Canon:ital@0;1&display=swap');

@font-face {
    font-family: Bastarda-K;
    src: url("/fonts/Bastarda-K.ttf");
}

@font-face {
    font-family: Schwabach;
    src: url("/fonts/Schwabach.ttf");
}

@font-face {
    font-family: GoticaBastard;
    src: url("/fonts/GoticaBastard.ttf");
}

/*Vereinsfont*/
.eagle-lake-regular {
    font-family: "Eagle Lake", serif;
    font-weight: 400;
    font-style: normal;
}

.im-fell-french-canon-regular {
    font-family: "IM Fell French Canon", serif;
    font-weight: 400;
    font-style: normal;
}

.im-fell-french-canon-regular-italic {
    font-family: "IM Fell French Canon", serif;
    font-weight: 400;
    font-style: italic;
}

/* 

Vereinsfarbe HEX
667449

*/


body {
    background-image: url(/bilder/parchment2.jpg);
    background-repeat: repeat;
    font-family: "IM Fell Fre nch Canon", serif;
    font-weight: 400;
    font-style: normal;

}


h1 {
    font-family: "Eagle Lake", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1vw;
    color: #667449;
}

h2 {
    font-weight: 400;
    font-style: normal;
    font-size: 2.1vw;
}

h3 {
    font-weight: 400;
    font-style: normal;
    font-size: 4em;
    line-height: 1.4em;
    margin: 0;
    font-family: Schwabach;
}

h4 {
    font-weight: 400;
    font-style: normal;
    font-size: 1.8em;
    line-height: 1.2em;

    margin: 0;
    font-family: GoticaBastard;
}

h5 {
    font-weight: 400;
    font-style: normal;
    font-size: 1.4vw;
    margin: 0;
    font-family: GoticaBastard;
}


.blogpost {
    max-width: 50%;
    min-width: 500px;
    margin: 0 auto;
    background-color: white;
    padding: 30px;
}

.information p {
    font-family: "IM Fell French Canon", serif;

}



.column {}

figure {

    width: 14vw;
    min-width: 200px;

    font-style: italic;
    font-size: smaller;
    margin: 10px;
    padding: 0;
}

figure img {
    width: 100%;

}

.source {
    display: block;
    color: #667449;
}



.absolute {
    position: absolute;
}



::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: transparent;
    background-image: url(/bilder/parchment.jpg);
    background-attachment: scroll;
    background-size: 300px;

}

::-webkit-scrollbar-thumb {
    background: #667449;
}

.container1 {
    margin: auto;
    display: block;
    width: 100%;
}

.container2 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tabcontent {
    display: none;

}

.hidden {
    display: none;
}

.goldenborder {
    background-image: url(/bilder/border_top.png), url(/bilder/border_left.png), url(/bilder/border_bottom.png), url(/bilder/border_right.png);
    background-position: top, -4px, bottom, right;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 100% 20px, 24px 100%, 100% 25px, 24px 100%;
    padding: 16px;


}