/*
Theme Name: Smart Child
Description: Smart Child-Theme
Template: patti
Text Domain: smart-child
*/
 
@import url("../patti/style.css");



/* Theme Anpassungen beginnen hier */


.page-title-subtitle h2 {
  font-size: 48px;
  line-height: 49px;
}




.post-content .post-meta {
  color: #a3a2a2;
  display: none;
  font-size: 12px;
  padding-bottom: 13px;
  text-transform: uppercase;
}


#comments{display:none;}

.fragebogen h4{
font-weight: bold;
margin-top: 35px;
text-transform: uppercase;
margin-bottom: 0;
}


.post .wpfp-span{
/*position: absolute; */
top: 30px;
}

.pdfprnt-top-right{
position: absolute;
right: 10px;
top: 0;
}


.format-standard .masonry-title{
padding-bottom: 30px;
}

.fragebogen{

margin-bottom: 90px;
}



/*PDF.css*/




#druckheader{
display:none;
}




@media print { 

#druckheader{
display:block;
background-color:red;
width:100%;
height:15px;
}



 /* All your print styles go here */
.container {
 width:95% !important;
 margin:auto;
 } 
 
 

 
 
 
 .title {
  display:block;
  height:20px;
  text-decoration:none;
  background:url(images/smart_logo_vektor.svg);
  padding-top:145px;
  text-transform:uppercase;
  margin-bottom:-22px;
  width:600px;
 }
 
 
 
 
.fragebogen h4{
 font-size:14px !important;
 }
 
 .fragebogen{
 font-size:13px;
 line-height:17px;
 }
 
 a{
   color:#313131;
  }
 
 
}




/* Theme Anpassung enden hier */