/*
 Theme Name:   Twenty Fourteen Child
 Theme URI:    
 Description:  Twenty Fourteen Child Theme
 Author:       Benjamin Berghoff
 Author URI:   
 Template:     twentyfourteen
 Version:      4.6.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template
 Text Domain:  twenty-fourteen-child
*/

body {
	background-image:url('http://www.jfs-nette.de/back2.jpg');
}



::-moz-selection {
	background: #ff890d;
	color: #fff;
	text-shadow: none;
}

	body,button,input,select,textarea {
	   color: #444;
	   font-family: Lato, sans-serif;
	   font-size: 16px;
	   font-weight: 400;
	   line-height: 1.5;
  }


.site {
	background-color: transparent;
	max-width: 100%;
	position: relative;
}


.site-header {
	background-color: RGBA(0, 0, 0, 0.73);
	position: relative;
	max-width: 100%;
	width: 100%;
	z-index: 4;
}


table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 0px 0 0 0px;
	margin-bottom: 24px;
	width: 100%;
}

table,
th,
td {
	border: 0;
}

.table-head {
	margin-left: auto;
	margin-right: auto;
	/** width: 1146px; */
	width: auto;
	margin-bottom: 15px;
}

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


.site-navigation a:hover {
	color: #ffffff;
}

.site-navigation a {
	color: #fff;
	display: block;
	text-transform: none;
	font-size: 16px;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: rgba(128, 0, 0, 1);
	font-weight: 900;
}


.post-navigation a:hover,
.image-navigation a:hover {
	color: #ff890d;
}


.widget a:hover {
    color: #ffffff;
}

.widget {
    font-size: 13px;
}

.search-toggle {
    background-color: #ff890d;
}

.search-toggle:hover, .search-toggle.active {
    background-color: #777;
}

.search-box {
    background-color: #777;
    padding: 12px;
}
 
/* Primary Sidebar */

.primary-sidebar {
    width: 100%;
    padding-top: 0;
}

.primary-sidebar .widget a {
	color: #cccccc;
}

.primary-sidebar .widget a:hover {
	color: white;
}

/* Primary Sidebar End */

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
	max-width: 1250px;
}

/* Content End*/

/* Tags */
.entry-meta .tag-links a:hover {
	background-color: #ff9000;
	color: #fff;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #777;
}
/* Tags Ende */


/* Handy groesse */




/* Handy ende */

td.centertable {
	vertical-align: middle;
	horizontal-align: center;
	border-width: 0px;
}


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

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

#site-header {
	position: relative;
	z-index: 3;
	text-align: center;
	padding-top: 15px;
}



/** Farben Primary Navigation */
.primary-navigation ul ul {
	background-color: rgba(0, 0, 0, 0.4);
}


/** Fokus auf aktuellem Element */
.primary-navigation ul ul a:hover, .primary-navigation ul ul li.focus > a {
    background-color: rgba(128, 0, 0, 0.9);
}

/** Wenn der Fokus auf einem Element unterhalb der Hierachy liegt */
.primary-navigation li:hover > a {
    background-color: rgba(128, 0, 0, 0.5);
    color: #fff;
}


/** Seitennavigation (ende der Seite) */

.paging-navigation .page-numbers.current {
	border-top: 5px solid rgba(128, 0, 0, 0.9);
	
}


.paging-navigation a:hover {
	border-top: 5px solid #ff890d;
	color: #2b2b2b;
}

  .entry-meta a:hover {
	  color: #ffffff;
  }



	.page-numbers {
		color: #fff;
	}
	
	.paging-navigation a:hover {
    color: #fff;
}
.paging-navigation a {
    color: #ccc;
}

.pBox { 
     border: solid; 
     border-radius: 25px; 
     width: 100%;
     background-image: linear-gradient(to top, white 0%, black 100%);
}

.pBox2 { 
     border: none; 
     border-radius: 25px; 
     width: 100%;
     background-image: linear-gradient(to top, white 30%, wheat 200%);
}

.leftBorder {
	border-left-style: solid;
	border-left-color: red;
}

.beschreibung {
     text-align: center; 
     font-size: 1.3em; 
     color: black;
     height: 4.5em;
}


.buttonOut {
     padding-top: 15px; 
     text-align: center;
     margin-bottom: 80px;
}

.buttonOut a {
     border: solid 2px #0f0f0f;
     padding: 4px;
     margin: 15px;
     /*! background-image: url(http://www.jfs-nette.de/wp-content/uploads/websiteStuff/back_button.png); */
     background-color: wheat;
     color: black;
}


article.customarticle > section > div > img {
	webkit-box-shadow: 2px 3px 3px rgba(0,0,0,0.4);
     -moz-box-shadow: 2px 3px 3px rgba(0,0,0,0.4);
     box-shadow: 2px 3px 3px rgba(0,0,0,0.4);
}

.shadow {
	webkit-box-shadow: 2px 3px 3px rgba(0,0,0,0.4);
     -moz-box-shadow: 2px 3px 3px rgba(0,0,0,0.4);
     box-shadow: 2px 3px 3px rgba(0,0,0,0.4);
	max-width: 80% !important;
}

.round {
     border-radius:25px;
}


.buttonOut a:hover{
     border: solid 2px #0f0f0f;
     padding: 4px;
     margin: 15px;
     /*! background-image: url(http://www.jfs-nette.de/wp-content/uploads/websiteStuff/back_button.png); */
     webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
     -moz-box-shadow: 0  0 0 rgba(0,0,0,0);
     box-shadow: 0 0 0 rgba(0,0,0,0);
     background-color: wheat;
	   color: black;
}



.customarticle {
     padding-right: 2%;
     padding-left: 2%;
     padding-bottom: 10%;
     width: 27%;
     display: inline-block;
     min-width: 224px;
     vertical-align: top;
}

.outer {
    padding-top: 3em;
    text-align: center;
}

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

.primary-sidebar {
    width: 400px;
    padding-top: 0;
}
	.site-content .entry-meta a:hover{
	   color: black;
  }
	.entry-title a:hover {
	   color: #000000;
	   font-weight: 1800;
  }

  .entry-meta a {
	   color: #bbbbbb;
  }

}
@media screen and (max-width: 400px) {
	.site-content .entry-meta a:hover{
	   color: white;
  }
	.entry-title a {
	   color: #ffffff;
  }

	.entry-title a:hover {
	   color: #ffffff;
  }


  .entry-meta a {
	   color: #bbbbbb;
  }

  .entry-meta a:hover {
	  color: #ffffff;
  }
}
@media screen and (min-width: 673px) {
	#secondary,
	#supplementary {
		padding: 66px 0 0 30px;
	}

	.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 ul ul {
		background-color: rgba(0, 0, 0, 0.85);
		float: left;
		margin: 0;
		position: absolute;
		top: 48px;
		left: -999em;
		z-index: 99999;
	}
}

@media screen and (min-width: 846px) {
	.content-area,
	.content-sidebar {
		padding-top: 0px;
	}
}

@media screen and (min-width: 1008px) {
	
	.page-numbers {
		color: #000;
	}
	
	.paging-navigation a:hover {
    color: #000;
}
	.paging-navigation a {
    color: #777;;
  }
	
	.search-box-wrapper {
		padding-left: 182px;
	}

	.main-content {
		float: left;
	}

	.site-content {
		margin-right: 29.04761904%;
		margin-left: 450px;
		background-color: white;
	}

	.site-content .entry-header {
		margin-top: 0;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}


	.site:before {
		background-color: transparent;
		opacity: 0.0;
		content: "";
		display: block;
		height: 100%;
		min-height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		width: 182px;
		z-index: 2;
	}

	#secondary {
		background-color: transparent;
		border: 0;
		clear: none;
		float: left;
		margin: 6px 0 0 -100%;
		min-height: 100vh;
		width: 300px;
	}

	.primary-sidebar {
		padding-top: 0;
	}

	.site-description {
		display: block;
		margin: 0 0 18px;
	}

	.site-description:empty {
		margin: 0;
	}

	.secondary-navigation {
		font-size: 11px;
		margin: 0 -30px 48px;
		width: 182px;
	}

	.secondary-navigation li {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.secondary-navigation a {
		padding: 10px 30px;
	}
	
	/* Farbaenderung */
	.secondary-navigation ul ul {
		background-color: #ff890d;
		position: absolute;
		top: 0;
		left: -999em;
		width: 182px;
		z-index: 99999;
	}

	.secondary-navigation li li {
		border-top: 0;
	}

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

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

	.secondary-navigation ul li:hover > ul,
	.secondary-navigation ul li.focus > ul {
		left: 162px;
	}

	.secondary-navigation .menu-item-has-children > a {
		padding-right: 38px;
	}

	.secondary-navigation .menu-item-has-children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f501";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 26px;
		top: 14px;
		vertical-align: text-bottom;
	}

	.footer-sidebar .widget,
	.primary-sidebar .widget {
		font-size: 13px;
		line-height: 1.5;
	}

	.footer-sidebar .widget {
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		float: left;
		padding: 0 30px;
		width: 25%;
	}

	.footer-sidebar .widget h1,
	.primary-sidebar .widget h1 {
		font-size: 20px;
		line-height: 1.2;
	}

	.footer-sidebar .widget h2,
	.primary-sidebar .widget h2 {
		font-size: 18px;
		line-height: 1.3333333333;
	}

	.footer-sidebar .widget h3,
	.primary-sidebar .widget h3 {
		font-size: 16px;
		line-height: 1.5;
	}

	.footer-sidebar .widget h4,
	.primary-sidebar .widget h4 {
		font-size: 14px;
		line-height: 1.7142857142;
	}

	.footer-sidebar .widget h5,
	.primary-sidebar .widget h5 {
		font-size: 12px;
		line-height: 2;
	}

	.footer-sidebar .widget h6,
	.primary-sidebar .widget h6 {
		font-size: 11px;
		line-height: 2.1818181818;
	}

	.footer-sidebar .widget code,
	.footer-sidebar .widget kbd,
	.footer-sidebar .widget tt,
	.footer-sidebar .widget var,
	.footer-sidebar .widget samp,
	.footer-sidebar .widget pre,
	.primary-sidebar .widget code,
	.primary-sidebar .widget kbd,
	.primary-sidebar .widget tt,
	.primary-sidebar .widget var,
	.primary-sidebar .widget samp,
	.primary-sidebar .widget pre {
		font-size: 11px;
		line-height: 1.6363636363;
	}

	.footer-sidebar .widget blockquote,
	.primary-sidebar .widget blockquote {
		font-size: 14px;
		line-height: 1.2857142857;
	}

	.footer-sidebar .widget blockquote cite,
	.primary-sidebar .widget blockquote cite {
		font-size: 12px;
		line-height: 1.5;
	}

	.footer-sidebar .widget input,
	.footer-sidebar .widget textarea,
	.primary-sidebar .widget input,
	.primary-sidebar .widget textarea {
		font-size: 12px;
		padding: 3px 2px 4px 4px;
	}

	.footer-sidebar .widget input[type="button"],
	.footer-sidebar .widget input[type="reset"],
	.footer-sidebar .widget input[type="submit"],
	.primary-sidebar .widget input[type="button"],
	.primary-sidebar .widget input[type="reset"],
	.primary-sidebar .widget input[type="submit"] {
		padding: 5px 15px 4px;
	}

	.footer-sidebar .widget .widget-title,
	.primary-sidebar .widget .widget-title {
		font-size: 11px;
		font-weight: 900;
		line-height: 1.6363636363;
		margin-bottom: 18px;
	}

	.footer-sidebar .widget_twentyfourteen_ephemera .entry-title,
	.footer-sidebar .widget_twentyfourteen_ephemera .entry-meta,
	.footer-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
	.footer-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
	.footer-sidebar .widget_twentyfourteen_ephemera .entry-content table,
	.primary-sidebar .widget_twentyfourteen_ephemera .entry-title,
	.primary-sidebar .widget_twentyfourteen_ephemera .entry-meta,
	.primary-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
	.primary-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
	.primary-sidebar .widget_twentyfourteen_ephemera .entry-content table {
		font-size: 11px;
		line-height: 1.6363636363;
	}

	.footer-sidebar .widget_archive li,
	.footer-sidebar .widget_categories li,
	.footer-sidebar .widget_links li,
	.footer-sidebar .widget_meta li,
	.footer-sidebar .widget_nav_menu li,
	.footer-sidebar .widget_pages li,
	.footer-sidebar .widget_recent_comments li,
	.footer-sidebar .widget_recent_entries li,
	.primary-sidebar .widget_archive li,
	.primary-sidebar .widget_categories li,
	.primary-sidebar .widget_links li,
	.primary-sidebar .widget_meta li,
	.primary-sidebar .widget_nav_menu li,
	.primary-sidebar .widget_pages li,
	.primary-sidebar .widget_recent_comments li,
	.primary-sidebar .widget_recent_entries li {
		border-top: 0;
		padding: 0 0 6px;
	}

	.footer-sidebar .widget_archive li:last-child,
	.footer-sidebar .widget_categories li:last-child,
	.footer-sidebar .widget_links li:last-child,
	.footer-sidebar .widget_meta li:last-child,
	.footer-sidebar .widget_nav_menu li:last-child,
	.footer-sidebar .widget_pages li:last-child,
	.footer-sidebar .widget_recent_comments li:last-child,
	.footer-sidebar .widget_recent_entries li:last-child,
	.primary-sidebar .widget_archive li:last-child,
	.primary-sidebar .widget_categories li:last-child,
	.primary-sidebar .widget_links li:last-child,
	.primary-sidebar .widget_meta li:last-child,
	.primary-sidebar .widget_nav_menu li:last-child,
	.primary-sidebar .widget_pages li:last-child,
	.primary-sidebar .widget_recent_comments li:last-child,
	.primary-sidebar .widget_recent_entries li:last-child {
		padding: 0;
	}

	.footer-sidebar .widget_categories li ul,
	.footer-sidebar .widget_nav_menu li ul,
	.footer-sidebar .widget_pages li ul,
	.primary-sidebar .widget_categories li ul,
	.primary-sidebar .widget_nav_menu li ul,
	.primary-sidebar .widget_pages li ul {
		border-top: 0;
		margin-top: 6px;
	}

	#supplementary {
		padding: 0;
	}

	.footer-sidebar {
		font-size: 12px;
		line-height: 1.5;
	}

	.featured-content {
		padding-left: 182px;
	}

	.grid .featured-content .hentry {
		width: 33.3333333%;
	}

	.grid .featured-content .hentry:nth-child( 2n+1 ) {
		clear: none;
	}

	.grid .featured-content .hentry:nth-child( 3n+1 ) {
		clear: both;
	}

	.grid .featured-content .entry-header {
		height: 120px;
	}
}
@media screen and (min-width: 1283px) {
	.primary-sidebar {
    position: fixed;
	}
}