*{
	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/über-uns/bg.jpg") 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;
}






#wir {
	background: #212529;
}

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


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


#image {
	background: #17191C;
}

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

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

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

.inner-card img {
	width: 100%;
	margin-top: 20px;
	border-radius: 9px;
	max-width: 648px;
}	

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