@CHARSET "UTF-8";

/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Light'), local('OpenSans-Light'),
    url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

* {
    margin: 0;
    padding: 0;

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

.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;
}

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

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #6d6d6d;
    line-height: 1.65em;
    font-weight: 300;
}

input, textarea, select {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    font-size: 12pt;
    line-height: 1.75em;
    letter-spacing: 1px;
    padding: 10px 16px;
    margin: 6px 0;
    outline: none;
    box-shadow: none;
    font-family: inherit;
}


input[type="submit"] {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    font-size: 12pt;
    line-height: 1.75em;
    letter-spacing: 1px;
    padding: 10px 16px;
    margin: 6px 0;
    outline: none;
    box-shadow: none;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


input:focus {
    background: none;
    outline: none;
    box-shadow: none;
}

textarea {
    font-family: 'Open Sans', sans-serif;
    min-height: 10em;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* select styling with arrow set als background */
select {
    background-color: #fff;
    background-image: url("../img/arrow-select.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 20px auto;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 60px;

    transition: all 0.2s ease;
    -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[type='checkbox'],
input[type='radio'] {
    margin-right: 10px;
    vertical-align: middle;
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    /*color: #eee;*/
    font-size: 1em;
}

::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 1em;
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 1em;
}

textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0);
}

legend,
.qui-form legend {
    font-weight: inherit;
}

fieldset.grid-50:first-child {
    padding-left: 0;
}

fieldset.grid-50:last-child {
    padding-right: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
}

fieldset {
    border: none;
}

strong {
    font-weight: bold;
}

a,
.fa {
    max-width: 100%;
    text-decoration: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

a:hover {
    /*border-radius: 0;*/
    text-decoration: none;
    z-index: 1;
}

p a {
    font-weight: normal;
}

header {
    padding-bottom: 1.3rem;
}

.start-page .content-header {
    text-align: center;
}

ul,
ol {
    padding-left: 30px;
}

.body-container {
    position: relative;
    background: #f2f2f2;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/** css class
 * ========================================================== */

/*.control-background,
figcaption.control-background h3 {
    color: #fff;
}*/

/** buttons
 * ========================================================== */

/*.page-header-textlogo-link:hover,
.page-header-logo:hover,
.quiqqer-sheets a:hover,*/
button:hover,
.qui-button:hover,
.button-black:hover,
.button-grey:hover,
.button-white:hover,
.button-silver:hover,
.button-orange:hover,
.button-red:hover,
.button-blue:hover,
.button-rosy:hover,
.button-green:hover,
.button-pink:hover,
.content-button:hover {
    box-shadow: none;
    border-radius: 0;
}

.qui-button,
.button-black,
.button-grey,
.button-white,
.button-silver,
.button-orange,
.button-red,
.button-blue,
.button-rosy,
.button-green,
.button-pink {
    box-shadow: none;
    border-radius: 0;
}

input[type='submit'],
input[type='reset'],
input[type='button'],
button,
.button {
    display: inline-block;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    outline: none;
    padding: 6px 16px;
    position: relative;
    text-decoration: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    min-width: 120px;
    text-align: center;
}

.button__rounded {
    border-radius: 100px;
}

/*input[type='submit']:hover,
input[type='reset']:hover,
input[type='button']:hover,*/
button:hover,
.button-active,
.button:active,
.button:hover {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    opacity: 1;
}

.button:hover {
    opacity: 0.8;
}

button:disabled,
button:disabled:hover {
    cursor: default;
    opacity: 0.5;
}

.button.fa:before {
    margin-right: 8px;
}

textarea,
textarea:hover,
input,
input:hover {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.sidebox-button {
    background: #414141;
    padding: 10px 20px;
    color: #eee;
    text-decoration: none !important;
}

.sidebox-button:hover {
    box-shadow: none;
}

code {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 2px solid #efefef;
    border-radius: 0.35em;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

blockquote {
    border-left: 6px solid #efefef;
    font-style: italic;
    margin: 0 0 2em;
    padding: 0.5em 0 0.5em 1.5em;
}

pre {
    margin-bottom: 10px;
    max-width: 100%;
    overflow: auto;
}

pre code {
    display: block;
    line-height: 1.75em;
    overflow-x: auto;
    padding: 1em 1.5em;
}

.basic-company-preview-ul {
    list-style: none;
}

ul.basic-company-preview-ul {
    margin: 0 !important;
}

ul.basic-company-preview-ul > li {
    list-style: none;
    display: inline-block;
    width: 25%;
}

ul.basic-company-preview-ul > a,
ul.basic-company-preview-ul > span {
    margin: 0.5em 3em;
}

/** page design
 * ========================================================== */

ul,
ol {
    margin: 0 0 2em;
    padding-left: 1em;
    /*padding-top: 0.5em;*/
}

ul {
    list-style: outside disc;
}

ul li,
ol li {
    padding-left: 0.5em;
}

ol ol,
ol ol ol,
ol ul,
ol ul ul,
ol ul ol,
ul ul,
ul ul ul,
ul ol ol,
ul ol ul {
    margin-bottom: 0;
}

ul.alt li:first-child {
    border-top: 0 none;
    padding-top: 0;
}

ul.alt li {
    border-top: 2px solid #efefef;
    padding: 0.5em 0;
}

ul.alt {
    list-style: outside none none;
    padding-left: 0;
}

/*.page-box .image_site {
    max-height: 350px;
    overflow: hidden;
}*/

/*.page-box-prefix-div {
    padding: 30px 0 0 0;
}

.page-box-suffix-div {
    padding: 20px 0;
}*/

.page-multible-content {
    margin: 0;
    padding: 0;
}

.prefix-suffix-full-width img {
    line-height: 1em;
}

.prefix-suffix-full-width.tpl-packageStore-row {
    padding: 0;
}

/* brick even prefix suffix */

.brick-even-prefix,
.brick-odd-prefix,
.brick-even-suffix,
.brick-odd-suffix {
    background: #ffffff;
}

table {
    max-width: 100%;
}

tr {
    background: #eee;
}

tr:nth-child(2n+1) {
    background: #f5f5f5;
}

tr:only-child {
    background: #eee;
}

td {
    padding: 6px;
}

thead {
    font-weight: bold;
}

/** page header
 * ========================================================== */

/*.page-header {
    background: #ffffff;
    /!*border-bottom: 1px solid #ccc;*!/
    color: #333;
    font-size: 14pt;
    height: 500px;
    text-align: center;
    position: relative;
    z-index: 2;
}*/

.page-header {
    padding: 0;
    border-bottom: 1px solid #eee;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.header-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    object-fit: cover;
}

.page-header-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30%;
}

.page-header-text-title,
.page-header-text-wrapper-short {
    color: #fff;
    display: inline-block;
    letter-spacing: 1px;
}

h1.page-header-text-title {
    float: left;
    margin-bottom: 16px;
    padding-bottom: 0;
}

.page-header-text-title,
.page-header-text-wrapper-short {
    max-width: 50%;
}

.page-header-text-wrapper {
    float: none;
    clear: both;
    text-align: left;
    font-size: 1.2em;
}

.page-header-logo {
    max-width: 100%;
    display: block;
    height: 100%;
}

.page-header-logo:hover,
.page-header-textlogo-link:hover {
    background: none;
    box-shadow: none;
}

.page-header-textlogo-link {
    text-decoration: none;
}

.page-multible-left {
    padding-left: 0;
}

.page-multible-right {
    padding-right: 0;
}

/** header bar
 * ========================================================== */

.page-header-logo-img {
}

.page-header-logo {
    padding: 14px 0;
}

.page-header-logo img {
}

.header-bar {
    /*background: rgba(255, 255, 255, 1);*/
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 10;
    width: 100%;
    transition: 0.3s all ease-in-out;
    /* fix jumping nav in chrome */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.header-bar-inner {
    align-items: center;
    display: flex;
    height: 100%;
    overflow: hidden;
}

.header-bar-scrolled {
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.35);
    transition: 0.3s all ease-in-out;

}

/**
 * navigation absolut positionieren
 * wenn Emotionbild  / header angezeigt
 */
.header-displayed .header-bar {
    position: absolute;
}

/**
 * kein bg und wenn Emotionbild / header angezeigt wird
 */
/*.header-displayed .header-bar,
.header-displayed .header-bar-inner-nav {
    background: none;
}*/

.header-displayed .header-bar-position-scroll {
    background: none;
}

.header-bar-inner-logo {
    background: #fff;
    float: left;
    width: 300px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    flex-shrink: 0;
    flex-grow: 0;
    padding-left: 20px;
}

.header-bar-inner-logo .open-menu {
    display: none;
}

.page-header-logo-mobile {
    display: none;
}




.start-page-header {
    padding: 0 !important;
    height: auto;
    overflow: hidden;
}




/* mobile menu */
/* display standard mega menu open button permanent */
.page-menu-opener.hide-on-desktop {
    display: none !important;
}

/** promo slider dots
 * ========================================================== */

.body-container .quiqqer-bricks-promoslider-wallpaper-text,
.body-container .quiqqer-bricks-promoslider-wallpaper-text__right {
    margin-top: 100px;
}

.quiqqer-bricks-promoslider-wallpaper-text-description,
.quiqqer-bricks-promoslider-wallpaper-text header {
    background: none !important;
    color: #fff !important;
    font-size: 2em !important;
}

.header-brick-area .quiqqer-bricks-promoslider-wallpaper {
    height: 100vh !important;
}

/* dots */
span.quiqqer-bricks-promoslider-wallpaper-dot {
    box-shadow: none;
    background: none;
    position: relative;
    margin: 0 16px 0 0;
    opacity: 0.9;
}

span.quiqqer-bricks-promoslider-wallpaper-dot:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -2px;
    top: -2px;
    border: 2px solid #ddd;
    transition: all 0.3s ease-out;
    border-radius: 50%;
}

span.quiqqer-bricks-promoslider-wallpaper-dot:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -2px;
    top: -2px;
    border: 2px solid #ddd;
    transition: all 0.3s ease-out;
    border-radius: 50%;
    background: #ddd;
}

span.quiqqer-bricks-promoslider-wallpaper-dot:hover {
    background: none;
    opacity: 0.7;
}

span.quiqqer-bricks-promoslider-wallpaper-dot-active {
    background: none;
}

span.quiqqer-bricks-promoslider-wallpaper-dot-active:after {
    transform: scale(0);
}

.quiqqer-porfolio-reference-windowShort span.quiqqer-bricks-promoslider-wallpaper-dot {
    height: 12px;
    width: 12px;
}

/* promo slider arrow */
div.quiqqer-bricks-promoslider-wallpaper-next,
div.quiqqer-bricks-promoslider-wallpaper-prev {
    color: #ddd;
    opacity: 0.9;
    text-shadow: none;
}

/** portfolio / referenzen
 * ========================================================== */

/* extra wegen den festgesetzten 33% */
section.quiqqer-portfolio-list {
    width: calc(100% + 20px);
    left: -10px;
}

@media screen and (max-width: 767px) {

    /*.quiqqer-porfolio-reference-windowShort .quiqqer-bricks-promoslider-wallpaper-image {
        background-color: rgba(0,0,0,0.3);
        background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }*/
}

/** page header navigation
 * ========================================================== */

.header-bar-inner-nav {
    width: 100%;
}

.page-header-navigation {
    margin-left: 0;
    padding: 0;
}

.page-header-navigation li.page-header-navigation-entry:before {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.page-header-navigation li {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0 0.5em;
}

.page-header-navigation a {
    font-size: 0.85em;
    font-weight: bold;
    padding: 0 0.2em;
    text-decoration: none;
    white-space: nowrap;
}

.page-header-navigation a:hover {
    box-shadow: none;
}

li.page-header-navigation-entry {
    vertical-align: middle;
    display: table-cell;
}

.page-header-navigation-entry-link {
    display: block;
    text-transform: uppercase;
}

.page-header-navigation-entry-link:hover {
    background: none;
}

.page-header-navigation-entry {
    position: relative;
}

.page-header-navigation-sub {
    height: 0;
    left: 0;
    min-width: 200px;
    opacity: 0;
    overflow: visible;
    position: absolute;
    top: 100%;
    display: none;
    z-index: 10;
    transition: all 0.4s;
}

.page-header-navigation-sub li {
    padding: 0;
    transition: all 0.4s;
}

.page-header-navigation-sub li:last-child {
    border-bottom: none;
}

.page-header-navigation-sub-list {
    display: block;
    padding: 0;
    text-align: left;
    opacity: 1;
}

a.page-header-navigation-sub-entry-link {
    clear: both;
    color: #5a5a5a;
    display: block;
    margin: 0;
    width: 100%;
    font-weight: normal;
    padding: 0.7em 1em;
}

a.page-header-navigation-sub-entry-link:hover {
    background: none;
}

li.page-header-navigation-sub-entry {
    clear: both;
    display: block;
    line-height: 1.7em;
    margin: 0;
    width: 100%;
}

li.page-header-navigation-sub-entry:hover {
    background: rgba(255, 255, 255, 0.15) !important;
}

.page-header-navigation-entry:hover .page-header-navigation-sub {
    height: auto;
    opacity: 1;
    display: block;
    top: 100%;
}


/** page header suggest search
* ========================================================== */

.header-bar-suggestSearch {
    position: absolute;
    right: 0;
}

.header-bar-suggestSearch-wrapper {
    height: 100%;
    background: transparent;
    width: 200px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    right: 0;
    transition: 0.3s all ease-in-out;
}

.header-bar-suggestSearch .fa {
    background: rgba(255,255,255,0);
    position: relative;
    right: 0;
    line-height: 40px;
    top: 0;
    width: 40px;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}

.header-bar-suggestSearch .fa:hover,
.header-bar-suggestSearch.showSearch .fa {
    background: rgba(0,0,0,0.1);
}
.header-bar-suggestSearch input[type="search"].input-and-icon {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    color: #333;
    margin: 0;
    padding: 0 10px;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 50%;
    line-height: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* setting: only input field */
.header-bar-suggestSearch input[type="search"].only-input {
    background: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    line-height: 20px;
    margin: 0;
    opacity: 0.6;
    padding: 6px 10px;
}

input[type="search"].only-input:hover,
input[type="search"].only-input:active,
input[type="search"].only-input:focus {
    opacity: 1;
}

.header-bar-suggestSearch.showSearch .header-bar-suggestSearch-wrapper {
    right: 100%;
    opacity: 1;
    visibility: visible;
}

/* setting: only icon and input field visible */
.header-bar-suggestSearch.header-bar-suggestSearch-inputAndIconVisible {
    position: relative;
    float: left;
    display: flex;
    width: 40%;
    min-width: 200px;
    max-width: 600px;
}

.header-bar-suggestSearch.header-bar-suggestSearch-inputAndIconVisible .input-inputAndIconVisible {
    padding: 0 20px;
    flex-grow: 1;
    margin: 0;
    border: none;
}



/** header (nav) bar social icon
* ========================================================== */

.slideout-panel {
    background: #fff !important;
}

.header-bar-social {
    float: right;
    margin-right: 60px;
    display: flex;
    align-items: center;
    height: 100%;
}

.header-bar-social.no-search {
    margin-right: 0;
}

.header-bar-social.input-search {
    margin-right: 10px;
}

.header-bar-social .fa {
    padding: 0 10px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    top: 0 !important;
}

.header-bar-social .fa:hover {
    background: rgba(0,0,0,0.1);
}

.close-social-share,
.open-social-share {
    display: none;
    cursor: pointer;
}



@media screen and (max-width: 767px) {

    div.page-navigation {
        padding-bottom: 90px;
    }

    .header-bar-social {
        display: none;
    }

    .mobile-bar-social {
        position: fixed;
        left: 0;
        width: 100%;
        bottom: 0;
        box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
        text-align: center;
        z-index: 101;
        max-width: 500px; /* width of the package/quiqqer/menu/bin/SlideOut */
    }

    .mobile-bar-social-title {
        display: block;
        margin: 10px 0 0;
    }

    .mobile-bar-social-container {
        font-size: 20px;
    }

    .mobile-bar-social-container .fa {
        line-height:50px;
        width: 50px;
        text-align: center;
    }

}

/** page header
 * ========================================================== */

.page-languages {
    position: absolute;
    right: 0;
    top: 0;
}

.quiqqer-langSwitch a {
    text-decoration: none;
}

/** page image
 * ========================================================== */

.page-image {
    max-height: 400px;
    overflow: hidden;
    width: 100%;
}

/** page content
 * ========================================================== */

.tpl-packageStore-row,
.content-header,
.content-body,
.tpl-packageStore-row + .content-body,
.content-template,
.content-short {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.content-header + .content-short,
.content-header + .content-body,
.content-header + .content-template,
.content-short + .content-body,
.content-short + .content-template,
.content-template + .content-short,
.content-body + .content-template
    /*.tpl-packageStore-row + .content-body */
{
    padding-top: 0;
}

.control-content {
    padding-bottom: 3rem;
}

.control-content h1:only-child,
.control-content h2:only-child {
    padding-bottom: 0;
}

.control-header {
    text-align: center;
    padding-bottom: 3rem;
}

.tpl-packageStore-row-noPadding {
    padding-top: 0;
    padding-bottom: 0;
}

.tpl-packageStore-row {
    border-bottom: 1px solid #ddd;
}

.tpl-packageStore-row:last-child,
.page-multible-right .tpl-packageStore-row,
.page-multible-left .tpl-packageStore-row {
    border-bottom: none;
}

header.control-header {
    text-align: center;
}

/*
.page-multible-right header,
.page-multible-left header {
    padding-bottom: 1em;
}*/

/*.page-content-site-title {
    padding-bottom: 1em;
}*/

.content-body hr,
.content-template hr {
    border: none;
    border-top: 1px solid #ccc;
    clear: both;
    float: left;
    margin: 3em 0;
    width: 100%;
}

.content-body blockquote,
.content-body p,
.content-body pre {
    clear: both;
    width: 100%;
}

.content-body ol,
.content-body ul {
    clear: both;
    margin: 0 0 1.3em 0;
}

.content-body ol ol,
.content-body ol ul,
.content-body ul ul,
.content-body ul ol {
    clear: both;
}

.content-body li {
    clear: both;
    line-height: 1.5;
    margin: 0 0 10px 0;
    /*width: 100%;*/
}

h1, h2, h3, h4, h5 {
    font-family: 'Open Sans', sans-serif;
    /*color: #747675;*/
    line-height: 1.15em;
    font-weight: 300;
    padding-bottom: 0.8em;
    letter-spacing: 1px;
}

header > h1,
header > h2,
header > h3,
header > h4,
header > h4 {
    padding-bottom: 0;
}

h1 {
    font-size: 34px;
}

.start-page .brick-title,
.no-sidebar .brick-title {
    text-align: center;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

p,
.content-body p {
    margin-bottom: 1.3em;
}

.content-body p:last-child {
    margin-bottom: 0;
}

.content-body li p {
    margin: 0;
}

.content-body:hover .qui-button,
.content-body:hover .button,
.content-body:hover button {
    text-decoration: none;
}

.content-body a {
    display: inline-block;
}

.content-body a img {
    display: block;
}

/** icon toTop
 * ========================================================== */

.toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    margin: 20px;
    font-size: 2em;
    transform: scale(0);
    opacity: 0.3;
    z-index: 5;
}

.toTop__show {
    transform: scale(1);
}

.toTop .fa {
    border-radius: 10px;
}

.toTop:hover {
    opacity: 1;
}


.toTop .fa:before {
    color: #fff;
    padding: 6px;
    transition: 0.3s all;
    width: 40px;
    line-height: 40px;
    display: block;
    text-align: center;

    /* fix jumping nav in chrome */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

@media screen and (max-width: 767px) {
    .toTop {
        margin: 10px;
    }

    .toTop .fa:before {
        width: 30px;
        line-height: 30px;
    }
}

/* hyphenate, word break */
/* ANMERKUNG */
/*word-break: break-all; mit Absicht ausgeshaltet. */
/* -ms-word-break damit in IE 11 funktioniert. */
/* Nur bei EDGE passt nicht. Wenn break-word Standard wird, */
/* dann sollte alles passen */
h1, h2, h3, h4, h5, h6 {
    -ms-word-break: break-all;
    word-break: break-word; /* Non standard for webkit */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

/*********************************************************************************/
/* Nav style (in sidebar) navigation
/*********************************************************************************/

h2.quiqqer-navigation-title-style {
    margin-bottom: 0.5em;
    padding-left: 10px;
    font-weight: bold;
    color: #5d5d5d;
}

.quiqqer-navigation-level-1 > li {
    border-bottom: 1px solid #ddd;
}

.quiqqer-sidebar-dropdown-navigation .quiqqer-navigation-level-1 a,
.quiqqer-sidebar-dropdown-navigation a.quiqqer-navigation-firstpage {
    text-decoration: none;
    color: #5d5d5d;
}

/*.quiqqer-sidebar-dropdown-navigation .quiqqer-navigation .fa {
    line-height: 2.3em;
}*/

.quiqqer-sidebar-dropdown-navigation .quiqqer-navigation-active {
    font-weight: bold;
}

.quiqqer-sidebar-dropdown-navigation .quiqqer-navigation-open,
.quiqqer-sidebar-dropdown-navigation .quiqqer-navigation-close {
    position: relative;
}

/** page footer
 * ========================================================== */

.page-footer {
    clear: both;
    font-size: 0.9em;
    line-height: 1.7em;
    margin-top: auto;
    padding: 80px 0 0;
    width: 100%;
    color: #555;
}

.page-footer-empty {
    padding: 0;
}

.page-footer-brick {
    padding-top: 0;
}

.page-footer input,
.page-footer textarea,
.page-footer select {
    color: #c0bfbf;
}

.page-footer header,
.page-footer header a {
    /*font-size: 1.1em;*/
    /*text-decoration: none;*/
    /*padding: 0;*/
}

.page-footer header h1 {
    font-size: 2em;
    text-align: left;
}

.page-footer label {
    font-size: 0.8em;
}

.page-footer-copyright {
    padding: 10px 20px;
    font-size: 14px;
}

.page-footer-copyright-right {
    text-align: right;
}

.page-footer-copyright-right a:after {
    content: '|';
    margin: 0 8px;
}

.page-footer-copyright-right a:last-child:after {
    content: '';
    margin: 0;
}

.page-footer ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.page-footer ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.page-footer :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

/* links styling for footer */

.page-footer a {
    text-decoration: none;
}

.page-footer ul {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}

.page-footer ul li {
    line-height: 2em;
    padding-left: 0;
}

.page-footer ul li a {
    display: block;
    text-decoration: none;
}

.page-footer a:hover {
    background: none;
    box-shadow: none;
    text-decoration: underline;
}

.fa-chevron-down-mobile {
    display: none;
}

.fa-chevron-down-desktop {
    font-size: 0.9em;
    display: inline-block;
}

.fa-home-mobile {
    display: none;
}

.fa-home-desktop {
    display: inline-block;
}

/* footer social */
.footer-bar-social {
    text-align: right;
}

.footer-bar-social a {
    padding: 10px;
}

.footer-bar-social a:hover {
    background: rgba(0,0,0,0.1);
}

.page-footer-copyright {
    font-size: 13px;
}

/** responsive
 **************************************************/

@media screen and (max-width: 1024px) and (min-width: 768px) {

    .page-footer-section {
        padding: 0 5px;
    }

    li.nav-button-close {
        display: block !important;
    }

}

@media screen and (max-width: 1024px) {
    /*.header-img {
        align-self: auto !important;
    }*/
    .page-header-logo-desktop {
        display: none;
    }

    .page-footer-copyright-right,
    .page-footer-copyright-left {
        /*text-align: center;*/
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .page-footer-copyright {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .header-bar-inner-logo {
        align-items: flex-start;
    }

    /*.body-container {
        padding-top: 0;
    }*/
    .header-bar-search {
        display: none;
    }

    /** Menü für mobile Geräte
    * ========================================================== */

}

@media screen and (max-width: 767px) {

    .tpl-packageStore-row,
    .content-header,
    .content-body,
    .tpl-packageStore-row + .content-body,
    .content-template,
    .content-short {
        padding-top: 1.2rem;
        padding-bottom: 1.2em;
    }

    .control-content {
        padding-bottom: 1.2rem;
    }

    .control-header {
        text-align: center;
        padding-bottom: 1.2rem;
    }

    .page-header {
        height: auto !important;
    }

    .page-header-text-title,
    .page-header-text-wrapper-short {
        max-width: 100%;
    }

    .page-header-text-wrapper {
        display: none;
    }

    /*.hide-on-desktop. header-bar-inner-logo {
        margin-right: 0;
    }*/

    /*.page-box-prefix-suffix {
        padding: 20px 0 !important;
    }*/
    /*.page-content {
        font-size: 11.5pt;
    }

    .page-content h1 {
        font-size: 1.5em;
    }

    .page-content h2 {
        font-size: 1.4em;
    }

    .page-content h3 {
        font-size: 1.3em;
    }

    .page-content h4 {
        font-size: 1.2em;
    }*/
    /*.page-footer h2,
    .page-footer h3,
    .page-footer h4 {
        margin: 0.8em 0 1em;
    }*/
    .page-footer-left {
        padding-right: 0;
    }

    .page-footer-right {
        float: left;
        padding-left: 0;
    }

    .page-multible-left {
        padding-right: 0;
    }

    .page-multible-right {
        padding-left: 0;
    }
}

/*********************************************************************************/
/* Design standard
/*********************************************************************************/

.control-background {
    background: #eee;
}

/*********************************************************************************/
/* pagination
/*********************************************************************************/

.quiqqer-sheets-desktop {
    text-align: center;
}

.quiqqer-sheets-desktop a,
.quiqqer-sheets-desktop span {
    border-radius: 3px;
    color: #5d5d5d;
    margin-right: 2px !important;
    padding: 0 15px;
    float: none;
}

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

.quiqqer-sheets-desktop .quiqqer-sheets-desktop-current {
    background: #D9D6D7;
    border: 1px solid #D9D6D7;
    border-radius: 3px;
    color: #333;
}

.quiqqer-sheets-desktop-disabled {
    color: #ccc !important;
    border-color: #ccc !important;
}

.quiqqer-pagination .quiqqer-sheets-desktop:last-child {
    margin: 40px 0;
}

.quiqqer-sheets-mobile select {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*********************************************************************************/
/* gallery
/*********************************************************************************/

.quiqqer-gallery-grid-entry {
    padding: 0;
}

.quiqqer-gallery-grid .control-background {
    background: none;
}

.quiqqer-gallery-grid-entry .quiqqer-gallery-grid-entry-text {
    text-align: center;
    padding: 10px 0;
}

/*********************************************************************************/
/* contact form (site type: contact)
/*********************************************************************************/

.qui-form > fieldset {
    border: none;
}

.qui-form legend {
    float: none !important; /* komischer bug in chrome */
    background: none;
    margin-bottom: 10px;
    width: auto;
    padding: 0;
}

.qui-formfield-body {
    padding: 0;
}

.qui-formfield label {
    display: block;
    margin-bottom: 0;
}

.qui-form input[type="submit"] {
    /*width: 100%;*/
    font-weight: bold;
}

/*********************************************************************************/
/* sitemap
/*********************************************************************************/

.qui-sitetypes-sitemap ul,
.qui-sitetypes-sitemap ol,
.qui-sitetypes-sitemap-block ul,
.qui-sitetypes-sitemap-block ol {
    padding-left: 0;
    padding-top: 10px;
    list-style: none;
    text-decoration: none;
}

.qui-sitetypes-sitemap ul a,
.qui-sitetypes-sitemap ol a,
.qui-sitetypes-sitemap-block ul a,
.qui-sitetypes-sitemap-block ol a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.qui-sitetypes-sitemap ul a:hover,
.qui-sitetypes-sitemap ol a:hover,
.qui-sitetypes-sitemap-block ul a:hover,
.qui-sitetypes-sitemap-block ol a:hover,
.qui-sitetypes-sitemap-block th a:hover {
    text-decoration: underline;
}

.qui-sitetypes-sitemap ul li,
.qui-sitetypes-sitemap ol li,
.qui-sitetypes-sitemap-block ul li,
.qui-sitetypes-sitemap-block ol li {
    padding-left: 20px;
}

.qui-sitetypes-sitemap-block th {
    padding-left: 20px;
}

.qui-sitetypes-sitemap-block-category .control-background a {
    color: #fff;
    text-decoration: none;
}

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

.qui-sitetypes-sitemap ul:first-child a:hover {
    text-decoration: underline;
}

@media all and (max-width: 767px) {
    .qui-sitetypes-sitemap-block-category {
        width: 100%;
    }
}

/*********************************************************************************/
/* content switcher
/*********************************************************************************/

.content-switcher .content-switcher-content {
    max-width: 580px; /* (page width : 2) */
}

.content-switcher .pull-custom {
    left: -580px; /* -1 x (page width : 2) */
}

@media screen and (max-width: 1160px) {

    .prefix-suffix-full-width .content-switcher-content.pull-50 {
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px) {

    .content-switcher .content-switcher-content {
        padding-left: 0;
        padding-right: 0;
    }

    .prefix-suffix-full-width .content-switcher .content-switcher-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/*********************************************************************************/
/* site type: standard search
/* quiqqer/sitetypes:types/search
/*********************************************************************************/



/*********************************************************************************/
/* search plugin
/*********************************************************************************/

.qui-search-settings {
    overflow: visible;
}

.form-field-search {
    min-width: 40%;
    margin-right: 40px;
}

.qui-search-result form {
    display: table-cell;
}

.qui-search-result-list-entry-imagelink {
    background-size: contain;

}

.qui-search-result-list-entry-imagelink:hover {
    background: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.qui-button--no-icon {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.qui-button.qui-button--no-icon {
    padding: 6px 16px;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 20px;
}

.qui-button.qui-button--no-icon:hover {
    color: inherit;
}

@media screen and (max-width: 767px) {
    .form-field-search {
        min-width: 100%;
        margin-right: 0;
    }
}


/*********************************************************************************/
/* search plugin - erweiterte Suche
/*********************************************************************************/
.quiqqer-search-searchinput {
    overflow: hidden;
}
.quiqqer-search-searchinput form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}

input.quiqqer-search-searchinput-input {
    flex-grow: 3;
    margin: 10px;
    min-width: auto;
}

input.quiqqer-search-searchinput-submit,
input.quiqqer-search-searchinput-submit:last-of-type {
    flex-grow: 1;
    order: 3;
    margin: 10px;
}

div.qui-select {
    border-width: 2px;
}

.qui-select.quiqqer-search-searchinput-searchfieldselect {
    cursor: pointer;
    flex-grow: 1;
    order: 2;
    padding: 0 16px;
    margin: 10px;
    height: auto;
}

.qui-select.quiqqer-search-searchinput-searchfieldselect  .text {
    height: 50px;
    line-height: 50px;
}

.qui-select.quiqqer-search-searchinput-searchfieldselect  .drop-icon {
    height: 50px;
}

/*********************************************************************************/
/* search site types - standard Suche
/*********************************************************************************/

.qui-search-result form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}

.qui-search-result .form-field-search {
    flex-grow: 3;
    margin: 10px;
    min-width: auto;
}

.qui-search-result input[type="submit"] {
    flex-grow: 1;
    order: 3;
    margin: 10px;
}


/*********************************************************************************/
/* search brick
/*********************************************************************************/

.quiqqer-suggestSearch-wrapper {
    width: 85%;
}
/*********************************************************************************/
/* ChildrenList
/* site type: quiqqer/tags:types/tag-search
/*********************************************************************************/

a.qui-control-list-entry-imagelink {
    border: none;
}

.quiqqer-tags-list-result-entry a {
    color: inherit;
}

.tpl-packageStore-row a.news-entry-next {
    /*float: right;*/
}


/*********************************************************************************/
/* site type: types/tag-listing
/*********************************************************************************/

.quiqqer-sheets-desktop-limits a:hover {
    background: none;
    box-shadow: none;
}

.quiqqer-tags-search-pool .qui-button.qui-button--no-icon {
    margin: 0 5px 5px 0;
    padding: 3px 10px;
    font-size: 16px;
}

/*********************************************************************************/
/* site type: quiqqer/tags:types/tag-listing
/*********************************************************************************/

.content-short.qui-tags-tag-content {
    padding-top: 0;
}

/*********************************************************************************/
/* content message
/*********************************************************************************/

.content-message-information,
.content-message-attention,
.content-message-error,
.content-message-success {
    margin: 1em 0;
}

/*********************************************************************************/
/* img brick
/*********************************************************************************/

.brick-image-picture-container {
    line-height: 0;
}

/*********************************************************************************/
/* slider
/*********************************************************************************/

.quiqqer-bricks-children-slider .quiqqer-bricks-children-slider-prev,
.quiqqer-bricks-children-slider .quiqqer-bricks-children-slider-next {
    color: #ddd;
}

/*********************************************************************************/
/* breadcrumb
/*********************************************************************************/

.template-breadcrumb {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    color: #8a8a8a;
    font-weight: normal;
    letter-spacing: normal;
    font-size: 10pt;
}

.quiqqer-packagestore-main-breadcrumb .quiqqer-breadcrumb {
    float: none;
}

.quiqqer-breadcrumb a {
    color: #8a8a8a;
}

.quiqqer-breadcrumb-wrapper {
    font-size: 80%;
}

.quiqqer-breadcrumb .quiqqer-breadcrumb-custom ul {
    margin-left: 0;
}

.quiqqer-breadcrumb .quiqqer-breadcrumb-custom ul li {
    margin: 0;
}

.breadcrumb-list-element-divider {
    margin: 0 1px;
}

.quiqqer-breadcrumb-custom .quiqqer-breadcrumb-link-text {
    padding: 0 3px;
}

.quiqqer-breadcrumb-custom a:hover .quiqqer-breadcrumb-link-text {
    background: #ddd;
}



/*********************************************************************************/
/* infinite brick
/*********************************************************************************/

.quiqqer-bricks-children-infinite .button {
    float: none;
}

.quiqqer-bricks-children-infinite a,
.quiqqer-bricks-children-infinite a:hover,
.quiqqer-bricks-children-infinite a:active {
    color: #333;
    font-weight: normal;
}

.quiqqer-bricks-children-infinite-child-display {
    overflow: hidden;
}

.quiqqer-bricks-children-infinite-child-display header {
    left: 0;
}

.quiqqer-bricks-children-infinite-child-display > a img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
}

.quiqqer-bricks-children-infinite-child-display > a img:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/*********************************************************************************/
/* children list 3er
/*********************************************************************************/
.qui-control-childrenlist-3er-entry-image span.quiqqer-icon {
    font-size: 130px;
}

/*********************************************************************************/
/* template extra link effects
/*********************************************************************************/

/* Link effect 0: link with icon*/
a.icon-link {
    max-width: 100%;
    text-decoration: none;
    position: relative;
    font-weight: 500;
}

a.icon-link:after {
    content: ' \f08e'; /* set the icon */
    font: normal normal normal 14px/1 FontAwesome;
    color: #ccc;
    transition: 0.3s;
}

a.icon-link:hover {
    border-radius: 0;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

.tpl-packageStore-row .templateQUI-start-page-intro-entry a:hover {
    color: inherit;
}

/* link effect 1: simple (grey) */
a.link-simple-grey {
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid rgba(52, 73, 94, 0.4);
    -webkit-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
}

a.link-simple-grey:hover,
a.link-simple-grey:focus {
    background-color: rgba(52, 73, 94, 0.1);
    border-color: rgba(52, 73, 94, 0);
}

a.link-simple-grey:hover,
a.link-simple-grey:focus {
    color: #333;
}

/* link effect 2: simple (color) */
a.link-simple-color {
    font-weight: 600;
    -webkit-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
}

a.link-simple-color:hover,
a.link-simple-color:focus {
    background: rgba(52, 73, 94, 0.1);
    border-color: rgba(52, 73, 94, 0);
}

/* link effect 3: slide up (grey) */

a.link-slide-up-grey {
    color: #333;
    font-weight: 600;
    overflow: hidden;
    display: inline-block;
    outline: medium none;
    position: relative;
    text-decoration: none;
    vertical-align: bottom;
    white-space: nowrap;
}

a.link-slide-up-grey::before {
    background-color: rgba(52, 73, 94, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(92%);
    transition: transform 0.2s ease 0s;
    width: 100%;
}

a.link-slide-up-grey:hover::before,
a.link-slide-up-grey:focus::before {
    transform: translateY(0px);
}

a.link-slide-up-grey:hover,
a.link-slide-right-grey {
    color: #333;
}

/* link effect 4: slide up (color) */

a.link-slide-up-color {
    font-weight: 600;
    overflow: hidden;
    display: inline-block;
    outline: medium none;
    position: relative;
    text-decoration: none;
    vertical-align: bottom;
    white-space: nowrap;
    z-index: 2;
}

a.link-slide-up-color::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(95%);
    transition: transform .2s ease 0s, background-color 0.2s ease 0.2s;
    width: 100%;
    z-index: -1;
}

a.link-slide-up-color:hover::before,
a.link-slide-up-color:focus::before {
    transform: translateY(0px);
    background-color: rgba(52, 73, 94, 0.1);
    transition: transform .2s ease 0s, background-color 0s ease 0s;
    z-index: -100;
}

/* link effect 5: slide right (grey)*/

a.link-slide-right-grey::before {
    background-color: rgba(149, 165, 166, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0.718) translateX(-100%);
    transition: transform 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}

a.link-slide-right-grey {
    color: #333;
    display: inline-block;
    outline: medium none;
    position: relative;
    text-decoration: none;
    vertical-align: bottom;
    white-space: nowrap;
    overflow: hidden;
    z-index: 2;
}

a.link-slide-right-grey:hover,
a.link-slide-right-grey:focus {
    color: #333;
}

a.link-slide-right-grey:hover::before,
a.link-slide-right-grey:focus::before {
    transform: scaleY(0.718) translateX(0px);
}

/* Template Button */

.button {
    padding: 0.5em 1.2em;
    font-weight: 600;
    position: relative;
    /*margin: 16px 16px 16px 0;*/
    letter-spacing: 1px;
    transition: all 0.2s;
    font-size: 1em;
    background: #aaa;
}

.button:last-of-type {
    margin-right: 0;
}

.button__small {
    padding: 0.4em 1.1em;
    font-size: 0.9em;
}

.button__medium {
    font-size: 1.1em;
    padding: 1em 1.8em;

}

.button__large {
    padding: 1em 1.6em;
    font-size: 1.6em;
}

.button-arrow:after {
    content: "\f178";
    font-family: FontAwesome;
    margin-left: 20px;
}

.button-download:after {
    content: "\f019";
    font-family: FontAwesome;
    margin-left: 20px;
}

.button.button__ghost {
    background: none;
    border-color: #fff;
    color: #fff;
}

.button.button__ghost:hover,
.button.button__ghost:active,
.button.button__ghost:focus {
    color: #fff;
    background: rgba(255,255,255,0.1);
}

.button.button__ghost__color {
    background: none;
}


/**************/
/* header bar */
/**************/
.header-bar-inner {
    overflow: visible;
}
.header-bar-inner-nav {
    display: flex;
    margin-left: auto;
}

/*******************/
/* language switch */
/*******************/
.header-bar-lang {
    margin-left: auto;
    border-right: 1px solid #ddd;
    margi-rightn: 0;
}
.header-bar-lang .quiqqer-bricks-languageswitch-dropdown {
    background: none;
    color: inherit;
    box-shadow: none !important;
    padding: 0;
    min-width: 0;
    display: flex;
    height: 100%;
    font-weight: 300;
    letter-spacing: 1px;
    transition: none !important;
}

.header-bar-lang .quiqqer-bricks-languageswitch-dropdown:hover {
    background: none !important;
    box-shadow: none !important;
    color: inherit !important;
    opacity: 1;
}

.header-bar-lang .quiqqer-control-languageswitch-dropdown__withArrow {
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.header-bar-lang .quiqqer-control-languageswitch-dropdown-arrow {
    position: relative;
    right: 0;
    top: 0;
    margin-left: 1em;
}

.quiqqer-control-languageswitch-dropdown-dd {
    width: calc(100% + 1px) !important;
}

.header-bar-lang .quiqqer-control-languageswitch-dropdown-dd-entry {
    padding-left: 20px;
    padding-right: 20px;
}

.header-bar-lang .quiqqer-control-languageswitch-dropdown-dd:after {
    display: none;
}

.header-bar-lang .quiqqer-control-languageswitch-dropdown-dd-entry:hover {
    background: #f8f8f8;
}


/************************/
/* user header bar */
/************************/
.header-bar-user {
    display: flex;
    justify-content: flex-end;
    line-height: 50px;
}
.header-bar-user .user-name {
    margin-right: 20px;
    margin-left: 20px;
    float: left;
}
.header-bar-user .button-icon {
    line-height: inherit;
    width: 50px;
    text-align: center;
    border-left: 1px solid #ddd;
    display: block;
    float: left;
    cursor: pointer;
    color: #666;
    flex-shrink: 0;
}
/*.test-user .fa:last-child {
    border-right: 1px solid #ddd;
}*/


.header-bar-user .button-icon-text {
    line-height: 50px;
    text-align: center;
    /*border-left: 1px solid #ddd;*/
    color: #999;
    display: block;
    float: left;
    cursor: pointer;
    transition: 0.2s all;
    padding: 0 20px;
}

.header-bar-user .button-icon-text .fa {

}

.header-bar-user .button-icon:hover,
.header-bar-user .button-icon-text:hover,
.header-bar-lang .quiqqer-bricks-languageswitch-dropdown:hover .fa {
    color: #13b095;
}

.header-bar-user .user-login-text {
    margin-right: 10px;
}


/*********************/
/*********************/
/* full width layout */
/*********************/
/*********************/

.main-content.quiqqer-packagestore{
    display: flex;
    position: relative;
}

.quiqqer-packagestore-main {
    width: calc(100% - 300px);
    margin-left: 20px;
    margin-right: 40px;
}

/* nav / filter */
.quiqqer-packagestore-search-filter.content-body {
    width: 300px;
    margin-right: 20px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    flex-shrink: 0;
    flex-grow: 0;
    z-index: 2;
    transition: 0.3s all ease;
}

.quiqqer-packagestore-search {
    display: flex;
}



.quiqqer-packagestore-search-list.content-body {
    padding: 0;
    margin: 0;
    background: none;
    box-shadow: none;
}

.quiqqer-packagestore-sidebar-nav-additionalInfo {
    line-height: 40px;
    margin-left: 20px;
    font-family: monospace;
    color: #aaa;
    font-size: 12px;
}

.quiqqer-packagestore-sidebar-nav-openButton {
    display: none; /* erst in mobile anzeigen */
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    width: 40px;
    cursor: pointer;
    transition: 0.3s background ease;
}

.quiqqer-packagestore-sidebar-nav-openButton:hover,
.quiqqer-packagestore-sidebar-nav-openButton:active,
.quiqqer-packagestore-sidebar-nav-openButton:focus {
    background: #d9d9d9;
}

/******************/
/* sidebar search */
/******************/

.quiqqer-packagestore-sidebar-nav .quiqqer-search-searchinput form {
    flex-wrap: nowrap;
    margin: 0;
    font-size: 18px;
    line-height: 50px;
}

.quiqqer-packagestore-sidebar-nav input.quiqqer-search-searchinput-input {
    margin: 0;
    border: none;
    border-left: 10px solid #666;
    background: #f2f2f2;
    line-height: inherit;
    padding: 0 10px;
    font-size: 14px;
}

.quiqqer-packagestore-sidebar-nav input.quiqqer-search-searchinput-input:hover,
.quiqqer-packagestore-sidebar-nav input.quiqqer-search-searchinput-input:active,
.quiqqer-packagestore-sidebar-nav input.quiqqer-search-searchinput-input:focus {
    /*background: #ddd;*/
}

.quiqqer-packagestore-sidebar-nav input.quiqqer-search-searchinput-input:hover + button.quiqqer-search-searchinput-submitIcon,
.quiqqer-packagestore-sidebar-nav input.quiqqer-search-searchinput-input:active + button.quiqqer-search-searchinput-submitIcon,
.quiqqer-packagestore-sidebar-nav input.quiqqer-search-searchinput-input:focus + button.quiqqer-search-searchinput-submitIcon {
    color: #13b095;
}

.quiqqer-packagestore-sidebar-nav button.quiqqer-search-searchinput-submitIcon {
    width: 50px;
    min-width: 50px;
    box-shadow: none !important;
    background: #f2f2f2;
    color: #bbb;
    border-radius: 0 !important;
    border-left: 1px solid #d5d5d5 !important;
}

.quiqqer-packagestore-sidebar-nav button.quiqqer-search-searchinput-submitIcon:hover {
    color: #13b095 !important;
    background: #e5e5e5 !important;
}

.quiqqer-packagestore-sidebar-nav-search {
    position: relative;
    opacity: 0.8;
    transition: 0.3s opacity ease;
}

.quiqqer-packagestore-sidebar-nav-search:hover,
.quiqqer-packagestore-sidebar-nav-search:active,
.quiqqer-packagestore-sidebar-nav-search:focus {
    opacity: 1;
}
/* icon for mobile */
.quiqqer-packagestore-sidebar-nav-search-icon {
    display: none;
    width: 40px;
    background: #666;
    color: #fff;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
    transition: 0.3s all ease;
    z-index: 2;
}


/****************/
/* sidebar nav  */
/****************/
ul.quiqqer-packagestore-sidebar-nav-list {
    margin: 0;
    padding: 0;
}

li.quiqqer-packagestore-sidebar-nav-list-entry {
    padding: 0;
}

ul li.quiqqer-packagestore-sidebar-nav-list-entry {
    padding: 0;
    margin: 0;
    line-height: 50px;
    font-size: 18px;
    transition: 0.3s all;
    /*border-left-width: 10px;
    border-left-style: solid;*/
    position: relative;
}


.nav-list-entry-imageWrapper {
    display: inline-block;
    width: 40px;
    text-align: center;
    color: #fff;
}

li.quiqqer-packagestore-sidebar-nav-list-entry.entry-1 .nav-list-entry-imageWrapper {
    /*border-left: 10px solid #2382c0*/
    background: #2382c0;
}

li.quiqqer-packagestore-sidebar-nav-list-entry.entry-2 .nav-list-entry-imageWrapper{
    /*border-left: 10px solid #e30054;*/
    background: #e30054;
}

li.quiqqer-packagestore-sidebar-nav-list-entry.entry-3 .nav-list-entry-imageWrapper{
    /*border-left: 10px solid #79b51c;*/
    background: #79b51c;
}

li.quiqqer-packagestore-sidebar-nav-list-entry.entry-4 .nav-list-entry-imageWrapper{
    /*border-left: 10px solid #f7b21e;*/
    background: #f7b21e;
}

.nav-list-entry-imageWrapper .quiqqer-icon {
    line-height: 50px;
    font-size: 16px;
    height: 50px;
    display: inline-block;
}

li.quiqqer-packagestore-sidebar-nav-list-entry a {
    color: inherit;
    display: block;
    margin-left: -30px;
}

li.quiqqer-packagestore-sidebar-nav-list-entry a {

    transition: 0.3s all ease;
}

li.quiqqer-packagestore-sidebar-nav-list-entry:hover,
li.quiqqer-packagestore-sidebar-nav-list-entry.active {
    background: #f8f8f8;
    opacity: 1;
}

li.quiqqer-packagestore-sidebar-nav-list-entry:hover a,
li.quiqqer-packagestore-sidebar-nav-list-entry.active a {
    margin-left: 0 !important;
}


/******************/
/* sidebar Filter */
/******************/
.quiqqer-packagestore-sidebar-filter {
    margin-top: 20px;
    padding: 20px;
    border-top: 1px solid #ddd;
}

.quiqqer-packagestore-sidebar-filter-header {
    cursor: pointer;
    position: relative;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.quiqqer-packagestore-sidebar-filter-header .fa {
    color: #aaa;
    font-size: 22px;
}

.quiqqer-packagestore-sidebar-filter-header:hover .fa {
    color: inherit;
}

.quiqqer-packagestore-sidebar-filter-header .text-label {
    position: absolute;
    left: 27px;
}

.quiqqer-packagestore-sidebar-filter-container {
    display: none;
}

.quiqqer-packagestore-extra-filter {
    height: auto;
    overflow: hidden;
}

.quiqqer-packagestore-filter .quiqqer-tags-tagmenu-list-li {
    padding: 0;
}

.quiqqer-packagestore-filter .quiqqer-tags-tagmenu-list-li-label {
    line-height: 20px;
}

.quiqqer-packagestore-filter .quiqqer-tags-tagmenu-list-li-label-icon {
    width: 20px;
    margin-right: 10px;
    border-radius: 5px;
    color: #ddd;
    transition: 0.3s all;
    background: #555;
}

.quiqqer-tags-tagmenu-list-li:hover .quiqqer-tags-tagmenu-list-li-label-icon {
    background: #000;
}

.quiqqer-packagestore-filter .quiqqer-tags-tagmenu-list-li-label-link {
    padding-top: 0;
}

.quiqqer-packagestore-filter-module {
    width: 100%;
}

.quiqqer-packagestore-filter .qui-select {
    width: 100%;
}

.quiqqer-packagestore-filter .quiqqer-tags-tagmenu-list-li-label-checkbox:hover {
    background: none;
}

.quiqqer-tags-tagmenu-list-li-label + .quiqqer-tags-tagmenu-list-children {
    margin-top: 10px;
}

/*******************/
/* main top menu   */
/*******************/

.quiqqer-packagestore-main-topMenu {
    height: 50px;
    background: #fff;
    z-index: 5;
    line-height: 50px;
    width: 100%;
    position: relative;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 2em;
}

.quiqqer-packagestore-main-topMenu-entry-left {
    float: left;
    transition: 0.2s all;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    position: relative;
    user-select: none;
    padding: 0 15px;
}

.quiqqer-packagestore-main-topMenu-entry-right {
    float: right;
    width: 50px;
    text-align: center;
    border-left: 1px solid #ddd;
    cursor: pointer;
}

.quiqqer-packagestore-main-topMenu-entry-right .fa {
    color: #666;
}

.quiqqer-packagestore-main-topMenu-entry-right:hover {

}


.quiqqer-packagestore-main-topMenu-entry-right:hover .fa {
    color: inherit;
}


.quiqqer-packagestore-main-topMenu-entry-left-text {
    color: #333;
}

a.quiqqer-packagestore-main-topMenu-entry-left-text {
    display: block;
}


/*.quiqqer-packagestore-main-topMenu-entry-left .fa,*/
.quiqqer-packagestore-main-topMenu-entry-left .fa-angle-down {
    margin-left: 10px;
    color: #333;
}

.quiqqer-packagestore-main-topMenu-entry-left:hover {
    border-bottom: 2px solid #13b095;
}

.quiqqer-packagestore-main-topMenu-entry-left:hover .fa {
    color: inherit;
}


/* extra grid class  */
.grid-children-container {
    left: -20px;
    width: calc(100% + 40px);
}


/* main body */
.main-content-wrapper .content-body {
    margin-bottom: 0;
    margin-top: 0;
}

/* footer */
.page-footer {
    font-size: 85%;
    padding-left: 320px;
    padding-right: 40px;
    padding-top: 80px;
}

.page-footer-container {
    margin-left: 20px;
}

.page-footer-copyright p {
    margin-bottom: 0;
}

.page-footer-copyright p.separated {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 12px;
}

.page-footer a {
    color: #555;
}

.page-footer a:hover {
    text-decoration: none;
}

.quiqqer-packagestore-search-filter {
    /*align-self: flex-start;*/
}

/* quiqqer search main result */
.quiqqer-search.content-template {
    padding: 0;
}

/* Startseite - hier ist kein Breadcrumb. */
/* Daher muss Abstand von oben gleich Höhe von Breadcrumb */
.page-1 .quiqqer-packagestore-main {
    margin-top: 40px;
}

/**************************/
/* sidebar nav for mobile */
/**************************/
@media all and (max-width: 1200px) {

    /* "beta" Info nicht nötig...*/
    .quiqqer-packagestore-sidebar-nav-additionalInfo {
        display: none;
    }

    /* ...dagegen das Menü Button anzeigen */
    .quiqqer-packagestore-sidebar-nav-openButton {
        display: block;
    }

    .header-bar-inner-logo {
        background: none;
        box-shadow: none;
    }

    .header-bar-inner-logo {
        padding: 0;
    }

    .page-header-logo {
        margin-left: 10px;
    }

    .header-bar-inner-logo .open-menu {
        line-height: 50px;
        float: left;
        width: 40px;
        text-align: center;
        font-size: 26px;
        color: #555;
        display: inline;
    }

    .quiqqer-packagestore-search-filter.content-body {
        width: 40px;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 6;
        /*min-height: calc(100% - 125px);*/
        min-height: 100%;
    }

    .quiqqer-packagestore-search-filter.content-body.open {
        width: 350px;
        max-width: 100%;
        box-shadow: 0 5px 10px 4px rgba(0,0,0,0.3);
    }

    ul li.quiqqer-packagestore-sidebar-nav-list-entry {
        white-space: nowrap;
        opacity: 0.8;
    }

    li.quiqqer-packagestore-sidebar-nav-list-entry.active {
        opacity: 1;
    }

    li.quiqqer-packagestore-sidebar-nav-list-entry a {
        margin-left: 0;
    }

    .open li.quiqqer-packagestore-sidebar-nav-list-entry a {
        margin-left: -30px;
    }

    /* effekt, damit man den aktiven Tab erkennt */
    .nav-list-entry-imageWrapper:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: rgba(0,0,0,0.2);
        transition: 0.2s all ease-in-out;
    }
    .active .nav-list-entry-imageWrapper:before,
    .nav-list-entry-imageWrapper:hover:before {
        width: 6px;
    }


    /* filter zuerst ausgeblendet */
    /* in JS anzeigen oder in CSS */
    .quiqqer-packagestore-sidebar-filter {
        display: none;
    }

    .open .quiqqer-packagestore-sidebar-filter {
        display: block;
    }



    .quiqqer-packagestore-main {
        margin-left: 0;
        margin-right: 0;
        padding-right: 20px;
        position: relative;
        left: 60px;
        width: calc(100% - 60px);
    }

    .quiqqer-packagestore-sidebar-nav-search {
        display: none;
    }

    .quiqqer-packagestore-sidebar-nav-search-icon {
        display: block;
    }

    .open .quiqqer-packagestore-sidebar-nav-search-icon {
        left: -40px;
    }

    .quiqqer-packagestore-sidebar-nav-search-icon:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: rgba(0,0,0,0.2);
        transition: 0.3s all ease;
    }

    .quiqqer-packagestore-sidebar-nav-search-icon:hover:after {
        width: 6px;
    }


    /* button muss auch kleiner sein */
    .quiqqer-search-pagination-inifinitescroll-more .quiqqer-search-pagination-inifinitescroll-more-btn {
        width: auto;
    }

    .page-footer {
        padding-left: 40px;
        padding-right: 20px;
    }

    .quiqqer-packagestore-main-search {
        display: block;
    }
}

/* ab 500px komplet ausblenden */
@media all and (max-width: 430px) {
    .topMenu-entry-left-rating,
    .topMenu-entry-left-latest  {
        display: none;
    }
}

.content-body {
    padding: 20px;
}

/************************/
/* login / logout popup */
/************************/
.qui-window-popup-title-close {
    min-width: 0;
    box-shadow: none !important;
    text-align: center !important;
    width: auto !important;
    color: #aaa;
}

.qui-window-popup-title-close:hover {
    box-shadow: none !important
}

/**********************************/
/* für normale und private pakete */
/**********************************/
.quiqqer-packagestore-wrapper {
    max-width: 700px;
    float: left;
}

/****************************/
/* main search (on the top) */
/****************************/
.quiqqer-packagestore-main-search {
    display: none;
}

.quiqqer-packagestore-main-search .quiqqer-search-searchinput {
    display: flex;
    margin: 0 auto 3em auto;
    max-width: 550px;
    float: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.quiqqer-packagestore-main-search form {
    width: 100%;
    margin: 0;
    font-size: 14px;
}

.quiqqer-packagestore-main-search input.quiqqer-search-searchinput-input {
    margin: 0;
    border: none;
    background: #fff;
    font-size: inherit;
}

.quiqqer-packagestore-main-search .quiqqer-search-searchinput-submitIcon {
    min-width: 0;
    box-shadow: none !important;
}

@media all and (max-width: 1200px) {
    .quiqqer-packagestore-main-search {
        display: block;
    }
}

/****************************/
/* custom css - hardcode */


header.control-header,
.control-header {
    text-align: left !important;
}

/* no float */
.content-message-information,
.content-message-attention,
.content-message-error,
.content-message-success {
    float: none;
}

input[type='submit'],
input[type='reset'],
input[type='button'],
button,
.button,
.tpl-businessPro-row .button,
button:disabled,
button:disabled:hover,
a.template-button,
button.qui-button-active,
button.qui-button:active,
button.qui-button:hover,
select {
    font-size: 16px;
    border: none !important;
    border-radius: 2px !important;
    line-height: 32px !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
}

select {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    min-width: 200px;
}

button.disable,
.button.disable {
    background-color: #DFDFDF !important;
    color: #9F9F9F !important;
}

button.disable:hover,
button.disable:active,
button.disable:focus,
.button.disable:hover,
.button.disable:active,
.button.disable:focus {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
}

input[type='submit']:hover,
input[type='reset']:hover,
input[type='button']:hover,
button:hover,
.button-active,
.button:active,
.button:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2) !important;
    color: #fff !important;
    background-color: #13b095 !important;
}

select:hover,
select:focus,
select:active {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2) !important;
}

.content-body {
    background: #fff;
    margin: 2em 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/**********************/
/* header effekt */
/**********************/
.header-bar {
    border-top: 2px solid transparent;
    /*border-top: 2px solid #59a8d3;*/
    webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.header-bar:after {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #7ab51d, #1f82c0, #eb690a, #7ab51d, #f6a800);
    top: -2px;
    left: 0;
    position: absolute;
    content: '';
}
