/* Import our theme variables. */
/*
 * The sections in this document roughly correspond to our theme style guide.
 */
@font-face {
  font-family: 'Anivers-Bold';
  src: url('https://www.wheaty.de/wp-content/themes/wheaty/less/fonts/anivers/webfonts/338AEE_0_0.eot');
  src: url('https://www.wheaty.de/wp-content/themes/wheaty/less/fonts/anivers/webfonts/338AEE_0_0.eot?#iefix') format('embedded-opentype'), url('https://www.wheaty.de/wp-content/themes/wheaty/less/fonts/anivers/webfonts/338AEE_0_0.woff2') format('woff2'), url('https://www.wheaty.de/wp-content/themes/wheaty/less/fonts/anivers/webfonts/338AEE_0_0.woff') format('woff'), url('https://www.wheaty.de/wp-content/themes/wheaty/less/fonts/anivers/webfonts/338AEE_0_0.ttf') format('truetype'), url('https://www.wheaty.de/wp-content/themes/wheaty/less/fonts/anivers/webfonts/338AEE_0_0.svg#wf') format('svg');
}
@font-face {
  font-family: 'Anivers-Regular';
  src: url('https://www.wheaty.de/wp-content/themes/wheaty/less/fonts/anivers/webfonts/338AEE_1_0.eot');
  src: url('https://www.wheaty.de/wp-content/themes/wheaty/less/fonts/anivers/webfonts/338AEE_1_0.eot?#iefix') format('embedded-opentype'), url('https://www.wheaty.de/wp-content/themes/wheaty/less/fonts/anivers/webfonts/338AEE_1_0.woff2') format('woff2'), url('https://www.wheaty.de/wp-content/themes/wheaty/less/fonts/anivers/webfonts/338AEE_1_0.woff') format('woff'), url('https://www.wheaty.de/wp-content/themes/wheaty/less/fonts/anivers/webfonts/338AEE_1_0.ttf') format('truetype'), url('https://www.wheaty.de/wp-content/themes/wheaty/less/fonts/anivers/webfonts/338AEE_1_0.svg#wf') format('svg');
}
@font-face {
  font-family: 'Anivers-Italic';
  src: url('https://www.wheaty.de/wp-content/themes/wheaty/less/fonts/anivers/webfonts/338AEE_2_0.eot');
  src: url('https://www.wheaty.de/wp-content/themes/wheaty/less/fonts/anivers/webfonts/338AEE_2_0.eot?#iefix') format('embedded-opentype'), url('https://www.wheaty.de/wp-content/themes/wheaty/less/fonts/anivers/webfonts/338AEE_2_0.woff2') format('woff2'), url('https://www.wheaty.de/wp-content/themes/wheaty/less/fonts/anivers/webfonts/338AEE_2_0.woff') format('woff'), url('https://www.wheaty.de/wp-content/themes/wheaty/less/fonts/anivers/webfonts/338AEE_2_0.ttf') format('truetype'), url('https://www.wheaty.de/wp-content/themes/wheaty/less/fonts/anivers/webfonts/338AEE_2_0.svg#wf') format('svg');
}
@font-face {
  font-family: 'kg_ten_thousand_reasons_altRg';
  src: url('https://www.wheaty.de/wp-content/themes/wheaty/less/fonts/kgttralt/kgtenthousandreasonsalt-webfont.woff2') format('woff2'), url('https://www.wheaty.de/wp-content/themes/wheaty/less/fonts/kgttralt/kgtenthousandreasonsalt-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

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.
*/
/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */
/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
body {
  margin: 0;
}
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;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
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: 0;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
select,
textarea {
  max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
  opacity: .5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em;
}
fieldset > :last-child {
  margin-bottom: 0;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
optgroup {
  font-weight: bold;
}
/**
 * 2.0 - Genericons
 */
.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}
/**
 * 3.0 - Typography
 */
button,
input,
select,
textarea {
  color: #1a1a1a;
  font-family: Merriweather, Georgia, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  margin: 0;
  text-rendering: optimizeLegibility;
}
p {
  margin: 0 0 1.75em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  border: 0 solid #1a1a1a;
  border-left-width: 4px;
  color: #686868;
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: italic;
  line-height: 1.4736842105;
  margin: 0 0 1.4736842105em;
  overflow: hidden;
  padding: 0 0 0 1.263157895em;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote p {
  margin-bottom: 1.4736842105em;
}
blockquote cite,
blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
  content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote strong,
blockquote b {
  font-weight: 400;
}
blockquote > :last-child {
  margin-bottom: 0;
}
address {
  font-style: italic;
  margin: 0 0 1.75em;
}
code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
}
pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em;
}
abbr,
acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
mark,
ins {
  background: #007acc;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/**
 * 4.0 - Elements
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin: 0 0 1.75em;
}
ul,
ol {
  margin: 0 0 1.75em 1.25em;
  padding: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
  margin-left: 1.5em;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
dl {
  margin: 0 0 1.75em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 1.75em;
}
img {
  /*height: auto !important;*/
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}
del {
  opacity: 0.8;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}
td {
  border-width: 0 1px 1px 0;
}
th,
td {
  padding: 0.4375em;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
}
:-moz-placeholder {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
}
::-moz-placeholder {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
}
/**
 * 5.0 - Forms
 */
input {
  line-height: normal;
}
.post-password-form {
  text-align: center;
}
.post-password-form label {
  color: transparent;
  text-shadow: none !important;
}
.post-password-form p {
  margin-bottom: 0px;
}
.post-password-form input[type="password"] {
  width: 100%;
}
.post-password-form input[type="submit"] {
  box-sizing: border-box;
  appearance: none;
  background: red;
  border: 2px solid red;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  display: inline-block;
  align-self: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  border-left: 1px rgba(255, 255, 255, 0.5) solid;
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
  border-right: 1px rgba(0, 0, 0, 0.5) solid;
  border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5) !important;
  transition: all 100ms ease-in-out;
  /* Class attributes that control the button's look */
  /* Different colours when in footer */
  display: block;
  width: 100%;
  color: white !important;
  background: red !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  font-size: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 0 0 3px rgba(255, 255, 255, 0.5) !important;
  color: white;
}
.post-password-form input[type="submit"]:active {
  position: relative;
  left: 1px;
  top: 1px;
}
.post-password-form input[type="submit"].inline {
  display: inline-block !important;
  width: auto !important;
  clear: none;
  float: none;
  font-size: inherit;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .4em;
  padding-bottom: .4em;
  text-align: inherit;
}
.post-password-form input[type="submit"].small {
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 3px;
  font-size: 18px;
}
.post-password-form input[type="submit"].medium {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  padding-right: 1.5em;
  padding-left: 1.5em;
  font-size: 25px;
}
.post-password-form input[type="submit"].large {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  font-size: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
.post-password-form input[type="submit"].fullwidth {
  display: block;
  width: 100%;
}
.post-password-form input[type="submit"].action_primary {
  color: white !important;
  background: red !important;
}
.post-password-form input[type="submit"].action_primary:hover {
  color: lightyellow !important;
}
.post-password-form input[type="submit"].action_secondary {
  background-color: #aed275;
  color: #4b7018 !important;
  text-shadow: none !important;
}
footer.site-footer .post-password-form input[type="submit"] {
  background-color: #aed275;
  color: #4b7018;
}
.post-password-form input[type="submit"]:hover {
  color: lightyellow !important;
}
.post-password-form > :last-child {
  margin-bottom: 0;
}
.search-form {
  position: relative;
}
input[type="search"].search-field {
  border-radius: 2px 0 0 2px;
  width: -webkit-calc(58%);
  width: calc(58%);
}
.search-submit:before {
  content: "\f400";
  font-size: 24px;
  left: 2px;
  line-height: 42px;
  position: relative;
  width: 40px;
}
.search-submit {
  border-radius: 0 2px 2px 0;
  bottom: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}
/**
 * 6.0 - Navigation
 */
/**
 * 6.1 - Links
 */
a {
  color: #007acc;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #686868;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
  box-shadow: none;
}
/**
 * 6.2 - Menus
 */
.site-header-menu {
  /*display: none;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin: 0.875em 0;*/
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 910px) {
  .site-header-menu {
    max-height: 0px;
    overflow: hidden;
  }
}
.site-header-menu.toggled-on,
.no-js .site-header-menu {
  /* display: block;*/
  max-height: 9999px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.site-footer .main-navigation {
  margin-bottom: 1.75em;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  color: #1a1a1a;
  display: block;
  line-height: 1.3125;
  outline-offset: -1px;
  padding: 0.84375em 0;
}
.main-navigation ul ul {
  display: none;
  margin-left: 0.875em;
}
.no-js .main-navigation ul ul {
  display: block;
}
.main-navigation ul .toggled-on {
  display: block;
}
.main-navigation .primary-menu {
  border-bottom: 1px solid #d1d1d1;
}
.main-navigation .menu-item-has-children > a {
  margin-right: 4px;
}
.dropdown-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #1a1a1a;
  content: "";
  height: 48px;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  width: 48px;
}
.dropdown-toggle:after {
  border: 0 solid #d1d1d1;
  border-left-width: 1px;
  content: "\f431";
  font-size: 24px;
  left: 1px;
  position: relative;
  width: 48px;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: transparent;
  color: #007acc;
}
.dropdown-toggle:focus {
  outline: thin dotted;
  outline-offset: -1px;
}
.dropdown-toggle:focus:after {
  border-color: transparent;
}
.dropdown-toggle.toggled-on:after {
  content: "\f432";
}
.site-header .main-navigation + .social-navigation {
  margin-top: 1.75em;
}
.site-footer .social-navigation {
  margin-bottom: 1.75em;
}
.social-navigation ul {
  list-style: none;
  margin: 0 0 -0.4375em;
}
.social-navigation li {
  float: left;
  margin: 0 0.4375em 0.4375em 0;
}
.social-navigation a {
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  color: #1a1a1a;
  display: block;
  height: 35px;
  position: relative;
  width: 35px;
}
.social-navigation a:before {
  content: "\f415";
  height: 33px;
  line-height: 33px;
  text-align: center;
  width: 33px;
}
.social-navigation a:hover:before,
.social-navigation a:focus:before {
  color: #007acc;
}
.social-navigation a[href*="codepen.io"]:before {
  content: "\f216";
}
.social-navigation a[href*="digg.com"]:before {
  content: "\f221";
}
.social-navigation a[href*="dribbble.com"]:before {
  content: "\f201";
}
.social-navigation a[href*="dropbox.com"]:before {
  content: "\f225";
}
.social-navigation a[href*="facebook.com"]:before {
  content: "\f203";
}
.social-navigation a[href*="flickr.com"]:before {
  content: "\f211";
}
.social-navigation a[href*="foursquare.com"]:before {
  content: "\f226";
}
.social-navigation a[href*="plus.google.com"]:before {
  content: "\f206";
}
.social-navigation a[href*="github.com"]:before {
  content: "\f200";
}
.social-navigation a[href*="instagram.com"]:before {
  content: "\f215";
}
.social-navigation a[href*="linkedin.com"]:before {
  content: "\f208";
}
.social-navigation a[href*="path.com"]:before {
  content: "\f219";
}
.social-navigation a[href*="pinterest.com"]:before {
  content: "\f210";
}
.social-navigation a[href*="getpocket.com"]:before {
  content: "\f224";
}
.social-navigation a[href*="polldaddy.com"]:before {
  content: "\f217";
}
.social-navigation a[href*="reddit.com"]:before {
  content: "\f222";
}
.social-navigation a[href*="skype.com"]:before {
  content: "\f220";
}
.social-navigation a[href*="stumbleupon.com"]:before {
  content: "\f223";
}
.social-navigation a[href*="tumblr.com"]:before {
  content: "\f214";
}
.social-navigation a[href*="twitter.com"]:before {
  content: "\f202";
}
.social-navigation a[href*="vimeo.com"]:before {
  content: "\f212";
}
.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
  content: "\f205";
}
.social-navigation a[href*="youtube.com"]:before {
  content: "\f213";
}
.social-navigation a[href^="mailto:"]:before {
  content: "\f410";
}
.social-navigation a[href*="spotify.com"]:before {
  content: "\f515";
}
.social-navigation a[href*="twitch.tv"]:before {
  content: "\f516";
}
.social-navigation a[href$="/feed/"]:before {
  content: "\f413";
}
.post-navigation .meta-nav {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase;
}
.post-navigation .post-title {
  display: inline;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.2173913043;
  text-rendering: optimizeLegibility;
}
.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
  color: #007acc;
}
.pagination {
  border-top: 4px solid #1a1a1a;
  font-size: 19px;
  font-size: 1.1875rem;
  margin: 0 7.6923% 2.947368421em;
  min-height: 56px;
  position: relative;
}
.pagination:before,
.pagination:after {
  background-color: #1a1a1a;
  content: "";
  height: 52px;
  position: absolute;
  top: 0;
  width: 52px;
  z-index: 0;
}
.pagination:before {
  right: 0;
}
.pagination:after {
  right: 54px;
}
.pagination a:hover,
.pagination a:focus {
  color: #1a1a1a;
}
.pagination .nav-links {
  padding-right: 106px;
  position: relative;
}
.pagination .nav-links:before,
.pagination .nav-links:after {
  color: #fff;
  font-size: 32px;
  line-height: 51px;
  opacity: 0.3;
  position: absolute;
  width: 52px;
  z-index: 1;
}
.pagination .nav-links:before {
  content: "\f429";
  right: -1px;
}
.pagination .nav-links:after {
  content: "\f430";
  right: 55px;
}
/* reset screen-reader-text */
.pagination .current .screen-reader-text {
  position: static !important;
}
.pagination .page-numbers {
  display: none;
  letter-spacing: 0.013157895em;
  line-height: 1;
  margin: 0 0.73684211em 0 -0.73684211em;
  padding: 0.8157894737em 0.7368421053em 0.3947368421em;
  text-transform: uppercase;
}
.pagination .current {
  display: inline-block;
  font-weight: 700;
}
.pagination .prev,
.pagination .next {
  background-color: #1a1a1a;
  color: #fff;
  display: inline-block;
  height: 52px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 52px;
  z-index: 2;
}
.pagination .prev:before,
.pagination .next:before {
  font-size: 32px;
  height: 53px;
  line-height: 52px;
  position: relative;
  width: 53px;
}
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
  background-color: #007acc;
  color: #fff;
}
.pagination .prev:focus,
.pagination .next:focus {
  outline: 0;
}
.pagination .prev {
  right: 54px;
}
.pagination .prev:before {
  content: "\f430";
  left: -1px;
  top: -1px;
}
.pagination .next {
  right: 0;
}
.pagination .next:before {
  content: "\f429";
  right: -1px;
  top: -1px;
}
.image-navigation,
.comment-navigation {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin: 0 7.6923% 2.1538461538em;
  padding: 1.0769230769em 0;
}
.comment-navigation {
  margin-right: 0;
  margin-left: 0;
}
.comments-title + .comment-navigation {
  border-bottom: 0;
  margin-bottom: 0;
}
.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
  display: inline-block;
}
.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}
/**
 * 7.0 - Accessibility
 */
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}
/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}
.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif;
}
.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}
/**
 * 8.0 - Alignments
 */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin: auto;
}
blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}
blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}
blockquote.aligncenter {
  margin-bottom: 1.473684211em;
}
/**
 * 9.0 - Clearings
 */
.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
  content: "";
  display: table;
}
.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
  clear: both;
}
/**
 * 10.0 - Widgets
 */
.widget {
  border-top: 4px solid #1a1a1a;
  margin-bottom: 3.5em;
  padding-top: 1.75em;
}
.widget-area > :last-child,
.widget > :last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.046875em;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  text-transform: uppercase;
}
.widget .widget-title:empty {
  margin-bottom: 0;
}
.widget-title a {
  color: #1a1a1a;
}
/* Calendar widget */
.widget.widget_calendar table {
  margin: 0;
}
.widget_calendar td,
.widget_calendar th {
  line-height: 2.5625;
  padding: 0;
  text-align: center;
}
.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 1.75em;
}
.widget_calendar tbody a {
  background-color: #007acc;
  color: #fff;
  display: block;
  font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #686868;
  color: #fff;
}
/* Recent Posts widget */
.widget_recent_entries .post-date {
  color: #686868;
  display: block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.615384615;
  margin-bottom: 0.538461538em;
}
.widget_recent_entries li:last-child .post-date {
  margin-bottom: 0;
}
/* RSS widget */
.widget_rss .rsswidget img {
  margin-top: -0.375em;
}
.widget_rss .rss-date,
.widget_rss cite {
  color: #686868;
  display: block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: 1.615384615;
  margin-bottom: 0.538461538em;
}
.widget_rss .rssSummary:last-child {
  margin-bottom: 2.1538461538em;
}
.widget_rss li:last-child :last-child {
  margin-bottom: 0;
}
/* Tag Cloud widget */
.tagcloud a {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  line-height: 1;
  margin: 0 0.1875em 0.4375em 0;
  padding: 0.5625em 0.4375em 0.5em;
}
.tagcloud a:hover,
.tagcloud a:focus {
  border-color: #007acc;
  color: #007acc;
  outline: 0;
}
/**
 * 11.0 - Content
 */
.site-inner {
  margin: 0 auto;
  position: relative;
}
.site-content {
  word-wrap: break-word;
}
@media only screen and (max-width: 540px) {
  .site-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
.site-main > :last-child {
  margin-bottom: 0;
}
/**
 * 11.1 - Header
 */
.site-header {
  padding: 0;
}
.site-header-main {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-branding {
  margin: 0.875em auto 0.875em 0;
  /* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}
.custom-logo-link {
  display: block;
}
.custom-logo {
  max-width: 180px;
}
.site-branding .site-title a {
  color: #1a1a1a;
}
.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
  color: #007acc;
}
.wp-custom-logo .site-title {
  margin-top: 0.608695652em;
}
.site-description {
  color: #686868;
  display: none;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.0769230769;
  margin: 0.538461538em 0 0;
}
.menu-toggle {
  background-color: transparent;
  border: 1px solid #d1d1d1;
  color: #1a1a1a;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 1.076923077em 0;
  padding: 0.769230769em;
}
.no-js .menu-toggle {
  display: none;
}
.menu-toggle:hover,
.menu-toggle:focus {
  background-color: transparent;
  border-color: #007acc;
  color: #007acc;
}
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.menu-toggle:focus {
  outline: 0;
}
.menu-toggle.toggled-on:focus {
  outline: thin dotted;
}
.header-image {
  clear: both;
  margin: 0.875em 0;
}
.header-image a {
  display: block;
}
.header-image a:hover img,
.header-image a:focus img {
  opacity: 0.85;
}
/**
 * 11.2 - Posts and pages
 */
.site-main > article {
  margin-bottom: 3.5em;
  position: relative;
}
.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
  margin-right: 0;
  margin-left: 0;
}
.entry-title a {
  color: #1a1a1a;
}
.entry-title a:hover,
.entry-title a:focus {
  color: #007acc;
}
.post-thumbnail {
  display: block;
  margin: 0 7.6923% 1.75em;
}
.post-thumbnail img {
  display: block;
}
.no-sidebar .post-thumbnail img {
  margin: 0 auto;
}
a.post-thumbnail:hover,
a.post-thumbnail:focus {
  opacity: 0.85;
}
.entry-content,
.entry-summary {
  border-color: #d1d1d1;
}
.post-navigation .post-title,
.entry-title,
.comments-title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
body:not(.search-results) .entry-summary {
  color: #686868;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.4736842105;
  margin-bottom: 1.4736842105em;
}
body:not(.search-results) .entry-header + .entry-summary {
  margin-top: -0.736842105em;
}
body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
  margin-bottom: 1.4736842105em;
}
body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
  margin-bottom: 0;
}
body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
  padding: 0.3684210526em;
}
body:not(.search-results) .entry-summary fieldset {
  margin-bottom: 1.4736842105em;
  padding: 0.3684210526em;
}
body:not(.search-results) .entry-summary blockquote {
  border-color: currentColor;
}
body:not(.search-results) .entry-summary blockquote > :last-child {
  margin-bottom: 0;
}
body:not(.search-results) .entry-summary .alignleft {
  margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}
body:not(.search-results) .entry-summary .alignright {
  margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}
body:not(.search-results) .entry-summary .aligncenter {
  margin-bottom: 1.4736842105em;
}
.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
  margin-bottom: 0;
}
.more-link {
  white-space: nowrap;
}
.author-info {
  border-color: inherit;
  border-style: solid;
  border-width: 1px 0 1px 0;
  clear: both;
  padding-top: 1.75em;
  padding-bottom: 1.75em;
}
.author-avatar .avatar {
  float: left;
  height: 42px;
  margin: 0 1.75em 1.75em 0;
  width: 42px;
}
.author-description > :last-child {
  margin-bottom: 0;
}
.entry-content .author-title {
  clear: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.75;
  margin: 0;
}
.author-bio {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-bottom: 1.6153846154em;
  overflow: hidden;
}
.author-link {
  white-space: nowrap;
}
.entry-footer {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-top: 2.1538461538em;
}
.entry-footer:empty {
  margin: 0;
}
.entry-footer a {
  color: #686868;
}
.entry-footer a:hover,
.entry-footer a:focus {
  color: #007acc;
}
.entry-footer > span:not(:last-child):after {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}
.entry-footer .avatar {
  height: 21px;
  margin: -0.15384615em 0.53846154em 0 0;
  width: 21px;
}
.sticky-post {
  color: #686868;
  display: block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase;
}
/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
  display: none;
}
.sticky .posted-on,
.byline {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-header {
  margin: 0 7.6923% 3.5em;
  padding-top: 1.75em;
}
body.error404 .page-header,
body.search-no-results .page-header {
  border-top: 0;
  padding-top: 0;
}
.taxonomy-description {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
.taxonomy-description p {
  margin: 0.5384615385em 0 1.6153846154em;
}
.taxonomy-description > :last-child {
  margin-bottom: 0;
}
.page-links {
  clear: both;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  margin: 0 0 1.75em;
}
.page-links a,
.page-links > span {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 1.8461538462em;
  line-height: 1.6923076923em;
  margin-right: 0.3076923077em;
  text-align: center;
  width: 1.8461538462em;
}
.page-links a {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.page-links a:hover,
.page-links a:focus {
  background-color: #007acc;
  border-color: transparent;
  color: #fff;
}
.page-links > .page-links-title {
  border: 0;
  color: #1a1a1a;
  height: auto;
  margin: 0;
  padding-right: 0.6153846154em;
  width: auto;
}
.entry-attachment {
  margin-bottom: 1.75em;
}
.entry-caption {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 1.0769230769em;
}
.entry-caption > :last-child {
  margin-bottom: 0;
}
.content-bottom-widgets {
  margin: 0 7.6923%;
}
.content-bottom-widgets .widget-area {
  margin-bottom: 3.5em;
}
/**
 * 11.3 - Post Formats
 */
.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.473684211;
  margin-bottom: 1.473684211em;
}
.blog .format-status .entry-title,
.archive .format-status .entry-title {
  display: none;
}
/**
 * 11.4 - Comments
 */
.comments-area {
  margin: 0 7.6923% 3.5em;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.75em;
}
.comments-title,
.comment-reply-title {
  border-top: 2px white dotted;
}
.comments-title {
  margin-bottom: 1.217391304em;
}
.comment-list {
  list-style: none;
  margin: 0;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #d1d1d1;
  padding: 1.75em 0;
}
.comment-list .children {
  list-style: none;
  margin: 0;
}
.comment-list .children > li {
  padding-left: 0.875em;
}
.comment-author {
  color: #1a1a1a;
  margin-bottom: 0.4375em;
}
.comment-author .avatar {
  float: left;
  height: 28px;
  margin-right: 0.875em;
  position: relative;
  width: 28px;
}
.bypostauthor > article .fn:after {
  content: "\f304";
  left: 3px;
  position: relative;
  top: 5px;
}
.comment-metadata,
.pingback .edit-link {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
.comment-metadata {
  margin-bottom: 2.1538461538em;
}
.comment-metadata a,
.pingback .comment-edit-link {
  color: #686868;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
  color: #007acc;
}
.comment-metadata .edit-link,
.pingback .edit-link {
  display: inline-block;
}
.comment-metadata .edit-link:before,
.pingback .edit-link:before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}
.comment-content ul,
.comment-content ol {
  margin: 0 0 1.5em 1.25em;
}
.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}
.comment-reply-link {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #007acc;
  display: inline-block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  margin-top: 2.1538461538em;
  padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}
.comment-reply-link:hover,
.comment-reply-link:focus {
  border-color: currentColor;
  color: #007acc;
  outline: 0;
}
.comment-form {
  padding-top: 1.75em;
}
.comment-form label {
  color: #686868;
  display: block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase;
}
.comment-list .comment-form {
  padding-bottom: 1.75em;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-bottom: 2.1538461538em;
}
.no-comments {
  border-top: 1px solid #d1d1d1;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-weight: 700;
  margin: 0;
  padding-top: 1.75em;
}
.comment-navigation + .no-comments {
  border-top: 0;
  padding-top: 0;
}
.form-allowed-tags code {
  font-family: Inconsolata, monospace;
}
.form-submit {
  margin-bottom: 0;
}
.required {
  color: #007acc;
  font-family: Merriweather, Georgia, serif;
}
.comment-reply-title small {
  font-size: 100%;
}
.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px;
}
.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
  color: #1a1a1a;
}
.comment-reply-title small a:before {
  content: "\f405";
  font-size: 32px;
  position: relative;
  top: -5px;
}
/**
 * 11.5 - Sidebar
 */
.sidebar {
  margin-bottom: 3.5em;
  padding: 0 7.6923%;
}
/**
 * 11.6 - Footer
 */
.site-footer {
  margin-top: -8px;
  padding: 0 7.6923% 1.75em;
}
.site-info {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
.site-info a {
  color: #686868;
}
.site-info a:hover,
.site-info a:focus {
  color: #007acc;
}
.site-footer .site-title {
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
}
.site-footer .site-title:after {
  content: "\002f";
  display: inline-block;
  font-family: Montserrat, sans-serif;
  opacity: 0.7;
  padding: 0 0.307692308em 0 0.538461538em;
}
/**
 * 12.0 - Media
 */
.site .avatar {
  border-radius: 50%;
}
.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
  display: block;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
  margin-bottom: 1.75em;
  max-width: 100%;
  vertical-align: middle;
}
p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}
.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
  box-shadow: none;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
  margin-top: 0;
  margin-bottom: 1.75em;
}
.wp-playlist.wp-audio-playlist {
  padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks {
  margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 0.7142857143em 0;
}
.wp-playlist-item .wp-playlist-item-length {
  top: 0.7142857143em;
}
/**
 * 12.1 - Captions
 */
.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption .wp-caption-text {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}
/**
 * 12.2 - Galleries
 */
.gallery {
  margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.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-icon img {
  margin: 0 auto;
}
.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
/**
 * 13.0 - Multisites
 */
.widecolumn {
  margin-bottom: 3.5em;
  padding: 0 7.6923%;
}
.widecolumn .mu_register {
  width: auto;
}
.widecolumn .mu_register .mu_alert {
  background: transparent;
  border-color: #d1d1d1;
  color: inherit;
  margin-bottom: 3.5em;
  padding: 1.75em;
}
.widecolumn form,
.widecolumn .mu_register form {
  margin-top: 0;
}
.widecolumn h2 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 900;
  line-height: 1.2173913043;
  margin-bottom: 1.2173913043em;
}
.widecolumn p {
  margin: 1.75em 0;
}
.widecolumn p + h2 {
  margin-top: 2.4347826087em;
}
.widecolumn label,
.widecolumn .mu_register label {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  text-transform: uppercase;
}
.widecolumn .mu_register label {
  margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}
.widecolumn .mu_register label strong {
  font-weight: 400;
}
.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
}
.widecolumn .mu_register #blogname {
  margin: 0;
}
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
  margin: 0 0 0.375em;
}
.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  width: auto;
}
.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
  font-size: inherit;
}
.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
  margin-bottom: 0;
}
/**
 * 14.0 - Media Queries
 */
/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/**
 * 14.1 - >= 710px
 */
@media screen and (min-width: 44.375em) {
  /*
  body:not(.custom-background-image):before,
  body:not(.custom-background-image):after {
    background: inherit;
    content: "";
    display: block;
    height: 21px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
  }

  body:not(.custom-background-image):before {
    top: 0;
  }

  body:not(.custom-background-image).admin-bar:before {
    top: 0px;
  }

  body:not(.custom-background-image):after {
    bottom: 0;
  }
 */
  .site {
    margin: 0px;
  }
  .site-header {
    padding: 0px;
  }
  .wp-custom-logo .site-title {
    margin-top: 0.5em;
  }
  .site-description {
    display: block;
  }
  .menu-toggle {
    font-size: 16px;
    font-size: 1.0rem;
    margin: 1.3125em 0;
    padding: 0.8125em 0.875em 0.6875em;
  }
  .site-header-menu {
    margin: 1.3125em 0;
  }
  .site-header .main-navigation + .social-navigation {
    margin-top: 2.625em;
  }
  .header-image {
    margin: 1.3125em 0;
  }
  .pagination {
    margin: 0 23.0769% 4.42105263em 7.6923%;
  }
  .post-navigation .post-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
  }
  /* restore screen-reader-text */
  .pagination .current .screen-reader-text {
    position: absolute !important;
  }
  .pagination .page-numbers {
    display: inline-block;
  }
  .site-main > article {
    margin-bottom: 5.25em;
  }
  .entry-title {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.2727272727;
    margin-bottom: 0.8484848485em;
  }
  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    border-width: 4px 0 0 0;
    padding: 0.9473684211em 0 0;
    width: -webkit-calc(49.2631579%);
    width: calc(49.2631579%);
  }
  .entry-content blockquote:not(.alignleft):not(.alignright),
  .entry-summary blockquote,
  .comment-content blockquote {
    margin-left: -1.473684211em;
  }
  .entry-content blockquote blockquote:not(.alignleft):not(.alignright),
  .entry-summary blockquote blockquote,
  .comment-content blockquote blockquote {
    margin-left: 0;
  }
  .entry-content ul,
  .entry-summary ul,
  .comment-content ul,
  .entry-content ol,
  .entry-summary ol,
  .comment-content ol {
    margin-left: 0;
  }
  .entry-content li > ul,
  .entry-summary li > ul,
  .comment-content li > ul,
  .entry-content blockquote > ul,
  .entry-summary blockquote > ul,
  .comment-content blockquote > ul {
    margin-left: 1.25em;
  }
  .entry-content li > ol,
  .entry-summary li > ol,
  .comment-content li > ol,
  .entry-content blockquote > ol,
  .entry-summary blockquote > ol,
  .comment-content blockquote > ol {
    margin-left: 1.5em;
  }
  .comment-author {
    margin-bottom: 0;
  }
  .comment-author .avatar {
    height: 42px;
    position: relative;
    top: 0.25em;
    width: 42px;
  }
  .comment-list .children > li {
    padding-left: 1.75em;
  }
  .comment-list + .comment-respond,
  .comment-navigation + .comment-respond {
    padding-top: 3.5em;
  }
  .comments-area,
  .widget,
  .content-bottom-widgets .widget-area {
    margin-bottom: 5.25em;
  }
  .sidebar,
  .widecolumn {
    margin-bottom: 5.25em;
    padding-right: 23.0769%;
  }
  body:not(.search-results) .entry-summary li > ul,
  body:not(.search-results) .entry-summary blockquote > ul {
    margin-left: 1.157894737em;
  }
  body:not(.search-results) .entry-summary li > ol,
  body:not(.search-results) .entry-summary blockquote > ol {
    margin-left: 1.473684211em;
  }
}
/**
 * 14.2 - >= 783px
 */
/**
 * 14.3 - >= 910px
 */
@media screen and (min-width: 56.875em) {
  .site-header {
    padding: 0px;
  }
  .site-header-main {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .wp-custom-logo .site-header-main {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .site-header-menu {
    display: block;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .main-navigation {
    margin: 0 -0.875em;
  }
  .main-navigation .primary-menu,
  .main-navigation .primary-menu > li {
    border: 0;
  }
  .main-navigation .primary-menu > li {
    float: left;
  }
  .main-navigation ul ul {
    border-bottom: 1px solid #d1d1d1;
    display: block;
    left: -999em;
    margin: 0;
    position: absolute;
    z-index: 99999;
  }
  .main-navigation ul ul ul {
    top: -1px;
  }
  .main-navigation ul ul ul:before,
  .main-navigation ul ul ul:after {
    border: 0;
  }
  .main-navigation ul ul li {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-bottom-width: 0;
  }
  .main-navigation ul ul a {
    white-space: normal;
    width: 12.6875em;
  }
  .main-navigation ul ul:before,
  .main-navigation ul ul:after {
    border-style: solid;
    content: "";
    position: absolute;
  }
  .main-navigation ul ul:before {
    border-color: #d1d1d1 transparent;
    border-width: 0 10px 10px;
    right: 9px;
    top: -9px;
  }
  .main-navigation ul ul:after {
    border-color: #fff transparent;
    border-width: 0 8px 8px;
    right: 11px;
    top: -7px;
  }
  .main-navigation li:hover > ul,
  .main-navigation li.focus > ul {
    left: auto;
    right: 0;
  }
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: auto;
    right: 100%;
  }
  .main-navigation ul ul .menu-item-has-children > a:after {
    right: 0.5625em;
    top: 0.875em;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .dropdown-toggle,
  .main-navigation ul .dropdown-toggle.toggled-on,
  .menu-toggle,
  .site-header .social-navigation,
  .site-footer .main-navigation {
    display: none;
  }
  .site-content {
    padding: 0;
  }
  .content-area {
    float: left;
    margin-right: -100%;
    width: 70%;
  }
  .entry-header,
  .post-thumbnail,
  .entry-content,
  .entry-summary,
  .entry-footer,
  .comments-area,
  .image-navigation,
  .post-navigation,
  .pagination,
  .page-header,
  .page-content,
  .content-bottom-widgets {
    margin-right: 0;
    margin-left: 0;
  }
  .sidebar {
    float: left;
    margin-left: 75%;
    padding: 0;
    width: 25%;
  }
  .widget {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 3.230769231em;
    padding-top: 1.615384615em;
  }
  .widget .widget-title {
    margin-bottom: 1.3125em;
  }
  .widget p,
  .widget address,
  .widget hr,
  .widget ul,
  .widget ol,
  .widget dl,
  .widget dd,
  .widget table {
    margin-bottom: 1.6153846154em;
  }
  .widget li > ul,
  .widget li > ol {
    margin-bottom: 0;
  }
  .widget blockquote {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin-bottom: 1.3125em;
    padding-left: 1.0625em;
  }
  .widget blockquote cite,
  .widget blockquote small {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
  }
  .widget th,
  .widget td {
    padding: 0.5384615385em;
  }
  .widget pre {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 1.6153846154em;
    padding: 0.5384615385em;
  }
  .widget fieldset {
    margin-bottom: 1.6153846154em;
    padding: 0.5384615385em;
  }
  .widget button,
  .widget input,
  .widget select,
  .widget textarea {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
  }
  .widget button,
  .widget input[type="button"],
  .widget input[type="reset"],
  .widget input[type="submit"] {
    line-height: 1;
    padding: 0.846153846em;
  }
  .widget input[type="date"],
  .widget input[type="time"],
  .widget input[type="datetime-local"],
  .widget input[type="week"],
  .widget input[type="month"],
  .widget input[type="text"],
  .widget input[type="email"],
  .widget input[type="url"],
  .widget input[type="password"],
  .widget input[type="search"],
  .widget input[type="tel"],
  .widget input[type="number"],
  .widget textarea {
    padding: 0.4615384615em 0.5384615385em;
  }
  .widget h1 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
    margin-bottom: 0.9130434783em;
  }
  .widget h2 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.1052631579;
    margin-bottom: 1.1052631579em;
  }
  .widget h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin-bottom: 1.3125em;
  }
  .widget h4,
  .widget h5,
  .widget h6 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 0.9130434783em;
  }
  .widget .alignleft {
    margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
  }
  .widget .alignright {
    margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
  }
  .widget .aligncenter {
    margin-bottom: 1.6153846154em;
  }
  .widget_calendar td,
  .widget_calendar th {
    line-height: 2.6923076923;
    padding: 0;
  }
  .widget_rss .rssSummary:last-child {
    margin-bottom: 1.615384615em;
  }
  .widget input[type="search"].search-field {
    width: -webkit-calc(65%);
    width: calc(65%);
  }
  .widget button.search-submit {
    padding: 0;
    width: 35px;
  }
  .tagcloud a {
    margin: 0 0.2307692308em 0.5384615385em 0;
    padding: 0.5384615385em 0.4615384615em 0.4615384615em;
  }
  .textwidget h1 {
    margin-top: 1.8260869565em;
  }
  .textwidget h2 {
    margin-top: 2.2105263158em;
  }
  .textwidget h3 {
    margin-top: 2.625em;
  }
  .textwidget h4 {
    letter-spacing: 0.153846154em;
  }
  .textwidget h4,
  .textwidget h5,
  .textwidget h6 {
    margin-top: 3.2307692308em;
  }
  .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
  .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
    float: left;
    margin-right: 7.1428571%;
    width: 46.42857145%;
  }
  .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
    margin-right: 0;
  }
  .site-footer {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4.5455% 3.5em;
  }
  .site-footer .social-navigation {
    margin: 0;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .site-info {
    margin: 0.538461538em auto 0.538461538em 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .no-sidebar .content-area {
    float: none;
    margin: 0;
    width: 100%;
  }
  .no-sidebar .entry-header,
  .no-sidebar .entry-content,
  .no-sidebar .entry-summary,
  .no-sidebar .entry-footer,
  .no-sidebar .comments-area,
  .no-sidebar .image-navigation,
  .no-sidebar .post-navigation,
  .no-sidebar .pagination,
  .no-sidebar .page-header,
  .no-sidebar .page-content,
  .no-sidebar .content-bottom-widgets {
    margin-right: 15%;
    margin-left: 15%;
  }
  .widecolumn {
    padding-right: 15%;
    padding-left: 15%;
  }
}
/**
 * 14.4 - >= 985px
 */
@media screen and (min-width: 61.5625em) {
  .site-header {
    padding: 0px;
  }
  .site-branding,
  .site-header-menu,
  .header-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .custom-logo {
    max-width: 240px;
  }
  .pagination {
    margin-bottom: 5.894736842em;
  }
  .widget {
    margin-bottom: 4.307692308em;
  }
  .entry-title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.225;
    margin-bottom: 1.05em;
  }
  .format-aside .entry-title,
  .format-image .entry-title,
  .format-video .entry-title,
  .format-quote .entry-title,
  .format-gallery .entry-title,
  .format-status .entry-title,
  .format-link .entry-title,
  .format-audio .entry-title,
  .format-chat .entry-title {
    font-size: 23px;
    font-size: 1.4375em;
    line-height: 1.304347826;
    margin-bottom: 1.826086957em;
  }
  .post-thumbnail {
    margin-bottom: 2.625em;
  }
  .author-info {
    border-bottom-width: 0;
    padding-bottom: 0;
  }
  .comment-list + .comment-respond,
  .comment-navigation + .comment-respond {
    padding-top: 5.25em;
  }
  .comments-area,
  .sidebar,
  .content-bottom-widgets .widget-area,
  .widecolumn {
    margin-bottom: 7.0em;
  }
  body:not(.search-results) .entry-summary {
    margin-bottom: 2.210526316em;
  }
  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -1.105263158em;
  }
  body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
    margin-left: -40%;
    width: -webkit-calc(58.52631579%);
    width: calc(58.52631579%);
  }
  body:not(.search-results) article:not(.type-page) img.below-entry-meta,
  body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
    clear: both;
    display: block;
    float: none;
    margin-right: 0;
    margin-left: -40%;
    max-width: 140%;
  }
  body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
  body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
  body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
    margin: 0;
    max-width: 100%;
  }
  body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
    display: none;
  }
  .single .byline,
  .full-size-link,
  body:not(.search-results).group-blog .byline,
  body:not(.search-results) .entry-format,
  body:not(.search-results) .cat-links,
  body:not(.search-results) .tags-links,
  body:not(.search-results) article:not(.sticky) .posted-on,
  body:not(.search-results) article:not(.type-page) .comments-link,
  body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
    display: block;
    margin-bottom: 0.5384615385em;
  }
  body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
    margin-bottom: 0;
  }
  body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
    display: block;
    height: auto;
    margin: 0 0 0.5384615385em;
    width: 49px;
  }
}
/**
 * 14.5 - >= 1200px
 */
@media screen and (min-width: 75em) {
  body:not(.search-results) .entry-summary {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    margin-bottom: 1.826086957em;
  }
  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -0.913043478em;
  }
  body:not(.search-results) .entry-summary p,
  body:not(.search-results) .entry-summary address,
  body:not(.search-results) .entry-summary hr,
  body:not(.search-results) .entry-summary ul,
  body:not(.search-results) .entry-summary ol,
  body:not(.search-results) .entry-summary dl,
  body:not(.search-results) .entry-summary dd,
  body:not(.search-results) .entry-summary table {
    margin-bottom: 1.5217391304em;
  }
  body:not(.search-results) .entry-summary li > ul,
  body:not(.search-results) .entry-summary blockquote > ul {
    margin-left: 0.956521739em;
  }
  body:not(.search-results) .entry-summary li > ol,
  body:not(.search-results) .entry-summary blockquote > ol {
    margin-left: 1.52173913em;
  }
  body:not(.search-results) .entry-summary blockquote {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    margin: 0 0 1.5217391304em;
    padding-left: 1.347826087em;
  }
  body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
    margin-left: -1.52173913em;
  }
  body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
    margin-left: 0;
  }
  body:not(.search-results) .entry-summary blockquote cite,
  body:not(.search-results) .entry-summary blockquote small {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.8421052632;
  }
  body:not(.search-results) .entry-summary th,
  body:not(.search-results) .entry-summary td {
    padding: 0.3043478261em;
  }
  body:not(.search-results) .entry-summary pre {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1.75em;
    padding: 1.75em;
  }
  body:not(.search-results) .entry-summary fieldset {
    margin-bottom: 1.5217391304em;
    padding: 0.3043478261em;
  }
  body:not(.search-results) .entry-summary h1 {
    margin-top: 2.121212121em;
    margin-bottom: 1.060606061em;
  }
  body:not(.search-results) .entry-summary h2 {
    margin-top: 2.5em;
    margin-bottom: 1.25em;
  }
  body:not(.search-results) .entry-summary h3 {
    margin-top: 3.043478261em;
    margin-bottom: 1.52173913em;
  }
  body:not(.search-results) .entry-summary h4,
  body:not(.search-results) .entry-summary h5,
  body:not(.search-results) .entry-summary h6 {
    margin-top: 3.684210526em;
    margin-bottom: 1.842105263em;
  }
  body:not(.search-results) .entry-summary h1:first-child,
  body:not(.search-results) .entry-summary h2:first-child,
  body:not(.search-results) .entry-summary h3:first-child,
  body:not(.search-results) .entry-summary h4:first-child,
  body:not(.search-results) .entry-summary h5:first-child,
  body:not(.search-results) .entry-summary h6:first-child {
    margin-top: 0;
  }
  body:not(.search-results) .entry-summary .alignleft {
    margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
  }
  body:not(.search-results) .entry-summary .alignright {
    margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
  }
  body:not(.search-results) .entry-summary .aligncenter {
    margin-bottom: 1.5217391304em;
  }
}
/**
 * 15.0 - Print
 */
@media print {
  form,
  button,
  input,
  select,
  textarea,
  .navigation,
  .main-navigation,
  .social-navigation,
  .sidebar,
  .content-bottom-widgets,
  .header-image,
  .page-links,
  .edit-link,
  .comment-respond,
  .comment-edit-link,
  .comment-reply-link,
  .comment-metadata .edit-link,
  .pingback .edit-link {
    display: none;
  }
  body,
  blockquote cite,
  blockquote small,
  pre,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6,
  .entry-summary h4,
  .entry-summary h5,
  .entry-summary h6,
  .comment-content h4,
  .comment-content h5,
  .comment-content h6,
  .entry-content .author-title {
    font-size: 12pt;
  }
  blockquote {
    font-size: 14.25pt;
  }
  .site-description {
    display: block;
  }
  .entry-title {
    font-size: 24.75pt;
    line-height: 1.2727272727;
    margin-bottom: 1.696969697em;
  }
  .format-aside .entry-title,
  .format-image .entry-title,
  .format-video .entry-title,
  .format-quote .entry-title,
  .format-gallery .entry-title,
  .format-status .entry-title,
  .format-link .entry-title,
  .format-audio .entry-title,
  .format-chat .entry-title {
    font-size: 17.25pt;
    line-height: 1.304347826;
    margin-bottom: 1.826086957em;
  }
  .entry-content h1,
  .entry-summary h1,
  .comment-content h1 {
    font-size: 21pt;
  }
  .entry-content h3,
  .entry-summary h3,
  .comment-content h3,
  body:not(.search-results) .entry-summary {
    font-size: 14.25pt;
  }
  .site-description,
  .author-bio,
  .entry-footer,
  .sticky-post,
  .taxonomy-description,
  .entry-caption,
  .comment-metadata,
  .comment-notes,
  .comment-awaiting-moderation,
  .site-info,
  .wp-caption .wp-caption-text,
  .gallery-caption {
    font-size: 9.75pt;
  }
  body,
  .site {
    background: none !important;
    /* Brute force since user agents all print differently. */
  }
  body,
  blockquote cite,
  blockquote small,
  .site-branding .site-title a,
  .entry-title a,
  .comment-author {
    color: #1a1a1a !important;
    /* Make sure color schemes don't affect to print */
  }
  blockquote,
  .page-header,
  .comments-title {
    border-color: white !important;
    /* Make sure color schemes don't affect to print */
  }
  blockquote,
  .site-description,
  body:not(.search-results) .entry-summary,
  body:not(.search-results) .entry-summary blockquote,
  .author-bio,
  .entry-footer,
  .entry-footer a,
  .sticky-post,
  .taxonomy-description,
  .entry-caption,
  .comment-author,
  .comment-metadata a,
  .comment-notes,
  .comment-awaiting-moderation,
  .site-info,
  .site-info a,
  .wp-caption .wp-caption-text,
  .gallery-caption {
    color: #686868 !important;
    /* Make sure color schemes don't affect to print */
  }
  code,
  hr {
    background-color: #d1d1d1 !important;
    /* Make sure color schemes don't affect to print */
  }
  pre,
  abbr,
  acronym,
  table,
  th,
  td,
  .author-info,
  .comment-list article,
  .comment-list .pingback,
  .comment-list .trackback,
  .no-comments {
    border-color: #d1d1d1 !important;
    /* Make sure color schemes don't affect to print */
  }
  a {
    color: #007acc !important;
    /* Make sure color schemes don't affect to print */
  }
  .entry-content a,
  .entry-summary a,
  .taxonomy-description a,
  .comment-content a,
  .pingback .comment-body > a {
    box-shadow: none;
    border-bottom: 1px solid #007acc !important;
    /* Make sure color schemes don't affect to print */
  }
  .site {
    margin: 5%;
  }
  .site-inner {
    max-width: none;
  }
  .site-header {
    padding: 0px;
  }
  .site-branding {
    margin-top: 0;
    margin-bottom: 1.75em;
  }
  .entry-header,
  .entry-footer,
  .page-header,
  .page-content,
  .entry-content,
  .entry-summary,
  .post-thumbnail,
  .comments-area {
    margin-right: 0;
    margin-left: 0;
  }
  .post-thumbnail,
  .site-main > article {
    margin-bottom: 3.5em;
  }
  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    border-width: 4px 0 0 0;
    padding: 0.9473684211em 0 0;
    width: -webkit-calc(49.2631579%);
    width: calc(49.2631579%);
  }
  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -1.473684211em;
  }
  .site-footer,
  .widecolumn {
    padding: 0;
  }
}
.packshot_shadow {
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
}
html {
  height: 100%;
}
html,
body {
  position: relative;
  min-height: 100%;
}
body:not(.wp-admin) {
  background: #72ae1f url("https://www.wheaty.de/wp-content/themes/wheaty/images/background.png") repeat scroll;
  font-family: 'Anivers-Regular';
  min-height: 100%;
  margin: 0;
  /* Footer height */
}
/* Page definitions */
body .content-area {
  float: none;
  margin: auto;
  width: 1200px;
  color: white;
}
/* Glow */
.glow {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  text-align: left;
}
.glow .inner {
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 910px) {
  .glow .inner {
    width: auto;
  }
}
.glow .inner img {
  position: relative;
  content: url("https://www.wheaty.de/wp-content/themes/wheaty/images/glow.png");
  opacity: .4;
}
@media only screen and (max-width: 910px) {
  .glow .inner img {
    left: -100px;
    top: 0px;
  }
}
/* Misc */
.video-container {
  position: relative;
  padding-bottom: 56%;
  /* 16:9 */
  height: 0;
}
.video-container.square {
  padding-bottom: 100%;
  /* 16:9 */
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.content_padding_bottom .entry-content {
  padding-bottom: 48px;
}
.entry-content ul {
  padding-left: 1.75em;
}
.entry-header p {
  margin: 0px;
}
section.title {
  width: 1200px;
  margin: auto;
  padding-bottom: 16px;
  font-size: 24px;
}
@media only screen and (max-width: 1200px) {
  section.title {
    max-width: 100%;
    font-size: 20px;
  }
}
section.title img.wp-post-image {
  border: 5px white solid;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
  -webkit-transition: all .1s;
  /* Safari */
  -transition-timing-function: ease-in;
  transition: all .1s;
  transition-timing-function: ease-in;
}
section.title p {
  color: white;
  text-shadow: none;
}
div.ccm-page {
  position: relative;
}
main {
  font-size: 24px;
}
@media only screen and (max-width: 540px) {
  main {
    font-size: 18px;
  }
}
header {
  font-size: 24px;
}
body.page-template-page_fullwidth .content-area,
body.fullwidth .content-area {
  float: none;
  margin: auto;
  width: auto;
}
body.fullwidth_margin .content-area {
  float: none;
  margin-left: 32px;
  margin-right: 32px;
  width: auto;
}
@media only screen and (max-width: 540px) {
  body.fullwidth_margin .content-area {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.front-image {
  margin-top: 16px;
}
.edit-button {
  position: absolute;
  right: 0px;
  z-index: 5555;
  background-color: orange;
  padding: 2px;
  color: white;
  font-size: 12px;
}
/* <= 710 px */
@media only screen and (max-width: 1200px) {
  body .content-area {
    max-width: 100%;
  }
}
/* <= 710 px */
/* Content widths adjustable in page properties */
body.width_75 .content-area {
  width: 75%;
}
body.width_50 .content-area {
  width: 50%;
}
body.width_25 .content-area {
  width: 25%;
}
/* Undo widths on mobile */
@media only screen and (max-width: 1200px) {
  body.width_100 .content-area {
    width: auto;
  }
  body.width_75 .content-area {
    width: auto;
  }
  body.width_50 .content-area {
    width: auto;
  }
  body.width_25 .content-area {
    width: auto;
  }
}
.desktop {
  display: block;
}
.desktop.force {
  display: block !important;
}
.mobile {
  display: none;
}
.mobile.force {
  display: none !important;
}
@media only screen and (max-width: 910px) {
  .desktop {
    display: none;
  }
  .desktop.force {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .mobile.force {
    display: block !important;
  }
}
/* Images */
@media only screen and (max-width: 910px) {
  img.full {
    margin-left: calc(-32px);
    margin-right: calc(-32px);
    width: calc(100% + 56px);
    max-width: none;
  }
}
/* Margins */
.margin_bottom_24 {
  margin-bottom: 24px;
}
.margin_top_24 {
  margin-top: 24px;
}
.margin_24 {
  margin-bottom: 24px;
  margin-top: 24px;
}
/* Title image */
.mainImage {
  border: 5px white solid;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
  -webkit-transition: all .1s;
  /* Safari */
  -transition-timing-function: ease-in;
  transition: all .1s;
  transition-timing-function: ease-in;
}
@media only screen and (max-width: 540px) {
  .mainImage {
    width: calc(100% + 42px) !important;
    max-width: calc(100% + 42px);
    margin-left: -42px;
    margin-right: -42px;
  }
}
.mainImage.stretched {
  border: none !important;
  position: static !important;
  top: 0px;
  width: 100%;
  box-shadow: none;
  filter: none !important;
}
/* Bild-Rahmen-Effekte */
.rahmen {
  border: 6px white solid;
  box-shadow: 2px 2px 8px #000000;
}
.drehung-links {
  transform: rotate(-2deg);
}
.drehung-rechts {
  transform: rotate(2deg);
}
.seite-links {
  float: left;
  margin-right: 32px !important;
  margin-bottom: 16px;
}
.seite-rechts {
  float: right;
  margin-left: 32px !important;
  margin-bottom: 16px;
}
img.v3 {
  border-radius: 5px;
}
/* Single post */
/* Show bright background on full page when title image is stretched */
body.mainImageStretched {
  /* If the title should be overlaid over the main image */
}
body.mainImageStretched .overlayTitle {
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  bottom: auto !important;
  right: auto !important;
}
body.mainImageStretched .entry-header {
  background-image: url("https://www.wheaty.de/wp-content/themes/wheaty/images/background-bright.png");
  background-position: left -140px;
  padding-bottom: 32px;
}
body.mainImageStretched header section.title {
  width: 960px;
  padding-top: 32px;
}
body.mainImageStretched header section.title h1 {
  color: #536e2c;
  text-shadow: none;
  line-height: 1.6em;
}
body.mainImageStretched header section.title h2,
body.mainImageStretched header section.title h3 {
  color: #536e2c;
}
body.mainImageStretched header section.title p {
  color: #536e2c;
}
body.mainImageStretched header section.title a {
  color: darkred;
}
body.mainImageStretched .entry-content {
  margin: 0px;
  margin-top: 0px !important;
  padding: 0px;
}
body.single section.description,
body.page-template-single-article section.description {
  position: relative;
  top: 48px;
  margin-top: 18px;
  font-style: italic;
}
@media only screen and (max-width: 910px) {
  body.single section.description,
  body.page-template-single-article section.description {
    top: 0px;
  }
}
body.single .mainImage,
body.page-template-single-article .mainImage {
  border: 5px white solid;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
  -webkit-transition: all .1s;
  /* Safari */
  -transition-timing-function: ease-in;
  transition: all .1s;
  transition-timing-function: ease-in;
  position: relative;
  top: 32px;
}
body.single #primary,
body.page-template-single-article #primary {
  width: auto;
  background-image: url("https://www.wheaty.de/wp-content/themes/wheaty/images/background-bright.png");
  background-position: left -140px;
  padding-bottom: 32px;
}
@media only screen and (max-width: 910px) {
  body.single #primary,
  body.page-template-single-article #primary {
    padding: 32px;
  }
}
body.single #primary a,
body.page-template-single-article #primary a {
  color: darkred;
}
body.single #primary p,
body.page-template-single-article #primary p {
  margin-bottom: 1.75em;
}
body.single #primary img.packshot,
body.page-template-single-article #primary img.packshot {
  margin: 0px;
  display: inline;
}
body.single #main,
body.page-template-single-article #main {
  width: 1200px;
  position: relative;
  margin: auto;
  color: #536e2c;
}
@media only screen and (max-width: 1200px) {
  body.single #main,
  body.page-template-single-article #main {
    max-width: 100%;
  }
}
body.single #main img,
body.page-template-single-article #main img {
  display: block;
  margin: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  /* Special cases for aligned images */
  /* ... but not on mobile devices */
}
body.single #main img.alignleft,
body.page-template-single-article #main img.alignleft {
  margin-right: 24px;
  margin-top: 0;
}
body.single #main img.alignright,
body.page-template-single-article #main img.alignright {
  margin-left: 24px;
  margin-top: 0;
}
@media only screen and (max-width: 710px) {
  body.single #main img.alignleft,
  body.page-template-single-article #main img.alignleft {
    margin: auto;
    float: none;
    margin-bottom: 1em;
  }
  body.single #main img.alignright,
  body.page-template-single-article #main img.alignright {
    margin: auto;
    float: none;
    margin-bottom: 1em;
  }
}
body.single section.title,
body.page-template-single-article section.title {
  width: 1200px;
  margin: auto;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  body.single section.title,
  body.page-template-single-article section.title {
    max-width: 100%;
  }
}
body.single section.title h1,
body.page-template-single-article section.title h1 {
  margin-bottom: 0px;
}
body.single section.title h2,
body.page-template-single-article section.title h2 {
  font-size: 23px;
  margin-bottom: 8px;
  margin-top: 8px;
}
@media only screen and (max-width: 910px) {
  body.single section.title h2,
  body.page-template-single-article section.title h2 {
    font-size: 20px;
  }
}
body.single section.title iframe[src^="https://www.youtube.com"],
body.page-template-single-article section.title iframe[src^="https://www.youtube.com"] {
  position: relative;
  top: 32px;
}
body.single .entry-content h1,
body.page-template-single-article .entry-content h1,
body.single .entry-content h2,
body.page-template-single-article .entry-content h2,
body.single .entry-content h3,
body.page-template-single-article .entry-content h3,
body.single .entry-content h4,
body.page-template-single-article .entry-content h4,
body.single .entry-content h5,
body.page-template-single-article .entry-content h5 {
  color: #536e2c;
}
body.single nav.top_next_previous,
body.page-template-single-article nav.top_next_previous {
  width: 100%;
  position: absolute;
  margin: auto;
  z-index: 30;
}
@media only screen and (max-width: 540px) {
  body.single nav.top_next_previous,
  body.page-template-single-article nav.top_next_previous {
    display: none;
  }
}
@media only screen and (max-width: 910px) {
  body.single nav.top_next_previous,
  body.page-template-single-article nav.top_next_previous {
    margin-left: -40px;
  }
}
body.single nav.top_next_previous div,
body.page-template-single-article nav.top_next_previous div {
  width: 1200px;
  position: relative;
  margin: auto;
}
body.single nav.top_next_previous div a,
body.page-template-single-article nav.top_next_previous div a {
  font-size: 43px;
  color: white;
  font-family: 'kg_ten_thousand_reasons_altRg', Helvetica, Arial, sans-serif;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 0 5px;
  font-weight: 500 !important;
  opacity: .5 !important;
  -webkit-transition: .2 all;
  transition: .2 all;
}
body.single nav.top_next_previous div a:hover,
body.page-template-single-article nav.top_next_previous div a:hover {
  opacity: 1 !important;
}
body.single nav.top_next_previous div a.previous,
body.page-template-single-article nav.top_next_previous div a.previous {
  position: absolute;
  left: 0px;
}
body.single nav.top_next_previous div a.next,
body.page-template-single-article nav.top_next_previous div a.next {
  position: absolute;
  right: 0px;
}
body.single aside.sidebar,
body.page-template-single-article aside.sidebar {
  float: right;
  margin: 0px;
  padding: 0px;
  margin-top: 68px;
  width: 35%;
  margin-left: 24px;
  background-color: rgba(90, 146, 29, 0.2);
  padding: 12px;
}
@media only screen and (max-width: 540px) {
  body.single aside.sidebar,
  body.page-template-single-article aside.sidebar {
    float: none;
    width: auto;
    margin: 0px;
  }
}
body.single aside.bottombar,
body.page-template-single-article aside.bottombar {
  margin-top: 48px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 16px;
  margin-left: -16px;
  margin-right: -16px;
}
body.single aside.bottombar ul,
body.page-template-single-article aside.bottombar ul {
  margin-left: 24px;
  padding-left: 24px;
}
body.single aside.bottombar ul li,
body.page-template-single-article aside.bottombar ul li {
  position: relative;
  line-height: 1.4em;
  list-style-type: none;
  padding-bottom: .2em;
  padding-top: .2em;
}
body.single aside.bottombar ul li:before,
body.page-template-single-article aside.bottombar ul li:before {
  position: absolute;
  content: "";
  top: .8em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -20px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid red;
}
body.single .entry-content,
body.page-template-single-article .entry-content {
  margin-top: 0px;
  margin-top: 52px;
  line-height: 1.75em;
}
@media only screen and (max-width: 910px) {
  body.single .entry-content,
  body.page-template-single-article .entry-content {
    margin-top: 16px;
  }
}
body.single .sidebar-visible .entry-content,
body.page-template-single-article .sidebar-visible .entry-content {
  float: left;
  width: 75%;
  padding-right: 5%;
}
body.single .sidebar-hidden .entry-content,
body.page-template-single-article .sidebar-hidden .entry-content {
  float: none;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  body.single .sidebar-hidden .entry-content,
  body.page-template-single-article .sidebar-hidden .entry-content {
    max-width: 100%;
  }
}
body.single .mainImage-no .entry-content,
body.page-template-single-article .mainImage-no .entry-content {
  /* margin-top: -32px !important; */
}
body.single span.date,
body.page-template-single-article span.date {
  /*background-color: red; font-size: 19px;
       font-weight: normal; font-family: @font-anivers; color: white;
       padding: 4px; position: relative; top: -8px; margin-bottom: 6px;
       display: inline-block; line-height: 1em; margin-right: 4px; margin-left: 4px;
      */
  font-size: 23px;
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  color: white;
  display: block;
  margin-bottom: 32px;
  font-style: italic;
  opacity: .6;
}
footer {
  margin-top: 0px;
  padding-top: 16px;
}
footer.site-footer {
  background-color: #384b1d;
  clear: both;
}
footer.site-footer h2 {
  margin: auto;
  padding-top: 16px;
  padding-bottom: 8px;
  font-weight: normal;
}
footer.site-footer nav.sub-navigation {
  padding-top: 16px;
  margin: auto;
  width: 960px;
}
@media only screen and (max-width: 910px) {
  footer.site-footer nav.sub-navigation {
    width: 100%;
  }
}
footer.site-footer nav.sub-navigation .menu-item > a {
  padding-bottom: 8px;
  display: inline-block;
}
@media only screen and (max-width: 910px) {
  footer.site-footer nav.sub-navigation .menu-item > a {
    display: block;
  }
}
footer.site-footer nav.sub-navigation ul {
  display: block;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 910px) {
  footer.site-footer nav.sub-navigation ul {
    padding-left: 16px;
    padding-right: 16px;
  }
}
footer.site-footer nav.sub-navigation ul li {
  display: table-cell;
  width: 12.5%;
  vertical-align: top;
  text-align: left;
  list-style-type: none;
  /* Special rule for menu holding main items */
}
footer.site-footer nav.sub-navigation ul li li {
  display: block;
}
footer.site-footer nav.sub-navigation ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  padding-bottom: 10px;
  white-space: nowrap !important;
}
footer.site-footer nav.sub-navigation ul li#menu-item-3751 > a {
  display: none;
}
footer.site-footer nav.sub-navigation ul li#menu-item-3751 .sub-menu li a {
  margin-top: 0px;
  font-size: 20px;
  opacity: 1;
}
@media only screen and (max-width: 910px) {
  footer.site-footer nav.sub-navigation ul li#menu-item-3751 .sub-menu {
    overflow: auto !important;
  }
  footer.site-footer nav.sub-navigation ul li#menu-item-3751 .sub-menu li {
    padding-top: 12px;
  }
}
footer.site-footer nav.sub-navigation ul li#menu-item-3793 > a {
  display: none;
}
footer.site-footer nav.sub-navigation ul li .sub-menu {
  display: block;
}
footer.site-footer nav.sub-navigation ul li .sub-menu li a {
  margin: 0px;
  font-size: 18px;
  border: none;
  margin-bottom: 2px;
  padding-bottom: 0px;
}
.flag {
  width: 16px;
  overflow: hidden;
  float: left;
  margin-right: 8px;
  height: 16px;
  display: inline-block;
  padding: 0px;
  background-repeat: no-repeat;
}
.flag a {
  color: transparent !important;
}
@media only screen and (max-width: 910px) {
  .flag {
    float: none;
  }
}
.social_icon {
  width: 32px;
  overflow: hidden;
  float: left;
  margin-right: 8px;
  height: 48px;
  display: inline-block;
  padding: 0px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.social_icon a {
  color: transparent !important;
}
/* Flags & Icons */
#menu-item-3792 {
  width: 16px;
  overflow: hidden;
  float: left;
  margin-right: 8px;
  height: 16px;
  display: inline-block;
  padding: 0px;
  background-repeat: no-repeat;
  background-image: url(https://www.wheaty.de/wp-content/themes/wheaty/less/../images/flags/de.png);
}
#menu-item-3792 a {
  color: transparent !important;
}
@media only screen and (max-width: 910px) {
  #menu-item-3792 {
    float: none;
  }
}
#menu-item-3791 {
  width: 16px;
  overflow: hidden;
  float: left;
  margin-right: 8px;
  height: 16px;
  display: inline-block;
  padding: 0px;
  background-repeat: no-repeat;
  background-image: url(https://www.wheaty.de/wp-content/themes/wheaty/less/../images/flags/gb.png);
}
#menu-item-3791 a {
  color: transparent !important;
}
@media only screen and (max-width: 910px) {
  #menu-item-3791 {
    float: none;
  }
}
#menu-item-3794 {
  width: 32px;
  overflow: hidden;
  float: left;
  margin-right: 8px;
  height: 48px;
  display: inline-block;
  padding: 0px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-image: url(https://www.wheaty.de/wp-content/themes/wheaty/less/../images/icons/facebook.png);
}
#menu-item-3794 a {
  color: transparent !important;
}
#menu-item-3795 {
  width: 32px;
  overflow: hidden;
  float: left;
  margin-right: 8px;
  height: 48px;
  display: inline-block;
  padding: 0px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-image: url(https://www.wheaty.de/wp-content/themes/wheaty/less/../images/icons/instagram.png);
}
#menu-item-3795 a {
  color: transparent !important;
}
#menu-item-9245 {
  width: 32px;
  overflow: hidden;
  float: left;
  margin-right: 8px;
  height: 48px;
  display: inline-block;
  padding: 0px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-image: url(https://www.wheaty.de/wp-content/themes/wheaty/less/../images/icons/twitter.png);
}
#menu-item-9245 a {
  color: transparent !important;
}
/* sections */
footer.site-footer {
  padding: 0px;
}
footer.site-footer section {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
footer.site-footer section.layer1 {
  background-color: rgba(96, 148, 29, 0.5);
}
footer.site-footer section.layer2 {
  background-color: #405d1c;
}
footer.site-footer section.layer2.newsletter {
  color: white;
}
footer.site-footer section.layer2.newsletter span.hint {
  font-size: 18px;
}
footer.site-footer section.layer2.newsletter h3 {
  font-family: "'bobby_jones_softcondensed', Sans-Serif";
}
/* Newsletter */
/* Newsletter form styling needs to be outside CSS structure because of Fancybox */
#newsletter_form {
  text-align: center;
}
#newsletter_form label[for="email"] {
  font-size: 20px;
  margin-right: 20px;
  color: rgba(255, 255, 255, 0.5);
  color: #536e2c;
  display: block;
  padding-bottom: 8px;
}
#newsletter_form input.email {
  font-size: 20px;
  width: 600px;
  background-color: rgba(172, 228, 63, 0.5);
  font-family: 'Anivers-Regular';
  color: #536e2c;
  padding: 8px;
  display: inline;
  float: none;
}
@media only screen and (max-width: 910px) {
  #newsletter_form input.email {
    width: 250px;
  }
}
footer.site-footer .newsletter {
  /* Hide form */
  /*  "Show Newsletter dialog" button hidden in desktop view, visible in mobile*/
}
footer.site-footer .newsletter form {
  display: none;
}
footer.site-footer .newsletter .show_dialog {
  width: 686px;
}
@media only screen and (max-width: 910px) {
  footer.site-footer .newsletter .show_dialog {
    width: 90%;
  }
}
/* Custom widths */
li#menu-item-3777 {
  width: 8%;
}
/* <= 710 px */
@media only screen and (max-width: 910px) {
  footer.site-footer h2 {
    display: none;
  }
  footer.site-footer nav.sub-navigation ul > li {
    display: block;
    width: auto;
    text-align: left;
    padding-top: 12px;
  }
  footer.site-footer nav.sub-navigation ul > li ul {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }
  footer.site-footer nav.sub-navigation ul > li ul li {
    display: block;
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }
}
.fancybox-bg {
  background-color: white !important;
}
/* Angie gallery */
div.gallery {
  margin-top: 24px;
}
div.gallery div.gallery-item div.gallery-icon {
  display: inline-block;
  position: relative;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 16px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 16px inset;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 16px inset;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
div.gallery div.gallery-item a:hover {
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 55px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 55px inset;
  box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 55px inset;
}
div.gallery div.gallery-item img {
  max-width: 100%;
  position: relative;
  z-index: -1;
}
.wc-gallery-captions-show .gallery-caption {
  background-color: transparent;
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: white;
  text-transform: none;
  font-style: normal;
}
.wc-gallery-captions-show .gallery-caption p {
  text-align: center;
}
h1 {
  font-family: 'kg_ten_thousand_reasons_altRg', Helvetica, Arial, sans-serif;
  color: white;
  font-size: 48px;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 0 5px;
  font-weight: 500 !important;
  line-height: 1.3em;
  padding: 0px;
  margin: 0px;
  margin-bottom: 8px;
}
h1.large {
  font-size: 70px;
  /* ... but not on mobile devices */
}
@media only screen and (max-width: 910px) {
  h1.large {
    font-size: 40px;
  }
}
@media only screen and (max-width: 910px) {
  h1 {
    font-size: 28px;
  }
}
h2 {
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  color: white;
  font-size: 32px;
  font-weight: bold;
  /*font-weight: 500 !important; */
  margin-bottom: 1em;
}
h3 {
  font-family: 'Anivers-Bold', Helvetica, Arial, sans-serif;
  color: white;
  font-size: 26px;
  margin-bottom: 24px;
  margin-top: 16px;
  font-weight: normal;
}
h6 {
  font-family: 'Anivers-Bold', Helvetica, Arial, sans-serif;
  color: white;
  font-size: 26px;
  margin-bottom: 24px;
  margin-top: 16px;
  font-weight: normal;
}
a {
  color: white;
}
/* Links to references inside main content text */
.entry-content a[href*="#"] {
  padding-right: 1.3em;
  border-right: 0.2em transparent solid;
  background-image: url(https://www.wheaty.de/wp-content/themes/wheaty/less/../images/bubble.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 24px;
}
div.ccm-page .light {
  font-size: 24px;
  color: #355908;
  line-height: 34px;
}
div.ccm-page .light h3 {
  color: #355908;
}
p {
  /* margin-bottom: .3em; */
  margin-bottom: 8px;
}
blockquote {
  margin: 0px;
  border: 0px;
  color: inherit;
  padding-left: 15%;
  padding-right: 5%;
  font-size: 150%;
  opacity: .7;
  margin-top: 1.75em;
  margin-bottom: 1.75em;
}
blockquote em {
  display: block;
  font-size: 55%;
  text-align: right;
}
.tipps_und_tricks {
  font-size: 110%;
}
.tipps_und_tricks::after {
  content: "*";
  display: block;
  text-align: center;
  font-size: 150%;
  color: red;
  padding-top: 6px;
  padding-bottom: 0px;
  position: relative;
  top: 4px;
}
.box_links {
  width: 35%;
  margin-right: 24px;
  background-color: rgba(90, 146, 29, 0.2);
  padding: 12px;
  float: left;
}
.box_links_rechts {
  float: left;
  width: 65%;
}
ul.product_features {
  padding: 0px;
  margin: 0px;
}
ul.product_features.large li {
  font-size: 40px;
  padding-left: 35px;
  position: relative;
}
ul.product_features.large li:before {
  font-size: 60px;
  left: 6px;
}
ul.product_features.medium li {
  font-size: 25px;
  padding-left: 35px;
  position: relative;
  font-weight: normal;
}
ul.product_features.medium li:before {
  font-size: 40px;
  left: 0px;
}
ul.product_features.center {
  text-align: center;
}
ul.product_features li {
  display: inline;
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  color: white;
  font-size: 30px;
}
ul.product_features li:before {
  content: url(https://www.wheaty.de/wp-content/themes/wheaty/less/../images/checkmark.png);
  position: absolute;
  top: -12px;
  color: red;
}
blockquote {
  margin: 32px !important;
  font-size: 24px !important;
  padding-left: 0px;
  background-color: rgba(128, 183, 56, 0.5);
  padding: 16px;
  margin: 0px !important;
  color: #546d30 !important;
}
blockquote p {
  margin-bottom: 0px !important;
}
blockquote em {
  display: inline !important;
  font-size: inherit !important;
}
/* Specificity */
.entry-content blockquote {
  margin-bottom: 32px !important;
}
#carousel {
  width: auto;
  margin: auto;
}
#carousel li {
  cursor: pointer;
}
.flexslider h3,
.flexslider_mobile h3 {
  font-family: 'kg_ten_thousand_reasons_altRg', Helvetica, Arial, sans-serif;
  font-size: 48px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.6);
  margin: 0px;
}
.flexslider h4,
.flexslider_mobile h4 {
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif !important;
  font-weight: normal;
  font-size: 25px;
  color: white !important;
  background-color: red !important;
  display: inline-block !important;
  transform: rotate(-2deg) !important;
  -webkit-transform: rotate(-2deg) !important;
  padding: 2px !important;
  line-height: 1em !important;
  padding-right: 6px !important;
  padding-left: 6px !important;
  margin-bottom: -4px !important;
  margin-top: 8px;
}
@media only screen and (max-width: 910px) {
  .flexslider h4,
  .flexslider_mobile h4 {
    margin-bottom: 2px !important;
  }
}
@media only screen and (max-width: 910px) {
  .flexslider {
    margin-top: 0px !important;
  }
}
.flexslider_mobile ul.slides {
  padding-left: 0px;
}
.flexslider_mobile ul.slides li {
  min-height: 80vh;
  overflow: auto;
  padding-top: 16px;
  margin-bottom: 8px;
}
.flexslider_mobile ul.slides li h4 {
  margin-left: auto;
  margin-right: auto;
}
/* button action_submit fullwidth */
.button {
  box-sizing: border-box;
  appearance: none;
  background: red;
  border: 2px solid red;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  display: inline-block;
  align-self: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  border-left: 1px rgba(255, 255, 255, 0.5) solid;
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
  border-right: 1px rgba(0, 0, 0, 0.5) solid;
  border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5) !important;
  transition: all 100ms ease-in-out;
  /* Class attributes that control the button's look */
  /* Different colours when in footer */
}
.button:hover,
.button:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 0 0 3px rgba(255, 255, 255, 0.5) !important;
  color: white;
}
.button:active {
  position: relative;
  left: 1px;
  top: 1px;
}
.button.inline {
  display: inline-block !important;
  width: auto !important;
  clear: none;
  float: none;
  font-size: inherit;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .4em;
  padding-bottom: .4em;
  text-align: inherit;
}
.button.small {
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 3px;
  font-size: 18px;
}
.button.medium {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  padding-right: 1.5em;
  padding-left: 1.5em;
  font-size: 25px;
}
.button.large {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  font-size: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
.button.fullwidth {
  display: block;
  width: 100%;
}
.button.action_primary {
  color: white !important;
  background: red !important;
}
.button.action_primary:hover {
  color: lightyellow !important;
}
.button.action_secondary {
  background-color: #aed275;
  color: #4b7018 !important;
  text-shadow: none !important;
}
footer.site-footer .button {
  background-color: #aed275;
  color: #4b7018;
}
textarea {
  margin-bottom: 8px;
  border: 1px solid #999;
  -webkit-appearance: none;
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbe8cc+0,ffffff+100 */
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbe8cc+0,ffffff+100 */
  background: #dbe8cc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dbe8cc 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dbe8cc 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dbe8cc 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbe8cc', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  padding: 8px 0;
  text-indent: 2%;
}
input,
select {
  float: left;
  width: 65%;
  margin-bottom: 8px;
  border: 1px solid #999;
  -webkit-appearance: none;
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbe8cc+0,ffffff+100 */
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbe8cc+0,ffffff+100 */
  background: #dbe8cc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dbe8cc 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dbe8cc 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dbe8cc 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbe8cc', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  padding: 8px 0;
  text-indent: 2%;
  border: 1px solid #000;
  /*box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);*/
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
  outline: none;
  -webkit-transition: 0.18s ease-out;
  -moz-transition: 0.18s ease-out;
  -o-transition: 0.18s ease-out;
  transition: 0.18s ease-out;
}
input:focus {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbe8cc+0,f2ffa3+100 */
  background: #dbe8cc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dbe8cc 0%, #f2ffa3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dbe8cc 0%, #f2ffa3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dbe8cc 0%, #f2ffa3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbe8cc', endColorstr='#f2ffa3', GradientType=0);
  /* IE6-9 */
}
input[type=checkbox] {
  -webkit-appearance: checkbox;
}
input[type=radio] {
  -webkit-appearance: radio;
}
.indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
}
.asterisk {
  color: #c60;
  font-size: 200%;
}
/* MailerLite */
iframe[id^="ml-webforms-"] {
  border: none !important;
}
/* Advanced Forms */
div.form_input {
  width: 50%;
  margin: auto;
  padding-bottom: 68px;
}
@media only screen and (max-width: 910px) {
  div.form_input {
    width: 100%;
  }
}
.acf-fields > .acf-field {
  border: none !important;
}
.acf-fields input[type=checkbox] {
  width: auto !important;
}
.acf-field input[type="text"],
.acf-field input[type="password"],
.acf-field input[type="date"],
.acf-field input[type="datetime"],
.acf-field input[type="datetime-local"],
.acf-field input[type="email"],
.acf-field input[type="month"],
.acf-field input[type="number"],
.acf-field input[type="search"],
.acf-field input[type="tel"],
.acf-field input[type="time"],
.acf-field input[type="url"],
.acf-field input[type="week"],
.acf-field textarea,
.acf-field select {
  font-size: 22px !important;
}
.acf-fields .af-submit-button {
  box-sizing: border-box;
  appearance: none;
  background: red;
  border: 2px solid red;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  display: inline-block;
  align-self: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  border-left: 1px rgba(255, 255, 255, 0.5) solid;
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
  border-right: 1px rgba(0, 0, 0, 0.5) solid;
  border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5) !important;
  transition: all 100ms ease-in-out;
  /* Class attributes that control the button's look */
  /* Different colours when in footer */
  display: block;
  width: 100%;
  color: white !important;
  background: red !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  font-size: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
.acf-fields .af-submit-button:hover,
.acf-fields .af-submit-button:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 0 0 3px rgba(255, 255, 255, 0.5) !important;
  color: white;
}
.acf-fields .af-submit-button:active {
  position: relative;
  left: 1px;
  top: 1px;
}
.acf-fields .af-submit-button.inline {
  display: inline-block !important;
  width: auto !important;
  clear: none;
  float: none;
  font-size: inherit;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .4em;
  padding-bottom: .4em;
  text-align: inherit;
}
.acf-fields .af-submit-button.small {
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 3px;
  font-size: 18px;
}
.acf-fields .af-submit-button.medium {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  padding-right: 1.5em;
  padding-left: 1.5em;
  font-size: 25px;
}
.acf-fields .af-submit-button.large {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  font-size: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
.acf-fields .af-submit-button.fullwidth {
  display: block;
  width: 100%;
}
.acf-fields .af-submit-button.action_primary {
  color: white !important;
  background: red !important;
}
.acf-fields .af-submit-button.action_primary:hover {
  color: lightyellow !important;
}
.acf-fields .af-submit-button.action_secondary {
  background-color: #aed275;
  color: #4b7018 !important;
  text-shadow: none !important;
}
footer.site-footer .acf-fields .af-submit-button {
  background-color: #aed275;
  color: #4b7018;
}
.acf-fields .af-submit-button:hover {
  color: lightyellow !important;
}
.af-success {
  padding-top: 32px;
  padding-bottom: 64px;
}
/* Feedback-Formular */
.feedback_form .acf-button-group {
  display: inline !important;
}
.feedback_form .acf-button-group label {
  background: transparent;
  opacity: .5;
}
.feedback_form .acf-button-group label.selected {
  opacity: 1;
  background-color: red !important;
  color: white !important;
  border: 1px outset solid !important;
  outline: 1px rgba(0, 0, 0, 0.4) solid !important;
}
.feedback_form .af-field.plz {
  text-align: center;
}
.feedback_form .af-field.plz input {
  margin: auto;
  float: none;
  width: 200px;
}
body.search form.search-form input.search-field {
  width: 960px;
}
@media only screen and (max-width: 1200px) {
  body.search form.search-form input.search-field {
    width: 100% !important;
  }
}
body.search form.search-form button.submit {
  box-sizing: border-box;
  appearance: none;
  background: red;
  border: 2px solid red;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  display: inline-block;
  align-self: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  border-left: 1px rgba(255, 255, 255, 0.5) solid;
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
  border-right: 1px rgba(0, 0, 0, 0.5) solid;
  border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5) !important;
  transition: all 100ms ease-in-out;
  /* Class attributes that control the button's look */
  /* Different colours when in footer */
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  font-size: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  width: 960px !important;
  margin: auto;
  position: relative;
  top: -12px;
}
body.search form.search-form button.submit:hover,
body.search form.search-form button.submit:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 0 0 3px rgba(255, 255, 255, 0.5) !important;
  color: white;
}
body.search form.search-form button.submit:active {
  position: relative;
  left: 1px;
  top: 1px;
}
body.search form.search-form button.submit.inline {
  display: inline-block !important;
  width: auto !important;
  clear: none;
  float: none;
  font-size: inherit;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .4em;
  padding-bottom: .4em;
  text-align: inherit;
}
body.search form.search-form button.submit.small {
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 3px;
  font-size: 18px;
}
body.search form.search-form button.submit.medium {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  padding-right: 1.5em;
  padding-left: 1.5em;
  font-size: 25px;
}
body.search form.search-form button.submit.large {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  font-size: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
body.search form.search-form button.submit.fullwidth {
  display: block;
  width: 100%;
}
body.search form.search-form button.submit.action_primary {
  color: white !important;
  background: red !important;
}
body.search form.search-form button.submit.action_primary:hover {
  color: lightyellow !important;
}
body.search form.search-form button.submit.action_secondary {
  background-color: #aed275;
  color: #4b7018 !important;
  text-shadow: none !important;
}
footer.site-footer body.search form.search-form button.submit {
  background-color: #aed275;
  color: #4b7018;
}
@media only screen and (max-width: 1200px) {
  body.search form.search-form button.submit {
    width: auto;
    top: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  body.search form.search-form div.awesomplete {
    display: block;
  }
}
body.search form.search-form div.awesomplete ul {
  background: rgba(255, 255, 255, 0.9);
}
body.search form.search-form div.awesomplete ul li {
  font-size: 30px;
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
}
body.search form.search-form div.awesomplete ul li mark {
  color: darkred;
  padding: 0px;
  font-weight: normal;
}
/* Search Results */
section.search-results {
  padding-top: 32px;
  overflow: auto;
  /* Product settings page */
}
section.search-results div.tab-page.posttype-product_settings {
  text-align: center;
}
section.search-results div.tab-page.posttype-product_settings div.thumbnail {
  float: none;
}
section.search-results article {
  margin-bottom: 16px;
  float: none;
  clear: left;
}
@media only screen and (min-width: 1200px) {
  section.search-results article.posttype-product_settings {
    width: 45%;
    display: inline-block;
    clear: none;
    vertical-align: top;
  }
}
@media only screen and (max-width: 540px) {
  section.search-results article.posttype-product_settings div.thumbnail img {
    height: auto !important;
  }
}
section.search-results article div.thumbnail {
  float: left;
  margin-right: 24px;
}
section.search-results article div.thumbnail img {
  border: 5px white solid;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
  -webkit-transition: all .1s;
  /* Safari */
  -transition-timing-function: ease-in;
  transition: all .1s;
  transition-timing-function: ease-in;
  margin-top: 0px !important;
}
section.search-results article div.excerpt a {
  color: #536e2c !important;
}
section.search-results article div.excerpt h2 {
  color: Darkred;
  clear: none;
  padding: 0px;
  margin: 0px;
  font-size: 1em;
  font-weight: bold;
}
section.search-results article div.excerpt .query-term {
  background-color: yellow;
}
.tabs ul {
  margin: 0;
  padding: 0;
}
.tabs .tab {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 20px;
}
.tabs .tab a {
  opacity: .5;
  line-height: 2em;
  display: block;
  padding: 0 10px;
  outline: none;
}
.tabs .tab a:hover {
  text-decoration: none;
}
.tabs .tab.active {
  background: #fff;
  padding-top: 6px;
  position: relative;
  top: 1px;
  border-color: #666;
}
.tabs .tab a.active {
  font-weight: normal;
  opacity: 1;
}
.tabs .tab-container .panel-container {
  background: #fff;
  border: solid #666 1px;
  padding: 10px;
  -moz-border-radius: 0 4px 4px 4px;
  -webkit-border-radius: 0 4px 4px 4px;
}
.tabs .etabs {
  position: relative;
  top: -20px;
}
@media print {
  body .content-area {
    width: auto;
    color: black;
  }
  section.title {
    width: auto;
  }
  footer.site-footer section.layer3 {
    display: none;
  }
  nav.social {
    display: none;
  }
  /* 3rdparty/concludis.less */
  .filterbutton {
    display: none;
  }
  #concludis_kunde_stellenangebote .applybutton {
    display: none;
  }
}
#mc_embed_signup {
  background: none !important;
  margin-bottom: 32px;
  /* MailChimp Form Embed Code - Classic - 08/17/2011 */
}
#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  margin: auto;
}
#mc_embed_signup form label {
  width: 30%;
  float: left;
  clear: both;
  padding-top: 4px;
}
#mc_embed_signup form br {
  display: none;
}
#mc_embed_signup h2 {
  font-weight: bold;
  padding: 0;
  margin: 15px 0;
  font-size: 1.4em;
}
#mc_embed_signup input,
#mc_embed_signup select {
  float: left;
  width: 65%;
  margin-bottom: 8px;
  border: 1px solid #999;
  -webkit-appearance: none;
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbe8cc+0,ffffff+100 */
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbe8cc+0,ffffff+100 */
  background: #dbe8cc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dbe8cc 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dbe8cc 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dbe8cc 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbe8cc', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  padding: 8px 0;
  text-indent: 2%;
  border: 1px solid #000;
  /*box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);*/
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
  outline: none;
  -webkit-transition: 0.18s ease-out;
  -moz-transition: 0.18s ease-out;
  -o-transition: 0.18s ease-out;
  transition: 0.18s ease-out;
}
#mc_embed_signup input:focus {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbe8cc+0,f2ffa3+100 */
  background: #dbe8cc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dbe8cc 0%, #f2ffa3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dbe8cc 0%, #f2ffa3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dbe8cc 0%, #f2ffa3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbe8cc', endColorstr='#f2ffa3', GradientType=0);
  /* IE6-9 */
}
#mc_embed_signup input.mce_inline_error {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e9cf7c+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e9cf7c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e9cf7c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e9cf7c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9cf7c', GradientType=0);
  /* IE6-9 */
}
#mc_embed_signup input[type=checkbox] {
  -webkit-appearance: checkbox;
}
#mc_embed_signup input[type=radio] {
  -webkit-appearance: radio;
}
#mc_embed_signup .small-meta {
  font-size: 11px;
}
#mc_embed_signup .nowrap {
  white-space: nowrap;
}
#mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 96%;
  padding-bottom: 3%;
  min-height: 50px;
}
#mc_embed_signup .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%;
}
#mc_embed_signup * html .size1of2 {
  margin-right: 2%;
  /* Fix for IE6 double margins. */
}
#mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 3px;
}
#mc_embed_signup .mc-field-group select {
  display: inline-block;
  width: 34%;
  padding: 5px 0;
  margin-bottom: 2px;
}
#mc_embed_signup .datefield,
#mc_embed_signup .phonefield-us {
  padding: 5px 0;
}
#mc_embed_signup .datefield input,
#mc_embed_signup .phonefield-us input {
  display: inline;
  width: 60px;
  margin: 0 2px;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 0 2px 0;
}
#mc_embed_signup .phonefield-us .phonearea input,
#mc_embed_signup .phonefield-us .phonedetail1 input {
  width: 40px;
}
#mc_embed_signup .datefield .monthfield input,
#mc_embed_signup .datefield .dayfield input {
  width: 30px;
}
#mc_embed_signup .datefield label,
#mc_embed_signup .phonefield-us label {
  display: none;
}
#mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
}
#mc_embed_signup .asterisk {
  color: #c60;
  font-size: 200%;
}
#mc_embed_signup .mc-field-group .asterisk {
  position: absolute;
  top: 25px;
  left: 87%;
  top: 8px !important;
}
#mc_embed_signup .clear {
  clear: both;
}
#mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
#mc_embed_signup .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0;
}
#mc_embed_signup .mc-field-group.input-group label {
  display: inline;
}
#mc_embed_signup .mc-field-group.input-group input {
  display: inline;
  width: auto;
  border: none;
}
#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em .5em 0em .5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
}
#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em .5em .5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}
#mc_embed_signup #mce-success-response {
  color: #529214;
  background-color: white;
  padding-left: 16px;
  font-weight: normal;
}
#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0;
}
#mc_embed_signup div.mce_inline_error {
  background-color: transparent !important;
  font-weight: normal !important;
  padding: 0px !important;
  float: none;
  color: black !important;
  display: inline-block !important;
  padding-top: 3px !important;
  background-color: yellow !important;
  margin-right: 32px;
  margin: auto;
}
#mc_embed_signup #num-subscribers {
  font-size: 1.1em;
}
#mc_embed_signup #num-subscribers span {
  padding: .5em;
  border: 1px solid #ccc;
  margin-right: .5em;
  font-weight: bold;
}
#mc_embed_signup button#mc-embedded-subscribe.button.large.action_submit.fullwidth {
  margin-top: 24px;
}
.frm_message {
  color: black;
  padding: 16px;
  text-shadow: none;
  background-color: lightgreen;
  border-radius: 10px;
  text-align: center;
}
.frm_error_style {
  text-shadow: none;
  padding: 16px;
  background-color: orange;
  border-radius: 10px;
  text-align: center;
}
.frm_form_fields legend {
  display: none;
}
.frm_form_fields fieldset {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
.frm_form_fields fieldset .form-field input,
.frm_form_fields fieldset .form-field select {
  float: none !important;
  width: 100%;
}
.frm_form_fields fieldset .form-field.fullwidth textarea {
  width: 100%;
}
.frm_form_fields fieldset .frm_opt_container {
  margin-top: 24px;
  margin-bottom: 24px;
}
.frm_form_fields fieldset .frm_error {
  display: block;
  background-color: orange;
  color: white;
  padding: 4px;
}
.frm_form_fields fieldset .frm_radio input {
  width: auto !important;
  float: left !important;
}
.frm_form_fields fieldset .frm_button_submit {
  box-sizing: border-box;
  appearance: none;
  background: red;
  border: 2px solid red;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  display: inline-block;
  align-self: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  border-left: 1px rgba(255, 255, 255, 0.5) solid;
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
  border-right: 1px rgba(0, 0, 0, 0.5) solid;
  border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5) !important;
  transition: all 100ms ease-in-out;
  /* Class attributes that control the button's look */
  /* Different colours when in footer */
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  font-size: 30px;
  padding-left: 40px;
  padding-right: 40px;
  color: white !important;
  background: red !important;
}
.frm_form_fields fieldset .frm_button_submit:hover,
.frm_form_fields fieldset .frm_button_submit:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 0 0 3px rgba(255, 255, 255, 0.5) !important;
  color: white;
}
.frm_form_fields fieldset .frm_button_submit:active {
  position: relative;
  left: 1px;
  top: 1px;
}
.frm_form_fields fieldset .frm_button_submit.inline {
  display: inline-block !important;
  width: auto !important;
  clear: none;
  float: none;
  font-size: inherit;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .4em;
  padding-bottom: .4em;
  text-align: inherit;
}
.frm_form_fields fieldset .frm_button_submit.small {
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 3px;
  font-size: 18px;
}
.frm_form_fields fieldset .frm_button_submit.medium {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  padding-right: 1.5em;
  padding-left: 1.5em;
  font-size: 25px;
}
.frm_form_fields fieldset .frm_button_submit.large {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  font-size: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
.frm_form_fields fieldset .frm_button_submit.fullwidth {
  display: block;
  width: 100%;
}
.frm_form_fields fieldset .frm_button_submit.action_primary {
  color: white !important;
  background: red !important;
}
.frm_form_fields fieldset .frm_button_submit.action_primary:hover {
  color: lightyellow !important;
}
.frm_form_fields fieldset .frm_button_submit.action_secondary {
  background-color: #aed275;
  color: #4b7018 !important;
  text-shadow: none !important;
}
footer.site-footer .frm_form_fields fieldset .frm_button_submit {
  background-color: #aed275;
  color: #4b7018;
}
.frm_form_fields fieldset .frm_button_submit:hover {
  color: lightyellow !important;
}
.box {
  background-color: #5c8e20;
  padding: 32px;
  margin-bottom: 16px;
  text-align: left;
  color: #ffffff;
  vertical-align: top;
}
.box p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 0px !important;
}
ul.boxes {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
ul.boxes li {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-right: 16px;
  width: 31%;
  margin-right: 2%;
  display: inline-block;
  background-color: #5c8e20;
  padding: 32px;
  margin-bottom: 16px;
  height: 350px;
  text-align: left;
  color: #536e2c;
  vertical-align: top;
}
ul.boxes li a {
  color: white;
}
ul.boxes.quotes {
  /*
  li { width: 31%; margin-right: 2%; display: inline-block; background-color: @brand-infobox-light;
  padding: 32px; margin-bottom: 16px; height: 350px; text-align: left;
    color: white;
    background-color: rgba(255,255,255,.6);
    background-color: #5c8e20;

    h2.title {  color: white; opacity: .5; padding-top: 8px; text-align: right; }
    a { color: white; }
  }
  */
}
ul.boxes.quotes li {
  background-image: url(https://www.wheaty.de/wp-content/themes/wheaty/less/../images/bkg-bright.jpg);
  background-position: top left;
  width: 100%;
  display: inline-block;
  border: 5px white solid;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
  -webkit-transition: all .1s;
  /* Safari */
  -transition-timing-function: ease-in;
  transition: all .1s;
  transition-timing-function: ease-in;
  height: auto;
  font-size: 26px;
  margin-bottom: 24px;
}
ul.boxes.quotes li h2.title {
  color: #536e2c;
  opacity: .5;
  padding-top: 8px;
  text-align: right;
}
ul.boxes.quotes li a {
  color: #536e2c;
  text-decoration: underline;
}
ul.format-event li {
  padding-bottom: 6px !important;
}
ul.format-event li h2 {
  padding: 0px;
}
ul.format-event li h3 {
  padding: 0px;
}
ul.format-event li h3 a {
  color: inherit;
  text-decoration: underline;
}
ul.boxes.columns li {
  height: auto;
  background-color: rgba(255, 255, 255, 0.2);
}
ul.boxes.columns li a {
  color: white;
}
.brand_default_image_style {
  border: 5px white solid;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
  -webkit-transition: all .1s;
  /* Safari */
  -transition-timing-function: ease-in;
  transition: all .1s;
  transition-timing-function: ease-in;
}
iframe {
  border: 5px white solid;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
  -webkit-transition: all .1s;
  /* Safari */
  -transition-timing-function: ease-in;
  transition: all .1s;
  transition-timing-function: ease-in;
}
.brand_default_image_style_hover {
  border: 5px #fedb85 solid;
}
.brand_default_image_style_nonclickable {
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
  -webkit-transition: all .1s;
  /* Safari */
  -transition-timing-function: ease-in;
  transition: all .1s;
  transition-timing-function: ease-in;
}
.packshot_shadow {
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
}
.packshot_shadow_hover {
  filter: drop-shadow(3px 3px 10px rgba(255, 255, 255, 0.8));
}
.float_right {
  float: right;
  margin-left: 24px;
}
.float_left {
  float: left;
  margin-right: 24px;
}
.image_whiteframe {
  border: 5px white solid;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
  -webkit-transition: all .1s;
  /* Safari */
  -transition-timing-function: ease-in;
  transition: all .1s;
  transition-timing-function: ease-in;
  transform: rotate(1deg);
}
.grid_thumbs_300 {
  position: relative;
  top: 0px;
  /* Variations */
  /* Media queries */
  /* Subitems */
  /* Hover over grid items unless they have the "nolink" class */
  /*
  li {

    vertical-align: top;
    position: relative;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 30%;
    margin-right: 2%;
    margin-bottom: 48px;
    list-style-type: none;
    -webkit-transition: .2s;
    transition: .2s;
    overflow: visible;
  }*/
}
.grid_thumbs_300 a {
  color: #536e2c !important;
}
.grid_thumbs_300 a h2 {
  color: #536e2c !important;
}
.grid_thumbs_300.center {
  text-align: center;
}
.grid_thumbs_300.nomargin {
  top: 0px;
  padding-top: 20px;
}
.grid_thumbs_300.format-fancy img,
.grid_thumbs_300.format-recipe img {
  height: auto !important;
}
.grid_thumbs_300.format-default img {
  height: auto !important;
}
.product .grid_thumbs_300 {
  top: 0px;
  padding-top: 20px;
}
@media only screen and (max-width: 710px) {
  .grid_thumbs_300 {
    text-align: center;
    margin: 0px !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
  .grid_thumbs_300 {
    /*width: 760px;*/
    margin: auto !important;
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .grid_thumbs_300 {
    /*width: 1130px !important; */
    margin: auto !important;
    display: block;
  }
}
.grid_thumbs_300 li.grid-item {
  border: 5px white solid;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
  -webkit-transition: all .1s;
  /* Safari */
  -transition-timing-function: ease-in;
  transition: all .1s;
  transition-timing-function: ease-in;
  position: relative;
  width: 350px;
  display: inline-block;
  vertical-align: top;
  background-color: white;
  margin: 0px;
  padding: 0px;
  text-align: center;
  list-style-type: none;
  margin-right: 24px;
  margin-bottom: 32px;
  /* margin-bottom: 48px;
     -webkit-transition: .2s;
     transition: .2s;
     overflow: visible;
     */
}
@media only screen and (max-width: 910px) {
  .grid_thumbs_300 li.grid-item {
    width: 100%;
    max-width: 350px;
  }
}
.grid_thumbs_300 li.grid-item.template-fancy h2 {
  margin-bottom: 0px;
}
.grid_thumbs_300 li.grid-item.template-fancy h3 {
  padding-top: 12px;
  font-size: 22px;
  opacity: 1;
  position: absolute;
}
.grid_thumbs_300 li.grid-item.clickable:hover {
  border: 5px #fedb85 solid;
}
.grid_thumbs_300 img {
  margin: 0px !important;
}
@media only screen and (max-width: 910px) {
  .grid_thumbs_300 img {
    height: auto !important;
  }
}
.grid_thumbs_300 span.date {
  background-color: rgba(255, 220, 73, 0.8);
  font-size: 16px;
  font-weight: normal;
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  color: #000000;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: inline-block;
}
.grid_thumbs_300 h2 {
  font-family: 'kg_ten_thousand_reasons_altRg', Helvetica, Arial, sans-serif;
  color: #536e2c;
  font-size: 23px;
  text-align: center;
  padding: 8px;
}
@media only screen and (max-width: 540px) {
  .grid_thumbs_300 h2 {
    font-size: 19px;
  }
}
.grid_thumbs_300 h3 {
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  color: #536e2c;
  font-size: 18px;
  text-align: center;
  opacity: .6;
  padding: 8px;
  padding-top: 0px;
  margin: 0px;
}
/* Center elements when less than 3 recipes */
ul.grid_thumbs_300.count-1,
ul.grid_thumbs_300.count-2 {
  text-align: center;
}
h4.noitems {
  text-align: center;
  font-size: 28px;
  padding-top: 32px;
  padding-bottom: 32px;
}
.grid_thumbs_300.instagram img {
  margin-bottom: 16px;
}
.grid_thumbs_300.instagram h3 {
  font-size: 22px;
  text-align: left !important;
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  color: #536e2c !important;
}
.grid_thumbs_300.format-readonly li.grid-item {
  filter: none;
  border: none;
  background-color: #7db631;
  background-color: #5c8e20;
  padding: 16px;
  color: #536e2c;
  color: white;
}
.grid_thumbs_300.format-readonly span.date {
  background-color: rgba(255, 220, 73, 0.8);
  font-size: 16px;
  font-weight: normal;
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  color: #000000;
  padding-left: 4px;
  padding-right: 4px;
}
.grid_thumbs_300.format-readonly h2 {
  font-family: 'kg_ten_thousand_reasons_altRg', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 23px;
  text-align: center;
  padding: 8px;
}
.grid_thumbs_300.format-readonly h3 {
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  opacity: .6;
  padding: 8px;
  padding-top: 0px;
  margin: 0px;
}
/* Center elements when less than 3 recipes */
ul.grid_thumbs_300.count-1,
ul.grid_thumbs_300.count-2 {
  text-align: center;
}
.grid.format-stripes {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.grid.format-stripes img {
  height: auto !important;
  visibility: hidden;
}
.grid.format-stripes li {
  position: relative;
  text-align: center;
  overflow: auto;
  display: block;
  padding-top: 64px;
  padding-bottom: 64px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
  margin-bottom: 32px;
  border: 5px white solid;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
  -webkit-transition: all .1s;
  /* Safari */
  -transition-timing-function: ease-in;
  transition: all .1s;
  transition-timing-function: ease-in;
}
.grid.format-stripes li a {
  display: block;
}
.grid.format-stripes li h2 {
  font-family: 'kg_ten_thousand_reasons_altRg', Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #311a4d;
  background-color: white;
  text-shadow: none;
  display: inline;
  padding: 6px;
  border: 1px rgba(0, 0, 0, 0.4);
  margin-bottom: 6px;
  line-height: 2.1em;
}
.circle {
  position: absolute;
  left: 1%;
  top: 1%;
  background: #df0314;
  border-radius: 50%;
  text-align: center;
  z-index: 5000;
  font-size: 20px;
  -ms-transform: rotate(7deg);
  /* IE 9 */
  -webkit-transform: rotate(7deg);
  /* Chrome, Safari, Opera */
  transform: rotate(7deg);
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
}
@media only screen and (max-width: 540px) {
  .circle {
    left: 5%;
    right: auto;
  }
}
.circle div {
  padding: 20px;
}
.circle.left {
  left: 114px;
  top: 32px;
  right: auto;
  -ms-transform: rotate(-7deg);
  /* IE 9 */
  -webkit-transform: rotate(-7deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-7deg);
  font-size: 30px;
}
body.single.category_news section.title {
  text-align: center;
}
body.single.category_news .entry-content h3 {
  color: #536e2c;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
}
section.products.list {
  padding-top: 8px;
  padding-left: 48px;
  padding-right: 48px;
}
@media only screen and (max-width: 710px) {
  section.products.list {
    padding-left: 0px;
    padding-right: 0px;
  }
}
section.products.list h2 {
  display: none;
}
section.products.list ul {
  width: 100%;
  list-style-type: none;
  text-align: center;
  /* Special cases */
}
@media only screen and (max-width: 540px) {
  section.products.list ul {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
section.products.list ul li {
  list-style-type: none;
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 24px;
  position: relative;
  /* Hide breaks on mobile */
}
section.products.list ul li.break {
  display: block;
  text-align: center;
}
section.products.list ul li.break h3 {
  display: inline;
  color: black;
  background-color: white;
  height: auto;
  padding: 0px;
  margin: 0px;
  font-family: 'kg_ten_thousand_reasons_altRg', Helvetica, Arial, sans-serif;
  padding-right: 6px;
  padding-left: 6px;
}
@media only screen and (max-width: 540px) {
  section.products.list ul li.break {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 540px) {
  section.products.list ul li {
    max-width: 100% !important;
    width: 100% !important;
    padding-bottom: 0px;
  }
}
section.products.list ul li h3 {
  font-size: 20px;
  word-wrap: break-word;
  white-space: normal;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
  height: 60px;
}
section.products.list ul li h4 {
  font-size: 20px;
  word-wrap: break-word;
  white-space: normal;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
  opacity: 0;
  position: absolute;
}
section.products.list ul li img.packshot {
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
  margin: auto;
}
@media only screen and (max-width: 540px) {
  section.products.list ul li img.packshot {
    max-height: 100% !important;
    width: auto !important;
  }
}
section.products.list ul li img.packshot:hover {
  filter: drop-shadow(3px 3px 10px rgba(255, 255, 255, 0.8));
}
section.products.list ul li.ean_403227700003 img {
  width: 220px;
}
section.products.list ul li.ean_403227700812:before {
  content: '\A';
}
section.products.list nav.subnav {
  width: 90%;
  margin: auto;
  margin-top: 0px;
  display: block;
  float: none !important;
  text-align: center !important;
}
section.products.list nav.subnav ul {
  display: inline-block !important;
  float: none !important;
  clear: both;
}
section.products.list.alternative ul li {
  vertical-align: middle;
}
section.products.list.boxes ul li img.zubereitet {
  width: 380px;
  padding: 0px;
  margin: 0px;
  padding-right: 32px;
}
section.products.list.boxes ul li img.packshot {
  position: absolute;
  right: 0px;
  top: 5%;
  max-height: 90%;
  width: auto !important;
}
section.products.list.boxes ul li img.packshot.v3  {
  border-radius: 10px;
}
main.product {
  margin-bottom: 160px;
}
main.product h1 {
  text-align: center;
  padding-bottom: 24px;
}
main.product section.images {
  width: 1170px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  main.product section.images {
    max-width: 100%;
  }
}
main.product section.images img.main {
  border: 6px white solid;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
  height: auto !important;
}
@media only screen and (max-width: 540px) {
  main.product section.images img.main {
    width: calc(100% + 62px) !important;
    max-width: calc(100% + 62px);
    margin-left: -62px;
    margin-right: -62px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
  main.product section.images img.main {
    max-width: 90%;
  }
}
main.product section.images img.packshot {
  position: absolute;
  right: 0px;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
  top: 64px;
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
  main.product section.images img.packshot {
    max-width: 70%;
  }
}
@media only screen and (max-width: 960px) {
  main.product section.images img.packshot {
    position: static;
    max-width: 90%;
    margin-top: 32px;
  }
}
main.product .infobox {
  overflow: auto;
  margin-bottom: 20px;
}
main.product .infobox > div {
  background-color: rgba(255, 255, 255, 0.3);
  margin-right: 5%;
  overflow: auto;
}
main.product .infobox > div > div {
  padding: 16px;
}
main.product .infobox > div > div p {
  float: none;
  width: auto;
  margin: 0px;
  padding: 0px;
}
main.product div.light {
  position: relative;
  top: -32px;
  padding-top: 96px;
  padding-bottom: 48px;
  background-color: #ebf4e7;
  background-image: url("https://www.wheaty.de/wp-content/themes/wheaty/images/background-bright.png");
  background-position: left -140px;
  min-height: 100px;
  z-index: -1;
  overflow: auto;
}
main.product section.description {
  width: 960px;
  margin: auto;
  margin-top: 48px;
  overflow: auto;
}
@media only screen and (max-width: 1200px) {
  main.product section.description {
    max-width: 100%;
    text-align: center;
  }
}
main.product section.description p {
  width: 590px;
  margin-right: 30px;
  float: left;
  margin-top: 0px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1200px) {
  main.product section.description p {
    max-width: 100%;
    margin-right: 0px;
    float: none;
  }
}
main.product section.description section.nutritional_values {
  width: 340px;
  float: right;
}
@media only screen and (max-width: 710px) {
  main.product section.description section.nutritional_values {
    max-width: 100%;
    margin-right: 0px;
    float: none;
    text-align: center;
  }
}
main.product p.ingredients {
  margin-top: 16px;
  opacity: .8;
}
main.product span.product_subtitle {
  font-weight: bold;
  padding-bottom: 12px;
  display: inline-block;
  margin-bottom: 16px;
}
main.product table.Analyse {
  width: 100%;
  font-size: 20px;
  table-layout: fixed;
}
main.product table.Analyse tr:nth-child(even) td {
  background-color: rgba(148, 191, 32, 0.5);
}
main.product table.Analyse tr:nth-child(odd) td {
  background-color: rgba(255, 255, 255, 0.3);
}
main.product table.Analyse td {
  padding: 4px;
  padding-left: 14px;
}
main.product table.Analyse col.Label {
  width: 75%;
}
main.product table.Analyse col.Value {
  width: 25%;
}
main.product table.Analyse td.Value {
  text-align: right;
  padding-right: 14px;
}
main.product table.Analyse h3 {
  padding: 0px;
  margin: 0px;
  font-size: 19px;
  padding-top: 6px;
  padding-bottom: 6px;
}
main.product span.Gewicht {
  font-size: 40px;
  display: block;
}
main.product section.recipes {
  margin-top: 32px;
}
@media only screen and (max-width: 1200px) {
  main.product section.recipes {
    margin-top: 0px;
  }
}
main.product section.recipes h2 {
  text-align: center;
  font-family: 'kg_ten_thousand_reasons_altRg', Helvetica, Arial, sans-serif;
  padding-bottom: 16px;
}
main.product section.recipes ul.grid_thumbs_300 {
  position: relative;
  width: 1180px;
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  main.product section.recipes ul.grid_thumbs_300 {
    max-width: 100%;
  }
}
main.product.notfound h1 {
  text-align: center;
  font-size: 60px;
}
section.images.ean_403227700965 .packshot {
  transform: rotate(-90deg);
}
section.products.list.nutritional {
  padding-top: 8px;
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (max-width: 710px) {
  section.products.list.nutritional {
    padding-left: 0px;
    padding-right: 0px;
  }
}
section.products.list.nutritional h2 {
  display: none;
}
section.products.list.nutritional table {
  border: none;
}
@media only screen and (max-width: 960px) {
  section.products.list.nutritional table {
    display: block;
    width: 100%;
    /*
      td:nth-of-type(even) {
        background-color: transparent;
      }

      td:nth-of-type(odd) {
        background-color: rgba(255,255,255,.2);
      }
ä*/
  }
  section.products.list.nutritional table th.data {
    display: none;
  }
  section.products.list.nutritional table tr,
  section.products.list.nutritional table thead,
  section.products.list.nutritional table tbody {
    display: block !important;
  }
  section.products.list.nutritional table tr {
    font-size: 24px;
    width: 100% !important;
    background-color: transparent !important;
  }
  section.products.list.nutritional table tr span.label {
    display: inline !important;
    vertical-align: top;
    opacity: .6;
  }
  section.products.list.nutritional table tr span.value {
    display: inline !important;
    vertical-align: top;
  }
  section.products.list.nutritional table tr.category {
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: white;
  }
  section.products.list.nutritional table tr tbody,
  section.products.list.nutritional table tr td {
    width: 100% !important;
  }
  section.products.list.nutritional table tr td.data {
    display: inline-block !important;
    width: auto !important;
  }
  section.products.list.nutritional table tr td.name {
    display: block !important;
    font-size: 30px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  section.products.list.nutritional table tr th.name {
    width: 100% !important;
  }
  section.products.list.nutritional table tr.category {
    background-color: rgba(255, 255, 255, 0.5) !important;
    color: #536e2c;
    margin-top: 64px;
    margin-bottom: 16px;
  }
  section.products.list.nutritional table tr.category:first-child {
    margin-top: 0px;
  }
}
section.products.list.nutritional table th {
  border: none;
}
section.products.list.nutritional table th.data {
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  white-space: normal;
}
section.products.list.nutritional table th.name {
  width: 40%;
  border: none;
  text-align: left;
}
@media only screen and (min-width: 1200px) {
  section.products.list.nutritional table th.name,
  section.products.list.nutritional table td.name {
    padding-left: 48px;
  }
  section.products.list.nutritional table th.salzgehalt,
  section.products.list.nutritional table td.column_salzgehalt {
    padding-right: 48px;
  }
}
section.products.list.nutritional table tr.category {
  background-color: rgba(255, 255, 255, 0.5) !important;
  color: #536e2c;
}
section.products.list.nutritional table tr:nth-of-type(even) {
  background-color: transparent;
}
section.products.list.nutritional table tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.2);
}
section.products.list.nutritional table tr td {
  border: none;
}
section.products.list.nutritional table tr td.data {
  text-align: right;
}
section.products.list.nutritional table tr span.label {
  display: none;
}
section.products.list.nutritional table .infobox {
  display: inline;
  padding: 2px;
  font-size: 90%;
  border: 1px white solid;
  white-space: nowrap;
}
nav.subnav {
  width: 90%;
  margin: auto;
  margin-top: 0px;
  display: block;
  float: none !important;
  text-align: center !important;
}
nav.subnav ul {
  display: inline-block !important;
  float: none !important;
  clear: both;
}
section.no-results,
section.not-found {
  text-align: center;
}
/*
 * qTip2 - Pretty powerful tooltips - v3.0.3
 * http://qtip2.com
 *
 * Copyright (c) 2017 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Thu Jan 5 2017 03:45 EST-0500
 * Plugins: tips viewport
 * Styles: core
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 380px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}
.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}
.qtip-content a {
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}
.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}
/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  /* Overlap .qtip-tip */
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent;
}
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}
* html .qtip-titlebar .qtip-close {
  top: 16px;
}
/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}
.qtip-icon,
.qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}
/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}
/* Opera bug #357 - Incorrect tip position
https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus,
.qtip .qtip-tip {
  visibility: hidden;
}
.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
}
.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}
.qtip .qtip-tip .qtip-vml {
  behavior: url(https://www.wheaty.de/wp-content/themes/wheaty/less/misc/#default#VML);
  display: inline-block;
  visibility: visible;
}
.qtip-content {
  line-height: 1.3em;
}
/* Default tooltip style */
.qtip-default {
  border: 1px solid #536e2c;
  font-size: 22px;
  background-color: #FFF;
  color: #536e2c;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
}
.qtip-default .qtip-titlebar {
  background-color: #FFF;
}
.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #FFF;
  color: #777;
}
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}
a.back {
  position: absolute;
  top: -32px;
  left: 0px;
  color: white;
}
@media only screen and (max-width: 910px) {
  a.back {
    display: none;
  }
}
.site-header-menu {
  margin: auto;
}
ul.centernav {
  display: none;
}
header div.container {
  width: 100%;
  text-align: center;
}
header div.container > .row > .menu {
  width: auto;
  margin: auto;
  display: inline-block;
  float: none;
}
header div.logo {
  display: none;
  float: left;
  padding-left: 32px;
  top: 0px;
}
header .headernav {
  float: left;
  padding-bottom: 64px;
}
.main-navigation ul {
  padding-bottom: 16px;
  padding-left: 16px;
  text-align: center;
}
.main-navigation ul li {
  display: inline-block;
  height: 103px;
  padding-top: 40px;
}
.main-navigation ul li a {
  margin-top: 13px;
  display: inline-block;
  font-size: 23px;
  color: white;
  vertical-align: middle;
  border-radius: 5px;
  border: 1px transparent solid;
  padding-right: 18px;
  padding-left: 18px;
  opacity: 1;
  text-shadow: #000 1px 0 6px;
}
@media only screen and (max-width: 1200px) {
  .main-navigation ul li a {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 20px;
  }
}
li#menu-item-25,
li#menu-item-6478,
li#menu-item-6671,
li#menu-item-6850 {
  width: 140px;
  height: 123px;
  background-image: url("https://www.wheaty.de/wp-content/themes/wheaty/images/logo.png");
  background-repeat: no-repeat;
  background-position: center 8px;
  color: transparent !important;
  overflow: visible;
  text-shadow: none;
  /* Do not show Wheaty logo in mobile menu */
}
@media only screen and (max-width: 910px) {
  li#menu-item-25,
  li#menu-item-6478,
  li#menu-item-6671,
  li#menu-item-6850 {
    width: auto;
    height: auto;
    background-image: none;
    color: inherit;
    display: none;
  }
}
li#menu-item-25 a,
li#menu-item-6478 a,
li#menu-item-6671 a,
li#menu-item-6850 a {
  color: transparent !important;
  border: transparent;
  outline: transparent;
  box-shadow: none;
  text-shadow: none;
}
.main-navigation ul > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 4px;
  font-weight: normal;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  /* background-color: #f5faee;
  color: #7ab81f;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; */
  border: 1px #417208 solid;
  opacity: 1;
  border-bottom: none;
  /*
  position: relative;
  top: 3px; */
  padding-bottom: 10px;
  z-index: 5500;
}
/* Hide sub elements in main menu */
.main-navigation > div > ul > li > .sub-menu {
  display: none !important;
}
.main-navigation ul li a:hover {
  border: 1px rgba(255, 255, 255, 0.3) solid;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current-menu-ancestor > a,
.main-navigation ul li.current-page-item > a,
.main-navigation ul li.current-page-ancestor > a {
  /*background-color: rgba(255,255,255,.8);
  color: @brand-text-color;*/
  border: 1px white solid;
  box-shadow: 0 0 0 1px #FFF;
}
/* Main menu social Icons */
.main_menu_social_icon {
  width: 24px;
  overflow: hidden;
  margin-right: 4px;
  display: inline-block;
}
.main_menu_social_icon a {
  color: transparent !important;
  width: 24px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left bottom;
  position: relative;
  top: 12px;
}
@media only screen and (max-width: 910px) {
  .main_menu_social_icon {
    position: relative;
    top: -32px;
    width: 44px;
  }
  .main_menu_social_icon a {
    background-position: left top;
    background-size: cover;
    width: 44px;
    height: 44px;
    top: 0px;
  }
}
.main-navigation #menu-item-4673 {
  width: 24px;
  overflow: hidden;
  margin-right: 4px;
  display: inline-block;
}
.main-navigation #menu-item-4673 a {
  color: transparent !important;
  width: 24px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left bottom;
  position: relative;
  top: 12px;
}
@media only screen and (max-width: 910px) {
  .main-navigation #menu-item-4673 {
    position: relative;
    top: -32px;
    width: 44px;
  }
  .main-navigation #menu-item-4673 a {
    background-position: left top;
    background-size: cover;
    width: 44px;
    height: 44px;
    top: 0px;
  }
}
.main-navigation #menu-item-4673 a {
  background-image: url(https://www.wheaty.de/wp-content/themes/wheaty/less/../images/icons/facebook.png);
  text-shadow: none;
}
.main-navigation #menu-item-4674,
.main-navigation #menu-item-6500 {
  width: 24px;
  overflow: hidden;
  margin-right: 4px;
  display: inline-block;
}
.main-navigation #menu-item-4674 a,
.main-navigation #menu-item-6500 a {
  color: transparent !important;
  width: 24px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left bottom;
  position: relative;
  top: 12px;
}
@media only screen and (max-width: 910px) {
  .main-navigation #menu-item-4674,
  .main-navigation #menu-item-6500 {
    position: relative;
    top: -32px;
    width: 44px;
  }
  .main-navigation #menu-item-4674 a,
  .main-navigation #menu-item-6500 a {
    background-position: left top;
    background-size: cover;
    width: 44px;
    height: 44px;
    top: 0px;
  }
}
.main-navigation #menu-item-4674 a,
.main-navigation #menu-item-6500 a {
  background-image: url(https://www.wheaty.de/wp-content/themes/wheaty/less/../images/icons/instagram.png);
  text-shadow: none;
}
.main-navigation #menu-item-9243 {
  width: 24px;
  overflow: hidden;
  margin-right: 4px;
  display: inline-block;
}
.main-navigation #menu-item-9243 a {
  color: transparent !important;
  width: 24px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left bottom;
  position: relative;
  top: 12px;
}
@media only screen and (max-width: 910px) {
  .main-navigation #menu-item-9243 {
    position: relative;
    top: -32px;
    width: 44px;
  }
  .main-navigation #menu-item-9243 a {
    background-position: left top;
    background-size: cover;
    width: 44px;
    height: 44px;
    top: 0px;
  }
}
.main-navigation #menu-item-9243 a {
  background-image: url(https://www.wheaty.de/wp-content/themes/wheaty/less/../images/icons/twitter.png);
  text-shadow: none;
}
/* Social */
nav.social {
  display: none;
  /* Turn it orf, not worth it at this stage */
  position: fixed;
  left: 0px;
  top: 147px;
  width: 64px;
  /*left: -100px;
  width: 64px;
  position: fixed; */
}
@media only screen and (max-width: 910px) {
  nav.social {
    display: none;
  }
}
/* Sub nav */
/* Sub nav */
nav.subnav {
  width: 90%;
  margin: auto;
  margin-top: 24px;
  display: block;
  float: none !important;
  text-align: center;
}
nav.subnav ul {
  display: inline-block !important;
  float: none !important;
  clear: both;
}
/* Sub */
.sub-navigation {
  text-align: center;
  margin-top: -22px;
}
body.hide_sub_navigation .sub-navigation#site-sub-navigation {
  display: none;
}
.sub-menu {
  list-style-type: none;
  text-align: center;
  /* background-color: rgba(174, 210, 117, .5); */
  display: inline-block;
}
.sub-menu li {
  display: none;
}
.sub-menu li a {
  margin-top: 13px;
  display: inline-block;
  font-size: 23px;
  color: white;
  vertical-align: middle;
  border-radius: 5px;
  border: 1px transparent solid;
  margin-right: 20px;
  opacity: 1;
  padding-left: 8px;
  padding-right: 8px;
}
.sub-menu li.current-menu-item {
  display: block;
}
.sub-menu li.current-menu-item > a,
.sub-menu li.current-menu-ancestor > a {
  border: 2px white solid;
}
.sub-menu li.current-menu-ancestor > a {
  display: none;
}
.sub-menu li.current-menu-ancestor {
  display: block;
}
.sub-menu li.current-menu-item li,
.sub-menu li.current-menu-ancestor li {
  display: inline;
}
.filter-menu li.label span {
  margin-top: 13px;
  display: inline-block;
  font-size: 23px;
  color: white;
  vertical-align: middle;
  border-radius: 5px;
  border: 1px transparent solid;
  margin-right: 20px;
  opacity: .5;
}
.filter-menu a {
  opacity: 1 !important;
  cursor: pointer;
}
.filter-menu li.active a {
  background-color: rgba(255, 255, 0, 0.4);
}
/* Hide top level elements in submenu */
.sub-navigation > div > .sub-menu > li > a {
  display: none;
}
a.inline-edit {
  opacity: .2;
  background-color: white;
  font-size: 10px;
  position: absolute;
}
a.inline-edit:hover {
  opacity: 1;
}
.sub-navigation {
  margin-bottom: 24px;
}
/* Logo on mobile */
a.logo-mobile {
  display: none;
}
@media only screen and (max-width: 910px) {
  a.logo-mobile {
    display: block;
    width: 182px;
    height: 133px;
    background-image: url(https://www.wheaty.de/wp-content/themes/wheaty/less/../images/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
}
/* Tertiary */
.sub-menu-tertiary {
  display: block;
  text-align: center;
  margin: auto;
  font-size: 23px;
  color: white;
  position: relative;
  top: -24px;
}
.sub-menu-tertiary div.wrapper {
  display: inline-block;
  background-color: #8fbd50;
  border-radius: 6px;
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  appearance: none;
  border-radius: 3px;
  border-right: 1px rgba(255, 255, 255, 0.5) solid;
  border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
  border-left: 1px rgba(0, 0, 0, 0.5) solid;
  border-top: 1px rgba(0, 0, 0, 0.5) solid;
  transition: all 100ms ease-in-out;
}
.sub-menu-tertiary p {
  margin: 0px;
}
@media only screen and (max-width: 910px) {
  #menu-toggle {
    position: absolute;
    right: 20px;
    top: 8px;
    font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
    color: white;
    font-size: 20px;
    border: 1px white solid !important;
    box-shadow: 0 0 0 1px #FFF !important;
    border-radius: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .main-navigation ul {
    padding-left: 0px;
    background-color: #1a210a;
    text-align: left;
  }
  .main-navigation ul li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 50%;
    padding-top: 0px;
    height: auto;
    border: none;
    border: none !important;
  }
  .main-navigation ul li a {
    text-align: left;
    border: none !important;
    box-shadow: none !important;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px !important;
  }
  .main-navigation ul li button {
    display: none !important;
  }
  /* 2nd level nav */
  nav#site-sub-navigation {
    background: #FFF;
  }
  nav#site-sub-navigation ul {
    text-align: center;
  }
  nav#site-sub-navigation ul li {
    display: none;
  }
  nav#site-sub-navigation ul li {
    display: none;
  }
  /* Hide */
  nav#site-sub-navigation .current-menu-ancestor,
  nav#site-sub-navigation .current-menu-ancestor ul,
  nav#site-sub-navigation .current-menu-ancestor li {
    display: block !important;
  }
  /* Hide 1st level label */
  nav#site-sub-navigation > div > ul > li > a {
    display: none;
  }
  nav#site-sub-navigation ul li:hover {
    background: #E6E6E6;
  }
  nav#site-sub-navigation ul li a {
    display: block;
    padding: 15px 25px;
    color: #444;
  }
  nav#site-sub-navigation ul li ul li a {
    display: block;
    padding: 15px 10px;
    color: #444;
  }
  nav#site-sub-navigation ul li ul li:hover a {
    background: #F7F7F7;
  }
  nav#site-sub-navigation ul li ul.fallback {
    display: none;
  }
  nav#site-sub-navigation ul li:hover ul.fallback {
    display: block;
  }
}
/*
 * jQuery Dropdown: A simple dropdown plugin
 *
 * Contribute: https://github.com/claviska/jquery-dropdown
 *
 * @license: MIT license: http://opensource.org/licenses/MIT
 *
 */
.jq-dropdown {
  position: absolute;
  z-index: 1039;
  display: none;
}
.jq-dropdown .jq-dropdown-menu,
.jq-dropdown .jq-dropdown-panel {
  min-width: 160px;
  max-width: 360px;
  list-style: none;
  background: #ffffff;
  border: solid 1px #dddddd;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  overflow: visible;
  padding: 4px 0;
  margin: 0;
}
.jq-dropdown .jq-dropdown-panel {
  padding: 10px;
}
.jq-dropdown.jq-dropdown-tip {
  margin-top: 8px;
}
.jq-dropdown.jq-dropdown-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #dddddd;
  display: inline-block;
}
.jq-dropdown.jq-dropdown-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  display: inline-block;
}
.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before {
  left: auto;
  right: 9px;
}
.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after {
  left: auto;
  right: 10px;
}
.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu,
.jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel {
  max-height: 180px;
  overflow: auto;
}
.jq-dropdown .jq-dropdown-menu li {
  list-style: none;
  padding: 0 0;
  text-indent: 0;
  margin: 0;
  line-height: 18px;
}
.jq-dropdown .jq-dropdown-menu li > a,
.jq-dropdown .jq-dropdown-menu label {
  display: block;
  color: inherit;
  text-decoration: none;
  line-height: 18px;
  padding: 3px 15px;
  margin: 0;
  white-space: nowrap;
}
.jq-dropdown .jq-dropdown-menu li > a:hover,
.jq-dropdown .jq-dropdown-menu label:hover {
  background-color: #f2f2f2;
  color: inherit;
  cursor: pointer;
}
.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider {
  font-size: 1px;
  border-top: solid 1px #e5e5e5;
  padding: 0;
  margin: 5px 0;
}
nav.post-navigation {
  background-color: rgba(84, 127, 29, 0.5);
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 64px;
  padding-top: 32px;
  margin: 0px;
  color: #536e2c;
  overflow: auto;
}
@media only screen and (max-width: 910px) {
  nav.post-navigation {
    padding-bottom: 16px;
  }
}
nav.post-navigation ul {
  border: none;
  margin: 0px;
  margin-top: 0px;
}
@media only screen and (min-width: 1200px) {
  nav.post-navigation ul {
    width: 960px;
    margin: auto;
  }
}
nav.post-navigation ul li a {
  text-align: right;
  color: rgba(255, 255, 255, 0.7);
}
nav.post-navigation ul li a img {
  width: 64px;
  margin-left: 16px;
  border: 5px white solid;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
  -webkit-transition: all .1s;
  /* Safari */
  -transition-timing-function: ease-in;
  transition: all .1s;
  transition-timing-function: ease-in;
}
nav.post-navigation ul li a h3 {
  text-align: right;
}
nav.post-navigation ul h3 {
  color: white;
  margin: 0px;
  display: inline;
  font-weight: normal !important;
  font-size: 23px;
  line-height: 1em;
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
}
nav.post-navigation ul .next {
  float: right;
  display: inline-block;
  width: 50%;
  text-align: right;
  padding-top: 8px;
  padding-right: 30px;
  background-image: url(https://www.wheaty.de/wp-content/themes/wheaty/less/../images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: right center;
  opacity: .7;
}
@media only screen and (max-width: 910px) {
  nav.post-navigation ul .next {
    display: block;
    width: auto;
    float: none;
  }
  nav.post-navigation ul .next img {
    display: none;
  }
}
nav.post-navigation ul .next a {
  text-align: right;
  color: rgba(255, 255, 255, 0.7);
}
nav.post-navigation ul .next a img {
  float: right;
  width: 64px;
  margin-left: 16px;
  border: 5px white solid;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
  -webkit-transition: all .1s;
  /* Safari */
  -transition-timing-function: ease-in;
  transition: all .1s;
  transition-timing-function: ease-in;
}
nav.post-navigation ul .next a h3 {
  text-align: right;
}
nav.post-navigation ul .next:hover {
  opacity: 1;
}
nav.post-navigation ul .previous {
  float: left;
  display: inline-block;
  width: 50%;
  text-align: left;
  padding-top: 8px;
  padding-left: 30px;
  opacity: .7;
  background-image: url(https://www.wheaty.de/wp-content/themes/wheaty/less/../images/arrow-left.png);
  background-repeat: no-repeat;
  background-position: left center;
}
@media only screen and (max-width: 910px) {
  nav.post-navigation ul .previous {
    display: block;
    width: auto;
    float: none;
    position: relative;
    top: -16px;
  }
  nav.post-navigation ul .previous img {
    display: none;
  }
}
nav.post-navigation ul .previous a {
  color: rgba(255, 255, 255, 0.7);
}
nav.post-navigation ul .previous a img {
  float: left;
  width: 64px;
  margin-right: 16px;
  border: 5px white solid;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
  -webkit-transition: all .1s;
  /* Safari */
  -transition-timing-function: ease-in;
  transition: all .1s;
  transition-timing-function: ease-in;
}
nav.post-navigation ul .previous:hover {
  opacity: 1;
}
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}
.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
}
.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
}
.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}
/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}
/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #536e2c;
  stroke: none;
}
nav.social-embedded {
  line-height: 1em;
  text-align: left;
  font-size: 24px;
}
nav.social-embedded h4 {
  display: inline;
}
@media only screen and (max-width: 540px) {
  nav.social-embedded h4 {
    display: block;
    margin-bottom: 6px;
  }
}
nav.social-embedded .resp-sharing-button {
  box-sizing: border-box;
  appearance: none;
  background: red;
  border: 2px solid red;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  display: inline-block;
  align-self: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  border-left: 1px rgba(255, 255, 255, 0.5) solid;
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
  border-right: 1px rgba(0, 0, 0, 0.5) solid;
  border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5) !important;
  transition: all 100ms ease-in-out;
  /* Class attributes that control the button's look */
  /* Different colours when in footer */
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
nav.social-embedded .resp-sharing-button:hover,
nav.social-embedded .resp-sharing-button:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 0 0 3px rgba(255, 255, 255, 0.5) !important;
  color: white;
}
nav.social-embedded .resp-sharing-button:active {
  position: relative;
  left: 1px;
  top: 1px;
}
nav.social-embedded .resp-sharing-button.inline {
  display: inline-block !important;
  width: auto !important;
  clear: none;
  float: none;
  font-size: inherit;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .4em;
  padding-bottom: .4em;
  text-align: inherit;
}
nav.social-embedded .resp-sharing-button.small {
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 3px;
  font-size: 18px;
}
nav.social-embedded .resp-sharing-button.medium {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  padding-right: 1.5em;
  padding-left: 1.5em;
  font-size: 25px;
}
nav.social-embedded .resp-sharing-button.large {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  font-size: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
nav.social-embedded .resp-sharing-button.fullwidth {
  display: block;
  width: 100%;
}
nav.social-embedded .resp-sharing-button.action_primary {
  color: white !important;
  background: red !important;
}
nav.social-embedded .resp-sharing-button.action_primary:hover {
  color: lightyellow !important;
}
nav.social-embedded .resp-sharing-button.action_secondary {
  background-color: #aed275;
  color: #4b7018 !important;
  text-shadow: none !important;
}
footer.site-footer nav.social-embedded .resp-sharing-button {
  background-color: #aed275;
  color: #4b7018;
}
nav.social-embedded .resp-sharing-button .resp-sharing-button__icon {
  color: white;
  fill: white;
}
nav.social-embedded .resp-sharing-button.resp-sharing-button--twitter {
  background-color: #2795e9;
}
nav.social-embedded .resp-sharing-button.resp-sharing-button--twitter:hover {
  background-color: #2795e9;
}
nav.social-embedded .resp-sharing-button.resp-sharing-button--pinterest {
  background-color: #8c0615;
}
nav.social-embedded .resp-sharing-button.resp-sharing-button--facebook {
  background-color: #2d4373;
}
nav.social-embedded .resp-sharing-button.resp-sharing-button--tumblr {
  background-color: #222d3c;
}
nav.social-embedded .resp-sharing-button.resp-sharing-button--reddit {
  background-color: #3a80c1;
}
nav.social-embedded .resp-sharing-button.resp-sharing-button--google {
  background-color: #c23321;
}
nav.social-embedded .resp-sharing-button.resp-sharing-button--linkedin {
  background-color: #046293;
}
nav.social-embedded .resp-sharing-button.resp-sharing-button--email {
  background-color: #5e5e5e;
}
nav.social-embedded .resp-sharing-button.resp-sharing-button--xing {
  background-color: #114c4c;
}
nav.social-embedded .resp-sharing-button.resp-sharing-button--whatsapp {
  background-color: #1da851;
}
nav.social-embedded .resp-sharing-button.resp-sharing-button--hackernews {
  background-color: #FB6200;
}
nav.social-embedded .resp-sharing-button.resp-sharing-button--vk {
  background-color: #43648c;
}
nav.social .resp-sharing-button {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px #536e2c solid;
}
nav.social .resp-sharing-button__link {
  margin: 0.5em;
}
@media only screen and (max-width: 960px) {
  nav.social {
    display: none;
  }
}
nav.social:hover {
  /* Solid icons get a fill */
}
nav.social:hover .resp-sharing-button__icon--solid,
nav.social:hover .resp-sharing-button__icon--solidcircle {
  fill: white;
  stroke: none;
}
nav.social:hover .resp-sharing-button--twitter {
  background-color: #55acee;
}
nav.social:hover .resp-sharing-button--twitter:hover {
  background-color: #2795e9;
}
nav.social:hover .resp-sharing-button--pinterest {
  background-color: #bd081c;
}
nav.social:hover .resp-sharing-button--pinterest:hover {
  background-color: #8c0615;
}
nav.social:hover .resp-sharing-button--facebook {
  background-color: #3b5998;
}
nav.social:hover .resp-sharing-button--facebook:hover {
  background-color: #2d4373;
}
nav.social:hover .resp-sharing-button--tumblr {
  background-color: #35465C;
}
nav.social:hover .resp-sharing-button--tumblr:hover {
  background-color: #222d3c;
}
nav.social:hover .resp-sharing-button--reddit {
  background-color: #5f99cf;
}
nav.social:hover .resp-sharing-button--reddit:hover {
  background-color: #3a80c1;
}
nav.social:hover .resp-sharing-button--google {
  background-color: #dd4b39;
}
nav.social:hover .resp-sharing-button--google:hover {
  background-color: #c23321;
}
nav.social:hover .resp-sharing-button--linkedin {
  background-color: #0077b5;
}
nav.social:hover .resp-sharing-button--linkedin:hover {
  background-color: #046293;
}
nav.social:hover .resp-sharing-button--email {
  background-color: #777;
}
nav.social:hover .resp-sharing-button--email:hover {
  background-color: #5e5e5e;
}
nav.social:hover .resp-sharing-button--xing {
  background-color: #1a7576;
}
nav.social:hover .resp-sharing-button--xing:hover {
  background-color: #114c4c;
}
nav.social:hover .resp-sharing-button--whatsapp {
  background-color: #25D366;
}
nav.social:hover .resp-sharing-button--whatsapp:hover {
  background-color: #1da851;
}
nav.social:hover .resp-sharing-button--hackernews {
  background-color: #FF6600;
}
nav.social:hover .resp-sharing-button--hackernews:hover,
nav.social:hover .resp-sharing-button--hackernews:focus {
  background-color: #FB6200;
}
nav.social:hover .resp-sharing-button--vk {
  background-color: #507299;
}
nav.social:hover .resp-sharing-button--vk:hover {
  background-color: #43648c;
}
nav.social:hover .resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
nav.social:hover .resp-sharing-button--facebook:hover,
nav.social:hover .resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}
nav.social:hover .resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}
nav.social:hover .resp-sharing-button--twitter:hover,
nav.social:hover .resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}
nav.social:hover .resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
nav.social:hover .resp-sharing-button--google:hover,
nav.social:hover .resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321;
}
nav.social:hover .resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}
nav.social:hover .resp-sharing-button--tumblr:hover,
nav.social:hover .resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}
nav.social:hover .resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}
nav.social:hover .resp-sharing-button--email:hover,
nav.social:hover .resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}
nav.social:hover .resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}
nav.social:hover .resp-sharing-button--pinterest:hover,
nav.social:hover .resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}
nav.see-also {
  background-color: rgba(255, 255, 255, 0.7);
  line-height: 1.2em;
  border: none;
  border-top: 2px #536e2c solid;
  margin: 0px;
  margin-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-top: 16px;
  color: #536e2c;
  overflow: auto;
  display: inline-block;
  width: 80%;
  text-align: left;
  border: 0px;
}
nav.see-also h3 {
  color: white;
  margin: 0px;
  display: inline;
  font-weight: 500 !important;
  font-size: 24px;
  line-height: 1em;
}
nav.see-also a {
  text-decoration: none;
}
nav.see-also a img {
  float: left;
  width: 96px;
  margin-right: 16px;
  border: 5px white solid;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
  -webkit-transition: all .1s;
  /* Safari */
  -transition-timing-function: ease-in;
  transition: all .1s;
  transition-timing-function: ease-in;
}
nav.see-also a:hover {
  border: none;
  text-decoration: none;
}
nav.see-also.half {
  float: left;
  width: 48%;
  margin-right: 1%;
}
nav.productbox.layout_voll {
  background-color: rgba(255, 255, 255, 0.7);
  line-height: 1.2em;
  border: none;
  border-top: 2px #536e2c solid;
  margin: 0px;
  margin-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-top: 16px;
  color: #536e2c;
  overflow: auto;
  display: inline-block;
  width: 80%;
  text-align: left;
  border: 0px;
}
nav.productbox.layout_voll h3 {
  color: white;
  margin: 0px;
  display: inline;
  font-weight: 500 !important;
  font-size: 24px;
  line-height: 1em;
}
nav.productbox.layout_voll a {
  text-decoration: none;
}
nav.productbox.layout_voll a img {
  float: left;
  margin-right: 16px;
}
nav.productbox.layout_voll a img.packshot {
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
}
nav.productbox.layout_voll a img.packshot:hover {
  filter: drop-shadow(3px 3px 10px rgba(255, 255, 255, 0.8));
}
nav.productbox.layout_voll a:hover {
  border: none;
  text-decoration: none;
}
nav.productbox.layout_half {
  float: left;
  width: 48%;
  margin-right: 1%;
}
section.footnotes {
  font-size: 18px;
  display: none;
}
nav.content-switcher {
  position: relative;
  z-index: 500;
  text-align: center;
}
nav.content-switcher ul {
  list-style-type: none;
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
nav.content-switcher ul li {
  list-style-type: none;
  display: inline-block;
}
nav.content-switcher ul li a {
  color: white;
  padding: 4px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 17px;
  border-radius: 3px;
  border: 1px red dotted;
  opacity: .5;
  animate: all 0.2s ease-in;
}
nav.content-switcher ul li a:hover {
  opacity: 1;
}
nav.content-switcher ul li.current-menu-item a {
  background-color: red;
  color: white !important;
  opacity: 1;
}
body.content_lineheight_1 .entry-content {
  line-height: 1.25em !important;
}
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('https://www.wheaty.de/wp-content/themes/wheaty/less/3rdparty/flexslider/fonts/flexslider-icon.eot');
  src: url('https://www.wheaty.de/wp-content/themes/wheaty/less/3rdparty/flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('https://www.wheaty.de/wp-content/themes/wheaty/less/3rdparty/flexslider/fonts/flexslider-icon.woff') format('woff'), url('https://www.wheaty.de/wp-content/themes/wheaty/less/3rdparty/flexslider/fonts/flexslider-icon.ttf') format('truetype'), url('https://www.wheaty.de/wp-content/themes/wheaty/less/3rdparty/flexslider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides {
  padding: 0px !important;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
.flexslider .slides img {
  /*width: 100%;*/
  display: inline-block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 0px;
  background: transparent;
  border: 0px transparent;
  position: relative;
  margin-top: -16px;
  zoom: 1;
  -webkit-border-radius: 0px transparent;
  -moz-border-radius: 0px transparent;
  border-radius: 0px transparent;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  /*
  .flex-caption {
    position: absolute;

    justify-content: center;
    align-items: center;
    vertical-align: middle;
    left: 64px;
    top: 0;
    right: 64px;
    bottom: 0;
    z-index: 1;

    &.left {  text-align: left; }
    &.right { text-align: right; }

    .content {
      display: block;
      top: 50%;
      transform: translateY(-50%);
      position: absolute;
      width: 100%;



    }
*/
  /*
    .flex-caption {
      position: absolute;

      vertical-align: middle;
      left: 64px;
      top: 0;
      right: 64px;
      bottom: 0;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;

      &.left {  right: auto;
        }
      &.right { left: auto;}

      .content {

        display: flex;
        justify-content: center;
        align-items: center;


        img.packshot { width: 100%;}

      }
*/
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides li {
  position: relative;
  vertical-align: center;
  /*box-shadow: inset 55px 55px 12px #000;*/
}
.flexslider .slides li > img {
  width: 100%;
}
.flexslider .slides li img {
  height: auto;
  -moz-user-select: none;
}
.flexslider .flex-caption {
  position: absolute;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  left: 64px;
  top: 0;
  right: 64px;
  bottom: 0;
  z-index: 1;
}
.flexslider .flex-caption.left {
  text-align: left;
}
.flexslider .flex-caption.right {
  text-align: right;
}
.flexslider .flex-caption .content {
  display: block;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
}
.flexslider .flex-caption.y_position_top .content {
  top: 16px;
  transform: none;
}
.flexslider .flex-caption h4 {
  font-family: 'kg_ten_thousand_reasons_altRg', Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #311a4d;
  background-color: white;
  text-shadow: none;
  display: inline;
  padding: 6px;
  border: 1px rgba(0, 0, 0, 0.4);
  margin-bottom: 6px;
  line-height: 2.1em;
}
.flexslider .flex-caption h5 {
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #311a4d;
  background-color: white;
  text-shadow: none;
  display: inline;
  padding: 6px;
  border: 1px rgba(0, 0, 0, 0.4);
  margin-bottom: 6px;
  line-height: 1.3em;
  font-weight: normal;
}
.flexslider .flex-caption img.packshot {
  margin-top: 8px;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  box-shadow: none;
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  border: none;
  background-image: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  text-decoration: none !important;
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: #ffffff;
  text-shadow: 0px 0px 8px #000000;
  border: none !important;
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
#carousel li {
  background-color: black;
  float: none;
  border: 1px transparent solid;
}
#carousel ul.flex-direction-nav li {
  border: none;
}
#carousel img {
  display: block;
  opacity: .8;
  cursor: pointer;
  background-color: white;
}
#carousel img:hover {
  opacity: 1;
}
#carousel .flex-active-slide {
  border: 1px rgba(255, 255, 255, 0.7) solid;
}
#carousel .flex-active-slide img {
  opacity: 1;
  cursor: default;
}
#carousel {
  background-color: #384b1d;
  padding-top: 16px;
  padding-bottom: 16px;
}
#carousel .flex-viewport {
  width: 900px;
  margin: auto;
}
#carousel .flex-viewport img {
  width: 225px;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* Switch on/off */
.filterbutton,
#filterButton {
  display: none !important;
}
section.desktop > h1 + div {
  display: none !important;
}
div#share {
  display: none !important;
}
.filterbutton {
  box-sizing: border-box;
  appearance: none;
  background: red;
  border: 2px solid red;
  color: white;
  cursor: pointer;
  display: inline-block;
  align-self: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  border-left: 1px rgba(255, 255, 255, 0.5) solid;
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
  border-right: 1px rgba(0, 0, 0, 0.5) solid;
  border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5) !important;
  transition: all 100ms ease-in-out;
  /* Class attributes that control the button's look */
  /* Different colours when in footer */
  background-color: #aed275;
  color: #4b7018 !important;
  text-shadow: none !important;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 3px;
  font-size: 18px;
  margin: auto;
  padding-right: 8px;
  padding-left: 8px;
}
.filterbutton:hover,
.filterbutton:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 0 0 3px rgba(255, 255, 255, 0.5) !important;
  color: white;
}
.filterbutton:active {
  position: relative;
  left: 1px;
  top: 1px;
}
.filterbutton.inline {
  display: inline-block !important;
  width: auto !important;
  clear: none;
  float: none;
  font-size: inherit;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .4em;
  padding-bottom: .4em;
  text-align: inherit;
}
.filterbutton.small {
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 3px;
  font-size: 18px;
}
.filterbutton.medium {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  padding-right: 1.5em;
  padding-left: 1.5em;
  font-size: 25px;
}
.filterbutton.large {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  font-size: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
.filterbutton.fullwidth {
  display: block;
  width: 100%;
}
.filterbutton.action_primary {
  color: white !important;
  background: red !important;
}
.filterbutton.action_primary:hover {
  color: lightyellow !important;
}
.filterbutton.action_secondary {
  background-color: #aed275;
  color: #4b7018 !important;
  text-shadow: none !important;
}
footer.site-footer .filterbutton {
  background-color: #aed275;
  color: #4b7018;
}
.subscriptionbutton {
  box-sizing: border-box;
  appearance: none;
  background: red;
  border: 2px solid red;
  color: white;
  cursor: pointer;
  display: inline-block;
  align-self: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  border-left: 1px rgba(255, 255, 255, 0.5) solid;
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
  border-right: 1px rgba(0, 0, 0, 0.5) solid;
  border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5) !important;
  transition: all 100ms ease-in-out;
  /* Class attributes that control the button's look */
  /* Different colours when in footer */
  color: white !important;
  background: red !important;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 3px;
  font-size: 18px;
  margin: auto;
  margin-top: -16px;
  padding-right: 8px;
  padding-left: 8px;
}
.subscriptionbutton:hover,
.subscriptionbutton:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 0 0 3px rgba(255, 255, 255, 0.5) !important;
  color: white;
}
.subscriptionbutton:active {
  position: relative;
  left: 1px;
  top: 1px;
}
.subscriptionbutton.inline {
  display: inline-block !important;
  width: auto !important;
  clear: none;
  float: none;
  font-size: inherit;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .4em;
  padding-bottom: .4em;
  text-align: inherit;
}
.subscriptionbutton.small {
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 3px;
  font-size: 18px;
}
.subscriptionbutton.medium {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  padding-right: 1.5em;
  padding-left: 1.5em;
  font-size: 25px;
}
.subscriptionbutton.large {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  font-size: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
.subscriptionbutton.fullwidth {
  display: block;
  width: 100%;
}
.subscriptionbutton.action_primary {
  color: white !important;
  background: red !important;
}
.subscriptionbutton.action_primary:hover {
  color: lightyellow !important;
}
.subscriptionbutton.action_secondary {
  background-color: #aed275;
  color: #4b7018 !important;
  text-shadow: none !important;
}
footer.site-footer .subscriptionbutton {
  background-color: #aed275;
  color: #4b7018;
}
.subscriptionbutton:hover {
  color: lightyellow !important;
}
#concludis_kunde_stellenangebote {
  padding-bottom: 64px;
  padding-left: 32px;
  padding-right: 32px;
}
#concludis_kunde_stellenangebote #emailsubscription_liste {
  text-align: center;
}
#concludis_kunde_stellenangebote #emailsubscription_liste {
  text-align: center;
}
#concludis_kunde_stellenangebote table {
  border: none !important;
  border-color: transparent !important;
  margin: 0px;
}
#concludis_kunde_stellenangebote div.rsp_filter_headline {
  width: 100% !important;
  font-size: 20px;
  padding: 4px;
  text-align: center !important;
}
#concludis_kunde_stellenangebote #filter_form table {
  display: block;
}
#concludis_kunde_stellenangebote #filter_form table tbody {
  display: block;
}
#concludis_kunde_stellenangebote #filter_form table tbody tr {
  display: block;
}
#concludis_kunde_stellenangebote #filter_form table tbody tr td {
  display: block;
}
.ui-multiselect {
  font-size: 20px !important;
  height: 40px !important;
  line-height: 1 !important;
}
div.stellenlst {
  text-align: center;
}
div.stellensum {
  opacity: .4;
  margin-bottom: 8px;
}
span.headerlink.stellenlink {
  display: inline-block;
  padding-top: 32px;
  cursor: pointer;
  font-size: 40px;
}
.resdiv {
  display: none;
}
.applybutton {
  box-sizing: border-box;
  appearance: none;
  background: red;
  border: 2px solid red;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  display: inline-block;
  align-self: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  border-left: 1px rgba(255, 255, 255, 0.5) solid;
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
  border-right: 1px rgba(0, 0, 0, 0.5) solid;
  border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5) !important;
  transition: all 100ms ease-in-out;
  /* Class attributes that control the button's look */
  /* Different colours when in footer */
  color: white !important;
  background: red !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  font-size: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}
.applybutton:hover,
.applybutton:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 0 0 3px rgba(255, 255, 255, 0.5) !important;
  color: white;
}
.applybutton:active {
  position: relative;
  left: 1px;
  top: 1px;
}
.applybutton.inline {
  display: inline-block !important;
  width: auto !important;
  clear: none;
  float: none;
  font-size: inherit;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .4em;
  padding-bottom: .4em;
  text-align: inherit;
}
.applybutton.small {
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 3px;
  font-size: 18px;
}
.applybutton.medium {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  padding-right: 1.5em;
  padding-left: 1.5em;
  font-size: 25px;
}
.applybutton.large {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  font-size: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
.applybutton.fullwidth {
  display: block;
  width: 100%;
}
.applybutton.action_primary {
  color: white !important;
  background: red !important;
}
.applybutton.action_primary:hover {
  color: lightyellow !important;
}
.applybutton.action_secondary {
  background-color: #aed275;
  color: #4b7018 !important;
  text-shadow: none !important;
}
footer.site-footer .applybutton {
  background-color: #aed275;
  color: #4b7018;
}
.applybutton:hover {
  color: lightyellow !important;
}
#con_1 {
  font-size: 36px;
  margin-bottom: 32px !important;
  margin-top: 32px !important;
  text-align: center;
}
.idealsteps-container {
  overflow: auto;
  margin-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
}
h1.formapply-headline {
  padding-left: 32px;
  padding-right: 32px;
}
.idealsteps-nav-buttons button.next {
  box-sizing: border-box;
  appearance: none;
  background: red;
  border: 2px solid red;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  display: inline-block;
  align-self: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  border-left: 1px rgba(255, 255, 255, 0.5) solid;
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
  border-right: 1px rgba(0, 0, 0, 0.5) solid;
  border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5) !important;
  transition: all 100ms ease-in-out;
  /* Class attributes that control the button's look */
  /* Different colours when in footer */
  color: white !important;
  background: red !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  font-size: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  width: 100%;
}
.idealsteps-nav-buttons button.next:hover,
.idealsteps-nav-buttons button.next:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 0 0 3px rgba(255, 255, 255, 0.5) !important;
  color: white;
}
.idealsteps-nav-buttons button.next:active {
  position: relative;
  left: 1px;
  top: 1px;
}
.idealsteps-nav-buttons button.next.inline {
  display: inline-block !important;
  width: auto !important;
  clear: none;
  float: none;
  font-size: inherit;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .4em;
  padding-bottom: .4em;
  text-align: inherit;
}
.idealsteps-nav-buttons button.next.small {
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 3px;
  font-size: 18px;
}
.idealsteps-nav-buttons button.next.medium {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  padding-right: 1.5em;
  padding-left: 1.5em;
  font-size: 25px;
}
.idealsteps-nav-buttons button.next.large {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  font-size: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
.idealsteps-nav-buttons button.next.fullwidth {
  display: block;
  width: 100%;
}
.idealsteps-nav-buttons button.next.action_primary {
  color: white !important;
  background: red !important;
}
.idealsteps-nav-buttons button.next.action_primary:hover {
  color: lightyellow !important;
}
.idealsteps-nav-buttons button.next.action_secondary {
  background-color: #aed275;
  color: #4b7018 !important;
  text-shadow: none !important;
}
footer.site-footer .idealsteps-nav-buttons button.next {
  background-color: #aed275;
  color: #4b7018;
}
.idealsteps-nav-buttons button.next:hover {
  color: lightyellow !important;
}
/* Hinweistexte färben */
.concludisicon-info {
  color: rgba(255, 255, 255, 0.6) !important;
}
.concludisicon-info + span {
  color: rgba(255, 255, 255, 0.6) !important;
}
form.idealforms .ideal-file-upload {
  height: 45px;
}
form.idealforms .ideal-file-filename {
  height: 45px;
}
.apply-finish-text {
  color: white !important;
  font-family: 'Anivers-Regular' !important;
  font-size: 40px !important;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 17, 2020 */
@font-face {
  font-family: 'bobby_jones_softcondensed';
  src: url('https://www.wheaty.de/wp-content/themes/wheaty/less/3rdparty/bobby-jones/bobby_jones_soft_condensed-webfont.woff2') format('woff2'), url('https://www.wheaty.de/wp-content/themes/wheaty/less/3rdparty/bobby-jones/bobby_jones_soft_condensed-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bobby_jones_softregular';
  src: url('https://www.wheaty.de/wp-content/themes/wheaty/less/3rdparty/bobby-jones/bobby_jones_soft-webfont.woff2') format('woff2'), url('https://www.wheaty.de/wp-content/themes/wheaty/less/3rdparty/bobby-jones/bobby_jones_soft-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
button.mgbutton {
  border-radius: 3px !important;
}
button.mgbutton.moove-gdpr-infobar-reject-btn {
  background-color: red !important;
}
button.mgbutton.moove-gdpr-infobar-allow-all {
  background-color: #91ef52 !important;
  color: black !important;
}
.ml-form-embedSubmitLoad {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.ml-form-embedSubmitLoad:after {
  content: " ";
  display: block;
  width: 11px;
  height: 11px;
  margin: 1px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #fff #fff #fff transparent;
  animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}
@keyframes ml-form-embedSubmitLoad {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#mlb2-3114092.ml-form-embedContainer {
  box-sizing: border-box;
  display: table;
  margin: 0 auto;
  position: static;
  width: 100% !important;
}
#mlb2-3114092.ml-form-embedContainer button,
#mlb2-3114092.ml-form-embedContainer h4,
#mlb2-3114092.ml-form-embedContainer p,
#mlb2-3114092.ml-form-embedContainer span {
  text-transform: none !important;
  letter-spacing: normal !important;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper {
  bborder-width: 0;
  border-color: transparent;
  border-radius: 4px;
  border-style: solid;
  box-sizing: border-box;
  display: inline-block !important;
  margin: 0;
  padding: 0;
  position: relative;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  width: 75%;
  margin-top: -48px;
}
@media only screen and (max-width: 910px) {
  #mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    width: 100%;
  }
}
#mlb2-3114092.ml-form-embedContainer .ml-form-align-left {
  text-align: left;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-align-center {
  text-align: center;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-align-default {
  display: table-cell !important;
  vertical-align: middle !important;
  text-align: center !important;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-align-right {
  text-align: right;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: auto;
  margin: 0 auto !important;
  max-width: 100%;
  width: 1200px;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding: 20px 20px 0 20px;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
  padding-bottom: 0;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
  margin: 32px 20px 0;
  background-color: white;
  text-align: center;
  padding: 24px;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 10px 0;
  text-align: left;
  word-break: break-word;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px 0;
  text-align: left;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul {
  color: #000;
  font-size: 14px;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
  color: #000;
  text-decoration: underline;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
  text-align: left !important;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
  margin-bottom: 5px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  line-height: 20px;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
  margin: 0;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
  margin: 0;
  width: 100%;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent {
  margin: 0 0 20px 0;
  width: 100%;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
  float: left;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
  margin: 0;
  padding: 0 0 20px 0;
  width: 100%;
  height: auto;
  float: left;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
  margin: 0 0 10px 0;
  width: 100%;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
  margin: 0;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
  margin: 0;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
  background-color: #fff !important;
  color: #333 !important;
  border-color: #ccc !important;
  border-radius: 4px !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-size: 26px !important;
  height: auto;
  line-height: 21px !important;
  margin-bottom: 6px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 10px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder {
  color: #333;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder {
  color: #333;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder {
  color: #333;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder {
  color: #333;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea {
  background-color: #fff !important;
  color: #333 !important;
  border-color: #ccc !important;
  border-radius: 4px !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-size: 14px !important;
  height: auto;
  line-height: 21px !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 10px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
  border-color: #ccc !important;
  background-color: #fff !important;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-top: 5px;
  margin-left: -24px;
  overflow: visible;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
  border-radius: 4px !important;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked ~ .label-description::after,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked ~ .label-description::after,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked ~ .label-description::after {
  background-color: #fff;
  mask-image: url(https://cdn.mailerlite.com/images/default/arrow.svg);
  -webkit-mask-image: url(https://cdn.mailerlite.com/images/default/arrow.svg);
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  mask-image: url(https://cdn.mailerlite.com/images/default/circle.svg);
  -webkit-mask-image: url(https://cdn.mailerlite.com/images/default/circle.svg);
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked ~ .label-description::before,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked ~ .label-description::before,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::before,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked ~ .custom-control-label::before,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked ~ .label-description::before {
  border-color: #ff2d2d !important;
  background-color: #ff2d2d !important;
  color: #fff !important;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before {
  top: 2;
  box-sizing: border-box;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before {
  top: 0 !important;
  box-sizing: border-box !important;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  top: 0 !important;
  box-sizing: border-box !important;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {
  top: 3px !important;
  box-sizing: border-box !important;
  position: absolute;
  left: -21px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
  top: 0 !important;
  box-sizing: border-box !important;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before {
  position: absolute;
  top: 4px;
  left: -24px;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  border-radius: 50%;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after {
  position: absolute;
  top: 5px !important;
  left: -21px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
  position: absolute;
  top: 4px;
  left: -24px;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  border-radius: 50%;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after {
  position: absolute;
  top: 3px !important;
  left: -21px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  position: absolute;
  top: 3px !important;
  left: -21px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after {
  background: no-repeat 1% 50%;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {
  background: no-repeat 1% 50%;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  box-sizing: border-box;
  padding: 0;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label {
  color: #000;
  font-size: 12px !important;
  line-height: 22px;
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
  font-style: normal;
  font-weight: 700;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select {
  background-color: #fff !important;
  color: #333 !important;
  border-color: #ccc !important;
  border-radius: 4px !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 28px 10px 12px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  background: url(https://cdn.mailerlite.com/images/default/dropdown.svg) no-repeat right 0.75rem center / 8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
  height: auto;
  width: 100%;
  float: left;
}
.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
  width: 70%;
  float: left;
}
.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
  width: 30%;
  float: left;
}
.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn {
  padding-top: 25px;
}
.ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
  box-sizing: border-box;
  float: left;
  padding-right: 10px;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  background-color: #fff;
  color: #333;
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 10px;
  width: 100%;
  box-sizing: border-box;
  overflow-y: initial;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  background-color: #ff2d2d !important;
  border-color: #ff2d2d;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  box-shadow: none;
  color: #fff !important;
  cursor: pointer;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 20px;
  margin: 0 !important;
  padding: 10px !important;
  width: 100%;
  height: auto;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
  background-color: #333 !important;
  border-color: #333 !important;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-top: 5px;
  margin-left: -24px;
  overflow: visible;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
  color: #000;
  display: block;
  font-size: 12px;
  text-align: left;
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
  font-weight: 400;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  min-height: 24px;
  padding-left: 24px;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
  color: #000;
  text-decoration: underline;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
  color: #000 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  padding: 0 !important;
  margin: 0 5px 0 0 !important;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
  margin: 0;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}
/*
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  background-color: #ff2d2d !important;
  border: none !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  color: #fff !important;
  cursor: pointer;
  
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 21px !important;
  height: auto;
  padding: 10px !important;
  width: 100% !important;
  box-sizing: border-box !important
}
*/
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
  display: none;
}
.ml-subscribe-close {
  width: 30px;
  height: 30px;
  background: url(https://cdn.mailerlite.com/images/default/modal_close.png) no-repeat;
  background-size: 30px;
  cursor: pointer;
  margin-top: -10px;
  margin-right: -10px;
  position: absolute;
  top: 0;
  right: 0;
}
.ml-error input {
  background: url(https://cdn.mailerlite.com/images/default/error-icon.png) 98% center no-repeat #ffffff !important;
  background-size: 24px 24px !important;
}
.ml-error .label-description,
.ml-error .label-description p,
.ml-error .label-description p a,
.ml-error label:first-child {
  color: red !important;
}
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
#mlb2-3114092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
  color: red !important;
}
@media only screen and (max-width: 400px) {
  .ml-form-embedWrapper.embedDefault,
  .ml-form-embedWrapper.embedPopup {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm {
    float: left !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow {
    height: auto !important;
    width: 100% !important;
    float: left !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div {
    padding-right: 0 !important;
    padding-bottom: 10px;
  }
  .ml-form-formContent.horozintalForm .ml-button-horizontal {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn {
    padding-top: 0 !important;
  }
}
.ml-form-embedContainer.normalpage .label-description {
  color: white !important;
}
.ml-form-embedContainer.normalpage button {
  box-sizing: border-box;
  appearance: none;
  background: red;
  border: 2px solid red;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  display: inline-block;
  align-self: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  border-left: 1px rgba(255, 255, 255, 0.5) solid;
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
  border-right: 1px rgba(0, 0, 0, 0.5) solid;
  border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5) !important;
  transition: all 100ms ease-in-out;
  /* Class attributes that control the button's look */
  /* Different colours when in footer */
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  font-size: 30px;
  padding-left: 40px;
  padding-right: 40px;
  color: white !important;
  background: red !important;
}
.ml-form-embedContainer.normalpage button:hover,
.ml-form-embedContainer.normalpage button:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 0 0 3px rgba(255, 255, 255, 0.5) !important;
  color: white;
}
.ml-form-embedContainer.normalpage button:active {
  position: relative;
  left: 1px;
  top: 1px;
}
.ml-form-embedContainer.normalpage button.inline {
  display: inline-block !important;
  width: auto !important;
  clear: none;
  float: none;
  font-size: inherit;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .4em;
  padding-bottom: .4em;
  text-align: inherit;
}
.ml-form-embedContainer.normalpage button.small {
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 3px;
  font-size: 18px;
}
.ml-form-embedContainer.normalpage button.medium {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  padding-right: 1.5em;
  padding-left: 1.5em;
  font-size: 25px;
}
.ml-form-embedContainer.normalpage button.large {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  font-size: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
.ml-form-embedContainer.normalpage button.fullwidth {
  display: block;
  width: 100%;
}
.ml-form-embedContainer.normalpage button.action_primary {
  color: white !important;
  background: red !important;
}
.ml-form-embedContainer.normalpage button.action_primary:hover {
  color: lightyellow !important;
}
.ml-form-embedContainer.normalpage button.action_secondary {
  background-color: #aed275;
  color: #4b7018 !important;
  text-shadow: none !important;
}
footer.site-footer .ml-form-embedContainer.normalpage button {
  background-color: #aed275;
  color: #4b7018;
}
.ml-form-embedContainer.normalpage button:hover {
  color: lightyellow !important;
}
body.style_25:not(.wp-admin),
body.style_25_calendar:not(.wp-admin) {
  background-image: url(https://www.wheaty.de/wp-content/themes/wheaty/less/../images/style_25/HintergrundKachelbar.jpg);
  background-repeat: repeat;
  background-size: auto;
}
body.style_25:not(.wp-admin) h1,
body.style_25_calendar:not(.wp-admin) h1 {
  color: white;
  text-shadow: #000000 1px 0 15px;
}
body.style_25:not(.wp-admin) h2,
body.style_25_calendar:not(.wp-admin) h2 {
  color: white;
}
body.style_25:not(.wp-admin) blockquote,
body.style_25_calendar:not(.wp-admin) blockquote {
  background-color: #fbea66;
  opacity: 1;
  padding: 16px;
  text-shadow: none;
  margin: auto !important;
  border-radius: 10px;
  color: black;
  color: #5c370a;
  font-size: inherit;
  text-transform: none;
  background-image: url(https://www.wheaty.de/wp-content/themes/wheaty/less/../images/style_25/background-bright.jpg);
  margin-bottom: 1.75em !important;
}
body.style_25:not(.wp-admin) blockquote p,
body.style_25_calendar:not(.wp-admin) blockquote p {
  margin: 0px !important;
}
body.style_25:not(.wp-admin) #primary,
body.style_25_calendar:not(.wp-admin) #primary {
  width: auto;
  padding-left: 32px;
  padding-right: 32px;
}
body.style_25:not(.wp-admin) #menu-hauptmenue li a,
body.style_25_calendar:not(.wp-admin) #menu-hauptmenue li a {
  color: black;
  opacity: .4;
}
body.style_25:not(.wp-admin) #menu-hauptmenue li.current-menu-ancestor a,
body.style_25_calendar:not(.wp-admin) #menu-hauptmenue li.current-menu-ancestor a,
body.style_25:not(.wp-admin) #menu-hauptmenue li.current-menu-parent a,
body.style_25_calendar:not(.wp-admin) #menu-hauptmenue li.current-menu-parent a {
  opacity: 1;
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}
body.style_25:not(.wp-admin) #menu-hauptmenue li.menu-item-25 a,
body.style_25_calendar:not(.wp-admin) #menu-hauptmenue li.menu-item-25 a {
  color: transparent;
}
body.style_25:not(.wp-admin) .sub-menu li a,
body.style_25_calendar:not(.wp-admin) .sub-menu li a {
  color: white;
  opacity: .4;
}
body.style_25:not(.wp-admin) .sub-menu li.current-menu-item a,
body.style_25_calendar:not(.wp-admin) .sub-menu li.current-menu-item a {
  opacity: 1;
  border-color: rgba(0, 0, 0, 0.3);
}
body.single.style_25:not(.wp-admin) #main,
body.page-template-single-article.style_25:not(.wp-admin) #main,
body.single.style_25_calendar:not(.wp-admin) #main,
body.page-template-single-article.style_25_calendar:not(.wp-admin) #main {
  color: white;
}
body.single.style_25:not(.wp-admin) #main,
body.page-template-single-article.style_25:not(.wp-admin) #main,
body.single.style_25_calendar:not(.wp-admin) #main,
body.page-template-single-article.style_25_calendar:not(.wp-admin) #main {
  /* @background: rgba(203,125,26,.4);
    background-color: @background;

    -moz-box-shadow: 0px 0px 22px @background;
    -webkit-box-shadow: 0px 0px 22px @background;
    box-shadow: 0px 0px 22px @background; */
  background-color: rgba(0, 0, 0, 0.3);
  margin-top: 32px;
  border-radius: 10px;
  padding-top: 24px;
  color: white !important;
  text-shadow: #000000 1px 0 5px;
}
body.single.style_25:not(.wp-admin) #main a:not(.button),
body.page-template-single-article.style_25:not(.wp-admin) #main a:not(.button),
body.single.style_25_calendar:not(.wp-admin) #main a:not(.button),
body.page-template-single-article.style_25_calendar:not(.wp-admin) #main a:not(.button) {
  color: white !important;
  border-bottom: 2px white dotted !important;
}
body.single.style_25:not(.wp-admin) #main button,
body.page-template-single-article.style_25:not(.wp-admin) #main button,
body.single.style_25_calendar:not(.wp-admin) #main button,
body.page-template-single-article.style_25_calendar:not(.wp-admin) #main button {
  margin-top: 6px;
}
body.single.style_25:not(.wp-admin) #main .entry-content,
body.page-template-single-article.style_25:not(.wp-admin) #main .entry-content,
body.single.style_25_calendar:not(.wp-admin) #main .entry-content,
body.page-template-single-article.style_25_calendar:not(.wp-admin) #main .entry-content {
  margin-top: 8px;
  width: 90%;
}
body.single.style_25:not(.wp-admin) #main ol,
body.page-template-single-article.style_25:not(.wp-admin) #main ol,
body.single.style_25_calendar:not(.wp-admin) #main ol,
body.page-template-single-article.style_25_calendar:not(.wp-admin) #main ol {
  margin-left: 32px;
}
body.single.style_25:not(.wp-admin) #main h3,
body.page-template-single-article.style_25:not(.wp-admin) #main h3,
body.single.style_25_calendar:not(.wp-admin) #main h3,
body.page-template-single-article.style_25_calendar:not(.wp-admin) #main h3 {
  color: white;
  text-shadow: #000000 1px 0 5px;
  font-family: 'kg_ten_thousand_reasons_altRg', Helvetica, Arial, sans-serif;
}
body.single.style_25:not(.wp-admin) #main p,
body.page-template-single-article.style_25:not(.wp-admin) #main p,
body.single.style_25_calendar:not(.wp-admin) #main p,
body.page-template-single-article.style_25_calendar:not(.wp-admin) #main p {
  margin-bottom: 1em;
}
body.single.style_25:not(.wp-admin) #primary,
body.page-template-single-article.style_25:not(.wp-admin) #primary,
body.single.style_25_calendar:not(.wp-admin) #primary,
body.page-template-single-article.style_25_calendar:not(.wp-admin) #primary {
  width: auto;
  background-image: none;
  background-position: none;
  padding-bottom: 32px;
}
body.single.style_25:not(.wp-admin) #content,
body.page-template-single-article.style_25:not(.wp-admin) #content,
body.single.style_25_calendar:not(.wp-admin) #content,
body.page-template-single-article.style_25_calendar:not(.wp-admin) #content {
  margin-top: -48px;
}
@media only screen and (max-width: 540px) {
  body.single.style_25:not(.wp-admin) #content,
  body.page-template-single-article.style_25:not(.wp-admin) #content,
  body.single.style_25_calendar:not(.wp-admin) #content,
  body.page-template-single-article.style_25_calendar:not(.wp-admin) #content {
    margin-top: 0px;
  }
}
body.mainImageStretched.style_25:not(.wp-admin) .entry-header,
body.mainImageStretched.style_25_calendar:not(.wp-admin) .entry-header {
  background-image: none;
}
body.mainImageStretched.style_25:not(.wp-admin) header section.title h1,
body.mainImageStretched.style_25_calendar:not(.wp-admin) header section.title h1 {
  color: white;
  text-shadow: #000000 1px 0 5px;
}
.frm_hidden {
  display: none !important;
}
.style_25_calendar ul.adventskalender.overview {
  margin: auto;
  margin-top: 32px;
}
@media only screen and (min-width: 960px) {
  .style_25_calendar ul.adventskalender.overview {
    width: 960px;
    position: relative;
    height: 800px;
  }
}
@media only screen and (max-width: 960px) {
  .style_25_calendar ul.adventskalender.overview {
    width: 100%;
  }
}
.style_25_calendar ul.adventskalender.overview li {
  font-size: 60px;
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  color: white;
  /*position: absolute;*/
  list-style-type: none;
  background-image: url(https://www.wheaty.de/wp-content/themes/wheaty/less/../images/style_25/kalender_stern.png);
  -webkit-transition: all .3s;
  /* Safari */
  transition: all .3s;
  width: 149px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  display: inline-block;
  height: 158px;
  line-height: 158px;
}
.style_25_calendar ul.adventskalender.overview li:hover:not(.future) {
  background-image: url(https://www.wheaty.de/wp-content/themes/wheaty/less/../images/style_25/kalender_stern_hell.png);
  opacity: 1;
}
.style_25_calendar ul.adventskalender.overview li:hover:not(.future) a {
  color: white !important;
  opacity: 1 !important;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.style_25_calendar ul.adventskalender.overview li.future {
  opacity: 1;
  cursor: default;
}
.style_25_calendar ul.adventskalender.overview li.present {
  background-image: url(https://www.wheaty.de/wp-content/themes/wheaty/less/../images/style_25/kalender_stern_hell.png);
}
.style_25_calendar ul.adventskalender.overview li.present a {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  color: #f8730b;
  opacity: 1 !important;
}
.style_25_calendar ul.adventskalender.overview li.past a {
  opacity: .6;
}
@media only screen and (min-width: 960px) {
  .style_25_calendar ul.adventskalender.overview li.index_0 {
    left: 748px;
    top: 391px;
  }
  .style_25_calendar ul.adventskalender.overview li.index_1 {
    left: 814px;
    top: 89px;
  }
  .style_25_calendar ul.adventskalender.overview li.index_2 {
    left: 836px;
    top: 639px;
  }
  .style_25_calendar ul.adventskalender.overview li.index_3 {
    left: 621px;
    top: 508px;
  }
  .style_25_calendar ul.adventskalender.overview li.index_4 {
    left: 293px;
    top: 10px;
  }
  .style_25_calendar ul.adventskalender.overview li.index_5 {
    left: 47px;
    top: 532px;
  }
  .style_25_calendar ul.adventskalender.overview li.index_6 {
    left: 457px;
    top: 561px;
  }
  .style_25_calendar ul.adventskalender.overview li.index_7 {
    left: 23px;
    top: 306px;
  }
  .style_25_calendar ul.adventskalender.overview li.index_8 {
    left: 234px;
    top: 157px;
  }
  .style_25_calendar ul.adventskalender.overview li.index_9 {
    left: 766px;
    top: 520px;
  }
  .style_25_calendar ul.adventskalender.overview li.index_10 {
    left: 264px;
    top: 456px;
  }
  .style_25_calendar ul.adventskalender.overview li.index_11 {
    left: 668px;
    top: 101px;
  }
  .style_25_calendar ul.adventskalender.overview li.index_12 {
    left: 550px;
    top: 5px;
  }
  .style_25_calendar ul.adventskalender.overview li.index_13 {
    left: 96px;
    top: 83px;
  }
  .style_25_calendar ul.adventskalender.overview li.index_14 {
    left: 684px;
    top: 268px;
  }
  .style_25_calendar ul.adventskalender.overview li.index_15 {
    left: 365px;
    top: 323px;
  }
  .style_25_calendar ul.adventskalender.overview li.index_16 {
    left: 851px;
    top: 223px;
  }
  .style_25_calendar ul.adventskalender.overview li.index_17 {
    left: 603px;
    top: 639px;
  }
  .style_25_calendar ul.adventskalender.overview li.index_18 {
    left: 170px;
    top: 290px;
  }
  .style_25_calendar ul.adventskalender.overview li.index_19 {
    left: 511px;
    top: 386px;
  }
  .style_25_calendar ul.adventskalender.overview li.index_20 {
    left: 499px;
    top: 236px;
  }
  .style_25_calendar ul.adventskalender.overview li.index_21 {
    left: 141px;
    top: 611px;
  }
  .style_25_calendar ul.adventskalender.overview li.index_22 {
    left: 379px;
    top: 136px;
  }
  .style_25_calendar ul.adventskalender.overview li.index_23 {
    left: 120px;
    top: 442px;
  }
  .style_25_calendar ul.adventskalender.overview li.index_24 {
    left: 332px;
    top: 625px;
  }
}
@media only screen and (max-width: 960px) {
  .style_25_calendar ul.adventskalender.overview li {
    position: static;
  }
}
body.style_calendar_2019:not(.wp-admin),
body.style_calendar_2019:not(.wp-admin) {
  color: #11444a !important;
  background-color: white;
  background-image: url(https://www.wheaty.de/wp-content/themes/wheaty/less/../images/style_calendar_2019/background.jpg) !important;
  background-repeat: repeat;
}
body.style_calendar_2019:not(.wp-admin) input[type=checkbox],
body.style_calendar_2019:not(.wp-admin) input[type=checkbox] {
  width: auto !important;
  display: inline !important;
}
body.style_calendar_2019:not(.wp-admin) h1,
body.style_calendar_2019:not(.wp-admin) h1 {
  color: #11444a !important;
  text-shadow: none !important;
}
body.style_calendar_2019:not(.wp-admin) #main,
body.style_calendar_2019:not(.wp-admin) #main {
  color: #11444a !important;
}
body.style_calendar_2019:not(.wp-admin) #main h2,
body.style_calendar_2019:not(.wp-admin) #main h2 {
  color: #11444a !important;
}
@media only screen and (max-width: 910px) {
  body.style_calendar_2019:not(.wp-admin) section.mobile,
  body.style_calendar_2019:not(.wp-admin) section.mobile {
    margin-top: 80px;
  }
}
body.style_calendar_2019:not(.wp-admin) a,
body.style_calendar_2019:not(.wp-admin) a {
  color: red;
}
body.style_calendar_2019:not(.wp-admin) blockquote.form,
body.style_calendar_2019:not(.wp-admin) blockquote.form {
  background-color: rgba(255, 255, 255, 0.8);
  color: #11444a !important;
  opacity: 1;
}
body.style_calendar_2019:not(.wp-admin) .infobox,
body.style_calendar_2019:not(.wp-admin) .infobox {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border: 1px white solid;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 25px;
}
body.style_calendar_2019:not(.wp-admin) .infobox p,
body.style_calendar_2019:not(.wp-admin) .infobox p {
  margin: 0px !important;
}
body.style_calendar_2019:not(.wp-admin).page-template-single-article #primary,
body.style_calendar_2019:not(.wp-admin).page-template-single-article #primary {
  background-image: none !important;
}
body.style_calendar_2019:not(.wp-admin) .main-navigation ul li a,
body.style_calendar_2019:not(.wp-admin) .main-navigation ul li a {
  color: black !important;
  text-shadow: none !important;
}
body.style_calendar_2019:not(.wp-admin) h1.large img,
body.style_calendar_2019:not(.wp-admin) h1.large img {
  margin-bottom: 32px;
}
body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview,
body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview {
  margin: auto;
  margin-top: 32px;
}
@media only screen and (min-width: 960px) {
  body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview,
  body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview {
    width: 960px;
    position: relative;
    height: 800px;
  }
}
@media only screen and (max-width: 960px) {
  body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview,
  body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview {
    width: 100%;
  }
}
body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview li,
body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview li {
  font-size: 60px;
  font-family: 'kg_ten_thousand_reasons_altRg', Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.25);
  /*position: absolute;*/
  list-style-type: none;
  border-radius: 10px;
  width: 18%;
  height: 18%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  background-color: white;
  -webkit-transition: all .3s;
  /* Safari */
  transition: all .3s;
  padding-top: 20px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview li.present,
body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview li.present {
  background-color: Red;
  color: white !important;
}
body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview li.present a,
body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview li.present a {
  color: white !important;
}
body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview li:hover.present,
body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview li:hover.present {
  background-color: lightred !important;
}
body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview li a,
body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview li a {
  display: block;
  -webkit-transition: all .3s;
  /* Safari */
  transition: all .3s;
  margin-right: 0px !important;
  padding-right: 0px !important;
}
body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview li.present a:hover,
body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview li.present a:hover {
  text-shadow: 0px 0px 30px white;
}
body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview li:hover:not(.future):not(.present),
body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview li:hover:not(.future):not(.present) {
  opacity: 1;
  background-color: lightyellow;
}
body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview li:hover:not(.future):not(.present) a,
body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview li:hover:not(.future):not(.present) a {
  opacity: 1 !important;
}
body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview li.future,
body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview li.future {
  opacity: 1;
  cursor: default;
}
body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview li.present a,
body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview li.present a {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  color: #f8730b;
  opacity: 1 !important;
}
body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview li.past a,
body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview li.past a {
  opacity: .6;
}
@media only screen and (max-width: 960px) {
  body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview li,
  body.style_calendar_2019:not(.wp-admin) ul.adventskalender.overview li {
    position: static;
    width: 28%;
    height: 28%;
  }
}
body.style_calendar_2020:not(.wp-admin),
body.style_calendar_2020:not(.wp-admin) {
  color: #FFFFFF !important;
  background-color: white;
  background-image: url(https://www.wheaty.de/wp-content/themes/wheaty/less/../images/style_calendar_2020/background.jpg) !important;
  background-repeat: repeat;
}
body.style_calendar_2020:not(.wp-admin) nav.content-switcher a,
body.style_calendar_2020:not(.wp-admin) nav.content-switcher a {
  border-color: rgba(255, 255, 255, 0.5);
}
body.style_calendar_2020:not(.wp-admin) a.logo-mobile,
body.style_calendar_2020:not(.wp-admin) a.logo-mobile {
  background-image: url(https://www.wheaty.de/wp-content/themes/wheaty/images/logo_white.png) !important;
}
body.style_calendar_2020:not(.wp-admin) input[type=checkbox],
body.style_calendar_2020:not(.wp-admin) input[type=checkbox] {
  width: auto !important;
  display: inline !important;
}
body.style_calendar_2020:not(.wp-admin) h1,
body.style_calendar_2020:not(.wp-admin) h1 {
  color: #FFFFFF !important;
  text-shadow: none !important;
}
body.style_calendar_2020:not(.wp-admin) #main,
body.style_calendar_2020:not(.wp-admin) #main {
  color: #FFFFFF !important;
}
body.style_calendar_2020:not(.wp-admin) #main h2,
body.style_calendar_2020:not(.wp-admin) #main h2 {
  color: #FFFFFF !important;
}
@media only screen and (max-width: 910px) {
  body.style_calendar_2020:not(.wp-admin) section.mobile,
  body.style_calendar_2020:not(.wp-admin) section.mobile {
    margin-top: 80px;
  }
}
body.style_calendar_2020:not(.wp-admin) img.title,
body.style_calendar_2020:not(.wp-admin) img.title {
  max-width: 75%;
}
body.style_calendar_2020:not(.wp-admin) blockquote,
body.style_calendar_2020:not(.wp-admin) blockquote {
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  opacity: 1;
}
body.style_calendar_2020:not(.wp-admin) blockquote.form,
body.style_calendar_2020:not(.wp-admin) blockquote.form {
  background-color: rgba(61, 109, 136, 0.8);
  color: #FFFFFF !important;
  opacity: 1;
}
body.style_calendar_2020:not(.wp-admin) .infobox,
body.style_calendar_2020:not(.wp-admin) .infobox {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border: 1px white solid;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 25px;
}
body.style_calendar_2020:not(.wp-admin) .infobox p,
body.style_calendar_2020:not(.wp-admin) .infobox p {
  margin: 0px !important;
}
body.style_calendar_2020:not(.wp-admin).page-template-single-article #primary,
body.style_calendar_2020:not(.wp-admin).page-template-single-article #primary {
  background-image: none !important;
}
body.style_calendar_2020:not(.wp-admin) #primary a,
body.style_calendar_2020:not(.wp-admin) #primary a {
  color: #f07b82;
}
body.style_calendar_2020:not(.wp-admin) .main-navigation ul li a,
body.style_calendar_2020:not(.wp-admin) .main-navigation ul li a {
  text-shadow: none !important;
}
body.style_calendar_2020:not(.wp-admin) h1.large img,
body.style_calendar_2020:not(.wp-admin) h1.large img {
  margin-bottom: 32px;
}
body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview,
body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview {
  margin: auto;
  margin-top: 32px;
}
@media only screen and (min-width: 960px) {
  body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview,
  body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview {
    width: 960px;
    position: relative;
    height: 800px;
  }
}
@media only screen and (max-width: 960px) {
  body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview,
  body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview {
    width: 100%;
  }
}
body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview li,
body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview li {
  font-size: 60px;
  font-family: 'bobby_jones_softregular', Sans-Serif;
  color: rgba(0, 0, 0, 0.25);
  border: 12px red solid;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
  /*position: absolute;*/
  list-style-type: none;
  border-radius: 10px;
  width: 18%;
  height: 18%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  background-color: white;
  -webkit-transition: all .3s;
  /* Safari */
  transition: all .3s;
  padding-top: 20px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview li.present,
body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview li.present {
  background-color: Red;
  color: white !important;
}
body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview li.present a,
body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview li.present a {
  color: white !important;
}
body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview li:hover.present,
body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview li:hover.present {
  background-color: lightred !important;
}
body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview li a,
body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview li a {
  display: block;
  -webkit-transition: all .3s;
  /* Safari */
  transition: all .3s;
  color: red;
  margin-right: 0px !important;
  padding-right: 0px !important;
}
body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview li.present a:hover,
body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview li.present a:hover {
  text-shadow: 0px 0px 30px white;
}
body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview li:hover:not(.future):not(.present),
body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview li:hover:not(.future):not(.present) {
  opacity: 1;
  background-color: lightyellow;
}
body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview li:hover:not(.future):not(.present) a,
body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview li:hover:not(.future):not(.present) a {
  opacity: 1 !important;
}
body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview li.future,
body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview li.future {
  opacity: 1;
  cursor: default;
}
body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview li.present a,
body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview li.present a {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  color: #f8730b;
  opacity: 1 !important;
}
@media only screen and (max-width: 960px) {
  body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview li,
  body.style_calendar_2020:not(.wp-admin) ul.adventskalender.overview li {
    position: static;
    width: 28%;
    height: 28%;
  }
}
body.style_calendar_2020:not(.wp-admin) li#menu-item-25,
body.style_calendar_2020:not(.wp-admin) li#menu-item-25,
body.style_calendar_2020:not(.wp-admin) li#menu-item-6478,
body.style_calendar_2020:not(.wp-admin) li#menu-item-6478,
body.style_calendar_2020:not(.wp-admin) li#menu-item-6671,
body.style_calendar_2020:not(.wp-admin) li#menu-item-6671,
body.style_calendar_2020:not(.wp-admin) li#menu-item-6850,
body.style_calendar_2020:not(.wp-admin) li#menu-item-6850 {
  width: 140px;
  height: 123px;
  background-image: url("https://www.wheaty.de/wp-content/themes/wheaty/images/logo_white.png");
}
body.style_calendar_2020:not(.wp-admin) .glow,
body.style_calendar_2020:not(.wp-admin) .glow {
  display: none;
}
body.style_calendar_2021:not(.wp-admin),
body.style_calendar_2021:not(.wp-admin) {
  background: #ffffff url(https://www.wheaty.de/wp-content/themes/wheaty/less/../images/style_calendar_2021/karton.jpg) !important;
  background-size: 100% 600px !important;
  background-repeat: no-repeat !important;
  color: #11444a !important;
}
@media only screen and (min-width: 1200px) {
  body.style_calendar_2021:not(.wp-admin),
  body.style_calendar_2021:not(.wp-admin) {
    background-size: 100% 600px !important;
  }
}
@media only screen and (max-width: 910px) {
  body.style_calendar_2021:not(.wp-admin),
  body.style_calendar_2021:not(.wp-admin) {
    background-size: 100% 400px !important;
  }
}
body.style_calendar_2021:not(.wp-admin) nav.content-switcher a,
body.style_calendar_2021:not(.wp-admin) nav.content-switcher a {
  border-color: rgba(255, 255, 255, 0.5);
}
body.style_calendar_2021:not(.wp-admin) a.logo-mobile,
body.style_calendar_2021:not(.wp-admin) a.logo-mobile {
  background-image: url(https://www.wheaty.de/wp-content/themes/wheaty/images/logo_white.png) !important;
}
body.style_calendar_2021:not(.wp-admin) input[type=checkbox],
body.style_calendar_2021:not(.wp-admin) input[type=checkbox] {
  width: auto !important;
  display: inline !important;
}
body.style_calendar_2021:not(.wp-admin) h1,
body.style_calendar_2021:not(.wp-admin) h1 {
  color: #11444a !important;
  text-shadow: none !important;
}
body.style_calendar_2021:not(.wp-admin) #main,
body.style_calendar_2021:not(.wp-admin) #main {
  color: #11444a !important;
}
body.style_calendar_2021:not(.wp-admin) #main h2,
body.style_calendar_2021:not(.wp-admin) #main h2 {
  color: #11444a !important;
}
body.style_calendar_2021:not(.wp-admin) .title.desktop,
body.style_calendar_2021:not(.wp-admin) .title.desktop {
  margin: auto;
  margin-top: -120px;
}
body.style_calendar_2021:not(.wp-admin) .title.mobile,
body.style_calendar_2021:not(.wp-admin) .title.mobile {
  margin: auto;
  margin-top: -120px;
}
@media only screen and (max-width: 910px) {
  body.style_calendar_2021:not(.wp-admin) section.mobile,
  body.style_calendar_2021:not(.wp-admin) section.mobile {
    margin-top: 80px;
  }
}
body.style_calendar_2021:not(.wp-admin) img.title,
body.style_calendar_2021:not(.wp-admin) img.title {
  max-width: 75%;
}
body.style_calendar_2021:not(.wp-admin) blockquote,
body.style_calendar_2021:not(.wp-admin) blockquote {
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  opacity: 1;
}
body.style_calendar_2021:not(.wp-admin) .main-navigation ul li a,
body.style_calendar_2021:not(.wp-admin) .main-navigation ul li a {
  color: black !important;
  text-shadow: none !important;
}
body.style_calendar_2021:not(.wp-admin) blockquote.form,
body.style_calendar_2021:not(.wp-admin) blockquote.form {
  background-color: rgba(61, 109, 136, 0.8);
  color: #FFFFFF !important;
  opacity: 1;
}
body.style_calendar_2021:not(.wp-admin) .infobox,
body.style_calendar_2021:not(.wp-admin) .infobox {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border: 1px white solid;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 25px;
}
body.style_calendar_2021:not(.wp-admin) .infobox p,
body.style_calendar_2021:not(.wp-admin) .infobox p {
  margin: 0px !important;
}
body.style_calendar_2021:not(.wp-admin).page-template-single-article #primary,
body.style_calendar_2021:not(.wp-admin).page-template-single-article #primary {
  background-image: none !important;
}
body.style_calendar_2021:not(.wp-admin) #primary a,
body.style_calendar_2021:not(.wp-admin) #primary a {
  color: #f07b82;
}
body.style_calendar_2021:not(.wp-admin) .main-navigation ul li a,
body.style_calendar_2021:not(.wp-admin) .main-navigation ul li a {
  text-shadow: none !important;
}
body.style_calendar_2021:not(.wp-admin) h1.large img,
body.style_calendar_2021:not(.wp-admin) h1.large img {
  margin-bottom: 32px;
}
body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview,
body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview {
  margin: auto;
  margin-top: 0px;
}
@media only screen and (min-width: 960px) {
  body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview,
  body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview {
    width: 960px;
    position: relative;
    margin-top: -20px;
  }
}
@media only screen and (max-width: 960px) {
  body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview,
  body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview {
    width: 100%;
  }
}
body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview li,
body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview li {
  font-size: 90px;
  font-family: 'bobby_jones_softregular', Sans-Serif;
  color: rgba(0, 0, 0, 0.55);
  background-image: url(https://www.wheaty.de/wp-content/themes/wheaty/less/../images/style_calendar_2021/tuere.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  /*position: absolute;*/
  list-style-type: none;
  border-radius: 10px;
  width: 200px;
  height: 210px;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  background-color: transparent;
  -webkit-transition: all .3s;
  /* Safari */
  transition: all .3s;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (max-width: 960px) {
  body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview li,
  body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview li {
    width: 45vw;
    height: 48vw;
    margin-right: 1vw;
    margin-bottom: 1vw;
  }
}
body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview li:before,
body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview li.present,
body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview li.present {
  color: white !important;
}
body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview li.present a,
body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview li.present a {
  color: white !important;
  text-shadow: -3px -3px 0 #ff0000, 3px -3px 0 #ff0000, -3px 3px 0 #ff0000, 3px 3px 0 #ff0000 !important;
}
body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview li:hover.present,
body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview li:hover.present {
  background-color: lightred !important;
}
body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview li a,
body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview li a {
  display: inline;
  -webkit-transition: all .3s;
  /* Safari */
  transition: all .3s;
  vertical-align: middle;
  color: white;
  margin-right: 0px !important;
  padding-right: 0px !important;
}
body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview li.present a:hover,
body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview li.present a:hover {
  text-shadow: 0px 0px 30px white;
}
body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview li:hover:not(.future):not(.present) a,
body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview li:hover:not(.future):not(.present) a {
  opacity: 1 !important;
  text-shadow: 1px 1px 10px #fff, 1px 1px 10px #fff;
}
body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview li.future,
body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview li.future {
  opacity: 1;
  cursor: default;
}
body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview li.present a,
body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview li.present a {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  color: #f8730b;
  opacity: 1 !important;
}
@media only screen and (max-width: 960px) {
  body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview li,
  body.style_calendar_2021:not(.wp-admin) ul.adventskalender.overview li {
    position: static;
  }
}
body.template_page-space-bear {
  background-color: black;
  background-image: url(https://www.wheaty.de/wp-content/themes/wheaty/less/../images/style_space-bear/space.jpg);
  /* background-attachment: fixed;*/
  /* animation-name: move;
  animation-duration: 140s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; */
  text-align: center;
  @import url(https://fonts.googleapis.com/css?family=Orbitron:700);
  /* Stars
  ------------------------------------- */
  /*
  .stars {
    background-image:
            radial-gradient(2px 2px at 20px 30px, #eee, rgba(0,0,0,0)),
            radial-gradient(2px 2px at 40px 70px, #fff, rgba(0,0,0,0)),
            radial-gradient(2px 2px at 50px 160px, #ddd, rgba(0,0,0,0)),
            radial-gradient(2px 2px at 90px 40px, #fff, rgba(0,0,0,0)),
            radial-gradient(2px 2px at 130px 80px, #fff, rgba(0,0,0,0)),
            radial-gradient(2px 2px at 160px 120px, #ddd, rgba(0,0,0,0));
    background-repeat: repeat;
    background-size: 200px 200px;
    animation: zoom 5s infinite;
    opacity: 0;


  &:nth-child(1) {
    background-position: 50% 50%;
    animation-delay: 0s;
  }
    &:nth-child(2) {
    background-position: 20% 60%;
    animation-delay: 1s;
  }
    &:nth-child(3) {
    background-position: -20% -30%;
    animation-delay: 2s;
  }
    &:nth-child(4) {
    background-position: 40% -80%;
    animation-delay: 3s;
  }
    &:nth-child(5) {
    background-position: -20% 30%;
    animation-delay: 4s;
  }
  }*/
}
body.template_page-space-bear nav.content-switcher a {
  border-color: rgba(255, 255, 255, 0.5);
}
body.template_page-space-bear .top-container {
  margin-top: 32px;
  height: 610px;
}
body.template_page-space-bear .top-container.mobile {
  min-height: 910px;
  height: auto;
  text-align: center;
}
body.template_page-space-bear li#menu-item-25,
body.template_page-space-bear li#menu-item-6478,
body.template_page-space-bear li#menu-item-6671,
body.template_page-space-bear li#menu-item-6850 {
  width: 140px;
  height: 123px;
  background-image: url("https://www.wheaty.de/wp-content/themes/wheaty/images/logo_white.png");
}
body.template_page-space-bear table.analysis .background-color {
  background-color: #7296b7;
  padding: 8px;
}
body.template_page-space-bear table.analysis td {
  padding: 8px;
}
body.template_page-space-bear table.analysis caption,
body.template_page-space-bear table.analysis tr.kcal td,
body.template_page-space-bear table.analysis tr.sugar td,
body.template_page-space-bear table.analysis tr.sat td,
body.template_page-space-bear table.analysis tr.salt td {
  background-color: #7296b7;
  padding: 8px;
}
body.template_page-space-bear table.analysis td.value {
  width: 15%;
  text-align: right;
  white-space: nowrap;
}
body.template_page-space-bear table.analysis tr.indented td.label {
  padding-left: 24px;
}
body.template_page-space-bear img.package_mobile {
  float: left;
  margin-right: 0px;
  z-index: 33;
  position: relative;
}
body.template_page-space-bear img.titel_mobile {
  margin-top: 16px;
  margin-bottom: 16px;
}
body.template_page-space-bear img.raumschiff_mobile {
  margin-bottom: -128px;
  max-width: 500px;
}
body.template_page-space-bear img.space-bear_mobile {
  margin-bottom: -258px;
}
body.template_page-space-bear a.logo-mobile {
  display: none;
}
@media only screen and (max-width: 910px) {
  body.template_page-space-bear a.logo-mobile {
    display: block;
    width: 182px;
    height: 133px;
    background-image: url(https://www.wheaty.de/wp-content/themes/wheaty/less/../images/logo_white.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
}
body.template_page-space-bear div.leftcolumn {
  width: 692px;
  float: left;
  text-align: center;
}
body.template_page-space-bear div.leftcolumn p {
  text-align: center;
}
body.template_page-space-bear div.leftcolumn img.package {
  float: right;
}
body.template_page-space-bear div.rightcolumn {
  width: 460px;
  float: left;
  padding: 32px;
  padding-top: 32px;
  margin-top: 128px;
  margin-left: 40px;
  background-image: url(https://www.wheaty.de/wp-content/themes/wheaty/less/../images/style_space-bear/background.png);
  background-size: 100% 100%;
  position: relative;
  z-index: 22;
}
body.template_page-space-bear div.rightcolumn img {
  max-width: 100%;
}
body.template_page-space-bear ul.features {
  display: block;
  font-family: "bobby_jones_softcondensed", Arial, Sans-Serif;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0px;
  padding: 0px;
  text-align: center;
  position: relative;
  top: -24px;
}
body.template_page-space-bear ul.features li {
  display: inline;
  margin-left: 32px;
  margin-right: 32px;
  list-style-type: none;
  width: auto;
  font-weight: 100;
}
body.template_page-space-bear ul.features.mobile {
  top: 0px;
  margin-top: 16px;
}
body.template_page-space-bear ul.features.mobile li {
  white-space: nowrap;
}
@media only screen and (max-width: 540px) {
  body.template_page-space-bear ul.features.mobile li {
    display: block;
    white-space: nowrap;
    margin-left: 16px;
    margin-right: 16px;
  }
}
body.template_page-space-bear .entry-content a {
  color: red;
  text-decoration: underline;
}
body.template_page-space-bear .site-main {
  min-height: 1200px;
  position: relative;
}
body.template_page-space-bear img.raumschiff {
  position: absolute;
  left: -100px;
  top: 120px;
  width: 595px;
  z-index: 10;
}
body.template_page-space-bear img.verlosung {
  position: absolute;
  right: -125px;
  z-index: 100;
}
body.template_page-space-bear img.space-bear {
  position: absolute;
  left: 850px;
  z-index: 10;
  -webkit-animation-name: hovering;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: hovering;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  animation-name: hovering;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
body.template_page-space-bear img.titel {
  position: absolute;
  left: 530px;
  z-index: 10;
  top: 80px;
}
body.template_page-space-bear img.order {
  position: absolute;
  left: 740px;
  top: 570px;
  z-index: 10;
}
body.template_page-space-bear img.comet {
  position: absolute;
  left: 220px;
  top: 330px;
  z-index: 0;
}
body.template_page-space-bear img.tshirt {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1500px) {
  body.template_page-space-bear img.raumschiff {
    left: 0px;
    width: 395px;
  }
  body.template_page-space-bear img.titel {
    left: 430px;
    top: 80px;
  }
  body.template_page-space-bear img.space-bear {
    left: 750px;
  }
  body.template_page-space-bear img.verlosung {
    right: 0px;
  }
  body.template_page-space-bear img.order {
    left: 64px;
    top: 420px;
  }
}
@media only screen and (max-width: 1100px) {
  body.template_page-space-bear img.raumschiff {
    left: 32px;
    width: 325px;
  }
  body.template_page-space-bear img.titel {
    left: 390px;
    top: 80px;
  }
  body.template_page-space-bear img.space-bear {
    left: 670px;
  }
  body.template_page-space-bear div.leftcolumn {
    float: none;
    margin: auto;
    position: relative;
    z-index: 22;
  }
  body.template_page-space-bear div.rightcolumn {
    margin-top: 32px;
    margin-bottom: 64px;
    float: none;
    margin: auto;
    position: relative;
    z-index: 22;
  }
}
@media only screen and (max-width: 1200px) {
  body.template_page-space-bear img.verlosung {
    display: none;
  }
}
body.template_page-space-bear .glow {
  display: none;
}
body.template_page-space-bear .site-footer {
  background: none !important;
}
body.template_page-space-bear .site-footer section.layer1 {
  background-color: rgba(53, 105, 152, 0.5);
}
body.template_page-space-bear .site-footer section.layer2 {
  /*    background-color: rgba(53,105,152,0.7); */
}
body.template_page-space-bear .site-footer section.layer3 {
  background-color: rgba(53, 105, 152, 0.8);
}
body.template_page-space-bear #space,
body.template_page-space-bear .stars {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0.5);
    animation-timing-function: ease-in;
  }
  85% {
    opacity: 1;
    transform: scale(2.8);
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: scale(3.5);
  }
}
body.template_page-space-bear .raumschiff {
  -webkit-animation-name: hovering;
  -webkit-animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: hovering;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  animation-name: hovering;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes hovering {
  from {
    -webkit-transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  to {
    -webkit-transform: translate(0, 0px);
  }
}
@-moz-keyframes hovering {
  from {
    -moz-transform: translate(0, 0px);
  }
  50% {
    -moz-transform: translate(0, -20px);
  }
  to {
    -moz-transform: translate(0, 0px);
  }
}
@keyframes hovering {
  from {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, -20px);
  }
  to {
    transform: translate(0, 0px);
  }
}
body.template_page-space-bear img.form_title {
  margin-bottom: -120px;
}
body.template_page-space-bear div.frm_forms {
  width: 50%;
  margin: auto;
  margin-top: 64px;
  margin-bottom: 128px;
  overflow: auto;
}
body.template_page-space-bear div.frm_forms div.form-field {
  margin-top: 24px;
}
body.template_page-space-bear div.frm_forms label.frm_primary_label {
  background-color: #356998;
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
}
body.template_page-space-bear div.frm_forms input[type="checkbox"] {
  float: left !important;
  width: auto !important;
}
body.template_page-space-bear div.frm_forms label {
  font-weight: bold;
}
body.template_page-space-bear div.frm_forms label:not(.frm_primary_label) {
  font-weight: normal !important;
}
body.template_page-space-bear div.frm_forms a {
  color: red;
  text-decoration: underline;
}
body.template_page-space-bear div.frm_forms .form_error {
  margin: 4px;
  border-radius: 4px;
  background-color: lightred;
}
body.template_page-space-bear div.frm_forms .frm_radio {
  clear: left;
}
@media only screen and (max-width: 910px) {
  body.template_page-space-bear .entry-content {
    margin-left: 12px;
    margin-right: 12px;
  }
  body.template_page-space-bear img.form_title {
    margin-bottom: -40px;
  }
  body.template_page-space-bear div.frm_forms {
    width: auto;
    margin-bottom: 64px;
    margin-top: 24px;
  }
  body.template_page-space-bear footer#colophon {
    display: none;
  }
}
@keyframes move {
  0%,
  100% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
}
body.style_white:not(.wp-admin),
body.style_white:not(.wp-admin) {
  background: white;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  background-image: url(https://www.wheaty.de/wp-content/themes/wheaty/less/../images/style_white/background.jpg);
  background-position: center -156px;
}
body.style_white:not(.wp-admin) .site-header,
body.style_white:not(.wp-admin) .site-header {
  position: relative;
  z-index: 500;
}
body.style_white:not(.wp-admin) img.header,
body.style_white:not(.wp-admin) img.header {
  margin-top: -50px !important;
  z-index: -1;
}
body.style_white:not(.wp-admin) img.titel,
body.style_white:not(.wp-admin) img.titel {
  margin-top: -240px;
  margin-bottom: -98px;
}
body.style_white:not(.wp-admin) section.title,
body.style_white:not(.wp-admin) section.title {
  width: 100vw;
}
@media only screen and (max-width: 960px) {
  body.style_white:not(.wp-admin) img.titel,
  body.style_white:not(.wp-admin) img.titel {
    margin-top: -120px;
  }
}
@media only screen and (max-width: 710px) {
  body.style_white:not(.wp-admin) img.titel,
  body.style_white:not(.wp-admin) img.titel {
    margin-top: 0px !important;
    margin-bottom: -32px !important;
  }
  body.style_white:not(.wp-admin) img.header,
  body.style_white:not(.wp-admin) img.header {
    margin-top: 0px !important;
  }
  body.style_white:not(.wp-admin) .entry-content,
  body.style_white:not(.wp-admin) .entry-content {
    width: 100vw !important;
    margin-left: 8px;
    margin-right: 8px;
  }
}
body.style_white:not(.wp-admin) #primary,
body.style_white:not(.wp-admin) #primary {
  width: auto;
}
@media only screen and (max-width: 910px) {
  body.style_white:not(.wp-admin) #menu-hauptmenue,
  body.style_white:not(.wp-admin) #menu-hauptmenue {
    background-color: white;
  }
}
body.style_white:not(.wp-admin) #menu-hauptmenue li a,
body.style_white:not(.wp-admin) #menu-hauptmenue li a {
  color: black;
  text-shadow: none;
}
body.style_white:not(.wp-admin) #menu-hauptmenue li.current-menu-ancestor a,
body.style_white:not(.wp-admin) #menu-hauptmenue li.current-menu-ancestor a,
body.style_white:not(.wp-admin) #menu-hauptmenue li.current-menu-parent a,
body.style_white:not(.wp-admin) #menu-hauptmenue li.current-menu-parent a {
  opacity: 1;
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}
body.style_white:not(.wp-admin) #menu-hauptmenue li.menu-item-25 a,
body.style_white:not(.wp-admin) #menu-hauptmenue li.menu-item-25 a {
  color: transparent;
}
body.style_white:not(.wp-admin) .sub-menu li a,
body.style_white:not(.wp-admin) .sub-menu li a {
  color: white;
  opacity: .4;
}
body.style_white:not(.wp-admin) .sub-menu li.current-menu-item a,
body.style_white:not(.wp-admin) .sub-menu li.current-menu-item a {
  opacity: 1;
  border-color: rgba(0, 0, 0, 0.3);
}
body.style_white:not(.wp-admin) nav.content-switcher a,
body.style_white:not(.wp-admin) nav.content-switcher a {
  color: black;
}
body.single.style_white:not(.wp-admin) #main,
body.page-template-single-article.style_white:not(.wp-admin) #main,
body.single.style_white:not(.wp-admin) #main,
body.page.white:not(.wp-admin) #main,
body.page.style_white:not(.wp-admin) #main,
body.page.style_white:not(.wp-admin) #main {
  color: black;
}
body.single.style_white:not(.wp-admin) #main,
body.page-template-single-article.style_white:not(.wp-admin) #main,
body.single.style_white:not(.wp-admin) #main,
body.page.white:not(.wp-admin) #main,
body.page.style_white:not(.wp-admin) #main,
body.page.style_white:not(.wp-admin) #main {
  /* @background: rgba(203,125,26,.4);
    background-color: @background;

    -moz-box-shadow: 0px 0px 22px @background;
    -webkit-box-shadow: 0px 0px 22px @background;
    box-shadow: 0px 0px 22px @background; */
  margin-top: 32px;
  margin-bottom: 72px;
  border-radius: 10px;
  padding-top: 24px;
}
body.single.style_white:not(.wp-admin) #main a:not(.button):not(.action),
body.page-template-single-article.style_white:not(.wp-admin) #main a:not(.button):not(.action),
body.single.style_white:not(.wp-admin) #main a:not(.button):not(.action),
body.page.white:not(.wp-admin) #main a:not(.button):not(.action),
body.page.style_white:not(.wp-admin) #main a:not(.button):not(.action),
body.page.style_white:not(.wp-admin) #main a:not(.button):not(.action) {
  color: red !important;
  border-bottom: 1px red dotted;
}
body.single.style_white:not(.wp-admin) #main button,
body.page-template-single-article.style_white:not(.wp-admin) #main button,
body.single.style_white:not(.wp-admin) #main button,
body.page.white:not(.wp-admin) #main button,
body.page.style_white:not(.wp-admin) #main button,
body.page.style_white:not(.wp-admin) #main button {
  margin-top: 6px;
}
body.single.style_white:not(.wp-admin) #main .entry-content,
body.page-template-single-article.style_white:not(.wp-admin) #main .entry-content,
body.single.style_white:not(.wp-admin) #main .entry-content,
body.page.white:not(.wp-admin) #main .entry-content,
body.page.style_white:not(.wp-admin) #main .entry-content,
body.page.style_white:not(.wp-admin) #main .entry-content {
  margin: auto;
  margin-top: 8px;
  width: 80vw;
}
body.single.style_white:not(.wp-admin) #main .entry-content p,
body.page-template-single-article.style_white:not(.wp-admin) #main .entry-content p,
body.single.style_white:not(.wp-admin) #main .entry-content p,
body.page.white:not(.wp-admin) #main .entry-content p,
body.page.style_white:not(.wp-admin) #main .entry-content p,
body.page.style_white:not(.wp-admin) #main .entry-content p {
  margin-left: 32px;
  margin-right: 32px;
}
body.single.style_white:not(.wp-admin) #main ol,
body.page-template-single-article.style_white:not(.wp-admin) #main ol,
body.single.style_white:not(.wp-admin) #main ol,
body.page.white:not(.wp-admin) #main ol,
body.page.style_white:not(.wp-admin) #main ol,
body.page.style_white:not(.wp-admin) #main ol {
  margin-left: 32px;
}
body.single.style_white:not(.wp-admin) #main h3,
body.page-template-single-article.style_white:not(.wp-admin) #main h3,
body.single.style_white:not(.wp-admin) #main h3,
body.page.white:not(.wp-admin) #main h3,
body.page.style_white:not(.wp-admin) #main h3,
body.page.style_white:not(.wp-admin) #main h3 {
  color: black;
  font-family: 'kg_ten_thousand_reasons_altRg', Helvetica, Arial, sans-serif;
}
body.single.style_white:not(.wp-admin) #main h2,
body.page-template-single-article.style_white:not(.wp-admin) #main h2,
body.single.style_white:not(.wp-admin) #main h2,
body.page.white:not(.wp-admin) #main h2,
body.page.style_white:not(.wp-admin) #main h2,
body.page.style_white:not(.wp-admin) #main h2 {
  color: black;
}
body.single.style_white:not(.wp-admin) #main p,
body.page-template-single-article.style_white:not(.wp-admin) #main p,
body.single.style_white:not(.wp-admin) #main p,
body.page.white:not(.wp-admin) #main p,
body.page.style_white:not(.wp-admin) #main p,
body.page.style_white:not(.wp-admin) #main p {
  margin-bottom: 1em;
}
body.single.style_white:not(.wp-admin) #primary,
body.page-template-single-article.style_white:not(.wp-admin) #primary,
body.single.style_white:not(.wp-admin) #primary,
body.page.white:not(.wp-admin) #primary,
body.page.style_white:not(.wp-admin) #primary,
body.page.style_white:not(.wp-admin) #primary {
  width: auto;
  background-image: none;
  background-position: none;
  padding-bottom: 32px;
}
body.single.style_white:not(.wp-admin) #content,
body.page-template-single-article.style_white:not(.wp-admin) #content,
body.single.style_white:not(.wp-admin) #content,
body.page.white:not(.wp-admin) #content,
body.page.style_white:not(.wp-admin) #content,
body.page.style_white:not(.wp-admin) #content {
  margin-top: -48px;
}
@media only screen and (max-width: 540px) {
  body.single.style_white:not(.wp-admin) #content,
  body.page-template-single-article.style_white:not(.wp-admin) #content,
  body.single.style_white:not(.wp-admin) #content,
  body.page.white:not(.wp-admin) #content,
  body.page.style_white:not(.wp-admin) #content,
  body.page.style_white:not(.wp-admin) #content {
    margin-top: 0px;
  }
}
body.page-template-page-strips:not(.wp-admin),
body.page-template-page-strips:not(.wp-admin) {
  background: white;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
}
body.page-template-page-strips:not(.wp-admin) .site-header,
body.page-template-page-strips:not(.wp-admin) .site-header {
  position: relative;
  z-index: 500;
}
body.page-template-page-strips:not(.wp-admin) img.header,
body.page-template-page-strips:not(.wp-admin) img.header {
  margin-top: -50px !important;
  z-index: -1;
}
body.page-template-page-strips:not(.wp-admin) img.titel,
body.page-template-page-strips:not(.wp-admin) img.titel {
  margin-top: -240px;
  margin-bottom: -98px;
}
body.page-template-page-strips:not(.wp-admin) section.title,
body.page-template-page-strips:not(.wp-admin) section.title {
  width: 100vw;
}
@media only screen and (max-width: 960px) {
  body.page-template-page-strips:not(.wp-admin) img.titel,
  body.page-template-page-strips:not(.wp-admin) img.titel {
    margin-top: -120px;
  }
}
@media only screen and (max-width: 710px) {
  body.page-template-page-strips:not(.wp-admin) img.titel,
  body.page-template-page-strips:not(.wp-admin) img.titel {
    margin-top: 0px !important;
    margin-bottom: -32px !important;
  }
  body.page-template-page-strips:not(.wp-admin) img.header,
  body.page-template-page-strips:not(.wp-admin) img.header {
    margin-top: 0px !important;
  }
  body.page-template-page-strips:not(.wp-admin) .entry-content,
  body.page-template-page-strips:not(.wp-admin) .entry-content {
    width: 100vw !important;
    margin-left: 8px;
    margin-right: 8px;
  }
}
body.page-template-page-strips:not(.wp-admin) #primary,
body.page-template-page-strips:not(.wp-admin) #primary {
  width: auto;
}
body.page-template-page-strips:not(.wp-admin) #menu-hauptmenue li a,
body.page-template-page-strips:not(.wp-admin) #menu-hauptmenue li a {
  color: black;
  text-shadow: none;
}
body.page-template-page-strips:not(.wp-admin) #menu-hauptmenue li.current-menu-ancestor a,
body.page-template-page-strips:not(.wp-admin) #menu-hauptmenue li.current-menu-ancestor a,
body.page-template-page-strips:not(.wp-admin) #menu-hauptmenue li.current-menu-parent a,
body.page-template-page-strips:not(.wp-admin) #menu-hauptmenue li.current-menu-parent a {
  opacity: 1;
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}
body.page-template-page-strips:not(.wp-admin) #menu-hauptmenue li.menu-item-25 a,
body.page-template-page-strips:not(.wp-admin) #menu-hauptmenue li.menu-item-25 a {
  color: transparent;
}
body.page-template-page-strips:not(.wp-admin) .sub-menu li a,
body.page-template-page-strips:not(.wp-admin) .sub-menu li a {
  color: white;
  opacity: .4;
}
body.page-template-page-strips:not(.wp-admin) .sub-menu li.current-menu-item a,
body.page-template-page-strips:not(.wp-admin) .sub-menu li.current-menu-item a {
  opacity: 1;
  border-color: rgba(0, 0, 0, 0.3);
}
body.single.style_white:not(.wp-admin) #main,
body.page-template-single-article.style_white:not(.wp-admin) #main,
body.single.style_white:not(.wp-admin) #main,
body.page.white:not(.wp-admin) #main,
body.page.style_white:not(.wp-admin) #main,
body.page.style_white:not(.wp-admin) #main {
  color: black;
}
body.single.style_white:not(.wp-admin) #main,
body.page-template-single-article.style_white:not(.wp-admin) #main,
body.single.style_white:not(.wp-admin) #main,
body.page.white:not(.wp-admin) #main,
body.page.style_white:not(.wp-admin) #main,
body.page.style_white:not(.wp-admin) #main {
  /* @background: rgba(203,125,26,.4);
    background-color: @background;

    -moz-box-shadow: 0px 0px 22px @background;
    -webkit-box-shadow: 0px 0px 22px @background;
    box-shadow: 0px 0px 22px @background; */
  margin-top: 32px;
  margin-bottom: 72px;
  border-radius: 10px;
  padding-top: 24px;
}
body.single.style_white:not(.wp-admin) #main a:not(.button):not(.action),
body.page-template-single-article.style_white:not(.wp-admin) #main a:not(.button):not(.action),
body.single.style_white:not(.wp-admin) #main a:not(.button):not(.action),
body.page.white:not(.wp-admin) #main a:not(.button):not(.action),
body.page.style_white:not(.wp-admin) #main a:not(.button):not(.action),
body.page.style_white:not(.wp-admin) #main a:not(.button):not(.action) {
  color: red !important;
  border-bottom: 1px red dotted;
}
body.single.style_white:not(.wp-admin) #main button,
body.page-template-single-article.style_white:not(.wp-admin) #main button,
body.single.style_white:not(.wp-admin) #main button,
body.page.white:not(.wp-admin) #main button,
body.page.style_white:not(.wp-admin) #main button,
body.page.style_white:not(.wp-admin) #main button {
  margin-top: 6px;
}
body.single.style_white:not(.wp-admin) #main .entry-content,
body.page-template-single-article.style_white:not(.wp-admin) #main .entry-content,
body.single.style_white:not(.wp-admin) #main .entry-content,
body.page.white:not(.wp-admin) #main .entry-content,
body.page.style_white:not(.wp-admin) #main .entry-content,
body.page.style_white:not(.wp-admin) #main .entry-content {
  margin: auto;
  margin-top: 8px;
  width: 80vw;
}
body.single.style_white:not(.wp-admin) #main .entry-content p,
body.page-template-single-article.style_white:not(.wp-admin) #main .entry-content p,
body.single.style_white:not(.wp-admin) #main .entry-content p,
body.page.white:not(.wp-admin) #main .entry-content p,
body.page.style_white:not(.wp-admin) #main .entry-content p,
body.page.style_white:not(.wp-admin) #main .entry-content p {
  margin-left: 32px;
  margin-right: 32px;
}
body.single.style_white:not(.wp-admin) #main ol,
body.page-template-single-article.style_white:not(.wp-admin) #main ol,
body.single.style_white:not(.wp-admin) #main ol,
body.page.white:not(.wp-admin) #main ol,
body.page.style_white:not(.wp-admin) #main ol,
body.page.style_white:not(.wp-admin) #main ol {
  margin-left: 32px;
}
body.single.style_white:not(.wp-admin) #main h3,
body.page-template-single-article.style_white:not(.wp-admin) #main h3,
body.single.style_white:not(.wp-admin) #main h3,
body.page.white:not(.wp-admin) #main h3,
body.page.style_white:not(.wp-admin) #main h3,
body.page.style_white:not(.wp-admin) #main h3 {
  color: black;
  font-family: 'kg_ten_thousand_reasons_altRg', Helvetica, Arial, sans-serif;
}
body.single.style_white:not(.wp-admin) #main h2,
body.page-template-single-article.style_white:not(.wp-admin) #main h2,
body.single.style_white:not(.wp-admin) #main h2,
body.page.white:not(.wp-admin) #main h2,
body.page.style_white:not(.wp-admin) #main h2,
body.page.style_white:not(.wp-admin) #main h2 {
  color: black;
}
body.single.style_white:not(.wp-admin) #main p,
body.page-template-single-article.style_white:not(.wp-admin) #main p,
body.single.style_white:not(.wp-admin) #main p,
body.page.white:not(.wp-admin) #main p,
body.page.style_white:not(.wp-admin) #main p,
body.page.style_white:not(.wp-admin) #main p {
  margin-bottom: 1em;
}
body.single.style_white:not(.wp-admin) #primary,
body.page-template-single-article.style_white:not(.wp-admin) #primary,
body.single.style_white:not(.wp-admin) #primary,
body.page.white:not(.wp-admin) #primary,
body.page.style_white:not(.wp-admin) #primary,
body.page.style_white:not(.wp-admin) #primary {
  width: auto;
  background-image: none;
  background-position: none;
  padding-bottom: 32px;
}
body.single.style_white:not(.wp-admin) #content,
body.page-template-single-article.style_white:not(.wp-admin) #content,
body.single.style_white:not(.wp-admin) #content,
body.page.white:not(.wp-admin) #content,
body.page.style_white:not(.wp-admin) #content,
body.page.style_white:not(.wp-admin) #content {
  margin-top: -48px;
}
@media only screen and (max-width: 540px) {
  body.single.style_white:not(.wp-admin) #content,
  body.page-template-single-article.style_white:not(.wp-admin) #content,
  body.single.style_white:not(.wp-admin) #content,
  body.page.white:not(.wp-admin) #content,
  body.page.style_white:not(.wp-admin) #content,
  body.page.style_white:not(.wp-admin) #content {
    margin-top: 0px;
  }
}
/* Shop finder */
section.shopfinder {
  margin-top: 48px;
}
@media only screen and (max-width: 540px) {
  section.shopfinder {
    margin-top: 0px;
  }
}
body.vegane-festtage {
  background-color: url(/wp-content/microsites/vegane-festtage/background.jpg);
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center 0px !important;
  margin-bottom: 0px !important;
}
body.vegane-festtage #menu-hauptmenue li a {
  opacity: .4 !important;
}
body.vegane-festtage #menu-hauptmenue li a:hover {
  opacity: 1 !important;
}
body.vegane-festtage .entry-content a[href*="#"] {
  background-image: none !important;
}
body.vegane-festtage main#main {
  margin-top: 0px !important;
  padding-top: 8px !important;
}
body.vegane-festtage button.action,
body.vegane-festtage a.action {
  font-size: 27px;
  border: 3px #c90000 solid;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 12px;
  color: #c90000;
  line-height: 1em;
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  width: 100%;
  display: block;
}
body.vegane-festtage button.action.primary,
body.vegane-festtage a.action.primary {
  background-color: #c90000 !important;
  color: white !important;
}
body.vegane-festtage button.action.medium,
body.vegane-festtage a.action.medium {
  font-size: 22px;
  padding-left: 32px;
  padding-right: 32px;
}
body.vegane-festtage button.action.inline,
body.vegane-festtage a.action.inline {
  display: inline !important;
}
body.vegane-festtage .action + .action {
  margin-top: 4px;
}
body.vegane-festtage #primary .entry-content {
  /* the #primary is for specificity */
  width: auto !important;
}
@media only screen and (max-width: 910px) {
  body.vegane-festtage #primary .entry-content {
    overflow: auto;
    width: 100% !important;
  }
}
body.vegane-festtage .wrapper {
  width: 80vw;
  margin: auto;
}
@media only screen and (max-width: 910px) {
  body.vegane-festtage .wrapper {
    width: 95vw;
  }
}
body.vegane-festtage section section.head {
  display: inline-block;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 24px;
  margin-top: 8px;
  background-image: url(/wp-content/microsites/vegane-festtage/Sterne.png);
  background-size: cover;
}
body.vegane-festtage section section.head.block {
  display: block;
}
body.vegane-festtage section section.head h2 {
  font-family: "bobby_jones_softcondensed", Arial, Sans-Serif !important;
  font-size: 90px !important;
  color: #c90000 !important;
  display: inline-block;
  line-height: .7em;
  margin-bottom: 48px;
}
@media only screen and (max-width: 910px) {
  body.vegane-festtage section section.head h2 {
    font-size: 40px !important;
    margin-bottom: 24px;
  }
}
body.vegane-festtage section section.head h3 {
  font-family: "bobby_jones_softcondensed", Arial, Sans-Serif !important;
  font-size: 40px !important;
  color: rgba(0, 0, 0, 0.5) !important;
  display: inline-block !important;
  line-height: 1em;
  padding: 0px;
  margin: 0px;
  padding-top: 16px;
}
@media only screen and (max-width: 910px) {
  body.vegane-festtage section section.head h3 {
    font-size: 30px !important;
  }
}
body.vegane-festtage h4 {
  display: block;
  width: 75%;
  margin: auto;
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 32px;
}
@media only screen and (max-width: 910px) {
  body.vegane-festtage h4 {
    width: 95%;
    font-size: 26px;
  }
}
body.vegane-festtage h4 strong {
  color: red;
}
body.vegane-festtage section.intro {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 910px) {
  body.vegane-festtage section.intro img.title {
    width: 90vw;
  }
}
body.vegane-festtage section.intro img.bio-logo {
  position: absolute;
}
body.vegane-festtage section.intro img.photo-large {
  border: 15px white solid;
  max-width: 85%;
  margin-bottom: 48px;
  transform: rotate(-2deg);
  /* Equal to rotateZ(45deg) */
  -webkit-box-shadow: -2px 8px 24px -3px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: -2px 8px 24px -3px rgba(0, 0, 0, 0.54);
  box-shadow: -2px 8px 24px -3px rgba(0, 0, 0, 0.54);
}
body.vegane-festtage section.intro p.introtext {
  margin-top: 64px;
}
@media only screen and (max-width: 910px) {
  body.vegane-festtage section.intro p.introtext {
    margin-top: 32px;
  }
}
body.vegane-festtage section.products {
  margin: auto;
  text-align: center;
  vertical-align: top;
}
body.vegane-festtage section.products h2 {
  margin-bottom: 8px;
}
body.vegane-festtage section.products p.hint {
  margin-top: 8px;
}
body.vegane-festtage section.products section.topasvegan-lightbox-product {
  width: 30%;
  margin-right: 1%;
  margin-left: 1%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-top: 64px;
}
@media only screen and (max-width: 910px) {
  body.vegane-festtage section.products section.topasvegan-lightbox-product {
    width: 85vw;
    margin-top: 0px;
  }
}
body.vegane-festtage section.products section.topasvegan-lightbox-product section.content {
  text-align: center;
}
body.vegane-festtage section.products section.topasvegan-lightbox-product section.content section.image {
  vertical-align: middle;
  overflow: auto;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: -2px 8px 24px -3px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: -2px 8px 24px -3px rgba(0, 0, 0, 0.54);
  box-shadow: -2px 8px 24px -3px rgba(0, 0, 0, 0.54);
  margin-bottom: 12px;
}
body.vegane-festtage section.products section.topasvegan-lightbox-product img.package {
  position: absolute;
  z-index: 100;
  top: 10%;
  max-height: 80%;
  left: 5%;
}
body.vegane-festtage section.products section.buy {
  padding-right: 5vw;
  padding-left: 5vw;
}
body.vegane-festtage section.seitan-history {
  background: url(/wp-content/microsites/vegane-festtage/borobudur.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: auto;
  padding: 24px;
  vertical-align: middle;
  width: 100%;
  color: white;
  -webkit-box-shadow: inset -1px 0px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -1px 0px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: inset -1px 0px 13px -4px rgba(0, 0, 0, 0.75);
}
body.vegane-festtage section.seitan-history h2 {
  color: white !important;
  text-shadow: 2px 2px 8px #0d3462;
}
@media only screen and (max-width: 910px) {
  body.vegane-festtage section.seitan-history h2 {
    text-align: center;
    margin-bottom: 12px;
  }
}
body.vegane-festtage section.seitan-history img.postcard {
  width: 45%;
  display: inline-block;
  margin-right: 5%;
}
@media only screen and (max-width: 910px) {
  body.vegane-festtage section.seitan-history img.postcard {
    width: 85vw;
    margin: 0px;
  }
}
body.vegane-festtage section.seitan-history section.text {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}
@media only screen and (max-width: 910px) {
  body.vegane-festtage section.seitan-history section.text {
    width: 100%;
    margin: 0px;
  }
}
body.vegane-festtage section.seitan-history p {
  padding: 0px !important;
  margin: 0px !important;
  text-shadow: 2px 2px 8px #0d3462;
}
@media only screen and (max-width: 910px) {
  body.vegane-festtage section.seitan-history p {
    text-align: center;
  }
}
body.vegane-festtage section.actions {
  margin-top: 32px;
}
body.vegane-festtage section.recipes {
  text-align: center;
}
@media only screen and (max-width: 910px) {
  body.vegane-festtage section.recipes {
    text-align: center;
  }
}
body.vegane-festtage section.recipes ul.topasvegan-lightbox-recipes.recipes {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  text-align: center;
  vertical-align: top;
}
@media only screen and (max-width: 910px) {
  body.vegane-festtage section.recipes ul.topasvegan-lightbox-recipes.recipes {
    text-align: center;
  }
}
body.vegane-festtage section.recipes ul.topasvegan-lightbox-recipes.recipes a {
  border: none !important;
}
body.vegane-festtage section.recipes ul.topasvegan-lightbox-recipes.recipes li {
  display: inline-block;
  width: 30%;
  margin-right: 1%;
  vertical-align: top;
  line-height: 1.5em;
}
@media only screen and (max-width: 910px) {
  body.vegane-festtage section.recipes ul.topasvegan-lightbox-recipes.recipes li {
    width: 85vw;
    margin: auto;
  }
}
body.vegane-festtage section.recipes ul.topasvegan-lightbox-recipes.recipes li img {
  max-width: 100%;
  display: inline-block !important;
  border: 10px white solid;
  -webkit-box-shadow: -2px 8px 14px -3px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: -2px 8px 14px -3px rgba(0, 0, 0, 0.54);
  box-shadow: -2px 8px 14px -3px rgba(0, 0, 0, 0.54);
  margin-bottom: 10px;
}
body.vegane-festtage section.recipes section.actions {
  padding-right: 5vw;
  padding-left: 5vw;
}
body.vegane-festtage section.social {
  background: url(/wp-content/microsites/vegane-festtage/background-social.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: rgba(255, 255, 255, 0.5);
  padding-top: 64px;
  padding-bottom: 64px;
  color: white;
  -webkit-box-shadow: inset -1px 0px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -1px 0px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: inset -1px 0px 13px -4px rgba(0, 0, 0, 0.75);
  text-align: center;
  overflow: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: 32px;
}
body.vegane-festtage section.social a.social {
  color: black;
  border: none !important;
  padding-right: 16px;
  padding-left: 32px;
}
body.vegane-festtage section.social a.social img.icon {
  position: relative;
  top: -4px;
  max-height: 24px;
  width: auto !important;
  padding-right: 8px;
  display: inline;
}
@media only screen and (max-width: 910px) {
  body.vegane-festtage section.social a.social {
    display: block;
    margin-bottom: 4px;
  }
}
body.vegane-festtage section.social section.social_buttons {
  padding-left: 5vw;
  padding-right: 5vw;
}
body.vegane-festtage section.social section.newsletter-button {
  padding-left: 5vw;
  padding-right: 5vw;
  margin-bottom: 24px;
  margin-top: 0px;
}
body.vegane-festtage section.social p.infotext {
  display: inline-block;
  margin-top: 12px;
  color: black;
  width: 80vw;
  padding-right: 32px;
  padding-left: 32px;
}
@media only screen and (max-width: 910px) {
  body.vegane-festtage section.social p.infotext {
    width: auto;
    padding: 0px;
  }
}
body.vegane-festtage section.social h2 {
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  font-size: 40px !important;
  color: white !important;
  display: inline-block;
  line-height: .7em;
  margin-bottom: 48px;
}
body.vegane-festtage section.social img.icon {
  width: 64px;
}
body.vegane-festtage img.character {
  display: inline;
  width: auto;
  height: 30px;
}
body.vegane-festtage section.calendar {
  background: url(/wp-content/microsites/vegane-festtage/adventskalender-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: auto;
  text-align: center;
}
body.vegane-festtage section.calendar img.logo {
  width: 30vw;
  display: inline-block;
  margin-right: 1vw;
}
@media only screen and (max-width: 910px) {
  body.vegane-festtage section.calendar img.logo {
    display: block;
    width: 75vw;
    margin: auto;
  }
}
body.vegane-festtage section.calendar section.text {
  color: white !Important;
  margin: 0px;
  padding: 0px;
  width: 40vw;
  display: inline-block;
}
@media only screen and (max-width: 910px) {
  body.vegane-festtage section.calendar section.text {
    width: 100%;
  }
}
body.vegane-festtage section.gallery h2 {
  font-family: "bobby_jones_softcondensed", Arial, Sans-Serif !important;
  font-size: 40px !important;
  color: #c90000 !important;
  display: inline-block;
  line-height: 1em;
  margin-bottom: 48px;
  font-weight: normal;
}
@media only screen and (max-width: 910px) {
  body.vegane-festtage section.gallery h2 {
    font-size: 30px !important;
    margin-bottom: 24px;
  }
}
a body.vegane-festtage section.gallery h2 {
  border: none;
}
body.vegane-festtage section.gallery h3 {
  font-family: "bobby_jones_softcondensed", Arial, Sans-Serif !important;
  font-size: 20px !important;
  color: rgba(0, 0, 0, 0.5) !important;
  display: inline-block !important;
  padding: 0px;
  margin: 0px;
  padding-top: 16px;
}
@media only screen and (max-width: 910px) {
  body.vegane-festtage section.gallery h3 {
    font-size: 16px !important;
    margin-bottom: 0px;
  }
}
a body.vegane-festtage section.gallery h3 {
  border: none;
}
body.vegane-festtage section.gallery .item {
  border: 10px white solid;
  /* transform: rotate(-3deg); /* Equal to rotateZ(45deg) */
  -webkit-box-shadow: -2px 8px 14px -3px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: -2px 8px 14px -3px rgba(0, 0, 0, 0.54);
  box-shadow: -2px 8px 14px -3px rgba(0, 0, 0, 0.54);
}
@media only screen and (max-width: 910px) {
  body.vegane-festtage footer {
    display: none;
  }
}
section.microsite-vegane-festtage.banner {
  display: block;
  position: relative;
  top: 16px;
  background-image: url(/wp-content/microsites/vegane-festtage/Banner-bg.png);
  background-size: 100% 100%;
  padding: 12px;
  max-width: 1170px;
  margin: auto;
  text-align: center;
  vertical-align: middle;
}
section.microsite-vegane-festtage.banner img.logo {
  vertical-align: middle;
  display: inline-block;
  width: 40%;
}
section.microsite-vegane-festtage.banner section.buttons {
  vertical-align: middle;
  margin-left: 5%;
  width: 40%;
  display: inline-block;
}
section.microsite-vegane-festtage.banner.recipe {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1200px) {
  section.microsite-vegane-festtage.banner {
    text-align: center;
    width: 100%;
  }
  section.microsite-vegane-festtage.banner img.logo {
    display: inline-block;
    width: 85%;
  }
  section.microsite-vegane-festtage.banner section.buttons {
    display: inline-block;
    width: 85%;
  }
}
body.veganuary-2020 {
  background-color: url(/wp-content/microsites/veganuary-2022/background.jpg);
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center 0px !important;
}
body.veganuary-2020 #menu-hauptmenue li a {
  opacity: .4 !important;
}
body.veganuary-2020 #menu-hauptmenue li a:hover {
  opacity: 1 !important;
}
body.veganuary-2020 h1 {
  font-family: "bobby_jones_softcondensed", Arial, Sans-Serif !important;
  font-size: 90px !important;
  color: #c90000 !important;
  display: inline-block;
  line-height: .9em;
  margin-bottom: 48px;
  text-shadow: none;
  webkit-text-shadow: none;
}
@media only screen and (max-width: 910px) {
  body.veganuary-2020 h1 {
    font-size: 40px !important;
    margin-bottom: 24px;
  }
}
body.veganuary-2020 .entry-content a[href*="#"] {
  background-image: none !important;
}
body.veganuary-2020 main#main {
  margin-top: 0px !important;
  padding-top: 8px !important;
}
body.veganuary-2020 button.action,
body.veganuary-2020 a.action {
  font-size: 27px;
  border: 3px #c90000 solid;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 12px;
  color: #c90000;
  line-height: 1em;
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  width: 100%;
  display: block;
}
body.veganuary-2020 button.action.primary,
body.veganuary-2020 a.action.primary {
  background-color: #c90000 !important;
  color: white !important;
}
body.veganuary-2020 button.action.medium,
body.veganuary-2020 a.action.medium {
  font-size: 22px;
  padding-left: 32px;
  padding-right: 32px;
}
body.veganuary-2020 button.action.inline,
body.veganuary-2020 a.action.inline {
  display: inline !important;
}
body.veganuary-2020 .action + .action {
  margin-top: 4px;
}
body.veganuary-2020 #primary .entry-content {
  /* the #primary is for specificity */
  width: auto !important;
}
@media only screen and (max-width: 910px) {
  body.veganuary-2020 #primary .entry-content {
    overflow: auto;
    width: 100% !important;
  }
}
body.veganuary-2020 .wrapper {
  width: 80vw;
  margin: auto;
}
@media only screen and (max-width: 910px) {
  body.veganuary-2020 .wrapper {
    width: 95vw;
  }
}
body.veganuary-2020 section section.head {
  display: inline-block;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 24px;
  margin-top: 8px;
}
body.veganuary-2020 section section.head.block {
  display: block;
}
body.veganuary-2020 section section.head h2 {
  font-family: "bobby_jones_softcondensed", Arial, Sans-Serif !important;
  font-size: 90px !important;
  color: #c90000 !important;
  display: inline-block;
  line-height: .7em;
  margin-bottom: 48px;
}
@media only screen and (max-width: 910px) {
  body.veganuary-2020 section section.head h2 {
    font-size: 40px !important;
    margin-bottom: 24px;
  }
}
body.veganuary-2020 section section.head h3 {
  font-family: "bobby_jones_softcondensed", Arial, Sans-Serif !important;
  font-size: 40px !important;
  color: rgba(0, 0, 0, 0.5) !important;
  display: inline-block !important;
  line-height: 1em;
  padding: 0px;
  margin: 0px;
  padding-top: 16px;
}
@media only screen and (max-width: 910px) {
  body.veganuary-2020 section section.head h3 {
    font-size: 30px !important;
  }
}
body.veganuary-2020 h4 {
  display: block;
  width: 75%;
  margin: auto;
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 32px;
}
@media only screen and (max-width: 910px) {
  body.veganuary-2020 h4 {
    width: 95%;
    font-size: 26px;
  }
}
body.veganuary-2020 h4 strong {
  color: red;
}
body.veganuary-2020 section.intro {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 910px) {
  body.veganuary-2020 section.intro img.title {
    width: 90vw;
  }
}
body.veganuary-2020 section.intro img.bio-logo {
  position: absolute;
}
body.veganuary-2020 section.intro img.photo-large {
  border: 15px white solid;
  max-width: 85%;
  margin-bottom: 48px;
  transform: rotate(-2deg);
  /* Equal to rotateZ(45deg) */
  -webkit-box-shadow: -2px 8px 24px -3px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: -2px 8px 24px -3px rgba(0, 0, 0, 0.54);
  box-shadow: -2px 8px 24px -3px rgba(0, 0, 0, 0.54);
}
body.veganuary-2020 section.intro p.introtext {
  margin-top: 38px;
  margin-bottom: 42px;
}
@media only screen and (max-width: 910px) {
  body.veganuary-2020 section.intro p.introtext {
    margin-top: 32px;
  }
}
body.veganuary-2020 section#protein {
  overflow: auto;
  background-color: white;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: -32px;
}
body.veganuary-2020 section#protein img.leaf {
  width: 25%;
  margin-right: 5%;
  float: left;
}
@media only screen and (max-width: 910px) {
  body.veganuary-2020 section#protein .wrapper {
    width: 85vw;
    margin: auto;
    margin-top: 0px;
    text-align: center;
  }
  body.veganuary-2020 section#protein img.leaf {
    width: 45%;
    float: none;
    margin-bottom: 24px;
  }
}
body.veganuary-2020 section.products {
  background-color: rgba(255, 255, 11, 0.4);
  margin: auto;
  text-align: center;
  vertical-align: top;
  padding-bottom: 32px;
}
body.veganuary-2020 section.products h2 {
  margin-bottom: 8px;
}
body.veganuary-2020 section.products p.hint {
  margin-top: 8px;
}
body.veganuary-2020 section.products section.topasvegan-lightbox-product {
  width: 20%;
  margin-right: 1%;
  margin-left: 1%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-top: 64px;
}
@media only screen and (max-width: 910px) {
  body.veganuary-2020 section.products section.topasvegan-lightbox-product {
    width: 85vw;
    margin-top: 0px;
  }
}
body.veganuary-2020 section.products section.topasvegan-lightbox-product section.content {
  text-align: center;
}
body.veganuary-2020 section.products section.topasvegan-lightbox-product section.content section.image {
  vertical-align: middle;
  overflow: auto;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: -2px 8px 24px -3px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: -2px 8px 24px -3px rgba(0, 0, 0, 0.54);
  box-shadow: -2px 8px 24px -3px rgba(0, 0, 0, 0.54);
  margin-bottom: 12px;
}
body.veganuary-2020 section.products section.topasvegan-lightbox-product img.package {
  position: absolute;
  z-index: 100;
  top: 10%;
  max-height: 80%;
  left: 5%;
}
body.veganuary-2020 section.products section.buy {
  padding-right: 5vw;
  padding-left: 5vw;
}
@media only screen and (max-width: 910px) {
  body.veganuary-2020 section.products section.buy {
    margin-bottom: 48px;
  }
}
body.veganuary-2020 section.packages {
  margin: auto;
  text-align: center;
  vertical-align: top;
}
body.veganuary-2020 section.packages h2 {
  margin-bottom: 8px;
}
body.veganuary-2020 section.packages p.hint {
  margin-top: 8px;
}
body.veganuary-2020 section.packages section.topasvegan-lightbox-product {
  width: 18%;
  margin-right: 1%;
  margin-left: 1%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-top: 64px;
}
@media only screen and (max-width: 910px) {
  body.veganuary-2020 section.packages section.topasvegan-lightbox-product {
    width: 85vw;
    margin-top: 0px;
  }
}
body.veganuary-2020 section.packages section.topasvegan-lightbox-product section.content {
  text-align: center;
}
body.veganuary-2020 section.packages section.topasvegan-lightbox-product section.content section.image {
  vertical-align: middle;
  overflow: auto;
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}
body.veganuary-2020 section.packages section.topasvegan-lightbox-product img.package {
  max-width: 100%;
}
body.veganuary-2020 section.packages section.buy {
  padding-right: 5vw;
  padding-left: 5vw;
}
@media only screen and (max-width: 910px) {
  body.veganuary-2020 section.packages section.buy {
    margin-bottom: 48px;
  }
}
body.veganuary-2020 section.seitan-history {
  background: url(/wp-content/microsites/vegane-festtage/borobudur.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: auto;
  padding: 24px;
  vertical-align: middle;
  width: 100%;
  color: white;
  -webkit-box-shadow: inset -1px 0px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -1px 0px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: inset -1px 0px 13px -4px rgba(0, 0, 0, 0.75);
}
body.veganuary-2020 section.seitan-history h2 {
  color: white !important;
  text-shadow: 2px 2px 8px #0d3462;
}
@media only screen and (max-width: 910px) {
  body.veganuary-2020 section.seitan-history h2 {
    text-align: center;
    margin-bottom: 12px;
  }
}
body.veganuary-2020 section.seitan-history img.postcard {
  width: 45%;
  display: inline-block;
  margin-right: 5%;
}
@media only screen and (max-width: 910px) {
  body.veganuary-2020 section.seitan-history img.postcard {
    width: 85vw;
    margin: 0px;
  }
}
body.veganuary-2020 section.seitan-history section.text {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}
@media only screen and (max-width: 910px) {
  body.veganuary-2020 section.seitan-history section.text {
    width: 100%;
    margin: 0px;
  }
}
body.veganuary-2020 section.seitan-history p {
  padding: 0px !important;
  margin: 0px !important;
  text-shadow: 2px 2px 8px #0d3462;
}
@media only screen and (max-width: 910px) {
  body.veganuary-2020 section.seitan-history p {
    text-align: center;
  }
}
body.veganuary-2020 section.actions {
  margin-top: 32px;
}
body.veganuary-2020 section.recipes {
  text-align: center;
}
@media only screen and (max-width: 910px) {
  body.veganuary-2020 section.recipes {
    text-align: center;
  }
}
body.veganuary-2020 section.recipes ul.topasvegan-lightbox-recipes.recipes {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  text-align: center;
  vertical-align: top;
}
@media only screen and (max-width: 910px) {
  body.veganuary-2020 section.recipes ul.topasvegan-lightbox-recipes.recipes {
    text-align: center;
  }
}
body.veganuary-2020 section.recipes ul.topasvegan-lightbox-recipes.recipes a {
  border: none !important;
}
body.veganuary-2020 section.recipes ul.topasvegan-lightbox-recipes.recipes li {
  display: inline-block;
  width: 30%;
  margin-right: 1%;
  vertical-align: top;
  line-height: 1.5em;
}
@media only screen and (max-width: 910px) {
  body.veganuary-2020 section.recipes ul.topasvegan-lightbox-recipes.recipes li {
    width: 85vw;
    margin: auto;
  }
}
body.veganuary-2020 section.recipes ul.topasvegan-lightbox-recipes.recipes li img {
  max-width: 100%;
  display: inline-block !important;
  border: 10px white solid;
  -webkit-box-shadow: -2px 8px 14px -3px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: -2px 8px 14px -3px rgba(0, 0, 0, 0.54);
  box-shadow: -2px 8px 14px -3px rgba(0, 0, 0, 0.54);
  margin-bottom: 10px;
}
body.veganuary-2020 section.recipes section.actions {
  padding-right: 5vw;
  padding-left: 5vw;
}
body.veganuary-2020 section.social {
  background: url(/wp-content/microsites/vegane-festtage/background-social.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: rgba(255, 255, 255, 0.5);
  padding-top: 64px;
  padding-bottom: 64px;
  color: white;
  -webkit-box-shadow: inset -1px 0px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -1px 0px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: inset -1px 0px 13px -4px rgba(0, 0, 0, 0.75);
  text-align: center;
  overflow: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: 32px;
}
body.veganuary-2020 section.social a.social {
  color: black;
  border: none !important;
  padding-right: 16px;
  padding-left: 32px;
}
body.veganuary-2020 section.social a.social img.icon {
  position: relative;
  top: -4px;
  max-height: 24px;
  width: auto !important;
  padding-right: 8px;
  display: inline;
}
@media only screen and (max-width: 910px) {
  body.veganuary-2020 section.social a.social {
    display: block;
    margin-bottom: 4px;
  }
}
body.veganuary-2020 section.social section.social_buttons {
  padding-left: 5vw;
  padding-right: 5vw;
}
body.veganuary-2020 section.social section.newsletter-button {
  padding-left: 5vw;
  padding-right: 5vw;
  margin-bottom: 24px;
  margin-top: 0px;
}
body.veganuary-2020 section.social p.infotext {
  display: inline-block;
  margin-top: 12px;
  color: black;
  width: 80vw;
  padding-right: 32px;
  padding-left: 32px;
}
@media only screen and (max-width: 910px) {
  body.veganuary-2020 section.social p.infotext {
    width: auto;
    padding: 0px;
  }
}
body.veganuary-2020 section.social h2 {
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  font-size: 40px !important;
  color: white !important;
  display: inline-block;
  line-height: .7em;
  margin-bottom: 48px;
}
body.veganuary-2020 section.social img.icon {
  width: 64px;
}
body.veganuary-2020 img.character {
  display: inline;
  width: auto;
  height: 30px;
}
body.veganuary-2020 section.calendar {
  background: url(/wp-content/microsites/vegane-festtage/adventskalender-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: auto;
  padding: 24px;
  text-align: center;
}
body.veganuary-2020 section.calendar img.logo {
  width: 30vw;
  display: inline-block;
  margin-right: 1vw;
}
@media only screen and (max-width: 910px) {
  body.veganuary-2020 section.calendar img.logo {
    display: block;
    width: 75vw;
    margin: auto;
  }
}
body.veganuary-2020 section.calendar section.text {
  color: white !Important;
  margin: 0px;
  padding: 0px;
  width: 40vw;
  display: inline-block;
}
@media only screen and (max-width: 910px) {
  body.veganuary-2020 section.calendar section.text {
    width: 100%;
  }
}
body.veganuary-2020 section.gallery h2 {
  font-family: "bobby_jones_softcondensed", Arial, Sans-Serif !important;
  font-size: 40px !important;
  color: #c90000 !important;
  display: inline-block;
  line-height: 1em;
  margin-bottom: 48px;
  font-weight: normal;
}
@media only screen and (max-width: 910px) {
  body.veganuary-2020 section.gallery h2 {
    font-size: 30px !important;
    margin-bottom: 24px;
  }
}
a body.veganuary-2020 section.gallery h2 {
  border: none;
}
body.veganuary-2020 section.gallery h3 {
  font-family: "bobby_jones_softcondensed", Arial, Sans-Serif !important;
  font-size: 20px !important;
  color: rgba(0, 0, 0, 0.5) !important;
  display: inline-block !important;
  padding: 0px;
  margin: 0px;
  padding-top: 16px;
}
@media only screen and (max-width: 910px) {
  body.veganuary-2020 section.gallery h3 {
    font-size: 16px !important;
    margin-bottom: 0px;
  }
}
a body.veganuary-2020 section.gallery h3 {
  border: none;
}
body.veganuary-2020 section.gallery .item {
  border: 10px white solid;
  /* transform: rotate(-3deg); /* Equal to rotateZ(45deg) */
  -webkit-box-shadow: -2px 8px 14px -3px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: -2px 8px 14px -3px rgba(0, 0, 0, 0.54);
  box-shadow: -2px 8px 14px -3px rgba(0, 0, 0, 0.54);
}
body.veganuary-2020 section.partner a {
  border: none !important;
}
body.veganuary-2020 section.partner.alnatura {
  background-color: rgba(185, 212, 37, 0.4);
}
body.veganuary-2020 section.partner.biocompany {
  background-color: rgba(17, 83, 50, 0.2);
}
@media only screen and (max-width: 910px) {
  body.veganuary-2020 footer {
    display: none;
  }
}
body.veganuary-2020 img.glyph {
  max-height: .9em;
}
body.vegane-ostern {
  background: none !important;
}
body.vegane-ostern .voucher {
  background-color: lightyellow;
  border: 1px #222 dotted;
  border-radius: 5px;
  padding: 3px;
}
body.vegane-ostern img.logo {
  width: 190px;
  margin: auto;
  display: block;
}
body.vegane-ostern #menu-hauptmenue li.menu-item:not(.menu-item-6671) a {
  color: black;
  opacity: 1 !important;
  text-shadow: 2px 2px 3px white;
}
body.vegane-ostern.hide_menu li.menu-item-6671 {
  -webkit-filter: drop-shadow(0px 0px 5px #ffffff);
  filter: drop-shadow(0px 0px 5px #ffffff);
}
body.vegane-ostern.hide_menu #menu-hauptmenue,
body.vegane-ostern.hide_menu #masthead {
  display: none;
}
body.vegane-ostern.hide_menu #menu-hauptmenue li:not(#menu-item-6671),
body.vegane-ostern.hide_menu #masthead li:not(#menu-item-6671) {
  display: none !important;
}
body.vegane-ostern button#menu-toggle {
  color: black;
  border: 1px #000000 solid !important;
}
body.vegane-ostern #menu-hauptmenue li a {
  opacity: .4 !important;
}
body.vegane-ostern #menu-hauptmenue li a:hover {
  opacity: 1 !important;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern .entry-content {
    margin-top: -10px !important;
  }
}
body.vegane-ostern .entry-content a[href*="#"] {
  background-image: none !important;
}
body.vegane-ostern main#main {
  margin-top: 0px !important;
  padding-top: 8px !important;
  margin-bottom: 0px !important;
}
body.vegane-ostern button.action,
body.vegane-ostern a.action {
  font-size: 27px;
  border: 3px #c90000 solid;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 12px;
  color: #c90000;
  line-height: 1em;
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  width: 100%;
  display: block;
}
body.vegane-ostern button.action.primary,
body.vegane-ostern a.action.primary {
  background-color: #c90000 !important;
  color: white !important;
}
body.vegane-ostern button.action.medium,
body.vegane-ostern a.action.medium {
  font-size: 22px;
  padding-left: 32px;
  padding-right: 32px;
}
body.vegane-ostern .action + .action {
  margin-top: 4px;
}
body.vegane-ostern #primary .entry-content {
  /* the #primary is for specificity */
  width: auto !important;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern #primary .entry-content {
    overflow: auto;
    width: 100% !important;
  }
}
body.vegane-ostern .wrapper {
  width: 80vw;
  margin: auto;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern .wrapper {
    width: auto;
  }
}
body.vegane-ostern .wrapper_wide {
  text-align: center;
  font-size: 32px;
  margin: auto;
  padding-right: 5vw;
  padding-left: 5vw;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern .wrapper_wide {
    font-size: 20px;
  }
}
body.vegane-ostern section section.head {
  display: inline-block;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 24px;
  margin-top: 8px;
}
body.vegane-ostern section section.head.block {
  display: block;
}
body.vegane-ostern section section.head h1 {
  font-family: "bobby_jones_softcondensed", Arial, Sans-Serif !important;
  font-size: 190px !important;
  color: #c90000;
  display: inline-block;
  line-height: .7em;
  margin-bottom: 48px;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section section.head h1 {
    font-size: 40px !important;
    margin-bottom: 24px;
  }
}
body.vegane-ostern section section.head h2 {
  font-family: "bobby_jones_softcondensed", Arial, Sans-Serif !important;
  font-size: 90px !important;
  color: #c90000;
  display: inline-block;
  line-height: .7em;
  margin-bottom: 48px;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section section.head h2 {
    font-size: 30px !important;
    margin-bottom: 24px;
  }
}
body.vegane-ostern section section.head h3 {
  font-family: "bobby_jones_softcondensed", Arial, Sans-Serif !important;
  font-size: 40px !important;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block !important;
  line-height: 1em;
  padding: 0px;
  margin: 0px;
  padding-top: 16px;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section section.head h3 {
    font-size: 30px !important;
  }
}
body.vegane-ostern h4 {
  display: block;
  width: 75%;
  margin: auto;
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 32px;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern h4 {
    width: 95%;
    font-size: 26px;
  }
}
body.vegane-ostern h4 strong {
  color: red;
}
body.vegane-ostern div.shift_up {
  margin-top: -240px;
}
body.vegane-ostern section.intro {
  padding-top: 240px;
  min-height: 100vh;
  text-align: center;
  background-image: url(/wp-content/microsites/vegane-ostern/WheatyFesttagsbratenBG.jpg) !important;
  background-size: cover !important;
  background-position: center bottom !important;
}
body.vegane-ostern section.intro .campaign {
  position: absolute;
}
body.vegane-ostern section.intro .campaign .wrapper {
  position: relative;
  top: -360px;
  width: 180px;
}
body.vegane-ostern section.intro .campaign .wrapper img {
  width: 180px;
  transform: rotate(15deg);
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.5));
}
@media only screen and (max-width: 1200px) {
  body.vegane-ostern section.intro .campaign {
    position: absolute;
    right: 48px;
  }
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.intro .campaign {
    position: absolute;
    right: 16px;
    top: 148px;
  }
  body.vegane-ostern section.intro .campaign .wrapper {
    top: 0px;
  }
}
body.vegane-ostern section.intro img.title {
  z-index: 55;
  position: relative;
  width: 80%;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.intro img.title {
    width: 90vw;
  }
}
body.vegane-ostern section.intro h1 {
  font-family: "bobby_jones_softcondensed", Arial, Sans-Serif !important;
  font-size: 110px !important;
  color: #fff !important;
  display: inline-block;
  line-height: .7em;
  margin-bottom: 48px;
  color: #fcedd8;
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 0 5px;
  font-size: 160px;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.intro h1 {
    font-size: 40px !important;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.intro h1 {
    background-color: #c90000;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 1.2em;
    display: inline-block;
  }
}
body.vegane-ostern section.intro h2 {
  font-family: "bobby_jones_softcondensed", Arial, Sans-Serif !important;
  font-size: 40px !important;
  color: white !important;
  background-color: #75bd18 !important;
  display: inline;
  padding: 0px;
  padding-left: 12px;
  padding-right: 12px;
  z-index: 0;
  position: relative;
  top: -32px;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.intro h2 {
    font-size: 40px !important;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.intro h2 {
    top: 0px;
  }
}
body.vegane-ostern section.intro img.bio-logo {
  position: absolute;
}
body.vegane-ostern section.intro img.photo-large {
  border: 15px white solid;
  max-width: 85%;
  margin-top: 48px;
  margin-bottom: 48px;
  transform: rotate(-2deg);
  /* Equal to rotateZ(45deg) */
  -webkit-box-shadow: -2px 8px 24px -3px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: -2px 8px 24px -3px rgba(0, 0, 0, 0.54);
  box-shadow: -2px 8px 24px -3px rgba(0, 0, 0, 0.54);
}
@media only screen and (min-width: 1200px) {
  body.vegane-ostern section.intro {
    min-height: 0px !important;
    background-position: center bottom !important;
  }
  body.vegane-ostern section.intro .title_area {
    padding-bottom: 96px;
  }
}
body.vegane-ostern section.title_area {
  margin-top: 350px;
}
body.vegane-ostern section#description {
  /*background-image: url(/wp-content/microsites/vegane-ostern/background.jpg) !important;*/
  text-align: center;
  padding-top: 24px;
}
body.vegane-ostern section#description .wrapper,
body.vegane-ostern section#description h4 {
  text-align: center;
  font-weight: normal;
}
body.vegane-ostern section.products {
  background-image: url(/wp-content/microsites/vegane-ostern/background-wall.jpg) !important;
  background-color: white;
  padding-top: 0px;
  padding-bottom: 32px;
  margin: auto;
  text-align: center;
  vertical-align: top;
}
body.vegane-ostern section.products h2 {
  margin-bottom: 8px;
}
body.vegane-ostern section.products h4 {
  text-align: center;
  font-weight: normal;
}
body.vegane-ostern section.products span.hint {
  margin-top: 8px;
  padding-bottom: 12px;
}
body.vegane-ostern section.products section.topasvegan-lightbox-product {
  width: 22%;
  margin-right: 1%;
  margin-left: 1%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-top: 0px;
}
body.vegane-ostern section.products section.topasvegan-lightbox-product h2 {
  display: block;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.products section.topasvegan-lightbox-product {
    width: 85vw;
    margin-top: 0px;
  }
}
body.vegane-ostern section.products section.topasvegan-lightbox-product section.content {
  text-align: center;
}
body.vegane-ostern section.products section.topasvegan-lightbox-product section.content section.image {
  vertical-align: middle;
  overflow: auto;
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}
body.vegane-ostern section.products section.topasvegan-lightbox-product img.package {
  z-index: 100;
  top: 10%;
  max-height: 50%;
  left: 5%;
}
body.vegane-ostern section.buy.highlight {
  background-color: #ffec00;
  background-image: url(/wp-content/microsites/vegane-ostern/background-buy-yellow.jpg) !important;
  background-size: auto 100%;
  background-repeat: repeat-x;
  transform: rotate(-1deg);
  outline: 5px yellow solid;
  border: 3px rgba(0, 0, 0, 0.5) dotted;
  padding: 24px;
  position: relative;
  top: -32px;
  webkit-box-shadow: 10px 10px 36px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 36px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 36px -7px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.buy.highlight {
    transform: rotate(0deg);
  }
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.buy.highlight {
    top: 0px;
  }
}
body.vegane-ostern section.buy .wrapper {
  padding-right: 5vw;
  padding-left: 5vw;
  margin: auto;
  line-height: 1.5em;
  font-size: 32px;
  text-align: center;
}
body.vegane-ostern section.buy .wrapper .infotext {
  margin-bottom: 12px;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.buy .wrapper {
    font-size: 20px;
  }
}
body.vegane-ostern section.buy span.hint {
  padding-top: 8px;
  color: #333;
}
body.vegane-ostern section.buy a.button {
  font-size: 32px;
  margin-top: 12px;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.buy a.button {
    font-size: 20px;
  }
}
body.vegane-ostern section.buy p {
  margin: 0px !important;
}
body.vegane-ostern section.seitan-history {
  background: url(/wp-content/microsites/vegane-ostern/borobudur.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: auto;
  padding: 24px;
  vertical-align: middle;
  width: 100%;
  color: white;
  -webkit-box-shadow: inset -1px 0px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -1px 0px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: inset -1px 0px 13px -4px rgba(0, 0, 0, 0.75);
}
body.vegane-ostern section.seitan-history h2 {
  color: white !important;
  text-shadow: 2px 2px 8px #0d3462;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.seitan-history h2 {
    text-align: center;
    margin-bottom: 12px;
  }
}
body.vegane-ostern section.seitan-history img.postcard {
  width: 45%;
  display: inline-block;
  margin-right: 5%;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.seitan-history img.postcard {
    width: 85vw;
    margin: 0px;
  }
}
body.vegane-ostern section.seitan-history section.text {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.seitan-history section.text {
    width: 100%;
    margin: 0px;
  }
}
body.vegane-ostern section.seitan-history p {
  padding: 0px !important;
  margin: 0px !important;
  text-shadow: 2px 2px 8px #0d3462;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.seitan-history p {
    text-align: center;
  }
}
body.vegane-ostern section.actions {
  margin-top: 32px;
}
body.vegane-ostern section.recipes {
  background: url(/wp-content/microsites/vegane-ostern/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-bottom: 6px;
  margin-bottom: 0px;
  text-align: center;
}
body.vegane-ostern section.recipes h1 {
  color: rgba(0, 0, 0, 0.5) !important;
}
body.vegane-ostern section.recipes h2 {
  color: rgba(0, 0, 0, 0.5) !important;
  font-family: 'Anivers-Regular';
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.recipes {
    text-align: center;
  }
}
body.vegane-ostern section.recipes ul.topasvegan-lightbox-recipes.recipes {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  text-align: center;
  vertical-align: top;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.recipes ul.topasvegan-lightbox-recipes.recipes {
    text-align: center;
  }
}
body.vegane-ostern section.recipes ul.topasvegan-lightbox-recipes.recipes a {
  border: none !important;
}
body.vegane-ostern section.recipes ul.topasvegan-lightbox-recipes.recipes li {
  display: inline-block;
  width: 30%;
  margin-right: 1%;
  vertical-align: top;
  line-height: 1.5em;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.recipes ul.topasvegan-lightbox-recipes.recipes li {
    width: 85vw;
    margin: auto;
  }
}
body.vegane-ostern section.recipes ul.topasvegan-lightbox-recipes.recipes li img {
  max-width: 100%;
  display: inline-block !important;
  border: 10px white solid;
  -webkit-box-shadow: -2px 8px 14px -3px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: -2px 8px 14px -3px rgba(0, 0, 0, 0.54);
  box-shadow: -2px 8px 14px -3px rgba(0, 0, 0, 0.54);
  margin-bottom: 10px;
}
body.vegane-ostern section.recipes section.actions {
  padding-right: 5vw;
  padding-left: 5vw;
}
body.vegane-ostern section.social {
  background: url(/wp-content/microsites/vegane-ostern/background-gewinnspiel.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: rgba(255, 255, 255, 0.5);
  padding-top: 64px;
  padding-bottom: 64px;
  color: white;
  -webkit-box-shadow: inset -1px 0px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -1px 0px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: inset -1px 0px 13px -4px rgba(0, 0, 0, 0.75);
  text-align: center;
  overflow: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: 0px;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.social {
    padding-top: 0px;
    overflow: hidden;
  }
}
body.vegane-ostern section.social section.content {
  background-color: white;
  padding: 24px;
  border-radius: 8px;
  width: 80vw;
  margin: auto;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.social section.content {
    width: auto;
  }
}
body.vegane-ostern section.social a.social {
  color: black;
  border: none !important;
  padding-right: 16px;
  padding-left: 32px;
}
body.vegane-ostern section.social a.social img.icon {
  position: relative;
  top: -4px;
  max-height: 24px;
  width: auto !important;
  padding-right: 8px;
  display: inline;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.social a.social {
    display: block;
    margin-bottom: 4px;
  }
}
body.vegane-ostern section.social section.social_buttons {
  padding-left: 5vw;
  padding-right: 5vw;
}
body.vegane-ostern section.social section.newsletter-button {
  padding-left: 5vw;
  padding-right: 5vw;
  margin-bottom: 24px;
  margin-top: 0px;
}
body.vegane-ostern section.social p.infotext {
  display: inline-block;
  margin-top: 12px;
  color: black;
  font-size: 32px;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.social p.infotext {
    font-size: 20px;
  }
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.social p.infotext {
    width: auto;
    padding: 0px;
  }
}
body.vegane-ostern section.social h2 {
  font-family: "bobby_jones_softcondensed", Arial, Sans-Serif !important;
  font-size: 110px !important;
  color: #fff !important;
  display: inline-block;
  line-height: .7em;
  margin-bottom: 48px;
  color: #fcedd8;
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 0 5px;
  text-shadow: 2px 2px #000000;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.social h2 {
    font-size: 40px !important;
    margin-bottom: 24px;
  }
}
body.vegane-ostern section.social h3 {
  color: white !important;
}
body.vegane-ostern section.social img.icon {
  width: 64px;
}
body.vegane-ostern img.character {
  display: inline;
  width: auto;
  height: 30px;
}
body.vegane-ostern section.calendar {
  background: url(/wp-content/microsites/vegane-ostern/adventskalender-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: auto;
  padding: 24px;
  text-align: center;
}
body.vegane-ostern section.calendar img.logo {
  width: 30vw;
  display: inline-block;
  margin-right: 1vw;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.calendar img.logo {
    display: block;
    width: 75vw;
    margin: auto;
  }
}
body.vegane-ostern section.calendar section.text {
  color: white !Important;
  margin: 0px;
  padding: 0px;
  width: 40vw;
  display: inline-block;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.calendar section.text {
    width: 100%;
  }
}
body.vegane-ostern section.gallery h2 {
  font-family: "bobby_jones_softcondensed", Arial, Sans-Serif !important;
  font-size: 40px !important;
  color: #c90000;
  display: inline-block;
  line-height: 1em;
  margin-bottom: 48px;
  font-weight: normal;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.gallery h2 {
    font-size: 30px !important;
    margin-bottom: 24px;
  }
}
a body.vegane-ostern section.gallery h2 {
  border: none;
}
body.vegane-ostern section.gallery h3 {
  font-family: "bobby_jones_softcondensed", Arial, Sans-Serif !important;
  font-size: 20px !important;
  color: rgba(0, 0, 0, 0.5) !important;
  display: inline-block !important;
  padding: 0px;
  margin: 0px;
  padding-top: 16px;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern section.gallery h3 {
    font-size: 16px !important;
    margin-bottom: 0px;
  }
}
a body.vegane-ostern section.gallery h3 {
  border: none;
}
body.vegane-ostern section.gallery .item {
  border: 10px white solid;
  /* transform: rotate(-3deg); /* Equal to rotateZ(45deg) */
  -webkit-box-shadow: -2px 8px 14px -3px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: -2px 8px 14px -3px rgba(0, 0, 0, 0.54);
  box-shadow: -2px 8px 14px -3px rgba(0, 0, 0, 0.54);
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern footer {
    display: none;
  }
}
body.vegane-ostern footer section#newsletter {
  display: none;
}
body.vegane-ostern section.microsite-vegane-ostern.banner {
  display: block;
  position: relative;
  top: 16px;
  background-image: url(/wp-content/microsites/vegane-ostern/Banner-bg.png);
  background-size: 100% 100%;
  padding: 12px;
  max-width: 1170px;
  margin: auto;
  text-align: center;
  vertical-align: middle;
}
body.vegane-ostern section.microsite-vegane-ostern.banner img.logo {
  vertical-align: middle;
  display: inline-block;
  width: 40%;
}
body.vegane-ostern section.microsite-vegane-ostern.banner section.buttons {
  vertical-align: middle;
  margin-left: 5%;
  width: 40%;
  display: inline-block;
}
body.vegane-ostern section.microsite-vegane-ostern.banner.recipe {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1200px) {
  body.vegane-ostern section.microsite-vegane-ostern.banner {
    text-align: center;
    width: 100%;
  }
  body.vegane-ostern section.microsite-vegane-ostern.banner img.logo {
    display: inline-block;
    width: 85%;
  }
  body.vegane-ostern section.microsite-vegane-ostern.banner section.buttons {
    display: inline-block;
    width: 85%;
  }
}
body.vegane-ostern p.introtext {
  margin: 12px 0px 0px 0px !important;
}
@media only screen and (max-width: 910px) {
  body.vegane-ostern p.introtext {
    margin-top: 12px;
  }
}
/* Global styles */
.h1_big_white {
  font-family: "bobby_jones_softcondensed", Arial, Sans-Serif !important;
  font-size: 110px !important;
  color: #fff !important;
  display: inline-block;
  line-height: .7em;
  margin-bottom: 48px;
  color: #fcedd8;
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 0 5px;
}
@media only screen and (max-width: 910px) {
  .h1_big_white {
    font-size: 40px !important;
    margin-bottom: 24px;
  }
}
.wrapper_global {
  width: 80vw;
  margin: auto;
}
@media only screen and (max-width: 910px) {
  .wrapper_global {
    width: auto;
  }
}
.wrapper_wide_global {
  text-align: center;
  font-size: 32px;
  margin: auto;
  padding-right: 5vw;
  padding-left: 5vw;
}
@media only screen and (max-width: 910px) {
  .wrapper_wide_global {
    font-size: 20px;
  }
}
.large_text_global {
  font-size: 32px;
}
@media only screen and (max-width: 910px) {
  .large_text_global {
    font-size: 20px;
  }
}
body.testkueche {
  background-position: fixed;
  background-color: url(/wp-content/microsites/testkueche/background.jpg);
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center 0px !important;
}
body.testkueche a.button.fullwidth.action_primary#button {
  color: white !important;
}
body.testkueche.form .wrapper {
  width: 50%;
  margin: auto;
}
@media only screen and (max-width: 910px) {
  body.testkueche.form .wrapper {
    width: 100%;
  }
}
body.testkueche #menu-hauptmenue li a {
  opacity: .4 !important;
}
body.testkueche #menu-hauptmenue li a:hover {
  opacity: 1 !important;
}
body.testkueche h1 {
  font-family: "bobby_jones_softcondensed", Arial, Sans-Serif !important;
  font-size: 90px !important;
  color: #c90000 !important;
  display: inline-block;
  line-height: .7em;
  margin-bottom: 48px;
  text-shadow: none;
  webkit-text-shadow: none;
}
@media only screen and (max-width: 910px) {
  body.testkueche h1 {
    font-size: 40px !important;
    margin-bottom: 24px;
  }
}
body.testkueche h3 {
  font-family: "bobby_jones_softcondensed", Arial, Sans-Serif !important;
  font-size: 50px !important;
  color: red !important;
  display: block;
  text-align: center;
  line-height: .9em;
  margin-bottom: 20px;
  margin-top: 48px;
  text-shadow: none;
  webkit-text-shadow: none;
}
@media only screen and (max-width: 910px) {
  body.testkueche h3 {
    font-size: 40px !important;
    margin-bottom: 24px;
  }
}
body.testkueche .arrow {
  width: 1em;
  margin-right: .5em;
  position: relative;
  top: -3px;
}
body.testkueche ul {
  list-style-type: none;
  list-style-image: none;
}
body.testkueche ul li {
  margin-bottom: 14px;
}
body.testkueche .entry-content a[href*="#"] {
  background-image: none !important;
}
body.testkueche main#main {
  margin-top: 0px !important;
  padding-top: 8px !important;
}
body.testkueche button.action,
body.testkueche a.action {
  font-size: 27px;
  border: 3px #c90000 solid;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 12px;
  color: #c90000;
  line-height: 1em;
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  width: 100%;
  display: block;
}
body.testkueche button.action.primary,
body.testkueche a.action.primary {
  background-color: #c90000 !important;
  color: white !important;
}
body.testkueche button.action.medium,
body.testkueche a.action.medium {
  font-size: 22px;
  padding-left: 32px;
  padding-right: 32px;
}
body.testkueche button.action.inline,
body.testkueche a.action.inline {
  display: inline !important;
}
body.testkueche .action + .action {
  margin-top: 4px;
}
body.testkueche #primary .entry-content {
  /* the #primary is for specificity */
  width: auto !important;
}
@media only screen and (max-width: 910px) {
  body.testkueche #primary .entry-content {
    overflow: auto;
    width: 100% !important;
  }
}
body.testkueche .wrapper {
  width: 80vw;
  margin: auto;
}
@media only screen and (max-width: 910px) {
  body.testkueche .wrapper {
    width: 95vw;
  }
}
body.testkueche section section.head {
  display: inline-block;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 24px;
  margin-top: 8px;
}
body.testkueche section section.head.block {
  display: block;
}
body.testkueche section section.head h2 {
  font-family: "bobby_jones_softcondensed", Arial, Sans-Serif !important;
  font-size: 90px !important;
  color: #c90000 !important;
  display: inline-block;
  line-height: .7em;
  margin-bottom: 48px;
}
@media only screen and (max-width: 910px) {
  body.testkueche section section.head h2 {
    font-size: 40px !important;
    margin-bottom: 24px;
  }
}
body.testkueche section section.head h3 {
  font-family: "bobby_jones_softcondensed", Arial, Sans-Serif !important;
  font-size: 40px !important;
  color: rgba(0, 0, 0, 0.5) !important;
  display: inline-block !important;
  line-height: 1em;
  padding: 0px;
  margin: 0px;
  padding-top: 16px;
}
@media only screen and (max-width: 910px) {
  body.testkueche section section.head h3 {
    font-size: 30px !important;
  }
}
body.testkueche h4 {
  display: block;
  width: 75%;
  margin: auto;
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 32px;
}
@media only screen and (max-width: 910px) {
  body.testkueche h4 {
    width: 95%;
    font-size: 26px;
  }
}
body.testkueche h4 strong {
  color: red;
}
body.testkueche section.intro {
  margin-top: 20px;
  text-align: center;
}
body.testkueche section.intro .wrapper {
  text-align: center;
}
@media only screen and (max-width: 910px) {
  body.testkueche section.intro .wrapper img.title {
    width: 90vw;
  }
}
body.testkueche section.intro .wrapper img.bio-logo {
  position: absolute;
}
body.testkueche section.intro img.photo-large {
  border: 15px white solid;
  max-width: 85%;
  margin-bottom: 48px;
  transform: rotate(-2deg);
  /* Equal to rotateZ(45deg) */
  -webkit-box-shadow: -2px 8px 24px -3px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: -2px 8px 24px -3px rgba(0, 0, 0, 0.54);
  box-shadow: -2px 8px 24px -3px rgba(0, 0, 0, 0.54);
}
body.testkueche section.intro p.introtext {
  margin-top: 38px;
  margin-bottom: 42px;
}
@media only screen and (max-width: 910px) {
  body.testkueche section.intro p.introtext {
    margin-top: 32px;
  }
}
body.testkueche section.products {
  background-color: rgba(255, 255, 11, 0.4);
  margin: auto;
  text-align: center;
  vertical-align: top;
}
body.testkueche section.products h2 {
  margin-bottom: 8px;
}
body.testkueche section.products p.hint {
  margin-top: 8px;
}
body.testkueche section.products section.topasvegan-lightbox-product {
  width: 30%;
  margin-right: 1%;
  margin-left: 1%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-top: 64px;
}
@media only screen and (max-width: 910px) {
  body.testkueche section.products section.topasvegan-lightbox-product {
    width: 85vw;
    margin-top: 0px;
  }
}
body.testkueche section.products section.topasvegan-lightbox-product section.content {
  text-align: center;
}
body.testkueche section.products section.topasvegan-lightbox-product section.content section.image {
  vertical-align: middle;
  overflow: auto;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: -2px 8px 24px -3px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: -2px 8px 24px -3px rgba(0, 0, 0, 0.54);
  box-shadow: -2px 8px 24px -3px rgba(0, 0, 0, 0.54);
  margin-bottom: 12px;
}
body.testkueche section.products section.topasvegan-lightbox-product img.package {
  position: absolute;
  z-index: 100;
  top: 10%;
  max-height: 80%;
  left: 5%;
}
body.testkueche section.products section.buy {
  padding-right: 5vw;
  padding-left: 5vw;
}
@media only screen and (max-width: 910px) {
  body.testkueche section.products section.buy {
    margin-bottom: 48px;
  }
}
body.testkueche section.packages {
  margin: auto;
  text-align: center;
  vertical-align: top;
}
body.testkueche section.packages h2 {
  margin-bottom: 8px;
}
body.testkueche section.packages p.hint {
  margin-top: 8px;
}
body.testkueche section.packages section.topasvegan-lightbox-product {
  width: 18%;
  margin-right: 1%;
  margin-left: 1%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-top: 64px;
}
@media only screen and (max-width: 910px) {
  body.testkueche section.packages section.topasvegan-lightbox-product {
    width: 85vw;
    margin-top: 0px;
  }
}
body.testkueche section.packages section.topasvegan-lightbox-product section.content {
  text-align: center;
}
body.testkueche section.packages section.topasvegan-lightbox-product section.content section.image {
  vertical-align: middle;
  overflow: auto;
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}
body.testkueche section.packages section.topasvegan-lightbox-product img.package {
  max-width: 100%;
}
body.testkueche section.packages section.buy {
  padding-right: 5vw;
  padding-left: 5vw;
}
@media only screen and (max-width: 910px) {
  body.testkueche section.packages section.buy {
    margin-bottom: 48px;
  }
}
body.testkueche section.seitan-history {
  background: url(/wp-content/microsites/vegane-festtage/borobudur.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: auto;
  padding: 24px;
  vertical-align: middle;
  width: 100%;
  color: white;
  -webkit-box-shadow: inset -1px 0px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -1px 0px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: inset -1px 0px 13px -4px rgba(0, 0, 0, 0.75);
}
body.testkueche section.seitan-history h2 {
  color: white !important;
  text-shadow: 2px 2px 8px #0d3462;
}
@media only screen and (max-width: 910px) {
  body.testkueche section.seitan-history h2 {
    text-align: center;
    margin-bottom: 12px;
  }
}
body.testkueche section.seitan-history img.postcard {
  width: 45%;
  display: inline-block;
  margin-right: 5%;
}
@media only screen and (max-width: 910px) {
  body.testkueche section.seitan-history img.postcard {
    width: 85vw;
    margin: 0px;
  }
}
body.testkueche section.seitan-history section.text {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}
@media only screen and (max-width: 910px) {
  body.testkueche section.seitan-history section.text {
    width: 100%;
    margin: 0px;
  }
}
body.testkueche section.seitan-history p {
  padding: 0px !important;
  margin: 0px !important;
  text-shadow: 2px 2px 8px #0d3462;
}
@media only screen and (max-width: 910px) {
  body.testkueche section.seitan-history p {
    text-align: center;
  }
}
body.testkueche section.actions {
  margin-top: 32px;
}
body.testkueche section.recipes {
  text-align: center;
}
@media only screen and (max-width: 910px) {
  body.testkueche section.recipes {
    text-align: center;
  }
}
body.testkueche section.recipes ul.topasvegan-lightbox-recipes.recipes {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  text-align: center;
  vertical-align: top;
}
@media only screen and (max-width: 910px) {
  body.testkueche section.recipes ul.topasvegan-lightbox-recipes.recipes {
    text-align: center;
  }
}
body.testkueche section.recipes ul.topasvegan-lightbox-recipes.recipes a {
  border: none !important;
}
body.testkueche section.recipes ul.topasvegan-lightbox-recipes.recipes li {
  display: inline-block;
  width: 30%;
  margin-right: 1%;
  vertical-align: top;
  line-height: 1.5em;
}
@media only screen and (max-width: 910px) {
  body.testkueche section.recipes ul.topasvegan-lightbox-recipes.recipes li {
    width: 85vw;
    margin: auto;
  }
}
body.testkueche section.recipes ul.topasvegan-lightbox-recipes.recipes li img {
  max-width: 100%;
  display: inline-block !important;
  border: 10px white solid;
  -webkit-box-shadow: -2px 8px 14px -3px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: -2px 8px 14px -3px rgba(0, 0, 0, 0.54);
  box-shadow: -2px 8px 14px -3px rgba(0, 0, 0, 0.54);
  margin-bottom: 10px;
}
body.testkueche section.recipes section.actions {
  padding-right: 5vw;
  padding-left: 5vw;
}
body.testkueche section.social {
  background: url(/wp-content/microsites/vegane-festtage/background-social.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: rgba(255, 255, 255, 0.5);
  padding-top: 64px;
  padding-bottom: 64px;
  color: white;
  -webkit-box-shadow: inset -1px 0px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -1px 0px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: inset -1px 0px 13px -4px rgba(0, 0, 0, 0.75);
  text-align: center;
  overflow: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: 32px;
}
body.testkueche section.social a.social {
  color: black;
  border: none !important;
  padding-right: 16px;
  padding-left: 32px;
}
body.testkueche section.social a.social img.icon {
  position: relative;
  top: -4px;
  max-height: 24px;
  width: auto !important;
  padding-right: 8px;
  display: inline;
}
@media only screen and (max-width: 910px) {
  body.testkueche section.social a.social {
    display: block;
    margin-bottom: 4px;
  }
}
body.testkueche section.social section.social_buttons {
  padding-left: 5vw;
  padding-right: 5vw;
}
body.testkueche section.social section.newsletter-button {
  padding-left: 5vw;
  padding-right: 5vw;
  margin-bottom: 24px;
  margin-top: 0px;
}
body.testkueche section.social p.infotext {
  display: inline-block;
  margin-top: 12px;
  color: black;
  width: 80vw;
  padding-right: 32px;
  padding-left: 32px;
}
@media only screen and (max-width: 910px) {
  body.testkueche section.social p.infotext {
    width: auto;
    padding: 0px;
  }
}
body.testkueche section.social h2 {
  font-family: 'Anivers-Regular', Helvetica, Arial, sans-serif;
  font-size: 40px !important;
  color: white !important;
  display: inline-block;
  line-height: .7em;
  margin-bottom: 48px;
}
body.testkueche section.social img.icon {
  width: 64px;
}
body.testkueche img.character {
  display: inline;
  width: auto;
  height: 30px;
}
body.testkueche section.calendar {
  background: url(/wp-content/microsites/vegane-festtage/adventskalender-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: auto;
  padding: 24px;
  text-align: center;
}
body.testkueche section.calendar img.logo {
  width: 30vw;
  display: inline-block;
  margin-right: 1vw;
}
@media only screen and (max-width: 910px) {
  body.testkueche section.calendar img.logo {
    display: block;
    width: 75vw;
    margin: auto;
  }
}
body.testkueche section.calendar section.text {
  color: white !Important;
  margin: 0px;
  padding: 0px;
  width: 40vw;
  display: inline-block;
}
@media only screen and (max-width: 910px) {
  body.testkueche section.calendar section.text {
    width: 100%;
  }
}
body.testkueche section.gallery h2 {
  font-family: "bobby_jones_softcondensed", Arial, Sans-Serif !important;
  font-size: 40px !important;
  color: #c90000 !important;
  display: inline-block;
  line-height: 1em;
  margin-bottom: 48px;
  font-weight: normal;
}
@media only screen and (max-width: 910px) {
  body.testkueche section.gallery h2 {
    font-size: 30px !important;
    margin-bottom: 24px;
  }
}
a body.testkueche section.gallery h2 {
  border: none;
}
body.testkueche section.gallery h3 {
  font-family: "bobby_jones_softcondensed", Arial, Sans-Serif !important;
  font-size: 20px !important;
  color: rgba(0, 0, 0, 0.5) !important;
  display: inline-block !important;
  padding: 0px;
  margin: 0px;
  padding-top: 16px;
}
@media only screen and (max-width: 910px) {
  body.testkueche section.gallery h3 {
    font-size: 16px !important;
    margin-bottom: 0px;
  }
}
a body.testkueche section.gallery h3 {
  border: none;
}
body.testkueche section.gallery .item {
  border: 10px white solid;
  /* transform: rotate(-3deg); /* Equal to rotateZ(45deg) */
  -webkit-box-shadow: -2px 8px 14px -3px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: -2px 8px 14px -3px rgba(0, 0, 0, 0.54);
  box-shadow: -2px 8px 14px -3px rgba(0, 0, 0, 0.54);
}
body.testkueche section.partner a {
  border: none !important;
}
body.testkueche section.partner.alnatura {
  background-color: rgba(185, 212, 37, 0.4);
}
body.testkueche section.partner.biocompany {
  background-color: rgba(17, 83, 50, 0.2);
}
@media only screen and (max-width: 910px) {
  body.testkueche footer {
    display: none;
  }
}
body.testkueche img.glyph {
  max-height: .9em;
}
