/*Theme Name: Osteostyle
Description: Style für das fictive-Theme
Author: Christina Senega
Author URI: http://www.werk-stil.de
Template: fictive
Version: 1.0
Tags:
*/

@import url("../fictive/style.css");

body {
    color: #3D190F;
}

body.custom-background {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
	background-size:cover;
}

.site-header {
	background: url("images/hintergrund.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.header-avatar {
	visibility:hidden;
}

.site-branding::after {
	border-top:none;
    content: "";
    left: -1px;
    position: absolute;
    top: -8px;
    width: calc(100% + 2px);
    z-index: -1;
}

.site-branding {
	background:url("images/osteopathie-sarah-schlegel-logo.png");
    border-bottom: none;
    border-left: none;
	border-right: none;
    border-radius: 0 0 2px 2px;
    margin: 0 auto 24px;
    padding: 24px;
    position: relative;
	height: 120px;
	background-repeat:no-repeat;
  	background-position:center 50%;
}

.entry-format, .hentry:before, .menu-toggle:before, .hentry.format-link .entry-title a:after, .comments-link a:before,
.post-date a:before,
.sticky .post-date a:before,
.byline a:before,
.edit-link a:before,
a .post-date:before, .page-title:before, .site-content [class*="paging-navigation"] a:before,
.site-content [class*="post-navigation"] a:before, #cancel-comment-reply-link:before, .reply:before, .social-links ul a:before {
	display:none;
}

.hentry {
  background: url("images/hintergrund.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: none;
  margin-top: 7px;
  padding: 24px 48px 19px;
  position: relative;
}

.hentry:after {
  border-top: none;
  content: "";
  position: absolute;
  top: -8px;
  left: -1px;
  width: -webkit-calc(100% + 3px);
  width: calc(100% + 3px);
}

.entry-thumbnail {
	visibility:hidden;
}

.entry-title {
    color: #735838;
    line-height: 1.25217em;
    margin: 12px 0;
    text-align:left;
}

/* Headings */
h1 {
  color: #735838;
  font-family: 'Ubuntu', sans-serif;
  font-style:italic;
  font-size: 30px;
  line-height: 1;
  font-weight:300;
}

h2 {
  color: #3D190F;
  font-family: 'Ubuntu', sans-serif;
  font-size: 22px;
  font-style:italic;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 5px;
  font-weight:300;
}

h3 {
  color: #3D190F;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-style:italic;
  margin-top: 25px;
  margin-bottom: 5px;
}

h4 {
  color: #3D190F;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-style:italic;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 5px;;
}

h5 {
  color: #3D190F;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-style:italic;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 5px;
}

h6 {
  color: #3D190F;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  font-weight: 300;
  font-style:italic;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 5px;
}

.comment-author {
  font-size: 1.25em;
  line-height: 1.2em;
  color: #36732F;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
}

.site-footer {
  clear: both;
  color: #F1F2DC;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-style:italic;
  font-size: 0.8125em;
  line-height: 1.84615em;
  letter-spacing: 1px;
  margin: 24px auto 0;
  padding: 48px 0;
  text-align: center;
  text-transform: none;
}

/* Menü */
.main-navigation {
  font-size: 0.8125em;
  line-height: 1.84615em;
  clear: both;
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 auto 24px;
  position: relative;
  max-width: 60em;
  letter-spacing: 1px;
  width: 100%;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: relative;
}
.main-navigation li {
  display: block;
  position: relative;
}
@media screen and (max-width: 51em) {
  .main-navigation li {
    margin: 0;
  }
}
.main-navigation li li a {
  padding-left: 48px;
}
.main-navigation li li li a {
  padding-left: 72px;
}
.main-navigation a {
  color: #3D190F;
  display: block;
  margin-bottom: 6px;
  padding: 5px 24px;
  position: relative;
  text-decoration: none;
  border-bottom: none;
}

.main-navigation a:visited {
  color: #3D190F;
}

.main-navigation a:hover {
  color: #36732F;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
  color: #36732F;
}
@media screen and (max-width: 51em) {
  .main-navigation {
    margin: 0;
    max-width: 100%;
  }
  .main-navigation a {
    display: block;
    margin: 0;
  }
}

/* Small menu */
.menu-toggle {
  font-size: 1.625em;
  line-height: 1.84615em;
  background-color: #3D190F;
  clear: none;
  color: white;
  cursor: pointer;
  display: none;
  float: left;
  font-weight: bold;
  margin: 0;
  letter-spacing: 1px;
  padding: 3px 0;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
}
.menu-toggle:before {
  font-size: 1em;
  line-height: 1.5em;
  content: "\f419";
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 51em) {
  .menu-toggle {
    display: block;
  }
}

/***END MENÜ */

/* Links */
a {
  color: #36732F;
  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;
  text-decoration:underline;
}
a:visited {
  color: #5DA631;
  text-decoration:none;
}
a:hover, a:focus, a:active {
  color: #5DA631;
  -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;
  text-decoration:none;
  
}

/* Buttons - Schaltflaechen */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background-color: #36732F;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 15px 17px rgba(255, 255, 255, 0.3), inset 0 -5px 12px rgba(0, 0, 0, 0.03);
  color: #ffffff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 15px 17px rgba(255, 255, 255, 0.3), inset 0 -5px 12px rgba(0, 0, 0, 0.03);
  background-color: #5DA631;
  color: #ffffff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  background-color: #5DA631;
  color: #ffffff;
}