:root {
  /* Fonts */
  --font-primary: 'Inter', sans-serif;
  --font-secondary: 'Inter', sans-serif;

  /* Colors */
  --color-black: #000000;
  --color-white: #fff;
  --color-tum-brand-blue: #072140;
  /* --color-tum-brand-blue: #3070b3; */
  --color-tum-dark-blue: #072140;
  --color-tum-orange: #072140;
  /* --color-tum-orange: #f7b11e; */
  --color-tum-grey-6: #6a757e;
  --color-tum-grey-7: #dde2e6;
  --color-tum-grey-8: #e8ecef;
  /* --color-tum-lila: #8f81ea; */
  --color-tum-lila: #072140;
  --color-tum-text: #333a41;
  --color-tum-background: #e8ecef;
  --color-tum-separator: #abb5be;

  /* Transitions */
  --transition-slow: 0.3s ease-in-out;
  --transition-fast: 0.15s ease-in-out;

  /* Layout */
  --container-width: 1448px;
}

.edit-post-visual-editor input,
.edit-post-visual-editor select,
.edit-post-visual-editor textarea {
  font-family: var(--font-primary);
}

.edit-post-visual-editor a {
  text-decoration: none;
}

.edit-post-visual-editor button {
  font: inherit;
  cursor: pointer;
  padding: 0;
  border: none;
  color: inherit;
  background-color: transparent;
}

.edit-post-visual-editor button:focus {
  outline: none;
}

.edit-post-visual-editor h1,
.edit-post-visual-editor h2,
.edit-post-visual-editor h3,
.edit-post-visual-editor h4,
.edit-post-visual-editor h5,
.edit-post-visual-editor h6 {
  font-family: var(--font-secondary);
  margin-top: 0;
  margin-bottom: 0;
}

.edit-post-visual-editor h1 {
  font-size: 2.125em;
  line-height: 1.26;
}

.edit-post-visual-editor h2 {
  font-size: 1.5625em;
  line-height: 1.2;
}

.edit-post-visual-editor h3 {
  font-size: 1.25em;
  line-height: 1.3;
}

.edit-post-visual-editor h4 {
  font-size: 1em;
  line-height: 1.5;
}

.edit-post-visual-editor p,
.edit-post-visual-editor ul,
.edit-post-visual-editor ol {
  font-size: 0.875em;
  margin-top: 0;
  margin-bottom: 1em;
}

.edit-post-visual-editor small {
  font-size: 0.75em;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .edit-post-visual-editor h1 {
    font-size: 3em;
    line-height: 1.1;
  }

  .edit-post-visual-editor h2 {
    font-size: 2em;
    line-height: 1.2;
  }

  .edit-post-visual-editor h3 {
    font-size: 1.75em;
    line-height: 1.2;
  }

  .edit-post-visual-editor h4 {
    font-size: 1.25em;
    line-height: 1.3;
  }

  .edit-post-visual-editor p,
  .edit-post-visual-editor ul,
  .edit-post-visual-editor ol {
    font-size: 1em;
  }

  .edit-post-visual-editor small {
    font-size: 0.75em;
    line-height: 1.5;
  }
}

.edit-post-visual-editor img {
  max-width: 100%;
  height: auto;
}

.edit-post-visual-editor .button {
  text-transform: uppercase;
  padding: 16px 20px;
  font-size: 1em;
  line-height: 1;
  font-weight: 500;
  display: block;
  text-align: center;
}

@media (min-width: 1024px) {
  .edit-post-visual-editor .button {
    font-size: 1.25em;
  }
}

.edit-post-visual-editor .button:hover {
  text-decoration: none;
}

.edit-post-visual-editor .button.-blue {
  color: white;
  background-color: var(--color-tum-brand-blue);
}

.edit-post-visual-editor .button.-light {
  color: var(--color-tum-dark-blue);
  background-color: var(--color-tum-grey-8);
}

.edit-post-visual-editor .container {
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.acf-palete li input {
  visibility: hidden;
  height: 0;
  width: 0;
  position: absolute;
}

.acf-palete ul {
  display: flex;
  flex-wrap: wrap;
}

.acf-palete ul.acf-radio-list.acf-hl li {
  margin-right: 5px;
}

.acf-palete .tumPicker {
  display: block;
  font-size: 0;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 2px solid black;
  position: relative;
}

.acf-palete .tumPicker.-transparent {
  background-image: linear-gradient(90deg, #b1b1b1 10px, white 10px),
    linear-gradient(90deg, white 10px, #b1b1b1 10px);
  background-position: 0 0, 0 10px;
  background-repeat: repeat-x;
  background-size: 20px 10px, 20px 10px;
  height: 20px;
  width: 20px;
}

.acf-palete label.selected .tumPicker {
  border: 2px solid #cc1818;
}

.acf-palete label.selected .tumPicker::before {
  content: '';
  display: block;
  position: absolute;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  top: -3px;
  left: -3px;
  border-radius: 5px;
  border: 1px solid #cc1818;
}

.acf-relationship .acf-icon.-minus:before {
  content: '\f182';
}
