/*!
Theme Name: JR Base Theme
Theme URI: http://underscores.me/
Author: Julian Reichwein
Author URI: https://www.julianreichwein.de
Description: JR Base Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jrbase
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

JR Base Theme is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poiret+One&display=swap");
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #555;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

a {
  color: #0e6207;
  text-decoration: none;
  -webkit-transition: color .5s ease-in-out;
  transition: color .5s ease-in-out;
}

@media (min-width: 768px) {
  a:hover {
    color: #555;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poiret One", cursive;
  clear: both;
  color: #0e6207;
  text-transform: uppercase;
  font-weight: normal;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.75em;
}

h3, h4 {
  font-size: 1.5em;
}

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: 1em;
  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: 1em;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-height: 100%;
}

html.admin-view {
  margin-top: 0 !important;
}

html.admin-view > body {
  padding-top: 46px;
}

html.admin-view > body.menu-toggled {
  overflow-y: hidden;
}

@media (min-width: 768px) {
  html.admin-view > body {
    padding-top: 32px;
  }
  html.admin-view > body.menu-toggled {
    overflow-y: unset;
  }
}

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

body {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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

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

ul {
  list-style: disc;
}

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. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  border: none;
  padding: .5em 1em;
  color: white;
  background-color: #0e6207;
  -webkit-transition: .25s color ease-in-out, .25s background-color ease-in-out;
  transition: .25s color ease-in-out, .25s background-color ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
  color: white;
  background-color: #8C8C8C;
}

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,
.button:active,
.button:focus {
  color: white;
  background-color: #8C8C8C;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  padding: 1em;
  background-color: #F4F4F4;
  border: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: .75em;
  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;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
  min-height: inherit;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

.site .site-header {
  width: 100%;
  padding: 1em 2em;
  font-family: "Poiret One", cursive;
  position: fixed;
  z-index: 500;
  background-color: rgba(255, 255, 255, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site .site-header .header-main {
  position: relative;
  width: 100%;
  height: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site .site-header .site-branding {
  text-align: center;
  z-index: 1500;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.site .site-header .site-branding .custom-logo-link .custom-logo {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.site .site-header .site-branding .site-title, .site .site-header .site-branding .site-description {
  margin: 0;
  text-align: center;
}

.site .site-header .site-branding .site-title {
  display: none;
}

.site .site-header .header-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site .site-header .header-widgets .widget {
  padding: 1em;
}

.site .site-header .header-widgets .widget:first-child {
  padding-left: 0;
}

.site .site-header .header-widgets .widget:last-child {
  padding-right: 0;
}

.site .site-header .main-navigation.toggled .menu-toggle {
  border-color: transparent;
}

.site .site-header .main-navigation.toggled .menu-toggle:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.site .site-header .main-navigation.toggled .menu-toggle:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.site .site-header .main-navigation .menu-toggle {
  z-index: 1500;
  border: none;
  cursor: pointer;
  outline: none;
  position: relative;
  display: block;
  width: 2em;
  height: 2em;
  background: transparent;
  border-top: .5em solid;
  border-bottom: .5em solid;
  border-radius: 0;
  color: #0e6207;
  font-size: 1em;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.site .site-header .main-navigation .menu-toggle:before, .site .site-header .main-navigation .menu-toggle:after {
  content: '';
  display: block;
  width: 100%;
  height: .5em;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.site .site-header .main-navigation.toggled .primary-menu-container {
  top: 0;
  opacity: 1;
}

.site .site-header .main-navigation .primary-menu-container {
  position: fixed;
  z-index: 1000;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #C3D8C1;
  top: -100%;
  opacity: 0;
  -webkit-transition: top .5s ease-in-out, opacity .5s ease-in-out;
  transition: top .5s ease-in-out, opacity .5s ease-in-out;
}

.site .site-header .main-navigation .primary-menu-container .nav-menu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4em;
  font-size: 2.5em;
  list-style: none;
  padding: 0;
  margin: 0;
}

.site .site-header .main-navigation .primary-menu-container .nav-menu .menu-item {
  display: table-row;
}

.site .site-header .main-navigation .primary-menu-container .nav-menu .menu-item:hover > a {
  color: #c2bf30;
}

.site .site-header .main-navigation .primary-menu-container .nav-menu .menu-item:hover > .image {
  opacity: 1;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

.site .site-header .main-navigation .primary-menu-container .nav-menu .menu-item:hover > .sub-menu {
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .5s ease-in-out .1s, height .5s ease-in-out .1s;
  transition: opacity .5s ease-in-out .1s, height .5s ease-in-out .1s;
}

.site .site-header .main-navigation .primary-menu-container .nav-menu .menu-item:hover > .sub-menu .image {
  display: none;
}

.site .site-header .main-navigation .primary-menu-container .nav-menu .menu-item a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #0e6207;
  -webkit-transition: color .5s ease-in-out;
  transition: color .5s ease-in-out;
}

.site .site-header .main-navigation .primary-menu-container .nav-menu .menu-item .image {
  opacity: 0;
  position: absolute;
  right: 4em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.site .site-header .main-navigation .primary-menu-container .nav-menu .menu-item .sub-menu {
  display: inline-block;
  position: absolute;
  top: 0;
  overflow: hidden;
  padding-left: 1em;
  list-style: none;
  margin: 0;
  height: 0;
  opacity: 0;
}

.site .site-header .main-navigation .primary-menu-container .nav-menu .menu-item .sub-menu > .menu-item {
  border-left: 1px solid #0e6207;
  display: block;
  padding-left: 1em;
  height: 100%;
}

.site .site-header .main-navigation .primary-menu-container .nav-menu .menu-item .sub-menu-toggle {
  display: none;
}

.site .site-content .content-area {
  padding-top: 8em;
  padding-left: .5em;
  padding-right: .5em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.site .site-footer {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 1em;
  border-top: 1px solid #0e6207;
  color: #555;
}

.site .site-footer .footer-container {
  height: 100%;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

@media (min-width: 768px) {
  .site .site-footer .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.site .site-footer .footer-container .footer-widgets {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.site .site-footer .footer-container .footer-widgets .widget {
  max-height: 100%;
}

.site .site-footer .footer-container .footer-widgets .widget img {
  max-height: 2em;
  width: auto;
}

.site .site-footer .footer-container .footer-widgets .widget a {
  color: #0e6207;
}

.site .site-footer .footer-container .footer-widgets .widget .icon {
  font-size: 2em;
}

.site .site-footer .footer-container .footer-widgets {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.site .site-footer .footer-container .footer-widgets .widget {
  margin: .25em 0;
}

@media (min-width: 768px) {
  .site .site-footer .footer-container .footer-widgets {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .site .site-footer .footer-container .footer-widgets .widget {
    margin: 0 1em;
  }
  .site .site-footer .footer-container .footer-widgets .widget:first-child {
    margin-left: 0;
  }
  .site .site-footer .footer-container .footer-widgets .widget:last-child {
    margin-right: 0;
  }
}

.containered {
  max-width: 1200px;
  margin: auto;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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;
}

.startpage .entry-header {
  display: none;
}

.startpage .slider-container .slider, .startpage .slider-container .spacing {
  height: 20em;
}

@media (min-width: 768px) {
  .startpage .slider-container .slider, .startpage .slider-container .spacing {
    height: 35em;
  }
}

.startpage .slider-container .slider {
  position: absolute;
  width: 100%;
  left: 0;
  height: 20em;
}

@media (min-width: 768px) {
  .startpage .slider-container .slider {
    height: 35em;
  }
}

.startpage .slider-container .slider .slider-image {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.startpage .slider-container .slider .slider-image.active {
  opacity: 1;
}

.startpage .slider-container .slider .slider-image .text {
  position: absolute;
  z-index: 20;
  color: white;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1em;
}

@media (min-width: 768px) {
  .startpage .slider-container .slider .slider-image .text {
    font-size: 1.5em;
  }
}

.startpage .slider-container .slider .slider-image .text .heading {
  color: white;
  margin: 0;
  font-size: 2em;
}

.startpage .slider-container .slider .slider-image img {
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.startpage .welcomebox {
  text-align: center;
}

.startpage .leistungsbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F4F4F4;
  padding: 1em 0;
}

.startpage .leistungsbox .leistung {
  text-align: center;
  margin: 1em;
  width: calc(50% - 2em);
}

@media (min-width: 768px) {
  .startpage .leistungsbox .leistung {
    margin: 1em 2em;
    margin-bottom: 0;
    width: calc(20% - 4em);
  }
}

.startpage .leistungsbox .leistung .icon {
  color: white;
  font-size: 3em;
  background-color: #0e6207;
  padding: .5em;
  border-radius: 100%;
  -webkit-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
}

@media (min-width: 768px) {
  .startpage .leistungsbox .leistung .icon {
    font-size: 4em;
  }
}

.startpage .leistungsbox .leistung .icon:hover {
  background-color: #555;
}

.startpage .leistungsbox .leistung h3 {
  font-size: 1em;
}

.startpage .leistungsbox .leistung p {
  margin-bottom: 0;
}

.blog .post {
  padding: 1em;
  margin-top: 1em;
  background-color: #F4F4F4;
}

.blog .post .entry-title {
  margin: 0;
}

.zimmerbilder-wrapper {
  height: 20em;
}

.zimmerbilder-wrapper .jr-carousel-ctrl {
  position: relative;
  height: 100%;
  z-index: 100;
  font-size: 5em;
}

.zimmerbilder-wrapper .jr-carousel-ctrl > .jr-carousel-ctrl-item {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: .5;
  color: #0e6207;
  cursor: pointer;
}

.zimmerbilder-wrapper .jr-carousel-ctrl > .jr-carousel-ctrl-item.jr-carousel-ctrl-right {
  right: 0;
}

.zimmerbilder-wrapper .zimmerbilder {
  position: absolute;
  left: 0;
  height: 20em;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.zimmerbilder-wrapper .zimmerbilder .zimmerbild {
  position: relative;
  height: 100%;
  width: 50%;
  margin: 0 .5em;
  background-size: cover;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: 0.5;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: all .75s ease-in-out;
  transition: all .75s ease-in-out;
}

.zimmerbilder-wrapper .zimmerbilder .zimmerbild:first-child {
  margin-left: 25%;
}

.zimmerbilder-wrapper .zimmerbilder .zimmerbild:last-child {
  margin-right: 25%;
}

.zimmerbilder-wrapper .zimmerbilder .zimmerbild.active {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.zimmerbilder-wrapper .zimmerbilder .zimmerbild .text {
  position: absolute;
  padding: 1em;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.zimmerdetails {
  width: 75%;
  margin: auto;
}

.zimmerdetails .head {
  border-bottom: 1px solid #0e6207;
  margin-bottom: .5em;
}

.zimmerdetails .content {
  width: 100%;
  padding-left: 3em;
}

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

.site .site-content .startpage {
  max-width: none;
  padding: 0;
}

.hero-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}

.hero-container .hero-image {
  height: 100%;
  background-size: cover;
}

.hero-container .hero-image .text {
  position: absolute;
  bottom: 0;
  height: 50%;
  font-size: 3em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 800;
  margin: 0;
  color: #0e6207;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
}

.hero-spacer {
  height: 100vh;
}

.intro-text {
  padding: 4em 0;
}

.benefits {
  padding: 4em 0;
  background-color: rgba(14, 98, 7, 0.25);
}

.benefits .benefit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.benefits .benefit-container .benefit {
  width: 30%;
  margin: 1em;
  text-align: center;
}

.benefits .benefit-container .benefit .title {
  font-size: 1.5em;
}

.benefits .benefit-container .benefit .image {
  display: block;
  border: 1px solid white;
  border-radius: 100%;
  width: 10em;
  height: 10em;
  margin: auto;
  background-size: cover;
}

.contact {
  padding: 4em 0;
  width: 50em;
  margin: 1em auto;
}

.contact .title {
  text-align: center;
}

.contact .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .box .box-item {
  margin: 0 1em;
  z-index: 100;
}

.contact .box .image {
  width: 7em;
  height: 7em;
  background-size: cover;
  border-radius: 100%;
}

.contact .box .text {
  width: 25em;
}

.contact .box .border {
  position: absolute;
  background-color: rgba(14, 98, 7, 0.25);
  width: calc(100% - 6em);
  height: 5em;
  left: 6em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/*# sourceMappingURL=style.css.map */