@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: "Share Tech", sans-serif;
  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: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0000FF;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0000FF;
  text-decoration: underline;
}
a:visited {
  color: #0000cc;
}

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: 0.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: "Share Tech", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          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: #0000FF;
  text-decoration: none;
}

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

a:visited {
  color: #0000cc;
}

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: "Share Tech", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.25rem 0.5rem;
  margin: 0;
  background: transparent;
  border: 1px solid #62553d;
  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: #0000FF;
}

a.button,
button,
[type=button],
[type=submit] {
  background-color: #0000FF;
  border: 1px solid #0000FF;
  border-radius: 0;
  color: #fff;
  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: all 200ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
a.button:hover, a.button:focus,
button:hover,
button:focus,
[type=button]:hover,
[type=button]:focus,
[type=submit]:hover,
[type=submit]:focus {
  background-color: #0000cc;
  color: #fff;
  border-color: #0000cc;
}
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: #0000FF;
}

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;
  -webkit-appearance: none;
     -moz-appearance: none;
          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 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;
}

/* share-tech-regular - latin */
@font-face {
  font-family: "Share Tech";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/share-tech-v8-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Share Tech Regular"), local("ShareTech-Regular"), url("../fonts/share-tech-v8-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/share-tech-v8-latin-regular.woff2") format("woff2"), url("../fonts/share-tech-v8-latin-regular.woff") format("woff"), url("../fonts/share-tech-v8-latin-regular.ttf") format("truetype"), url("../fonts/share-tech-v8-latin-regular.svg#ShareTech") format("svg");
  /* Legacy iOS */
}
/* share-tech-mono-regular - latin */
@font-face {
  font-family: "Share Tech Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/share-tech-mono-v8-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Share Tech Mono"), local("ShareTechMono-Regular"), url("../fonts/share-tech-mono-v8-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/share-tech-mono-v8-latin-regular.woff2") format("woff2"), url("../fonts/share-tech-mono-v8-latin-regular.woff") format("woff"), url("../fonts/share-tech-mono-v8-latin-regular.ttf") format("truetype"), url("../fonts/share-tech-mono-v8-latin-regular.svg#ShareTechMono") format("svg");
  /* Legacy iOS */
}
@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: "\e90b";
}

.icon-image:before {
  content: "\e90f";
}

.icon-music:before {
  content: "\e911";
}

.icon-play:before {
  content: "\e912";
}

.icon-film:before {
  content: "\e913";
}

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

.icon-dice:before {
  content: "\e915";
}

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

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

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

.icon-spinner3:before {
  content: "\e97c";
}

.icon-switch:before {
  content: "\e9b6";
}

.icon-menu2:before {
  content: "\e9bd";
}

.icon-menu22:before {
  content: "\e9be";
}

.icon-menu3:before {
  content: "\e9bf";
}

.icon-menu4:before {
  content: "\e9c0";
}

.icon-plus:before {
  content: "\ea0a";
}

.icon-minus:before {
  content: "\ea0b";
}

.icon-cross:before {
  content: "\ea0f";
}

.icon-checkmark:before {
  content: "\ea10";
}

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

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

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

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

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

.icon-mail2:before {
  content: "\ea84";
}

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

.icon-twitter2:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-vimeo:before {
  content: "\eaa0";
}

.icon-linkedin:before {
  content: "\eac9";
}

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

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

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

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

.icon-libreoffice:before {
  content: "\eae3";
}

.icon-search:before {
  content: "\e90d";
}

.icon-facebook:before {
  content: "\e900";
}

.icon-twitter:before {
  content: "\e902";
}

.icon-mail:before {
  content: "\e901";
}

.icon-print:before {
  content: "\e906";
}

.icon-info:before {
  content: "\e905";
}

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

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

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

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

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

.icon-pfeil:before {
  content: "\e903";
}

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

.icon-spinner:before {
  content: "\e97d";
}

.icon-menu:before {
  content: "\e90e";
}

.icon-rss:before {
  content: "\e90c";
}

html {
  font-size: 100%;
}

body {
  font-family: "Share Tech", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  background: #fff;
  color: #62553d;
  -webkit-text-size-adjust: none;
}

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

h1, h2, h3, h4, h5 {
  color: #62553d;
  font-weight: 700;
}

h2 {
  font-size: 1.3rem;
  line-height: 1.35;
  margin: 1.3rem 0 0.5rem 0;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}

h3 {
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 1.3rem 0 0.5rem 0;
}

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

p {
  font-size: 1rem;
  margin: 0 0 1.1rem 0;
}

ul {
  margin: 0.5rem 0;
  padding: 0;
}

a {
  color: #0000FF;
  text-decoration: none;
}

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

a:visited {
  color: rgba(0, 0, 255, 0.6);
}

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 #0000FF;
}

.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;
}

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

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

figure {
  max-width: 100%;
}
figure figcaption {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 4px 0 0 0;
}

#c {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}

.container {
  max-width: 1230px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.template-home .container {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

.body {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding-top: 7.5rem;
}
@media (min-width: 768px) {
  .body {
    padding-top: calc(32.3333333% - 62px);
  }
}
@media (min-width: 992px) {
  .body {
    padding-top: calc(25% - 62px);
  }
}
.body .main-content {
  padding-right: 0;
  padding-left: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .body .main-content {
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.template-home .body {
  padding-top: 0;
}
@media (min-width: 768px) {
  .template-home .body .main-content {
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.sidebar {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .sidebar {
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

.alert {
  padding: 5px;
  background: rgba(255, 0, 0, 0.7);
  color: #fff;
}

.video-embed .alert {
  position: relative;
}
.video-embed .alert span {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.navigation {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.navigation .nav-container {
  position: relative;
  max-width: 1230px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .navigation .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.template-home .navigation .nav-container {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

.main-nav {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  width: 100%;
  z-index: 200;
  font-size: 1.5625rem;
}
.main-nav.show {
  background: rgba(0, 0, 255, 0.8);
}
@media (min-width: 576px) {
  .main-nav {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .main-nav {
    width: calc(25% + 30px/4);
  }
  .template-home .main-nav {
    width: 25%;
  }
}
.main-nav a,
.main-nav a:visited,
.main-nav a:active {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.main-nav a:hover {
  color: #fff;
  text-decoration: underline;
}
.main-nav .parent > a {
  cursor: none;
}
.main-nav .parent > a:hover {
  text-decoration: none;
}
.main-nav .parent.active > a:hover {
  text-decoration: underline;
}
.main-nav .current > a,
.main-nav .active > a {
  color: #fff;
  text-decoration: underline;
}
.main-nav .collapse {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 600ms ease;
  padding: 0 15px 15px 15px;
}
.main-nav.show .collapse {
  height: calc(100vh - 60px);
  overflow: auto;
  opacity: 1;
  padding-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.main-nav .subnav {
  height: auto;
  opacity: 1;
  overflow: visible;
  transition: opacity 600ms ease;
  font-size: 1.125rem;
}
.main-nav .subnav.hidden {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.main-nav .reveal-menu {
  display: inline-block;
  height: 40px;
  margin: 10px 30px 0 0;
}
@media (min-width: 768px) {
  .main-nav .reveal-menu {
    margin: 10px 15px 0 0;
  }
}
.template-home .main-nav .reveal-menu {
  margin-right: 10px;
}
.main-nav .reveal-menu span:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}
.main-nav .reveal-menu .light:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20155.9%20155.9%22%20style%3D%22enable-background%3Anew%200%200%20155.9%20155.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0{fill%3Anone%3Bstroke%3A%230000FF%3Bstroke-width%3A8%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B}	.st1{fill%3Anone%3Bstroke%3A%230000FF%3Bstroke-width%3A4.5566%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B}%3C%2Fstyle%3E%3Cline%20class%3D%22st0%22%20x1%3D%22127.6%22%20y1%3D%2232%22%20x2%3D%2228.3%22%20y2%3D%2232%22%2F%3E%3Cline%20class%3D%22st0%22%20x1%3D%22127.6%22%20y1%3D%2277.5%22%20x2%3D%2228.3%22%20y2%3D%2277.5%22%2F%3E%3Cline%20class%3D%22st0%22%20x1%3D%22127.6%22%20y1%3D%22123.1%22%20x2%3D%2228.3%22%20y2%3D%22123.1%22%2F%3E%3C%2Fsvg%3E");
  background-color: #fff;
}
.main-nav .reveal-menu .dark:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20155.9%20155.9%22%20style%3D%22enable-background%3Anew%200%200%20155.9%20155.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0{fill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A8%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B}.st1{fill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A4.5566%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B}%3C%2Fstyle%3E%3Cline%20class%3D%22st0%22%20x1%3D%22127.6%22%20y1%3D%2232%22%20x2%3D%2228.3%22%20y2%3D%2232%22%2F%3E%3Cline%20class%3D%22st0%22%20x1%3D%22127.6%22%20y1%3D%2277.5%22%20x2%3D%2228.3%22%20y2%3D%2277.5%22%2F%3E%3Cline%20class%3D%22st0%22%20x1%3D%22127.6%22%20y1%3D%22123.1%22%20x2%3D%2228.3%22%20y2%3D%22123.1%22%2F%3E%3C%2Fsvg%3E");
  background-color: #0000FF;
}
.main-nav .reveal-menu.on .light:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20155.9%20155.9%22%20style%3D%22enable-background%3Anew%200%200%20155.9%20155.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0{fill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A8%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B}%20.st1{fill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A4.5566%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B}%3C%2Fstyle%3E%3Cline%20class%3D%22st0%22%20x1%3D%22130.8%22%20y1%3D%2228.3%22%20x2%3D%2231.6%22%20y2%3D%22127.6%22%2F%3E%3Cline%20class%3D%22st0%22%20x1%3D%2231.6%22%20y1%3D%2228.3%22%20x2%3D%22130.8%22%20y2%3D%22127.6%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
}
.main-nav .reveal-menu.on .dark:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20155.9%20155.9%22%20style%3D%22enable-background%3Anew%200%200%20155.9%20155.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0{fill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A8%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B}.st1{fill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A4.5566%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B}%3C%2Fstyle%3E%3Cline%20class%3D%22st0%22%20x1%3D%22130.8%22%20y1%3D%2228.3%22%20x2%3D%2231.6%22%20y2%3D%22127.6%22%2F%3E%3Cline%20class%3D%22st0%22%20x1%3D%2231.6%22%20y1%3D%2228.3%22%20x2%3D%22130.8%22%20y2%3D%22127.6%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
}
.main-nav .reveal-menu .dark {
  display: none;
}
.template-home .main-nav .reveal-menu .dark {
  display: inline-block;
}
@media (min-width: 768px) {
  .template-home .main-nav .reveal-menu .dark {
    display: inline-block;
  }
}
.main-nav .reveal-menu .light {
  display: inline-block;
}
.template-home .main-nav .reveal-menu .light {
  display: none;
}
@media (min-width: 768px) {
  .template-home .main-nav .reveal-menu .light {
    display: none;
  }
}

.mainnav a {
  line-height: 40px;
}
.mainnav > li > a {
  text-transform: uppercase;
}

.language-nav li {
  display: inline-block;
  margin-left: 15px;
}
.language-nav li a {
  text-transform: uppercase;
}

#scroll-top {
  display: inline-block;
  background-color: rgba(0, 0, 255, 0.6);
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 10px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#scroll-top:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%20156%20156%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%3E%3Cg%20transform%3D%22matrix%286.12323e-17%2C1%2C-1%2C6.12323e-17%2C155.5%2C6.8%29%22%3E%3Cpath%20d%3D%22M95.4%2C27.8L45.8%2C77.4%22%20style%3D%22fill%3Anone%3Bfill-rule%3Anonzero%3Bstroke%3A%23fff%3Bstroke-width%3A8px%3B%22%2F%3E%3Cpath%20d%3D%22M95.4%2C127L45.8%2C77.4%22%20style%3D%22fill%3Anone%3Bfill-rule%3Anonzero%3Bstroke%3A%23fff%3Bstroke-width%3A8px%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  display: inline-block;
  width: 40px;
  height: 40px;
}
#scroll-top:hover {
  cursor: pointer;
  background-color: rgba(51, 51, 255, 0.6);
}
#scroll-top:active {
  background-color: rgba(51, 51, 255, 0.6);
}
#scroll-top.show {
  opacity: 1;
  visibility: visible;
}

.prev-next-navigation {
  list-style: none;
  border-top: 1px solid #62553d;
  padding: 22.5px 0;
  margin: -1px 0 0 0;
  zoom: 1;
}
.prev-next-navigation:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.prev-next-navigation li {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .prev-next-navigation li {
    font-size: 1.5625rem;
  }
}
.prev-next-navigation li a {
  text-decoration: none;
  display: inline-block;
  line-height: 2rem;
  vertical-align: middle;
  height: 2rem;
}
.prev-next-navigation li a:hover .link-text {
  text-decoration: underline;
}
.prev-next-navigation li.prev {
  float: left;
}
.prev-next-navigation li.prev .icon:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20155.9%20155.9%22%20style%3D%22enable-background%3Anew%200%200%20155.9%20155.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0{fill%3Anone%3Bstroke%3A%230000FF%3Bstroke-width%3A8%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B}.st1{fill%3Anone%3Bstroke%3A%230000FF%3Bstroke-width%3A4.5566%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B}%3C%2Fstyle%3E%3Cg%3E%3Cline%20class%3D%22st0%22%20x1%3D%2295.4%22%20y1%3D%2227.8%22%20x2%3D%2245.8%22%20y2%3D%2277.4%22%2F%3E%3Cline%20class%3D%22st0%22%20x1%3D%2295.4%22%20y1%3D%22127%22%20x2%3D%2245.8%22%20y2%3D%2277.4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -4px;
  margin-right: 10px;
  margin-left: -8px;
}
.prev-next-navigation li.next {
  float: right;
}
.prev-next-navigation li.next .icon:after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20155.9%20155.9%22%20style%3D%22enable-background%3Anew%200%200%20155.9%20155.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0{fill%3Anone%3Bstroke%3A%230000FF%3Bstroke-width%3A8%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B}.st1{fill%3Anone%3Bstroke%3A%230000FF%3Bstroke-width%3A4.5566%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B}%3C%2Fstyle%3E%3Cg%3E%3Cline%20class%3D%22st0%22%20x1%3D%2256.4%22%20y1%3D%22127%22%20x2%3D%22106%22%20y2%3D%2277.4%22%2F%3E%3Cline%20class%3D%22st0%22%20x1%3D%2256.4%22%20y1%3D%2227.8%22%20x2%3D%22106%22%20y2%3D%2277.4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -4px;
  margin-right: -8px;
  margin-left: 10px;
}

.breadcrumbs {
  clear: both;
  padding: 0.25em 0;
  border-top: 1px solid #0000FF;
  border-bottom: 1px solid #0000FF;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .breadcrumbs {
    font-size: 1rem;
  }
}
.breadcrumbs li {
  list-style: none;
  display: inline-block;
  color: #fff;
}
.nav .breadcrumbs li {
  margin: 0 0.5rem 0 0;
}
.breadcrumbs li a {
  color: #fff;
}

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

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

.header {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
.header .header-content {
  position: relative;
  max-width: 1230px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header .header-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.template-home .header .header-content {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

.site-title {
  color: #0000FF;
  position: absolute;
  top: 15px;
  left: 30px;
  z-index: 1000;
  width: 100%;
  width: 136px;
}
.site-title a,
.site-title a:hover,
.site-title a:visited,
.site-title a:active {
  text-decoration: none;
  color: #0000FF;
  display: block;
}
.site-title span.claim {
  display: block;
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin: 5px 0 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .site-title {
    top: 15px;
    left: 15px;
    width: 162px;
    border: 0 none;
  }
  .site-title a,
.site-title a:hover,
.site-title a:visited,
.site-title a:active {
    text-decoration: none;
    color: #0000FF;
    display: block;
  }
  .site-title span.claim {
    display: block;
    font-size: 0.875rem;
    line-height: 1rem;
  }
}

.template-home .header .site-title {
  color: #fff;
  background: transparent;
  left: 10px;
  min-width: 136px;
}
.template-home .header .site-title .logo {
  margin-right: -1px;
}
.template-home .header .site-title a,
.template-home .header .site-title a:hover,
.template-home .header .site-title a:visited,
.template-home .header .site-title a:active {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 576px) {
  .template-home .header .site-title {
    width: calc(25% - 10px);
  }
}
@media (min-width: 768px) {
  .template-home .header .site-title {
    width: calc(25% - 10px);
  }
  .template-home .header .site-title .logo {
    margin-left: -3px;
  }
}

.page-claim,
.page-title {
  font-size: 1.85rem;
  line-height: 1.1;
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 1rem;
  color: #0000FF;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-claim,
.page-title {
    font-size: 2.125rem;
  }
}
@media (min-width: 768px) {
  .page-claim,
.page-title {
    font-size: 2.5rem;
    line-height: 1.15;
  }
}

.start-image {
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .start-image {
    margin-bottom: 1rem;
  }
}

.content-elements {
  margin-top: 0;
}
.content-elements .item {
  margin-bottom: 30px;
}
.content-elements .video .summary {
  padding-top: 4px;
  font-size: 1.125rem;
  line-height: 1.3888888889;
  margin: -1rem 0 1rem 0;
}

@media (min-width: 768px) {
  .content-elements .ce-text-image.has-portrait-images .portrait-images {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    width: 100%;
  }
  .content-elements .ce-text-image.has-portrait-images .portrait-images figure.portrait-image {
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .content-elements .ce-text-image.has-portrait-images .portrait-images figure.portrait-image:nth-child(2) {
    margin-left: auto;
  }
}
.content-elements > h2 {
  font-size: 1.5625rem;
}
.content-elements .card-body p,
.content-elements .card-body ul {
  font-size: 1.25rem;
  line-height: 1.37;
  margin-bottom: 0.825rem;
}
@media (min-width: 768px) {
  .content-elements .card-body p,
.content-elements .card-body ul {
    font-size: 1.5625rem;
    line-height: 1.35;
    margin-bottom: 1.1rem;
  }
}
.content-elements .card-body ul {
  margin-left: 0;
  padding-left: 0;
}
.content-elements .card-body ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.content-elements .card-body ul li:before {
  content: "-";
  position: absolute;
  margin-left: -20px;
}
.content-elements figcaption {
  font-size: 1.125rem;
  line-height: 1.3888888889;
}

.footer {
  clear: both;
  color: #62553d;
}
.footer a {
  color: #62553d;
}

.template-home .footer {
  display: none;
}

.footer-content {
  padding: 10px 0;
}

.additionals {
  font-size: 0.825rem;
  white-space: nowrap;
  display: inline-block;
}
@media (min-width: 576px) {
  .additionals {
    display: inline-block;
  }
}
.additionals span {
  display: inline-block;
  margin-left: 0.375rem;
}
.additionals span.copyright {
  margin-left: 0;
}

.utilities {
  margin: 0;
  padding: 0;
}
.utilities li {
  font-size: 0.825rem;
  display: inline-flex;
  margin: 0.1rem 1.75rem 0.1rem 0;
}
@media (min-width: 768px) {
  .utilities li {
    margin: 0 1.75rem 0 0;
  }
}
.utilities li a {
  font-weight: normal;
  text-decoration: none;
}
.utilities li a:hover {
  color: #62553d;
}

.widget {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .widgets {
    display: flex;
  }
  .widgets .widget {
    display: inline-flex;
  }
}
.pwcmb.pwcmb--bottom_overlay {
  z-index: 1100;
}

input[type=text],
input[type=email],
textarea {
  color: #62553d;
}

#wrap_Inputfield- {
  display: none;
}

.form input[type=text],
.form input[type=email],
.form textarea {
  border: 1px solid #62553d;
  padding: 0.5em;
  max-width: 100%;
  width: 100%;
  font-size: 1em;
  font-family: courier, monospace;
  color: #62553d;
}
.form input[type=text]:focus,
.form input[type=email]:focus,
.form textarea:focus {
  border-color: #9f8b66;
}
.form .InputfieldStateRequired label:after {
  content: " *";
}
.form .Inputfield {
  margin: 0 0 0.5em 0;
}
.form .InputfieldSubmit {
  margin: 1em 0;
}
.form button {
  background: #0000FF;
  display: inline-block;
  border: 1px solid #0000FF;
  padding: 0.75em 1.25em;
  color: #fff;
  cursor: pointer;
  transition: background 200ms ease;
}
.form button:hover {
  background: #0000cc;
}
.form .ui-state-error {
  color: red;
}
.form .ui-state-error p {
  margin: 0;
}
.form span.ui-state-error {
  font-size: 0.825em;
  font-style: italic;
}
.form input[type=file] {
  border: 1px solid #62553d;
  width: 100%;
  max-width: 100%;
  padding: 0.25em 0.5em 0.25em 0.25em;
}
.form ::-webkit-file-upload-button {
  background: #62553d;
  display: inline-block;
  border: 1px solid #62553d;
  padding: 0.25em 0.5em;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background 200ms ease;
  transition: background 200ms ease;
}
.form ::-webkit-file-upload-button:hover {
  background: #0000cc;
}

.form {
  margin-top: 2rem;
}
.form .FormBuilder,
.form .InputfieldForm,
.form .InputfieldForm input,
.form .InputfieldForm textarea,
.form .InputfieldForm select,
.form .InputfieldForm button,
.form .ui-widget {
  font-family: "Share Tech", sans-serif;
}
.form .FormBuilder .InputfieldStateRequired > .InputfieldHeader:first-child:after,
.form .InputfieldForm .InputfieldStateRequired > .InputfieldHeader:first-child:after,
.form .InputfieldForm input .InputfieldStateRequired > .InputfieldHeader:first-child:after,
.form .InputfieldForm textarea .InputfieldStateRequired > .InputfieldHeader:first-child:after,
.form .InputfieldForm select .InputfieldStateRequired > .InputfieldHeader:first-child:after,
.form .InputfieldForm button .InputfieldStateRequired > .InputfieldHeader:first-child:after,
.form .ui-widget .InputfieldStateRequired > .InputfieldHeader:first-child:after {
  color: #0000FF;
}
.form .InputfieldFormBuilderFileList {
  list-style: none;
}
.form .Inputfields > .Inputfield {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .form .Inputfields > .Inputfield label {
    font-size: 1.125rem;
  }
}
.form .Inputfields .InputfieldSubmit {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .user-comments-form label {
    font-size: 1.125rem;
  }
}

.main-content ul.gallery {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -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);
}

.logout-link,
.edit {
  position: fixed;
  top: 45%;
  right: 0;
}
.logout-link a,
.edit a {
  text-decoration: none;
  font-size: 0.625rem;
  display: block;
  background: #990000;
  color: white;
  padding: 0.5rem 0.75rem;
}

.logout-link {
  top: auto;
  bottom: 20px;
}

.embed {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin-bottom: 1rem;
}
.embed .title,
.embed .caption {
  display: inline-block;
  margin: 0 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 *:not(.summary),
.embed iframe,
.embed video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed .summary {
  position: absolute;
  top: 0;
  width: 100%;
}

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

.embed video {
  max-width: 100%;
}

.accordion .accordion-item {
  margin-bottom: 0;
}
.accordion .card-title {
  position: relative;
  padding: 10px calc(2rem + 10px) 10px 0;
  margin: 0;
  border-bottom: 1px solid #62553d;
}
.accordion .card-title:after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  top: 0.5625rem;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20155.9%20155.9%22%20style%3D%22enable-background%3Anew%200%200%20155.9%20155.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0{fill%3Anone%3Bstroke%3A%230000FF%3Bstroke-width%3A8%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B}.st1{fill%3Anone%3Bstroke%3A%230000FF%3Bstroke-width%3A4.5566%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B}%3C%2Fstyle%3E%3Cg%3E%3Cline%20class%3D%22st0%22%20x1%3D%2228.3%22%20y1%3D%2258.2%22%20x2%3D%2278%22%20y2%3D%22107.8%22%2F%3E%3Cline%20class%3D%22st0%22%20x1%3D%22127.6%22%20y1%3D%2258.2%22%20x2%3D%2278%22%20y2%3D%22107.8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.accordion .collapsible {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 800ms ease;
}
.accordion .show .card-title {
  border-color: transparent;
}
.accordion .show .card-title:after {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20155.9%20155.9%22%20style%3D%22enable-background%3Anew%200%200%20155.9%20155.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0{fill%3Anone%3Bstroke%3A%230000FF%3Bstroke-width%3A8%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B}.st1{fill%3Anone%3Bstroke%3A%230000FF%3Bstroke-width%3A4.5566%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B}%3C%2Fstyle%3E%3Cline%20class%3D%22st0%22%20x1%3D%22130.8%22%20y1%3D%2228.3%22%20x2%3D%2231.6%22%20y2%3D%22127.6%22%2F%3E%3Cline%20class%3D%22st0%22%20x1%3D%2231.6%22%20y1%3D%2228.3%22%20x2%3D%22130.8%22%20y2%3D%22127.6%22%2F%3E%3C%2Fsvg%3E");
}
.accordion .show .card-body {
  border-bottom: 1px solid #62553d;
}
.accordion .show .collapsible {
  opacity: 1;
  height: auto;
  overflow: visible;
}
.accordion .card-body {
  padding: 2px 0 3px 0;
}
@media (min-width: 768px) {
  .accordion .card-body {
    padding-top: 8px;
    padding-bottom: 5px;
  }
}

.tiles {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
}

.tile {
  padding-right: 0;
  padding-left: 0;
  flex: 0 0 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
.tile:before {
  content: "";
  float: left;
  padding-bottom: 50%;
}
@media (min-width: 576px) {
  .tile {
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tile:before {
    padding-bottom: 100%;
  }
}
@media (min-width: 768px) {
  .tile {
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .tile {
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.tile.start-tile, .tile.large-info-tile, .tile.large-link-tile {
  min-height: 220px;
}
@media (min-width: 576px) {
  .tile.start-tile, .tile.large-info-tile, .tile.large-link-tile {
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 100px;
  }
  .tile.start-tile:before, .tile.large-info-tile:before, .tile.large-link-tile:before {
    padding-bottom: 50%;
  }
}
@media (min-width: 768px) {
  .tile.start-tile, .tile.large-info-tile, .tile.large-link-tile {
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .tile.start-tile:before, .tile.large-info-tile:before, .tile.large-link-tile:before {
    padding-bottom: 50%;
  }
}
@media (min-width: 992px) {
  .tile.start-tile, .tile.large-info-tile, .tile.large-link-tile {
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tile.start-tile:before, .tile.large-info-tile:before, .tile.large-link-tile:before {
    padding-bottom: 50%;
  }
}

.tile.wind-tile .inner {
  padding: 0;
  height: 100%;
  display: block;
}
.tile.wind-tile .windcontainer {
  height: 100%;
}
.tile.wind-tile .temp-fix .windcontainer {
  background-image: url("../images/temp.jpg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 105%;
}
.tile.wind-tile:before {
  padding-bottom: 25%;
}
@media (min-width: 576px) {
  .tile.wind-tile:before {
    padding-bottom: 100%;
  }
}

.tile .inner {
  padding: 10px;
  height: 100%;
  position: relative;
  display: table;
  vertical-align: bottom;
}
.tile .inner .text {
  display: table-cell;
  vertical-align: bottom;
  height: 100%;
}
.tile .inner .text p:last-child {
  margin: 0;
}
.tile.has-image a.inner {
  position: relative;
  display: block;
  height: 100%;
}
.tile.has-image a.inner .image {
  position: absolute;
  top: -100%;
  left: 0;
  display: block;
  z-index: 0;
}
@media (min-width: 576px) {
  .tile.has-image a.inner .image {
    top: 0;
  }
}
.tile.has-image a.inner .text {
  position: absolute;
  width: calc(100% - 10px*2);
  left: 10px;
  bottom: 10px;
  top: auto;
  height: auto;
  color: #fff;
}

.no-touchevents .tile.has-image .text {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 700ms ease;
}
.no-touchevents .tile.has-image a:hover .text {
  height: auto;
  opacity: 1;
}

.start-tile {
  background: #0000FF;
  color: #fff;
}
.start-tile h2 {
  color: #fff;
}

.tile.link-tile a,
.tile.large-link-tile a {
  display: table;
  text-decoration: none;
}

.tile.large-info-tile,
.tile.link-tile.no-image,
.tile.large-link-tile.no-image,
.info-tile {
  color: #62553d;
  background: #fff;
  transition: all 700ms ease;
  background-color: transparent;
}
.tile.large-info-tile h2,
.tile.large-info-tile a,
.tile.large-info-tile a:visited,
.tile.large-info-tile a:hover,
.tile.large-info-tile a:active,
.tile.link-tile.no-image h2,
.tile.link-tile.no-image a,
.tile.link-tile.no-image a:visited,
.tile.link-tile.no-image a:hover,
.tile.link-tile.no-image a:active,
.tile.large-link-tile.no-image h2,
.tile.large-link-tile.no-image a,
.tile.large-link-tile.no-image a:visited,
.tile.large-link-tile.no-image a:hover,
.tile.large-link-tile.no-image a:active,
.info-tile h2,
.info-tile a,
.info-tile a:visited,
.info-tile a:hover,
.info-tile a:active {
  color: #62553d;
}
.tile.large-info-tile h2 h2,
.tile.large-info-tile a h2,
.tile.large-info-tile a:visited h2,
.tile.large-info-tile a:hover h2,
.tile.large-info-tile a:active h2,
.tile.link-tile.no-image h2 h2,
.tile.link-tile.no-image a h2,
.tile.link-tile.no-image a:visited h2,
.tile.link-tile.no-image a:hover h2,
.tile.link-tile.no-image a:active h2,
.tile.large-link-tile.no-image h2 h2,
.tile.large-link-tile.no-image a h2,
.tile.large-link-tile.no-image a:visited h2,
.tile.large-link-tile.no-image a:hover h2,
.tile.large-link-tile.no-image a:active h2,
.info-tile h2 h2,
.info-tile a h2,
.info-tile a:visited h2,
.info-tile a:hover h2,
.info-tile a:active h2 {
  color: #62553d;
}
.tile.large-info-tile .text,
.tile.link-tile.no-image .text,
.tile.large-link-tile.no-image .text,
.info-tile .text {
  padding: 3px;
}
.tile.large-info-tile .text li,
.tile.link-tile.no-image .text li,
.tile.large-link-tile.no-image .text li,
.info-tile .text li {
  list-style: none;
}
.tile.large-info-tile .text li,
.tile.large-info-tile .text p,
.tile.link-tile.no-image .text li,
.tile.link-tile.no-image .text p,
.tile.large-link-tile.no-image .text li,
.tile.large-link-tile.no-image .text p,
.info-tile .text li,
.info-tile .text p {
  clear: left;
}
.no-touchevents .tile.large-info-tile:hover,
.no-touchevents .tile.link-tile.no-image:hover,
.no-touchevents .tile.large-link-tile.no-image:hover,
.no-touchevents .info-tile:hover {
  color: #0000FF;
}
.no-touchevents .tile.large-info-tile:hover h2,
.no-touchevents .tile.large-info-tile:hover a,
.no-touchevents .tile.large-info-tile:hover a:visited,
.no-touchevents .tile.large-info-tile:hover a:hover,
.no-touchevents .tile.large-info-tile:hover a:active,
.no-touchevents .tile.link-tile.no-image:hover h2,
.no-touchevents .tile.link-tile.no-image:hover a,
.no-touchevents .tile.link-tile.no-image:hover a:visited,
.no-touchevents .tile.link-tile.no-image:hover a:hover,
.no-touchevents .tile.link-tile.no-image:hover a:active,
.no-touchevents .tile.large-link-tile.no-image:hover h2,
.no-touchevents .tile.large-link-tile.no-image:hover a,
.no-touchevents .tile.large-link-tile.no-image:hover a:visited,
.no-touchevents .tile.large-link-tile.no-image:hover a:hover,
.no-touchevents .tile.large-link-tile.no-image:hover a:active,
.no-touchevents .info-tile:hover h2,
.no-touchevents .info-tile:hover a,
.no-touchevents .info-tile:hover a:visited,
.no-touchevents .info-tile:hover a:hover,
.no-touchevents .info-tile:hover a:active {
  color: #0000FF;
}
.no-touchevents .tile.large-info-tile:hover h2 h2,
.no-touchevents .tile.large-info-tile:hover a h2,
.no-touchevents .tile.large-info-tile:hover a:visited h2,
.no-touchevents .tile.large-info-tile:hover a:hover h2,
.no-touchevents .tile.large-info-tile:hover a:active h2,
.no-touchevents .tile.link-tile.no-image:hover h2 h2,
.no-touchevents .tile.link-tile.no-image:hover a h2,
.no-touchevents .tile.link-tile.no-image:hover a:visited h2,
.no-touchevents .tile.link-tile.no-image:hover a:hover h2,
.no-touchevents .tile.link-tile.no-image:hover a:active h2,
.no-touchevents .tile.large-link-tile.no-image:hover h2 h2,
.no-touchevents .tile.large-link-tile.no-image:hover a h2,
.no-touchevents .tile.large-link-tile.no-image:hover a:visited h2,
.no-touchevents .tile.large-link-tile.no-image:hover a:hover h2,
.no-touchevents .tile.large-link-tile.no-image:hover a:active h2,
.no-touchevents .info-tile:hover h2 h2,
.no-touchevents .info-tile:hover a h2,
.no-touchevents .info-tile:hover a:visited h2,
.no-touchevents .info-tile:hover a:hover h2,
.no-touchevents .info-tile:hover a:active h2 {
  color: #0000FF;
}

.tile.link-tile.has-image .text {
  padding: 3px;
}
.tile.link-tile.has-image .text h2,
.tile.link-tile.has-image .text p {
  color: #fff;
}
.tile.link-tile.has-image .text p {
  clear: left;
}

.tile h2 {
  font-size: 1.4375rem;
  line-height: 1.1739130435;
  margin: 0;
}
.tile .date {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .tile .date {
    font-size: 1.125rem;
    line-height: 1.25;
  }
}
.tile .text li,
.tile .text p {
  font-size: 1.25rem;
  line-height: 1.25;
  margin: 0;
}
@media (min-width: 768px) {
  .tile .text li,
.tile .text p {
    font-size: 1.125rem;
    line-height: 1.25;
  }
}

.tile.start-tile .text h2,
.tile.start-tile .text p {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 768px) {
  .tile.start-tile .text h2,
.tile.start-tile .text p {
    font-size: 1.4rem;
    line-height: 1.125;
  }
}

/*** COMMENT FORM ********************************************/
.CommentFormCite input,
.CommentFormEmail input,
.CommentFormWebsite input,
.CommentFormText textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
}

.CommentFormCite,
.CommentFormEmail,
.CommentFormWebsite {
  box-sizing: border-box;
  float: left;
  width: 33%;
}

.CommentFormCite,
.CommentFormEmail {
  padding-right: 1rem;
}

.CommentFormWebsite {
  width: 34%;
}

.CommentFormNotify label {
  padding-right: 0.5rem;
  white-space: nowrap;
}

.CommentFormText {
  clear: both;
}

.CommentFormHP {
  display: none;
}

@media only screen and (max-width: 767px) {
  .CommentFormCite,
.CommentFormEmail,
.CommentFormWebsite,
.CommentFormNotify {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
/*** COMMENT LIST ********************************************/
.CommentList,
.CommentListItem {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}

.CommentListItem {
  position: relative;
}

.CommentHeader {
  font-size: 1.125rem;
}

.CommentHeader .CommentCreated {
  font-weight: normal;
  padding-left: 0.5rem;
}

.CommentListNormal .CommentListItem {
  border-bottom: 1px solid #62553d;
}
.CommentListNormal .CommentListItem:last-child {
  border-bottom: 0 none;
}

.CommentFooter {
  padding-bottom: 1rem;
}

/*** COMMENT LIST WITH GRAVATAR ******************************/
.CommentGravatar {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 40px;
  height: 40px;
  padding: 1px;
  border: 1px solid #ddd;
}

.CommentListHasGravatar .CommentHeader,
.CommentListNormal.CommentListHasGravatar .CommentText {
  margin-left: 55px;
}

.CommentListHasGravatar .CommentText,
.CommentListHasGravatar .CommentAction,
.CommentListHasGravatar form {
  clear: both;
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .CommentListHasGravatar .CommentHeader,
.CommentListNormal.CommentListHasGravatar .CommentText {
    margin-left: 35px;
  }

  .CommentGravatar {
    width: 25px;
    height: 25px;
  }
}
/*** COMMENT LIST WITH DEPTH (THREADED) ***********************/
.CommentList .CommentList {
  margin-bottom: 2em;
}

.CommentList .CommentList .CommentGravatar {
  left: 1em;
  /* should match the padding-left in item below */
}

.CommentList .CommentList .CommentListItem {
  padding-left: 1em;
  border-left: 1px solid;
  border-color: #62553d;
}

.CommentAction {
  margin-bottom: 0;
}

.CommentList .CommentList .CommentListItem + .CommentListItem {
  /* provides extra space between adjacent comments on same level */
  margin-top: 2em;
}

/*** COMMENT VOTES ********************************************/
.CommentList .CommentVotes {
  float: right;
}

.CommentList .CommentVotes a {
  text-decoration: none;
  padding: 3px 0.5em;
  font-weight: bold;
  border-bottom: none;
}

.CommentList .CommentVotes a:hover {
  background-color: #eee;
}

.CommentList .CommentVotes a.CommentVoted {
  background-color: #eee;
}

.CommentList .CommentActionUpvote {
  color: green;
}

.CommentList .CommentActionDownvote {
  border-left: 1px solid #ddd;
  color: red;
}

.CommentList .CommentVotes .CommentUpvoteCnt,
.CommentList .CommentVotes .CommentDownvoteCnt {
  padding-left: 2px;
}

/*** COMMENT STARS **********************************************/
.CommentStars > span,
.CommentForm .CommentStars > span,
.CommentList .CommentStars > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
  color: #62553d;
}

span.CommentStarOn,
.CommentForm .CommentStars > span.CommentStarOn,
.CommentList .CommentStars > span.CommentStarOn {
  color: #FAA002;
}

span.CommentStarPartial {
  position: relative;
}

span.CommentStarPartial span.CommentStarOn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  line-height: 0;
}

.CommentForm .CommentStarsInput > span:hover {
  cursor: pointer;
}

.user-comments-form-area {
  margin-top: 30px;
}

#CommentForm > h2 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#CommentPostNote {
  text-align: left;
  color: #0000FF;
  margin-top: 15px;
}
#CommentPostNote p {
  margin: 0;
}

.user-comments-form p,
.user-comments p {
  font-size: 1.125rem;
}

.user-comments-form #CommentForm_form {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 300ms ease-in;
}
@media (min-width: 768px) {
  .user-comments-form #CommentForm_form {
    margin-left: auto;
    margin-right: auto;
  }
}
.user-comments-form #CommentForm_form.show {
  height: auto;
  opacity: 1;
  margin-top: 15px;
}

.template-blog-overview .sidebar {
  padding-top: 0;
}
@media (min-width: 768px) {
  .template-blog-overview .sidebar {
    padding-top: 3.0625rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.template-blog-overview .all-posts {
  margin: 30px 0;
}
.template-blog-overview h2 a {
  text-decoration: none;
}
.template-blog-overview .post {
  margin-bottom: 30px;
}
.template-blog-overview .post .summary-row .summary-image,
.template-blog-overview .post .summary-row .summary-text {
  margin-bottom: 15px;
}

.all-posts .summary p,
.categories {
  font-size: 1.125rem;
}

.blog-post-header {
  padding: 0;
  margin-bottom: 1.25rem;
}
.blog-post-header > div {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .blog-post-header > div {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .blog-post-header {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
    align-items: flex-end;
    margin-bottom: 1.375rem;
  }
  .blog-post-header > div {
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    line-height: 1;
  }
  .blog-post-header .spread-buttons {
    text-align: right;
  }
  .blog-post-header .spread-buttons ul {
    float: right;
  }
}
.blog-post-header .spread-buttons li a {
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: 0 4px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .blog-post-header .spread-buttons li a {
    width: 20px;
    height: 20px;
    background-size: 80%;
    margin-right: 0;
    background-position: 50% 4px;
  }
}
.blog-post-header .spread-buttons li a img {
  display: none;
}
.blog-post-header .spread-buttons li.mssb-facebook a {
  background-image: url(../images/fb.svg);
}
.blog-post-header .spread-buttons li.mssb-twitter a {
  background-image: url(../images/tw.svg);
  background-position: 50% 4px;
}
.blog-post-header .spread-buttons li.mssb-linkedin a {
  background-image: url(../images/in.svg);
}
.blog-post-header .spread-buttons li.mssb-email a {
  background-image: url(../images/email.svg);
  background-position: 50% 7px;
}

.comments-count .count {
  margin-right: 0.25rem;
}

.categories .category {
  margin-left: 0.25rem;
}

.summary {
  margin: 0.75rem 0;
}
.summary .summary-text * {
  font-size: 1.25rem;
}

.cat-nav {
  padding: 0.625rem 0 0 0;
}
@media (min-width: 768px) {
  .cat-nav {
    padding: 2rem 0 0 15px;
  }
}
.cat-nav ul {
  list-style: none;
}

.post {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.post:last-child {
  border-bottom-width: 0;
}

.user-comments {
  margin: 60px 0 30px 0;
}

div.more-link {
  margin: 15px 0 0 0;
}
div.more-link a {
  text-decoration: none;
  font-size: 1.5625rem;
}
div.more-link a:hover .link-text {
  text-decoration: underline;
}
div.more-link .icon:after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20155.9%20155.9%22%20style%3D%22enable-background%3Anew%200%200%20155.9%20155.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0{fill%3Anone%3Bstroke%3A%230000FF%3Bstroke-width%3A8%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B}.st1{fill%3Anone%3Bstroke%3A%230000FF%3Bstroke-width%3A4.5566%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B}%3C%2Fstyle%3E%3Cg%3E%3Cline%20class%3D%22st0%22%20x1%3D%2256.4%22%20y1%3D%22127%22%20x2%3D%22106%22%20y2%3D%2277.4%22%2F%3E%3Cline%20class%3D%22st0%22%20x1%3D%2256.4%22%20y1%3D%2227.8%22%20x2%3D%22106%22%20y2%3D%2277.4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10px;
}

div.back-link {
  margin: 30px 0 0 0;
  padding: 15px 0;
  border-top: 1px solid #000;
  font-size: 1.5625rem;
}
div.back-link a {
  text-decoration: none;
  color: #0000FF;
  display: inline-block;
  line-height: 2rem;
  vertical-align: middle;
  height: 2rem;
  text-decoration: none;
}
div.back-link a .icon:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20155.9%20155.9%22%20style%3D%22enable-background%3Anew%200%200%20155.9%20155.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0{fill%3Anone%3Bstroke%3A%230000FF%3Bstroke-width%3A8%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B}.st1{fill%3Anone%3Bstroke%3A%230000FF%3Bstroke-width%3A4.5566%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B}%3C%2Fstyle%3E%3Cg%3E%3Cline%20class%3D%22st0%22%20x1%3D%2295.4%22%20y1%3D%2227.8%22%20x2%3D%2245.8%22%20y2%3D%2277.4%22%2F%3E%3Cline%20class%3D%22st0%22%20x1%3D%2295.4%22%20y1%3D%22127%22%20x2%3D%2245.8%22%20y2%3D%2277.4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
  margin-left: -8px;
}
div.back-link a:hover .link-text {
  text-decoration: underline;
}

.form-toggle {
  margin-bottom: 16px;
}

.pwcmb {
  box-sizing: border-box;
}

.pwcmb * {
  box-sizing: border-box;
}

.pwcmb {
  position: fixed;
  z-index: 601;
  background: white;
  width: 100%;
  left: 0;
  transition: top 0.25s;
}

.js-show.pwcmb--top_overlay,
.js-show.pwcmb--top_push {
  top: 0px;
}

.pwcmb--bottom_overlay {
  bottom: -400px;
}

.js-show.pwcmb--bottom_overlay {
  bottom: 0px;
}

.pwcmb-widget {
  position: absolute;
  width: 100%;
  padding: 5px 20px;
  transition: 0.25s;
  background: rgba(98, 85, 61, 0.8);
  color: #fff;
}
.pwcmb-widget a {
  color: #fff;
}
.pwcmb-widget p {
  margin: 0;
}

.pwcmb--bottom_overlay .pwcmb-widget {
  bottom: -9999px;
}

.pwcmb--bottom_overlay .js-show.pwcmb-widget {
  bottom: 0;
}

.pwcmb--top_overlay .pwcmb-widget {
  top: -9999px;
}

.pwcmb--top_overlay .js-show.pwcmb-widget {
  top: 0;
}

.pwcmb-widget__close {
  visibility: hidden;
  cursor: pointer;
}

.pwcmb-widget__close::before {
  content: "×";
  visibility: visible;
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px;
  overflow: hidden;
}

.pwcmb-widget__copy {
  padding-right: 20px;
}

.pwcmb-widget__title {
  font-weight: bold;
}

.pwcmb-widget__row-label {
  font-weight: bold;
}

.pwcmb-widget__row-text {
  display: inline;
}

.pwcmb-widget__row-text:before {
  content: " - ";
}

.pwcmb-widget__actions {
  white-space: nowrap;
}

.pwcmb-widget button {
  white-space: nowrap;
}

.js-pwcmb-notice-toggle {
  cursor: pointer;
}

.pwcmb-option-wrapper {
  position: relative;
}

@media screen and (max-width: 767px) {
  .pwcmb-widget__inner {
    display: flex;
    flex-direction: column;
  }

  .pwcmb-widget__row-label,
.pwcmb-widget__text {
    font-size: 10px;
  }

  .pwcmb-widget__actions {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .pwcmb-widget__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .pwcmb-widget__row-label,
.pwcmb-widget__text {
    font-size: 12px;
  }

  .pwcmb-widget__actions {
    margin-left: auto;
  }
}
/**
 * MarkupSocialShareButtons default theme example CSS
 * Use this theme as a start to create your own and copy it to your CSS and edit
 */
.MarkupSocialShareButtons {
  list-style-type: none;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}

.MarkupSocialShareButtons li {
  list-style-type: none;
  float: left;
  margin: 0 2px;
}

.MarkupSocialShareButtons li a {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  border: none;
  width: 40px;
  height: 40px;
  opacity: 0.8;
}

.MarkupSocialShareButtons li a:hover {
  opacity: 1;
}

.MarkupSocialShareButtons img {
  width: 100%;
  height: auto;
}
