

#logo  {
   max-width: 300px;
}

#logo2  {
   margin-top: 7px;
}

#pagetitle-aponame  {
   display: none;
}

.boxPaper  {
   border-color:#c1cd01;
}

#header-top  {
   background: #a9bf00;
}

.teammember img  {
   background: #c1cd01;
}

#header .fab  {
   display: block;
   margin-top: 10px;
}

#header .fa-facebook  {
   margin-right: 10px;
}
#header .fa-instagram  {
   margin-right: 12px;
}

#header a .fab  {
   color: #808687;
}



h2  {
	color:#222;
}

a  {
	color:#133a85;
}

.btn-danger  {
	background:#133a85 !important;
	border:1px solid #133a85;
}
.btn-danger:hover  {
	background:#8cb109 !important;
	border:1px solid #8cb109;
}

.btn-default, .btn-info  {
	border:1px solid #133a85;
}
.btn-default:hover, .btn-info:hover  {
	background:#133a85 !important;
	border:1px solid #133a85;
}

/* NAVIGATION ************************************************ */	
/* ----------------------------------------------------------- */


ul.nav-menu, .nav-container  {
	background:#e8e9e7 !important;	
}

.nav-menu li a  {
   color:#012801 !important;
}

.nav-menu > .menu-item:hover,
.nav-menu > .menu-item.is-active {
  background-color: #fbfbfc !important;
}

.nav-dropdown {
  background-color:#fbfbfc !important;
}

.wrapper-flush, .nav-toggle  {
	background:#8cb109 !important;
}

/* mobil */
@media (max-width: 1170px) {
	
.nav-dropdown li  {
	background:#fbfbfc;
}

.nav-menu li:hover  {
	background:#ccc !important;
}
	
}
   
/* Footer ---------------------------------------------------- */
/* *********************************************************** */

#footer  {
   background: #f6f6f6;
   border-color: #dcdcdc;
}


/* Kacheln --------------------------------------------------- */
/* *********************************************************** */

.kachel  {
	background:#a9bf00 !important;
}

.hvr-rectangle-out:before {  
	background:#133a85 !important;
}


.kachel .fab  {
	font-size:3rem !important;
}


@media only screen and (max-width: 1170px) {

#logo  {
	display:block;
}

	
}