﻿@charset "UTF-8";
/*
Theme Name: Flixgrün_2017
Author: Gregor Döhnert
Author URI: https://www.gregor-doehnert-grafik.de//
Description: Responsives Theme für Flixgrün von Gregor Döhnert Grafik.
Version: 1.0
*/
/* für debugging */
/* header, main, nav, article, aside, footer {
background: rgba(200,200,200,0.2);
padding: 0.5em;
margin-bottom: 0.5em;
} */
/* @import url("https://fonts.googleapis.com/css?family=Muli:300,400,600,700,900"); */
@font-face {
  font-family: 'nexa_rust_sansblack';
  src: url("/wp-content/fonts/NexaRustSans-Black-Free-webfont.eot");
  src: url("/wp-content/fonts/NexaRustSans-Black-Free-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/fonts/NexaRustSans-Black-Free-webfont.woff2") format("woff2"), url("/wp-content/fonts/NexaRustSans-Black-Free-webfont.woff") format("woff"), url("/wp-content/fonts/NexaRustSans-Black-Free-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
    font-family: 'muliregularitalic';
    src: url('/wp-content/fonts/muli-italic-webfont.woff2') format('woff2'),
         url('/wp-content/fonts/muli-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'muliregular';
    src: url('/wp-content/fonts/muli-webfont.woff2') format('woff2'),
         url('/wp-content/fonts/muli-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal; }

/* GLOBALS */
* {
  box-sizing: border-box; }

body {
  color: #2F4B46;
  font-size: 15px;
  font-family: 'muliregular',Calibri,Arial,Helvetica,sans-serif;
  line-height: 1.5;
  background: #EFEBDD url("/wp-content/themes/flixgruen/images/Pappe_1500x750.jpg") repeat;
  background-attachment: fixed; }

.wrapper {
  width: 90%;
  margin: 0 5%; }

a:link,
a:visited {
  color: #3F6B4B;
  text-decoration: none; }

a:hover,
a:focus {
  color: #628979;
  cursor: pointer; }

/* header */
nav {
  /*float: right;*/
  width: 100%; }

.nav-container {
  background-color: #fff;
  height: 2.1em;
  position: fixed; }

.logo {
  width: 300px;
  padding: 1.5em 1em;
  display: block; }

.logo img {
  width: 220px; }

/* Suche */
/*.suche {
	position: absolute;
	top: -1.5em;
	right:0;
}*/
#searchfield {
  clear: both; }

#searchfield .searchinput {
  height: 40px;
  top: 0;
  border: none;
  width: 32px;
  background: url("images/search-white.png") transparent no-repeat;
  background-position: 4px center;
  display: inline-block;
  line-height: 31px;
  outline: medium none;
  padding: 0.2em 0 0 40px;
  z-index: 100;
  -webkit-transition: width 0.6s;
  /* For Safari 3.1 to 6.0 */
  transition: width 0.6s;
  color: #747474;
  font-family: "muliregular",Calibri,Arial,Helvetica,sans-serif; }

#searchfield .searchinput:hover,
#searchfield .searchinput:focus,
#searchfield .searchinput:active {
  background: url("../../uploads/suche-icon_hell.png") #fff no-repeat;
  background-position: 4px center;
  width: 100%; }

#searchfield .searchinput::placeholder {
  color: #666; }

#searchfield .searchinput:hover::placeholder {
  color: #888; }

#searchfield .searchinput:focus::placeholder,
#searchfield .searchinput:active::placeholder {
  color: #fff; }

.header_bg {
  background-color: #3F6B4B;
  max-height: 536px; }

.wrapper_headerimage {
  /*width: 1280px !important;*/
  max-width: 100%; }

.headerimage {
  margin-bottom: 26px;
  max-height: 255px;
  display: block;
  background-position: center 25%;
  background-size: 100% auto;
  background-size: cover;
  height: 200px;
  border-bottom: 8px solid #1e5031;
  border-top: 8px solid #1e5031; }

.headerslider {
  margin-bottom: 26px;
  max-height: 536px;
  display: block;
  background-position: center 25%;
  background-size: 100% auto;
  background-size: cover;
  border-bottom: 8px solid #1e5031;
  border-top: 8px solid #1e5031; }

.home .headerimage,
.home .headerslider {
  max-height: 536px; }

.headerimage p,
.headerslider p {
  font-family: 'nexa_rust_sansblack';
  text-align: center;
  margin-top: 0.3em;
  z-index: 5;
  position: absolute;
  margin: 0.3em auto;
  width: 100%; }

.headerimage .header_slogan,
.headerslider .header_slogan {
  text-align: center;
  color: #fff;
  background-color: #1e5031;
  padding: 0.3em 1em;
  font-size: 1em; }

/* main */
.breadcrumbs {
  float: right;
  font-size: 0.85em;
  text-transform: uppercase; }

.page-title {
  font-size: 1.8em;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2em;
  text-align: center; }

/* content */
h3 {
  font-size: 1.2em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 2em 0 0.5em 0; }

h4 {
  margin: 1.5em 0 -0.5em 0; }

section:last-child {
  margin-bottom: 3em; }

.front-page section:last-child {
  margin-bottom: 0; }

article .so-gehts-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
  margin-bottom: 2em;
  border-top: 3px solid #1e5031;
  background-color: rgba(255, 255, 255, 0.5); }

article .so-gehts-container h2 {
  text-transform: uppercase; }

article .so-gehts-bild {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left; }

article .so-gehts-bild img {
  width: 100%; }

article .so-gehts-inner {
  display: table-cell;
  padding-right: 2em;
  padding-left: 2em; }

.front-page .page p,
.sorte-container p {
  font-size: 1.15em;
  line-height: 1.4em; }

ul {
  padding: 1em; }

/* sidebar */
.termin {
  margin-top: 0;
  margin-bottom: 0; }

.termin:first-of-type {
  margin-top: 1em; }

.termin:last-child {
  margin-bottom: inherit; }

.widgettitle {
  margin-top: 0; }

.widget {
  margin-top: 1em; }

/* footer */
.site-footer {
  background-color: rgba(254, 255, 236, 0.6);
  margin-top: 2em;
  padding: 2em 0; }

footer .onethird:first-child {
  float: left;
  width: 100%; }

/* s. media queries */
footer .logo {
  padding-left: 0; }

footer .logo > img {
  width: 150px; }

footer .contact {
  opacity: 0.8; }

.contact > a {
  color: #000; }

footer .contact:hover,
footer .contact:focus {
  opacity: 1; }

.contact > a:link,
.contact > a:focus {
  color: #000 !important; }

@media only screen and (min-width: 1140px) {
  /* ===============
Maximal Width
=============== */
  .wrapper {
    width: 1026px;
    /* 1140px - 10% for margins */
    margin: 0 auto; } }

/* ===== Initializr Styles ==================================================  */
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #D8E75F;
  text-shadow: none; }

::selection {
  background: #D8E75F;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dotted #628979;
  margin: 2em 0;
  padding: 0; }

hr:last-child {
  display: none; }

.search hr {
  margin: 0;
  width: 61%; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ===================
ALL: flixgruen-theme
=================== */
.title {
  color: white; }

h1 {
  font-family: 'nexa_rust_sansblack';
  font-size: 2.2em;
  text-align: center; }

h1 a {
  text-decoration: none;
  color: #3F6B4B; }

h1 a:link,
h1 a:visited {
  text-decoration: none;
  color: #3F6B4B; }

h1 a:hover,
h1 a:focus {
  text-decoration: none;
  color: #628979; }

.article_3 p,
.article_3 h2,
.rsCaption h2 {
  text-align: center; }

.article_3 button,
.article_3 img {
  margin: auto; }

.article_3 button,
.article_3 img {
  display: block; }

.entry-header h1,
.entry-title {
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-top: 0.25em;
  margin-bottom: 1em;
  color: #3F6B4B; }

a:hover .entry-title {
  color: #628979; }

.entry-header h4,
.entry-teaser {
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 0.25em; }

.seminarthema p {
  font-size: 1.125em;
  line-height: 1.4em; }

.seminarthema p:last-child {
  text-align: right; }

.seminartextlink,
.more-link {
  font-size: 1em;
  color: #3F6B4B;
  text-decoration: none;
  text-align: right;
  float: left; }

.more-link:after {
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/bt_weiter_2.svg");
  width: 26px;
  height: 26px;
  background-position: center;
  float: right;
  margin: -2px 0.25em 0 0.35em; }

/* .blog .post p:last-child {
text-align: right !important;
} */
/* ==========================================================================
sorten und sorte
========================================================================== */
/*.blog section.category-sorten {
width: 205px;
float: left;
text-align: center;
clear: right;
display: block;
// margin:0 0.5em;
}*/
.blog section.category-sorten {
  width: 100%;
  float: left;
  text-align: center;
  clear: right;
  display: block;
  position: relative;
  margin: 3.7em 0; }

/* .sorten_bild {
	max-width: 190px;
	max-height:190px;
	border-radius: 95px;
	border: 4px solid $gruen;
} */
.sorten_name_container {
  height: 50px; }

.sorten_name {
  font-size: 1.2em;
  text-align: center;
  font-family: 'nexa_rust_sansblack';
  margin-bottom: 0; }

.sorten_name_zwei {
  font-size: 0.75em;
  text-align: center;
  font-family: 'nexa_rust_sansblack';
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 0.1em; }

article .sorte-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
  margin-bottom: 2em; }

article .sorte-bild {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
  margin-bottom: 2em; }

article .sorte-bild img {
  width: 100%; }

/* ==========================================================================
sorten und sorte test
========================================================================== */
.sorten_bild_2 {
  /* position: absolute;
left: 50%;
top: 50%;
width: auto;
max-width: 100%;
min-width: 100%;
height: auto;
min-height: 100%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);*/
  transform: translate(0, 10%);
  position: relative;
  width: 100%; }

.sorten_name_container_2 {
  height: 100%; }

.sorten_name_container_2 .sorten_name {
  font-size: 1.2em;
  text-align: center;
  font-family: 'nexa_rust_sansblack';
  margin-bottom: 0; }

.sorten_name_container_2 .sorten_name_zwei {
  font-size: 0.75em;
  text-align: center;
  font-family: 'nexa_rust_sansblack';
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 0.1em; }

.sorten_container {
  border-top: 4px solid #1e5031;
  border-bottom: 2px solid #1e5031;
  position: absolute;
  width: 100%; }

.sorten_name_container_3 {
  padding: 0 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px; }

.sorten_name_container_3 .sorten_name {
  font-size: 1.2em;
  text-align: center;
  font-family: 'nexa_rust_sansblack';
  margin: 0 0 -0.2em 0;
  letter-spacing: 0.05em; }

.sorten_name_container_3 .sorten_name_zwei {
  text-align: center;
  font-family: 'nexa_rust_sansblack';
  margin: 0;
  letter-spacing: 0.1em; }

.sorten_text_container {
  display: none; }

.sorten_text_container_show {
  transition: max-height 0.2s ease-out;
  position: absolute;
  z-index: 2;
  background: #FFFFFF;
  display: block;
  border-bottom: 2px solid #1e5031;
  background-size: contain;
  background-position: bottom;
  padding: 0 1em;
  background-repeat: no-repeat; }

.sorten_text_container_show p:last-child {
  margin-bottom: 8em; }

.sorten_container:hover {
  transition: max-height 0.2s ease-out;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.8);
  display: block; }

.sorten_container_style {
  transition: max-height 0.2s ease-out;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
  background: #FFFFFF;
  display: block; }

.category-textbaustein,
.category-textbaustein .sorten_text_container {
  display: block;
  width: 100%;
  clear: both; }

.category-textbaustein .sorten_container {
  border: none;
  position: relative; }

.category-textbaustein .sorten_name_container_3 .sorten_name {
  font-size: 1.2em;
  text-align: left; }

@media only screen and (min-width: 480px) {
  .blog section.category-sorten {
    width: 40%;
    height: 60px;
    margin: 2em 5%; }
  .sorten_name_container_3 .sorten_name {
    font-size: 1.4em; }
  .sorten_name_container_3 .sorten_name_zwei {
    font-size: 1em; } }

@media only screen and (min-width: 768px) {
  .blog section.category-sorten {
    width: 29.3%;
    height: 80px;
    margin: 1em 2%; }
  .sorten_name_container_3 .sorten_name {
    font-size: 1.5em; } }

@media only screen and (min-width: 960px) {
  .sorten_name_container_3 .sorten_name {
    font-size: 1.8em; } }

/* ==============
MOBILE: Menu
============== */
.menu {
  width: 100%;
  max-width: 1026px;
  margin: 4px auto; }

nav ul,
#menu-footer-menue {
  margin: 0;
  padding: 0;
  list-style-type: none; }

nav li {
  display: block;
  width: 100%;
  position: relative;
  margin: 1em auto;
  padding: 8px; }

nav li a {
  display: inline;
  padding: 8px 1%;
  text-align: center;
  text-decoration: none;
  /*font-weight: bold;*/
  text-transform: uppercase;
  word-break: keep-all; }

nav li a:link,
nav li a:visited {
  color: #fff; }

nav li:hover,
nav li:hover > a,
nav li:target,
nav li:target > a {
  background-color: #EFEBDD;
  color: black; }

nav li.suche:hover,
nav li.suche:target {
  background-color: transparent; }

#menu-footer-menue a:link,
#menu-footer-menue a:visited {
  color: #2F4B46;
  font-size: 0.875em;
  letter-spacing: 0.1em; }

#menu-footer-menue li:hover,
#menu-footer-menue li:hover > a,
#menu-footer-menue li:target,
#menu-footer-menue li:target > a {
  color: black; }

nav li ul {
  display: none;
  position: relative;
  height: auto; }

nav li ul li {
  margin-bottom: 0;
  background-color: #EFEBDD; }

nav li:hover ul,
nav li:target ul {
  display: block;
  position: absolute;
  left: 0;
  width: 100%; }

nav li:hover ul li,
nav li:target ul li {
  display: block;
  width: 100%;
  padding: 20px;
  margin-left: 0; }

nav li ul li a {
  /*für das Mobile Menü*/
  background-color: #909193; }

nav li ul li a:hover {
  background-color: #EFEBDD; }

.menu-item-has-children > a::after {
  content: "▾";
  margin-left: 6px; }

nav ul .current_page_item a,
nav ul .current-menu-item a {
  border-bottom: 2px solid #1e5031; }

#menu-footer-menue a {
  text-transform: uppercase; }

/* ==============
MOBILE: Main
============== */
.main {
  padding: 30px 0; }

.main article h1 {
  font-size: 2em; }

.main aside {
  color: white;
  padding: 0px 5% 10px; }

.footer-container footer {
  color: white;
  padding: 20px 0; }

.aside-seminare {
  width: 100%;
  padding: 0;
  margin-left: -6%; }

.aside-seminare img {
  width: 100%;
  margin: 1em 0;
  max-width: 380px; }

.aside-seminare h3 {
  margin-top: 1em; }

.aside-seminare h4 {
  margin-top: 3.3em; }

/* ===============
ALL: IE Fixes
=============== */
.ie7 .title {
  padding-top: 20px; }

/* ==========================================================================
Media Queries
========================================================================== */
@media only screen and (min-width: 480px) {
  /* ====================
INTERMEDIATE: Menu
==================== */
  nav li {
    /*width: auto;*/ }
  nav li a {
    margin-bottom: 0;
    font-size: 0.875em;
    letter-spacing: 0.1em; }
  nav li:first-child a {
    margin-left: 0; }
  nav li:last-child a {
    margin-right: 0; }
  #searchfield {
    clear: none; }
  /* ========================
INTERMEDIATE: IE Fixes
======================== */
  .oldie nav a {
    margin: 0 0.7%; }
  /* ===========================
Klassen aus dem alten css
=========================== */
  .page-title {
    font-size: 2.2em;
    line-height: 1.2em;
    margin: 1.5em 0; }
  .entry-header h1,
  .entry-title {
    font-size: 1.75em; }
  .entry-header h4,
  .entry-teaser {
    font-size: 0.95em; }
  .seminarthema p {
    font-size: 1.125em;
    line-height: 1.4em; }
  .seminarthema p:last-child {
    text-align: right; }
  .seminartextlink,
  .more-link {
    font-size: 1.1em; }
  .seminartextlink:after,
  .more-link:after {
    width: 30px;
    height: 30px;
    float: right; }
  /*.blog .post p:last-child {
	text-align: right !important;
	} */
  section:last-child {
    margin-bottom: 3.5em; }
  article .sorte-bild {
    width: 43%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 1.5em; }
  /* article .so-gehts-bild {
		width:43%;  
		height:auto;
		overflow: hidden;
		float: left;
		margin-right: 1.5em;
	} */
  .front-page .page p {
    font-size: 1.25em;
    line-height: 1.5em; }
  footer .onethird:first-child {
    width: 46%; }
  footer .onequarter {
    width: 50%;
    float: left; } }

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.5; }
  /* ============
WIDE: Menu
============ */
  .title {
    float: left; }
  .page-title {
    font-size: 2.5em; }
  .logo {
    width: 300px;
    margin: 60px auto 20px; }
  .logo img {
    width: 300px; }
  .suche {
    position: absolute;
    top: 0;
    right: 0; }
  #searchfield .searchinput {
    height: 2.1em;
    background-position: 4px center;
    background: url("images/suche-icon.png") transparent no-repeat;
    top: 0;
    position: absolute;
    right: 0; }
  #searchfield .searchinput:hover {
    background: url("images/suche-icon_hell.png") transparent no-repeat;
    width: 32px; }
  #searchfield .searchinput:focus,
  #searchfield .searchinput:active,
  #searchfield .searchinput:target {
    width: 220px;
    -ms-transform: translate(0, 2.2em);
    /* IE 9 */
    -webkit-transform: translate(0, 2.2em);
    /* Safari */
    transform: translate(0, 2.2em);
    -webkit-animation-name: such;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.6s;
    /* Safari 4.0 - 8.0 */
    animation-name: such;
    animation-duration: 0.6s; }
  /* Safari 4.0 - 8.0 */
  @-webkit-keyframes such,
	@keyframes such {
    0% {
      left: 0px;
      top: 0px; }
    100% {
      left: 0px;
      top: 2.2em; } }
  nav ul li {
    display: inline; }
  nav li {
    min-width: 144px;
    margin: 0 auto 10px;
    padding: 0; }
  nav li:hover,
  nav li:hover > a,
  nav li:target,
  nav li:target > a {
    background: url("/wp-content/themes/flixgruen/images/Pappe_1500x750.jpg") no-repeat; }
  nav li:hover ul li,
  nav li:target ul li {
    width: 100%; }
  nav li ul li:first-child a {
    margin: 4px 0 0 0; }
  nav li ul li a {
    background-color: #EFEBDD;
    padding: 15px 15px;
    text-align: left; }
  nav li a:link,
  nav li a:visited {
    color: #000; }
  .headerimage,
  .headerslider {
    height: 300px; }
  .headerimage p,
  .headerslider p {
    text-align: center;
    margin-left: auto; }
  .headerslider p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5; }
  .headerimage .header_slogan,
  .headerslider .header_slogan {
    padding: 0.3em 2em;
    font-size: 1.25em; }
  /* ============
WIDE: Main
============ */
  .site-main article,
  .article23 {
    float: left;
    width: 61%; }
  .site-main aside,
  .aside-seminare {
    float: right;
    width: 32%; }
  .site-main .full-width {
    float: left;
    width: 100%; }
  .seminartextlink,
  .more-link {
    float: right; }
  /*.wrapper {
	width: 1026px; /* 1140px - 10% for margins */
  /*margin: 0 auto;
	}*/
  .post-type-archive-referenten article {
    float: left;
    width: 100%;
    margin-bottom: 1em; }
  .post-type-archive-referenten img {
    margin-right: 2em;
    float: left;
    clear: both; }
  article .so-gehts-bild {
    width: 35%;
    max-height: 380px;
    overflow: hidden;
    float: left;
    margin-right: 2em; }
  article .so-gehts-inner {
    padding-left: 0; }
  article .sorte-bild {
    width: 35%;
    max-height: 380px;
    overflow: hidden;
    float: left;
    margin-right: 2em;
    margin-bottom: 2em; }
  .referenten h2 {
    clear: none; }
  .front-page .page p {
    font-size: 1.25em;
    line-height: 1.5em; }
  .front-page .onethird {
    float: left;
    width: 32%; }
  footer .onethird:first-child {
    width: 50%; }
  footer .logo > img {
    width: 180px; } }

@media only screen and (min-width: 860px) {
  footer .onethird:first-child {
    width: 28%; }
  footer .onethird {
    width: 36%;
    float: left; }
  footer .onequarter {
    width: 25%; }
  .headerimage,
  .headerslider {
    height: 350px; } }

@media only screen and (min-width: 1080px) {
  .headerimage,
  .headerslider {
    height: 536px; } }

@media only screen and (max-width: 767px) {
  .nav-container {
    background-color: transparent; }
  #sidebar-footer-4 img {
    width: 120px;
    height: auto; } }

/*@media only screen and (max-width: 767px) and (min-width: 480px) {
	.suche {
	z-index:300;
	}
	#searchfield {
	//position: absolute;
	//right:90px;
	//top:22px;
	}
}*/
/*@media only screen and (max-width: 479px) {
	.suche {
	//top: 270px;
	//z-index:300;
	}
	#searchfield .searchinput:hover,
	#searchfield .searchinput:focus,
	#searchfield .searchinput:active,
	#searchfield .searchinput:target {
		width: 200px;
	}
}*/
/* ==========================================================================
Helper classes
========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.gruen {
  color: #1e5031; }

/* ==========================================================================
Print styles
========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* ==========================================================================
Formular
========================================================================== */
select,
input[type="text"],
input[type="email"],
textarea {
  background-color: #fff;
  color: #2F4B46;
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #ccc;
  margin: 0.4em 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-family: inherit; }

select option[value="Seminartermin auswählen*"] {
  opacity: 0.54; }

select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: #28C8E6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(40, 200, 230, 0.3);
  outline: 0 none; }

input[type="submit"] {
  background-color: #3F6B4B;
  color: #000;
  padding: 10px 16px;
  border: 1px solid #3F6B4B;
  margin: 0.2em; }

input[type="submit"]:hover {
  background-color: #EFEBDD;
  border-color: #EFEBDD; }

.single .wpcf7-list-item {
  margin: 0.5em 0; }

input[type="checkbox"] {
  margin-right: 0.5em; }

/* ==========================================================================
Navigation with Hamburger Menu (thx. Codyhouse)
========================================================================== */
.cd-auto-hide-header {
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }

@media only screen and (max-width: 767px) {
  .cd-auto-hide-header {
    position: absolute;
    top: 45px; } }

.cd-auto-hide-header::after {
  clear: both;
  content: "";
  display: block; }

.cd-auto-hide-header.is-hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.cd-auto-hide-header .nav-trigger {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.cd-auto-hide-header .nav-trigger {
  /* vertically align its content */
  display: table;
  height: 100%;
  padding: 0 1em;
  font-size: 1em;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  right: 0;
  background-color: #fff; }

.cd-auto-hide-header .nav-trigger span {
  /* vertically align inside parent element */
  display: table-cell;
  vertical-align: middle; }

.cd-auto-hide-header .nav-trigger em, .cd-auto-hide-header .nav-trigger em::after, .cd-auto-hide-header .nav-trigger em::before {
  /* this is the menu icon */
  display: block;
  position: relative;
  height: 3px;
  width: 32px;
  background-color: #1e5031;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cd-auto-hide-header .nav-trigger em {
  /* this is the menu central line */
  margin: 29px auto;
  -webkit-transition: background-color .2s;
  transition: background-color .2s; }

.cd-auto-hide-header .nav-trigger em::before, .cd-auto-hide-header .nav-trigger em::after {
  position: absolute;
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }

.cd-auto-hide-header .nav-trigger em::before {
  /* this is the menu icon top line */
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px); }

.cd-auto-hide-header .nav-trigger em::after {
  /* this is the menu icon bottom line */
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px); }

@media only screen and (min-width: 768px) {
  .cd-auto-hide-header .nav-trigger {
    display: none; } }

.cd-auto-hide-header.nav-open .nav-trigger em {
  /* transform menu icon into a 'X' icon */
  background-color: rgba(255, 255, 255, 0); }

.cd-auto-hide-header.nav-open .nav-trigger em::before {
  /* rotate top line */
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.cd-auto-hide-header.nav-open .nav-trigger em::after {
  /* rotate bottom line */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-primary-nav {
  height: 100%;
  /*height: 60px;*/
  z-index: 200;
  text-align: center; }

.cd-primary-nav > ul {
  position: absolute;
  z-index: 200;
  top: 68px;
  display: none; }

/* .cd-primary-nav > ul a {} */
@media only screen and (min-width: 768px) {
  .cd-primary-nav {
    /* vertically align its content */
    display: table; }
  .cd-primary-nav > ul {
    /* vertically align inside parent element */
    display: table-cell;
    top: 0; } }

.nav-open .cd-primary-nav ul,
.cd-primary-nav ul:target {
  /* show primary nav - mobile only 
:target is used to show navigation on no-js devices
*/
  display: block;
  width: 100%;
  margin: 0 -5%;
  background-color: #1e5031; }

.nav-open li ul.sub-menu {
  display: none; }

.nav-open li:hover > ul.sub-menu,
.nav-open li:target > ul.sub-menu {
  display: block;
  position: static; }

@media only screen and (min-width: 768px) {
  .nav-open .cd-primary-nav ul,
  .cd-primary-nav ul:target {
    display: table-cell; } }

/* ==========================================================================
slider
s. auch royalslider.css oder flixgruen-slider.css
========================================================================== */
.headerslider {
  margin-bottom: 26px;
  max-height: 536px; }

.royalSlider {
  max-height: 520px; }

.rs_caption_wrapper {
  position: absolute;
  width: 100%;
  bottom: 50%; }

rsCaption h2 {
  font-size: 1.6em;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-top: 1em;
  margin-bottom: 0.25em;
  color: #fff;
  font-family: 'nexa_rust_sansblack', serif; }

@media only screen and (min-width: 480px) {
  .rsCaption h2 {
    font-size: 2.2em; } }

@media only screen and (min-width: 600px) {
  .rsCaption h2 {
    font-size: 2.8em; } }

@media only screen and (min-width: 860px) {
  .rsCaption h2 {
    font-size: 3.2em; } }

button, .btn,
.front-page .page .btn {
  background-color: #1e5031;
  border-radius: 8px;
  color: #fff;
  padding: 7px 10px;
  border: 1px solid #1e5031;
  margin: 0.2em;
  min-width: 140px;
  display: inline-block;
  font-size: 1em;
  text-align: center;
  font-weight: 700; }

@media only screen and (min-width: 480px) {
  button, .btn {
    font-size: 1em; }
  .front-page .page .btn {
    min-width: 200px;
    font-size: 1.1em; } }

button:hover,
button:target,
.btn:hover,
.btn:target,
.front-page .page .btn:hover,
.front-page .page .btn:target {
  background-color: #3F6B4B; }

a.btn,
a.btn:link,
.btn a,
.btn a:link {
  color: #fff; }

/* ==========================================================================
suche
========================================================================== */
strong.search-excerpt {
  background: yellow; }

.search-results section p {
  font-size: 1em !important;
  line-height: 1.4em !important; }

/* a:hover img {
  opacity: 0.8; } */

/*  ====================================================================
Styles slideout Shoplink
====================================================================  */
.kontaktslider {
  display: none; }

@media only screen and (min-width: 768px) {
  .kontaktslider {
    display: block;
    position: fixed;
    top: 630px;
    background-color: #1e5031;
    margin: 0;
    padding: 0 1em;
    right: 0;
    z-index: 10;
    padding: 0px; }
  .kontaktslider .social-box {
    position: absolute;
    right: -280px;
    background: rgba(254, 154, 19, 0.8);
    -webkit-transition: right 0.5s;
    -moz-transition: right 0.5s;
    -ms-transition: right 0.5s;
    -o-transition: right 0.5s;
    transition: right 0.5s; }
  .kontaktslider .social-box:hover,
  .kontaktslider .social-box:focus,
  .kontaktslider .social-box:active {
    cursor: pointer;
    right: 0; }
  .kontakt_btn {
    background: url("../../uploads/Kontakt.png") rgba(254, 154, 19, 0.8) no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    width: 35px;
    height: 100%;
    left: -35px;
    top: 0;
    text-indent: -99999px;
    vertical-align: middle; } }

/* ==========================================================================
Shoplink und bio-button
========================================================================== */
#Shoplink {
  position: absolute;
  right: 0;
  top: 230px;
  height: 40px;
  width: 120px;
  background-color: #1e5031;
  padding: 11px 0 2px 15px;
  margin-top: 10px;
  text-align: left;
  letter-spacing: 0.1em;
  border-radius: 7px 0px 0px 7px;
  font-weight: 700;
  font-size: 0.7em;
  color: #fff;
  text-transform: uppercase; }

@media only screen and (min-width: 768px) {
  #Shoplink {
    top: 160px; } }

.Shoplink .fa {
  font-size: 1.4em; }

.Shoplink a {
  color: #eee !important;
  text-decoration: none; }

.Shoplink a:hover {
  color: #fff !important;
  text-decoration: none;
  opacity: 0.8; }

.bio-tag {
  background: #1e5031;
  border-radius: 14px;
  color: #fff;
  font-family: 'nexa_rust_sansblack';
  position: absolute;
  padding: 0.3em 0.5em;
  font-size: 1.2em;
  top: 220px;
  left: 1.2em; }

@media only screen and (min-width: 480px) {
  .bio-tag {
    border-radius: 20px;
    left: 3em;
    padding: 0.4em 0.7em;
    font-size: 1.4em; } }

@media only screen and (min-width: 768px) {
  .bio-tag {
    font-size: 2em;
    top: 320px;
    left: 60px; } }

.bio-tag a {
  color: #fff; }

.bio-tag a span:first-child {
  font-family: 'muliregular',Calibri,Arial,Helvetica,sans-serif;
  font-size: 0.9em; }

.bio-tag a span:last-child {
  font-size: 1.6em;
  line-height: 0.8; }

.home .bio-tag,
.blog .bio-tag {
  top: 260px; }

@media only screen and (min-width: 768px) {
  .home .bio-tag,
  .blog .bio-tag {
    top: 620px; } }

/*  ====================================================================
Styles Kontaktseite
====================================================================  */
#fuer_karte {
  overflow: hidden;
  height: 320px;
  min-height: 320px;
  border: 1px solid #dddbcc;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 2px;
  background-color: #e7eaf0; }

#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(73, 107, 75, 0.9);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("/wp-content/themes/flixgruen/images/cd-icon-controller.png");
  background-image: url("/wp-content/themes/flixgruen/images/cd-icon-controller.svg"); }

.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #990000; }

@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 30px; } }

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px; }

@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 30px; } }

#cd-zoom-out {
  background-position: 50% -32px; }

/*  ====================================================================
Sorten-Farben
====================================================================  */
/* Brokkoletti */
.postid-164 h1,
.post-164 .sorten_name,
.post-164 .sorten_name_zwei {
  color: #5c4495; }

.post-164 .sorten_bild {
  border-color: #5c4495; }

/* Rotkohl */
.postid-166 h1,
.post-166 .sorten_name,
.post-166 .sorten_name_zwei {
  color: #6c4469; }

.post-166 .sorten_bild {
  border-color: #6c4469; }

/* Mizuma */
.postid-170 h1,
.post-170 .sorten_name,
.post-170 .sorten_name_zwei {
  color: #ed313a; }

.post-170 .sorten_bild {
  border-color: #ed313a; }

/* Tatsoi */
.postid-172 h1,
.post-172 .sorten_name,
.post-172 .sorten_name_zwei {
  color: #009fe3; }

.post-172 .sorten_bild {
  border-color: #009fe3; }

/* Radies - Gruen */
.postid-174 h1,
.post-174 .sorten_name,
.post-174 .sorten_name_zwei {
  color: #009640; }

.post-174 .sorten_bild {
  border-color: #009640; }

/* Radies - China Rose */
.postid-176 h1,
.post-176 .sorten_name,
.post-176 .sorten_name_zwei {
  color: #e6007e; }

.post-176 .sorten_bild {
  border-color: #e6007e; }

/* Mairübe */
.postid-178 h1,
.post-178 .sorten_name,
.post-178 .sorten_name_zwei {
  color: #f58141; }

.post-178 .sorten_bild {
  border-color: #f58141; }

/* Grünkohl */
.postid-180 h1,
.post-180 .sorten_name,
.post-180 .sorten_name_zwei {
  color: #888730; }

.post-180 .sorten_bild {
  border-color: #888730; }

/* Chia */
.postid-181 h1,
.post-182 .sorten_name,
.post-182 .sorten_name_zwei {
  color: #021811; }

.post-182 .sorten_bild {
  border-color: #021811; }

/* Linsen - rot */
.postid-184 h1,
.post-184 .sorten_name,
.post-184 .sorten_name_zwei {
  color: #991918; }

.post-184 .sorten_bild {
  border-color: #991918; }

/* Kresse */
.postid-186 h1,
.post-186 .sorten_name,
.post-186 .sorten_name_zwei {
  color: #85be4c; }

.post-186 .sorten_bild {
  border-color: #85be4c; }

/* Rucola */
.postid-154 h1,
.post-154 .sorten_name,
.post-154 .sorten_name_zwei {
  color: #72c1ce; }

.post-154 .sorten_bild {
  border-color: #72c1ce; }

/* Senf */
.postid-156 h1,
.post-156 .sorten_name,
.post-156 .sorten_name_zwei {
  color: #532f14; }

.post-156 .sorten_bild {
  border-color: #532f14; }

/* Kohlrabi */
.postid-92 h1,
.post-92 .sorten_name,
.post-92 .sorten_name_zwei {
  color: #174290; }

.post-92 .sorten_bild {
  border-color: #174290; }

/* Fenchel */
.postid-476 h1,
.post-476 .sorten_name,
.post-476 .sorten_name_zwei {
  color: #eba800; }

.post-476 .sorten_bild {
border-color: #eba800; }

/* Dill */
.postid-472 h1,
.post-472 .sorten_name,
.post-472 .sorten_name_zwei {
  color: #00987f; }

.post-472 .sorten_bild {
border-color: #00987f; }

  /* Inkarnatklee */
.postid-478 h1,
.post-478 .sorten_name,
.post-478 .sorten_name_zwei {
  color: #e394bf; }

.post-478 .sorten_bild {
border-color: #e394bf; }

/* Komatsuna /Roter Raps */
.postid-466 h1,
.post-466 .sorten_name,
.post-466 .sorten_name_zwei {
  color: #ea565a; }

.post-466 .sorten_bild {
  border-color: #ea565a; }

/* Koriander */
.postid-482 h1,
.post-482 .sorten_name,
.post-482 .sorten_name_zwei {
  color: #3571b7; }

.post-482 .sorten_bild {
  border-color: #3571b7; }

/* Radies Sango */
.postid-470 h1,
.post-470 .sorten_name,
.post-470 .sorten_name_zwei {
  color: #ee8d76; }

.post-470 .sorten_bild {
  border-color: #ee8d76; }

/* Rote Bete */
.postid-474 h1,
.post-474 .sorten_name,
.post-474 .sorten_name_zwei {
  color: #652240; }

.post-474 .sorten_bild {
  border-color: #652240; }

  /* Russischer Kohl */
.postid-463 h1,
.post-463 .sorten_name,
.post-463 .sorten_name_zwei {
  color: #567b94; }

.post-463 .sorten_bild {
  border-color: #567b94; }

.post-463 .sorten_name {
    line-height: 1.1em;
}

/* Zwiebel */
.postid-484 h1,
.post-484 .sorten_name,
.post-484 .sorten_name_zwei {
  color: #009baa; }

.post-484 .sorten_bild {
  border-color: #009baa; }


/* .blog hr {
display: none;
}

@media only screen and (min-width: 684px) {
.blog hr:nth-of-type(3n) {    
display: block;
border-top: 4px solid #2F4B46;
width: 100%;
float:left;
margin-top: 2em;
margin-bottom: 0;
}
}
@media only screen and (min-width: 912px) {
.blog hr:nth-of-type(3n) {    
display: none;
}
.blog hr:nth-of-type(4n) {    
display: block;
border-top: 4px solid #2F4B46;
width: 100%;
float:left;
margin-top: 2em;
margin-bottom: 0;
}
}
@media only screen and (min-width: 1140px) {
.blog hr:nth-of-type(4n) {    
display: none;
}
.blog hr:nth-of-type(5n) {    
display: block;
border-top: 4px solid #2F4B46;
width: 100%;
float:left;
margin-top: 2em;
margin-bottom: 0;
}
}
.blog hr:last-child {
display: none;
} */
.wp-video {
  margin: 1em auto; }

.video_container {
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 2em auto; }

.intro {
  font-size: 1.15em; }

.freisteller {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em; }

.freisteller {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
  width: 100%;
  height: 100%; }

@media only screen and (min-width: 768px) {
  .freisteller {
    width: 45%;
    height: 45%; } }

/* ==========================================================================
video-player
========================================================================== */
.post-532 .container {
  overflow: hidden; }

.post-532 .video-box {
  margin: 1em auto;
  width: 100%;
  max-width: 480px;
  border: 1px solid #F4F6F7;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(0, 0, 0, 0.1), 0 0 5px 0 rgba(0, 0, 0, 0.1); }

@media only screen and (min-width: 1080px) {
  .post-532 .video-box {
    width: 47%;
    float: left;
    margin: 0.5em 0.5em; }
  .video-box:first-child {
    margin-right: 1em; }
  .bm-mejs-container {
    width: 47%;
    height: auto; } }

.bm-mejs-container.mejs-container .mejs-controls {
  display: none;
  position: static; }

.bm-mejs-container.mejs-container .mejs-volume-button .mejs-mute,
.bm-mejs-container.mejs-container .mejs-controls div,
.bm-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  display: none; }

.bm-mejs-container.mejs-container .mejs-controls .mejs-offscreen {
  display: none !important; }

.bm-mejs-container.mejs-container .mejs-poster {
  background-size: cover;
  background-position: center; }

.wp-video .mejs-container .mejs-controls {
  visibility: hidden; }

.page-id-18 .header-container .content-container {
  background: url("images/CP-Logo-weiss_500.png") no-repeat;
  background-size: contain;
  background-position: center; }

.Hinweis {
  clear: both;
  border: 1px solid #699B96;
  padding: 1em;
  overflow: auto;
  margin: 0 2% }

.Hinweis:first-of-type {
  margin-top: 4em; }
.Hinweis:last-of-type {
    margin-bottom: 4em; }

.Hinweis img {
  width: 40%;
  height: auto;
  float: left;
  margin-right: 1em; }

.home .Hinweis img {
    max-width: 150px;
    background-color: #fff; }

.Hinweis h3 {
  margin-top: 0;
  font-weight: 900;
 }

.Hinweis p {
  padding-right: 3em; }

.Hinweis:hover {
  background-color: rgba(255,255, 255, 0.3) }

.Hinweis a:link,
.Hinweis a:focus {
  color: #2F4B46;
}


@media only screen and (min-width: 768px) {
  .Hinweis img {
    width: 30%;
    height: auto; } }

@media only screen and (min-width: 480px) {
  .Hinweis img {
    width: 30%;
    height: auto; } }

.Abstand {
  clear: both;
  width: 100%;
  margin: 2em 0;
  border: 0; }

/*# sourceMappingURL=style.css.map */