body.post-type-post #postdivrich,
body.post-type-referenz #postdivrich,
body.post-type-standort #postdivrich,
body.post-type-lehrberuf #postdivrich,
body.post-type-berufsperspektive #postdivrich {
  display: none !important;
}

body.post-type-page #wp-content-editor-container,
body.post-type-page #wp-content-editor-tools {
  display: none;
} 

#elementor-switch-mode-button {
  padding: 0;
  background: none !important;
  color: #f0f0f1 !important;
  border: none;
  font-size: 14px;
  margin: 0;
  min-height: unset;
  line-height: 20px;
  cursor: default !important;
  transition: color 3s ease-in;
}
#elementor-switch-mode-button:hover {
  color: #6b6b6b  !important;
}

.acf-fields > .acf-tab-wrap {
    display: grid;
}

tr.status-private a.row-title {
    color: #af8003;
}
tr.iedit.status-draft a.row-title {
  color: #ff5757;
}
.locked-text {
  font-weight: bold;
  color: #f00;
  animation: pop-fade-color-animation 1.5s infinite;
}
.l2-just-dont-do-it {
    font-size: 32px;
    font-weight: bold;
    color: #f00;
    animation: pop-fade-color-animation 1.5s infinite;
}
  
@keyframes pop-fade-color-animation {
    30% {
      color: #ff6347; /* Pop in with a bright color (e.g., tomato) */
      opacity: 1;
    }
    98% {
      color: #333; /* Fade back to a neutral color */
      opacity: 0.1;
    }
    100% {
      color: #ff6347; /* Pop in with a bright color (e.g., tomato) */
      opacity: 1;
    }
  }

 a.acf-flm-btn-copy-all-layouts.button,
 a.acf-flm-btn-past-layout.button {
  display: none !important;
  pointer-events: none !important;
 }

 .wp-core-ui select[multiple] {
  height: 350px;
 }
#menu-posts-berufsperspektive .wp-menu-name,
#menu-posts-standort .wp-menu-name,
#menu-posts-ma-vorstellung .wp-menu-name,
#menu-posts-ansprechperson .wp-menu-name,
#menu-posts-referenz .wp-menu-name,
#menu-posts-team .wp-menu-name,
#menu-posts-job .wp-menu-name,
#menu-posts-lehrberuf .wp-menu-name {
color: #a0dfff !important;
}

.l2-content-block-table td.row-title label {
  display: flex  ;
  flex-direction: column;
  background-color: #eee;
  border: 1px solid;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.l2-content-block-table td.row-title label a.page-id-click.l2-linktext {
  color: #000;
}
.l2-content-block-table td.row-title label:hover a.page-id-click.l2-linktext {
  color: #FF001B;
}