@charset "UTF-8";
/* webbear-sass-2 variables
/////////////////////////////////////////////////////
/// overrwrite them with your custom vars
/////////////////////////////////////////////////////


// layout /grid
$grid-gutter: 24px !default;
$grid-columns: 12 !default;
$container-max-width: 1140px !default;


$breakpoints: (
  x-small: 0,
  small: 576px,
  medium: 768px,
  large: 992px,
  x-large: 1200px
);

/////////////////////////////////////////////////////
/// colors
/////////////////////////////////////////////////////
$white:  #fff !default;
$gray-100: #f8f9fa !default;
$gray-200: #e9ecef !default;
$gray-300: #dee2e6 !default;
$gray-400: #ced4da !default;
$gray-500: #adb5bd !default;
$gray-600: #868e96 !default;
$gray-700: #495057 !default;
$gray-800: #343a40 !default;
$gray-900: #212529 !default;
$black:  #000 !default;

// retrieve via grayscale() function
$grays: (
  100: $gray-100,
  200: $gray-200,
  300: $gray-300,
  400: $gray-400,
  500: $gray-500,
  600: $gray-600,
  700: $gray-700,
  800: $gray-800,
  900: $gray-900
) !default;

$blue:    #007bff !default;
$indigo:  #6610f2 !default;
$purple:  #6f42c1 !default;
$pink:    #e83e8c !default;
$red:     #dc3545 !default;
$orange:  #fd7e14 !default;
$yellow:  #ffc107 !default;
$green:   #28a745 !default;
$teal:    #20c997 !default;
$cyan:    #17a2b8 !default;


// retrieve via color()
$colors: (
  blue: $blue,
  indigo: $indigo,
  purple: $purple,
  pink: $pink,
  red: $red,
  orange: $orange,
  yellow: $yellow,
  green: $green,
  teal: $teal,
  cyan: $cyan,
  white: $white,
  gray: $gray-600,
  gray-dark: $gray-800
) !default;

// retrieve via brand-color()
$brand-colors: (
  primary: $green,
  secondary: $gray-600,
  success: $blue,
  info: $cyan,
  warning: $yellow,
  danger: $red,
  light: $gray-100,
  dark: $gray-800
) !default;

$primary-color: $green !default;
$secondary-color: $gray-600 !default;

$brand-primary: $primary-color !default;
$brand-secondary: $secondary-color !default;

$link-color: $brand-primary !default;
$link-text-decoration: none !default;
$link-hover-color: $link-color !default;
$link-hover-text-decoration: underline !default;
$link-visited-color: darken($brand-primary, 10%) !default;


// fonts
$font-family-base: "Helvetica", arial, sans-serif !default;
$font-size-base: 100% !default;
$font-weight-base: 400 !default;
$line-height-base: 1.5 !default;
$body-color: $gray-900 !default;
$body-bg: $white !default;

//font sizes
$h1-font-size: 2rem !default;
$h2-font-size: 1.8rem !default;
$h3-font-size: 1.65rem !default;
$h4-font-size: 1.4rem !default;
$h5-font-size: 1.25rem !default;
$h6-font-size: 1.1rem !default;

$headings-font-family: inherit !default;
$headings-font-weight: 500 !default;
$headings-line-height: 1.1 !default;

// font colors
$headings-color: inherit !default;

//margins
$headings-margin-bottom: .75rem ;




$dt-font-weight: 700;



$label-margin-bottom: .25rem;

$button-settings: (
  background: $primary-color,
  border: 1px solid $primary-color,
  color: #fff,
  border-radius: 0,
  font-size: 1rem,
  font-weight: 400,
  font-family: inherit,
  padding: .5rem .75rem,
  hover-background: darken($primary-color, 10%),
  appeareance: none
) !default;

$text-input-settings: (
  background: transparent,
  border: 1px solid $gray-400,
  border-radius: 0,
  font-size: 1rem,
  font-weight: 400,
  font-family: $font-family-base,
  line-height: 1.2,
  padding: .25rem .5rem,
  margin: 0 0 .75rem 0,
  display: block,
  focus-border-color: $primary-color,
  apperance: none,
  max-width: 100%,
  width: 100%,
  outline: 1px solid $primary-color
) !default;


$select-settings: (
  display: block,
  width: 100%,
  max-width: 100%,
  padding: .75rem,
  margin: 0 0 .75rem 0,
  border: 1px solid $gray-400,
  font-size: 1rem,
  font-family: inherit,
  line-height: normal,
  color: $black,
  border-radius: 0,
  appearance: none,
  background-color: $white,
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>"),
  background-size: 9px 6px,
  background-position: right .5rem center,
  background-origin: content-box,
  background-repeat: no-repeat,
  outline: 1px solid $primary-color

) !default;

$font-icons: (
  burger: "\2630",
  menu: "\2630",
  close: "\2715",
  plus: "\002B",
  mod-plus: "\02D6",
  minus: "\002D",
  mod-minus: "\02D7",
  caret: "\02C7",
  less: "\003C",
  more: "\003E",
  apo-left: "\00AB",
  apo-right: "\00BB",
  copyright: "\00A9"
) !default;

$fa-icons: (
  file: "\f15b",
  pdf: "\f1c1",
  word: "\f1c2",
  excel: "\f1c3",
  powerpoint: "\f1c4",
  image: "\f1c5",
  zip: "\f1c6",
  audio: "\f1c7",
  movie: "\f1c8"
) !default;

*/
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Kalam", cursive;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #cfc86a;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #cfc86a;
    text-decoration: underline; }
  a:visited {
    color: #a6c180; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: 0.25rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

nav ul, nav ol, nav li {
  list-style: none;
  margin: 0;
  padding: 0; }

.nav,
.nav li {
  list-style: none;
  margin: 0;
  padding: 0; }

html {
  font-size: 100%; }

body {
  font-family: "Kalam", cursive;
  font-size: 100%;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  text-size-adjust: none; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.75rem;
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.8rem; }

h3 {
  font-size: 1.65rem; }

h4 {
  font-size: 1.4rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1.1rem; }

a {
  color: #cfc86a;
  text-decoration: none; }

a:hover {
  color: #cfc86a;
  text-decoration: underline; }

a:visited {
  color: #a6c180; }

p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem; }

img {
  max-width: 100%;
  height: auto; }

[type=text],
[type=email],
[type=date],
[type=password],
[type=number],
textarea {
  font-family: "Kalam", cursive;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.25rem 0.5rem;
  margin: 0 0 0.75rem 0;
  background: transparent;
  border: 1px solid #ced4da;
  border-radius: 0;
  display: block;
  width: 100%;
  max-width: 100%; }
  [type=text]:focus,
  [type=email]:focus,
  [type=date]:focus,
  [type=password]:focus,
  [type=number]:focus,
  textarea:focus {
    border-color: #bed2a2; }

a.button,
button,
[type=button],
[type=submit] {
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1;
  padding: 0.5rem 0.75rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 200ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  a.button:disabled,
  button:disabled,
  [type=button]:disabled,
  [type=submit]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    a.button:disabled:hover,
    button:disabled:hover,
    [type=button]:disabled:hover,
    [type=submit]:disabled:hover {
      background-color: #bed2a2; }

select {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0.75rem;
  margin: 0 0 0.75rem 0;
  border: 1px solid #ced4da;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #000;
  background-color: #fff;
  border-radius: 0;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right 0.5rem center;
  background-origin: content-box;
  background-repeat: no-repeat; }

/* images placed in richt text editor */
.align_left,
.align_right,
.align_center {
  display: block;
  float: none;
  margin: 1rem auto;
  max-width: 100%; }

@media (min-width: 768px) {
  .align_left {
    float: left;
    margin: 0 1rem 0.5rem 0;
    max-width: 50%; } }

@media (min-width: 768px) {
  .align_right {
    float: right;
    margin: 0 0 0.5rem 1rem;
    max-width: 50%; } }

@media (min-width: 768px) {
  .align_center {
    display: block;
    margin: 1em auto; } }

/* pw FormBuilder */
#wrap_Inputfield- {
  display: none; }

.FormBuilder,
.InputfieldForm {
  font-family: inherit; }

.InputfieldStateRequired label:after {
  content: " *"; }

.Inputfield {
  margin: 0 0 .5em 0; }

.InputfieldSubmit {
  margin: 1em 0; }

.InputfieldStateError,
.ui-state-error {
  color: #dc3545; }
  .InputfieldStateError p,
  .ui-state-error p {
    margin: 0; }

span.ui-state-error {
  font-size: 80%;
  font-style: italic; }

.InputfieldStateError,
.error {
  color: #dc3545; }
  .InputfieldStateError input[type=text],
  .InputfieldStateError input[type=email],
  .InputfieldStateError textarea,
  .error input[type=text],
  .error input[type=email],
  .error textarea {
    border-color: #dc3545; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?ff70ye");
  src: url("../fonts/icomoon.eot?ff70ye#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ff70ye") format("truetype"), url("../fonts/icomoon.woff?ff70ye") format("woff"), url("../fonts/icomoon.svg?ff70ye#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  margin-right: 6px;
  text-decoration: none; }
  a [class^="icon-"]:before, a
  [class*=" icon-"]:before {
    text-decoration: none; }

.icon-home2:before {
  content: ""; }

.icon-image:before {
  content: ""; }

.icon-music:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-film:before {
  content: ""; }

.icon-video-camera:before {
  content: ""; }

.icon-dice:before {
  content: ""; }

.icon-file-picture:before {
  content: ""; }

.icon-quotes-left:before {
  content: ""; }

.icon-quotes-right:before {
  content: ""; }

.icon-spinner3:before {
  content: ""; }

.icon-switch:before {
  content: ""; }

.icon-menu2:before {
  content: ""; }

.icon-menu22:before {
  content: ""; }

.icon-menu3:before {
  content: ""; }

.icon-menu4:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-cross:before {
  content: ""; }

.icon-checkmark:before {
  content: ""; }

.icon-circle-up:before {
  content: ""; }

.icon-circle-right:before {
  content: ""; }

.icon-circle-down:before {
  content: ""; }

.icon-circle-left:before {
  content: ""; }

.icon-new-tab:before {
  content: ""; }

.icon-mail2:before {
  content: ""; }

.icon-google-plus:before {
  content: ""; }

.icon-twitter2:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-vimeo:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-file-pdf:before {
  content: ""; }

.icon-file-openoffice:before {
  content: ""; }

.icon-file-word:before {
  content: ""; }

.icon-file-excel:before {
  content: ""; }

.icon-libreoffice:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-mail:before {
  content: ""; }

.icon-print:before {
  content: ""; }

.icon-info:before {
  content: ""; }

.icon-download-pdf:before {
  content: ""; }

.icon-download .path1:before {
  content: "";
  color: black; }

.icon-download .path2:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-download .path3:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-download .path4:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-pfeil:before {
  content: ""; }

.icon-pfeil-fett:before {
  content: ""; }

.icon-spinner:before {
  content: ""; }

.icon-menu:before {
  content: ""; }

.icon-rss:before {
  content: ""; }

html {
  font-size: 100%; }

body {
  font-family: "Kalam", cursive;
  line-height: 1.5;
  background-color: #fff;
  border-top: 0 solid #bed2a2;
  color: #000;
  -webkit-text-size-adjust: none;
  background-position: 50% 10px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5 {
  color: #000;
  text-transform: uppercase; }

h2 {
  font-weight: normal;
  font-size: 1.5rem;
  margin: 1.3rem 0 .5rem 0; }

h3 {
  font-size: 1.3rem;
  margin: 1.3rem 0 .5rem 0; }

.sidebar h2:first-child,
.main-content h2:first-child,
.sidebar h3:first-child,
.main-content h3:first-child {
  margin-top: 0; }

.main-content {
  font-size: 1.2rem; }

p {
  margin: 0 0 1rem 0; }

p:last-child,
ul:last-child {
  margin-bottom: 0; }

a {
  color: #cfc86a;
  text-decoration: underline; }

a:hover {
  color: #c2ba43;
  text-decoration: none; }

blockquote {
  margin-left: 0;
  padding-left: 1.5rem;
  padding-right: 2rem;
  border-left: 4px solid #ddd;
  font-style: italic;
  color: #777; }

pre, code {
  background: #eee;
  border: 1px solid #ddd; }

pre {
  font-size: 0.875rem;
  line-height: 1.4em;
  padding: 1em;
  border-left: 4px solid #d5cf7d; }

.align_left {
  /* for images placed in rich text editor */
  float: left;
  margin: 0 1rem 0.5rem 0;
  position: relative;
  top: 0.5rem;
  max-width: 50%; }

.align_right {
  /* for images placed in rich text editor */
  float: right;
  margin: 0 0 0.5rem 1rem;
  max-width: 50%; }

.align_center {
  /* for images placed in rich text editor */
  display: block;
  margin: 1em auto;
  position: relative;
  top: 0.5rem; }

.container {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 30px; }

.has-bg-image .container {
  padding-top: 120px;
  min-height: calc(100vh - 65px  - 85px); }
  @media (min-width: 768px) {
    .has-bg-image .container {
      padding-top: 150px;
      min-height: calc(100vh   - 95px); } }
  @media (min-width: 992px) {
    .has-bg-image .container {
      padding-top: 180px;
      min-height: calc(100vh  - 95px); } }

.has-header-image .container {
  padding-top: 60px;
  min-height: calc(100vh - 45px - 100px - 45px - 85px); }
  @media (min-width: 768px) {
    .has-header-image .container {
      min-height: calc(100vh - 65px - 200px - 45px - 85px); } }
  @media (min-width: 992px) {
    .has-header-image .container {
      min-height: calc(100vh - 65px - 320px - 45px - 85px); } }

.breadcrumb.nav {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 30px;
  padding: 1em;
  display: none; }
  @media (min-width: 768px) {
    .breadcrumb.nav {
      padding: 0 15px;
      display: block; } }

.top-bar {
  zoom: 1;
  display: none; }
  .top-bar:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  @media (min-width: 768px) {
    .top-bar {
      display: block; } }

.body {
  margin: 0 0 60px 0;
  padding: 15px 0;
  zoom: 1;
  clear: both; }
  .body:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  @media (min-width: 768px) {
    .body {
      margin-bottom: 60px; } }

@media (min-width: 768px) {
  .has-sidebar .body {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px; } }

@media (min-width: 768px) {
  body.has-sidebar .main-content {
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; } }

@media (min-width: 992px) {
  body.has-sidebar .main-content {
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; } }

@media (min-width: 768px) {
  body.has-sidebar .page-title {
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%; } }

body.has-sidebar .sidebar {
  clear: both;
  margin-top: 60px; }
  @media (min-width: 768px) {
    body.has-sidebar .sidebar {
      margin-top: 0;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; } }
  @media (min-width: 992px) {
    body.has-sidebar .sidebar {
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; } }

.has-bg-image:not(.empty-body) .body {
  background-color: rgba(190, 210, 162, 0.6); }

.has-bg-image:not(.has-sidebar) .body {
  padding-right: 15px;
  padding-left: 15px; }

.top-bar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  min-height: 60px;
  padding: 0 30px; }

.has-bg-image .top-bar {
  background: transparent; }

.top-nav li {
  list-style: none;
  padding: 0;
  margin: 0; }

.top-nav .logo {
  float: left; }
  .top-nav .logo a {
    display: block;
    line-height: 60px;
    color: #999;
    text-decoration: none;
    font-weight: bold; }
    .top-nav .logo a.active {
      color: #000; }

.top-nav ul {
  float: right; }

.top-nav ul > li {
  float: left;
  position: relative;
  margin: 0 0 0 15px; }

.topnav > li > a {
  padding: 0;
  line-height: 60px;
  text-decoration: none;
  display: block;
  color: #999;
  transition: border-color 300ms ease; }

.topnav li.active > a,
.topnav li.current > a {
  color: #000;
  text-decoration: underline; }

.top-nav ul li ul {
  position: absolute;
  top: 2.35rem;
  left: -99999px;
  border: 1px solid;
  border-color: transparent;
  background-color: #fff;
  transition: border 300ms ease;
  width: 12rem;
  padding: .25rem;
  z-index: 2000; }
  .top-nav ul li ul li {
    width: 100%;
    font-size: .9rem; }
    .top-nav ul li ul li a {
      display: block;
      text-decoration: none;
      padding: .25rem; }

.top-nav ul li:hover ul {
  left: 0;
  border-color: #999; }

form.search {
  float: right;
  margin: 0;
  width: flex-column-width(3 of 12, 12); }

form.search input {
  margin: 0;
  padding: 0.25rem 0.5rem;
  width: 100%;
  color: #000;
  display: inline-block;
  margin: .1rem 0 0 0; }

form.search button {
  display: none; }

.breadcrumbs {
  clear: both;
  padding: .25em 0;
  border-top: 1px solid #bed2a2;
  border-bottom: 1px solid #bed2a2;
  font-size: .75rem; }
  @media (min-width: 768px) {
    .breadcrumbs {
      font-size: 1rem; } }
  .breadcrumbs li {
    list-style: none;
    display: inline-block;
    color: #999; }
    .nav .breadcrumbs li {
      margin: 0 .5rem 0 0; }
    .breadcrumbs li a {
      color: #999; }

.breadcrumbs li:after {
  content: "/";
  color: #999;
  padding-left: 0.5rem;
  padding-right: 0; }

.breadcrumbs li.last:after {
  content: ""; }

.has-header-image .header {
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 40px;
  height: 100px; }
  @media (min-width: 768px) {
    .has-header-image .header {
      margin-top: 60px;
      height: 200px; } }
  @media (min-width: 992px) {
    .has-header-image .header {
      height: 320px; } }

.site-title {
  padding: 2rem 0; }
  .site-title a, .site-title a:hover, .site-title a:visited, .site-title a:active {
    text-decoration: none;
    color: #ccc; }
  .site-title h1 {
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 1.7rem;
    text-transform: none;
    text-shadow: 1px 1px 4px  #000; }
    @media (min-width: 768px) {
      .site-title h1 {
        font-size: 2rem;
        line-height: 2rem; } }

h1.page-title {
  font-size: 1.6rem;
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 1rem; }

.main-content ul,
.sidebar ul {
  padding: 0;
  margin: 0 0 1rem 0;
  list-style-position: inside; }
  .main-content ul.nav,
  .sidebar ul.nav {
    margin-left: 0; }

.nav {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }

.nav .nav {
  padding-left: 1.5rem;
  list-style: none; }

.nav li {
  margin: 1em 0; }

.nav-tree li {
  margin-top: 0;
  margin-bottom: 0; }

.main-content .nav a {
  color: #999;
  text-decoration: none;
  display: inline-block;
  vertical-align: top; }
  .main-content .nav a .summary {
    font-size: .75rem; }

.main-content .nav li {
  margin-bottom: 10px; }
  .main-content .nav li:before {
    content: "» ";
    color: #999;
    text-decoration: none; }
  .main-content .nav li:hover:before {
    color: #000; }

.nav a {
  color: #999;
  text-decoration: none; }

.nav-tree li a {
  color: #999; }

.nav a:hover,
.nav .current > a {
  color: #000; }
  .nav a:hover:before,
  .nav .current > a:before {
    color: #000;
    text-decoration: none; }

.main-content ul.sub-page-nav {
  list-style: none;
  clear: both;
  zoom: 1;
  margin: 1.5rem 0; }
  .main-content ul.sub-page-nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  @media (min-width: 576px) {
    .main-content ul.sub-page-nav {
      display: flex;
      flex-flow: row wrap;
      margin: 0 -15px; } }

.main-content .sub-page-nav li {
  margin-top: 0;
  margin-bottom: 30px; }
  .main-content .sub-page-nav li img {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    height: auto; }
  .main-content .sub-page-nav li div.img {
    width: 100%; }
  @media (min-width: 576px) {
    .main-content .sub-page-nav li {
      padding: 15px;
      flex: 0 0 auto;
      width: 50%; } }
  @media (min-width: 768px) {
    .main-content .sub-page-nav li {
      width: 25%; } }

.main-content .sub-page-nav a {
  text-decoration: none;
  display: block; }

.main-content .sub-page-nav h2 {
  font-size: 0.9rem;
  margin: .25rem 0; }

.main-content .sub-page-nav .summary {
  font-size: .75rem; }

.footer {
  clear: both;
  color: #000; }

.footer-content {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 30px;
  color: #999; }
  .has-bg-image .footer-content {
    color: #000; }
    .has-bg-image .footer-content a {
      color: #000; }
  .footer-content a {
    color: #999; }

.utilities {
  padding: .75rem 0; }

.footer .webbear {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.additionals,
.utilities {
  margin: 0;
  padding: 0; }
  .additionals li,
  .utilities li {
    font-size: 1rem;
    display: inline-block;
    margin: .1em 1.75em .1em 0; }
    .additionals li a,
    .utilities li a {
      font-weight: normal;
      text-decoration: none; }
      .additionals li a:hover,
      .utilities li a:hover {
        color: #000; }

.has-bg-image .footer .footer-content {
  text-align: center; }
  .has-bg-image .footer .footer-content .additionals,
  .has-bg-image .footer .footer-content .utilities,
  .has-bg-image .footer .footer-content .custom-comment {
    display: inline-block; }

#wrap_Inputfield- {
  display: none; }

.form input[type=text],
.form input[type=email],
.form textarea {
  border: 1px solid #000;
  padding: .5em;
  max-width: 100%;
  width: 30em;
  font-size: 1em;
  font-family: courier, monospace; }
  .form input[type=text]:focus,
  .form input[type=email]:focus,
  .form textarea:focus {
    border-color: #333333; }

.form .InputfieldStateRequired label:after {
  content: " *"; }

.form .Inputfield {
  margin: 0 0 .5em 0; }

.form .InputfieldSubmit {
  margin: 1em 0; }

.form button {
  background: #000;
  display: inline-block;
  border: 1px solid #000;
  padding: .75em 1.25em;
  color: #fff;
  cursor: pointer;
  transition: background 200ms ease; }
  .form button:hover {
    background: black; }

.form .ui-state-error {
  color: red; }
  .form .ui-state-error p {
    margin: 0; }

.form span.ui-state-error {
  font-size: .825em;
  font-style: italic; }

.main-content ul.gallery {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px; }

.main-content .gallery li {
  padding: 15px;
  flex: 0 0 auto;
  width: 100%; }
  @media (min-width: 576px) {
    .main-content .gallery li {
      width: 50%; } }
  @media (min-width: 768px) {
    .main-content .gallery li {
      width: 33.3333333333%; } }
  @media (min-width: 992px) {
    .main-content .gallery li {
      width: 25%; } }
  .main-content .gallery li img, .main-content .gallery li a {
    display: block; }

.main-content .gallery-item > a > img {
  min-width: 100%;
  height: auto;
  padding: 0;
  background: #fff;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.5); }

.edit {
  position: fixed;
  top: 5px;
  right: 0; }
  .edit a {
    text-decoration: none;
    font-size: 0.75rem;
    display: block;
    background: #990000;
    color: white;
    padding: .5rem .75rem; }

.mobile-header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #000; }
  @media (min-width: 768px) {
    .mobile-header {
      display: none; } }
  .mobile-header .mobile-site-title {
    display: inline-block;
    margin-left: 30px; }
    .mobile-header .mobile-site-title a {
      text-decoration: none;
      color: #000; }
  .mobile-header .reveal-mobile-menu {
    display: inline-block;
    padding: 6px;
    font-size: 32px;
    color: #000;
    line-height: 32px; }
    .mobile-header .reveal-mobile-menu:before {
      content: '\2630'; }
    .mobile-header .reveal-mobile-menu.on:before {
      content: '\2715'; }

.mobile-menu {
  display: none;
  background-color: #d5cf7d;
  padding-top: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .mobile-menu.show {
    display: block; }
  @media (min-width: 768px) {
    .mobile-menu {
      display: none; }
      .mobile-menu.show {
        display: none; } }
  .mobile-menu .mobile-nav {
    height: 0;
    overflow: hidden;
    transition: opacity 300ms ease;
    opacity: 0; }
  .mobile-menu.show .mobile-nav {
    height: auto;
    opacity: 1; }
  .mobile-menu ul, .mobile-menu li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .mobile-menu a {
    text-decoration: none;
    font-size: 1.1rem;
    line-height: 50px;
    padding: 0 10px;
    display: block;
    color: #000; }
  .mobile-menu .mobile-topnav > li > a {
    text-transform: uppercase; }
  .mobile-menu .mobile-topnav > li {
    border-top: 1px solid #000; }
  .mobile-menu li li > a {
    padding-left: 32px; }
  .mobile-menu li li li > a {
    padding-left: 64px; }
  .mobile-menu .mm-current > a,
  .mobile-menu .mm-active > a {
    color: #fff;
    font-weight: bold; }
  .mobile-menu .subnav {
    opacity: 1;
    transition: opacity 800ms ease; }
  .mobile-menu .hidden {
    height: 0;
    overflow: hidden;
    opacity: 0; }

.reveal-sub-menu {
  position: relative;
  z-index: 200;
  display: inline-block;
  line-height: 50px;
  width: 50px;
  color: #000;
  text-align: center; }
  .reveal-sub-menu:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .reveal-sub-menu.show:before {
    content: ""; }

.mm-parent > a {
  width: calc(100% - 50px);
  display: inline-block; }

.embed {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin-bottom: 1rem; }
  .embed .title,
  .embed .caption {
    display: inline-block;
    margin: 0 0 .25rem 0; }
  .embed::before {
    display: block;
    content: "";
    padding-top: 56.25%; }
  .embed.embed-16x9::before {
    padding-top: 56.25%; }
  .embed.embed-4x3::before {
    padding-top: 75%; }
  .embed .embeded-item,
  .embed *,
  .embed iframe,
  .embed video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-audio {
  margin-bottom: 1rem; }
  .embed-audio .title,
  .embed-audio .caption {
    display: inline-block;
    margin: 0 0 .25rem 0; }

/*********************************************************************
 * 5. Media queries for responsive layout
 *
 */
@media only screen and (max-width: 767px) {
  /* mobile layout */
  body,
  td,
  textarea {
    font-size: 100%; }
  .align_left,
  .align_right,
  .align_center {
    display: block;
    float: none;
    margin: 1em auto;
    max-width: 100%; } }

@media only screen and (min-width: 1200px) {
  /* extra-wide desktop layout */
  html {
    font-size: 115%; } }
