@charset "UTF-8";
/*
0 - 600px:      Phone
601 - 767px:    Phone landscape
768 - 960px:    Tablet portrait
961 - 1200px:   Tablet landscape
1201 - 1512px:  Laptop
[1513 - 1920px] is where our normal styles apply
1921px + :      Big Desktop

$breakpoint argument choices:
- phone-port
- phone-land
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type=submit]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #221D23;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  height: auto;
  padding: 1.5rem 2.3rem 1.4rem;
  text-decoration: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Display outline on focus */
:focus {
  /* optional fallback style */
  outline: 3px solid currentColor;
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 2px;
}

/* HTML5 Reset
---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* stylelint-enable */
*,
*::after,
*::before,
ol,
ul {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}
@media (max-width: 60em) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}
@media (min-width: 120.0625em) {
  html {
    font-size: 75%;
  }
}

body {
  box-sizing: border-box;
  background-color: #fff;
  margin: 0;
  overflow-x: hidden;
}

a:focus {
  transition: all 0.2s ease-in;
}
a:hover {
  transition: all 0.2s ease-in;
}

p {
  margin: 0 0 2rem;
  padding: 0;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  color: #eee;
  margin: 1.65rem auto;
}

embed,
iframe,
object,
video,
.wp-caption {
  max-width: 100%;
}

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

/* Site Container
--------------------------------------------- */
.site-container {
  word-wrap: break-word;
  position: relative;
}

/* Site Inner
--------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 0;
}

/* WordPress
--------------------------------------------- */
.alignnone {
  margin-bottom: 1.5rem;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

.aligncenter {
  display: block;
  margin: 0 auto 3rem;
}

a.alignnone {
  display: inline-block;
  max-width: 100%;
}

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignleft,
a.alignright {
  max-width: 100%;
}

img.centered,
.singular-image {
  display: block;
  margin: 0 auto 3rem;
}

img.alignnone {
  margin-bottom: 1.5rem;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 2rem 2rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 2rem 2rem;
}

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}
.entry-content .wp-audio-shortcode {
  margin: 0 0 3rem;
}
.entry-content .wp-playlist {
  margin: 0 0 3rem;
}
.entry-content .wp-video {
  margin: 0 0 3rem;
}

@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .content,
  .content-sidebar {
    width: 100%;
  }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }
  .title-area {
    text-align: center;
    width: 100%;
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    padding-top: 0;
    position: relative;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }
  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #221D23;
}

a {
  color: #026666;
  text-decoration: none;
}
a:focus {
  color: #221D23;
  text-decoration: underline;
}
a:hover {
  color: #221D23;
  text-decoration: underline;
}

ul li {
  list-style-type: none;
}

b,
strong {
  font-weight: 900;
}

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

blockquote {
  font-style: normal;
  font-family: "Bellota Text";
  font-weight: 600;
  font-size: 2.2rem;
  display: block;
  position: relative;
  text-align: center;
}
blockquote::before, blockquote::after {
  font-family: "Onest";
  font-size: 4em;
  font-weight: 900;
  color: #fff;
  position: absolute;
  z-index: 1000;
}
blockquote::before {
  content: "„";
  left: -2rem;
  top: -3rem;
}
@media (max-width: 75em) {
  blockquote::before {
    left: -3rem;
    top: -3rem;
  }
}
@media (max-width: 60em) {
  blockquote::before {
    left: -5rem;
  }
}
@media (max-width: 47.9375em) {
  blockquote::before {
    left: -1rem;
    top: -4rem;
  }
}
@media (max-width: 37.5em) {
  blockquote::before {
    left: -3rem;
  }
}
@media (max-width: 28.125em) {
  blockquote::before {
    top: 0rem;
  }
}
@media (min-width: 120.0625em) {
  blockquote::before {
    left: 0rem;
    top: -4rem;
  }
}
blockquote::after {
  content: "“";
  top: -5rem;
  right: -6rem;
}
@media (max-width: 47.9375em) {
  blockquote::after {
    right: -1rem;
    top: -6rem;
  }
}
@media (max-width: 37.5em) {
  blockquote::after {
    right: -4rem;
    top: -5rem;
  }
}
@media (max-width: 28.125em) {
  blockquote::after {
    right: -3rem;
    top: -6rem;
  }
}
@media (min-width: 120.0625em) {
  blockquote::after {
    top: -5rem;
    right: 0rem;
  }
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bellota Text", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 2rem;
}

h1 {
  color: #221D23;
  font-size: 2.2rem;
  font-family: "Bellota Text";
  line-height: 1.2;
}
@media (max-width: 94.5em) {
  h1 {
    font-size: 2.3rem;
  }
}
@media (max-width: 28.125em) {
  h1 {
    font-size: 1.9rem;
  }
}
h1 span.highlight {
  font-family: "Bellota Text";
  font-weight: 700;
  font-size: 2.4em;
  display: block;
  position: relative;
}
@media (max-width: 94.5em) {
  h1 span.highlight {
    font-size: 2em;
  }
}
@media (max-width: 60em) {
  h1 span.highlight {
    font-size: 1.6em;
  }
}
@media (min-width: 120.0625em) {
  h1 span.highlight {
    font-size: 2.2em;
  }
}
h1 span.highlight::before, h1 span.highlight::after {
  font-family: "Onest";
  font-size: 2.5em;
  font-weight: 900;
  color: #026666;
  position: absolute;
  z-index: 1000;
}
@media (min-width: 120.0625em) {
  h1 span.highlight::before, h1 span.highlight::after {
    font-size: 3em;
  }
}
h1 span.highlight::before {
  content: "„";
  top: -8rem;
  left: -5rem;
}
@media (max-width: 94.5em) {
  h1 span.highlight::before {
    left: -5rem;
    top: -4rem;
  }
}
@media (min-width: 120.0625em) {
  h1 span.highlight::before {
    left: -5rem;
  }
}
@media (max-width: 60em) {
  h1 span.highlight::before {
    left: -2rem;
    top: -5rem;
  }
}
@media (max-width: 60em) {
  h1 span.highlight::before {
    left: -5rem;
    top: -4rem;
  }
}
@media (max-width: 28.125em) {
  h1 span.highlight::before {
    left: -4rem;
    top: -2rem;
  }
}
h1 span.highlight::after {
  content: "“";
  top: -6rem;
  right: -4rem;
}
@media (max-width: 94.5em) {
  h1 span.highlight::after {
    right: -4rem;
  }
}
@media (min-width: 120.0625em) {
  h1 span.highlight::after {
    right: -4rem;
  }
}
@media (max-width: 60em) {
  h1 span.highlight::after {
    right: -3rem;
    top: -4rem;
  }
}
h1 span.lowerPart {
  width: 75%;
  display: inline-block;
}
@media (max-width: 94.5em) {
  h1 span.lowerPart {
    width: 90%;
  }
}
@media (max-width: 60em) {
  h1 span.lowerPart {
    width: 100%;
  }
}

body:not(.home) h1 {
  font-size: 3.5rem;
}

.entry-content h3,
.entry-content h4 {
  font-weight: 700;
  font-family: "Bellota Text";
}

.entry-content h4 {
  margin-top: 4rem;
}

/* Titles
--------------------------------------------- */
.title-area .site-title a {
  color: #026666;
  font-family: "Bellota Text";
}

.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-family: "Bellota Text";
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.entry-title {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.entry-title a {
  color: #221D23;
  text-decoration: none;
}
.entry-title a:focus {
  color: #E58C8A;
}
.entry-title a:hover {
  color: #E58C8A;
}

.sidebar .widget-title a {
  color: #221D23;
  text-decoration: none;
}

.widget-title {
  font-size: 1.8rem;
  font-family: "Bellota Text";
  font-weight: 700;
  margin-bottom: 1rem;
}

.genesis-title-hidden .site-inner {
  padding-top: 0;
}

li {
  margin-bottom: 1rem;
}
li::marker {
  color: #E58C8A;
}

button {
  background-color: #fff;
  border: 1px solid #eee;
  color: #221D23;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 1.5rem;
  width: 100%;
  display: inline-block;
  transition: all 0.2s ease-in;
}
button:focus {
  background-color: #E58C8A;
  border-width: 0;
  color: #fff;
}
button:hover {
  background-color: #E58C8A;
  border-width: 0;
  color: #fff;
}
button:disabled, button:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

.button {
  background-color: #fff;
  border: 1px solid #eee;
  color: #221D23;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 1.5rem;
  width: 100%;
  transition: all 0.2s ease-in;
}
.button:focus {
  background-color: #E58C8A;
  border-width: 0;
  color: #fff;
}
.button:hover {
  background-color: #E58C8A;
  border-width: 0;
  color: #fff;
}
.button:disabled, .button:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

input {
  background-color: #fff;
  border: 1px solid #eee;
  color: #221D23;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 1.5rem;
  width: 100%;
}
input:focus {
  border: 1px solid #E58C8A;
  outline: none;
  transition: all 0.2s ease-in;
}
input[type=button] {
  background-color: #E58C8A;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 900;
  padding: 1.5rem 3rem;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
  transition: all 0.2s ease-in;
}
input[type=button]:focus {
  background-color: #E58C8A;
  border-width: 0;
  color: #fff;
}
input[type=button]:hover {
  background-color: #E58C8A;
  border-width: 0;
  color: #fff;
}
input[type=button]:disabled, input[type=button]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}
input[type=reset] {
  background-color: #E58C8A;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 900;
  padding: 1.5rem 3rem;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
  transition: all 0.2s ease-in;
}
input[type=reset]:focus {
  background-color: #E58C8A;
  border-width: 0;
  color: #fff;
}
input[type=reset]:hover {
  background-color: #E58C8A;
  border-width: 0;
  color: #fff;
}
input[type=reset]:disabled, input[type=reset]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}
input[type=submit] {
  background-color: #E58C8A;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 900;
  padding: 1.5rem 3rem;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
  transition: all 0.2s ease-in;
}
input[type=submit]:focus {
  background-color: #E58C8A;
  border-width: 0;
  color: #fff;
}
input[type=submit]:hover {
  background-color: #E58C8A;
  border-width: 0;
  color: #fff;
}
input[type=submit]:disabled, input[type=submit]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}
input[type=checkbox] {
  width: auto;
}
input[type=image] {
  width: auto;
}
input[type=radio] {
  width: auto;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button {
  display: none;
}

textarea {
  background-color: #fff;
  border: 1px solid #eee;
  color: #221D23;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 1.5rem;
  width: 100%;
}
textarea:focus {
  border: 1px solid #E58C8A;
  outline: none;
  transition: all 0.2s ease-in;
}

select {
  background-color: #fff;
  border: 1px solid #eee;
  color: #221D23;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 1.5rem;
  width: 100%;
}

:-ms-input-placeholder {
  color: #221D23;
  opacity: 1;
}

::placeholder {
  color: #221D23;
  opacity: 1;
}

.nav-secondary {
  margin-top: 1rem;
}
.nav-secondary a {
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0;
}
.nav-secondary .genesis-nav-menu {
  line-height: 1.5;
}
.nav-secondary .menu-item {
  display: inline-block;
}

.footer-widgets nav ul:not(.children) {
  column-count: 3;
}
@media (max-width: 37.5em) {
  .footer-widgets nav ul:not(.children) {
    column-count: 2;
  }
}
@media (max-width: 28.125em) {
  .footer-widgets nav ul:not(.children) {
    column-count: 1;
  }
}
.footer-widgets nav li {
  margin-bottom: 1.5rem;
}
.footer-widgets nav li a {
  font-size: 1.5rem;
}

.site-header .nav-primary {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 60em) {
  .site-header .nav-primary {
    clear: left;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    width: 100%;
    border-top: 1px solid #eee;
  }
}
.site-header .nav-primary .wrap {
  max-width: none;
  display: block;
  margin: 0;
}

.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
}
.genesis-nav-menu .menu-item {
  display: inline-block;
  float: none;
  position: relative;
  padding: 0 1.2rem;
}
@media (max-width: 60em) {
  .genesis-nav-menu .menu-item {
    display: block;
    max-width: 100%;
    text-align: center;
    padding: 1rem 1.2rem;
  }
}
.genesis-nav-menu .menu-item:focus {
  position: relative;
}
.genesis-nav-menu .menu-item:hover {
  position: relative;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1;
}
.genesis-nav-menu .menu-item:last-child a {
  padding-right: 0;
}
.genesis-nav-menu .menu-item.menu-item-has-children {
  padding-right: 0;
}
.genesis-nav-menu .menu-item.menu-item-has-children button {
  position: relative;
}
@media (max-width: 60em) {
  .genesis-nav-menu .menu-item.menu-item-has-children button {
    position: absolute;
  }
}
.genesis-nav-menu .menu-item a {
  color: #026666;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  outline-offset: -1px;
  outline-offset: 6px;
  text-decoration: none;
}
@media (max-width: 60em) {
  .genesis-nav-menu .menu-item a {
    font-size: 1.8rem;
  }
}
.genesis-nav-menu .menu-item a:focus {
  text-decoration: none;
  outline: auto;
}
.genesis-nav-menu .menu-item a:hover {
  color: #E58C8A;
  text-decoration: underline;
}
.genesis-nav-menu .current-menu-item > a {
  color: #026666;
  text-decoration: none;
}
.genesis-nav-menu .current-menu-item:hover a {
  text-decoration: underline;
  color: #E58C8A;
}
.genesis-nav-menu .sub-menu {
  background-color: #fff;
  width: 18rem;
  opacity: 0;
  padding-left: 0;
  position: absolute;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
  transition: opacity 0.4s ease-in-out;
}
@media (max-width: 60em) {
  .genesis-nav-menu .sub-menu {
    width: 100%;
    clear: both;
    display: none;
    left: -9999px;
    margin: 0;
    opacity: 1;
    position: static;
    z-index: 99;
    border-top: 1px solid #E58C8A;
  }
}
.genesis-nav-menu .sub-menu li {
  width: 100%;
  text-align: left;
  padding: 0;
}
@media (max-width: 60em) {
  .genesis-nav-menu .sub-menu li {
    text-align: center;
    left: 0;
  }
}
.genesis-nav-menu .sub-menu a {
  border-bottom: 1px solid #eee;
  border-top: 0;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  margin: 0;
}
@media (max-width: 60em) {
  .genesis-nav-menu .sub-menu a {
    width: 100%;
    position: relative;
    word-wrap: break-word;
    background-color: transparent;
  }
}
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-page-parent > a {
  color: #E58C8A;
  text-decoration: none;
}
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-page-parent > a:focus {
  color: #E58C8A;
  text-decoration: none;
}
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-page-parent > a:hover {
  color: #E58C8A;
  text-decoration: none;
}
.genesis-nav-menu > .menu-bold > a {
  font-weight: 900;
}
.genesis-nav-menu > .menu-highlight > a {
  background-color: #026666;
  border-radius: 3px;
  color: #fff;
  font-weight: 900;
  margin-left: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.genesis-nav-menu > .menu-highlight > a:focus {
  background-color: #221D23;
}
.genesis-nav-menu > .menu-highlight > a:hover {
  background-color: #221D23;
}

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item > a:focus + ul.sub-menu {
  left: auto;
  opacity: 1;
}
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

@media (max-width: 60em) {
  .js .nav-primary {
    display: none;
    position: relative;
  }
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: none;
}

.site-header button.menu-toggle {
  border: none;
  padding: 0;
  width: auto;
  line-height: 1.2;
  display: none;
}
@media (max-width: 60em) {
  .site-header button.menu-toggle {
    background-color: transparent;
    overflow: hidden;
    text-align: center;
    visibility: visible;
    line-height: 2rem;
    margin-bottom: 1.4rem;
    margin-top: 2.1rem;
    margin-left: 6rem;
    padding: 1.1rem 0.5rem 1rem 0.8rem;
    position: relative;
    z-index: 1000;
    display: inline-block;
    width: 15rem;
  }
}
@media (max-width: 37.5em) {
  .site-header button.menu-toggle {
    width: 12rem;
    padding-left: 0.5rem;
    margin-top: 1rem;
  }
}
.site-header button.menu-toggle:focus {
  background-color: transparent;
  border-width: 0;
  color: #E58C8A;
}
.site-header button.menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #E58C8A;
}
.site-header button.menu-toggle.activated {
  color: #026666;
}
.site-header button.menu-toggle.activated::before {
  content: "\f335";
  color: #026666;
}

.menu button.sub-menu-toggle {
  border: none;
  padding: 0;
  width: auto;
  line-height: 1.2;
}
@media (max-width: 60em) {
  .menu button.sub-menu-toggle {
    background-color: transparent;
    border-width: 0;
    border: none;
    color: #221D23;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
    float: right;
    padding: 0.9rem 1rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    width: 6rem;
  }
}
.menu button.sub-menu-toggle:focus {
  background-color: transparent;
  border-width: 0;
  color: #E58C8A;
}
.menu button.sub-menu-toggle:hover {
  background-color: #fff;
  border-width: 0;
  color: #E58C8A;
}
.menu button.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out;
}
.menu button.sub-menu-toggle.activated::before {
  transform: rotate(180deg);
}

.site-header .dashicons-before::before {
  transition: none;
}
.site-header .menu-toggle::before {
  float: left;
  margin-right: 0;
  position: relative;
  text-rendering: auto;
  margin-left: 1.5rem;
}
@media (max-width: 37.5em) {
  .site-header .menu-toggle::before {
    margin-left: 1rem;
  }
}

.search-form {
  overflow: hidden;
}
.search-form input[type=submit] {
  margin-top: 1rem;
}

.entry-content .search-form {
  margin-bottom: 4rem;
  width: 50%;
}

.post-password-form input[type=submit] {
  margin-top: 1rem;
}

.widget_search input[type=submit] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sidebar {
  font-size: 1.6rem;
  line-height: 1.5;
  float: right;
  width: 30%;
}
@media (max-width: 60em) {
  .sidebar {
    float: none;
    width: 100%;
  }
}
.sidebar p {
  margin-bottom: 2rem;
}
.sidebar .widget {
  margin-bottom: 4rem;
}

.sidebar-content .sidebar {
  float: left;
}
@media (max-width: 60em) {
  .sidebar-content .sidebar {
    float: none;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 4rem;
  width: 100%;
  word-break: break-all;
}
@media (max-width: 37.5em) {
  table {
    table-layout: auto;
    word-break: normal;
  }
}
table tbody {
  border-bottom: 1px solid #eee;
}
table td {
  padding: 0.5rem;
  line-height: 2;
  text-align: left;
  vertical-align: top;
}
table th {
  font-weight: 600;
  padding: 0.5rem;
  line-height: 2;
  text-align: left;
  vertical-align: top;
}
table tr {
  border-top: 1px solid #eee;
}

#kundenFeedback .ekit-wid-con .elementskit-testimonial-slider .elementskit-single-testimonial-slider {
  background-color: #E1F0F0;
  border-bottom: none;
  box-shadow: none;
}
#kundenFeedback .ekit-wid-con .elementskit-testimonial-slider .elementskit-client_logo {
  display: none;
}

.widget {
  margin-bottom: 4rem;
}
.widget p:last-child {
  margin-bottom: 0;
}
.widget ul > li {
  margin-bottom: 1rem;
}
.widget ul > li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 2rem;
  text-indent: -2rem;
}
.widget li li {
  border: 0;
  margin: 0 0 0 3rem;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}
.widget_calendar td {
  text-align: center;
}
.widget_calendar th {
  text-align: center;
}

.entry {
  margin-bottom: 4rem;
}

.entry-content ol {
  margin-bottom: 3rem;
  padding-left: 4rem;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ol ol {
  margin-bottom: 0;
}
.entry-content ol ul > li {
  list-style-type: circle;
}
.entry-content ul {
  margin-bottom: 3rem;
  padding-left: 4rem;
}
.entry-content ul > li {
  list-style-type: disc;
}
.entry-content ul ul {
  margin-bottom: 0;
}
.entry-content ul ul > li {
  list-style-type: circle;
}
.entry-content code {
  background-color: #eee;
}
.entry-content .sticky {
  background-color: #eee;
  padding: 3rem;
}

/* Float Clearing for WordPress
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
  background-color: #fff;
  border-top: 1px solid #eee;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 0rem;
  text-align: center;
}
.site-footer p {
  margin-bottom: 0;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #E1F0F0;
  clear: both;
  padding: 3rem 0 1.5rem;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 47.9375em) {
  .footer-widgets {
    padding-bottom: 3rem;
  }
}
.footer-widgets .wrap {
  max-width: 114rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 75em) {
  .footer-widgets .wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 60em) {
  .footer-widgets .wrap {
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
}
@media (max-width: 47.9375em) {
  .footer-widgets .wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 120.0625em) {
  .footer-widgets .wrap {
    max-width: 1360px;
  }
}

.footer-widget-area {
  margin-bottom: 4rem;
  width: 100%;
}
@media (max-width: 60em) {
  .footer-widget-area {
    margin-bottom: 3rem;
    padding: 0;
    width: 100%;
  }
}
.footer-widget-area:last-child {
  margin-bottom: 0;
}
.footer-widget-area .widget {
  margin-bottom: 1rem;
  color: #026666;
  font-size: 1.3rem;
}
@media (max-width: 60em) {
  .footer-widget-area .widget {
    margin-bottom: 1.5rem;
  }
}
.footer-widget-area .widget li:not(.page_item) {
  display: inline-block;
  height: 3.2rem;
}
.footer-widget-area .widget li:not(.page_item):not(:last-of-type) {
  margin-right: 1.6rem;
}
.footer-widget-area .widget:last-child {
  margin-bottom: 0;
}

.footer-widgets-1 {
  width: 50%;
}
@media (max-width: 47.9375em) {
  .footer-widgets-1 {
    width: 100%;
    margin-bottom: 7rem;
  }
}

.footer-widgets-2 {
  width: 50%;
}
@media (max-width: 47.9375em) {
  .footer-widgets-2 {
    width: 100%;
  }
}
.footer-widgets-2 .widget h3, .footer-widgets-2 .widget p {
  display: inline-block;
}
.footer-widgets-2 .widget h3 {
  margin-top: 5rem;
  margin-right: 1.8rem;
}
.footer-widgets-2 .widget img {
  margin-top: -5rem;
}

.after-entry {
  margin-bottom: 4rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
  padding: 4rem 6rem;
}
@media (max-width: 60em) {
  .after-entry {
    padding: 2rem 3rem;
  }
}
.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.archive-description,
.author-box {
  margin-bottom: 4rem;
}

.author-box {
  background-color: #eee;
  padding: 3rem;
}

.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 1.6rem;
  margin-bottom: 4rem;
  padding-bottom: 1rem;
}

.genesis-title-hidden .breadcrumb {
  margin-top: 4rem;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Entry Misc.
--------------------------------------------- */
.after-entry,
.archive-description,
.author-box,
.comment-respond,
.entry,
.entry-comments,
.entry-pings {
  margin-bottom: 6rem;
}
@media (max-width: 60em) {
  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 2rem;
  }
}

.site-header {
  background-color: #fff;
  padding: 2rem 3rem;
  position: relative;
  z-index: 9999;
  border-top: 1.5rem solid #E1F0F0;
  margin-top: -1rem;
}
@media (max-width: 60em) {
  .site-header {
    padding: 0 1.5rem 0;
  }
}
.site-header .admin-bar .site-header {
  top: 3.2rem;
}
@media (max-width: 60em) {
  .site-header .admin-bar .site-header {
    top: 0;
  }
}
.site-header .wrap {
  max-width: 114rem;
  margin: 0 auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 60em) {
  .site-header .wrap {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 120.0625em) {
  .site-header .wrap {
    max-width: 1360px;
  }
}

/* Title Area
--------------------------------------------- */
.wp-custom-logo .title-area {
  max-width: 35rem;
  width: 100%;
}
@media (max-width: 75em) {
  .wp-custom-logo .title-area {
    max-width: 30rem;
  }
}
@media (max-width: 60em) {
  .wp-custom-logo .title-area {
    padding-bottom: 1.4rem;
  }
}
@media (max-width: 37.5em) {
  .wp-custom-logo .title-area {
    max-width: 23rem;
    padding-top: 1rem;
  }
}
.wp-custom-logo .title-area img {
  width: auto;
  height: auto;
}
@media (max-width: 75em) {
  .wp-custom-logo .title-area img {
    height: auto;
  }
}
.wp-custom-logo .custom-logo-link {
  display: block;
}
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.site-title {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
}
.site-title a {
  color: #221D23;
  text-decoration: none;
}
.site-title a:focus {
  color: #221D23;
  text-decoration: none;
}
.site-title a:hover {
  color: #221D23;
  text-decoration: none;
}

.site-description {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Content
--------------------------------------------- */
.content {
  float: left;
  width: 100%;
}
@media (max-width: 60em) {
  .content {
    float: none;
  }
}

.sidebar-content .content {
  float: right;
}
@media (max-width: 60em) {
  .sidebar-content .content {
    float: none;
  }
}

.full-width-content .content {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/* Fullwidth-Element Start ist ab Bildschirmgröße big_desktop nicht mehr Fullwidth */
@media (min-width: 120.0625em) {
  #start.elementor-element.e-con-full.e-flex.e-con {
    max-width: 114rem;
    margin: 0 auto;
  }
}

.elementor-widget-image[class*=border]::after {
  content: "";
  display: block;
  position: absolute;
}

.borderBottomRight::after {
  height: 94%;
  width: 100%;
  margin-top: 4%;
  border-right: 8rem solid #E58C8A;
  border-bottom: 5rem solid #E58C8A;
  bottom: -5rem;
  right: -8rem;
}
@media (max-width: 60em) {
  .borderBottomRight::after {
    border-right: 2rem solid #E58C8A;
    right: -2rem;
  }
}

.borderBottom::after {
  height: 33%;
  width: 100%;
  margin-top: 4%;
  border-right: 10rem solid #E58C8A;
  border-bottom: 5rem solid #E58C8A;
  bottom: -5rem;
  right: -10rem;
}
@media (max-width: 60em) {
  .borderBottom::after {
    height: 49%;
    width: 100%;
    margin-top: 4%;
    border-right: 3rem solid #E58C8A;
    border-bottom: 5rem solid #E58C8A;
    bottom: -5rem;
    right: -3rem;
  }
}
@media (max-width: 47.9375em) {
  .borderBottom::after {
    width: 110%;
    border-right: 6rem solid #E58C8A;
    right: -6rem;
  }
}
@media (max-width: 37.5em) {
  .borderBottom::after {
    height: 50%;
  }
}
@media (max-width: 28.125em) {
  .borderBottom::after {
    border-right: 3rem solid #E58C8A;
    border-bottom: 2rem solid #E58C8A;
    bottom: -2rem;
    right: -3rem;
  }
}

.borderBottomLeft::after {
  height: 40%;
  width: 100%;
  margin-top: 4%;
  border-left: 12rem solid #E58C8A;
  border-bottom: 3rem solid #E58C8A;
  bottom: -3rem;
  left: -12rem;
  z-index: -1;
}
@media (max-width: 60em) {
  .borderBottomLeft::after {
    height: 55%;
    left: -6rem;
  }
}

.borderLeft::after {
  height: 80%;
  width: 100%;
  margin-top: 4%;
  border-left: 12rem solid #E58C8A;
  left: -12rem;
  bottom: 2rem;
}

#start #h1-container {
  margin-left: 20rem;
}
@media (min-width: 120.0625em) {
  #start #h1-container {
    margin-left: 10rem;
  }
}
@media (max-width: 94.5em) {
  #start #h1-container {
    margin-left: 10rem;
  }
}
@media (max-width: 47.9375em) {
  #start #h1-container {
    margin-left: 1rem;
    margin-right: 5rem;
  }
}
@media (max-width: 28.125em) {
  #start #h1-container {
    margin-left: 1rem;
    margin-right: 0rem;
  }
}
#start .farbflaeche {
  height: 80rem;
  left: 50%;
  top: -150%;
  overflow-x: hidden;
}
@media (min-width: 120.0625em) {
  #start .farbflaeche {
    height: 60rem;
    top: -70%;
  }
}
@media (max-width: 47.9375em) {
  #start .farbflaeche {
    height: 50rem;
    left: 15%;
    top: -5%;
    width: 85%;
  }
}
#start .elementor-widget.elementor-widget-text-editor {
  width: 70%;
}
@media (min-width: 120.0625em) {
  #start .elementor-widget.elementor-widget-text-editor {
    width: 100%;
  }
}
@media (max-width: 94.5em) {
  #start .elementor-widget.elementor-widget-text-editor {
    width: 65%;
  }
}
@media screen and (max-width: 1360px) {
  #start .elementor-widget.elementor-widget-text-editor {
    width: 70%;
  }
}
@media screen and (max-width: 1200px) {
  #start .elementor-widget.elementor-widget-text-editor {
    width: 80%;
  }
}
@media (max-width: 60em) {
  #start .elementor-widget.elementor-widget-text-editor {
    width: 100%;
  }
}
@media (max-width: 47.9375em) {
  #start .elementor-widget.elementor-widget-text-editor {
    width: 60%;
  }
}
@media (max-width: 37.5em) {
  #start .elementor-widget.elementor-widget-text-editor {
    width: 80%;
  }
}

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