body {
  font-family: 'Helvetica Neue', sans-serif;
  margin: 0;
  padding: 0;
  color: #fff;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  overflow-x: hidden;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1270px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #000;
  z-index: 20;
  height: 60px;
}

nav ul {
  margin-bottom: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.dropdown-menu {
  background-color: black;
  color: #fff;
}

.dropdownsvg {
  width: 20px;
}

.dropdownsvg:hover {
  opacity: 0.7;
}


.listedropdown {
  width: 100px;
}

.dropdownitem {
  color: #fff;
  padding-right: 15px;
}

.dropdownitem:hover {
  opacity: 0.7;
}

a {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}

nav li.current a {
  color: #58a2cd;
}

a:hover {
  opacity: 0.7;
  transition: 0.2s;
}

h1 {
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  color: #fff;
}

.instalogo {
  width: 20px;
  padding-bottom: 5px;
  color: #fff;
}

.instalogo:hover {
  opacity: 0.7;
}

.heroimage {
  margin-top: -5%;
  max-width: 1270px;
  width: 100%;
  z-index: -20px;
}

.dropdown-menu {
  width: 100px;
  border: 0px;
  min-width: 100px;
  text-align: right;
}

.dropdown {
  display: flex;
  flex-direction: column;
  justify-content: right;
}

.navnormal {
  display: none;
}





.Kieranmediaheadline {
  margin-top: 8px;
  font-size: 35px;
}

section {
  max-width: 1400px;
}

.gallery {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px;
  gap: 20px;
}

.gallery-md {
  display: none;
}

.headline {
  background-color: #000;
  padding: 40px;
  color: #fff;
  text-align: center;
  margin-bottom: -15px;
}

.portfolio {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0px;
  margin-left: 2%;
  margin-right: 2%;
  max-width: 1270px;
  background-color: #000;
}

.portfoliotable {
  background-color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.gallery img {
  width: 100%;
  max-width: 430px;
  border-radius: 0px;
}

.seeportfolio {
  padding-top: 30px;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}





p {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 300;
  font-size: 20px;
}

h2 {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 30px;
}

.about {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1270px;
  width: 94%;
  margin-right: 4%;
  margin-left: 4%;
  margin-top: 130px;
}

.abouttext {
  padding: 50px;
}

.aboutimg {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
}






.contact {
  max-width: 700px;
  width: 80%;
  margin-right: 4%;
  margin-left: 4%;
  margin-top: 130px;
  margin-bottom: 100px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

input,
textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.contactfield {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: left;
  gap: 10px;
}

.feld {
  width: 100%;
  max-width: 500px;
}

label {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}

.Absendenknopf {
  background-color: #081b56;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 300;
  text-decoration: none;
  font-size: 20px;
}

button {}






.einsausen {
  height: 100%;
  background-color: #fff;
}

.zweiausen {
  height: 100%;
  margin: 0px;
}

.dreiausen {
  border: 0px;
  border-radius: 0px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.vierausen {
  height: 100%;
  padding: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.funfausen {}

.bildkarusselimg {
  max-width: 100%;
}

.kleinkarussel {}

.karusselaussen {
  width: 90%;
  max-width: 100%;
  height: 90%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
}



.whiteline {
  height: 1px;
  width: 96%;
  max-width: 1270px;
  background-color: #fff;
}

.navfooter {}

.navbarfooter {
  display: flex;
  flex-direction: column;
  padding: 0px;

}

.footerdiv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  margin-top: 25px;
}

.bepartofthejourney {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  margin: 0px;
  padding-right: 20px;
}

.footerinstalogo {
  margin-bottom: 10px;
  width: 20px;
  margin-right: 46px;
}

.footerinstalogo:hover {
  opacity: 0.7;
}

footer {
  text-align: center;
  padding: 20px;
  background-color: #000;
  max-width: 1270px;
  width: 94%;
  padding-right: 4%;
  padding-left: 4%;
}

.footerfooter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}













/*contact*/
.anytext {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.anytextsection {
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 1270px;
  width: 100%;
  font-size: 25px;
  margin-top: 100px;
  margin-bottom: 80px;
}

.contaktdatentabelle {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  max-width: 400px;
  width: 100%;
  margin-top: 50px;
}

.contaktdate {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 400px;
  width: 100%;
  gap: 20px;
  margin-bottom: -16px;
}

.kontaktheadline {
  padding: 30px;
}

.contactcontact {
  margin-top: 40px;
  margin-bottom: 100px;
}






/*about*/
.moreabout {
  max-width: 600px;
  padding: 40px;
}

.aboutsection {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kontaktabout {
  margin-top: -15px;
  padding-top: 0%;
  margin-bottom: 100px;
}

.aboutabout {
  margin-top: 70px;
}




/*portfolio*/
.portfolioshootingl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  gap: 5%;
}

.portfolioshootingr {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  gap: 5%;
}

.portfoliotabelle {
  max-width: 1270px;
  width: 100%;
  margin-bottom: 100px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  gap: 15px;
}

.shootingimg {
  max-width: 610px;
  width: 100%;
  border-radius: 10px;
}

.portfoliotitel {
  max-width: 610px;
  width: 100%;
  font-size: 20px;
  padding-top: 15px;
}

.portfolioheadline {
  margin-bottom: 0%;
}

.linkportfolioimg {
  max-width: 610px;
  width: 90%;
}

.linkportfolioheadline {
  text-align: center;
  max-width: 610px;
  width: 50%;
}




/*impressum*/
.impressumrechttabelle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
}

.impressumrechttabelle p {
  font-size: 15px;
}

.impressumrechttabelle h2 {
  font-size: 25px;
}

.impressumrechtinhalt {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-bottom: 50px;
}

.impressumtabelle {
  margin-top: 50px;
  margin-bottom: 50px;
}






/*shootings*/
.portfoliohidden {
  display: none;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.seemoreportfolio {
  background-color: #000;
  color: #fff;
  border: 0px;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 60px;
}

.seemoreportfolio:hover {
  opacity: 0.7;
}

.instaimgportfolio {
  width: 20%;
  min-width: none;
}

.portfoliotable {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.portfoliotable2{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.portfolioinsta {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1270px;
  width: 98%;
  text-align: center;
  margin: 4%;
}

.hiddenportfolio {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.video {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
  width: 92%;
  max-width: 1270px;
  margin-left: 4%;
  margin-right: 4%;
  margin-bottom: 120px;
}

.videovideo {
  width: 100%;
  height: 100%;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}






/*services*/
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
}

.image-section {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  flex-direction: column;
}

.image {
  width: 80%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 20px;
}

.text-section {
  text-align: center;
  width: 100%;
  max-width: 600px;
}

.servicenotlisted {
  font-size: 25px;
  text-align: center;
  margin-top: 70px;
}

.serviceheadline{
  font-size: 50px;
}

.servicevideo{
  margin-bottom: 30px;
}






/*lightbox*/
.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  padding: 2rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.95);
  justify-content: center;
  align-items: center;
}

.lightbox-content {
  max-width: 1200px;
  max-height: 90vh;
  margin: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  object-fit: contain;
  width: 80vw;
}

/* Close Button */
.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}

/* Navigation Buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 40px;
  user-select: none;
  transition: 0.3s;
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}

.prev:hover,
.next:hover,
.close:hover {
  color: #ccc;
}



@media (min-width: 750px) {
  .gallery-md {
    display: flex;
  }

  .dropdown {
    display: none;
  }

  .navnormal {
    display: flex;
  }

  .aboutimg {
    width: 47%;
    max-width: 600px;
  }

  .about {
    flex-direction: row;
  }

  .navbarfooter {
    flex-direction: row;
  }

  .contactfield {
    flex-direction: row;
  }

  h2 {
    font-size: 40px;
  }

  .portfoliotitel {
    font-size: 30px;
  }

  .impressumrechttabelle {
    flex-direction: row;
  }

  .portfolioshootingl {
    flex-direction: row;
  }

  .portfolioshootingr {
    flex-direction: row;
  }

  .linkportfolioimg {
    width: 50%;
  }

  .image-section {
    flex-direction: row;
  }

  .image {
    width: 30%;
  }

  .portfoliotable{
    flex-direction: row;
  }

  .portfoliohidden{
    flex-direction: row;
  }
}