﻿/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


/* Font fixes */

h2 {
    margin: 30px 0;
}

/* CUSTOM BUTTON */
    .btn-custom {
    color: #FFFFFF;
    background-color: #9D6296;
    border-color: #130269;
}

    .btn-custom:hover,
    .btn-custom:focus,
    .btn-custom:active,
    .btn-custom.active,
    .open .dropdown-toggle.btn-custom {
        color: #FFFFFF;
        background-color: #49247A;
        border-color: #130269;
    }

    .btn-custom:active,
    .btn-custom.active,
    .open .dropdown-toggle.btn-custom {
        background-image: none;
    }

    .btn-custom.disabled,
    .btn-custom[disabled],
    fieldset[disabled] .btn-custom,
    .btn-custom.disabled:hover,
    .btn-custom[disabled]:hover,
    fieldset[disabled] .btn-custom:hover,
    .btn-custom.disabled:focus,
    .btn-custom[disabled]:focus,
    fieldset[disabled] .btn-custom:focus,
    .btn-custom.disabled:active,
    .btn-custom[disabled]:active,
    fieldset[disabled] .btn-custom:active,
    .btn-custom.disabled.active,
    .btn-custom[disabled].active,
    fieldset[disabled] .btn-custom.active {
        background-color: #9D6296;
        border-color: #130269;
    }

    .btn-custom .badge {
        color: #9D6296;
        background-color: #FFFFFF;
    }
/* CUSTOM BUTTON */



/* SEARCH */
.overlay {
    background: rgba(255,255,255,0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}


.search-bar .search-input-container {
    flex: 1 1 auto;
    position: relative;
}

.search-bar .search-button {
    border: 1px solid white;
}

.search-bar .autocomplete-results {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 100;
    max-height: 300px;
    padding-left: 0;
    overflow-y: auto;
    list-style-type: none;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

    .search-bar .autocomplete-results li {
        display: block;
        background-color: #FFFFFF;
        padding: 0;
        border-left: 1px solid #e7e7e7;
        border-right: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
    }

        .search-bar .autocomplete-results li .link {
            padding: 10px;
            display: block;
            text-shadow: none;
            font-size: 1.2em;
        }

        .search-bar .autocomplete-results li.selected .link {
            background: #e9eae6;
        }

        .search-bar .autocomplete-results li.selected {
            background: #e9eae6;
        }

        .search-bar .autocomplete-results li .link:hover {
            background: #D2E6EF;
        }

        .search-bar .autocomplete-results li .link p {
            line-height: normal;
            margin: 0;
        }

        .search-bar .autocomplete-results li .link .title {
            color: #a75e99;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .search-bar .autocomplete-results li .link .text {
            color: #444444;
        }

@media only screen and (min-width: 994px) {
    .search-bar .search-button-container {
        margin-left: 20px;
    }

    .search-bar .input-group .search-button {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
}

@media only screen and (max-width: 993px) {
    .search-bar .input-group .search-input {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .search-bar .search-input-container {
        position: initial;
    }
}

.searchhighlight {
    background-color: yellow;
}

.searchhighlightMixture {
    background-color: #a75e99;
}

/* SEARCH */
.divider {
    margin: 5rem 0;
}

/* OVERRIDES*/
.promo-full {
    padding: 30px 0 !important;
}

.dropdown-menu {
    min-width: 7rem;
}



/* OTHER */


.error-message {
    color: red;
    font-size: 1.2em;
    margin-bottom: 0.5rem;
}

.disableSelect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.GeneralSpacerSmall {
    width: 100%;
    height: 25px;
}

.GeneralSpacerLarge {
    width: 100%;
    height: 50px;
}

.StoffenSearchBox {
    /*padding: 20px;*/
    font-size: 20px;
    text-align: left;
    height: 43px;
}

.stoffenreport {
    font-size: 15px;
}

    .stoffenreport .spacer {
        width: 100%;
        height: 25px;
    }

    .stoffenreport h1 {
        font-size: 25px;
    }

    .stoffenreport table {
        width: 100%;
    }

        .stoffenreport table td {
            padding: 5px;
        }

.StoffenCTA {
    background-color: #f2f2f2;
    padding: 10px;
    /*text-align: center;*/
}

.StoffenCTAIcon {
    padding: 0 10px 0 10px;
    margin-top: -4px;
}

.StoffenCTALink {
    color: #a75e99;
    text-decoration: underline;
}

.overlay {
    background: rgba(255,255,255,0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.disableSelect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.stoffenreport {
    font-family: 'Open Sans',arial,sans-serif;
    color: #96979d;
}

.language-select .dropdown-item {
    font-size: 1.2em;
    padding: 5px 15px;
}

.default-page-location {
    position: relative;
    top: -425px;
}

.pricing-page-location {
    position: relative;
    top: -75px;
}

.product-page-location {
    position: relative;
    top: -500px;
}

.href-nocolor a {
    color: inherit;
}

.small-margin-bottom {
    padding-bottom: 10px;
}

.heading-block.center > .maxwidth725 {
    max-width: 725px;
}

.fancy-title.title-bottom-border h4 {
    letter-spacing: 0;
}

.partnerContainer {
    position: relative;
    height: 120px;
    overflow: hidden;
    border: 1px solid rgb(231,231,231);
    padding: 5px;
    display: flex;
    align-items: center;
    margin: 15px;
}

.fakeContainer {
    border: 1px solid white;
    height: 1px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

    .partnerContainer img {
        flex: 0 0 auto;
        max-height: 100%;
        margin: 0 auto;
    }

#partners .partner .partnerName {
    position: absolute;
    bottom: -80px;
}


#logo .inner-logo-box {
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 342px;
    overflow: hidden;
}

    #logo .inner-logo-box img {
        height: 87px;
    }

@media only screen and (max-width: 991px) {
    #logo .inner-logo-box {
        padding-left: 24px;
        padding-top: 6px;
    }
}

@media only screen and (max-width: 500px) {
    #logo .inner-logo-box {
        padding-top: 20px;
    }

        #logo .inner-logo-box img {
            height: 60px;
        }
}

@media only screen and (max-width: 360px) {
    #logo .inner-logo-box img {
        height: 40px;
    }
}

#header.page-section.sticky-header #header-wrap {
    height: 70px;
}

#primary-menu {
    padding-top: 5px;
}

#header {
    border-bottom: none;
}

@media only screen and (max-width: 1920px) {
    #slider.swiper_wrapper {
        height: 650px;
    }

    .slider-caption h2 {
        font-size: 3rem;
    }
}

body {
    font-size: 15px;
}

.slider-caption.slider-caption-center {
    max-width: 900px;
}

.inline-button {
    float: left;
    display: block;
    margin-right: 30px;
}

@media only screen and (max-width: 440px) {
    .inline-button {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 769px) {
    .pricing-features {
        min-height: 265px;
    }
}

.tooltipster-content {
    white-space: pre-wrap;
}