*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: "Ubuntu",sans-serif;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}




a {
	text-decoration: none;
}

li {
	list-style-type: none;
}





#home{
	height: 100vh;
	min-height: 500px;
	background: url(../images/index/bg.jpeg) no-repeat center;
	background-size: cover;
}

#home .inner-width{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: center;
}

#home .content h1{
	padding-top: 55%;
	font-size: 5.5vw;
	color: #f2f2f2;
}

#home .content h2{
	font-size: 300%;
	color: #f2f2f2;
}



.downBtn {
	font-size: 40px;
	color: #f2f2f2;
	cursor: pointer;
	transition-duration: 0.4s;
}

.downBtn:hover {
	color: #676767;
}










#willkommen {
	background: #212529;
}

#willkommen h3 {
	font-weight: 1000;
	color: #fff;
	padding-top: 3%;
	font-size: 40px;
	text-align: center;
}


hr.miniline {
	width: 50px;
	height: 3px;
	background: #494949;
	border: 0;
	margin: 0px auto 40px auto;
}


#willkommen p {
	font-family: 'Roboto', sans-serif;
	padding: 20px;
	font-size: 27px;
	color: #A2A2A2;
	text-align: center;
	padding-bottom: 3%;
}
	
	
	






#vereine {
	background: #17191C;
}

#vereine h3 {
	font-weight: 1000;
	color: #fff;
	padding-top: 3%;
	font-size: 40px;
	text-align: center;
}

.inner-card {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0px auto 10px auto;
	width: 95%;
}

.card-list {
	padding: 5px 0 10px 0;
}

.inner-card > div {
	padding: 15px;
	margin: 5px;
	color: white;
	text-align: center;
	border-radius: 9px;
}

.inner-card img {
	width: 200px;
	margin-top: 20px;
	border-radius: 9px;
}	
	
	
	



@media all and (max-width: 500px) {
  .card-list {
    flex-direction: column;
  }
}
