/* 
  Theme Name:  Web Configurator Theme
  Author:  Kushtrim Hamzaj
  Version:  1.0
*/

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}

:root {
  --dunkelFarbe: black;
  --hellFarbe: white;
  --weiss: white;
  --hellBlau: #AECFDF;
  --dunkelBlau: #3E46D9;
  --korale: #F27273;
  --informationen : #ffcfd6;

  --burgunderDunkel:#371F30;
  --border-width: .24vw;
  --gutter: 1.4vw;
  --padding: 20px;
  --width: 1240px;
}


.ccm-settings-summoner.ccm-show {
  display: none !important;
}


::-webkit-scrollbar {
    display: none;
}


@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


.extra-class.active-item {
    color: red; /* Change to your preferred active color */
}

section {
    margin: 20px;
    padding: 0px;
    margin-top: 18vh;
    margin-bottom: 18vh;
}


#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  z-index: 9999999999999 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  padding: 20px !important;
  width: -webkit-fill-available;
  width: -moz-available;
}


#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fill-available;
    justify-content: space-between;
}


video {
  border-radius: 20px !important;
}


html {
  margin:  0px !important;
  margin-top: 0px !important;
  scroll-behavior: smooth;
  scroll-padding-top: 3rem;
  scrollbar-width: none;
}


.menu-item-258 a {
  border-radius: 20px;
}

body {
  font-family: "Roboto", serif;
  font-weight: 400;
  margin: 0;
  -ms-overflow-style: none;
}



footer {
  min-height: 100vh;
  background: var(--hellBlau);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  align-items: center;
  color: black;
}


.cta {
  align-items: unset !important;
}

.cta img {
  width: 100% !important;
}
.footer-wrapper {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 30% 35% 25%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  margin: auto;
  margin-left: 0px;
  margin-right: 0px;
  width: -webkit-fill-available;
  width: -moz-available; 

}

.footer-box-bottom {
      grid-column: span 3;
      display: flex;
      flex-direction: row;
      grid-gap: 20px;
      justify-content: space-between;
      align-items: anchor-center;
      position: absolute;
      bottom: 10px;
      left: 0px;
      right: 0px;
      padding: 10px;
      font-size: 0.8em;
      max-width: 1200px;
      margin: auto;

}

.footer-box-bottom-box  {
  display: flex;
  flex-direction: row;
  grid-gap: 20px;
}

.logos-footer {
  display: flex;
  flex-direction: row;
  grid-gap: 40px !important;
}


.footer-box {
  display: flex;
  flex-direction: column;
  grid-gap: 40px;
  align-items: baseline;
  width: -webkit-fill-available;
  width: -moz-available;

}

.footer-box a {
  color: black;
  font-size: 14px;
  transition: 5ms !important;
}

.footer-box a:hover {
  opacity: 0.4;

}

.footer-logo {
  display: flex;
  flex-direction: row;
  background-color: none;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 0px;
}

.footer-logo img {
  height: 2vh !important;
  padding: 0px !important;
}


.footer-logo a {
  color: black !important;
}

.footer-box img {
  height: 14vh;
  background-color: white;
  padding: 0px;
}

.footer-infos {
  grid-gap: 20px;
  flex-direction: row;
}

.footer-box-full-width {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 20px;
  width: -webkit-fill-available;
  width: -moz-available; 
  grid-column: span 3;
  display: flex;
  align-items: flex-end;
  z-index: 99999999;
  background-color: black;
  color: white;
  padding: 20px;
  justify-content: ;
}

input[type="checkbox"] {
  margin: 0;
  padding: 0;
}


#pdf-wrapper {
  display: flex;
  background-color: var(--hellBlau);
  flex-direction: column;
  grid-gap: 20px;
  z-index: 999999999999;
  padding: 20px;
  height: -webkit-fill-available;
  height: -moz-available; 
  position: sticky;
  align-items: center;
  position: relative;
  justify-content: center;
  position: fixed; /* or relative depending on your layout */
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}

iframe {
  width: -webkit-fill-available;
  width: -moz-available; 
  height: 100%;
  border-radius: 20px;
  border-style: double !important;
}

.iframe-pdf {
height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;

}

.buttons-pdf {
  display: flex;
  flex-direction: row;
  grid-gap: 20px;
      width: -webkit-fill-available; /* For WebKit-based browsers */
    width: -moz-available; 
}


.buttons-pdf button {
padding: 20px;
    background-color: var(--weiss);
    border-radius: 20px;
    width: -webkit-fill-available; /* For WebKit-based browsers */
    width: -moz-available; 
    cursor: pointer;
}

.buttons-pdf button:hover {
  
}

.tags {
  display: flex;
  flex-direction: row;
  font-weight: 400;
  font-size: 12px;
}


.tags a {
border-radius: 50%;
font-style: italic;
    margin-right: 4px;
    margin-left: 4px;
    line-height: 120%;
    border-radius: 10px;
}



label {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}


.selections-points {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}


.cart-menu-full-width  {
      width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999999999;
    border-bottom: 1px solid grey;
    transition: 400ms ease;
    transform: translateY(0);
    background-color: black;
}

.full-menu {
  position: fixed;
  top: 0;

flex-direction: column;
    width: -webkit-fill-available;
    width: -moz-available;
    z-index: 99999999;
    display: flex;
    grid-template-columns: 1fr;
    transition: 400ms;
}

.full-menu a {
    color: var(--dunkelFarbe) !important;
    transition: 500ms;
}


.full-menu a:hover {
  opacity: 0.7;
}
.intro-logo {
  display: flex;
  flex-direction: row;
  grid-gap: 20px;
  align-items: center;
}


.menu {
  width: -webkit-fill-available;
    padding: 20px;
    display: flex;
    width: -moz-available;
    transition: top 0.2s;
    margin: auto;
    left: 0;
    right: 0;
    transition: 500ms;
    align-items: center;
    grid-gap: 10px;

}


/* Style for the progress container */
.progress-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: var(--hellBlau);
    z-index: 1000;
    opacity: 0;
    transition: 800ms;
}

/* Progress bar */
.progress-bar {
    height: 10px;
    width: 0%;
    background: var(--dunkelBlau);
    border-radius: 20px;
}



.dropdown {
top: 0;
    display: none;
    height: 100%;
    background: #00000094;
    width: -webkit-fill-available;
    width: -moz-available;
    z-index: 9999999;
    grid-gap: 10px;
    grid-column: span 3;
    position: fixed;
    transition: 500ms;
    align-self: baseline;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

ol, ul {
  margin: 0;
  padding: 0;
}


.dropdown-active {
  display: grid;
}


.sub-menu {
  flex-direction: column;
    display: none;
    grid-gap: 10px;
    position: absolute;
    top: 100%;
}



.extra-submenu-class {
      padding: 40px;
    display: flex;
    grid-gap: 10px;
    height: fit-content;
    overflow-y: auto;
    flex-direction: column;
    background-color: black;
    height: auto;
    width: fit-content;
    /* height: 50%; */
    border-radius: 40px;
    /* filter: blur(1px); */
    width: 40%;
    margin: 20px;
}


.extra-class a {  
  font-size: 4vh;
  font-family: "Cormorant", serif;
  font-variation-settings: "wght" 700;
  margin: 0;
  color: black !important;
  width: -webkit-fill-available;
  width: -moz-available;
  padding: 10px;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  transition: 500ms ease;
}

.extra-class {
    opacity: 0; /* Start with opacity 0 */
    transition: opacity 400ms ease; /* Smooth transition */
}

.extra-class li {
  align-items: baseline;
}

.extra-class.visible {
    opacity: 1; /* End with opacity 1 when visible */
    background-color: var(--hellBlau);
    border-radius: 20px;
}


.extra-class.visible-2 {
    opacity: 1; /* End with opacity 1 when visible */
    background-color: var(--dunkelBlau);
    border-radius: 20px;
}


.extra-class a:hover {
  opacity: 0.5;
  transform: scale(0.98);

}

.overview {

}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 10;
    display: none;
    opacity: 0;
}



.dropdown-active .extra-class {
    opacity: 1; /* Fully visible when dropdown is active */
}

.sub-menu ul {
  margin: 0;
}

.menu-item {
  display: flex;
  grid-gap: 20px;
  margin: 0;
}

.menu-item li {
    text-decoration: none;
    list-style: none;
    font-size: 1.1em;
    margin-left: 0px;
}





.menu-logo {
    margin-right: auto !important;
    padding: 0;
    z-index: 99999999;
    margin: 0;
    width: fit-content;
    display: flex;
    flex-direction: row;
    grid-gap: 20px;
    align-items: center;
        padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    background-color: white;
            transition: 400ms;

}

.line {
  width: 1px;
  height: 20px;
  background-color: black;
}

.menu-logo img {
  height: 20px;
}

.desktop-menu {
    width: auto;
    z-index: 999999999;
    display: flex;
    flex-direction: row;
    padding: 0px;
    width: -webkit-fill-available;
    width: -moz-available;
    transition: top 1s;
    margin: 0px;
    height: min-content;
    align-items: center;
    grid-gap: 10px;
    justify-content: end;
        transition: 400ms;
}

.mobile-menu-wrapper {
    display: none;
}

.avatar {
display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 80vh;
    z-index: -99999;
    width: -webkit-fill-available;
    grid-column: 1 / 3;
    height: 100%;
    opacity: 0.5;
    text-align: center;
    grid-gap: 20px;
    max-width: 80vh;
    margin: auto;
}

.avatar img {
  width: 100%;
      position: fixed;

}


.avatar-text {
  color: black;
  z-index: 99999999;
  text-align: center;
  grid-gap: 10px;
  display: flex;
  flex-direction: column;
}


.avatar-full-width {
  background-color: var(--hellBlau);
  color: white;
}

.avatar-wrapper {
    position: fixed;
  left: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  z-index: 999999;
  transform: translateX(-200%);
}

.avatar-profile { 
  z-index: 999999;
  cursor: pointer;
  border-radius: 50%;
  transition:.5s ease-in-out;
display: flex;
    flex-direction: row;
    width: fit-content;
    grid-gap: 10px;
}

.avatar-profile img {
        width: 8vh;
        border-radius: 50%;
}



.avatar-information {
  min-width: 200px;
  max-width: 300px;
  min-height: 60px;
  height: auto; /* statt 100% */
  padding: 20px;
  box-sizing: border-box;
  background-color: var(--hellBlau);
  color: black;
  border-radius: 40px;
  transition: 0ms opacity; 
  pointer-events: none;
  font-size: 14px;
  opacity: 0;
  z-index: 999999999;
 border-radius: 20px;
    border-bottom-left-radius: 0;
    text-align: left;
    pointer-events: none;
}


.hidden {
      display: none !important;
}


.box {
  background-color: #444;
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  font-size: 150%;
}

.box:nth-child(even) {
  background-color: #ccc;
  color: #000;
}

.wrapper {
    display: flex;
    grid-gap: 20px;
    opacity: 0;
    margin-bottom: 40px;
}


.cart-cta {
  width: fit-content;
  background-color: white;
  border-radius: 20px;
    padding: 20px;
    display: flex;
    width: -moz-available;
    transition: top 0.2s;
    margin: auto;
    right: 0;
    transition: 500ms;
    /* border-radius: 0px 0px 20px 20px; */
    /* box-shadow: 0px 0px 30px 20px #7600c6; */
    align-items: center;
    grid-gap: 20px;
    justify-content: end;
    position: fixed;
    bottom: 0;
    z-index: 999999;
    justify-content: space-between;
    align-items: flex-end;
}

.cart-wrapper {
  display: flex;
  grid-gap: 40px;
  flex-direction: column;
  align-items: center ;

}

.categories-wrapper {
    width: 30%;
    transform: translateX(-200%);
}


.categories {
    color: white;
    flex: 0 0 20%;
    position: sticky;
    top: 100px;
    overflow-y: auto;
    height: fit-content;
    display: grid;
    grid-gap: 10px;
    transition: 500ms;
}



.categories-wrap {
      display: grid;
    grid-gap: 10px;

}

.categories a {
  border-radius: 20px;
  transition: 100ms;
  display: flex;
  align-items: center;
  width: auto;
  filter: saturate(0);
  font-weight: 600;
  transition: 100ms;
  background-color: grey;
  color: white !important;
  transition: 100ms;
}

.categories span {
    margin-right: 4px;

}

.categories a:hover {
  opacity: 0.9 !important;
}


.category-title {
  transition: 200ms;
  color: black;
  border-radius: 0;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.category-selection {
  background-color: var(--hellBlau);
  min-width: 15px;
  min-height: 15px;
  border-radius: 50%;
  cursor: pointer;
}

.category-selection:hover {
  opacity: 0.4;
}
.category-1 {
  background-color: var(--korale);
  color: white;
}

.category-2 {
  background-color: var(--hellBlau);
  color: black;
}

.category-3 {
  background-color: var(--dunkelBlau);
  color: white;
}

.category-4 {
  background-color: var(--burgunderDunkel);
  color: white;
}

.products {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
    height: fit-content;
    height: fit-content;
    width: 100%;
    min-height: 70vh;
}




.product-item {
  display: none;
  flex-direction: column;
  background-color: #ededed;
  border-radius: 20px;
  position: relative;
  justify-content: space-between;
  transition: transform 0.2s ease-out;
    transform-origin: center;
    min-height: 45vh;
        transform: translateY(4%) !important;
}



.product-item-info {
  display: flex;
  grid-gap: 20px;
  flex-direction: column;
  height: fit-content;
  padding: 40px;
  padding-bottom: 20px;
  grid-column: 1 / 3;
    grid-row: 1;
}


.selection-wrapper {
  display: grid;
  flex-direction: column;
  grid-gap: 40px;
  font-size: 12px;
  display: none;
  transition:  1s;
  opacity: 0;
}

.active-selection {
  display: grid !important;
      opacity: 1;
        transition: opacity 1s;
  padding-top: 40px;
  padding-bottom: 60px;
  padding-right: 60px;
  overflow: scroll;
  grid-column: 3;
    grid-row: 1 / 3;
}

.full-width {
  transform: translateY(0%) !important;
  opacity: 0;
  display: grid !important;
  position: fixed;
  margin: 60px;
  width: fit-content;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  overflow: hidden;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  grid-gap: 0px;
  border-radius: 20px;
  z-index: 999999999;
  -webkit-box-shadow: 0px 0px 300px 200px var(--burgunderDunkel);
  -moz-box-shadow: 0px 0px 300px 200px var(--burgunderDunkel);
  box-shadow: 0px 0px 300px 200px var(--burgunderDunkel);

  opacity: 1 !important; /* Initially make the element invisible */
  transition: opacity 0.5s ease-in-out; /* Apply the opacity change with a delay */
}



.selections {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  grid-column: 1 / 4;
}

.selections-headline {
cursor: pointer;
    width: fit-content;
    /* color: white; */
    font-size: 16px;
    font-weight: 800;
}


.checkboxes-wrapper {
  display: flex;
  flex-direction: row;
  grid-gap: 10px;
  transition: 300ms easein;
  align-items: baseline;
}


.basics {
  opacity: 1 !important;
}

.buttons-wrapper {
  display: flex;
  flex-direction: row;
  grid-gap: 10px;
  align-items: center;
  padding: 40px;
    padding-top: 0px;
    grid-column: 1 / 3;

align-items: self-end;
}

.buttons-wrapper-cart {
  display: flex;
  flex-direction: row;
  grid-gap: 10px;
  align-items: center;
  padding-top: 0px;
  grid-column: 1 / 3;
  align-items: end;
  width: -webkit-fill-available; /* For WebKit-based browsers */
  width: -moz-available; 
  justify-content: end;
}


.buttons-wrapper-full-width {
    padding: 60px;
}


.button-menu {
  background-color: var(--korale);
}

.button-menu a {
    color: var(--hellFarbe) !important;

}
.button {
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  width: fit-content;
  cursor: pointer;
  border-radius: 20px;
  transition: 100ms;
}

.button:hover {
  opacity: 1;
}


.hochschulkommunikation-button a {
  background-color: var(--dunkelBlau);
  color: white !important;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 20px;
}


.informationen-button a {
  background-color: var(--informationen);
  color: black !important;
    padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 20px;
}

.bedenken-button a {
  color: white !important;
  background-color: var(--hellBlau);
  color: black !important;
    padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 20px;
}

.button-more {
  color: white;
  width: fit-content !important;
    position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  background-color: transparent !important;
}

.sticky {
  position: sticky;
  top: 0;
  padding: 40px;
  height: auto;
}

.fixed {
  position: absolute;
  right: 10px;
  top: 10px;
  width: fit-content !important;
}

.main-button {
  background-color: var(--dunkelBlau);
  color: white;
  border-radius: 20px;
}

.second-button {
  color: white;
  background-color: var(--hellBlau);
}


.button-update {
  display: none;
  animation: pulse 1.5s infinite; /* Apply the pulse animation */
  justify-content: center;
}

/* Pulse animation keyframes */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  }
}


.sichtbarkeit a {
  background-color: var(--korale);
  padding: 10px;
  border-radius: 20px;
  color: white !important;
  transition: 400ms;
}
.cart {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  max-width: 1100px;
}


.mini-cart-item {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.mini-cart-count {
    font-weight: bold;
    margin-left: 10px;
}



.cart-wrapper-button {
  display: flex;
  background-color: none;
  padding: 10px;
      flex-direction: row;
    position: fixed;
    bottom: 20px;
    right: 20px;
    justify-content: flex-end;
    z-index: 99999;
    width: fit-content;
    grid-gap:10px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 1px 7px 75px -19px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 7px 75px -19px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 7px 75px -19px rgba(0, 0, 0, 0.75);
        transform: translateX(200%);

}
.cart-mini {
display: flex;
justify-content: center;
    overflow: scroll;
    overflow: scroll;
    display: flex
;
    grid-gap: 10px;

    background-color: var(--dunkelBlau);
    color: var(--hellFarbe);
    /* left: 20px; */
    width: fit-content;
    transition: 0 !important;
}

.cart-mini-animation {
  animation-name: example;
  animation-duration: 500ms;
}




/* The animation code */
@keyframes example {
  from {transform: scale(1.5);}
  to {transform: scale(1.0);}
}


.cart-item {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  background-color: #ededed;
  color: black;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  height:fit-content;
}

.labelDiv {
  display: grid;
  grid-gap: 10px;
}

.cart-headline {
  font-weight: 800;
  font-size: 22px;
}


.cart-description {
    font-weight: 500;
}


.headlineDiv {
    font-weight: 800;
  font-size: 18px;
}

.cart-text {
  display: flex;
  grid-gap: 20px;
  height: fit-content;
  flex-direction: column;
}

.labelDivInner {
  display: flex;
    flex-direction: row;
    align-items: baseline;
        font-weight: 400;
  font-size: 14px;
  grid-gap: 20px;
}

.bullet {
display: inline-block;
    margin-right: 0.5em;
    width: 10px;
    height: 10px;
}

.clickable-icon {
display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: auto;
    transition: 500ms ease;
  cursor: pointer
}


.clickable-icon:hover {
  opacity: 0.2;
}


.hello {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.hello:hover {
  opacity: 0.5;
}


.labelText {
    display: inline-block;
}


.active {
  opacity: 1 !important;
  width: fit-content;
  filter: saturate(1) !important;
    font-weight: 700 !important;
    background-color: black !important;

}
