/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../../../vendor/font/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../../../vendor/font/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../../vendor/font/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../../../vendor/font/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../../../vendor/font/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../../../vendor/font/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
  }
  /* montserrat-800 - latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: bold;
    font-weight: 800;
    src: url('../../../vendor/font/montserrat-v25-latin-800.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../../../vendor/font/montserrat-v25-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../../vendor/font/montserrat-v25-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
         url('../../../vendor/font/montserrat-v25-latin-800.woff') format('woff'), /* Modern Browsers */
         url('../../../vendor/font/montserrat-v25-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../../../vendor/font/montserrat-v25-latin-800.svg#Montserrat') format('svg'); /* Legacy iOS */
  }
  /* montserrat-italic - latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: url('../../../vendor/font/montserrat-v25-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../../../vendor/font/montserrat-v25-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../../vendor/font/montserrat-v25-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('../../../vendor/font/montserrat-v25-latin-italic.woff') format('woff'), /* Modern Browsers */
         url('../../../vendor/font/montserrat-v25-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../../../vendor/font/montserrat-v25-latin-italic.svg#Montserrat') format('svg'); /* Legacy iOS */
  }
  
:root{
    --main-text-color: #3C3C3C;
    --title-color: #004664;
    --input-color: #00466480;
    --green: #00CD50;
    --button-blue: #376EE1;
    --white: #FFFFFF;
    --box-blue: #004664;
    --box-background: #F1F4F6;
    --main-font: Montserrat;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/*.clearfix:after { clear: both; }*/
/*.clearfix { zoom: 1; }*/

body {
    background-color: var(--white);
    color: var(--main-text-color);
    font-family: var(--main-font);
    font-size: 16px;
    line-height: 22px;
}

.page {
    margin:0 auto;
}

.left {
    text-align:left;
}

.right {
    text-align:right;
}

h1 {
    font-weight: bold;
    font-size: 24px;
    color: var(--title-color);
    margin: 0;
}

h3 {
    font-weight: bold;
    font-size: 18px;
    color: var(--title-color);
    margin: 0;
}

h4 {
    font-weight: bold;
    font-size: 20px;
    color: var(--title-color);
    margin: 0;
}

@media only screen and (max-width: 575px) {
    .kalkulieren-title h3 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) {
    h4 {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 50px;
    }

    h3 {
        font-size: 24px;
    }
}

.main-container {
    padding-bottom: 78px;
}

@media only screen and (min-width: 768px) {
    .main-container {
        padding-bottom: 87px;
    }
}

.blue-button {
  cursor: pointer;
  padding-left:10px;
  padding-right:10px;
  height: 47px;
  background: var(--button-blue) 0% 0% no-repeat padding-box;
  border-radius: 6px;
  color: var(--white);
  text-align: center;
  font: normal normal medium 14px/18px var(--main-font);
  text-decoration:none;
  vertical-align:middle;
  display:inline-block;
  line-height:45px;
}

a.link-no-underline:hover {
    text-decoration: none;
}

.header-dashboard{
    width: 100%;
    border-bottom: 2px solid #D5DFE3; /* Changed to bottom border */
    position: fixed;
    left: 0;
    top: 0; /* Changed from bottom: 0 to top: 0 */
    z-index: 2;
    background: #FFF;
    opacity: 1;
    font: 12px/20px normal Montserrat, Arial;
    color: #004664;
    border-bottom: 2px solid #D5DFE3; /* Added bottom border for visual */
}

.footer-dashboard {
    width: 100%;
    border-top: 1px solid white;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: #FFF;
    opacity: 1;
    font: 12px/20px normal Montserrat, Arial;
    color: #004664;
    border-top: 2px solid #D5DFE3;
}

.footer {
    width: 100%;
    border-top: 1px solid white;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: var(--box-blue) 0% 0% no-repeat padding-box;
    opacity: 1;
    font: 12px/20px normal Montserrat, Arial;
    color: white;
}

.footer a {
    font: 12px/20px normal Montserrat, Arial;
    color: white;
    text-decoration: none;
}
.footer-dashboard a {
    font: 12px/20px normal Montserrat, Arial;
    color: #004664;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.inner-link-grouped-container {
    margin-top: 10px;
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.inner-link-grouped-container-last {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

@media only screen and (min-width: 768px) {
    .inner-link-container {
        border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
        display: inline;
        float: left;
    }

    .inner-link-container-last {
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .inner-link-grouped-container {
        margin-top: 20px;
        border: 0 !important;
    }
}

.form_errors_container {
    margin-bottom: 16px;
    border: 1px solid red;
    padding: 16px;
    background-color: #FFE0E0;
    color: #E00000;
}

.box-container .box-third {
    font-size: 14px;
}

.box-container .box-third .box-third-icon {
    display: inline;
    float: left;
    font-size: 32px;
    color: #3DE664;
}

.box-container .box-third .box-third-title {
    display: inline;
    float: right;
}

@media only screen and (min-width: 768px) {
    .box-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 6px;
    }

    .box-container .box-third {
        width: 32%;
    }

    .box-container .box-third .box-third-icon {
        display: block;
        float: none;
        font-size: 48px;
    }

    .box-container .box-third .box-third-title {
        display: block;
        float: none;
    }
}

.logo img {
    width: auto;
    height: 32px;
}

@media only screen and (min-width: 420px) {
    .logo img {
        height: 48px;
    }
}

@media only screen and (min-width: 576px) {
    .logo img {
        height: 58px;
    }
}

@media only screen and (min-width: 768px) {
    .logo img {
        height: 84px;
    }
}

.accordion-header {
    background-color: var(--box-blue);
    color: white;
    cursor: pointer;
    padding: 14px;
    outline: none;
    transition: 0.4s;
}

.accordion-header-icon {
    /*border: 2px solid white;*/
    /*border-radius: 50%;*/
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 20px;
}

.accordion-header-button {
    border: 2px solid #00CD50;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 20px;
    font-size: 24px;
    color: #00CD50 !important;
}

.accordion-header-text {
    font-size: 14px;
}

@media only screen and (min-width: 576px) {
    .accordion-header-icon {
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 36px;
    }

    .accordion-header-button {
        width: 40px;
        height: 40px;
        line-height: 36px;
        font-size: 35px;
    }

    .accordion-header-text {
        font-size: 17px;
    }
}

.accordion-body {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: var(--box-blue);
    background-color: white;
}

.container-presentation {
    font-size: 12px;
}

@media only screen and (min-width: 380px) {
    .container-presentation {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) {
    .container-presentation {
        font-size: 16px;
    }
}

.footer_logo img {
    height: 30px;
    vertical-align: middle;
}

.footer_content a {
    white-space: nowrap;
}


.img-logo-with-text {
    display: none;
}

.img-logo-without-text {
    display: block;
}

@media only screen and (min-width: 400px) {
    .img-logo-with-text {
        display: block;
    }

    .img-logo-without-text {
        display: none;
    }
}

.box-container-gray .box-third {
    background-color: var(--box-background);
    color: var(--title-color);
}

.box-container-blue .box-third {
    background-color: var(--box-blue);
    color: var(--white);
}

.box-container-blue .box-third h4 {
    color: var(--white);
}

.content-box {
    background-color: var(--box-background);
}

.content-box-title {
    min-height: 36px;
    padding-top: 0;
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 36px 36px;
}

.content-box-title-1 {
    background-image: url('../img/circle-1-leaf.svg');
}


.dashboard-svg-icons{
    background-repeat: no-repeat;
    background-size: contain; /* or cover, depending on how you want it scaled */
    background-position: center;
    width: 32px;   /* Adjust as needed */
    height: 36px;  /* Adjust as needed */
    display: inline-block; /* Make sure it behaves like an icon */
}

.dashoard-customer{
    background-image: url('../img/customer.svg');
}

.dashoard-password{
    background-image: url('../img/lock-white.svg');
}
.dashoard-documents{
    background-image: url('../img/documents-white.svg');
}

.content-box-title-2 {
    background-image: url('../img/circle-2-leaf.svg');
}

.content-box-title-3 {
    background-image: url('../img/circle-3-leaf.svg');
}

.content-box-title img {
    width: 36px;
    height: 36px;
}

@media only screen and (max-width: 575px) {
    .content-box-title h3 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) {
    .content-box-title img {
        width: 44px;
        height: 44px;
    }
}

.app-presentation-title {
    font-size: 14px;
    line-height: 22px;
    color: var(--title-color);
}

@media only screen and (min-width: 380px) {
    .app-presentation-title {
        font-size: 16px;
    }
}

@media only screen and (min-width: 576px) {
    .app-presentation-title {
        font-size: 16px;
        line-height: 36px;
    }
}

@media only screen and (min-width: 768px) {
    .app-presentation-title {
        font-size: 22px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 992px) {
    .app-presentation-title {
        font-size: 28px;
        line-height: 46px;
    }
}

@media only screen and (min-width: 1200px) {
    .app-presentation-title {
        font-size: 34px;
        line-height: 52px;
    }
}

@media only screen and (min-width: 1400px) {
    .app-presentation-title {
        font-size: 39px;
        line-height: 60px;
    }
}

#change-locale-container {
    border-color: black;
    cursor: pointer;
}

#change-locale-container img {
    width: 20px;
    height: 15px;
    margin-top: 3px;
    vertical-align: top !important;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--box-blue);
    --bs-tooltip-color: var(--bs-white);
    --bs-tooltip-opacity: 1;
}

.form-errors {
    font-size: 14px;
}

@media only screen and (min-width: 576px) {
    .form-errors {
        font-size: inherit;
    }
}
