@charset "utf-8";
/*
 * HOOP-CAMPS 2025 Stylesheet
 *
 * @filename: hoopcamps.css
 * @author: Marcus Zimmermann
 * @version: 1.0
 */
 

@font-face {
  font-family: Montserrat;
  src: url(./fonts/Montserrat-SemiBold.ttf);
}

@font-face {
  font-family: Dimbo;
  src: url(./fonts/DimboRegular.ttf);
}

@font-face {
  font-family: DimboItalic;
  src: url(./fonts/DimboItalic.ttf);
}

@font-face {
  font-family: Helvetica;
  src: url(./fonts/Helvetica.ttf);
}

 @font-face {
    font-family: TomsHandwritten;
    src: url(./fonts/tomshandwrittennew.ttf) format('truetype');
}



body {
     font: 1vw Helvetica,Arial,sans-serif;
     margin: 0; 
     box-sizing: border-box;
}

@media screen and (max-width: 700px) {
  body {
  font-size: 2vw;
}
}


h1 {
     font-size: 2vw;
     font-family: "Dimbo", sans-serif;
     margin-bottom: 0vw;
}

@media screen and (max-width: 700px) {
  h1 {
     font-size: 4vw;
}

}

.sticky {
 position: sticky;
 top: 0;
}

.sticky2 {
 position: sticky;
 top: 5vw;
}

h2 {
     font-size: 1.4vw;
     font-weight: bold;
}

h3 {
     font-size: 1.1vw;
     font-weight: bold;
}


a {
    color: #cd6c3b;
    text-decoration: none;
}

a:active, a:focus{ outline: none; }

a:link {
     text-decoration: none;
     color: #cd6c3b;
}

a:visited {
     text-decoration: none;
     color: #cd6c3b;
}

a:hover  {
     text-decoration: none;
     color: #21509b;
}

.bold {
    font-weight: bold;
}

.bold-center {
    text-align: center;
    font-weight: bold;
}

.kursiv {
  font-style: italic;
  font-weight: bold;
  text-align: center;
}

.kursiv2 {
  font-size: 2vw;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color: #21509b;
  font-family: 'DimboItalic'
}

.navigation_skills {
  list-style: none;
  top: 2vw;
  margin: 0;
  padding: 0;
  font-size: 1.4vw;
  line-height: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.navigation_skills li {
  display: inline-block;
  width: 15vw;
  margin: 0;
  padding: 0;
}

.werbung {
  position: relative; 
  width: 20vw;
   border-top: 1px solid black; 
   padding-top: 10px;
margin: auto;
background-color: white;
}


.werbung2 {
  position: absolute; 
  top: -10px; 
  padding: 0px 10px 0 10px;
  font-size: 1vw;
  margin-left: 2vw;
  background-color: white;
}

.werbung3 {
  position: relative; 
  width: 90vw;
   border-top: 1px solid black; 
   padding-top: 10px;
margin: auto;
text-align: center;
background-color: white;
}


.werbung4 {
  position: absolute; 
  top: -10px; 
  padding: 0px 10px 0 10px;
  font-size: 1vw;
}

.slogans {
        font-weight: bold;
        margin-top: 2vw;
        margin-bottom: 2vw;
        text-align: center;
        color: #21509b;
        font-family: "TomsHandwritten";
        font-size: 4vw;
        text-shadow: 0.05vw 0.05vw #000000;
}

.partner {
    width: 100vw;
    height: 14vw;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
}


#logos-links {
    display: table-cell;
    border: 0;
     width: 20vw; /* Korrigierte Breite */
     height: 8vw;
     background-color: #161e2b; 
     vertical-align: middle;
   }
  

#logos-rechts {
     width: 80vw; /* Korrigierte und gültige Breite */
     height: 8vw;
    display: table-cell;
    border: 0;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    -webkit-text-stroke: 0.2px black; 
     font-size: 2.8vw;
     font-weight: bold;
     color: #ffffff;
     background-color: #161e2b;
   }
  

#logos-innen a { 
        color: #ca4518;
        text-decoration: none;
}


@media screen and (max-width: 700px) {
  #logos-links {
    height: 20vw;
  }

  #logos-rechts {
    height: 20vw;
  }
}


.ul-ball li {
  list-style-image: url(./basketball/basketball-style.png);
  padding-left: 0;
  margin-left: 12vw;
  line-height: 1.4;
}

.ul-ball2 li {
  list-style-image: url(./basketball/basketball-style.png);
  padding-left: 0;
  margin-left: 2vw;
  line-height: 1.4;
}

.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list2 {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: center;
  line-height: 2vw; 
}


.ol-menu {
  line-height: 2;
}

/*Navigation*/
nav {
     position: relative;
     text-align: left;
     width: 100vw;
     height: 10vw;
     font-size: 1vw;
     background: #21509b;
      box-sizing: border-box;
}




.main_navigation li {
    text-align: left;
    display: inline-block;
    color: #ffffff;
    background-color: #21509b;
    font-size: 1vw;
    
}

.main_navigation li:first-child {
  margin-left: 17vw;
  padding-left: 0;
}

.main_navigation a {
    text-align: left;
    display:inline-block;
    color: #ffffff;
    background-color: #21509b;
    padding-left: 0.2vw;
    padding-right: 0.2vw;

}


.main_navigation a:hover{
    color: #ec711d;
}



#startseite {
  padding: 2vw;
  /* border-size: border-box; ist keine valide CSS-Eigenschaft und wurde entfernt */
  box-sizing: border-box;
}

.mainspalten {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: 100vw;
    height: auto;
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
}

.mainspalten2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
}

.left {
    width: 20vw;
    height: 200vw;
}


.center {
    width: 60vw;
    height: auto;
    padding: 1.5vw;
    box-sizing: border-box; 
} 




.right {
    float: right;
    width: 20vw;
    height: 200vw; 
}






.image-box {
  float: left;
  width: 25%;
  height: 27vw;
  margin: 0 2vw 1vw 0;
   display: flex;         /* Flexbox aktivieren */
  align-items: center;   /* vertikal mittig */
  justify-content: center; /* optional: horizontal mittig */
}

figcaption {
color: white;
font-size: 1vw;
}

.text-box-glass {
  width: 90%;
  height: 27vw;
  margin: 0 0 2vw 0;
  padding: 1vw;
    box-sizing: border-box;
 background:rgba(255, 255, 255, 0.1);
 box-shadow: 0 1vw 2vw rgba(0, 0, 0, 0.2);
  border-radius: 1vw;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-right:rgba(255, 255, 255, 0.2);
    border-bottom:rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}


.stack-area {
  position: sticky;
  top: 0;
  height: 100vh;   
  z-index: 5;
}

.basics {
  width: 60vw;
  height: 400vh;  
box-sizing: border-box;
background-color: yellow;
}

.basics2 {
  width: 60vw;
  height: auto; 
box-sizing: border-box;
padding-bottom: 2vw;
background-color: green;
}

.basics2::after {
  content: "";
  display: table;
  clear: both;
}



/* Zusätzliche Styles für die Stack-Animation */
.stack-area {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("./basketball/molten-basketball.jpg") no-repeat bottom;
  background-size: auto 30vw;
  position: sticky;
  height: 100vh;
  top: 6vw; /* Haftet direkt unter dem Header */
  z-index: 9; /* Unter dem Header, aber über dem restlichen Inhalt */
  border-bottom: 5px; 
}

.stack-header {
  position: sticky;
  top: 0;
  z-index: 6; /* Stellt sicher, dass der Header über anderen Elementen liegt */
  height: 6vw; /* Feste Höhe für den Header, um die Positionierung zu vereinfachen */
  
}


.text-box {
  position: absolute;
  width: 52vw;
  height: 27vw;
  margin: 0 0 0 0;
  margin: 0;
  padding: 1vw;
  box-sizing: border-box;
  box-shadow: 0.1vw 0.2vw rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.1vw 0.2vw rgba(0, 0, 0, 0.2);
  border-radius: 1vw;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: rgba(255, 255, 255, 0.2);
  border-right: rgba(255, 255, 255, 0.2);
  border-bottom: rgba(255, 255, 255, 0.2);
  top: calc(50% - 13.5vw);
  left: calc(50% - 29vw);
  /* Die Positionierung zentriert die Karten im stack-area Container */
  top: 10vh; /* Abstand vom oberen Rand des Containers */
  left: calc(50% - 26vw); /* 50% der Container-Breite minus halbe Karten-Breite */
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}


/* Farbvarianten */
.text-box1 { background: rgba(20, 148, 127, 1); }
.text-box2 { background: rgba(247, 213, 76, 1); }
.text-box3 { background: rgba(60, 39, 162, 1); }
.text-box4 { background: rgba(7, 119, 100, 1); }
.text-box5 { background: rgba(255, 205, 118, 1); }
.text-box6 { background: rgba(61, 101, 164, 1); }
.text-box7 { background: rgba(84, 181, 165, 1); }



.trenner {
    border: 0;
    height: 0;
    border-top: 1px solid #21509b;
   width: 100%;
}


.bild {
   float: left;
   width: 13vw;
   height: 24vw;  
   border-radius: 1vw;
   box-shadow: 4px 4px 12px #ffffff; 
   margin-right: 2vw; 
}

#bild1 {
margin: 1.2vw 0vw -1vw 20vw;
width: 35vw;
height: auto;
}


#bild2 {
    margin-left: 10vw; /* Dies ist die Endposition */
    width: 6vw;
    height: 6vw;
    position: relative; /* Wichtig für die transform-Eigenschaft */
    /* Hier wird die Animation zugewiesen */
    animation-name: moveAndRotate;
    animation-duration: 4s; /* Dauer der Animation (z.B. 2 Sekunden) */
    animation-timing-function: ease-out; /* Sorgt für ein sanftes Ende */
    animation-fill-mode: forwards; /* Behält den Endzustand nach der Animation bei */
     will-change: transform, opacity;
  }


/* Keyframes definieren die einzelnen Schritte der Animation */
@keyframes moveAndRotate {
    0% {
        /* Startzustand: Außerhalb des Bildschirms links, gedreht und unsichtbar */
        transform: translateX(-30vw) rotate(-45deg);
        opacity: 0;
    }
    25% {
        /* Zwischenzustand: Etwas näher, weniger gedreht und teilweise sichtbar */
        transform: translateX(0vw) rotate(0deg);
        opacity: 1;
    }

    30% {
        /* Zwischenzustand: Etwas näher, weniger gedreht und teilweise sichtbar */
        transform: translateX(80vw) rotate(0deg);
        opacity: 0.5;
    }

    60% {
        transform: translateX(80vw) rotate(45deg);
        opacity: 1;
    }
    100% {
        /* Endzustand: An der normalen Position, ohne Drehung und sichtbar */
        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }
}




.box {
    float: left;
    width: 25%;
    height: 24vw;
    border-radius: 1vw;
    position: relative;
    z-index: 0;
    overflow: hidden; /* Bild bleibt in der Box */
    margin: 0 1.5vw 2vw 0;
}

.box img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Bild passt in die Box */
    border-radius: inherit;
    display: block;
    z-index: 1;
    position: relative;
    
}

@property --deg {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0deg;
}

.box::before,
.box::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px; /* Rand für den Glow */
    background: conic-gradient(
        from var(--deg) at center,
        #21509b,
        #ec711d,
        #21509b
        will-change: transform; 
    );
    -webkit-mask: 
        linear-gradient(#000 0 0) content-box, 
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude; /* nur Rand sichtbar */
    animation: autoRotate 2s linear infinite;
    z-index: 2; /* über Bild, aber nur Rand sichtbar */
}

.box::after {
    filter: blur(10px); /* Glow-Effekt */
}

@keyframes autoRotate {
    to {
        --deg: 360deg;
    }
}




.bild3, .bild4 {
    display: block;
    margin: 1vw auto 3vw auto;
    width: 99%;
    height: auto;
  
}

.bild5 {
  width: 16vw;
  height: auto;
  height: 8vw; /* Höhe an den Container angepasst */
  width: auto; /* Breite passt sich automatisch an */
}

.bild6  {
  width: 15vw;
  height: auto;
}

.bild7  {
  width: 10vw;
  height: auto;
}

.bild8 {
  float: right;
  width: 15vw;
  height: auto; 
  margin: 1vw 0 1vw 1vw;
}

.bild9 {
  float: right;
  width: 15vw;
  height: auto; 
  margin: 1vw 0 1vw 1vw;
}

.bild10 {
  float: right;
  width: 15vw;
  height: auto; 
  margin: 1vw 0 1vw 1vw;
}


/*Animations*/



/*Ball*/
.rahmen {
    width: 100%;
    height: 38.2vw;
    background-image: url(./images/style/hintergrund.jpg);
    background-size:cover;
    background-repeat: no-repeat;
}



.loader {
  position: absolute;
  top: 40vw;
  right: 2vw;
  width: 16vw;
  height: 16vw;
  border-radius: 50%;
  perspective: 800px;
}



.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;  
}

.inner.one {

  animation: rotate-one 1s linear infinite;
  border-bottom: 9px solid #21509b;
  will-change: transform;
}

.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 9px solid #21509b;
  will-change: transform;
}

.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 9px solid #21509b;
  will-change: transform;
}   

.ball {
    right: 0vw;
  top: 144vw;
  height: 16vw;
  width: 16vw;
  background-image: url(./images/style/ball3.png);
  background-size: cover;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}


.footer {
position: absolute;
width: 100vw;
height: 10vw;
margin-top: 350vh;
background-color:rgb(23, 41, 143)
}

.footer2 {
position: relative;
width: 100vw;
height: 10vw;
margin-top: 6vw;
background-color:rgb(23, 41, 143)
}

/*Tron Spinner */

.spinner {
     float: right;
     position: relative;
     margin-right: 9vw;
     margin-top: 16vw;
     box-sizing: border-box;
     background-clip: padding-box;
     width: 20vw;
     height: 20vw;
     border-radius: 10vw;
     border: 4px solid rgba(255, 255, 255, 0.1);
     -webkit-mask: linear-gradient(rgba(0, 0, 0, 0.1), #000000 90%);
     transform-origin: 50% 60%;
     transform: perspective(200px) rotateX(66deg);
     animation: spinner-wiggle 1.2s infinite;
     z-index: 1;
     will-change: transform; 
   }
   
   @keyframes spinner-wiggle {
     30% {
       transform: perspective(20vw) rotateX(66deg);
     }
     40% {
       transform: perspective(20vw) rotateX(65deg);
     }
     50% {
       transform: perspective(20vw) rotateX(68deg);
     }
     60% {
       transform: perspective(20vw) rotateX(64deg);
     }
   }
   .spinner:before,
   .spinner:after {
     content: "";
     position: absolute;
     margin: -4px;
     box-sizing: inherit;
     width: inherit;
     height: inherit;
     border-radius: inherit;
     opacity: .05;
     border: inherit;
     border-color: transparent;
     animation: spinner-spin 1.2s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, spinner-fade 1.2s linear infinite;
   }
   
   .spinner:before {
     border-top-color: #21509b;
   }
   
   .spinner:after {
     border-top-color: #f06f1d;
     animation-delay: 0.3s;
   }
   
   @keyframes spinner-spin {
     100% {
       transform: rotate(360deg);
     }
   }
   @keyframes spinner-fade {
     20% {
       opacity: .1;
     }
     40% {
       opacity: 1;
     }
     60% {
       opacity: .1;
     }
   }


   #dribble {
     position: absolute;
     width: 16vw;
     height: 16vw;
     margin-left: 70vw;
     margin-right: 2vw;
     margin-top: 15vw; 
       -webkit-animation-name: hovering;
       -webkit-animation-duration: 3s;
       -webkit-animation-iteration-count: infinite;
       -webkit-animation-timing-function: ease-in-out;
       -moz-animation-name: hovering;
       -moz-animation-duration: 3s;
       -moz-animation-iteration-count: infinite;
       -moz-animation-timing-function: ease-in-out;
       animation-name: hovering;
       animation-duration: 3s;
       animation-iteration-count: infinite;
       animation-timing-function: ease-in-out;
       z-index: 4;
       will-change: transform; 
   }
   
   @-webkit-keyframes hovering {
       from {-webkit-transform:translate(0, 0vw);}
       50% {-webkit-transform:translate(0, -2vw);}
       to {-webkit-transform: translate(0, 0vw);}
   }
   
   @-moz-keyframes hovering {
       from {-moz-transform:translate(0, 0vw);}
       50% {-moz-transform:translate(0, -2vw);}
       to {-moz-transform: translate(0, 0vw);}
   }
   
   @keyframes hovering {
       from {transform:translate(0, 0vw);}
       50% {transform:translate(0, -2vw);}
       to {transform: translate(0, 0vw);}
   }
   
   

/* Basketball */

.basketball {
  width: 120px;
  height: 120px;
  background-color: #ff6b00;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.basketball::before,
.basketball::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
}

.basketball::before {
  top: 20px;
  left: 20px;
}

.basketball::after {
  bottom: 20px;
  right: 20px;
}


.sub_navigation_skills_left {
  position: sticky;
  top: 2vw;
  padding: 1vw;
  margin: 0;
  box-sizing: border-box; 
}

.sub_navigation_skills_left2 {
  top: 2vw;
  padding: 1vw;
  margin: 0;
  box-sizing: border-box; 
}

.sub_navigation_skills_right {
  position: sticky;
  top: 2vw;
  padding: 1vw;
  width: 20vw;
  top: 2vw;
  padding-right: 2vw;
  margin: 0;
  box-sizing: border-box; 
  background-color: white;
}

.sub_navigation_skills_right2 {
  top: 2vw;
  padding: 1vw;
  width: 20vw;
  top: 2vw;
  padding-right: 2vw;
  margin: 0;
  box-sizing: border-box; 
  background-color: white;
}


/*Submenus*/

.sub_navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.4vw;
  line-height: 2;
 }


 i {
  font-style: normal;
 }

 /*Scoresheet */

table {
  margin: auto;
}

.tabelle th {
  width: 14vw;
  border: 1px solid black;
  font-size: 1vw;
  font-weight: bold;
  padding: 1vw 0 1vw 0.3vw;
  box-sizing: border-box;
}

.tabelle td {
border: 1px solid black;
font-size: 1.vw;
width: 14vw;
padding: 1vw 0 1vw 0.3vw;
box-sizing: border-box;
}
    