/* Font Definitions */
@font-face {
  font-family: "Guentner";
  src: 
    url("https://myguntner.com/fonts/Guentner/GuentnerSimplon-Light.woff") format("woff"),
    url("https://myguntner.com/fonts/Guentner/GuentnerSimplon-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Guentner";
  src: 
    url("https://myguntner.com/fonts/Guentner/GuentnerSimplon-Regular.woff") format("woff"),
    url("https://myguntner.com/fonts/Guentner/GuentnerSimplon-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Fira Code";
  src: url("https://myguntner.com/fonts/Fira-Code/FiraCode-Bold.woff") format("woff"),
  url("https://myguntner.com/fonts/Fira-Code/FiraCode-Bold.ttf");
  font-style: normal;
  font-weight: 700;
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Guentner", sans-serif;
}

a {
  text-decoration: none;
  color: rgb(60, 60, 59);
}

.gtn-text-1 {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.gtn-h3 {
  font-family: 'Guentner';
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 48px;
  text-transform: uppercase;
}

@media screen and (max-width: 640px) {
  .gtn-h3 {
    font-size: 32px;
    line-height: 38px;
  }
}

.gtn-text-3 {
  font-family: "Source Sans 3", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.gtn-text-4 {
  font-family: "Source Sans 3", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Header Block */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
}

@media all and (max-width: 780px) {
  .header {
    display: none;
  }
}

.header__logo {
  display: flex;
  align-items: center;
}

.header__logo img {
  max-width: 100%;
  height: auto;
}

.header__items {
  display: flex;
  align-items: center;
}

.header__item {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.0892857143em;
  color: rgb(60, 60, 59);
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 8px;
}

.header__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 20px;
}

.header__item a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  background-color: rgb(57, 237, 181);
  transition: all 0.3s ease-out;
  border-radius: 4px;
}

.header__item a:hover::after {
  width: 100%;
}

.header__languages-list a {
  position: static;
  padding: 0;
}

.header__languages-list a::after {
  display: none;
}

.header__item--language-switcher {
  position: relative;
  cursor: pointer;
}

.header__current-language {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 20px;
}

.header__language-icon {
  font-size: 12px;
}

.header__languages-list {
  display: none;
  position: absolute;
  right: 0;
  top: 114px;
  background-color: white;
  padding: 10px;
  z-index: 10;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2),
              0 4px 5px 0 rgba(0, 0, 0, 0.14),
              0 1px 10px 0 rgba(0, 0, 0, 0.12);
  min-width: 100%;
}

.header__languages-list--visible {
  display: block;
}

.header__language-item {
  padding: 14px 26px;
  min-height: 30px;
  padding-inline: 16px;
}

.header__language-item a {
  color: #000;
  min-width: 60px;
  width: 100%;
  display: block;
  font-size: 1rem;
  letter-spacing: .009375em;
  font-family: "Source Sans 3", serif;
}

.header-title .gtn-h3 {
  text-align: left;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 40px;
}

.header-title .gtn-h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  border-bottom: 2px solid rgb(57, 237, 181);
  width: 80px;
  z-index: 1;
  margin: 0 auto;
}

.header-title .gtn-h3--center::before {
  left: 50%;
  transform: translateX(-50%);
}

.gtn-table thead {
  background-color: #E9E9E9;
}
.gtn-table thead tr th {
  color: #2666E0;
  border-bottom: thin solid #E9E9E9;
}
.gtn-table tbody tr td {
  border-bottom: thin solid #E9E9E9!important;
  border-right: thin solid #E9E9E9;
}
.gtn-table tbody tr td:first-child {
  border-left: thin solid #E9E9E9;
}
.card-mobile {
  display: none;
}
.gtn-h3 {
  font-family: "Guentner";
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 48px;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px)  {
  .gtn-h3 {
    font-size: 32px;
    line-height: 38px;
  }
}
.gtn-h3__title {
  text-align: left;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 40px;
}
.pageNotFound .title-page {
  position: relative;
}
.pageNotFound .title-page::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  border-bottom: 2px solid rgb(57, 237, 181);
  width: 80px;
  z-index: 1;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%);
}
.gtn-text-2 {
  font-family: "Source Sans 3", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.pageNotFound a {
  background-color: #1E46BE !important;
  font-family: Guentner;
  height: 42px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  padding: 12px 25px;
}
.header-title .gtn-h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  border-bottom: 2px solid rgb(57, 237, 181);
}
.gtn-h3__title::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  border-bottom: 2px solid #39EDB5;
  width: 80px;
  z-index: 1;
  margin: 0 auto;
}
.border-banner {
  border: 1px solid #2666E0;
  font-family: "Source Sans 3", serif;
  color: #2666E0;
}

.header-title .gtn-h3--center::before {
  left: 50%;
  transform: translateX(-50%);
}

@media all and (min-width: 780px) {
  .mobile-header {
    display: none !important;
  }
  .mobile-menu {
    display: none !important;
  }
}

/* Mobile Header Block */
.mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-header__logo img {
  height: 20px;
}

.mobile-header__menu {
  height: 114px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-header__item a {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.0892857143em;
  color: rgb(60, 60, 59);
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 16px;
  position: relative;
}

.mobile-header__item a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  background-color: rgb(57, 237, 181);
  transition: all 0.3s ease-out;
  border-radius: 4px;
}

.mobile-header__item a:hover::after {
  width: 100%;
}

.mobile-header__burger {
  background-color: #f5f8f8;
  cursor: pointer;
  padding: 20px 15px;
  width: 60px;
  height: 60px;
}

.mobile-header__lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mobile-header__line {
  background-color: rgb(38,102,224);
  height: 2px;
  width: 30px;
  transition: all .5s cubic-bezier(.77,.2,.05,1);
}

.mobile-header__burger--open .mobile-header__line:first-child {
  width: 0;
}

.mobile-header__burger--open .mobile-header__line:nth-child(2) {
  transform: rotate(-45deg) translate(2px,0px);
}

.mobile-header__burger--open .mobile-header__line:last-child {
  transform: rotate(45deg) translate(-6px,-10px);
}

/* Mobile Menu Block */
.mobile-menu {
  display: block;
  position: fixed;
  top: 114px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(244, 244, 244);
  z-index: 2;
  padding: 0px 20px 20px;
  overflow: hidden;
  left: 100%;
  transition: all .5s cubic-bezier(.77,.2,.05,1);
}

.mobile-menu--open {
  left: 0;
}

.mobile-menu__item {
  padding: 16px;
}

.mobile-menu__item a {
  text-transform: uppercase;
}

.mobile-menu__language-switcher .mobile-menu__current-language {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  cursor: pointer;
}
.mobile-menu__language-switcher .mobile-menu__languages-list{
  height: 0;
  overflow: hidden;
  transition: all .3s ease-out;
}
.mobile-menu__language-switcher.mobile-menu__language-switcher--open .mobile-menu__languages-list {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  height: auto;
}
.mobile-menu__language-switcher .mobile-menu__language-icon {
  transition: all .3s ease-out;
}
.mobile-menu__language-switcher.mobile-menu__language-switcher--open .mobile-menu__language-icon {
  transform: rotate(180deg);
}
.mobile-menu__language-switcher .mobile-menu__language-item {
  padding: 14px 26px;
}

.mobile-menu__language-switcher hr {
  opacity: 0.12;
}


/* Button Block */
.guentner-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  font-family: 'Guentner';
  height: 42px;
  color: #fff !important;
  background-color: #008FF4 !important;
}

.guentner-button:hover {
  background-color: #2666E0 !important;
}

.guentner-button:disabled {
  opacity: 0.3;
}

.guentner-button:active {
  background-color: #1e55bb !important;
  opacity: 1;
}

.guentner-button:focus-visible {
  background-color: #1e55bb !important;
  opacity: 1;
}

.guentner-button--active {
  background-color: #1e55bb !important;
  opacity: 1;
}
#sparePartParentShow {
  display: block;
}
#sparePartParentHide {
  display: none;
}

@media only screen and (max-width: 600px)  {
  .gtn-table {
    display: none;
  }
  .bg-off-white {
    background-color: #F4F4F4;
  }
  .card-mobile {
    display: block;
  }
  .v-card .v-card-text {
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Sans 3", serif;
  }
}

.divider {
  opacity: 0.12;
  transition: inherit;
  border-style: solid;
  border-width: thin 0 0 0;
  color: #A8A8A7;
}
