.kontakt-container {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}

.kontakt-container > .kontakt-card {
  flex-shrink: 0;
  width: 300px;
  background-color: #f8f8f8; /* background color added */
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.kontakt-location, .kontakt-phone {
  display: flex;
  align-items: center;
}

.kontakt-icon {
  width: 15px !important;
  margin-right: 5px;
}

.kontakt-form {
  width: 100%;
  margin-top: 10px;
}

.kontakt-input {
  width: 100%;
  padding: 20px 0;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  outline: none;
}

.kontakt-textarea {
  width: 100%;
  height: 100px;
  padding: 20px 20px;
  border: 1px solid #ccc;
  font-size: 15px;
  resize: none;
  outline: none;
}

.kontakt-checkbox {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.kontakt-checkbox-input {
  margin-right: 8px;
  width: 16px;
  height: 15px;
}

h3.kontakt-heading {
margin-top:50px;

}
.kontakt-container::-webkit-scrollbar {
  height: 12px;
}

.kontakt-container::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 5px;
}

.kontakt-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.kontakt-card  p {
  margin-top: 10px;
}


.mapcontact {
    position: relative; 
    overflow: hidden;
    margin-top: 40px;
}

.mapcontact iframe {
    border: 4px solid black;
 
    width: 100%;
    height: 450px;
}




h3.top50 {
  margin-top: 30px;
}

.borderalt {
  border: 0.5px solid gray;
  margin: 50px 0px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}


.news-detail{
    padding: 2rem 3rem 2rem;
}


h1.newsh1 {
      color: #000;
    font-size: 0.38rem;
    font-weight: normal;
}

p.newsp {
  margin-top: 30px;
}

.models {
  display: flex;
  margin-top: 20px;
}

.model {
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s ease;
  padding: 10px;
  border-radius: 8px;
}

/* First model aligned to the left, others will have a 30px gap */
.model:first-child {
  margin-left: 0; /* Align first model to the left */
}

.model + .model {
  margin-left: 30px; /* Add 30px gap between models */
}

.model:hover {
  border: 2px solid #000;
}

.model.active {
  border: 2px solid #000;
}

.model img {
  width: 100%;
  max-width: 180px;
  border-radius: 8px;
}

.model-name {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}

.model:hover .model-name,
.model.active .model-name {
  font-weight: bold;
}



.parent-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.testdrivebtn {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid white;
    border-radius: 30px;
    padding: 15px 50px;
    text-decoration: none;

   font-weight: 800;
   color: #fff;
  
}

.testdrivebtn img {
    width: 28px;
    height: auto;
}

.testdrivebtn div {
    font-size: 18px;
}


.tdleft  {
  position: absolute;
}


.modelcontact {
  margin-top:90px;
  width: 80%;
  margin: 0 auto;
}

p.infotxt {
  margin-top: 50px;
  color:#b7b7b7;
}



@media (max-width: 768px) {
    .parent-container {
        justify-content: center;
    }
}



@media (max-width: 768px) {
  .kontakt-container {
    overflow-x: auto;
    white-space: nowrap;
  }

  .kontakt-container > .kontakt-card {
    flex-shrink: 0;
    width: 300px;
  }

  .kontakt-container > .kontakt-card:first-child {
    flex-basis: 100%;
  }

.mobilp p {
  margin-top: 50px!important;
}


.news-detail{
    padding: 0.5rem;
}


h1.newsh1 {
  margin-top: 60px;
      color: #000;
    font-size: 0.38rem;
    font-weight: normal;
}


  .modelcontact {
        width: 100%!important;
    }




.tdleft {
  margin-top: -70px;
}



}




