@import url(custom-hp-5.2.2.css);

:root {
    --bs-body-font-size: 1.065rem;
    --bs-body-font-family: "Source Sans 3", Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

    /* switch link colors */
    /* green
    --bs-link-color: #769e3c;
    --bs-link-hover-color: #93c54b;
    */
    --bs-link-color: #337ab7;
    --bs-link-hover-color: #23527c;

    /* old: rgb(69, 149, 195); */
    --my-header-background-color: #005991;

    --my-bg-light-gray-color: rgb(248, 247, 245);
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 992px) {
    .center-lg {
        justify-content: center;
    }
}

@media (min-width: 1200px) {
    .mynavcontainer {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .mynavcontainer {
        max-width: 1320px;
    }
}

/* carlito-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Carlito';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/carlito-v3-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-3-v18-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-italic - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/source-sans-3-v18-latin-italic.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-200 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/source-sans-3-v18-latin-200.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-200italic - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: italic;
    font-weight: 200;
    src: url('../fonts/source-sans-3-v18-latin-200italic.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-300 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/source-sans-3-v18-latin-300.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-300italic - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/source-sans-3-v18-latin-300italic.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/source-sans-3-v18-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-600italic - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/source-sans-3-v18-latin-600italic.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-3-v18-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-700italic - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/source-sans-3-v18-latin-700italic.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-serif-4-300 - latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Serif 4';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/source-serif-4-v13-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* source-serif-4-regular - latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Serif 4';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-serif-4-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

/* source-serif-4-italic - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Serif 4';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/source-serif-4-v13-latin-italic.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/**************************************************************/
/* Adjust Bootstrap */
/**************************************************************/

h1,
.h1 {
    font-family: "Source Sans 3";
    font-size: calc(1.32825rem + 0.939vw);
    font-weight: 600;
}

h2,
.h2 {
    font-family: "Source Sans 3";
    font-size: calc(1.2876rem + 0.4512vw);
    margin-top: 28px;
    font-weight: 600;
}

h3,
.h3 {
    font-family: "Source Sans 3";
    font-size: calc(1.267275rem + 0.2073vw);
    margin-top: 24px;
    font-weight: 600;
}

h4,
.h4 {
    font-family: "Source Sans 3";
    font-size: 1.2195rem;
    font-weight: 600;
}

h5,
.h5 {
    font-family: "Source Sans 3";
    font-size: 1.01625rem;
    font-weight: 600;
}

h6,
.h6 {
    font-family: "Source Sans 3";
    font-size: 0.813rem;
}

.fs-5 {
    font-size: 0.938rem !important;
}

.fs-6 {
    font-size: 0.813rem !important;
}

.fs-7 {
    font-size: 0.719rem;
    font-weight: bold;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    text-decoration: underline;
}

.nav-link {
    font-size: 1.063rem;
    /* 17px*/
    font-weight: 600;
    color: rgb(51, 51, 51);
    --bs-nav-link-hover-color: #769E00;
}

.nav-link:hover {
    text-decoration: none;
}

input,
button,
select,
optgroup,
textarea {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-border-radius: 0.15rem !important;
    -moz-border-radius: 0.15rem !important;
    border-radius: 0.15rem !important;
    /* box-shadow: none !important; */
    box-shadow: inset 0 0 0 0px transparent;
}

button {
    outline: 0;
    font-size: 14px !important;
}

.btn {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    box-shadow: inset 0px 0px 0px 0px transparent !important;
    min-width: 120px;
}

.navbar {
    background-color: rgba(142, 140, 132, 0.1);
}

/** not in use so far **/
.accordion-button:not(.collapsed) {
    color: rgb(33, 37, 41);
    background-color: white;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button {
    padding: 20px 25px;
}

.accordion-item {
    border: none;
}

/**************************************************************/
/* START my styles */
/**************************************************************/

li {
    padding: 2px;
}

.mymarginedlist li {
    margin: 5px 0px;
}

.marketing p+h4,
p+h3 {
    margin-top: 28px;
}

.my-header {
    /* background-color: var(--my-header-background-color); */
    background: url("../../shared/images/blue-gradient.svg") center center / cover no-repeat;
    color: white;
}

.myheader-green-beam {
    margin-top: 1.5rem;
    padding-top: 3rem;
    background-image: url("../../shared/images/header-green-fresh-cyan-v8.png");
    background-repeat: no-repeat;
}

.myjumbotron-empty {
    margin-top: 1.5rem;
    padding: 3rem;
    background-color: transparent;
    border-radius: 20px;
    color: white;
}

.myjumbotron-green-beam {
    margin-top: 1.5rem;
    padding: 3rem;
    /* dark blue:
    color: white; 
    background: rgb(50, 93, 136);*/
    /* warm gray: 
    background-color: rgba(142, 140, 132, 0.1);
    */
    background-color: transparent;
    border-radius: 10px;
    background-image: url("../../shared/images/jumbo-green-fresh-cyan-v6.png");
    background-repeat: no-repeat;
    /* box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);*/
}

.myheader-green-beam-mobile {
    background-image: url("../../shared/images/header-green-fresh-cyan-moblie-v8.png");
}

.myjumbotron-green-beam-mobile {
    background-image: url("../../shared/images/jumbo-green-fresh-cyan-mobile-v6.png");
}

.myjumbotron-online-time-tracking {
    background-image: url("../../shared/images/jumbo-green-fresh-cyan-online-time-tracking.png");
}

.myjumbotron-online-time-tracking-mobile {
    background-image: url("../../shared/images/jumbo-green-fresh-cyan-mobil-online-time-tracking.png");
}

.myjumbotron-green-beam-cloud {
    background-image: url("../../shared/images/jumbo-green-cloud-v4.png");
}

.myjumbotron-green-beam-Aeskulapstab {
    background-image: url("../../shared/images/jumbo-green-mit-Aeskulapstab-v4.png");
}

.myjumbotron-architects {
    background-image: url("../../shared/images/jumbo-green-v6-architects.png");
}

.mysubline {
    font-weight: 300;
    font-size: 19px;
}

.myshadow-box {
    border-radius: 3px;
    box-shadow: 0 3px 7px rgb(0 0 0 / 10%);
}

.myborder-box {
    border-color: rgba(39, 40, 44, .2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.myrounded-box {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.my-box-list {
    margin-top: 12px;
    margin-bottom: 12px;
    list-style: none;
}

.my-box-list li {
    margin-top: 12px;
    font-weight: bold;
    font-size: 1.2rem;
}

.my-green-button {
    color: white;
    background-color: rgb(14, 166, 0);
    border-color: rgb(14, 166, 0);
    border-radius: 4px;
}

.my-green-button:hover,
my-green-button:active {
    color: white;
    background-color: #0fb200;
    border-color: #0fb200;
}

.radio-inline {
    margin: 5px 10px;
}

.testimonial-grey-box {
    /* background-color: rgba(142, 140, 132, 0.1); */
    /* font-weight: lighter; */
    padding: 1.0rem 1.0rem;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
}

.testimonial {
    font-size: 1.07rem;
    font-style: italic;
    margin-top: 14px;
    position: relative;
}

.testimonial-quote:before {
    position: absolute;
    /*z-index: -1;*/
    width: 150px;
    height: 150px;
    top: 5px;
    left: -5px;
    content: "";
    background-image: url("../../shared/images/quote-v2.svg");
    background-repeat: no-repeat;
}

.mybacklink {
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
}

.mybreadcrumb {
    color: #666666;
    font-size: 1.000rem;
    margin-top: 0.3rem;
    margin-bottom: 1.0rem;
}

/* my label */
.mylabel-keyword {
    /* old:
    background-color: #F7F7F9;
    border: 1px solid #E1E1E8;
    color: #333333;
    text-shadow: none;
    */

    /* mylabel-keyword */
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.813rem !important;
    font-weight: normal;
    line-height: 1;
    color: rgba(var(--bs-dark-rgb), 1.0) !important;
    background-color: rgba(var(--bs-secondary-rgb), 0.1) !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.375rem;
    font-family: var(--bs-font-monospace) !important;
}

.price-card {
    background-color: white;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.price-card:hover {
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, .1);
    /* transform:translate(0px, -0.5em); */
}

#faqs h2 {
    padding-top: 15px;
}

#index-links li {
    font-size: 16px;
    font-weight: bold;
}

/* Buttons
-------------------------------------------------- */

.mybtn-secondary {
    --bs-btn-bg: rgb(90, 90, 90);
    --bs-btn-border-color: rgb(90, 90, 90);
    --bs-btn-hover-bg: rgb(70, 70, 70);
    --bs-btn-hover-border-color: rgb(70, 70, 70);
}

.mybtn-success {
    --bs-btn-bg: rgb(39, 162, 9);
    --bs-btn-border-color: rgb(39, 162, 9);
    --bs-btn-hover-bg: rgb(30, 134, 4);
    --bs-btn-hover-border-color: rgb(30, 134, 4);
}

/* striped table
-------------------------------------------------- */

.table {
    --bs-table-striped-bg: rgb(249, 249, 249);
}

.table-striped tr {
    height: 2.75rem;
    vertical-align: middle;
}


/* feature-button
-------------------------------------------------- */

.feature-button {
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: white;
    border-radius: 8px;
    padding: 25px;
}

.feature-button:hover {
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, .1);
}

/* Footer - old
-------------------------------------------------- */

.footer {
    text-align: center;
    padding: 25px 20px;
    margin-top: 40px;
    /* border-top: 1px solid #e5e5e5; */
}

.footer p {
    margin-bottom: 9px;
    color: #777;
}

.footer-links {
    padding: 0px;
    margin: 10px 0;
}

.footer-links li {
    display: inline;
    padding: 0 2px;
}

.footer-links li:first-child {
    padding-left: 0;
}

/* Footer - new
-------------------------------------------------- */

.footer2 a {
    color: var(--bs-body-color);
}

/* Cookie banner
-------------------------------------------------- */

#cookie-notice {
    position: fixed;
    bottom: 0;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    left: 0;
    text-align: center;
    font-weight: 400;
    /* font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,helvetica neue,sans-serif; */
    display: block;
}

#cn-notice-text {
    font-size: 15px;
}

.cookie-notice-container {
    padding: 15px 30px;
    text-align: center;
    width: 100%;
    z-index: 2;
}

#cookie-notice .cn-button {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Arial, helvetica neue, sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: .25px;
    line-height: 20px;
    margin: 0 0 0 10px;
    text-align: center;
    text-transform: none;
    display: inline-block;
    cursor: pointer;
    touch-action: manipulation;
    white-space: nowrap;
    outline: none;
    box-shadow: none;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    padding: 8.5px 10px;
    line-height: 1;
    color: inherit;
}

#cookie-notice-v2 {
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    left: 0;
    text-align: center;
    font-weight: 400;
    /* font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,helvetica neue,sans-serif; */
}

#cn-notice-text {
    font-size: 15px;
}

.cookie-notice-container-v2 {
    padding: 15px 15px;
    text-align: center;
    width: 100%;
    z-index: 2;
}

/* Cookie banner v2
-------------------------------------------------- */

.cookie-backdrop {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0.7;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    overflow: hidden !important;
}

.cookie-container {
    pointer-events: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    z-index: 100000;
}

.cookie-dialog {
    background-color: white;
    border-bottom-style: solid;
    border-bottom-width: 0;
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 2147483640;
    background-color: #FFFFFF;
    align-self: center;
    border-radius: 8px;
    box-shadow: 0 5px 26px 0px rgba(0, 0, 0, 0.22), 0 20px 28px 0px rgba(0, 0, 0, 0.3);
    height: initial;
    margin-left: auto;
    margin-right: auto;
    max-height: 80vh;
    max-width: 625px;
    outline: none;
    overflow: hidden;
    width: 100%;
    pointer-events: auto;
    position: relative;
}

.cookie-dialog-body {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    z-index: 101;
}

.cookie-dialog-body-wrapper {
    background-color: #FFFFFF;
    display: block;
    flex: initial;
    flex-shrink: 0;
    padding: 24px 24px 12px;
}

.cookie-link {
    align-items: center;
    color: #222222;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding-top: 4px;
    font-size: 12.25px;
    font-weight: 400;
    margin-right: 12px;
    outline: none;
    text-decoration: none;
    word-break: break-word;
}

.cookie-dialog-footer-container {
    border-top: none;
    background-color: #FFFFFF;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 0 24px 12px;
}

.cookie-dialog-footer {
    display: block;
    font-weight: 400;
    justify-content: center;
    min-height: 0px;
    text-align: center;
    width: 100%;
}

.cookie-dialog-footer-wrapper {
    display: flex;
    flex: 2 1 auto;
    flex-direction: row;
    padding: 8px 0;
}

.cookie-dialog-button-container {
    display: flex;
    flex-direction: column;
    flex: auto;
    flex: 2 1 auto;
}

.cookie-button {
    align-items: center;
    border: none;
    border-radius: 4px !important;
    color: hsl(0.0, 0%, 19%);
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
    font-size: 1em;
    font-weight: 700;
    width: 100%;
    opacity: 1;
    padding: 7px 0px;
    padding-right: 0px;
    margin: 0px 0px 20px;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    color: rgb(255, 255, 255);
    background: rgb(0, 86, 164);

    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .3s ease, outline 0ms ease;
    transition: all .3s ease, outline 0ms ease;
    cursor: pointer;
    position: relative;
    white-space: nowrap
}

.cookie-button:hover {
    opacity: .8
}

.cookie-button-deny {
    background: #dddddd;
    color: hsl(0.0, 0%, 19%);
}

.cookie-poweredby {
    align-items: flex-end;
    color: #222222;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex: 1 1 auto;
    font-size: 0.75em;
    font-weight: 400;
    direction: ltr;
    justify-content: center;
    padding: 0;
}

/* Cookie animation
-------------------------------------------------- */

@-webkit-keyframes fadein {
    0% {
        margin-top: -2000px;
    }

    100% {
        margin-top: 0px;
    }
}

@-moz-keyframes fadein {
    0% {
        margin-top: -2000px;
    }

    100% {
        margin-top: 0px;
    }
}

@-o-keyframes fadein {
    0% {
        margin-top: -2000px;
    }

    100% {
        margin-top: 0px;
    }
}

@keyframes fadein {
    0% {
        margin-top: -2000px;
    }

    100% {
        margin-top: 0px;
    }
}

.my-fadein-horizontal {
    animation: fadein 0.3s;
    -moz-animation: fadein 0.3s;
    -webkit-animation: fadein 0.3s;
    -o-animation: fadein 0.3s;
}

/**************************************************************/
/* END my styles */
/**************************************************************/