body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_margin {
  margin: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container h2 span {
  color: #7335b7;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f5f5f5;
  border-radius: 0 0 350px 0;
}

.sub_page .hero_area {
  min-height: auto;
  border-radius: 0 0 45px 0;
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 25px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #000000;
  background-color: #ffffff;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
  transform: none;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 45px 0;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  text-align: center;
  color: #000000;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  margin-bottom: 20px;
}

.slider_section .detail-box h2 {
  color: #1775E9;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -5px;
  margin-top: 45px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 185px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 12px 15px;
  background-color: #1775e9;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*border: 1px solid #5a2a8f;*/
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #0f67d1;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  opacity: 1;
  border: 1px solid #c2c2c2;
}

.slider_section .carousel-indicators li.active {
  width: 23px;
  height: 23px;
  background-color: #dbdbdb;
}

.service_section {
  text-align: center;
}

.service_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service_section .box {
  margin-top: 25px;
  padding: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box::before {
  content: "";
  width: 275px;
  height: 275px;
  position: absolute;
  right: -137.5px;
  bottom: -137.5px;
  background-color: #f8f8f8;
  z-index: -1;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 125px;
  border-radius: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .img-box img {
  width: 75px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  position: relative;
}

.service_section .box .detail-box a {
  color: inherit;
}
.service_section .box:hover::before {
  -webkit-transform: scale(5);
  transform: scale(5);
  background-color: #f5f5f5;
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #1775e9;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*border: 1px solid #7335b7;*/
}

.service_section .btn-box a:hover {
  background-color: #0f67d1;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.about_section {
  background-color: #f5f5f5;
  color: #000000;
  border-radius: 250px 0 250px 0;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .img-box {
  position: relative;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #dbdbdb;
  color: #000000;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*border: 1px solid #f8842b;*/
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  background-color: #e6e6e6;
}

.case_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.case_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.case_section .box {
  margin-top: 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}

.case_section .box .img-box {
  position: relative;
}

.case_section .box .img-box img {
  width: 100%;
}

.case_section .box .detail-box {
  padding: 25px;
}

.case_section .box .detail-box h5 {
  font-weight: bold;
}

.case_section .box .detail-box p {
  font-size: 15px;
}

.case_section .box .detail-box a {
  color: #7335b7;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0;
  text-align: center;
}

.client_section .box .img-box {
  width: 125px;
  height: 125px;
  min-width: 125px;
  position: relative;
  margin-bottom: -62.5px;
}

.client_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
}

.client_section .box .client_info .client_name h5 {
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}

.client_section .box .client_info .client_name h6 {
  margin-bottom: 0;
  color: #000000;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}

.client_section .box .client_info i {
  font-size: 24px;
}

.client_section .box p {
  margin-top: 15px;
}

.client_section .box .detail-box {
  background-color: #f5f5f5;
  color: #000000;
  border-radius: 15px;
  padding: 85px 45px 15px 45px;
}

.client_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.client_section .carousel-indicators li {
  background-color: #f5f5f5;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 1;
  border: 1px solid #c2c2c2;
}

.client_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #dbdbdb;
}

.autoPlacementTxt {
  display: block;
  font-size: 12px;
  margin-top: -5px;
  margin-left: 5px;
  color: #00d11c;
}

.form-check-input {
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
  vertical-align: middle; /* Checkbox mittig ausrichten */
  position: relative;
  margin-bottom: 0px !important;
}

.form-check-label {
  font-size: 0.9rem;
  margin-bottom: 0; /* Kein Abstand nach unten */
}

.form-check-label a {
  color: #007bff;
  text-decoration: underline;
}

.form-check-label a:hover {
  color: #0056b3;
}

.d-flex.align-items-center .form-check-input {
  margin-right: 8px; /* Abstand zwischen Checkbox und Text */
}

.about-box {
  background-color: #e2e2e2; /* hellgrauer Hintergrund */
  padding: 10px;
  text-align: center;
  border-radius: 10px; /* optional, für abgerundete Ecken */
}

.about-box .img-box img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.about-desc {
  margin-top: 15px;
}

.about-desc p {
  margin: 5px 0 0;
  font-size: 1rem;
  color: #555; /* dunkles Grau für Text */
}

.contact_section {
  position: relative;
}

.contact_section form {
  margin-top: 45px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  background-color: transparent;
  outline: none;
  color: #000000;
  border: 1px solid #a5a5a5;
}

.contact_section input::-webkit-input-placeholder {
  color: #1c1b1b;
}

.contact_section input:-ms-input-placeholder {
  color: #1c1b1b;
}

.contact_section input::-ms-input-placeholder {
  color: #1c1b1b;
}

.contact_section input::placeholder {
  color: #1c1b1b;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  padding: 10px 65px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000000;
  margin-top: 10px;
  outline: none;
  border: none;
}

.contact_section button:hover {
  color: #000000;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  background-color: #e6e6e6;
}

.contact_section .map_container {
  height: 100%;
  min-height: 325px;
  overflow: hidden;
  margin-left: 45px;
}

.contact_section .map_container .map {
  height: 100%;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.footer_container {
  background-color: #f5f5f5;
  color: #000000;
  border-radius: 350px 0 0 0;
  padding-top: 145px;
}

/* info section */
.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #000000;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #dbdbdb;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #dbdbdb;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  color: #000000;
}

.info_section .info_links a:hover {
  color: #dbdbdb;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: d3cdbb;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #dbdbdb;
  margin-top: 15px;
}

.info_section form button:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* end info section */
/* footer section*/
.footer_section {
  position: relative;
  text-align: center;
}

.footer_section p {
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}

.box a.full-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.box a.full-link:hover {
  color: #000;
  /* Optional: Hover-Effekt */
}
#budget-info-icon {
  color: #a8a8a8;
  font-size: 1.3rem;
  cursor: pointer;
  margin: 60% 0 0 8px;
}
#file-info-icon {
  color: #a8a8a8;
  font-size: 1.3rem;
  cursor: pointer;
  margin: 0% 0 0 8px;
}
#file-info-icon2 {
  color: #a8a8a8;
  font-size: 1.3rem;
  cursor: pointer;
  margin: 0% 0 0 8px;
}
.project_details,
.update_details {
  max-height: 400px;
  min-height: 110px;
  resize: vertical;
  height: 192px;
  margin-bottom: 0;
  overflow-y: auto;
  padding: 12px 14px;
  font-size: 15px;
  line-height: 1.5;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background-color: #fff;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

/* Placeholder-Styling */
.project_details::placeholder,
.update_details::placeholder {
  color: #9ca3af;         /* dezentes hellgrau */
  font-style: italic;     /* leicht kursiv für eleganten Hinweis */
  opacity: 1;             /* sichtbar auf allen Browsern */
}

/* Fokus-Effekt */
.project_details:focus,
.update_details:focus {
  outline: none;
  border-color: #1775e9;  /* dein ExtendFlow-Blau */
  box-shadow: 0 0 0 2px rgba(23, 117, 233, 0.15);
}

/* Placeholder bei Fokus etwas blasser */
.project_details:focus::placeholder,
.update_details:focus::placeholder {
  color: #c3d1f6;
  transition: color 0.3s ease;
}

input[type="file"] {
  display: none;
}
/* Stil für den benutzerdefinierten Button */
.custom-file-btn {
  background-color: #f5f5f5;
  color: #000000;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  width: fit-content;
}
.custom-file-btn:hover {
  background-color: #e6e6e6;
}
/* Optional: Stil für die Vorschau der Dateinamen */
#file_preview {
  margin-top: 15px;
}
.file-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}
.delete-icon {
  cursor: pointer;
  color: red;
}
#file_upload {
  margin-bottom: 5px;
}
.file-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.delete-icon {
  color: red;
  cursor: pointer;
  font-weight: bold;
  margin-left: 10px;
}
.delete-icon i {
  font-size: 16px;
}
.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.file-input__label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  padding: 10px 12px;
  background-color: #4245a8;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}
.custom-field {
  position: relative;
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
  --field-padding: 12px;
  width: 100%;
  cursor: text;
}
.custom-field input {
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f2f2f2;
  padding: var(--field-padding);
  border-radius: 3px;
  width: 100%;
  outline: none;
  font-size: 14px;
  margin-bottom: 0px;
}
.custom-field .placeholder {
  position: absolute;
  left: var(--field-padding);
  white-space: nowrap;
  text-overflow: ellipsis;
  top: 22px;
  line-height: 100%;
  transform: translateY(-50%);
  color: #aaa;
  transition: top 0.3s ease, color 0.3s ease, font-size 0.3s ease;
  pointer-events: none;
  width: fit-content;
  padding: 0 5px 0 5px;
  background: #fff;
}
.custom-field input.dirty + .placeholder,
.custom-field input:focus + .placeholder,
.custom-field input:not(:placeholder-shown) + .placeholder {
  top: 0px;
  font-size: 12px;
  color: #1775e9;
}
.custom-field .error-message {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 8px;
  font-size: 12px;
  background: #d30909;
  color: #fff;
  height: 24px;
}
.custom-field .error-message:empty {
  opacity: 0;
}
/* TWO */
.custom-field.two input {
  border-radius: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: linear-gradient(90deg, #1775e9, #1775e9) center bottom/0 0.15em
      no-repeat,
    linear-gradient(90deg, #ccc, #ccc) left bottom/100% 0.15em no-repeat,
    linear-gradient(90deg, #fff, #fff) left bottom/100% no-repeat;
  transition: background-size 0.3s ease;
  cursor: text;
}
.custom-field.two input.dirty,
.custom-field.two input:not(:placeholder-shown),
.custom-field.two input:focus {
  background-size: 100% 0.15em, 100% 0.1em, 100%;
}
#budget-info-popup {
  display: none;
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  position: absolute;
  z-index: 1000;
  width: 300px;
  right: 0;
  text-align: left;
  user-select: none;
}
#file-info-popup {
  display: none;
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  position: absolute;
  z-index: 1000;
  width: 300px;
  top: 100%;
  right: 0;
  text-align: left;
  user-select: none;
}
#file-info-popup2 {
  display: none;
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  position: absolute;
  z-index: 1000;
  width: 300px;
  top: 100%;
  right: 0;
  text-align: left;
  user-select: none;
}
.requires_login_class {
  font-size: 14px;
  cursor: pointer;
  color: #B2AAB2;
}

.add_link_wrapper {
  background-color: #f1f1f1;
  height: 30px;
  width: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.remove-link_wrapper {
  background-color: #f1f1f1;
  display: flex;
  height: 30px;
  width: 30px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
#remove-link {
  margin-left: 50%;
  margin-top: 50%;
  transform: translate(-50%, -50%);
}

.loading-container {
  position: fixed; /* Fixed, damit es die ganze Seite überlagert */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white; /* Hier kannst du eine Farbe für den Hintergrund wählen */
  z-index: 9999; /* Sicherstellen, dass es vor dem restlichen Inhalt liegt */
  animation: zoom-out 0.7s ease-in-out forwards; /* Entfernt den Ladebildschirm nach der Animation */
}

/* Bild mit Animation */
.zoom-icon {
  animation: zoom-in 0.8s ease-in-out forwards;
  transform-origin: center;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  touch-action: none;
}

/* Animation definieren */
@keyframes zoom-in {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(0.5); /* Sehr langsam vergrößern */
    opacity: 1;
  }
  100% {
    transform: scale(10); /* Schnelles Wachstum bis zum Bildschirm */
    opacity: 0; /* Symbol wird unsichtbar, wenn es groß ist */
  }
}

/* Entfernen des Ladebildschirms mit einer neuen Animation */
@keyframes zoom-out {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden; /* Sicherstellen, dass der Ladebildschirm unsichtbar wird */
  }
}

/* meine css */

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease;
}

.modal-box {
  background: #fff;
  border-radius: 10px;
  max-width: 600px;
  width: 90%;
  padding: 25px 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  position: relative;
  animation: slideUp 0.3s ease;
}

.modal-content-fenster h3 {
  margin-top: 0;
  font-size: 1.4rem;
}

.modal-content-fenster p {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 10px;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 1.8rem;
  color: #555;
  cursor: pointer;
  transition: color 0.2s;
}

.close-modal:hover {
  color: #000;
}

/* Farbliche Unterscheidung */
.modal-overlay.success .modal-box {
  border-top: 6px solid #3CB371;
}
.modal-overlay.error .modal-box {
  border-top: 6px solid #DC143C;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes slideUp {
  from { transform: translateY(30px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}


.rechtlich_container a {
  color: #000000 !important;
}

.mehr_erfahren {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background-color: transparent;
}

#char_count {
  position: absolute;
  bottom: 8px;
  right: 10px;
  font-size: 12px;
  color: #666;
}

#char_count2 {
  position: absolute;
  bottom: 8px;
  right: 10px;
  font-size: 12px;
  color: #666;
}

.no-style-a-tag {
  all: unset !important; /* Entfernt alle Styles */
  text-decoration: none !important; /* Entfernt die Standard-Link-Unterstreichung */
  color: blue !important;
  text-decoration: underline !important;
  cursor: pointer !important;
}

.no-tel-link {
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}

#file_warning {
  color: red;
  display: none;
  text-align: right;
  padding-right: 40px;
}

#file_warning2 {
  color: red;
  display: none;
  text-align: right;
  padding-right: 40px;
}

/* Allgemeine Marker-Einstellung */
.marker-effect-1,
.marker-effect-2,
.marker-effect-3 {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 4px 8px;
  z-index: 1;
}

/* 1️⃣ Erster Marker-Stil - Sanfter, natürlicher Look */
.marker-effect-1::before,
.marker-effect-1::after {
  content: "";
  position: absolute;
  left: -0%;
  right: -0%;
  top: 40%;
  height: 1.2em;
  background: rgba(144, 238, 144, 0.6);
  transform: rotate(-3deg);
  z-index: -1;
  border-radius: 18px 12px 28px 14px;
}

.marker-effect-1::before {
  top: 30%;
  height: 1.1em;
  background: rgba(144, 238, 144, 0.4);
  transform: rotate(2deg);
}

.marker-effect-1::after {
  top: 30%;
  left: -5px;
  height: 1.3em;
  background: rgba(144, 238, 144, 0.5);
  transform: rotate(-4deg);
}

.marker-effect-2::before,
.marker-effect-2::after {
  content: "";
  position: absolute;
  left: -0%;
  right: -0%;
  top: 40%;
  height: 1.2em;
  background: rgba(144, 238, 144, 0.6);
  transform: rotate(-3deg);
  z-index: -1;
  border-radius: 18px 12px 28px 14px;
}

.marker-effect-2::before {
  top: 20%;
  height: 1.1em;
  background: rgba(144, 238, 144, 0.8);
  transform: rotate(1deg);
}

.marker-effect-2::after {
  top: 25%;
  left: 15px;
  height: 1.3em;
  background: rgba(144, 238, 144, 0.5);
  transform: rotate(-6deg);
}

.marker-effect-3::before,
.marker-effect-3::after {
  content: "";
  position: absolute;
  left: -0%;
  right: -0%;
  top: 40%;
  height: 1.2em;
  background: rgba(144, 238, 144, 0.7);
  transform: rotate(-3deg);
  z-index: -1;
  border-radius: 18px 12px 28px 14px;
}

.marker-effect-3::before {
  top: 30%;
  height: 1.1em;
  background: rgba(144, 238, 144, 0.5);
  transform: rotate(4deg);
}

.marker-effect-3::after {
  top: 20%;
  left: 3px;
  height: 1.3em;
  background: rgba(144, 238, 144, 0.8);
  transform: rotate(-3deg);
}

/* Allgemeine gelber Marker-Einstellung */
.marker-y-effect-1,
.marker-y-effect-2,
.marker-y-effect-3 {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 4px 8px;
  z-index: 1;
}

/* 1️⃣ Erster Marker-Stil - Sanfter, natürlicher Look */
.marker-y-effect-1::before,
.marker-y-effect-1::after {
  content: "";
  position: absolute;
  left: -0%;
  right: -0%;
  top: 40%;
  height: 1.2em;
  background: rgba(241, 240, 133, 0.6);
  transform: rotate(-3deg);
  z-index: -1;
  border-radius: 18px 12px 28px 14px;
}

.marker-y-effect-1::before {
  top: 30%;
  height: 1.1em;
  background: rgba(241, 240, 133, 0.4);
  transform: rotate(2deg);
}

.marker-y-effect-1::after {
  top: 30%;
  left: -5px;
  height: 1.3em;
  background: rgba(236, 238, 144, 0.5);
  transform: rotate(-4deg);
}

.marker-y-effect-2::before,
.marker-y-effect-2::after {
  content: "";
  position: absolute;
  left: -0%;
  right: -0%;
  top: 40%;
  height: 1.2em;
  background: rgba(144, 238, 144, 0.6);
  transform: rotate(-3deg);
  z-index: -1;
  border-radius: 18px 12px 28px 14px;
}

.marker-y-effect-2::before {
  top: 20%;
  height: 1.1em;
  background: rgba(241, 240, 133, 0.8);
  transform: rotate(1deg);
}

.marker-y-effect-2::after {
  top: 25%;
  left: 15px;
  height: 1.3em;
  background: rgba(241, 240, 133, 0.5);
  transform: rotate(-6deg);
}

.marker-y-effect-3::before,
.marker-y-effect-3::after {
  content: "";
  position: absolute;
  left: -0%;
  right: -0%;
  top: 40%;
  height: 1.2em;
  background: rgba(144, 238, 144, 0.7);
  transform: rotate(-3deg);
  z-index: -1;
  border-radius: 18px 12px 28px 14px;
}

.marker-y-effect-3::before {
  top: 30%;
  height: 1.1em;
  background: rgba(241, 240, 133, 0.5);
  transform: rotate(4deg);
}

.marker-y-effect-3::after {
  top: 20%;
  left: 3px;
  height: 1.3em;
  background: rgba(241, 240, 133, 0.8);
  transform: rotate(-3deg);
}

.indented {
  margin-left: 50px; /* Einrückung um 30px */
}

.main-heading {
  text-align: center; /* Überschrift mittig zentrieren */
  padding: 0 5px 80px 5px; /* Abstand innen */
  font-size: 2em; /* Größere Schrift */
  color: #1775E9; /* Textfarbe */
}

.shadow-faq {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 5px 10px;
  border-radius: 10px;
}

.file-upload {
  position: relative;
  display: inline-block;
}

.file-upload input[type="file"] {
  display: none; /* versteckt das Standardfeld */
}

.file-upload-label {
  display: inline-block;
  padding: 10px 20px;
  background: #4f46e5; /* schönes Violett */
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-bottom: 0;
}

.file-upload-label:hover {
  background: #4338ca; /* dunkler bei Hover */
}

.user_type {
  width: 180px;
  cursor: pointer;
  color: #B2AAB2;
  height: 47px;
  font-size: 14px;
}
.user_type2 {
  width: 280px;
  cursor: pointer;
  color: #B2AAB2;
  height: 47px;
  font-size: 14px;
}
.user_type3 {
  width: 280px !important;
  cursor: pointer !important;
  color: #B2AAB2 !important;
  height: 47px !important;
  font-size: 14px !important;
  border: 1px solid #CCCCCC !important;
  margin-bottom: 0 !important;
}