@CHARSET "UTF-8";

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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

html {
    font-size: 100%;
    scroll-padding-top: var(--scroll-padding);
}

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

body {
    color: var(--qui-color-body);
    font-family: 'Open Sans', sans-serif;
    font-size: var(--qui-fs-body, 16px);
    font-weight: 300;
    height: 100%;
    line-height: var(--qui-line-height);
}

/********/
/* font */
/********/
/* heading */
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.3;
    margin: 1em 0 1rem;
}

header > h1,
header > h2,
header > h3,
header > h4,
header > h5 {
    margin-bottom: 0;
    margin-top: 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
    margin-top: 0;
}

h1 {
    font-size: var(--qui-fs-1);
}

h2  {
    font-size: var(--qui-fs-2);
}

h3  {
    font-size: var(--qui-fs-3);
}

h4 {
    font-size: var(--qui-fs-4);
}

h5 {
    font-size: var(--qui-fs-5);
}

h6,
.fs-6 {
    font-size: var(--qui-fs-6);
}

.fs-1 {
    font-size: var(--qui-fs-1) !important;
}

.fs-2 {
    font-size: var(--qui-fs-2) !important;
}

.fs-3 {
    font-size: var(--qui-fs-3) !important;
}

.fs-4 {
    font-size: var(--qui-fs-4) !important;
}

.fs-5 {
    font-size: var(--qui-fs-5) !important;
}

.fs-6 {
    font-size: var(--qui-fs-6) !important;
}

/* text */
.fs-xs {
    font-size: var(--qui-fs-xs) !important;
}

.fs-sm {
    font-size: var(--qui-fs-sm) !important;
}

.fs-body {
    font-size: var(--qui-fs-body) !important;
}

.fs-md {
    font-size: var(--qui-fs-md) !important;
}

.fs-lg {
    font-size: var(--qui-fs-lg) !important;
}

.fs-xl {
    font-size: var(--qui-fs-xl) !important;
}

.fs-2xl {
    font-size: var(--qui-fs-2xl) !important;
}

.fs-3xl {
    font-size: var(--qui-fs-3xl) !important;
}

.fs-4xl {
    font-size: var(--qui-fs-4xl) !important;
}

.fs-5xl {
    font-size: var(--qui-fs-5xl) !important;
}

.fs-6xl {
    font-size: var(--qui-fs-6xl) !important;
}

.display-1 {
    font-size: var(--qui-display-1) !important;
}

.display-2 {
    font-size: var(--qui-display-2) !important;
}

.display-3 {
    font-size: var(--qui-display-3) !important;
}

.display-4 {
    font-size: var(--qui-display-4) !important;
}

/****************/
/* text helpers */
/****************/
small, .small, .text_small {
    font-size: var(--qui-fs-sm);
}

strong,
.fw-bold {
    font-weight: bold;
}

.fw-bolder {
    font-weight: bolder;
}

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

.text-body,
.mainFontColor {
    color: var(--qui-color-primary);
}

.text-lead,
.lead {
    font-size: var(--qui-text-lead);
}

.text-muted {
    color: var(--qui-color-muted);
}

/* todo @michael.daniel standardize names */
.color-main,
.control-color,
.mainColor {
    color: var(--qui-color-primary);
}

.qui-sitetypes-sitemap-block-category .control-background {
    background-color: var(--qui-color-primary);
}

/***********/
/* Spacing */
/***********/
/* margin */
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.m-0 {
    margin: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

/* padding */
.p-0 {
    padding: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-0 {
    padding-left: 0 !important;
    padding-top: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}


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


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

    margin: 6px 0;
    outline: none;
    padding: 0.5em 1.25em;
}


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

textarea {
    -moz-appearance: none;
    -webkit-appearance: none;

    appearance: none;
    font-family: 'Open Sans', sans-serif;
    min-height: 10em;
}

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

    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type='checkbox'],
input[type='radio'] {
    margin-right: 10px;
    vertical-align: middle;
}

#page input[type='checkbox']:checked + label::before,
#page input[type='radio']:checked + label::before,
.pace .pace-progress {
    background-color: var(--qui-color-primary);
}

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

/*
 1. Quiqqer sets the width and height HTML attributes on each <img> element (smarty function.image.php).
    Therefore, we need to set the max-width and height properties to '100%' and 'auto'.
*/
img {
    margin: 0;
    padding: 0;
    max-width: 100%; /* 1 */
    max-height: 100%; /* 1 */
    height: auto; /* 1 */
}

figcaption {
    color: var(--qui-color-muted);
    font-size: 0.75rem;
}

fieldset {
    border: none;
}

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

a,
a.link-simple-color,
a.slide-up-color {
    color: var(--qui-color-primary);
}

a.link-slide-up-color::before {
    background: var(--qui-color-primary);
}

.quiqqer-content a:hover:after {
    color: var(--qui-color-primary);
}

a:hover {
    text-decoration: none;
}

p a {
    font-weight: normal;
}

header {
    padding-bottom: 1.3rem;
}

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

.body-container {
    position: relative;
    top: var(--qui-body-container-top);
}

/* todo @michael.daniel check if needed */
.start-page .body-container {
    position: relative;
    top: var(--qui-body-container-top);
}

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

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 {
    border-radius: 0;
    box-shadow: none;
}

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

button:where(:not([name="close"])),
.button:where(:not([name="close"])),
input[type='submit'],
input[type='reset'],
input[type='button'],
button:disabled,
a.template-button,
button.qui-button {
    background: var(--qui-color-primary);
    border: 2px solid var(--qui-color-primary);
    border-radius: 0;
    box-shadow: none;
    color: var(--qui-btn-primary-color);
    cursor: pointer;
    display: inline-block;
    line-height: var(--qui-line-height);
    outline: none;
    padding: 0.5em 1.25em;
    position: relative;
    text-align: center;
    text-decoration: none;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.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,
a.template-button:focus,
a.template-button:active,
a.template-button:hover,
button.qui-button-active,
button.qui-button:active,
button.qui-button:hover {
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--qui-color-primary);
    opacity: 1;
}

button:hover,
.button:hover {
    opacity: 0.8;
}

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

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

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

textarea:hover,
textarea:focus,
input:hover,
input:focus,
select:hover,
select:focus {
    border-color: var(--qui-color-primary);
}

.sidebox-button {
    background: #414141;
    color: #eee;
    padding: 10px 20px;
    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 {
    display: inline-block;
    list-style: none;
    width: 25%;
}

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

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

.nosidebar-small-wrapper,
.narrow-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
}

ul, ol {
    padding-left: 1.5rem;
}

li {
    padding-left: 0.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

:where(li)::marker {
    color: var(--qui-color-primary);
}

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-multible-content {
    margin: 0;
    padding: 0;
}

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

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

/* brick even prefix suffix */
.brick-even-prefix {
    background-color: var(--qui-brick-prefix-even-bg);
}

.brick-odd-prefix {
    background-color: var(--qui-brick-prefix-odd-bg);
}

.brick-even-suffix {
    background-color: var(--qui-brick-suffix-even-bg);
}

.brick-odd-suffix {
    background-color: var(--qui-brick-suffix-odd-bg);
}

/*********/
/* Table */
/*********/
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

table {
    border-collapse: collapse;
    margin-bottom: 1rem;
    max-width: 100%;
    width: 100%;
}

tr {
    border-width: 1px 0;
}

th,
td {
    border-width: 0 1px;
}

th, td {
    padding: 0.5rem;
}

thead {
    font-weight: bold;
}

/** page header
 * ========================================================== */
.page-header {
    align-items: center;
    background-size: cover;
    border-bottom: 1px solid #eee;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    padding: calc(var(--qui-nav-height) + 20px) 0 calc(var(--qui-nav-height) - 20px);
    position: relative;
    min-height: var(--qui-header-min-height);
    background-position: var(--qui-header-img-position);
}

.page-header-container {
    width: 100%;
}

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

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

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

.page-header-text-short {
    text-align: left;
}

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

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

/** header bar
 * ========================================================== */
.header-bar {
    background-color: var(--qui-nav-bg);
    position: var(--qui-nav-position);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    /* fix jumping nav in chrome */
    -o-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: 0.3s all ease-in-out;
    width: 100%;
    z-index: 10;
}

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

.header-bar-scrolled {
    background-color: var(--qui-nav-scrolled-bg);
    box-shadow: 0 -5px 20px 0 rgb(0, 0, 0, 0.25);
    transition: 0.25s all ease-in-out;
}

.header-bar,
.header-bar-inner a,
.header-bar-inner a:link,
.header-bar-inner a:active,
.header-bar-inner a:visited,
.header-bar-inner a:hover,
.quiqqer-menu-megaMenu-list-item-menu.control-background {
    color: var(--qui-nav-color);
}

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

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

/********/
/* Logo */
/********/
.header-bar-inner-logo {
    float: left;
    margin-right: 20px;
    padding: 10px 0;
}

.page-header-logo {
    align-items: center;
    display: flex;
    height: 100%;
    max-height: 100%;
}

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

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

.page-header-logo-img {
    display: block;
    margin: 0 1em 0 0;
    max-width: 100%;
}

.page-header-logo picture {
    display: block;
}

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

.page-header-logo img {
    display: block;
    width: var(--logo-width);
    height: var(--logo-height);
}


/* mega menu
 * ========================================================== */

.quiqqer-menu-megaMenu {
    display: flex;
}

.quiqqer-menu-megaMenu nav {
    width: 100%;
    display: flex;
}

.quiqqer-menu-megaMenu .quiqqer-menu-megaMenu-list {
    display: flex;
    flex-grow: 1;
}

.nav-alignment--right .quiqqer-menu-megaMenu-list {
    justify-content: flex-end;
}

.nav-alignment--center .quiqqer-menu-megaMenu-list {
    justify-content: center;
}

.quiqqer-menu-megaMenu-list .quiqqer-menu-megaMenu-list-item {
    font-weight: normal;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.quiqqer-menu-megaMenu-list-item:hover {
    background: rgba(0, 0, 0, 0.1);
}

.quiqqer-menu-megaMenu-list-item-menu.control-background {
    background-color: var(--qui-nav-bg-lighter);
}

.quiqqer-menu-megaMenu-list-item-inner {
    padding-left: 20px;
    padding-right: 20px;
}

.quiqqer-menu-megaMenu-list-item-inner .quiqqer-icon {
    width: 1.5rem;
}

.quiqqer-menu-megaMenu .fa-angle-down {
    font-size: 1.2em;
    margin-left: 4px;
}

/* große Bilder */

.quiqqer-menu-megaMenu-children-image-entry-img {
    background-size: auto !important;
    transition: all 0.3s ease-in-out;
}

.quiqqer-menu-megaMenu-children-image-entry a:hover .quiqqer-menu-megaMenu-children-image-entry-img {
    box-shadow: 0 0 10px -1px #333;
    text-shadow: 0 0 10px -5px #333;
}

.quiqqer-menu-megaMenu-children-image-entry-title {
    text-align: center;
}

/* menu arrow */
.quiqqer-menu-megaMenu-children-simple:after {
    border-bottom: 14px solid var(--qui-nav-bg-lighter);
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid transparent;
    content: '';
    height: 0;
    left: 20%;
    position: absolute;
    top: -28px;
    width: 0;
}

/* mobile menu */
.slideout-menu .page-menu {
    background-color: var(--qui-nav-mobile-bg);
}

.slideout-menu .page-navigation-home,
.slideout-menu .left-menu-a,
.slideout-menu .page-menu-close {
    color: var(--qui-nav-mobile-font-color);
}

/* display standard mega menu open button permanent */

.page-menu-opener.hide-on-desktop {
    display: none !important;
}

.quiqqer-menu-megaMenu-mobile-search {
    display: none;
    float: right;
    opacity: 0.9;
    padding: 0 15px;
}

.quiqqer-menu-megaMenu-mobile {
    font-size: 32px !important;
}

.quiqqer-menu-megaMenu-mobile .header-bar-search-icon {
    padding: 0 10px;
}

.quiqqer-menu-megaMenu-mobile span:last-child {
    display: none;
}

.header-bar,
.header-bar-inner-nav,
.page-header-navigation-entry,
.header-bar-search,
.header-bar-search-typePopup,
.header-bar-search:before,
.page-header-navigation-entry:before,
.header-bar-inner-logo {
    height: var(--qui-nav-height);
}

/**
1. quiqqer/menu sets line-height, so we have to use a small hack
   to set new line-height without using !important
 */
.header-bar-search,
.header-bar-search-typePopup,
.page-header-navigation-entry,
.fa-chevron-down-mobile,
.quiqqer-menu-megaMenu-list-item,
.quiqqer-menu-megaMenu-mobile.quiqqer-menu-megaMenu-mobile, /* 1 */
.quiqqer-menu-megaMenu-mobile-search,
.header-bar-suggestSearch,
.fa.close-social-share,
.fa.open-social-share,
.quiqqer-bricks-languageswitch-dropdown {
    line-height: var(--qui-nav-height);
}

/** 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;
}

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

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

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

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

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 {
    left: -10px;
    width: calc(100% + 20px);
}

@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;
    line-height: normal;
    vertical-align: middle;
}

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

.page-header-navigation li:hover {
    background-color: var(--qui-nav-bg-lighter);
}

.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 {
    display: table-cell;
    vertical-align: middle;
}

.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 {
    display: none;
    height: 0;
    left: 0;
    min-width: 200px;
    opacity: 0;
    overflow: visible;
    position: absolute;
    top: 100%;
    transition: all 0.4s;
    z-index: 10;
}

.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 {
    background-color: var(--qui-nav-bg-lighter);
    display: block;
    opacity: 1;
    padding: 0;
    text-align: left;
}

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

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 {
    display: block;
    height: auto;
    opacity: 1;
    top: 100%;
}

/* header bar search */
.header-bar-search:hover {
    background-color: var(--qui-nav-bg-lighter);
}

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

.header-bar-suggestSearch {
    position: relative;
}
/**
1. move icon search at the end of navigation
 */
.header-bar-suggestSearch--type-icon {
    order: 10; /* 1 */
}

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

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

.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;
    line-height: 40px;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}

/* 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 {
    opacity: 1;
    right: 100%;
    visibility: visible;
}


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

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

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

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

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

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

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

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


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

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

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

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

    .mobile-bar-social-title {
        display: block;
        margin: 10px 0 0;
        color: var(--qui-nav-mobile-font-color);
    }

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

    .mobile-bar-social-container a {
        color: var(--qui-nav-mobile-font-color);
    }

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

}

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

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

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

.tpl-presentation-row,
.content-header,
.content-body,
.tpl-presentation-row + .content-body,
.content-template,
.content-short {
    padding-bottom: 3rem;
    padding-top: 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-presentation-row + .content-body */
{
    padding-top: 0;
}

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

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

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

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

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

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

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

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

p,
address {
    margin-bottom: var(--qui-spacing, 1rem);
}

address {
    font-style: normal;
}

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

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

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

.toTop {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    font-size: 1.5em;
    opacity: 0.3;
    z-index: 10;
    transform: scale(0);
    border-radius: 10px;
    min-width: 44px;
    min-height: 44px;
    display: grid;
    place-items: center;
    color: #fff;
}

.toTop__show {
    transform: scale(1);
}

.toTop:hover {
    opacity: 1;
}

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

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

.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 {
    color: #5d5d5d;
    text-decoration: none;
}

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

.quiqqer-fa-levels-icon:hover,
.quiqqer-navigation-level-1 a:hover,
a.quiqqer-navigation-home:hover,
.quiqqer-navigation-entry:hover .quiqqer-fa-list-icon {
    color: var(--qui-color-primary);
}

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

.page-footer {
    background-color: var(--qui-footer-bg);
    clear: both;
    color: var(--qui-footer-font-color);
    font-size: 0.9em;
    padding: 80px 0 0;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .page-footer-brick {
        padding-bottom: 30px;
    }
}

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

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

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

.page-footer-copyright {
    border-top: 1px solid var(--qui-footer-copyrigth-border-top-color);
    padding-bottom: 20px;
    padding-top: 20px;
}

.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:where(:not(.button, button):hover) {
    background: none;
    box-shadow: none;
    color: var(--qui-color-primary);
    text-decoration: underline;
}

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

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

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

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

/* copyright */
.page-footer-copyright-left {
    font-size: 0.85rem;
}

/* 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);
}

/** 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) {
    .page-header-logo-desktop {
        display: none;
    }

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

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

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

    .main-content {
        padding-top: 20px;
    }

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

    .footer-bar-social {
        padding: 10px 0 20px;
        text-align: center;
    }
}

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

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

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

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

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

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

    .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
/*********************************************************************************/
/* todo @michael do we need this? */
.control-background {
    background: var(--qui-color-primary);
}

/* todo @michael do we need this? */
.control-background-active {
    background: var(--qui-color-primary);
    color: #FFFFFF;
}

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

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

.quiqqer-sheets-desktop a:hover {
    background-color: var(--qui-color-primary);
    border: 1px solid var(--qui-color-primary);
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.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 {
    list-style: none;
    padding-left: 0;
    padding-top: 10px;
    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 {
    color: inherit;
    display: block;
    text-decoration: none;
}

.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 {
    clear: both;
    content: '';
    display: block;
    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 {
    margin-right: 40px;
    min-width: 40%;
}

.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-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

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

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

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


/*********************************************************************************/
/* 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;
    margin: 10px;
    order: 3;
}

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

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

.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;
    margin: 10px;
    order: 3;
}


/*********************************************************************************/
/* 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-presentation-row a.news-entry-next {
    /*float: right;*/
}


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

.quiqqer-sheets-desktop-limits a:hover {
    background: none;
    box-shadow: none;
    color: var(--qui-color-primary);
}

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

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

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

/* todo @michael.daniel improve css selector */
.tpl-presentation-row a.qui-tags-tag:hover {
    border: 1px solid var(--qui-color-primary);
    color: var(--qui-color-primary);
}

/*********************************************************************************/
/* 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-size: 10pt;
    font-weight: normal;
    letter-spacing: normal;
}

.quiqqer-breadcrumb a {
    color: var(--qui-color-muted);
}

.template-breadcrumb .quiqqer-breadcrumb ul li:last-child a span:last-child {
    color: var(--qui-color-primary);
}

/*********************************************************************************/
/* 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 {
    bottom: 0;
    left: 0;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

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

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

/*********************************************************************************/
/* Dropdown Languages switch
/*********************************************************************************/
.quiqqer-bricks-languageswitch-dropdown.button {
    background: none;
    border: none;
    float: right;
    margin-right: 20px !important;
    min-width: 0;
    padding: 0;
}

.quiqqer-bricks-languageswitch-dropdown.button .quiqqer-control-languageswitch-dropdown {
    align-items: center;
    display: flex;
    padding: 0;
}

.quiqqer-bricks-languageswitch-dropdown.button .quiqqer-control-languageswitch-dropdown-arrow {
    position: relative;
    right: 0;
    top: 0;
}

.quiqqer-bricks-languageswitch-dropdown.button .quiqqer-control-languageswitch-dropdown-dd {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #444;
    min-width: 100px;
}

.quiqqer-menu-megaMenu .quiqqer-bricks-languageswitch-dropdown.button .fa-angle-down {
    margin-left: 10px;
}


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

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

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

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

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

/* link effect 1: simple (grey) */
a.link-simple-grey {
    border-bottom: 1px solid rgba(52, 73, 94, 0.4);
    color: #333;
    font-weight: normal;
    -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;
    -webkit-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: normal;
    -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;
    -webkit-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;
    display: inline-block;
    font-weight: normal;
    outline: medium none;
    overflow: hidden;
    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 {
    display: inline-block;
    font-weight: normal;
    outline: medium none;
    overflow: hidden;
    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 {
    background-color: rgba(52, 73, 94, 0.1);
    transform: translateY(0px);
    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;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    vertical-align: bottom;
    white-space: nowrap;
    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,
.button {
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 0.5em 1.2em;
    position: relative;
    transition: all 0.2s;
}

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

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

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

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

/* new sizing */
.btn-xs,
.button-xs {
    font-size: var(--qui-fs-xs);
}

.btn-sm,
.button-sm {
    font-size: var(--qui-fs-sm);
}

.btn-md,
.button-md {
    font-size: var(--qui-fs-md);
}

.btn-lg,
.button-lg {
    font-size: var(--qui-fs-lg);
}

.btn-xl,
.button-xl {
    font-size: var(--qui-fs-xl);
}
/* END new sizing */

.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 {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.button.button__ghost__color {
    background: none;
    border: 2px solid var(--qui-color-primary);
    color: var(--qui-color-primary);
}


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