@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
@import "gridsystem.css";
*{
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}
body{background-color: #ffffff};
/* Default Classes */
  /* --> Colors */
  .color-1{color: #7C498D;}
  .color-2{color: #5F2871;}
  .color-3{color: #441154;}
  .bg-color-1{color: #ffffff!important;background-color: #7C498D!important;}
  .bg-color-2{color: #ffffff!important;background-color: #5F2871!important;}
  .bg-color-3{color: #ffffff!important;background-color: #441154!important;}
  .bg-gradient{background-image: linear-gradient(0deg, #7C498D, #441154);}
  .bg-default{background-color: rgba(196,213,225,1);}
  .bg-login{
    width: 100%;
    height: 100%;
    position: fixed;
    /*background-image: url('/assets/images/login-background.jpg');*/
    background-color: #7C498D;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .bg-cover{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(124, 73,141,0.7);
    z-index: 1;
  }
  .bg-cover-content{
    position: relative;
    z-index: 2;
  }
  @media (max-width: 992px){
    .bg-login{
      background-position: 85%;
    }
  }
  /* --> Padding */
  .no-pad{padding: 0!important;}
  .pad-4{padding: 4px!important;}
  .pad-8{padding: 8px!important;}
  .pad-16{padding: 16px!important;}
  .pad-24{padding: 24px!important;}
  .pad-32{padding: 32px!important;}
  .pad-40{padding: 40px!important;}
  .pad-t-8{padding-top: 8px!important;}
  .pad-b-8{padding-bottom: 8px!important;}
  /* --> Margin */
  .m-b-40{margin-bottom: 40px;}
  /* --> Text */
  .t-center{text-align: center;}
  .t-left{text-align: left;}
  .t-right{text-align: right;}
  /* --> Buttons */
  .default-button{
    color: #FFFFFF;
    background-color: #441154;
    border-radius: 30px;
    padding: 7.5px 20px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    text-transform: initial;
    vertical-align: inherit;
    min-width: 90px;
    transition: 0.3s;
    cursor: pointer;
    border: none;
    text-decoration: none;
    text-align: center;
  }
  .default-button.small{
    padding: 3.25px 10px;
    font-size: 12px;
    line-height: 1;
    min-width: 45px;
  }
  .default-button:hover{
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
    opacity: 0.9;
    text-decoration: none;
    color: #FFFFFF;
  }
  .default-button.fluid{
    width: 100%;
    display: block;
  }
  .btn-color-1{background-color: #7C498D!important;color: #FFFFFF!important;}
  .btn-color-2{background-color: #5F2871!important;color: #FFFFFF!important;}
  .btn-color-3{background-color: #441154!important;color: #FFFFFF!important;}
  /* --> Boxes */
  .box-shadow-default{box-shadow: 0px 15px 38px 0px rgba(0,0,0,0.1);}
  .box-default{
    padding-top: 28px;
    padding-right: 35px;
    padding-bottom: 24px;
    padding-left: 35px;
    border-radius: 30px;
    background-color: #ffffff;
    color: #4f4e4e;
  }
  /* --> Content / Grid */
  .content-1000{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .content-1200{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .content-1400{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
  .responsive-img{
    width: 100%;
    max-width: 100%;
  }
  /*Semantic Overrides */
  .ui.header{
    font-family: 'Poppins', sans-serif;
  }
  .ui.segment{
    border-radius: 10px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
  }
  .pushable>.pusher:after{
    background-color: rgba(0,0,0,0);
  }
/* Partials */
  /* --> Mainmenü */
  #BackendTopMenu{
    border-radius: 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: rgba(124, 73,141,1);
  }
  #BackendTopMenu .grid-16{
    width: 100%;
  }
  #BackendTopMenu #sidebar-open-btn,
  #BackendTopMenu #sidebar-mobile-open-btn{
    cursor: pointer;
  }
  #sidebar-close-btn{
    background-color: rgba(124, 73,141,1);
    color: rgba(255,255,255,1);
    height: 43px;
  }
  #BackendTopMenu .ui.header{
    padding-top: 12px;
    transition: 0.3s;
  }
  #BackendTopMenu .ui.header:hover{
    color: #441154;
  }
  #BackendTopMenu .ui.search input{
    padding: 6px 8px;
    margin-top: 6px;
    margin-left: 8px;
    font-size: 0.9em;
  }
  #BackendTopMenu .ui.search i{
    margin-top: 2px;
  }
  #BackendTopMenu .right.menu{
    float: right;
  }
  #BackendTopMenu #Desktop-Top-Logo img{
    max-height: 40px;
    padding: 8px 16px;
  }
  #BackendTopMenu .floating.ui.label{
    top: 0.4em;
    left: 80%;
  }
  #BackendTopMenu .notifications-menu{
    max-height: 350px;
    overflow-y: scroll;
  }
  #BackendTopMenu .item#notifications-read a{
    display: block;
    text-align: center;
    width: 100%;
    color: #4183c4;
  }
  /* Mobile Menüs */
  #Mobile-Top-Menu,
  #Mobile-Bottom-Menu{
    display: none;
  }
  #BackendTopMenu{
    display: block;
  }
  @media (max-width: 992px){
    #Mobile-Top-Menu,
    #Mobile-Bottom-Menu{
      display: block;
    }
    #BackendTopMenu{
      display: none;
    }
  }
  #Mobile-Top-Menu{
    position: fixed;
    width: 100%;
    height: 48px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 0;
    margin: 0;
    background-color: rgba(124, 73,141,1);
  }
  #Mobile-Top-Menu #Mobile-Top-Logo{
    text-align: center;
  }
  #Mobile-Top-Menu #Mobile-Top-Logo img{
    padding: 8px 16px;
    max-height: 48px;
  }
  #Mobile-Bottom-Menu{
    position: fixed;
    width: 100%;
    height: 58px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 0;
    margin: 0;
  }
  #Mobile-Bottom-Menu .item{
    width: calc(20% - 4px);
    display: inline-block;
    text-align: center;
    border-left: none;
    border-right: none;
    margin: 0;
    font-size: 1.3em;
    color: rgba(0,0,0,0.3);
  }
  #Mobile-Bottom-Menu .item.middle-menu{
    margin-top: -16px;
    text-align: center;
  }
  #Mobile-Bottom-Menu .item.middle-menu span{
    background: rgba(244,244,244,1);
    border-radius: 90%;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    margin-left: -16px;
  }
  #Mobile-Bottom-Menu .item.middle-menu:hover{
    background: transparent;
  }
  #Mobile-Bottom-Menu .item.middle-menu:hover span{
    background: rgba(230,230,230,1);
  }
  #Mobile-Bottom-Menu .item.middle-menu span i{
    padding-left: 4px;
  }
  #Mobile-Bottom-Menu .item.active{
    color: rgba(0,0,0,0.8);
  }
  #Mobile-Bottom-Menu .item:before{
    display: none;
  }
  #Mobile-Bottom-Menu .floating.ui.label{
    top: 0.4em;
    left: 80%;
  }
  #bottomimage{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: -1;
    bottom: -5px;
  }
  @media (max-width: 992px){
    #StoryFileBackground #bottomimage{
      bottom: 50px;
      z-index: 2;
    }
  }

/* Pages */
  /* Page --> Login */
  #page-login{
    width: 100%;
    height: 100%;
  }
  #page-login header{
    margin: 0 auto;
    padding: 64px 16px 0 16px;
    text-align: center;
  }
  #page-login header img{
    max-width: 150px!important;
  }
  #page-login #login .box-default{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 40px;
  }
  #page-login footer{
    text-align: center;
    padding: 16px;
    position: relative;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    color: rgba(255,255,255,1);
  }
  /* Page --> Dashboard */
  #page-dashboard{
    margin-top: 44px;
    margin-bottom: 44px;
  }
  /* Page --> Map */
  #page-map{
    margin-top: 44px;
    margin-bottom: 44px;
  }
  #page-map #map{
    position: fixed;
    width: 100%;
    height: calc(100vh - 88px);
  }
  /* Page --> Detail */
  #page-detail{
    margin-top: 44px;
  }
  #page-detail #explore-banner{
    width: 100%;
    background-color: rgba(0,0,0,0.1);
  }
  #page-detail #artImg{
    display: block;
    margin: 0 auto;
    max-width: 250px;
    text-align: center;
    border: 16px solid rgba(124, 73,141,1);
    background-color: rgba(255,255,255,1);
    border-radius: 90%;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  #page-detail #foundpage{
    height: 100vh;
  }
  #page-detail #foundpage #artImgBox #artImg{
    max-width: 250px;
    text-align: center;
    background-color: transparent;
    border: none;
    border-radius: none;
    animation-name: bounce-1;
    animation-timing-function: linear;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  #page-detail #foundpage #artImgBox{
    display: block;
    margin: 0 auto;
    max-width: 250px;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 32px;
    border: none;
    background-color: transparent;
    border-radius: 0;
  }
  @keyframes bounce-1 {
      0%   { padding-top: 0; padding-bottom: 15px;}
      50%  { padding-top: 15px; padding-bottom: 0px;}
      100% { padding-top: 0; padding-bottom: 15px;}
  }
  /* Page --> Impressum */
  #page-impressum{
    margin-top: 44px;
    margin-bottom: 44px;
  }
    /* Page --> Datenschutz */
  #page-datenschutz{
    margin-top: 44px;
    margin-bottom: 44px;
  }
  /* Page --> Profile */
  #page-profile{
    margin-top: 44px;
    margin-bottom: 44px;
  }
  /* Page --> Einstellungen */
  #page-einstellungen{
    margin-top: 44px;
    margin-bottom: 44px;
  }
  /* Page --> Radar */
  #page-radar{
    margin-top: 44px;
    margin-bottom: 44px;
  }
  #page-radar #radar{
    width: 300px;
    height: 300px;
    background: rgba(124,73,141,0.1);
    border-radius: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #page-radar #radar #map{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 90%;
    opacity: 0.3;
  }
  #page-radar #radar-point{
    width: 30px;
    height: 30px;
    background: rgba(124, 73,141,1);
    border-radius: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #page-radar #radar-border{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 90%;
    border: 2px solid rgba(0,0,0,0.5);
    background: transparent;
    animation-name: radar;
    animation-timing-function: linear;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  @keyframes radar {
      0%   {border: 2px solid rgba(0,0,0,0.5);width: 30px;height: 30px;}
      100% {border: 2px solid rgba(0,0,0,0.0);width: 300px;height: 300px;}
  }
  #page-radar #refreshButton{
    position: absolute;
    bottom: 68px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 350px;
  }
  /* Page --> Gallery */
  #page-gallery{
    margin-top: 44px;
    margin-bottom: 44px;
    padding-bottom: 44px;
    min-height: 100%;
  }
  #page-gallery .ui.fluid.buttons{
    background: rgba(255,255,255,0.3)!important;
    border: none!important;
    border-radius: 0!important;
  }
  #page-gallery .ui.fluid.buttons .ui.button.inverted.white{
    border: none!important;
    border-radius: 0!important;
  }
  #page-gallery .ui.card .image.active{
    background-color: rgba(255,255,255,1);
    opacity: 1;
    filter: blur(0px);
  }
  #page-gallery .ui.card .image{
    opacity: 0.4;
    filter: blur(8px);
  }


  /* JUNX STORYS */
  #JunxStoryMain{
    margin-top: 48px;
  }
  #StoryPreview{
    position: fixed;
    z-index: 1;
    top: 40px;
    height: calc(100% - 40px);
    width: 100%;
    background-position: center center;
    background-size: cover;
  }
  #StoryFile{
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(100% - 44px);
    opacity: 0;
    top: -100px;
  }
  #StoryFileBackground{
    position: fixed;
    top: -8px;
    background: #4ab6c2;
    color: rgba(255,255,255,1);
    width: 100%;
    height: calc(100% + 8px);
    padding-top: 180px;
    text-align: center;
  }
  #StoryFileBackground h1.ui.header{
    color: rgba(255,255,255,1);
    font-size: 2.5em;
  }
  #StoryFileBackground .ui.button.massive{
    display: block;
    margin: 0 auto;
  }
  #StoryFileBackground video{
    top: 0;
    left: -100%;
    left: 0%;
    height: 100%;
    position: absolute;
    z-index: -1;
    filter: blur(10px);
  }
  @media (max-width: 992px){
    #StoryFileBackground video{
      left: -100%;
    }
  }
  #StoryFileBackground img{
    max-width: 480px;
  }

  #StoryPreviewVideo{
    position: fixed;
    z-index: 2;
    top: 40px;
    height: calc(100% - 40px);
    width: 100%;
    display: none;
    background: black;
  }
  #StoryForm{
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 90px;
  }
  #StoryPostButton{
    position: absolute;
    bottom: 20%;
    display: none;
    right: 16px;
  }
