/*
Theme Name: Tonal Child
Theme URI: https://wordpress.com/themes/tonal-child/
Description: Tonal child takes its cue from your content, with a minimal style that changes based on your background color. This theme has large featured images, full-width videos, and post formats that look great on any device.
Version: 1.0
Author: Artur
Template: tonal
Author URI: https://wordpress.com/themes/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tonal-child
Tags: blog, one-column, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, post-formats, rtl-language-support, sticky-post, translation-ready
*/
#masthead {
	padding: 20px 0;
}
#main, #masthead{
	margin: 0 !important;
}
.fullwidth-block {
	display: none;
}
.widget-title {
	text-align: center;
}
.entry-meta {
	display:none;
}
@font-face {
	font-family: Impact;  
	src: url(fonts/impact.woff);  
	font-weight: lighter !important;
}
body {
	font-family: "Impact";
	background: white !important;
	color: #FFFFFF !important;
}
h1, h2, a, a:visited {
	color: #FFFFFF !important;
}
h1 {
	letter-spacing: 2px;
}
h2 {
	font-size: 150%;
}
h3, h4, h5, h6 {
	color: grey !important
}
.site {
	width: 60vw;
}
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
	background: #000000;
}
#page {
	border-right: 1px solid !important;
/*	border-image-source: url("images/filmstreifen_rechts.png");
	border-image-repeat: repeat;
	border-image-slice: 98;
	border-image-width: 0 65px 0 0;
	-webkit-border-image-source: url("images/filmstreifen_rechts.png");
	-webkit-border-image-repeat: repeat;
	-webkit-border-border-image-slice: 98;
	-webkit-border-border-image-width: 0 65px 0 0;
	-o-border-image-source: url("images/filmstreifen_rechts.png");
	-o-border-image-repeat: repeat;
	-o-border-image-slice: 98;
	-o-border-image-width: 0 65px 0 0;*/
	border: none !important;
	background-color: #000000;
	padding-left: 10vw;
	margin: auto;
}
#linker_filmstreifen {
	border: none;
/*	border-left: 1px solid;
	border-image-source: url("images/filmstreifen_links.png");
	border-image-outset: 11vw;
	border-image-repeat: repeat;
	border-image-slice: 98;
	border-image-width: 0 0 0 65px;*/
}
#content {
	font-weight: lighter !important;
	margin: auto;
}
.widget-title, .menu, .main-navigation a {
	font-size: smaller !important;
	font-weight: lighter !important;
}
#page::before, #page::after {
    background-color: #e5e5e5;
    z-index: 9999;
}
@media only screen and (max-width: 500px) {
	.site {
		width: 90vw;
	}
	#linker_filmstreifen {
	/*	border-left: 1px solid;
		border-image-source: url("images/filmstreifen_links.png");
		border-image-repeat: repeat;
		border-image-slice: 98;
		border-image-width: 0 0 0 15px;*/
		border: none;
	}
	#page {
	/*	border-right: 1px solid !important;
		border-image-source: url("images/filmstreifen_rechts.png");
		border-image-repeat: repeat;
		border-image-slice: 98;
		border-image-width: 0 15px 0 0;*/
	}
	h2 {
		font-size: 100%;
	}
}
