.mt-12 {
	margin-top: 12px !important;
}
.mb-12 {
	margin-bottom: 12px !important;
}
.mt-24 {
	margin-top: 24px !important;
}
.mb-24 {
	margin-bottom: 24px !important;
}
.mt-48 {
	margin-top: 48px !important;
}
.mb-48 {
	margin-bottom: 48px !important;
}
.pr-12 {
	padding-right: 12px !important;
}
.pl-12 {
	padding-left: 12px !important;
}
.pr-12 {
	padding-right: 12px !important;
}
.pl-12 {
	padding-left: 12px !important;
}
.pr-11 {
	padding-right: 11px !important;
}
.pl-11 {
	padding-left: 11px !important;
}
/* Loader */
.loader {
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.btn-outline-deep-orange {
	border-color: #ff5722;
	color: #fff;
	background: #ff5722;
	background-image: none;
}
.text-deep-success {
	color: #388E3C !important;
}
/* Part of W3.CSS */
.w3-text-deep-orange, .w3-hover-text-deep-orange:hover {
	color: #ff5722 !important;
}
/* Header */
.header-main a.btn.btn-success {
	color: #fff;
}
.header-main .first-nav .nav-link {
	display: inline-block;
	color: #f8f9fa !important;
}
/* Kontakt */
#kontakt {
	padding: 4rem 2rem;
	background-color: #e9ecef;
	border-radius: .3rem;
}
.feedback {
	margin-top: 25px;
}
/* Google Maps */
.google-maps-c {
	height: 450px
}
#standort {
	border:0;
	width: 100%;
	height: 100%;
}
/* Footer */
.footer-main {
	 text-align: center;
}
.footer-main > div:nth-child(1) {
	background-color: #e9ecef;
	padding: 2.5rem 0;
	border-bottom: 1px solid #DDD;
}
.footer-main > div:nth-child(2) {
	background-color: #e9ecef;
	border-bottom: 1px solid #DDD;
	padding: 2.5rem 0
}
.footer-main > div:nth-child(3) {
	background-color: #e9ecef;
	border-bottom: 1px solid #DDD;
	padding: 2.5rem 0
}
.footer-main > div:nth-child(4) {
	background-color: #e9ecef;
	padding: 2.5rem 0
}
.footer-main > div:nth-child(5) {
	padding: 2.5rem 0
}
.footer-main a {
	font-size: 13px;
}
.footer-main > div:nth-child(1) a, .footer-main > div:nth-child(2) a, .footer-main > div:nth-child(3) a {
	color: #666 !important;
}
.footer-main > div:nth-child(4) a {
	font-weight: bold;
	color: #333 !important;
}
.social-media-c {
	margin-bottom: 25px;
	white-space: nowrap;
	font-size: 13px;
}
.social-media-c .title {
	margin: 0;
	text-transform: none;
}
.social-media-c a {
	color: #f8f9fa;
}
.section-main-after {
	padding-bottom: 4rem;
	margin-bottom: 2rem;
}
/* Mobile */
@media only screen and (max-width: 991px) {
	.section-main-after {
		/*position: relative;
		top: -75px;*/
	}
}
@media only screen and (max-width: 767px) {
	#leistungen > ul.list-unstyled .description {
		display: none;
	}
}
@media only screen and (max-width: 522px) {
  	#leistungen .media > .media-body {
  		max-width: 121px;
      	min-width: 121px
	}
    #leistungen .media > img {
  		max-width: 260px;
	}
}
@media only screen and (max-width: 449px) {
    #leistungen .media > img {
  		max-width: 220px;
	}
}
@media only screen and (max-width: 480px) {
	/* Kontakt */
	#kontakt {
		padding: 2rem 1rem;
	}
}
@media only screen and (max-width: 414px) {
  	.section-main-after {
      	padding-bottom: 1rem;
       	margin-bottom: 0;
  	}
    #city .section-main-after {
      	padding: 0;
  	}
	.section-main-after > .jumbotron {
		padding: 1rem 1rem 2rem 1rem;
	}
    #leistungen .media > img {
  		max-width: 180px;
	}
}
@media only screen and (max-width: 380px) {
	/* Kontakt */
	#kontakt {
		padding: 2rem 0.5rem;
	}
}
@media only screen and (max-width: 369px) {
	#leistungen .media > img {
  		max-width: 130px;
	}
}.btn-success {
	 color: #fff;
	 background-color: #dc3545;
	 border-color: #dc3545;