/* Enter Your Custom CSS Here */

.content-wrap .page-title {
  font-size: 55px;
}

p {
  font-size: 17px;
  line-height: 1.3;
}

#sidebar-right {
  font-size: 17px !important;
  line-height: 1.3;
}
  
/* mobile menu grey  */

#menu-open{
    color: #666666;
}

@media handheld, only screen and (max-width: 700px){
    #sidebar ul li a,
    #sidebar ul li a:visited,
    #left-widget-area .widget-title {
        color: #666666 !important;
    }
}

/* mobilde menu grey END */


/* on narrow screen, title smaller  */

@media all and (max-width: 700px){

.content-wrap .page-title{
    font-size: 35px;
  }
  .content-wrap h5 {
    font-size: 18px;
}
  
  
}


@media all and (max-width: 400px){
.content-wrap .page-title{
    font-size: 22px;
  }

.content-wrap h5 {
    font-size: 12px;
}
}

/* keine Blockschrift in den Beiträgen kleine Bildschirm  */
.entry-content p { text-align: left; }