*{
  padding: 0;
  margin: 0;
}


body {
  font-family: fantasy, sans-serif;
  font-style: italic;
  color: rgba(0, 0, 0, 1);
}

canvas {
  display: block;
  margin: auto;
  height: auto;
}

h1{
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

p{
  font-size: 20px;
}


.header-container {
  display: flex;
  align-items: center;
}

.content{
  height: 85%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  margin-top: 5%;
  border-radius: 35px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}

.text-content{
  max-width: 60%;
  width: 60%;
  height: 100%;
}

.bild-content{
  margin-left: 10%;
  margin-right: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
}


#wrapper{
  padding: 10px;
  background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
                   url("assets/img/background.jpg");
  background-size: cover;
  min-height: 1000px;
  min-width: 500px;
}

#title{
  height: 80px;
  min-width: 100px;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 35px;
  box-shadow: inset 10px 10px 35px rgba(153, 153, 153, 1), inset -10px -10px 35px rgba(153, 153, 153, 1);
  margin-left: 10px;
  margin-right: 10px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}
#video{
  width: 200px;
  height: 150px;
  transform: scale(1.1, 1);
  -webkit-transform: scale(1.1, 1);
  -moz-transform: scale(1.1, 1);
  -ms-transform: scale(1.1, 1);
  -o-transform: scale(1.1, 1);
}


#svg{
  height: 100px;
  width: 100px;
}

#fußball{
  display: flex;
  height: 40%;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 35px;
  box-shadow: inset 10px 10px 35px rgba(153, 153, 153, 1), inset -10px -10px 35px rgba(153, 153, 153, 1);
  margin: 5px;
  padding: 20px;
  }

#judobasket{
  margin-top: 10px;
  height: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 40%, rgba(0,2,255,1) 50%, rgba(255,255,255,1) 60%);
  border-radius: 35px;
  box-shadow: inset 10px 10px 35px rgba(153, 153, 153, 1), inset -10px -10px 35px rgba(153, 153, 153, 1);
  margin: 5px;
  padding: 20px;
}

#judo{
  min-height: 300px;
  width: 45%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#basketball{
  width: 45%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}


