
.features-boxed .item .box  {
	padding:5px;
    background-color: #ececec;
    color:#555B5E;
	}

.detail_links {
	float:left;  
	font-size: 12px;
    color:#555B5E;
}
.features-boxed, body {
    color: #555B5E;
    background-color: white;    
}
/*##########################*/
/*in diesem bloc*/
.features-boxed h2 {
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 18px;
    /*color: white;*/
}
.features-boxed .intro p, .text-center {
    margin-bottom: 0;
   
}


.navigation-clean {
    background: #FFF;	
}

	
.nav-item {
padding-left: 10px;
}




.clear_after:after {
  content: "";
  display: table;
  clear: both;
}

.nopad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/*image gallery*/
.image-checkbox {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    margin-bottom: 0;
    outline: 0;
}
.image-checkbox input[type="checkbox"] {
    display: none;
}

.image-checkbox-checked {
    border-color: #4783B0;
}
.image-checkbox .fa {
    position: absolute;
    color: #4A79A3;
    background-color: #fff;
    padding: 10px;
    top: 0;
    right: 0;
}
.image-checkbox-checked .fa {
    display: block !important;
}

.bg-grey{
    background-color: #f7f7f7;
}