*, *:before, *:after {
    box-sizing: inherit;
  }
  
  html {
    font-family: "Urbanist", sans-serif;
    display: grid;
    background-color: #f7f7f7;
    box-sizing: border-box;
    margin: 0em;
    scroll-behavior: smooth;
    padding: 0em;
  }

  body {
    display: grid;
    margin: 0em;
    padding: 0em;
  }

  #bg-helper {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: linear-gradient(45deg, #411C72 20%, #296D7B 65%);
    opacity: 0%;
    padding: 0em;
    margin: 0em;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
  }

  #home-top-video-container {
    height: 72vh;
    margin-top: -6em;
    display: flex;
    position: relative;
  }

  #video-home-top {
    width: 100% !important;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
    background-color: white;
  }

  button {
    font-family: "Urbanist", sans-serif;
    font-size: 1em;
    border: 0px solid #294668;
    border-radius: 2em;
    padding: 8px 16px 8px 16px;
    width: fit-content;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-image: linear-gradient(45deg, #411C72 20%, #296D7B 65%);
    background-size: 200%;
    transition: 0.5s;
    background-position: 50%;
    color: white;
    cursor: pointer;
  }

  #inquiry-button {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    box-shadow: rgb(78, 78, 78) 2px 2px 3px;
    margin: 0em 2em 2em 0em;
    text-transform: uppercase;
  }

  button {
    cursor: pointer;
  }

  button:hover {
    background-position: 0%;
}

h3 {
  font-size: 2.3em;
  margin: 0em;
  font-weight: bolder;
}

h4 {
  font-size: 1.15em;
  margin: 0em 0em 0.3em 0em;
  padding: 0em;
  font-weight: lighter;
  text-transform: uppercase;
}

p {
  margin-top: 0em;
}

.colorful {
  background: linear-gradient(45deg, #411C72 20%, #296D7B 65%);
  display: inline;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}

#welcome-section {
  margin-top: 10vh;
  margin-left: 10em;
  margin-right: 7em;
  gap: 3em;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  align-items: center;
}

#welcome-section h3 {
  margin: 0em;
}

#welcome-section p {
  margin: 0em;
  text-align: justify;
}

#services-section {
  color: #aaa;
  transition: color 0.5s;
  min-height: 100vh;
  margin-top: 10vh;
  padding-top: 20vh;
  margin-left: 10em;
  margin-right: 7em;
}

#proceed-section {
  display: grid;
  transition: color 0.5s;
  min-height: 50vh;
  margin-top: 20vh;
  padding-top: 10vh;
  padding-bottom: 5vh;
  padding-left: 10em;
  padding-right: 7em;
  background-color: #555;
  color: white;
}

#proceed {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#services-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2em;
  margin: 2em 0em 2em 0em;
}

.service-item {
  display: flex;
  flex-direction: column;
  background-color: white;
  width: 100%;
  height: 20em;
  color: black;
  box-shadow: gray 0px 0px 5px;
  transition: all 0.2s;
  cursor: pointer;
  border-radius: 1em;
  padding: 1em;
  margin-top: 2em;
  margin-bottom: -2em;
  transition: all 0.5s;
  opacity: 0%;
}

.service-item:hover {
  box-shadow: black 0px 0px 10px;
}

.service-item h5 {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 1em;
  margin-top: 0.5em;
}

.service-item content {
  display: flex;
  width: 100%;
  overflow: hidden;
  height: 85%;
  flex-direction: column;
  transition: all 0.2s;
}

.service-item content p {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: black;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  transition: all 0.2s;
}

.service-item a {
  color: black;
  text-decoration: none;
  display: flex;
  justify-self: center;
  align-self: center;
  height: fit-content;
  flex-direction: column;
  overflow: hidden;
  opacity: 100%;
  transition: all 0.2s;
}

.service-item a div {
  margin-top: 0.2em;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-image: linear-gradient(45deg, #411C72 20%, #296D7B 65%);
  margin-left: -100%;
  transition: all 0.2s;
}

.service-item:hover a {
  opacity: 100%;
}

.service-item:hover a div {
  margin-left: 0%;
}

.service-item:hover content img {
  margin-top: -100%;
}

.service-item img {
  transition: all 0.2s;
  margin-top: 1.65em;
}

#about-section {
  color: black;
  transition: color 0.5s;
  text-align: right;
  min-height: 100vh;
  padding-top: 25vh;
  margin-left: 10em;
  margin-right: 7em;
}


#contact-section {
  color: black;
  transition: color 0.5s;
  min-height: 90vh;
  margin-top: 5vh;
  padding-top: 20vh;
  margin-left: 10em;
  margin-right: 7em;
}

#contact-section-content {
  margin: 2em 0em 6em 0em;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
}

#contact-data {
  display: grid;
  align-items: start;
  align-content: start;
  gap: 0.7em;
}

#contact-data p {
  margin: 0em;
}

address {
  font-style: normal;
}

#contact-data div {
  display: grid;
}

#contact-data a {
  text-decoration: none;
  color: black;
}

#contact-data a:hover {
  text-decoration: underline;
}

#contact-form {
  background-color: white;
  border-radius: 1em;
  padding: 1em;
  overflow: hidden;
}

form input {
  font-size: 1em;
  width: 100%;
  color: #294668;
  font-family: "Urbanist", sans-serif;
  padding: 8px;
  border: 0px solid #296D7B;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #296D7B22;
}

form textarea {
  -webkit-appearance: none;
  outline: none;
  font-size: 1em;
  font-family: "Urbanist", sans-serif;
  width: 100%;
  color: #294668;
  padding: 8px;
  border: 0px solid #296D7B;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #296D7B22;
  resize: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 2.2em;
  height: 1.3em;
  margin-right: 0.4em;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #296D7B22;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 0.8em;
  width: 0.8em;
  left: 0.25em;
  bottom: 0.25em;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #296D7B;
}

input:checked + .slider:before {
  left: 1.15em
}

/* Rounded sliders */
.slider {
  border-radius: 1em;
}

.slider:before {
  border-radius: 50%;
}

#contact-form form {
  display: grid;
  gap: 1em;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "contact-input-firstname contact-input-surname"
    "contact-input-company contact-input-company"
    "contact-input-email contact-input-tel"
    "contact-input-message contact-input-message"
    "contact-form-button contact-form-button";
}

#contact-form form div {
  transition: all 0.4s;
}

.simple-page-content {
  margin-left: 10em;
  margin-right: 7em;
  margin-top: 10em;
  display: grid;
  gap: 3em;
  grid-template-columns: 1fr 2fr;
}

#impr-datens h2 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

#impr-datens h3 {
  font-size: 1.2em;
  margin-bottom: 0.3em;
}

#impr-datens h4 {
  font-size: 1em;
  text-transform: none;
  margin-bottom: 0.3em;
}

.day-selecter {
  flex-flow: wrap;
}

.timespan-selecter {
  flex-flow: wrap;
}

.day-selecter .day-item {
  border-radius: 50%;
  background-color: #296D7B22;
  font-size: 1em;
  cursor: pointer;
  color: #294668;;
  width: 1.8em;
  height: 1.8em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  text-align: center;
}

.day-selecter .unselectable {
  background-color: white;
  cursor: default;
}

.day-selecter .selected, .timespan-selecter .selected {
  color: white !important;
  background-color: #296D7B !important;
}

.timespan-selecter .timespan-item {
  border-radius: 0.9em;
  background-color: #296D7B22;
  white-space: nowrap;
  font-size: 1em;
  cursor: pointer;
  color: #294668;;
  width: fit-content;
  height: 1.8em;
  padding-top: 0.25em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.25em;
  text-align: center;
}

.policy-txt {
  font-size: 0.8em;
  color: #888;
}

p a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

p a:hover {
  text-decoration: underline;
}

input:focus {
  background-color: #296D7B44;
}

input::selection {
  background-color: #296D7B44;
}

input {
  -webkit-appearance: none;
  outline: none;
  height: fit-content;
}

textarea:focus {
  background-color: #296D7B44;
}

textarea::selection {
  background-color: #296D7B44;
}

.button-loader {
  border: 3px solid #aaa;
  border-top: 3px solid #fff;
  border-radius: 50%;
  width: 1.2em;
  height: 1.2em;
  animation: spin 2s linear infinite;
  align-self: center;
  justify-self: center;
  position: absolute;
  left: calc(50% - 0.6em);
  bottom: calc(50% - 0.6em);
  display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.input-error-txt {
  color: red;
  font-size: 0.8em;
  margin: 0.2em 0em 0em 8px;
  display: none;
}

#contact-form-success-message {
  position: relative;
  display: flex;
  flex-direction: column;
}

#contact-form-success-message img {
  align-self: flex-end;
  justify-self: end;
  margin-right: -3em;
  margin-bottom: -1em;
  margin-top: -9em;
  width: 60%;
  opacity: 50%;
}

#about-section-content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  margin: 2em 0em 0em 0em;
  gap: 2em;
}

#about-img-section {
  height: fit-content;
  position: relative;
  text-align: center;
  align-items: start !important;
}

#img-about-bg {
 height: calc(100% + 5em);
 position: absolute;
 z-index: -1;
 left: 10%;
 transition: all 1.3s;
 top: -3.5em;
}

#img-about {
  width: 50%;
  transition: all 1s;
  margin-top: -3em;
}

#about-section-content p {
  text-align: justify;
}

#proceed {
  text-align: center;
  height: 100%;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

#proceed div {
  width: 100%;
  height: fit-content;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

.proceed div img {
  width: 75%;
}

.proceed-next-img img {
  width: 65% !important;
}

.detail-page-top {
  display: grid;
  height: calc(100vh - 6em);
  padding-right: 7em;
  padding-left: 10em;
  padding-bottom: 4em;
  align-items: center;
  align-content: center;
  position: relative;
}

.detail-page-top h2 {
  font-size: 6em;
  margin: 0em;
  padding: 0em;
  max-width: 70%;
  font-weight: bolder;
}

.detail-page-top h4 {
  font-size: 1.5em;
  margin: 0em;
  padding: 0em;
}

.detail-page-top img {
  position: absolute;
  height: 100%;
  bottom: 0;
  right: -20%;
}

.detail-page-top .img-container {
  width: 60%;
  position: absolute;
  bottom: -10%;
  height: calc(100% + 6em + 10%);
  right: 0;
  overflow-x: hidden;
  z-index: -1;
}

.detail-page-top button {
  text-transform: uppercase;
  margin-top: 2em;
}

.simple-text {
  align-content: center;
  margin: 6em 7em 8em 10em;
  display: grid;
  grid-template-columns: minmax(400px, 440px) minmax(400px, 440px);
  gap: 8em;
  justify-self: center;
}

.simple-text p {
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 700;
  color: #888;
  margin: 0em;
}

.simple-text p .darker {
  color: black;
  font-style: normal;
}

.box-list {
  display: grid;
  height: 100%;
  width: 75%;
  align-items: center;
  align-content: center;
  gap: 0.8em;
}

.box-text {
  font-size: 1.15em !important;
  width: 100%;
  padding: 0.5em 1em 0.5em 1em;
  color: black !important;
  background-color: #411C7211;
  border-radius: 0.5em;
}

.detail-main {
  display: grid;
}

.detail-services {
  margin: 5em 7em 5em 10em;
}

.detail-services content {
  display: grid;
  grid-template-columns: 2fr 5fr;
  margin-top: 2em;
}

.expand-list-item .heading {
  display: flex;
  flex-direction: row;
  margin-top: 0.5em;
  align-items: center;
  margin-bottom: 0.5em;
  cursor: pointer;
}

.expand-list-item h5 {
  font-size: 1.3em;
  margin: 0em;
  width: 100%;
}

.expand-arrow {
  width: 1.3em;
  height: 1.3em;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  margin-right: 0.5em;
  margin-left: 0.5em;
  transition: all 0.2s;
}

.expand-arrow-line1 {
  rotate: 45deg;
  margin-right: -0.15em;
  transition: all 0.2s;
}

.expand-arrow-line2 {
  rotate: -45deg;
  margin-left: -0.15em;
  transition: all 0.2s;
}

.expanded .expand-arrow-line1 {
  rotate: -45deg !important;
}

.expanded .expand-arrow-line2 {
  rotate: 45deg !important;
}

.slim-line {
  background-color: #888;
  height: 1px;
  width: 100%;
}

.expand-list-item p {
  height: 0 !important;
  overflow: hidden;
  margin: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  transition: all 0.2s;
}


.expanded p {
  height: 100% !important;
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

.expanded .heading {
  cursor: default !important;
}

.expand-list-item {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  max-height: 2.3em;
  overflow: hidden;
  display: grid;
  transition: all 0.2s;
}

.expanded {
  max-height: fit-content;
}

.expanded-list-img-container {
  height: 100%;
  display: grid;
  position: relative;
}

.expanded-list-img {
  max-height: 100%;
  position: absolute;
  top: 0;
  opacity: 0%;
  justify-self: center;
  transition: all 0.2s;
}

.displayed {
  opacity: 100% !important;
}

.detail-slogens {
  display: grid;
  margin: 5em 7em 10em 10em;
  justify-items: center;
  rotate: -5deg;
}

.detail-slogens p {
  width: fit-content;
  font-size: 3em;
  color: #888;
}

.simple-grid-4 {
  display: grid;
  margin-top: 2em;
  justify-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3em;
}

.detail-image-item {
  display: grid;
}

.detail-image-item .colorful {
  font-weight: bold !important;
  font-size: 1.3em !important;
}

.detail-image-item img {
  width: 80%;
  justify-self: center;
}

.simple-centered-text {
  align-content: center;
  margin: 8em 7em 8em 10em;
  display: grid;
  justify-content: center;
  grid-template-columns: minmax(200px, 800px);
  gap: 1.5em;
}

.simple-centered-text h5 {
  font-size: 2.2em;
  text-align: center;
  margin: 0em;
}

.simple-centered-text p {
  text-align: center;
  margin: 0em;
  font-size: 1.3em;
}