/**
 * Code generated by Adesso.
 */

/* Base Styles */
body {
  font-family: myriad-pro, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #000000;
  font-size: 15px;
  background-color: white;
  padding-top: 0px !important;
}

body.nav-open {
  overflow: hidden;
}

/* Utility Classes */
.text-white {
  color: #ffffff !important;
}

.text-dark-blue {
  color: #1e2d50 !important;
}

.text-light-blue {
  color: #6c9cd3 !important;
}

.bg-dark-blue {
  background-color: #1e2d50 !important;
}

.bg-light-blue {
  background-color: #6c9cd3 !important;
}

.bg-red {
  background-color: #e6413c !important;
}

.page-title h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  color: #6c9cd3;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: myriad-pro, sans-serif !important;
  font-weight: bold;
  margin-top: 1px !important;
  margin-bottom: 1px !important;
  color: #1e2d50;
  /* Default to Dark Blue */
}

h1,
.h1 {
  font-size: 44px;
  line-height: 1.1;
}

h2,
.h2 {
  font-size: 36px;
  line-height: 1.2;
}

h3,
.h3 {
  font-size: 30px;
  line-height: 1.2;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 1.2;
}

/* Topline (Equivalent to h4 with specific styles) */
.topline {
  font-family: myriad-pro, sans-serif !important;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  color: #6c9cd3;
  /* Light Blue */
  text-transform: uppercase;
}

/* Stage Titles */
.stage-e1 {
  font-family: myriad-pro, sans-serif !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 1.1;
  color: #ffffff;
}

.stage-e2 {
  font-family: myriad-pro, sans-serif !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1.1;
  color: #ffffff;
}

/* Buttons */
.button-link {
  font-family: myriad-pro, sans-serif !important;
  font-weight: 600;
  /* SemiBold */
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
  background-color: #6c9cd3;
  /* Light Blue */
  border: none;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}

.button-contact {
  font-family: myriad-pro, sans-serif !important;
  font-weight: 600;
  /* SemiBold */
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
  background-color: #e6413c;
  /* Red */
  border: none;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}

/* Body Copy */
.body-copy {
  font-family: myriad-pro, sans-serif !important;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  text-align: left;
  /* or #ffffff depending on background */
}

/* Links */
.anchor-link {
  font-family: myriad-pro, sans-serif !important;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  color: #6c9cd3;
  /* Light Blue */
  text-decoration: none;
}

.anchor-link:hover {
  text-decoration: underline;
}

.text-link {
  font-family: myriad-pro, sans-serif !important;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.6;
  color: inherit;
  /* Respective text color */
  text-decoration: none;
  padding-top: 100px;
}

/*Breadcrumb */

.breadcrumbs {
  font-family: myriad-pro, sans-serif !important;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.6;
  color: inherit;
  /* Respective text color */
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;

}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  color: #666666;
  padding: 0 5px;
}

.fa-home {
  color: #666666;
}

.breadcrumb > .active {
  color: #666 !important;
  font-size: 18px !important;
}

.breadcrumb > li a {
  color: #666 !important;
  font-size: 18px !important;
}

.navbar-static-top.navbar .menu-bar>.navbar-nav>li>a {
  font-family: myriad-pro, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.button {
  font-family: myriad-pro, sans-serif !important;
}

.glyphicon {
  padding: 3px !important;
}

legend {
  color: #000000;
}

.page-heading {
  padding-top: 60px;
}

/* Mobile View Adjustments */
@media (max-width: 991px) {

  /* Hide the first 2 li elements */
  .headerMobileDisplay {
    display: none;
  }

  #meta-nav .dropdown {
    display: block;
  }

  .logo {
    position: absolute;
    top: -20px;
    left: 0;
    height: 95px;
    width: 80px;
    box-shadow: 0px 7px 16px -6px rgba(0, 0, 0, 0.25);
    margin: 0;
    padding-top: 0;
    z-index: 10000;
    margin-left: 5%;
  }

  /* Navbar collapse */
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh);
    overflow-y: auto;
    background-color: #464646;
    z-index: 9999;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-collapse .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

  .navbar-collapse .dropdown-item {
    width: 100%;
    padding-left: 1.5rem;
  }

  .navbar-nav .nav-link.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }

  /* Show/Hide behavior */
  .navbar-collapse.show {
    display: block !important;
  }
  .navbar-collapse.collapse:not(.show) {
    display: none !important;
  }

  /* Stack nav items vertically */
  .navbar-collapse .navbar-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  /* Nav items and links */
  .navbar-nav .nav-item {
    margin-right: 0;
    border-bottom: 1px solid #ffffff;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* 
  .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  
  */
  .navbar-nav .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #ffffff;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .navbar-nav .nav-link:hover {
    color: #6c9cd3;
  }

  /* Dropdown menu styling */
  .custom-navbar .dropdown-menu {
    background-color: #464646;
  }
  .custom-navbar .dropdown-item {
    color: #ffffff;
  }
  .custom-navbar .dropdown-item:hover {
    color: #6c9cd3;
    background-color: #464646;
  }

  /* Language selection */
  .language-selection {
    padding: 10px;
    background-color: #464646;
  }
  .language-selection .language-link {
    color: #ffffff;
    margin: 0 5px;
    text-decoration: none;
  }
  .language-selection .language-link:hover {
    color: #6c9cd3;
  }

  /* Icon margin adjustments */
  .navbar-nav .nav-link .bi {
    margin-right: 5px;
  }


    /* Mobile Upper Navigation Styles */
  .mobile-upper-nav {
    padding: 15px 0;
    background-color: #464646; /* Match your navbar background */
    border-bottom: 1px solid #6c9cd3; /* Optional: add a separator */
  }

  .mobile-upper-nav .d-flex {
    /* Adjust spacing between the icons */
    gap: 20px;
  }

  .nav-icon-link {
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
  }

  .nav-icon-link:hover{
    color: #6c9cd3;
  }

  .nav-icon-link span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    text-decoration: none;
  }

  .nav-icon-circle {
    width: 60px;
    height: 60px;
    background-color: #1e2d50; /* Dark Blue */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-icon-circle i {
    font-size: 24px;
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: #1e2d50;
  }

}

html[dir=ltr] li a {
  margin-left: 0px;
}

#custom-navbar {
  box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {

  .navbar-collapse {
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
  }

  /* Each navbar-nav displays items horizontally */
  .navbar-collapse .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  /* Adjust spacing between the two navbars */
  #meta-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  #main-nav-desktop {
    margin-bottom: 12px;
  }

  #meta-nav .nav-item {
    margin-right: 15px;
  }

  /* Align nav items to the right */
  .navbar-nav .nav-item {
    margin-right: 15px;
  }

  /* Nav links styling */
  .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 7px;
    padding-right: 7px;
  }

  .navbar-nav .nav-link:hover {
    color: #6c9cd3;
  }

  /* Remove borders and adjust padding */
  .navbar-nav .nav-item {
    border-bottom: none;
  }

  /* Hide the navbar-toggler (hamburger icon) on desktop */
  .navbar-toggler {
    display: none;
  }

}

.section-landing {
  min-height: 150px;
}


@media screen and (max-width: 1680px) {
  .section-landing {
    min-height: 150px;
  }
}

@media screen and (max-width: 1190px) {
  .section-landing {
    min-height: 150px;
  }
}

@media screen and (max-width: 992px) {
  .section-landing {
    min-height: 150px;
  }
}

@media screen and (max-width: 600px) {
  .section-landing {
    min-height: 100px;
  }
}

.bottom {
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
}

.section-landing .section-landing-heading {
  font-family: myriad-pro, sans-serif;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}

.content-home {
  font-family: myriad-pro, sans-serif;
}

.title-section {
  padding-top: 15px;
  padding-bottom: 10px;
}

.home-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #6c9cd3;
}

.nav-account {
  margin-top: 50px;
}

@media screen and (max-width: 1200px) {
  .collapse.in {
    margin-top: 30px;
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff !important;
  }

  .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #666666;
    border-bottom: 4px solid #e2e8f0;
    padding-bottom: 10px;
  }

  .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
    outline: 1px dashed #FFFFFF;
  }
}

/* Korrektur des Bugs 37560 */

.navbar-nav>li>a.active,
.navbar-nav>li>a.active:hover {
  /*     padding-bottom: 10px; */
 /* background-color: rgb(110, 160, 210);*/
}


/* Korrektur des Bugs 37526 */

.box>inner-box {
  height: 80%;
  position: sticky;
  top: 15%;
  padding-left: 25%;
  padding-right: 25%;
}


.mt-1 {
  margin-top: 10.5px;
}

.margin-right-3 {
  margin-right: 3px;
}

.pt-1 {
  padding-top: 10px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pt-3 {
  padding-top: 15px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-5 {
  padding-top: 50px;
}

.pt-6 {
  padding-top: 60px;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.pl-1 {
  padding-left: 10px;
}

footer {
  color: #ffffff !important;
}

footer .footer-top {
  min-height: 50px !important;
  line-height: 10px;
  background-color: #404040 !important;
  border-top: 1px solid white;
}

footer .footer-top .list-social-links {
  margin-top: 0px !important;
}

.help-block {
  color: #a6a6a6;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #e6413c;
}

.has-error .form-control {
  border-color: #e6413c;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/**for help page**/
.flexdiv {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .flexdiv .flex3content {
    flex-grow: 1;
    width: 30%;
    margin: 10px;
  }
}

@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
  .flexdiv .flex3content {
    flex-grow: 1;
    width: 45%;
    margin: 10px;
  }
}

@media only screen and (max-device-width: 480px) {
  .flexdiv .flex3content {
    flex-grow: 1;
    width: 95%;
  }
}

/****dashboard notice card****/
.notice {
  background-color: #fafafa;
  border-left: 6px solid #7f7f84;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
}

.notice-sm {
  padding: 10px;
  font-size: 80%;
}

.notice-lg {
  font-size: large;
}

.notice a {
  color: #6c9cd3;
  text-decoration: none;
}

.text-success {
  color: #46b9be;
  ;
}

.notice-success {
  border-color: #46b9be;
}

.notice-success>strong {
  color: #46b9be;
}

.notice-info {
  border-color: #1e2d50;
}

.text-info {
  color: #1e2d50;
  ;
}

.notice-info>strong {
  color: #1e2d50;
}

.notice-warning {
  border-color: #FEAF20;
}

.text-warning {
  color: #FEAF20;
  ;
}

.notice-warning>strong {
  color: #FEAF20;
}

.notice-danger {
  border-color: #e6413c;
}

.notice-danger>strong {
  color: #e6413c;
}

.text-danger {
  color: #e6413c;
  ;
}

/****end notice card****/
/****post card styles***/
.text-white {
  color: #ffffff;
}

.card {
  border: none;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  min-height: auto;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

@media screen and (max-width: 1680px) {
  .card {
    min-height: 280px;
  }
}

/*
@media (max-width: 1390px) {
  .card {
    min-height: 250px;
  }
}*/
@media (max-width: 992px) {
  .card {
    min-height: 230px;
  }
}

@media (max-width: 768px) {
  .card {
    min-height: 200px;
  }
}

@media (max-width: 420px) {
  .card {
    min-height: 100px;
  }
}


.card-link {
  color: #ffffff;
  text-decoration: none;
}

.card .card-footer {
  background: none;
  border-top: none;
}

.card .card-title {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}

.card-title a {
  color: #ffffff;
  text-decoration: none;
}

.card .card-body {
  padding: 30px;
}

.card-icon-wrap {
  text-align: center;
  padding: 50px 20px 20px 20px;
}

@media screen and (max-width: 1680px) {
  .card-icon-wrap {
    padding: 10px;
  }
}

@media screen and (max-width: 600px) {
  .card-icon-wrap {
    padding: 0px;
  }
}

.card-1 {
  background: url("dashboard-images1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.card-2 {
  background: url("dashboard-images2.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.card-3 {
  background: url("dashboard-images3.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/*
.btn-primary {
  background-color: rgb(98, 152, 209) !important;
  border-color: rgb(98, 152, 209) !important;
  min-width: 130px !important;
  line-height: 22.5px !important;
  border-radius: 0px !important;
}

*/


.btn-primary {
  font-family: myriad-pro, sans-serif !important;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  background-color: #6c9cd3 !important;
  border-color: #6c9cd3 !important;
  min-width: 130px !important;
  border-radius: 0px !important;
}

.btn-primary:hover {
  background-color: rgba(108, 156, 211, 0.7) !important;
  border-color: rgba(108, 156, 211, 0.7) !important;
}

.btn-default {
  color: rgb(98, 152, 209) !important;
  background-color: #fff !important;
  border-color: rgb(98, 152, 209) !important;
}

.btn-default:hover {
  background-color: rgba(108, 156, 211, 0.7) !important;
  color: #fff !important;
  border-color: rgba(108, 156, 211, 0.7) !important;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
  background-color: rgba(108, 156, 211, 0.7) !important;
  color: #fff !important;
  border-color: rgba(108, 156, 211, 0.7) !important;
}

.text-primary {
  color: rgb(98, 152, 209) !important;
}

.button-content {
  padding: 10px 0px !important;
}

.pr-1 {
  padding-right: 10px;
}

.dropdown-menu>.active>a {
  background-color: #6c9cd3 !important;
  order: 2px solid #6c9cd3 !important;
}

.btn:focus {
  outline: none !important;
}


/* Green Lease */

.greenlease_buttonConatiner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1em;
}

.greenlease_buttonConatiner > button {
  width: 200px;
}

.accordion-button {
  background-color: #ccc !important;
  border: 1px solid #fff !important;
}

.accordion-button:not(.collapsed) {
  background-color: #ccc !important;
  color: #000 !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3E%3Cpath fill-rule='evenodd' d='M1.646 11.354a.5.5 0 0 0 .708 0L8 5.707l5.646 5.647a.5.5 0 0 0 .708-.708l-6-6a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 0 .708z'/%3E%3C/svg%3E") !important;
  transform: rotate(-180deg); /* keeps the rotation effect */
}

.accordion-button:focus {
  box-shadow: none !important;
}

/* Green Lease Ende */

.form-control {
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
}

.form-controlAccount {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-group {
  margin-bottom: 15px !important;
}

label {
  margin-top: 5px !important;
}

@media screen and (min-width: 768px) {
  .col-md-7 {
    flex: 0 0 auto;
    width: 100% !important;
  }
}

/*HeaderCSS */


@media screen and (min-width: 992px) {
  .logo {
    position: absolute;
    top: -15px;
    height: 108px;
    width: 90px;
    box-shadow: 0px 7px 16px -6px rgba(0, 0, 0, 0.25);
    margin: 0;
    padding-top: 0;
    z-index: 10000;
    margin-left: 5%;
  }
  
}
@media (min-width:450px) and(max-width:1024px){
  .logo{
    margin-left: 0px;
  }
}



.custom-navbar {
  position: sticky;
  top: 0;
  background-color: #464646;
  border-top: 10px solid white;
  font-size: 15px;
  padding: 0;
  z-index: 100;
}


.white-line {
  width: 100%;
  height: 10px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}


.navbar-brand {
  display: block !important;
  height: auto;
  padding: 0;
  margin: 0;
}

/* Underline the active navigation link */
.custom-navbar .nav-link.active {
  text-decoration: underline;
}


.custom-navbar .navbar-brand,
.custom-navbar .nav-link {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}


.custom-navbar .nav-link:hover {
  color: #6c9cd3;
  background-color: #464646;
}


.custom-navbar .dropdown-menu {
  background-color: white;
}

/* TEMP ALPEREN */

.intro {
  margin: 10px 0 10px 0 !important;
}

.nav-item.dropdown .dropdown-menu {
  position: absolute; /* Make sure it floats outside the navbar */
  top: 100%; /* Position it directly below the trigger */
  left: auto;
  right: 0; /* Align to the right */
  transform: none; /* Prevent Bootstrap's default transform */
}

.dropdown-menu {
  max-height: 300px; /* Set a maximum height */
  overflow-y: auto; /* Allow internal scrolling if items overflow */
}

/* TEMP ALPEREN */

.custom-navbar .dropdown-item {
  color: black;
}

.custom-navbar .dropdown-item:hover {
  color: #dcdcdc;
  background-color: #464646;
}


.vr {
  height: 21px;
  margin: 0 4px;
  margin-top: 14.5px;
  border-right: 1px solid #fff;
  border-left: 1px solid #666;
  opacity: 1;
}

.navbar-toggler {
  border: none;
  background-color: transparent;
}


.navbar-toggler-icon {
  width: 30px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.navbar-toggler-icon span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: white !important;
  border-radius: 2px;
}

.custom-navbar .row.w-100 {
  margin-left: 0;
  margin-right: 0;
}

.custom-navbar .align-items-start {
  align-items: flex-start !important;
}

/* Dashboard */
/*
.newBackground{
  background-color: #464646;
  height:100%;
}
@media(max-width:1024px){
  .newBackground{
  background-color: #464646;
  height:auto;
  }
}
*/

.current-page{
  text-decoration: underline;
  text-decoration-color: white;
  text-decoration-thickness: 3px;
}

.stage-span {
  font-size: 18px;
  font-weight: normal;
}

.containerMax {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.stage-h1 {
  font-size: 44px;
  margin-bottom: 15px !important;
}

.table-view {
  display: table;
  border-spacing: 0.5em;
  margin-bottom: 0;
  line-height: 1;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.kachelmall {
  background: url("/ecemall.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: background-size 600ms ease-in-out;
}

.kachelhof {
  background: url("/EceEInvocing.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: background-size 600ms ease-in-out; 
}

.kachelHelp {
  background: url("/eceHelpKachel.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
   transition: background-size 600ms ease-in-out;
}

.kachelReports {
  background: url("/eceKachelReports.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 600ms ease-in-out;
  }

.kachelmall:hover,
.kachelhof:hover,
.kachelHelp:hover,
.kachelReports:hover {
  transform: scale(1.05);
  
}

.modules-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; 
  gap: 10px;
  max-width: 80%;
}

.tile {
  /*
  flex: 1 1 200px; 
  */
  max-width: 700px;
  min-width: 550px;
  position: relative; 
}

@media (max-width: 1400px) {
  .tile {
    max-width: 550px;
  }
}

@media (max-width: 1200px) {
  .tile {
    max-width: 100%;
      width: 100%;
      flex: 0 0 auto;
  }
  
}

.tile img {
  width: 100%; 
  height: 350px; 
  object-fit: cover; 
}
.StaticNotice {
 position: absolute;
  left: 10px;   
  padding: 20px;
}
@media(min-width:1025px){
  .StaticNotice{
    bottom:0px !important ; 
  }
}
@media (max-width: 1024px) and (min-width: 451px) {
.tile img {
    height: 400px; 
}
.StaticNotice {
position: absolute;
 top: 313px !important;
 
}
}


@media (max-width: 450px) {
.tile img {
    height: 200px; 
}
.StaticNotice {
position: absolute;
 top: 115px !important;

}
}

.overlay-content {

  padding: 10px; 
}

.dashboardhover {
  position: relative;
  display: block;
  text-decoration: none;
}

.dashboardhover:hover {
  text-decoration: none;
}

.img-hover-zoom {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.img-hover-zoom img {
  width: 100%;
  transition: transform 0.5s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.2);
}

.overlay-content {
  position: absolute;
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  padding: 10px;
  border-radius: 5px;
  color: #fff;
}

.customNotice, .wrap {
  z-index: 1;
  color: white; 
  pointer-events: auto; 
}

.customNotice {
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 1;
  color: white; 
}
.wrap {
  z-index: 1;
  color: white;
  pointer-events: auto;
  margin-top: auto; 
  padding-bottom: 10px;
}

.c-dashboardInfo .wrap {
  border-radius: 0px;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.c-dashboardInfo__title,
.c-dashboardInfo__subInfo {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}

.c-dashboardInfo span {
  font-size: 15px;
}

.c-dashboardInfo .wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
}

.ece-hero-content {
  height: calc(80% - 75px);
  border: 10px solid #fff;
  border-left: unset;
  top: calc(50% - 37.5px);
  left: 50%;
  transform: translate(-50%, -50%);
}

.title-sectionHero {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  overflow-wrap: break-word;
}

@media (max-width: 450px) {
  .ece-hero-content {
    width: 90%;
  }
  .stage-e1 {
    font-size: 30px !important;
  }
}

.section-landing {
  height: 700px;
  background: none;
}

.row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}

.c-dashboardInfo {
  flex: 1;
  margin: 6px;
}


@media (max-width: 768px) {
  .c-dashboardInfo {
    flex: 0 0 100%; /* Eine Kachel pro Zeile bei iPhone */
    max-width: 100%; /* Maximale Breite für eine Kachel */
  }
}

.c-dashboardContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

@media (max-width: 1024px) {
  .c-dashboardContainer {
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .c-dashboardContainer {
    flex-direction: column;
    align-items: center;
  }
}

.wrap {
  padding-top: 10px;
  padding-right: 10px;
}


.ece-hero {
  height: 300px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
}

.ece-hero-text--headline {
  word-wrap: break-word;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 13px #505050;
  padding-right: 20px;
}

.ece-hero video {
  max-width: none;
  height: auto;
  position: absolute;
  width: 150%;
}

.ece-hero .video_desktop--mobilOff {
  display: none;
}

.ece-hero .video_desktop--on {
  display: block;
}

.ece-hero-content {
  position: absolute;
  bottom: 10%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 1;
  padding-left: 0px;
}

.ece-hero .fullscreen-bg__video {
  position: absolute;
  right: 0;
  min-width: 100%;
  min-height: 100%;
}

.ece-hero .breadcrumb {
  text-align: center;
  width: 100%;
  position: absolute;
  opacity: 0.8;
  padding: 1.25rem;
  bottom: 0;
}

.ece-hero .breadcrumb--desktop {
  display: none;
}

.ece-hero .breadcrumb .ECE-Icon-arrow-right-after {
  font-size: 12px;
  padding: 0 5px;
  font-weight: bold;
}

.ece-hero a.full_on {
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  height: calc(100% - 68px);
  width: 100%;
  z-index: 2;
}

.text-kachel {
  text-align: left;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  color: white;
  font-size: 30px;
}

@media only screen and (min-width: 768px) {
  .ece-hero {
    height: 500px;
  }
  .ece-hero .breadcrumb--desktop {
    display: block;
  }
  .ece-hero-text--headline {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -4px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }
  .ece-hero .video_desktop {
    top: -100px;
  }
  .ece-hero .video_desktop--mobilOff {
    display: block;
  }
  .ece-hero-content {
    height: calc(80% - 75px);
    border: 10px solid #fff;
    border-left: unset;
    top: calc(60% - 37.5px);
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .ece-hero-content .border_left {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #fff), color-stop(0, rgba(9, 9, 121, 0)), color-stop(85%, rgba(6, 84, 170, 0)), color-stop(0, #fff));
    background: -o-linear-gradient(bottom, #fff 15%, rgba(9, 9, 121, 0) 0, rgba(6, 84, 170, 0) 85%, #fff 0);
    background: linear-gradient(0deg, #fff 15%, rgba(9, 9, 121, 0) 0, rgba(6, 84, 170, 0) 85%, #fff 0);
    width: 10px;
    height: 100%;
    display: inline-block;
  }
  .ece-hero .border_off {
    border-color: transparent !important;
  }
}

@media screen and (max-width: 1024px) {
  .ece-hero-content .border_left {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #fff), color-stop(0, rgba(9, 9, 121, 0)), color-stop(85%, rgba(6, 84, 170, 0)), color-stop(0, #fff));
    background: -o-linear-gradient(bottom, #fff 15%, rgba    (9, 9, 121, 0) 0, rgba(6, 84, 170, 0) 85%, #fff 0);
    background: linear-gradient(0deg, #fff 15%, rgba(9, 9, 121, 0) 0, rgba(6, 84, 170, 0) 85%, #fff 0);
    width: 10px;
    height: 100%;
    display: inline-block;
  }
  .section-landing {
    height: 300px;
  }
  .ece-hero {
    height: 300px;
  }
  .stage-e1 {
    font-size: 36px;
  }
  .c-dashboardInfo {
    display: block;
    margin-bottom: 6px;
    flex: 0 0 100%;
    max-width:100%;
  }
  .text-kachel {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1024px) {
  .ece-hero video {
    width: 100%;
  }
  .ece-hero .video_desktop {
    width: 100%;
  }
  .ece-hero-text--headline {
    max-width: 50%;
  }
}

.h1Stage {
  text-align: center;
  color: #ffffff !important;
}

.uppercases {
  text-transform: uppercase;
}

/* Reports Seite */
.help-ul {
  padding-bottom: 10px;
}

.help-ul h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  color: #6c9cd3;
}

.help-ul ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.help-ul ul li:before {
  /*Using a Bootstrap glyphicon as the bullet point*/
  content: "•";
  font-size: 20px;
  font-family: 'Glyphicons Halflings';
}

.help-ul ul>li {
  line-height: 1;
}

.help-ul ul>li>a {
  color: #6c9cd3;
}

.help-ul ul li ul {
  padding-inline-start: 40px;
}

.help-ul ul li ul li:before {
  /*Using a Bootstrap glyphicon as the bullet point*/
  content: "-";
  font-size: 20px;
  font-family: 'Glyphicons Halflings';
}

.help-ul ul li ul>li {
  padding-top: 5px;
}

.spanLi {
  font-size: 15px;
}

/* E-Invoicing */
.tabs-header {
  padding-bottom: 20px;
}

.page-title h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.main-content {
  background-color: #fff;
  -webkit-box-shadow: 2px 5px 8px 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 2px 5px 8px 2px rgba(0, 0, 0, .2);
  box-shadow: 2px 5px 8px 2px rgba(0, 0, 0, .2);
}

.ece-btn {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.ece-btn:focus,
.ece-btn.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.ece-btn:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.ece-btn:active,
.ece-btn.active,
.open>.dropdown-toggle.ece-btn {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.ece-btn:active:hover,
.ece-btn.active:hover,
.open>.dropdown-toggle.ece-btn:hover,
.ece-btn:active:focus,
.ece-btn.active:focus,
.open>.dropdown-toggle.ece-btn:focus,
.ece-btn:active.focus,
.ece-btn.active.focus,
.open>.dropdown-toggle.ece-btn.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.ece-btn:active,
.ece-btn.active,
.open>.dropdown-toggle.ece-btn {
  background-image: none;
  background-color: #d4d4d4;
}

a {
  color: black;
}

@media (min-width: 40em) {
  .table-view {
    display: table;
    border-spacing: 0.5em;
    margin-bottom: 0;
    line-height: 1;
  }

  .table-row {
    display: table-row;
  }

  .table-cell {
    display: table-cell;
    vertical-align: middle;
    line-height: 175%;
  }
}

.notice-info {
  border-color: #1e2d50;
}

.notice {
  background-color: #fafafa;
  border-left: 6px solid #1e2d50;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
}

/* span{
    font-size: 15px;
}*/
/* Help Seite*/

.toc {
  border: 1px solid #6c9cd3;
  background: white;
  padding: 10px;
  margin: 10px;
  float: right;
  right: 5%;
  top: 5%;
}

.colorText {
  color: #6c9cd3;
  text-decoration: none;
}

.row1 {
  display: block;
}

strong {
  font-weight: bold !important;
}

/* Profile Seite */
.phone-link,
.mail-link {
  color: #6c9cd3;
}

.contact-frame {
  border-style: solid;
  border-color: #6c9cd3;
  border-width: 1px;
  padding: 10px;
  text-align: center;
}

.contact-frame p {
  padding-bottom: 10px;
}

.tab-column {
  margin-left: -27px;
}

@media screen and (max-width: 900px) {
  .tab-column {
    margin-left: 0px;
  }

  .control a {
    word-break: break-word;
  }
}

.ece-primarycolor {
  color: #6c9cd3;
}


/* My Contracts Page */
.tabs-header {
  padding-bottom: 20px;
}



/* Modal CSS */

.apa-modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.apa-modal-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #6c9cd3;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  max-width: 400px;
  width: 80%;
  max-height: 350px;
}

.custom-secondary-btn {
  background-color: #F0F0F0;
  color: black;
  border: none;
}

.custom-secondary-btn:hover {
  background-color: #D9D9D9; 
  border: 1 solid #D9D9D9; 
}

.form-group > label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.panel-body {
  border: 3px solid #304580;
  padding: 15px
}

#contactList,
#inactiveContactList {
  position: relative;
  z-index: 99;
  width: 100%;
  /*       max-height: 600px; */
  /*       overflow-y: auto; */
  background: white;
}
.module {
  margin-bottom: 20px;
}
.module-header {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  /*background-color: #464646; */
  background-color: #304580;
  padding: 1rem;
}
.module-header h5 {
  font-weight: bold;
  color: white;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-right: 10px;
  z-index: 10;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 20px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #6c9cd3;
}
input:checked + .slider:before {
  transform: translateX(20px);
}
.toast-message-container {
  height: 60px;
  position: relative;
  z-index: 1;
}

input#contactEmail {
  background-color: #eee;
}

.alert {
  position: relative;
  padding: 15px;
  text-align: center; /* Ensures the text is centered */
}

.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  float: right;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#message-status {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 1060;
}
.toast-container {
  position: fixed;
  top: 20px;
  right: 80px;
  z-index: 1060;
}

.list-group-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border: 3px solid #6c9cd3;
  border-top-width: 3px !important;
  /*margin-bottom: 5px;*/
}
.list-group-item strong {
  flex: 1;
}
.list-group-item button {
  margin-left: 10px;
}

.input-group.searchbar {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.search-container {
  position: relative;
  margin-right: 10px;
}

#searchInput,
#inactiveSearchInput {
  border: 2px solid #6c9cd3;
}

.search-input-wrapper {
  position: relative;
}

.small-search {
  width: 200px;

  padding-right: 30px;
}

.search-icon {
  position: absolute;
  right: 10px;
  top: 7px;
  color: #888;
  pointer-events: none;
  z-index: 2;
  font-size: 24px;
}
#addContactBtn {
  white-space: nowrap;
  border: 0px solid #6ea0d3;
  background-color: #6c9cd3;
  color: white;
}
#addModuleItemBtn {
  color: #6c9cd3;
}

.search-results {
  max-height: 150px;
  overflow-y: auto;
  display: none;
  background: white;
  border: 1px solid #6c9cd3;
  z-index: 1000;
}
.vertical-separator {
  border-left: 1px solid #ccc;
  padding-left: 20px;
}
.header-section {
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.content-section {
  padding-top: 10px;
}
.input-group {
  margin-bottom: 1rem;
}
.list-group-item.selected {
  background-color: #f0f0f0;
}
.loading-indicator {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1050;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#addShopAccountBtn {
  margin-left: 10px;
}

#addContactPopup {
  display: none;
}
.popup {
  display: none;
  position: fixed;
  z-index: 1070;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #6c9cd3;
  width: 80%;
  max-width: 500px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

#popupContactList .list-group-item {
  cursor: pointer;
}
.header_part {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.list-group-item.inactive-contact {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  border: 3px solid #6c9cd3;
  border-top-width: 3px !important;
  margin-bottom: 5px;
}
.contact-info {
  flex: 3;
}
.contact-status {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-between;
}
.status-active {
  color: white;
  background-color: #46b9bd;
  padding: 5px;
  margin-right: 15px;
}
.status-inactive {
  color: white;
  background-color: #e6413c;
  padding: 5px;
  margin-right: 15px;
}

.status-pending {
  color: white;
  background-color: #fec827;
  padding: 5px;
  margin-right: 15px;
}

.nav-tabs > li > a {
  color: #555 !important;
  padding: 10px 15px;
  text-decoration: none !important;
  background-color: #f8f9fa; /* Light background for inactive tabs */
  border: 1px solid transparent; /* Keep borders clean */
  border-radius: 4px 4px 0 0; /* Rounded corners */
}

.nav-tabs > li > a.active,
.nav-tabs > li > a.active:focus,
.nav-tabs > li > a.active:hover {
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; /* Remove bottom border for active tab */
  cursor: default;
}

.nav-tabs > li > a:hover {
  color: #333;
  background-color: #e9ecef; /* Slightly darker background on hover */
  border: 1px solid #ddd;
  cursor: pointer;
  border-radius: 4px 4px 0 0; /* Keep the rounded corners */
}

.tab-margin {
  margin-bottom: 1.5rem;
}

.toggle-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5px;
}

.toggle-description {
  margin-bottom: 5px;
  font-size: 0.9em;
  color: #666;
  font-weight: bold;
}

.hover {
  cursor: pointer;
}

.btn {
  border-radius: 0px;
}

.star {
  color: red;
}

.customLiStyle {
  padding: 10px 15px;
}

/* Kontakt Seite */

.form-titleContact {
  font-weight: bold;
  font-size: 20px;
}

.phone-link,
.mail-link {
  color: #6c9cd3;
}

.contact-frame p {
  padding-bottom: 10px;
}

.infoframe_text {
  line-height: 1;
  color: #6c9cd3;
}

.gdprmsg a {
  color: #6c9cd3 !important;
}

.uploadFile label.file-upload {
  text-transform: none;
  color: #6c757d !important;
  border-color: #dee2e6 !important;
}

/*myAccount Seite */
.panel-ece>.panel-body {
  border: none;
}

@media (min-width: 40em) {
  .table-view {
    display: table;
    width: 100%;
    border-spacing: 0.5em;
    margin-bottom: 0;
  }

  .table-row {
    display: table-row;
    line-height: 35px;
  }

  .table-cell {
    display: table-cell;
    vertical-align: middle;
  }

  .equal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  /*
div[class*='col-'] {
flex:1 1 auto;
display: flex;
}*/

  .panel {
    flex: 1 0 100%;
    -webkit-box-shadow: 2px 5px 8px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 5px 8px 2px rgba(0, 0, 0, .2);
    box-shadow: 2px 5px 8px 2px rgba(0, 0, 0, .2);
  }
}

.panel-ece>.panel-heading {
  background-color: rgba(108, 156, 211, 0.3);
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
}

.panel-ece>.panel-heading h2 {
  font-weight: bold;
  font-size: 28px;
}

.panel-ece>.panel-body {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  border: none;
}

.pb-4 {
  padding-bottom: 40px;
}

.define-col {
  padding-right: 15px;
  padding-left: 15px;
  min-width: 1px;
  position: relative;
}

/* Uneingelogt*/

.bg-container {
  width: 100%;
  height: 100%;
  /* border:5px solid red; */
  box-sizing: border-box;
  background-image: url("homehero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.box {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-box {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  /* background:white; */
}

.content_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min-content;
  min-height: 100%;
  padding: 0 20px 20px 20px;
  background-color: white;
}

.content-home {
  font-weight: bolder;
  font-style: normal;
  line-height: 1.6;
  color: #6c9cd3;
  font-size: 25px;
  padding-right: 30px;
  padding-left: 30px;
}

.content-header {
  color: #6c9cd3;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 15px;
  border-bottom: 2px solid #464646;
  text-wrap: nowrap;
}

.content-button-login {
  font-size: 14px;
  font-style: bold;
  background: #6c9cd3;
  color: #fff;
  border: 0px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 15px 0 15px 0;
  padding: 10px;
  line-height: 20px;
}

.content-notes {
  line-height: 1.3;
}

.HomeV2 {
  padding-top: 15px;
}

/* ChangePW Seite */


.inner-box {
  display: table-cell;
  vertical-align: middle;
}


#cancel,
#continue {
  margin-top: 10px;
  margin-right: 10px;
  background-color: #296ec6;
  border: none;
  border-radius: 0px !important;
  color: #fff;
  width: 25%;
}

.containerChangePassword {
  background-color: white;
  border-style: groove;
  border-radius: 18px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  box-shadow: 5px 11px 47px black;
  margin-top: 25px;
  text-align: left;
}

/* Footer */

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
}

.list-social-links {
  text-align: right;
}

.text-left1 {
  min-height: 10px;
}

/* Home V2 */
.freezingScreen {
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: Black;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.8;
  display: none"

}

/* Impressum Seite und Datenschutz */

.tc_container {
  background-color: white;
  /*margin-left: 80px;
  margin-right: 80px;
  max-width: 210mm;*/
}

.page-headingInfo {
  padding-top: 15px;
}

.page-copy {
  /* padding: 10px;*/
  font-size: 15px;
}

.page-copy h1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
}

.page-copy h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}


.inner-boxInfo {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  /* background:white; */
}

footer {
  margin-top: auto;
}

.tc_navbar {
  background-color: #464646;
  border-color: transparent;
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}

.navbar-inverse {
  background-color: #464646 !important;
}

.minHeight {
  border: 1px solid;
  margin-bottom: 25px;
  margin-left: 5px;
  margin-right: 5px;
  height: 50vh;
  overflow-y: scroll;
  /* IMPORTANT -- always set 'height: auto;' immediately after the min-height attribute */
  text-align: left;
}

@media screen and (max-width: 992px) {
  .minHeight {
    height: 50vh;
  }
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
  .minHeight {
    height: 50vh;
  }
}

.commands {
  margin-top: 5px;
  margin-bottom: 25px;
  background-color: #296ec6;
  border-radius: 0.5rem;
}

/* Page Header */

.page-title {
  border-bottom: 1px solid;
  color: #1e2d50;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.page-title h2 {
  font-family: "myriad-pro", sans-serif !important;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
  color: #1e2d50; /* Dark Blue or adjust if needed */
  text-transform: uppercase; /* If required */
}


.page-copy {
  padding-bottom: 20px;
}

/* Reposrt Sales */

.report_Container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.powerbi {
  height: 75vh;
}

iframe {
  border-width: 0px !important;
}

/* E-Invocing Web Template-Special E-Mail Config */


@media (min-width: 40em) {
  .table-view {
    display: table;
    border-spacing: 0.5em;
    margin-bottom: 0;
    line-height: 1;
  }

  .table-row {
    display: table-row;
  }

  .table-cell {
    display: table-cell;
    vertical-align: middle;
    line-height: 175%;
  }
}

.notice-info {
  border-color: #1e2d50;
}

.notice {
  background-color: #fafafa;
  border-left: 6px solid #1e2d50;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
}

.keineDeko {
  text-decoration: none;
}

/* Website CSS-Styles */

.sectionPrimaryColor {
  display: flex;
  flex-wrap: wrap;
  height: 15px;
  min-height: 15px;
  padding: 8px;
  margin: 0px;
}

.errorImage {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  min-height: 541px;
  padding: 8px;
  margin: 0px;
  background: url("error-illustration.png");
}

.errorMess {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  min-height: 100px;
  padding: 8px;
  margin: 0px;
}

.zugriff {
  display: flex;
  flex-wrap: wrap;
}

.zugriff.columnBlockLayout {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-width: 300px;
  padding: 16px;
  margin: 60px 0px;

}

.sectionPrimaryColor {
  background-color: white;
}

/* Hilfe Seite */

.verlinkungen {
  color: rgb(110, 160, 210);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.spanHeader {
  font-size: 11pt;
}

.spanLineHeight {
  line-height: 107%;
}

.spanStylingsCustom {
  font-family: 'Segoe UI', sans-serif;
}

/* NotFoundSite */
.customize {
  display: flex;
  flex-wrap: wrap;
  min-height: 50px;
}

.customizeCol {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-width: 300px;
  padding: 16px;
}

.customizeImg {
  width: 200px;
  height: 161px;
  margin-left: auto;
  margin-right: auto;
}

.centeritems {
  text-align: center;
}

/* SignOff Seite */

.text-left {
  display: flex;
  flex-wrap: wrap;
  padding: 8px;
  margin: 0px;
  min-height: 100px;
}

.clumnCustom {
  display: flex;
  flex-direction: column;
}

.pCustomize {
  margin-left: 40px;
}

.spanColor {
  color: #3498db;
}

.spanCustomize {
  font-family: realist-1, realist-2, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-align: start;
  text-indent: 0px;
  text-transform: none;
  white-space: normal;
  word-spacing: 0px;
  -webkit-text-stroke-width: 0px;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  display: inline;
  float: none;
}

/*

@media screen and (max-width: 850px) {
  img {
    height: 100% !important;
    width: 95% !important
  }
}
*/

.e-invoice {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  min-height: auto;
  padding: 8px;
}

.input-groupTurnover {
  display: flex;

}

.input-groupTurnover>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Not-Found */ 

.NotFound{
  text-align: center;
  margin-top: 15rem;
  
}
.backHome{
      padding: 7px 24px;
  text-align: center;
  background-color: #6c9cd3;
  color: white;
}
.backHome:hover{
  color: white;
  text-decoration: underline;
}

.breaker{
  word-break: break-word;
}
.heading{
  margin-top:15px;
}

/*Footer*/

.text-left1 {
  text-align: left; 
  display: flex;
    flex-wrap: wrap;
    padding: 8px;
    margin: 0px;
 
}


@media (max-width: 450px) {
  .text-left1 {
    line-height: 1.5 !important;
  }
}


/*Notice into Kachel */

.textKachelNotice{
  display: ruby;
  color: #1e2d50 !important;
  display: ruby !important;
}
.iconKachekTurn{
  display: flex; 
  align-items: center; 
  margin-right: 5px;
}
.textKachelNoticeEinvoic{
  display: ruby;
  color: #1e2d50 !important;
  display: ruby !important;
  line-height: 1.5;
  margin-left: 7px;

}
.customNoticeEInvoic{
padding: 7px;
text-align: left;
display: flex; 
align-items: center;
background-color: #fafafa;
border-left: 6px solid #6c9cd3;
-webkit-box-shadow: 0 1px 5px 0  rgba(0, 0, 0, .2);
-moz-box-shadow: 0 1px 5px 0  rgba(0, 0, 0, .2);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
margin-bottom: 5rem;
}
 .customNotice{
  padding: 7px;
  text-align: left;
  border-left: 6px solid #FEAF20;
  display: flex; 
  align-items: center;
  margin-bottom: 1rem;
  background-color: #fafafa;
}
.color123{
  color:#727272 !important;
   }
   .color123:hover{
    color:white !important;
    text-decoration: none;
   }

   .newContainer{
    align-items: center;
    width: 100%;
    height: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    background-image: url(homehero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
   }

   a:hover{
    color:#6c9cd3 !important;
    text-decoration: underline;
   }