/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

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

a {
  text-decoration: none;
  color: inherit;
}

a:visited {
  color: inherit;
}

.clear {
  clear: both;
}

body {
  color: #105648;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  line-height: 1.8;
}

h1 {
  font-size: 22px;
  line-height: normal;
}

h2 {
  font-size: 100%;
  line-height: normal;
}

h3 {
  line-height: normal;
}

.z-depth-1,
header.site-header {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.z-depth-2,
.tab-menu-wrapper .indicator,
.headroom--not-top {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.z-depth-3 {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.z-depth-4 {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.z-depth-5 {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.rounded-borders,
figure.progressiv-loading img {
  border-radius: 0;
}

.rounded-borders-top,
footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-borders-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

html {
  height: 100%;
}

html.fixed {
  position: fixed;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  position: relative;
}

html.fixed body {
  overflow-y: hidden;
  position: relative;
  height: 100%;
}

body {
  height: 100%;
  width: 100%;
  background-color: #fff;
}

#page {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#page > #content {
  border-top: solid 84px #fff;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 2em;
}

#page > #content .main-section {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.col2 {
  margin-top: 24px;
}

#page.has-submenu #content {
  margin-top: 69px;
}

.entry-content {
  padding: 10px;
}

.contact-page.wp-block-columns > .wp-block-column:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.contact-page.wp-block-columns > .wp-block-column:last-child {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.contact-page.wp-block-columns .wp-block-table td {
  white-space: nowrap;
  padding: 5px;
}

.contact-page.wp-block-columns .opening-hours > div {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  padding: 18px;
  padding-top: 24px;
  margin: 0 10px;
  border-radius: 10px;
  border: solid 0.5px #bcbcb3;
  min-height: 200px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.card:hover .card-action {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.card:hover .card-action path,
.card:hover .card-action polygon {
  fill: #ADD9D2;
}

.card .card-title {
  font-size: 18px;
  color: #ADD9D2;
  margin-bottom: 12px;
  display: inline-block;
  text-align: center;
}

.card .card-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.card .card-action {
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  /* Animation */
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: 0.5em;
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid > .card {
  height: 100%;
  margin: calc(24px / 2);
}

.grid .card:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.grid .card:nth-child(2) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

.grid .card:nth-child(3) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}

.grid .card:nth-child(4) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}

.grid .card:nth-child(5) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
}

.grid .card:nth-child(6) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 6;
  grid-row: 6;
}

.grid .card:nth-child(7) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 7;
  grid-row: 7;
}

.grid .card:nth-child(8) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 8;
  grid-row: 8;
}

.grid .card:nth-child(9) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 9;
  grid-row: 9;
}

.grid .card:nth-child(10) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 10;
  grid-row: 10;
}

.grid .card:nth-child(11) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 11;
  grid-row: 11;
}

.grid .card:nth-child(12) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 12;
  grid-row: 12;
}

.grid .card:nth-child(13) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 13;
  grid-row: 13;
}

.grid .card:nth-child(14) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 14;
  grid-row: 14;
}

.wp-block-columns .wp-block-column {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-columns.keep-two .wp-block-column {
  -ms-flex-preferred-size: 50% !important;
  flex-basis: 50% !important;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
}

.small-button {
  height: 38px;
  width: 38px;
  display: block;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.small-button svg {
  height: 28px;
  width: 28px;
  margin: 5px;
}

.small-button svg polygon {
  fill: #0D3932;
}

.entry-content h1,
.entry-content h2,
.entry-content h3 {
  margin: 1em 0;
}

.entry-content h3 {
  margin: 1em 0;
  font-size: 20px;
  font-weight: bold;
}

.entry-content .italic {
  font-style: italic;
}

.entry-content strong {
  font-weight: bold;
}

.entry-content ul,
.entry-content ol {
  display: block;
  list-style-type: disc;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}

.entry-content ul li,
.entry-content ol li {
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
}

.entry-content p {
  margin-bottom: 1em;
}

.entry-content .portrait-images {
  margin-top: 40px;
}

.entry-content .portrait-images img {
  max-width: 300px;
}

.entry-content .portrait-images figure {
  text-align: center;
}

.entry-content .portrait-images figure figcaption {
  font-size: inherit;
}

.tab-content {
  display: none;
}

.tab-content.tab-active {
  display: block;
}

.tab-active-menu-item {
  color: #ADD9D2;
}

.tab-menu-item:hover {
  color: #ADD9D2;
}

.tab-menu-item:first-child {
  margin-left: 20px;
}

.secondary-header-content {
  position: relative;
}

.tab-menu-wrapper {
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.tab-menu-wrapper::-webkit-scrollbar {
  display: none;
}

.tab-menu-wrapper .indicator-left,
.tab-menu-wrapper .indicator-right {
  display: none;
}

ul.tab-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  width: auto;
}

ul.tab-menu li {
  display: inline-block;
  margin-right: 18px;
  white-space: nowrap;
}

ul.tab-menu li a {
  display: block;
  padding: 20px 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

ul.tab-menu li a:hover {
  background-color: white;
}

ul.tab-menu li a:active {
  background-color: white;
}

ul.tab-menu li.current_page_item {
  color: #ADD9D2;
  font-weight: bold;
}

ul.tab-menu li:first-child {
  margin-left: calc(3 * 10px);
}

ul.tab-menu li:last-child {
  padding-right: 10px;
}

.tab-menu-wrapper .indicator {
  position: absolute;
  height: 100%;
  width: 40px;
  background-color: white;
  top: 0;
  z-index: 4;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  cursor: pointer;
}

.tab-menu-wrapper .indicator img {
  padding: 3px;
  border-radius: 50%;
}

.tab-menu-wrapper .indicator::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: white;
  position: absolute;
  top: -2px;
}

.tab-menu-wrapper .indicator:hover img {
  background-color: #f2f2f2;
}

.tab-menu-wrapper .indicator-left {
  left: 0;
}

.tab-menu-wrapper .indicator-right {
  right: 0;
}

.loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.loader div {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 20px;
  width: 20px;
  border: solid 1px white;
  position: relative;
}

.loader div:first-child {
  -webkit-animation: first-square 3s infinite;
  animation: first-square 3s infinite;
}

.loader div:nth-child(2) {
  -webkit-animation: second-square 3s infinite;
  animation: second-square 3s infinite;
}

.loader div:last-child {
  -webkit-animation: third-square 3s infinite;
  animation: third-square 3s infinite;
}

@-webkit-keyframes first-square {
  0% {
    top: 0px;
  }

  10% {
    top: -20px;
  }

  20% {
    top: 0px;
  }
}

@keyframes first-square {
  0% {
    top: 0px;
  }

  10% {
    top: -20px;
  }

  20% {
    top: 0px;
  }
}

@-webkit-keyframes second-square {
  3% {
    top: 0px;
  }

  13% {
    top: -20px;
  }

  23% {
    top: 0px;
  }
}

@keyframes second-square {
  3% {
    top: 0px;
  }

  13% {
    top: -20px;
  }

  23% {
    top: 0px;
  }
}

@-webkit-keyframes third-square {
  6% {
    top: 0px;
  }

  16% {
    top: -20px;
  }

  26% {
    top: 0px;
  }
}

@keyframes third-square {
  6% {
    top: 0px;
  }

  16% {
    top: -20px;
  }

  26% {
    top: 0px;
  }
}

.category-select {
  padding: 0 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-select ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-select ul li {
  margin-right: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.category-select ul li.current-cat a {
  text-decoration: underline;
}

.accordeon {
  height: 122px;
  overflow: hidden;
  position: relative;
}

.accordeon::after {
  content: 'mehr...';
  position: absolute;
  bottom: 0;
  right: 0;
}

.accordeon::before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(35%, white), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 35%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  width: 100%;
  height: 65px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.accordeon.expanded {
  -webkit-transition: max-height 0.8s ease-out;
  transition: max-height 0.8s ease-out;
  height: auto;
}

.accordeon.expanded::before,
.accordeon.expanded::after {
  display: none;
}

@media (min-width: 768px) {
	.accordeon {
		height: auto;}
	.accordeon::before,
.accordeon::after {
  display: none;
}
}

header {
  background-color: #ADD9D2;
  color: #0D3932;
  margin: 0;
}

header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

header .header-content .main-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 84px;
  padding-left: 10px;
  padding-right: 10px;
}

header.site-header {
  z-index: 10;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
}

header.site-header div.categories,
header.site-header nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}

header.site-header .site-branding {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

header.site-header nav {
  text-align: right;
}

header.site-header .custom-logo-link {
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.site-header .custom-logo-link img {
  width: 100%;
  height: 100%;
}

header.entry-header {
  background-color: #d9f4f0;
  color: #0D3932;
  text-align: left;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.entry-header .header-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 140px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 10px;
}

header.entry-header .header-content h1 {
  line-height: 140px;
}

header.entry-header h3 {
  margin-bottom: 20px;
}

.skip-link {
  display: none;
}

.headroom {
  will-change: transform;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
}

.headroom--pinned {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.headroom--unpinned {
  -webkit-transform: translateY(-84px);
  transform: translateY(-84px);
}

#news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #D9F4F0;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

#news::after {
  content: "";
  background: url(img/pattern.svg);
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

#news li {
  padding-top: 10px;
  margin-top: 15px;
  list-style: none;
  text-align: center;
  position: relative;
}

#news li h3 {
  font-weight: 600;
}

#news li::before {
  content: '';
  display: block;
  width: 20px;
  border-top: solid 1px #0D3932;
  position: relative;
  top: -10px;
  margin: 0 auto;
}

#news li:first-child {
  margin-top: 0;
}

#news li:first-child::before {
  display: none;
}

footer {
  min-height: 84px;
  background-color: #0D3932;
  color: #fff;
  width: 100%;
  margin: 0 auto;
}

footer .site-info {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .site-info .copyright {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .site-info .copyright a {
  margin-right: 10px;
}

footer .site-info a {
  display: block;
}

footer .site-info div:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

footer .site-info img {
  height: 40px;
  width: 40px;
}

footer .main-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer .main-address > p {
  margin-bottom: 10px;
}

footer .main-address svg path,
footer .main-address svg polygon {
  fill: white;
}

#site-navigation a {
  line-height: 15px;
  display: inline-block;
}

#site-navigation .menu {
  font-size: 26px;
  line-height: 60px;
  color: #105648;
  text-align: center;
}

#site-navigation .menu .current_page_item {
  color: #ADD9D2;
}

#site-navigation .menu .menu-item:hover {
  color: #ADD9D2;
}

#site-navigation #primary-menu {
  position: fixed;
  top: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  right: 0;
  right: 0;
  z-index: 999;
  background-color: #ADD9D2;
  width: 100%;
  height: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: height 0.1s ease-out;
  transition: height 0.1s ease-out;
  overflow: hidden;
}

#site-navigation #primary-menu li:last-child {
  margin-bottom: 84px;
}

#site-navigation.toggled #primary-menu {
  height: calc(100vh - 84px);
}

#site-navigation button.menu-toggle {
  margin-right: -12px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  width: 44px;
  height: 44px;
  border: none;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  overflow: visible;
  right: 1.5em;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #105648;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

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

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Squeeze
   */

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#site-navigation.toggled .hamburger--squeeze .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

#site-navigation.toggled .hamburger--squeeze .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

#site-navigation.toggled .hamburger--squeeze .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger {
  width: 54px;
  height: 54px;
  border-radius: 27px;
}

.hamburger-box {
  width: 30px;
  height: 30px;
  top: 3px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
}

figure.progressiv-loading {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 2em 0;
}

figure.progressiv-loading figcaption {
  padding: 1em;
}

figure.progressiv-loading img {
  position: absolute;
  top: 0;
  left: 0;
}

figure.progressiv-loading img.full-sized {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: 100%;
}

figure.progressiv-loading img.tiny {
  width: 100%;
  z-index: 2;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

figure.progressiv-loading div.tiny {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

figure.progressiv-loading.loaded img.tiny {
  opacity: 0;
}

ul.gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.gallery > li {
  display: block;
  padding: 5px;
  margin: 0;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  -webkit-box-ordinal-group: 61;
  -ms-flex-order: 60;
  order: 60;
}

ul.gallery > li:nth-child(2) {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

ul.gallery > li:nth-child(3) {
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20;
}

ul.gallery > li:nth-child(4) {
  -webkit-box-ordinal-group: 31;
  -ms-flex-order: 30;
  order: 30;
}

ul.gallery > li:nth-child(5) {
  -webkit-box-ordinal-group: 41;
  -ms-flex-order: 40;
  order: 40;
}

ul.gallery > li:nth-child(6) {
  -webkit-box-ordinal-group: 51;
  -ms-flex-order: 50;
  order: 50;
}

ul.gallery > li.news {
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
  margin-left: auto;
  font-size: 14px;
  line-height: 24px;
}

ul.gallery > li.news::after {
  content: "";
  background: url(img/pattern2.svg);
  opacity: 0.1;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  position: absolute;
  background-size: cover;
	z-index: -1;
}

ul.gallery > li.news ul {
  margin: 0;
  padding: 10px;
}

ul.gallery > li.news ul h3 {
  font-weight: 600;
  margin-bottom: 5px;
}

ul.gallery > li.news ul li {
  padding-top: 10px;
  margin-top: 15px;
  list-style: none;
  text-align: center;
  position: relative;
}

ul.gallery > li.news ul li::before {
  content: '';
  display: block;
  width: 20px;
  border-top: solid 1px #0D3932;
  position: relative;
  top: -10px;
  margin: 0 auto;
}

ul.gallery > li.news ul li:first-child {
  margin-top: 0;
}

ul.gallery > li.news ul li:first-child::before {
  display: none;
}

ul.gallery > li::before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/
}

ul.gallery > li a,
ul.gallery > li ul {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ul.gallery > li a {
  cursor: pointer;
}

ul.gallery > li a img {
  width: 100%;
  display: block;
}

ul.gallery > li a:hover {
  border: solid 2px #0D3932;
}

ul.gallery > li.news a{
	    position: inherit;
    width: auto;
    height: auto;
    display: inline;
    cursor: pointer;
    text-decoration: underline;
}


ul.gallery > li.news a:hover{
	border: none;
}

#preview-wrapper {
  height: 100%;
  width: 100vw;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#preview-wrapper.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#preview-wrapper .close-button {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: solid 1px white;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 40;
}

#preview-wrapper .close-button:after,
#preview-wrapper .close-button:before {
  content: '';
  position: absolute;
  width: 80%;
  border-bottom: solid 1px white;
  left: 10%;
  top: 50%;
}

#preview-wrapper .close-button:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#preview-wrapper .close-button:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#preview-wrapper .close-button:hover {
  background-color: white;
}

#preview-wrapper .close-button:hover:after,
#preview-wrapper .close-button:hover:before {
  border-bottom: solid 1px #0D3932;
}

#preview-wrapper .navigation-button {
  width: 50px;
  height: 75px;
  z-index: 20;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
}

#preview-wrapper .navigation-button[data-id=""] {
  display: none;
}

#preview-wrapper .navigation-button.previous-button {
  left: 0;
}

#preview-wrapper .navigation-button.previous-button:after {
  top: 23px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#preview-wrapper .navigation-button.previous-button:before {
  bottom: 23px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#preview-wrapper .navigation-button.next-button {
  right: 0;
}

#preview-wrapper .navigation-button.next-button:after {
  top: 23px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#preview-wrapper .navigation-button.next-button:before {
  bottom: 23px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#preview-wrapper .navigation-button:after,
#preview-wrapper .navigation-button:before {
  content: '';
  position: absolute;
  width: 80%;
  border-bottom: solid 1px white;
  left: 10%;
}

#preview-wrapper .preview-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
}

#preview-wrapper .preview-content .scroll-wrapper {
  overflow: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

#preview-wrapper .preview-content h2 {
  margin-bottom: 20px;
}

#preview-wrapper .preview-content div.main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#preview-wrapper .preview-content div.main-wrapper .image-wrapper {
  max-width: 75%;
}

#preview-wrapper .preview-content div.main-wrapper .image-wrapper img {
  width: 100%;
}

#preview-wrapper .preview-content div.main-wrapper .content-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

#preview-wrapper .preview-content .additional-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#preview-wrapper .preview-content .additional-images img {
  max-width: 75%;
  padding-bottom: 30px;
}

#background-layer {
  height: 100vh;
  width: 100vw;
  background-color: rgba(13, 57, 50, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
}

#background-layer.show {
  display: block;
}

.home-header {
  height: auto !important;
  margin-bottom: -120px;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
}

.home-header h1 {
  display: none;
}

.home-header .site-description {
  margin-top: 1em;
  margin-bottom: calc(1em + 120px);
  text-align: right;
  width: 100%;
}

.home-header p {
  font-size: 22px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  line-height: normal;
  text-align: center;
  max-width: 100%;
}

.contact a.maps-link {
  display: inline-block;
  height: 24px;
  width: 24px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  /* Animation */
}

.contact a.maps-link svg path {
  fill: #ADD9D2;
}

.contact a.maps-link:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.contact .card-content p:nth-child(2) {
  margin-top: 1em;
  margin-bottom: 1em;
}

.contact a:hover {
  color: #ADD9D2;
}

@media (min-width: 576px) {
  .contact-page.wp-block-columns > .wp-block-column:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 20px;
  }

  .contact-page.wp-block-columns > .wp-block-column:last-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 20px;
  }

  header.site-header div:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid .card:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .grid .card:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .grid .card:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .grid .card:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .grid .card:nth-child(5) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }

  .grid .card:nth-child(6) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }

  .grid .card:nth-child(7) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }

  .grid .card:nth-child(8) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }

  .grid .card:nth-child(9) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }

  .grid .card:nth-child(10) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }

  .grid .card:nth-child(11) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }

  .grid .card:nth-child(12) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }

  .grid .card:nth-child(13) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }

  .grid .card:nth-child(14) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }

  .grid .card:nth-child(15) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8;
  }

  .grid .card:nth-child(16) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 8;
    grid-row: 8;
  }

  .grid .card:nth-child(17) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
  }

  .grid .card:nth-child(18) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }

  .grid .card:nth-child(19) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 10;
    grid-row: 10;
  }

  .grid .card:nth-child(20) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 10;
    grid-row: 10;
  }

  .grid > .card {
    height: 100%;
  }

  footer .main-address {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  footer .main-address > p {
    margin-right: 20px;
  }

  ul.gallery > li {
    width: 30%;
    max-width: 33.33%;
  }

  ul.gallery > li.news {
    -webkit-box-ordinal-group: 26;
    -ms-flex-order: 25;
    order: 25;
  }

  .home-header .site-description a {
    font-size: 16px;
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  body {
    font-size: 16px;
    line-height: 1.8;
  }

  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 100%;
  }

  body {
    line-height: 28px;
  }

  .contact-page.wp-block-columns .opening-hours > div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  #page > #content {
    border-top: solid 102px #fff;
  }

  #page.has-submenu #content {
    margin-top: 61px;
  }

  .col-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .col1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .col2 {
    width: 260px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 40px;
    margin-top: 0;
  }

  .card {
    padding: 22px;
    padding-top: 32px;
    margin: 0;
  }

  .card .card-title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .tab-menu-wrapper.show-left-indicator .indicator-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tab-menu-wrapper.show-right-indicator .indicator-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .accordeon .accordeon-wrapper {
    max-height: 112px;
  }

  header .header-content .main-header-content {
    height: 102px;
  }

  header.site-header .custom-logo-link {
    width: 150px;
  }

  .headroom--unpinned {
    -webkit-transform: translateY(-102px);
    transform: translateY(-102px);
  }

  #news {
    padding: 20px 0;
  }

  #site-navigation button.menu-toggle {
    display: none;
  }

  #site-navigation .menu {
    font-size: 22px;
  }

  #site-navigation #primary-menu {
    position: relative;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    top: 0;
    background-color: inherit;
  }

  #site-navigation #primary-menu li {
    float: left;
    margin-right: 2em;
  }

  #site-navigation #primary-menu li:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }

  #sub-navigation {
    overflow-x: hidden;
  }

  #sub-navigation ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
  }

  #sub-navigation ul li {
    margin-right: 0;
  }

  #sub-navigation ul li:first-child {
    margin: 0;
  }

  #sub-navigation ul li:last-child {
    padding-right: 0;
  }

  ul.gallery > li {
    width: 22%;
    max-width: 25%;
  }

  ul.gallery > li.news {
    -webkit-box-ordinal-group: 36;
    -ms-flex-order: 35;
    order: 35;
  }

  #preview-wrapper .preview-content .scroll-wrapper {
    height: 100vh;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #preview-wrapper .preview-content .scroll-wrapper div.main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }

  #preview-wrapper .preview-content .scroll-wrapper div.main-wrapper > div {
    width: 30%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  #preview-wrapper .preview-content .scroll-wrapper div.main-wrapper .image-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* justify-content: center; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #preview-wrapper .preview-content .scroll-wrapper div.main-wrapper .image-wrapper img {
    width: 100%;
    max-width: 450px;
  }

  #preview-wrapper .preview-content .scroll-wrapper div.main-wrapper .content-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px;
    padding-right: 50px;
  }

  #preview-wrapper .preview-content .scroll-wrapper .additional-images {
    height: 30%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 30px;
  }

  #preview-wrapper .preview-content .scroll-wrapper .additional-images img {
    height: 100%;
    width: auto;
    padding-bottom: 0;
  }

  .home-header .site-description {
    margin-top: 2em;
    margin-bottom: 160px;
  }

  .home-header p {
    font-size: 52px;
  }
}