.service-icon.architektur {
    background-image: url('../images/icons/compass48.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40%;
}

.sf-menu li .mobnav-subarrow i {
    display: none;
}

.sf-menu li.dropup .mobnav-subarrow i {
    display: inline-block;
}

.project-item .project-info {
    text-align: center;
}

.project-item .project-info li {
    list-style-type: none;
}

.project-image {
    background-color: #8d8d8d;
}

.project-image img {
    width: 100%;
}

.service-box-la .service-info h5 small {
   text-transform: none;
}

.leistungen .project-b-item .project-image {
    background-size: cover; 
    background-repeat: no-repeat;
    height: 370px;
}

.custom-list-title {
    font-size: 16px !important;
    letter-spacing: 2px;
    color: #203353;
    text-transform: uppercase;
    border-bottom: 1px solid #203353;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.custom-list-after h5:after {
    display: none !important;
}

.service-info .desc h5  {
  /*letter-spacing: 2px;*/ 
  color:#203353;
  margin-bottom: 15px;
  text-transform: none;
  font-size: 15px;
}

.service-info .desc ul.custom-list {
   margin-bottom: 30px;
   min-height: 320px;
}

.margin-top-30 {
    margin-top: 30px !important;
}


.parallax {
    height:30px;
    background-position: 50% 50%;
    background-image: url('../images/para.jpg');
    background-attachment: fixed;
    background-size: cover;
    margin-top:30px;
}

.custom-list {
    list-style: none;
    padding: 0;
}

.custom-list>li{
    line-height: 1.4em;
    padding-left: 1.3em;
    margin-bottom: 15px;
}

.custom-list>li:before{
    display: inline-block;
    content: '\f1db';
    font-family: FontAwesome;
    margin-left: -1.3em;
    width: 1.3em;
}

.footer-widget.immoscout img {
    width: 60%;
    margin-top: 15px;
}

.footer-widget.immoscout {
    text-align: center;
}

@media (max-width: 1200px) {
    
}

@media (max-width: 1024px) { /* 1024px / 960px */
   .service-info .desc ul.custom-list {
      min-height: 0;
   }
}
   
@media (max-width: 767px) {
    
    .row{
       margin-top: 15px !important;
    }
    
    .parallax{
        display: none;
    }
    
    .main-nav .sf-menu.home-nav li a,
    .main-nav .sf-menu.home-nav li a:hover {
        color: #eeeeee;
    }  
    
    .leistungen .project-b-item .project-image {
        height: 370px;
    } 
    
    .leistungen .project-b-des {
        height: 450px !important;
    }
}

@media (max-width: 480px) {
    .fraction-slider .slide div {
        display:none !important;
    }
    
    .leistungen .project-b-item .project-image {
        height: 200px;
    } 
    
    .leistungen .project-b-des {
        height: 475px !important;
    }
    
    .leistungen.immobilien .project-b-des {
        height: 390px !important;
    }
    
     .leistungen .project-b-des.des-2 {
        height: 620px !important;
    }
    
    .map-container {
        height: 300px;
    }
}

@media (max-width: 320px) {
    .header-table .brand img {
        height: 50px;
    }
    
    .leistungen .project-b-des {
        height: 525px !important;
    }
    
    .leistungen .project-b-des.des-2 {
        height: 670px !important;
    }
    
    .leistungen .title-un {
        font-size: 20px !important;
    }
    
    .leistungen.immobilien .project-b-des {
        height: 430px !important;
    }
}
