@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

body {
  margin: 0;
  font-family: "Instrument Sans", sans-serif;
  color: #2B2A2B;
  /* overflow: hidden; */
}

img {
  max-width: 100%;
}

.container {
  margin: 0 auto;
  padding: 0 135px;
  max-width: 1440px;
}

a {
  color: #2B2A2B;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

.header_section {
  position: fixed;
  padding: 24px 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: background-color 0.5s ease;
}

.header_section.scrolled {
  background-color: #FFF;
}

.header_section .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 180px;
  height: 45.95px;
}

.header_logo {}

.header_nav {}




.header_list {
  list-style: none;
  display: flex;
  gap: 25px;
  font-size: 16.8px;
}

.header_list a {
  font-size: 16.8px;
  font-weight: 500;
  color: #2B2A2B;
    text-decoration: none;
}

/* DRUPAL NAVIGATION DYNAMIC */
.header_nav_wrapper nav ul{
    display: flex;
    flex-direction: row;
}
.header_nav_wrapper nav ul li a{
    font-size: 16.8px!important;
    font-weight: 500;
    color: #2B2A2B;
    text-decoration: none;
    padding: 5px 10px!important;
}
/* DRUPAL NAVIGATION DYNAMIC */



.contact_links {
  display: flex;
  gap: 30px;
  align-items: center;
}

.telegram_links {
  display: flex;
  gap: 10px;
  width: 90px;
  height: 17px;
}

.telegram_btn {
  font-size: 14px;
  font-weight: 600;
  color: #52A8CA;
  opacity: 0.9;
}

.telegram_logo {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.phone_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1.2px solid #2695CA;
  border-radius: 8px;
  padding: 6px 24px;
  transition: opacity 0.1s;
}

.phone_btn:hover {
  opacity: 0.9;
}

.kontakt_text {
  margin: 0;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 600;
  color: #2695CA;
}

.phone_number {
  margin: -2px 0 0;
  font-size: 11.2px;
  color: #2695CA;
  opacity: 0.7;
}


/* Welcome Section */

.welcome_section {
  padding: 205px 0 80px;
}

.container {}

.container--text {}

.welcome_text {
  text-align: center;
}

h1.welcome_title {
  margin: 0px 0px 35px 0px;
  font-size: 64px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000;
  text-align: center;
}

.welcome_title span {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  z-index: 1;
}

.welcome_title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: url("/themes/custom/base/images/assets/icons/line.PNG") no-repeat scroll 100% 100% / contain;
  z-index: -1;
}

.welcome_subtitle {
  margin: 0px 0px 12px 0px;
  font-size: 20px;
  color: #000;
}

.welcome_description {
  margin: 0px 0px 65px 0px;
  line-height: 1.5;
  font-size: 20px;
  color: #000;
}

.welcome_description span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.5px;
  z-index: 1;
  font-weight: bold;
}

.welcome_description span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: url("/themes/custom/base/images/assets/icons/line_2.PNG") no-repeat scroll 100% 100% / contain;
  z-index: -1;
}

.carousel-container--welcome_section {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
}

.carousel-track--welcome_section {
  display: flex;
  gap: 16px;
  width: max-content;
}

.carousel-item--welcome_section {
  overflow: hidden;
  border-radius: 10px;
  flex: 0 0 auto;
  width: 250px;
  height: 100%;
}

.carousel-item--welcome_section img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}


@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(var(--base-shift));
  }
}

.carousel-container--welcome_section::before,
.carousel-container--welcome_section::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200px;
  z-index: 10;
}

.carousel-container--welcome_section::before {
  left: 0;
  background: linear-gradient(to right,
      #fff 0%,
      rgba(255, 255, 255, 0) 100%);
}

.carousel-container--welcome_section::after {
  right: 0;
  background: linear-gradient(to left,
      #fff 0%,
      rgba(255, 255, 255, 0) 100%);
}


/* .feedback {

} */

.container--kontakt_btn {
  text-align: center;
}


.phone_links {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 14px 62px;
  gap: 12px;
  border-radius: 5px;
  background-color: #2b2a2b;
  cursor: pointer;
  /* transition: background-color 0.2s ease; */
  transition: opacity 0.3s;
}

.phone_links:hover {
  opacity: 0.9;
}

.phone_icon {
  height: 20px;
  width: 20px;
}

.phone_text {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
  line-height: 1;
}

.proven-link {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.proven-badge {
  display: flex;
  align-items: center;
  gap: 8px;
}

.avatars {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.avatar {
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 49px;
  height: 49px;
  flex-shrink: 0;
}

.avatar+.avatar {
  margin-left: -26px;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rating {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 49px;
}

.stars {
  display: flex;
  padding-left: 3px;
  padding-bottom: 0;
  gap: 10px;
}

.star {
  width: 19px;
  height: 19px;
  display: block;
}

.score {
  font-size: 14px;
  font-weight: bold;
  color: #959595;
}

.mobile_menu_button{

}


@media(max-width:1199px){
  .container{
    padding:0 20px;
  }
  .header_nav_wrapper,
  .contact_links{
    display: none;
  }
  /* JS nessesary */ 
  .header_nav_wrapper.open,
  .contact_links.open{
    display: flex;
  }

  h1{
    letter-spacing: normal;
    line-height: 90%;
    font-weight: 500!important;
  }
  .welcome_section{
    padding-top: 150px;
  }

  
}

/* Iphone & Android small */
@media(max-width:786px){
    h1{
      font-size: 45px;
    }
}





@media(min-width:1200px){
  .mobile_menu_button{
    display: none;
  }
}