/**
 Theme Name:   OS Understrap Child Theme
 Description:  OS Child Theme
 Author:       OS
 Author URI:   https://orange-services.de
 Template:     understrap
 Version:      1.1.1
 Text Domain:  understrap-child
*/
/* lato-100 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local(''),
       url('../fonts/lato-v23-latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v23-latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/lato-v23-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v23-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/lato-v23-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v23-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url('../fonts/lato-v23-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v23-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* vars */
/*@theme-green: #0f5987;*/
/**
 Theme Name:   OS Understrap Child Theme
 Description:  OS Child Theme
 Author:       OS
 Author URI:   https://orange-services.de
 Template:     understrap
 Version:      1.1.1
 Text Domain:  understrap-child
*/
/* devel */
.home div#page-wrapper {
  margin-top: 130px;
}
.start-img img {
  border-radius: 25px;
}
#content .content-btn a {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #fff;
  padding-right: 42px;
  padding-left: 42px;
  text-decoration: none;
}
#content .content-btn a:hover {
  background: #333;
  transition: all 0.3s ease-in-out;
}
.button-pink-1 a {
  background: #C398A7;
  transition: all 0.3s ease-in-out;
}
.button-pink-2 a {
  background: #e2bbcf;
  transition: all 0.3s ease-in-out;
}
/* logo area */
.custom-logo-link {
  max-width: 60%;
}
/* top-bar - sticky & more */
#wrapper-navbar {
  background: #fff !important;
  z-index: 999;
  margin: 0 auto;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.custom-logo-link img {
  width: 100%;
  max-width: 200px;
  /*    -webkit-transition: height .6s;
    transition: height .75s;*/
  -webkit-transition: width 0.6s;
  transition: width 0.75s;
}
.small-bar .custom-logo-link img {
  width: 67%;
  -webkit-transition: width 0.6s;
  transition: width 0.75s;
}
/* mobile nav */
button.navbar-toggler {
  border: 0;
  box-shadow: none !important;
}
/* generic nav */
.navbar.bg-primary {
  background-color: #fff !important;
}
nav.navbar-light .navbar-nav .active > .nav-link {
  color: #232323;
}
a.nav-link {
  color: #333;
  font-size: 1.13em;
  padding-bottom: 5px;
}
/* language */
.lang-item a::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.lang-item {
  border-bottom: 1px #fff solid !important;
}
.lang-item a {
  color: #777;
  font-size: 1.1em;
  line-height: 27px;
}
ul#main-menu li {
  border-bottom: 1px #555 solid;
  margin-top: 18px;
}
#main-menu li a:not(.dropdown-item) {
  border-bottom: 3px transparent solid;
  padding-left: 0;
  padding-right: 0;
  margin-left: 28px;
  margin-right: 28px;
}
#main-menu li a:last-of-type {
  margin-right: 0;
}
#main-menu li:first-child a {
  margin-left: 0;
}
#main-menu > li.active > a,
#main-menu > li > a:hover {
  border-bottom: 3px #e2bbcf solid;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
i.fa.fa-solid.fa-angle-down.green-nav-icon-down {
  margin-left: 3px;
}
i.fa.fa-solid.fa-angle-right.green-nav-icon {
  display: none;
}
.dropdown-item {
  transition: color 0.3s;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #d8dce8;
  transition: color 0.3s;
}
/* layout */
#content {
  min-height: 150px;
}
#content a {
  color: #53555f;
  text-decoration: underline;
  transition: color 0.3s ease;
}
#content a:hover {
  color: #d397b6;
  text-decoration: none;
}
.page-template-fullwidthpage main {
  margin-top: 120px;
}
.ml-n3 {
  margin-left: -1rem;
}
.ml-n5 {
  margin-left: -3rem;
}
/* content */
p.lowercase a {
  text-transform: lowercase!important;
}
.highlighted {
  color: #A68090;
}
h1 {
  color: #333;
}
h2 {
  color: #A68090;
  font-size: 1.5em;
  margin-bottom: 35px;
}
h1 + h2 {
  margin-top: -10px;
}
.partner-header {
  color: #333;
  font-size: 1.3em;
}
.content-grp {
  background: white;
  max-width: 80%;
  margin-left: 17%;
  margin-bottom: 10px;
  padding: 50px 50px 0 70px;
  border-radius: 25px;
}
.content-grp:not(.wp-block) {
  margin-top: -430px;
}
.content-grp p {
  font-size: 22px;
  max-width: 90%;
}
#main .entry-content p,
#main li {
  font-size: 18px;
}
.wrapper-grp {
  background: white;
  max-width: 80%;
  margin-left: 17%;
  margin-bottom: 10px;
  padding: 50px 70px 0 70px;
}
/*.wrapper-grp .wp-block-group__inner-container {
    max-width: @content-width;
}*/
.wrapper-grp:not(.wp-block) {
  margin-top: -345px;
}
.wrapper-grp .intro {
  font-size: 22px;
  max-width: 80%;
  min-height: 210px;
}
.wrapper-grp .no-intro {
  max-width: 90%;
  min-height: 210px;
}
.info-grp {
  background: #d8dce8;
  padding: 33px 40px 18px 33px;
  min-height: 226px;
  margin-bottom: 25px;
  border-radius: 25px;
  margin-right: 20px;
}
.grp-has-img {
  position: relative;
  margin-bottom: 42px;
}
#main .entry-content .content-grp .info-header {
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 6px;
}
#main .entry-content .content-grp .info-name {
  margin-bottom: 25px;
}
#main .entry-content .content-grp .info-mail {
  font-size: 1.1em;
}
.page-template-defaultpage .info-img img {
  position: absolute;
  top: 9px;
  margin-left: -151px;
  max-height: 207px;
  width: auto;
  border-radius: 25px;
}
.page-template-defaultpage .info-img.contact-img img {
  top: 36px;
}
/* accordion */
.accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.accordion .q-line {
  background-color: #d8dce8;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 13px;
}
.accordion .question {
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding-right: 2rem;
  user-select: none;
  max-width: 100%;
  margin-bottom: 0;
}
.accordion .question::after {
  content: "▾";
  position: absolute;
  right: 0.5rem;
  top: 0.1rem;
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}
.accordion .q-line.open .question::after {
  transform: rotate(180deg);
}
.accordion .q-line.open .answer {
  margin-top: 16px;
}
.accordion .answer {
  overflow: none;
  max-height: none;
  transition: max-height 0.3s ease;
  margin-top: 0.5rem;
  line-height: 1.6;
  font-size: 0.95rem;
  color: #333;
  max-width: 90%;
  margin-top: 0;
  margin-bottom: 0;
}
.accordion .q-line.open .answer {
  max-height: 1000px;
}
.accordion .question.anzeige-icon {
  position: relative;
  padding-right: 1.5rem;
}
.accordion .question.anzeige-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
.accordion .q-line.open .question.anzeige-icon::after {
  transform: translateY(-50%) rotate(-135deg);
}
/* dynamic logos */
.lmu-logo,
.tum-logo,
.ga-logo {
  position: relative;
}
.dynamic-logo:before {
  content: "";
  position: absolute;
  background-size: auto 100%;
  width: 100%;
}
.lmu-logo:before {
  left: -265px;
  transform: translateY(-32%);
  background: url(../assets/images/lmu-229.png) left center no-repeat;
  height: 106px;
  pointer-events: none;
}
.ga-logo:before {
  left: -140px;
  transform: translateY(-32%);
  background: url(../assets/images/ga-goettingen-113.png) left center no-repeat;
  height: 106px;
  pointer-events: none;
}
.tum-logo:before {
  left: -320px;
  transform: translateY(-32%);
  background: url(../assets/images/tum-288.png) left center no-repeat;
  height: 106px;
  pointer-events: none;
}
@media only screen and (max-width: 900px) {
  .lmu-logo::before {
    top: 40px;
    left: 0;
    width: 100%;
    height: 110px;
  }
  .lmu-logo {
    background: none;
    height: 134px!important;
  }
  .ga-logo::before {
    top: 40px;
    left: 0;
    width: 100%;
    height: 110px;
  }
  .ga-logo {
    background: none;
    height: 134px!important;
  }
  .tum-logo::before {
    top: 40px;
    left: 0;
    width: 100%;
    height: 110px;
  }
  .tum-logo {
    background: none;
    height: 134px!important;
  }
}
/* footer */
#footer-block-wrapper {
  background: #5e555f url(../assets/images/teillogo-lmu.png) 101% center no-repeat;
  color: #fff;
}
.copyright {
  color: #d8dce8;
  font-size: 0.96em;
}
#footer-block-wrapper a {
  color: #fff;
  text-transform: uppercase;
  margin-right: 14px;
  font-size: 0.95em;
}
/* Scroll to top */
.scrollToTop {
  background: #d8dce8 none repeat scroll 0 0;
  border-radius: 0;
  bottom: 0.625rem;
  color: #000;
  display: none;
  height: 36px;
  line-height: 30px;
  padding-left: 1px;
  position: fixed;
  right: 0.625rem;
  text-align: center;
  width: 36px;
  opacity: 0.9;
  font-size: 31px;
  border-radius: 6px;
}
.scrollToTop:hover {
  color: #fff;
  background: #e2bbcf;
}
/* added features */
.delayed {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  will-change: opacity, transform;
}
.delayed.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-first {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  will-change: opacity, transform;
}
.reveal-first.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
html :where(.wp-block) {
  max-width: 95%;
}
/* editor formatting */
.block-editor-block-list__block.wp-block-gallery {
  margin-left: 36px!important;
}
/* layout */
div#page-wrapper {
  margin-top: 180px;
}
/* content */
html body {
  font-family: "Lato", Arial;
}
.anchor::before {
  display: block;
  content: " ";
  margin-top: -110px;
  height: 110px;
  visibility: hidden;
}
/* footer */
#footer-nav {
  background: #232323;
  padding: 50px 0 20px 0;
}
#footer-nav li {
  min-width: 150px;
}
#footer-nav a {
  text-align: center;
}
#footer-nav a {
  color: #232323;
}
#copyright {
  background: #232323;
  padding-top: 20px;
  margin-bottom: -30px;
}
#copyright p {
  color: #232323;
}
div#footer-block-wrapper {
  padding-bottom: 0;
}
/* devel */
.home div#page-wrapper {
  margin-top: 130px;
}
.start-img img {
  border-radius: 25px;
}
#content .content-btn a {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #fff;
  padding-right: 42px;
  padding-left: 42px;
  text-decoration: none;
}
#content .content-btn a:hover {
  background: #333;
  transition: all 0.3s ease-in-out;
}
.button-pink-1 a {
  background: #C398A7;
  transition: all 0.3s ease-in-out;
}
.button-pink-2 a {
  background: #e2bbcf;
  transition: all 0.3s ease-in-out;
}
/* logo area */
.custom-logo-link {
  max-width: 60%;
}
/* top-bar - sticky & more */
#wrapper-navbar {
  background: #fff !important;
  z-index: 999;
  margin: 0 auto;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.custom-logo-link img {
  width: 100%;
  max-width: 200px;
  /*    -webkit-transition: height .6s;
    transition: height .75s;*/
  -webkit-transition: width 0.6s;
  transition: width 0.75s;
}
.small-bar .custom-logo-link img {
  width: 67%;
  -webkit-transition: width 0.6s;
  transition: width 0.75s;
}
/* mobile nav */
button.navbar-toggler {
  border: 0;
  box-shadow: none !important;
}
/* generic nav */
.navbar.bg-primary {
  background-color: #fff !important;
}
nav.navbar-light .navbar-nav .active > .nav-link {
  color: #232323;
}
a.nav-link {
  color: #333;
  font-size: 1.13em;
  padding-bottom: 5px;
}
/* language */
.lang-item a::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.lang-item {
  border-bottom: 1px #fff solid !important;
}
.lang-item a {
  color: #777;
  font-size: 1.1em;
  line-height: 27px;
}
ul#main-menu li {
  border-bottom: 1px #555 solid;
  margin-top: 18px;
}
#main-menu li a:not(.dropdown-item) {
  border-bottom: 3px transparent solid;
  padding-left: 0;
  padding-right: 0;
  margin-left: 28px;
  margin-right: 28px;
}
#main-menu li a:last-of-type {
  margin-right: 0;
}
#main-menu li:first-child a {
  margin-left: 0;
}
#main-menu > li.active > a,
#main-menu > li > a:hover {
  border-bottom: 3px #e2bbcf solid;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
i.fa.fa-solid.fa-angle-down.green-nav-icon-down {
  margin-left: 3px;
}
i.fa.fa-solid.fa-angle-right.green-nav-icon {
  display: none;
}
.dropdown-item {
  transition: color 0.3s;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #d8dce8;
  transition: color 0.3s;
}
/* layout */
#content {
  min-height: 150px;
}
#content a {
  color: #53555f;
  text-decoration: underline;
  transition: color 0.3s ease;
}
#content a:hover {
  color: #d397b6;
  text-decoration: none;
}
.page-template-fullwidthpage main {
  margin-top: 120px;
}
.ml-n3 {
  margin-left: -1rem;
}
.ml-n5 {
  margin-left: -3rem;
}
/* content */
p.lowercase a {
  text-transform: lowercase!important;
}
.highlighted {
  color: #A68090;
}
h1 {
  color: #333;
}
h2 {
  color: #A68090;
  font-size: 1.5em;
  margin-bottom: 35px;
}
h1 + h2 {
  margin-top: -10px;
}
.partner-header {
  color: #333;
  font-size: 1.3em;
}
.content-grp {
  background: white;
  max-width: 80%;
  margin-left: 17%;
  margin-bottom: 10px;
  padding: 50px 50px 0 70px;
  border-radius: 25px;
}
.content-grp:not(.wp-block) {
  margin-top: -430px;
}
.content-grp p {
  font-size: 22px;
  max-width: 90%;
}
#main .entry-content p,
#main li {
  font-size: 18px;
}
.wrapper-grp {
  background: white;
  max-width: 80%;
  margin-left: 17%;
  margin-bottom: 10px;
  padding: 50px 70px 0 70px;
}
/*.wrapper-grp .wp-block-group__inner-container {
    max-width: @content-width;
}*/
.wrapper-grp:not(.wp-block) {
  margin-top: -345px;
}
.wrapper-grp .intro {
  font-size: 22px;
  max-width: 80%;
  min-height: 210px;
}
.wrapper-grp .no-intro {
  max-width: 90%;
  min-height: 210px;
}
.info-grp {
  background: #d8dce8;
  padding: 33px 40px 18px 33px;
  min-height: 226px;
  margin-bottom: 25px;
  border-radius: 25px;
  margin-right: 20px;
}
.grp-has-img {
  position: relative;
  margin-bottom: 42px;
}
#main .entry-content .content-grp .info-header {
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 6px;
}
#main .entry-content .content-grp .info-name {
  margin-bottom: 25px;
}
#main .entry-content .content-grp .info-mail {
  font-size: 1.1em;
}
.page-template-defaultpage .info-img img {
  position: absolute;
  top: 9px;
  margin-left: -151px;
  max-height: 207px;
  width: auto;
  border-radius: 25px;
}
.page-template-defaultpage .info-img.contact-img img {
  top: 36px;
}
/* accordion */
.accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.accordion .q-line {
  background-color: #d8dce8;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 13px;
}
.accordion .question {
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding-right: 2rem;
  user-select: none;
  max-width: 100%;
  margin-bottom: 0;
}
.accordion .question::after {
  content: "▾";
  position: absolute;
  right: 0.5rem;
  top: 0.1rem;
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}
.accordion .q-line.open .question::after {
  transform: rotate(180deg);
}
.accordion .q-line.open .answer {
  margin-top: 16px;
}
.accordion .answer {
  overflow: none;
  max-height: none;
  transition: max-height 0.3s ease;
  margin-top: 0.5rem;
  line-height: 1.6;
  font-size: 0.95rem;
  color: #333;
  max-width: 90%;
  margin-top: 0;
  margin-bottom: 0;
}
.accordion .q-line.open .answer {
  max-height: 1000px;
}
.accordion .question.anzeige-icon {
  position: relative;
  padding-right: 1.5rem;
}
.accordion .question.anzeige-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
.accordion .q-line.open .question.anzeige-icon::after {
  transform: translateY(-50%) rotate(-135deg);
}
/* dynamic logos */
.lmu-logo,
.tum-logo,
.ga-logo {
  position: relative;
}
.dynamic-logo:before {
  content: "";
  position: absolute;
  background-size: auto 100%;
  width: 100%;
}
.lmu-logo:before {
  left: -265px;
  transform: translateY(-32%);
  background: url(../assets/images/lmu-229.png) left center no-repeat;
  height: 106px;
  pointer-events: none;
}
.ga-logo:before {
  left: -140px;
  transform: translateY(-32%);
  background: url(../assets/images/ga-goettingen-113.png) left center no-repeat;
  height: 106px;
  pointer-events: none;
}
.tum-logo:before {
  left: -320px;
  transform: translateY(-32%);
  background: url(../assets/images/tum-288.png) left center no-repeat;
  height: 106px;
  pointer-events: none;
}
@media only screen and (max-width: 900px) {
  .lmu-logo::before {
    top: 40px;
    left: 0;
    width: 100%;
    height: 110px;
  }
  .lmu-logo {
    background: none;
    height: 134px!important;
  }
  .ga-logo::before {
    top: 40px;
    left: 0;
    width: 100%;
    height: 110px;
  }
  .ga-logo {
    background: none;
    height: 134px!important;
  }
  .tum-logo::before {
    top: 40px;
    left: 0;
    width: 100%;
    height: 110px;
  }
  .tum-logo {
    background: none;
    height: 134px!important;
  }
}
/* footer */
#footer-block-wrapper {
  background: #5e555f url(../assets/images/teillogo-lmu.png) 101% center no-repeat;
  color: #fff;
}
.copyright {
  color: #d8dce8;
  font-size: 0.96em;
}
#footer-block-wrapper a {
  color: #fff;
  text-transform: uppercase;
  margin-right: 14px;
  font-size: 0.95em;
}
/* Scroll to top */
.scrollToTop {
  background: #d8dce8 none repeat scroll 0 0;
  border-radius: 0;
  bottom: 0.625rem;
  color: #000;
  display: none;
  height: 36px;
  line-height: 30px;
  padding-left: 1px;
  position: fixed;
  right: 0.625rem;
  text-align: center;
  width: 36px;
  opacity: 0.9;
  font-size: 31px;
  border-radius: 6px;
}
.scrollToTop:hover {
  color: #fff;
  background: #e2bbcf;
}
/* added features */
.delayed {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  will-change: opacity, transform;
}
.delayed.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-first {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  will-change: opacity, transform;
}
.reveal-first.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
/*# sourceMappingURL=./style.css.map */