

.infolabel {
    font-weight: bold;
}

.variety {
    font-style: italic;
}

/* -------------------------------------------------------------------
 * ## form button color change for hover and focus
 * ------------------------------------------------------------------- */

.btn.btn--primary:hover,
button.btn--primary:hover,
input[type="submit"].btn--primary:hover,
input[type="reset"].btn--primary:hover,
input[type="button"].btn--primary:hover,
.btn.btn--primary:focus,
button.btn--primary:focus,
input[type="submit"].btn--primary:focus,
input[type="reset"].btn--primary:focus,
input[type="button"].btn--primary:focus {
    background: #154515;
    border-color: #154515;
}


/* -------------------------------------------------------------------
 * ## pageheader adjustments
 * ------------------------------------------------------------------- */

.s-pageheader::before {
    background-color: #1e2c1e;
}

/* color of linked nav-item */
.header__nav li a {
    color: rgba(255, 255, 255, 0.8);
}

/* color of selected linked nav-item */
.header__nav li {
    color: #ffffff;
}

/* -------------------------------------------------------------------
 * ## search form : changed texts and color
 * ------------------------------------------------------------------- */

.header__search-form::after {
    content: "Tryk retur for at søge";
}

.header__search-form input[type="search"] {
    color: #FFFFFF;
}

.header__search-trigger::before {
    content: "Søg";
}
/* -------------------------------------------------------------------
 * ## featured : changed opacity behaviour
 * ------------------------------------------------------------------- */

.featured .entry:hover::before {
    opacity: .4;
}

.featured .entry::before {
    opacity: 0;
}

/* -------------------------------------------------------------------
 * ## masonry entries -  gallery format
 * ## - smaller left/right padding, smaller bottom margin
 * ------------------------------------------------------------------- */

.masonry__brick.gallery {
    padding: 0 5px;
}

.masonry .entry {
    margin-bottom: 10px;
}

.masonry .blogentry {
    margin-bottom: 25px;
}

.masonry .entry__plantarticle {
    margin-bottom: 20px;
}

.masonry .entry__text {
    padding: 1.2rem 1.4rem 1.2rem;
    background-color: #FFFFFF;
}

.blogsizer {
    width: 320px;
}


/* -------------------------------------------------------------------
 * ## alert/success
 * ------------------------------------------------------------------- */
.text-alert {
    color: red;
    font-weight: bold;
}

.text-success {
    color: forestgreen;
    font-weight: bold;
}


/* -------------------------------------------------------------------
 * ## input fields
 * ##
 * ------------------------------------------------------------------- */

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="date"],
input[type="file"],
textarea,
select {
    display: block;
    height: 3rem;
    padding: 1.5rem 0;
    border: 0;
    outline: none;
    color: #151515;
    font-family: "metropolis-regular", sans-serif;
    font-size: 1.6rem;
    line-height: 2rem;
    max-width: 100%;
    background: transparent;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="file"] {
    height: 6rem;
}

/* -------------------------------------------------------------------
 * ## Category lists
 * ##
 * ------------------------------------------------------------------- */

.s-content__header-meta .cat a::after {
    content: ", ";
}


.s-content__prev, .s-content__next {

    text-align: center;
}


.plantstatus__notingarden {
    display: inline-block;
    font-family: "metropolis-bold", sans-serif;
    line-height: 2.1rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: 1.1rem;
    margin-bottom: 0.1rem;
    background-color: #b23447;
    color: #FFFFFF;
    padding: 0 1.5rem;
}


.plantstatus__native {
    display: inline-block;
    font-family: "metropolis-bold", sans-serif;
    line-height: 2.1rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: 1.1rem;
    margin-bottom: 0.1rem;
    background-color: #679a23;
    color: #FFFFFF;
    padding: 0 1.5rem;
}

.itemstatus__notpublished {
    display: inline-block;
    font-family: "metropolis-bold", sans-serif;
    line-height: 2.1rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: 1.1rem;
    margin-bottom: 0.1rem;
    background-color: #b23447;
    color: #FFFFFF;
    padding: 0 1.5rem;
}

textarea {
    min-height: 10rem;
}



.ck-editor__editable[role="textbox"] {
    /* Editing area */
    min-height: 400px;
    max-height: 400px;
}


.col-four h3.lowtop {
    margin-top: 2rem;
}


div.lead {
    font-family: "metropolis-medium", sans-serif;
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 3.6rem;
    color: #000000;
}

@media only screen and (max-width:800px) {
    div.lead {
        font-size: 1.8rem;
    }

}