/*
Theme Name: The Fox Child
Description: Child theme for The Fox Theme
Author: Your name here
Template: fox
*/

@import url("../fox/style.min.css");
.entry-content a { border:0px solid #ccc; }
@media (min-width: 1281px) {
	.post-big .post-thumbnail img { /*height: 600px;*/ object-fit: cover; 
	}
	.testspot article.post-big {
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
	}
	.testspot figure.post-thumbnail {
		width: 50%;
		padding: 0 16px 16px;
	}
	.testspot section.big-body {
		width: 50%;
		padding: 0 16px 16px;
	}
	.testspot header.big-header .big-meta {
		position: absolute;
		height: 28px;
		background: #fff;
		top: 0px;
		line-height: 28px;
		padding-right: 6px;
		left: 16px;
		padding-top: 0;
		border: none;
	}
	.testspot header.big-header .big-title {
		font-size: 30px;
	    padding-top: 20px;
	}
	.testspot header.big-header .big-content {
		font-size: 16px;
	}
}
#toggle-menu {
	position: fixed;
	left: 4%;
	top: 5%;
	background: #fff;
}
@media only screen and (min-width: 639px) {
	#toggle-menu {
		position: fixed;
		left: 3%;
		top: 13%;
		background: #fff;
	}
}
.big-content {
    font-size: 14px;
}
.post-list .list-content p {
	font-size: 14px;
}
.autoren-box .fox-meta-author { display:inline-block!important; }
.autoren-box .meta-author-avatar { width: 100px; height: 100px; margin-right: 0px; }