﻿@charset "UTF-8";
/* +--- Import der Variablen + Base SCSS Datei ---+ */
/* +--- Variablen ---+ */
/* +--- Navigation + Footer ---+ */
/* +--- (in alter Schreibweise, sodass sie geändert werden können) ---+ */
:root {
  --nav-height: 80px;
  --footer-height: 100px;
}

@font-face {
  font-family: "BraunLinear-Regular";
  src: url(fonts/Braun/BraunLinear-Regular.woff2) format("woff2"), url(fonts/Braun/BraunLinear-Regular.woff) format("woff");
  font-style: normal;
}
@font-face {
  font-family: "BraunLinear-Bold";
  src: url(fonts/Braun/BraunLinear-Bold.woff2) format("woff2"), url(fonts/Braun/BraunLinear-Bold.woff) format("woff");
  font-style: normal;
}
/* +--- Farben ---+ */
/* +--- Fonts ---+ */
/* +--- Form ---+ */
/* +--- Media Breakpoints ---+ */
/* +--- (NICHT ANFASSEN!) ---+ */
/* +--- Import der Variablen SCSS Datei ---+ */
/* +--- Variablen ---+ */
/* +--- Navigation + Footer ---+ */
/* +--- (in alter Schreibweise, sodass sie geändert werden können) ---+ */
:root {
  --nav-height: 80px;
  --footer-height: 100px;
}

@font-face {
  font-family: "BraunLinear-Regular";
  src: url(fonts/Braun/BraunLinear-Regular.woff2) format("woff2"), url(fonts/Braun/BraunLinear-Regular.woff) format("woff");
  font-style: normal;
}
@font-face {
  font-family: "BraunLinear-Bold";
  src: url(fonts/Braun/BraunLinear-Bold.woff2) format("woff2"), url(fonts/Braun/BraunLinear-Bold.woff) format("woff");
  font-style: normal;
}
/* +--- Farben ---+ */
/* +--- Fonts ---+ */
/* +--- Form ---+ */
/* +--- Media Breakpoints ---+ */
/* +--- (NICHT ANFASSEN!) ---+ */
/* +--- Base Styling ---+ */
html {
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  position: relative;
  padding-top: var(--nav-height);
  padding-bottom: 300px;
  color: #000;
  min-height: 100%;
  font-family: "BraunLinear-Regular";
  font-weight: normal;
  font-size: 1.2rem;
  background-color: white;
}

hr {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  height: 1px;
  border: 0;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lighthouse;
}

h1 {
  font-size: 3rem;
}

.scroll-element {
  scroll-margin-top: calc(var(--nav-height) + 20px);
}

/* +--- Tabellen ---+ */
.table {
  border-color: #000000;
  font-weight: normal;
}
.table tbody > tr:nth-of-type(odd) > td {
  background-color: rgba(128, 128, 128, 0.35);
}
.table > * th {
  background-color: #000000;
  color: white;
  text-align: center;
}
@media (max-width: 576px) {
  .table {
    font-size: 80%;
  }
}

/* +--- Autofill Überschreiung ---+ */
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: black !important;
}

/* --- Selection --- */
select option {
  font-family: Source Sans Pro, sans-serif;
}

.select-style,
.k-dropdownlist > .k-button,
.custom-select {
  background: url("assets/icons/chevron.svg") no-repeat right 1rem center/15px 10px !important;
  background-size: 20px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.k-dropdownlist > .k-button span {
  opacity: 0 !important;
  padding-inline: 1rem !important;
}

/* +--- Validierung ---+ */
.field-validation-error,
.validation-summary-errors {
  color: white;
  font-size: 80%;
  background-color: #000000;
}

.field-validation-error {
  padding-bottom: 0.2rem;
  padding-inline: 0.5rem;
}

.validation-summary-errors {
  padding-bottom: 0.5rem;
  width: fit-content;
  padding-top: 0.5rem;
  padding-inline: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.validation-summary-errors > ul {
  margin-bottom: 0;
}

.validation-summary-errors:before {
  content: "Folgende Fehler sind aufgetreten:";
}

/* +--- Verlinkungen ---+ */
.link-style {
  text-decoration: underline;
  color: #000000 !important;
  box-shadow: inset 0 0 0 0 #000000;
  color: #54b3d6;
  padding: 0 0.25rem;
  margin: 0 -0.25rem;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.link-style:hover, .link-style:focus, .link-style:active {
  color: white !important;
  box-shadow: inset 600px 0 0 0 #000000;
  cursor: pointer;
  outline: none;
}

/* +--- Buttons ---+ */
.btn-primary, .btn-secondary {
  display: inline-block;
  border: 2px solid #000000;
  border-radius: 0 !important;
  background: #000000;
  color: #fff;
  font-family: "BraunLinear-Bold";
  font-size: 1.2rem;
  line-height: 1.7rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0.8rem 1rem;
  min-width: 14.5rem;
  position: relative;
  z-index: 0;
  cursor: pointer;
  -webkit-transition: color 0.4s cubic-bezier(0.525, 0, 0.185, 1);
  transition: color 0.4s cubic-bezier(0.525, 0, 0.185, 1);
}
.btn-primary svg, .btn-secondary svg {
  -webkit-transition: color 0.4s cubic-bezier(0.525, 0, 0.185, 1);
  transition: color 0.4s cubic-bezier(0.525, 0, 0.185, 1);
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:focus-within, .btn-primary:focus-visible, .btn-primary:active, .btn-secondary:focus, .btn-secondary:hover, .btn-secondary:focus-within, .btn-secondary:focus-visible, .btn-secondary:active {
  color: #000000 !important;
  background: #131313;
  border: 2px solid #000000 !important;
  fill: #000000;
  box-shadow: none !important;
}
.btn-primary:focus::after, .btn-primary:hover::after, .btn-primary:focus-within::after, .btn-primary:focus-visible::after, .btn-primary:active::after, .btn-secondary:focus::after, .btn-secondary:hover::after, .btn-secondary:focus-within::after, .btn-secondary:focus-visible::after, .btn-secondary:active::after {
  height: 100%;
}
.btn-primary:hover svg, .btn-secondary:hover svg {
  fill: #000000;
}
.btn-primary::after, .btn-secondary::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background: white;
  -webkit-transition: height 0.4s cubic-bezier(0.525, 0, 0.185, 1);
  transition: height 0.4s cubic-bezier(0.525, 0, 0.185, 1);
  z-index: -1;
}

/* --- Formular --- */
.form-control {
  align-self: center;
  transition: all 0.3s ease-in-out;
}
.form-control::placeholder {
  color: #545454;
}
.form-control:not(.k-input-inner) {
  line-height: 1.5;
  background-color: white !important;
  font-size: 1.125rem;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 45px;
  color: #000;
  padding-bottom: 0;
  border: 2px solid #808080;
}
.form-control:focus {
  border-color: #000000;
  box-shadow: inset -2px -2px 2px rgba(0, 0, 0, 0.1), inset 3px 3px 3px rgba(0, 0, 0, 0.2);
}

/* +--- Checkbox ---+ */
.control-checkbox {
  width: 1.4em;
  height: 1.4em;
  min-width: 1.4em;
  min-height: 1.4em;
  margin-right: 10px;
  background-color: white;
  border: 2px solid #000000;
  border-radius: 5px;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 70%;
  background-position-x: 50%;
  transition: all 0.3s ease-in-out;
}
.control-checkbox:focus-visible {
  outline: 3px solid #000000;
}
.control-checkbox:checked {
  box-shadow: inset -1px -1px 4px rgba(0, 0, 0, 0), inset 1px 1px 4px rgba(0, 0, 0, 0.3);
  transition: 300ms ease all;
  background-image: url(/Content/assets/icons/check.svg);
  background-size: 80%;
  border: 2px solid #000000;
  background-repeat: no-repeat;
  background-position-y: 55%;
  background-position-x: 50%;
  background-color: #000000;
}

/* +--- Checkbox Label ---+ */
.checkbox-label {
  display: flex;
  margin-top: 1px;
  font-size: 1.25rem;
}
.checkbox-label:hover {
  cursor: pointer;
}

/* +--- Radio ---+ */
input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
}

.radio-item {
  align-items: center;
}
.radio-item:hover {
  cursor: pointer;
}
.radio-item:focus-visible {
  outline: 2px solid #000000;
  border-radius: 3px;
}
.radio-item .radio-style {
  width: 20px;
  border-radius: 100%;
  height: 20px;
  display: block;
  border: 4px solid transparent;
  outline: 2px solid #808080;
  background-color: white;
  aspect-ratio: 1/1;
  transition: all 0.3s ease-in-out;
}
.radio-item .radio-style:hover {
  cursor: pointer;
}
.radio-item .radio-style:checked, .radio-item .radio-style:focus {
  background-color: #808080;
  width: 20px;
  height: 20px;
  display: block;
  border: 4px solid white;
  outline: 2px solid #808080;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 5px;
}
.radio-item .radio-text {
  align-self: end;
  margin-left: 10px;
}

/* +--- Navigation ---+ */
.navbar {
  position: fixed;
  z-index: 5;
  background-color: #000000;
  width: 100%;
  height: var(--nav-height);
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 2px solid #000000;
  /* +--- Mobile Navbar (Max: 992px) ---+ */
  /* +--- Desktop Navbar (Min: 1200px) ---+ */
}
.navbar .navbar-logo,
.navbar .navbar-logo > img {
  height: 90%;
  z-index: 99;
}
.navbar .nav-link {
  position: relative;
  text-decoration: none;
  font-family: "BraunLinear-Bold";
  font-size: 20px;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  transition: all 0.3s ease-in-out;
  color: white;
  padding-bottom: 0;
  padding-top: 0;
  text-transform: uppercase;
}
.navbar .nav-link:hover {
  color: #808080;
}
.navbar .nav-link:focus-visible {
  outline: 2px solid #808080;
}
@media (max-width: 992px) {
  .navbar {
    /* +--- Navbar Toggler ---+ */
  }
  .navbar #mobile-nav {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #000000;
    text-align: center;
    transition: all 0.3s ease-in-out;
    top: -180px;
    z-index: 0;
    border-bottom: 2px solid #000000;
    padding-top: 10px;
  }
  .navbar #mobile-nav.open-nav {
    top: var(--nav-height);
  }
  .navbar .nav-link {
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
    width: fit-content;
    margin-inline: auto;
  }
  .navbar #navbar-toggler {
    width: 4rem;
    height: 4rem;
    background-color: transparent;
    border-radius: 100%;
    position: relative;
    z-index: 99;
  }
  .navbar .nav-toggler-line {
    position: absolute;
    width: 50%;
    height: 5px;
    background-color: white;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
  }
  .navbar #nav-toggler-line-1 {
    top: 30%;
  }
  .navbar #nav-toggler-line-1.selected {
    top: 24%;
    transform: rotate(-45deg) translateX(-70%);
  }
  .navbar #nav-toggler-line-2 {
    top: 50%;
  }
  .navbar #nav-toggler-line-2.selected {
    opacity: 0;
  }
  .navbar #nav-toggler-line-3 {
    top: 70%;
  }
  .navbar #nav-toggler-line-3.selected {
    top: 74%;
    transform: rotate(45deg) translateX(-70%);
  }
}
@media (min-width: 1200px) {
  .navbar .nav-item a::after {
    background-color: #000000;
    content: "";
    height: 3px;
    left: 50%;
    width: calc(100% - 40px);
    position: absolute;
    top: 100%;
    transition: transform 0.4s;
    transform: translateX(-50%) scaleX(0);
  }
  .navbar .nav-item:hover a::after {
    transform: translateX(-50%) scaleX(1);
  }
}
.navbar #nav-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* +--- Hilfe Seite ---+ */
.faq-panel {
  border-radius: 15px;
  background-color: #808080;
}
.faq-panel:first-of-type {
  border-top: 0;
}
.faq-panel .faq-panel-clickable {
  align-items: center;
  flex-direction: row-reverse;
  background-color: black;
  color: #808080;
  border-radius: 15px;
  padding-left: 20px;
}
.faq-panel .faq-panel-clickable:hover {
  cursor: pointer;
}
.faq-panel .faq-panel-clickable .faq-panel-heading {
  font-size: 1.25rem;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  margin-bottom: 0;
}
.faq-panel .faq-panel-clickable .faq-panel-icon {
  width: 24px;
  aspect-ratio: 1/1;
  display: block;
  margin-right: 20px;
}
.faq-panel .faq-panel-clickable .faq-panel-icon .panel-icon-line {
  width: inherit;
  display: block;
  background-image: url("assets/icons/line.svg");
  background-size: 100% 100%;
  top: 0;
  left: 50%;
  transition: 300ms ease-in-out;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
}
.faq-panel .faq-panel-clickable .faq-panel-icon .panel-icon-line.rotated {
  transform: translateX(-50%) rotate(-90deg);
  transition: 300ms ease-in-out;
}
.faq-panel .faq-panel-body {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  color: white;
}

.hr-faq {
  padding-top: 20px;
  padding-bottom: 20px;
}
.hr-faq > hr {
  margin: 0;
}

/* +--- Konakt Seite ---+ */
#kontakt > * #Frage {
  min-height: 220px;
}

/* +--- Kendo Elemente ---+ */
.k-datepicker {
  background-color: #808080 !important;
  color: #000 !important;
  transition: all 0.3s ease-in-out;
  margin-left: auto;
}

.k-picker-solid,
.k-input-solid {
  color: black;
}
.k-picker-solid:hover, .k-picker-solid:focus,
.k-input-solid:hover,
.k-input-solid:focus {
  background-color: white !important;
  color: #000 !important;
  border: 2px solid #000000 !important;
}
.k-picker-solid:focus, .k-picker-solid:focus-visible,
.k-input-solid:focus,
.k-input-solid:focus-visible {
  box-shadow: inset -2px -2px 2px rgba(0, 0, 0, 0.1), inset 3px 3px 3px rgba(0, 0, 0, 0.2) !important;
}
.k-picker-solid:focus-within,
.k-input-solid:focus-within {
  border-color: #000000 !important;
  outline: 0;
  box-shadow: inset -2px -2px 2px rgba(0, 0, 0, 0.1), inset 3px 3px 3px rgba(0, 0, 0, 0.2) !important;
}

.k-input-button {
  background-color: #000000 !important;
  color: white !important;
  padding-inline: 0.5rem !important;
}
.k-input-button:hover, .k-input-button:focus-visible {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.k-input-inner {
  height: 100%;
  border-radius: 0;
}

/* +--- Kendo Upload ---+ */
.k-upload {
  min-height: 45px;
  font-size: inherit !important;
  border: 2px solid #000000 !important;
  border-radius: 5px;
  padding-left: 0rem;
  font-weight: 700 !important;
  background-color: #000000 !important;
}
.k-upload .k-dropzone {
  background-color: transparent !important;
  padding: 0 !important;
  flex-direction: row-reverse;
  text-align: start !important;
  min-height: 65px;
}
.k-upload .k-dropzone .k-upload-button-wrap .k-button {
  min-height: 45px;
  border-radius: 5px;
  background-color: white;
  border: none;
  color: #000000;
  transition: all 0.3s ease-in-out;
  padding-inline: 2rem;
  margin-left: -0.5rem;
  min-width: 100%;
  font-weight: bold;
}
.k-upload .k-dropzone .k-upload-button-wrap .k-button:hover, .k-upload .k-dropzone .k-upload-button-wrap .k-button:focus-visible {
  background-color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 992px) {
  .k-upload .k-dropzone .k-upload-button-wrap {
    min-width: 50%;
  }
}
.k-upload .k-dropzone .k-upload-status {
  color: #000;
}
.k-upload .k-dropzone .k-dropzone-hint {
  color: white !important;
  font-size: small;
  margin-left: 1rem;
}
.k-upload .k-upload-files {
  background-color: white;
}
.k-upload .k-upload-files .k-file {
  padding: 10px !important;
  color: #000;
}
.k-upload .k-upload-files .k-file .k-upload-actions {
  background-color: #000000;
  border-radius: 5px;
  color: white;
}

/* +--- Footer ---+ */
footer {
  position: absolute;
  height: var(--footer-height);
  bottom: 0;
  background-color: #000000;
  color: white;
}
footer > * .footer-link {
  text-align: center;
  align-content: center;
  font-size: 90%;
  margin-inline: 1rem;
}
footer > * .footer-link > a {
  color: white;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
footer > * .footer-link > a:hover {
  color: white;
  outline: none;
}
footer > * .footer-link > a:focus-visible {
  color: white;
  outline: 2px solid white;
  color: white;
}
footer > * .footer-link > a img {
  width: 4rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  footer > * .footer-link {
    margin-inline: 0;
  }
}
footer > * .footer-link.footer-logo > a:hover img, footer > * .footer-link.footer-logo > a:focus-visible img {
  filter: drop-shadow(0px 0px 0.75rem #000);
  outline: none;
}

/* +--- Media Queries ---+ */
/* +--- Desktop (max. 1200px) ---+ */
@media (max-width: 1200px) {
  .footer-link {
    font-size: 1rem;
  }
}
/* +--- Tablet (max. 992px) ---+ */
@media (max-width: 992px) {
  :root {
    --nav-height: 80px;
    --footer-height: 180px;
  }
  h1 {
    font-size: 2.5rem;
  }
  .k-upload-button-wrap {
    width: 100% !important;
  }
  .k-upload {
    padding-left: 0;
  }
}
/* +--- Wide Smartphone (max. 768px) ---+ */
/* +--- Smartphone (max. 576px) ---+ */
@media screen and (max-width: 576px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  .footer-link {
    margin-inline: auto;
  }
  .faq-panel .faq-panel-clickable .faq-panel-heading {
    font-size: 0.8rem;
  }
}
/* +--- INIT Start ---+ */
h1, h2, h3, h4, h5 {
  font-family: "BraunLinear-Bold";
}

small {
  font-size: 0.8rem;
}

.Box-shadow {
  -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 2, 0.35);
  -moz-box-shadow: 0px 5px 6px 0px rgba(0, 0, 2, 0.35);
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 2, 0.35);
}

/* +--- INIT Ende ---+ */
/* +--- HowTo Start ---+ */
.step img {
  height: 100px;
}

/* +--- HowTo Ende ---+ */
/* +--- table Start ---+ */
.table tbody > tr:nth-of-type(2n+1) > td {
  background-color: rgba(0, 207, 203, 0.35);
}

/* +--- table Ende ---+ */
/* +--- Select Produkt Start ---+ */
.selection-item {
  background-color: white;
  border: 2px solid gray;
  border-radius: 20px;
  padding-inline: 15px;
  font-size: 0.9rem;
  line-height: 1.3rem;
  padding-bottom: 10px;
  min-width: 100%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.selection-item:hover {
  cursor: pointer;
}
.selection-item img {
  max-height: 200px;
  display: block;
  margin: 10px auto -10px auto;
}

.item-selected {
  border: 2px solid #000000 !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.6) !important;
  outline: 2px solid #000000 !important;
}

.not-selectable {
  opacity: 0.3;
  pointer-events: none;
}

/* +--- Produkt Ende ---+ */
.form-control:not(.k-input-inner), .k-picker-wrap.k-state-default, .k-state-focused > .k-select {
  background-color: white !important;
  border: 2px solid grey !important;
  color: #000000;
}
.form-control:not(.k-input-inner):focus, .k-picker-wrap.k-state-default:focus, .k-state-focused > .k-select:focus {
  background-color: white !important;
  color: #000000;
  border-color: #000000 !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25) !important;
}

.k-input-solid:focus, .k-input-solid:focus-within {
  background-color: white !important;
  color: #000000;
  border-color: #000000 !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25) !important;
}
.k-input-solid::placeholder {
  color: #6c757d !important;
}

/* --- Footer --- */
footer {
  padding: 3.6rem 0;
  background-color: #000000;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 300px;
}
@media (max-width: 768px) {
  footer {
    height: 550px;
  }
}
footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdda5), to(#c28d46));
  background: linear-gradient(180deg, #ffdda5, #c28d46);
}
footer .navbar-nav {
  flex-direction: row;
}
footer .footer-nav {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 2rem;
}
footer .footer-space {
  margin-inline: 25px;
}
footer .footer-span {
  margin-inline: 5px;
  font-size: 1.1rem;
  color: white;
}
footer .footerLink {
  display: inline-block;
  vertical-align: middle;
  background-image: -webkit-gradient(linear, left top, right top, from(white), to(white));
  background-image: linear-gradient(90deg, white, white);
  background-repeat: no-repeat;
  background-size: 0 0.1rem;
  background-position: bottom;
  -webkit-transition: background-size 0.4s cubic-bezier(0.525, 0, 0.185, 1);
  transition: background-size 0.4s cubic-bezier(0.525, 0, 0.185, 1);
}
footer a {
  color: #fff;
  font-size: 0.9rem;
  line-height: 0.8rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  background-size: 0 0.1rem;
  font-family: "BraunLinear-Bold";
}
footer a:hover {
  color: #fff;
  background-size: 100% 0.2rem;
}
footer .footerHr {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
  height: 1px;
  border: 0;
}
footer .footer-legal a, footer .footer-legal span {
  color: white;
  font-size: 0.7rem;
  display: inline-block;
  vertical-align: middle;
}
footer .footer-legal .nav-item {
  display: flex;
  align-items: center;
}
footer #footer-table {
  font-size: 0.9rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  width: 100%;
  overflow: initial;
}
footer #footer-table tr > td:first-child {
  padding-left: 0 !important;
}

.svg-icon__fill {
  fill: grey !important;
}

.svg-icon:hover .svg-icon__fill {
  transition: fill 0.4s cubic-bezier(0.525, 0, 0.185, 1);
  fill: white !important;
}

@media screen and (min-width: 1080px) {
  /* Navigation */
  footer {
    padding-inline: 250px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  footer {
    padding-inline: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav ul {
    flex-direction: column;
    text-align: center;
    margin: auto;
  }
  .footer-nav {
    margin-bottom: 2rem;
  }
  footer .navbar-nav:not(.SocialMedia) {
    flex-direction: column;
  }
  .SocialMedia .nav-item {
    margin: 20px;
  }
  .footer-legal {
    margin: auto;
    display: flex;
    text-align: center;
  }
  #footer-table {
    display: flex;
    justify-content: center;
  }
}
