*{
	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: 10vh;
	min-height: 350px;
	background: url("../images/wurf/bg.png") 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: 25%;
	font-size: 400%;
	color: #f2f2f2;
}


#wuerfe {
	background: #212529;
}

#wuerfe 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;
}


.wurf-box {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	padding-bottom: 2%;
}


.card {
	background: #191d24;
	padding: 0 20px;
	margin: 0 10px;
	width: calc(33% - 150px);
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
	border-radius: 15px;
}

.card:hover {
	background: #2f3542;
}

.card p{
	font-size: 25px;
}


@media screen and (max-width:800px) {
  .wurf-box{
	flex-direction: column;
  }
  .card{
	width: 100%;
	max-width: 300px;
	margin: 10px 0;
  }
}





#wieso {
	background: #17191C;
}

#wieso 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;
}


#wieso p {
	font-family: 'Roboto', sans-serif;
	padding: 50px;
	font-size: 23px;
	color: #A2A2A2;
}
	
	

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