@charset "UTF-8";
/*!
Theme Name: ergomartin 2016
Theme URI: http://underscores.me/
Author: Karsten Geisler
Author URI: http://www.karsten-geisler.de
Description: Description
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: emde15
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ergomartin 2015 is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Layout
# Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background-color: #f5e9d3; }

body {
  margin: 0 auto; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  color: #5F9F3F;
  clear: both;
  font-weight: normal; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 13.125px;
  font-size: 0.8203125rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 13.125px;
  font-size: 0.8203125rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

header {
  padding-bottom: 1.25em;
  border-bottom: #ffb40d 20px solid; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 1.5em 0;
  clear: both; }

ul, ol {
  margin: 0 0 1.5em 0; }

ul {
  list-style-image: url("img/listimage.png");
  list-style-position: outside;
  padding: 1em; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

td ul {
  padding: 0;
  list-style-position: inside; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 10.5px;
  font-size: 0.65625rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: block; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #65ac42; }
  a:visited {
    color: #65ac42; }
  a:hover, a:focus, a:active {
    color: #ffb40d; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.sub-navigation a {
  color: #4b4b4b;
  display: inline-block;
  text-decoration: none;
  padding: .5em;
  font-weight: bold; }
  .sub-navigation a:hover, .sub-navigation a:focus, .sub-navigation a:active {
    color: #ffffff;
    background-color: #65ac42; }
.sub-navigation li .current_menu_item a {
  color: #ffffff !important;
  background-color: #65ac42; }

.menu-secondary-container {
  display: table;
  min-height: 1px;
  position: relative;
  margin: 0 auto; }
  .menu-secondary-container ul {
    list-style: none;
    margin: 0;
    padding: 0; }

#footer-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  #footer-menu li a {
    display: inline-block; }

.menu-item-has-children > a {
  font-weight: bold;
  color: #ffffff;
  background-color: #ffb40d;
  cursor: default;
  padding: .25em .5em; }

.main-navigation {
  clear: both;
  display: block;
  float: left;
  margin-top: 1em;
  font-size: 14px; }
  .main-navigation ul {
    list-style: none;
    padding-left: 0;
    display: none; }
    .main-navigation ul ul {
      background-color: #e4e4e4;
      margin-left: 0;
      padding: .25em .5em; }
      .main-navigation ul ul li {
        padding: .5em 0 .25em; }
      .main-navigation ul ul li:not(:last-of-type) {
        border-bottom: 1px #404040 dotted; }
      .main-navigation ul ul .current_page_item a {
        color: #000;
        font-weight: bold; }
      .main-navigation ul ul a {
        color: #404040; }
        .main-navigation ul ul a:hover {
          color: #000; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
#btn-menu-mobile {
  float: right;
  height: 50px;
  width: 50px;
  background: transparent url("img/mobile-menu-icon.gif") no-repeat scroll 0 0;
  text-indent: -99999px; }

#secondary.toggled ul {
  display: block; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #d9ccb3;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 12.25px;
    font-size: 0.765625rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site {
  box-shadow: 0px 0px 25px grey; }

.site-branding {
  float: left;
  margin-top: .5em;
  margin-left: 1.5em;
  font-weight: 700;
  text-indent: -9999px; }

.site-description {
  text-indent: -9999px; }

.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.full-width {
  width: 100%; }

.teaserbereich h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: bold; }

.teaser {
  border-radius: 5px;
  background-color: #ffb40d;
  margin: 0 0 .75em;
  padding: .25em .5em .25em; }
  .teaser p {
    margin-top: 0;
    margin-bottom: 5px; }
  .teaser a {
    color: #ffffff; }
    .teaser a:hover {
      color: #000; }

.infobox {
  clear: both;
  background-color: #65ac42; }

.mitarbeiterbox {
  border-radius: 5px;
  background: #e4e4e4;
  background-image: -webkit-linear-gradient(#ffb40d, #ffb40d 3em, #e4e4e4 3em);
  background-image: linear-gradient(#ffb40d, #ffb40d 3em, #e4e4e4 3em);
  overflow: auto;
  margin-bottom: 1em;
  padding: 0 .75em .75em; }
  .mitarbeiterbox img {
    margin-bottom: 1em; }
  .mitarbeiterbox h2 {
    color: #ffffff;
    margin-top: .25em;
    text-align: right;
    font-weight: bold; }
  .mitarbeiterbox h3 {
    display: inline; }
  .mitarbeiterbox hr {
    clear: none; }

#search {
  width: 97%; }

.search-results header {
  padding-bottom: 0;
  border-bottom: none; }
.search-results .entry-summary,
.search-results .entry-summary p {
  margin-top: 0 !important; }
.search-results .entry-title {
  margin-bottom: 0; }

.no-results header {
  padding-bottom: 0; }
.no-results .page-header {
  border-bottom: none; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site-content .widget-area {
  float: left;
  overflow: hidden; }

.site-content {
  padding: 0 1.5em;
  margin-bottom: 1em; }

.site-footer {
  color: #ffffff;
  text-align: center;
  clear: both;
  padding: 1.5em;
  width: 100%;
  background-color: #65ac42; }
  .site-footer a {
    color: #ffffff;
    text-decoration: underline; }

/*--------------------------------------------------------------
# Plugin
--------------------------------------------------------------*/
div.wpcf7 .wpcf7-form-control,
.wpcf7-form-control-wrap {
  max-width: 100%; }

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
/*
* Standard < 480px
* ---------------------------------------------------------------
*/
@media only screen and (max-width: 479px) and (orientation: portrait) {
  .site-branding {
    width: 180px;
    height: 96px;
    background-image: url("img/ergomartin-logo-s@1x.gif");
    background-repeat: no-repeat;
    background-size: 100%; }

  #btn-menu-mobile {
    margin: -1.5em 1em 0 1em; }

  .teaserbereich {
    float: right;
    width: 100%;
    margin-left: 1.5em; }

  footer .menu-secondary-container,
  .menu-footermenue-container ul li {
    float: none; }

  .menu-footermenue-container a {
    display: block;
    min-height: 2em; } }
/*
* iPhone/Retina-Grafik < 480px
* ---------------------------------------------------------------
*/
/*@media only screen and (max-width: 479px) and (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
}*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 479px) and (orientation: portrait), only screen and (min-resolution: 144dpi) and (max-width: 479px) and (orientation: portrait) {
  .site-branding {
    background: url("img/ergomartin-logo-s@2x.gif");
    background-size: cover; } }
/*
* Standard > 480px bis < 767px
* ---------------------------------------------------------------
*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .site-branding {
    width: 318px;
    height: 70px;
    background-image: url("img/ergomartin-logo-md@1x.gif");
    background-size: 318px 70px; }

  #btn-menu-mobile {
    margin: -2.5em 1em 0 1em; }

  .teaserbereich {
    float: right;
    width: 100%;
    margin-left: 1.5em; }

  .menu-secondary-container li {
    float: left; }

  footer .menu-secondary-container ul li,
  .menu-footermenue-container ul li {
    float: none; }

  #footer-menu li {
    float: none; }
    #footer-menu li a {
      display: block; } }
/*
* iPhone/Retina-Grafik > 480px bis < 767px
* ---------------------------------------------------------------
*/
@media only screen and (min-width: 480px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape), (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape), (min-resolution: 144dpi) and (orientation: landscape) {
  .site-branding {
    background: url("img/ergomartin-logo-md@2x.gif");
    background-size: cover; } }
/*
* Standard bis < 767px
* ---------------------------------------------------------------
*/
@media only screen and (max-width: 767px) {
  .main-navigation {
    width: 100%; }
    .main-navigation ul {
      margin-bottom: 0; }

  .sub-navigation {
    display: none; }

  .site-footer .sub-navigation {
    display: inline;
    text-align: center; }
    .site-footer .sub-navigation a {
      color: #ffffff;
      text-decoration: underline;
      background-color: transparent; }

  .content-area {
    margin: 0 0 0 0; }

  .site-main {
    margin: 0 0 0 0; }

  .site-content .widget-area {
    width: 100%; }

  .teaserbereich {
    float: right;
    margin-left: 1.5em; } }
/*
* Standard größer > 768px
* ---------------------------------------------------------------
*/
@media only screen and (min-width: 768px) {
  body {
    max-width: 1040px; }

  .site-branding {
    background-image: url("img/ergomartin-logo-l@1x.gif");
    width: 459px;
    height: 102px;
    background-size: 459px 102px; }

  .menu-toggle {
    display: none; }

  #secondary {
    display: block !important; }

  .main-navigation ul {
    display: block; }

  .main-navigation {
    display: block !important;
    width: 95%; }
    .main-navigation ul {
      margin-bottom: .75em; }

  .menu-item-has-children > a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }

  .sub-menu {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }

  .content-area {
    width: 75%;
    float: right;
    margin: 0 0 0 -25%; }

  .site-content .widget-area {
    width: 25%; }

  .teaserbereich {
    float: right;
    width: 25%;
    margin-left: 1.5em; }

  #search {
    width: 90%; }

  .sub-navigation {
    background-color: #e4e4e4; }
    .sub-navigation li {
      float: left; }

  .site-footer .sub-navigation {
    display: none; }

  #footer-menu li {
    float: left;
    margin-right: 1em; }
    #footer-menu li a {
      display: inline-block; }

  .menu-footermenue-container {
    display: table;
    margin: 0 auto; } }
/*
* iPhone/Retina-Grafik größer > 767px
* ---------------------------------------------------------------
*/
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .site-branding {
    background-size: cover; } }
