*{
	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/i.d/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: 25%;
	font-size: 400%;
	color: #f2f2f2;
}






#impressum {
	background: #212529;
}

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


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


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