/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

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

/**
 * Add the correct display in IE 9-.
 */

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

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  text-decoration: none;
}



/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
  font-family: 'OpenSans Regular';
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
  font-family: 'OpenSans Regular';
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
margin: 0em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 0px 0px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
















body {
font-size: 100%; /* best for all browser using em */
padding:0;
margin:0;
background-color: #f8fff8;
}

*, html { line-height: 2.2em; }

article img { width:100% !important; max-width:1280px; height:auto; }

#wrapper {
max-width: 1280px; /* standard 1024px wide */
margin: 0 auto;
background-color: #f8fff8;
}



/* css for <header> */
header {
	padding: 0em 0;
	margin: 0px;
	float: left;
	width: 100%;
  background-color: #f8fff8;
}
.header-image {
  position: relative;
  top: 3.125em;
  bottom: 0;
  z-index: 90;
  max-height: 100px;
  left: 3.125em;
  right: 0;
  float: left;
}
.header-image img {
  width: 100%;
  max-width: 100px;
  z-index: 90;
}
.header-right {
  position: absolute;
  top: 0.5em;
  right: 1em;
  z-index: 100;
  float:right;
  padding-right: 1em;
}







/* css for <section class='content'> */
section.content { width: 100%; float:left; line-height: 0em; background-color: #f8fff8;}
.content article { width:100%; float:left; padding: 0 0 1em; margin: 0 0 1em;}
article .entry { clear:both; padding: 0 0 1em; }
h1.post-title { font-family: 'OpenSans CondLight'; float: left; font-size: 2em; margin:0; padding:0em 1.5em 0.5em;}
.entry.post-content { font-family: 'OpenSans Light'; font-size: 0.938em; line-height: 2em; letter-spacing: 1px; margin:0; padding: 0 3em;}
hr {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
    width: 100%;
    color: #151515;
}

.txt-left {
  float: left;
  max-width: 47.5%;
}
.txt-right {
  float: right;
  max-width: 47.5%;
}
.image-right img{
  float: right;
  max-width: 47.5%;
  height: auto;
  padding-top: 0.7em;
  margin-left: 2em;
  margin-bottom: 2em;
}
.image-left img{
  float: left;;
  max-width: 47.5%;
  max-height: 400px;
  padding-top: 0.7em;
  margin-right: 2em;
  margin-bottom: 2em;
}
.full-width-image img{
  width: 100%;
  max-width: 1280px;
  margin-bottom: 2em;
  margin-top: 2em;
}

/* Fonts */
@font-face { font-family: 'OpenSans Light'; src: url(../fonts/OpenSans-Light.ttf); }
@font-face { font-family: 'OpenSans Regular'; src: url(../fonts/OpenSans-Regular.ttf); }
@font-face { font-family: 'OpenSans Italic'; src: url(../fonts/OpenSans-Italic.ttf); }
@font-face { font-family: 'OpenSans CondLight'; src: url(../fonts/OpenSans-CondLight.ttf); }
@font-face { font-family: 'OpenSans Bold'; src: url(../fonts/OpenSans-Bold.ttf); }
@font-face { font-family: 'Titillium Web'; src: url(../fonts/TitilliumWeb-ExtraLight.ttf); }

h1 {
  color: #00a175;
  font-family: 'OpenSans CondLight';
  font-size: 2em;
  letter-spacing: 3px;
  text-align: center;
}
h3 {
  color: #151515;
  font-family: 'OpenSans Light';
  font-size: 0.938em;
  letter-spacing: 1px;
}
h4 {
  color: #151515;
  font-family: 'OpenSans Regular';
  font-size: 0.938em;
  letter-spacing: 1px;
}




/* css for <footer> */
footer {
	width: 100%;
	float:left;
	padding: 1em 0 1em 0;
	background-color: #00a175;
  color: #f8fff8;
  font-family: 'Titillium Web';
  letter-spacing: 1px;
  font-size: 1.125em;
  line-height: 0.1em;
  text-decoration: none;
  z-index: 500;
}
footer .footer-left { float:left; text-align:left; padding-left: 3em;}
footer .footer-right { float:right; text-align:right; padding-right: 3em;}

/* OSM Map */

.osm-map {
  float: right;
  width: 65%;
  max-height: 350px;
  height: 350px;
}
.txt-kontakt {
  float: left;
  width: 27.5%;
}







/*///////////////////////////////////////////////////////////////////////////////////////////*/








/* 770-1024 */
@media only screen and (min-width: 48.13em) and (max-width: 63.999em){
  body { background-color: #f8fff8; }
  #wrapper { width:96%;}
  section.content { width:100%; }
  h1.post-title { font-size: 1.8em; text-align: center; margin:0; padding:0em 1.5em 0.7em 1.5em;}
  .entry.post-content { font-family: 'OpenSans Light'; font-size: 0.9em; line-height: 2em; letter-spacing: 1px; margin:0; padding: 0 3em;}

.header-image {
  position: relative;
  top: 2.125em;
  bottom: 0;
  z-index: 90;
  max-height: 100px;
  left: 2.8em;
  right: 0;
  float: left;
}
.header-image img {
  width: 85% !important;
  max-width: 85px;
  z-index: 90;
}
}

/* ipad 768px */
@media only screen and (min-width:470px) and (max-width:48.129em){
body { background-color: #f8fff8; }
#wrapper { width:98%;}
section.content { width:100%; }
h1.post-title { font-size: 1.5em; line-height: 1.5em; text-align: left; margin:0; padding:1.5em 1.5em 0.7em 1.5em;}
.entry.post-content { font-family: 'OpenSans Light'; font-size: 0.8em; line-height: 2em; letter-spacing: 1px; margin:0; padding: 0 3em;}

.txt-left {
  float: left;
  max-width: 100%;
}
.txt-right {
  float: right;
  max-width: 100%;
}

.header-image {
  position: relative;
  top: 2.125em;
  bottom: 0;
  z-index: 90;
  max-height: 100px;
  left: 2.5em;
  right: 0;
  float: left;
}
.header-image img {
  width: 85% !important;
  max-width: 85px;
  z-index: 90;
}

.image-right img{
  width: 100%;
  max-width: 770px;
  max-height: 770px;
  margin: 0 0 2em;
}

.osm-map {
  float: right;
  width: 100%;
  max-height: 450px;
  height: 450px;
  margin-bottom: 3em;
}
.txt-kontakt {
  float: left;
  width: 100%;
}

/* Kontaktformular */
.outer_frame{
       background:#fff;
       height:auto;
       width:100%;
       margin:0;
       padding:0 1em;
       }
.inner_frame{
       background:#fff;
       height:98.5%;
       padding:5px;
       }
.label{font-family:'Cabin Regular',Arial,sans-serif;
      font:1.0em;
      color:#151515;
      width: 5%;
      padding: 5px;
      }
tr:hover{border-bottom: 1px solid black;
}
.text_field{width:90%;
            font-family: 'Cabin Regular';
            font-size:1.1em;
            padding:5px;
            background:#ffffff;
            }
.select_field{width:90%;
              padding:5px;
              font-family: 'Cabin Regular';
              font-size:0.6875em;
              line-height:20px;
            }
.textarea{  width:90%;
            height: auto;
            min-height:300px;
            padding:5px;
            font-family: 'Cabin Regular';
            font-size:1.1em;
            background:#ffffff;
            }
}

/* iphone 468px */
@media only screen and (min-width:270px) and (max-width:470px){
body { background-color: #f8fff8; }
#wrapper { width:100%; font-size: 0.8em; }
section.content { width:100%; }
h1.post-title { font-size: 1.3em; line-height: 1.5em; text-align: left; margin:0; padding:1.5em 1.5em 0.7em 2em;}
.entry.post-content { font-family: 'OpenSans Light'; font-size: 0.9em; line-height: 2em; letter-spacing: 1px; margin:0; padding: 0 3em;}

.txt-left {
  float: left;
  max-width: 100%;
}
.txt-right {
  float: right;
  max-width: 100%;
}

.header-image {
  position: relative;
  top: 2.7em;
  bottom: 0;
  z-index: 90;
  max-height: 100px;
  left: 2.7em;
  right: 0;
  padding-bottom: 2.7em;
  float: left;
}
.header-image img {
  width: 85% !important;
  max-width: 70px;
  z-index: 90;
}

.image-right img{
  width: 100%;
  max-width: 470px;
  max-height: 470px;
  margin: 0 0 1em;
}

.osm-map {
  float: right;
  width: 100%;
  max-height: 400px;
  height: 400px;
  margin-bottom: 3em;
}
.txt-kontakt {
  float: left;
  width: 100%;
}

/* Kontaktformular */
.outer_frame{
       background:#fff;
       height:auto;
       width:100%;
       margin:0;
       padding:0 1em;
       }
.inner_frame{
       background:#fff;
       height:98.5%;
       padding:5px;
       }
.label{font-family:'Cabin Regular',Arial,sans-serif;
      font:0.8em;
      color:#151515;
      width: 5%;
      padding: 5px;
      }
tr:hover{border-bottom: 1px solid black;
}
.text_field{width:90%;
            font-family: 'Cabin Regular';
            font-size:0.8em;
            padding:5px;
            background:#ffffff;
            }
.select_field{width:90%;
              padding:5px;
              font-family: 'Cabin Regular';
              font-size:0.6875em;
              line-height:20px;
            }
.textarea{  width:90%;
            height: auto;
            min-height:300px;
            padding:5px;
            font-family: 'Cabin Regular';
            font-size:0.8em;
            background:#ffffff;
            }
}









/* Animation */


/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.hvr-icon-wobble-vertical {
  display: inline-block !important;
  left: 50%;
  margin-left: -18px;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding: 1em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-vertical:before {
  display: inline-block !important;
  background-image: url('../icons/arrow_up.png');
  background-repeat: no-repeat, repeat;
  content: "";
  position: absolute;
  float: left;
  top: 10px;
  width: 38px;
  height: 15px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-vertical:hover:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:active:before {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
