@charset "utf-8";

/* Standard-Elemente */

:root {
    --main-white-color: white;
    --main-lightgrey-color: #f2f2f2;
    --main-black-color: black;
    --main-color: #d8000b;
    --main-second-color: #ccc;
    --main-font: highgate, sans-serif;
    --main-font-fontawesome: FontAwesome6Pro;
    --main-font-buttonFont: "highgate", "FontAwesome6Pro";
    --main-font-fa: "highgate", "FontAwesome6Pro";
    --fa-font: "FontAwesome6Pro";
    --fa-font-brands: normal 800 1em/1 "FontAwesome6Pro";
    --fa-font-thin: normal 100 1em/1 "FontAwesome6Pro";
    --fa-font-light: normal 300 1em/1 "FontAwesome6Pro";
    --fa-font-solid: normal 900 1em/1 "FontAwesome6Pro";
    --font-weight-bold: 700;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}


/* Reset HTML5 Search Input in Webkit */

select,
input[type=submit],
input[type=text],
input[type=email],
input[type=password],
input[type=search] {
    font-family: var(--main-font-fa)!important;
    font-weight: 300;
    font-size: inherit;
    cursor: pointer;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}

select {
    background-image: url('/img/caret-down.svg');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%;
    background-size: .65em auto;
    cursor: pointer;
    font-family: aktiv-grotesk-condensed, calibri!important;
}

textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

button {
    background: none;
    outline: none;
    cursor: pointer;
}

ul {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

body {
    font-size: 100%;
    font-weight: 300;
    color: #000;
    font-family: var(--main-font);
    letter-spacing: 0.02em;
    cursor: auto;
}

body,
html {
    cursor: default;
}

::-webkit-scrollbar {
    width: 5px;
    margin-left: 0.5rem;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: white;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: var(--main-second-color);
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* HEADER
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.page-header nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.page-header ul {
    display: flex;
    justify-content: flex-end;
    order: 1;
    width: 100%;
}


/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.page-footer {
    display: flex;
    flex-direction: column-reverse;
    background: var(--main-second-color);
    color: #eee;
}

.page-footer ul {
    margin-bottom: 1rem;
    padding: 0;
    font-size: unset;
}

.page-footer ul li {
    padding: 0;
    border: none;
    margin-bottom: 0.25rem;
}


/* MQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* ANIMATIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.wrapper {
    overflow: hidden;
}

#shopLink1 {
    position: fixed;
    background: var(--main-color);
    font-size: 0.7rem;
    font-weight: 400;
    border-radius: 50%;
    left: 310px;
    color: white;
    width: 100px;
    height: 100px;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 11px;
    line-height: 1.2;
    padding: 0;
}

#shopLink1:before {
    content: '\f711';
    font-family: var(--main-font-fa);
    font-weight: 100;
    font-size: 1.8rem;
    line-height: 1;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 0px;
}

.page-header nav>*,
.page-theme,
.page-main,
.page-footer>* {
    opacity: 0;
}

.page-header nav>* {
    transform: translateY(-30px);
}

.page-header #navigationTop {
    opacity: 0;
}

.page-footer>* {
    transform: translateY(30px);
}

.page-header {
    position: relative;
    /*order: 1;*/
    z-index: 1;
}

.page-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--main-blue-color);
    z-index: 99999;
    transform: scaleX(0);
}

.page-theme .text-wrapper+.text-wrapper {
    margin-top: 10px;
}

.page-theme .text-wrapper * {
    transform: translateY(120%);
}

.page-theme .p-wrapper * {
    transform: translateY(-120%);
}

.loaded .page-header::after {
    animation: scaleIn 1.3s ease-in 0.2s forwards;
}

.loaded .page-theme {
    animation: fadeIn 1s ease-in 0.7s forwards;
}

.loaded .page-main {
    animation: fadeIn 1s ease-in 0.7s forwards;
}

.loaded .page-header nav>*,
.loaded .page-header #navigationTop,
.loaded .page-footer>* {
    animation: fadeIn 1s ease-in 0.7s forwards, slideIn 0.8s ease-in 0.9s forwards;
}

.loaded .page-theme .text-wrapper * {
    animation: slideIn 0.6s cubic-bezier(0.54, 0.46, 0.54, 0.94) 2s forwards;
}

.content a[href*="mailto:"]:before {
    content: '\f0e0\00A0\00A0';
    font: var(--fa-font-light);
}

.content a[href*="tel:"]:before,
.content a[href*="Tel:"]:before {
    content: '\f095\00A0\00A0';
    font: var(--fa-font-light);
}

.content a[href$=".pdf"]:before,
.content a[href$=".PDF"]:before,
.download a[href$=".pdf"]:before,
.download a[href$=".PDF"]:before {
    content: '\f1c1\00A0';
    font: var(--fa-font-light);
}

.content a[href$=".xlsx"]:before,
.content a[href$=".xls"]:before,
.content a[href$=".csv"]:before,
.content a[href$=".xlsm"]:before,
.content a[href$=".xltx"]:before,
.content a[href$=".xltm"]:before,
.download a[href$=".xlsx"]:before,
.download a[href$=".xls"]:before,
.download a[href$=".csv"]:before,
.download a[href$=".xlsm"]:before,
.download a[href$=".xltx"]:before,
.download a[href$=".xltm"]:before {
    content: '\f1c3\00A0\00A0';
    font: var(--fa-font-light);
}

.content a[href$=".docx"]:before,
.content a[href$=".doc"]:before,
.content a[href$=".dot"]:before,
.content a[href$=".docm"]:before,
.content a[href$=".dotx"]:before,
.content a[href$=".dotm"]:before,
.download a[href$=".docx"]:before,
.download a[href$=".doc"]:before,
.download a[href$=".dot"]:before,
.download a[href$=".docm"]:before,
.download a[href$=".dotx"]:before,
.download a[href$=".dotm"]:before {
    content: '\f1c2\00A0\00A0';
    font: var(--fa-font-light);
}

strong,
b,
.strong,
h4 {
    font-weight: 700;
}

hr {
    border: none;
    background-color: var(--main-color);
    color: var(--main-color);
    height: 1px;
}

img {
    border: none;
}

.clear {
    clear: both;
    height: 0px;
    width: 0px;
}

select {
    border: none;
    -moz-padding-start: calc(10px - 3px);
    font-family: var(--main-font);
    letter-spacing: 0.02em;
    padding-left: 10px;
    outline: none;
    position: relative;
    -webkit-appearance: none;
}

.fontawesome {
    font-family: var(--fa-font);
}

.image img {
    width: 100%;
    display: block;
    margin: 0;
}


/* Platzhalter Form-Elemente */

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: inherit;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: inherit;
}


/* Apple Pay Button */

#applePayButton {
    background: black;
    color: white;
    border: none;
    font-size: 1.2rem;
    padding: 10px;
    width: 100%;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

#applePayButton img {
    margin-right: 0.5rem;
}


/* Button zurück nach oben */

#buttonTop {
    text-align: center;
    position: fixed;
    display: none;
    right: 0px;
    bottom: 80px;
    padding: 10px 13px;
    color: white;
    background: var(--main-color);
    z-index: 999;
}

#buttonTop:before {
    font: var(--fa-font-light);
    content: '\f077';
    font-size: 160%;
}


/* Top */

#containerCompany {
    width: 100%;
    border-bottom: 1px solid #000;
}

.layerCompany {
    max-width: 1700px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 100px;
}

.containerSocialMedia {
    font: var(--fa-font-light);
}

.containerSocialMedia .icon {
    font: var(--fa-font-brands);
    color: var(--main-black-color);
}

#containerTop {
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 1.5rem 100px 20px 100px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

#layerTop {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-end;
}

#layerLogo {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
}

.logo {
    width: 250px;
    margin: 0;
    text-align: center;
    background: white;
}

#buttonClose {
    font: var(--fa-font-light);
    float: right;
    z-index: 1;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 5px;
}


/* Navigation */

#layerNavigationTop {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding-bottom: 1rem;
}

#layerNavigation {
    width: 100%;
    text-align: right;
}

#layerMainLeft ul,
#naviRoot li {
    list-style: none;
}

#layerSearch {
    width: 725px;
    max-width: 90%;
}


/* Singlepage (Startseite) */

.singlepage-item {
    padding: 40px 100px;
    overflow: hidden;
}

.singlepage-item:last-child {
    padding-bottom: 50px;
}

.singlepage-item-inner {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.singlepage-content {
    margin: 0 -2.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 105%;
}


/* Main */


/* Breadcrumb */

#layerBreadcrumb {
    margin: 0 auto;
    padding: 0 0 20px 0;
    width: 100%;
    display: none;
}

.breadcrumbs {
    font-size: 85%;
    color: #999 !important;
    margin: 10px 0 10px 0;
}

#layerMain {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2rem;
}

#layerMainContent {
    margin: 0 -2.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 105%;
}

#containerMain {
    padding: 0 100px 25px 100px;
    margin-bottom: 50px;
    min-height: 650px;
}

#layerMainContent table {
    width: 100% !important;
}

#containerSinglepage {
    margin-top: 0;
}


/* Footer */

#containerFooter {
    color: black;
    background: #f8f9fa;
    padding-top: 6px;
}

#containerFooter strong,
#containerFooter b {
    font-weight: 700;
}

#layerFooter {
    margin: 0 auto;
    padding: 40px 100px;
    letter-spacing: 1px;
}

#layerFooter #content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -2.5%;
}

#layerFooter .layerSocialMedia {
    font: var(--fa-font-light);
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 15px;
    width: 100%;
}

#layerFooter .main-menu ul {
    list-style-type: none;
    margin-top: 0.25rem;
}

#layerFooter .main-menu ul li {
    transition: transform .5s;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
}

#layerFooter .main-menu ul li a {
    display: inline-block;
    font-size: 1rem;
    line-height: unset;
    padding: 0;
}

#layerFooter .main-menu ul li:hover {
    border: none;
}

#layerFooter a:hover {
    opacity: 0.5;
    transition: all 0.5s ease-out;
    border: none!important;
}

#layerFooter .main-menu .list-level-one {
    display: block;
}

#layerFooter .main-menu .naviIcon {
    width: 25px;
}

#layerFooter .content-item.box .head {
    padding: 0;
}

#layerFooter .textsmall {
    font-size: 0.85rem;
}

#layerFooter .head .title {
    font-weight: 700;
    font-size: unset;
    text-transform: unset;
    margin: 0 0 10px 0;
    font-family: var(--main-font);
    letter-spacing: 1px;
}

#layerFooter .head .subtitle {
    font-size: unset;
    font-weight: 600;
    padding-bottom: 0.8rem;
}

#layerFooter .content table {
    font-size: 96%;
}

#layerFooter .content p {
    padding-bottom: 0.8rem;
}

#layerFooter .content p:last-child {
    padding-bottom: 0;
}

#layerFooter .content a {
    font-weight: 300;
}

#layerFooter .impressumLink {
    display: block;
    margin-bottom: 0.25rem;
}

#layerFooter .containerSocialMedia {
    display: flex;
    font-size: 1.75rem;
    float: left;
    margin-top: -2rem!important;
    margin-bottom: 0!important;
}

#layerFooter .containerSocialMedia a {
    padding-right: 1rem;
}

#layerFooter .payment {
    float: right;
    max-width: 400px;
    width: 100%;
}

#layerFooterImprint {
    width: 100%;
    padding-top: 1rem;
    border-top: 1px solid #999;
}


/* SYSTEMMELDUNGEN ERROR/SUCCESS */

.error {
    background-color: darkorange;
    color: #FFFFFF;
    font-size: 90%;
    padding: 8px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.error:before {
    content: '\f071';
    font: var(--fa-font-light);
    display: inline-block;
    margin-right: 10px;
}

.error .button {
    margin-top: 1rem;
    background: white !important;
    color: var(--main-color) !important;
}

.success {
    background-color: #008b00;
    color: #FFFFFF;
    font-size: 1.2rem;
    padding: 10px 15px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
}

.success:before {
    content: '\f00c';
    font: var(--fa-font-light);
    display: inline-block;
    margin-right: 10px;
}

.validateMessage {
    background-color: var(--main-color);
    color: #FFFFFF;
    padding: 1rem 1rem 1rem 4rem;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.validateMessage:before {
    content: '\f071';
    font: var(--fa-font-thin);
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    font-size: 1.8rem;
    left: 1rem;
    top: 0.5rem;
}

.validateMessage .head .title {
    color: white;
    font-size: 1.2rem;
}

.validateMessage .content {
    columns: 1;
}


/* Content Layer */

#containerContentLayer {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    display: none;
    width: 92%;
    max-width: 600px;
}

#layerContentLayer {
    position: relative;
}

.contentLayerClose {
    height: 27px;
    width: 27px;
    display: block;
    background-image: url(../../../../img/lb/close.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 14px;
    top: 14px;
}

#layerContentLayerHead {
    padding: 25px 0;
    text-align: center;
}

#layerContentLayerHead img {
    max-width: 85%;
    height: auto;
    width: 200px;
}

#layerContentLayerBody {
    text-align: left;
}

.areaContentLayerText {
    padding-top: 90%;
    position: relative;
    height: 400px;
    -webkit-transition: height 1s;
    -o-transition: height 1s;
    -moz-transition: height 1s;
    transition: height 1s;
}

#containerContentLayer iframe {
    min-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: none;
}

body.iframe {
    margin: 0 20px;
    padding: 0;
}

body.iframe * {
    word-wrap: break-word;
}

.areaContentLayerText li {
    margin-left: 15px;
    margin-bottom: 5px;
}

#layerContentLayerFooter {
    height: 30px;
}

#areaContentLayerTextFooter {
    height: 40px;
    line-height: 1.2;
    text-align: right;
    padding-left: 25px;
    padding-right: 7px;
    text-decoration: none;
    border-top: 1px solid #CCC;
}

.contentLayerLink {
    color: #CCC;
    text-decoration: none;
    font-size: 10pt;
}

.contentLayerLink .x {
    font-size: 19pt;
    margin-left: 4px;
}

.contentLayerLink:hover,
.contentLayerLink:focus,
.contentLayerLink:active {
    color: #CCC;
}

.buttonClose {
    font-family: var(--fa-font);
    font-size: 2rem;
    color: white;
    cursor: pointer;
    background: black;
    padding: 5px 20px;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 99;
}

.buttonClose:hover {
    opacity: 0.5;
    transition: all 0.5s ease-in;
}

#loading-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

@media only screen and (max-width: 1300px) {
    #layerNavigation {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    #containerTop {
        padding: 2rem 40px 0 40px;
    }
    #containerMain {
        padding: 0 40px 25px 40px;
    }
    #layerFooter {
        padding: 40px;
    }
    .singlepage-item {
        padding: 40px;
    }
}

@media only screen and (max-width: 1050px) {
    #layerNavigationTop .top-menu {
        display: none;
    }
    #layerSearch {
        width: 100%;
    }
}

@media only screen and (max-width: 1000px) {
    #layerFooter .containerSocialMedia {
        margin-top: 0rem!important;
    }
    #containerSinglepage {
        margin-top: 0;
    }
}

@media only screen and (max-width: 750px) {
    #containerTop {
        flex-wrap: wrap;
        justify-content: center;
    }
    .logo {
        width: 185px;
    }
    #layerTop {
        justify-content: center;
        width: 100%;
    }
    #layerNavigationTop {
        justify-content: center;
    }
    #layerSearch {
        max-width: unset;
    }
    #layerMain {
        margin-top: 1rem;
    }
    .buttonClose {
        font-family: var(--fa-font);
        font-size: 1rem;
        color: white;
        cursor: pointer;
        background: black;
        padding: 5px 15px;
        position: fixed;
        top: 50%;
        left: 0;
        z-index: 99;
    }
    #buttonTop {
        text-align: center;
        position: fixed;
        display: none;
        right: 40px;
        bottom: 0;
        padding: 10px 0;
        color: white;
        background: rgba(0, 0, 0, 0.8);
        z-index: 999;
        border: none;
        text-align: center;
        left: 0;
        right: 0;
    }
}

@media only screen and (max-width: 520px) {
    #layerFooter .formTemplate form .item {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 0rem;
    }
    #layerFooter .formTemplate form .label,
    #layerFooter .formTemplate form .value {
        width: 100%;
    }
    #layerFooter .formTemplate .action {
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 440px) {
    #layerSearch {
        display: none;
    }
}