/*****************************************************************************************************
* Editing Module: TinyMCE Style Formats CSS
******************************************************************************************************/

/*
TinyMCE Style Formats
---------------------------------------------------------------------------------------------------- */

/* Display Text (Hervorhebung)
--------------------------------------------- */

.bub-display-text,
.bub-display-text a,
.bub-display-text strong,
.bub-display-text italic {
  color: #fff !important;
}


.bub-display-text {
  background-color: #222 !important; /* Fallback */
  font-size: 0.9em;
  padding: 0.15em 0.3em !important;
  -webkit-box-decoration-break: clone !important;
          box-decoration-break: clone !important;
}

.wp-admin .bub-display-text::selection {
  background: #aaa !important;
}

.bub-display-text.f1 {
  background-color: #222 !important;
  background-color: #cb2e2e !important;
}


/* Spot Color (Schmuckfarbe)
--------------------------------------------- */

.bub-spot-color,
.bub-spot-color a,
.bub-spot-color strong,
.bub-spot-color italic,
li.bub-has-spot-color::marker {
  color: #CB2E2E !important; /* Fallback */
}

.bub-spot-color.f1,
.bub-spot-color.f1 a,
.bub-spot-color.f1 strong,
.bub-spot-color.f1 italic,
li.bub-has-spot-color.f1::marker {
  color: #CB0710;
  color: #cb2e2e !important;
}


/* Button
--------------------------------------------- */

/* Button: General */

.bub-button {
  display: table;
  margin: 8px 0 10px;
}

.bub-button a {
  color: #fff;
  display: block;
  font-size: 0.9em;
  line-height: 1;
  padding: 1.1em 1.5em;
  text-decoration: none;
  transition: all 200ms;
}

.bub-button a:hover {
  filter: brightness(115%);
  transition: all 200ms;
}

/* Button: Colors */

.bub-button.gray {
  background: #353535;
}

.bub-button.blue  {
  background: #427DC0;
}

.bub-button.green {
  background: #6D903E;
}

.bub-button.red {
  background: #BB3737;
}

.bub-button.yellow {
  background: #EDD613;
}

.bub-button.orange {
  background: #EFA336;
}

.bub-button.purple {
  background: #BE7AD1;
}

/* Button: Admin */

.wp-admin .bub-button a {
  background: #bfe6ff;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #bfe6ff;
  margin: 0 -2px;
  padding: 0 2px;
  text-decoration: none;
}


/* Content Box 
--------------------------------------------- */

/* Content Box: General */

.bub-content-box {
  display: block;
  margin: 20px 0;
  padding: 0.85em 1em 0.85em;
}

/* Content Box: Colors */

.bub-content-box.gray {
  background-color: #e2e2e2;
  border: 1px solid #cacaca;
}

.bub-content-box.blue {
    background-color: #d8ecf7;
    border: 1px solid #afcde3;
}

.bub-content-box.green {
    background-color: #d9edc2;
    border: 1px solid #b2ce96;
}

.bub-content-box.red {
    background-color: #f9dbdb;
    border: 1px solid #e9b3b3;
}

.bub-content-box.yellow {
    background-color: #fef5c4;
    border: 1px solid #fadf98;
}

.bub-content-box.orange {
    background-color: #d9edc2;
    border: 1px solid #b2ce96;
}

.bub-content-box.purple {
    background-color: #e2e2f9;
    border: 1px solid #bebde9;
}
