/*
 Theme Name: MoMiMa
 Theme URI:
 Description: eine Erweiterung zum 2012 Theme
 Author: Benjamin Vetter
 Author URI: http://www.photo-vetter.de/
 Template: twentytwelve
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
*/

/*reduziert den abstand zum oberen Bildschirmrand*/
body .site {
    padding: 0px 2.85714rem;
    margin-top: 0.95rem;
    margin-bottom: 2rem;
    box-shadow: 0 11px 20px #666666;
    /* ORIGINAL WERT: box-shadow: 0px 2px 6px rgba(100, 100, 100, 0.3);*/
}

/*Entfernt den Schatten vom Header */
.site-header img{
    box-shadow: none;
}

/*Regelt den Abstand zum Rand*/
.site-header {
    padding: 0px;
}



/* Entfernt den Standardtext vom Titel der Seite - deaktiviert da ich die Seiten-Titel explizit ausblende
.entry-header .entry-title {
    	display: none;
}
*/

/* Blendet den H1 Text (Überschrift) auf der jeweiligen Page aus */

/* .postid-3668   .entry-title {display: none;}    Portfolio - Motorradshooting */

.page-id-4533  .entry-title {display: none;} /* Covid-19 */
.page-id-2723  .entry-title {display: none;} /* Abiball */
.page-id-2557  .entry-title {display: none;} /* Babyshootings */
.page-id-2537  .entry-title {display: none;} /* Fotomark */
.page-id-2872  .entry-title {display: none;} /* Workshop */
.page-id-1537  .entry-title {display: none;} /* MX-Cup 2014 */
.page-id-2619  .entry-title {display: none;} /* PhotoBooth */
.page-id-3408  .entry-title {display: none;} /* Miet- Fotodrucker */
.page-id-3280  .entry-title {display: none;} /* Luftbildaufnahmen */
.page-id-3175  .entry-title {display: none;} /* Kundenstimmen */
.page-id-721   .entry-title {display: none;} /* Hochzeiten */
.page-id-774   .entry-title {display: none;} /* Willkommen - Startseite */
.page-id-996   .entry-title {display: none;} /* Preise */
.page-id-21    .entry-title {display: none;} /* Impressum */
.page-id-24    .entry-title {display: none;} /* Portfolio */
.page-id-12    .entry-title {display: none;} /* Leistungen */
.page-id-8     .entry-title {display: none;} /* Kontakt */
.page-id-5     .entry-title {display: none;} /* über mich */
.page-id-4131  .entry-title {display: none;} /* Datenschutz */
.page-id-4214  .entry-title {display: none;} /* Motorrad-Shooting */

/*Zitat mit einer Grafik versehen */

blockquote p:before {
    content: url("http://www.photo-vetter.de/wp-content/uploads/2013/01/quote.gif");
    margin: -11px;
}

/*alter Text vom PBP Projekt blockquote {
    background-image: url("http://www.photo-vetter.de/wp-content/uploads/2013/01/quote.gif");
    background-repeat: no-repeat;
    font-style: italic;
    padding: 20px 3em;
}*/


#main{position:relative;z-index:0;}



/*Bildbeschreibung abändern*/
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
    line-height: 1;
    text-align: center;
}

/* Footer umgestalten */

footer[role="contentinfo"] a {
    	color: #686868;
	text-decoration: none;
	font-size: smaller;
}

footer[role="contentinfo"] {
     text-align: center;
}



/* Abstand zur Adresszeile */
html {
    margin-top: 10px !important;
}



/* doppelte linie am Seitenende entfernen (die Version fügt zweiLinien hinzu) */

.site-content article {
	border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/* Einstellungen um die Seite "Rahmenlos" zu gestalten:

.site {
    background-color: #FFFFFF;
    padding: 0;
}

.site-content {
    float: left;
    margin-left: 15px;
    width: 65.1042%;
}


/* Regelt das Aussehen von einzelnen Bildern */

.einzelbilder {
	border-radius: none !important;
	box-shadow: none !important;
}

/* Alternative Galerie */

.a_galerie {
    border: 0 solid #cfcfcf;
    height: auto;
    max-width: 90%;
    padding: 0;
}


/* Farbe der Überschrift des Portfolios anpassen */

.portfolio-entry-title 
a {
    color: #666666 !important;
}

/* Abstand zur Navigationsleiste */

.site-content {
    margin: 2.714rem 0 0 !important;
}

.main-navigation {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 1.71429rem;
    text-align: center;
}

/* Überschrift 4 vergrößern */
.entry-content h4, .comment-content h4 {
        font-size: 1.5rem !important;
}
