.no-scroll {
    overflow: hidden;
}

.tx-psbfieldguide .filter_area.is-open .filter_area--content {
    max-height: 100000px;
    padding: 1em 0;
}

.tx-psbfieldguide .filter_area--filter-wrap.is-inactive input[type="checkbox"] + label,
.tx-psbfieldguide .filter_area--filter-wrap.is-inactive input[type="checkbox"] + label span {
    color: #c5c5c5;
    cursor: default;
}

.tx-psbfieldguide .filter_area.hidden,
.tx-psbfieldguide .filter_area--filter-wrap.hidden {
    display: none;
}

.tx-psbfieldguide .filter_area--headline {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 1.5em;
}

.tx-psbfieldguide .filter_area--spacer {
    height: 1px;
    margin-bottom: 1em;
    background-color: #ccc;
}

.tx-psbfieldguide .filter_area--info {
    position: absolute;
    right: 30px;
    margin: 3px 13px 0 0;
    display: inline-block;
    width: 28px;
    height: 28px;
    color: #000;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 50%;
    text-align: center;
    transition: color .2s, background-color .2s;
    margin-top: -2px;
    background-image: url('/typo3conf/ext/smns_naturportalsuedwest_template/Resources/Public/Images/infoicon.png');
    background-size: 100% auto;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tx-psbfieldguide .filter_area--info .filter_area--info_overlay {
    color: #000;
}

.tx-psbfieldguide .filter_area--info:hover {
    color: #000;
    background-color: #0271bb;
}

.tx-psbfieldguide .filter_area--info:hover .filter_area--info_overlay {
    color: #000;
}

.tx-psbfieldguide .filter_area--info_overlay {
    display: inline-block;
    width: 260px;
    height: fit-content;
    background-color: #fff;
    border: 1px solid #888;
    position: absolute;
    bottom: 30px;
    left: -241px;
    z-index: 999;
    transition: width 200ms;
}

@media (min-width: 1174px) {
    .tx-psbfieldguide .filter_area--info_overlay {
        width: 300px;
        height: fit-content;
        bottom: 30px;
        left: -281px;
    }
}

.tx-psbfieldguide .filter_area--info_overlay--close {
    position: absolute;
    top: 10px;
    right: 10px;
    text-transform: uppercase;
    width: 22px;
    height: 23px;
    text-align: center;
    background-color: #fff;
    transition: color 200ms, background-color 200ms;
}

.tx-psbfieldguide .filter_area--info_overlay--close:hover {
    color: #fff;
    background-color: #000;
}

.tx-psbfieldguide .filter_area--info_overlay--image {
    background-size: cover;
    background-position: center;
    height: 150px;
}

.tx-psbfieldguide .filter_area--info_overlay--content {
    height: auto;
    padding: 5px;
    text-align: center;
}

.tx-psbfieldguide .filter_area--headline span {
    position: absolute;
    top: 5px;
    right: 1em;
    display: inline-block;
    width: 18px;
    height: 9px;
    background: url(Img/arrow.png) 0 no-repeat;
}

.tx-psbfieldguide .filter_area.is-open .filter_area--headline span {
    background-position: -18px 0;
}

.tx-psbfieldguide .filter_area--content {
    position: relative;
    top: .5em;
    max-height: 0;
    overflow: hidden;
    cursor: pointer;
}


.tx-psbfieldguide .filter_area--content ul {
    list-style: none;
    padding: 0;
}

.tx-psbfieldguide .filter_area--content ul ul {
    padding: 0 1em;
}

.tx-psbfieldguide .filter_area--content ul li {
    margin: 0 0 .5em;
}

.tx-psbfieldguide .filter_area--content ul p {
    margin: 0;
}

.tx-psbfieldguide > h1,
.tx-psbfieldguide .species_item_wrap h1,
.tx-psbfieldguide .species_show h1 {
    font-style: normal;
    margin-top: 0;
}

.tx-psbfieldguide > h1 .species--describer,
.tx-psbfieldguide .species_item_wrap h1 .species--describer,
.tx-psbfieldguide .species_show h1 .species--describer {
    font-style: normal;
}

.tx-psbfieldguide .species_show h1 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

.tx-psbfieldguide .species_show .species--gallery .gallery--header .header--description {
    width: 100%;
    margin-top: 1em;
    text-align: center;
}

.tx-psbfieldguide .species_show .species--gallery .gallery--header img {
    display: block;
    width: auto !important;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.tx-psbfieldguide .species_show .species--gallery .gallery--thumbnails {
    width: 100%;
    margin-top: 1em;
}

.tx-psbfieldguide .species_show .species--gallery .gallery--thumbnails .thumbnails--wrapper {
    width: 100%;
    text-align: center;
}

.tx-psbfieldguide .species_show .species--gallery .gallery--thumbnail {
    display: inline-block;
    width: 18%;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 1%;
    border: 1px solid #888;
}

@media screen and (max-width: 1200px) {
    .tx-psbfieldguide .species_show .species--gallery .gallery--thumbnail {
        width: 23%;
    }
}

@media screen and (max-width: 800px) {
    .tx-psbfieldguide .species_show .species--gallery .gallery--thumbnail {
        width: 31%;
    }
}

@media screen and (max-width: 560px) {
    .tx-psbfieldguide .species_show .species--gallery .gallery--thumbnail {
        width: 48%;
    }
}

.tx-psbfieldguide .gm-infowindow h1 {
    margin: .5em 0 0 0;
    font-weight: normal;
    font-size: 1.2em;
}

.tx-psbfieldguide .italic {
    font-style: italic;
}

.tx-psbfieldguide .gm-infowindow .title {
    font-style: italic;
}

.tx-psbfieldguide .gm-infowindow .title span {
    font-style: normal;
}

.tx-psbfieldguide .gm-infowindow .subheadline {
    font-size: 1em;
    font-style: normal !important;
}

.tx-psbfieldguide .subheadline {
    display: block;
    color: #000;
    font-size: 60%;
    font-style: italic;
    font-weight: bold;
}

.tx-psbfieldguide .species_item_wrap h1 {
    display: none;
}

.tx-psbfieldguide .species {
    position: relative;
    height: 280px;
    margin: .6% .6% .2%;
    cursor: pointer;
    overflow: hidden;
    border-radius: .25rem;
    vertical-align: top;
    border: 1px solid #888;
}

.tx-psbfieldguide .species.hidden {
    display: none;
}

.tx-psbfieldguide .species .species--title {
    font-weight: bold;
    font-size: 15px;
}

.tx-psbfieldguide .species .species--titleTranslated {
    font-size: 15px;
    color: #fff !important;
}

.tx-psbfieldguide .species a {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.tx-psbfieldguide .species--image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    z-index: -1;
    vertical-align: top;
    transition: transform .2s ease-in-out 0s;
}

.tx-psbfieldguide .species:hover .species--image {
    transform: scale(1.15);
}

.tx-psbfieldguide .species_text_wrap {
    position: absolute;
    bottom: 0;
    margin: .5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tx-psbfieldguide .filter_area--species-wrap .species--title {
    font-style: italic;
}

.tx-psbfieldguide .filter_area--genus-wrap .genus--title.is-active,
.tx-psbfieldguide .filter_area--species-wrap .species--titleTranslated.is-active,
.tx-psbfieldguide .filter_area--species-wrap .species--title.is-active {
    color: #0271bb !important;
}

.tx-psbfieldguide .filter_area--genus-wrap .genus--title {
    text-transform: uppercase;
    font-style: italic;
}

.tx-psbfieldguide .filter_area--genus-wrap a,
.tx-psbfieldguide .filter_area--genus-wrap a p {
    color: #fff;
    transition: color .2s ease-in-out;
}

.tx-psbfieldguide .filter_area--genus-wrap a:hover,
.tx-psbfieldguide .filter_area--genus-wrap a:hover p {
    color: #0271bb;
    text-decoration: none;
}

.tx-psbfieldguide .species--title {
    position: relative;
    color: #fff;
    text-decoration: none;
}

.tx-psbfieldguide .species--title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.tx-psbfieldguide .species:hover .species--title:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.tx-psbfieldguide .species--titleTranslated {
    color: #0271bb;
}

/**
 * Checkbox
 */
.tx-psbfieldguide input[type="checkbox"] {
    /*display:none;*/
}

#form--found input[type="checkbox"] {
    display: inline-block;
}

.tx-psbfieldguide .filter_area--filter-wrap.is-inactive input[type="checkbox"] + label,
.tx-psbfieldguide .filter_area--filter-wrap.is-inactive input[type="checkbox"] + label span {
    transition: color .2s ease-in-out;
    cursor: not-allowed !important;
}

.tx-psbfieldguide .filter_area--filter-wrap.is-inactive input[type="checkbox"] + label .filter_area--info {
    cursor: pointer;
}

.tx-psbfieldguide input[type="checkbox"] + label {
    width: 100%;
    color: #000;
    font-weight: normal;
    cursor: pointer;
}

.tx-psbfieldguide input[type="checkbox"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 3px 13px 0 0;
    vertical-align: middle;
    background: url(Img/check_radio_sheet.png) left top no-repeat;
    cursor: pointer;
    position: absolute;
    right: 0;
}

.tx-psbfieldguide input[type="checkbox"]:checked + label span {
    background: url(Img/check_radio_sheet.png) -19px top no-repeat;
}

.tx-psbfieldguide .filter_area--filter-wrap.is-inactive input[type="checkbox"] + label span {
    background-position-x: -38px;
}

.tx-psbfieldguide .species__characteristics--headline {
    margin: 2em 0 .5em;
    font-size: 1.5em;
    font-weight: bold;
}

.tx-psbfieldguide .species__characteristics table {
    width: 100%;
}

.tx-psbfieldguide .species__characteristics td {
    padding: 1em;
}

.tx-psbfieldguide .species__characteristics td:first-child {
    vertical-align: top;
}

.tx-psbfieldguide .species__characteristics tr:nth-child(odd) {
}

.tx-psbfieldguide .species__characteristics tr:nth-child(even) {
}

.tx-psbfieldguide .owl-carousel {
    margin-bottom: 2em;
}

.tx-psbfieldguide .owl-carousel img {
    width: 100% !important;
    height: auto;
    max-height: 500px;
    margin: 0 auto;
}

.tx-psbfieldguide .owl-item {
    background-color: #fff;
}

.tx-psbfieldguide .speciessimilar--title,
.tx-psbfieldguide .speciessimilar--describer {
    display: inline-block;
}

.tx-psbfieldguide .speciessimilar--container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3em;
}

.tx-psbfieldguide .speciessimilar--item {
    display: flex;
    width: 100%;
    margin-bottom: 3em;
    flex-direction: column;
}

.tx-psbfieldguide .speciessimilar--item .card {
    flex: 1 0 auto;
}

.tx-psbfieldguide .speciessimilar--item .card .card-header * {
    text-align: left;
}

@media (min-width: 992px) {
    .tx-psbfieldguide .speciessimilar--item {
        width: 33%;
    }
}

.tx-psbfieldguide .speciessimilar--image {
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
    width: auto;
    background-position: center;
}

.tx-psbfieldguide.species__overlay {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999;
    overflow: scroll;
}

.tx-psbfieldguide.species__overlay .species__content {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 5% auto 0 auto;
    padding: 2em;
    background-color: #fff;
    text-align: left;
    border-radius: .25rem;
}

.tx-psbfieldguide.species__overlay .owl-prev {
    left: 0 !important;
}

.tx-psbfieldguide.species__overlay .owl-next {
    right: 0 !important;
}

@media (min-width: 992px) {
    .tx-psbfieldguide.species__overlay .species__content {
        width: 80%;
        padding: 5em;
    }
}

.tx-psbfieldguide.species__overlay .species__overlay--close {
    position: absolute;
    right: 5%;
    font-size: 2em;
    padding: 0 .5em;
    transition: color 200ms;
    cursor: pointer;
}

.tx-psbfieldguide.species__overlay {
    text-align: center;
}

.tx-psbfieldguide.species__overlay .species__overlay--close:hover {
    color: #0271bb;
}

.tx-psbfieldguide .species__overlay--loader {
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -25px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #0271bb;
    border-bottom: 6px solid #0271bb;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

.tx-psbfieldguide .species__list--loader {
    margin: 1em auto;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #0271bb;
    border-bottom: 6px solid #0271bb;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

.tx-psbfieldguide .species__list--loader.hidden {
    display: none;
}

.tx-psbfieldguide .species__characteristics td:first-child {
    font-weight: bold;
    max-width: 200px;
}

.tx-psbfieldguide .species--publications .publication {
    margin-bottom: 32px;
}

.tx-psbfieldguide .publication--headline {
    text-align: center;
    font-weight: bold;
}
.tx-psbfieldguide .publication--authors {
    font-variant: small-caps;
}

.tx-psbfieldguide .publication--medium {
    font-style: italic;
}

.tx-psbfieldguide .publication--issue {
    font-weight: bold;
}

.tx-psbfieldguide .publication--file {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    left: 1em;
    background-image: url('/typo3conf/ext/psb_field_guide/Resources/Public/Img/icon_pdf.png');
    background-repeat: no-repeat;
    background-position: center;
}

.tx-psbfieldguide .publication--file:before {
    content: '';
    display: none;
}

.tx-psbfieldguide .publication--doi {
    display: inline-block;
    position: relative;
    width: 54px;
    text-align: right;
}

.tx-psbfieldguide .publication--htmlLink {
    display: inline-block;
    position: relative;
    width: 60px;
    text-align: left;
    padding-left: 12px;
}

.tx-psbfieldguide .form-group.has-loader {
    position: relative;
}

.tx-psbfieldguide #form--found-message {
    padding: 1.5em 0;
}

.tx-psbfieldguide #form--found-message h1 {
    margin-bottom: 1.5em;
}

.tx-psbfieldguide #form--found-message .row--submit {
    text-align: center;
}

.tx-psbfieldguide #form--found-message input[type="checkbox"] {
    display: inline-block;
    width: 2em;
    vertical-align: top;
}

.tx-psbfieldguide #form--found-message input[type="checkbox"] + label {
    display: inline-block;
    width: 65%;
}

.tx-psbfieldguide #form--found-message input[name="tx_psbfieldguide_foundmessage[data_protection_accepted]"] + label {
    width: 90%;
    margin-top: -6px;
}

.tx-psbfieldguide #form--found-message .row--submit input {
    margin-top: 1.5em;
}

.tx-psbfieldguide .found-report--form {
    padding: 2em;
    margin-top: 2em;
}

.tx-psbfieldguide .nav-sidebar .card {
    border: 0 none;
}

.tx-psbfieldguide .nav-sidebar .card-header {
    background: none;
    border: none;
}

.tx-psbfieldguide .nav-sidebar .card-body {
    padding-top: 0;
}

.tx-psbfieldguide .nav-sidebar {
    margin-top: -5px;
}

.tx-psbfieldguide .nav-sidebar .back-link {
    margin-top: 1em;
}

.tx-psbfieldguide .nav-sidebar ul ul {
    font-style: italic;
    padding: 0 .75rem 0 1.5rem;
    list-style-type: none;
}

.modal-backdrop {
    display: none;
    z-index: -1;
}

.link {
    text-decoration: underline;
    cursor: help;
    text-align: center;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    display: none;
    position: absolute;
    top: 0;
    right: 45px;
    color: #000;
    font-size: 5px;
    margin: 30px 0 0 0;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

#psb_foundmessage--user-found-list .modal-dialog {
    max-width: 1000px;
    height: 500px;
}

#psb_foundmessage--user-found-list .modal-body {
    text-align: center;
}

#psb_foundmessage--user-found-list .found--image {
    padding: 5px;
    cursor: pointer;
    transition: opacity 300ms;
}

#psb_foundmessage--user-found-list .found--image:hover {
    opacity: .5;
}

#psb_foundmessage--user-reward-show table thead {

}

#psb_foundmessage--user-reward-show table tbody tr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#psb_foundmessage--user-reward-show table th,
#psb_foundmessage--user-reward-show table td {
    padding: 1em;
}

#psb_foundmessage--user-reward-show .reward.active {
    background-color: #f2f2f2;
}

#psb_foundmessage--user-reward-show .reward--image {
    width: 100%;
    max-width: 50px;
    height: auto;
}

#psb_foundmessage--user-reward-show .icon--check {
    width: 20px;
    height: auto;
}

.panel {
    border: 1px solid #f2f2f2;
    border-radius: .25rem;
    padding: .5em;
}

.femanager_edit .femanager_usergroup,
.femanager_edit .femanager_image,
.femanager_edit .femanager_name,
.femanager_edit .femanager_middlename {
    display: none;
}

.femanager_edit .col-sm-2,
.femanager_edit .col-sm-10 {
    width: 100%;
    padding: 0;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff !important;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@media (min-width: 1174px) {
    .tx-psbfieldguide .species__characteristics td:first-child {
        font-weight: bold;
        max-width: 200px;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.species__overlay--prev,
.species__overlay--next,
.owl-theme .owl-nav [class*='owl-'] {
    background: transparent url(Img/slider_arrow.png) top left no-repeat !important;
    overflow: hidden;
    text-indent: 500%;
    white-space: nowrap;
    width: 19px;
    height: 36px;
}

.species__overlay--prev,
.species__overlay--next,
.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent url(Img/slider_arrow.png) top left no-repeat !important;
}

.species__overlay--prev,
.owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -40px;
    margin-top: -18px;
    background-position: 0 0;
}

.species__overlay--prev {
    left: 10px;
    cursor: pointer;
}

.species__overlay--next-wrap,
.species__overlay--prev-wrap {
    background-color: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 83px;
    left: -6%;
}

.species__overlay--next-wrap {
    left: inherit;
    right: -6%;
}

.species__overlay--next,
.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -40px;
    margin-top: -18px;
    background-position: 0 -36px !important;
}

.species__overlay--next {
    right: 10px;
    cursor: pointer;
}

.species__overlay--next::before {
    content: "";
    width: 100px;
    height: 100px;
    background-color: #fff;
}

.owl-theme .owl-nav .owl-next:hover {
    background-position: -19px -36px !important;
}

.owl-theme .owl-nav .owl-prev:hover {
    background-position: -19px 0 !important;
}

.owl-theme {
}


@media (min-width: 600px) {
    .species__overlay--prev-wrap {
        left: -4%;
    }

    .species__overlay--next-wrap {
        right: -4%;
    }
}

@media (min-width: 768px) {
    .tx-psbfieldguide .species {
        display: inline-block;
        width: 48.4%
    }

    .tx-psbfieldguide .owl-carousel img {
        width: auto !important;
        height: 100%;
        max-height: 500px;
    }
}

@media (min-width: 992px) {
    .tx-psbfieldguide > h1 {
        display: none;
    }

    .tx-psbfieldguide .species_item_wrap h1 {
        display: inherit;
    }

    .species_filter_wrap {
        display: inline-block;
        width: 30%;
        vertical-align: top;
        margin-right: 3%;
    }

    .tx-psbfieldguide .view--show .filter_area--content {
        max-height: 100%;
    }

    .tx-psbfieldguide .view--show .filter_area--headline {
        cursor: default;
    }

    .tx-psbfieldguide .view--show .filter_area--headline span {
        display: none;
    }

    .species_item_wrap,
    .species_show {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

    .species_show.found--report {
        width: 100%;
    }

    .owl-theme .owl-nav [class*='owl-'].owl-prev {
        left: 0;
    }

    .owl-theme .owl-nav [class*='owl-'].owl-next {
        right: 0;
    }

}

@media (min-width: 1200px) {
    .tx-psbfieldguide .species {
        width: 32%;
        height: 255px;
    }

    .owl-theme .owl-nav [class*='owl-'].owl-prev {
        top: 45%;
    }

    .owl-theme .owl-nav [class*='owl-'].owl-next {
        top: 45%;
    }
}

.frame-type-flux_container > .green {
    width: 100%;
    background: #93c01f;
    color: #fff;
    padding-top: 4em;
    padding-bottom: 4em;
    text-align: center;
}

.glossary-overlay {
    position: absolute;
    width: 320px;
    padding: 1em !important;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    background-color: #fff;
    z-index: 999;
}

.glossary-overlay img {
    width: auto;
    max-height: 200px;
}

.glossary-overlay h1 {
    font-size: 1rem;
}

.glossary-overlay h4 {
    font-size: 1em;
}

@media (min-width: 1200px) {
    .glossary-overlay {
        width: 500px;
    }
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
    cursor: pointer;
}

.overlay--content {
    position: absolute;
    top: 45%;
    left: 25%;
    color: #fff;
    font-size: 1.5em;
    width: 50%;
    right: 25%;
    line-height: 1.2em;
}

/* General styles */

.underline {
    text-decoration: underline;
}

#nav-molecular-data {
    padding: 0;
}

#nav-molecular-data .card {
    background-color: #fff;
    border: none;

}

#nav-molecular-data .card .card-header {
    background-color: #fff;
    border: none;
    padding: 0;

}

#nav-molecular-data .card .card-header .btn {
    padding-left: 30px;
    color: #050000;
}

#nav-molecular-data .card .card-header .btn[aria-expanded="true"] {
}

#nav-molecular-data .card .card-header .btn[aria-expanded="false"] {
}

/*https://fontawesome.com/v5.15/icons/*/
#nav-molecular-data .card .card-header .btn[aria-expanded="true"]:before {
    /*
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: "\f150";
    position: absolute;
    */
    margin-left: -20px;
    display: inline-block;
    vertical-align: .255em;
    content: "";
    width: 0;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

#nav-molecular-data .card .card-header .btn[aria-expanded="false"]:before {
    /*font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: "\f152";
    position: absolute;
    */
    margin-left: -20px;
    display: inline-block;
    width: 8px;
    height: 0;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}

#nav-molecular-data .card .btn:focus {
    box-shadow: none;
}

#nav-molecular-data .card .card-header .btn:hover {
    text-decoration: none;
}

#nav-molecular-data .card .card-header-order .btn {
    font-size: 1.2rem;
}

#nav-molecular-data .card .card-genus-order .btn {
    font-size: 1.1rem;
}

#nav-molecular-data .card .card-family-order .btn {
    font-size: 1rem;
}

#nav-molecular-data .card .card-body {
    background-color: #fff;
    border: none;
    padding: 0 0 0 0.25rem;
}

#nav-molecular-data div.dataTables_length {
    /*background-color: #ffeecc;*/
}

div.dataTables_length,
table.species-found {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
}

table.species-found th {
    font-size: 12px;
    white-space: nowrap;
}


table.species-found td {
    font-size: 12px;
    white-space: nowrap;
}


table.species-found td.sequence-data {
    width: 150px;
    max-width: 150px;
    word-break: break-all;
    white-space: normal;
    font-size: 11px;
    /*padding-left: 30px;
    padding-right: 30px;*/
}

table.species-found td.locality {
    width: 150px;
    max-width: 150px;
}

table.species-found td.borderless {
    border: 1px solid transparent !important;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-size: 12px;
}

div.dataTables_wrapper div.dataTables_length label {
    font-size: 12px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    font-size: 12px;
}

div.dataTables_wrapper div.dataTables_info {
    font-size: 12px;
}


.found-row {
    font-size: 12px
}


/*
.dataTables_length {
    display: none;
    visibility: hidden;
}
*/

#systematic__entrypoint-wrapper {
    /*text-align: center;
    background: #F7F7F7;*/
}

#systematic__entrypoint-wrapper a {
    text-decoration: none;
    outline: none;
}

#systematic__entrypoint-wrapper .card-systematic {
    border-radius: 0;
    border: none;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#systematic__entrypoint-wrapper .card-systematic .text-box {
    border: solid 1px #e12744;
    /*height: 300px;*/
}

#systematic__entrypoint-wrapper .card-systematic .image-box {
    background: #ffffff;
    overflow: hidden;
    /*box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);*/
    border-radius: 0;
    /*border: solid 1px #e12744;*/
    height: 15em;
}

#systematic__entrypoint-wrapper .card-systematic .image-box img {
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    /*width: 100%;*/
    /*height: 200px;*/
}

#systematic__entrypoint-wrapper .card-systematic .image-box.image-box-portrait {
    /*max-width: 140px;*/
    margin: 0 auto;
    background-position: center center;
}

#systematic__entrypoint-wrapper .card-systematic .image-box.image-box-background {
    background-size: cover;
    background-position: center;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
}


/*
#systematic__entrypoint-wrapper .card-systematic .image-box.image-box-portrait img {
    width: 50%;
}
*/

#systematic__entrypoint-wrapper .card-systematic:hover .image-box.image-box-background {
    opacity: 0.7;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

#systematic__entrypoint-wrapper .card-systematic:hover .image-box img {
    opacity: 0.7;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

/*
#systematic__entrypoint-wrapper .card-systematic .text-box{
    text-align: center;
}
*/
#systematic__entrypoint-wrapper .card-systematic .text-box .text-container {
    padding: 20px 10px;
    background-color: #e12744;
    min-height: 90px;

    position: relative;
    /*
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
     */

}

#systematic__entrypoint-wrapper .card-systematic {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
}

#systematic__entrypoint-wrapper .card-systematic:hover {
    background: #fff;
    box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#systematic__entrypoint-wrapper .card-systematic .text-box p {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000000;
}

#systematic__entrypoint-wrapper .card-systematic .text-box h6 {
    color: #fff;
}


.tx-psbfieldguide .species_show .species--gallery .gallery--thumbnail {
    position: relative;
}

.tx-psbfieldguide .species_show .species--gallery .gallery--thumbnail--label {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    text-align: center;
    width: 100%;
    /*border:solid 10px lime;*/
}

.molecular-data-wrapper {
    font-size: 12px;
}

.molecular-data-wrapper p.sequence {
    word-wrap: anywhere;
}

.molecular-data-wrapper .molecular-data-odd {
    /*background-color: rgba(225,39,68,0.6);*/
}

.molecular-data-wrapper .molecular-data-even {
    background-color: rgba(225, 39, 68, 0.1);
}

.tx-psbfieldguide .nav-item-arrow span {
    border: solid #222;
    border-width: 0 1px 1px 0;
    display: inline;
    cursor: pointer;
    padding: 3px;
    position: absolute;
    left: 0;
}

.tx-psbfieldguide .nav-item-arrow a.nav-link-collapse.collapsed span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: .3s transform ease-in-out;
    margin-top: 12px;
}

.tx-psbfieldguide .nav-item-arrow a.nav-link-collapse span {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: .3s transform ease-in-out;
    margin-top: 6px;
}

.tx-psbfieldguide .btn-link {
    color: #e12744;
}

.tx-psbfieldguide .btn:focus,
.tx-psbfieldguide .btn.focus {
    box-shadow: none;
}

.tx-psbfieldguide .nav-sidebar-systematic ul ul {
    font-style: normal;
}

.tx-psbfieldguide .list-inline-item.current a {
    text-decoration: underline;
}

.card-systematic .image-box:hover .middle {
    opacity: 1;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 1rem;
}

.card-systematic .image-box .middle {
    transition: .2s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-size: 14px;
    width: 100%;
}

/*
.card-systematic .image-box .middle .text {
    padding: 8px;
}
*/

.card-systematic .text-box .image-box .middle .text p {
    padding: 8px !important;
    font-size: 14px !important;
    color: #fff !important;
    letter-spacing: 0 !important;
}

#nav-home {
    margin-top: 1rem;
}

/*
#page_387 .hero {
    overflow: visible;
}
*/

#page_387 .h1-mb {
    margin-bottom:0;
}

#page_387 main {
    padding-top:0;
}

#taxonSearchPanel {
    position: relative;
    top:0;
    left: 0;
    width: 100%;
    background-color: rgb(225, 39, 68);
    height: 100%;
    /*visibility: hidden;*/
    /*display: none;*/
    min-height: 60px;
}

#taxonDropdownMenu {
    position: relative;
    z-index: 10;
    height: auto;
    /*max-width: 380px;*/
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: scroll;

    .img-col {
        min-width: 60px;
        max-width: 60px;
        text-align: center;
    }

    .result__header h2 {
        font-size: 0.8rem;
        text-transform: initial;
    }

    .result__header h3 {
        font-size: 0.8rem;
        text-transform: initial;
    }
}

#taxonSearchFooter {
    position: relative;
    height: auto;
    background-color: #F7F7F7;
    z-index: 100;
    bottom: 0;
    padding: 1rem 0.5rem;
    /*max-width: 380px;*/
    border-bottom: solid 1px lightgrey;
    border-left: solid 1px lightgrey;
    border-right: solid 1px lightgrey;

}
/*https://getbootstrap.com/docs/5.0/layout/breakpoints/*/
@media (min-width: 768px) {
    #taxonDropdownMenu {
        max-width: initial;
        overflow-x: initial;

        .img-col {
            min-width: 140px;
            max-width: 140px;
            text-align: center;
        }

        .result__header h2 {
            font-size: 1.2rem;
        }

        .result__header h3 {
            font-size: 1rem;
        }
    }
    #taxonSearchFooter {
        max-width: initial;
    }
}

#taxonSearchHeader {
    position: relative;
    height: auto;
    background-color: #F7F7F7;
    z-index: 100;
    padding: 1rem 0.5rem;
    border-top: solid 1px lightgrey;
    border-left: solid 1px lightgrey;
    border-right: solid 1px lightgrey;
}

#taxonSearchAutocompleteList .dropdown-item {
    margin: 0;
    padding: 0;
}

#taxonSearchAutocompleteList .dropdown-item:hover {
    cursor: pointer;
    /*background-color: transparent;*/
}

#page_389 #form_kesearch_pi1 {
    /*visibility: hidden;
    display: none;*/
}

#page_389 .result-title a,
#page_389 .tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
    font-size: 14px;
    color: red;
    font-style: italic;
}

#page_389 .result-title a:hover,
#page_389 .result-list-item a:hover,
#page_389 .tx-kesearch-pi1 #kesearch_results .result-list-item .hit:hover {
    text-decoration: none;
}
