/*
Theme Name: Pictorico
Theme URI: https://wordpress.com/themes/pictorico/
Description: AA single-column, grid-based theme with large featured images and a post slider, perfect for a photoblogging or travel site.
Version: 1.09.6
Author: Automattic
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: pictorico
Tags: custom-background, custom-
s, custom-header, custom-menu, editor-style, featured-image-header, featured-images, grid-layout, one-column, photography, post-formats, rtl-language-support, sticky-post, translation-ready
*/

/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, th {
  border: 0;
  font-family: tahoma;
  font-size: 100%;
  font-style: tahoma;
  font-weight: tahoma;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

.main-navigation ul li:hover > a {
  color: #499A45;
}

.main-navigation ul .current_page_item > a,
.main-navigation ul .current-menu-item > a {
  color: #FFFFFF;
}

.blog .site-content .hentry:nth-of-type(2n) .entry-thumbnail,
.archive .site-content .hentry:nth-of-type(2n) .entry-thumbnail,
.search .site-content .hentry:nth-of-type(2n) .entry-thumbnail {
  background: #FFFFFF;
}
.blog .site-content .hentry:nth-of-type(5n) .entry-thumbnail,
.archive .site-content .hentry:nth-of-type(5n) .entry-thumbnail,
.search .site-content .hentry:nth-of-type(5n) .entry-thumbnail {
  background: #FFFFFF;
}
.blog .site-content .hentry:nth-of-type(4n) .entry-thumbnail,
.archive .site-content .hentry:nth-of-type(4n) .entry-thumbnail,
.search .site-content .hentry:nth-of-type(4n) .entry-thumbnail {
  background: #FFFFFF;
}
.blog .site-content .hentry:nth-of-type(3n) .entry-thumbnail,
.archive .site-content .hentry:nth-of-type(3n) .entry-thumbnail,
.search .site-content .hentry:nth-of-type(3n) .entry-thumbnail {
  background: #FFFFFF;
}

.blog .site-content .entry-thumbnail,
.archive .site-content .entry-thumbnail,
.search .site-content .entry-thumbnail {
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* main navigation */
.main-navigation {
  border-left: 01px solid #cccccc;
  display: block;
  float: right;
  font-family: "Tahoma", Helvetica, Arial, sans-serif;
  font-weight: bold;
  max-width: 53%;
  position: relative;
  text-align: right;
  text-transform: uppercase;
}

a:hover, a:focus, a:active {
  color: #499A45;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* main navigation - font size*/
#site-navigation .menu-item a {
  font-family: omnes-pro-1,omnes-pro-2,"tahoma",Helvetica,Arial,sans-serif;
  font-size: 20px;
    font-weight: bold;
}
#site-navigation .sub-menu a {
    font-size: 12px;
}

.main-navigation a{
	font-size:14px;
	font-weight:400
}

.main-navigation a:hover{
	font-size:14px;
	font-weight:400
}

/*navigation Untergruppen - Breite*/
.main-navigation ul ul li a {
  color: white;
  width: 100px;
}

/* Übersicht hover - Datum */ 

.blog .site-content .entry-meta,
.archive .site-content .entry-meta,
.search .site-content .entry-meta {
  background: rgba(72,72,72, 0.5);
  display: block;
  float: left;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  font-size: 0.75em;
  line-height: 2em;
  padding: 1px 15px;
  text-align: left;
  text-transform: uppercase;
  width: auto;
}

/* Suche - Button */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #499A45;
  border: 0;
  border-bottom: 3px solid #276E3B;
  border-radius: 0;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 30px 12px;
  text-shadow: none;
}
/* search - font */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  border: 0px solid #e7f2f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "tahoma", Georgia, Times, serif;
	font-size: 0.7em;
  max-width: 100%;
	  margin-left: 5px;
		  padding: 15px;
}

/* search header lupe*/
.header-search label:before,
.menu-toggle:before,
.blog .site-content .entry-format:before,
.archive .site-content .entry-format:before,
.search .site-content .entry-format:before,
.blog .site-content .format-link .entry-title a:after,
.archive .site-content .format-link .entry-title a:after,
.search .site-content .format-link .entry-title a:after,
.site-main .post-navigation .meta-nav:before,
.site-main .paging-navigation .meta-nav:before,
.social-links ul a:before,
.flex-direction-nav a:before {
  -webkit-font-smoothing: antialiased;
  font-family: "Genericons";
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  vertical-align: text-bottom;
	
}

/* button hover */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #779A45;
  border-bottom: 3px solid #276E3B;
}

/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, th {
  border: 0;
  font-family: Tahoma;
  font-size: 100%;
  font-style: Tahoma;
  font-weight: Tahoma;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}
body {
  background: #ffffff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol, ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td, th {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
/* =Rebuild
----------------------------------------------- */
* html {
  font-size: 125%;
}
html {
  font-size: 20px;
  line-height: 1.5em;
}
/* =Global */
body {
  background: #ffffff;
  color: #000000;
  font-family: "Tahoma", Georgia, Times, serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

button,
input,
select,
textarea {
  background: white;
  font-family: "Tahoma", Helvetica, Arial, sans-serif;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin: 15px 30px 15px 0;
}
.alignright {
  display: inline;
  float: right;
  margin: 15px 0 15px 30px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 15px auto;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
h1 {
  font-family: "Tahoma", Helvetica, Arial, sans-serif;
  font-size: 58px;
  font-weight: bold;
  margin: 30px 0;
  text-transform: uppercase;
}
h2 {
  font-family: "Tahoma", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
  margin: 30px 0;
  text-transform: uppercase;
}
h3 {
  font-family: "Tahoma", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0;
  text-transform: uppercase;
}
h4 {
  font-family: "Tahoma", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0;
  text-transform: uppercase;
}
h5 {
  font-family: "Tahoma", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0;
  text-transform: uppercase;
}
h6 {
  font-family: "Tahoma", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0;
  text-transform: uppercase;
}
h4,
h5,
h6 {
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
hr {
  background-color: #07a1f2;
  height: 1px;
  margin-bottom: 29px;
  padding: 0;
}
/* Text elements */
p {
  margin-bottom: 30px;
}
ul {
  margin: 0 0 30px 30px;
  list-style: disc;
}
ul ul {
  list-style: square;
}
ul ul ul {
  list-style: circle;
}
ol {
  margin: 0 0 30px 30px;
  list-style: decimal;
}
ol ol {
  list-style: lower-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 30px;
}
dt {
  font-weight: 400;
}
dd {
  margin: 15px 0 15px 30px;
}
b, strong {
  font-weight: bold;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  font-size: 1.25em;
  line-height: 1.2em;
  font-style: italic;
  line-height: 1.5;
  margin: 0 0 30px;
}
blockquote blockquote {
  font-size: tahoma;
}
blockquote cite {
  display: block;
  font-size: tahoma;
  font-weight: tahoma;
  font-style: tahoma;
  text-align: right;
  width: 100%;
}
address {
  font-style: italic;
  margin-bottom: 30px;
}
pre {
  background: rgba(0, 0, 0, 0.03);
  font-family: "Tahoma", Courier, monospace;
  font-size: 0.75em;
  line-height: 2em;
  margin-bottom: 30px;
  padding: 30px;
  overflow: auto;
  max-width: 100%;
}
code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Tahoma", "DejaVu Sans Mono", monospace;
  font-size: 0.75em;
  line-height: 2em;
}
abbr, acronym {
  border-bottom: 1px dotted #276E3B;
  cursor: help;
  margin-bottom: 29px;
}
mark, ins {
  background: fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 0.75em;
  line-height: 2em;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 0.75em;
  line-height: 2em;
}
big {
  font-size: 1.25em;
  line-height: 1.2em;
}
figure {
  margin: 0;
}
table {
  margin-bottom: 30px;
  width: 100%;
}
td, th {
  border-bottom: 1px solid #999999;
  border-collapse: collapse;
  padding: 7.5px 3px 6.5px;
}
th {
  font-family: "Tahoma", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
img {
  height: auto;
  max-width: 100%;
}
/* Links */

a {
  color: #779A45;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:visited {
  color: #779A45;
}

a:hover, a:focus, a:active {
  color: #779A45;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}



/* =Media */
.wp-caption {
  padding: 0;
  margin-bottom: 30px;
  max-width: 100%;
  background: transparent;
  border: 0;
  text-align: tahoma;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.wp-caption-text,
.wp-caption-dd {
  color: #276E3B;
  font-size: 0.75em;
  line-height: 2em;
  margin: 15px 0;
  padding: 0 1%;
}
.size-thumbnail + .wp-caption-text,
.size-medium + .wp-caption-text {
  font-size: 0.75em;
  line-height: 2em;
  line-height: 2em;
}
.gallery {
  margin-bottom: 30px;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
/* =Editor
----------------------------------------------- */
.mceItemTable,
.mceItemTable td,
.mceItemTable th,
.mceItemTable caption,
.mceItemVisualAid {
	border: none;
}
img.mce-wp-nextpage,
img.mce-wp-more {
	width: 100%;
	margin: 20px 0;
}

/* Navigation unten - letzer oder nächster Beitrag */
.site-main .post-navigation .nav-previous a,
.site-main .paging-navigation .nav-previous a {
  background: #499A45;
  color: rgba(255, 255, 255, 1);
  float: left;
  padding: 15px 15px 15px 65px;
  position: relative;
  text-align: center;
  width: 50%;
}
.site-main .post-navigation .nav-previous a:hover,
.site-main .paging-navigation .nav-previous a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #779A45;
}
.site-main .post-navigation .nav-next a,
.site-main .paging-navigation .nav-next a {
  background: #499A45;
  color: rgba(255, 255, 255, 1);
  float: right;
  padding: 15px 65px 15px 15px;
  position: relative;
  text-align: center;
  width: 50%;
}
.site-main .post-navigation .nav-next a:hover,
.site-main .paging-navigation .nav-next a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #FFFFFF;
}
.site-main .post-navigation .meta-nav:before,
.site-main .paging-navigation .meta-nav:before {
  content: "\f430";
  background: #276E3B;
  display: block;
  font-size: 32px;
  line-height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
}
.site-main .post-navigation .nav-next .meta-nav:before,
.site-main .paging-navigation .nav-next .meta-nav:before {
  content: "\f429";
  left: auto;
  right: 0;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul li {
  display: inline-block;
  margin-left: 10px;
  padding: 10px 0;
  position: relative;
	}
/* site title */
.site-title {
  font-size: 1.7em;
  line-height: 1.62162em;
  line-height: 1.07027em;
  margin: 10px 0;
}
@media screen and ( max-width: 48.875em ) {
.has-header-image.twentyseventeen-front-page .site-branding, .has-header-video.twentyseventeen-front-page .site-branding, .has-header-image.home.blog .site-branding, .has-header-video.home.blog .site-branding {
top: 10px;
}
}

.site-branding {
  border-right: 1px solid #cccccc;
  float: left;
  max-width: 40%;
  padding-right: 10px;
	
}
@media screen and (max-width: 885px) {
  .site-branding {
    border: 0;
    max-width: 100%;
  }
}
/* logo im header */
.site-branding .site-title a {
     background: url("http://test.bearpaw-blog.de/wp-content/uploads/Bearpaw_Logo-Website.png") no-repeat; /* Replace image URL here */
     width: 180px;
     height: 38px;
     font-size: 0;
     line-height: 0;
     display: block;
     text-indent: -9999px;
}
