/*******************/
/* utility helpers */
/*******************/
button.btn-inline {
    color: inherit;
    background-color: transparent;
    border-color: transparent;
}

button.btn-inline:is(:hover, :active, :focus) {
    color: var(--qui-color-primary);
}

button.btn-link {
    padding: 0;
    color: var(--qui-color-primary);
    background-color: transparent;
    border-color: transparent;
}

button.btn-link:is(:hover, :active, :focus) {
    color: var(--qui-color-primary);
}

/***********************/
/* END utility helpers */
/***********************/

.pace .pace-progress {
    display: none;
}

html[lang="en"] .qui-menu-siteid-5d9bf33c-cc70-11ed-ad50-02429dabdf5a {
    display: none !important;
}

body .quiqqer-menu-megaMenu-list {
    margin-left: auto;
    margin-right: 2rem;
}

@media screen and (max-width: 920px) {
    body .quiqqer-menu-megaMenu-list {
        margin-right: 0;
    }
    .quiqqer-bricks-languageswitch-dropdown .quiqqer-control-languageswitch-dropdown {
        font-size: 11px;
    }
}

.header-bar {
    background: #fff;
}

.header-bar-inner a:visited ,
.header-bar-inner a ,
.quiqqer-menu-megaMenu-list-item-inner {
    text-transform: uppercase;
}

.quiqqer-menu-megaMenu .quiqqer-bricks-languageswitch-dropdown {
    display: flex;
    color: inherit;
    margin-right: 3.5rem !important;
    margin-left: 1rem;
}


@media screen and (max-width: 880px) {
    .quiqqer-menu-megaMenu .quiqqer-bricks-languageswitch-dropdown {
        margin-right: 2rem !important;
    }

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

@media screen and (max-width: 767px) {
    .quiqqer-menu-megaMenu .quiqqer-bricks-languageswitch-dropdown {
        margin-left: auto;
        display: flex !important;
        margin-right: 10px!important;
    }
    .quiqqer-bricks-languageswitch-dropdown .quiqqer-control-languageswitch-dropdown {
        align-items: center;
        display: flex;
        padding: 0;
    }

    .quiqqer-menu-megaMenu .hide-on-desktop {
        display: flex !important;
    }
    .hide-on-desktop .quiqqer-menu-megaMenu-mobile {
        order: 2;
    }

    .header-bar-inner-logo img {
        height: auto;
        width: 220px !important;
    }

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

.quiqqer-bricks-languageswitch-dropdown.button .quiqqer-control-languageswitch-dropdown {
    z-index: 0;
}
.quiqqer-bricks-languageswitch-dropdown.button .quiqqer-control-languageswitch-dropdown-dd {
    background: #e4e6e7;
    font-size: 0.875rem;
}



.quiqqer-menu-megaMenu-list ,
span.quiqqer-menu-megaMenu-children-simple-entry-title,
span.quiqqer-control-languageswitch-dropdown-text {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
}

@media screen and (max-width: 820px) {
    span.quiqqer-control-languageswitch-dropdown-text,
    .header-bar-inner a:visited, .header-bar-inner a, .quiqqer-menu-megaMenu-list-item-inner {
        font-size: 0.75rem;
    }

}
span.quiqqer-menu-megaMenu-children-simple-entry-title {
    color: #fff;
}

.hide-on-desktop .quiqqer-menu-megaMenu-mobile {
    color: #bdbdbd;
}

.header-bar-suggestSearch .fa {
    color: #838383;
}

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

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

.quiqqer-menu-megaMenu-list-item:hover {
    background: none;
}

.quiqqer-menu-megaMenu-list-item a:hover {
    color: #107cbd;
}

@media screen and (max-width: 998px) {
    .quiqqer-menu-megaMenu-list-item-inner {
        padding-left: 0;
    }
}

h2.tci-parts-titel-border:after {
    background: #107cbd;
    content: '';
    height: 5px;
    left: 50%;
    max-width: 100px;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    bottom: -0.5em;
}

.tci-parts-titel-border {
    font-weight: 600;
    margin-bottom: 4rem;
    position: relative;
}

@media screen and (min-width: 768px) {
    .tci-parts-titel-border {
        font-size: 40px;
    }
}

h1 {
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.tpl-presentation-row ,
.page-header {
    border-bottom: none;
}

.read-more:after {
    content: '\f101';
    font-family: 'FontAwesome';
    margin-left: 4px;
}

.newspaper {
    --newspaper-col: 1;
    --newspaper-gap: 1rem;

    -webkit-column-count: var(--newspaper-col);
    -moz-column-count: var(--newspaper-col);
    column-count: var(--newspaper-col);
    -webkit-column-gap: var(--newspaper-gap);
    -moz-column-gap: var(--newspaper-gap);
    column-gap: var(--newspaper-gap);
}

@media screen and (min-width: 768px) {
    .newspaper {
        --newspaper-col: 2;
        --newspaper-gap: 2rem;
    }
}

.brick-container__tci-parts-gallery {
    margin-bottom: 7rem;
}

.top-distance {
    margin-top: 6rem;
}

.tci-top-distance {
    margin-top: 4rem;
}
/*Unterseiten Menü */
.header-displayed .header-bar-position-scroll {
    background: #fff;
}

/**************/
/*landingpage*/
/*************/

.quiqqer-bricks-promoslider-wallpaper li:before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(16, 122, 188, 0.4), #0b2e44a3, #c8b72661);
}

/*Inhalt Baustein*/
.tci-parts-content {
    background-color: #fff;
    border-radius: 2rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 3rem;
    position: relative;
    top: -10rem;
    margin-bottom: -8rem;
    z-index: 1;
}

.tci-parts-content > .control-content > .welcomeTextHeader {
    max-width: 600px;
    margin: 0 auto 2rem;
    font-weight: normal;
}

/* hidden text */
#welcomeTextToggleBtn > .fa {
    transition: 0.25s ease;
}

#welcomeTextToggleBtn[data-state="open"] > .fa {
    transform: rotate(180deg);
}

#welcomeTextHidden-inner > p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .tci-parts-content {
        padding: 3rem 1rem 1rem 1rem;
    }
}

.tci-parts-content .control-content {
    padding-bottom: 0;
    max-width: 800px;
    margin-inline: auto;
}

.brick-container__tci-parts-content {
    padding-bottom: 0;
}

/*Advantages*/

.brick-container__tci-parts-advantages {
    background: var(--qui-footer-bg);
    background-image: url(/media/cache/tciparts/Background/tci-background.svg);
    background-size: 100% 60px;
    background-repeat: no-repeat;
    padding-top: 8rem;
    padding-bottom: 4rem;
    background-position: top center;
}

.tci-parts-advantages .control-content {
    padding-bottom: 1rem;
}

.tci-parts-advantages h2 {
    padding-top: 1rem;
}
.brick-container__tci-parts-advantages .quiqqer-boxContentAdvanced-entries {
    padding: 1.5rem;
}
.brick-container__tci-parts-advantages .quiqqer-boxContentAdvanced-entry-img .fa {
    font-size: 50px;
}

.brick-container__tci-parts-advantages .quiqqer-boxContentAdvanced-entries__standard .quiqqer-boxContentAdvanced-entry-img {
    margin-bottom: 0 ;
}

.brick-container__tci-parts-advantages .quiqqer-boxContentAdvanced-entry-title {
    font-weight: 500;
}

.brick-container__tci-parts-advantages .quiqqer-boxContentAdvanced-entries__standard header {
    padding-bottom: 1rem;
}

/********************/
/*Landingpage Product*/
/********************/

span.bold-title {
    font-weight: 600;
}

.page-1 .brick-container__tci-landingpage-product {
    background-image: url(/media/cache/tciparts/Background/background-grau.svg);
    background-size: 100% 60px;
    background-repeat: no-repeat;
    background-position: top center;
}


/*@media screen and (min-width: 768px) {
     .brick-container__tci-landingpage-product {
        padding-top: 5rem;
        padding-bottom: 4rem;
    }
}*/

.tci-landingpage-product h2 {
    margin-top: 5rem;
}

@media screen and (min-width: 768px) {
    .brick-container__product-subpage h2 {
        margin-top: 1rem;
    }
}

.tci-landingpage-product .control-content {
    padding-bottom: 1rem;
}
.image-effect img,
img.image-effect,
.tci-landingpage-product img ,
.landingpage-about-us-section img ,
.tci-parts-career img {
    border-top-left-radius: 2rem;
    border: 10px solid #fff;
    border-right: none;
    border-bottom: none;
    display: block;
    position: relative;
    z-index: 1;
    max-height: initial;
    /*object-position: 80%;*/
    object-fit: cover;
}

.tci-landingpage-product .quiqqer-textImage-box.quiqqer-textImage-image:nth-child(1) img {
    object-position: 90%;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .image-effect img {
        height: 200px;
    }
}

.image-effect picture ,
.landingpage-about-us-section picture{
    position: relative;
    display: block;
}

.landingpage-about-us-section .quiqqer-boxContentAdvanced-3:nth-child(2) img ,
.landingpage-about-us-section .quiqqer-boxContentAdvanced-3:nth-child(3) img  {
    border-top-left-radius: 0;
}

.landingpage-about-us-section .quiqqer-boxContentAdvanced-3:nth-child(3) img {
    border-top-right-radius: 2rem;
    border-bottom: none;
    border: 10px solid #fff;
}

.landingpage-about-us-section .quiqqer-boxContentAdvanced-3:nth-child(3) picture:before {
    left: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 2rem;
}

.landingpage-about-us-section .quiqqer-boxContentAdvanced-3:nth-child(2) picture:before {
    border-top-left-radius: 0;
    left: 0;
    width: 100%;
}

.image-effect picture:before {
    background: #107cbd;
    border-top-left-radius: 2rem;
    content: '';
    height: calc(100% + 10px);
    left: -10px;
    position: absolute;
    top: -10px;
    width: calc(100% + 10px);
    z-index: 1;
}


.image-effect .quiqqer-textImage-box.quiqqer-textImage-image:nth-child(2) img,
.timeline-entry:nth-child(2n+2) .timeline-entry-icon-wrapper img {
    border-top-right-radius: 2rem;
    border-top-left-radius: 0;
    border: 10px solid #fff;
    border-bottom: none;
}

.image-effect .quiqqer-textImage-box.quiqqer-textImage-image:nth-child(2) picture:before ,
.timeline-entry:nth-child(2n+2) .timeline-entry-icon-wrapper picture:before {
    border-top-right-radius: 2rem;
    border-top-left-radius: 0;
    content: '';
    height: calc(100% + 10px);
    left: 10px;
    position: absolute;
    top: -10px;
    width: 100%;
    z-index: 1;
}

ul.tci-product-list ,
ul.tci-list {
    padding-left: 0;
    list-style: none;
}

li.tci-product {
    list-style: none;
}

.title-effect {
    color: #107cbd;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.title-effect-number:before {
    content: attr(data-number);
    font-size: 140px;
    font-weight: 600;
    color: #107cbd;
    opacity: 0.07;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 0.9em;
    z-index: -1;
}

.title-effect-number__small:before {
    font-size: 90px;
}

/*Header*/
.tci-parts-header .quiqqer-bricks-promoslider-wallpaper2Content-left {
    color: #fff;
    width: 100%;
}

h1.tci-part-titel-big {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    h1.tci-part-titel-big {
        font-size: 100px;
    }
}

h1.tci-parts-titel {
    margin-top: 0;
}
.container-tci {
    max-width: 700px;
    margin-inline: auto;
    position: relative;
    z-index: 1;
}

.tci-parts-container {
    margin-top: 5rem;
}

.landingpage-about-us-section .grid-children {
    overflow: visible;
}

.landingpage-about-us-section .quiqqer-boxContentAdvanced-3 h4 ,
.brick-container__tci-about-us-box .quiqqer-boxContentAdvanced-entry-title {
    font-weight: 500;
}

.landingpage-about-us-section .control-content {
    padding-bottom: 0;
}

.landingpage-about-us-section .quiqqer-boxContentAdvanced-entry-img img {
    height: 100%;
    object-position: center;
    object-fit: fill;
    width: 100%;
}
.tci-service .quiqqer-boxContentAdvanced-entry-img img {
    height: 260px;
}

/*About us section */
.tci-about-us-box-en .quiqqer-boxContentAdvanced-entry-container:nth-child(2) .quiqqer-boxContentAdvanced-entry-img img {
    border-top-right-radius: 1rem;
    border-top-left-radius: 0;
    border: 10px solid #fff;
    border-bottom: none;
    background: #fff;
}

.tci-about-us-box-en .quiqqer-boxContentAdvanced-entry-container:nth-child(2) .quiqqer-boxContentAdvanced-entry-img picture:before {
    border-top-right-radius: 2rem;
    border-top-left-radius: 0;
    border: 10px solid #fff;
    border-bottom: none;
    top: -21px;
    bottom: 0;
    width: calc(100% + 10px);
}

.landingpage-about-us-section .quiqqer-boxContentAdvanced-entries__standard .quiqqer-boxContentAdvanced-entry-img picture {
    height: 100%;
}

/*.landingpage-about-us-section .quiqqer-boxContentAdvanced-entry-container:nth-child(2) .quiqqer-boxContentAdvanced-entry-img img {
    background: #fff;
}*/

@media screen and (max-width: 767px) {
    .landingpage-about-us-section .quiqqer-boxContentAdvanced-entry-container:nth-child(3) .quiqqer-boxContentAdvanced-entry-img img {
        width: 80%;
    }

    .landingpage-about-us-section .quiqqer-boxContentAdvanced-entry-container:nth-child(3) .quiqqer-boxContentAdvanced-entry-img picture:before {
        width: calc(80% + 10px);
    }
}

@media screen and (max-width: 569px) {
    .landingpage-about-us-section .quiqqer-boxContentAdvanced-entry-container:nth-child(3) .quiqqer-boxContentAdvanced-entry-img img {
        width: 100%;
    }

    .landingpage-about-us-section .quiqqer-boxContentAdvanced-entry-container:nth-child(3) .quiqqer-boxContentAdvanced-entry-img picture:before {
        width: calc(100% + 10px);
    }
}

.landingpage-about-us-section .narrow-content {
    margin-bottom: 3rem;
}

h2.product-titel.title-effect.title-effect-number a:hover {
    color: #08456a;
}

/*Subpages Gallery*/

.brick-container__tci-parts-gallery-background .grid-container {
    padding-top: 4rem;
}

.brick-container__tci-parts-gallery-background {
    position: relative;
}

.brick-container__tci-parts-gallery-background:before {
    background-image: url(/media/cache/tciparts/Background/tci-background.svg);
    background-size: 100% 50px;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    top: -1px;
    width: 100%;
}
.brick-container__tci-parts-gallery-background:after {
    background-image: url(/media/cache/tciparts/Background/background-grau.svg);
    background-size: 100% 50px;
    background-position: bottom center;
    background-repeat: no-repeat;
    top: 0;
    content: '';
    position: absolute;
    bottom: -3rem;
    width: 100%;
}

/*************/
/*PRODUCT PKW*/
/*************/
@media screen and (max-width: 767px) {
    .galleryGridTemplate-5perRow.galleryGridTemplate-4perRow.quiqqer-control-gallery-gridAdvanced-list,
    .galleryGridTemplate-4perRow.galleryGridTemplate-4perRow.quiqqer-control-gallery-gridAdvanced-list  {
        grid-template-columns: repeat(2, 1fr) !important; ;
        grid-auto-rows: auto !important;
    }
}

/*Getriebe*/
.product-electrics {
    max-width: 900px;
    margin-inline: auto;
}

.page-13 .page-header ,
.page-75 .page-header {
    background-position: center 70%;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-subpage-section .quiqqer-textImage-box:first-child {
    padding-right: 5rem;
}

.product-pkw-header .control-content {
    padding-bottom: 0;
}

.product-pkw-header {
    padding-top: 1rem;
}

.product-pkw li {
list-style: none;
}

.product-pkw li p {
border-bottom: 1px solid #c8d0d4;
text-align: center;
}

.brick-container__product-galerie {
    padding-top: 4rem;
    padding-bottom: 5rem;
}

.tci-product-pkw-header .quiqqer-bricks-promoslider-wallpaper-image {
    background-position: bottom;
}

/*Getriebe Text in Box */
.tci-parts-content-in-box h4.title-effect-number__small {
    margin-top: 2rem;
}

/*Getriebe Text neben Bild */
.product-subpage-section .quiqqer-textImageMultiple .quiqqer-textImage {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.product-subpage-section .control-content ,
.product-engine-system .control-content {
    padding-bottom: 0;
}

/*Wir bieten section */

.brick-container__tci-parts-product {
    margin-bottom: 4rem;
}

.tci-parts-product {
    background: #f5f5f5;
    border-radius: 2rem;
    border: 1px solid #eee;
    padding: 3rem;
}

h4.small-title {
    font-weight: 500;
    max-width: 800px;
    margin-inline: auto;
    margin-bottom: 2rem;
}

.tci-parts-product .control-content {
    padding-bottom: 0;
}

/*Getriebe*/
.brick-container__grey-background {
    background: #eee;
}

.brick-container__tci-parts-product-pkw {
    margin-top: 5rem;
}

/*Kraftstoffversorgung*/

.product-container-list ul,
li.product-list {
    list-style: none;
    padding-left: 0;
}

ul.text-container {
    padding-right: 5rem;
}
.product-list-ul ul {
    list-style: none;
    padding-left: 0;
}

.product-container-list {
    display: flex;
}

/* ELEKTRIK */
.brick-container__product-pkw-electrics {
    padding-top: 6rem;
    padding-bottom: 5rem;
}

/*****************/
/*Nutzfahrzeuge*/
/****************/
.brick-container__product-commercial-cars {
    padding-top: 7rem;
}

@media screen and (max-width: 767px) {
    .product-pkw-section .quiqqer-textImage-image {
        margin-bottom: 5rem !important;
    }
}

/***************/
/*Baumaschinen*/
/**************/

.brick-container__product-heavy-equipment {
    padding-top: 8rem;
}

.brick-container__product-gallery {
    margin-bottom: 5rem;
}

/*Kontakt Banner */
@media screen and (max-width: 767px) {
    .brick-container__tci-parts-contact-section {
        text-align: center !important;
    }
}

.brick-container__tci-parts-contact-section {
    max-width: 750px;
    margin-inline: auto;
    background: #eee;
    padding: 3rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.container-contact {
    width: 60%;
}

@media screen and (max-width: 768px) {
    .brick-container__tci-parts-contact-section {
        padding: 1rem;
    }
    .container-contact {
        width: 100%;
    }
}
    @media screen and (min-width: 768px) {
    .tci-contact-contanier {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.tci-parts-contact-section .control-content {
    padding-bottom: 0;
}

/***********/
/* SERVICE */
/***********/
.tci-parts-service .quiqqer-boxContentAdvanced-entry-img img {
    width: 100%;
}

.tci-parts-service .quiqqer-boxContentAdvanced-entry-container:nth-child(3) .quiqqer-boxContentAdvanced-entry-img img {
    background: #fff;
    object-fit: contain;
}

@media screen and (min-width: 768px) {
    .tci-parts-services {
        display: flex;
        justify-content: space-between;
        padding: 2rem;
    }
}

.brick-container__service-logistics {
    background: #eee;
    max-width: 950px;
    margin-inline: auto;
    margin-bottom: 5rem;
    padding: 3rem 2rem 1rem 2rem;
}

@media screen and (max-width: 767px) {
    .brick-container__service-logistics {
        padding: 1rem;
    }
}

/*QUALITÄT*/
.service-container {
    align-items: end;
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin-top: 4rem;
}

/**********/
/*ÜBER UNS*/
/**********/
/*KARRIERE*/
.brick-container__tci-parts-career {
    margin-top: 2rem;
}

.tci-parts-career .quiqqer-textImage-box:last-child {
    padding-left: 3rem;
}

ul.small-text {
    max-width: 950px;
    padding-bottom: 2rem;
}

/*Geschichte*/

body .timeline-entry {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    body .timeline-entry-desc {
        margin-bottom: 5rem;
    }
}

body .timeline-entry:nth-child(5n+1) .timeline-entry-line-caption:after,
body .timeline-entry:nth-child(5n+2) .timeline-entry-line-caption:after,
body .timeline-entry:nth-child(5n+3) .timeline-entry-line-caption:after,
body .timeline-entry:nth-child(5n+4) .timeline-entry-line-caption:after,
body .timeline-entry:nth-child(5n+5) .timeline-entry-line-caption:after {
    border-color: #107cbd ;
}

.tci-parts-story .control-content {
    padding-bottom: 0;
}

.tci-parts-story .tci-parts-titel-border {
    margin-bottom: 2rem;
}

.timeline-entry-desc header h2 {
    font-weight: 500;
}

.brick-container__tci-parts-story {
    padding-bottom: 0;
}

.type-quiqqer-timeline-types-timeline .timeline-entry-icon-wrapper img {
    width: auto ;
    height: 300px;
    object-fit: cover;
    object-position: center;
    max-height: initial;
}

.type-quiqqer-timeline-types-timeline .timeline-entry-icon-wrapper {
    border: none;
    display: block;
    height: initial;
    width: initial;
    padding: 0;
    max-width: 310px;
    margin-bottom: 5rem;
}

.type-quiqqer-timeline-types-timeline .timeline-entry-icon-wrapper:after {
    display: none;
}

/**********/
/*Kontakt*/
/*********/
.qui-formfield-body {
    padding: 0 !important;
}

.qui-form legend {
    background: none !important;
}

.first-and-last-name .qui-formfield-body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.first-and-last-name .qui-formfield-body label {
    width: 48%;
    display: flex;
    flex-direction: column-reverse;
}

.tci-parts-contact legend, .tci-parts-contact .qui-form legend {
    font-size: 16px;
    font-weight: 300;
}

.first-and-last-name .form-name-input {
    padding-right: 0;
}

.tci-parts-contact-concent a {
    color: inherit;
    font-weight: 200;
}

.tci-parts-contact-concent a:hover {
    color: #107cbd;
}
.tci-parts-contact-concent p:not(:first-child) {
    margin-top: 0;
}

.tci-parts-contact-concent p {
    margin-bottom: 0.2rem;
}

p.tci-phone {
    padding-top: 1rem;
}

@media screen and (min-width: 768px) {
    .tci-parts-contact-concent {
        margin-top: 11rem;
    }
    .tci-parts-contact section.content-body {
        padding-top: 6rem;
        padding-bottom: 0;
    }
}

/*Datenschutz*/

a.legal-notice {
    color: #333;
    font-weight: 200;
}

.type-quiqqer-sitetypes-types-privacypolicy a:hover {
    color: #107cbd;
}

/*Imprint*/
span.title-bold {
    font-weight: 500;
}

/**FOOTER**/

body .page-footer {
    background-image: url(/media/cache/tciparts/Background/tci-background.svg);
    background-position: top center;
    background-repeat: repeat no-repeat;
    background-size: 100% 60px;
    padding-top: 8rem;
    font-size: var(--qui-fs-sm);
    position: relative;
    overflow: hidden;
}

.page-footer h4 {
    color: #8ebad4 !important;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 1rem;
    position: relative;
}

.page-footer ul li {
    line-height: 1.5;
}

footer.page-footer.clear-fix:before {
    content: '';
    height: 500px;
    position: absolute;
    width: 120%;
    bottom: -200px;
    left: -10%;
    background: #fafafa;
    opacity: 0.2;
    transform: rotate(140deg);
}

.page-footer-copyright {
    border-top: none;
    position: relative;
    text-align: center;
    z-index: 1;
}

.page-footer-copyright-left {
    width: 100%;
}

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

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

.page-footer a:not(.button, button):hover {
    text-decoration: none;
}

.footer-container {
    margin-left: 1rem;
}

.page-footer-copyright-left .quiqqer-bricks-languageswitch-flag {
    margin: 0 auto;
    display: flex;
    float: none;
    text-transform: uppercase;
    font-weight: normal;
}

.page-footer-copyright-left .quiqqer-bricks-languageswitch-flag-entry.active:not(:hover) {
    opacity: 0.5;
}

.page-footer-copyright-left {
    width: 100% !important;
}

/*********/
/*Suche*/
/*********/

.type-quiqqer-sitetypes-types-search .qui-control-childrenlist-default-entry-image {
    background: #f5f5f5;
    display: grid;
    place-content: center;
    min-height: 200px;
}

/**********/
/*ENGLISCH*/

.tci-about-us-box .quiqqer-boxContentAdvanced-entry {
    margin: 3rem;
}

@media screen and (max-width: 767px) {
    .tci-about-us-box .quiqqer-boxContentAdvanced-entry {
        margin: 2rem;
    }
}

