/*!
Theme Name: Weinkiosk
Author: Marianne M. Michel
Author URI: http://mariannemmichel.com
Version: 1.0.2
Text Domain: weinkiosk

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:
----------------------------------------------------------------
# Abstracts
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Utilities
	- Accessibility
	- Alignments

## Layout

--------------------------------------------------------------*/
/* FONTS
--------------- */
@font-face {
  font-family: "GT Haptik";
  src: url("assets/fonts/GT-Haptik-Regular.woff") format("woff"), url("assets/fonts/GT-Haptik-Regular.woff2") format("woff2"), url("assets/fonts/GT-Haptik-Regular.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Haptik";
  src: url("assets/fonts/GT-Haptik-Bold.woff") format("woff"), url("assets/fonts/GT-Haptik-Bold.woff2") format("woff2"), url("assets/fonts/GT-Haptik-Bold.ttf") format("ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------------------------------
# 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
--------------------------------------------- */
html {
  font-family: "GT Haptik", Arial, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #53B354;
  font-family: "GT Haptik", Arial, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

/* Base Elements
--------------------------------------------- */
p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #53B354;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.2;
  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 #53B354;
  cursor: help;
}

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

big {
  font-size: 125%;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 0;
  font-style: normal;
  font-weight: 400;
}

.display1 {
  /* Desktop/Display 1 */
  font-family: "GT Haptik", Arial, "Helvetica Neue", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 77px */
}

.display2 {
  /* Desktop/Display 2 */
  font-family: "GT Haptik", Arial, "Helvetica Neue", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 61.6px */
}

.display3 {
  /* Desktop/Display 5 */
  font-family: "GT Haptik", Arial, "Helvetica Neue", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 39px */
}

.display4 {
  /* Desktop/Display 4 */
  font-family: "GT Haptik", Arial, "Helvetica Neue", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 49.4px */
}

.display5 {
  /* Desktop/Display 5 */
  font-family: "GT Haptik", Arial, "Helvetica Neue", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 39px */
}

.display6 {
  /* Desktop/Display 6 */
  font-family: "GT Haptik", Arial, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
}

.firstLine0:first-line {
  /* Desktop/Display 0 */
  font-family: Vollkorn;
  font-size: 142px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 77px */
}

/* Paragraphs
--------------------------------------------- */
.strong {
  font-weight: 700;
}

.lead {
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 29.4px */
}

.caption {
  /* Desktop/Caption */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 21px */
}

/* Elements
--------------------------------------------- */
body {
  background: #53B354;
}

hr {
  background-color: #53B354;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
}

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%;
}

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #53B354;
  text-decoration: none;
}
@media only screen and (max-width: 900px) {
  a {
    color: #ffffff;
    text-decoration: underline;
  }
}
a:visited {
  color: #53B354;
}
@media only screen and (max-width: 900px) {
  a:visited {
    color: #ffffff;
  }
}
a:hover, a:focus, a:active {
  color: #53B354;
  text-decoration: underline;
}
@media only screen and (max-width: 900px) {
  a:hover, a:focus, a:active {
    color: #ffffff;
  }
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
.btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-flex;
  align-items: center;
  /* Desktop/Button */
  font-family: "GT Haptik", Arial, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  appearance: none;
  border: none;
  background: #53B354;
  color: #ffffff;
  padding: 16px 24px;
}
.btn:visited,
button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: #ffffff;
}
.btn:hover, .btn:active, .btn:focus,
button:hover,
button:active,
button:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
  color: #ffffff;
}

.btn-small {
  /* Desktop/Button-Small */
  font-size: 15px;
  line-height: 140%;
  /* 21px */
}

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: #53B354;
  border: 1px solid #53B354;
  border-radius: 3px;
  padding: 3px;
}
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: #53B354;
}

select {
  border: 1px solid #53B354;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
ul.nav {
  display: inline-flex;
  align-items: center;
  list-style: none;
  padding: 0;
  font-size: 50px;
}
@media only screen and (max-width: 900px) {
  ul.nav {
    font-size: 30px;
    text-align: center;
    display: block;
  }
}
ul.nav li {
  display: inline-flex;
  align-items: center;
}
ul.nav li.current-menu-item a {
  position: relative;
  z-index: 1;
}
ul.nav li.current-menu-item a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 12px;
  background-color: #53B354;
  z-index: -1;
}

.main-nav li.separate-before {
  margin-left: 20px;
  padding-left: 30px;
  border-left: 1px solid #53B354;
}

.edit-button,
.admin-button {
  position: fixed;
  z-index: 1000;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: none;
  box-shadow: 0px 30px 40px 0px rgba(97, 66, 77, 0.2), 0px 12px 12px 0px rgba(97, 66, 77, 0.13);
  color: #53B354;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.edit-button:hover,
.admin-button:hover {
  opacity: 0.7;
}

.edit-button {
  bottom: 50px;
  color: #ffffff;
  background-color: #53B354;
}
.edit-button, .edit-button:visited, .edit-button:hover {
  color: white;
}

.admin-button {
  bottom: 100px;
  color: #53B354;
  background-color: #ffffff;
}

/* Widgets
--------------------------------------------- */
/* Media
--------------------------------------------- */
/*--------------------------------------------------------------
# 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: white;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: black;
  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;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
body {
  overflow-x: hidden;
  word-break: break-word;
  color: #53B354;
  background-color: #53B354;
}

#page {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  min-height: fill-available;
  min-height: 100dvh;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
}

#main {
  flex: 1 0 auto;
}

.container {
  max-width: 1200px;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
}

.columns {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .columns {
    flex-direction: column;
  }
}
.columns.twocols .column {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 900px) {
  .columns.twocols .column {
    width: 100%;
  }
}
.columns.threecols .column {
  width: calc(33% - 20px);
}
@media only screen and (max-width: 900px) {
  .columns.threecols .column {
    width: 100%;
  }
}

.pt-large {
  padding-top: 120px;
}

.pt-medium {
  padding-top: 70px;
}

.pt-small {
  padding-top: 40px;
}

.pt-tiny {
  padding-top: 20px;
}

.pb-large {
  padding-bottom: 120px;
}

.pb-medium {
  padding-bottom: 70px;
}

.pb-small {
  padding-bottom: 40px;
}

.pb-tiny {
  padding-bottom: 20px;
}

.fullscreenVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
@media only screen and (max-width: 900px) {
  .fullscreenVideo {
    transform-origin: top left;
    transform: rotate(-90deg);
    width: 100vh;
    height: 100vw;
    top: 100vh;
  }
}

body:not(.home) {
  color: #ffffff;
}
body:not(.home) #page main {
  flex: 1 0 auto;
  padding: 120px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  body:not(.home) #page main {
    padding: 120px 40px;
  }
}
body:not(.home) a:not(.admin-button) {
  color: #ffffff !important;
}

#header {
  padding: 20px 40px 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  #header {
    padding: 20px 20px 0;
    flex-direction: column;
  }
}
#header .site-branding {
  display: block;
  font-size: 50px;
}
@media only screen and (max-width: 900px) {
  #header .site-branding {
    text-align: center;
    font-size: 30px;
    color: #53B354;
  }
  #header .site-branding, #header .site-branding:visited, #header .site-branding:hover, #header .site-branding:focus, #header .site-branding:active {
    color: #53B354;
  }
}

@media only screen and (max-width: 900px) {
  body.home #header .main-nav {
    padding-top: 100vh;
  }
}

#footer {
  padding: 0 40px 40px;
  align-items: end;
}
@media only screen and (max-width: 900px) {
  #footer {
    padding: 0 20px 20px;
    color: #ffffff;
  }
}
#footer p:last-child {
  margin: 0;
}
@media only screen and (max-width: 900px) {
  #footer .footer-info {
    order: 3;
    text-align: center;
  }
}
#footer .footer-address {
  font-size: 30px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  #footer .footer-address {
    order: 2;
    padding-bottom: 40px;
  }
}
#footer .footer-menu {
  text-align: right;
}
@media only screen and (max-width: 900px) {
  #footer .footer-menu {
    order: 1;
    text-align: center;
    padding-bottom: 40px;
  }
}
