/* jost-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/jost-v18-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/jost-v18-latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/jost-v18-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/jost-v18-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/jost-v18-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/jost-v18-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/jost-v18-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/jost-v18-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
  background-color: #121212 !important;
}

body {
  font-family: "Jost", sans-serif;
  background-color: #121212 !important;
  color: #ffffff;
}

.bg {
  background-image: url(../img/bg-waves.png);
  background-size: cover;
  opacity: 0.04 !important;
  width: 100%;
  height: 130vh;
  position: fixed;
  top: -50vh;
  z-index: 0;
}

.bg-dark {
  background-color: #212121 !important;
}

.bg-contact {
  background-image: url(../img/bg-1.jpg);
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.2);
}

.text-gray {
  color: #9c9c9c !important;
}

ion-icon {
  position: relative;
  top: 3px;
  color: white;
}

.btn {
  transition: all ease 0.2s;
}

.no-list {
  list-style-type: none;
  padding-inline-start: 0px;
}

a {
  color: #E30413;
}
a:hover {
  color: #a1040e;
}

.btn-primary {
  background-color: #E30413;
  border-color: #E30413;
  padding: 10px 15px;
  font-weight: bold;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #a1040e !important;
  border-color: #E30413 !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 49, 63, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(255, 49, 63, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(255, 49, 63, 0.5);
}

.btn-outline-primary {
  color: white;
  border-color: #666;
  background-color: #212121;
  padding: 10px 15px;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  background-color: #666 !important;
  border-color: #666 !important;
  color: white !important;
}

.p-g50 {
  padding: 50px 25px;
}

.p-g100 {
  padding: 100px 25px;
}

.pt-200 {
  padding-top: 160px;
}
@media (max-width: 768px) {
  .pt-200 {
    padding-top: 100px;
  }
}

h1 {
  font-size: 55px;
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
}
h1 span {
  font-size: 18px !important;
  color: #E30413;
  font-weight: normal;
  font-style: normal;
}

.hero h2 {
  font-size: 26px;
  color: #666;
  font-weight: 200;
  line-height: 30px;
}
@media (max-width: 768px) {
  .hero h2 {
    font-size: 20px;
  }
}

h2 {
  font-size: 34px;
  color: white;
  font-weight: bold;
}

h3 {
  font-size: 26px;
  font-weight: 200;
  color: #666;
}

.navbar {
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .navbar {
    margin-top: 0px;
    padding: 0;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(25, 25, 25, 0.5);
  }
}
.navbar .navbar-toggler {
  line-height: 1.2;
}
.navbar .container {
  padding: 25px 35px;
  border-radius: 15px;
  border: 1px solid #242424;
  transition: all ease 0.2s;
}
@media (max-width: 768px) {
  .navbar .container {
    padding: 15px 20px;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #242424;
  }
}
.navbar .logo {
  height: 40px;
}
@media (max-width: 768px) {
  .navbar .logo {
    height: 30px;
  }
}
.navbar .nav-item {
  margin-right: 5px;
}
@media (max-width: 768px) {
  .navbar .nav-item {
    margin-right: 0px;
  }
}
.navbar .nav-link {
  padding: 15px !important;
  border-radius: 10px;
}
.navbar .nav-link:hover {
  background-color: #212121;
}
.navbar .btn-primary {
  font-size: 22px;
}
.navbar .active {
  background-color: #212121;
  border-radius: 10px;
}

.strong {
  font-weight: bold;
}

.form-control {
  color: #121212;
}

.form-floating > label {
  color: #666;
}

.form-check-input:checked {
  background-color: #E30413;
  border-color: #a1040e;
  box-shadow: none;
}

.form-check-input:focus {
  border-color: #a1040e;
  box-shadow: none;
}

#kontaktModal .modal-content .h2 {
  padding-top: 70px;
}
@media (max-width: 768px) {
  #kontaktModal .modal-content .h2 {
    padding-top: 0px;
  }
}
#kontaktModal img {
  position: absolute;
  top: -70px;
  width: 250px;
  left: 22%;
}
@media (max-width: 768px) {
  #kontaktModal img {
    display: none;
  }
}

.scrolled {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(25, 25, 25, 0.5);
  color: white;
}

.icon-card {
  padding: 20px 30px;
  cursor: pointer !important;
  display: block;
  border: 1px solid #212121;
  transition: all ease 0.2s;
}
.icon-card .static {
  position: absolute;
  background-color: #212121;
}
.icon-card:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.icon-card:hover .static {
  opacity: 0;
}
.icon-card p {
  font-size: 22px;
  margin-top: 20px;
}

.table > :not(caption) > * > * {
  padding: 1rem 1rem;
}

tbody {
  border-radius: 5px;
}

.categorie {
  border: 1px solid #E30413;
  color: #E30413;
  background-color: rgba(255, 49, 63, 0.1);
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
}

.accordion-button {
  background-color: #212121 !important;
  color: white;
  border-color: #212121;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.accordion-button:not(.collapsed) {
  color: #E30413;
}

.zitat {
  font-weight: 200;
  font-style: italic;
  padding-top: 70px;
}
@media (max-width: 768px) {
  .zitat {
    padding-top: 0px;
  }
}
.zitat span {
  font-weight: bold !important;
  color: #E30413;
  font-size: 54px;
}
@media (max-width: 768px) {
  .zitat span {
    font-size: 30px;
  }
}

.hero img, .rounded {
  border-radius: 8px;
}

.carousel {
  transition: all ease 0.2 !important;
}
.carousel .carousel-inner {
  max-height: 150px;
}

.accordion-item {
  border-color: #212121;
  margin-bottom: 1px;
}
.accordion-item .accordion-body {
  color: #9c9c9c;
  padding-top: 25px;
  padding-bottom: 25px;
}
.accordion-item .accordion-button:not(.collapsed) {
  background-color: #292929 !important;
}
.accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-item .accordion-button:focus {
  box-shadow: none;
}
.accordion-item .accordion-button:hover {
  background-color: #292929 !important;
}
.accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: $darkgray;
  --bs-table-border-color: #212121;
  --bs-table-striped-bg: #272727;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

tbody td {
  color: #9c9c9c !important;
}

@media (max-width: 768px) {
  #technik table {
    font-size: 13px;
  }
}

footer hr {
  border-color: white;
}

footer p {
  font-size: 14px;
  color: white;
}

footer a {
  font-weight: 400;
  font-size: 30px;
  color: white;
  opacity: 0.7;
  text-decoration: none;
}

footer a:hover {
  opacity: 1;
}

footer .pill-link {
  font-weight: normal !important;
  font-size: 18px;
  color: white;
  opacity: 0.7;
  text-decoration: none;
}

footer .pill-link span {
  font-weight: normal !important;
}

footer ul {
  list-style-type: none;
  padding-inline-start: 0px;
}

footer ul li a {
  font-weight: 400;
  font-size: 14px;
  color: white;
  opacity: 0.7;
  text-decoration: none;
}

footer ul li a:hover {
  opacity: 1;
}

footer .h5 {
  font-size: 16px;
  font-weight: 600;
  color: white;
}

html#ecwid_html body#ecwid_body .ec-minicart--xs .ec-minicart__counter::after, html#ecwid_html body#ecwid_body .ec-minicart--s .ec-minicart__counter::after, html#ecwid_html body#ecwid_body .ec-minicart--m .ec-minicart__counter::after, html#ecwid_html body#ecwid_body .ec-minicart--l .ec-minicart__counter::after, html#ecwid_html body#ecwid_body .ec-minicart--xl .ec-minicart__counter::after, html#ecwid_html body#ecwid_body .ec-minicart--xxl .ec-minicart__counter::after {
  background-color: #e30413 !important;
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-link, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-link:visited {
  color: #e30413 !important;
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-link, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-link:visited {
  color: #e30413 !important;
}

html#ecwid_html body#ecwid_body .ecwid a, html#ecwid_html body#ecwid_body .ecwid a:visited, html#ecwid_html body#ecwid_body .ecwid a:hover, html#ecwid_html body#ecwid_body .ecwid a:active {
  color: #e30413 !important;
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .grid-product__title-inner {
  color: #e30413 !important;
}