@import url("https://use.typekit.net/bha4svz.css");
/* ===== Design Tokens ===== */ :root {
  --green: #28743b;
  --green-2: #336633;
  --accent: #FF3366;
  --text: #333333;
  --bg: #ffffff;
  --bg-soft: #d4e7c433;
  --bg-alt: #e9f3e1;
  --border: #d4e7c4;
  --pinkhl: #FF3366;
}
/* ===== Base ===== */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
  padding: 0;
  transition: all 0.3s;
}
body, button, input, select, option {
  font-family: "myriad-pro-semi-condensed", sans-serif !important;
  font-size: 17px;
  line-height: 1.4em;
  color: var(--text);
  margin: 0 !important;
	
}
table, th, td {
  border: 0;
}
th, td {
  vertical-align: top;
  padding: 20px 10px;
}
bold, strong {
	font-weight:600;
}
.details th, .uebersicht th {
	font-weight: 400 !important; 
}

h1, h2 {
  font-weight: 400 !important;
}
h1 {
  font-size: 32px !important;
  color: var(--pinkhl);
  line-height: 1em;
  margin: 0 0 20px 0;
}
h2 {
  font-size: 32px !important;
  color: var(--green);
  margin-top: 0;
}
h2#ergebnisse {
  margin-top: 40px;
}
h3 {
  color: var(--text);
  display: block;
	font-weight:600;
}
h4 {
  font-size: 15px;
  line-height: 1.3em;
}
a:link, a:visited, a:hover {
  text-decoration: none;
  color: #669966;
}
h1 a:link, h1 a:visited, h1 a:hover {
  color: #669966;
  text-decoration: none;
}
abbr {
  border: 0 !important;
  text-decoration: none !important;
}
sub, sup {
  font-size: 11px;
  line-height: 0;
}
.content, footer, header {
  text-align: left;
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
.content {
  display: table;
}
header#top {
display: block; height:100px;
}

/* ===== Footer ===== */
footer {
  background-color: #3a3a3a;
  color: #fff;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  height: auto;
  min-height: 300px;
  margin-top: 100px;
  font-size: 15px;
  border-top: 1px solid var(--bg-alt) !important;
  clear: both !important;
}
.footer-cont {
  width: 1200px;
  margin: 0 auto;
}
.footer-1, .footer-2, .footer-3, .footer-4 {
  width: 25%;
  float: left;
}
footer nav ul li {
  width: 100%;
  display: block;
}
#secondary, #secondary aside h3
{
	font-size:15px !important;
	line-height:1.4em;
}

#secondary ul, footer ul {
  list-style: none;
  padding-left: 0;
}
#secondary ul li::before, footer ul li::before {
  content: "→";
  color: var(--green);
  margin-right: .3em;
}
/* ===== Forms ===== */
form {
  width: 66%;
}
.formfull {
  width: 100% !important;
}
label {
  display: block;
  margin: 20px 0 10px 0;
}
input, label {
  width: 100% !important;
}
input {
  padding: 10px;
  min-height: 40px;
  border: 1px solid #ccc;
}
input#e_gebrauch_pdf {
  border: 0 !important;
  padding: 0;
}
input[type="search"], input#search_query {
  padding: 10px !important;
}
input[type="checkbox"] {
  accent-color: var(--green);
  width: 40px !important;
}
select, input, textarea {
  font-size: 16px;
  color: var(--text);
  width: 100%;
  font-family: "myriad-pro-semi-condensed", sans-serif !important;
  border: 1px solid var(--border) !important;
  padding: 10px;
}
.button, button, input[type=button], input[type=submit] {
  font-size: 1em;
  padding: 8px 16px !important;
  background-color: #fff;
  color: #669966 !important;
  border-radius: 2px;
  border: 1px solid var(--border);
   !important;
  width: auto !important;
}
.button:hover, button:hover, input[type=button]:hover, input[type=submit]:hover {
  background-color: var(--border);
  color: #669966 !important;
}
input.suchebutton, input.button-save, .suchebutton {
  font-size: 17px !important;
  padding: 8px 16px !important;
  background-color: var(--green) !important;
  color: #fff !important;
}
.button-delete {
  font-size: 17px !important;
  padding: 8px 16px !important;
  background-color: var(--pinkhl);
  color: #fff !important;
}
/* ===== Sections ===== */
#liste, #suche {
  padding: 20px;
  border-radius: 4px;
  margin-top: 40px;
	background-color: var(--bg-soft);
}

#results {
  padding: 20px;
  border-radius: 4px;
  margin-top: 40px;
}

.suchform {
  width: 100% !important;
}
.su_pflanze, .su_firma {
  width: 48% !important;
  display: inline-block;
}
.su_firma {
  margin-left: 4%;
  float: right;
}
.su_wort {
  margin-bottom: 20px;
}
.su_krank {
  margin-top: 40px;
}
.header-pic {
  background-image: url("/img/bg-demo.jpg");
  width: 1200px;
  height: 200px;
  background-position: center;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  clear: both;
}
.header-pic h1 {
  position: absolute;
  margin: 20px 20px 20px 80px;
  bottom: 0;
  left: 0;
  font-weight: 400 !important;
  color: #fff;
  padding: 3px 10px;
  background: linear-gradient(90deg, rgba(40, 116, 59, 1) 0%, rgba(78, 139, 21, 1) 100%);
}
.header-left {
  width: 33%;
  float: left;
}
.header-right {
  width: 66%;
  float: right;
}
#secondary .textwidget img {
  width: 140px;
  float: left;
  margin: 0 15px 45px 0;
}


.main-header-menu a {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.toplink {
  font-size: 24px;
  text-align: right;
  margin-bottom: 40px;
}
.none {
  background-image: none;
}
span.caption {
  font-size: 11px;
  line-height: 14px;
  display: inline-block;
  margin: 5px 0;
}
p + h3 {
  margin-top: 28px;
}
p + h2 {
  margin-top: 30px;
}
p.nohyphens {
  -moz-hyphens: none !important;
  -o-hyphens: none !important;
  -webkit-hyphens: none !important;
  -ms-hyphens: none !important;
  hyphens: none !important;
}
hr {
  color: #D6EBE7;
}
.bildu {
  font-size: 11px;
  color: var(--green-2);
}
.txtrahmengr {
  border: 1px solid var(--green-2);
  padding: 3px;
}
.headprint {
  display: none;
}
.lex {
  color: #999;
  padding-top: 40px;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
}
#lexdrop {
  display: none;
}
.infobox {
  color: #669966;
  padding: 20px;
  background-color: var(--bg-alt);
}
#secondary aside {
  margin-bottom: 40px;
}
#secondary aside h3 {
  font-size: 17px;
  margin: 0;
}
#secondary aside h3:before {
  content: '';
  border-top: 10px solid var(--border);
  padding-top: 10px;
  width: 80px;
  display: block;
  margin-top: 40px;
}
.prod-link {
  text-align: right;
}
nav ul li {
  border-bottom: 0;
  float: left;
}
nav ul li a {
  border-bottom: 0 !important;
  color: var(--green-2);
}
/* ===== Tables ===== */
table.details, table {
  padding: 10px 0;
}
table.details td, table.details th, td, th {
  padding: 20px 10px !important;
  border-bottom: 1px solid var(--bg-alt);
}
/*
table.uebersicht tbody tr:nth-child(odd),
table.details tbody tr:nth-child(odd){background-color:var(--bg-soft);}

table.uebersicht tbody tr:nth-child(even),
table.details tbody tr:nth-child(even){background-color:white;}
*/
table.uebersicht {
  width: 100%;
}
table.uebersicht th {
  background-color: var(--bg-soft) !important;
}
table.uebersicht tbody td {
  background-color: white;
}
table.details tbody td {
  background-color: white;
}
table.details tbody th {
  background-color: var(--bg-soft) !important;
}
.grid-table {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
}

.suchergebnisse td, .suchergebnisse th {
  padding: 20px 0 !important;
}


/*
.suchergebnisse th{
background-color: var(--bg-soft) !important;
}
*/

/* mobile "table-as-cards" helper */
@media screen and (max-width:768px) {
  .header-right {
    width: 100%;
  }
  nav.header-right {
    margin: 0 !important;
  }
  nav.header-right ul {
    margin: 0 !important;
    width: 100%;
    float: left;
  }
  nav.header-right ul li {
    display: block;
    width: 100% !important;
    border-bottom: 1px solid var(--bg-soft);
  }
  .grid-table {
    display: grid;
    gap: 1rem;
  }
  .grid-table tr {
    display: grid;
    grid-template-columns: 2fr;
    gap: .5rem;
    padding: 1rem;
  }
  .grid-table th {
    font-weight: 600;
    padding-right: 1rem;
  }
  .grid-table thead {
    display: none;
    padding-right: 1rem;
  }
  .grid-table td {
    border: 0;
    padding: 5px 0 !important;
  }
  table.uebersicht tr {
    padding: 0;
  }
  table.uebersicht tr td {
    padding: 10px !important;
  }
  table.uebersicht tr td:first-child {
    background-color: var(--bg-soft) !important;
  }
  .prod-link {
    text-align: left;
  }
  table.uebersicht tr td {
    padding: 5px !important;
  }
  table.uebersicht tr {
    padding-bottom: 20px !important;
  }
  .su_wort, .su_pflanze, .su_firma {
    width: 100% !important;
    margin: 0;
  }
}
/* ===== Status Dots ===== */
.status-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, .85), rgba(255, 255, 255, 0));
}
.status-0 {
  background-color: red;
}
.status-1 {
  background-color: var(--green);
}
.status-2 {
  background-color: yellow;
}
/* ===== Layout ===== */
#primary {
  padding: 40px 40px 80px 80px;
  width: 80%;
  text-align: left;
  float: left;
}
#secondary {
  width: 20%;
  padding-top: 40px;
  padding-left: 20px;
  text-align: left;
  float: right;
}
.submenue ul {
  list-style: none;
  font-size: 15px;
  margin: 0 0 50px 0;
}
.submenue ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
  border: 1px solid var(--border);
  padding: 4px 10px;
  background-color: #fff;
}
.submenue ul li:hover {
  background-color: var(--border);
}
nav ul {
  margin: 0;
}
nav ul li {
  list-style: none;
  display: inline;
  margin: 0 20px 0 0;
  padding: 0;
  text-align: left;
}
.main-header-container nav {
  display: none;
}
.navcont {
  margin-top: 50px;
  margin-left: 50px;
}
.spacer {
  display: inline-block;
  width: 60px;
}
#burgermenu {
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  margin: 10px;
  height: 50px;
}
.header-right ul {
  padding: 0;
  float: right;
  margin-right: 230px;
  margin-top: 45px;
}
.header-right ul li a {
  padding: 12px 20px;
  color: var(--green-2) !important;
}
/* ===== Utilities ===== */
.mob {
  display: block;
}
.elastic-video {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
}
.elastic-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bo {
  background-attachment: fixed;
  background-image: url(/img/kp-bg.gif);
  background-repeat: repeat-y;
}
.bggruen {
  background-color: #D6EBE0;
  color: var(--text);
  font-weight: 600;
}
.bggruenh {
  background-color: #EBF5F0;
  color: var(--text);
  font-weight: 600;
}
.site-logo-img {
  margin-left: 20px;
}
#logohome {
  display: none;
}
.main-header-menu a {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.toplink {
  text-align: right;
  margin-bottom: 40px;
}
h1 {
  margin: 0 0 10px 0;
  font-size: 32px !important;
}
h2 {
  font-size: 24px !important;
  color: var(--green-2);
  line-height: 1.3em
}
.entry-content {
  margin-bottom: 100px;
}
.su_pflanze, #pflanze, .su_firma {
  width: 100%;
}
select {
  margin-top: 5px;
  padding: 10px !important;
}
#logohome {
  display: block;
  height: 100px;
}
#shownavi {
  border: 1px solid #ccc;
  display: block;
  width: 80px;
  text-align: center;
  float: right;
  margin: 5px 0 0 0;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #efefef;
  color: #000;
  font-weight: 600;
  background: linear-gradient(180deg, #fff, #eee);
}
a#shownavi {
  color: var(--green-2);
}
.bildcopy {
  background-color: #fff;
  font-size: 11px;
  color: #999;
  padding-bottom: 20px !important;
}
.bildcopy img {
  width: 100%;
}
.lex {
  display: none;
}
#lexdrop {
  display: block;
  margin-top: 40px;
}
select, input, textarea {
  color: var(--text);
  border: 1px solid #ccc;
}
.start a:link, .start a:visited, .start a:hover {
  font-weight: bold;
  color: var(--green-2);
  font-size: inherit;
}
.haftung {
  /* border:1px solid var(--border); 
	padding:10px; */
  font-size: 0.8em;
  line-height: 1.25em;
  /* background-color: var(--bg-soft); */
  margin: 40px 0;
}
table.suchergebnisse {
  width: 100%;
}
.suchergebnisse th:first-child {
  width: 40%;
}
.suchergebnisse th:nth-child(2) {
  width: 50%;
}
.suchergebnisse th:nth-child(3) {
  width: 10%;
}
.login form.suchform {
  with: 66%;
}
label {
  font-weight: 600 !important;
}
.detail-bearbeiten form {
  width: 100%;
}
.detail-bearbeiten form label::before, #suche form label::before, .neuer-eintrag form label::before {
  content: '';
  border-top: 10px solid var(--border);
  width: 80px;
  height: 20px;
  display: block;
  padding-bottom: 10px;
}
table.details td:last-child, table.details th:last-child {
  border-bottom: 0px !important;
}
/* ===== Responsive ===== */
@media screen and (max-width:1159px) {
  .content, footer, .header, header {
    width: 100% !important;
  }
  .content {
    padding: 20px;
  }
  .header-pic {
    width: 100%;
  }
  .header-left {
    width: 30%;
    float: left;
  }
  nav.header-right {
    width: 70%;
    float: right;
  }
  .header-right ul {
    margin-right: 0;
    margin-top: 32px;
  }
  nav ul li a {
    width: 100%;
    display: block;
    border-bottom: 1px solid #eaeaea;
    padding: 0 20px;
    color: #3a3a3a !important;
  }
  #primary, #secondary {
    width: 100%;
    display: block;
  }
  #secondary {
    padding: 40px 40px 80px 80px;
	
  }
  footer {
    padding: 20px;
    min-height: auto;
    height: 100%;
    display: inline-block;
  }
  .footer-cont {
    width: 100%;
  }
  .footer-1, .footer-2, .footer-3, .footer-4 {
    width: 100%;
  }
  .footer-4 {
    text-align: right;
  }
  .navcont {
    margin-top: 0;
    width: 100%;
    background-color: #f9f9f9;
    margin-left: 0;
  }
}
@media screen and (max-width:768px) {
  body {
    font-size: 16px !important;
  }
  h1 {
    margin: 0 0 10px 0;
    font-size: 24px !important;
  }
  h2 {
    font-size: 20px !important;
    color: var(--green-2);
    line-height: 1.3em
  }
  .header-pic {
    height: 140px;
  }
  .header-pic h1 {
    font-size: 24px !important;
    margin: 20px 20px 20px 0;
    background: linear-gradient(90deg, rgba(40, 116, 59, 1) 0%, rgba(78, 139, 21, 1) 100%);
  }
  #primary, #secondary {
    width: 100% !important;
    clear: both;
    padding: 0;
  }
  .site-logo-img {
    margin-left: 0;
  }
  .header-left {
    width: 100%;
    float: left;
  }
  nav.header-right {
    width: 100%;
    float: right;
    display: none;
    font-size: 20px;
  }
  nav.header-right ul li {
    border-bottom: 1px solid var(--border);
  }
  nav.header-right ul li a {
    padding: 20px !important;
  }
  #burgermenu {
    display: block !important;
  }
  .hamburger {
    position: relative;
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 10px;
    border-top: .2em solid var(--green);
    border-bottom: .2em solid var(--green);
  }
  .hamburger:before {
    content: "";
    position: absolute;
    top: .3em;
    left: 0;
    width: 100%;
    border-top: .2em solid var(--green);
  }
  .iconlupe {
    width: 24px !important;
    height: 24px !important;
    opacity: .8;
    bottom: 10px !important;
    right: 10px !important;
    top: auto !important;
    left: auto !important;
  }
  .suchform {
    width: 100% !important;
  }
  #suche{
    padding: 20px 10px !important;
  }
	
  table.details td, td, table.details th, th {
    display: table;
    width: 100%;
    padding: 10px !important;
  }
  table.details td, table.details th, td, th {
    border-bottom: 0 !important;
  }
  table.details tbody td {
    padding-bottom: 40px !important;
  }
  .su_pflanze, .su_firma, .su_krank {
    width: 100% !important;
    display: inline-block;
  }
  .su_firma {
    /* margin-left: 4%;
    float: right; */
  }
  .su_wort {
    margin-bottom: 0px;
  }
  .su_krank {
    margin-top: 0px;
  }
  .suchergebnisse thead {
    display: none;
  }
  .suchergebnisse td, .suchergebnisse th {
    padding: 10px 0 0 0 !important
  }
  table.uebersicht tr td {
    /* padding: 0 !important; */
  }
}