html, body {
  /*overscroll-behavior: none;*/
}
img{
image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering:   -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges!important;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
body {
  font-family: Iosevka Sparkle, monospace;

}


::selection {
  background: #ccc; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ccc; /* Gecko Browsers */
}



a, a:hover, a:active, p, b, dd, dt, ul, ol, li, tr, td, th {
  font-family: Iosevka Sparkle, monospace;
  margin-top: 0;
  font-size: 11pt;
  font-weight: 400;
  line-height: 1.4;
}



a, a:hover, a:active {

    color: #000000;
    text-decoration: none;
}



dt {
  font-variant: slashed-zero;
  text-transform: lowercase;
}


.table td, .table th {
  padding: 0px 15px 12px 0;
  vertical-align: top;
  border-top: none;
  font-variant: slashed-zero;
}

#lichtaus{
  pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;

    position: fixed!important;

    background-color: #fff0;
    background-color: rgba(0,0,0,0);


    -webkit-transition: background-color 2000ms cubic-bezier(0, 0, 0.2, 1);
    -ms-transition: background-color 2000ms cubic-bezier(0, 0, 0.2, 1);
    transition: background-color 2000ms cubic-bezier(0, 0, 0.2, 1);
}
.invert{
    filter: grayscale(1);
    width: 100%;
    height: 100%;
    position: fixed!important;

    background-color: black!important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    -webkit-transition: background-color 2000ms cubic-bezier(0, 0, 0.2, 1);
    -ms-transition: background-color 2000ms cubic-bezier(0, 0, 0.2, 1);
    transition: background-color 2000ms cubic-bezier(0, 0, 0.2, 1);

}

.date-box{
  display: inline-block;
}

.date-box p{
  margin-bottom: 0;
}

#onoff{
  display: inline-block;
  cursor: pointer;
  z-index: 9999;
}

.lal{

    font-variant-numeric: oldstyle-nums;
}

.content {
padding-top: 58px!important;
background-color: #fff;
}


.backgroundgradient{
  position: fixed;
  top: 0;
  z-index: 0;
  height: 100vh;
  width: 100vw;
    background: transparent radial-gradient(at calc(var(--mouse-x, 0) * 100%) calc(var(--mouse-y, 0) * 100%), rgba(220,53,69,0.8), #ffffff, #ffffff, #ffffff) no-repeat 0 0;

}
    .list-group {/*
  max-height: 300px;*/
  overflow: auto;
  position: relative;
}
.list-group .special {
  background-color: lightgray;
  padding: 3px 15px;
}
.list-group .special:focus, .list-group .special:hover {
  background-color: gray;
}
.list-group .sticky-top, .list-group sticky-bottom {
  position: relative;
}
.list-group .sticked-top, .list-group .sticked-bottom {
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  z-index: 1;
}


html, body{ height: 100%;
     }

.full-page{ height: 100vh; width: 100vw;  }


@font-face {
    font-family: Iosevka Sparkle, monospace;
    src: url('AMFS.woff2') format('woff2'),
        url('AMFS.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*.container-fluid{
      overflow-x: hidden;
}*/




@font-face {
    font-family: 'Iosevka Sparkle';
    src: url('../fonts/Iosevka-Sparkle.eot');
    src: url('../fonts/Iosevka-Sparkle.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Iosevka-Sparkle.woff2') format('woff2'),
        url('../fonts/Iosevka-Sparkle.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Iosevka Aile';
    src: url('../fonts/Iosevka-Aile.eot');
    src: url('../fonts/Iosevka-Aile.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Iosevka-Aile.woff2') format('woff2'),
        url('../fonts/Iosevka-Aile.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



#navigation a{
    font-size: 50px;
    margin-top: 0;
    color: orange!important;
    z-index: 999999;
    mix-blend-mode: multiply;
}

.article-collapse p, .article-collapse ul, .article-collapse a, .article-collapse li{
 color:#fff!important;
}

.article-collapse p{
  padding-bottom: 0;
}

.article-collapse{
 background-color: rgba(0,0,0,.9)!important;
}

.article-outer{
  border-right: 1px solid rgba(0, 0, 0, 1);
}
.article-head, .article-bottom{
  display:flex;
  flex-direction:row;
  align-items: center;
  padding-bottom: 0px;
  font-family: Iosevka Sparkle, monospace;

  font-size: 11pt;
  font-weight: 400;
  margin-bottom: 2px;
  line-height: 1;
    color: #000000;
}
.article-date{
  flex-grow:0;

    width: 100%;
    font-size: 11pt;
    font-weight: 400;
    line-height: 1.35;
}

.article-date .card-body {

    padding: 0;
}
.article-date .card {
   border:0;
}


.navibar {
  margin-top: 2px;
}
.card {
    border: 0;
    border-radius: 0;
    background-color: inherit;
    color: #fff;
}

.informationbutton[aria-expanded=false] .text-expanded {
  display: none;
}
.informationbutton[aria-expanded=true] .text-collapsed {
  display: none;
}

/*countdown*/

ul#countdown {
    border-width: 1px 0;
    overflow: hidden;
    font-family: Iosevka Sparkle, monospace;
    margin-bottom: 0;
    padding-left: 0;
}
ul#countdown li {
    display: inline-flex;
    text-align: right;
}
ul#countdown li:last-child {
  padding-right: 0;
}
ul#countdown li .label {
    font-size: 11pt;
    font-weight: 400;
    line-height: 1.35;
    text-align: right;
}

.navi-bottom{

    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}
/*.divider{
    flex-grow: 1;
    height: 1px;
    margin-bottom: 2px;
    margin-left: 4px;
    align-self: flex-end;
    background-color: hsl(0, 100%, 44%);
}*/


.coverbox{
  height: 100%;
  width: 100%;/*
  padding: 5px 8px;*/
  display: block;
  margin-bottom: 3px;
    color: #000000;
  border: 1px solid rgba(0, 0, 0, 1);
  overflow: hidden;
}
.coverbox.box1{
    height: 100%;
    width: 100%;
    background: url(../img/cover/marvin.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-color: blue;

}
.coverbox.box2{
    height: 100%;
    width: 100%;
    background: url(../img/cover/pauline.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: red;
}

.coverbox.box3{
    height: 100%;
    width: 100%;
    background: url(../img/cover/katharina.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: green;
}

.coverbox.box4{
    height: 100%;
    width: 100%;  background: url(../img/cover/johannes.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;


    background-color: green;
}

.coverbox.box5{
    height: 100%;
    width: 100%;  background: url(../img/cover/janina.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-color: blue;
}
.coverbox.box6{
    height: 100%;
    width: 100%;  background: url(../img/cover/svenja.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
       background-color: red;
}

.coverbox.box7{
    height: 100%;
    width: 100%;  background: url(../img/cover/sarah.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: red;




       background-color: red;
}


.coverbox.box8{
    height: 100%;
    width: 100%;  background: url(../img/cover/mira.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
   background-color: green;
}

.coverbox.box9{
    height: 100%;
    width: 100%;  background: url(../img/cover/jacob.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-color: blue;


}

.coverbox:hover{
}
.coverbox:hover .marquee{
opacity: 1;

   transition: opacity 0.5s;
}

.marquee {
  margin-top: 8px;
  width:100%;
  overflow: hidden;
  z-index: 999;

   transition: opacity 0.5s;
}
.marquee a, .marquee a:hover{

}


.article-content{
    color: #000000;
    line-height: 17px;/*
   
    /: ;
     word-wrap: break-word;
  overflow-wrap: break-word;
/*
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
  */
}

.article-image {
 max-width: 25%;
float: left;
padding-right: 10px;
padding-top: 10px;
}

.article-image img{

  margin-bottom: 5px;

}

.lightense-open{

}

footer{
    color: #000000;
}

footer ol {
  padding-left: 1px;
  list-style: none;
  counter-reset: item;
 }

footer li {
  font-family: Iosevka Sparkle, monospace;
  margin-top: 0;
  font-weight: 400;
  text-transform: lowercase;
}

footer  li:before {
    margin-right: 6px;
    content: counter(item);
    background: #ff090900;
    border: 1px solid #dc3545;
    border-radius: 100%;
    color: #dc3545;
    text-align: center;
    padding: 0px 4px 0px 4px;
    display: inline-block;
    font-size: 75%;
 }

 footer  li {
   counter-increment: item;
   margin-bottom: 5px;
 }

.footnotes{
  padding-top: 10px;
}

/**
 * Initialiazing a `footnotes` counter on the wrapper
 */
article {
  counter-reset: footnotes;
}

/**
 * Inline footnotes references
 * 1. Increment the counter at each new reference
 * 2. Reset link styles to make it appear like regular text
 */
[aria-describedby="footnote-label"] {
  counter-increment: footnotes; /* 1 */
  text-decoration: none!important; /* 2 */
  color: inherit; /* 2 */
  cursor: pointer; /* 2 */
  outline: none; /* 2 */
}

[aria-describedby="footnote-label"]:hover {
  text-decoration: underline!important; /* 2 */
}

/**
 * Actual numbered references
 * 1. Display the current state of the counter (e.g. `[1]`)
 * 2. Align text as superscript
 * 3. Make the number smaller (since it's superscript)
 * 4. Slightly offset the number from the text
 * 5. Reset link styles on the number to show it's usable
 */
[aria-describedby="footnote-label"]::after {
  /* content: '[' counter(footnotes) ']';  1 */
  content: counter(footnotes); /* 1 */
 /* vertical-align: super; */ /* 2 */
  /*font-size: 10px;*/ /* 3 */


 align-content: flex-end;
    content: counter(footnotes);
    margin-left: 5px;
    color: hsl(0, 100%, 44%);
    text-decoration: none;
    cursor: pointer;
    font-variant: diagonal-fractions;
    background: #ff090900;
    border: 1px solid #dc3545;
    border-radius: 100%;
    color: #dc3545;
    padding: 0px 4px 0px 4px;
    display: inline-block;
    font-size: 75%;

}





/**
 * Resetting the default focused styles on the number
 */
[aria-describedby="footnote-label"]:focus::after {
/*  outline: thin dotted;
  outline-offset: 3px;*/
  background-color: #ffc6c6;
}

[aria-label="Back to content"] {
  /*font-size: 0.8em;*/
}

/**
 * Highlight target note
 */
/*footer :target {
  background: #ffc6c6;
}*/

footer :target::before {
    background: #ffc6c6;
}
/**
 * Visually hidden yet accessible content
 */
.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  visibility: hidden;
  opacity: 0;
}





#ikonesvg{
  width:100%;
  height:100%;
  position: fixed;
  z-index: -1;
  left:0;
  top: 0;

stroke-width:1;

}

/*figure {
    margin: 0 0 15px;
}

figure:first-child {
    margin-top:15px;
}
*/
/*.lightense-backdrop {
            backdrop-filter: hue-rotate(210deg)!important;
    -webkit-backdrop-filter: hue-rotate(210deg)!important;
}*/

/* colours */
.color-violet {
  background-color: #7A4EAB;
}
.color-indigo {
  background-color: #4332CF;
}
.color-blue {
  background-color: #2F8FED;
}
.color-green {
  background-color: #4DCF42;
}
.color-yellow {
  background-color: #FAEB33;
}
.color-orange {
  background-color: #F19031;
}
.color-red {
  background-color: #F2293A;
}

.color-black {
  background-color: #000000;
}


.fotorama:hover + .fotorama-caption, .fotorama:hover + .fotorama__caption{
  opacity: 1;


}

.logoimg_linie{
   opacity: 0;
   transition: opacity 0.5s;
}
 .logoimg:hover .logoimg_linie{
    opacity: 1;
        transition: opacity 0.5s;

    }

.abouttoggleimg{
  max-width: 218px;
}



.nopointerevent{
  pointer-events: none;
}

.fotorama__stage:hover .fotorama__caption, .fotorama__stage:hover .fotorama__arr {
   opacity: 1;
    transition-property: transform,opacity;
    transition-duration: .3s;
}

.fotorama__arr {
    opacity: 0;
}

/*.fotorama{
  margin-top: 20px;
  margin-bottom: 20px;
}
*/
.fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear, .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
    display: inline-flex;
}
/*
.fotorama__caption {
    z-index: 12;
    position: relative;
    right: 0;


    font-family: 'IBM Plex Sans', sans-serif;
    font-size: calc(20px + 1.5vw) !important;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    color: #9c6161;
    mix-blend-mode: difference;
    transition-property: transform,opacity;
    transition-duration: .3s;
    opacity: 0;

      display: flex;
    align-items: center;
    position: relative;

}

.fotorama__caption__wrap {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0);
    padding: 5px 10px;

    width: 100%;


  font-family: 'IBM Plex Sans', sans-serif;
}*/




/* modal */

/*.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,0px);
    transform: translate(0,0px);
}
*/

button.close {
    padding: 0 18px;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    position: fixed;

    font-size: font-size: 14px;
    z-index: 9999999999999;
}

.close {
    mix-blend-mode: difference;
    float: right;

    font-size: font-size: 14px;
    font-weight: 400;
    line-height: 1;
    position: fixed;
    right: 0;
    top: 0;
    padding: 10px;
    color: #9c6161;
    text-shadow: 0 1px 0 #ffffff00;
    opacity: .5;
}

.modal-body {
    padding:16px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 99998;
}

.modal-dialog {
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  max-width: 100%!important;
}

.modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.modal-close-x {
    right: 0;

    position: absolute;
    padding: 0 20px;
    color: #fff!important;
    pointer-events: all;
    cursor: pointer;
    z-index: 99999;
}

.abouttext{
    max-width: 930px;
    width: 100%;
}

/* modal */









.showonmobile {
  display: none;
}

.showondesktop {
  display: block;
}

.sticky {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  z-index: 992;
  top: 31px;
}




/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width:481px) and (max-width:767px) {
  .showonmobile {
    display: block;
  }

  .showondesktop {
    display: none;
  }

  .marquee {
  opacity: 1;

  margin-top: 0px;

}

}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width:320px) and (max-width:480px) {

.content {
padding-top: 53px!important;
}

.article-date, a, a:hover, a:active, p, b, dd, dt, ul, ol, li, tr, td, th {
font-size: 9pt;
  line-height: 1.3;
}

   .marquee {
  opacity: 1;

  margin-top: 0px;

}
.article-content{
    padding-top: 4px;
    color: #000000;
    line-height: 17px;
   

}


}


@media (min-width:1800px)  {
.article-content{
    padding-top: 4px;
    color: #000000;
    line-height: 17px;
   

}

}
