/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    https://wordpress.org/themes/twentyfifteen/
 Description:  Twenty Fifteen Child Theme
 Author:       Ueli Daum
 Author URI:   http://www.skizo.ch
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

/* Bei einem Sticky Post soll nicht hervorgehoben stehen */
.sticky-post {
	display: none;
}

/* Der Untertitel soll auch bei small Mobiles angezeigt werden */
.site-description {
		display: block;
	}

/* Der Titel hat grössere Schrift als im Originaltemplate */
.site-title {
	font-family: "Noto Sans", sans-serif;
	font-size: 29px;
	font-size: 2.9rem;
	font-weight: 700;
	line-height: 1.3636;
	margin-bottom: 0;
}

/* Abstand des Post Titelbildes */
.attachment-post-thumbnail {
	margin-bottom: 2.4em;
}

/* Tagesnavigation */
#post-1 p {
	margin-bottom: 0 !important;
}

#tagesverzeichnis {
	width: 100%;
	padding-top: 1.5em;
}

#tagesverzeichnis h3 {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

#spalte1 ul, #spalte2 ul {
	list-style-type: none;
	margin-left: 0.5em;
	padding-left: 0.5em;
	margin-bottom: 0;
}

#spalte1 {
	width: 50%;
	float: left;
}

#spalte2 {
	width: 50%;
	float: left;
}

.clearleft {
	clear: left;
}
.nachoben {
	font-size: 110% !important;
	padding-right: 0.2em;
}

.tourenkarte {
	border: 1px solid #888888;
}

ol {
	margin-left: 1em !important;
	padding-left: 1em !important;
}

/**
 * 16.1 Mobile Large 620px
 */

@media screen and (min-width: 38.75em) {
	.site-title {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 1.0909;
	}
/* Abstand des Post Titelbildes */
.attachment-post-thumbnail {
	margin-bottom: 2.4em;
}

}




/**
 * 16.2 Tablet Small 740px
 */

@media screen and (min-width: 46.25em) {
	.site-title {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 1.2069;
	}
/* Abstand des Post Titelbildes */
.attachment-post-thumbnail {
	margin-bottom: 3em;
}


}


/**
 * 16.3 Tablet Large 880px
 */

@media screen and (min-width: 55em) {
	.site-title {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 1.25;
	}
/* Abstand des Post Titelbildes */
.attachment-post-thumbnail {
	margin-bottom: 2.9474em;
}

}


/**
 * 16.4 Desktop Small 955px
 */

@media screen and (min-width: 59.6875em) {
	.site-title {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1.3636;
	}
/* Abstand des Post Titelbildes */
.attachment-post-thumbnail {
	margin-bottom: 2.4em;
}

}


/**
 * 16.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {
	.site-title {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 1.1667;
	}
/* Abstand des Post Titelbildes */
.attachment-post-thumbnail {
	margin-bottom: 2.4706em;
}

}


/**
 * 16.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {
	.site-title {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 1.1852;
	}
/* Abstand des Post Titelbildes */
.attachment-post-thumbnail {
	margin-bottom: 2.9474em;
}

}


/* Eingebundene Videos responsive machen */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}




