/*
 Theme Name:   Reiot
 Template:     air-light-master
 Description:  Reiot theme
 Author:       Kuuki Marketing Lab Oy
 Author URI:   kuuki.fi
*/

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 */
html {
  line-height: 1.15;
  /* 1 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: .35em .75em .625em;
}

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

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

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

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

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

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

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

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

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

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

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

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

html,
*,
*:before,
*:after {
  /* autoprefixer: ignore next */
  box-sizing: border-box;
}

img {
  /* autoprefixer: ignore next */
  box-sizing: content-box;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text.skip-link {
  margin: 5px;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 0;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

[tabindex="-1"]:focus {
  outline: 0;
}

[data-whatinput="mouse"] *:focus {
  outline: none;
}

[data-whatinput="keyboard"] input:focus,
[data-whatinput="keyboard"] button:focus,
[data-whatinput="keyboard"] select:focus,
[data-whatinput="keyboard"] textarea:focus {
  outline: 4px solid #f9bf47;
  opacity: 1;
}

[data-whatinput="keyboard"] nav ul li a:focus {
  background: #f9bf47;
  color: #000;
}

[data-whatinput="keyboard"] a:focus {
  outline: 2px solid #f9bf47;
  background: rgba(249, 191, 71, .5);
  opacity: 1;
}

[data-whatinput="keyboard"] a.global-link:focus {
  background: rgba(249, 191, 71, .5);
}

.no-js *:focus {
  outline: 4px solid #f9bf47;
}

.container a,
.entry-content a {
  text-decoration: none;
}

.container a:hover,
.container a:focus,
.entry-content a:hover,
.entry-content a:focus {
  text-decoration: none;
}

.block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  position: relative;
  min-height: 100px;
  max-width: 100%;
  margin: 0 auto;
}

.shade {
  background: #022031;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: .35;
}

p.ingressi {
  font-family: 'ZeitungMicroPro-Bold', 'Helvetica Neue', Helvetica, sans-serif;
  color: #002b39;
}

a.full-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.site {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.container {
  margin: 0 auto;
  padding-top: 64px;
  padding-top: 6.4rem;
  padding-bottom: 64px;
  padding-bottom: 6.4rem;
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 20px;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 20px;
  padding-right: 2rem;
}

@media (max-width: 760px) {
  .container {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}

.site-main .container {
  overflow: visible;
  clear: both;
}

.entry-footer {
  overflow: hidden;
  clear: both;
  display: block;
}

.edit-link {
  text-align: left;
  width: 100%;
  display: block;
  clear: both;
  max-width: 100%;
  min-width: 0;
  margin-bottom: 0;
  margin-top: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  overflow: hidden;
}

.edit-link a {
  clear: both;
  display: block;
  margin-top: 40px;
  padding: 0;
}

a.global-link {
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

@font-face {
  font-family: 'robotolight';
  src: url('fonts/Roboto-Light-webfont.eot');
  src: url('fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Roboto-Light-webfont.woff') format('woff'),
    url('fonts/Roboto-Light-webfont.ttf') format('truetype'),
    url('fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
  font-weight: normal;
  font-style: normal;

}

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

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

:root {
  font-size: 62.5%;
}

body {
  font-size: 17px;
  font-size: 1.7rem;
  font-family: 'robotoregular', 'Helvetica Neue', Helvetica, sans-serif;
  color: #69747f;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #81ba56;
  text-decoration: none;
}

.service a {
  font-family: 'ZeitungMicroPro-Bold', 'Helvetica Neue', Helvetica, sans-serif;
}

a:hover,
.service a:hover {
  color: #00a1ce;
}

.service:hover,
.service:hover a
.service-icon:hover,
.service-icon:hover a {
  color: #00a1ce;
}

.service,
.service a,
.service-icon,
.service-icon a {
  transition: all .55s ease 0s;
}

.cat a,
.comments-link,
.comment-list li,
.comment-list li p,
.comment-list li .comment-time {
  font-size: 1.2vw;
}

@media (max-width: 1166.66667px) {

  .cat a,
  .comments-link,
  .comment-list li,
  .comment-list li p,
  .comment-list li .comment-time {
    font-size: 14px;
  }
}

@media (min-width: 1416.66667px) {

  .cat a,
  .comments-link,
  .comment-list li,
  .comment-list li p,
  .comment-list li .comment-time {
    font-size: 17px;
  }
}

p,
dd,
dt,
figcaption,
hr,
small,
ol,
ul,
li,
blockquote,
kbd,
pre,
samp,
code,
th,
td,
table,
tr,
textarea,
select,
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="search"] {
  font-size: 3vw;
  font-size: 18px;
  letter-spacing: -.003em;
  line-height: 1.68;
}

@media (max-width: 633.33333px) {

  p,
  dd,
  dt,
  figcaption,
  hr,
  small,
  ol,
  ul,
  li,
  blockquote,
  kbd,
  pre,
  samp,
  code,
  th,
  td,
  table,
  tr,
  textarea,
  select,
  input[type="text"],
  input[type="tel"],
  input[type="url"],
  input[type="password"],
  input[type="number"],
  input[type="month"],
  input[type="week"],
  input[type="email"],
  input[type="search"] {
    font-size: 19px;
  }
}

@media (min-width: 600px) {

  p,
  dd,
  dt,
  figcaption,
  hr,
  small,
  ol,
  ul,
  li,
  blockquote,
  kbd,
  pre,
  samp,
  code,
  th,
  td,
  table,
  tr,
  textarea,
  select,
  input[type="text"],
  input[type="tel"],
  input[type="url"],
  input[type="password"],
  input[type="number"],
  input[type="month"],
  input[type="week"],
  input[type="email"],
  input[type="search"] {
    font-size: 16px;
  }
}

p {
  margin-top: 15px;
  margin-top: 1.5rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  line-height: 1.48;
}

p:first-child {
  margin-top: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #00a1ce;
  font-family: 'ZeitungMicroPro-Bold', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: -0.5px;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 32px;
}

h2.lead,
.narrow h2,
.flexible h2 {
  margin-top: 0;
  font-family: 'robotolight', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 32px;
}

.service h2 a,
.service-icon h2 a {
  font-size: 18px;
  color: #002b39;
  margin: 0
}

.service h2 {
  margin: 0
}

.service img {
  height: 180px;
  margin: 30px 0 15px -12px;
}

.service-icon img {
  height: 90px;
  margin: 30px 0 15px -12px;
}

h3.title {
  font-size: 18px;
  text-transform: uppercase;
  color: #002b39;
}


h3,
.accent {
  font-size: 24px;
}


h4,
.comment-list li .comment-author {
  font-size: 18px;
}


h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  list-style: disc inside;
  padding-left: 13.75px;
  padding-left: 1.375rem;
}

ul li {
  padding-left: 3.5px;
  padding-left: .35rem;
}

ol {
  padding-left: 17.5px;
  padding-left: 1.75rem;
}

ol,
ul {
  padding-bottom: 10px;
  padding-bottom: 1rem;
}

b,
strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

small {
  line-height: 1;
  font-size: .875em;
}

img {
  -ms-interpolation-mode: bicubic;
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}

figure {
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  width: 100% !important;
}

figure>img {
  width: 100% !important;
}

figcaption {
  margin-top: 0;
  font-style: normal;
  font-weight: 400;
}

blockquote {
  clear: both;
  border: 0 none;
  position: relative;
  margin-top: 30px;
  margin-top: 3rem;
  padding-bottom: 30px;
  padding-bottom: 3rem;
  margin: 0;
}

blockquote p {
  font-size: 2vw;
  font-size: 25px;
  font-style: italic;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  color: #666;
}

@media (max-width: 850px) {
  blockquote p {
    font-size: 17px;
  }
}

@media (min-width: 1250px) {
  blockquote p {
    font-size: 25px;
  }
}

@media (min-width: 770px) {
  blockquote {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }
}

blockquote:before {
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 147px;
}

@media (min-width: 480px) {
  blockquote:before {
    width: 30%;
  }
}

cite {
  display: block;
  font-style: italic;
}

hr {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 50%;
  border: 0;
  padding-top: 10px;
  padding-top: 1rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  margin: 0;
  height: 0;
}

kbd,
pre,
samp {
  font-family: 'Menlo', 'Courier', monospace;
}

code {
  color: #c7254e;
  background-color: #f9f2f4;
  font-family: 'Menlo', 'Courier', monospace;
  line-height: 1;
  padding: 3.75px 5px;
  padding: .375rem .5rem;
  border-radius: .3rem;
  font-size: inherit;
}

pre code {
  display: inline-block;
  padding: 11.5px 10px 8.5px;
  padding: 1.15rem 1rem .85rem;
}

pre {
  border-radius: .3rem;
  display: block;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.nav-container {
  top: 0px;
  position: fixed;
  width: 100%;
  z-index: 9;
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.nav-container-sticky {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.site-header {
  position: relative;
  z-index: 15;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  padding-top: 10px;
  padding-top: 1rem;
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 20px;
  padding-right: 2rem;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-title {
  margin: 0;
}

.site-title svg {
  width: 120px;
  height: 40px;
  margin-top: 5px;
}

.footer-menu .sub-menu {
  position: relative;
  opacity: 1;
  visibility: visible;
  top: 0px;
  z-index: 1;
  transition: unset;
  transform: none;
  box-shadow: none;
}

.footer-menu ul,
.footer-menu ul li {
  list-style: none;
  padding: 0;
}

.footer-menu button.dropdown-toggle {
  display: none;
}

.site-footer {
  padding: 20px;
  background: #ebf8fb;
  color: #002b39;
  overflow: hidden;
  clear: both;
}

.light-blue {
  background: #ebf8fb;
}

.site-footer svg {
  fill: #555;
  top: 2px;
  position: relative;
}

.site-footer p,
.site-footer span {
  color: #002b39;
}

.site-footer a {
  color: #002b39;
}

.site-footer .footer-menu a:hover {
  color: #00a1ce;
}

.theme-info {
  overflow: hidden;
}

@media (min-width: 770px) {
  .theme-info {
    width: 60%;
    text-align: right;
    float: right;
  }
}

a.button,
input.wpcf7-form-control.wpcf7-submit,
.content-area button,
.site-footer .button,
.content-area .button,
.content-area input[type="reset"],
.content-area input[type="submit"],
.content-area input[type="button"] {
  font-size: 16px;
  font-size: 1.6rem;
  background: #00a1ce;
  color: #fff;
  border: 0;
  width: auto;
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  transition: 150ms linear background;
  font-family: 'ZeitungMicroPro-Bold', 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.button-login a {
  color: #00a1ce !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
  border-radius: 0px !important border: 0 !important;
  cursor: pointer !important;
  transition: 150ms linear background-color !important;
}

.button-login a:hover {
  color: #002b39 !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
}

@media (max-width: 480px) {

  .content-area button,
  .content-area .button,
  .content-area input[type="reset"],
  .content-area input[type="submit"],
  .content-area input[type="button"] {
    display: inline-block;
    text-align: center;
  }
}

input.wpcf7-form-control.wpcf7-submit:hover,
.content-area button:hover,
.content-area button:focus,
.content-area .button:hover,
.content-area .button:focus,
.site-footer .button:hover,
.site-footer .button:focus,
.content-area input[type="reset"]:hover,
.content-area input[type="reset"]:focus,
.content-area input[type="submit"]:hover,
.content-area input[type="submit"]:focus,
.content-area input[type="button"]:hover,
.content-area input[type="button"]:focus {
  color: #fff;
  background: #81ba56;
}

.content-area button.button-ghost,
.content-area .button.button-ghost,
.content-area input[type="reset"].button-ghost,
.content-area input[type="submit"].button-ghost,
.content-area input[type="button"].button-ghost {
  background-color: transparent;
  border: 1px solid #0279bf;
  color: #0279bf;
}

.content-area button.button-ghost:hover,
.content-area .button.button-ghost:hover,
.content-area input[type="reset"].button-ghost:hover,
.content-area input[type="submit"].button-ghost:hover,
.content-area input[type="button"].button-ghost:hover {
  background-color: #0279bf;
  color: #fff;
}

a,
button,
input {
  -webkit-tap-highlight-color: transparent;
}

.gform_wrapper,
.gform_header,
.gform_footer {
  margin: 0;
  padding: 0;
}

.gform_body li,
.gform_body div {
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  margin-left: 0;
}

.gform_body li {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.gform_body li:last-child {
  margin-bottom: 0;
}

textarea,
select,
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="search"] {
  background: #f0f0f0;
  border: 0;
  padding: 15px 20px;
  line-height: 24px;
  transition: background .55s;
  text-decoration: none;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
}

textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder {
  color: #434343;
  opacity: .4;
}

textarea::-ms-input-placeholder,
select::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="month"]::-ms-input-placeholder,
input[type="week"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder {
  color: #434343;
  opacity: .4;
}

textarea::placeholder,
select::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder {
  color: #434343;
  opacity: .4;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="search"]:focus {
  background: #dfdfdf;
  border-color: #222;
  outline: 0;
}

textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="url"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
input[type="month"]:focus:-ms-input-placeholder,
input[type="week"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder {
  color: #222;
  opacity: .8;
}

textarea:focus::-ms-input-placeholder,
select:focus::-ms-input-placeholder,
input[type="text"]:focus::-ms-input-placeholder,
input[type="tel"]:focus::-ms-input-placeholder,
input[type="url"]:focus::-ms-input-placeholder,
input[type="password"]:focus::-ms-input-placeholder,
input[type="number"]:focus::-ms-input-placeholder,
input[type="month"]:focus::-ms-input-placeholder,
input[type="week"]:focus::-ms-input-placeholder,
input[type="email"]:focus::-ms-input-placeholder,
input[type="search"]:focus::-ms-input-placeholder {
  color: #222;
  opacity: .8;
}

textarea:focus::placeholder,
select:focus::placeholder,
input[type="text"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="url"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="month"]:focus::placeholder,
input[type="week"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="search"]:focus::placeholder {
  color: #222;
  opacity: .8;
}

select {
  border: 0;
  border-radius: 0;
  background-image: url('../svg/select.svg');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 40px;
  transition: none;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

select::-ms-expand {
  display: none;
}

select:hover,
select:focus {
  border-color: #222;
}

form p {
  margin-bottom: 20px !important;
}

form p.form-submit {
  margin-bottom: 0;
}

form.search-form .search-field {
  float: left;
  margin-right: 5px;
}

form.search-form .search-submit {
  padding: 19px 1.75em;
  line-height: 1;
}

.comment-respond {
  margin-bottom: 0;
  overflow: visible;
}

.comment-respond .comment-form-author {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
  margin-bottom: 20px;
  margin-top: 0;
}

.comment-respond .comment-form-author::after {
  display: block;
  content: '';
  clear: both;
}

.comment-respond .comment-form-author:last-child {
  margin-right: 0%;
}

@media (max-width: 480px) {
  .comment-respond .comment-form-author {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .comment-respond .comment-form-author:first-child {
    margin-left: auto;
  }

  .comment-respond .comment-form-author:last-child {
    margin-right: auto;
  }
}

.comment-respond .comment-form-author input {
  padding: 15px;
  border-width: 1px;
  width: 100%;
}

.comment-respond .comment-form-email {
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66667%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  clear: right;
  margin-bottom: 20px;
  margin-top: 0;
}

.comment-respond .comment-form-email::after {
  display: block;
  content: '';
  clear: both;
}

.comment-respond .comment-form-email:last-child {
  margin-right: 0%;
}

@media (max-width: 480px) {
  .comment-respond .comment-form-email {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .comment-respond .comment-form-email:first-child {
    margin-left: auto;
  }

  .comment-respond .comment-form-email:last-child {
    margin-right: auto;
  }
}

.comment-respond .comment-form-email input {
  padding: 15px;
  border-width: 1px;
  width: 100%;
}

.comment-respond .comment-form-url {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
}

.comment-respond .comment-form-url:first-child {
  margin-left: auto;
}

.comment-respond .comment-form-url:last-child {
  margin-right: auto;
}

.comment-respond .comment-form-url input {
  padding: 15px;
  border-width: 1px;
  width: 100%;
}

.comment-respond .form-submit {
  display: block;
  clear: both;
  margin-bottom: 0;
  margin-top: 0;
}

.comment-respond .comment-form-comment {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .comment-respond input {
    width: 100%;
  }
}

.comment-respond textarea {
  width: 100%;
}

.nav-primary .menu-items {
  position: relative;
  z-index: 9999;
}

.nav-primary .menu-items ul,
.nav-primary .menu-items li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nav-primary .menu-items li,
.nav-primary .menu-items a {
  position: relative;
}


.nav-primary .menu-items .button a {
  background: #00a1ce;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  margin-left: 5px;
  padding: 7px 10px;
}

.nav-primary .menu-items .button a:hover,
.nav-primary .menu-items .button a:active,
.nav-primary .menu-items .button a:focus {
  color: #fff;
  background: #81ba56;
}

.nav-primary .menu-items .disabled {
  cursor: not-allowed;
}

.nav-primary .menu-items li>h1,
.nav-primary .menu-items li>h2,
.nav-primary .menu-items li>h3,
.nav-primary .menu-items li>h4,
.nav-primary .menu-items li>h5,
.nav-primary .menu-items li>h6 {
  margin: 0;
  padding: 0;
}

.desktop-hide {
  display: none !important;
}

@media only screen and (-ms-high-contrast: active) and (min-width: 960px),
only screen and (-ms-high-contrast: none) and (min-width: 960px) {
  .nav-primary .menu-items ul {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .js .nav-primary .menu-items ul {
    display: none;
  }
}

.nav-primary ul ul {
  margin-top: 0;
  margin-left: 25px;
}

.nav-primary ul ul ul {
  margin-left: 25px;
}

@media only screen and (-ms-high-contrast: active) and (min-width: 960px),
only screen and (-ms-high-contrast: none) and (min-width: 960px) {
  .js .nav-primary ul .sub-menu.toggled-on {
    display: block;
  }
}

@media only screen and (max-width: 960px) {
  .js .nav-primary ul .sub-menu.toggled-on {
    display: block;
  }
}

.dropdown-toggle:after,
.dropdown-toggle.toggled-on:after,
.nav-toggle:before,
.nav-toggle.toggled-on:before {
  speak: none;
}

.dropdown-toggle:after,
.dropdown-toggle.toggled-on:after {
  font-size: 13px;
  font-size: 1.3rem;
}

.no-js .nav-toggle {
  display: none;
}

@media only screen and (min-width: 960px) {
  .sub-menu {
    width: 22rem;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-2em);
    z-index: -1;
    transition: all .3s ease-in-out .3s, visibility .3s linear .3s, z-index 0s linear .01s;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  }

  .nav-primary ul .sub-menu.toggled-on {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, .3s;
  }

  [data-whatinput="keyboard"] .sub-menu {
    transition: none;
    transform: none;
  }

  [data-whatinput="mouse"] .nav-primary ul .menu-item-has-children:focus>.sub-menu,
  [data-whatinput="mouse"] .nav-primary ul .menu-item-has-children:hover>.sub-menu,
  [data-whatintent="mouse"] .nav-primary ul .menu-item-has-children:focus>.sub-menu,
  [data-whatintent="mouse"] .nav-primary ul .menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, .3s;
  }

  .no-js .sub-menu {
    width: 19rem;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-2em);
    z-index: -1;
    transition: none;
  }

  .no-js .nav-primary ul .menu-item-has-children:focus>.sub-menu,
  .no-js .nav-primary ul .menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, .3s;
  }
}

@media only screen and (min-width: 960px) and (-ms-high-contrast: active),
only screen and (min-width: 960px) and (-ms-high-contrast: none) {
  .nav-primary .menu-items .sub-menu {
    width: 19rem;
    visibility: visible;
    opacity: 1;
    top: 0;
    transform: translateY(1.5rem);
    z-index: -1;
    transition: none;
    list-style-type: none;
    list-style: none;
  }

  .nav-primary .menu-items .sub-menu .menu-item {
    padding-top: 0;
    margin-top: 0;
    list-style-type: none;
    list-style: none;
  }

  .nav-primary .menu-items .sub-menu .sub-menu.has-sub-menu {
    transform: translateY(0);
    padding-top: .5rem;
  }

  .nav-primary ul .menu-item-has-children:focus>.sub-menu,
  .nav-primary ul .menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, .3s;
  }
}

@media only screen and (min-width: 960px) and (max-width: 960px) {
  .nav-primary ul li:hover>ul {
    display: block;
  }
}

@media only screen and (min-width: 960px) and (-ms-high-contrast: active),
only screen and (min-width: 960px) and (-ms-high-contrast: none) {
  .nav-primary ul li:hover>ul {
    display: block;
  }
}

@media only screen and (min-width: 960px) {
  .no-js .nav-primary .menu-items .menu-item-has-children:after {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transform-style: preserve-3d;
    text-indent: -9999px;
    overflow: hidden;
    margin-top: 0;
    margin-right: 0;
    right: 0;
    background-color: transparent;
    padding: 0;
    background-image: url('svg/chevron-down-dark.svg');
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    position: absolute;
    height: 8px;
    width: 8px;
    border: 0;
    content: ' ';
    display: block;
  }

  .no-js .nav-primary .menu-items .menu-item-has-children .sub-menu .menu-item-has-children:after {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    background-color: transparent;
    background-image: url('svg/chevron-right-dark.svg');
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    width: 12px;
    height: 12px;
    border: 0;
    content: ' ';
    display: block;
  }

  .nav-toggle {
    display: none;
  }

  .nav-primary {
    float: right;
    font-family: 'ZeitungMicroPro-Bold';
  }

  .nav-primary .menu-items {
    margin: 0;
    padding: 0;
    background: transparent;
    position: relative;
    float: left;
  }

  .nav-primary .menu-item {
    position: relative;
    float: left;
    margin: 0;
  }

  .nav-container-sticky .nav-primary .menu-item a {}

  .nav-primary .menu-item a {
    color: #002b39;
    font-size: 15px;
    padding: 10px 12px;
    font-weight: normal;
  }



  .nav-primary .menu-item a.disabled {
    color: #bbb;
  }

  .nav-primary .menu-item a:hover,
  .nav-primary .menu-item a:focus,
  .nav-primary .menu-item a:active,
  .nav-primary .menu-item a.highlighted,
  .nav-primary .menu-item a.current {
    color: #00a1ce;
  }

  .nav-primary .menu-item ul {
    position: absolute;
    background: #fff;
    margin-left: 0;
    padding-bottom: .5rem;
    padding-top: .5rem;
    padding-left: 0;
    margin-top: 15px;
    z-index: 999;
  }

  .nav-primary .menu-item ul.sub-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav-primary .menu-item ul.sub-menu li {
    margin: 0;
  }

  .nav-primary .current-menu-ancestor a,
  .nav-primary .active a,
  .nav-primary .menu-item ul.sub-menu li.active a {
    color: #00a1ce;
  }

  .nav-primary .menu-item ul a {
    padding: .8rem 1.5rem;
    font-size: 1.4rem;
    color: #002b39;
    display: block;
  }

  .nav-primary .menu-item ul .dropdown-toggle {
    position: absolute;
    right: 1rem;
    top: .4rem;
    border: 0;
  }

  .nav-primary .menu-item ul li {
    float: none;
    width: 19rem;
    padding: 0;
  }

  .nav-primary .menu-item ul li .dropdown-toggle {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    background-color: transparent;
    background-image: url('/svg/chevron-right-dark.svg');
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    width: 12px;
    height: 12px;
    border: 0;
  }

  .nav-primary .menu-item ul li .dropdown-toggle.toggled-on {
    background-image: url('../svg/chevron-left-dark.svg');
  }

  .nav-primary .menu-item ul .menu-item-has-children a {
    padding-right: 3.5rem;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
  }

  .nav-primary .menu-item ul ul {
    top: 0;
    left: 100%;
    margin-left: 0;
    margin-top: -5px;
  }

  .nav-primary .menu-item ul a {
    padding: .8rem 1.5rem;
    font-size: 1.4rem;
    font-family: 'robotoregular', 'Helvetica Neue', Helvetica, sans-serif;
    display: block;
  }

  .nav-primary .menu-item ul a:hover,
  .nav-primary .menu-item ul a:focus,
  .nav-primary .menu-item ul a:active,
  .nav-primary .menu-item ul a.highlighted {
    color: #0279bf;
  }

  .nav-primary .menu-item ul .disabled {
    background: #fff;
    color: #ccc;
  }

  .nav-primary .menu-item .dropdown-toggle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transform-style: preserve-3d;
    text-indent: -9999px;
    overflow: hidden;
    margin-top: 0;
    margin-right: 0;
    right: 0;
    background-color: transparent;
    padding: 0;
    background-image: url('svg/chevron-down-dark.svg');
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    position: absolute;
    height: 8px;
    width: 8px;
    border: 0;
  }

  .nav-primary .menu-item>li>ul:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    border-style: dashed dashed solid;
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent #fff;
  }

  .nav-primary .menu-item.menu-item-has-children {
    margin-right: .8rem;
  }

  .nav-primary .menu-item.menu-item-has-children>a {
    padding-right: 1.5rem;
    margin-bottom: .8rem;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 50px 15px;
  padding: 5rem 1.5rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: .8;
}

.hamburger.is-active:hover {
  opacity: .8;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #333;
}

.hamburger-box {
  width: 40px;
  width: 4rem;
  height: 18px;
  height: 1.8rem;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
  margin-top: -0.1rem;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  width: 4rem;
  height: 2px;
  height: .2rem;
  background-color: #00a1ce;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: '';
  display: block;
}

.hamburger-inner::before {
  top: -8px;
  top: -0.8rem;
}

.hamburger-inner::after {
  bottom: -8px;
  bottom: -0.8rem;
}



/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color .125s .175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s .125s linear, left .125s .175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 8px;
  top: .8rem;
  right: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s .125s linear, right .125s .175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  left: -8rem;
  top: -80px;
  top: -8rem;
  transform: translate3d(8rem, 8rem, 0) rotate(45deg);
  transition: left .125s ease-out, top .05s .125s linear, transform .125s .175s cubic-bezier(.075, .82, .165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  right: -8rem;
  top: -80px;
  top: -8rem;
  transform: translate3d(-8rem, 8rem, 0) rotate(-45deg);
  transition: right .125s ease-out, top .05s .125s linear, transform .125s .175s cubic-bezier(.075, .82, .165, 1);
}


@media screen and (max-width: 959px) {
  #beamer-menu {
    display: none;
  }

  .desktop-hide {
    display: block !important;
  }

  .no-js .site-header {
    position: static;
    background: #232426;
  }

  .disable-scroll {
    overflow: hidden;
  }

  .js.js-nav-active {
    overflow: hidden;
  }

  .js.js-nav-active .nav-primary {
    visibility: visible;
    height: 100vh;
    overflow: auto;
    top: 0;
    width: 100vw;
    top: 0;
  }

  .js.js-nav-active .nav-primary .menu-items {
    opacity: 1;
  }

  .js .nav-primary {
    visibility: hidden;
    height: 100vh;
    width: 100%;
    clip: auto;
    position: fixed;
    right: 0;
    top: -100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: -100%;
  }

  .js .nav-primary .menu-items {
    padding: 15% 0;
  }

  .nav-primary {
    background: #fff;
    transition: all .55s;
    margin: 0;
    overflow: hidden;
    display: block;
    width: 100%;
  }

  .nav-primary .menu-items {
    transition: all .55s;
    opacity: 0;
    margin: 0;
    width: 100%;
    float: none;
    padding: 2rem 0;
    outline: none;
  }

  .nav-primary .menu-items a {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 5%;
    padding-right: 5.8rem;
    color: #002b39;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7rem;
    text-decoration: none;
    position: relative;
    z-index: 0;
    display: block;
    outline: none;
    font-family: 'ZeitungMicroPro-Bold', 'Helvetica Neue', Helvetica, sans-serif;
  }

  .nav-primary .menu-items a:focus {
    outline: none;
  }

  .nav-primary .menu-items a.has-submenu {
    width: 80%;
    position: static;
  }

  .nav-primary .menu-items a:hover,
  .nav-primary .menu-items a:focus,
  .nav-primary .menu-items a:active {
    color: #00a1ce;
  }

  .nav-primary .menu-items .current {
    color: #d23600;
  }

  .nav-primary .menu-items .disabled {
    color: #bbb;
  }

  .nav-primary .menu-items .highlighted .sub-arrow:before {
    display: block;
    content: '-';
  }

  .nav-primary .menu-items .dropdown-toggle {
    position: absolute;
    top: 0;
    margin-top: 0;
    left: auto;
    right: 2rem;
    width: 3.7rem;
    height: 3.7rem;
    overflow: hidden;
    font: bold 18px/37px monospace;
    text-align: center;
    background: #00a1ce;
    color: #fff;
    padding: 0;
    z-index: 9999;
    border: 0;
  }

  .nav-primary .menu-items .dropdown-toggle:focus {
    z-index: 10000;
  }

  .nav-primary .menu-items .dropdown-toggle:before {
    content: '+';
  }

  .nav-primary .menu-items .dropdown-toggle:hover {
    background-color: #002b39;
    color: #fff;
  }

  .nav-primary .menu-items .dropdown-toggle.toggled-on:before {
    display: block;
    content: '-';
  }

  .nav-primary .menu-items ul {
    background: rgba(102, 102, 102, .1);
    margin-left: 0;
    padding: 0;
  }

  .nav-primary .menu-items ul a {
    font-size: 1.4rem;
  }

  .nav-primary .menu-items ul>li {
    padding-left: 1.5rem;
  }

  .nav-primary .menu-items ul>li ul {
    margin-left: -1.5rem;
  }

  .nav-primary .menu-items ul>li ul li {
    padding-left: 3rem;
  }

  .nav-primary .menu-items ul>li ul li ul {
    margin-left: -3rem;
  }

  .nav-primary .menu-items ul>li ul li ul li {
    padding-left: 4.5rem;
  }
}

.nav-toggle {
  list-style: none;
  z-index: 100000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 0;
  overflow: visible;
  color: #fff;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  padding: 20px;
  padding: 2rem;
  margin: 0 -20px 0 0;
  margin: 0 -2rem 0 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  display: none;
}

.nav-toggle span {
  color: #00a1ce;
  font-size: 1.2em;
}

.nav-toggle:focus {
  outline: none;
}

.nav-toggle:focus span span {
  background-color: #00a1ce;
}

.nav-toggle:focus span span:before,
.nav-toggle:focus span span:after {
  background-color: #00a1ce;
}

.nav-toggle:hover,
.nav-toggle:active {
  color: #00a1ce;
}

.nav-toggle:hover span,
.nav-toggle:active span {
  color: #00a1ce;
}

@media (max-width: 959px) {
  .nav-toggle {
    display: block;
  }
}

.nav-toggle.is-active {
  color: #00a1ce;
}

.nav-toggle.is-active span:focus .hamburger-box .hamburger-inner,
.nav-toggle.is-active span.focus .hamburger-box .hamburger-inner {
  background-color: #00a1ce;
}

.nav-toggle.is-active span:focus .hamburger-box .hamburger-inner:after,
.nav-toggle.is-active span.focus .hamburger-box .hamburger-inner:after {
  background-color: #00a1ce;
}

.nav-toggle.is-active span.hamburger-box .hamburger-inner {
  background-color: #00a1ce;
}

.nav-toggle.is-active span.hamburger-box .hamburger-inner:after {
  background-color: #00a1ce;
}

.nav-toggle.is-active span:focus,
.nav-toggle.is-active span:hover,
.nav-toggle.is-active span:active {
  color: #00a1ce;
}

.nav-toggle.is-active span:focus span,
.nav-toggle.is-active span:hover span,
.nav-toggle.is-active span:active span {
  color: #00a1ce;
}

.nav-toggle.is-active span {
  color: #00a1ce;
}

a.pop-the-form.button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  margin: 0;
  padding: 10px 15px 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

a.pop-the-form.button svg {}

.top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #222;
  width: 50px;
  height: 50px;
  text-decoration: none;
  opacity: 0;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 10000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.top.is-visible,
.top.fade-out,
.no-touch .top:hover {
  transition: opacity .3s 0s, visibility 0s 0s;
}

.top.is-visible {
  opacity: 1;
}

.top.fade-out {
  opacity: .3;
}

.top.fade-out:hover {
  opacity: 1;
}

.no-touch .top:hover {
  opacity: 1;
}

.top svg {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transform-style: preserve-3d;
  position: absolute;
  fill: #fff;
  margin: 0;
  opacity: .8;
  font-size: 19px;
  transition: all .3s ease;
}

.top:hover,
.top:focus,
.top:active {
  background: #00a1ce;
}

.top:hover svg,
.top:focus svg,
.top:active svg {
  fill: #fff;
  top: 35%;
}

.gallery {
  clear: both;
  overflow: hidden;
  text-align: center;
}

.gallery.gallery-columns-1 .gallery-item {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gallery.gallery-columns-1 .gallery-item:first-child {
  margin-left: auto;
}

.gallery.gallery-columns-1 .gallery-item:last-child {
  margin-right: auto;
}

.gallery.gallery-columns-2 .gallery-item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}

.gallery.gallery-columns-2 .gallery-item::after {
  display: block;
  content: '';
  clear: both;
}

.gallery.gallery-columns-2 .gallery-item:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}

.gallery.gallery-columns-2 .gallery-item:nth-child(2n) {
  margin-right: 0%;
  float: right;
}

.gallery.gallery-columns-2 .gallery-item:nth-child(2n + 1) {
  clear: both;
}

@media (max-width: 480px) {
  .gallery.gallery-columns-2 .gallery-item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .gallery.gallery-columns-2 .gallery-item:first-child {
    margin-left: auto;
  }

  .gallery.gallery-columns-2 .gallery-item:last-child {
    margin-right: auto;
  }
}

.gallery.gallery-columns-3 .gallery-item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
}

.gallery.gallery-columns-3 .gallery-item::after {
  display: block;
  content: '';
  clear: both;
}

.gallery.gallery-columns-3 .gallery-item:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}

.gallery.gallery-columns-3 .gallery-item:nth-child(3n) {
  margin-right: 0%;
  float: right;
}

.gallery.gallery-columns-3 .gallery-item:nth-child(3n + 1) {
  clear: both;
}

@media (max-width: 770px) {
  .gallery.gallery-columns-3 .gallery-item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .gallery.gallery-columns-3 .gallery-item::after {
    display: block;
    content: '';
    clear: both;
  }

  .gallery.gallery-columns-3 .gallery-item:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .gallery.gallery-columns-3 .gallery-item:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }

  .gallery.gallery-columns-3 .gallery-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media (max-width: 480px) {
  .gallery.gallery-columns-3 .gallery-item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .gallery.gallery-columns-3 .gallery-item:first-child {
    margin-left: auto;
  }

  .gallery.gallery-columns-3 .gallery-item:last-child {
    margin-right: auto;
  }
}

.gallery.gallery-columns-4 .gallery-item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}

.gallery.gallery-columns-4 .gallery-item::after {
  display: block;
  content: '';
  clear: both;
}

.gallery.gallery-columns-4 .gallery-item:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}

.gallery.gallery-columns-4 .gallery-item:nth-child(4n) {
  margin-right: 0%;
  float: right;
}

.gallery.gallery-columns-4 .gallery-item:nth-child(4n + 1) {
  clear: both;
}

@media (max-width: 770px) {
  .gallery.gallery-columns-4 .gallery-item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .gallery.gallery-columns-4 .gallery-item::after {
    display: block;
    content: '';
    clear: both;
  }

  .gallery.gallery-columns-4 .gallery-item:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .gallery.gallery-columns-4 .gallery-item:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }

  .gallery.gallery-columns-4 .gallery-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media (max-width: 480px) {
  .gallery.gallery-columns-4 .gallery-item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .gallery.gallery-columns-4 .gallery-item:first-child {
    margin-left: auto;
  }

  .gallery.gallery-columns-4 .gallery-item:last-child {
    margin-right: auto;
  }
}

.gallery.gallery-columns-5 .gallery-item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 17.6%;
  margin-left: 0%;
  margin-right: 3%;
}

.gallery.gallery-columns-5 .gallery-item::after {
  display: block;
  content: '';
  clear: both;
}

.gallery.gallery-columns-5 .gallery-item:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}

.gallery.gallery-columns-5 .gallery-item:nth-child(5n) {
  margin-right: 0%;
  float: right;
}

.gallery.gallery-columns-5 .gallery-item:nth-child(5n + 1) {
  clear: both;
}

@media (max-width: 770px) {
  .gallery.gallery-columns-5 .gallery-item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .gallery.gallery-columns-5 .gallery-item::after {
    display: block;
    content: '';
    clear: both;
  }

  .gallery.gallery-columns-5 .gallery-item:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .gallery.gallery-columns-5 .gallery-item:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }

  .gallery.gallery-columns-5 .gallery-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media (max-width: 480px) {
  .gallery.gallery-columns-5 .gallery-item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .gallery.gallery-columns-5 .gallery-item:first-child {
    margin-left: auto;
  }

  .gallery.gallery-columns-5 .gallery-item:last-child {
    margin-right: auto;
  }
}

.gallery.gallery-columns-6 .gallery-item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 14.16667%;
  margin-left: 0%;
  margin-right: 3%;
}

.gallery.gallery-columns-6 .gallery-item::after {
  display: block;
  content: '';
  clear: both;
}

.gallery.gallery-columns-6 .gallery-item:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}

.gallery.gallery-columns-6 .gallery-item:nth-child(6n) {
  margin-right: 0%;
  float: right;
}

.gallery.gallery-columns-6 .gallery-item:nth-child(6n + 1) {
  clear: both;
}

@media (max-width: 770px) {
  .gallery.gallery-columns-6 .gallery-item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .gallery.gallery-columns-6 .gallery-item::after {
    display: block;
    content: '';
    clear: both;
  }

  .gallery.gallery-columns-6 .gallery-item:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .gallery.gallery-columns-6 .gallery-item:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }

  .gallery.gallery-columns-6 .gallery-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media (max-width: 480px) {
  .gallery.gallery-columns-6 .gallery-item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .gallery.gallery-columns-6 .gallery-item:first-child {
    margin-left: auto;
  }

  .gallery.gallery-columns-6 .gallery-item:last-child {
    margin-right: auto;
  }
}

.gallery.gallery-columns-7 .gallery-item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 11.71429%;
  margin-left: 0%;
  margin-right: 3%;
}

.gallery.gallery-columns-7 .gallery-item::after {
  display: block;
  content: '';
  clear: both;
}

.gallery.gallery-columns-7 .gallery-item:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}

.gallery.gallery-columns-7 .gallery-item:nth-child(7n) {
  margin-right: 0%;
  float: right;
}

.gallery.gallery-columns-7 .gallery-item:nth-child(7n + 1) {
  clear: both;
}

@media (max-width: 770px) {
  .gallery.gallery-columns-7 .gallery-item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .gallery.gallery-columns-7 .gallery-item::after {
    display: block;
    content: '';
    clear: both;
  }

  .gallery.gallery-columns-7 .gallery-item:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .gallery.gallery-columns-7 .gallery-item:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }

  .gallery.gallery-columns-7 .gallery-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media (max-width: 480px) {
  .gallery.gallery-columns-7 .gallery-item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .gallery.gallery-columns-7 .gallery-item:first-child {
    margin-left: auto;
  }

  .gallery.gallery-columns-7 .gallery-item:last-child {
    margin-right: auto;
  }
}

.gallery.gallery-columns-8 .gallery-item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 9.875%;
  margin-left: 0%;
  margin-right: 3%;
}

.gallery.gallery-columns-8 .gallery-item::after {
  display: block;
  content: '';
  clear: both;
}

.gallery.gallery-columns-8 .gallery-item:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}

.gallery.gallery-columns-8 .gallery-item:nth-child(8n) {
  margin-right: 0%;
  float: right;
}

.gallery.gallery-columns-8 .gallery-item:nth-child(8n + 1) {
  clear: both;
}

@media (max-width: 770px) {
  .gallery.gallery-columns-8 .gallery-item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .gallery.gallery-columns-8 .gallery-item::after {
    display: block;
    content: '';
    clear: both;
  }

  .gallery.gallery-columns-8 .gallery-item:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .gallery.gallery-columns-8 .gallery-item:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }

  .gallery.gallery-columns-8 .gallery-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media (max-width: 480px) {
  .gallery.gallery-columns-8 .gallery-item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .gallery.gallery-columns-8 .gallery-item:first-child {
    margin-left: auto;
  }

  .gallery.gallery-columns-8 .gallery-item:last-child {
    margin-right: auto;
  }
}

.gallery.gallery-columns-9 .gallery-item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 8.44444%;
  margin-left: 0%;
  margin-right: 3%;
}

.gallery.gallery-columns-9 .gallery-item::after {
  display: block;
  content: '';
  clear: both;
}

.gallery.gallery-columns-9 .gallery-item:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}

.gallery.gallery-columns-9 .gallery-item:nth-child(9n) {
  margin-right: 0%;
  float: right;
}

.gallery.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  clear: both;
}

@media (max-width: 770px) {
  .gallery.gallery-columns-9 .gallery-item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .gallery.gallery-columns-9 .gallery-item::after {
    display: block;
    content: '';
    clear: both;
  }

  .gallery.gallery-columns-9 .gallery-item:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .gallery.gallery-columns-9 .gallery-item:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }

  .gallery.gallery-columns-9 .gallery-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media (max-width: 480px) {
  .gallery.gallery-columns-9 .gallery-item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .gallery.gallery-columns-9 .gallery-item:first-child {
    margin-left: auto;
  }

  .gallery.gallery-columns-9 .gallery-item:last-child {
    margin-right: auto;
  }
}

.gallery.gallery-columns-10 .gallery-item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 7.3%;
  margin-left: 0%;
  margin-right: 3%;
}

.gallery.gallery-columns-10 .gallery-item::after {
  display: block;
  content: '';
  clear: both;
}

.gallery.gallery-columns-10 .gallery-item:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}

.gallery.gallery-columns-10 .gallery-item:nth-child(10n) {
  margin-right: 0%;
  float: right;
}

.gallery.gallery-columns-10 .gallery-item:nth-child(10n + 1) {
  clear: both;
}

@media (max-width: 770px) {
  .gallery.gallery-columns-10 .gallery-item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .gallery.gallery-columns-10 .gallery-item::after {
    display: block;
    content: '';
    clear: both;
  }

  .gallery.gallery-columns-10 .gallery-item:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .gallery.gallery-columns-10 .gallery-item:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }

  .gallery.gallery-columns-10 .gallery-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media (max-width: 480px) {
  .gallery.gallery-columns-10 .gallery-item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .gallery.gallery-columns-10 .gallery-item:first-child {
    margin-left: auto;
  }

  .gallery.gallery-columns-10 .gallery-item:last-child {
    margin-right: auto;
  }
}

.gallery .gallery-item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}

.gallery .gallery-item::after {
  display: block;
  content: '';
  clear: both;
}

.gallery .gallery-item:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}

.gallery .gallery-item:nth-child(4n) {
  margin-right: 0%;
  float: right;
}

.gallery .gallery-item:nth-child(4n + 1) {
  clear: both;
}

@media (max-width: 770px) {
  .gallery .gallery-item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .gallery .gallery-item::after {
    display: block;
    content: '';
    clear: both;
  }

  .gallery .gallery-item:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .gallery .gallery-item:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }

  .gallery .gallery-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media (max-width: 480px) {
  .gallery .gallery-item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .gallery .gallery-item:first-child {
    margin-left: auto;
  }

  .gallery .gallery-item:last-child {
    margin-right: auto;
  }
}

.gallery .gallery-item .gallery-caption {
  font-size: .85em;
  margin-top: .7em;
  font-style: italic;
  display: block;
  line-height: 1.2;
  text-align: center;
  opacity: .6;
}

.gallery .gallery-item .gallery-icon a {
  display: block;
}

.gallery .gallery-item .gallery-icon img {
  border: 0;
  height: auto;
  margin-bottom: 0;
  width: 100%;
}

.entry-header-home,
.entry-header-page {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url('images/default.png');
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 700px;
  min-height: 70rem;
  max-width: 100%;
  margin: 0 auto;
  flex-direction: column;
}


.entry-header-page {
  height: 550px;
  height: 55rem;
  min-height: 550px;
  min-height: 55rem;
}

.entry-header-home h1,
.entry-header-page h1 {
  font-size: 100px;
  line-height: 1.0;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.entry-header-home p,
.entry-header-page p {
  font-size: 27px;
  line-height: 1.3;
  color: #002b39;
  font-family: 'robotolight';
}

@media (min-width: 480px) {
  .block.block-page {
    min-height: 300px;
  }
}

.cat-links,
.tags-links {
  display: block;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

del {
  text-decoration: line-through;
  color: #666;
}

.site-content {
  padding-top: 105px;
}

.single .site-content {
	padding-top: 0;
}

.container.container-article {
  max-width: 800px;
  margin-top: 100px;
}

.sticky {
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
  padding: 30px;
  padding: 3rem;
}

.comments-area .comment-list li.bypostauthor {
  background-color: #fff6e8;
  padding: 30px;
  padding: 3rem;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  text-align: left;
  font-style: italic;
  padding: 10px 0;
  padding: 1rem 0;
  margin-bottom: 20px;
}

.entry-content {
  margin-bottom: 2em;
}

.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
  max-width: 100%;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
  margin-top: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  height: 30px;
  height: 3rem;
  padding: 10px;
  padding: 1rem;
}

@media (max-width: 600px) {

  td,
  th {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    height: auto;
    padding: 10px 0;
    text-align: center;
  }

  td:first-child,
  th:first-child {
    margin-left: auto;
  }

  td:last-child,
  th:last-child {
    margin-right: auto;
  }
}

th {
  font-weight: 700;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-family: 'ZeitungMicroPro-Bold', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
}

dfn {
  font-style: italic;
}

kbd {
  border: 1px solid #ccc;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f7f7f7;
  color: #333;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .2), 0 0 0 2px #fff inset;
  border-radius: 4px;
  display: inline-block;
  text-shadow: 0 1px 0 #fff;
  line-height: 1.4;
  white-space: nowrap;
  padding: 0 5px;
  padding: 0 .5rem;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 6.25px;
  margin: 0 0 .625rem;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: auto;
}

pre.debug {
  font-size: 11px;
  line-height: 1.5;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.taxonomy-description {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.post {
  margin-bottom: 30px;
}

.entry-header .entry-title {
  margin-bottom: .3em;
}

.entry-header .entry-title a {
  color: #222;
}

.entry-meta * {
  color: #4f5964;
}

.entry-time {
  margin-bottom: 1.5em;
}

.cat {
  margin-top: 0;
  margin-bottom: 10px;
}

.cat a {
  font-weight: 600;
}

ul.tags {
  overflow: hidden;
  margin: 0;
  padding: 0;
  padding-left: 0;
}

ul.tags li {
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  display: inline-block;
  float: left;
  margin-top: 0;
}

ul.tags li a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  padding: 5px 10px;
  padding: .5rem 1rem;
  display: inline;
  border-radius: 4px;
  background: #f0f0f0;
  opacity: .8;
}

ul.tags li a:hover {
  color: #fff;
  background: #aaa;
  opacity: 1;
}

.comments-link {
  text-align: right;
  display: block;
}

.comments-link svg {
  fill: #777;
  position: relative;
  top: 1px;
  margin-right: 2px;
}

.comments-link:hover,
.comments-link:focus {
  color: #111;
}

.comments-link:hover a,
.comments-link:hover a:link,
.comments-link:hover a:visited,
.comments-link:hover svg,
.comments-link:focus a,
.comments-link:focus a:link,
.comments-link:focus a:visited,
.comments-link:focus svg {
  color: #111;
  fill: #111;
}

.entry-footer {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-footer a {
  color: #4f5964;
}

.entry-footer a:hover {
  color: #0279bf;
  text-decoration: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 1.5em 0;
  overflow: hidden;
}

.site-main .comment-navigation::after,
.site-main .posts-navigation::after,
.site-main .post-navigation::after {
  display: block;
  content: '';
  clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before {
  content: '← ';
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-next a:after,
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after {
  content: ' →';
}

.comments-area {
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: visible;
}

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

.comment-list li {
  padding: 0;
  margin-top: 0;
  margin-bottom: 70px;
}

.comment-list li p {
  color: #4f5964;
}

.comment-list li .avatar {
  float: right;
  border-radius: 50%;
}

.comment-list li .comment-author {
  color: #222;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}

.comment-list li .comment-author a {
  color: #222;
}

.comment-list li .comment-time {
  padding: 0;
  margin: 0;
}

.comment-list li .comment-time svg {
  fill: #4f5964;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.comment-list li .comment-time a {
  color: #4f5964;
}

.comment-list li .comment-time:hover {
  opacity: 1;
}

.nosto {
  position: relative;
  height: 250px;
}

.nosto-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
}

.nosto-caption h2,
.box h2 {
  font-size: 20px;
}

.what {
  background: url(images/what-bg.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.what .image img {
  -webkit-filter: drop-shadow(20px 0px 25px rgba(34, 34, 34, 0.2));
  filter: drop-shadow(20px 0px 25px rgba(34, 34, 34, 0.2));
}

.what .content,
.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
}

.breadcrumbs {
  margin: 30px 0;
}

.narrow {
  max-width: 960px;
  margin: auto !important;
}

.container-blog {
  padding: 0px 100px 164px;
}

.wcp-carousel-main-wrap .slick-slider .slick-track,
.wcp-carousel-main-wrap .slick-slider .slick-list {
  overflow: visible;
}

.site-content .container-blog .wcp-carousel-main-wrap .post-style-2 .wcp-content-wrap {
  position: relative;
  padding: 50px 20px 20px;
}

.wcp-content-wrap {
	position:relative;
}

.rpc-post-category {
  position: absolute;
  left: 30px;
  top: -245px;
  background: #81ba56;

}

.rpc-post-category a {
	color: #fff;
    text-transform: uppercase;
    font-family: 'ZeitungMicroPro-Bold', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 12px;
    padding: 6px 10px;
    display: inline-block;
}

.rpc-box,
.news-box {
  -webkit-box-shadow: 0 0 40px rgba(85, 85, 85, .2);
  box-shadow: 0 0 40px rgba(85, 85, 85, .2);
}

.news-box {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.news-box:hover {
  background: #ebf8fb;
  transition: all 0.3s ease-in-out;
}

.news-box h2 {
  margin: 10px 0;
  font-size: 20px
}

.news-box h2 a {
  transition: all .55s ease 0s;
}

.news-box:hover h2 a {
  color: #002b39;
}

.site-content .container-blog .slick-prev {
  right: 40px;
  background-color: transparent;
  top: initial;
  bottom: -60px;
  position: absolute;
  left: inherit;
  font-size: 0;
  padding: 10px;
}

.site-content .container-blog .slick-next {
  right: 0;
  background-color: transparent;
  position: absolute;
  top: inherit;
  bottom: -60px;
  font-size: 0;
  padding: 10px;
}

.col-md-6.text-block,
.col-md-6.image-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -ms-flex-align: center;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  margin-bottom: 20px;
}

.image-block {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.faq {
  padding: 10px 30px;
}

.faq ul,
.faq ul li {
  list-style: none;
  padding: 0;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.faq ul li a {
  color: #00a1ce;
}

.faq ul li a:hover {
  color: #002b39;
}

h1.small {
  font-size: 30px;
}

.searchandfilter ul {
  text-align: center;
  padding-left: 0;
}

.searchandfilter ul li {
  display: inline-block;
}

.searchandfilter ul li li {
  display: inline-block;
}

.searchandfilter input[type=radio] {
  display: none;
  margin: 10px;
}

.searchandfilter input:hover[type=radio]+label {
  background: #00a1ce;
  color: #fff;
}

.searchandfilter input[type=radio]+label {
  display: inline-block;
  color: #00a1ce;
  border: 2px solid;
  padding: 4px 12px;
  background-color: transparent;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 10px;
}

.searchandfilter input[type=radio]:checked+label {
  background-color: #00a1ce;
  color: #fff;
}

.kumppanit .row {
  margin-bottom: 30px;
}

.lift-image {
  aspect-ratio: 40/10;
  max-width: 180px;
  margin-bottom: 20px;
  mix-blend-mode: multiply;
}

.lift-image img {
  object-fit: cover;
}

.light-blue {
  background-color: #ebf8fb;
}

#beamer-menu {
  position: fixed;
  top: 0px;
  background-color: #00a1ce;
  width: 100%;
  z-index: 9999;
}

.admin-bar #beamer-menu {
  top: 32px !important;
}

#beamer-menu .container {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.fixed-height-image {
  aspect-ratio: 1200/628;
  height: inherit !important;
}

@media (max-width: 992px) {
  .container-blog {
    padding: 0px 30px 164px;
  }
}

@media (max-width: 768px) {
  .container-blog {
    padding: 0px 0px 164px;
  }

  .entry-header-home h1 {
    font-size: 60px;
  }

  .entry-header-page h1 {
    font-size: 40px;
    hyphens: auto;
  }

  .entry-header-home p,
  .entry-header-page p {
    font-size: 20px;
  }

  .col-md-6.image-block.light-blue {
    display: none;
  }

  .col-md-6.text-block {
    margin: 10px 20px;
  }

  .nav-primary .menu-items .button a {
    display: inline-block;
    margin: 10px 15px;
  }

  .entry-header-home {
    margin-top: 0;
  }

  .rpc-box.faq {
    min-height: auto
  }

  .mobile-center {
    text-align: center;
    width: 100%;
  }
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

.col-md-6.image {
  text-align: center;
  margin: auto;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 960px){
  .nav-container {
    top: 40px;
  }
	
   .admin-bar .nav-container {
   	top: 72px !important;
   }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}


.text-center {
  text-align: center;
}

.site-header .container {
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.news-item {
  background-color: #fff;
  box-shadow: 0 0 40px rgba(85, 85, 85, .2);
  position: relative;
}

.news-item-thumbnail img {
  object-fit: cover;
  width: 100%;
}

.news-item .news-item-text {
  padding: 20px;
}

.news-item .news-item-text a h3:hover {
  color: #002b39;
}

.news-item-category {
  margin-left: 20px;
  margin-top: -25px;
  background: #81ba56;
}

.news-item-category a {
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
  font-weight: 700;
  font-family: 'zeitungmicropro-bold', helvetica, sans-serif;
  font-size: 0.8em;
}

img.default-ref-img {
	object-fit:cover;
	height:250px;
	width:100%;
    position: relative;
    overflow: hidden;
}

.default-ref-img {
	aspect-ratio: 1200/628;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.default-ref-img img {
	height: 100%;
    object-fit: cover;
    width: 100%;
}

.wcp-content-wrap {
    padding: 20px;
	margin-top: 20px;
}

#carousel-131 .slick-slide {
    margin: 0px 30px 15px 0px!important
}

.wcp-post-contents.rpc-content {
	font-size: 16px!important;
    line-height: 1.5;
}

.wcp-post-contents.rpc-content a.button.my-3 {
	margin-top: 15px!important
}

.dropdown-toggle:after, .dropdown-toggle.toggled-on:after {
	display: none!important;
}