/* CKEditor content styles */
figure.media {
  display: block !important;
}

figure.table table {
  width: 100%;
}

.ck-content .table {
  display: table;
  margin: .9em auto;
}

/* figure img { width: 100% }*/

.ck-content {
  /*color: #646464;*/
}

.ck-content p {
    /* font-size: 1em; /* < 18px;*/
}

.ck-content .image.image_resized img {
  width: 100%;
}
.ck-content .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-width: 100%;
}

.ck-content .image {
  clear: both;
  display: table;
  margin: .9em auto;
  min-width: 50px;
  text-align: center;
}

.ck-content .image.image_resized {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
}



.ck-content .image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}

.ck-content .image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}

.ck-content ul {
  margin-left: 0;
  padding-left: 1.4em;
  list-style-type: none !important;
  color: #646464;
  
}


.ck-content ul li::before {
  /*content: "\f00c";*/
  /*font-family: "Font Awesome 5 Free";*/
  content: "\00d8";
  font-family: "Wingdings";
  font-weight: 900;
  padding: 0 10px 0 0;
  color: var(--isoprof-blue-color); /* #28a745;*/
  font-size: 0.9em;
}

.ck-content ul li {
    text-indent: -1.4em;
}


/* ----------------------------------- */
/* ----------- Simple Box ------------ */
/* Teszt widget, később törölhető lesz */
/* ----------------------------------- */
.simple-box {
  padding: 10px;
  margin: 1em 0;

  background: rgba( 0, 0, 0, 0.1 );
  border: solid 1px hsl(0, 0%, 77%);
  border-radius: 2px;
}

.simple-box-title, .simple-box-description {
  padding: 10px;
  margin: 0;

  background: #FFF;
  border: solid 1px hsl(0, 0%, 77%);
}

.simple-box-title {
  margin-bottom: 10px;
}
/* ----------- Simple Box ------------ */


/* ---------- */
/* Két oszlop */
/* ---------- */
@media screen and (max-width: 767px) {
  .column {
    flex: 100%;
    padding: 5px;
  }
}

.column {
  flex: 50%;
  padding: 0 5px;
}
/* Két oszlop */

.kiemeles {
  padding: 1rem;
  font-size: 1.1rem;
  line-height: 1.5rem;
  background-color: #E9EBEE;
  font-weight: bold;
}

/*
.ck-content iframe {
    width: 100%;
    min-height: 300px;
} 
*/