@CHARSET "UTF-8";

/* titillium-web-regular - latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: url('/packages/hklused/website/bin/fonts/titillium-web-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/packages/hklused/website/bin/fonts/titillium-web-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/packages/hklused/website/bin/fonts/titillium-web-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/packages/hklused/website/bin/fonts/titillium-web-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/packages/hklused/website/bin/fonts/titillium-web-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/packages/hklused/website/bin/fonts/titillium-web-v15-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-italic - latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: italic;
    font-weight: 400;
    src: url('/packages/hklused/website/bin/fonts/titillium-web-v15-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/packages/hklused/website/bin/fonts/titillium-web-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/packages/hklused/website/bin/fonts/titillium-web-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('/packages/hklused/website/bin/fonts/titillium-web-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('/packages/hklused/website/bin/fonts/titillium-web-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/packages/hklused/website/bin/fonts/titillium-web-v15-latin-italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-700 - latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    src: url('/packages/hklused/website/bin/fonts/titillium-web-v15-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/packages/hklused/website/bin/fonts/titillium-web-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/packages/hklused/website/bin/fonts/titillium-web-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('/packages/hklused/website/bin/fonts/titillium-web-v15-latin-700.woff') format('woff'), /* Modern Browsers */
    url('/packages/hklused/website/bin/fonts/titillium-web-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/packages/hklused/website/bin/fonts/titillium-web-v15-latin-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-700italic - latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: italic;
    font-weight: 700;
    src: url('/packages/hklused/website/bin/fonts/titillium-web-v15-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/packages/hklused/website/bin/fonts/titillium-web-v15-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/packages/hklused/website/bin/fonts/titillium-web-v15-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('/packages/hklused/website/bin/fonts/titillium-web-v15-latin-700italic.woff') format('woff'), /* Modern Browsers */
    url('/packages/hklused/website/bin/fonts/titillium-web-v15-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/packages/hklused/website/bin/fonts/titillium-web-v15-latin-700italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

* {
    padding: 0;
    margin: 0;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html, body {
    min-height: 100%;
    min-width: 100%;
}

body {
    background: #fff;
    color: #1b3b5f;
    font-family: "Titillium Web", sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 100%;
    line-height: 20px;
    margin: 0;
    padding: 0;
    position: relative; /* fix -> context menu */
    width: 100%;
}

article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}

header, footer {
    clear: both;
    float: left;
    width: 100%;
}

a {
    color: #ff5900;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #002d55;
    font-weight: 400;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #002d55;
    font-weight: 400;
    text-decoration: none;
}

h1, h1 a {
    font-size: 36px;
    line-height: 54px;
}

h2, h2 a {
    font-size: 30px;
    line-height: 45px;
}

h3, h3 a {
    font-size: 24px;
    line-height: 36px;
}

h4, h4 a {
    font-size: 18px;
    line-height: 27px;
}

h4, h5 a {
    font-size: 14px;
    line-height: 21px;
}

h4, h6 a {
    font-size: 12px;
    line-height: 18px;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: underline;
}

fieldset {
    border: none;
}

label {
    clear: both;
    color: #002d55;
    cursor: pointer;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

a, .smooth {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

input, textarea, button, select {
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    color: inherit;
    font-family: inherit;
    font-size: 13px;
    font-style: inherit;
    font-weight: inherit;
    line-height: 18px;
    padding: 5px;
}

input, textarea, select {
    background: #fff;
    border: 1px solid #f60;
    border-radius: 0;
    box-shadow: 0 0 2px 0 #666;
}

img {
    max-width: 100%;
}

::-moz-selection {
    background: #002d55;
    color: #fff;
}

::-webkit-input-placeholder {
    color: #605f5d;
}

:-moz-placeholder {
    color: #605f5d;
}

::-moz-placeholder {
    color: #605f5d;
}

:-ms-input-placeholder {
    color: #605f5d;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.grid-container {
    position: relative;
}

hr {
    color: #002f5d;
    opacity: 0.3;
}

button,
.qui-button,
.content-button {
    background: #002f5d;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    line-height: 28px;
    padding: 0 10px;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

button:hover,
.qui-button:hover,
.qui-button-over,
.content-button:hover {
    background: #ff5900;
    text-decoration: none;
}

.qui-button-text-image {
    margin-right: 10px;
}

.qui-button:disabled {
    background: #002f5d;
    cursor: not-allowed;
    opacity: 0.5;
}

/*
.qui-button:hover {
    background: #002f5d !important;
    color: #fff !important;
}
*/
.button-red,
.button-green {
    border-radius: 0 !important;
}

.quiqqer-sheets-desktop div,
.quiqqer-sheets-desktop span,
.quiqqer-sheets-desktop a {
    color: #605f5d;
    line-height: 24px !important;
    margin-right: 5px !important;
    padding: 0 10px;
}

.quiqqer-sheets-desktop-current {
    color: #fff !important;
}

.quiqqer-sheets-desktop a:hover {
    background: #ff5900;
    color: #fff;
}

.sidebar-brick {
    margin-bottom: 20px;
}

/** QUI elements
 ======================================= */

.qui-select {
    background: #fff !important;
    border: 1px solid #f60 !important;
    border-radius: 0 !important;
    box-shadow: 0 0 2px 0 #666 !important;
}

.qui-select-container .qui-contextmenu-container {
    background: #fff !important;
    border-bottom: 1px solid #f60 !important;
    border-left: 1px solid #f60 !important;
    border-right: 1px solid #f60 !important;
    border-top: 1px solid #ddd;
    border-radius: 0 !important;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3) !important;
    margin-left: 21px;
}

.qui-contextitem-text {
    color: #002f5d !important;
}

.qui-contextitem-active {
    background: #002f5d !important;
}

.qui-contextitem-active .qui-contextitem-text {
    color: #fff !important;
}

.qui-gallery-popup-image-buttons {
    color: #fff;
}

.slideout-menu {
    width: 400px !important;
}

.slideout-menu a:hover {
    background: #f60;
}

/** Design Boxes
 ======================================= */

.shadow-box {
    border-bottom: 10px solid #fff;
    clear: both;
    float: left;
    padding: 35px 0;
    position: relative;
    width: 100%;
}

.shadow-box-even {
    background: #e8e8e8;
}

.page-footer .shadow-box:last-child {
    border-bottom: none;
}

.shadow-box:after {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0px, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    content: "";
    height: 5px;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.graue_box,
.graue_box_klein {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #dadada;
    box-shadow: 0 0 6px #d9d9d9;
    margin-bottom: 20px;
    padding: 15px;
}

.graue_box_klein {
    float: left;
    margin-right: 20px;
    width: calc(50% - 10px);
}

.graue_box_klein + .graue_box_klein {
    margin-right: 0;
}

/** Header
 ======================================= */

.page-header {
    background: url('../images/Beton.png');
    padding-top: 0;
}

.page-header-emotion {
    background-size: 100% auto;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .page-header {
        padding-top: 80px;
    }

    .page-header-emotion {
        background-image: none !important;
    }
}

.page-header-logo {
    float: left;
    position: relative;
    top: -15px;
    width: 180px;
}

.page-header-logo img {
    clear: both;
    float: left;
    width: 100%;
}

.page-header-menu {
    float: left;
    padding: 40px 0 0 30px;
}

.page-header-menu a {
    color: #3a3a3a;
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px;
    position: relative;
}

.page-header-menu a:hover {
    color: #ff5900;
    text-decoration: none;
}

.page-header-merkliste {
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: 80px;
    top: 38px;
}

.page-header-sprachen {
    float: left;
    margin: 90px 0 0 0;
    padding: 0 0 0 40px;
    width: calc(100% - 180px);
}

.page-header-sprachen-mobile-top {
    display: none;
    position: absolute;
    right: 20px;
    top: 0;
    width: calc(100% - 140px);
}

@media screen and (max-width: 767px) {
    .page-header-sprachen {
        left: 90px;
        position: absolute;
        top: -30px;
        width: 350px;
    }

    .page-inventory-list,
    .page-newsletter {
        text-align: left !important;
    }

    .mobile-action-buttons {
        padding-left: calc(50% - 145px);
    }
}

@media screen and (max-width: 450px) {
    .page-header-sprachen {
        display: none;
    }

    .page-header-sprachen-mobile-top {
        display: inline;
    }
}

.page-header-sprachen-mobile {
    text-align: center;
}

.page-header-sprachen-select {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 5px 10px;
    width: 400px;
}

.page-header-sprachen a {
    margin-right: 10px;
}

.page-header-sprachen img {
    width: 40px;
}

.page-header-navigation {
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    padding: 30px 0 0 30px;
}

.page-header-navigation a {
    color: #3a3a3a;
}

.page-header-navigation a:hover {
    color: #ff5900;
}

.page-header-navigation .qui-menu-dropdown-children {
    background: rgba(217, 217, 217, 0.95);
    border: 1px solid #ddd;
    box-shadow: 0 4px 10px -5px #333;
}

.page-header-navigation .qui-menu-dropdown-children li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.page-header-navigation .qui-menu-dropdown-children li:last-child {
    border-bottom: none;
}

.page-header-navigation .qui-menu-dropdown-children a:hover {
    background: #ff5900 !important;
    color: #fff !important;
}

.page-inventory-list,
.page-newsletter {
    text-align: center;
}

.page-inventory-list img,
.page-newsletter img {
    max-width: 100%;
}

.page-header .page-inventory-list {
    bottom: 0;
    position: absolute;
    right: 60px;
}

.page-header .page-newsletter {
    bottom: 7px;
    position: absolute;
    right: 385px;
}

.hide-on-desktop > .page-newsletter {
    margin-bottom: 20px;
    margin-left: 35px !important;
}

.hide-on-desktop > .page-inventory-list {
    margin-left: 35px !important;
}

/** Content
 ======================================= */

.breadcrumb-container {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.content-short,
.content-body {
    margin-bottom: 20px;
}

.content-short {
    font-style: italic;
}

#content p {
    margin: 0 0 10px;
}

/** Footer
 ======================================= */

footer .hkl-login {
    text-align: right;
}

footer .hkl-login-text {
    float: right;
    line-height: 30px;
    padding-right: 10px;
}

footer .hkl-logout-button,
footer .hkl-login-button,
footer .hkl-groupselect-button {
    float: right;
    font-size: 12px;
    clear: none;
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
}

footer .hkl-groupselect-button {
    margin-left: 10px;
}

/** quiqqer/gallery Slider
 ======================================= */
.quiqqer-gallery-slider-previews-entry > img {
    max-height: 80px;
}

/** Site types
 ======================================= */

.qui-search-result-list-entry {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
    margin: 0;
    padding: 20px 0 40px;
}

.qui-search-result-list-entry h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.quiqqer-tags-search-result-entry-link,
.quiqqer-tags-list-result-entry a {
    color: #1b3b5f;
}

.quiqqer-tags-search-result-entry-link:hover,
.quiqqer-tags-list-result-entry a:hover {
    background: #ff5900;
    color: #fff;
}

.quiqqer-tags-search-result-entry-link:hover h4,
.quiqqer-tags-list-result-entry a:hover h3 {
    color: #fff;
}

.quiqqer-tags-search-result-entry-link h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.quiqqer-tags-search-results .quiqqer-pagination {
    border-bottom: 1px solid #ddd;
    float: left;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 40px;
    min-height: 40px;
    padding-bottom: 0;
    width: 100%;
}

.quiqqer-tags-search-results .quiqqer-pagination:last-child {
    border-bottom: none;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
}

.quiqqer-tags-search-results .quiqqer-sheets-desktop-limits {
    line-height: 30px;
}

.hklused-seo-info {
    margin-top: 20px;
}