@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200..700&display=swap');

    .ueberschrift {
      z-index: 1;
      margin: 0 auto;
      margin-top: 50px;
      text-align: center;
      border: 2px solid blue;
      border-radius: 50px;
      background-color: grey;
      width: 25%;
    }

		body {
        background-image: url('');
        background-repeat: no-repeat;
        background-attachment: fixed; 
        background-size: 100% 100%;
        background-color: lightgrey;
        margin: 0;
      }
      

      .mitglied {
        border: 2px solid black;
        border-collapse: collapse;
        border-radius: 40px;
        background-color: white;        
      }

    .shadow:hover {
      box-shadow: 0 0 20px grey;
    }   

	  #wrapper1 {
      display: flex;
      justify-content: center;
	  }

    #wrapper2, #wrapper3 {
      float:left; 
      display:inline; 
      min-width: 23%;
      max-width: 23%;
      margin-left: 50px;
      margin-right: 50px;
      margin-top: 15%;
    } 

    ul {
      list-style: none;
      padding-left: 15px;
      padding-right: 15px;
    }

    #name {
      border-bottom: 1px solid black;
      font-size: 30px;
      font-weight: bold;
      font-family: Kanit;
    }


    .textstyle {
        font-size: 20px;
        font-family: Kanit;
    }
		
		a:link {
			color: black;
			text-decoration: none;
			background-color:transparent;
		}
		
		
		a:visited {
			color: black;
			text-decoration:none;
			background-color: none;
		}
		
		a {
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		}