
@font-face {
font-family: NimbusSanL-Bol;
src: url(./fonts/NimbusSanL-Bol.otf);
}

@font-face {
font-family: NimbusSanL-BolIta;
src: url(./fonts/NimbusSanL-BolIta.otf);
}                                

@font-face {
font-family: NimbusSanL-Reg;
src: url(./fonts/NimbusSanL-Reg.otf);
}

@font-face {
font-family: NimbusSanL-Reglta;
src: url(./fonts/NimbusSanL-Reglta.otf);
}


@font-face {
  font-family: Helveticrap;  
  src: url(./fonts/Helveticrap.ttf);
  }


body {
  width: 94%;
  padding: 3%;
  font-family: NimbusSanL-Reg;
}

h1 {
  font-family: NimbusSanL-Bol;
}

h2 {
  font-family: NimbusSanL-BolIta;
}  



@media screen and (max-width: 1000px) {
  header {
  height: 7vw;
}
}



a {
  color: #620065;
  font-weight: bold;
  text-decoration: none;
}

/* Beginn Navigation*/

 /* Add a black background color to the top navigation */
.topnav {
  background-color: #ffffff;
  overflow: hidden;
  font-family: NimbusSanL-Reg;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

@media screen and (min-width: 1000px) {
  .topnav a {
  width: 8vw;
}
}

/* Add an active class to highlight the current page */
.active {
  background-color: #ffe600;
  color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
   border: none;
  outline: none;
  color: #000000;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropbtn .active {
  background-color: #ffe600;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #555;
  width: 8vw;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 0;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
  display: block;
      text-align: center;
  padding: 14px 16px;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  display: block;
  background-color: #ddd;
  color: black;
      text-align: center;
  padding: 14px 16px;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
  margin-top: 3vw;
    text-align: center;
  padding: 14px 16px;
}

@media screen and (max-width: 1000px) {
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #555;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 0;
}
}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1000px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1000px) {
  .dropdown a, .dropbtn a {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1000px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;

  }
}

/* Ende Navigation*/

.helveticrap {
  font-family: Helveticrap;
  font-size: 3vw;
  color: white;
}

#black {
  width: 100%;
  height: 38vw;
  background-image: url("./images/basketball-jerseys/basketball.jpg");
  background-repeat: no-repeat;
  background-size: cover;
} 


#schrift-index  {
  width: 60%;
    margin-left: 4vw;
  padding-top: 27vw;
  font-size: 1.4vw;
  color: #dddddd;
  line-height: 1.5;
  text-shadow: 0.1em 0.1em #333;
}

#schrift-index  a {
  color: #8a1f70;
  text-decoration: none;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .helveticrap {
  font-family: Helveticrap;
  font-size: 5vw;
  color: white;
}

  #schrift-index  {
  width: 80%;
    margin-left: 4vw;
  padding-top: 24vw;
  font-size: 3vw;
  color: #dddddd;
  line-height: 1.5;
  text-shadow: 0.1em 0.1em #333;
}

#schrift-index  a {
  color: #8a1f70;
  text-decoration: none;
  font-weight: bold;
}
}


dl {
  line-height: 1.5;
}

dt {
  font-style: italic;
  font-weight: bold;
  margin-top: 0.4vw;
  margin-bottom: 0.4vw;
}

#ballname {
  float: right;
  font-size: 2.4vw;
  font-family: NimbusSanL-BolIta;
  font-weight: bold;
  color: #dddddd;
  line-height: 0.5;
}

@media screen and (max-width: 1000px) {
 #ballname {
  display: none;
}
}




.minimenu a {
  margin-top: 20px;
  text-decoration: none;
  color: green;
  font-size: 1em;
}


.oben {
 width: 100%;
 height: 700px;
}

.linke-spalte {
    margin-top: 2vw;
 float: left;
 width: 40%;
 height: auto;
 }

.rechte-spalte {
 float: right;
 width: 55%;
 height: auto;
 }

 .beschreibung {
  float: left;
  width: 100vw;
  height: auto;
 }



.uvp {
  text-decoration: line-through;
  color: red;
  font-weight: bold;
}

.preis {
  color: green;
  font-weight: bold;
  }


#produktbilder {
  margin-top: 2vw;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.rechts {
  font-family: NimbusSanL-Reg;
  font-weight: lighter;
  float: left;
  width: 44%;
  padding: 3%;
  height: 48vw;
}


.links {
  float: left;
   width: 44%;
   height: 48vw;
  padding: 3%;
}

.font {
  padding-left: 3%;
  list-style-image: url('./images/basketball-style.jpg');
}

@media screen and (max-width: 1000px) {  
  .font li {
    margin-bottom: 12px;
  }
}

.font2 {
  margin-left: 2vw;
  padding-left: 0;
  list-style-image: url('./images/basketball-style.jpg');
}

@media screen and (max-width: 1000px) {  
  .font2 li {
    margin-left: 0vw;
    padding-left: 0%;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 1000px) {
  .rechts {
  font-family: NimbusSanL-Reg;
  font-weight: lighter;
  float: none;
  width: 96%;
  padding: 2%;
  height: auto;
}


.links {
  display: none;
}
}


.baelle {
  width: 100%;
  height: 9vw;
  display: flex; 
  flex-direction: row;
  justify-content: space-between;
}


header {
  padding-top: 20px;
  padding-bottom: 25px;
 }

.bild1 {
  margin-top: -2vw; 
  margin-left: 0vw;
  width: 10%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .bild1 {
  margin: auto;
  display: block;
}
}

#bild2 {
  margin: auto;
  margin-top: 3vw;
  display: block;
  width: 96%;
  height: auto;
    box-shadow: 1vw 1vw 1vw #ffe600;
}


.bild3 {
  width: 5vw;
  height: 5vw;
  margin-left: 1vw;
  margin-bottom: 1vw;
  padding: 0.2vw 0.2vw 0.2vw 0.2vw;
  border: 1px solid grey;
}


#bild4 {
  float: right;
  width: 38vw;
  height: auto;
  margin-right: 8vw;
  margin-top: -29vw;
  margin-bottom: -2vw; 
}  

#bild5 {
  float: right;
  width: 17vw;
  height: auto;
  margin-right: 0vw;
  margin-top: 2vw;
}


@media screen and (max-width: 1000px) {
 #bild5 {
   display: block;
  float: none;
  width: 80%;
  height: auto;
  margin: auto;
  margin-top: 2vw;
}
}

.bild6 {
  float: left;
  margin-top: 2vw;
  width: 8vw;
  height: auto;
}

.bild7 {
  width: 26vw;
  height: auto;
  margin-left: -2vw;
}

@media screen and (max-width: 1000px) {
 .bild7 {
  width: 91vw;
  height: auto;
}
}

.bild8 {
  float: left;
  width: 7vw;
  height: auto;
  margin: 2vw 1vw 2vw 0vw;
}

@media screen and (max-width: 1000px) {
 .bild8 {
  width: 85vw;
  height: auto;
}
}

#bild9 {
  float: right;
  width: 17vw;
  height: auto;
    margin-left: 2vw;
    margin-top: 1vw;
}

@media screen and (max-width: 1000px) {
 #bild9 {
 display: block;
   float: none;
  width: 85vw;
  height: auto;
  margin: auto;
}
}


#bild10 {
  width: auto;
  height: 40vw;
    box-shadow: 0 10px 10px -3px black;
}

@media screen and (max-width: 1000px) {
 #bild10 {
  width: 85vw;
  height: auto;
  margin-bottom: 8vw;
}
}

#bild11 {
  width: auto;
  height: 40vw;
  box-shadow: 0 10px 10px -3px #ffe600;
}

@media screen and (max-width: 1000px) {
 #bild11 {
  width: 85vw;
  height: auto;
  margin-bottom: 8vw;
}
}

#bild12 {
  width: auto;
  height: 40vw;
    box-shadow: 0 10px 10px -3px black;
}

@media screen and (max-width: 1000px) {
 #bild12 {
  width: 85vw;
  height: auto;
  margin-bottom: 8vw;
}
}

#bild13 {
  float: left;
  width: 15vw;
  height: auto;
    margin-right: 2vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    box-shadow: 0 10px 10px -3px #ffe600;
}

@media screen and (max-width: 1000px) {
 #bild13 {
   display: block;
   float: none;
  width: 85vw;
  height: auto;
    margin: 0 auto 8vw auto;
}
}

#bild14 {
  float: left;
  width: 15vw;
  height: auto;
    margin-right: 2vw;
    margin-top: 1vw;
    margin-bottom: 1vw; 
    box-shadow: 0 10px 10px -3px #ffe600;
}

@media screen and (max-width: 1000px) {
 #bild14 {
      display: block;
   float: none;
  width: 85vw;
  height: auto;
  margin: 0 auto 8vw auto;

}
}

#bild15 {
  display: block;
  width: 40vw;
  height: auto;
  margin: auto;
}

@media screen and (max-width: 1000px) {
 #bild15 {
   width: 80vw;
 }
}

#bild16 {
  display: block;
  width: 90%;
  height: auto;
    margin: auto;
    margin-top: 1vw;
    margin-bottom: 1vw; 
    box-shadow: 0 10px 10px -3px #ffe600;
}

@media screen and (max-width: 1000px) {
 #bild16 {
      display: block;
   float: none;
  width: 85vw;
  height: auto;
  margin: 0 auto 8vw auto;

}
}

#bild17 {
  display: block;
  width: 90%;
  height: auto;
    margin: auto;
    margin-top: 1vw;
    margin-bottom: 1vw; 
    box-shadow: 0 10px 10px -3px #ffe600;
}

@media screen and (max-width: 1000px) {
 #bild17 {
      display: block;
   float: none;
  width: 85vw;
  height: auto;
  margin: 0 auto 8vw auto;

}
}

.bild18 {
  display: block;
  width: 30%;
  height: auto;
    margin: auto;
    margin-top: 1vw;
    margin-bottom: 1vw; 
    box-shadow: 0 10px 10px -3px #ffe600;
}

@media screen and (max-width: 1000px) {
 .bild18 {
      display: block;
   float: none;
  width: 85vw;
  height: auto;
  margin: 0 auto 8vw auto;

}
}

#bild19 {
  width: 20%;
  height: auto;
    float: left;
    margin: 2vw 2vw 2vw 2vw;
    box-shadow: 0 10px 10px -3px #ffe600;
}

@media screen and (max-width: 1000px) {
 #bild19 {
      display: block;
   float: none;
  width: 85vw;
  height: auto;
  margin: 0 auto 8vw auto;

}
}

#bild20 {
  position: relativ;
  display: block;
  width: 60%;
  height: auto;
    margin: auto;
}

@media screen and (max-width: 1000px) {
 #bild20 {
      display: block;
   float: none;
  width: 85vw;
  height: auto;
  margin: 0 auto 8vw auto;

}
}

.pic-line {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 1000px) {
.pic-line {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
    margin-top: 3vw;
  margin-bottom: 3vw;
}
}

#flex {
  width: 60%;
  height: auto;
  display: flex;
  justify-content: space-between; 
  margin-bottom: 3vw;
}

@media screen and (max-width: 1000px) {
#flex {
  width: 100%;
  height: auto;
  line-height: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  margin-bottom: 3vw;
}
}



#pics {
  width: 100%;
  height: auto;
  margin-bottom: 4vw;
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 1000px) {
  #pics {
  width: 100%;
  height: auto;
  margin-bottom: 4vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
}

.zeile {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 1000px) {
    .zeile {
  width: 100%;
  display: flex;
  flex-direction: column; 
  justify-content: space-around;
}
}

.badminton {
  width: 30vw;
  height: 32vw;
  border: 2px black dotted;
  padding: 1vw 1vw 1vw 1vw;
  margin-bottom: 4vw;
}

@media screen and (max-width: 1000px) {
.badminton {
  width: 90vw;
  height: auto;
  border: 2px black dotted;
  padding: 4vw 1vw 9vw 1vw;
  margin-bottom: 6vw;
}
}


.soccer {
  width: 27vw;
  height: 37vw;
  border: 2px black groove;
  padding: 1vw 1vw 1vw 1vw;
  margin-bottom: 4vw;
}

@media screen and (max-width: 1000px) {
.soccer {
  width: 90vw;
  height: auto;
  border: 2px black groove;
  padding: 4vw 1vw 4vw 1vw;
  margin-bottom: 6vw;
}
}

.basketball {
  width: 27vw;
  height: 34vw;
  border: 2px black dotted;
  padding: 1vw 1vw 1vw 1vw;
  margin-bottom: 4vw;
}

@media screen and (max-width: 1000px) {
.basketball {
  width: 90vw;
  height: auto;
  border: 2px black dotted;
  padding: 4vw 1vw 4vw 1vw;
  margin-bottom: 6vw;
}
}



.basketball2 {
  width: 27vw;
  height: 27vw;
  margin-bottom: 4vw;
}

@media screen and (max-width: 1000px) {
.basketball2 {
  display: nnone;
}
}


#photos {
  float: right;
  text-align: right;
  font-style: italic;
}

@media screen and (max-width: 1000px) {
  #photos {
  float: right;
  text-align: right;
  font-style: italic;
  margin: 6vw 4vw 0vw 3vw;
}
}

#line {
  width: 100%;
  border: 1px solid #ffe600;
  margin-top: -0.1vw;
}


.news {
  width: 100%;
  height: auto;
  display: flex;
    flex-direction: row;
  justify-content: space-around;
  margin-bottom: 4vw;
}

.newsbeitrag {
  width: 22vw;
  height: auto;
  padding: 0vw 2vw 2vw 2vw;
  background-color: #dddddd;
}

.newsbeitrag2 {
  width: 22vw;
  height: auto;
  padding: 0vw 2vw 2vw 2vw;
  background-color: #ffffff;
}

@media screen and (max-width: 1000px) {
.news {
  display: block;
  width: 91vw;
  height: auto;
  margin: auto;
}

.newsbeitrag {
  width: 87vw;
  height: auto;
  padding: 0vw 2vw 2vw 2vw;
  background-color: #dddddd;
  margin-top: 6vw;
}

.newsbeitrag2 {
  display: none; 
}
}




/* Beginn Button */
.wrapper{
  position: relative;
}

.wrapper a{
  display: block;
  width: 400px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-family: NimbusSanL-Reg;
  text-decoration: none;
  color: #333;
  border: 2px solid #333;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  margin-top: 2vw;
  transition: all .35s;
}

.wrapper a span{
  position: relative;
  z-index: 2;
}

.wrapper a:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ffe600;
  transition: all .35s;
}

.wrapper a:hover{
  color: #fff;
}

.wrapper a:hover:after{
  width: 100%;
}
 /*Ende Button*/

@media screen and (max-width: 1000px) {
  .wrapper a {
  display: block;
  width: 90%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-family: sans-serif;
  text-decoration: none;
  color: #333;
  border: 2px solid #333;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  margin-top: 2vw;
  transition: all .35s;
  }
}


 /* Beginn Button */
.wrapper2 {
  position: relative;
}

.wrapper2 a{
  display: block;
  width: 400px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-family: sans-serif;
  text-decoration: none;
  color: #ffffff;
  border: 2px solid #ffffff;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  margin-top: 2vw;
  transition: all .35s;
}

.wrapper2 a span{
  position: relative;
  z-index: 2;
  color: white;
}

.wrapper2 a:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  color: white;
  background: #ffe600;
  transition: all .35s;
}

.wrapper2 a:hover{
  color: #fff;
  color: white;
}

.wrapper2 a:hover:after{
  width: 100%;
  color: white; 
}
 /*Ende Button*/
 
 footer {
   width: 100%;
   height: auto;
   display: block;
   margin: auto;
   margin-top: 3vw;
   text-align: center;
 }
 
 .footer-links {
   width: 100%;
   height: 27vw;
   margin-bottom: 2vw;
   background-color: #ffe600;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
 }
 
 .ulfooter {
   width: 25%;
   height: auto;
   text-align: left;
 }  
 
  .ulfooter li {
    list-style-type:none;
    margin-bottom: 1vw;
 }
 

  .ulfooter li a {
    text-decoration: none;
    color: #0C0E6C;
 }
 
 .abstand {
   margin-top: 1vw;
 }
 

@media screen and (max-width: 1000px) {
 .footer-links {
   width: 100%;
   height: auto;
   margin-bottom: 2vw;
   background-color: #ffe600;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
 }
 
 .ulfooter {
   width: 100%;
   height: auto;
   text-align: center; 
   padding-top: 0vw;
   margin-top: -4vw;
   padding: 0;
   margin: 0;
 }
 
  .ulfooter:first-child {
   width: 100%;
   height: auto;
   text-align: center;
   padding-top: 0vw;
   
   padding: 0;
   margin: 0; 
   margin-top: 7vw;
 }



  .ulfooter li {
    list-style-type:none;
   padding: 0;
   margin: 0;  
   margin-bottom: 7vw;
 }
 

  .ulfooter li a {
    text-decoration:none;
    color: #620065;
    font-size: 7vw;
 }

 .abstand {
   margin-top: 7vw;
   padding: 0vw;
 }
 }
 

#contact {
  width: 100%;
  height: 42vw;
}

#formular{
  float: left;
  width: 49%;
  height: 48vw;
  border-right: 1px solid grey;
  margin-bottom: 2vw;
}


#adress {
  float: right;
     width: 49%;
}




@media screen and (max-width: 1000px) {
  #contact {
  width: 100%;
  height: auto;
}

  #formular {
  float: none;
  width: 100%;
  height: auto;
  border-right: none;
  margin-bottom: 2vw;
}

#adress {
  float: none;
     width: 100%;
     height: auto;
}
}


.sports {
  width: 100%;
  height: 12vw;
}

@media screen and (max-width: 1000px) {
  .sports {
    width: 100%;
  height: auto;
}
}

#firstname {
  width: 80%;
  height: auto;
  margin-bottom: 1vw;
}

#lastname {
  width: 80%;
  height: auto;
  margin-bottom: 1vw;
}

#email {
  width: 80%;
  height: auto;
  margin-bottom: 1vw;
}

#message {
  width: 80%;
}

fieldset {
  border: none;
}

#senden {
  width: 80%;
  background-color: inherit;
    font-family: NimbusSanL-Reg;
  text-decoration: none;
  display: block;
  line-height: 40px;
  font-size: 18px;
  color: #333;
  border: 2px solid #333;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  margin-top: 0vw;
  background-color: #ffe600;
}

@media screen and (max-width: 1000px) {
  #firstname {
  width: 100%;
  height: auto;
  margin-bottom: 5vw;
}

#lastname {
  width: 100%;
  height: auto;
  margin-bottom: 5vw;
}


#email {
  width: 100%;
  height: auto;
  margin-bottom: 5vw;
}


#message {
  width: 100%;
}


#senden {
  display: block;
  width: 80%;
  background-color: inherit;
    font-family: NimbusSanL-Reg;
  text-decoration: none;
  display: block;
  line-height: 40px;
  font-size: 18px;
  color: #333;
  border: 2px solid #333;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  margin: 5vw auto 13vw auto;
  background-color: #ffe600;
}
}

#baer {
  display: none;
}

