:root {
    --background-dark-color: #232323;
    --text-light-color: #FFFFFF;
    --text-dark-color: #232323;
    --accent-1: #E59969;
    --accent-2: #AF2020;

    --p-bar-color: #BC31EA;
    --s-bar-color: #ADA246;
    --a-bar-color: #4A9CB6;
    --trust-good: #3EE0A6;
    --trust-danger: #EC4444;

    --background-scene-start: url('../assets/backgrounds/Office_noMonitor.jpg');
    --background-scene-office: url('../assets/backgrounds/Office_noMonitor.jpg');
    --background-monitor: url('../assets/backgrounds/Office_Monitor.png');
    --background-scene-interview: url('../assets/backgrounds/radio_fertig.jpg');
    --background-scene-townhall: url('../assets/backgrounds/townhall1_final.jpg');
    --background-scene-socialmedia: url('../assets/backgrounds/Office_zoomed_social.jpg');
}
  
#CarouselModal .modal-content {
    background-color: rgba(255, 255, 255, 0.0);
}

#CarouselModal .modal-body {
    margin:auto;
    overflow: visible;
    flex: none !important;
}

  .carousel, .dialog-carousel {
    position: relative;
    width: 700px;
    height: 500px;
    /* width: 23rem;
    height: 23rem; */
    perspective: 500px;
    transform-style: preserve-3d;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  

  #DialogModal .carousel, #DialogModal .dialog-carousel {
    position: absolute;
    right: 0px;
    margin-top: 50px;
    width: 90%;

  } 

  #DialogModal .dialog-bubble .card {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    min-height: 100px;
    background: #ffffff;
    border: 6px solid #666666;
    font-size: 1.25rem;
    font-weight: bold;
    font-family: "courier new", sans-serif;
    /* Ensures that the container is behaving like a block element */
    display: block;
    padding: 10px;
    border-radius: 30px;
    position: relative;
  }

  #DialogModal .dialog-bubble.left .card {
    background: #ffffff;
    border: 6px solid var(--speaker-color-left);
    background: #e7e7e7;
  }


  .card-container {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: 
      rotateY(calc(var(--offset) * 50deg)) 
      scaleY(calc(1 + var(--abs-offset) * -0.4))
      translateZ(calc(var(--abs-offset) * -30rem))
      translateX(calc(var(--direction) * -5rem));
    filter: blur(calc(var(--abs-offset) * 1rem));
    transition: all 0.3s ease-out;
    opacity: var(--opacity);
  }
  
  #CarouselModal .card {
    width: 100%;
    height: 100%;
    padding: 2rem;
    background-color: hsl(200deg, 40%, calc(100% - var(--abs-offset) * 50%));
    /* border-radius: 1rem; */
    color: #9CA3AF;
    text-align: justify;
    transition: all 0.3s ease-out;
    border-radius: 30px;
  }
  
  .card h4 {
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 0.7em;
    color: #1F2937;
  }
  
  .card p, .card h4 {
    transition: all 0.3s ease-out;
    opacity: var(--active);
  }
  
  .nav {
    color: var(--accent-1);
    font-size: 3rem !important;
    position: absolute;
    top: calc(50% - 1.5rem);
    /* z-index: 2; */
    cursor: pointer;
    user-select: none;
    background: none;
    border: none;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 12px !important;
  }
  
  .nav i {
    vertical-align: middle;
  }
  
.dialog-bubble .nav.left {
    left: -12%;
  }
  
.dialog-bubble .nav.right {
    right: -12%;
  }

  .nav.left {
    left: -15%;
  }

  .nav.right {
    right: -15%;
  }

#DialogModal .carousel .nav, #DialogModal .dialog-carousel .nav {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }




/* ---------------------------------------
   ≤ 1200px (Tablets quer / kleinere Laptops)
---------------------------------------- */
@media (max-width: 1200px) {
  :root {
   
  }

    

}

/* ---------------------------------------
   ≤ 992px (Tablets hoch / kleine Desktops)
---------------------------------------- */
@media (max-width: 992px) {
  :root {
   
  }

  .characterSelection .carousel {
    width: 500px;
    height: 400px;
    perspective: 300px;
  }

  .characterSelection .carousel .card-title {
    font-size: 1.2rem;
  }

  .characterSelection .carousel .card-text {
    font-size: 0.8rem;
  }

  .characterSelection .nav {
    font-size: 2rem !important;
        padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
  }
  .card-container {
    height: initial !important;
  }

  .card h4 {    
    font-size: 0.9rem;
  }

  #DialogModal .carousel .nav, #DialogModal .dialog-carousel .nav {
    padding-left: 4px !important;
    padding-right: 4px !important;
    padding-bottom: 8px !important;
    font-size: 2.0rem !important;
}
}

/* ---------------------------------------
   ≤ 768px (große Smartphones / kleine Tablets)
---------------------------------------- */
@media (max-width: 768px) {
  :root {
   
  }

  .characterSelection .carousel {
    width: 440px;
    height: 300px;
    perspective: 300px;
  }

   .characterSelection .carousel .card-title {
    font-size: 1.1rem;
  }

  .characterSelection .carousel .card-text {
    font-size: 0.7rem;
  }
  

  
}

/* ---------------------------------------
   ≤ 576px (Smartphones)
---------------------------------------- */
@media (max-width: 576px) {
  :root {
    
  }

  .characterSelection .carousel {
    width: 380px;
    height: 250px;
    perspective: 200px;
  }

   .characterSelection .carousel .card-title {
    font-size: 1.1rem;
  }

  .characterSelection .carousel .card-text {
    font-size: 0.6rem;
  }

  .characterSelection .nav {
    font-size: 2rem !important;
        padding-left: 8px !important;
    padding-right: 8px !important;
    padding-bottom: 8px !important;
  }

  #CarouselModal .card {
    padding: 1rem;
  }

  
}