
/* {
    box-sizing: border-box;
}*/

/*.container {
    width: 4000px;
    height: 4000px;
    position: relative;
}*/
/*.container {
    width: 9000px;
    height: 9000px;
    position: relative;
}*/

/*body {
    min-width: 2000px;
    min-height: 2000px;
}*/
body {
    color: rgb(247, 248, 249);
    padding: 0;
    margin: 0;
    overflow: hidden;

    background:
        radial-gradient(
            circle at center,
            rgba(30, 40, 60, 0.5),
            rgb(0, 4, 8) 70%
        );

    background-color: rgb(0, 4, 8);
}

.punkt {
    position: absolute;
    z-index: 10;
    box-shadow: 0 0 4px 1px rgba(255, 255, 255, 0.75);
    animation: twinkle 3s ease-in-out infinite;
}

.punkt.tiefe-fern {
    filter: blur(0.6px);
    opacity: 0.45;
    box-shadow: 0 0 2px 0.5px rgba(255, 255, 255, 0.5);
}

.punkt.tiefe-mittel {
    filter: blur(0.2px);
    opacity: 0.7;
    box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.6);
}

.punkt.tiefe-nah {
    filter: blur(0px);
    opacity: 1;
}




.sternfeld-hintergrund {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    background: transparent;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}



.text {
    z-index: 20;
}
/*body{
    color: rgb(247, 248, 249);
    padding: 0;
    margin: 0;   
    background-color: rgb(0, 4, 8);
    overflow: hidden;
    /*height: 100vh;

}*/

p {
    font-family: "Compagnon-Medium";
    column-count: 1;
    column-gap: 1000px;
    font-size: 0.9rem;
    line-height: 3;
    margin-top: 30px;
    hyphens: auto;
}


.titel{
    font-family: "Compagnon-Medium";
    font-size: 1rem;
     display: none;
    position: absolute;

    width: 300px;
    padding: 2px;

    background-color: rgba(0, 0, 0, 0.9);
    color: white;

    border: 1px solid white;
    border-radius: 10px;

    font-family: "Compagnon-Medium";
    font-size: 0.8rem;
    line-height: 1.5;
    hyphens: auto;
      
}
/*.punkt:hover .titel {
    display: block;
    
}*/

/*.bild {
  position: absolute;
  transform-origin: center;
}*/

img {
    filter: grayscale(100%);
     width: 250px;
    padding: 15px; 
    z-index: 10;
}




h1 {
    position: fixed;
    animation: moveTitle forwards ease-out 3s;
    white-space: nowrap;
    width: fit-content;
    margin-top: 0;
    font-family: "Anthony";
    font-size: 4rem;
    z-index: -1;
    padding: 5px;
    padding-left: 10px;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #ffffff;
}

@font-face {
    font-family: "Anthony";
   
    src:
        url("img/Anthony.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

    @font-face {
    font-family: "Compagon-Light";
    
    src:
        url("Compagnon-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

 @font-face {
    font-family: "Compagnon-Medium";
    
    src:
        url("compagnon-master/fonts/Compagnon-Medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
/*.text {
  position: relative;
  z-index: 10;
}*/


/*.text,*/
.punkt img {
    display: none;
}


.punkt:hover img {
    display: block;
}
/*.text {
    position: absolute;
    width: 300px;
    padding: 15px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.15) 0%,
            rgba(255,255,255,0.02) 25%,
            rgba(0,0,0,0.8) 60%
        ),
        linear-gradient(
            45deg,
            #050505,
            #1a1a1a,
            #000000
        );

    color: white;

    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 10px;

    box-shadow:
        inset 0 0 20px rgba(255,255,255,0.08),
        inset 0 0 40px rgba(0,0,0,0.8),
        0 10px 30px rgba(0,0,0,0.8);

    font-family: "Lekton";
    font-size: 0.8rem;
    line-height: 1.5;
    hyphens: auto;
}*/
/*.text {
   display: none;
    position: absolute;
    width: 300px;
    padding: 13px;

    background-color: rgba(0, 0, 0, 0.8);
    color: white;

    border: 1px dashed white;
    border-radius: 10px;

    font-family: "Lekton";
    font-size: 0.8rem;
    line-height: 1.5;
    hyphens: auto;
}*/
.text {
    position: absolute;
    width: 300px;
    padding: 13px;

    background-color: rgba(0, 0, 0, 0.8);
    color: white;

    border: 1px dashed white;
    border-radius: 10px;

    font-family: "Lekton";
    font-size: 0.8rem;
    line-height: 1.5;
    hyphens: auto;

    opacity: 0;
    visibility: hidden;
    transform: scale(0.95);

    transition:
        opacity 0.5s ease,
        transform 0.5s ease,
        visibility 0s linear 0.5s;
}
.text.visible {
    opacity: 1;
    visibility: visible;
    transform: scale(1);

    transition:
        opacity 0.5s ease,
        transform 0.5s ease,
        visibility 0s;
}


.text.visible {
    transform: rotate(var(--rotation, 0deg)) scale(1);
}


.container {
    position: absolute;
    width: max(200vw, 200vh);
    height: max(200vw, 200vh);
    transform-origin: center center;
}
/*.container {
    width: 9000px;
    height: 9000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center center;
    
}*/
 
h3{
    font-family: "Anthony";
    font-size: 1.5rem;
    margin: 0 0 10px 0;   
    line-height: 1.3;
    margin-top: 0;
}
.plus {
    position: fixed;
    top: 630px;
    right: 140px;
    color: white;
    width: 30px;
    height: 30px;
    background-color:transparent;
    border: none;
    font-size: 40px;
}

.minus {
    position: fixed;
    top: 630px;
    right: 60px;
    color: white;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    font-size: 40px;
}
.container {
    animation: rotate 3s forwards ease-out;
    transform-origin: center center;
}
.lekton-regular {
  font-family: "Lekton", monospace;
  font-weight: 400;
  font-style: normal;
}

.lekton-bold {
  font-family: "Lekton", monospace;
  font-weight: 700;
  font-style: normal;
}

.lekton-regular-italic {
  font-family: "Lekton", monospace;
  font-weight: 400;
  font-style: italic;
}

@keyframes rotate {
    from { transform: rotate(0deg);}
    to { transform: rotate(360deg);}
}

.punkt::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: transparent;
}
.punkt.highlight::after {
    content: "";
    position: absolute;
    inset: -6px;
    border: 2px solid white;
    border-radius: 50%;
    pointer-events: none;
}
.punkt {
    
    position: absolute;
    transition: transform 0.2s ease;
}

.punkt:hover {
    transform: scale(1.3);
}
.bild {
    position: absolute;
    width: 250px;
    left: -280px;   
    top: -120px;     
    transform-origin: center center;
    z-index: 20;
}

