


/*!!! ALLGEMEINE EINSTELLUNGEN !!!*/
main {
  padding: 0 20px;
}




/*!!! GESAMTER HEADER !!!*/
header {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0 1.875rem;
}

.header-item {
  padding: 0 0.313rem;
  box-sizing: border-box;
}

.header-right {
  gap: 0.938rem;
}





/*!!! GESAMTER FOOTER !!!*/
footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.625rem 1.875rem 8.75rem;
  text-align: left;
  font-size: 0.875rem;
  /*border: 1px dashed orange; */
}

.footer-left,
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;/* Abstand zwischen Elementen  */
  margin-bottom: 0.5rem;
}

.footer-image {
  width: 1.25rem; 
  height: 0.625rem;
}

.footer-right {
  gap: 0.625rem;
  margin-top: 0.5rem;
}

footer.contact-footer {
  position: relative;
  margin-top: calc(100vh - 650px);
}

footer.about-footer {
  position: relative;
  margin-top: calc(100vh - 100px);
}






/*!!! GESAMTER INDEX-PAGE !!!*/
.video-container {
  height: calc(100vh - 170px);
  /*background-color: aqua; */
}

.video-container video {
  top: 46%;
  left: 51%;
  transform: translate(-50%, -50%);
}

.arrow {
  margin-bottom: 1.875rem;
  font-weight: 400;
}

.huhu {
  margin-bottom: 1.875rem;
}

.index-gallery {
  margin-bottom: 5rem;
}

.index-gallery {
  grid-template-columns: repeat(2, 1fr);
  gap: 0.563rem 0.563rem;
}

.index-gallery a:nth-child(4),
.index-gallery a:nth-child(7) {
  display: none;
}






/*!!! GESAMTER ABOUT-PAGE !!!*/
.about {
  padding: 0 1.25rem;
  box-sizing: border-box;
  margin-top: 8vh;
}

.about-page {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 0;
}

.about-headline {
  grid-column: span 1;
}

.about-text {
  grid-column: span 1;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
}

.about-image {
  /* die ersten beiden weg machen*/
  position: absolute;
  top: calc(100vh - 120px);
  grid-column: span 1;
  justify-self: end;
  margin-top: 0;
}

.about-image img {
  width: 95%;
  max-width: 250px;
  height: auto;
  margin: 0;
  float: right;
}

.arrow-about {
  display: block;
  position: absolute;
  top: calc(100vh - 220px);
  font-size: 1.25rem;
  font-weight: 400;
  z-index: 1;
}





/*!!! GESAMTER IMPRINT-PAGE !!!*/
.Imprint {
  padding: 0 1.25rem;
}

.Imprint-Page {
  grid-template-columns: 1fr;
}

.Überschrift {
  grid-column: span 1;
}

.Überschrift2 {
  grid-column: span 1;
}






/*!!! GESAMTER CONTACT-PAGE !!!*/
.contact {
  margin-top: 8vh;
  /*hier kann ich den abstand zu oben verändern*/
}

.contact-container {
  position: relative;
  width: 100%;
  height: calc(100vh - 220px);
  /*background-color: aqua;*/
}

.contact p.ort {
  position: relative;
  top: 0;
  right: 0;
  text-align: right;
  font-weight: 500;
  font-size: 0.938rem;
  /*border: 1px dashed red; */
}






/*!!! GESAMTER WORKE-PAGE !!!*/
.wrapper {
  margin-top: 1vh;
  flex-shrink: 0;
  width: auto;
  align-items: center;
  height: calc(100vh - 180px); /* 85vh :ich glaube das muss mit calc gemacht werden index???      das wieder weg wenn mittig sein soll*/
  /*border: 1px dashed red; */
  position: relative;
}

.pagination-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: fit-conten;
  position: relative;
  /* border: 1px dashed blue;*/
  margin-bottom: 2.5rem;
  margin-top: 0.625rem;
}

.arrow-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.Pfeil {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  /*border: 1px dashed green; */
}

.pagination {
  display: flex;
  gap: 0.375rem; /* Abstand zwischen Punkten */
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0px;
  right: 0;
  /*border: 1px dashed orange; */
}

.dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #D9D9D9;
  display: inline-block;
}

.pagination .dot:nth-child(2) {
  background-color: black;
}

.Text-Container {
  grid-column: 1 / -1;
  grid-row: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.625rem;
}

/* Titel (h1) */
.Titel {
  flex: 0;
  text-align: left;
  white-space: nowrap;
  font-size: 1rem;
  /*border: 1px dashed blue; */
}

.Datum {
  flex: 0;
  text-align: left;
  font-size: 0.875rem;
  margin-left: 0.938rem;
  /*border: 1px dashed red; */
}

.Beschreibung {
  grid-column: 1 / -1;
  grid-row: 2;
  text-align: left;
  margin-top: 0.625rem;
  font-size: 0.875rem;
}

.zurück h4 {
  font-weight: 700;
  font-size: 1rem;
  margin-top: 1.25rem;
  margin-bottom: 12.5re;
}

.huhu {
  font-size: 1rem;
}