@font-face {
	font-family: 'Roboto Condensed';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(/wp-content/themes/mayoris/fonts/RobotoCondensed-LightItalic.woff2) format('woff2');
}

@font-face {
	font-family: 'Roboto Condensed';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(/wp-content/themes/mayoris/fonts/RobotoCondensed-Italic.woff2) format('woff2');
}
@font-face {
	font-family: 'Roboto Condensed';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(/wp-content/themes/mayoris/fonts/RobotoCondensed-BoldItalic.woff2) format('woff2');
}
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(/wp-content/themes/mayoris/fonts/RobotoCondensed-Light.woff2) format('woff2');
}
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/wp-content/themes/mayoris/fonts/RobotoCondensed-Regular.woff2) format('woff2');
}
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/wp-content/themes/mayoris/fonts/RobotoCondensed-Bold.woff2) format('woff2');
}
* {
  box-sizing: border-box;
}
body, html, p, h1, h2, h3, h4 { margin: 0px; padding: 0px; }
h1 { font-weight: 400; font-size: 1.8em; }
h2 { font-weight: 400; }
body, html {
  font-family: 'Roboto Condensed', Arial;
  font-size: 25px;
  line-height: 1.3;  
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:active {
  color: #FFC600;
}

a.textlink {
  font-weight: 400;
}
a.textlink:before {
  content: '➝';
  font-size: 40px;
  left: 5px;
  padding-right: 20px;
  font-weight: 400;
  top: 4px;
}


a.button {
  background: #666656;
  border-radius: 30px;
  border: none;
  padding: 10px 40px;
  font-size: 0.8em;
  font-weight: 400;
  color: #000000;
  cursor: pointer;
  display: inline-block;
}
a.button:hover {
  background: #FFC600;
}

a.button.black {
  background: #666656;
  color: #ffffff;
}

a.button.black:hover {
  background: #919187;
}

strong {
 font-weight: 600;
}
ul.nav-bar {
  margin: 0px; padding: 0px;
}
ul.nav-bar li {
  display: inline-block;
  margin-right: 38px;
  list-style: none;
}
ul.nav-bar li.active, ul.nav-bar li.current-menu-item, ul.nav-bar li.current-menu-parent {
  font-weight: bold;
} 
ul.nav-bar li:last-child {
  margin-right: 0px;
}

input[type="text"], input[type="email"], input[type="password"], textarea, select {
  width: 100%;
  padding: 15px 10px;
  background: #ffffff;
  border: 1px solid rgb(0, 0, 0, 0.25);
  outline: none;
  font-size: 0.6em;
}

input::placeholder, select:invalid {
  color: #949494; 
  opacity: 1
}

input[type="file"] {
  font-size: 25px;
  line-height: 50px;
}

textarea {
  height: 150px;
}

input[type="submit"] {
  background: #ffffff;
  border-radius: 30px;
  border: none;
  padding: 10px 40px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  appearance: none;
font-family: 'Roboto Condensed';
	font-style: normal;
	
  
}
input[type="submit"]:hover {
  background: #FFC600;
}

input.black[type="submit"] {
  background: #000000;
  color: #ffffff;
}

input.black[type="submit"]:hover {
  background: #3d3d3d;
}

.navigation.pagination .current {
  font-weight: bold;
}


.wpcf7-form label {
  display: inline-block;
  width: 200px;
  margin-bottom: 20px;
  vertical-align: top;
  line-height: 50px;
}

.wpcf7-form label span.required {
  color: #790000;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
  display: inline-block;
  width: calc(100% - 200px);
  margin-bottom: 20px;
}

.wpcf7-form input.wpcf7-not-valid[type="text"], .wpcf7-form input.wpcf7-not-valid[type="email"], .wpcf7-form textarea.wpcf7-not-valid {
  border: 1px solid #790000;
}

.wpcf7-form input[type="submit"] {
  margin-left: 200px;
}

.wpcf7-form .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-form .wpcf7-response-output {
  margin-left: 200px !important;
  margin-top: 20px !important;
}

.wpcf7-form .wpcf7-submit {
  background: #666656;
  border-radius: 30px;
  border: none;
  padding: 10px 40px;
  font-size: 0.8em;
  font-weight: 400;
  background: #666656;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto Condensed';
  font-style: normal;	
}
.wpcf7-form .wpcf7-submit:hover {
  background: #919187;
}

/* Image Lightbox */
/*!
	By AndrÃ© Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.de
	Available for use under the MIT License
	Version 2.10.3
*/
body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035; }

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed; }
  .sl-wrapper * {
    box-sizing: border-box; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #000;
    font-size: 3rem; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #000;
    font-size: 1rem; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -22px;
      height: 44px;
      width: 22px;
      line-height: 44px;
      text-align: center;
      display: block;
      z-index: 10060;
      font-family: Arial, Baskerville, monospace;
      color: #000; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 2rem; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 3rem; } }
  .sl-wrapper.sl-dir-rtl .sl-navigation {
    direction: ltr; }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block;
      border: 0 none;
      width: 100%;
      height: auto; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
    .sl-wrapper .sl-image iframe {
      background: #000;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      font-size: 1rem;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #000;
      z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* cookie banner */
.cmplz-cookiebanner .cmplz-body {
  overflow-y: hidden !important;
}

.cmplz-link.cookie-statement {
  display: none !important;
}



/* header */
header {
  padding: 20px 0px;
}
header div.wrap {
  max-width: 1230px;
  margin: 0px auto;
  position: relative;
}
header ul.nav-bar {
  font-size: 0.7em;
  line-height: 1;
}
header #logo img {
  max-width: 200px;
}
header div.menu-header-container, header div.sub_menu, header #searchform {
  float: right;
}

header div.menu-header-container, header #searchform {
  margin-top: 12px;
}


header div.sub_menu {
  margin-top: 15px;
  border-top: 1px solid rgb(0, 0, 0, 0.25);
  width: 100%;
}

header div.sub_menu li {
  padding: 50px 0px;
  margin-right: 38px;
}

header #searchform {
  margin-left: 38px;
  position: relative;
  z-index: 10;
  font-size: 0.7em;
  line-height: 1;
}

header #searchform > div {
  position: absolute;
  right: -7px;
  width: 350px;
  top: 30px;
  display: none;
}

header #searchform:before {
  margin-top: 2px;
  display: inline-block;
  content: ' ';
  width: 16px;
  height: 16px;
  background-color: #000000;
  -webkit-mask-image: url('/wp-content/themes/mayoris/images/search.svg');
  mask-image: url('/wp-content/themes/mayoris/images/search.svg');
  cursor: pointer;
}

header #searchform:hover:before {
  background-color: #FFC600;
}

header #searchform input[type="text"] {
  width: calc(100% - 95px);
  display: inline-block;
  height: 45.5px;
  line-height: 25px;
}

header #searchform input[type="submit"] {
  display: inline;
  width: 90px;
  margin-left: -4px;
  line-height: 26px;
  border-radius: 0px !important;
  padding: 10px 10px;
  top: 3px;
  position: relative;
  background-color: #FFC600;
}

/* section */
section {
  clear: both;
  margin: 0px 0px 30px 0px;
}

section div.wrap {
  max-width: 1230px;
  margin: 0px auto;
  position: relative;
}

section div.mood {
  background-size: cover;
  margin-bottom: 15px;
  background-position: top center;
}
section div.mood div.wrap {
  height: 100%;
  position: relative;
  padding: 20px 0px 40px 0px;
}


section div.mood div.wrap > h3 {
  font-size: 0.9em;
  margin-top: 30px;
  display: block;
}

section div.mood div.wrap > h2 {
  font-size: 1.68em;
  margin-top: 30px;
  display: block;
}

section div.mood div.wrap > span {
  font-weight: 300;
  margin-top: 30px;
  display: block;
}

section div.mood div.wrap > a {
  position: absolute;
  bottom: 40px;
  left: 0px;
}

section div.mood div.wrap > a.link {
  font-size: 20px;
  text-transform: uppercase;
}

section div.mood div.wrap > a.link:after {
  content: '➝';
  font-size: 23px;
  position: relative;
  left: 5px;
}

section div.mood div.wrap > a.button {
  background: #666656;
  border-radius: 30px;
  border: none;
  padding: 10px 40px;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  color: #ffffff;
}
section div.mood div.wrap > a.button:hover {
  background: #919187;
}

section div.mood div.wrap > img {
  width: 15%;
  float: right;
  margin-top: 30px;
}

section div.mood div.wrap > img + br {
  clear: both;
}

body.home section div.mood div.wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section div.main {
  /*margin-bottom: 60px;*/
}

section div.main > h1 {
  padding: 50px 0px;
}

section div.main > div.text {
  line-height: 1.6;
  font-weight: 300;
}

section div.main > div.text .glossary_title {
  font-weight: 300;
  cursor: pointer;
  text-decoration: underline dashed;
  text-underline-offset: 5px;
}

section div.main > div.text .glossary_title:hover {
  color: #FFC600;
  border-bottom-color: #FFC600;
}

section div.main > div.text h3 .glossary_title {
  font-weight: 700;
}

section div.main > div.text .glossary_item {
  position: absolute;
  display: none;
}

.ui-tooltip {
  font-size: 0.6em !important;
}

section div.main > div.text p {
  padding: 20px 0px;
}

section div.main > div.text a {
  /*font-weight: bold;*/
  text-decoration: underline;
  text-underline-offset: 5px;
}

section div.main > div.text ul {
  padding-left: 25px;
  margin: 0px;
}
section div.main > div.text ul.checkmark {
  list-style-type:none;
}
section div.main > div.text ul.checkmark li:before {
  content: "✓";
  position: absolute;
  margin-left: -25px;
}
section div.main .wp-block-column.expander h4 {
  display: inline-block;
  cursor: pointer;
}
section div.main .wp-block-column.expander h4:after {
  margin-left: 10px;
  font-weight: normal;
  border: 1px solid black;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  display: inline-block;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
}
section div.main .wp-block-column.expander h4:hover {
  color: #FFC600;

}
section div.main .wp-block-column.expander h4:hover:after{
  border-color: #FFC600;
}
section div.main .wp-block-column.expander.open h4:after {
  content: '—';
}
section div.main .wp-block-column.expander.closed h4:after {
  content: '+';
}

section div.main .wp-block-column.expander.open p {
  display: inline-block;
}
section div.main .wp-block-column.expander.closed p {
  display: none;
}

section div.main .wp-block-button a {
  border-radius: 30px;
  border: none;
  padding: 10px 40px;
  font-size: 20px !important;
  line-height: 23px;
  font-weight: 400;
  cursor: pointer;
  background: #666656;
  color: #ffffff;
  text-decoration: none !important;
}

section div.main .wp-block-button a:hover {
  background: #919187;
}

/*section div.main > div.text > * {
  padding-right: 400px !important;
}

body.single-post div.main > div.text > * {
  padding-right: 0px !important;
}*/

section div.main > div.text hr.wp-block-separator {
  border-top: 1px solid rgb(0, 0, 0, 0.25);
  border-bottom: none;
}

div.backgroundimage {
  background-size: cover;
  padding: 0px 20px;
}

div.backgroundimage a {
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  line-height: 23.44px;
}

div.backgroundimage a:after {
  content: '➝';
  font-size: 30px;
  position: relative;
  left: 5px;
  font-weight: 400;
  line-height: 23px;
  top: 4px;
}

div.sidebar {
  width: 400px;
  float: right;
  margin-bottom: 40px;
  margin-left: 40px;
  background: rgba(229, 229, 229, 0.5);
  margin-top: 65px;
}

div.sidebar h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 23.44px;
  padding: 28px 24px;
}

div.sidebar .image {
  background-image: url('/wp-content/uploads/2022/07/Green_4.png');
  background-position: top right;
  background-size: 125%;
  padding: 0px;
}

div.sidebar .image > img {
  width: 100%;
  display: block;
}

div.sidebar > div > div {
  padding: 28px 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 23.44px;
}

div.sidebar > div:before {
  content: ' ';
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  width: calc(100% - 40px);
  height: 10px;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}

div.sidebar .customer > img {
  width: calc(100% - 40px);
  margin-left: 20px;
}

div.sidebar > div:first-child:before {
  display: none;
}

div.sidebar div.claim {
  font-size: 30px;
  line-height: 35.16px;
}

div.sidebar div.whitepaper > div {
  padding-top: 0px;
}

section #subpages, body.blog section div.main  {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;  
}

section div.subpages > div {
  flex-direction: row;
  margin-bottom: 40px;  
}

section div.subpage.separator {
  background: rgb(0, 0, 0, 0.25);
  height: 1px;
}

section div.subpage.slider_images > h4 {
  font-size: 45px;
  line-height: 70px;
  font-weight: 400;
}

section div.subpage.slider_images img {
  width: calc(100% - 1px);
}

section div.subpage.person, section div.subpage.texthalf {
  width: calc(50% - 20px);
  position: relative;
  height: 250px;
  overflow:hidden;
  padding: 15px;
}


section div.subpage.person {
  font-size: 20px;
  color: #ffffff;
  background-image: url('/wp-content/uploads/2022/07/Green_4.png');
  background-position: top right;
  background-size: 125%;
}
section div.subpage.person h4 {
  margin: 0px;
}

section div.subpage.person div {
  position: absolute; 
  z-index: 100;
}
section div.subpage.person img {
  max-height: calc(100% - 20px);
  position: absolute;
  bottom: 0px;
  right: 0px;
}

section div.subpage.text {
  position: relative;
  overflow:hidden;
  padding: 21px 29px;
  width: 100%;
}

body.home section div.subpage.text {
  padding: 48px 66px 48px 66px;
}

section div.subpage.text {
  background-size: cover;
}


section div.subpage.text h4 {
  font-style: italic;
  font-weight: 300;
  font-size: 1.6em;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}

section div.subpage.text h4:after {
  content: ' ';
  border-top: 2px solid rgb(255, 255, 255, 0.5);
  width: calc(100% + 66px);
  display: block;
  position: absolute;
  margin-left: -66px;
  margin-top: 5px;
}

section div.subpage.text div {
  font-size: 1.28em;
  font-weight: 300;
  padding-bottom: 50px;
}

body.home section div.subpage.text div {
  font-size: 1.68em;
}

section div.subpage.text a {
  position: absolute; 
  bottom: 30px;
}

section div.subpage.text a {
  font-size: 20px;
  text-transform: uppercase;
}

section div.subpage.text a:after {
  content: '➝';
  font-size: 23px;
  position: relative;
  left: 5px;
}

section div.subpage.text img.logo {
  height: 50px;
  bottom: 21px;
  position: absolute;
  right: 29px;
}

section div.subpage.textimage {
  display: flex;
  gap: 30px;
  flex-direction: row;
  overflow:hidden;
}

section div.subpage.textimage.left {
  flex-direction: row-reverse;
}

section div.subpage.textimage.top {
  flex-direction: column-reverse;
}

section div.subpage.textimage h4 {
  font-weight: 700;
  font-size: 20px;
}


section div.subpage.textimage .text {
  flex: auto;
  vertical-align: top;
  font-weight: 300;
  font-size: 1.68em;;
  position: relative;
}

body.blog div.subpage.textimage.right {
  background: rgba(229, 229, 229, 0.5);
  text-align: right;
}

body.blog div.subpage.textimage.right .text {
  padding-top: 20px;
}

section div.subpage.textimage .text a {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 0.475em;
  font-weight: 600;
	text-transform: uppercase;
}


section div.subpage.textimage a:after {
  content: '➝';
  font-size: 20px;
  position: relative;
  left: 5px;
}

section div.subpage.textimage .image {
  flex: auto;
}

/* search */
body.search .result {
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 40px;
  font-weight: 300;
}

body.search .result h4 {

}

body.search .result a {
  display: block;
  margin-top: 10px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* footer */
footer {
  background-color: #919187;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer div.wrap {
  padding: 80px 0px 30px 0px;
  color: #ffffff;
  max-width: 1230px;
  margin: 60px auto;
  position: relative;
}
footer div.menu-footer-container {
  display: inline-block;
  margin-left: 38px;
}
footer ul.nav-bar li {
  margin-right: 18px;
}
footer div.top, footer div.bottom {
  clear: both;
}
footer div.top > div {
  float: left;
  vertical-align: top;
  padding-bottom: 50px;
}
footer div.top > div.awards, footer div.top > div.memberships {
  width: 20%;
}
footer div.top > div.newsletter {
  width: 40%;
  padding-right: 5%;
}
footer div.top > div.contact {
  width: 20%;
  padding-right: 5%;
}
footer div.bottom {
  padding-top: 40px;
  border-top: 1px solid rgb(255, 255, 255, 0.5);
}
footer {
  font-size: 0.64em;
  line-height: 1.2;
}
footer h2 {
  font-weight: 800;
  font-size: 1.25em;
  margin-bottom: 40px;
}
footer a.icon {
  float: left;
  width: 95px;
  height: 95px;
  margin-right: calc(35% - 95px);
  text-align: center;
  line-height: 95px;
}
footer a.icon:nth-child(2), footer a.icon:nth-child(3) {
  margin-bottom: calc(35% - 95px);
}
footer a img {
  opacity: 0.5;
  -webkit-filter: grayscale(100%) opacity(80%) contrast(6);
  vertical-align: middle;
  max-width: 70%;
}
footer a img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%) opacity(100%);
}


footer .newsletter input[type="submit"] {
  width: 90px;
  height: 40px;
  background-color: #FFC600;
  padding: 10px 10px 20px 10px;
  font-weight: 600;
  border-radius: 0px;
  font-size: 1em;
  line-height: 1.2em;
	font-family: 'Roboto Condensed', Arial;

	
}

footer .newsletter input[type="email"] {
  width: calc(100% - 90px);
  border: none;
  height: 40px;
  font-size: 0.9em;
	font-family: 'Roboto Condensed', Arial;
}


@media (max-width: 1230px) {
  header div.wrap, section div.wrap, footer div.wrap {
    max-width: 100%;
    margin: 0px 10px;
  }
}

@media (max-width: 850px) {
  body, html {
    font-size: 20px;
    line-height: 1.2;  
  }
  section div.mood div.wrap > h3, footer {
    font-size: 1em !important;
  }
  header #searchform {
    display: none;
  }
  header .nav-bar::before {
    content: '☰';
    cursor: pointer;
    font-size: 40px;
    position: absolute;
    top: -15px;
    right: 0px;
  }  
  
  header .nav-bar {
    position: absolute;
    right: 10px;
    z-index: 10;
  }
  
  header .nav-bar li {
    display: none;
    margin-right: 38px;
    background: rgba(229, 229, 229, 1);
    width: 100%;
    line-height: 40px;
    border-bottom: 1px solid #000000;
    z-index: 11;
    position: relative;
  }
  
  header .nav-bar.open li {
    display: block;
  }
  
  header .nav-bar li a {
    width: 100%;
    display: inline-block;
    padding-left: 15px;
    font-size: 1.5em;
  }
  
  header .nav-bar li:first-child {
    margin-top: 30px;
  }
  
  header .nav-bar li:last-child {
    border: none;
  }
  
  .subpage.text, .subpage.textimage {
    width: 100% !important;
    height: auto !important;
  }
  
  .subpage.person {
    width: 100% !important;
    height: 160px !important;
  }
  
  .subpage.textimage {
    flex-direction: column-reverse !important;
  }


  .subpage.textimage > * {
    width: 100% !important;
  }
  
  .subpage.text, .subpage.textimage .text {
    padding: 20px !important;
  }
  
  
  section .main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  section .main > h1 { order: 1; }
  section .main > div.text { order: 2; }
  section .main > div.sidebar { order: 3; float: inherit; margin: 0px auto; margin-top: 40px; }
  section .main > a { order: 4; }
  
  footer .top .awards, footer .top .memberships {
    display: none;
  }
  
  footer div.top > div.newsletter {
    width: 70%;
  }
  
  footer div.top > div.contact {
    width: 30%;
  }
}

@media (max-width: 700px) {
  footer a.icon {
    margin: 0px !important;
    width: 50%;
    height: auto;
  }
  
  footer ul.nav-bar li {
    margin-right: 10px;
  }
  
  footer div.menu-footer-container {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }
}

@media (max-width: 500px) {
  body, html {
    font-size: 14px;
    line-height: 1.2;  
  }
  section div.mood div.wrap > h3, footer {
    font-size: 1em !important;
  }
  
  section div.subpage.textimage .text a {
    font-size: 0.8em;
  }
  
  footer div.top > div {
    width: 100% !important;
    text-align: center;
  }
  
  section .main > div.sidebar {
    width: 100% !important;
  }
  
  footer div.bottom {
    padding-top: 20px;
  }
}

@media (max-width: 400px) {
  header .nav-bar {
    width: calc(100% + 40px);
  }
  header .nav-bar li {
    margin-left: 30px;
  }
  
  header .nav-bar li:first-child {
    margin-top: 48px;
  }
}