@charset "UTF-8";

:root {
	--cc-overlay-bg: rgba(4,6, 8, .39) !important;
	--cc-btn-secondary-bg: #ffffff !important;
	--cc-btn-secondary-border: 1px solid #0F2133 !important;
	--cc-text:#2d4156 !important;
	--cc-odd-bg: #F8FBFE;
	--cc-even-bg: #F0F4F7;

}

.header-bg {
    background-color: #dee3e8;
    /*c9f7f3   c9e2d2 */
}

header {
    text-align: left;
    color: #e95653;
    padding-top: 75px;
}

.header-text {
    font-size: 24px;
    font-weight: 400;
    color: #212934;
    line-height: 40px;
    
}

body {
    background-color: #fff !important;
    /* font-weight: lighter;*/
    overflow-x: hidden !important;
    min-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: fixed;
    margin: 0;
}

/** In Chrome we can't use the semilight weight of the local web font. Use web fonts instead. **/

body:not(*:root) {
    font-family: 'Segoe UI Web (West European)';
}

section:nth-child(even) {
    background-color: var(--cc-even-bg);
}

ul.data-list {
    list-style-image: url('../images/check-bold.svg');
    font-size: 22px;
    color: var(--cc-text);
}

.data-list-item {
    padding-left: 11px;
    margin-left: -4px;
    margin-bottom: 7px;
}

p.data-text {
    font-size: 26px;
    color: var(--cc-text);
}

.data-heading {
    font-size: 28px !important;
}

h2.data-heading.title {
    justify-content: left !important;
    margin-top: 90px;
    display: flex;
    font-weight: 600;
    color: #0f2133;
    margin-bottom: 1em;
}

.modal-open, body {
    overflow: inherit !important;
}

@font-face {
    font-family: 'Segoe UI Local';
    src: local('Segoe UI Light');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Local';
    src: local('Segoe UI Semilight');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Local';
    src: local('Segoe UI');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Local';
    src: local('Segoe UI Semibold');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Web (West European)';
    src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Web (West European)';
    src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Web (West European)';
    src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Web (West European)';
    src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

a {
    color: #404040
}

a:hover {
    color: #404040;
}

.hidden {
  visibility: hidden;
}

.button-text:hover {
    color: #fff !important;
}
.button-text-cta:hover {
    color: #fff !important;
}

@media (min-width: 1025px) {
    .button-text:hover {
        color: #e95653 !important;
    }
    .button-text-cta:hover {
        color: #fff !important;
    }
}

.text-link {
    color: #e95653 !important;
    cursor: pointer;
}

.card-text-link {
    color: #e95653 !important;
    cursor: pointer;
    font-size: 18px;
}

.text-link:hover {
    color: #e11e19 !important;
    cursor: pointer;
    text-decoration: none;
}

.link-text16 {
    font-size: 16px;
    white-space: normal !important;
}

.link-Showcase {
    cursor: pointer;
    color: #e11e19 !important;
   	font-size: 18px!important;
}

.title-link {
    cursor: pointer;
   	font-size: 18px;
}

.title-link:hover {
    color: #e11e19 !important;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
}

.mailto {
    color: #e95653;
}

.mailto:hover {
    color: #404040;
}

h1 {
    color: #212934;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -0.0625rem;
    line-height: 3.125rem;
    margin-bottom: 0rem;
}

h2 {
    font-size: 22px;
    font-weight: 400;
    color: #586371;
    margin: 0 auto;
    line-height: 40px;
}

h4 {
    font-size: 18px;
    font-weight: 700;
    color: #e95653;
    letter-spacing: 0px;
    margin-bottom: 1rem;
}

h5 {
    font-size: 18px;
    font-weight: 300;
    color: #e95653;
    margin-bottom: 0.7rem;
}

h6 {
    font-size: 16px;
    font-weight: 400;
    color: #e95653;
    letter-spacing: 0px;
    margin-bottom: 1rem;
}

p {
    color: #404040;
}

.bg-color-page {
    background-color: #fff !important;
}

.bg-color {
    background-color: #404040 !important;
}

.bg-color-tab {
    background-color: #F5F7F8  !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: none!important;
}

@media (max-width:1398px) {
    .btn-head-top-padding {
        padding-top: 20px !important;
    }
}

@media (min-width: 1025px) {
    .btn-outline-white:hover {
        color: #fff;
        background-color: #e95653;
        background-image: none;
    }
    .btn-outline-white-blog:hover {
        color: #e95653 !important;
    }
    .btn-outline-noBorder:hover {
        color: #fff;
        background-color: #e95653;
        background-image: none;
    }
}

.btn-outline-darkred {
    color: #fff;
    background-color: #e95653;
    background-image: none;
    border-color: #fff;
}

@media (min-width: 1025px) {
    .btn-outline-darkred:hover {
        color: #e95653;
        background-color: #fff;
        background-image: none;
        border-color: #e95653;
    }
}

.lp-button {
    background-color: #e95653;
    border-color: #e95653;
    cursor: pointer;
}

.lp-button-gray {
    background-color: #b0b8bc;
    border-color: #b0b8bc;
}

/* This only changes this particular animation duration */
.animate__animated.animate__bounceIn {
  --animate-duration: 3s;
}

/* This changes all the animations globaly */
:root {
  --animate-duration: 800ms;
  --animate-delay: 3s;
}

@media (min-width: 1025px) {
    .lp-button:hover {
        background-color: #fff;
        border-color: #e95653;
        color: #e95653;
        cursor: pointer;
    }
}

.lp-button:focus {
    box-shadow: none !important;
}

.order-text {
    font-size: 14px;
    color: #404040;
}

.light-bg {
    background-color: #F0F4F7;
}


.pt-card.no-event {
    pointer-events: none;
}

.container-fluid .pt-card {
    padding-left: 38px;
    padding-bottom: 24px;
    cursor: pointer;
}

.container-fluid .row {
    min-height: 132;
    justify-content: space-between;
    align-items: center;
}

.row .doxiview-link {
    line-height: 11px;
    color: #0F2133;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

.function-icon {
	cursor: pointer;
}

.back-to-doxiview img {
    margin-right: 6px;
}

.container-fluid .row.back-to-doxiview {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    min-height: 13px !important;
    display: flex;
    margin-top: 55px;
}

.white-bg {
    background-color: #fafbfc;
}

.medium-bg {
    background-color: #e5e7e8;
}

.dark-bg {
    background-color: #dee3e8;
}

.section {
    padding: 100px 0 0 0;
}

footer #cookies {
    background: none;
    color: white;
    border: none;
    margin-right: 7px;
    font-size: 13px;
}

footer a {
    text-decoration: none;
    color: white;
    font-size: 13px;
    display: inline-flex;
    margin-left: 4px !important;
    margin-right: 11px !important;
}

footer a:hover {
    text-decoration: none;
    color: white;
}

#showcase {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}

.start-doxiview-content {
	display: flex;
    align-items: center !important;
    flex-direction: column;	
}

#youtube {
    background-image: url(../images/youtube.svg);
    background-size: 100%  100%;
    width: 1.5em;
    height: 1.5em;
    margin: 0.5em auto -0.5em;
}

.bg-dark {
    background-color: #212529!important;
}

#linkedin {
    background-image: url(../images/linkedIn.svg);
    background-size: 100%  100%;
    width: 1.5em;
    height: 1.5em;
    margin: 0.5em auto -0.5em;
}

.ai-label {
    display: inline-flex;
    color: #0f2133;
    background: #74a8e2;
    border-radius: 7px;
    position: relative;
    top: -3px;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 24px;
    justify-content: center;
    font-size: 12px;
    left: 7px;
    font-family: 'Segoe UI Web (West European)';
    line-height: 20px;
}

.ai-tooltip-style {
  position: absolute;
  color: black;
  background: white;
  padding: 5px 7px 8px 7px;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #C1CEDD;
  border-radius: 6px;
  font: normal normal normal 12px/16px Segoe UI;
  z-index: 999; /* Ensure the tooltip appears above other elements */
}


.row .row {
    -webkit-box-shadow: 1px 4px 9px -8px rgba(15,33,51,0.94);
	-moz-box-shadow: 1px 4px 9px -8px rgba(15,33,51,0.94);
	box-shadow: 1px 4px 9px -8px rgba(15,33,51,0.94);
    box-shadow: 2px 3px 16px -10px rgba(15,33,51,0.94);
    border: 1px solid rgba(15, 33, 51, 0.08);
    border-radius: 11px;
}

.row .row:hover {
    -webkit-box-shadow: 0px 4px 15px -3px rgba(15,33,51,0.6);
	-moz-box-shadow: 0px 4px 15px -3px rgba(15,33,51,0.6);
	box-shadow: 0px 4px 15px -3px rgba(15,33,51,0.6);
    border: 1px solid rgba(15, 33, 51, 0.08);
}



.section-title {
    text-align: center;
    margin-bottom: 62px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.1rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: lighter(#e95653, 64%);
    border-color: #e95653;
    outline: none;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #868e96;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #868e96;
    opacity: 1;
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.modal-footer-bestellung {
    border-top: 0px solid #e9ecef !important;
    padding-top: 0px !important;
    padding-bottom: 30px !important;
}

.modal-boby-bestellung {
    padding-bottom: 0px !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


img.bordered-icon {
    border: 1px solid gray;
    border-bottom-right-radius: 25px 30px;
    cursor: pointer;
}

img.bordered-icon:hover {
    border: 1px solid #e95653;
    border-bottom-right-radius: 25px 30px;
    cursor: pointer;
}

.wrap-collabsible {
    margin-bottom: 1.2rem 0;
}

.format-div-on-start {
    display: none;
}

.lbl-toggle {
    display: block;
    text-align: left;
    color: #e11e19;
    cursor: pointer;
    transition: all 0.25s ease-out;
}

.lbl-toggle::before {
    content: ' ';
    display: inline-block;

    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid currentColor;
    vertical-align: middle;
    margin-right: .7rem;
    transform: translateY(-2px);

    transition: transform .2s ease-out;
}

.toggle:checked+.lbl-toggle::before {
    transform: rotate(90deg) translateX(-3px);
}

.collapsible-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height .5s ease-in-out;
}

.toggle:checked+.lbl-toggle+.collapsible-content {
    max-height: 660px;
    border-radius: 12px;
    background-color: #F0F4F7;
}

.toggle:checked+.lbl-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.collapsible-content .content-inner {
    background: #F0F4F7;
    padding: .5rem 1rem;
}


@media (max-width: 767px) {
    .fixed-top {
        position: absolute;
        top: auto;
    }

    body {
        margin: 0;
    }
}

@media (max-width: 639px) {

    .comparison td,
    .comparison th {
        padding: 10px 5px;
    }
}

@media (max-width:767px) {

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .mobile-font-size-15 {
        font-size: 15px !important;
        padding-left: 100px !important;
    }

    .btn-block {
        display: block !important;
        width: 100% !important;
    }

    .tagline {
        font-size: 17px;
    }

    .comparison td:first-child,
    .comparison th:first-child {
        display: none;
    }

    .comparison tbody tr:nth-child(odd) {
        display: table-row;
        background: #F7F7F7;
    }

    .comparison td,
    .comparison th {
        border: 1px solid #eeeeef;
    }

    .img-fluid-pl {
        padding-left: 0px !important;
    }

    .img-hidden {
        display: none;
    }
    
    .img-fit {
        max-width: fit-content!important;
    }

    .social-links-padding {
        padding-right: 0px !important;
        padding-top: 20px !important;
    }

    .card-body {
        flex: 1 1 auto;
        padding: 0rem !important;
    }

    .header-botton {
        margin-top: 28px;
        margin-bottom: 60px !important;
    }

    .section-mobile {
        padding: 50px 0 !important;
    }

    .section-beispiel-mobile {
        padding-top: 50px !important;
        padding-bottom: 80px !important;
    }

    .section-contact-mobile {
        padding-top: 30px !important;
        padding-bottom: 80px !important;
    }

    .title-hidden {
        display: contents !important;
    }

    .footer-fluid {
        width: 100%;
        height: auto;
        padding-top: 5px;
        text-align: center !important;
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

    .footer-logo-padding {
        padding-left: 30px;
    }

    .footer-social-padding {
        padding-left: 22px;
    }
}

@media (max-width:991px) {

	.navbar-collapse.collapse.show  .separator {
    	display: none;
	}
	
    .title-hidden {
        display: contents !important;
    }

    .header-text-top {
        padding: 50px 0 0;
        text-align: center;
        color: #e11e19;
        padding-bottom: 0px;
    }

    .card-line-mobile {
        border-top: 1px solid #ccc !important;
        padding-top: 40px;
    }

    .btn-tab {
        width: 108px !important;
    }

    .btn-red-tab {
        width: 108px !important;
    }

    .header-img-hidden {
        display: none;
    }

    .tab-hidden {
        display: none;
    }

    .not-active {
        pointer-events: none;
        cursor: default;
    }

    .btn-block {
        display: block!important;
        width: 100%!important;
    }
}

@media (min-width: 992px) {


    .tab-hidden {
        display: none;
    }
}

@media (max-width:1025px) {
    .funktion-hidden {
        display: none;
    }
}


@media (max-width:1200px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .compare-heading {
        font-size: 20px !important;
    }
}

@media (min-width: 1200px) {
    .modal-dialog {
        max-width: 95%;
    }

    .modal-dialog.modal-dialog-sm {
        max-width: 50%;
    }
}

@media (max-width:1400px) {
    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 1.2rem !important;
    }

    .img-mobile {
        margin-top: 0px !important;
    }

    .img-fluid {
        max-width: 110%;
        height: auto;
    }

    .call-to-action-subtext {
        font-size: 32px !important;
    }

}

@media (max-width:1450px) {
    header {
        padding: 270px 0 0;
        text-align: left;
        color: #e95653;
        padding-left: 13rem;
        padding-bottom: 5rem!important;
    }
}

.btn-pointer {
    cursor: pointer;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}

@media (max-width:1400px) {
    .btn-head-top-padding {
        padding-top: 20px !important;
    }
}

@media (min-width:1400px) {
    .btn-head-top-padding {
        margin-top: 10px !important;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #586371;
}

.navbar {
    padding: 5px 10px;
}

.dropdown-toggle::after {
    vertical-align: 10px;
}

.bg-menu {
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    background-color: #fff;
}

.nav-link {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 0px;
}

.nav-link:hover {
    font-size: 16px;
    color: #e95653 !important;
}

.navbar-toggler {
    padding: .25rem .5rem !important;
}

.nav-menu {
    transition: all 0.3s ease;
}

.navbar-nav .nav-link {
    position: relative;
}

/*  NAVBAR Hamburger Animation */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

.icon-bar {
    width: 22px;
    height: 2px;
    background-color: #B6B6B6;
    display: block;
    transition: all 0.2s;
    margin-top: 4px
}

.navbar-toggler {
    border: none;
    background: transparent !important;
}

/* 2.1. NAVBAR MEDIA
----------------------*/

@media (max-width: 767px) {
    .fixed-top {
        position: absolute;
        top: auto;
    }

    .navbar-collapse {
        max-height: none;
    }
}

@media (max-width:769px) {

    .logo-width {
        width: auto;
    }

    .mobile-navbar-w100 {
        width: 100%;
    }
}

@media (max-width:991px) {
    .navbar-nav .nav-item {
        text-align: right;
    }
    .center {
        text-align: center!important;
    }
}

@media (max-width:992px) {
    .img-fluid {
        height: auto;
    }
    .hr {
        border: 0;
        border-bottom: 1px solid #eee;
    }
}

@media (max-width:1400px) {

    .img-fluid {
        height: auto;
    }
}

.custom-list-header {
    position: relative;
    list-style: none;
    padding-left: 0;
    font-size: 18px;
    font-weight: 400;
    color: #586371!important;
    line-height: 18px;
}

.custom-list-header li {
    position: relative;
    margin-bottom: 15px;
}

@media (max-width: 700px) {
    .header-img-padding {
        padding-left: 1rem !important;
        padding-top: 1rem;
        padding-bottom: 0rem !important;
    }

    h1 {
        color: #212934;
        font-size: 2.4rem;
        font-weight: 400;
        letter-spacing: -0.0625rem;
        line-height: 2.5rem;
        margin-bottom: 0rem;
    }

    .header-text {
        font-size: 24px;
        font-weight: 400;
        color: #212934;
        line-height: 30px;
    }
}

.header-img-padding {
    padding-left: 3rem;
    padding-top: 4rem;
    padding-bottom: 3rem;
}

.header-subtext {
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    color: #212934;
}

.header-text-top {
    font-size: 24px;
    font-weight: bold;
    color: #555a5f;
    margin: 0 auto;
    line-height: 80px;
}

@media (min-width: 767px) {
    .header-padding-button {
        padding-top: 70px;
    }
}

@media (max-width:769px) {

    h1 {
        font-size: 2rem;
    }

    .btn-block {
        display: block !important;
        width: 100% !important;
    }
}

@media (max-width:991px) {
    .header-text {
        font-size: 24px;
        font-weight: 300;
        line-height: 40px;
    }
}


@media (max-width:992px) {

    .img-fluid {
        height: auto;
    }

    .btn-block {
        display: block !important;
        width: 100% !important;
    }
}

@media (max-width:1200px) {
    h1 {
        font-size: 2rem;
    }
}

@media (max-width:1400px) {
    h1 {
        font-size: 1.6rem;
    }

    .img-fluid {
        height: auto;
    }

    .header-text {
        font-size: 20px !important;
        font-weight: 400;
        color: #212934;
        line-height: 40px;
    }
}

@media (max-width:1400px) {
    .header-padding-button {
        padding-bottom: 50px;
        padding-top: 0
    }
}

.separator-top {
    margin-top: 50px
}


/* 3. HEADER
----------------------*/


.bg-gradient-bg {
    background-color: #fff;
}

.bg-gradient {
    background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgb(232, 235, 236) 100%);
    background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(205, 211, 214) 100%);
    background-image: -ms-linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(205, 211, 214) 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgb(232, 235, 236) 100%);
}

.img-mobile {
    margin-top: 55px;
    padding-bottom: 80px;
}

@media (max-width: 991px){
}

.bg-gradient-bg {
    background-color: #fff;
}

.bg-gradient {
    background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgb(232, 235, 236) 100%);
    background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(205, 211, 214) 100%);
    background-image: -ms-linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(205, 211, 214) 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgb(232, 235, 236) 100%);
}

.img-mobile {
    margin-top: 55px;
    padding-bottom: 0px;
}

header {
    padding: 75px 0 0;
    text-align: left;
    color: #e95653;
    padding-bottom: 0rem;
}

.header-text {
    font-size: 24px;
    font-weight: 300;
    color: #404040;
    margin: 0 auto;
    line-height: 40px;
}

.header-text-top {
    font-size: 24px;
    /* font-weight: 400; */
    font-weight: bold;
    color: #7f7f7f;
    margin: 0 auto;
    line-height: 80px;
}

.tab-text {
    font-size: 18px;
    font-weight: 100;
    color: #404040;
    margin: 0 auto;
    line-height: 40px;
}

.header-botton {
    margin-top: 28px;
    margin-bottom: 103px;
}

.bg-gradient {
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgb(222, 227, 232, 1) 100%);
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgb(222, 227, 232, 1) 100%);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgb(222, 227, 232, 1) 100%);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgb(222, 227, 232, 1) 100%);
}

.img-mobile {
    padding-bottom: 0px;
}

.img-header {
    max-width: 100% !important;
    height: auto;
    margin-top: -34px;
}

.header-text-black {
    font-size: 24px;
    font-weight: 400;
    color: #404040;
    margin: 0 auto;
    line-height: 40px;
}

.navbar-collapse .separator {
    border-left: 1px solid #8895A7;
    margin-right: 14px;
    margin-left: 7px;
    padding-top: 24px;
    margin-top: 9px;
}

.link {
    color: #404040;
}

.link:hover {
    color: #404040 !important;
    cursor: pointer;
    text-decoration: none;
}

.title-hidden {
    display: none;
}

.feature-header-titel {
    font-size: 36px !important;
}

.feature-icon {
    font-size: 45px;
    display: grid !important;
}

.card.features2 {
    border: 0;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.card-text {
    font-size: 18px;
    font-weight: 400;
    color: #404040;
}

.card-title {
    font-size: 18px!important;
    font-weight: 700!important;
    color: #404040!important;
    line-height: 1.5rem;
    outline: none;
    padding-top: 9px;
    margin-bottom: -2px;
    min-height: 41px;
}


.container-fluid .col.pb-5 {
    padding-bottom: 2px !important;
}

.col-3.feature-icon.justify-content-left.pb-3 {
    padding-top: 1rem !important;
}

.card-title-ligth {
    font-size: 18px!important;
    font-weight: 400!important;
    color: #404040!important;
    line-height: 1.5rem;
}

.card-line {
    border-top: 1px solid #dee3e8 !important;
}

.card-line-custom {
	border-top: 1px solid #ccc !important;
}

.drop-shadow:hover {
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, .2));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .2));
}

#data-icon {
    background-image: url(../images/data-icon.png);
    background-size: 100% 100%;
    height: 30em;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#license {
    background-color: #2E425D;
    padding-top: 60px;
}

.license-buttons-container {
    text-align: center;
}

.request-button {
    background-color: white !important;
    color: #2E425D !important;
    font-size: 20px !important;
    padding: 2px 17px !important;
    border-color: white !important;
    margin-right: 40px;
}

.start-button {
    font-size: 20px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    background-color: #4D6278 !important;
    border-color: #4D6278 !important;
}

.learn-button, .learn-button:hover {
    border-color: white !important;
    background-color: transparent !important;
    color: white !important;
    font-size: 20px !important;
    padding: 2px 17px !important;
    border-width: 2px !important;
}

@media (max-width: 992px) {

    .comparison td:first-child,
    .comparison th:first-child {
        display: none;
    }

    .comparison tbody tr:nth-child(odd) {
        display: table-row;
        background: #F7F7F7;
    }

    .comparison td,
    .comparison th {
        border: 1px solid #CCC;
    }

    .tab-size-1 {
        width: 60% !important;
    }

    .tab-size-2 {
        width: 60% !important;
    }

    .tab-size-3 {
        width: 60% !important;
    }

    .comparison {
        text-align: center;
        padding: 0;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

@media (max-width: 639px) {

    .comparison td,
    .comparison th {
        padding: 10px 5px;
    }

    .compare-heading {
        font-size: 18px;
    }
}

.table thead th {
    border-bottom: none !important;
}

th {
    padding-right: 0px!important;
}

@media (max-width: 1024px) {
    .footer-icon-social-red {
        display: none !important;
    }
}

@media (max-width: 993px) {
	.container-fluid .pt-card.hidden {
    	display: none;
	}
}

@media (min-width: 1400px) {
	.container-fluid .row {
    	min-height: 145px !important;
    	align-items: flex-start;
	}
}

@media (min-width: 992px) {
	.container-fluid .row {
    	min-height: 186px;
    	align-items: flex-start;
	}
}

section {
    padding-bottom: 60px;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.row {
    margin-right: 0;
}

.section-cards {
    padding-left: 50px;
    padding-right: 50px;
}

#dataProtectionSection {
    padding-left: 5%;
    padding-right: 10%;
    padding-top: 60px;
}

.license-heading {
    color: white !important;
    margin-bottom: 45px !important;
    font-size: 28px !important;
    font-weight: 600;
    display: flex;
    justify-content: center;
    min-height: 20px;
    text-align: center;
    
}

.social-links {
    text-align: center;
}

.social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    padding-top: 4px;
    background: #bec8d2;
    border-radius: 50%;
}

.social-links a i {
    font-size: 18px;
    color: #fff;
}

.social-links a:hover {
    background: #e95653;
}

.custom-list-footer {
    line-height: 1.5em;
    padding: 0;
}

.custom-list-footer li {
    list-style: none;
    position: relative;
}

.footer-list-mobile .footer-text-title {
    padding-left: 15px;
}

.footer-list-mobile .custom-list-footer {
    padding-left: 15px;
}

.footer-list-mobile .footer-text-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    height: 5px;
    width: 5px;
    border: 1px solid #e95653;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.footer-fluid {
    width: 100%;
    height: auto;
    padding-top: 5px;
}

.footer-icon-cib {
    width: 110px;
}

.footer-line {
    border-bottom: 1px solid #dee3e8;
}

.footer-icon-social {
    height: 50px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.footer-icon-social .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.footer-icon-social:hover .img-top {
    display: inline;
}

.custom-list-header {
    position: relative;
    list-style: none;
    padding-left: 0;
    font-size: 14px;
    font-weight: 400;
    color: #404040!important;
    margin: 0 auto;
    line-height: 1.4rem;
}

.custom-list-header li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.li-check:before {
    content: '';
    position: absolute;
    background-image: url('/images/ic_done_black_24px.svg');
    background-size: cover;
    background-position: top;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: top !important;
}

.medium-icon:before {
    width: 25px;
    height: 25px;
}

.small-icon:before {
    width: 20px;
    height: 20px;
}

.li-add:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url('/images/ic_add_black_24px.svg');
    background-size: cover;
    background-position: top;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: top !important;
}

.footer-text-title {
    font-weight: 600;
    font-size: 14px;
    color: #e95653;
    text-decoration: none !important;
}

.footer-text li, a {
    line-height: 2.2em;
    font-size: 14px;
    color: #96a0a5;
}

.footer-text a:hover {
    text-decoration: none;
    color: #404040;
}

.footer-symbol {
    color: #e11e19;
}

.copyrigth-text {
    font-size: 14px !important;
    color: #8e919a !important;
    text-decoration: none !important;
}

.copyrigth-text-link {
    font-size: 14px !important;
    color: #8e919a !important;
    text-decoration: none !important;
}

.copyrigth-text-link:hover {
    font-size: 14px !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

#cookie a {
    color: #00558c;
    text-decoration: underline;
}

#cookie a:hover {
    text-decoration: underline;
}

#cookie div {
    padding: 12px;
    padding-right: 40px;
}

#cookie {
    text-align: center;
    color: #555A5F;
    background: linear-gradient(to bottom, rgba(222, 227, 232, 0.9) 0%, rgba(222, 227, 232, 0.9) 100%);
    position: fixed;
    bottom: 0px;
    z-index: 10000;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
}

#cookieCloser {

    position: absolute;
    right: 24px;
    text-decoration: none;
    top: 33%;
    cursor: pointer;
}

#doxiview {
    margin: 0;
    border: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
}

.showDoxiview {
    overflow: hidden !important;
}

.showDoxiview #doxiview {
    display: block;
}

[v-cloak] {
    display: none;
}

.nav-button {
    padding: 11px !important;
    color: var(--cc-text) !important;
    margin-top: -3px;
    font-size: 17px !important;
    width: fit-content !important;
}

.cib-button-main {
    color: #e95653;
    background-color: white;
    border-radius: 5px; 
    text-align: center;
    cursor: pointer;
}

.cib-button-main:hover {
    color: white;
    background-color: #e95653;
    cursor: pointer;
}

.cib-button-secundary {
    color: #e95653;
    background-color: white;
    border-radius: 5px; 
    text-align: center;
    cursor: pointer;
}

.cib-button-secundary:hover {
    color: white;
    background-color: #e95653;
    cursor: pointer;
}

.cib-button-border-main {
    border-color: #e95653; 
    border-width:1px; 
    border-style:solid; 
}

.cib-button-font-size-main {
    font-size: 24px;
    font-family: 'Segoe UI Web (West European)';
}


@media (max-width: 600px) {
    .cib-justify-content-center {
        justify-content: center !important;
    }
}


html {
    scroll-behavior: smooth;
}

/*  14. To Top Button
----------------------*/

.btn-toTop {
    font-size: 30px;
    font-weight: 100;
    width: 44px;
    height: 44px;
    margin-top: 12px;
    background-color: white;
}

.btn-outline-toTop {
    color: #bec8d2;
    background-color: #fff;
    background-image: none;
    border-color: #bec8d2;
}

.btn-outline-toTop:hover {
    color: #fff;
    background-color: #bec8d2;
    background-image: none;
    border-color: #fff;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    line-height: 42px;
    display: none;
}


