/*
Theme Name: Rocketclub - based on twentyfourteen
Template: twentyfourteen
*/
@import url("../twentyfourteen/style.css");
/* Theme customization starts here */

/*
Anpassungen anderer css-Dateien:

nggallery zeile 182: padding: 1px 7px;
nggallery zeile 168: padding-top: 20px; text-align: left;



*/



/*********Sidebar secondary ausblenden - laut Forum

#secondary {
    display: none;
}

Dann bleinbt jedoch der schwarze Rand stehen, den Du so wegbekommst:

.search-box-wrapper, .featured-content {
    padding-left: 0;
}
.site-content, .site-main .widecolumn {
    margin-left: 0;
}
.site:before {
    width: 0;
}*******/

.left {
	width:150px;
	float: left;}
body,
button,
input,
select,
textarea {
	/*color: #2b2b2b;*/
	color: #222;
	/*font-family: Lato, sans-serif;*/
	font-family: "Trebuchet MS", "Gill Sans", Helvetica, Arial;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #69161E;
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	max-width: 1260px;
	position: relative;
	margin: 0px auto;
}



/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */


.site-header {
	/*background-color: #000;*/
	background-color: #333;
	max-width: 1260px;
	position: relative;
	width: 100%;
	z-index: 4;
}



.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
	/*max-width: 474px;*/
	max-width: 800px;
	/*margin: 0px 30px 0px 200px;*/
	padding-left: 30px;
}


/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	background: none;
	display: block;
	position: relative;
	width: auto;
	z-index: 3;
	float: left;
	margin-right: 3%;
}

.post-thumbnail img {
	height: 150px;
        width: auto;
}

.list-view #content .hentry.has-post-thumbnail{
       border-top: 1px solid rgba(0, 0, 0, 0.1);
       padding-top: 20px;
}

.list-view #content .hentry:first-of-type{
	border-top: 0;
	padding-top: 20px;
}

/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */



.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	/*max-width: 474px;*/
	max-width: 672px;
	padding: 0 10px;
}



/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #222;
	margin: 48px 0;
}


/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
    display: none;
}

.search-box-wrapper, .featured-content {
    padding-left: 0;
}
.site-content, .site-main .widecolumn {
    margin-left: 0;
}
.site:before {
    width: 0;
}


#secondary {
	background-color: #222;
	border-top: 1px solid #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	clear: both;
	color: rgba(255, 255, 255, 0.7);
	margin-top: -1px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}



/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */


.content-sidebar .widget .widget-title {
	border-top: 5px solid #222;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 18px;
	padding-top: 7px;
	text-transform: uppercase;
}


.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
	background-color: #222;
	color: #fff;
	margin: -1px 9px 0 0;
	padding: 6px 0 9px;
	text-align: center;
	vertical-align: middle;
	width: 36px;
}



/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */


.site-footer {
	background-color: #222;
	font-size: 12px;
	position: relative;
	z-index: 3;
}


.full-width .hentry {

    border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 24px;
}
	
.full-width .hentry:first-of-type {

    border-top: 0px solid rgba(0, 0, 0, 0.1);
}

/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 400px) {
#site-header {
    display: none;
	}

.header-main {
    min-height: 48px;
    padding: 0 10px;
    background-image: url("titel_resp.jpg");
    background-repeat: no-repeat;
    background-color: #222;
	

}

.full-width .hentry:first-of-type {

	padding-top: 0px;
}

.full-width .hentry {

	padding-top: 24px;
}

.content-area {
    padding-top: 24px;
}

/*thumbnails*/


	.list-view #content .hentry .has-post-thumbnail{
       border-top: 1px solid rgba(0, 0, 0, 0.1);
       padding-top: 5px;
}

	.list-view #content .hentry:first-of-type{
		border-top: 0;
		padding-top: 20px;
}
/***/

	.list-view .site-content .post-thumbnail {
		background: none;
		width: auto;
		z-index: 2;
	}

	.list-view .site-content .post-thumbnail img {
		float: left;
		margin: 0px 0px 0px 0;
		width: 100px;
	}
	
	
		.list-view .site-content .entry-header {
		background-color: transparent;
		padding: 0;
	}

	.list-view .content-area {
		padding: 0 10px;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0;
		min-height: 60px;
		padding: 5px;
	}

	/*iphone*/
	p {
    margin-bottom: 12px;
	}

/*read-more - weiterlesen*/

	.ecae-button.ecae-buttonskin-none a.ecae-link span {
    	padding: 0px 0px !important;
	}
	.ecae-button.ecae-buttonskin-none a.ecae-link {
    	font-size: 12px !important;
    	margin-left: 0px !important;
	}
/***/	


/*mobile-Ansicht mit Fotos - none/inline */
	.list-view .site-content .cat-links,
	.list-view .site-content .type-post .entry-content,
	.list-view .site-content .type-page .entry-content,
	.list-view .site-content .type-post .entry-summary,
	.list-view .site-content .type-page .entry-summary,
	.list-view .site-content footer.entry-meta {
		display: inline;
	}
/*Schriften kleiner für mobile-Ansicht*/

body, button, input, select, textarea {
   
    font-size: 12px;
    font-weight: 300;
  
}


	.list-view .site-content .entry-title {
		font-size: 19px;
		font-weight: 700;
		line-height: 1.2;
		margin-bottom: 3px;
		text-transform: uppercase;
	}
	
	.entry-title {
		font-size: 19px;
		font-weight: 700;
	}
	.list-view .site-content .format-aside .entry-title,
	.list-view .site-content .format-link .entry-title,
	.list-view .site-content .format-quote .entry-title {
		display: block;
	}

	.list-view .site-content .entry-meta {
		background-color: transparent;
		clear: none;
		margin: 0;
		text-transform: none;
	}

	.archive-header,
	.page-header {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 24px auto 0;
		padding-bottom: 24px;
	}

	.error404 .page-header {
		border-bottom: 0;
		margin: 0 auto 24px;
		padding: 0 10px;
	}
}

@media screen and (min-width: 401px) {
	
/*.site-content .entry-header, .site-content  {
    
	padding-top: 0px;
}	*/



	
.hentry {
    margin: 0 auto 24px;
    max-width: 672px;
}

.page .site-content {
	
	padding-top:32px;
	
	}
	
.content-area {
    padding-top: 0px;
	}

.site-content .has-post-thumbnail .entry-header {
    margin-top: 0px;
	padding-top: 32px;
	}
	
.singular .site-content .hentry.has-post-thumbnail {
    margin-top: 0px;
}
	
.entry-title {
    font-size: 22px;
	}	

.list-view .site-content .entry-title {
    font-size: 22px;
	}

	
.list-view #content .hentry.has-post-thumbnail{
       border-top: 1px solid rgba(0, 0, 0, 0.1);
       padding-top: 5px;
}

.list-view #content .hentry:first-of-type{
	border-top: 0;
	padding-top: 32px;
}

.list-view #content .hentry:first-of-type .category-bilder {
	border-top: 0;
	padding-top: 48px;
}

	.list-view .site-content .hentry {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding-top: 48px;
	}	
	
	.header-main {
		padding-right: 0;
		background-color: #222;
        border-top: solid 3px #444;
        border-top-width: 3px;
        border-top-style: solid;
        border-top-color: rgb(68, 68, 68);
        border-bottom: solid 3px #444;
	}
	
		.primary-navigation {
		float: right;
		font-size: 11px;
		margin: 0 1px 0 -12px;
		padding: 0;
		text-transform: uppercase;
	}

	.primary-navigation .menu-toggle {
		display: none;
		padding: 0;
	}

	.primary-navigation .nav-menu {
		border-bottom: 0;
		display: block;
	}

	.primary-navigation.toggled-on {
		border-bottom: 0;
		margin: 0;
		padding: 0;
	}

	.primary-navigation li {
		border: 0;
		display: inline-block;
		height: 48px;
		line-height: 48px;
		position: relative;
	}

	.primary-navigation a {
		display: inline-block;
		padding: 0 6px;
		white-space: nowrap;
	}

	.primary-navigation ul ul {
		background-color: #24890d;
		float: left;
		margin: 0;
		position: absolute;
		top: 48px;
		left: -999em;
		z-index: 99999;
	}

	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
	}

	.primary-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.primary-navigation ul ul a {
		padding: 18px 12px;
		white-space: normal;
		width: 176px;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		background-color: #24890d;
		color: #fff;
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: #41a62a;
	}

	.primary-navigation ul li:hover > ul,
	.primary-navigation ul li.focus > ul {
		left: auto;
	}

	.primary-navigation ul ul li:hover > ul,
	.primary-navigation ul ul li.focus > ul {
		left: 100%;
	}

	.primary-navigation .menu-item-has-children > a,
	.primary-navigation .page_item_has_children > a {
		padding-right: 26px;
	}

	.primary-navigation .menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f502";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 12px;
		top: 22px;
		vertical-align: text-bottom;
	}

	.primary-navigation li .menu-item-has-children > a,
	.primary-navigation li .page_item_has_children > a {
		padding-right: 20px;
		width: 168px;
	}

	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
	.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
	.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
		content: "\f501";
		right: 8px;
		top: 20px;
	}
	

}
@media screen and (min-width: 673px) {
	
.full-width .site-content .has-post-thumbnail .entry-header, .full-width .site-content .hentry.has-post-thumbnail:first-child {
    margin-top: -0px;
}
}
@media screen and (min-width: 783px) {

.primary-navigation {
    font-size: 13px !important;
	}


.entry-title {
    font-size: 27px;
	}
	
.list-view .site-content .entry-title {
    font-size: 27px;
	}

	/*ehem Position header.main */

	/* ehem Position Primary Navigation */
	
}

@media screen and (min-width: 810px) {
.primary-navigation a {
    padding: 0 12px;
	}

.entry-title {
    font-size: 33px;
	}

.list-view .site-content .entry-title {
    font-size: 33px;
	}

	.full-width .site-content blockquote.alignright,
	.full-width .site-content img.size-full.alignright,
	.full-width .site-content img.size-large.alignright,
	.full-width .site-content img.size-medium.alignright,
	.full-width .site-content .wp-caption.alignright {
	/*	margin-right: -168px; */
	}

}


@media screen and (min-width: 1008px) {
	

	.site:before {
		/*secondary unten*/

		/*secondary ausgeblendet width: 182px;*/
		width: 0px;

		
	}

	#secondary {

		display: none;
	}

}

@media screen and (min-width: 1080px) {
	
	.site-content,
	.site-main .widecolumn {
		/* secondary ausgeblendet margin-left: 222px;*/
		margin-left: 0px;
	}

	.site:before {
		/*secondary ausgeblendet width: 222px;*/
		width: 0px;
	}

	.search-box-wrapper,
	.featured-content {
		/* secondary ausgeblendet 
		padding-left: 222px;*/
		padding-left: 0px;
	}
}
img.wp-post-image {float:left; padding: 5px;}