/* noto-sans-lao-regular - lao_latin */
@font-face {
  font-family: 'Noto Sans Lao';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-lao-v33-lao_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-lao-500 - lao_latin */
@font-face {
  font-family: 'Noto Sans Lao';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-sans-lao-v33-lao_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.ce_revolutionslider_text.bold	{
	font-family: Noto Sans Lao;
}

.ce_text_extented ul {
  list-style-type: disc !important;
  list-style-position: outside;
  padding-left: 1.5em; /* sorgt dafuer, dass die Punkte sichtbar sind */
  margin: 0 0 1em 0;
}

.ce_text_extented ul li {
  display: list-item; /* wichtig, falls z. B. display: flex; aktiv ist */
}

.ce_text_extented ul li {
  list-style: disc !important;
}

@media only screen and (max-width: 767px) {
    .header .logo {
        width: 200px;
    }
}