body{
  overflow-x: hidden;
}



.intro-card {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.intro-card::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.intro-card:hover {
  cursor: pointer;
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.intro-card:hover::after {
    opacity: 1;
}

.intro{
  border: 2px solid rgba(0, 0, 158, 0.3);
  box-shadow: 1px 1px 8px rgba(0, 0, 158, 0.3);
}

.grundlagen{
  border: 2px solid rgba(0, 176, 0, 0.3);
  box-shadow: 1px 1px 8px rgba(0, 176, 0, 0.3);
}

.einstieg{
  border: 2px solid rgba(175, 84, 0, 0.3);
  box-shadow: 1px 1px 8px rgba(175, 84, 0, 0.3);
}



.full-link{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro-link{
  text-decoration: none;
}
.intro-link:hover{
  text-decoration: none;
}

#image-regelkreis:hover{
  cursor: pointer;
}
.modal { overflow: auto !important; }

.news-widget{
  position: absolute;
  top: 65px;
  right: 20px;
  width: 200px;
}


@font-face {
  font-family: GameFont;
  src: url('/game/assets/RonaldsonGothic.ttf');
}

#main-right{

  padding-right: 0px;
}

#sidebar{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}



.nav-link[data-toggle].collapsed:after {
  content: " ▾";
}
.nav-link[data-toggle]:not(.collapsed):after {
  content: " ▴";
}


.main-menu {
  --sb-track-color: var(--primary);/*#fde70e;*/
  --sb-thumb-color: var(--secondary);/*#232e33;*/
  --sb-size: 0.5rem;
}

.main-menu::-webkit-scrollbar {
  width: var(--sb-size);
  height: var(--sb-size);
}

.main-menu::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 10px;
}

.main-menu::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 10px;
  
}



/* RUNDGANG CSS */
#content_natur{
  display: none;
}
#content_markt{
  display: none;
}
#content_cortisol{
  display: none;
}
#content_wallis{
  display: none;
}
#content_p-regler{
  display: none;
}
#content_pid-regler{
  display: none;
}

@supports not selector(::-webkit-scrollbar) {
  .main-menu {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}