/* fira-sans-regular - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("fonts/fira-sans-v11-latin-regular.woff2") format("woff2"), url("fonts/fira-sans-v11-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-700 - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("fonts/fira-sans-v11-latin-700.woff2") format("woff2"), url("fonts/fira-sans-v11-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* kanit-600 - latin */
@font-face {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("fonts/kanit-v7-latin-600.woff2") format("woff2"), url("fonts/kanit-v7-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
:root {
  --main-bg-color: #ffffff;
  --text-color: #4d4d4d;
  --theme-color: #99C194;
  --theme-color-darkened: #7aae74;
  --secondary-color: #578766;
  --secondary-color-darkened: #43684f;
  --primary-button-text-color: #fff;
  --secondary-button-text-color: #fff;
  --tertiary-color: #E2E2E2;
  --tertiary-color-darkened: #c9c9c9;
  --headline-color: var(--theme-color);
  --headline-secondary-color: var(--secondary-color);
}

.ccm-page.oeamtc {
  --main-bg-color: #ffffff;
  --text-color: #000;
  --theme-color: #eee;
  --theme-color-darkened: #d5d5d5;
  --secondary-color: #ffdc00;
  --secondary-color-darkened: #ccb000;
  --primary-button-text-color: var(--text-color);
  --secondary-button-text-color: #000;
  --tertiary-color: #E2E2E2;
  --tertiary-color-darkened: #c9c9c9;
  --headline-color: var(--text-color);
  --headline-secondary-color: vaR(--text-color) ;
}
.ccm-page {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.125rem;
  color: #4d4d4d;
}
.ccm-page h1 {
  font-size: 2rem;
  margin-bottom: 1em;
}
.ccm-page * + h1 {
  margin-top: 2rem;
}
.ccm-page h2 {
  font-size: 1.2em;
  margin-bottom: 0.5rem;
}
.ccm-page h3 {
  font-size: 1em;
  margin-bottom: 1em;
  font-weight: bold;
}
.ccm-page .ccm-faq-container h2 {
  margin: 0;
}
.ccm-page .container {
  max-width: 81.5rem;
}
.ccm-page .header-box {
  margin: -4.25rem auto 1.875rem;
  padding: 1.6rem 3rem;
  width: calc(100% - 1.5rem);
  max-width: 25.125rem;
  min-height: 136px;
  background-color: #ffffff;
  box-shadow: 0px 3px 20px #00000029;
  border-radius: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .ccm-page .header-box {
    margin-bottom: 3rem;
  }
}
.ccm-page .header-box .logo {
  margin: -10px 0 0 10px;
  height: 100%;
  max-height: 20px;
}
.ccm-page .header-box p:last-child {
  margin-bottom: 0;
}
.ccm-page .headline {
  color: var(--headline-color);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}
.ccm-page .headline span {
  color: var(--headline-secondary-color);
}
@media (min-width: 576px) {
  .ccm-page .headline {
    font-size: 3.2rem;
  }
}
.ccm-page .button {
  padding: 1rem;
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 15px;
  width: 100%;
  max-width: 24.375rem;
  text-decoration: none;
}
.ccm-page .btn {
  padding: 1em 0.5em;
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 15px;
  width: 100%;
  max-width: 24.375rem;
  text-decoration: none;
  font-size: 1em;
}
.ccm-page .btn:active:focus, .ccm-page .btn:active, .ccm-page .btn:focus {
  box-shadow: none;
}
.ccm-page .btn.btn-big {
  font-size: 1.3em;
}
.ccm-page .btn.btn-full {
  display: block;
  max-width: none;
}
.ccm-page .btn.btn-primary {
  color: var(--primary-button-text-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.ccm-page .btn.btn-primary:hover {
  background-color: var(--theme-color-darkened);
  border-color: var(--theme-color-darkened);
}
.ccm-page .btn.btn-secondary {
  color: var(--secondary-button-text-color);
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.ccm-page .btn.btn-secondary:hover {
  background-color: var(--secondary-color-darkened);
  border-color: var(--secondary-color-darkened);
}
.ccm-page .btn.btn-tertiary {
  background-color: var(--tertiary-color);
  border-color: var(--tertiary-color);
}
.ccm-page .btn.btn-tertiary:hover {
  background-color: var(--tertiary-color-darkened);
  border-color: var(--tertiary-color-darkened);
}
.ccm-page .btn.btn-white {
  background-color: #fff;
  border-color: #fff;
}
.ccm-page .btn.btn-white:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.ccm-page .btn.btn-border, .ccm-page .btn.btn-border:hover {
  border-color: #4d4d4d;
}
.ccm-page main {
  margin-top: 3rem;
}
.ccm-page.page-template-home main {
  margin-top: 0;
}
.ccm-page .accordion-button:not(.collapsed) {
  color: #4d4d4d;
  background-color: var(--theme-color);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.ccm-page .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.ccm-page .ccm-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.ccm-page .ccm-form label.form-label {
  margin: 0;
}
.ccm-page .ccm-form .form-group {
  margin-bottom: 0.5em;
}
.ccm-page .ccm-form .btn {
  max-width: 10rem;
}
.ccm-page header {
  background-color: var(--theme-color);
  height: 132px;
  padding-top: 12px;
}
@media (min-width: 576px) {
  .ccm-page header {
    padding-top: 60px;
  }
}
.ccm-page header nav.language ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ccm-page header nav.language ul li {
  display: inline-block;
  padding: 0 0.4em;
}
.ccm-page header nav.language ul li:first-child {
  padding-left: 0;
}
.ccm-page header a {
  text-decoration: none;
  color: var(--secondary-color);
}
.ccm-page header a.active {
  color: #4d4d4d;
}
.ccm-page header a:hover {
  color: #676767;
}
.ccm-page header svg {
  height: 0.85em;
  position: relative;
  top: -1px;
}
.ccm-page.oeamtc header a {
  color: #888;
}
.ccm-page.oeamtc header a.active {
  color: #4d4d4d;
}
.ccm-page.oeamtc header a:hover {
  color: #676767;
}
.ccm-page .home-center {
  display: flex;
  align-items: center;
  font-size: 1.2em;
  padding: 5rem 0;
}
@media (min-width: 576px) {
  .ccm-page .home-center > .container {
    transform: translateY(-30%);
  }
}
@media (min-width: 576px) {
  .ccm-page .home-bottom {
    margin-bottom: 3rem;
  }
}
@media (min-width: 576px) {
  .ccm-page .home-bottom.news-top {
    background-image: linear-gradient(to right, var(--theme-color) 50%, var(--tertiary-color) 50%);
  }
}
@media (min-width: 992px) {
  .ccm-page .home-bottom.news-top .col-md-7 > .content-centered {
    padding-left: 5rem;
  }
}
@media (min-width: 576px) {
  .ccm-page .home-bottom.news-bottom {
    background-image: linear-gradient(to left, var(--theme-color) 50%, var(--tertiary-color) 50%);
  }
}
@media (min-width: 992px) {
  .ccm-page .home-bottom.news-bottom .col-md-7 > .content-centered {
    padding-right: 5rem;
  }
}
.ccm-page .home-bottom .news-headline {
  margin-left: -2.25rem;
  margin-right: -0.75rem;
  padding: 2.25rem 0.75rem 2.25rem 2.25rem;
  background-color: var(--theme-color);
  color: #fff;
  text-align: center;
}
@media (min-width: 576px) {
  .ccm-page .home-bottom .news-headline {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    background-color: transparent;
    color: #000;
    text-align: left;
  }
}
.ccm-page .home-bottom img {
  max-height: 244px;
  width: auto;
}
.ccm-page .home-bottom > .container > .row .content-centered {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.ccm-page .home-bottom > .container > .row .content-centered p:last-child {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .ccm-page .home-bottom > .container > .row > div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.ccm-page .home-bottom > .container > .row .col-md-5 {
  padding-left: 0;
  padding-right: 0;
  display: none;
}
@media (min-width: 576px) {
  .ccm-page .home-bottom > .container > .row .col-md-5 {
    display: flex;
    background-color: var(--theme-color);
  }
}
@media (min-width: 576px) {
  .ccm-page .home-bottom > .container > .row .col-md-7 {
    background-color: var(--tertiary-color);
    min-height: 27rem;
  }
}
.ccm-page .home-bottom > .container > .row h3 {
  padding: 1em var(--bs-gutter-x);
  color: #fff;
  background-color: var(--theme-color);
  text-align: center;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
}
@media (min-width: 576px) {
  .ccm-page .home-bottom > .container > .row h3 {
    color: inherit;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    background-color: transparent;
  }
}
@media (max-width: 576px) {
  .ccm-page .home-bottom > .container > .row .btn-tertiary {
    background-color: #fff;
  }
  .ccm-page .home-bottom > .container > .row .btn-tertiary:hover {
    background-color: #f0f0f0;
  }
}
.ccm-page .e10-check {
  margin-bottom: 3rem;
}
.ccm-page .e10-check .header-box {
  margin-top: 0;
  margin-bottom: -2rem;
  transform: translateY(-3.5rem);
  padding: 0.75rem 0.75rem;
  min-height: 7rem;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.ccm-page .e10-check.question-0 .header-box {
  font-size: 1.2em;
  font-weight: 600;
}
.ccm-page .e10-check nav {
  margin-bottom: var(--bs-gutter-x);
  display: flex;
  justify-content: space-between;
  font-size: 1.2em;
}
.ccm-page .e10-check nav svg {
  height: 1.7rem;
  width: auto;
}
.ccm-page .e10-check .e10-searchbox {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.ccm-page .e10-check .e10-searchbox input[type=text] {
  padding: 20px 96px 20px 30px;
  border: 2px solid #4d4d4d;
  border-radius: 15px;
  margin-bottom: var(--bs-gutter-x);
  line-height: 1;
  height: 66px;
  background-color: transparent;
  flex-grow: 1;
  width: 100%;
}
.ccm-page .e10-check .e10-searchbox input[type=text]:focus {
  outline: none;
  box-shadow: 0 0 1px #000;
}
.ccm-page .e10-check .e10-searchbox button {
  position: absolute;
  top: 0;
  right: 0;
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-left: 1px solid #000;
  background: transparent;
}
.ccm-page .e10-check .e10-searchbox svg {
  height: 1.2em;
}
.ccm-page .e10-check .e10-content {
  --bs-gutter-y: var(--bs-gutter-x);
}
.ccm-page .e10-check .e10-content .col {
  text-align: center;
}
.ccm-page .e10-check .check-header {
  padding: 20px 30px;
  text-align: center;
  color: #4d4d4d;
  font-size: 1.2rem;
  margin: var(--bs-gutter-x) 0;
  /*@include medium {
      margin-left: 0;
      margin-right: 0;
      border-radius: $borderRadius;
  }*/
}
.ccm-page .e10-check .btn {
  height: 65px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
}
.ccm-page .e10-check .vote-container {
  text-align: center;
  margin: 2rem 0;
}
.ccm-page .e10-check .vote-result {
  display: none;
  text-align: center;
  margin: 2rem 0;
  font-weight: bold;
}
.ccm-page .e10-check.result .e10-content .col {
  text-align: left;
}
.ccm-page .e10-check.result .check-result-info {
  margin: 2em 0;
}
.ccm-page .e10-check.result img {
  display: block;
  height: 250px;
  width: auto;
  margin: 0 auto;
}
.ccm-page .e10-check.result .star {
  text-align: left;
}
.ccm-page .e10-check.result table {
  margin: var(--bs-gutter-x) 0;
  text-align: left;
}
.ccm-page .e10-check.result table td:last-child {
  white-space: nowrap;
}
.ccm-page .e10-check.result .header-box {
  background-color: #e2e2e2;
  font-size: 1.1em;
}
.ccm-page .e10-check.result.result-1 .header-box {
  background-color: var(--secondary-color);
  color: var(--secondary-button-text-color);
}
.ccm-page .e10-check.result.result-custom .header-box {
  background-color: #4d4d4d;
  color: #fff;
}
.ccm-page .e10-check.result .btn-contact {
  margin-top: 2rem;
}
.ccm-page footer {
  margin-top: 3rem;
  text-align: center;
  font-size: 0.9rem;
}
.ccm-page footer a {
  color: #4D4D4D;
  text-decoration: none;
}
.ccm-page footer ul {
  list-style-type: none;
  display: block;
  text-align: center;
  padding: 0;
}
.ccm-page footer li {
  display: inline-block;
  padding: 0 1rem;
}
.ccm-page footer .copyright {
  margin: 1rem 0;
  color: #4D4D4D;
}
.ccm-page footer .headline {
  margin-bottom: 0.3rem;
  font-size: 2rem;
}
.ccm-page footer .logo {
  margin: -5px 0 0 5px;
  height: 2em;
  width: auto;
}
.ccm-page.oeamtc footer .logo {
  background-color: var(--secondary-color);
}

/*# sourceMappingURL=main.css.map */
