/*
Style Sheet Datei für Content Bereich
von Bahia Risco
Autor: IT & Medien Design Rieder
Version: 1.0
*/


/* Header */
#header_top {
	background-color: #67F9B0;
}
#header_top a {
	color: #000;
}
#header {
	background-color: #fff;
}


/* Menu */
.nav-link {
	color: #000;
}
.custom-toggler.navbar-toggler {
	border-color: #000;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
#navbarNav a:hover,#navbarNav li a:focus {
	color: #fff;
}


/* Content */
body {
	background-color:#CDFDE5;
}
#main_content {
	background-color: #fff;
}


/* Footer */
#footer {
	color: #fff;
	background-color: #677F72;
}
#footer a {
	color: #fff;
}
