body {
	background-color: #2F2F2F;
	display: flex;
  	flex-direction: column;
 	min-height: 100vh;
	
}

.navbar-brand {
	padding-right: 20px;
	
}

p {
  	padding: 10px;
  	font-weight: lighter;
	color: white;
}

.custom-h5 {
	color: white;
	padding-top: 20px;
	padding-bottom: 10px;
	
}

.custom-h1 {
	color: white;
	
}

.untertitel {
	color: white;
	
}

.uebersicht {
	padding: 10px;
	
}

img {
  padding: 10px;
	
}

card-title {
	color: white;
	
}

.row {
	padding: 10px;
	
}

.card {
	background-color: #5865F2;
	
} 
.card-title {
	color: white;
	
}

.card-text {
	color: white;
	
}

.card-btn {	
	background-color: #2F2F2F; 
	color: white;

}

ul.dropdown-menu a:hover { 
	background-color: #636363 !important; 
}

.kein-discord{
	font-weight: lighter;
	
}

.wrapper {
  	flex: 1;
}

.footer {
  	background-color: #5865F2;
  	padding: 20px 0;
}

.navbar {
  	min-height: auto; 
}

.footer-h5 {
	color: #2F2F2F;
	
}

a {
	color: white;
	text-decoration: none;
	font-weight: lighter;
	
} 

a:hover {
	color: lightgrey;
	
}

.ueber-text {
	max-width: 700px;
	
}

.anleitung1 {
	color: white;
	font-weight: lighter;
	border: medium;
	border-color: #5865F2;
	border-style: solid;
	border-radius: 25px;
	padding: 20px;
	background-color: #4B4B4B;
	
}

ul.custom-list {
  	list-style: none;
  	padding: 0;
	
}

.zwischentitel {
	padding-bottom: 10px;
	
}

h5.intro {
	margin-left: 10px;
	margin-right: 10px;
	
}