:root {
  --color-error-text: rgba(122,2,31,0.7);
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 330px;
}


.disabled {
  background-color: rgba(34,35,37, 0.8) !important;
}

.entry-item:hover {
  transform: scale(1.03);
}

.entry-item {
  transform: scale(1);
  transition: transform 0.5s;
}

/* Stil für das Hauptmenü */

/* Stil für das Hauptmenü */

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.menu > li:hover {
  border-bottom: 3px solid #2b2484;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.menu li {
  text-align: left;
  box-sizing: border-box;
  cursor: pointer;
  padding: 8px;
  padding-top: 10px;
  position: relative;
}

.menu > li > a {
  text-decoration: none;
  color: #333;
}
/* Stil für das Untermenü */

.submenu {
  list-style: none;
  padding: 10px;
  margin-top: 4px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fcfcfc;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  width: 300px;
  z-index: 1;
  border-radius: 10px;
}

/* Zeige das Untermenü, wenn über das übergeordnete Menü gehovert wird */

.menu li:hover .submenu {
  display: block;
}

.submenu > li {
  padding: 10px;
}

.submenu > li > button {
  text-decoration: none;
  border: none;
  background-color: transparent;
  color: #333;
  width: 100%;
  height: 100%;
  text-align: left;
}

.submenu > li:hover {
  background-color: #f1f1f1;
  border-radius: 10px;
}

.filter-item {
  text-decoration: none;
  border: none;
  background-color: transparent;
  color: #333;
  width: 100%;
  height: 100%;
  text-align: left;
}

@media (max-width: 1200px) {
  #Logo {
    display: none;
  }
}

@media (max-width: 575px) {
  .entry-item-text-container {
    padding-top: 10px;
  }
}

@media (max-width: 575px) {
  .entry-item-content {
    max-width: 400px;
  }
}

@media (max-width: 575px) {
  .entry-title {
    padding-bottom: 12px;
  }
}

@media (min-width: 576px) {
  .entry-title {
    height: 81px;
  }
}

@media (min-width: 576px) {
  .entry-item-link {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .entry-item-thumbnail {
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  #main-header {
    display: none !important;
  }
}

@media (min-width: 992px) {
  #main-header-mobil {
    display: none !important;
  }
}

@media (min-width: 576px) {
  #mobil-location-icon {
    display: none !important;
  }
}

@media (min-width: 576px) {
  #PopUp-locationInput-mobil {
    display: none !important;
  }
}

@media (max-width: 575px) {
  #location-inputfield-container {
    display: none !important;
  }
}

/* Verstecke das Dropdown-Menü standardmäßig */
.profil-dropdown-content {
  display: none;
  position: absolute;
  background-color: #fcfcfc;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  right: 10px;
}

/* Stil für die Dropdown-Optionen */
.profil-dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  color: #333;
  border: none;
  width: 100%;
  text-align: left;
  background-color: #fcfcfc;
}

.profil-dropdown-content button {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  color: #333;
  border: none;
  width: 100%;
  text-align: left;
  background-color: #fcfcfc;
}

/* Ändere die Hintergrundfarbe der Optionen beim Schweben */
.profil-dropdown-content a:hover, button:hover {
  background-color: #ddd;
}

/* Zeige das Dropdown-Menü, wenn der Mauszeiger über dem Profil-Container ist */
.profil-dropdown:hover .profil-dropdown-content {
  display: block;
}

.profil-dropdown {
  padding-left: 20px;
  position: relative;
}

@media (min-width: 992px) {
  #mobil-navmenu {
    display: none !important;
  }
}

#profilimage:hover #changeprofilimgbutton {
  display: block !important;
}


@media (max-width: 600px) {
  .entrytitle {
    font-size: 28px;
    font-weight: bold;
    color: rgb(33, 37, 41);
  }
}

@media (min-width: 600px) {
  .entrytitle {
    font-size: 30px;
    font-weight: bold;
    color: rgb(33, 37, 41);
  }
}
@media (max-width: 600px) {
  .Messagebox-title {
    display: none; !important;
  }
}

#EntryImagecontainer:hover #UploadIcon {
  display: block !important;
}

@media (min-width: 768px) {
  .sideitems {
    width: 98% !important;
  }
}


@media (max-width: 800px) {
  .main-title {
    font-size: 40px !important;
  }
}

@media (max-width: 1058px) and (min-width: 800px) {
  .main-title {
    font-size: 42px !important;
  }
}

@media (max-width: 768px) {
  .team-item-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}


.blog-container {
  display: flex;
}

.past-blogs-container {
  min-width: 300px;
  width: 25%;
  position: relative;
}

.blog-content-container {
    max-width: 75%;
    position: relative;
}

@media (max-width: 768px) {

  .blog-container {
    flex-direction: column;
  }

  .past-blogs-container {
      order: 2;
  }

  .blog-content-container {
      max-width: 100% !important;
  }
}

.timeline-p {
  font-size: 18px;
  border-top: 3px solid;
  -o-border-image: linear-gradient(to right, #743ad5 0%, #a78def 100%);
  border-image: linear-gradient(to right, #743ad5 0%, #a78def 100%);
  border-image-slice: 1;
  border-width: 3px;
  margin: 0;
  padding: 20px 10px;
  counter-increment: section;
  position: relative;
}

.timeline-p:nth-child(odd) {
  border-right: 3px solid;
  padding-left: 0;
}

.timeline-p:nth-child(odd):before {
  left: 100%;
  margin-left: -20px;
}

.timeline-p:nth-child(even) {
  border-left: 3px solid;
  padding-right: 0;
}

.timeline-p:nth-child(even):before {
  right: 100%;
  margin-right: -20px;
}

.timeline-p:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.timeline-p:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.contact-form-input::placeholder {
  color: rgba(25, 44, 81, 0.6);
}


/* FAQ CSS*/
.faq-theme-title {
  font-size: 20px;
  font-weight: 500;
}

.faq-question {
  font-size: 16px;
  font-weight: 500;
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.faq-answer {
  opacity: 0.7;
  margin-bottom: 0.25rem;
}

.faq-item {
  padding: 0.5rem;
  border: 1px solid rgba(33,37,41,0.2);
  border-bottom: none;
}

.faq-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.faq-item:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom: 1px solid rgba(33,37,41,0.2);
}

.faq-content-container {
  max-width: 950px;
}

.faq-theme {
  margin-bottom: 1rem;
}
/* ------ */
