/*
* icon-facebook
*/

#sp-menu ul.social-icons a {
    color: #ffffff;
}

#sp-menu ul.social-icons a:hover {
    color: #DBD5AC;
}


/*
* Menu rechtsbündig
*/

#sp-menu.menu-center .sp-megamenu-wrapper {
    justify-content: right;
}


/*
* Menu parent
*/

.sp-megamenu-parent {
    color: #FFFFFF;
}


/*
* Offcanvas Abstände
*/

.offcanvas-menu .offcanvas-inner {
    padding: 8px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}


/*
* Abstand unter Bildern bei Portfolio
*/

.projects-wrapper .project-img, .project-wrapper .project-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}


/*
* Projektfilter Schriftgrösse
*/

.projects-filter > a {
    font-size: 16px;
}


/* 
* Aktive Mitglieder 
* Advportfolio erzwinge einspaltiges Layout für Mobile
*/
@media (max-width: 768px) {
  .advportfolio-mitglieder .isotope-item {
	width: 100% !important;
	position: relative !important;
	max-width: 100% !important;
	flex: auto !important;
	left: inherit !important;
	top: inherit !important;
  }
}
