html,
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

.social {
  transition: transform 0.1s ease;
}

.social:hover {
  transform: scale(1.1);
}

/*navbar*/

#pcimg-logo {
  max-width: 80px;
  margin: 0.25rem;
}

.dropdown-menu {
  margin-top: 14px !important ;
}

.navbar-edit {
  padding-left: 210px;
}

.nav {
  --bs-nav-link-hover-color: #none;
}

.dropdown-item-edit {
  position: absolute;
  right: 100px;
}

/*start box */

.startbox {
  background-image: url(images/homebackground.jpg);
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.startbox-item-1 {
  flex-direction: column;
  height: 700px;
  background-color: rgb(255, 255, 255, 0.5);
}

.startbox-item-2 {
  display: flex;
  justify-content: center;
  background-color: #212529;
}
.aboutedit span {
  text-align: center;
  display: flex;
  justify-content: center;
}

#img-germany {
  max-width: 100%;
}

#location-details {
  position: relative;
  top: -40px;
}

/*gallery*/
.col-auto a img {
  max-width: 300px;
  border-radius: 5px;
}
/*end page*/

.logo-end {
  max-width: 100px;
}

.photo-gallery .item {
  padding-bottom: 30px;
}

/* card*/
.card {
  --bs-card-border-color: var(--bs-border-color-transparent);
}

.card-img-overlay {
  border-radius: 0;
  background-color: rgb(255, 255, 255, 0.5);
  top: auto;
}

#card-img-overlay {
  background-color: transparent;
}

.card {
  width: 24rem;
}
.item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hidden {
  display: none;
}

footer {
  text-align: center;

  background: rgb(229, 229, 229);
  color: rgb(19, 19, 19);
}
@media (max-width: 988px) {
  .dropdown-item-edit {
    position: relative;
    right: 0;
  }

  .startbox-item-1 {
    height: 600px;
  }

  .nav-contact-edit {
    display: none;
  }

  .navbar-edit {
    padding-left: 0;
  }

  #heim-btn {
    padding-top: 30px;
  }

  .col-auto a img {
    max-width: 170px;
  }
}
