/* divs for gnwoerk in cms*/
.gnwoerkcms-container .col-md-6 {
    border: 1px grey dotted;
}

.gnwoerkcms-container .col-md-6:nth-child(1) {
    display: inline-table;
}

.gnwoerkcms-container .col-md-6:nth-child(2) {
    display: inline-block;
    vertical-align: top;
}


.gnwoerkcms-container .accordion-group{
    background-color: red;
}


.gnwoerkcms-container .accordion .accordion-group {
    background-color: white;
}



.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1em;
}


.fa.fa-twitter-square{
	font-family:sans-serif;
  border-radius: 5px;
  color:#383838;
  background-color: white;

}

.fa.fa-twitter-square:hover {
  background-color: #9ec74a;
  color: white;
}

.fa.fa-twitter-square::before{
 	content:"𝕏"; 
/*  content: url('../fonts/x-twitter.svg');*/
	font-size:1em;


/*
 filter: invert(100%) sepia(95%) saturate(19%) hue-rotate(320deg) brightness(103%) contrast(100%); /* white */
*/

}


.fa.fa-twitter-square:hover::before{
  background-color: #9ec74a;
  color: white;
  border-radius: 5px;
}