/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Colors
--------------------------------*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  -moz-font-variant-ligatures: no-common-ligatures;
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-variant-ligatures: no-common-ligatures;
  /*text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; */
  font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  hyphens: auto;
}

body * {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.site {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.content {
  max-width: 100%;
  padding-bottom: 0;
}

/*.is_loggedin_user {

	.content {
		padding-top: 0px;
	}
} */
@media only screen and (max-width: 950px) {
  /*.content  {
  	padding-top: 0;
  } */
}
strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

p, ol, ul, blockquote {
  hyphens: auto;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
}

button {
  border: 0;
  background: none;
}

button:hover,
butonn:active,
buton:focus {
  cursor: pointer;
}

.button {
  width: auto;
  display: inline-block;
  color: white;
  background: #F88330;
  text-decoration: none !important;
  font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: auto;
  padding: 5px 15px 5px 15px;
  margin: 0 0px 20px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.button i {
  margin-right: 5px;
}

.textalign_center {
  text-align: center;
}

a.button:hover,
a.button:active,
a.button:focus,
button.button:hover,
button.button:active,
button.button:focus,
input.button:hover,
input.button:active,
input.button:focus {
  background: #FFC9A0;
  color: black;
  cursor: pointer;
}

/* Background images in boxes or elsewhere
---------------------------------------------*/
/* object fit images */
.image-objectfit {
  display: block;
  max-width: 100%;
  height: auto;
  /* 
  	* position for object-fit images 
  	*/
}
.image-objectfit.image-objectfit-cropped > img {
  object-fit: cover;
}
.image-objectfit.image-objectfit-uncropped > img {
  object-fit: contain;
  width: 100%;
}
.image-objectfit.image-objectfit_topleft img {
  object-position: top left;
}
.image-objectfit.image-objectfit_topcenter img {
  object-position: top center;
}
.image-objectfit.image-objectfit_topright img {
  object-position: top right;
}
.image-objectfit.image-objectfit_centerleft img {
  object-position: center left;
}
.image-objectfit.image-objectfit_centercenter img {
  object-position: center;
}
.image-objectfit.image-objectfit_centerright img {
  object-position: center right;
}
.image-objectfit.image-objectfit_bottomleft img {
  object-position: bottom left;
}
.image-objectfit.image-objectfit_bottomcenter img {
  object-position: bottom center;
}
.image-objectfit.image-objectfit_bottomright img {
  object-position: bottom right;
}

/* Background images old style
-------------------------------------------*/
.backgroundimage-uncropped {
  -moz-background-size: contain;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.backgroundimage-cropped {
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.backgroundimage-uncropped.backgroundimage-topleft,
.backgroundimage-cropped.backgroundimage-topleft {
  background-position: top left;
}
.backgroundimage-uncropped.backgroundimage-topcenter,
.backgroundimage-cropped.backgroundimage-topcenter {
  background-position: top center;
}
.backgroundimage-uncropped.backgroundimage-topright,
.backgroundimage-cropped.backgroundimage-topright {
  background-position: top right;
}
.backgroundimage-uncropped.backgroundimage-centerleft,
.backgroundimage-cropped.backgroundimage-centerleft {
  background-position: center left;
}
.backgroundimage-uncropped.backgroundimage-centercenter,
.backgroundimage-cropped.backgroundimage-centercenter {
  background-position: center;
}
.backgroundimage-uncropped.backgroundimage-bottomleft,
.backgroundimage-cropped.backgroundimage-bottomleft {
  background-position: bottom left;
}
.backgroundimage-uncropped.backgroundimage-bottomcenter,
.backgroundimage-cropped.backgroundimage-bottomcenter {
  background-position: bottom center;
}
.backgroundimage-uncropped.backgroundimage-bottomright,
.backgroundimage-cropped.backgroundimage-bottomright {
  background-position: bottom right;
}

/* Header + Logo
---------------------*/
.header {
  width: 100%;
  height: 80px;
  background: #F88330;
  border-bottom: 0px solid #F88330;
  margin-bottom: 0px;
}
.header ul, .header li {
  color: white;
}
.header .header_title {
  position: absolute;
  top: 12px;
  left: 25px;
  width: 74px;
  height: 74px;
  z-index: 200;
}

/* Main menu
---------------------*/
.mainnav_toggle {
  display: none;
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 1.8rem;
  line-height: 1.5rem;
  border: 0px solid red;
  background: none;
  color: white;
  z-index: 3001;
}
.mainnav_toggle:hover, .mainnav_toggle:active, .mainnav_toggle:focus {
  color: black;
}

.mainnav {
  display: block;
  max-width: 80%;
  padding: 25px;
  text-align: right;
  border: 0px solid red;
  position: absolute;
  top: 0;
  right: 0;
}

.mainnav_menu {
  font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: block;
}
.mainnav_menu > li {
  display: inline;
  font-weight: 500;
  position: relative;
}
.mainnav_menu a {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 5px 10px 5px 10px;
}
.mainnav_menu a.button {
  background: white;
  color: black;
  margin-left: 15px;
}
.mainnav_menu > li.mainnav_active > a,
.mainnav_menu a:hover,
.mainnav_menu a:active,
.mainnav_menu a:focus {
  color: black;
}
.mainnav_menu a.button:hover,
.mainnav_menu a.button:active,
.mainnav_menu a.button:focus {
  color: #F88330;
}
.mainnav_menu > li ul {
  display: none;
  font-weight: 400;
}
.mainnav_menu > li:hover ul {
  position: absolute;
  padding-top: 20px;
  top: 20px;
  left: 0;
  background: #F88330;
  display: block;
  width: 200px;
  text-align: left;
}
.mainnav_menu > li:hover ul li {
  display: inline-block;
  margin-bottom: 10px;
}

.mainnav.mainnav_mobile {
  border-top: 0px solid lightgray;
  position: relative;
  max-width: 100%;
}
.mainnav.mainnav_mobile .mainnav_toggle {
  display: block !important;
}
.mainnav.mainnav_mobile .mainnav_menu {
  position: absolute;
  border-top: 0px solid lightgray;
  border-bottom: 1px solid #F88330;
  background: #F88330;
  top: 80px;
  left: 0;
  width: 100%;
  overflow: auto;
  height: auto;
  text-align: center;
  padding: 10px 0 10px 0;
  z-index: 1500;
  font-size: 1.3rem;
  line-height: 2.5rem;
}
.mainnav.mainnav_mobile .mainnav_menu > li {
  display: block;
  max-width: 100%;
  margin-bottom: 10px;
}
.mainnav.mainnav_mobile .mainnav_menu > li ul,
.mainnav.mainnav_mobile .mainnav_menu > li:hover ul {
  display: block;
  top: 0;
  left: 0;
  position: relative;
  padding-top: 0px;
  width: 100%;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.7rem;
  margin-bottom: 20px;
}
.mainnav.mainnav_mobile .mainnav_menu > li ul li,
.mainnav.mainnav_mobile .mainnav_menu > li:hover ul li {
  width: 100%;
  margin-bottom: 0px;
}
.mainnav.mainnav_mobile .mainnav_menu a {
  display: block;
  max-width: 100%;
}
.mainnav.mainnav_mobile .mainnav_menu a i {
  display: none;
}
.mainnav.mainnav_mobile .mainnav_menu a.button {
  max-width: auto;
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
}

@media only screen and (max-width: 900px) {
  .mainnav .mainnav_toggle {
    display: block !important;
  }
}
.skip_to_content {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.skip_to_content:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
}

main {
  color: black;
  background: #FFFBF8;
  font-size: 1.2rem;
  line-height: 1.85rem;
  font-weight: 300;
}
main ul, main ol, main p {
  margin-bottom: 25px;
}
main ul, main ol {
  padding-left: 25px;
}
main img {
  border: 1px solid lightgray;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
main ul.list_features {
  padding-left: 0;
  margin-left: 0px;
  position: relative;
}
main ul.list_features li {
  margin-top: 10px;
  margin-bottom: 5px;
}
main ul.list_features img.list_features-icon {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  aspect-ratio: auto;
  display: inline-block;
  position: relative;
  top: 10px;
  margin-right: 5px;
}
main .section_image.section_image-index img {
  border: 0;
}
main a {
  color: #0DABC0;
  text-decoration: underline dotted;
}
main a:hover,
main a:active,
main a:focus {
  color: #F88330;
}
main .downloadlinks a {
  display: inline-block;
  text-align: left;
}
main h1,
main h2,
main h3 {
  text-align: left;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 25px;
  hyphens: none;
  background: none;
  color: black;
}
main h1 {
  font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 2.8rem;
  line-height: 3rem;
  margin-top: 30px;
  letter-spacing: 0.1rem;
  color: black;
}
main h1.headline_index {
  font-size: 3.4rem;
  font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  color: #F88330;
  position: relative;
}
main h1 img.headine_index-logo {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: relative;
  left: -2px;
}
main h1 span {
  font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2rem;
  display: block;
  max-width: 100%;
  letter-spacing: 0;
  color: black;
}
main .section_headline1 {
  font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 2.6rem;
  line-height: 3rem;
  padding-top: 25px;
  hyphens: auto;
  color: #F88330;
}
main .section_headline2 {
  font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.2rem;
  padding-top: 25px;
  hyphens: auto;
}
main figcaption {
  font-size: 0.9rem;
  font-weight: normal;
  text-align: right;
}

/* General sections
------------------------*/
.section {
  border-bottom: 0px solid #FFC9A0;
  padding: 20px 25px 20px 25px;
}
.section .section_content {
  max-width: 1000px;
  margin: 0 auto;
}
.section.section_maininfo .section_image {
  margin: 0px 0px 20px 35px;
  max-width: 500px;
  float: right;
}
.section.section_maininfo .section_image.section_image-main {
  max-width: 100%;
  float: none;
  margin: 0 0 20px 0;
}
.section.section_standard .section_content {
  max-width: 1000px;
  margin: 0 auto;
}
.section.section_standard.section_download * {
  text-align: center;
}
.section.section_feature .section_content {
  max-width: 1000px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 25px;
}
.section.section_feature .section_content .section_image {
  padding: 20px 2% 20px 0px;
  -webkit-box-flex: 0 1 38%;
  -moz-box-flex: 0 1 38%;
  -webkit-flex: 0 1 38%;
  -ms-flex: 0 1 38%;
  flex: 0 1 38%;
  max-width: 38%;
}
.section.section_feature .section_content .section_image img {
  aspect-ratio: 1/1;
}
.section.section_feature .section_content .section_image-standard {
  padding: 20px 2% 20px 0px;
  max-width: 100%;
}
.section.section_feature .section_content .section_image-standard img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.section.section_feature .section_content .section_image-app {
  padding: 20px 2% 20px 0px;
  -webkit-box-flex: 0 1 38%;
  -moz-box-flex: 0 1 38%;
  -webkit-flex: 0 1 38%;
  -ms-flex: 0 1 38%;
  flex: 0 1 38%;
  max-width: 38%;
}
.section.section_feature .section_content .section_image-app img {
  aspect-ratio: 2/3;
  display: block;
}
.section.section_feature .section_content .section_text {
  -webkit-box-flex: 0 1 60%;
  -moz-box-flex: 0 1 60%;
  -webkit-flex: 0 1 60%;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  max-width: 60%;
}
.section.section_feature .section_content .section_text-fullwidth {
  -webkit-box-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}
.section.section_grid .section_intro {
  -webkit-box-flex: 0 1 1000px;
  -moz-box-flex: 0 1 1000px;
  -webkit-flex: 0 1 1000px;
  -ms-flex: 0 1 1000px;
  flex: 0 1 1000px;
  max-width: 1000px;
  margin: 0 auto;
}
.section.section_grid .section_intro-centered {
  text-align: center;
}
.section.section_grid .section_content {
  max-width: 1280px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 auto;
  margin-bottom: 25px;
}
.section.section_grid .section_location {
  -webkit-box-flex: 0 1 23%;
  -moz-box-flex: 0 1 23%;
  -webkit-flex: 0 1 23%;
  -ms-flex: 0 1 23%;
  flex: 0 1 23%;
  max-width: 23%;
}
.section.section_grid .section_location .section_headline2 {
  font-size: 1.3rem;
  line-height: 1.8rem;
  padding-top: 0;
}
.section.section_grid .section_teammember {
  -webkit-box-flex: 0 1 24%;
  -moz-box-flex: 0 1 24%;
  -webkit-flex: 0 1 24%;
  -ms-flex: 0 1 24%;
  flex: 0 1 24%;
  max-width: 23%;
}
.section.section_grid .section_teammember .section_headline2 {
  font-size: 1.3rem;
  line-height: 1.8rem;
  padding-top: 0;
}
.section.section_grid .section_teammember .section_headline2 {
  margin-bottom: 10px;
}
.section.section_grid .section_teammember p {
  font-weight: 300;
  font-size: 1.1rem;
}
.section.section_grid .section_text {
  display: block;
}
.section.section_grid .section_image {
  padding: 20px 0 20px 0px;
  display: block;
  max-width: 100%;
}
.section.section_grid .section_image img {
  display: block;
  aspect-ratio: 1/1;
}
.section.section_grid.section_grid-team .section_content {
  max-width: 1000px;
}
.section.section_news {
  padding-top: 50px;
}
.section.section_news .section_content-containerheadline {
  -webkit-box-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}
.section.section_news .section_content {
  max-width: 1280px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: top;
  -moz-box-align: top;
  -ms-flex-align: top;
  -webkit-align-items: top;
  align-items: top;
}
.section.section_news .section_content .section_content-container {
  height: 850px;
  overflow-y: auto;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 100px;
}
.section.section_news .newstypes_legend {
  -webkit-box-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}
.section.section_news .newstypes_legend li {
  display: inline-block;
  margin: 0 10px 0 10px;
}
.section.section_news .newstypes_legend li i {
  color: #F88330;
}
.section.section_news .newstypes_legend li span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-top: 1px;
}
.section.section_news .newstypes_legend li span.newstype_media {
  background: #83B5EA;
}
.section.section_news .newstypes_legend li span.newstype_official {
  background: #2E4C54;
}
.section.section_news .newstypes_legend li span.newstype_community {
  background: #F88330;
}
.section .section_content.section_content-right .section_image {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  padding: 20px 0 20px 0;
  -webkit-box-flex: 0 1 40%;
  -moz-box-flex: 0 1 40%;
  -webkit-flex: 0 1 40%;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  max-width: 40%;
}
.section .section_content.section_content-right .section_image img {
  margin-left: auto;
}

@media only screen and (max-width: 850px) {
  .section.section_maininfo .section_content {
    max-width: 1000px;
    margin: 0 auto;
  }
  .section.section_maininfo .section_image {
    border: 0px solid red;
    margin: 0 auto;
    margin-bottom: 25px;
    max-width: 450px;
    float: none;
  }
  .section.section_maininfo .section_image-index img {
    border: 0;
  }
  .section.section_maininfo .section_text {
    border: 0px solid red;
  }
  .section.section_feature .section_content {
    -webkit-box-align: top;
    -moz-box-align: top;
    -ms-flex-align: top;
    -webkit-align-items: top;
    align-items: top;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section.section_feature .section_content .section_image,
.section.section_feature .section_content .section_image-portrait,
.section.section_feature .section_content .section_image-app {
    margin: 20px 0 20px 0;
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  .section.section_feature .section_content .section_image img,
.section.section_feature .section_content .section_image-portrait img,
.section.section_feature .section_content .section_image-app img {
    margin: 0 auto;
  }
  .section.section_feature .section_content .section_text {
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
  }
  .section.section_feature .section_content .section_text h2 {
    margin-top: 0px;
  }
  .section.section_feature .section_content.section_content-right .section_image {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media only screen and (max-width: 670px) {
  main h1 {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
  main h1.headline_index {
    font-size: 3.4rem;
  }
  main h1 span {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  main .section_headline1 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  main .section_headline2 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .section.section_grid .section_location,
.section.section_grid .section_teammember {
    -webkit-box-flex: 0 1 48%;
    -moz-box-flex: 0 1 48%;
    -webkit-flex: 0 1 48%;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    max-width: 48%;
  }
}
@media only screen and (max-width: 400px) {
  .section.section_grid .section_location,
.section.section_grid .section_teammember {
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}
/* City news and events
------------------------*/
.event,
.news {
  position: relative;
  -webkit-box-flex: 0 1 48%;
  -moz-box-flex: 0 1 48%;
  -webkit-flex: 0 1 48%;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  max-width: 48%;
  border: 1px solid lightgray;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 4%;
  background: white;
}
.event .event_meta,
.event .news_meta,
.news .event_meta,
.news .news_meta {
  margin-bottom: 5px;
}
.event .event_meta .event_hoticon,
.event .event_meta .news_hoticon,
.event .news_meta .event_hoticon,
.event .news_meta .news_hoticon,
.news .event_meta .event_hoticon,
.news .event_meta .news_hoticon,
.news .news_meta .event_hoticon,
.news .news_meta .news_hoticon {
  color: #F88330;
  font-size: 1.5rem;
}
.event .event_meta .event_publisher,
.event .event_meta .news_publisher,
.event .news_meta .event_publisher,
.event .news_meta .news_publisher,
.news .event_meta .event_publisher,
.news .event_meta .news_publisher,
.news .news_meta .event_publisher,
.news .news_meta .news_publisher {
  font-size: inherit;
  color: #0DABC0;
}
.event .event_meta .event_date,
.event .event_meta .news_date,
.event .news_meta .event_date,
.event .news_meta .news_date,
.news .event_meta .event_date,
.news .event_meta .news_date,
.news .news_meta .event_date,
.news .news_meta .news_date {
  position: absolute;
  right: 15px;
  color: darkgray;
  text-align: right;
}
.event .event_image,
.event .news_image,
.news .event_image,
.news .news_image {
  float: left;
  padding-top: 5px;
  margin-right: 15px;
}
.event .event_image img,
.event .news_image img,
.news .event_image img,
.news .news_image img {
  border: 1px solid lightgray;
  width: 150px;
  height: 150px;
  aspect-ratio: 1/1;
}
.event .event_text .event_title,
.event .event_text .news_title,
.event .news_text .event_title,
.event .news_text .news_title,
.news .event_text .event_title,
.news .event_text .news_title,
.news .news_text .event_title,
.news .news_text .news_title {
  font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-transform: none;
  font-weight: 400;
  padding-top: 0;
  margin: 0 0 10px 0;
  color: black;
}
.event .event_text .event_excerpt,
.event .event_text .news_excerpt,
.event .news_text .event_excerpt,
.event .news_text .news_excerpt,
.news .event_text .event_excerpt,
.news .event_text .news_excerpt,
.news .news_text .event_excerpt,
.news .news_text .news_excerpt {
  margin-bottom: 0;
  color: gray;
  font-weight: 300;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9em;
  color: #666;
}
.event .event_link,
.event .news_link,
.news .event_link,
.news .news_link {
  color: black;
  display: block;
  text-decoration: none;
}
.event .event_link:hover .news_title,
.event .event_link:active .news_title,
.event .event_link:focus .news_title .news_link:hover .news_title,
.event .news_link:active .news_title,
.event .news_link:focus .news_title,
.news .event_link:hover .news_title,
.news .event_link:active .news_title,
.news .event_link:focus .news_title .news_link:hover .news_title,
.news .news_link:active .news_title,
.news .news_link:focus .news_title {
  color: #F88330 !important;
}

.event.event_media,
.news.news_media {
  border-right: 10px solid #83B5EA;
}

.event.event_official,
.news.news_official {
  border-right: 10px solid #2E4C54;
}

.event.event_community,
.news.news_community {
  border-right: 10px solid #F88330;
}

@media only screen and (max-width: 1000px) {
  .event,
.news {
    position: relative;
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .event .event_image,
.event .news_image,
.news .event_image,
.news .news_image {
    float: none;
    padding-top: 10px;
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .event .event_image img,
.event .news_image img,
.news .event_image img,
.news .news_image img {
    border: 1px solid lightgray;
    width: 100%;
    height: 150px;
    aspect-ratio: 1;
  }
}
form {
  max-width: 100%;
}
form label {
  max-width: 100%;
  display: block;
}
form input,
form textarea {
  width: 100%;
  display: block;
  background: white;
  border: 1px solid lightgray;
  padding: 5px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}

.clearfix:before,
.clearfix:after {
  content: " " !important;
  display: table !important;
}

.clearfix:after {
  clear: both !important;
}

.footer {
  max-width: 100%;
  text-align: center;
  /*.footer_projectpartner {
  	padding: 25px;
  	background: white;


  	h2 {
  		font-family: $font_sans;
  		font-size: 1.2rem;
  		line-height: 1.6rem;
  		text-align: center;
  		margin-bottom: 25px;
  	}

  	.section_content {
  		max-width: 1280px;;
  		@include displayflex;
  		@include flexflow_rowwrap;
  		@include justifycontent_spacebetween;
  		@include align-items(center);
  		margin: 0 auto;

  		a {
  			padding: 0 20px 40px 20px;
  		}
  	}

  	.section_content.section_content-fundedby {
  		@include justifycontent_center;
  	}


  } */
}
.footer .footer_menus {
  padding: 25px;
  background: #F88330;
  color: white;
}
.footer h2 {
  text-align: center;
}
.footer ul {
  max-width: 100%;
  text-align: center;
  color: white;
  display: block;
}
.footer ul li {
  display: inline-block;
}
.footer ul a {
  color: white;
  text-decoration: none;
  padding: 10px;
}
.footer ul a:hover,
.footer ul a:active,
.footer ul a:focus {
  color: black;
  text-decoration: none;
}
.footer ul.social_menu {
  font-size: 2.5rem;
  margin-bottom: 25px;
}
/* Back top 
-----------------------------*/
#backtop {
  color: orange;
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 2.4rem;
  border: 0;
  background: none;
  z-index: 2000;
}

#backtop:hover,
#backtop:active,
#backtop:focus {
  color: lightorange;
}

/* various hide/show classes 
----------------------------------*/
.hidden {
  display: none;
  opacity: 0;
}

.fadein {
  transition: opacity 400ms;
}

.hidde {
  opacity: 0;
}

.fadeout {
  opacity: 0;
  transition: opacity 400ms;
}

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