@charset "UTF-8";
/***!  /templates/heliostemplatecomponent/css/oxomi.css  !***/

.universal-search-grid {
    display: grid;
    grid-template-columns: 350px auto;
    grid-template-rows: 40px auto;
    grid-template-areas: "filter input" "filter output";
    grid-column-gap: 10px;
    grid-row-gap: 10px
}

@media (max-width: 767px) {
    .universal-search-grid {
        grid-template-columns: auto;
        grid-template-rows: auto;
        grid-template-areas: "input" "filter" "output"
    }

    .oxomi-search-bar {
        top: -70px !important;
        margin: 40px 0 -40px !important;
        z-index: 1021 !important;
    }
}

@media (max-width: 485px) {
    .oxomi-floater {
        max-width: 100% !important;
    }
}

@media (min-width: 767px) {
    #helios-oxomi-search-filter {
        margin-top: 2rem !important;
        margin-bottom: 0 !important;
    }
}

#helios-oxomi {
    padding-top: 0 !important;
}

.oxomi-search-bar {
    top: -40px;
    margin: 40px 0;
}

#helios-oxomi-search-filter {
    font-family: "Roboto", sans-serif;
    grid-area: filter;
    margin-top: 6rem;
    margin-bottom: 2rem
}

#helios-oxomi-search-input {
    font-family: "Roboto", sans-serif;
    grid-area: input
}

#helios-oxomi-search-output {
    font-family: "Roboto", sans-serif;
    grid-area: output
}

.oxomi-well {
    min-height: 20px;
    padding: 0px;
    background-color: #fff;
    border: 0px solid #ccc;
    border-radius: 0px;
    padding-bottom: 0px
}

.oxomi-catalog-icon {
    display: none
}

.oxomi-home-icon {
    display: none
}

.oxomi-category-icon {
    display: none
}

.oxomi-video-icon {
    display: none
}

.oxomi-gallery-icon {
    display: none
}

.oxomi-nav>li.oxomi-nav-header {
    display: none
}

.oxomi-nav li {
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 1rem;
    font-weight: 400;
    display: inline-block;
    min-width: 100px;
    vertical-align: middle;
    text-align: center;
    color: #333;
    margin-left: 5px
}

.oxomi-nav li:not(:last-of-type) {
    margin-right: 1rem
}

.oxomi-nav-list {
    padding-left: 0px;
    padding-right: 15px;
    margin-bottom: 0
}

.oxomi-nav-list>li>a {
    padding: 10px;
    background-color: #e8e8e8;
    border-radius: .375rem
}

.oxomi-nav .oxomi-link {
    color: #333;
    line-height: 1.5
}

.oxomi-link {
    color: #e0001e;
    line-height: 1.5;
    font-weight: normal
}

.oxomi-catalog-container .oxomi-link:hover {
    color: #940014;
    text-decoration: none
}

.oxomi-nav>li>a:hover {
    background-color: #e0001e;
    color: #fff
}

.oxomi-form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e8e8e8;
    border-radius: .375rem;
    box-shadow: none
}

.oxomi-search-bar.ms-ctn input {
    font-size: 18px;
    line-height: 18px;
    background-color: transparent
}

.ms-ctn .ms-trigger .ms-trigger-ico {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #999;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin-left: 8px;
    margin-top: 15px
}

.ms-ctn .ms-trigger {
    top: 0;
    width: 25px;
    height: 100%;
    position: absolute;
    right: 0;
    background: #f7f7f7;
    border-left: 1px solid #e8e8e8;
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
    cursor: pointer
}

.ms-ctn .ms-trigger:hover {
    background: #f5f5f5
}

.ms-ctn .oxomi-home {
    top: 0;
    width: 36px;
    height: 100%;
    position: absolute;
    left: 0;
    background: #f7f7f7;
    border-right: 1px solid #e8e8e8;
    cursor: pointer;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem
}

.ms-ctn .oxomi-home:hover {
    background: #f5f5f5
}

.ms-ctn .oxomi-category-icon {
    display: none
}

.ms-ctn .oxomi-home .oxomi-home-icon {
    background-image: url("https://www.heliosventilatoren.de/templates/heliostemplatecomponent/img/global.helios.svg")
}

.oxomi-dropdown-menu {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    margin-left: -1px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed
}

.oxomi-dropdown {
    width: 100px;
    height: 44px;
    display: none
}

.oxomi-h2 {
    font-family: "Roboto", sans-serif;
    color: #333;
    display: block;
    font-size: 1.25rem;
    font-weight: 400;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-transform: none
}

.oxomi-floater {
    max-width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    margin-bottom: 1.5rem;
    height: auto !important
}

.oxomi-border {
    border: 1px solid #e8e8e8;
    border-radius: .375rem;
    background-color: #fff;
    padding: 3px
}

.oxomi-catalog {
    height: 16.5rem;
    margin-right: 5px;
    width: 12rem;
    padding-top: 5px;
    padding-bottom: 7px
}

.oxomi-group-content {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap
}

.oxomi-group-content .oxomi-vertical-transformer img:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1)
}

.oxomi-catalog-title {
    padding: 5px;
    color: #333;
    font-weight: 500
}

.oxomi-catalog-links>div:not(:last-of-type) {
    margin-bottom: .25rem
}

.oxomi-link:hover {
    color: #333;
    text-decoration: none
}

.oxomi-group-content .oxomi-border {
    border: 1px solid #c7c7c7;
    border-radius: .375rem;
    background-color: #fff;
    padding: .375rem
}

.oxomi-group-content .oxomi-border:hover {
    border: 1px solid #e0001e
}

.oxomi-portalsearch-info {
    color: #333;
    background-color: #f4ec9a;
    border-color: #f4ec9a
}

.oxomi-content-icon {
    background-size: 1.15rem auto !important
}

.oxomi-view-icon,
.oxomi-view-icon-dark,
.oxomi-view-icon-contrast {
    background-image: url("https://www.heliosventilatoren.de/templates/heliostemplatecomponent/img/global.file.txt.svg")
}

.oxomi-download-icon,
.oxomi-download-icon-dark,
.oxomi-download-icon-contrast {
    background-image: url("https://www.heliosventilatoren.de/templates/heliostemplatecomponent/img/global.download.svg")
}

.oxomi-order-icon,
.oxomi-order-icon-dark,
.oxomi-order-icon-contrast {
    background-image: url("https://www.heliosventilatoren.de/templates/heliostemplatecomponent/img/global.in-cart.svg")
}

.oxomi-search-catalog-cover .oxomi-catalog {
    background-color: #e0001e !important
}

.jumbotron-infocenter:before {
    content: "";
    background: transparent url("https://www.heliosventilatoren.de/templates/heliostemplatecomponent/img/jumbotron-infocenter.png") center/cover no-repeat
}
