.header {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  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(--braun);
  text-align: center;
 line-height:280px;
  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: 10px;
  text-transform: uppercase;
  font-family: var(--subfont);
  color: var(--kornblumig);
  padding-bottom: 5px;
  font-weight: 600;
  letter-spacing: 5%;
  /*! background-color: var(--dunkelgrau); */
  position: fixed;
  top: 0;
  z-index: 999999999;
  border-bottom: 1px solid var(--parabellumblack);
  
   background: var(--background-head) no-repeat fixed top center;
    background-size: cover;
    background-position-y: 50%;
    width:100%;
  height: 13px;
}

.ptol-headnav span a {
    color: var(--weissgrau);
    position:relative;
  text-decoration:none;
  padding-bottom:1px;
  transition: all 0.5s ease;
    }
.ptol-headnav span a:hover {
   color: var(--kornblumig);
 
  transition: all 0.7s 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: 50px;
  width: 50px;
  object-fit: cover;
  /*! outline: 1px solid var(--dunkelgrau); */
  outline-offset: 3px;
  /* padding: 3px;
  margin: 3px;
    margin-top: 7px;
    margin-right: 3px;
    margin-left: 3px;
  margin-top: 50px; 
  margin-left: 10px;
  margin-right: 10px;*/
}


.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(--kornblumig);
    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;
  }
  
}
		

/* NEU KORNBLUMENBLAU DESING */

.kornheader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  
  height: 100vh;
background-color:var(--kornblumig);
  background-image: var(--neueshgbildsunrise);
  border-bottom: 1px solid var(--parabellumblack);
    background-size: 100%;
    background-blend-mode: multiply;
    width: 100%;
}

.kornheader a {
  text-decoration: none;
  color: var(--hauptgrau);
}

.kornheader-title {
    display: flex;
    flex-direction: column;
  text-align: center;
}



.kornheader-title span:first-child {
    font-size: 375px;
    line-height: 340px;
    font-family: var(--newfont);
    color: var(--kornblumig);
}

.kornheader-title span:last-child {
    font-size: 181px;
    line-height: 37px;
    /*! text-transform: uppercase; */
    font-family: var(--newfont);
    color: var(--kornblumig);
    margin-bottom: 120px;
}

.kornheader-titelbild {
    position: relative;
    top: -411px;
    height: 0px;
    border-radius: 100%;
  
  display: flex;
  justify-content: center;
}

.kornhead-mainkreis {
    height: 300px;
    width: 300px;
    border-radius: 100%;
     -webkit-box-shadow:0px 0px 105px 45px rgba(219,219,219,0.9);
-moz-box-shadow: 0px 0px 105px 45px rgba(219,219,219,0.9);
box-shadow: 0px 0px 105px 45px rgba(219,219,219,0.9);

  background-color: var(--kornblumenblaugrau);
  background-image: var(--kornblumenblaupattern);
}

.kornhead-kreise {
    height: 0px;
    position: relative;
}

.kornhead-kreis1 {
    background-color: var(--kornblumenblaugrau);
    height: 50px;
    width: 50px; 
    border-radius: 100%;
    position: relative;
    top: 40px;
    left: 60px;
    margin: 10px;
}

.kornhead-kreis2 {
    background-color: var(--kornblumenblaugrau);
    height: 50px;
    width: 50px; 
    border-radius: 100%;
    position: relative;
    top: 100px;
    left: 30px;
    margin: 10px;
}

.kornhead-kreis3 {
    background-color: var(--kornblumenblaugrau);
    height: 50px;
    width: 50px; 
    border-radius: 100%;
    position: relative;
    top: 129px;
    left: 110px;
    margin: 10px;
}

.kornheader-bot {
  display: flex;
  /*! height: 3vh; */
  margin: 40px 280px 0px 280px;
  width: 100%;
  font-family: var(--mainfont);
  font-size: var(--font11);
  color: var(--dunkelstesschwarzsolide);
  letter-spacing: 2%;
  justify-content: center;
  flex-direction: column;
  height: 65%;
}


.kornheader-bot-card-underline {
  border-top: 1px solid var(--parabellumblack);
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  gap: 7px;
  font-size: var(--font11);
  min-height: 20px;
}



.kornheader-bot-m h1 {
  font-size: var(--font20);
  text-align: center;
  font-family: var(--kornhead1);
  letter-spacing: 2%;
  line-height: 12px;
  font-weight:400;
}

.kornheader-bot-l {
    display: flex;
    flex-direction: column;
    padding: 50px 50px 50px 100px;
  flex: 1;
}



.kornheader-bot-l span:first-of-type {
    border-bottom: 1px solid var(--kornblumig);
    padding-bottom: 20px;
    margin-bottom: 20px;

    text-align: justify;
}

.kornheader-bot-l span:last-of-type {
    text-align: justify;
    display: flex;
    justify-content: space-between;
}

.kornheader-bot-l span:last-of-type a {
 text-transform: uppercase;
    color: var(--kornblumig);
  font-weight: 600!important;
  letter-spacing: 7%;
  font-size: var(--font10);
}



.kornheader-bot-l span:last-of-type a:hover {
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}

.kornheader-bot-r {
    display: flex;
    flex-direction: column;
    padding: 50px 100px 50px 50px;
  flex: 1;
}

.kornheader-bot-r span:first-of-type {
    border-bottom: 1px solid var(--kornblumig);
    padding-bottom: 20px;
    margin-bottom: 20px;

    text-align: justify;
}

.kornheader-bot-r span:last-of-type {
    text-align: justify;
    display: flex;
    justify-content: space-between;
}

.kornheader-bot-r span:last-of-type a {
    text-transform: uppercase;
    color: var(--kornblumig);
  font-weight: 600!important;
  letter-spacing: 7%;
  font-size: var(--font10);
}

.kornheader-bot-r span:last-of-type a:hover {
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}

.kornheader-bot-m {
    max-width: 215px;
    height: 400px;
    padding: 10px 5px 0px 5px;
    position: relative;

    background-color: var(--kornblumenblaugrau);
    border: 1px solid var(--dunkelgrau);
background-image: var(--kornblumenblaupattern);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    flex: 1;
}

.kornheader-bot-card-top {

     position: relative;
    text-align: center;
  
    display: flex;
}

.kornheader-card-top-links {
  border-left: 1px solid var(--dunkelgrau);
  margin-right: 20px;
  height: 100%;
  background-color: var(--dunkelstesschwarz);
}

.kornheader-card-top-mitte {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kornheader-card-top-m-imagewrapper {
    width: 140px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;

    border-top-left-radius: 100% 140px;
    border-top-right-radius: 100% 140px;
    outline: 1px solid var(--dunkelgrau);
  outline-offset: 5px;
}

.kornheader-card-top-m-imagewrapper img {
  width: 100%;
    height: 100%;
    object-fit: cover;  
  filter: grayscale(100);
}

/*.kornheader-card-top-mitte img {
    width: 140px;
    height: 200px;

     overflow: hidden;
  outline: 1px solid var(--parabellumblack);
  outline-offset: 5px;
  border-top-left-radius: 100% 120px;
  border-top-right-radius: 100% 120px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}*/

.curve-text {
    position: absolute;
    top: -90px;
    left: 0;
    width: 100%;
    height: 150px;
    margin-top: 35px;
    font-family: var(--kornhead1);
}

.curve-text text {
    font-size: var(--font30);
    letter-spacing: 10%;
}

.kornheader-card-top-rechts {
    border-right: 1px solid var(--dunkelgrau);
  margin-left: 20px;
  height: 100%;
  background-color: var(--dunkelstesschwarz);
}

.kornheader-bot-card-bottom {

}

.kornheader-bot-card-bottom h1 {
  font-size: var(--font20);
  text-align: center;
  font-family: var(--kornhead1);
  letter-spacing: 2%;
  line-height: 14px;
}

.kornheader-bot-card-bottom p {
    text-align: justify;
    padding: 10px 10px 10px 10px;

    
  
    height: 100px;
  overflow: auto;
  scrollbar-width: none;
  font-size: var(--font10);
  font-style: italic;
  
}

.underheadernav2 {
  font-family: var(--subfont);
  gap: 40px;
  display: flex;
  padding: 5px;
  align-items: center;
  display: flex;
  padding-left: 22px;
  /*! height: 156px; */
}

.underheadernav2 span {
  padding:5px 10px;
  border: 1px solid var(--kornblumig);
  width: 120px;
  border-radius: 3px;
  text-align: center;
  gap: 10px;
}

.underheadernav2 span:hover {
  background-color: var(--kornblumig);
  
  transition: all 0.7s ease-in-out;
}

.underheadernav2 a {
  color: var(--weissgrau);
  text-transform: uppercase;
  font-size: var(--font10);
  letter-spacing: 10%;
}

.underheadernav2 a:hover {
    color: var(--parabellumblack);
    text-decoration:none;
    transition:all 0.7s ease-in-out;
}

.forennameheader_rechts {
  font-size: 120px;
  font-family: var(--subfont2);
  letter-spacing: 10%;
  display: flex;
  flex: 1;
  margin-right: 20px;
  text-align:right;
  justify-content:flex-end;
  line-height:120px;

}

.forennameheader_links {
  font-size: 270px;
  font-family: var(--subfont2);
  letter-spacing: 10%;
  display: flex;
  flex: 1;
  margin-left: 20px;
  line-height:220px;
  justify-content: center;
  flex-direction: column;
}

.forennameheader_links a {
  color: var(--accent2);
}
		