@media (max-device-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (min-device-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  line-height: 1.8;
  font-family: var(--font_sans);
  font-weight: 400;
}

a {
  color: rgb(var(--color_cta));
}

h1 {
  font-family: var(--font_headlines);
}

h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font_sans);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h1,
h2,
h3 {
  color: rgb(var(--color_main1));
  line-height: 1.25;
  margin-bottom: 0.8em;
}

h1 ~ h1,
h2 ~ h2,
h3 ~ h3 {
  margin-top: 0.8em;
}

h1 {
  font-size: 2.5rem;
  font-family: var(--font_headlines);
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-weight: 400;
  font-size: 1.5rem;
}
.text_area h4 {
  margin-bottom: 0.5rem;
  color: rgb(0, 0, 0);
}
.text_area h4:not(:first-of-type) {
  margin-top: 1rem;
}

h5 {
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 0;
  color: rgb(0, 0, 0);
}

#introduction_text h6 {
  display: inline-block;
  font-size: 0.6rem;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  background-color: rgb(255, 255, 255);
  color: rgb(var(--color_main1));
  border-radius: 1rem;
}

p:not(#logo) {
  line-height: 1.8;
}

p:not(.variety_text),
p:not(#logo) {
  margin-bottom: 1rem;
}

p b {
  font-weight: 600;
}

#logo  {
  margin: 0.5rem 0;
}

#introduction_text > p {
  font-size: 1.3rem;
  line-height: 1.5;
  color: rgba(0,0,0,0.7);
  font-family: var(--font_sans);
  margin-bottom: 1.6em;
  font-weight: 400;
}

p.secondary_introduction_text {
  font-size: 1.15rem;
  font-weight: 400;
  font-family: var(--font_sans);
}

#breadcrumbs p {
  font-family: var(--font_sans);
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

#plantinfo_tabs li a {
  font-family: var(--font_sans);
}

/*#plantinfo_tabs li.active a {
  border-bottom: 0.13rem dashed;
}*/

.frame h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.warning h4 {
  color: rgb(var(--color_warning));
}

.frame h4:not(:first-child),
.blank_line_above:not(:first-of-type) {
  margin-top: 1rem;
}

.frame p {
  font-size: 0.8rem;
}

.frame p:not(.full_text) {
  padding-left: 1rem;
  text-indent: -1rem;
}

.frame p:not(.full_text),
.frame p:last-child {
  margin-bottom: 0 !important;
}

.text_area .category {
  font-family: var(--font_sans);
  font-weight: 600;
}

.frame .category,
.frame h5 {
  font-family: var(--font_sans);
  font-size: 0.88rem;
  font-weight: 600;
}

.frame h5 {
  margin-bottom: 0;
}

.variety_name {
  margin-top: 0 !important;
}

.variety_buy_at {
  font-size: 0.88rem;
}

/*-----------------*\
|                   |
|       PHOTO       |
|    ATTRIBUTION    |
|                   |
\*-----------------*/

#photo_attribution h3 {
  font-size: 1.2rem;
}

#photo_attribution ul {
  font-family: var(--font_sans);
  font-size: 0.88rem;
  padding-inline-start: 18px;
  list-style-type: 
}

/*-----------------*\
|                   |
|       FORMS       |
|                   |
\*-----------------*/

input, select {
  /*margin-bottom: 1em;*/
}

button.cta {
  display: inline-block;
  background-color: rgb(var(--color_cta));
  border: 0;
  border-bottom: solid 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  padding: 8px 16px;
  font-family: var(--font_sans);
  font-weight: 600;
  text-decoration: none;
}
button.cta:hover {
  border: 0;
  margin-top: 3px;
  padding: 8px 16px 8px 16px;
  cursor: pointer;
}

label + label {
  margin-left: 1em;
}

input[type="checkbox"] {
  margin-left: 0px !important;

}

fieldset {
  border: none;
  padding: 0;
}
