/* ==================
  Colors
================= */
/* ==================
  Max content widths
================= */
.pt_ersatzteile_card {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
  align-content: stretch;
}
.pt_ersatzteile_card .pt_ersatzteile_image_slider {
  width: 100%;
}
.pt_ersatzteile_card .pt_ersatzteile_image_slider .swiper-slide {
  position: relative;
  height: 35rem;
}
.pt_ersatzteile_card .pt_ersatzteile_image_slider .swiper-slide a,
.pt_ersatzteile_card .pt_ersatzteile_image_slider .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  padding: 3rem;
}
.pt_ersatzteile_card .pt_ersatzteile_image_slider .swiper-button-next::after,
.pt_ersatzteile_card .pt_ersatzteile_image_slider .swiper-button-prev::after {
  font-size: 3rem;
}
.pt_ersatzteile_card .pt_ersatzteile_image_slider .swiper-button-next {
  right: 0;
}
.pt_ersatzteile_card .pt_ersatzteile_image_slider .swiper-button-prev {
  left: 0;
}
.pt_ersatzteile_card .pt_ersatzteile_image_slider .swiper-pagination {
  bottom: 0;
}
.pt_ersatzteile_card .pt_ersatzteile_image_slider .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
}
.pt_ersatzteile_card .pt_info {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 2rem;
}
.pt_ersatzteile_card .pt_info .pt_col1,
.pt_ersatzteile_card .pt_info .pt_col2 {
  display: flex !important;
  flex-direction: column;
  gap: 3rem;
}
.pt_ersatzteile_card .pt_info .pt_head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 2rem;
}
.pt_ersatzteile_card .pt_info .pt_head * {
  margin: 0;
}
.pt_ersatzteile_card .pt_info .pt_weitere_informationen {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pt_ersatzteile_card .pt_info .pt_weitere_informationen table {
  margin-bottom: 0;
}
.pt_ersatzteile_card .pt_info .pt_weitere_informationen table td {
  padding: 0;
  padding-bottom: 2rem;
  border-bottom: none;
}
.pt_ersatzteile_card .pt_info .pt_availability_box {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.pt_ersatzteile_card .pt_info .pt_availability_box .pt_dot {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
}
.pt_ersatzteile_card .pt_info .pt_availability_box .pt_dot.available {
  background: #28a745;
}
.pt_ersatzteile_card .pt_info .pt_availability_box .pt_dot.unavailable {
  background: #dc3545;
}
.pt_ersatzteile_card .pt_info .pt_availability_box .pt_text {
  margin: 0;
}
.pt_ersatzteile_card .pt_info .pt_button {
  background-color: #157ae3;
  padding: 1rem 2rem;
  color: white;
  text-align: center;
}

.pt_part_categories {
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 1025px) {
  .pt_part_categories {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_part_categories {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .pt_part_categories {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pt_part_categories .pt_category {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 1025px) {
  .pt_part_categories .pt_category {
    min-height: 20rem;
  }
}
@media screen and (max-width: 1024px) {
  .pt_part_categories .pt_category {
    min-height: 18rem;
  }
}
.pt_part_categories .pt_category .pt_img {
  width: 50% !important;
}
.pt_part_categories .pt_category .pt_name {
  font-size: 1.8rem;
  text-align: center;
  margin: 0;
}

#pt_loader {
  width: 48px;
  height: 48px;
  border: 5px solid #157ae3;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin: 0 auto;
  display: block;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pt_search_form {
  display: flex;
  gap: 1rem;
  margin-bottom: 5rem;
}
.pt_search_form input[type=text] {
  border-radius: 0;
  height: 5.6rem;
}
.pt_search_form input[type=submit] {
  background-color: #157ae3;
  padding: 1rem 2rem;
  color: white;
  text-align: center;
  line-height: 1.7;
  text-transform: capitalize;
  font-weight: normal;
  min-width: 19.2rem;
}

.pt_small_h1,
.pt_small_h1 h1 {
  color: white;
  text-align: center;
  font-size: clamp(2rem, 5vw + 1rem, 4rem);
}

/* ==================
  Colors
================= */
/* ==================
  Max content widths
================= */
.pt_vehical_slider_thumbs .swiper-slide {
  cursor: pointer;
}

.pt_details {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.pt_details .pt_name h1 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.pt_details ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.pt_details ul li {
  line-height: 1.2;
}
.pt_details .pt_col:nth-child(2) ul li {
  text-align: right;
}

.pt_vehical_container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.pt_vehical_container .pt_vehical_item {
  display: grid;
  gap: 2rem;
}
.pt_vehical_container .pt_vehical_item * {
  color: black;
}
@media screen and (min-width: 1025px) {
  .pt_vehical_container .pt_vehical_item {
    grid-template-columns: 3fr 2fr 5fr 4fr;
  }
}
.pt_vehical_container .pt_vehical_item .pt_img_container .pt_img {
  min-height: 20rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.pt_vehical_container .pt_vehical_item .pt_name h3 {
  font-size: 2rem;
}
.pt_vehical_container .pt_vehical_item .pt_general_details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.pt_vehical_container .pt_vehical_item .pt_general_details ul,
.pt_vehical_container .pt_vehical_item .pt_price_details ul {
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.pt_vehical_container .pt_vehical_item .pt_general_details ul li,
.pt_vehical_container .pt_vehical_item .pt_price_details ul li {
  line-height: 1;
}

.pt_price_details {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
}
.pt_price_details li {
  line-height: 1;
  text-align: right;
}
.pt_price_details li.pt_gross {
  font-size: 3rem;
  font-weight: bold;
}
.pt_price_details li.pt_nett {
  font-weight: bold;
}
.pt_price_details li.pt_tax {
  font-style: italic;
  font-weight: bold;
}

/* ==================
  Colors
================= */
/* ==================
  Max content widths
================= */
a:focus {
  outline: none !important;
}

#outer-wrap {
  overflow: hidden !important;
}

@media screen and (min-width: 2500px) and (max-width: 10000px) {
  body {
    max-width: 2500px !important;
    margin: 0 auto !important;
  }
}

#scroll-top {
  z-index: 90 !important;
}

.glightbox-container .gbtn {
  padding: 0 !important;
}

@media screen and (min-width: 1025px) {
  .pt_st {
    padding-top: 25rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_st {
    padding-top: 15rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_st {
    padding-top: 8rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt_st_s {
    padding-top: calc(25rem / 2) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_st_s {
    padding-top: calc(15rem / 2) !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_st_s {
    padding-top: calc(8rem / 2) !important;
  }
}

@media screen and (min-width: 1025px) {
  .pt_sb {
    padding-bottom: 25rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_sb {
    padding-bottom: 15rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_sb {
    padding-bottom: 8rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt_sb_s {
    padding-bottom: calc(25rem / 2) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_sb_s {
    padding-bottom: calc(15rem / 2) !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_sb_s {
    padding-bottom: calc(8rem / 2) !important;
  }
}

@media screen and (min-width: 1025px) {
  .pt_sy {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_sy {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_sy {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt_sy_s {
    padding-top: calc(25rem / 2) !important;
    padding-bottom: calc(25rem / 2) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_sy_s {
    padding-top: calc(15rem / 2) !important;
    padding-bottom: calc(15rem / 2) !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_sy_s {
    padding-top: calc(8rem / 2) !important;
    padding-bottom: calc(8rem / 2) !important;
  }
}

.pt_br {
  overflow: hidden !important;
  border-radius: 20px !important;
}

.pt_br_only {
  border-radius: 20px !important;
}

.pt_relative {
  position: relative !important;
}

.pt_uppercase,
.pt_uppercase * {
  text-transform: uppercase !important;
}

.pt_no_margin,
.pt_no_margin * {
  margin: 0 !important;
}

.pt_inner_relative .e-con-inner {
  position: relative !important;
}

.pt_no_pointer {
  pointer-events: none !important;
}

.pt_oh {
  overflow: hidden !important;
}

@media screen and (min-width: 1025px) {
  .pt_block.pt_desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_block.pt_tablet {
    display: block;
  }
}

.pt_underline {
  text-decoration: underline !important;
}

.pt_extra_bold * {
  font-weight: 800 !important;
}

@media screen and (max-width: 767px) {
  .pt_static.pt_mobile {
    display: block !important;
    position: static !important;
  }
}

.pt_gap {
  gap: 3rem !important;
}

@media screen and (min-width: 1025px) {
  .pt_align_left {
    padding-left: calc((100vw - 120rem) / 2) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_align_left {
    padding-left: 5vw !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_align_left {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
  }
}

@media screen and (min-width: 1025px) {
  .pt_align_right {
    padding-right: calc((100vw - 120rem) / 2) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_align_right {
    padding-right: 5vw !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_align_right {
    padding-right: 5vw !important;
  }
}

.pt_brush {
  position: relative !important;
}
.pt_brush::before, .pt_brush::after {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  width: 100% !important;
  left: 0;
  z-index: 1;
  background-size: 100% !important;
}
.pt_brush::before {
  background-position: bottom center;
  height: 10vh !important;
  top: -10vh !important;
}
.pt_brush::after {
  background-position: top center;
  height: 8vh !important;
  bottom: -7vh !important;
}
.pt_brush.pt_white::before {
  background-image: url("/wp-content/uploads/2025/04/white-top-v3.svg");
}
.pt_brush.pt_white::after {
  background-image: url("/wp-content/uploads/2025/04/bottom-white.svg");
}
.pt_brush.pt_black::before {
  background-image: url("/wp-content/uploads/2025/04/black-top.svg");
}
.pt_brush.pt_black::after {
  background-image: url("/wp-content/uploads/2025/04/black-bottom.svg");
}
.pt_brush.pt_blue::before {
  background-image: url("/wp-content/uploads/2025/04/blue-top-2.svg");
}
.pt_brush.pt_blue::after {
  background-image: url("/wp-content/uploads/2025/04/blue-bottom-2.svg");
}
.pt_brush .e-con-inner {
  position: static !important;
}
.pt_brush .e-con-inner::before {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  top: -7vh;
  bottom: -7vh;
  left: 0;
  right: 0;
  background-size: cover;
  z-index: 2;
}

.pt_small_text p,
.pt_small_text ul li {
  font-size: 1.4rem !important;
}

.logged-in.admin-bar .pt_header {
  top: 32px !important;
}

#site-header {
  border: none !important;
}

.pt_menu_toggle {
  width: 5rem;
  height: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.pt_menu_toggle .pt_line {
  transition: all 0.5s ease !important;
  height: 0.4rem;
  width: 100%;
  transform-origin: left 50%;
  background-color: white;
}
.pt_menu_toggle.pt_active .pt_line.pt_middle {
  opacity: 0;
}
.pt_menu_toggle.pt_active .pt_line.pt_top {
  transform: rotate(23deg);
}
.pt_menu_toggle.pt_active .pt_line.pt_bottom {
  transform: rotate(-23deg);
}

.pt_menu {
  transition: all 0.5s ease !important;
  position: fixed;
  left: calc(100% + 10rem);
  top: 0;
}
.pt_menu.pt_active {
  left: 0;
}
.pt_menu .pt_menu_container {
  position: relative;
}
.pt_menu .pt_menu_container::before {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  width: 10rem;
  top: 0;
  bottom: 0;
  left: -8rem;
  background-image: url("/wp-content/uploads/2025/06/border.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}

.pt_angle_button_container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .pt_angle_button_container {
    width: max-content !important;
  }
  .pt_angle_button_container::before, .pt_angle_button_container::after {
    content: "" !important;
    position: absolute !important;
    background-repeat: no-repeat !important;
    clip-path: polygon(2rem 0, 100% 0, calc(100% - 2rem) 100%, 0 100%);
    width: 100vw !important;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.2) !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_angle_button_container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    row-gap: 1rem !important;
    width: 100%;
  }
}
.pt_angle_button_container::before {
  left: unset !important;
  right: 100% !important;
}
.pt_angle_button_container::after {
  left: 100%;
}
.pt_angle_button_container .pt_angle_button {
  clip-path: polygon(2rem 0, 100% 0, calc(100% - 2rem) 100%, 0 100%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_angle_button_container .pt_angle_button .elementor-button {
    padding: 1rem 2.5rem 1rem 2.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_angle_button_container .pt_angle_button .elementor-button {
    padding: 1rem 2.5rem 1rem 2.5rem !important;
    width: 100% !important;
  }
}
.pt_angle_button_container .pt_angle_button .elementor-button-content-wrapper {
  align-items: center !important;
}
@media screen and (min-width: 1025px) {
  .pt_angle_button_container .pt_angle_button .elementor-button-content-wrapper {
    gap: 2rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_angle_button_container .pt_angle_button .elementor-button-content-wrapper {
    flex-direction: column !important;
    gap: 1rem !important;
  }
}
.pt_angle_button_container .pt_angle_button .elementor-button-content-wrapper .elementor-button-text {
  line-height: 1 !important;
}
.pt_angle_button_container .pt_angle_button .elementor-button-content-wrapper .elementor-button-icon svg {
  width: 3rem !important;
  height: 3rem !important;
}

.pt_custom_button .elementor-button {
  clip-path: polygon(0 0, calc(100% - 2rem) 0, 100% 50%, 100% 100%, 0 100%);
}

.pt_left_no_padding .elementor-button {
  padding-left: 0 !important;
}
.pt_left_no_padding .elementor-button .elementor-button-content-wrapper {
  justify-content: flex-end !important;
}
.pt_left_no_padding .elementor-button .elementor-button-content-wrapper span.elementor-button-text {
  line-height: 0 !important;
}

@media screen and (max-width: 767px) {
  .pt_footer_menu .elementor-nav-menu {
    justify-content: center !important;
  }
}
.pt_footer_menu .elementor-nav-menu li + li a::before, .pt_footer_menu .elementor-nav-menu li + li a::after {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  width: 1px !important;
  background: white !important;
  z-index: 10 !important;
  opacity: 1 !important;
  transform-origin: center center;
  transform: rotate(10deg);
}
@media screen and (min-width: 1025px) {
  .pt_footer_menu .elementor-nav-menu li + li a::before, .pt_footer_menu .elementor-nav-menu li + li a::after {
    height: 3rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_footer_menu .elementor-nav-menu li + li a::before, .pt_footer_menu .elementor-nav-menu li + li a::after {
    height: 3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_footer_menu .elementor-nav-menu li + li a::before, .pt_footer_menu .elementor-nav-menu li + li a::after {
    height: 2rem !important;
  }
}
.pt_footer_menu .elementor-nav-menu li + li a::before {
  left: 0 !important;
}
.pt_footer_menu .elementor-nav-menu li + li a::after {
  left: 4px !important;
}

.pt_kotakt_word {
  position: absolute !important;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .pt_kotakt_word {
    top: -15rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_kotakt_word {
    top: -12rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_kotakt_word {
    top: -10rem !important;
  }
}

@media screen and (max-width: 1024px) {
  .pt_hero,
  .pt_hero .e-con-inner {
    min-height: 35vh !important;
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
  }
}

.pt_testimonail_slider .swiper-slide {
  clip-path: polygon(0% 0%, calc(100% - 5rem) 0%, 100% 5rem, 100% 100%, 0 100%);
}
.pt_testimonail_slider .swiper-slide > .e-con {
  position: relative !important;
}
.pt_testimonail_slider .swiper-slide > .e-con::before, .pt_testimonail_slider .swiper-slide > .e-con::after {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  left: 0;
  right: 0;
  z-index: 0;
}
.pt_testimonail_slider .swiper-slide > .e-con::before {
  top: 0;
  height: 90% !important;
  background-color: #0a55a3 !important;
}
.pt_testimonail_slider .swiper-slide > .e-con::after {
  bottom: 0 !important;
  height: 10% !important;
  background-image: url("/wp-content/uploads/2025/04/blue-bottom.svg");
  background-size: cover !important;
}
.pt_testimonail_slider .elementor-swiper-button {
  position: absolute !important;
  bottom: -10rem !important;
  top: unset !important;
  background-color: #157ae3 !important;
}
.pt_testimonail_slider .elementor-swiper-button.elementor-swiper-button-next {
  clip-path: polygon(0% 0%, calc(100% - 2rem) 0%, 100% 2rem, 100% 100%, 0 100%);
}
.pt_testimonail_slider .elementor-swiper-button.elementor-swiper-button-prev {
  left: unset !important;
  right: 7rem !important;
  clip-path: polygon(2rem 0%, 100% 0%, 100% 100%, 0 100%, 0 2rem);
}
.pt_testimonail_slider .elementor-swiper-button.elementor-swiper-button-prev svg {
  transform: rotate(-180deg) !important;
}

/*# sourceMappingURL=https://nutzfahrzeuge-gierlinger.de/wp-content/uploads/scss-compiler/compiled-scss.css.map */