@charset "utf-8";
/* CSS Document */

/* 	
*	Webseite von 
*	Rainer Spieth - Fachbetrieb für Schädlingsbekämpfung
*	
*	wichtige Farben:
*	Dunkelgrün: #365f59;
*	Hellgrün: 	#a0d8cd;
*   Noch heller: #e1f3f0;
*	Grau: 		#dcdcdc;
*
*       Schriftfarben neu ab 2025:
*       Navigation: #383838;
*/

#slogan {
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-align: center;
	position: relative;
	bottom: 0px;
	width: 100%;
	background: url(../images/ratten.gif) bottom no-repeat;
}

.btn {
	border-width: 2px;
}
.btn-primary,
.btn-secondary:hover {
	background-color: #365f59;
	border-color: #365f59;
}

.btn-secondary,
.btn-primary:hover {
	background-color: #a0d8cd;
	border-color: #a0d8cd;
	color: #383838;
}
.btn-primary:hover {
	border-color: #365f59;
}

.bg-light {
	background-color: #e1f3f0 !important;
}

.small-footage {
	font-size: 0.8em;
}

.active {
	background-color: #a0d8cd !important;
}

.navbar-light .navbar-nav .nav-link {
	color: #383838 !important;
}
.top-link {
	font-size: 0.8em;
	text-decoration: none;
	color: #383838;
}