html, body, div { padding: 0; margin: 0; border: none; }


html {
    background-image: url(spockhintegrund.avif);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    color: white;
    font-family: 'Jost', 'Noto Sans', Arial;
    font-weight: 100;
}
body { width: 100%; font-size: 12pt; font-weight: 200; overflow-y: scroll; }
a { color: #ffc000ff; text-decoration: none; }
section a:hover {text-decoration: underline;}


nav {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
}
    nav div {
        display: inline-block;
        float: left;
        border: solid 1px black;
        background-color: rgba(0, 0, 0, 0.76);
        color: white;
        padding: 15px;
        margin-right: 15px;
        margin-top: 20px;
        flex: 0 1;
        font-family: Jost, "Univers Condensed Light", Raleway, Lato, "Helvetica Neue", Arial, Verdana, sans-serif;
        font-weight: 100;
    }

        nav div:hover {
            background-color: rgba(31, 31, 31, .6);
            cursor: pointer;
        }
        nav div.event { background-color: rgb(70, 70, 70, 0.62); }
            nav div.event:hover { background-color: rgb(85, 85, 85, 0.32); }
        nav div:first-of-type {
            padding: 3px 0 0 0;
            background-color: #ffc000dd;
        }
            nav div:first-of-type:hover { background-color: rgb(177, 13, 13); }
        nav img { height: 2em; margin: 5px 8px; }
        nav a { text-decoration: inherit; color: inherit; }
            nav a:hover { text-decoration: inherit; }


#derInhalt { display: block; max-width: 860px; margin: 0 auto 0 auto; padding: 0 0 500px; }

#derDach {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: white;
    border-bottom: solid 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 4px rgba(10, 10, 10, 0.1);
}




section {
    margin-top: 40px;
    display: none;
    background-color: rgba(0,0,0, 0.55);
    border: solid 1px rgb(44, 44, 44);
    padding: 5px 10px 40px;
}

#conference a { font-weight: 400; }
#conference span.betonen { font-weight: 400; color: rgb(241, 241, 241, 0.78); }

.zeitplan { margin: 0 auto; border-collapse: collapse; }
.zeitplan td:not(.leer):not(.dasNichts) { border: solid 1px  black; }
.tag { background-color: #0044aacc; }
.uhr { background-color: #ffc000ff; white-space: nowrap; color: black; font-weight: 400; padding: 0 0; }
.uni { color: rgba(255, 255, 255, 0.85); margin-left: 5px; }
.gestalt { padding-left: 5px; background-color: #13501bff; }
.vortrag { background-color: #4ca02cbb; color: white; padding: 0 15px; } 
.mittagessen, .quellen, .beschribung { background-color: rgb(85, 85, 85, 0.44); color: white; } 
.mittagessen, .tag, .vortrag, .uhr { text-align: center; }
.beschribung { text-align: justify; padding: 1px 5px; }

.mittagessen, .gestalt, .uhr { font-size: 85%; }
.quellen { text-align: left; }
.quellen { font-size: 75%; text-align: left; }
.leer { height: 20px; border: none; }
.dasNichts { height: 5px; border: none; }

#about b { color: #ffc000ff; font-weight: 600; }
#dasBild { width: 100%; }

#paulinerkircheplan { width: 60%; }


p {
    margin: 0 0 20px 0;
    text-align: justify;
}



h1 { font-weight: 100; text-align: center; }
h1 span { background-color: #ffc000ff; color: black; font-weight: 300; }
h2 { font-weight: 100; text-align: left; font-size: 130%;}

#karte { width: 40%; display: block; margin: 20px auto 0; }

#apa table.zeitplan { width: 80%; }

.imageFrame {
    font-size: .6em;
    float: left;
    width: 100px;
    margin: 0px 25px 0 0;
}

    .imageFrame img {
        border: double 3px black;
        width: inherit;
        clear: right;
    }

footer {
    display: block;
    position: fixed;
    width: 100%;
    height: 30px;
    margin: 0;
    bottom: 0px;
    border-top: solid 1px black;
    background: url(hexabump.png) repeat;
    color: white;
    font-family: Lato, sans-serif;
    font-size: 80%;
    box-shadow: 0 0 2px 2px rgb(85, 85, 85);
    color: rgb(85, 85, 85);
}

    footer center {
        margin-bottom: 10px;
    }





@media screen and (max-width: 780px) {
    section { margin: 15px 5px; }
    footer {
        height: 20px;
    }
}

.bp-img {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 98vw !important;
  max-height: 98vh !important;
}

.bp-img img {
  max-height: 800px !important;
  width: auto !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}
