/** Colors */
/** End Colors */
/** Column definition */
/** Column definition inside container */
/** Animation time function definition */
.reference-container p {
  display: inline;
}
.reference-container .hidden {
  display: none;
}
.overlay {
  top: -100px;
  width: 100%;
  z-index: 1;
  background: linear-gradient(0deg, var(--background-desktop) 27.3%, transparent 102.05%);
}
.center {
  display: flex;
  justify-content: center;
  position: relative;
  height: 100px;
}
.list-container {
  box-sizing: border-box;
}
.list-container .button.open-close-button {
  width: 60px;
  height: 60px;
  padding: 0px;
}
.list-container .button.open-button {
  margin-top: 48px;
}
.list-container .button .icon {
  transition: cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s;
  -o-transition: cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s;
  -ms-transition: cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s;
  -moz-transition: cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s;
  -webkit-transition: cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s;
}
.list-container .button .icon-open-close {
  font-size: 60px;
  opacity: 1;
  color: #FFFFFF;
}
.list-container .button .icon-plus .path1:before {
  content: "\e917";
  color: #ffffff;
}
.list-container .button .icon-plus .path2:before {
  content: "\e918";
  margin-left: -1em;
  color: #ffffff;
}
.list-container .button.close-button {
  margin-bottom: 30px;
}
.reference-list-wrapper {
  height: 100%;
  overflow: hidden;
  align-content: center;
}
.reference-list-wrapper .titlegrid {
  background-color: transparent;
}
.reference-list-wrapper .titlegrid .titleframe {
  position: relative;
}
.reference-list-wrapper.largeshift .titlegrid .titleframe {
  margin-top: -78px;
  top: 78px;
}
.reference-list-wrapper.largeshift .reference-grid .frame-padding {
  padding-top: calc(130px);
}
.reference-list-wrapper.smallshift .titlegrid .titleframe {
  margin-top: -50px;
  top: 50px;
}
.reference-list-wrapper.smallshift .reference-grid .frame-padding {
  padding-top: calc(102px);
}
.reference-list-wrapper.xsmallshift .titlegrid .titleframe {
  margin-top: -42px;
  top: 42px;
}
.reference-list-wrapper.xsmallshift .reference-grid .frame-padding {
  padding-top: calc(94px);
}
@media (max-width: 2000px) {
  .reference-list-wrapper.largeshift .titlegrid .titleframe {
    margin-top: -60px;
    top: 60px;
  }
  .reference-list-wrapper.largeshift .reference-grid .frame-padding {
    padding-top: calc(112px);
  }
  .reference-list-wrapper.smallshift .titlegrid .titleframe {
    margin-top: -36px;
    top: 36px;
  }
  .reference-list-wrapper.smallshift .reference-grid .frame-padding {
    padding-top: calc(88px);
  }
  .reference-list-wrapper.xsmallshift .titlegrid .titleframe {
    margin-top: -24px;
    top: 24px;
  }
  .reference-list-wrapper.xsmallshift .reference-grid .frame-padding {
    padding-top: calc(76px);
  }
}
@media (max-width: 1024px) {
  .reference-list-wrapper.largeshift .titlegrid .titleframe {
    margin-top: -36px;
    top: 36px;
  }
  .reference-list-wrapper.largeshift .reference-grid .frame-padding {
    padding-top: calc(88px);
  }
  .reference-list-wrapper.smallshift .titlegrid .titleframe {
    margin-top: -30px;
    top: 30px;
  }
  .reference-list-wrapper.smallshift .reference-grid .frame-padding {
    padding-top: calc(88px);
  }
  .reference-list-wrapper.xsmallshift .titlegrid .titleframe {
    margin-top: -24px;
    top: 24px;
  }
  .reference-list-wrapper.xsmallshift .reference-grid .frame-padding {
    padding-top: calc(88px);
  }
}
@media (max-width: 525px) {
  .reference-list-wrapper .titlegrid .titleframe {
    margin-top: 0 !important;
    top: 0 !important;
  }
  .reference-list-wrapper.largeshift .reference-grid .frame-padding {
    padding-top: 40px;
  }
  .reference-list-wrapper.smallshift .reference-grid .frame-padding {
    padding-top: 40px;
  }
  .reference-list-wrapper.xsmallshift .reference-grid .frame-padding {
    padding-top: 40px;
  }
  .reference-list-wrapper .reference-grid .frame-padding {
    background-color: transparent !important;
  }
  .overlay {
    background: linear-gradient(0deg, var(--background-mobile) 27.3%, transparent 102.05%);
  }
}
