/***********************/
/* Projekt Start */
.liste.projekt .item{
    background-color:#f4f4f4;
}
.liste.projekt h3.itemtitle span {
    border-color:#215ea0;
}
.back .dot,
.dotblue {
    background-color:#215ea0;
    color:#fff;
}
.back:hover {
    color: #e9671f;
}

.back:hover .dot {
    background-color:#e9671f;
    color:#fff;
}

/***********************/
/* News Start */
.liste.news .item {
}
.liste.news a {
    color:#333;
}
/***********************/
/* Links Start */
.liste.links .item {
    background-color:#ffffff;
}
.liste.links .item .hoverbox {
    background-color:#1daf4a;
}

.liste.links a {
    color:#ffffff;
}



/***********************/
/* Referenzen Start */

.liste.referenzen .item .hoverdiv{
    color:#fff;
    background-color:rgba(233, 103, 31, 1);
}
.detail.referenzen .extrafields > .row {
    border-bottom-color:#ddd;
}
.liste .showall a {
    background-color:#7b7979;
    color:#fff;
}
.liste .showall a:hover {
   background-color:#215ea0;
}

/***********************/
/* Kundenstimmen Start */
.liste.kundenstimmen .item:nth-child(odd){
    background-color:#ebebeb;
}
.liste.kundenstimmen .image.circle {
    border-color: #ccc;
}

.tomppa-ishome .liste.kundenstimmen {
    color:#fff;
}
.tomppa-ishome .liste.kundenstimmen .item:nth-child(odd){
    background-color:transparent;
}
.tomppa-ishome .liste.kundenstimmen .image.circle {
    border-color: #fff;
}

/* FAQ */

.liste.faq .title {
    background-color:#215ea0;
    color:#fff;
}
.liste.faq .title:hover {
    background-color:#e9671f;
}
.liste.faq .detail {
    background-color:#F8F8FF;
}

/***********************/
/* Dienstleistungen Start */
.liste.dienstleistungen .item:nth-child(odd){
    background-color:#F8F8FF;
}   

/* K2 Responsiv Grid Team Grid */
div .upper-mix-hover h3  {
    color:#fff;     ;
}

div .mix-controls .button,
div .inner-mix .button{
    background-color:#7b7979;
}
div .mix-controls .button:hover,
div .inner-mix .button:hover{
    background-color:#000;
}
div .mix-controls .button.active,
div .inner-mix .button.active{
    background-color:#215ea0;
}


/*******************/
/* K2 Filter Modul */
div .selectize-control.single .selectize-input {
    background-image:none;
    background-color:#215ea0;
    border-color:#215ea0;
    color:#fff;
}
div .selectize-dropdown,
div .selectize-input,
div .selectize-input input {
    color :#fff;
    background-color:#215ea0;
}

div .selectize-input input::placeholder{
    color:#fff;
}
div .selectize-input input::-ms-input-placeholder{
    color:#fff;
}
div .selectize-input input::-webkit-input-placeholder {
    color:#fff;
}

div .selectize-control.single .selectize-input::after {
    border-color:#fff transparent transparent transparent;
}
div .selectize-control.single .selectize-input.dropdown-active::after {
    border-color:transparent transparent #fff transparent;
}
div .selectize-control.single .selectize-input.input-active {
   background-color:#215ea0;
}
.selectize-control.plugin-remove_button a.remove-single {
    color:#fff;
}
/* K2 Filter Modul END*/
/**********************/