@charset "UTF-8";
/*!
Theme Name: Wärmeverbund Unterägeri
Theme URI: http://underscores.me/
Author: Frühform
Author URI: https://www.fruehform.ch
Description: Design by Frühform für Wärmeverbund Unterägeri
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: waermeverbund
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Wärmeverbund Unterägeri is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * 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] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: Bryant, "Helvetica Neue", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

@media only screen and (max-width: 599px) {
  body,
button,
input,
select,
optgroup,
textarea {
    font-size: 1rem;
  }
}
.entry-content > p {
  text-align: justify;
}

p.red {
  color: #E7302A !important;
}

p.orange {
  color: #F39200 !important;
}

p.grey {
  color: #9D9D9C !important;
}

p.no-margin,
p.has-background {
  margin-bottom: 0;
}

.entry-content p a {
  color: #404040;
}
.entry-content p a:hover {
  color: #F39200;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: Bryant, sans-serif;
  font-weight: 700;
  color: #000;
}

h1 {
  margin-top: 0;
}

h2 {
  font-size: 1.8em;
  line-height: 1;
  margin-bottom: 0.7em;
}
h2::before {
  content: "---";
  display: block;
  font-size: 1.33em;
  line-height: 0.75;
  color: #F39200;
}
h2 img {
  height: 0.9em;
  width: auto;
  vertical-align: text-top;
  margin-top: -0.05em;
}

.has-background h2 {
  margin-top: 0;
}

h3 {
  font-size: 32px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}

h4.red {
  color: #E7302A !important;
}

h4.orange {
  color: #F39200 !important;
}

h4.grey {
  color: #9D9D9C !important;
}

p {
  margin-bottom: 1.25em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #9D9D9C;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.wp-block-cover {
  padding-top: 40px;
  padding-bottom: 105px;
}
.wp-block-cover h2 {
  margin-bottom: 28px;
}

.home .wp-block-cover,
.wp-block-cover.teaser-home {
  padding: 13px 25px;
  align-items: start;
  font-family: Bryant, sans-serif;
}
.home .wp-block-cover p,
.wp-block-cover.teaser-home p {
  font-size: 2rem;
  line-height: normal;
  font-weight: 700;
  color: #fff;
}
.home .wp-block-cover p::before,
.wp-block-cover.teaser-home p::before {
  content: "---";
  display: block;
  color: #F39200;
}
.home .wp-block-cover .wp-block-buttons a.wp-block-button__link,
.wp-block-cover.teaser-home .wp-block-buttons a.wp-block-button__link {
  font-size: 1.25rem;
}
.home .wp-block-cover .wp-block-buttons a.wp-block-button__link_ALT,
.wp-block-cover.teaser-home .wp-block-buttons a.wp-block-button__link_ALT {
  font-size: 1rem;
  font-weight: 700;
  background-color: #E7302A;
  padding: 11px 21px 9px 21px;
  border-radius: 7.5px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.home .wp-block-cover .wp-block-buttons a.wp-block-button__link_ALT:hover,
.wp-block-cover.teaser-home .wp-block-buttons a.wp-block-button__link_ALT:hover {
  text-decoration: none;
  color: #E7302A !important;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .home .wp-block-cover,
.wp-block-cover.teaser-home {
    min-height: 474px;
    padding-top: 135px !important;
  }
  .home .wp-block-cover p,
.wp-block-cover.teaser-home p {
    font-size: 2rem;
    margin-bottom: 0.75rem;
  }
  .home .wp-block-cover p::before,
.wp-block-cover.teaser-home p::before {
    line-height: 0.75;
  }
  .home .wp-block-cover a.wp-block-button__link,
.wp-block-cover.teaser-home a.wp-block-button__link {
    margin-left: 1em;
    display: block;
  }

  .wp-block-cover {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .home .wp-block-cover,
.wp-block-cover.teaser-home {
    padding-left: 20px;
    padding-top: 205px !important;
    padding-bottom: 0;
    min-height: 963px;
  }
  .home .wp-block-cover p,
.wp-block-cover.teaser-home p {
    font-size: 64px;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 20px;
  }
  .home .wp-block-cover p::before,
.wp-block-cover.teaser-home p::before {
    content: "---";
    font-size: 64px;
    display: block;
    color: #F39200;
  }
}
@media only screen and (min-width: 1180px) {
  .home .wp-block-cover,
.wp-block-cover.teaser-home {
    padding-left: 20px;
  }
}
@font-face {
  font-family: Bryant;
  src: url(fonts/Bryant/Bryant-Regular.otf) format("opentype");
}
@font-face {
  font-family: Bryant;
  font-weight: 700;
  src: url(fonts/Bryant/Bryant-Bold.otf) format("opentype");
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

header.site-header {
  background-color: rgba(0, 0, 0, 0.75);
  padding-top: 17px;
  position: absolute;
  width: 100%;
  z-index: 99;
}
header.site-header .header-container {
  max-width: 1340px;
  width: auto;
  margin: 0 auto;
  display: flex;
  padding: 0 15px;
  justify-content: space-between;
}
header.site-header .site-branding {
  padding-bottom: 17px;
}
header.site-header #header-nav {
  display: flex;
  align-items: flex-end;
}

@media only screen and (max-width: 599px) {
  header.site-header .header-container .site-branding {
    width: 186px;
    margin: 0 auto;
  }
  header.site-header .header-container #header-nav {
    position: absolute;
    bottom: 0;
    right: 15px;
    width: auto;
  }
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

.wp-block-columns img figure {
  margin: 1em 0;
}

figure.shift-top {
  margin-top: -140px;
  z-index: 1;
  position: relative;
  margin-bottom: 10px;
}
figure.shift-top img {
  width: calc(100% + 20px);
  max-width: initial;
  border-radius: 20px;
  border: solid 10px #fff;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0 !important;
}

.entry-content svg {
  padding-bottom: 20px;
}
.entry-content .wp-block-cb-carousel .slick-next {
  right: 34px;
}
.entry-content .wp-block-cb-carousel .slick-prev {
  left: 14px;
}
.entry-content .wp-block-cb-carousel .slick-next,
.entry-content .wp-block-cb-carousel .slick-prev {
  z-index: 1;
}
.entry-content .wp-block-cb-carousel .slick-next::before,
.entry-content .wp-block-cb-carousel .slick-prev::before {
  color: #9D9D9C;
  font-size: 40px;
}
.entry-content .wp-block-cb-carousel .wp-block-cb-slide {
  padding: 0;
}
.entry-content .wp-block-cb-carousel .wp-block-cb-slide img {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 599px) {
  figure.shift-top {
    margin-top: -100px;
    margin-bottom: 0;
  }
}
.entry-content .wp-block-image img {
  margin-bottom: 20px;
}

.entry-content .wp-block-columns .wp-block-image {
  margin-bottom: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

footer.site-footer {
  background-color: #9D9D9C;
  padding-top: 24px;
  padding-bottom: 12px;
  color: #fff;
  font-size: 1.125rem;
  position: relative;
}
footer.site-footer .wp-block-columns {
  margin-bottom: 0;
}
footer.site-footer .widget {
  margin-bottom: 1em;
}
footer.site-footer .widget:last-child {
  margin-bottom: 0;
}
footer.site-footer .widget ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 24px;
}
footer.site-footer .widget ul.menu li a {
  color: #fff;
}
footer.site-footer .widget ul.menu li a:hover {
  color: #fff;
  text-decoration: underline;
}
footer.site-footer .widget ul#menu-footer li:first-child a {
  font-weight: 700;
}
footer.site-footer p {
  line-height: 24px;
}
footer.site-footer p a {
  color: #fff;
}
footer.site-footer p a:hover {
  color: #fff;
}
footer.site-footer div#copyright p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  footer.site-footer div#copyright {
    position: absolute;
    bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  footer.site-footer #footer-sidebar .wp-block-columns {
    flex-direction: column-reverse;
    margin-bottom: 1em;
  }
}

.wpcf7-form {
  /*p {
  	display: grid;
  	grid-template-columns: repeat(10, 1fr);
  	gap: 20px;

  	&:last-child {
  		display: block !important;
  	}
  }*/
}
.wpcf7-form p {
  display: flex;
  gap: 20px;
}
.wpcf7-form p span:first-child {
  flex: 0 0 49%;
}
.wpcf7-form p:last-of-type {
  display: block;
}
.wpcf7-form .wpcf7-spinner {
  display: block;
  margin: 20px auto;
}
.wpcf7-form p {
  margin-bottom: 20px;
  /*
  span[data-name="Hausnummer"] {
  	grid-column: 6 / span 2;
  	flex: 0 0 165px;
  }
  span[data-name="PLZ"] {
  	grid-column: 1;
  	flex: 0 0 80px;
  }
  span[data-name="Ort"] {
  	grid-column: 2 / span 9;
  	flex: 1;
  }*/
}
.wpcf7-form p > span:first-child {
  grid-column: 1/span 5;
}
.wpcf7-form p > span:nth-child(2) {
  grid-column: 6/span 5;
}
.wpcf7-form p > span > input {
  width: 100% !important;
}
.wpcf7-form p span[data-name=Verwaltung],
.wpcf7-form p span[data-name=Adresse],
.wpcf7-form p span[data-name=PLZ-Ort] {
  flex: 1;
}
.wpcf7-form p span[data-name=Nachricht],
.wpcf7-form p span[data-name=Names],
.wpcf7-form p span[data-name=Datenschutz] {
  flex: 1;
}

@media only screen and (max-width: 767px) {
  .wpcf7-form p {
    flex-direction: column;
  }
}
/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #E7302A;
  border-radius: 10px;
  background: #E7302A;
  color: #fff;
  line-height: 1;
  padding: 0.7em 1.45em 0.5em 1.45em;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #E7302A;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #E7302A;
}

.wp-block-button__link {
  background-color: #E7302A;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1em;
  border-radius: 10px;
  padding: 0.7em 1.45em 0.5em 1.45em;
  text-decoration: none;
  line-height: 1;
  border: solid 1px #E7302A;
}
.wp-block-button__link:visited {
  color: #fff;
}
.wp-block-button__link:hover {
  color: #E7302A;
  background-color: #fff;
  border: solid 1px #E7302A;
}

.wp-block-cover a.wp-block-button__link:hover {
  border-color: #fff;
}

input.wpcf7-submit {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #F39200;
  border: solid 1px #F39200;
  color: #fff;
}
input.wpcf7-submit:hover {
  border: solid 1px #F39200;
  color: #F39200;
  background-color: #fff;
}

@media only screen and (max-width: 599px) {
  a.wp-block-button__link {
    padding: 0.7em 1.3em 0.5em 1.3em;
  }
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #000;
  border: 1px solid #9D9D9C;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}
input[type=text]::placeholder, input[type=text]::-ms-input-placeholder,
input[type=email]::placeholder,
input[type=email]::-ms-input-placeholder,
input[type=url]::placeholder,
input[type=url]::-ms-input-placeholder,
input[type=password]::placeholder,
input[type=password]::-ms-input-placeholder,
input[type=search]::placeholder,
input[type=search]::-ms-input-placeholder,
input[type=number]::placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=range]::placeholder,
input[type=range]::-ms-input-placeholder,
input[type=date]::placeholder,
input[type=date]::-ms-input-placeholder,
input[type=month]::placeholder,
input[type=month]::-ms-input-placeholder,
input[type=week]::placeholder,
input[type=week]::-ms-input-placeholder,
input[type=time]::placeholder,
input[type=time]::-ms-input-placeholder,
input[type=datetime]::placeholder,
input[type=datetime]::-ms-input-placeholder,
input[type=datetime-local]::placeholder,
input[type=datetime-local]::-ms-input-placeholder,
input[type=color]::placeholder,
input[type=color]::-ms-input-placeholder,
textarea::placeholder,
textarea::-ms-input-placeholder {
  color: #9D9D9C;
  opacity: 1;
  /* Firefox */
}

input {
  padding-top: 12px;
  padding-bottom: 8px;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-top: 3px;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label {
  display: inline-block;
  width: 80vw;
  max-width: 93%;
}

select {
  border: 1px solid #9D9D9C;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

textarea {
  width: 100%;
  padding: 20px;
  min-height: 390px;
  margin-bottom: 5px;
}

input#contact-name {
  width: 100%;
}

/*
@media only screen and (min-width: 600px) {
	input#contact-email,
	input#contact-phone {
		width: 49%;
		float: left;
		margin-bottom: 20px;
	}
	input#contact-email {
		margin-right: 2%;
	}

	span#privacy {
		.wpcf7-list-item {
			margin: 0;
		}
	}
}
*/
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-main-xl {
  max-width: 1440px;
  margin: 0 auto;
}
.site-main-xl .entry-content {
  margin: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: auto;
  margin-left: auto;
}
.main-navigation ul.menu {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul.menu ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.75);
  list-style: none;
  margin-left: 0;
  padding: 9px 14px;
  white-space: nowrap;
}
.main-navigation ul.menu ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul.menu ul li:hover > ul, .main-navigation ul.menu ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul.menu ul a {
  width: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
.main-navigation ul.menu > li {
  margin-left: 12px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 17px;
}
.main-navigation ul.menu li:hover > ul,
.main-navigation ul.menu li.focus > ul {
  left: 0;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
}
.main-navigation a:hover {
  color: #F39200;
}
.main-navigation ul.menu > li:first-child {
  display: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
  background-color: transparent;
  padding: 0;
  border: none;
  margin-bottom: 33px;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul.menu {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

@media only screen and (max-width: 599px) {
  .main-navigation {
    top: 33px;
  }
  .main-navigation.toggled ul {
    display: flex;
    flex-direction: column;
  }
  .main-navigation ul.menu {
    position: absolute;
    width: 100vw;
    right: -15px;
    background-color: #fff;
    padding: 25px;
  }
  .main-navigation ul.menu ul.sub-menu {
    position: relative;
    background-color: transparent;
    height: 0;
    transition: height 2s;
    font-weight: 400;
    box-shadow: none;
  }
  .main-navigation ul.menu ul.sub-menu::after {
    content: "---";
    color: #F39200;
  }
  .main-navigation ul.menu ul.sub-menu a {
    font-weight: 400;
  }
  .main-navigation ul.menu li {
    padding: 0;
  }
  .main-navigation ul.menu li:hover > ul, .main-navigation ul.menu li.focus > ul, .main-navigation ul.menu li.current-page-parent ul {
    height: auto;
    left: 0;
  }
  .main-navigation ul.menu li.current_page_item a {
    font-weight: 700;
  }
  .main-navigation a {
    color: #000;
    line-height: 30px;
    font-weight: 400;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
.default-max-width {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 920px) {
  .container-medium {
    width: 900px;
  }
}
.entry-header {
  width: 100%;
  margin: 0 auto;
  display: flex;
  height: 62vh;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  overflow: hidden;
}
.entry-header .thumbnail-overlay {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  height: 62vh;
  z-index: 1;
}
.entry-header .post-thumbnail {
  width: 100%;
  max-width: 100%;
}
.entry-header .post-thumbnail img {
  width: 100%;
}
.entry-header .entry-title {
  position: absolute;
  top: 25%;
  left: 50%;
  margin-left: -570px;
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  z-index: 2;
}
.entry-header .entry-title::before {
  content: "---";
  font-size: 64px;
  display: block;
  color: #F39200;
  line-height: 0.75;
}

.home .entry-header {
  display: none;
}

.entry-content .wp-block-columns img {
  margin-bottom: 25px;
}
.entry-content .wp-block-columns {
  margin-bottom: 0;
}
.entry-content h2 {
  margin-top: 0;
}

section.light-grey,
div.light-grey {
  padding-top: 30px;
  background-color: #9d9d9c33;
  padding-bottom: 105px;
  padding-left: 20px;
  padding-right: 20px;
}

section.light-grey:first-child,
div.light-grey:first-child {
  padding-bottom: 30px;
}

section.light-grey-image,
div.light-grey-image {
  background-color: #9d9d9c33;
  background-image: url(assets/images/background-circle.svg);
  background-position: left -9vw bottom 30px;
  background-repeat: no-repeat;
  background-size: 30vw;
  padding: 20px 20px 115px 20px;
}

.light-grey-header {
  padding-top: 10px;
}
.light-grey-header .wp-block-image {
  margin-bottom: 26px;
}

.box-orange {
  background-color: #F39200;
  width: 100%;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  padding: 23px 18px 15px 18px;
}

.box-grey {
  background-color: #9d9d9c33;
  padding: 12px 14px 8px 14px;
  border-radius: 10px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 20px;
}
.box-grey p {
  display: inline-block;
  font-size: 700;
  margin-bottom: 20px;
}

.wp-block-group {
  padding-top: 40px;
  padding-bottom: 105px;
}
.wp-block-group .wp-block-group {
  padding-top: 0;
  padding-bottom: 35px;
}

.wp-block-group.has-background {
  padding: 20px 20px 100px 20px;
}

.wp-block-columns.nogap {
  gap: 0 !important;
}

.wp-block-columns.rounded {
  border-radius: 10px !important;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .entry-header {
    height: auto;
    position: relative;
  }
  .entry-header .entry-title {
    left: 15px;
    margin-left: 0;
    top: 45%;
    font-size: 2em;
  }
  .entry-header .entry-title::before {
    font-size: 32px;
  }
  .entry-header .post-thumbnail {
    overflow: hidden;
    height: auto;
  }
  .entry-header .post-thumbnail img {
    width: 120%;
    max-width: 120%;
    left: -10%;
    position: relative;
  }
  .entry-header .thumbnail-overlay {
    height: 100%;
  }

  .entry-content .icon-svg img {
    width: 63px;
  }
  .entry-content .icon-svg .is-resized img {
    width: 63px !important;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content .wp-block-columns {
    gap: 0;
  }
  .entry-content .wp-block-columns img {
    margin-bottom: 15px;
  }

  section.light-grey-image,
div.light-grey-image {
    background-position: left -30vw center;
    background-repeat: no-repeat;
    background-size: 100vw;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .wp-block-group,
div.light-grey {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .wp-block-group.has-background,
div.light-grey.has-background {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .wp-block-group .wp-block-group,
div.light-grey .wp-block-group {
    padding-bottom: 0;
  }

  .box-orange {
    font-size: 1.25rem;
    line-height: 1;
    text-align: left;
    padding: 11px 17px 8px 17px;
  }
}
@media only screen and (max-height: 1080px) {
  .entry-header {
    height: auto;
    position: relative;
  }
  .entry-header .thumbnail-overlay {
    height: 100%;
  }
  .entry-header .entry-title {
    top: 45%;
  }
}
@media only screen and (max-width: 1180px) {
  .entry-header .entry-title {
    margin-left: auto;
    left: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  section.light-grey-image,
div.light-grey-image {
    background-size: 480px;
  }
}
.entry-content .alignwide {
  margin-left: -80px;
  margin-right: -80px;
}

.entry-content .alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */
