::-moz-selection { /* Code for Firefox */
  color: white;
  background: #D49E2A;
}

::selection {
  color: white;
  background: #D49E2A;
}

body.rere {
  background-color: rgb(225, 225, 225);
  font-family: "M PLUS 1 Code";
  color: rgb(85, 85, 85);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body.rere section.lion-split {
  max-width: 1200px;
  width: 90%;
  margin: 20vh auto;
  display: grid;
  gap: 3rem;
  grid-template-columns: 0.7fr 1fr;
  padding: 20vh 0;
}
body.rere section.lion-split img {
  max-width: 100%;
}
body.rere section.anfrage {
  max-width: 1200px;
  margin: auto;
}
body.rere section.anfrage a button {
  background-color: #D39D06;
  border-radius: 15px;
  margin-right: 0;
  padding: 7px 14px 7px 14px;
  font-size: 1.5em;
  color: white;
  border: none;
  border-radius: 30px;
  transition: 300ms;
  cursor: pointer;
}
body.rere [onclick] {
  cursor: pointer;
}
body.rere section.header {
  width: 100vw;
  height: 100vh;
  position: relative;
}
body.rere section.header .icon-positioner {
  display: flex;
  justify-content: end;
  position: absolute;
  top: 10vh;
  bottom: 34vh;
  left: 15vw;
  right: 5vw;
}
body.rere section.header .icon-positioner img.icon {
  height: 70%;
  align-self: center;
}
body.rere section.header .bg-positioner {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
}
body.rere section.header .bg-positioner img.bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 70%;
  align-self: center;
}
body.rere section.header .heading {
  position: absolute;
  bottom: 5vh;
  left: 5vw;
}
body.rere section.header .heading h1 {
  font-size: 4rem;
  margin-bottom: 0;
}
body.rere section.header .heading h2 {
  font-size: 2rem;
  margin-top: 0;
  font-weight: 400;
  max-width: 40vw;
}
body.rere section.cms-overview {
  width: 100vw;
  height: 100vh;
}
body.rere section.cms-overview .cms-grid {
  max-width: 1200px;
  margin: 20vh auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
body.rere section.cms-overview .cms-grid .cms {
  max-width: 100%;
  background-color: white;
  padding: 25px;
  border-radius: 25px;
  box-shadow: rgb(153, 153, 153) 19px 19px 40px, rgb(255, 255, 255) -19px -19px 40px;
  transition: 200ms;
}
body.rere section.cms-overview .cms-grid .cms:hover {
  transform: scale(1.05);
  transition: 200ms;
}
body.rere section.cms-overview .cms-grid .cms .cms-logo img {
  max-width: 100%;
  min-height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
body.rere section.cms-overview .cms-grid .cms .cms-name {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
body.rere .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
body.rere .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
body.rere .card_wrapper {
  padding: 20px;
  margin: 60px 0px;
  background-color: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  border-top: solid 20px #D49E2A;
}
body.rere .card {
  background-size: 100% 100%;
  background-position: 0px 0px;
  background-image: linear-gradient(127deg, rgba(156, 156, 156, 0.278) 1%, rgba(255, 255, 255, 0.6) 56%, rgba(156, 156, 156, 0.278) 99%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  width: 250px;
  max-width: 100%;
  height: 100px;
  padding: 20px;
  box-shadow: 8px 14px 30px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  border: unset;
  border-top: solid 2px rgba(255, 255, 255, 0.2);
  border-left: solid 2px rgba(255, 255, 255, 0.2);
  transition: all 400ms ease;
  cursor: pointer;
}
body.rere .card:hover {
  box-shadow: 10px 20px 35px rgba(0, 0, 0, 0.4);
  transform: scale(1.1);
}
body.rere .number-input input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */ /* IE10+/Edge */
  user-select: none; /* Standard */
  pointer-events: none;
}
body.rere .number-input input[type=number]::-webkit-inner-spin-button,
body.rere .number-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
body.rere .number-input {
  border: 2px solid #ddd;
  display: inline-flex;
  background-color: white;
}
body.rere .number-input,
body.rere .number-input * {
  box-sizing: border-box;
}
body.rere .number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  margin: 0;
  position: relative;
  margin: unset;
  display: flex;
}
body.rere .number-input button:after {
  display: inline-block;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f077";
  transform: rotate(180deg);
}
body.rere .number-input button.plus:after {
  transform: rotate(0deg);
}
body.rere .number-input input[type=number] {
  font-family: sans-serif;
  max-width: 5rem;
  padding: 0.5rem;
  border: solid #ddd;
  border-width: 0 2px;
  font-size: 2rem;
  height: 3rem;
  font-weight: bold;
  text-align: center;
}
body.rere .button_schieber {
  -webkit-text-size-adjust: 100%;
  font-family: "Alata";
  font-size: 1rem;
  box-sizing: inherit;
  scrollbar-width: auto;
  transition: all 300ms ease;
  color: #7a8d9d;
  word-break: break-all;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  transform: translate(0px, 4px);
}
body.rere .button_schieber input {
  display: none;
}
body.rere .button_schieber input:checked + div {
  background-color: rgba(150, 200, 0, 0.75);
}
body.rere .button_schieber input:checked + div::before {
  transform: translateX(100%);
}
body.rere .button_schieber div {
  -webkit-text-size-adjust: 100%;
  font-family: "Alata";
  font-size: 1rem;
  color: #7a8d9d;
  word-break: break-all;
  box-sizing: inherit;
  scrollbar-width: auto;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  aspect-ratio: 2/1;
  height: 1rem;
  display: block;
  background-color: rgba(150, 200, 0, 0.75);
  transition: all 100ms;
  padding: 5%;
}
body.rere .button_schieber div::before {
  content: " ";
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  background-color: #fff;
  display: block;
  transition: all 200ms;
  transform: translateX(0%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
body.rere header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
body.rere h6 a {
  padding: 7px 14px;
  color: white;
  background-color: #D49E2A;
  border-radius: 25px;
  font-size: 1.25em;
  text-decoration: none;
}
body.rere h6 a:hover {
  opacity: 0.7;
}
body.rere .nav {
  transition: 1s;
  position: fixed;
  right: -21vw;
  width: 20vw;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  height: 100vh;
  top: 0;
  border-left: 2px solid #D49E2A;
  z-index: 10;
}
body.rere .nav.open {
  right: 0;
  transition: 1s;
}
body.rere .nav #menuToggle {
  font-size: 3em;
  position: absolute;
  top: 40px;
  left: -5rem;
  z-index: 11;
}
body.rere .nav #menuToggle:hover {
  color: rgb(85, 85, 85);
}
body.rere .nav ul {
  list-style-type: none;
  font-size: 2rem;
  padding: 0 0 0 10px;
}
body.rere .nav ul li {
  margin: 0.5rem 0 0.5rem 0;
  padding: 1rem 0rem 1rem 1rem;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
body.rere .nav ul li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
body.rere .nav ul li:hover a {
  color: #D49E2A;
}
body.rere .nav ul li:hover ul li a {
  color: rgb(85, 85, 85);
}
body.rere .nav ul li a {
  color: rgb(85, 85, 85);
  text-decoration: none;
}
body.rere .nav ul li a:hover {
  color: #D49E2A;
}
body.rere .nav ul li ul {
  padding: 0 0 0 10px;
}
body.rere .nav ul li ul li {
  font-size: 1rem;
  padding: 1rem;
}
body.rere .nav ul li ul li:hover a {
  color: #D49E2A;
}
body.rere .nav ul li ul li a:hover {
  color: #D49E2A;
}
body.rere .nav .zitat {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}
body.rere .nav .help {
  position: absolute;
  width: 100%;
  bottom: 0px;
}
body.rere .nav .help ul {
  display: flex;
  justify-content: space-between;
  padding: 0 40px 0 40px;
}
body.rere .nav .help ul li {
  padding: 1rem;
  border-radius: 25px;
}
body.rere .big-logo {
  max-width: 1200px;
  width: 800px;
  height: 30vh;
  margin: auto;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  perspective: 10vw;
  animation: flip-vertical-right 10s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}
body.rere .overview {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
body.rere .overview table {
  width: 100%;
  margin: 50px 0;
}
body.rere .overview table thead tr th {
  padding: 7px;
}
body.rere .overview table thead tr th:first-of-type {
  width: 50%;
}
body.rere .overview table tbody tr {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  transition: 200ms;
}
body.rere .overview table tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transition: 200ms;
}
body.rere .overview table tbody tr td {
  text-align: center;
  padding: 14px 7px;
}
body.rere .overview table tbody tr td:nth-of-type(1) {
  text-align: left;
}
body.rere .overview table tbody tr td b {
  font-size: 1.5em;
}
body.rere .overview table tbody tr td i {
  color: #D39D06;
  font-size: 2em;
  display: flex;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
body.rere .overview table tbody tr td i.fa-times {
  color: rgba(0, 0, 0, 0.1);
}
body.rere .overview .anfrage {
  background-color: #D39D06;
  border-radius: 15px;
  margin-right: 0;
  padding: 7px 14px 7px 14px;
  font-size: 1.5em;
  color: white;
  border: none;
  border-radius: 30px;
  transition: 300ms;
  cursor: pointer;
}
body.rere .overview .anfrage:hover {
  transform: scale(1.1);
  transition: 300ms;
}
body.rere a, body.rere i {
  color: #D49E2A;
}
body.rere section.slider {
  height: 100vh;
  position: relative;
}
body.rere section.slider .slider {
  position: absolute;
  top: 100px;
  left: 100px;
  right: 100px;
  bottom: 100px;
  padding: 25px;
  border-radius: 50px;
  background: #ffffff;
  box-shadow: inset 20px 20px 60px #e7e7e7, inset -20px -20px 60px #ffffff;
  border-radius: 25px;
}
body.rere section.slider .slider .slide {
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  opacity: 0;
  display: grid;
  transition: opacity 0.5s ease-in-out;
  color: black;
  gap: 50px;
  max-width: 100%;
  max-height: 100%;
}
body.rere section.slider .slider .slide.active {
  opacity: 1;
  display: grid;
}
body.rere section.slider .slider .slide img {
  margin: auto;
}
body.rere section.slider .slider .slide a.bilder.fancybox {
  width: 100%;
  height: 100%;
}
body.rere section.slider .slider .slide a.bilder.fancybox img {
  width: 100%;
  height: 100%;
}
body.rere section.slider .slider .prevBtn, body.rere section.slider .slider .nextBtn {
  position: absolute;
  bottom: 25px;
  font-size: 1.5em;
  color: white;
  background-color: #D39D06;
  border: none;
  padding: 7px 14px;
  border-radius: 5px;
  cursor: pointer;
}
body.rere section.slider .slider .prevBtn i, body.rere section.slider .slider .nextBtn i {
  color: white;
}
body.rere section.slider .slider .prevBtn:hover, body.rere section.slider .slider .nextBtn:hover {
  opacity: 0.7;
}
body.rere section.slider .slider .prevBtn {
  left: 25px;
}
body.rere section.slider .slider .nextBtn {
  right: 25px;
}
body.rere section.fullscreen {
  max-width: 1200px;
  margin: auto;
}
body.rere section.fullscreen a img {
  width: 100%;
  border-radius: 25px;
}
body.rere section.fullscreen div.textonly {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
body.rere section.fullscreen div.textonly .fullwidth {
  grid-column: span 2;
}
body.rere section.fullscreen div.bildergal {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
body.rere section.fullscreen div.bildergal a.bilder {
  border-radius: 25px;
  border-radius: 25px;
  padding: 15px;
  background: linear-gradient(145deg, #f1f1f1, #cbcbcb);
  box-shadow: 19px 19px 40px #999999, -19px -19px 40px #ffffff;
  transition: 150ms;
}
body.rere section.fullscreen div.bildergal a.bilder img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
body.rere section.fullscreen div.bildergal a.bilder:hover {
  transform: scale(0.98);
  background: linear-gradient(215deg, #f1f1f1, #cbcbcb);
  box-shadow: 10px 10px 15px #999999, -10px -10px 15px #ffffff;
  transition: 150ms;
}
body.rere section.z-ref {
  position: relative;
  width: 100vw;
  height: 100vh;
}
body.rere section.z-ref .center {
  position: absolute;
  top: 10vh;
  bottom: 10vh;
  left: 10vw;
  right: 10vw;
  border-radius: 50px;
  box-shadow: rgb(153, 153, 153) 19px 19px 40px, rgb(255, 255, 255) -19px -19px 40px;
}
body.rere section.z-ref .center img {
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 25px;
  right: 25px;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  border-radius: 26px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.rere section.z-ref .center:hover div.z-markup {
  opacity: 1;
  left: 65%;
  transition: 1s;
}
body.rere section.z-ref .center .button {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  z-index: 1000;
  background-color: #d49e2a;
  padding: 1rem;
  color: white;
  text-decoration: none;
  border-radius: 2rem;
}
body.rere section.z-ref .center div.z-markup {
  opacity: 0;
  left: 100%;
  overflow: hidden;
  transition: 3s;
  position: absolute;
  z-index: 5;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  background-color: rgba(85, 85, 85, 0.5);
  color: white;
  top: 25px;
  bottom: 25px;
  right: 25px;
  left: 95%;
  padding: 15px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-left: 6px solid rgb(225, 225, 225);
}
body.rere section.hero {
  width: 100vw;
  height: 100vh;
  position: relative;
  display: grid;
}
body.rere section.hero h1.hero-h1 {
  font-size: 5rem;
  position: absolute;
  max-width: 45vw;
  left: 200px;
  top: 200px;
}
body.rere section.hero h1.hero-h1::before {
  content: '"';
  color: #D49E2A;
  font-size: 1.5em;
  position: absolute;
  left: -0.3em;
  top: -0.2em;
  z-index: -1;
}
body.rere section.hero h1.hero-h1::after {
  content: '"';
  color: #D49E2A;
  font-size: 1em;
  position: relative;
  right: 0.3em;
  top: 0.6em;
  z-index: -1;
}
body.rere section.hero img.hero-img {
  max-width: 600px;
  max-height: 600px;
  position: absolute;
  right: 155px;
  top: 200px;
}
body.rere section.hero .orange-line {
  width: 110vw;
  height: 30px;
  position: absolute;
  background-color: rgba(211, 157, 6, 0.95);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  color: white;
  transform: rotate(22deg);
  top: 9vh;
  z-index: 3;
}
body.rere section.hero .orange-line:nth-of-type(2n) {
  z-index: -1;
  transform: rotate(-5deg);
  top: 74vh;
  left: -2rem;
}
body.rere section.hero .orange-line div.ticker {
  position: absolute;
  padding: 0;
  margin: 0;
  display: flex;
  height: 100%;
  width: 100vw !important;
  text-align: center;
  align-items: center;
  animation: ticker-animation 30s linear infinite;
}
body.rere section.hero .orange-line div.ticker.second {
  animation-delay: 7s;
}
@keyframes ticker-animation {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
body.rere section.hero .bubbles {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
body.rere section.hero .bubbles .bubble {
  position: absolute;
  left: var(--bubble-left-offset);
  bottom: -75%;
  display: block;
  width: var(--bubble-radius);
  height: var(--bubble-radius);
  border-radius: 50%;
  animation: float-up var(--bubble-float-duration) var(--bubble-float-delay) ease-in infinite;
}
body.rere section.hero .bubbles .bubble::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 100%);
  border-radius: inherit;
  animation: var(--bubble-sway-type) var(--bubble-sway-duration) var(--bubble-sway-delay) ease-in-out alternate infinite;
}
body.rere section.hero .bubbles .bubble:nth-child(0) {
  --bubble-left-offset: 3vw;
  --bubble-radius: 4vw;
  --bubble-float-duration: 18s;
  --bubble-sway-duration: 9s;
  --bubble-float-delay: 2s;
  --bubble-sway-delay: 0s;
  --bubble-sway-type: sway-right-to-left;
}
body.rere section.hero .bubbles .bubble:nth-child(1) {
  --bubble-left-offset: 95vw;
  --bubble-radius: 3vw;
  --bubble-float-duration: 16s;
  --bubble-sway-duration: 9s;
  --bubble-float-delay: 2s;
  --bubble-sway-delay: 0s;
  --bubble-sway-type: sway-right-to-left;
}
body.rere section.hero .bubbles .bubble:nth-child(2) {
  --bubble-left-offset: 71vw;
  --bubble-radius: 10vw;
  --bubble-float-duration: 27s;
  --bubble-sway-duration: 12s;
  --bubble-float-delay: 4s;
  --bubble-sway-delay: 0s;
  --bubble-sway-type: sway-right-to-left;
}
body.rere section.hero .bubbles .bubble:nth-child(3) {
  --bubble-left-offset: 35vw;
  --bubble-radius: 9vw;
  --bubble-float-duration: 35s;
  --bubble-sway-duration: 11s;
  --bubble-float-delay: 4s;
  --bubble-sway-delay: 1s;
  --bubble-sway-type: sway-left-to-right;
}
body.rere section.hero .bubbles .bubble:nth-child(4) {
  --bubble-left-offset: 26vw;
  --bubble-radius: 10vw;
  --bubble-float-duration: 33s;
  --bubble-sway-duration: 9s;
  --bubble-float-delay: 4s;
  --bubble-sway-delay: 3s;
  --bubble-sway-type: sway-left-to-right;
}
body.rere section.hero .bubbles .bubble:nth-child(5) {
  --bubble-left-offset: 75vw;
  --bubble-radius: 6vw;
  --bubble-float-duration: 32s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 0s;
  --bubble-sway-delay: 1s;
  --bubble-sway-type: sway-right-to-left;
}
body.rere section.hero .bubbles .bubble:nth-child(6) {
  --bubble-left-offset: 6vw;
  --bubble-radius: 8vw;
  --bubble-float-duration: 26s;
  --bubble-sway-duration: 9s;
  --bubble-float-delay: 4s;
  --bubble-sway-delay: 2s;
  --bubble-sway-type: sway-left-to-right;
}
body.rere section.hero .bubbles .bubble:nth-child(7) {
  --bubble-left-offset: 48vw;
  --bubble-radius: 3vw;
  --bubble-float-duration: 29s;
  --bubble-sway-duration: 11s;
  --bubble-float-delay: 3s;
  --bubble-sway-delay: 1s;
  --bubble-sway-type: sway-right-to-left;
}
body.rere section.hero .bubbles .bubble:nth-child(8) {
  --bubble-left-offset: 66vw;
  --bubble-radius: 1vw;
  --bubble-float-duration: 18s;
  --bubble-sway-duration: 10s;
  --bubble-float-delay: 0s;
  --bubble-sway-delay: 0s;
  --bubble-sway-type: sway-right-to-left;
}
body.rere section.hero .bubbles .bubble:nth-child(9) {
  --bubble-left-offset: 25vw;
  --bubble-radius: 3vw;
  --bubble-float-duration: 24s;
  --bubble-sway-duration: 8s;
  --bubble-float-delay: 3s;
  --bubble-sway-delay: 3s;
  --bubble-sway-type: sway-right-to-left;
}
body.rere section.hero .bubbles .bubble:nth-child(10) {
  --bubble-left-offset: 11vw;
  --bubble-radius: 7vw;
  --bubble-float-duration: 34s;
  --bubble-sway-duration: 10s;
  --bubble-float-delay: 4s;
  --bubble-sway-delay: 1s;
  --bubble-sway-type: sway-left-to-right;
}
@keyframes float-up {
  to {
    transform: translateY(-175vh);
  }
}
@keyframes sway-left-to-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes sway-right-to-left {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
body.rere section.hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
body.rere section.hero .hero-bg .bubble {
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  aspect-ratio: 1/1;
  position: absolute;
}
body.rere section.list {
  margin: 30vh 0 0 0;
}
body.rere section.list h2.sec-title {
  font-size: 4em;
  width: 100%;
  margin-bottom: 10rem;
  text-align: center;
}
body.rere section.list .listwrap {
  max-width: 1200px;
  margin: auto;
}
body.rere section.list .listwrap .list-item {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  margin-bottom: 10rem;
}
body.rere section.list .listwrap .list-item .icon {
  height: 10em;
  width: 10em;
  padding: 2rem;
  display: flex;
  align-items: center;
}
body.rere section.list .listwrap .list-item .icon i {
  font-size: 2em;
  text-align: center;
  width: 100%;
}
body.rere section.list .listwrap .list-item div.markdown h6 a {
  padding: 7px 14px;
  color: white;
  background-color: #D49E2A;
  border-radius: 25px;
  font-size: 1.25em;
  text-decoration: none;
}
body.rere section.list .listwrap .list-item div.markdown h6 a:hover {
  opacity: 0.7;
}
body.rere section.img-text {
  color: rgb(225, 225, 225);
  background-color: rgb(85, 85, 85);
  padding: 20vh 0;
  height: 60vh;
  display: flex;
}
body.rere section.img-text .wrap {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 3fr;
}
body.rere section.img-text .wrap .rounded-corner {
  border-radius: 25px;
  max-width: 75%;
  box-shadow: 19px 19px 40px rgb(109, 109, 109), -19px -19px 40px rgb(156, 156, 156);
}
body.rere section.img-text .wrap .no-corner {
  max-width: 75%;
  filter: drop-shadow(2px 2px 4px rgb(202, 202, 202)) drop-shadow(-2px -2px 4px rgb(202, 202, 202));
}
body.rere section.four-by-four .grid-2 {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5em;
}
body.rere section.four-by-four .grid-2 .tile {
  border-radius: 25px;
  padding: 15px;
  background: linear-gradient(145deg, #f1f1f1, #cbcbcb);
  box-shadow: 19px 19px 40px #999999, -19px -19px 40px #ffffff;
  transition: 150ms;
}
body.rere section.four-by-four .grid-2 .tile:hover {
  transform: scale(0.98);
  background: linear-gradient(215deg, #f1f1f1, #cbcbcb);
  box-shadow: 10px 10px 15px #999999, -10px -10px 15px #ffffff;
  transition: 150ms;
}
body.rere footer {
  width: 100vw;
  margin: 0;
  padding: 25px 0;
}
body.rere footer div {
  max-width: 1200px;
  margin: 2rem auto;
  display: flex;
  justify-content: space-between;
}
body.rere footer div a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  html body.rere section.lion-split {
    grid-template-columns: 1fr;
  }
  html body.rere section.lion-split img {
    max-width: 100%;
  }
  html body.rere .nav {
    right: -31vw;
    width: 30vw;
  }
  html body.rere footer {
    width: calc(100vw - 50px);
    margin: 0;
    padding: 0 25px;
  }
  html body.rere section.fullscreen {
    width: 90%;
    margin: auto;
  }
  html body.rere section.list {
    width: 90%;
    margin: 100px auto;
  }
  html body.rere section.hero {
    overflow: hidden;
  }
  html body.rere section.hero h1.hero-h1 {
    font-size: 3rem;
    left: 90px;
  }
  html body.rere section.hero img.laptop.hero-img {
    right: 40px;
  }
  html body.rere section.hero .orange-line .ticker {
    width: 200vw !important;
  }
  html body.rere section.header .icon-positioner .icon {
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  html body.rere section.cms-overview {
    height: -moz-fit-content;
    height: fit-content;
  }
  html body.rere section.cms-overview .cms-grid {
    width: 60%;
    grid-template-columns: 1fr;
  }
  html body.rere section.img-text .wrap {
    width: 80%;
    grid-template-columns: 2fr 3fr;
  }
  html body.rere section.z-ref .center:hover .z-markup {
    left: 40%;
  }
}
@media only screen and (max-width: 500px) {
  html body.rere img.big-logo {
    width: 100%;
  }
  html body.rere div.overview table thead {
    position: sticky;
    top: 0;
    background-color: rgb(225, 225, 225);
  }
  html body.rere div.overview table thead tr, html body.rere div.overview table tbody tr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  html body.rere div.overview table thead tr th:first-of-type, html body.rere div.overview table thead tr td:first-of-type, html body.rere div.overview table tbody tr th:first-of-type, html body.rere div.overview table tbody tr td:first-of-type {
    grid-column: span 3;
    text-align: center;
  }
  html body.rere div.overview table thead tr th:first-of-type b, html body.rere div.overview table thead tr td:first-of-type b, html body.rere div.overview table tbody tr th:first-of-type b, html body.rere div.overview table tbody tr td:first-of-type b {
    font-size: 1rem;
  }
  html body.rere div.overview table thead tr th:first-of-type, html body.rere div.overview table tbody tr th:first-of-type {
    height: 15vh;
  }
  html body.rere .nav #menuToggle {
    transition: 500ms;
  }
  html body.rere .nav.open {
    width: 80vw;
  }
  html body.rere .nav.open #menuToggle {
    left: 15rem;
    transition: 500ms;
  }
  html body.rere .nav .help {
    bottom: 5vh;
  }
  html body.rere footer {
    margin: 5vw;
    width: 90vw;
  }
  html body.rere footer div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  html body.rere header a img.logo {
    width: 20vw;
    top: 4vh;
    position: fixed;
    left: 1vw;
  }
  html body.rere section.fullscreen {
    width: 90vw;
    margin: 20vh auto;
  }
  html body.rere section.fullscreen .textonly {
    display: unset;
  }
  html body.rere section.fullscreen div.bildergal {
    grid-template-columns: 1fr;
  }
  html body.rere section.fullscreen div.bildergal a.bilder.fancybox {
    padding: 7px;
  }
  html body.rere section.list {
    width: 90vw;
    margin: 30vh auto;
  }
  html body.rere section.list h2.sec-title {
    margin-bottom: 15vh;
  }
  html body.rere section.list .listwrap {
    display: flex;
    flex-direction: column;
    gap: 15vh;
  }
  html body.rere section.list .listwrap .list-item {
    display: flex;
    flex-direction: column;
  }
  html body.rere section.list .listwrap .list-item .icon {
    width: 60%;
    aspect-ratio: 1/1;
    height: unset;
  }
  html body.rere section.header a img {
    height: 120px;
  }
  html body.rere section.header .icon-positioner {
    width: -moz-fit-content;
    width: fit-content;
    top: 45vh;
    top: unset;
    bottom: 5vh;
    margin: auto;
    width: 90vw;
    height: unset;
    left: 5vw;
    display: flex;
    justify-content: center;
  }
  html body.rere section.header .icon-positioner img {
    max-width: 100%;
  }
  html body.rere section.header .heading {
    font-size: 2em;
    top: 30vh;
    top: 20vh;
    width: 90vw;
    left: 5vw;
  }
  html body.rere section.cms-overview {
    height: -moz-fit-content;
    height: fit-content;
  }
  html body.rere section.cms-overview .cms-grid {
    width: 80%;
    margin: 10vh auto;
    grid-template-columns: 1fr;
  }
  html body.rere section.img-text {
    height: unset;
  }
  html body.rere section.img-text .wrap {
    width: 90%;
    grid-template-columns: 1fr;
  }
  html body.rere section.img-text .wrap img {
    margin: auto;
  }
  html body.rere section.img-text .wrap img.rounded-corner {
    max-width: 100%;
  }
  html body.rere section.z-ref .center {
    background: linear-gradient(70deg, rgb(120, 120, 120) 0%, rgb(40, 40, 40) 100%);
  }
  html body.rere section.z-ref .center:hover .z-markup {
    left: 0;
    opacity: 0;
  }
  html body.rere section.z-ref .center img {
    top: 10px;
    bottom: 20px;
    left: 7px;
    right: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 30px);
    border-radius: 45px;
  }
  html body.rere section.z-ref .center .z-markup {
    overflow: scroll;
    opacity: 1;
    top: 15%;
    bottom: 5px;
    right: 7px;
    left: 7px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
    border-left: none;
  }
  html body.rere section.hero h1.hero-h1 {
    font-size: 2em;
    left: 5vw;
    max-width: 90vw;
    width: 90vw;
    top: 30vh;
  }
  html body.rere section.hero img.hero-img {
    max-width: 90vw;
    max-height: 100vw;
    right: 5vw;
    bottom: 5vh;
    top: unset;
  }
  html body.rere section.hero .orange-line {
    display: none;
    transform: unset;
    width: 100vw;
    top: unset;
    height: unset;
    left: unset;
    position: unset;
  }
  html body.rere section.hero .orange-line:nth-of-type(2n) {
    z-index: unset;
    transform: unset;
    top: unset;
    left: unset;
  }
}
body.main.flexible {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "M PLUS 1 Code";
  color: rgb(85, 85, 85);
}
body.main.flexible header {
  position: fixed;
  z-index: 15;
  right: 0;
  top: 0vh;
  font-size: 3em;
}
body.main.flexible header ul {
  list-style-type: none;
  padding: 0 25px 0 0;
}
body.main.flexible header ul li {
  margin: 10px 0 10px 0;
}
body.main.flexible header ul li a {
  color: #D39D06;
  transition: 200ms;
}
body.main.flexible header ul li a:hover {
  transform: scale(1.1);
  transition: 200ms;
}
body.main.flexible header .extendednav {
  position: absolute;
  top: 0;
  width: 1000px;
  left: 100px;
  transition: 600ms;
}
body.main.flexible header .extendednav.active {
  left: -1000px;
  transition: 600ms;
}
body.main.flexible header .extendednav ul {
  display: flex;
  justify-content: space-evenly;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  border-radius: 25px;
}
body.main.flexible header .extendednav ul li a {
  text-decoration: none;
  color: #D39D06;
}
body.main.flexible header .extendednav ul li a.rex-current {
  color: rgb(85, 85, 85);
}
body.main.flexible section .bild-text {
  position: absolute;
  top: 100px;
  left: 100px;
  right: 100px;
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  padding: 25px;
  border-radius: 50px;
  background: #ffffff;
  box-shadow: inset 20px 20px 60px #e7e7e7, inset -20px -20px 60px #ffffff;
}
body.main.flexible section .bild-text img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 25px;
}
body.main.flexible section .textonly {
  position: absolute;
  top: 100px;
  left: 100px;
  right: 100px;
  margin-bottom: 100px;
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
body.main.flexible section .textonly .fullwidth {
  grid-column: span 2;
}
body.main.flexible section .bildergal {
  position: absolute;
  top: 100px;
  left: 100px;
  right: 100px;
  bottom: 100px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 1fr);
  border-radius: 50px;
  padding: 25px;
  gap: 25px;
  background: #ffffff;
  box-shadow: inset 20px 20px 60px #e7e7e7, inset -20px -20px 60px #ffffff;
}
body.main.flexible section .bildergal img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 25px;
}
body.main.flexible section .large-img {
  position: absolute;
  top: 100px;
  left: 100px;
  right: 100px;
  bottom: 100px;
  width: calc(100vw - 200px);
  height: calc(100vh - 200px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
body.main.flexible section.slider .slider {
  position: absolute;
  top: 100px;
  left: 100px;
  right: 100px;
  bottom: 100px;
  padding: 25px;
  border-radius: 50px;
  background: #ffffff;
  box-shadow: inset 20px 20px 60px #e7e7e7, inset -20px -20px 60px #ffffff;
  border-radius: 25px;
}
body.main.flexible section.slider .slider .slide {
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  opacity: 0;
  display: grid;
  transition: opacity 0.5s ease-in-out;
  color: black;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  max-width: 100%;
  max-height: 100%;
}
body.main.flexible section.slider .slider .slide.active {
  opacity: 1;
  display: grid;
}
body.main.flexible section.slider .slider .slide img {
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}
body.main.flexible section.slider .slider .prevBtn, body.main.flexible section.slider .slider .nextBtn {
  position: absolute;
  bottom: 25px;
  font-size: 1.5em;
  color: white;
  background-color: #D39D06;
  border: none;
  padding: 7px 14px;
  border-radius: 5px;
  cursor: pointer;
}
body.main.flexible section.slider .slider .prevBtn:hover, body.main.flexible section.slider .slider .nextBtn:hover {
  opacity: 0.7;
}
body.main.flexible section.slider .slider .prevBtn {
  left: 25px;
}
body.main.flexible section.slider .slider .nextBtn {
  right: 25px;
}
body.main.flexible .overview table {
  width: 100%;
  margin: 50px 0;
}
body.main.flexible .overview table thead tr th {
  padding: 7px;
}
body.main.flexible .overview table thead tr th:first-of-type {
  width: 50%;
}
body.main.flexible .overview table tbody tr {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
body.main.flexible .overview table tbody tr td {
  padding: 14px 7px;
}
body.main.flexible .overview table tbody tr td b {
  font-size: 1.5em;
}
body.main.flexible .overview table tbody tr td i {
  color: #D39D06;
  font-size: 2em;
  display: flex;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
body.main.flexible .overview table tbody tr td i.fa-times {
  color: rgba(0, 0, 0, 0.1);
}
body.main.flexible .overview .anfrage {
  background-color: #D39D06;
  border-radius: 15px;
  margin-right: 0;
  padding: 7px 14px 7px 14px;
  font-size: 1.5em;
  color: white;
  border: none;
  border-radius: 30px;
  transition: 300ms;
}
body.main.flexible .overview .anfrage:hover {
  transform: scale(1.1);
  transition: 300ms;
}
body.main.flexible .headline-container {
  position: absolute;
  width: 100vw;
  top: 0em;
  height: 50vh;
  z-index: 5;
}
body.main.flexible .headline-container .headline {
  position: sticky;
  top: 2em;
}
body.main.flexible h1.headline {
  font-size: 5em;
  text-align: center;
  font-family: "Archivo";
  margin: 0;
}
body.main.flexible h2 {
  font-family: "Archivo";
  font-size: 3em;
  color: #D39D06;
  margin-bottom: 0;
}
body.main.flexible hr {
  color: #D39D06;
  border: 1px solid #D39D06;
}
body.main.flexible .logo {
  position: fixed;
  top: 10px;
  left: 10px;
  height: 100px;
  width: 100px;
  z-index: 100;
}
body.main.flexible .logo img {
  max-height: 100%;
}
body.main.flexible .big-list ul {
  list-style: none;
  padding: 0;
}
body.main.flexible .big-list ul li {
  box-shadow: inset 20px 20px 60px #d9d9d9, inset -20px -20px 60px #ffffff;
  background-color: white;
  padding: 50px;
  font-size: 1.5em;
  border-radius: 50px;
  margin-bottom: 50px;
  transition: 0.5s;
}
body.main.flexible .big-list ul li:hover {
  transition: 0.5s;
  background-color: #d39d06;
  box-shadow: inset 20px 20px 60px #ac7f04, inset -20px -20px 60px #ffbe0c;
  color: white;
}
body.main.flexible .liste ul {
  list-style: none !important;
  padding: 0;
}
body.main.flexible .liste ul li {
  background: #f0f0f0;
  box-shadow: inset 20px 20px 60px #cccccc, inset -20px -20px 60px #ffffff;
  padding: 20px;
  font-size: 1em;
  border-radius: 50px;
  margin-bottom: 50px;
  transition: 0.5s;
}
body.main.flexible .liste ul li:hover {
  transition: 0.5s;
  background-color: #d39d06;
  box-shadow: inset 20px 20px 60px #ac7f04, inset -20px -20px 60px #ffbe0c;
  color: white;
}
body.main.flexible div.lion-overlay {
  position: fixed;
  top: 0;
  z-index: 5;
}
body.main.flexible div.lion-overlay img {
  height: 100vh;
  width: 100vw;
}
body.main.flexible section {
  position: relative;
}
body.main.flexible section.fullscreen {
  width: 100vw;
  height: 100vh;
  margin: 0;
}
body.main.flexible section.grey {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.1), 0px -20px 15px rgba(0, 0, 0, 0.1);
}
body.main.flexible section.orange {
  background-color: #D39D06;
}
body.main.flexible section.col-sm-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 100px;
  gap: 100px;
  width: calc(100vw - 200px);
  height: calc(100vh - 200px);
}
body.main.flexible section.col-sm-2 .grid-el-1, body.main.flexible section.col-sm-2 .grid-el-2 {
  background-color: rgba(0, 0, 0, 0);
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 3em;
}
body.main.flexible section.col-sm-2 .grid-el-1 img, body.main.flexible section.col-sm-2 .grid-el-2 img {
  max-width: 100%;
  max-height: 100%;
}
body.main.flexible section.col-sm-2 .grid-el-1 img.big-logo, body.main.flexible section.col-sm-2 .grid-el-2 img.big-logo {
  animation: flip-vertical-right 10s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}
body.main.flexible section.col-sm-2 .grid-el-2 {
  height: -moz-fit-content;
  height: fit-content;
}
body.main.flexible section.col-sm-3 {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  padding: 100px;
  gap: 100px;
  width: calc(100vw - 200px);
  height: calc(100vh - 200px);
}
body.main.flexible section.col-sm-3 .grid-el-1, body.main.flexible section.col-sm-3 .grid-el-2 {
  background-color: rgba(0, 0, 0, 0);
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 3em;
}
body.main.flexible section.col-sm-3 .grid-el-1 img, body.main.flexible section.col-sm-3 .grid-el-2 img {
  max-width: 100%;
  max-height: 100%;
}
body.main.flexible section.col-sm-3 .sliderbahn {
  height: 100%;
  height: 100vh;
  top: -150px;
  position: relative;
  margin: auto;
}
body.main.flexible section.col-sm-3 .sliderbahn .slidelogo {
  position: sticky;
  top: 10px;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  animation: vibrate-1 1s linear infinite both;
}
body.main.flexible section.col-sm-3 .sliderbahn .slidelogo .pr-logo {
  width: 60%;
  margin: auto;
  padding-top: 30px;
}
body.main.flexible section.col-sm-3 .sliderbahn .slidelogo .pr-logo img {
  max-width: 100%;
}
body.main.flexible section.col-sm-3 .sliderbahn .slidelogo .bg-lion {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
body.main.flexible section.col-sm-3 .sliderbahn .slidelogo.second {
  animation-delay: 250ms;
}
@keyframes vibrate-1 {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}
body.main.flexible section.col-sm-3 .grid-el-2 {
  height: -moz-fit-content;
  height: fit-content;
}
body.main.flexible section img.wobble {
  animation: heartbeat 15s ease-in-out infinite both;
}
body.main.flexible section img.wobble {
  animation: heartbeat 15s ease-in-out infinite both;
}
@keyframes flip-vertical-right {
  0% {
    transform: rotateY(0);
  }
  40% {
    transform: rotateY(0);
  }
  45% {
    transform: rotateY(180deg);
  }
  50% {
    transform: rotateY(360deg);
  }
  55% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
body.main.flexible section .bg-image-bottom {
  width: 100%;
  height: 50vh;
  position: absolute;
  bottom: 0;
  opacity: 0.7;
  background-image: url("../img/programmer-1-1024x683.png");
  background-attachment: fixed;
}
body.main.flexible section .bg-image-bottom img {
  max-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.main.flexible section .lionhead {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 3;
  top: 35vh;
  height: 65vh;
  width: 100%;
  margin: auto;
}
body.main.flexible section .lionhead img {
  height: 50vh;
  position: sticky;
  top: 20em;
  filter: drop-shadow(0px 10px 200px #ffffff);
}

section img.ab-hero {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.main.simple {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "M PLUS 1 Code";
  color: rgb(85, 85, 85);
}
body.main.simple header {
  position: fixed;
  z-index: 15;
  right: 0;
  top: 0vh;
  font-size: 3em;
}
body.main.simple header ul {
  list-style-type: none;
  padding: 0 25px 0 0;
}
body.main.simple header ul li {
  margin: 10px 0 10px 0;
}
body.main.simple header ul li a {
  color: #D39D06;
  transition: 200ms;
}
body.main.simple header ul li a:hover {
  transform: scale(1.1);
  transition: 200ms;
}
body.main.simple .headline-container {
  position: absolute;
  width: 100vw;
  top: 0em;
  height: 50vh;
  z-index: 5;
}
body.main.simple .headline-container .headline {
  position: sticky;
  top: 2em;
}
body.main.simple h1.headline {
  font-size: 5em;
  text-align: center;
  font-family: "Archivo";
  margin: 0;
}
body.main.simple h2 {
  font-family: "Archivo";
  font-size: 3em;
  color: #D39D06;
  margin-bottom: 0;
}
body.main.simple hr {
  color: #D39D06;
  border: 1px solid #D39D06;
}
body.main.simple .logo {
  position: fixed;
  top: 10px;
  left: 10px;
  height: 140px;
  width: 140px;
  z-index: 100;
}
body.main.simple .logo img {
  max-height: 100%;
}
body.main.simple .big-list ul {
  list-style: none;
  padding: 0;
}
body.main.simple .big-list ul li {
  box-shadow: inset 20px 20px 60px #d9d9d9, inset -20px -20px 60px #ffffff;
  background-color: white;
  padding: 50px;
  font-size: 1.5em;
  border-radius: 50px;
  margin-bottom: 50px;
  transition: 0.5s;
}
body.main.simple .big-list ul li a {
  color: grey;
  text-decoration: none;
}
body.main.simple .big-list ul li:hover {
  transition: 0.5s;
  background-color: #d39d06;
  box-shadow: inset 20px 20px 60px #ac7f04, inset -20px -20px 60px #ffbe0c;
  color: white;
}
body.main.simple .big-list ul li:hover a {
  color: white;
}
body.main.simple .liste ul {
  list-style: none !important;
  padding: 0;
}
body.main.simple .liste ul li {
  background: #f0f0f0;
  box-shadow: inset 20px 20px 60px #cccccc, inset -20px -20px 60px #ffffff;
  padding: 20px;
  font-size: 1em;
  border-radius: 50px;
  margin-bottom: 50px;
  transition: 0.5s;
}
body.main.simple .liste ul li:hover {
  transition: 0.5s;
  background-color: #d39d06;
  box-shadow: inset 20px 20px 60px #ac7f04, inset -20px -20px 60px #ffbe0c;
  color: white;
}
body.main.simple div.lion-overlay {
  position: fixed;
  top: 0;
  z-index: 5;
}
body.main.simple div.lion-overlay::before, body.main.simple div.lion-overlay::after {
  content: "";
  background-color: rgb(255, 255, 255);
  position: absolute;
  width: 65vw;
  height: 115px;
  position: absolute;
  left: 0;
}
body.main.simple div.lion-overlay::before {
  top: 0;
}
body.main.simple div.lion-overlay::after {
  bottom: 0;
}
body.main.simple div.lion-overlay img {
  height: 100vh;
  width: 65vw;
}
body.main.simple section {
  position: relative;
}
body.main.simple section.slider .slider {
  position: absolute;
  top: 100px;
  left: 100px;
  right: 100px;
  bottom: 100px;
  padding: 25px;
  border-radius: 50px;
  background: #ffffff;
  box-shadow: inset 20px 20px 60px #e7e7e7, inset -20px -20px 60px #ffffff;
  border-radius: 25px;
}
body.main.simple section.slider .slider .slide {
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  opacity: 0;
  display: grid;
  transition: opacity 0.5s ease-in-out;
  color: black;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  max-width: 100%;
  max-height: 100%;
}
body.main.simple section.slider .slider .slide.active {
  opacity: 1;
  display: grid;
}
body.main.simple section.slider .slider .slide img {
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}
body.main.simple section.slider .slider .prevBtn, body.main.simple section.slider .slider .nextBtn {
  position: absolute;
  bottom: 25px;
  font-size: 1.5em;
  color: white;
  background-color: #D39D06;
  border: none;
  padding: 7px 14px;
  border-radius: 5px;
  cursor: pointer;
}
body.main.simple section.slider .slider .prevBtn:hover, body.main.simple section.slider .slider .nextBtn:hover {
  opacity: 0.7;
}
body.main.simple section.slider .slider .prevBtn {
  left: 25px;
}
body.main.simple section.slider .slider .nextBtn {
  right: 25px;
}
body.main.simple section.lion-split {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 3rem;
  width: calc(100vw - 125px) !important;
  align-items: center;
}
body.main.simple section.lion-split img {
  max-width: 100%;
  height: 100vh;
}
body.main.simple section.fullscreen {
  width: 100vw;
  height: 100vh;
  margin: 0;
}
body.main.simple section.grey {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
body.main.simple section.orange, body.main.simple section .orange {
  background-color: #D39D06;
}
body.main.simple section.col-sm-3 {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  padding: 100px;
  gap: 100px;
  width: calc(100vw - 200px);
  height: calc(100vh - 200px);
}
body.main.simple section.col-sm-3 .grid-el-1, body.main.simple section.col-sm-3 .grid-el-2 {
  background-color: rgba(0, 0, 0, 0);
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 3em;
}
body.main.simple section.col-sm-3 .grid-el-1 img, body.main.simple section.col-sm-3 .grid-el-2 img {
  max-width: 100%;
  max-height: 100%;
}
body.main.simple section.col-sm-3 .grid-el-2 {
  height: -moz-fit-content;
  height: fit-content;
}
body.main.simple section.col-sm-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 100px;
  gap: 100px;
  width: calc(100vw - 200px);
  height: calc(100vh - 200px);
}
body.main.simple section.col-sm-2 .grid-el-1, body.main.simple section.col-sm-2 .grid-el-2 {
  background-color: rgba(0, 0, 0, 0);
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 3em;
}
body.main.simple section.col-sm-2 .grid-el-1 img, body.main.simple section.col-sm-2 .grid-el-2 img {
  max-width: 100%;
  max-height: 100%;
}
body.main.simple section.col-sm-2 .grid-el-2 {
  height: -moz-fit-content;
  height: fit-content;
}
body.main.simple section img.wobble {
  animation: heartbeat 15s ease-in-out infinite both;
}
@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
body.main.simple section .bg-image-bottom {
  width: 100%;
  height: 50vh;
  position: absolute;
  bottom: 0;
  opacity: 0.7;
  background-image: url("../img/programmer-1-1024x683.png");
  background-attachment: fixed;
}
body.main.simple section .bg-image-bottom img {
  max-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.main.simple section .lionhead {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 3;
  top: 35vh;
  height: 65vh;
  width: 100%;
  margin: auto;
}
body.main.simple section .lionhead img {
  height: 50vh;
  position: sticky;
  top: 20em;
  filter: drop-shadow(0px 10px 200px #ffffff);
}/*# sourceMappingURL=main.css.map */