/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 15 2022 | 08:32:46 */




/* ÄNDERUNGEN FÜR PORTFOLIO GALLERIEN      ---------------------------------------------------------------------------------- */

/* --- BLENDET LINKEN SEITENTITEL UND TEXT AUS 
body div.main-content div div.pic-list.style-01.gallery.size-normal.disperse.pt-hs-content div.wrap div.list-title.style-01.no-img div 
	{position: absolute;
  	left: -1000px;
    z-index: -100;}
--- */

/* FORMATIERUNG LINKER SEITENTITEL */

/* ÜBERSCHRIFT */
h1.h .mo-text-wrap {font-size: 24px; line-height: 20px;}
@media only screen and (max-width: 1200px) {h1.h .mo-text-wrap {font-size: 18px; line-height: 22px; font-weight: bold;}}

/* TEXT */
div.intro .mo-text-wrap{font-size: 14px; line-height: 22px;}
@media only screen and (max-width: 1200px) {div.intro .mo-text-wrap{font-size: 12px; line-height: 16px;}}

/* BILDUNTERSCHRIFTEN */
div.text .mo-text-wrap{font-size: 11px; line-height: 15px; left: 20px;}

/* HAUPTTEXT IN BLOG UND FOTOSERIEN
div.text-area {font-size: 14px; line-height: 18px;}





/* 2 Spalten ab bestimmter Größe -------------------------------------------------- 
	@media only screen and (min-width: 1000px) { .text-style-02 div.text-area {
		column-count: 2;
      	column-gap: 30px;
      }}                         */


/* Text in tiefschwarz auf Seiten, Projekten, Blog -------- 
	div.pt-area-roll-inner {color: black; line-height: 1.6em;}
	div.text-area p        {color: black; line-height: 1.6em;}      */

/* Blendet das große Banner-Image/Slideshow auf dem Blog aus ---------------------- */
	@media only screen and (min-width: 670px) {.single-post .post-02 div.post-banner {
      	visibility: hidden;
		display: none;
		}}

/* Feste Größe des Textes auf Seiten  --------------------------------------------- 
	div.pt-area-roll-inner {font-size: 15px;}
	div.text-area p        {font-size: 15px;}    */
 
body div.intro.large {
      	font-size: 16px;
  		max-width: 700px;
		}
div.post-info.text-style-01 {
      	font-size: 16px;
  		line-height: 20px;
		}



