﻿h1
{
  margin-bottom: 1%;
}

.onboarding-container
{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1em;
  justify-content: space-between;
}

.onboarding-text-container
{
  display: flex;
  flex-direction: column;
  padding: 0 1em;
  justify-content: space-between;
  height: 640px;
  max-width: 850px;
}

.onboarding-text-container > div
{
  display: flex;
  flex-direction: column;
}

.onboarding-page.hidden
{
  display: none;
}

.onboarding-nav-buttons
{
  background-color: white;
  display: flex;
  flex-direction: column;
  height: fit-content;
  width: fit-content;
  padding: 5px 10px;
}

.step-buttons
{
  cursor: pointer;
  background-color: rgb(0, 68, 148);
  color: white;
  border: 0px solid black;
  border-radius: 0px;
  width: auto;
  max-width: 300px;
  padding: 4px 18px;
  margin: 5px;
  text-align: center;
}

  .step-buttons.active
  {
    background-color: rgb(0, 179, 220);
  }

  .step-buttons:hover
  {
    background-color: lightblue;
    color: white;
  }

.stepButton
{
  cursor: pointer;
}

  .hdnBtnGrundform.center
  {
    margin: auto;
    max-width: unset;
  }

.onboarding-contacts-container
{
  background-color: white;
  padding: 5px 10px;
  height: fit-content;
}

.onboarding-contacts-container ul
{
  list-style-type: none;
  margin: 0;
}

.onboarding-contact
{
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #f4f5f5;
  padding: 10px 10px;
  margin: 10px;
}

.onboarding-single-video iframe
{
  width: 100%;
  height: 250px;
}

.hdn-logo
{
  font-family: Geometr415BlkBT_I, Geometr415BlkBT_I_IE;
  font-size: larger;
  color: rgb(0, 68, 148);
}

a span svg #square-new-window
{
  fill: currentColor;
}

@media only screen and (max-width:1700px)
{
  .onboarding-nav-container
  {
    width: 100%;
    margin-bottom: 2em;
  }
  .onboarding-nav-buttons
  {
    flex-direction: row;   
  }
}
