/* Basics */
body {
    background-color: #fff;
}

.wrapper-light {
    background-color: var(--heptacom-light);
    position: relative;
}

.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content {
    height: 100%;
}

/* Colors */
:root {
    --heptacom-primary: #2a3138;
    --heptacom-secondary: #0070c9;
    --heptacom-accent: #e7af00;
    --heptacom-light: #f7f7f7;
    --heptacom-grey: #D0D0D0;

    font-size: 18px;
}

.primary {
    background-color: var(--heptacom-primary)!important;
}

.secondary {
    background-color: var(--heptacom-secondary)!important;
}

.accent {
    background-color: var(--heptacom-accent)!important;
}

.light {
    background-color: var(--heptacom-light)!important;
}

/* Buttons */
.bubble {
    position: absolute;
    top: -1rem;
    z-index: 1;
}

.bubble-2 {
    position: absolute;
    top: -1.75rem;
}

.pill {
    width: fit-content;
    max-width: 290px;
    border-radius: 50rem;
    position: relative;
}

    .pill p {
        color: #fff;
        padding: 0.33rem 1rem;
        text-align: left;
        line-height: 1.2rem;
        margin-bottom: 0;
    }

    @media (min-width: 768px) {
        .bubble-2 {
            top: -1rem;
        }

        .pill {
            max-width: 100%;
        }

        .pill p {
            padding: 0.33rem 1.33rem;
        }

    }
.btn-outline-light a {
    color: #fff;
}

    .btn-outline-light a:hover {
        color: var(--heptacom-primary)!important;
    }

.btn-primary {
    background-color: var(--heptacom-primary);
    border-color: var(--heptacom-primary);
}

.btn-outline-primary {
    border-color: var(--heptacom-primary);
    color: var(--heptacom-primary);
}

    .btn-outline-primary:hover {
        border-color: var(--heptacom-secondary);
        color: #fff;
    }

.btn.btn-arrow,
.btn-arrow-white {
    padding: 0;
}

    .btn-arrow:after,
    .btn-arrow-white:after {
        content: '';
        background-image: url("../../../img/icons/arrow-right-primary.svg");
        background-repeat: no-repeat;
        display: inline-block;
        width: 16px;
        height: 13px;
        margin-left: 10px;
    }

    .btn-arrow-white:after {
        content: '';
        background-image: url("../../../img/icons/arrow-right-white.svg");
    }

    .btn-arrow a:hover {
        font-weight: bold;
        color: var(--heptacom-primary)!important;
    }

    .btn-arrow-white a:hover {
        font-weight: bold;
    }

/* Card style */

.card-min-height {
    min-height: 91%;
}

.card-top-icon .content {
    max-height: 82%;
}


/* List style */

hr {
    margin: 0;
}

ul.checked,
ul.contact,
ul.arrow,
ul.checked-secondary,
ul.arrow-secondary {
    list-style: none;
    margin-bottom: 0;
}

ul.checked-secondary li,
ul.checked li,
ul.arrow li,
ul.arrow-secondary li{
    padding-bottom: 12px;
    color: var(--heptacom-primary);
}

ul.checked li:before {
    content: '';
    background-image: url("../../../img/icons/check-regular-accent.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 22px;
    height: 15px;
    margin-right: 10px;
    margin-left: -33px;
}

ul.contact li {
    display: flex;
    align-items: center;
}

ul.contact li:before {
    content: '';
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
    margin-left: -33px;
}

@media (min-width: 768px) and (max-width: 991px) {
    ul.contact {
        padding-left: 0;
    }

    ul.contact li:before {
        display: none;
    }
}

    ul.contact li#phone:before {
        background-image: url("../../../img/icons/icon-phone-primary.svg");
        width: 18px;
        height: 18px;
    }

    ul.contact li#mail:before {
        background-image: url("../../../img/icons/icon-mail-primary.svg");
        width: 18px;
        height: 14px;
    }

    ul.contact li#web:before {
        background-image: url("../../../img/icons/icon-globe-primary.svg");
        width: 17px;
        height: 17px;
    }

.contact a {
    text-decoration: none;
    font-weight: 300;
    color: var(--heptacom-primary);
}

ul.checked-secondary li:before {
    content: '';
    background-image: url("../../../img/icons/check-regular-secondary.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 23px;
    height: 16px;
    margin-right: 10px;
    margin-left: -33px;
}
ul.arrow li:before,
ul.arrow-secondary li:before {
    content: '';
    background-repeat: no-repeat;
    display: inline-block;
    width: 22px;
    height: 15px;
    margin-right: 10px;
    margin-left: -33px;
}

    ul.arrow li:before {
        background-image: url("../../../img/icons/arrow-right-accent.svg");
    }

    ul.arrow-secondary li:before {
        background-image: url("../../../img/icons/arrow-right-secondary.svg");
    }

/* Contact Flyin */
.fixed-contact.telefon {
    position: fixed;
    background-color: var(--heptacom-secondary);
    top: 20%;
    right: 0;
    width: 55px;
    height: 55px;
    z-index: 1029;
    cursor: pointer;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.telefon-wrapper {
    padding: 0.5rem;
}

.contact-img-wrapper {
    width: 25px;
    margin: 3px auto;
}

.contact-popup-icon {
    float: left;
}

svg.contact-popup-icon {
    width: 40px;
    margin-right: 1rem;
}

.modal-content .contact-flyin-headline {
    font-family: 'jaf-domus-titling-web', sans-serif;
    color: #fff;
    font-size: 2.5rem;
    line-height: 2.6rem;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/* Modal Content */
.modal-content {
    margin: auto;
    height: auto;
    min-height: 450px;
    max-width: 700px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000000; /* Sit on top */
    padding-top: 40px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* The Close Button */
.close {
    float: right;
    right: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 0.8;
    display: block;
    width: 40px;
    position: absolute;
}

.close:hover,
.close:focus {
    box-shadow: 0 0rem 1rem rgb(0 0 0 / 6%) !important;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

/* Shadow */


@media (max-width: 1024px) {
    .shadow-soft {
        box-shadow: 0 0rem 1rem rgb(0 0 0 / 6%) !important;
    }
}


/* Client-Slider */

@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.carousel-control-prev-icon {
    background-image: url(/../../../resources/svg/arrow-left-blue.svg);
}

.carousel-control-next-icon {
    background-image: url(/../../../resources/svg/arrow-right-blue.svg);

}

.carousel-control-prev, .carousel-control-next {
    opacity: 100%;
    width: 25px;
}

.clientslider-buttons {
    width: 5em;
}

/* display 3 */

.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
    transform: translateX(100%);
}

.carousel-inner .carousel-item-left.active,
.carousel-inner .carousel-item-prev {
    transform: translateX(-100%);
}

@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

@media (min-width: 990px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}



.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{
    transform: translateX(0);
}