﻿@font-face {
    font-family: 'Book Antiqua';
    src: url('/Fonts/BKANT.TTF');
}

@font-face {
    font-family: 'Book Antiqua';
    font-weight: bold;
    src: url('/Fonts/ANTIQUAB.TTF');
}

@font-face {
    font-family: 'Book Antiqua';
    font-style: italic;
    src: url('/Fonts/ANTIQUAI.TTF');
}

@font-face {
    font-family: 'Book Antiqua';
    font-weight: bold;
    font-style: italic;
    src: url('/Fonts/ANTIQUABI.TTF');
}

body {
    background-color: #000000;
    font-size: 10pt;
    color: gold;
    font-family: 'Book Antiqua', Garamond, 'Times New Roman';
}

p {
    text-align: center;
    font-size: 16px;
}

a {
    color: #FFD700;
    text-decoration: none;
}

    a:active {
        color: #000000;
        background-color: #FFD700;
    }

h1 {
    font-size: 24pt;
    font-family: 'Book Antiqua', Garamond, 'Times New Roman';
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 0px;
    margin: 0px;
}

h2 {
    font-size: 16pt;
    font-family: 'Book Antiqua', Garamond, 'Times New Roman';
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 0px;
    margin: 0px;
}

h3 {
    font-size: 14pt;
    font-family: 'Book Antiqua', Garamond, 'Times New Roman';
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 0px;
    margin: 0px;
}

#wrapper::after {
    content: "";
    display: table;
    clear: both;
}

#wrapper {
    width: 750px;
    margin: auto;
}

#logo {
    height: 125px;
    background-color: #CFCFFA;
    width: 116px;
    border-color: gold;
    border-width: 2px;
    border-style: solid;
    padding: 2px;
    text-align: center;
    margin-bottom: -14px;
}

#navi {
    float: left;
    width: 125px;
}

#content {
    float: right;
    width: 615px;
}

#comment {
    font-size: 12px !important;
    font-family: 'Book Antiqua', serif;
    text-align: center !important;
}

#previous, #next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    opacity: 0.5;
    font-weight: bold !important;
    font-size: 2.5rem !important;
    background: transparent;
    border: none !important;
    height: 50px;
    width: 50px;
    cursor: pointer;
    z-index: 2;
}

#previous {
    left: 0;
}

#next {
    right: 0;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    display: block;
    margin: 0 auto;
    height: 100vh;
    width: auto;
}

/* Caption of Modal Image */
#imageModal {
    display: none;
    justify-content: center; /* horizontal zentrieren */
    min-height: 100vh; /* Modal nimmt die volle Höhe ein */
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

ul {
    padding-left: 0px;
    float: left;
    width: 125px;
}

li {
    width: 120px;
    border-color: gold;
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    padding: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    list-style: none;
    text-align: center;
    padding-left: 0px;
    font-size: 16px;
}

    li:hover {
        color: red;
    }

.header-text {
    font-size: 26px !important;
    text-align: center !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.optional-text {
    font-size: 16px !important;
    text-align: center !important;
    margin-bottom: 20px;
}

.album-container {
    width: 1022px;
    margin: 0 auto; /* Center the container */
    text-align: center; /* Center the content */
}

.album-container2 {
    width: 550px !important;
    margin: 0 auto; /* Center the container */
    text-align: center; /* Center the content */
}

.image-container {
    display: inline-block;
    margin-bottom: 10px; /* Space between images */
    margin-left: 20px !important;
}

.thumbnail {
    width: 100%; /* Make the image take the full width of the container */
    max-width: 125px; /* Ensure the image does not exceed 1022px */
    height: auto; /* Maintain aspect ratio */
}

.thumbnail2 {
    margin-left: 50px; /* Space between image and menu */
    width: 100%; /* Make the image take the full width of the container */
    max-width: 500px; /* Ensure the image does not exceed 500px */
    height: auto; /* Maintain aspect ratio */
}

.image {
    margin-top: -50px;
    height: 100% !important; /* Make the image take the full width of the container */
    width: auto;
}

.image-text {
    margin-top: 10px; /* Space between image and text */
    margin-left: 50px;
    font-size: 14px; /* Adjust font size as needed */
    color: gold; /* Adjust text color as needed */
}

.image-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content; /* Wrapper passt sich der Bildbreite an */
    margin: auto; /* Zentriert den Wrapper im Modal */
}

.footer-text {
    font-size: 18px !important;
    font-family: 'Book Antiqua', serif;
    text-align: center;
    margin-top: 20px;
}

.separator {
    border: 0;
    height: 2px;
    width: 650px;
    background: gold; /* Adjust color as needed */
    margin: 20px 0; /* Space above and below the separator */
}

#next, #previous {
    display: inline-block;
    border: 2px solid gold;
    height: 50px;
    width: 50px;
}