Skip to content
Code-Schnipsel Gruppen Projekte
style.css 39,4 KiB
Newer Older
Henning Leutz's avatar
Henning Leutz committed
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    margin: 0;
    padding: 0;
Henning Leutz's avatar
Henning Leutz committed
}

/* maven-pro-regular - latin */
@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/maven-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Maven Pro Regular'), local('MavenPro-Regular'),
    url('../fonts/maven-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/maven-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/maven-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/maven-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/maven-pro-v11-latin-regular.svg#MavenPro') format('svg'); /* Legacy iOS */
/* maven-pro-700 - latin */
@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/maven-pro-v11-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Maven Pro Bold'), local('MavenPro-Bold'),
    url('../fonts/maven-pro-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/maven-pro-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/maven-pro-v11-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/maven-pro-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/maven-pro-v11-latin-700.svg#MavenPro') format('svg'); /* Legacy iOS */
/* maven-pro-500 - latin */
@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/maven-pro-v11-latin-500.eot'); /* IE9 Compat Modes */
    src: local('Maven Pro Medium'), local('MavenPro-Medium'),
    url('../fonts/maven-pro-v11-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/maven-pro-v11-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/maven-pro-v11-latin-500.woff') format('woff'), /* Modern Browsers */ url('../fonts/maven-pro-v11-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/maven-pro-v11-latin-500.svg#MavenPro') format('svg'); /* Legacy iOS */
Michael Danielczok's avatar
Michael Danielczok committed
.mobile-grid-5, .mobile-grid-10, .mobile-grid-15, .mobile-grid-20, .mobile-grid-25, .mobile-grid-30, .mobile-grid-35, .mobile-grid-40, .mobile-grid-45, .mobile-grid-50, .mobile-grid-55, .mobile-grid-60, .mobile-grid-65, .mobile-grid-70, .mobile-grid-75, .mobile-grid-80, .mobile-grid-85, .mobile-grid-90, .mobile-grid-95, .mobile-grid-100, .mobile-grid-33, .mobile-grid-66, .grid-5, .grid-10, .grid-15, .grid-20, .grid-25, .grid-30, .grid-35, .grid-40, .grid-45, .grid-50, .grid-55, .grid-60, .grid-65, .grid-70, .grid-75, .grid-80, .grid-85, .grid-90, .grid-95, .grid-100, .grid-33, .grid-66, .grid-container {
    padding-left: 20px;
    padding-right: 20px;
}

.grid-parent,
.grid-container.grid-parent {
    padding-left: 0;
    padding-right: 0;
}


.grid-children {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.template-children-container,
    position: relative;
Henning Leutz's avatar
Henning Leutz committed
html {
    background: #ffffff;
    font-size: 14px;
    height: 100%;
Henning Leutz's avatar
Henning Leutz committed
}

body {
    background: #ffffff;
    color: #606975;
    font-family: 'Maven Pro', Verdana, sans-serif;
    font-weight: 400;
    /*height: 100%;*/
    line-height: 1.45;
Henning Leutz's avatar
Henning Leutz committed
    margin: 0;
    overflow-x: hidden;
    position: relative; /* fix -> context menu */
    width: 100%;
}

    /*height: 100%;*/
    /*top: 0 !important;*/
body.iosFix .qui-window-popup {
    /*top: 0 !important;*/
}

body,
.slideout-panel,
body.type-quiqqer-order-types-orderingProcess.type-minimal-design,
body.type-quiqqer-order-types-shoppingCart.type-minimal-design {
    display: flex !important;
    flex-direction: column;

}

body.type-quiqqer-order-types-orderingProcess.type-minimal-design,
body.type-quiqqer-order-types-shoppingCart.type-minimal-design {
.slideout-panel {
    min-height: 100vh;
}

    margin-bottom: 1.3rem;
Henning Leutz's avatar
Henning Leutz committed
}

h1, h2, h3, h4 {
    font-weight: inherit;
    line-height: 1.2;
    margin-bottom: 0.5em;
Henning Leutz's avatar
Henning Leutz committed
}

h1,
.product-data .page-content-header h1 {
    line-height: 1.2;
    margin-top: 0;
Henning Leutz's avatar
Henning Leutz committed
}

    line-height: 1.8;
    margin-bottom: 16px;
    margin-top: 0;
    padding-left: 18px;
Henning Leutz's avatar
Henning Leutz committed
}

.fa-li {
    line-height: inherit;
}

small, .font_small, .font-small {
    font-size: 0.75em;
/*
 1. Quiqqer sets the width and height HTML attributes on each <img> element (smarty function.image.php).
    Therefore, we need to set the width and height properties to 'auto'
    to avoid images being displayed at a reduced size.
*/
    max-width: 100%;
    height: auto; /* 1 */
    width: auto; /* 1 */
.html5tooltip-box {
    background-color: #423d3d;
    border-radius: 5px;
    color: #F7F7F7;
    cursor: default;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
}

.text-muted,
.qui-products-price-display-vat {
    font-size: 0.9em;
}

.font-weight-normal {
    font-weight: 400;
}

.font-weight-medium {
    font-weight: 500;
}

.font-weight-bold {
    font-weight: 700;
}

[role="button"] {
    cursor: pointer;
}

/***************************/
/* noUi Slider input range */
/***************************/
.qui-control-input-range {
}

.qui-control-input-range .noUi-horizontal {
    background: #ddd;
    border: none;
    box-shadow: none;
    height: 4px;
}

.qui-control-input-range .noUi-horizontal .noUi-handle {
    background: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    outline: none;
    top: -8px;
}

.qui-control-input-range-text {
    margin-top: 1em;
}

.qui-control-input-range .noUi-handle:after,
.qui-control-input-range .noUi-handle:before {
    background: #fff;
    border: 2px solid;
    height: 14px;
    left: 7px;
    top: 1px;
    transition: 0.2s transform;
}

.noUi-handle:after {
    display: none !important;
}

.noUi-handle:hover:before,
.noUi-handle:active:before {
    transform: scale(1.2);
}

.clear-fix:after {
    content: '';
    display: block;
    float: none;
    font-size: 0;
    line-height: 0;
}

/**********/
/* Header */
/**********/
.page-header {
    background-size: cover;
}

.page-header-container {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 1.2em;
    justify-content: center;
    padding: 1em;
    text-shadow: 0 0 30px #333;
}

/**********/
/* Helper */
/**********/

.hide-on-desktop {
    display: inline-block;
}

.hide-on-mobile {
    display: none;
}

@media (min-width: 768px) {
    .hide-on-desktop {
        display: none;
    }

    .hide-on-mobile {
        display: inline-block;
    }
}


/**********************/
/* scroll to top icon */
/**********************/
.toTop {
    background: transparent;
    border-radius: 0.25rem;
    bottom: -60px;
    color: inherit;
    line-height: 40px;
    position: fixed;
    right: 1rem;
    text-align: center;
    transition: bottom 450ms cubic-bezier(0.6, -0.4, 0.26, 1.55), opacity 0.3s, background-color 0.3s, border-color 0.3s;
    width: 40px;
    opacity: 1;
}

a.toTop:before {
    background: transparent;
    border-radius: 0.25rem;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
    content: '';
    height: calc(100% + 0px);
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.2s all;
    width: calc(100% + 0px);
}

.toTop:hover {
    color: inherit;
    opacity: 1;
}

.toTop:hover:before {
    transform: scale(1.1);
}

Henning Leutz's avatar
Henning Leutz committed
/** grid
 ===================================== */

    padding-left: 20px;
    padding-right: 20px;
}

.template-column.full-width {
    padding-left: 0;
    padding-right: 0;
}

.page-content-header,
.content-body,
Michael Danielczok's avatar
Michael Danielczok committed
.content-template,
.control-template,
    margin-bottom: 2em;
    margin-top: 2em;
.control-header:last-child,
.control-content:last-child {
    margin-bottom: 0;
}

/* more spacing on start page */
.layout-start-page .page-content-header,
.layout-start-page .content-body,
.layout-start-page .content-template,
.layout-start-page .template-grid-row,
.layout-start-page .template-grid-row {
.template-grid-row.brick-no-spacing,
.start-page .template-grid-row.brick-no-spacing {
    margin-bottom: 0;
    margin-top: 0;
.cologne-grid-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
Henning Leutz's avatar
Henning Leutz committed
}

.template-grid-container.brick-full-width {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.brick-full-width .control-header,
.brick-full-width .control-content {
    padding-left: 20px;
    padding-right: 20px;
}

/***********/
/* Layouts */
/***********/
.main-no-sidebar-thin {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

/* left sidebar */
.main-left-sidebar {
    align-items: flex-start;
    display: flex;
.main-left-sidebar .page-multiple-left {
    order: 1;
    padding-left: 0;
.main-left-sidebar .page-multiple-right {
    order: 2;
Michael Danielczok's avatar
Michael Danielczok committed
    padding-right: 0;
}

/* right sidebar */
.main-right-sidebar {
    align-items: flex-start;
    display: flex;
.main-right-sidebar .page-multiple-left {
    padding-left: 0;
.main-right-sidebar .page-multiple-right {
    padding-right: 0;
@media (max-width: 767px) {
    .main-left-sidebar .page-multiple-left {
        order: 2;
    }

    .main-left-sidebar .page-multiple-right {
        order: 1;
    }
    .main-left-sidebar,
    .main-right-sidebar {
        flex-direction: column;
    }

    .main-right-sidebar .page-multiple-left,
    .main-left-sidebar .page-multiple-left {
        padding: 0;
        width: 100%;
    }

    .main-right-sidebar .page-multiple-right,
    .main-left-sidebar .page-multiple-right {
        padding: 0;
        width: 100%;
    }
}
/** brick header & content
 ===================================== */

.control-header {
    margin-bottom: 3rem;
}

.control-header h1 {
    margin: 0;
    text-align: center;
.control-content,
.control-body {
.control-content p:last-child {
    margin-bottom: 0;
}

/** topbar
 ===================================== */

.topbar {
    align-items: center;
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
    visibility: hidden; /* jumping fix */
Henning Leutz's avatar
Henning Leutz committed
}

.tobpar--separator {
    margin-inline: 0.5em;
    height: 1.25em;
    width: 1px;
    background: #ddd;
}

.topbar-left,
.topbar-left > p {
    display: flex;
    margin-right: 20px;
Henning Leutz's avatar
Henning Leutz committed
}

.topbar-social {
    display: flex;
Henning Leutz's avatar
Henning Leutz committed
}

.topbar-social-link {
    color: inherit;
    display: block;
    height: 2em;
    text-align: center;
    width: 2em;
Henning Leutz's avatar
Henning Leutz committed
}

.topbar-social-link .fa {
    line-height: 2em; /* vertical align */
}

.topbar-right {
    align-items: center;
    display: flex;
    justify-content: flex-end;
Henning Leutz's avatar
Henning Leutz committed
}
.topbar-mobile-menu {
    padding: 0 10px;
    width: 100%;
}

.topbar-mobile-logo {
    padding: 5px 0 5px 20px;
}

@media (min-width: 768px) {
    .topbar-mobile-menu {
        padding: 0 6px;
        width: 100%;
    }
}

@media (max-width: 767px) {
/******************************/
/* LanguageSwitches\DropDown  */
/******************************/
.topbar-right > .quiqqer-bricks-languageswitch-dropdown {
    height: 100%;
}

/*
1. because `.cologne-header` has z-index 99, we must set this control to 100
*/
.topbar-right > .quiqqer-bricks-languageswitch-dropdown > .quiqqer-control-languageswitch-dropdown {
    position: relative;
    z-index: 100; /* 1 */
    display: flex;
    align-items: center;
    height: 100%;
}

.quiqqer-control-languageswitch-dropdown-dd-entry:hover {
    color: inherit;
}

.quiqqer-control-languageswitch-dropdown-dd {
    box-shadow: 0 7px 22px -5px rgba(48, 60, 72, 0.2);
}

/*******************/
/* Currency switch */
/*******************/
/*
1. because `.cologne-header` has z-index 99, we must set this control to 100
*/
.topbar-right .quiqqer-currency-switch {
    z-index: 100; /* 1 */
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 0.5em;
    position: relative;
}

.quiqqer-currency-switch-dd {
    box-shadow: 0 7px 22px -5px rgba(48, 60, 72, 0.2);
}

.quiqqer-currency-switch-sign {
    font-size: 1.2rem;
}

/***************************/
/* template product search */
/***************************/
.template-search {
    flex-basis: 400px;
    margin-right: 2rem;
    min-width: 200px;
}

.quiqqer-products-search-suggest-dropdown .quiqqer-products-search-suggest-dropdown-noproducts {
    font-size: 14px;
    line-height: 16px;
    padding: 20px;
.quiqqer-products-search-suggest-form .input-search-icon {
    color: #aaa;
    cursor: pointer;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 40px;
}

.quiqqer-products-search-suggest-form:hover .input-search-icon {
    color: inherit;
}

.quiqqer-products-search-suggest-form-input:focus ~ .input-search-icon,
.quiqqer-products-search-suggest-form-input:active ~ .input-search-icon {
    color: inherit !important;
}

.template-search .quiqqer-products-search-suggest-form-input {
    border-radius: 0;
    padding-right: 50px;
    width: 100%;
}

.template-search .quiqqer-products-search-suggest-form-button {
    align-items: center;
    background: transparent;
    border-bottom: none;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    border-right: none;
    border-top: none;
    color: inherit;
    display: flex;
    height: calc(100% - 2px);
    justify-content: center;
    margin: 1px 1px 1px 0;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

.template-search .quiqqer-products-search-suggest-form-button .fa {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .template-search {
    }

    .quiqqer-products-search-suggest-form .input-search-icon {
        display: none;
    }

    .template-search .quiqqer-products-search-suggest-form-button {
        background: none;
        border-left: none;
        border-radius: 100px;
        box-shadow: 0 0 0 1px #bbb;
        color: inherit;
        height: 30px;
        line-height: 30px;
        margin: 0;
        padding: 0;
        position: initial;
        text-align: center;
        width: 30px;
/** header
 ===================================== */

.cologne-header {
    background: #fff;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 0 20px 0 rgba(57, 57, 57, 0);
    height: var(--_qui-cologne-header-height, 100px);
    justify-content: space-between;
    position: relative;
    top: 0;
    width: 100%;
    transition: 0.25s height;
.cologne-header-fixed {
    box-shadow: 0 0 20px 0 rgba(57, 57, 57, 0.2);
    position: fixed;
    z-index: 100; /* Because of the search dropdown */
    position: relative;
.cologne-header-logo {
    align-items: center;
    display: flex;
    height: 100%;
    position: relative;
    z-index: 2;
}

.cologne-header-logo-link {
    display: flex;
    height: 100%;
.cologne-header-logo-link picture {
    align-items: center;
    display: flex;
.cologne-header-logo-link img {
    max-width: initial;
    min-width: 100%;
    width: auto;
.cologne-breadcrumb,
.cologne-titleBar {
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    width: 100%;
.cologne-breadcrumb .quiqqer-breadcrumb-title {
    display: none;
}

.cologne-breadcrumb li:first-child .fa {
    display: none;
}

@media (max-width: 767px) {

    .cologne-header-logo {
        padding-right: 0;
    }
/** Page title & breadcrumb
 ===================================== */

.page-title {
    flex-shrink: 0;
}

.cologne-breadcrumb .cologne-grid-container {
    align-items: center;
    display: flex;
    height: 100%;
.quiqqer-breadcrumb ul li {
    color: #9ba3ad;
}

.quiqqer-breadcrumb ul li:last-child {
    color: inherit;
}

.quiqqer-breadcrumb-link {
    color: inherit;
}

.quiqqer-breadcrumb {
    text-align: right;
@media (max-width: 767px) {
    .cologne-breadcrumb {
        height: initial;
    }

    .cologne-breadcrumb .cologne-grid-container {
        flex-direction: column;
        height: initial;
        width: 100%;
    }

    .cologne-breadcrumb h1 {
        flex: 1 auto;
        line-height: 1em;
        padding-bottom: 1rem;
        padding-top: 1rem;
        text-align: center;
        width: 100%;
    }

    .quiqqer-breadcrumb {
        text-align: center !important;
    }

    .quiqqer-breadcrumb ul {
        margin-left: 0 !important;
/*********************/
/* cologne title bar */
/*********************/
.cologne-titleBar > .grid-container {
    align-items: center;
    display: flex;
    height: 100%;
}

.cologne-titleBar .page-title {
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .cologne-titleBar {
        min-height: 60px;
    }

    .cologne-titleBar .page-title {
        flex: initial;
        width: auto;
/** main
 ===================================== */

.cologne-main {
    width: 100%;
}

.content-headerpage-multible-left header:first-child h1,
.content-headerpage-multible-left header:first-child h2,
.content-headerpage-multible-left header:first-child h3,
.content-headerpage-multible-left header:first-child h4 {
    margin-top: 0;
}

/** footer
 ===================================== */
.template-footer-wrapper {
    margin-top: auto;
}

Henning Leutz's avatar
Henning Leutz committed
    background: #f8f8f8;
    padding-top: 2em;
.template-footer-bricks-entry {
    margin: 1rem 0;
}

.template-footer-bricks-entry .control-header {
    margin-bottom: 3rem;
}

.template-footer-bricks-entry .control-header h1,
.cologne-footer-predefined .control-header h2 {
    font-size: 1.25rem;
    text-align: left;
}

/* copyright */
.cologne-footer-copyright {
    background: #fff;
    border-top: 1px solid #ddd;
    font-size: 0.85rem;
    margin-top: 2rem;
    padding: 2rem 0;
    text-align: center;
/****************/
/* small footer */
/****************/
.template-footer__small {
    border: none;
    padding: 0;
}

.template-footer__small .cologne-footer-copyright {
    margin-top: 0;
}

/***************************/
/* Footer: custom template */
/***************************/
.cologne-footer-predefined-container {
    display: flex;
    flex-wrap: wrap;
}