*{
	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/kontakte/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;
}







#einleitung {
	background: #17191C;
	padding-top: 4%;
}

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


#kontakte {
	background: #212529;
	padding-bottom: 3%;
}

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




#map {
	background: #17191C;
	padding-bottom: 4%;
}

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



.karte iframe {
	padding: 0 50px;
	width: 100%; 
	height: 500px; 
}	


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