﻿@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: 'Montserrat-Regular';
  src: url(fonts/Montserrat/Montserrat-Regular.woff2) format("woff2"), url(fonts/Montserrat/Montserrat-Regular.woff) format("woff");
  font-style: normal; }

@font-face {
  font-family: 'Montserrat-Bold';
  src: url(fonts/Montserrat/Montserrat-Bold.woff2) format("woff2"), url(fonts/Montserrat/Montserrat-Bold.woff) format("woff");
  font-style: normal; }

@font-face {
  font-family: 'BrandonGrotesqueBlack';
  src: url(fonts/BrandonGrotesque/BrandonGrotesqueBlack/font.woff2) format("woff2"), url(fonts/BrandonGrotesque/BrandonGrotesqueBlack/font.woff) format("woff");
  font-style: normal; }

@font-face {
  font-family: 'BrandonGrotesqueMedium';
  src: url(fonts/BrandonGrotesque/BrandonGrotesqueMedium/font.woff2) format("woff2"), url(fonts/BrandonGrotesque/BrandonGrotesqueMedium/font.woff) format("woff");
  font-style: normal; }

@font-face {
  font-family: 'BrandonGrotesqueBold';
  src: url(fonts/BrandonGrotesque/BrandonGrotesqueBold/font.woff2) format("woff2"), url(fonts/BrandonGrotesque/BrandonGrotesqueBold/font.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: 'Montserrat-Regular';
  src: url(fonts/Montserrat/Montserrat-Regular.woff2) format("woff2"), url(fonts/Montserrat/Montserrat-Regular.woff) format("woff");
  font-style: normal; }

@font-face {
  font-family: 'Montserrat-Bold';
  src: url(fonts/Montserrat/Montserrat-Bold.woff2) format("woff2"), url(fonts/Montserrat/Montserrat-Bold.woff) format("woff");
  font-style: normal; }

@font-face {
  font-family: 'BrandonGrotesqueBlack';
  src: url(fonts/BrandonGrotesque/BrandonGrotesqueBlack/font.woff2) format("woff2"), url(fonts/BrandonGrotesque/BrandonGrotesqueBlack/font.woff) format("woff");
  font-style: normal; }

@font-face {
  font-family: 'BrandonGrotesqueMedium';
  src: url(fonts/BrandonGrotesque/BrandonGrotesqueMedium/font.woff2) format("woff2"), url(fonts/BrandonGrotesque/BrandonGrotesqueMedium/font.woff) format("woff");
  font-style: normal; }

@font-face {
  font-family: 'BrandonGrotesqueBold';
  src: url(fonts/BrandonGrotesque/BrandonGrotesqueBold/font.woff2) format("woff2"), url(fonts/BrandonGrotesque/BrandonGrotesqueBold/font.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: black;
  min-height: 100%;
  font-family: "Montserrat-Regular", Arial, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 1.2rem;
  background-color: white; }
  @media (max-width: 768px) {
    body {
      padding-bottom: 550px; } }

hr {
  background-image: linear-gradient(to right, transparent, #000000, transparent);
  height: 1px;
  border: 0;
  opacity: 1; }

.scroll-element {
  scroll-margin-top: calc(var(--nav-height) + 20px); }

/* +--- Tabellen ---+ */
.table > * th {
  background-color: black;
  color: white;
  text-align: center; }

/* +--- 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: red;
  font-size: 80%; }

.field-validation-error {
  padding-bottom: 0.2rem;
  padding-inline: 0.5rem; }

.validation-summary-errors {
  padding-bottom: 0.5rem;
  width: fit-content;
  padding-top: .5rem;
  padding-right: 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 .25rem;
  margin: 0 -.25rem;
  transition: color .3s ease-in-out, box-shadow .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: "Montserrat-Bold", Arial, sans-serif;
  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-secondary:focus, .btn-secondary:hover {
    color: #000000;
    background: #131313;
    border: 2px solid #000000;
    fill: #000000; }
    .btn-primary:focus::after, .btn-primary:hover::after, .btn-secondary:focus::after, .btn-secondary:hover::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: .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; }

/* +--- 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 #808080;
  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 .3s ease-in-out; }
  .control-checkbox:focus-visible {
    outline: 3px solid #000000; }
  .control-checkbox:checked {
    transition: 300ms ease all;
    background-image: url(/Content/assets/icons/check.svg);
    background-size: 80%;
    border: 2px solid #808080;
    background-repeat: no-repeat;
    background-position-y: 55%;
    background-position-x: 50%;
    background-color: #808080; }

/* +--- 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 .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: 1;
  background-color: white;
  width: 103%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
  height: var(--nav-height);
  /* +--- Mobile Navbar (Max: 992px) ---+ */
  /* +--- Desktop Navbar (Min: 1200px) ---+ */ }
  .navbar .navbar-logo,
  .navbar .navbar-logo > img {
    padding-left: 3rem;
    z-index: 99; }
  .navbar .nav-link {
    color: black;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 7px;
    padding-top: 7px;
    background-image: -webkit-gradient(linear, left top, right top, from(black), to(black));
    background-image: linear-gradient(90deg, black, black);
    background-repeat: no-repeat;
    background-size: 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);
    text-decoration: none; }
    .navbar .nav-link:focus-visible {
      outline: 2px solid white; }
  @media (max-width: 992px) {
    .navbar {
      /* +--- Navbar Toggler ---+ */ }
      .navbar .nav-link {
        padding-top: .3rem;
        padding-bottom: .5rem;
        margin-top: .3rem;
        margin-bottom: .5rem;
        width: fit-content;
        margin-inline: auto; }
      .navbar #navbar-toggler {
        width: 4rem;
        height: 4rem;
        background-color: transparent;
        border-radius: 100%;
        position: relative;
        left: -70px;
        z-index: 99; }
      .navbar .nav-toggler-line {
        position: absolute;
        width: 50%;
        height: 5px;
        background-color: black;
        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:hover {
      cursor: all-scroll !important; }
      .navbar .nav-item:hover a::after {
        transform: translateX(-50%) scaleX(1); } }

/* +--- Hilfe Seite ---+ */
.faq-panel {
  border: 1px solid black;
  border-radius: 0;
  background-color: white; }
  .faq-panel .faq-panel-clickable {
    align-items: center;
    flex-direction: row-reverse;
    background-color: white;
    color: black;
    border-bottom: 1px solid black;
    border-radius: 0;
    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: black;
      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: black; }

.hr-faq {
  padding-top: 20px;
  padding-bottom: 20px; }
  .hr-faq > hr {
    margin: 0; }

/* +--- Konakt Seite ---+ */
#kontakt > * #Frage {
  min-height: 220px; }

/* +--- Teilnahmebedingungen Seite ---+ */
#tnb h2 {
  font-size: 1.5rem; }

/* +--- Kendo Elemente ---+ */
.k-datepicker {
  background-color: white !important;
  transition: all .3s ease-in-out;
  padding-left: 1rem !important;
  margin-left: auto; }
  .k-datepicker:hover, .k-datepicker:focus-visible {
    background-color: black !important;
    color: white !important; }

.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: #000000 !important;
    border: 2px solid #808080 !important; }
  .k-picker-solid:focus-within,
  .k-input-solid:focus-within {
    border-color: #808080 !important;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(0, 18, 61, 0.25) !important; }

.k-input-inner:focus {
  box-shadow: none !important; }

/* +--- Kendo Upload ---+ */
.k-upload {
  min-height: 60px;
  font-size: inherit !important;
  border: 2px solid #808080 !important;
  border-radius: 5px;
  padding-left: 0.75rem;
  font-weight: 700 !important;
  font-family: Source Sans Pro, sans-serif !important; }
  .k-upload .k-dropzone {
    background-color: transparent !important;
    padding: 0 !important;
    flex-direction: row-reverse;
    text-align: start !important; }
    .k-upload .k-dropzone .k-upload-button-wrap .k-button {
      min-height: 60px;
      border-radius: calc(5px - 3px);
      background-color: #000000;
      border: none;
      color: white;
      transition: all .3s ease-in-out;
      padding-inline: 2rem;
      min-width: 100%;
      font-weight: normal; }
      .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: black;
        color: white; }
    @media (min-width: 992px) {
      .k-upload .k-dropzone .k-upload-button-wrap {
        min-width: 50%; } }
    .k-upload .k-dropzone .k-upload-status {
      color: #000000; }
  .k-upload .k-upload-files {
    background-color: transparent; }
    .k-upload .k-upload-files .k-file {
      padding: 10px !important;
      color: #000000; }
      .k-upload .k-upload-files .k-file .k-upload-actions {
        background-color: #000000;
        border-radius: 5px;
        color: white; }

/* +--- Media Queries ---+ */
/* +--- Desktop (max. 1200px) ---+ */
/* +--- Tablet (max. 992px) ---+ */
@media (max-width: 992px) {
  :root {
    --nav-height: 80px; }
  .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: 1.8rem; }
  h2 {
    font-size: 1.5rem; }
  .faq-panel .faq-panel-clickable .faq-panel-heading {
    font-size: .8rem; } }

h1, h2, h3, h4, h5 {
  font-family: "Montserrat-Bold", Arial, sans-serif; }

/* --- howTo --- */
.section-box {
  background-color: #f5f5f5;
  padding: 2rem 0 1rem 0;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
  .section-box .howToText {
    font-size: 1.1rem;
    line-height: 1.3;
    font-family: "Montserrat-Bold", Arial, sans-serif, Arial; }
  .section-box .HowToImg {
    max-width: 100px;
    aspect-ratio: 1/1; }
  .section-box .howToNumber {
    border-radius: 100%;
    background-color: #ffdda5;
    color: black;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }

.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; }

.k-input-button {
  background-color: #000000 !important;
  width: 45px !important; }

.k-button-icon {
  background-color: #000000 !important; }

.k-svg-icon > svg {
  fill: white !important; }

/* --- Mobile Navbar Start--- */
#mobile-nav-content {
  z-index: 5;
  background-color: white;
  height: 100vh;
  width: 100%;
  position: fixed;
  padding-top: 1rem;
  position: fixed;
  right: -100%;
  transition: ease-in-out 0.3s; }
  #mobile-nav-content .nav-link {
    text-transform: uppercase; }
  @media (max-width: 992px) {
    #mobile-nav-content.open-nav {
      right: 0 !important; } }

nav li a {
  font-family: "Montserrat-Regular", Arial, sans-serif !important;
  font-size: 1.4rem !important;
  font-weight: bold !important;
  color: black;
  display: block;
  line-height: 1;
  letter-spacing: .08rem;
  text-transform: uppercase; }
  nav li a:hover:not(.social) {
    background-size: 100% .2rem; }

/* --- Mobile Navbar Ende--- */
/* --- Select Produkt Start --- */
.selection-item {
  position: relative;
  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 #d11b59 !important;
  box-shadow: 0 0.5rem 1rem rgba(209, 27, 89, 0.3) !important;
  outline: 2px solid #d11b59 !important; }

.not-selectable {
  opacity: .3;
  pointer-events: none; }

.Prodvergriffen {
  opacity: .3 !important;
  pointer-events: none !important; }

.vergriffen {
  opacity: .3 !important;
  pointer-events: none !important; }

.zubehoerAnzahl {
  position: absolute;
  right: 11%;
  top: 5%;
  font-size: 24px; }

.baldVergriffenSpan {
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Montserrat-Bold", Arial, sans-serif;
  font-weight: normal;
  white-space: nowrap; }

/* --- Select Produkt Ende --- */
/* --- table --- */
table {
  display: block;
  overflow-x: auto;
  white-space: nowrap; }

td, th {
  border: 1px solid #000000;
  padding-inline: 10px; }

th {
  background-color: #000000;
  color: white; }

/* --- Kalender --- */
.k-datepicker {
  padding-left: 0 !important; }

.k-calendar-th {
  color: white !important; }

.k-calendar-table td {
  border: none !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: .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 .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: .05rem;
    text-transform: uppercase;
    background-size: 0 .1rem;
    font-family: "BrandonGrotesqueBlack", Arial, sans-serif; }
    footer a:hover {
      color: #fff;
      background-size: 100% .2rem; }
  footer .footerHr {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white, 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; } }
