@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans 3 Regular'), local('SourceSans3-Regular'),
        url('https://s3.eu-central-1.amazonaws.com/synaxon.static/fonts/Source_Sans_3/Source_Sans_3/static/SourceSans3-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Sans 3';
    font-style: bold;
    font-weight: 700;
    src: local('Source Sans 3 Bold'), local('SourceSans3-Bold'),
        url('https://s3.eu-central-1.amazonaws.com/synaxon.static/fonts/Source_Sans_3/Source_Sans_3/static/SourceSans3-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
        url(' https://s3.eu-central-1.amazonaws.com/synaxon.static/fonts/Source_Sans_3/Ubuntu/Ubuntu-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: bold;
    font-weight: 700;
    src: local('Ubuntu Bold'), local('Ubuntu-Bold'),
        url('https://s3.eu-central-1.amazonaws.com/synaxon.static/fonts/Source_Sans_3/Ubuntu/Ubuntu-Bold.ttf') format('truetype');
}

@font-face {
    font-family: "Material Symbols Rounded";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/MaterialSymbolsRounded-QuRl1aQ.woff2") format("woff2");
}

@font-face {
    font-family: "Material Symbols Outlined";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/MaterialSymbols--SocemA.woff2") format("woff2");
}

body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Source Sans 3', 'Ubunut', Verdana, Arial, Helvetica, sans-serif !important;
}

/*
main {
    max-width: 1600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}*/

/*basic css*/
.bg-dark-petrol {
    background-color: #003C3C;
}

.bg-light-petrol {
    background-color: #A5DCD7;
}

.bg-pale-petrol {
    background-color: #E1F0EB;
}

.bg-petrol {
    background-color: #00787A;
}

.bg-lime {
    background-color: #D2E100;
}

.text-dark-petrol {
    color: #003C3C;
}

.text-light-petrol {
    color: #A5DCD7;
}

.text-pale-petrol {
    color: #E1F0EB;
}

.text-petrol {
    color: #00787A;
}

.text-lime {
    border-color: #D2E100;
}

.text-black {
    border-color: #000;
}

.border-dark-petrol {
    border-color: #003C3C!important;
}

.border-light-petrol {
    border-color: #A5DCD7!important;
}

.border-pale-petrol {
    border-color: #E1F0EB!important;
}

.border-petrol {
    border-color: #00787A!important;
}

.border-lime {
    border-color: #D2E100!important;
}

.border-black {
    border-color: #000!important;
}

.border-gray {
    border-color: #ccc!important;
}

.material-symbols-rounded {
    font-family: "Material Symbols Rounded";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: "liga";
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.material-symbols-outlined {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: "liga";
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

/*Start Navigation*/
.syn-header {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.syn-font-icon {
    font-family: 'Source Sans 3', Verdana, Arial, Helvetica, sans-serif !important;
    font-size: .75rem;
    font-weight: bold;
}

.syn-nav-top {
    min-height: 64px;
}

.content,
.syn-header .syn-nav-top,
.syn-nav-bottom,
#footer-container {
    max-width: 1600px;
}

.syn-brand-img {
    height: 21px !important;
    width: 156px !important;
    max-width: 156px !important;
    margin-top: 3px;
}

.syn-nav-bottom-wrapper {
    position: relative;
    top: 0;
    background-color: #E1F0EB;
    height: 48px;
    color: #00787A !important;
    transition: transform 0.3s ease-in-out;
}

.syn-nav-bottom .nav .nav-item .btn-group .syn-dropdown-toggle.show {
    left: 15px !important;
}

.syn-nav-bottom .nav .nav-item .btn-group .syn-dropdown-toggle.show:after {
    position: relative !important;
    left: -15px !important;
}

.syn-dropdown-toggle::after {
    font-family: 'Material Symbols Rounded' !important;
    content: 'expand_more' !important;
    border-top: 0 !important;
    vertical-align: baseline !important;
    font-size: 20px !important;
}

.syn-dropdown-menu.show {
    display: block;
    position: absolute !important;
    inset: 0px auto auto 0px !important;
    margin: 0px !important;
    transform: translate(0px, 47px) !important;
    max-height: 560px !important;
    overflow-y: auto !important;
}

.syn-dropdown-menu-nav.show {
    display: block;
    position: absolute !important;
    inset: 2px auto auto 0px !important;
    margin: 0px !important;
    transform: translate(-90px, 43px) !important;
    min-width: 238px !important;
}

.syn-dropdown-item:focus,
.syn-dropdown-item:hover {
    color: #00787A !important;
    background-color: #fff !important;
}

.syn-nav-link:hover,
.syn-nav-link:focus {
    color: #00787A !important;
}

.syn-dropdown-toggle::after{
    font-family: 'Material Symbols Rounded'!important;
    content: 'expand_more'!important;
    border-top: 0!important;
    vertical-align: baseline!important;
    font-size: 20px!important;
}

.syn-nav-bottom .nav .nav-item .btn-group .syn-dropdown-toggle.show{
    left: 15px!important;
}

.syn-nav-bottom .nav .nav-item .btn-group .syn-dropdown-toggle.show:after{
    position: relative!important;
    left: -15px!important;
}

.btn-link-nav {
    color: #003C3C !important;
}

.btn-link-nav:hover {
    color: #00787A !important;
}


.footer-nav-link:hover,
.footer-nav-link:focus {
    color: #fff;
}

.footer-wrapper {
    margin-top: 64px;
}

.syn-shadow {
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12) !important;
}

.syn-offcanvas-header{
    min-height: 64px!important;
    max-height: 64px!important;
}

.offcanvas-logo{
    max-height: 18px;
    width: auto;
}

#syn-search-btn,
#syn-full-search-btn {
    background-color: #D2E100;
    color: #003C3C;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

#syn-search-btn:hover,
#syn-full-search-btn:hover,
#syn-full-search-btn:active #syn-search-btn:active {
    background-color: #D7EB00 !important;
    color: #003C3C !important;
    border-color: #D7EB00 !important;
}

.syn-headline {
    font-family: 'Ubuntu', Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #003C3C;
}

.syn-subline {
    font-family: 'Ubuntu', Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    color: #003C3C !important;
}

.syn-tagline {
    font-family: 'Ubuntu', Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    color: #000 !important;
}

.category-text-card {
    background-color: #fff !important;
    border: 2px solid #CCC;
    border-radius: 8px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #000 !important;
}

.syn-slider-button {
    border-radius: 4px;
    width: 40px;
    height: 40px;
    background-color: #00787A;
}

.slider::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.slider {
    overflow-x: scroll;
    display: flex;
    gap: 24px;
    scrollbar-width: none;
    padding: 0 16px 24px 16px;

}

.slider.hideleft::before,
.slider.hideright::after {
    display: none;
}

.slider-item {
    min-width: 300px;
    width: 300px;
}

.slider-controls {
    display: inline-block;
    cursor: pointer;
}

.slider-item {
    opacity: 1;
    transition: opacity 0.5s ease;
}

/* Beim Ausblenden wird die Opacity animiert auf 0 */
.slider-item.fade-out {
    opacity: 0;
}

.syn-card {
    border: 2px solid #CCC !important;
    border-radius: 8px !important;
}

.syn-card-btn-height {
    height: calc(100% - 38px);
}

.syn-card-headline {
    min-height: 72px !important;
    color: #000 !important;
}

.syn-sys-badge {
    color: #003C3C !important;
    font-size: 12px !important;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 4px !important;
    letter-spacing: 1px;
    font-family: 'Ubuntu', Verdana, Arial, Helvetica, sans-serif !important;
}

.manufacturer-card {
    width: 145px;
    height: 90px;
    border: 2px solid #CCC !important;
}

.manufacturer-card-top {
    width: 285px;
    height: 112px;
    border: 2px solid #CCC!important;
}

.manufacturer-card-top img {
    max-height: 80px !important;
}

.manufacturer-img {
    max-height: 88px !important;
}

.btn.btn-primary {
    border-color: transparent;
    background-color: #00787A !important;
    color: #fff !important;
    font-size: 16px !important;
    border-radius: 4px !important;
}

.syn-link-btn {
    color: #00787A !important;
    text-decoration: none !important;
}

.syn-link-btn:hover {
    color: #008c91 !important;
}

.btn-link,
.btn-link:hover {
    color: #00787A;
}

.syn-text-link {
    cursor: pointer;
    color: #00787A !important;
}

.syn-text-link:hover {
    color: #008c91 !important;
}

.syn-text-link:active {
    color: #008c91 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.syn-primary-btn {
    background-color: #00787A !important;
    color: #fff !important;
    font-size: 16px !important;
    border-radius: 4px !important;
}

.syn-secondary-btn {
    background-color: #E1F0EB !important;
    color: #003C3C !important;
    font-size: 16px !important;
    border-radius: 4px !important;
}

.syn-cta-btn {
    background-color: #D2E100 !important;
    color: #003C3C !important;
}

.btn.btn-cta-secondary {
    border-color: #E1F0EB;
    background-color: #E1F0EB;
    color: #003C3C;
    font-size: var(--font-size-body);
    font-weight: var(--font-weight-body);
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    box-shadow: none;
}

.btn.btn-cta-secondary.active,
.btn.btn-cta-secondary:active,
.btn.btn-cta-secondary.focus,
.btn.btn-cta-secondary:focus,
.btn.btn-cta-secondary:hover,
.btn.btn-cta-secondary:active:hover {
    background-color: #E1F0EB;
    color: #003C3C;
    outline: none;
    box-shadow: none;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 45px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    margin: 4px;
    border: 4px solid #367E87;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #367E87 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loading {
    text-align: center;
}

.lds-ellipsis-images {
    min-height: 10px !important;
    max-height: 10px !important;
}

.lds-ellipsis-images div {
    background: #ccc !important;
    top: 24px !important;
    width: 10px !important;
    height: 10px !important;
}

.lds-ellipsis {
    display: none;
    position: relative;
    text-align: center;
    width: 80px;
    min-height: 38px;
    max-height: 38px;
    margin-top: -1.5rem;
    margin-bottom: 1.5rem;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #00787A;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.sys-table-header {
    color: #fff;
    background-color: #00787A !important;
}

.sys-accordion-button {
    font-size: 20px !important;
}

.sys-accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #fff !important;
    box-shadow: unset !important;
}

.sys-accordion-button:focus {
    border-color: none;
    box-shadow: unset !important;
}

.sys-accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width) !important;
    height: var(--bs-accordion-btn-icon-width) !important;
    margin-left: auto !important;
    content: "" !important;
    background-image: var(--bs-accordion-btn-icon) !important;
    background-repeat: no-repeat !important;
    background-size: var(--bs-accordion-btn-icon-width) !important;
    transition: var(--bs-accordion-btn-icon-transition) !important;
}

.clickable-row{
    cursor: pointer;
}

.fading-text-wrapper {
  position: relative;
  overflow: hidden;
  transition: height 220ms ease;
}

/* Startzustand: gekürzt */
.fading-text-wrapper.is-collapsed::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 3.5rem;
  pointer-events: none;
  background: linear-gradient(to bottom,
              rgba(255,255,255,0),
              rgba(255,255,255,1)); /* Hintergrundfarbe ggf. anpassen */
  transition: opacity 200ms ease;
  opacity: 1;
}

/* Ausgeklappt: volles Ende, kein Fade */
.fading-text-wrapper.is-expanded::after {
  opacity: 0;
}

#description-tab, #cloud-solution-tab{
position: relative;
background-color: unset;
font-size: 16px;
padding-left: 16px;
padding-right: 16px;
padding-bottom: 8px;
color: rgb(0, 0, 0);
top: 1px;
max-height: 42px;
}

#description-tab:hover, #cloud-solution-tab:hover {
border: 2px solid #00787A;
}

#description-tab.active, #cloud-solution-tab.active {
font-weight:700; 
border: 2px solid #00787A;
}

.form-check-input:checked {
    background-color: #00787A;
    border-color: #00787A;
}

.form-floating label {
  color: #6c757d; /* Bootstrap Standard-Grau */
}

.ts-wrapper{
    min-height: 58px!important;
}

#selection_step_selectedAgreementId_0.is-valid~.form-check-label, .was-validated #selection_step_selectedAgreementId_0:valid~.form-check-label {
    color: #000!important;
}

#selection_step_selectedAgreementId_0.is-valid:checked, .was-validated #selection_step_selectedAgreementId_0:valid:checked {
    background-color: #00787A!important;
}

#selection_step_selectedAgreementId_0.is-valid, .was-validated #selection_step_selectedAgreementId_0:valid {
    border-color: #00787A!important;
}

#selection_step_selectedAgreementId_1.is-valid~.form-check-label, .was-validated #selection_step_selectedAgreementId_0:valid~.form-check-label {
    color: #000!important;
}

#selection_step_selectedAgreementId_1.is-valid:checked, .was-validated #selection_step_selectedAgreementId_0:valid:checked {
    background-color: #00787A!important;
}

#selection_step_selectedAgreementId_1.is-valid, .was-validated #selection_step_selectedAgreementId_0:valid {
    border-color: #00787A!important;
}

#new_end_customer_step_corporateCustomer.is-valid~.form-check-label, .was-validated #new_end_customer_step_corporateCustomer:valid~.form-check-label {
    color: #000!important;
}

#new_end_customer_step_corporateCustomer.is-valid, .was-validated #new_end_customer_step_corporateCustomer:valid {
    border-color: rgba(0, 0, 0, .25);
}

.ts-wrapper.is-invalid, .was-validated .invalid, .was-validated :invalid + .ts-wrapper {
    border-color: #dc3545!important;
}

.ts-wrapper.is-valid, .was-validated .valid, .was-validated :valid + .ts-wrapper {
    border-color: #198754!important;
}
legend {
    font-weight: bold;
}

.custom-tooltip {
    --bs-tooltip-bg: #00787A;
    --bs-tooltip-color: #fff;
}
.white-tooltip {
    --bs-tooltip-bg: #fff;
    --bs-tooltip-color: #000;
    --bs-tooltip-opacity: 1;
}

.tooltip-inner{
    font-family: 'Source Sans 3', Verdana, Arial, Helvetica, sans-serif !important;
}

.bulk-row{
    cursor: pointer;
}
.syn-form-input{
    border-bottom: 1px solid #999 !important;
    border-top-left-radius: 4px!important;
    border-top-right-radius: 4px!important;
}
#agreement_form .form-floating:first-of-type .syn-form-input{
    background-color: #f4f4f4!important;
}
#agreement_form .form-floating:not(:first-of-type) .syn-form-input{
    background-color: #f4f4f4!important;
}

#searchpage-search-input{
    min-height:53px;
    height:53px;
    
}
#searchpage-search-input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #003C3C!important;
    outline: 0;
    box-shadow: unset!important;
    border-right: 0!important;
}
#searchpage-search-btn{
    width: 84px;
    min-width: 84px;
}

#search-input-group{
    margin-bottom: 20px;
}

.text-truncate-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Anzahl der sichtbaren Zeilen */
  overflow: hidden;
}

.text-truncate-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.text-truncate-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.text-truncate-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.text-truncate-6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.text-truncate-7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

.text-truncate-8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.skyscraper-element:hover{
    color: #00787A!important;
}

.skyscraper-element.active-skyscraper-element:hover{
    color: #00787A!important;
    text-decoration: line-through!important;
}
.page-item.active,
.page-item.active .page-link {
    z-index: 3;
    background-color: #00787a;
    color: #ffffff;
}

.page-item {
    background-color: #e1f0eb;;
    color: #003c3c;;
    box-shadow: none;
    font-size: 16px;
    padding: 8px;
    text-align: center;
    width: 52px;
    height: 52px;
    border-radius: 4px;
    line-height: 20px;
    margin: 0 10px 0 10px;
    border: none;
}

.page-link {
    background-color: #e1f0eb;
    color: #003c3c;
    box-shadow: none;
    font-size: 16px;
    text-align: center;
    border: 0;
    line-height: 20px;
    border: none;
}
.page-link:focus {
    z-index: 3;
    color: #003c3c;
    background-color: #e1f0eb;
    outline: 0;
    box-shadow: none;
}

.page-link:hover {
    z-index: 2;
    color: #003c3c;
    background-color: #e1f0eb;
    border-color: transparent;
}

.fs-7{
    font-size: 14px;
}

.fs-8{
    font-size: 12px;
}
.booking-container{
    border-bottom: 1px solid #dee2e6;
}
.suggestion-item.active, .suggestion-item:active {
    color: #000!important;
    text-decoration: none;
    background-color: #e9ecef!important;
}

.suggestion-item:hover, .suggestion-item:focus {
    color: #000!important;
    text-decoration: none;
    background-color: #e9ecef!important;
}

.syn-banner-headline {
    font-family: 'Ubuntu', Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 120% !important;
    color: #fff;
}

.syn-banner-subline {
    font-family: 'Source Sans 3', Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 120% !important;
    color: #fff !important;
}

.btn-expandable[aria-expanded="false"]>.material-symbols-rounded::before {
    content: 'expand_more';
}

.btn-expandable[aria-expanded="true"]>.material-symbols-rounded::before {
    content: 'expand_less';
}
.font-label {
font-size: 0.75rem;;
font-weight: 400;
line-height: 1rem;
}
.font-label:hover {
    color: #00787A;
}
.accs-link{
    color: #00787A;
    text-decoration: underline;
}

.accs-link:hover{
    color: #00787A;;
}
.hp-field { position: absolute; left: -5000px; width: 1px; height: 1px; overflow: hidden; }

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    
    .syn-banner-headline {
        font-size: 54px !important;
    }

    .syn-banner-subline {
        font-size: 26px !important;
    }
    .booking-container{
        border-bottom: 0;
    }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { }

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { }