@charset "UTF-8";

/* =========================================================
   Base / Reset
   ========================================================= */

html {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    background-color: #FFFEF4;
    color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    
    margin: 0;
    animation: fadeInAnimation 1s ease forwards;
}

/* Fade-In Animation */
@keyframes fadeInAnimation {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* =========================================================
   Navigation
   ========================================================= */

#divnav {
    background-color: transparent;
    color: #ffffff
}

.nav-logo {
    font-weight: 500;
    font-size: 70px;
    letter-spacing: 0.1em;
    line-height: 1; 
    text-align: left;
    color: #000000;
    margin: 45px 0px 6px 50px;
    transition: font-size 0.15s linear;
}

.nav-top {
    font-weight: 400;
    font-size: 30px;
    text-align: right;
    color: #000000;  
    margin: 0px 30px 0px 0px;
}

/* =========================================================
   Accordion 1/2
   ========================================================= */

#accordion1 {
    position: fixed;
    z-index: 9999;
    width: 100%;

    pointer-events: auto; /* FIX */
}

#accordion1 *,
#accordion1 a {
    pointer-events: auto; /* FIX */
}

#accordion1 .card,
#accordion1 .card-header,
#accordion1 .card-body {
    background-color: transparent;
    border: none;
}

#accordion1 .card-header {
    padding: 0;
    font-weight: 400;
    margin-top: 5px;
    margin-right: 40px;
    margin-left: 0px;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    line-height: 1.1;
    font-size: 20px;
    color: #000;
    text-align: right;
}

#accordion1 .card-header a {
    display:block;
    color: inherit;
    text-decoration: none;

    cursor: pointer; /* FIX */
    touch-action: manipulation; /* FIX */
}

#accordion1 .card-header a:hover,
#accordion1 .card-header a:focus {
    color: #D72424;
    text-decoration: none;
    outline: none;
}

#accordion1 .card-body {
    padding: 5px 0;
    color: #000;
}

#collapseOne1 {
    background-color: rgba(255, 255, 255, 0.8); 
    width: 94%; 
    margin: 0 auto; 
    padding: 0px 20px 20px 20px; 
    border-radius: 2px;
    font-size: 12px; 
    letter-spacing: 0.05em; 
    line-height: 20px; 
    max-height: 700px; 
    overflow-y: auto;

    -webkit-overflow-scrolling: touch; /* FIX */
}

.coll-titel a {
    font-weight: 500;
    text-decoration: none; 

    cursor: pointer; /* FIX */
    touch-action: manipulation; /* FIX */
}

.coll-titel-0 {
    font-size: 20px; 
    letter-spacing: 0.1em; 
    font-weight: 500;
}

.coll-titel-1 {
    font-size: 12px; 
    letter-spacing: 0.1em; 
    font-weight: 500;
}

.coll-titel-2 {
    letter-spacing: 0.05em; 
    font-weight: 500;
}

.coll-text {
    font-size: 12px;
    font-weight: 300;
}

/* =========================================================
   Accordion 2
   ========================================================= */

#accordion2 {
    width: 100%;
}

#accordion2 .card,
#accordion2 .card-header,
#accordion2 .card-body {
    background-color: #FFFEF4; 
    border: none;
}

#accordion2 .card-header {
    padding: 0;
    font-weight: 400;
    margin: 0px 0px 0px 30px;
    letter-spacing: 0.05em; 
    line-height: 1.1;
    font-size: 12px;
    color: #000;
    text-align: left;
}

#accordion2 .card-header a {
    display:block;
    color: inherit;
    text-decoration: none;

    cursor: pointer; /* FIX */
    touch-action: manipulation; /* FIX */
}

#accordion2 .card-header a:hover,
#accordion2 .card-header a:focus {
    color: #D72424;
    text-decoration: none;
    outline: none;
}

#accordion2 .card-body {
    padding: 5px 0;
    color: #000;
}

#collapseOne2 {
    background-color: #FFFEF4; 
    width: 94%; 
    margin: 0 auto; 
    padding: 20px 20px 0px 20px; 
    font-size: 12px; 
    letter-spacing: 0.05em; 
    line-height: 20px; 
}

/* =========================================================
   Layout / Utilities
   ========================================================= */

.container {
    display: flex;
    justify-content: center;
}

#imgcontainer {
    position: relative;
    top: 0;
    left: 0;
}

.borderTopStart {
    padding-top: 8px;
}

hr {
    border: 0;
    border-top: 1px dotted #000; 
}

.break {
    display: inline;
}

.nowrap {
    white-space: nowrap;
}
 
@media (max-width: 430px) {
  body {
    margin-top: -10px;
  }
}

/* =========================================================
   Links
   ========================================================= */

a {
    color: #000;
    text-decoration: none;
    letter-spacing: 0.05em;

    cursor: pointer; /* FIX */
    touch-action: manipulation; /* FIX */
}

a:hover {
    color: #D72424;
}

/* =========================================================
   Bildlegende & Format
   ========================================================= */

.bildlegende {
    color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-align: right;
    letter-spacing: 0.05em;
    margin: 5px 2px 0px 0px;
}

.img-border-light {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
}

.mt-100 {
    margin-top: 50px !important;
}

/* =========================================================
   Texte
   ========================================================= */

.zitat {
    color: #045B2D;
    font-family: "EB Garamond", serif;
    font-size: 20px;
    font-style: italic;
    letter-spacing: 0.1em;
    text-align: left;
}

.zitatlegende {
    color: #045B2D;
    font-family: "EB Garamond", serif;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-align: right;
}

.textfooter {
    letter-spacing: 0.1em;
}

/* =========================================================
   Große Screens ≥ 1280px
   ========================================================= */

@media (min-width: 1280px) {

    .nav-logo { font-size: 100px !important;}
    .nav-top { font-size: 40px; }
    #accordion1 .card-header h6 { font-size: 50px; }
    .zitat { font-size: 35px; }
    .zitatlegende { font-size: 15px; }
    .mt-100 { margin-top: 100px !important; }
}