/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .project-archiv .infinite-page-title-wrap{ 
    display: none !important;
 }
.projekt-template-default .infinite-page-title-wrap{ 
    display: none;
 }
.infinite-body .projekt-single-container h1{ 
   text-align:center;
   font-size: 45px;
   font-weight: 700;
   letter-spacing: 0px;
   text-transform: none;
   color: #00425e;
   margin-top:30px;
 }
.zitat-wrapper { 
   background-color: #00425e;
   color: white; 
   padding:30px;
   border-radius:30px;
   text-align: center;
   margin-bottom:30px;
}
.projekt-info-wrapper { 
   padding:30px;
   border-radius:30px;
    text-align: center;
   margin-bottom:30px;
   background-color: #00607c;
   color: white;
}
