/*
Theme Name: Liste spektrum 2026
Description: Theme Team IG Metall - Liste Spektrum - BR Wahl Aumovio 2026
Author: OAO Kreation GmbH
Template:
Version: 2.0.1
*/
/* ---- FONT ---- */
@font-face {
  font-family: "Meta Head IGM Pro Condensed Black";
  src: url("../font/MetaHeadIGM-CondBlack.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Meta Head IGM Pro Condensed Light";
  src: url("../font/MetaHeadIGM-CondLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Meta IGM Pro Bold";
  src: url("../font/MetaIGM-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Meta IGM Pro";
  src: url("../font/MetaIGM.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Edo Sz";
  src: url("../font/edosz.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* ---- DEF ---- */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

h1 {
  background: linear-gradient(90deg, #443b90 0%, #872a30 50%, #e3051a 75%, #e9b500 100%);
  -webkit-background-clip: text; /* Chrome, Safari */
  background-clip: text;
  color: transparent;
  font-family: "Edo SZ", "Meta Head IGM Pro Condensed Light", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

h2, h3, h4, h5, h6 {
  background: linear-gradient(90deg, #872a30 0%, #e3051a 30%, #e9b500 60%);
  -webkit-background-clip: text; /* Chrome, Safari */
  background-clip: text;
  color: transparent;
  font-family: "Meta Head IGM Pro Condensed Light", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-family: "Meta Head IGM Pro Condensed Black", Helvetica, Arial, sans-serif;
}

a, p, label, span, article, li, th, td {
  font-family: "Meta IGM Pro", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 140%;
}
a strong, p strong, label strong, span strong, article strong, li strong, th strong, td strong {
  font-family: "Meta IGM Pro Bold", Helvetica, Arial, sans-serif;
}

a {
  color: #3C3C3C;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}
a:link, a:visited {
  text-decoration: none;
}

.clear {
  clear: both;
}

::selection,
::-moz-selection {
  background: #E3051B;
  color: #fff;
}

/* ---- MAIN ---- */
body {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
}

img {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
img.circle {
  border-radius: 50%;
}

.no-margin {
  margin-bottom: 0px !important;
}

.darkened {
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
}

.darkened--50 {
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
}

.darkened--70 {
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: darken;
}

/* ---- HEADER ---- */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  padding: 0px;
  margin: 0px;
  z-index: 300;
  transition: all 1s ease;
}
header .header-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 15px;
  transition: all 1s ease;
  background: #fff;
}
header.start-header {
  background-color: #fff;
}
header.fixed-header {
  background-color: #fff;
}
header.fixed-header .header-inner {
  padding: 20px 15px;
  max-height: 110px;
}
header.fixed-header .brand {
  max-width: 200px;
}
header .brand {
  display: block;
  width: calc(20% - 40px);
  max-width: 250px;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 20px;
  transition: all 1s ease;
}
header .brand.brand--camp {
  width: calc(33.3333333333% - 40px);
}
header .brand.brand--igm {
  width: calc(16.6666666667% - 40px);
  max-width: 100px;
}
header nav {
  display: flex;
  width: 20%;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
}
header nav .menu-toggle {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  z-index: 100;
}
header nav .menu-toggle span {
  height: 3px;
  width: 25px;
  background: #E3051B;
  margin: 4px 0;
  transition: all 1s ease;
}
header nav #menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: #646464;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 1s ease-in-out;
  transform: translateX(-100%);
  display: flex;
  align-items: center;
}
header nav #menu.collapsed {
  transform: translateX(0);
}
header nav #menu ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header nav #menu ul li {
  list-style: none;
  padding: 20px 50px;
  align-items: center;
}
header nav #menu ul li a {
  font-size: 1.75rem;
  color: #3C3C3C;
  text-decoration: none;
  text-transform: uppercase;
}
header .language {
  display: flex;
  vertical-align: center;
  width: 20%;
}
header .language ul {
  display: flex;
  flex-direction: row;
}
header .language ul li {
  list-style: none;
  padding: 0px 10px;
}
@media (max-width: 600px) {
  header {
    height: 80px;
  }
  header .brand {
    width: calc(60% - 40px);
    max-width: 120px;
  }
}
/* ---- SECTION ---- */
.floating-button {
  position: fixed;
  width: 250px;
  bottom: 20px;
  right: 50px;
  z-index: 50;
}

/* ---- SECTION ---- */
section {
  position: relative;
  width: 100vw;
  background-size: auto;
  background-position: center center;
}
section.flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
section.flex.flex-start {
  align-items: flex-start;
}
section.flex.flex-end {
  align-items: flex-end;
}
section.full-height {
  min-height: 100vh;
}
section.height--50 {
  min-height: 50vh;
}
section.height--55 {
  min-height: 55vh;
}
section.height--60 {
  min-height: 60vh;
}
section.height--65 {
  min-height: 65vh;
}
section.height--70 {
  min-height: 70vh;
}
section.height--75 {
  min-height: 75vh;
}
section.padding {
  padding: 100px;
}
section.background-img {
  background-position: center center;
  background-size: cover !important;
}
section.background-img--left {
  background-position: left center;
  background-size: cover !important;
}
section.bg-red-dark {
  background-color: rgb(136, 42, 48);
  color: #fff;
}
section.bg-light-grey {
  background: #DADADA;
}
section.bg-gradient {
  background: linear-gradient(90deg, #443b90 0%, #872a30 50%, #e3051a 75%, #e9b500 100%);
  color: #fff;
}
section.bg-gradient h1, section.bg-gradient h2, section.bg-gradient h3, section.bg-gradient h4, section.bg-gradient h5, section.bg-gradient h6,
section.bg-gradient p, section.bg-gradient a, section.bg-gradient ul, section.bg-gradient li {
  color: #fff;
}
section .section-inner {
  display: flex;
  width: 100%;
  min-height: calc(100vh - 240px);
  flex-direction: row;
  align-items: center;
}
section .section-inner.background-video .video-player {
  width: 100%;
}
section .section-inner.background-video .video-player .video {
  position: absolute;
  top: 120px;
  left: 120px;
  width: calc(100vw - 240px);
  height: calc(100vh - 240px);
  object-fit: cover;
  object-position: center center;
  z-index: -1;
}
section.sticky {
  position: sticky;
  top: 0px;
}

/* ---- HEADER IMG ---- */
.header-img {
  width: 100%;
  height: 50vh;
  margin-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
}
.header-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 600px) {
  .header-img {
    width: 100%;
    height: 35vh;
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* ---- CONTENT ---- */
.content {
  padding-top: 150px !important;
  padding-bottom: 100px !important;
}
.content.container {
  max-width: calc(100% - 200px);
  margin: 0 auto;
}
.content.container:last-of-type {
  padding-bottom: 200px;
}
.content.container.bg-grey {
  background: #3C3C3C;
}
.content.container.bg-light-grey {
  background: #DADADA;
}
.content.container .flex-row {
  max-width: 1400px !important;
  margin: 0 auto;
}
.content.full-width {
  max-width: none;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.content.full-height {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 100vh;
}
.content.full-height .flex-row {
  width: 100%;
}
.content.full-height .flex-row .col {
  display: flex;
  align-items: center;
}
.content.full-height .flex-row .col.padding-left--150 {
  padding-left: 150px;
}
.content.full-height .flex-row .col.padding-right--150 {
  padding-right: 150px;
}
.content.full-height .flex-row .col img.img--full {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.content.full-height .flex-row .col img.img--brand-start {
  max-width: 300px;
  margin: 0 auto;
}
.content.padding {
  padding: 100px !important;
}
.content.sticky {
  position: sticky;
  top: 0px;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-weight: 200;
  text-transform: uppercase;
}
.content h1 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  margin-bottom: 20px;
}
.content h1.big {
  font-size: 4.5rem;
  line-height: 4.5rem;
}
.content h2 {
  font-size: 2.75rem;
  line-height: 2.75rem;
  margin-bottom: 20px;
}
.content h2.big {
  font-size: 4.5rem;
  line-height: 4.5rem;
}
.content h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 20px;
}
.content h4 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 10px;
}
.content p {
  line-height: 1.55rem;
  font-weight: 200;
  margin-bottom: 20px;
}
.content ul, .content p ul {
  padding-left: 10px;
}
.content ul li, .content p ul li {
  line-height: 1.55rem;
  font-weight: 200;
  margin-bottom: 5px;
  padding-left: 10px;
}
.content ul li ::marker, .content p ul li ::marker {
  content: " ";
  display: block;
  font-size: 1.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #b100f8;
}
.content label, .content span {
  line-height: 1.55rem;
  font-weight: 200;
}
.content label.date, .content span.date {
  font-size: 3.75rem;
  line-height: 3rem;
  margin-top: 25px;
  font-family: "Meta Head IGM Pro Condensed Light", Helvetica, Arial, sans-serif;
}
.content label.date strong, .content span.date strong {
  font-family: "Meta Head IGM Pro Condensed Black", Helvetica, Arial, sans-serif;
}
.content label.boxed, .content span.boxed {
  display: inline;
  margin: 0 auto;
  background: #fff;
  color: #000;
  padding: 0px 10px;
}
.content .text-pull-center {
  text-align: center;
}
.content .text-pull-right {
  text-align: right;
}
.content blockquote {
  font-family: new-order, sans-serif;
  font-weight: 100;
  font-size: 5.5rem;
  line-height: 5rem;
  text-transform: uppercase;
  margin-left: -8px;
  margin-bottom: 40px;
}
.content a {
  color: #fff;
  text-decoration: underline;
}
.content a.button {
  display: inline-block;
  min-height: 38px;
  padding: 8px 25px 5px;
  color: #fff;
  background: #E3051B;
  margin: 0px 3px;
  text-transform: uppercase;
}
.content a.button.outline {
  background: none;
  border: 1px solid #E3051B;
  color: white;
}
.content .social-links {
  display: block;
  padding: 8px 0px 0px;
}
.content .social-links a.social-link-single {
  font-size: 24px;
  color: white;
  margin-right: 10px;
}
.content .social-links a.social-link-single:last-of-type {
  margin-right: 0px;
}
.content button {
  display: inline-block;
  min-height: 38px;
  padding: 8px 15px;
  color: black;
  background: white;
  border: none;
  outline: none;
  margin: 0px 3px;
}
.content button.outline {
  background: none;
  border: 1px solid white;
  color: white;
}
.content .forum-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 10px;
}
.content .forum-container .forum {
  border: 2px solid #fff;
  padding: 15px 15px 35px 15px;
  position: relative;
}
.content .forum-container .forum h4 {
  font-family: "Meta Head IGM Pro Condensed Black", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
.content .forum-container .forum label, .content .forum-container .forum p {
  display: block;
  margin-bottom: 10px;
}
.content .forum-container .forum a {
  position: absolute;
  bottom: 10px;
  right: 15px;
  display: inline-block;
  width: 100%;
  text-align: right;
  text-decoration: none;
}
.content .kandidat {
  display: block;
}
.content .kandidat img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  object-position: center;
  margin-bottom: 0px;
}
.content .kandidat p {
  padding: 15px;
  color: #3C3C3C;
  background: #fff;
}
.content .kandidat span {
  display: block;
  position: absolute;
  top: 175px;
  right: -10px;
  font-family: "Meta Head IGM Pro Condensed Black";
  background-color: #b100f8;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding-top: 12px;
  text-align: center;
}
.content .modal {
  display: none;
  position: fixed;
  align-items: center;
  z-index: 5000 !important;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.75);
}
.content .modal .modal-content {
  background-color: #fff;
  margin: auto auto;
  padding: 30px 30px 20px 30px;
  width: 100%;
  max-width: 800px;
  border-radius: 0px;
  position: relative;
}
.content .modal .modal-content h2, .content .modal .modal-content h3 {
  color: #E3051B;
  font-family: "Meta Head IGM Pro Condensed Black", Helvetica, Arial, sans-serif;
}
.content .modal .modal-content p, .content .modal .modal-content ul, .content .modal .modal-content label, .content .modal .modal-content span, .content .modal .modal-content ul, .content .modal .modal-content li, .content .modal .modal-content a {
  color: #3C3C3C;
  margin-bottom: 15px;
  padding: 0px;
}
.content .modal .modal-content ul {
  padding-left: 10px;
}
.content .modal .modal-content ul li {
  line-height: 1.55rem;
  font-weight: 200;
  margin-bottom: 5px;
  padding-left: 10px;
}
.content .modal .modal-content ul li ::marker {
  content: " ";
  display: block;
  font-size: 1.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #b100f8;
}
.content .modal .close {
  color: #fff !important;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 24px;
  cursor: pointer;
  background: rgb(136, 42, 48);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .modal .close i {
  color: #ffffff;
}
.content .modal .close:hover {
  color: #fff;
  background: #E3051B;
}

@media (max-width: 1320px) {
  .content label.date, .content span.date {
    font-size: 3.25rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 1170px) {
  .content label.date, .content span.date {
    font-size: 2.75rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 1170px) {
  .content label.date, .content span.date {
    font-size: 2.25rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 600px) {
  .content {
    padding-top: 120px !important;
    padding-bottom: 70px !important;
  }
  .content.container {
    max-width: calc(100% - 30px);
    padding-top: 50px !important;
    padding-bottom: 40px !important;
    margin: 0 auto;
  }
  .content.full-width {
    max-width: none;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .content.full-height {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 0px !important;
  }
  .content.full-height .flex-row {
    width: 100%;
    flex-direction: column;
  }
  .content.full-height .flex-row .col {
    display: flex;
    align-items: center;
  }
  .content.full-height .flex-row .col.padding-left--150 {
    padding-left: 0px;
  }
  .content.full-height .flex-row .col.padding-right--150 {
    padding-right: 0px;
  }
  .content.full-height .flex-row .col.lg-6 {
    width: 100%;
  }
  .content.full-height .flex-row .col:last-of-type {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content.full-height .flex-row .col img.img--brand-start {
    max-width: 200px !important;
    margin: 0 auto;
  }
  .content.padding {
    padding: 15px !important;
  }
  .content h1, .content h2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-bottom: 20px;
  }
  .content h1.big, .content h2.big {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  .content h3 {
    font-size: 1.35rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
  }
  .content h4 {
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: 10px;
  }
  .content .text-pull-center {
    text-align: center;
  }
  .content .text-pull-right {
    text-align: left !important;
  }
  .content label.date, .content span.date {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}
/* ---- CONTENT SLIDER ---- */
.content-slider button {
  margin: auto 0px !important;
  z-index: 50;
}
.content-slider .carousel-arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 0;
  bottom: 64px;
  margin-block: auto;
  height: fit-content;
  width: 48px;
  background: none !important;
  color: #E3051B;
  border: none;
  font-size: 3rem;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 100ms;
}
.content-slider .carousel-arrow:hover, .content-slider .carousel-arrow:focus {
  opacity: 1;
}
.content-slider .carousel-arrow.carousel-arrow--prev {
  left: 0px;
}
.content-slider .carousel-arrow.carousel-arrow--next {
  right: 0px;
}
.content-slider .carousel-container {
  width: 100%;
  padding-block: 16px 32px;
  overflow-x: auto;
  display: flex;
  width: 100%;
  gap: 25px;
  scroll-snap-type: x mandatory;
  flex-flow: row nowrap;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.content-slider .carousel-container.img--slider .carousel-slide {
  flex: 1 0 100%;
  aspect-ratio: 1.5;
}
.content-slider .carousel-container.img--slider .carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.content-slider .carousel-container.img--slider.flex--1 .carousel-slide {
  flex: 1 0 100%;
  aspect-ratio: 1;
}
.content-slider .carousel-container.img--slider.flex--1 .carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-slider .carousel-container.img--slider.flex--4 .carousel-slide {
  flex: 1 0 25%;
  aspect-ratio: 1;
}
.content-slider .carousel-container.img--slider.flex--4 .carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-slider.title {
  width: 100%;
  height: 100%;
}
.content-slider.title .carousel-container {
  width: 100%;
  height: 100%;
  padding-block: 0px;
  gap: 0px;
}
.content-slider.title .carousel-container.img--slider .carousel-slide {
  flex: 1 0 100%;
  width: 100%;
  height: 100%;
}
.content-slider.title .carousel-container.img--slider .carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-slider .carousel-container::-webkit-scrollbar {
  display: none !important;
  height: 14px;
  width: calc(100% - 48px);
}
.content-slider .carousel-container::-webkit-scrollbar-track {
  background: none !important;
}
.content-slider .carousel-container::-webkit-scrollbar-thumb {
  background: none !important;
}
.content-slider .carousel-container::-webkit-scrollbar-track-piece:start {
  background: none !important;
}
.content-slider .carousel-slide {
  flex: 1 0 90%;
  flex-flow: column nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  scroll-snap-align: center;
}
.content-slider .carousel-slide .flex-row.flex-bottom {
  height: 100%;
  min-height: 0px;
}
.content-slider .carousel-slide .flex-row.flex-bottom .col:first-of-type {
  height: 100% !important;
  align-self: flex-end !important;
}
.content-slider .carousel-slide .flex-row.flex-bottom .col:first-of-type img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.content-slider .carousel-slide .flex-row.flex-bottom .col:last-of-type {
  align-self: flex-end !important;
}
.content-slider .carousel-controls {
  display: block;
  width: 100%;
  text-align: center;
}
.content-slider .carousel-controls .carousel-controls--container {
  display: inline-block;
  margin: 0 auto;
}
.content-slider .carousel-controls a {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #E3051B !important;
  margin-right: 10px;
  opacity: 0.5;
}
.content-slider .carousel-controls a.active {
  opacity: 1;
}

@media (max-width: 800px) {
  .content-slider .carousel-slide {
    flex: 1 0 100%;
  }
  .content-slider .carousel-slide .flex-row {
    width: 80%;
    max-width: 500px;
  }
  .content-slider .carousel-slide .flex-row img {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .content-slider .carousel-container {
    width: 100%;
    padding-block: 16px 32px;
    overflow-x: auto;
    display: flex;
    width: 100%;
    gap: 25px;
    scroll-snap-type: x mandatory;
    flex-flow: row nowrap;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .content-slider .carousel-container.img--slider .carousel-slide {
    flex: 1 0 100%;
    aspect-ratio: 1.5;
  }
  .content-slider .carousel-container.img--slider .carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .content-slider .carousel-container.img--slider.flex--4 .carousel-slide {
    flex: 1 0 100%;
    aspect-ratio: 1;
  }
}
/* ---- FORM ---- */
form {
  max-width: 850px;
  margin: 0 auto;
}
form .flex-row {
  margin-bottom: 40px;
}
form .flex-row .col {
  margin-bottom: 15px;
  position: relative;
}
form .flex-row#colleagues-container .col.lg-12 {
  margin-top: 30px;
}
form input, form label, form select, form button {
  font-family: "Meta IGM Pro", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 140%;
}
form label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
form label.error {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  padding: 0px 5px;
  font-family: "Meta IGM Pro", Helvetica, Arial, sans-serif;
  background: rgb(136, 42, 48);
}
form input {
  display: block;
  width: 100%;
  padding: 10px 10px;
  background: #fff;
  color: #3C3C3C;
  outline: none !important;
  border: none !important;
}
form input.contactform_button {
  color: #3C3C3C;
  font-family: "Meta IGM Pro Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
form select {
  display: block;
  width: 100%;
  padding: 10px 10px;
  background: #fff;
  color: #3C3C3C;
  outline: none !important;
  border: none !important;
}

/* ---- CONTENT TABLE ---- */
.table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.table-wrapper table tr {
  margin-bottom: 5px;
}
.table-wrapper table tr:first-of-type {
  background: #E3051B;
}
.table-wrapper table tr th {
  padding: 15px;
  border: none;
  text-align: center;
  color: #ffffff;
}
.table-wrapper table tr th:first-child {
  text-align: left;
  position: sticky;
  left: 0;
  z-index: 1;
}
.table-wrapper table tr td {
  padding: 15px;
  border: none;
  text-align: center;
}
.table-wrapper table tr td:first-child {
  text-align: left;
  position: sticky;
  left: 0;
  background-color: rgb(136, 42, 48);
  z-index: 1;
  color: #ffffff;
}

@media (max-width: 600px) {
  table {
    width: auto;
  }
}
/* ---- DIV FIXES ---- */
.tolerance {
  height: 30vh;
}

/* ---- FOOTER ---- */
footer {
  width: 100%;
  padding: 0px;
  margin: 0px;
  z-index: 300;
  transition: all 1s ease;
}
footer .content {
  padding-top: 20px;
  padding-bottom: 10px;
}
footer .footer-inner {
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 30px;
  transition: all 1s ease;
  background: #646464;
}
footer .footer-inner p {
  font-size: 13px;
  color: #fff !important;
  display: block;
  width: 100%;
}
footer .footer-inner p:first-of-type {
  text-align: left;
}
footer .footer-inner p:nth-of-type(2) {
  text-align: center;
}
footer .footer-inner p:last-of-type {
  text-align: right;
}
footer .footer-inner p a {
  font-size: 13px;
  color: #fff !important;
}
footer .footer-inner p a:hover, footer .footer-inner p a:focus {
  text-decoration: underline;
}
footer .footer-inner p a:last-of-type {
  padding-right: 0px;
  border-right: none;
  margin-right: 0px;
}
footer .footer-inner p a i {
  font-size: 25px;
}

@media (max-width: 600px) {
  footer .footer-inner {
    display: flex;
    flex-direction: column;
  }
  footer .footer-inner p:first-of-type {
    text-align: center;
    margin-bottom: 15px;
  }
  footer .footer-inner p:nth-of-type(2) {
    text-align: center;
    margin-bottom: 15px;
  }
  footer .footer-inner p:last-of-type {
    text-align: center;
  }
}

/*# sourceMappingURL=oao-igm-spektrum-default.css.map */
