/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    http://www.bastiancleve.com/wp-content/themes/twentyfifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       JK
 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
*/

.wp-caption-text {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	height: 40px;
}
	
p, ul, ol {
	max-width: 660px;
}
	
body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	background-color: #fff;
	color: #000;
}

.main-navigation {
	margin: 0 10% 20% 20%;
}

.titel {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	color: #D3D3D3;
}

.site-header {
	background-color: transparent;	
	border-bottom: 0;
	margin: 20% 0;
	padding: 0 10% 0 20%;
}

.main-navigation ul, .main-navigation li {
	border-top: 1px solid #000;
	border-bottom: 0px;
}

.main-navigation li:last-child {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.main-navigation ul ul li:last-child {
	border-top: 1px solid #000;
	border-bottom: 0px;
}

.main-navigation a {
	margin: 0.5em 0;
}

.hentry, .page-header, .page-content {
	box-shadow: none;
	margin: 0 2%;
}

.hentry {
	padding-top: 1%;
}

.site-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3636;
	margin-bottom: 0;
	color: #000;
}

.site-description {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 1.5;
	margin: 0 0 2px 0;
	color: #b8b266;
}

.site-main {
	padding: 5% 0;
}

.site-content {
	display: block;
	float: left;
	margin-left: 21.6%%;
	width: 78.4%;
}

h1.entry-title {
	display: none;
}

.sidebar {
	max-width: 300px;
	border-right: 1px solid #D3D3D3;
}

.entry-content a {
	border-bottom: 0px ;
}

.entry-content a:hover, .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
	color: #000;
	font-weight: 700;
}

img {
	border: 0;	
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	padding: auto;
}

ul {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 1em;
}

h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.6;
	color: #000;
}

h2.boxed {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.0;
	color: #000;
	margin: 0 0 0.2em 0;
	padding: 0;
}

.bold {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 3px;
	margin-bottom: 1.6em;
}

	