/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./public/assets/scss/imprint.scss ***!
  \********************************************************************************************************************************************************************/
html {
  font: normal 1rem "Raleway", sans-serif;
  color: #6a6f72; }
  @media (min-width: 768px) {
    html {
      font-size: 85%; } }
  @media (min-width: 992px) {
    html {
      font-size: 90%; } }
  @media (min-width: 1200px) {
    html {
      font-size: 100%; } }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 48px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

.material-icons-svg {
  margin-top: -4px;
  padding-bottom: 15px; }

.material-icons-svg-small {
  margin: 10px;
  width: 48px; }

html {
  font: normal 1rem "Raleway", sans-serif;
  color: #6a6f72; }
  @media (min-width: 768px) {
    html {
      font-size: 85%; } }
  @media (min-width: 992px) {
    html {
      font-size: 90%; } }
  @media (min-width: 1200px) {
    html {
      font-size: 100%; } }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 48px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

.material-icons-svg {
  margin-top: -4px;
  padding-bottom: 15px; }

.material-icons-svg-small {
  margin: 10px;
  width: 48px; }

.landing-section {
  position: relative;
  justify-content: space-between;
  height: 100vh;
  color: #ffffff;
  text-align: center;
  background: transparent;
  padding: 10px 0px; }
  .landing-section .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: #6a6f72;
    z-index: -1; }
    .landing-section .background-image:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #414a4f;
      opacity: 0.75; }
  .landing-section .titleContainerDe, .landing-section .titleContainerEn {
    display: flex;
    justify-content: center; }
    .landing-section .titleContainerDe .animatedTitle, .landing-section .titleContainerEn .animatedTitle {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding-bottom: 30px; }
      .landing-section .titleContainerDe .animatedTitle p, .landing-section .titleContainerEn .animatedTitle p {
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        line-height: 1.5;
        color: #ffffff;
        display: flex;
        flex-wrap: nowrap;
        padding-right: 10px;
        height: 50px; }
        .landing-section .titleContainerDe .animatedTitle p > span, .landing-section .titleContainerEn .animatedTitle p > span {
          font-size: 3rem;
          font-family: 'Open Sans', sans-serif;
          display: inline-block;
          opacity: 0; }
  .landing-section h3 {
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 40px; }
  .landing-section a.btn {
    padding: 20px 46px; }
  .landing-section .more-button-link {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    min-height: 30px;
    padding: 0.5em 0em;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 10px;
    z-index: 1000; }
    .landing-section .more-button-link:hover {
      color: #6a6f72;
      border: 3px solid #6a6f72; }
    .landing-section .more-button-link > i {
      margin-right: 1em; }
    .landing-section .more-button-link:hover i {
      color: #6a6f72 !important; }
  .landing-section #videoContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -100; }
    .landing-section #videoContainer:before {
      content: "";
      z-index: -9;
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      background: black;
      opacity: 0.3; }
  .landing-section .sectionContentMain {
    width: 100%; }
  .landing-section #luconVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 102%;
    height: 102%;
    z-index: -10; }

@keyframes scaleBackground {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

@keyframes animatedBackground {
  from {
    background-position: 0 100%; }
  to {
    background-position: 100% 0; } }
  .landing-section .landingImageContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden; }
  .landing-section .landingBackgroundImage {
    width: 100%;
    height: 100%; }
    .landing-section .landingBackgroundImage img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 0; }
  .landing-section .sectionContentHeader {
    flex-grow: 2; }
  .landing-section .sectionContentFooter {
    padding-bottom: 50px; }

@media (max-width: 920px) {
  .landing-section {
    min-height: 600px; }
    .landing-section a.btn {
      padding: 15px 40px; } }

.imprint-section {
  padding: 50px 20%; }
  .imprint-section hr {
    margin-bottom: 40px;
    background-color: #6a6f72; }
  .imprint-section h1,
  .imprint-section h2,
  .imprint-section h3 {
    margin: 10px 0px; }
  .imprint-section h2 {
    text-align: center; }
  .imprint-section p {
    text-align: left; }
  .imprint-section .data {
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column; }
    .imprint-section .data .row {
      display: flex;
      flex-direction: row;
      margin: 15px 0px;
      justify-content: space-between;
      height: 250px; }
    .imprint-section .data .formal {
      display: flex;
      flex-direction: column;
      justify-content: space-around; }
    .imprint-section .data .about {
      display: flex;
      flex-direction: column;
      justify-content: space-around; }
    .imprint-section .data .court {
      margin-bottom: 10px;
      height: 129px; }
    .imprint-section .data .tax {
      height: 93px; }
  .imprint-section .imprint .block {
    margin: 15px 0px;
    padding: 10px 0px; }

.imprint-landing-section {
  height: 60vh !important; }

@media (max-width: 450px) {
  .imprint-section h1 {
    line-break: anywhere;
    text-align: center; } }

@media (max-width: 800px) {
  .imprint-section {
    padding: 50px 30px !important; }
    .imprint-section .data .row {
      flex-direction: column;
      height: 100%; }
      .imprint-section .data .row .about .company, .imprint-section .data .row .about .executives {
        padding-bottom: 20px; }
      .imprint-section .data .row .formal .court, .imprint-section .data .row .formal .tax {
        height: 100%;
        padding-bottom: 20px; } }

@media (max-width: 1000px) {
  .imprint-section {
    padding: 50px 15%; } }

