
/* Custom Start */

/*
Override theme.min.css at line 1 because when your scrolling down the burger icon is misplaced
*/

body {
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

body.header-fixed.header-animated #header.scrolled ~ .mobile-menu .button_container{
  top:1rem;
}

img{
  border-radius: 10px;
}

/* Using langswitcher plugin from grav.
   IMPORTANT: You should deactivate langswitcher.css in admin panel or in md file!!
   /site/user/plugins/langswitcher/css/langswitcher.css   
*/
.langswitcher {
    display: flex;
    justify-content: right;
}

/* The static background */
.starry-sky {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background: linear-gradient(180deg, #020617, #0f172a);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
  /*z-index: -1;*/
}

/* Gemeinsame Eigenschaften für beide Sternenebenen */
.starry-sky::before,
.starry-sky::after {
  content: "";
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: -1;
}

/* Ebene 1: Die erste Gruppe von Sternen */
.starry-sky::before {
  background:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.9) 1px, transparent 1px),
    radial-gradient(circle at 70% 20%, rgba(255,255,255,0.8) 1px, transparent 1px),
    radial-gradient(circle at 40% 80%, rgba(255,255,255,0.7) 1px, transparent 1px);
  background-size: 200px 200px; /* Kachelt das Muster */
  animation: twinkle 4s ease-in-out infinite alternate;
}

/* Ebene 2: Die zweite Gruppe von Sternen (anderes Muster, andere Animation) */
.starry-sky::after {
  background:
    radial-gradient(circle at 90% 60%, rgba(255,255,255,0.9) 1px, transparent 1px),
    radial-gradient(circle at 10% 70%, rgba(255,255,255,0.6) 1px, transparent 1px),
    radial-gradient(circle at 50% 40%, rgba(255,255,255,0.8) 1px, transparent 1px);
  background-size: 300px 300px;
  animation: twinkle 6s ease-in-out infinite alternate-reverse; /* Läuft asynchron zur ersten Ebene */
}

/* Die Funkel-Animation */
@keyframes twinkle {
  0% { opacity: 0.2; }
  100% { opacity: 1; }
}
/*
.video-background-holder {
  position: relative;
  background-color: black;
  height: calc(100vh - 72px);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0;
  z-index: 1;
}
*/

/* Custom End */

/* Markdown Notices */
.notices.yellow {
    border-left: 10px solid #935b0c;
    background: #31220b;
    color: #eea034;
}

.notices.red {
    border-left: 10px solid #89211e;
    background: #2e0b0b;
    color: #db5a56;
}

.notices.blue {
    border-left: 10px solid #1b6e86;
    background: #13222a;
    color: #4bb9da;
}

.notices.green {
    border-left: 10px solid #347834;
    background: #192c13;
    color: #7ac57a;
}
/* --- */

/* Shortcode UI */

.accordion-wrapper {
    margin: 30px 0;
    text-align: left; }
    .accordion-wrapper label {
      color: #ccc;
      background: #272727;
      border: 1px solid #000; 
      border-bottom: 1px solid transparent; }
      .accordion-wrapper label:hover {
        background: #2d2d2d;
        color: #fff; }
    .accordion-wrapper article {
      background: rgba(39, 39, 39, 0.5);
      border: 1px solid #000; }
  .accordion-wrapper input:checked + label {
    border-bottom: 1px solid #000; }
  .accordion-wrapper > div:last-child label, .accordion-wrapper > div:last-child input:checked ~ article {
    border-bottom: 1px solid #000; }


.tab {
    border-bottom: .05rem solid rgba(39, 39, 39, 0.5); }

.tabs-wrapper {
    display: block; }
    .tabs-wrapper.ui-theme-lite .tabs-nav li.current a {
        border-bottom: 1px solid #3085ee; }
    .tabs-wrapper.ui-theme-lite .tabs-nav li:hover {
        background: rgba(39, 39, 39, 0.5); }
    .tabs-wrapper.ui-theme-lite.bottom-right .tabs-nav li.current a, .tabs-wrapper.ui-theme-lite.bottom-left .tabs-nav li.current a {
        border-top: 1px solid #909090; }
    .tabs-wrapper.ui-theme-lite.bottom-right .tab, .tabs-wrapper.ui-theme-lite.bottom-left .tab {
        border-bottom: 1px solid #e9e9e9; }
    .tabs-wrapper.ui-theme-lite .tab {
        border-top: 1px solid #000;
        background-color: rgba(39, 39, 39, 0.5); 
        padding: 0.4rem; }


.browser-frame {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid #272727; }
  .browser-frame .btoolbar {
    height: 40px;
    background: #272727;
    color: #bbb;
    border-bottom: 1px solid #272727; }
  .browser-frame .btoolbar-button {
    background: #bbb; }
  .browser-frame .btoolbar-address {
    background: rgba(39, 39, 39, 0.5);
    border: 1px solid #bbb; }

.cd-image-container {
    position: relative; }
    .cd-image-label {
    color: #ccc; }
    .cd-handle {
    color: #ccc;
    background: #3085ee; }
    .cd-handle.draggable {
    background-color: #1e6bc9; }

.polaroid-wrapper .polaroid {
  background: #272727;
  border: 1px solid #272727; }

.polaroid-wrapper .polaroid-img {
  background: #272727; }

/* --- */
