@media (min-width: 1200px) {
	.container, 
	.container-lg, 
	.container-md, 
	.container-sm, 
	.container-xl {
		max-width: 960px;
	}
}

.h1, .h2, .h3, .h4, .h5, .h6, 
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1.5rem;
}
.background_gray {
	background-color: #373b3e;
	color: #fff;
}
.background_gray,
.background_white {
	padding: 20px 0 75px 0;
}
.background-green {
	background-color: #1ba304;
	text-align: center;
}
.background-green h6 {
	margin:0;
	padding: 1rem;
	color: #fff;
	font-style: italic;
}
.badge {
	font-size: initial;
	font-weight: initial;
	white-space: normal;
}
#ueber_mich .bg-info-subtle {
	margin: 5px 0 0;
	color: #212529;
	font-size: 22px;
	font-style: italic;
}
#site_header {
	padding-top: 50px 0;
}
#site_title {
	padding: 100px 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: lighter !important;
}
#site_header h1 span {
	padding: 0 0 1.5rem;
	margin: 0 0 1.5rem;
	display: block;
	border-bottom: 1px solid #212529;
}
#site_header h3 {
	margin: 0;
	text-transform: uppercase;
}
#site_header h3 span {
	display: inline-block;
}
#site_header h3 span:first-letter {
	font-size: 35px;
}
.card-text h5 {
	margin: 1.5rem 0 0;
}
#ueber_mich_list .badge {
	text-align: left;
	margin: 5px 0;
	white-space: normal;
}
#contact_form #your_message {
	margin-left: 10px;
}
.rounded-pill {
	border-radius: 5px !important;
}
.textarea-color,
#info_field .bg-danger-subtle,
#info_field .bg-success-subtle {
	color: #212529;
}
#info_field p.bg-danger-subtle,
#info_field p.bg-success-subtle {
	padding: 1.5rem;
}
#meine_staerken .badge,
#mein_sport .badge {
	text-transform: uppercase;
	padding: 1rem;
}