.main_anmeldung {
  background-color: var(--background-light_2);
  margin: 0px;
  padding: 100px;
}

.logo_anmeldung {
  width: 200px;
  height: 200px; 
}

#privateModeText{
  display: none!important;
}

.button_bordeaux {
  background-color: var(--background-primary);
  text-align: center;
  text-decoration: none;
  font-family: var(--font-family-button-primary);
  height: 45px;
  width: 250px;
  border-style: none;
  color: var(--color-light);
  margin-bottom: 40px;
}

.button_bordeaux:hover {
  background-color: var(--background-primary-hover);
}

.main_1 {
  padding: 50px 0px 10px 0px;
  max-width: 700px;
  margin: auto;
}

.f {
  padding-top: 50px ;
  background-color: var(--background-light);
}

.span_logo_anmeldung {
  min-width: 250px;
}


/* Home  */
.div_main_home {
  background-color: var(--background-light_2);
  margin: 0px;
  padding: auto;
}

.home_main {
  padding: 50px 0px 50px 0px;
  margin-bottom: 100px;
}

.home_main_title {
  padding: 50px 20px 10px 20px;
  margin: auto;
  color: var(--color-grayscale_2);
}

.home_main_title > h1 {
  font-family: var(--font-family-global);
  font-weight: bold;
  font-size: 24px;
  font-style: normal;
}

.home_main_title > h5 {
  font-family: var(--font-family-global);
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 27px;
}

.carousel-items_home {
  min-width: 270px; 
  padding-top: 40px; 
}
  
.carousel-items_home > p {
  color: var(--color-grayscale_2);
} 
/* EndHome  */

.welcome > h1 {
  padding-left: 150px;
  padding-right: 150px;
  margin-bottom: 20px ;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: -0.02em;
  color: var(--color-primary);
}

.style_profil_contact_form .crmEntityFormView .cell input[type=text], 
.style_profil_contact_form .crmEntityFormView .cell input[type=email], 
.style_profil_contact_form .crmEntityFormView .cell select, 
.style_profil_contact_form .crmEntityFormView .cell textarea{
  background-color: var(--background-light);
  border-radius: 2px;
  border: 1px solid rgba(142, 142, 147, 0.6);
  color: var(--color-primary);
}

.style_profil_contact_form .crmEntityFormView .cell ::placeholder {
    font-family: var(--font-family-button-primary);
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    opacity: 0.6;
    color: var(--color-grayscale);
} 

.style_profil_contact_form .crmEntityFormView .cell input[type=radio] {
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 50%;
    background: var(--background-light_2);
}


.style_profil_contact_form .crmEntityFormView .cell .field-label {
  font-family: var(--font-family-button-primary);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: var(--color-grayscale_2);
}

.style_profil_contact_form .crmEntityFormView .cell .boolean-radio label {
  border: 1px solid var(--border-color-primary);
  background-color: var(--background-light_2);
  color: var(--color-primary);
}

.style_profil_contact_form .crmEntityFormView {
  border: none;
}

.style_profil_contact_form .crmEntityFormView .actions, .style_profil_contact_form .crmEntityFormView .tab-title {
  border: none;
  border-top: none;
  border-bottom: none;
}

.style_profil_contact_form .tab-title{
  font-family: var(--font-family-button-primary);
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: var(--color-grayscale_2);
  margin-bottom: 30px;
  text-shadow: 2px 8px 6px rgb(0 0 0 / 20%), 0px -5px 35px rgb(255 255 255 / 30%);
}

.style_profil_contact_form .crmEntityFormView .tab .tab-column:first-child {
  padding-left: 3%;
}

.style_profil_contact_form .section-title {
  font-family: var(--font-family-button-primary);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
  text-shadow: 2px 8px 6px rgb(0 0 0 / 20%), 0px -5px 35px rgb(255 255 255 / 30%);
}

.btn-margin__ {
  margin-top: 45px;
}

.header-text {
  font-weight: 700;
  font-family: var(--font-family-button-primary);
  font-style: normal;
  font-size: 24px;
  line-height: 29px;
  color: var(--color-grayscale_2);
}

.info-text {    
  font-family: var(--font-family-button-primary);
  line-height: 27px; 
  color: var(--color-grayscale_2);
}

/*
  css for Service page
*/
.carousel-item {
  border-radius: 10px; /* 10px rounded corners */   
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.carousel-item > .w3-container{
  background-color: var(--background-light_2);
}

.myContent{
  margin-bottom: 5em;
  margin-top: 5em;
}

.carousel-item_begin {
  min-width: 370px;
}

.carousel-item:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.carousel-item > .carousel-item_title_box {
  transition: background-color 0.5s, border-radius 0.5s;
  position: relative;
  margin: 0;
  background-color: var(--background-primary);
  width: 100%;
  height: 90px;
  border: none;
  border-radius: 10px 10px 10px 10px;
}

.carousel-item > .carousel-item_title_box .icon {
  border-radius: 3em;
  width: 50px;
  height: 50px;
  background-color: var(--background-light);
  float: left;
}

.carousel-item > .carousel-item_title_box .icon img {
  max-width: 100%;
  max-height: 100%;
} 


.item-content, .section-content {
  padding: 0 18px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.carousel-item_title_box .vertical_line, .carousel-item_title_box .icon {
  position: unset!important;
  transform: none!important;
}


/* Default styling for smaller screens */
.carousel-item {
  width: 95%!important;
  margin-left: 2%!important;
  margin-right: 2%!important;
  align-self: flex-start;
}

.section-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.myContent {
  transition: padding-left 0.7s ease, padding-right 0.7s ease;
}

/* Media query for medium screens and larger */
@media screen and (min-width: 920px) {
.carousel-item {
  width: 45%!important;
}

.card2-responsive {
  width: calc(50% - 2rem)!important;
}
}


/* For small screens */
@media only screen and (max-width: 600px) {
.myContent {
  padding-left: 1%;
  padding-right: 1%;
}

.section-content, .section-items {
  padding: 0;
}
}

/* For medium screens */
@media only screen and (min-width: 601px) and (max-width: 1200px) {
.myContent {
  padding-left: 3.5%;
  padding-right: 3.5%;
  }
}

/* For extremely large screens */
@media only screen and (min-width: 1201px) {
.myContent {
  padding-left: 10%;
  padding-right: 10%;
}
}

.section-title.col-primary.collapsible2 {
  border-bottom: 3px solid var(--border-color-primary-opacity);
  padding: 0 !important;
  margin-bottom: 2em;
  padding-bottom: 0.5em !important;
}

.section-items {
  border: 3px solid rgba(59, 45, 120, 0.01);
  border-radius: 5px;
  background: rgba(59, 45, 120, 0.01);
  padding: 1em 1em 1.5em 1em;
  margin-bottom: 2em;
}

/* I should remove this: verticalline, item_title_box*/

.carousel-item > .carousel-item_title_box .vertical_line {
  height: 45px;
  float: left;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-left: 10px;
}


.carousel-item_begin  .description {
  /* Desktop/Text Small */
  font-family: var(--font-family-button-primary);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-grayscale_2);
}

.carousel-item .submit {
  border: 2px solid var(--border-color-secondary);
  border-radius: 50px;
  color: var(--color-secondary);
  font-weight: 500;
  font-size: 20px;
  font-style: normal;
  font-family: var(--font-family-button-primary);
  background-color: rgba(0, 0, 0, 0);
  padding: 8px 16px;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  margin-top: 30px;
  margin-bottom: 30px;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.service_hierarchy {
  width: 90%;
  margin-left: 5%;
}

.active2:after {
  content: "–"; /* Unicode character for "minus" sign (-) */
}

  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .carousel-item > .active2,  
  .carousel-item > .carousel-item_title_box:hover {
    background-color: var(--background-primary-hover)!important;
  }

.carousel-item > .active2, .collapsible_active {
    background-color: var(--background-primary-hover)!important;
    border-radius: 10px 10px 0 0!important;
}
    
.description {
  margin-top: 1.5em;
  border-bottom: 2px solid var(--border-grayscale);
  margin-bottom: 1em;
  max-height: 78px;
  word-break: break-word;
  padding-bottom: 1em;
  padding-left: 6px;
  padding-right: 6px;
  white-space: normal;
  overflow-y: auto;
  overflow-x: auto;
  text-overflow: ellipsis;
}

.tab_col_left {
  border-right: 2px solid var(--border-grayscale_2);
  padding-right: 2em;
}

.tab_col_right {
  padding-left: 2em;
}

div.tooltip-arrow {
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border-width: 2px 2px 0 0;
  border-style: solid;
  background-color: transparent;
  position: absolute;
  float: left;
  top: 35%;
  transform: rotate(45deg);
}

.list_item_ziele > li {
  text-decoration: none;
  list-style: none;
  padding: auto;
  min-height: 50px; 
  position: relative;
}   

.list_item_ziele > li:hover {
  text-shadow: 0px 0px 35px rgba(255, 255, 255, 0.8);
}

.list_item_ziele {
  text-decoration: none;
  padding: 0;
  margin: 0;  
}

.list_ziele {
  margin-left: 30px;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
} 

.info-coach {
  padding-left: 1em;
  margin: 1.3em 0 1.3em 0;
}

.line-up-contact {
  width: auto;
  height: 1px;
  margin: 1em 0 1em 0;    
}

.logo-coach {
  width: 100%; 
  height: 100%;
  box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.7);
  background-color: var(--border-color-light);
  border-radius: 100%;
}

.div-logo-coach {
  min-width:230px;
  min-height:230px;
  max-width: 270px;
  max-height: 270px;
}


@media (max-width: 768px){
  .div-logo-coach{
    position: relative;
    /* float: right; */
    left: 50%;
    transform: translateX(-50%);
  }
}

.produkt_details_ {
  display: flex; 
  flex-wrap: wrap; 
  text-align: left; 
  min-height: 100px; 
  padding: 8px; 
  margin: 0px;
}


.produkt_details_content {
  padding-bottom: 3.5em;  
  padding-top: 3.5em;  
}

.myButton_link {
  border-radius: 50px; 
  display: inline-block; cursor: pointer; 
  font-family: Arial; font-size: 17px; 
  padding: 16px 31px 16px 31px; 
  text-decoration: none; 
}

.myButton_link:hover {
  text-decoration: none;
}


/***
 * Style für Beratungsnotizen-Clients
 * */
div.clientsTableBN {
  margin: 0 auto;
  max-width: 800px;
  padding: 20px;
}

div.beratungsnotizenTableBN {
  margin: 0 auto;
  max-width: 1600px;
  padding: 20px;
}

.clientsTableBN table {
  width: 100%;
  border-collapse: collapse;
}

.clientsTableBN thead th {
  background-color: #f2f2f2;
  border-bottom: 2px solid #ddd;
  padding: 10px;
  text-align: left;
}

.clientsTableBN tbody td {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.clientsTableBN tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.no-data-alert {
  text-align: center;
  font-size: 18px;
  padding: 20px;
}

.clientsTableBN a {
  float: right;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .clientsTableBN {
    padding: 10px;
  }
}

/***
 * Style für Beratungsnotizen
 * */

div.beratungsnotizenTableBN {
  margin: 0 auto;
  max-width: 1600px;
  padding: 20px;
}

.beratungsnotizenTableBN table {
  width: 100%;
  border-collapse: collapse;
}

.beratungsnotizenTableBN thead th {
  background-color: #f2f2f2;
  border-bottom: 2px solid #ddd;
  padding: 10px;
  text-align: left;
}

.beratungsnotizenTableBN tbody td {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.beratungsnotizenTableBN tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.beratungsnotizenTableBN a {
  float: right;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .beratungsnotizenTableBN {
    padding: 10px;
  }
}

#profile-view-container, #projects-registration-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 87vh;
  .profile-view {
    display: flex;
    align-items: stretch;
    width: var(--pv-w, 100%);
    flex-direction: column;
    padding: 2rem 2%;
    .profile-list-container {
      z-index: 10;
      /* Remove margin-top property on the first child */
      .profile-list > *:first-child {
        margin-top: 0!important;
      }
      /* Margin bottom on the last child */
      .profile-list > *:last-child {
        margin-bottom: 4rem!important;
      }
    }
  }
}

@media (min-width: 768px) {
  :root { --pv-w: 97%; }
  .profile-view {
    flex-direction: row!important;
    flex-wrap: nowrap;
    .profile-list-container {
      padding-inline-start: 5%;
    }
  }
}

/* only adjust width at larger breakpoints */
@media (min-width: 1200px) { :root { --pv-w: 95%; } }
@media (min-width: 1600px) { :root { --pv-w: 85%; } }
@media (min-width: 2000px) { :root { --pv-w: 80%; } }