.header {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}

.ptol-header_title {
  position: relative; /* macht sie zum Bezugspunkt */
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100%;
  background-position: 100% 60%;
  background-repeat: no-repeat;
  height: 100%;
  width: 95%;
  overflow: hidden;
}

.ptol-titelgruppe {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.ptol-header-title a {
  font-size: 313px;
  font-family: var(--headfont);
    color: var(--weissgrau);
  text-align: center;
  text-transform: lowercase;
  text-decoration: none;
  transition: 0.5s;
  margin-top: -45px;
	letter-spacing: 5px;
}

.ptol-header-subtitle {
  font-size: 9px;
  color: var(--hauptgrau);
  font-family: var(--mainfont);
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 27%;
  width: 100%;
  margin-top: -85px;
  padding: 1px 100px;
  font-weight: 700;
}

.ptol-header-subtitle span {
  margin: 60px;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.ptol-header-subtitle a {
    text-decoration: none;
    color: var(--dunkelstesschwarzsolide);
}

.ptol-header-bildtrenner {
  position: absolute;
  inset: 0; /* top:0; left:0; right:0; bottom:0 */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 320px;
  z-index: 1;
}

.ptol-headtrennstreifen {
  background-color: var(--dunkelstesschwarz);
  background-image: var(--noise);
  width: 30px;
  height: 100%; /* volle Höhe! */
}

.ptol-glow {
  
}


.ptol-headinfos {
  display: flex;
  width: 65%;
  margin: auto;
  /*! margin-bottom: 70px; */
  gap: 180px;
}

.ptol-headinfos-links {
flex:1;
background-color: var(--dunkelstesschwarz);
padding: 30px;
outline: 1px solid var(--dunkelgruen);
outline-offset: 10px;
}

.ptol-hi-li-striche {
  position: relative;
  /*! width: 105%; */
}

.ptol-hi-li-strich-oben {
  height: 1px;
  /*! width: 110%; */
  background-color: var(--mainakzent);
  position: relative;
  margin-top: -10px;
  left: -10%; 
}


.ptol-hi-li-strich-links {
  width: 1px;
  height: 40px;
  position: relative;
  background-color: var(--mainakzent);
  margin-top: 0px;
  left: -10%; 
}

.ptol-headinfos-links-stern {
  position: absolute;
  bottom: -8px; /* leicht unterhalb, je nach Bildgröße anpassen */
  left: 50%;
  transform: translateX(-50%);
}

.ptol-headinfos-links-stern img {
   height: 15px;
  width: 15px;
}

.ptol-headinfos-links-text {    
    font-family: var(--mainfont);
  color: var(--hauptgrau);
  font-weight: 600;
  text-align: justify;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 3%;
    margin-left: 10px;
    margin-right: 10px;
}

.ptol-headinfos-mitte {
  width: 670px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.ptol-headinfos-mitte-strich-horizontal {
  height: 1px;
  width: 100%;
  background-color: var(--mainakzent);
  /*! margin-top: 10px; */
}

.ptol-headinfos-mitte-strich-vertikal {
  width: 1px;
  height: 20px;
  background-color: var(--mainakzent);
}

.ptol-headinfos-mitte-stern img {
   height: 15px;
  width: 15px;
  margin:auto;
  position:relative;
  /*! margin-top: -2px; */
  z-index: 2; 
   /*! top: 0; */
}

.ptol-hi-links {
     background-color: #ff00001c;
  padding: 20px;
  padding-top: 20px;
  padding-top: 40px;
}

.ptol-hi-rechts {
    background-color: #ff00001c;
  padding: 20px;
  padding-top: 20px;
  padding-top: 40px;
}

.ptol-headinfos-rechts {
  
  flex: 1;
}

.ptol-hi-re-striche {
  display: flex;
  /*! width: 110%; */
}

.ptol-hi-re-strich-oben {
  height: 1px;
  width: 110%;
  background-color: var(--mainakzent);
  position: relative; 
  margin-top: -10px;
  right: -10%;
}


.ptol-hi-re-strich-rechts {
  width: 1px;
  height: 40px;
  margin-top: -10px;
  position: relative; 
  background-color: var(--mainakzent);
  right: -10%;
}

.ptol-headinfos-rechts-stern {
  position: absolute;
  bottom: -8px; /* leicht unterhalb des Strichendes – anpassen je nach Bildgröße */
  left: 50%;
  transform: translateX(-50%);
}

.ptol-headinfos-rechts-stern img {
   height: 15px;
  width: 15px;
}

.ptol-headinfos-rechts-text {
  font-family: var(--mainfont);
  color: var(--hauptgrau);
  font-weight: 600;
  text-align: justify;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 3%;
  margin-top: -20px;
}

.ptol-head-nav2 a {
    color: var(--weissgrau);
}

.ptol-head-nav2 img {
  object-fit: cover;
  height: 11px;
  width: 11px;
  margin-top: -2px;
}


.ptol-head-nav2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 95%;
  text-transform: uppercase;
  font-family: var(--subfont);
  letter-spacing: 5%;
  font-size: 11px;
  gap: 10px;
  margin-top: 5px;
}

.ptol-head-nav2 img {
  object-fit: cover;
  height: 11px;
  width: 11px;
  margin-top: -2px;
}

.ptol-hnav-a1 {
    flex:1;
    display: flex;
}

.ptol-hnav-a2 {
    flex:1;
    display: flex;
}

.ptol-headnav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  font-size: 9px;
  text-transform: uppercase;
  font-family: var(--mainfont);
  color: var(--weissgrau);
  padding-bottom: 5px;
  font-weight: 700;
  letter-spacing: 10%;
  background-color: var(--dunkelgrau);
  position: fixed;
  top: 0;
  z-index: 999999999;
}

.ptol-headnav span a {
    color: var(--weissgrau);
    position:relative;
  text-decoration:none;
  padding-bottom:1px;
  transition: all 0.5s ease;
    }

 /** .ptol-headnav span a::after{
  content:"";
  position: absolute;
  height: 1px;
  width: 50%;
  background-color: var(--mainakzent);
  bottom:0%;
  left:0;
  transition: all 0.5s ease;    
  }

.ptol-headnav span a:hover{
    color:var(--hauptgrau);
}

.ptol-headnav span a:hover::after{
  content:"";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: var(--mainakzent);
  bottom:0%;
  left:0;
  transition: all 0.5s ease;
} **/

.ptol-hnav-links {
  flex: 1;
  display: flex;
  align-items: center;
    justify-content: flex-start;
}

.ptol-hnav-links img {
  height: 30px;
  width: 30px;
  object-fit: cover;
  outline: 1px solid var(--dunkelgrau);
  outline-offset:3px;
  padding: 3px;
  margin: 3px;
}


.ptol-hnav-strich-links {
  height: 1px;
  width: 40px;
  background-color: var(--weissgrau);
  margin-left: -2px;
  margin-right: 10px;
}

.ptol-hnav-mitte-a {
  display: flex;
  align-items: center;
    justify-content: center;
  gap: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.ptol-hnav-mitte-a a {
    color: var(--weissgrau);
}

.ptol-hnav-mitte-a a:hover {
    color: var(--usergruen);
    text-decoration:none;
    transition:all 0.5s ease-in-out;
}


.ptol-hnav-mitte {
  display: flex;
  align-items: center;
    justify-content: center;
  gap: 15px;
    margin-top: 5px;
    margin-bottom:10px;
}

.ptol-hnav-mitte a {
    color: var(--weissgrau);
}

.ptol-hnav-mitte img {
  /*! height: 11px; */
  /*! margin-top: -2px; */
}

.ptol-hnav-rechts {
  flex: 1;
  display: flex;
  align-items: center;
    justify-content: flex-end;
}

.ptol-hnav-strich-rechts {
  height: 1px;
  width: 40px;
  background-color: var(--dunkelgruen50);
  margin-right: -2px;
  margin-left: 10px;
}

.ptol-hnav-rechts img {
  height: 11px;
}

.ptol-hnav-zwischenstrich {
    flex:1;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: var(--dunkelgruen50);
    margin-left: 10px;
    margin-right: 10px;
}

.ptol-header-titel-the{
  font-family: var(--headfont);
  font-size: 125px;
  color: var(--weissgrau);
  margin-bottom: -70px;
  /*! padding-left: 729px; */
  z-index: -99;
  letter-spacing: 5%;
  /*! text-align: center; */
  text-align: right;
}


@media (max-width: 1200px) {
  
  .ptol-header-title a {
    font-size: 150px;
  }
  
  .ptol-header-subtitle {
    display: flex; 
    gap: 0px;
    align-items: center;
  }
  
}