@charset "utf-8";

/** ---------------------------------------------------------- **/
/** cfs ----------------------------------------------------------------------------------------------------- START **/
/** ---------------------------------------------------------- **/

/** cfs list style ----------------------------------------- **/
/* horizontal li*/
.cfsLiH{
    list-style-type: none;
    margin: auto;
    white-space: nowrap;
    display: inline;
}
/* horizontal ul*/
.cfsUlH {
    width: 100%;
    list-style-type: none;
    margin: auto;
    white-space: nowrap;
}
/* normal ul li style for content div */
.cfsContent ul li {
    list-style: disc;
    margin-left: 2.5rem;
    line-height: 180%;
}
.cfsContent ul {
    margin: .4rem 0 1.4rem 0;
}
.cfsContent a{
    text-decoration: underline;
}
.cfsU{
    text-decoration: underline;
}
/** cfs image ----------------------------------------- **/
.img100{
    width: 100%;
}
.img-responsive{
    width: 100%;
    height: auto;
}
.img-fluid{
    width: 100%;
    height: auto;
}
.videoYtCfsContainer {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.videoYtCfsContainer iframe,
.videoYtCfsContainer object,
.videoYtCfsContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoSrvContainer {
    width: 100%;
}
.videoSrv {
    height: auto;
    width: 100%;
}
/** cfs visibility ----------------------------------------- **/
.cfsHide{
    display: none;
    visibility: hidden;
}
.cfsShow{
    display: block;
    visibility: visible;
}

/** cfs video ----------------------------------------- **/
.cfsResponsiveVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cfsResponsiveVideo {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
/** cfs lightbox ----------------------------------------- **/
.cfsLightBox2Mb{
    margin-bottom: 5rem;
}
.lightboxOverlay{
    top: -5rem;
}

/** cfs form ----------------------------------------- **/
.cfsFormControl{
    width: 100%;
    min-height: 30px;
    border: 1px solid #49529D;
    margin: 0.4rem 0 0.4rem 0;
    padding-left: 1rem;
}

/** cfs search results ----------------------------------------- **/
/* customer/{domain}/module/{ThemeXy}/view/partial/function/00000_searchResults.phtml */
#cfsSearchResultBox {
    /* color: #f0861f;*/
    border: 1px solid #2B7746;
    margin-top: 1rem;
    background-color: rgba(9,112, 77, .3);
}
.entrySeaResult li {
    margin-bottom: .5rem;
}
#cfsSearchResultBox a:hover{
    color: #ff0000;
}

/* input field for plant search*/
.cfsSearchInput{
    min-width: 50px;
    max-width: 100px;
}

/** cfs cookie hint ----------------------------------------- **/
#cfsCookieHintContainer{
    position:fixed;
    top:0px;
    text-align:center;
    z-index:10000000;
    width:100%;
    line-height:28px;
    clear: both;
    padding-top:5px;
    padding-bottom:5px;
    background-color: #00c14c;
    border-bottom: 1px solid #000;
}
#cfsCookieHintText{
    text-align: center;
    font-size: 1.2rem;
    color: #000;
    margin-right: 1rem;
    margin-left: 1rem;
}
.cfsCooBnt{
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border-radius: 2px;
    color: #FFF;
    background-color: #ffa619;
    max-width: 200px;
    padding: .4rem;
}
/** video ----------------------------------------------------- **/
#cpsHeadVideo {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 35vh;
}
.pageImage2VideoVideoContainer{
    float: right; width: 100%
}
@media (min-width: 770px) {
    .pageImage2VideoVideoContainer{
        float: right; width: 66%; margin-left: 1.5rem;
    }
}
/* bt4
Extra small <576px
Small       ≥576px
Medium      ≥768px
Large       ≥992px
Extra large ≥1200px
*/

/*
topColToggle
topCol2
topCol3
topCol4

*/
/** ---------------------------------------------------------- **/
/** cfs ----------------------------------------------------------------------------------------------------- END **/
/** ---------------------------------------------------------- **/
