﻿/*
 Theme Name:   Twentyfifteen Child
 Theme URI:    http://example.com/twentyfifteen-child/
 Description:  Twentyfifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyfifteen
 Version:      1.4
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         Schwarz, Blau, Grau, Pink, Lila, Weiß, Gelb, Dunkel, Hell, Zwei Spalten, Seitenleiste links, Feststehendes Layout, Adaptives Layout, Für Barrierefreiheit geeignet, Hintergrund anpassen, Benutzerdefinierte Farben, Header anpassen, Individuelles Menü, Stylesheet für WYSIWYG-Editor, Beitragsbilder, Mikroformate, Beitragsformate, Unterstützung für semitische Sprachen (Leserichtung Rechts-nach-Links), Beitrag oben halten, Verschachtelte Kommentare, Übersetzbar
 Text Domain:  twentyfifteen-child
*/

/*Stolz präsentiert-Kasten unsichtbar machen*/
.site-info {
    display: none;
}

.entry-date { display: none; }

/*Kasten transparent machen*/
.entry-footer {
    background-color: rgba(0, 0, 0, 0);
}

/*Schriftgröße des Untertitels*/
.site-description {
    font-size: 1.7rem;
}

/*Schriftart ändern (vorher: inherit)*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: -moz-fixed;
}

/*Größe der Überschriften*/
.entry-title, .widecolumn h2 {
    font-size: 2.9rem;
}

/*Links ohne Unterstreichung*/
.entry-content a, .entry-summary a, .page-content a, .comment-content a, .pingback .comment-body > a {
    border-bottom: medium none rgba(0, 0, 0, 0);
}

/*Tabellen-Zeilenabstand*/
.mmtl-row {
    padding-bottom: 0;
    padding-top: 0;
}

/*Tabelle linksbündig*/
.mmtl-wrap {
    padding-left: 0;
    padding-right: 0;
}

/*Beitrag weiter links*/
.site-content {
    margin-left: 28.412%;
}

/*Tabellen-Spaltenabstand größer*/
.mmtl-wrap {
    padding-left: 0;
    padding-right: 0;
}

/*Hintergrundfarbe der Inhalte*/
.hentry {
    background-color: #FFFFFF;
}

/*Beitragsumrandung unsichtbar*/
.hentry, .page-header, .page-content {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

/*Beitrag weiter links*/
.site-content {
    margin-left: 24.412%;
}

.entry-author-link, 
.entry-date { 
    display: none; 
}



/*Smartphone-Responsive*/
@media screen and (max-width:1040px) {
	.site-content {
    	margin-left: 0;
	}
}


/* Livedaten: Tabelle Abstände der einzelnen Reihen verkleinern */
/* Abstand von einem Datum zum nächsten vergrößern */

@media screen and (max-width:768px) {
	.mmtl-space-medium {
    	margin-bottom: 0px;
	}
	.mmtl-col > .mmtl-content {
    	margin-bottom: 0px;
    	margin-top: 0px;
	}
	.mmtl-row > .mmtl-content {
    	margin-bottom: 30px;
	}
}



@media screen and (min-width: 38.75em) {
	.entry-title {
		font-size: 18px;
		font-size: 2.2rem;
		line-height: 1.0909;
	}
}

@media screen and (min-width: 46.25em) {
	.entry-title {
		font-size: 25px;
		font-size: 2.9rem;
		line-height: 1.2069;
	}
}
	
@media screen and (min-width: 55em) {
	.entry-title {
		font-size: 28px;
		font-size: 3.2rem;
		line-height: 1.25;
	}
}
	
@media screen and (max-width: 59.6875em) {
	.entry-title {
		font-size: 18px;
		font-size: 2.2rem;
		line-height: 1.3636;
	}
}




/*Verursacht das Springen bei Bands*/
/*daher erst mal auskommentiert*/

/*@media screen and (min-width: 59.6875em){
.sidebar {
    float: left;
    margin-right: 0;
    max-width: 413px;
    position: relative;
    width: 29.4118%;
}
}

@media screen and (min-width: 68.75em) {
.sidebar {
    float: left;
    margin-right: 0;
    max-width: 413px;
    position: relative;
    width: 29.4118%;
}
}*/