/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@import url(../font/font.css);
@import url(fontello.css?21507370);

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

/* 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;
}
body {
    font-family: "Kanit", sans-serif;
    font-size: 16px;
    line-height: 1.875em;
}
table td,
table th {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1,
.h1 {
	font-size: 3.750em;
    line-height: 1.1;
	margin: 0.67em 0;
    color: #59358c;
    font-weight: 500;
    display: block;
}

h2,
.h2 {
	font-size: 1.5em;
	margin: 1em 0 0.67em 0;
    color: #59358c;
    font-weight: 500;
    display: block;
}

h3,
.h3 {
	font-size: 1.33em;
	margin: 1em 0 0.67em 0;
    color: #59358c;
    font-weight: 500;
    display: block;
}

h4,
.h4 {
	font-size: 1.25em;
	margin: 1em 0 0.67em 0;
    color: #59358c;
    font-weight: 500;
    display: block;
}
nav strong,
.h1, .h2, .h3, .h4, .h5, .h6,.legend,
h1, h2, h3, h4, h5, h6 {
    position:relative;
    line-height:1.2;
    /*-ms-word-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;*/
    /*
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;*/

    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 4;
    -ms-hyphenate-limit-chars: 9 3 4;
    hyphenate-limit-chars: 9 3 4;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration:none;
    color: inherit;
}

@media only screen and (min-width: 960px) {
    body {
        font-size: 18px;
    }
    h1,
    .h1 {
        font-size: 3.333em;
    }

    h2,
    .h2 {
        font-size: 1.333em;
    }

    h3,
    .h3 {
        font-size: 1.182em;
    }

    h4,
    .h4 {
        font-size: 1.111em;
    }
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	overflow: visible; /* 2 */
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/**
 * 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 */
}


nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
    color: #59358c;
}

/**
 * 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: bold;
}

/**
 * 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 */
}

/* Firefox required */
input:required {
    box-shadow: none;
}

/**
 * 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"] {
	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;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/* Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.no-js .noJsHidden,
.js .jsHidden,
.hidden,
.versteckt {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 719px) {
	.visible-xs,
	.visible-xs-block {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
	.visible-xs-inline {
		display: inline !important;
	}
	.visible-xs-inline-block {
		display: inline-block !important;
	}
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 720px) and (max-width: 960px) {
	.visible-sm,
	.visible-sm-block {
		display: block !important;
	}
	table.visible-sm {
		display: table !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
	.visible-sm-inline {
		display: inline !important;
	}
	.visible-sm-inline-block {
		display: inline-block !important;
	}
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 960px) and (max-width: 1279px) {
	.visible-md,
	.visible-md-block {
		display: block !important;
	}
	table.visible-md {
		display: table !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
	.visible-md-inline {
		display: inline !important;
	}
	.visible-md-inline-block {
		display: inline-block !important;
	}
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1280px) {
	.visible-lg,
	.visible-lg-block  {
		display: block !important;
	}
	table.visible-lg {
		display: table !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
	.visible-lg-inline {
		display: inline !important;
	}
	.visible-lg-inline-block {
		display: inline-block !important;
	}
	.hidden-lg {
		display: none !important;
	}
}

.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print,
	.visible-print-block {
		display: block !important;
	}
	table.visible-print {
		display: table !important;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
	.visible-print-inline {
		display: inline !important;
	}
	.visible-print-inline-block {
		display: inline-block !important;
	}
	.hidden-print {
		display: none !important;
	}
}

/*
 * Clearfix: contain floats
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

.noList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.noMargin {
	margin: 0;
}
.icon.noMargin:before {
	margin: 0;
}

.noMarginChildren > *:first-child {
	margin-top: 0;
}
.noMarginChildren > *:last-child {
	margin-bottom: 0;
}

.hint {
	font-size: .8em;
	color: #999;
}

.btn {
    position: relative;
    text-decoration: none;
    color: #308a9f;
    padding: .5em 0;
    display: inline-block;
    cursor: pointer;
    border: none;
    background: none;
    text-transform: uppercase;
}
.btnContainer button,
.btnRaised {
    position: relative;
    border: 0;
    color: #59358c;
    cursor: pointer;
    padding:0;
    line-height: 1.250em;
}
.btnRaised > span {
    display: block;
    padding: .5em;
    background: #ca9efc;
    mask-position: bottom right;
    mask: linear-gradient(-45deg,transparent 4px,#fff 1px) 100% / 100%
}
.btnRaised:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0px;
    left: -5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 5px 5px;
    border-color: transparent transparent #ca9efc transparent;
    transform: rotate(0deg);
}
.btn .icon {
    height: 2em;
    width: 2em;
    color: #308a9f;
    position: absolute;
    text-shadow: none;
    text-align: center;
}
.btnRaised .icon {
    border-radius: none;
    background: none;
    color: #59358c;
}
.btn.btnIconLow .icon,
.btn.btnLow .icon {
    height: 1em;
    width: 1em;
    background: none;
    color: inherit;
}

.btn .icon:before {
    line-height: 2em;
    margin: 0;
}
.btn.btnIconUnder {
    padding-bottom: 2.333em;
}
.btn.btnIconUnder.btnIconLow,
.btn.btnIconUnder.btnLow {
    padding-bottom: 1.333em;
}
.btn.btnIconUnder .icon {
    margin-left: -1em;
    left: 50%;
    bottom: 0;
}
.btn.btnIconOver {
    padding-top: 2.333em;
}
.btn.btnIconOver.btnIconLow,
.btn.btnIconOver.btnLow {
    padding-top: 1.333em;
}
.btn.btnIconOver .icon {
    margin-left: -1em;
    left: 50%;
    top: 0;
}
.btn.btnIconLeft > span {
    padding-left: 2.333em;
    padding-right: 0;
}
.btnRaised.btnIconLeft > span {
    padding-right: .666em;
}
.btn.btnIconLeft.btnIconLow > span,
.btn.btnIconLeft.btnLow > span {
    padding-left: 1.333em;
}
.btn.btnIconLeft .icon {
    margin-top: -1em;
    top: 50%;
    left: 0;
}
.btn.btnIconRight > span {
    padding-right: 2.333em;
    padding-left: 0;
}
.btnRaised.btnIconRight > span {
    padding-left: .666em;
}
.btn.btnIconRight.btnIconLow > span,
.btn.btnIconRight.btnLow > span {
    padding-right: 1.333em;
}
.btn.btnIconRight .icon {
    margin-top: -1em;
    top: 50%;
    right: 0;
}

.btnWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
	margin-right: -1em;
}
.btnWrap .btn {
	margin-right: 1em;
	flex: 0 1 auto;
}

#navSocial_49 .btnRaised > span {
    background: #0165e1;

}
#navSocial_49 .btnRaised:after {
    border-color: transparent transparent #0165e1 transparent;
}
#navSocial_50 .btnRaised > span {
    background: linear-gradient(to right,  rgba(98,40,215,1) 0%,rgba(238,42,123,1) 70%,rgba(249,206,52,1) 100%);
}
#navSocial_50 .btnRaised:after {
    border-color: transparent transparent #6228D7 transparent;
}

#navSocial_51 .btnRaised > span {
    background: #5865f2;
}
#navSocial_51 .btnRaised:after {
    border-color: transparent transparent #5865f2 transparent;
}
#navSocial_53 .btnRaised > span {
    background: #00afd7;
}
#navSocial_51 .btnRaised:after {
    border-color: transparent transparent #00afd7 transparent;
}
#navSocial_53 .btnRaised > span:before {
    content:'';
    display: inline-block;
    background: url("../img/Opal_Logo_white.png") center no-repeat;
    background-size: contain;
    width: 2em;
    height: 1em;
    line-height: 1em;
    margin: 0 0.2em;
    vertical-align: bottom;
}

#navSocial_63 .btnRaised > span {
    background: #0a66c2;
}
/*
 * SlideDown / SlideUp
 */
.slideDownTrigger {
    display: block;
    cursor: pointer;
}

.slideDownTrigger .on,
.slideDownTargetWrap .slideDownTrigger .on {
    display: none;
}
.slideDownTrigger .icon:not(.on):not(.off):last-child {
    transition: transform .3s;
    display: block;
    float: right;
}

.slideDownTriggerInline .icon:last-child {
    float: none;
    display: inline-block;
}

.slideDownSwitch ~ .slideDownTarget,
.slideDownSwitch ~ .slideDownTargetWrap .slideDownTarget {
    max-height: 0;
    transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, overflow 0s;
    overflow: hidden;
}
.slideDownSwitch ~ .slideDownTargetTeaser,
.slideDownSwitch ~ .slideDownTargetWrap .slideDownTargetTeaser {
    max-height: 40px;
}

.slideDownTargetTeaser + .slideDownTrigger {
    margin-top: -40px;
    min-height: 40px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 0;
    line-height: 40px;
}
.slideDownTargetTeaser + .slideDownTrigger:before {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.slideDownSwitch:checked ~ .slideDownTrigger .on,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTrigger .on {
    display: inline;
}
.slideDownSwitch:checked ~ .slideDownTrigger .off,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTrigger .off {
    display: none;
}
.slideDownSwitch:checked ~ .slideDownTrigger .icon:last-child,
.slideDownSwitch:checked ~ .slideDownTriggerWrap .slideDownTrigger .icon:last-child,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTrigger .icon:last-child {
    transform: rotate(180deg);
}
.slideDownSwitch:checked ~ .slideDownTarget,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTarget {
    max-height: 10000px;
    transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s;
    animation: 0s linear 0.3s 1 normal both running delayOverflow;
}
.slideDownSwitch:checked ~ .slideDownTargetTeaser + .slideDownTrigger,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTargetTeaser + .slideDownTrigger {
    margin-top: 0;
}

.tableWrap {
    overflow-x: auto;
}

.line {
    display: block;
}
.label {
    font-weight: bold;
}