@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Allan:wght@400;700&family=Open+Sans:wght@400;700&family=Vollkorn:wght@700&display=swap");
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery img {
  box-shadow: 0px 0px 4px #999;
  border: 1px solid white;
  padding: 8px;
  background: #f2f2f2;
}

.gallery img:hover {
  background: white;
}

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl,
.gallery dt {
  margin: 0;
}

.gallery br + br {
  display: none;
}

.alignright,
.alignleft,
.aligncenter {
  object-fit: cover;
  margin: 2rem;
}

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

.alignright {
  margin-right: 0;
  float: right;
}

.alignleft {
  margin-left: 0;
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

figcaption {
  font-size: 0.8rem;
}

blockquote {
  position: relative;
  margin-left: 2.5rem;
}

blockquote::before {
  content: "»";
  position: absolute;
  font-size: 2rem;
  left: -2rem;
  top: -1rem;
}

/* Globals */
body {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  background: #000000;
  /* box-shadow: -17.5px 10px 2px rgb(141, 204, 187, 0.75); */
}

body,
input,
select,
textarea {
  font-family: "Open Sans", "Helvetica Neue", "Arial", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  vertical-align: baseline;
  color: #404040;
}

input,
select,
textarea {
  font-size: 1rem;
}

h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 1ex;
}

h3 {
  font-size: 1.7rem;
  margin-top: 10px;
}

h4 {
  font-size: 1.5rem;
  margin-top: 10px;
}

h5 {
  font-size: 1.17rem;
  margin-top: 10px;
}

h6 {
  font-size: 1rem;
  margin-top: 10px;
}

p {
  font-size: 1rem;
  text-align: justify;
  hyphens: auto;
}

a {
  text-decoration: none;
  color: #42b8b0;
}
a:hover {
  color: #47bdb5;
  cursor: pointer;
}

textarea {
  resize: vertical;
}

label {
  font-weight: 700;
}

blockquote {
  font-style: italic;
}

img {
  max-width: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .social-media-bar-box {
    display: none;
  }

  .social-media-bar-box.main-menu-show {
    display: block !important;
    z-index: 2;
    position: relative;
    height: 100%;
  }

  .grid-header-image.main-menu-show {
    display: none;
  }

  .grid-nav {
    filter: drop-shadow(1px 1px 3px black);
  }

  .menu-header-menu-container {
    display: none;
  }

  .menu-header-menu-container.main-menu-show {
    display: block !important;
    padding: 1rem;
  }

  .main-menu-show #main-menu,
.main-menu-show #main-menu ul {
    display: block;
  }

  #grid-nav.main-menu-show {
    background: #e30513;
  }

  #main-menu li {
    padding: 1.25rem 1.25rem 1.25rem 0;
  }

  #main-menu .sub-menu li:before {
    content: "›";
    color: white;
    padding: 0.4rem;
  }
}
@media (min-width: 768px) {
  #main-menu ul li:hover {
    color: #ffffff;
    background-color: #cc0000;
  }

  #main-menu .sub-menu {
    z-index: 3;
  }

  .menu-header-menu-container {
    display: block;
    float: right;
  }
}
/* Navigation */
nav ul {
  list-style: none;
}

#footer-menu {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 588px) {
  #footer-menu {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  #footer-menu {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

#footer-navigation ul {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-left: -2rem;
}

#footer-navigation ul li {
  float: left;
  display: block;
  padding: 1rem 0;
  margin: 0;
  color: #404040;
  width: 100%;
}

#footer-navigation ul li a {
  display: block;
  padding: 0 1rem;
  height: 1.5rem;
  overflow: hidden;
}

#footer-navigation ul ul {
  float: none;
  font-size: 0.7rem;
  line-height: 1.1;
  font-weight: 400;
  text-transform: none;
  margin: 0;
  padding: 0;
}

#footer-navigation ul ul li {
  position: relative;
  float: none;
  width: auto !important;
  padding: 0 0 0 0.75rem;
}

#footer-navigation ul ul li::before {
  position: absolute;
  display: block;
  content: "›";
  color: white;
  padding: 0.4rem;
}

#footer-navigation ul ul li a {
  height: auto;
  padding: 0.4rem 1rem;
}

.grid-footer {
  grid-area: grid-footer;
  margin-left: 7.5%;
  margin-right: 7.5%;
  margin-top: 40px;
  box-shadow: -2.5px 2.5px 10px #00000040;
  background: #e30513;
}
.grid-footer a {
  color: white;
}
.grid-nav:first-child {
  width: 100%;
}

.menu-footer-container {
  background: #e30513;
  padding: 5px;
  border-top: 1px solid white;
  margin-top: 15px;
}

.sub-menu {
  padding-left: 0;
}
@media (min-width: 768px) {
  .sub-menu {
    padding-top: 15px;
    margin-left: -15px;
  }
}

.sub-menu li .sub-menu {
  display: inline;
  left: 100%;
  margin-left: 0px;
  /* bottom: 10px; */
  padding-top: 0;
}

ul main-menu {
  display: flex;
  justify-content: space-evenly;
  list-style-type: none;
  flex-wrap: wrap;
  padding: 0;
  text-align: center;
}

.sub-menu li {
  list-style: none;
}

#footer-menu li a {
  text-decoration: none;
  color: white;
  font-weight: 400;
}

#main-menu li {
  position: relative;
}

@media (min-width: 768px) {
  #main-menu .menu-item-has-children a {
    padding-right: 0.6rem;
  }
}

#main-menu ul > li.has-children > a {
  padding: 1.2em;
}

@media (min-width: 768px) {
  #main-menu .menu-item-has-children > a:after {
    content: "›";
    font-size: 1rem;
    font-weight: 700;
    position: absolute;
    top: 1rem;
    right: 0.6rem;
    transform: rotate(90deg);
  }
}

.head {
  grid-area: grid-head;
  width: 100%;
  /* grid-row-gap: 20px; */
  z-index: 1;
  color: #ffffff;
  position: absolute;
  z-index: 2;
}
@media (min-width: 768px) {
  .head {
    width: 95%;
    margin-right: 5%;
  }
}

.grid-header-image {
  text-align: center;
  position: absolute;
  left: 0;
  max-width: 50%;
  width: 13rem;
  padding: 1rem 1.5rem;
  top: 0;
  box-sizing: border-box;
}

.grid-nav {
  padding-top: 2%;
  width: 100%;
  margin-left: 0;
}
@media (min-width: 768px) {
  .grid-nav {
    max-width: 75%;
    margin-left: 25%;
  }
}

/* Social Media Bar */
.social-media-bar {
  font-size: 1.5rem;
  color: #ffffff;
  margin: 0 0 0 0;
  padding: 5px 0;
  text-align: left;
}
@media (min-width: 300px) {
  .social-media-bar {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .social-media-bar {
    text-align: right;
    filter: drop-shadow(1px 1px 3px black);
  }
}

.social-media-bar > svg {
  margin: 7.5px;
}

.social-media-bar a {
  color: #fff;
  margin: 20px 10px;
  transition: color 0.25s;
}

.custom-logo {
  width: 13rem;
  max-width: 100%;
  height: auto;
  padding: 15px 10px 0 10px;
  filter: drop-shadow(1px 1px 3px black);
}

#main-menu {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  font-size: 1rem;
  position: relative;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #main-menu {
    filter: drop-shadow(1px 1px 3px black);
  }
}

#main-menu li {
  padding: 15px;
  background-color: #e30513;
}

@media (min-width: 768px) {
  #main-menu li ul {
    position: absolute;
    top: 2.4rem;
    display: block;
  }
}

@media (min-width: 768px) {
  #main-menu li ul li {
    position: relative;
    display: block;
  }
}

@media (min-width: 768px) {
  #main-menu ul li a {
    width: 10rem;
    display: block;
  }
}

#main-menu ul li.menu-item-has-children a::after {
  transform: rotate(0deg);
}

@media (min-width: 768px) {
  #main-menu li ul li ul {
    left: 100%;
    top: 0%;
  }
}

@media (min-width: 768px) {
  #main-menu ul li ul li a {
    width: 8rem;
  }
}

@media (min-width: 768px) {
  #main-menu li.current-menu-item,
#main-menu li.menu-item:hover {
    background-color: #cc0000;
    color: #000000;
    transition: all 300ms ease-in-out;
  }
}

#main-menu li.current-menu-item > a {
  font-weight: 700;
}
@media (min-width: 768px) {
  #main-menu li.current-menu-item > a {
    font-weight: 400;
  }
}

#main-menu li > ul {
  display: none;
  transition: all 300ms ease-in-out;
}

@media (min-width: 768px) {
  #main-menu li:hover > ul {
    position: absolute;
    display: block;
    transition: all 300ms ease-in-out;
  }
}

#main-menu li:hover > #main-menu li {
  display: block;
  transition: all 300ms ease-in-out;
}

#main-menu a {
  text-decoration: none;
  color: white;
  font-weight: 400;
}

#main-menu ul li {
  color: #ffffff;
  background-color: #e30513;
  padding-right: 20px;
  animation-fill-mode: forwards;
}

/*-----------------------------------------------------------------------------------*/
/* Navigation
/*-----------------------------------------------------------------------------------*/
/* ------------------------------ Pagination */
#pagination {
  clear: both;
  float: none;
  overflow: auto;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 1.25em;
}

#pagination .pagination-info {
  float: left;
  font-size: 0.8em;
  line-height: 2.5em;
  display: block;
  padding: 0 0.5em;
  color: #bfbfbf;
}

#pagination .pagination {
  float: right;
  background: #fff;
  border: 1px solid #d1d1d1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#pagination .pagination a,
#pagination .pagination span {
  display: inline-block;
  text-align: center;
  color: #0077b3;
  width: 2em;
  height: 2em;
  line-height: 2em;
  margin: 0;
}

#pagination .pagination span {
  color: #005580;
}

#pagination .pagination a.pagination-current-page,
#pagination .pagination a.pagination-current-page:hover,
#pagination .pagination a.pagination-current-page:focus {
  background: #0077b3;
  color: #fff;
}

#pagination .pagination a:hover,
#pagination .pagination a:focus {
  background: #e3e3e3;
  color: #808080;
}

#pagination .pagination .pagination-dots {
  color: #808080;
}

#nav-toggle {
  position: absolute;
  top: 1.25rem;
  right: 10%;
  z-index: 3;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
@media (min-width: 768px) {
  #nav-toggle {
    display: none;
  }
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: white;
  position: absolute;
  display: block;
  content: "";
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  transition: all 500ms ease-in-out;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

/* ------------------------------ Searchform */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.searchform {
  position: relative;
  max-width: 12rem;
}

.searchform .searchinput {
  width: 100%;
}

.searchform .searchsubmit {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  font-size: 1.25em;
  display: block;
  padding: 0;
  margin: 3px;
  color: gray;
  margin-right: -1rem;
  background: transparent;
  width: 2em;
  height: 2em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.searchform .searchsubmit:hover,
.searchform .searchsubmit:focus {
  color: #e30513;
}

/* Showcase */
#showcase {
  grid-area: grid-showcase;
  margin-bottom: -5px;
  position: relative;
  height: 100vh;
  background-color: #f6b5b0;
  overflow: hidden;
}

.showcase-box {
  display: none;
  position: absolute;
  bottom: 12.5%;
  max-width: 700px;
  background: #1e1e1ebf;
  left: 17.5%;
  color: #ffffff;
  padding: 1rem;
  overflow: hidden;
  width: 60%;
  z-index: 1;
}
.showcase-box p {
  margin-top: 5px;
}
.showcase-box h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.showcase-box p {
  font-size: 0.8rem;
}
@media (min-width: 588px) {
  .showcase-box p {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) {
  .showcase-box p {
    font-size: 0.95rem;
  }
}
@media (min-width: 992px) {
  .showcase-box p {
    font-size: 1rem;
  }
}

.slider-read-more {
  margin-top: 5px;
}

.slider-header-link {
  color: white;
}

.slider-display-right {
  position: absolute;
  top: 50%;
  right: 1.5%;
  transform: translate(0%, -50%);
}
.slider-display-right:hover {
  animation: arrowRight 2000ms ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

.slider-display-left {
  position: absolute;
  top: 50%;
  left: 1.5%;
  transform: translate(0%, -50%);
}
.slider-display-left:hover {
  animation: arrowLeft 2000ms ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

.slider-button {
  background: none;
  border: none;
  font-size: 4rem;
  color: rgba(90, 90, 90, 0.5);
  user-select: none;
  cursor: pointer;
}
.slider-button:focus {
  outline: 0;
}

.slider-container {
  height: 100vh;
}

.showcase-picture {
  /* display: none; */
  position: absolute;
  display: block;
  opacity: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: 50% 25%;
  filter: blur(1px) sepia(10%) contrast(75%) saturate(150%);
  transition: all 0.5s ease-in-out;
}

.showcase-picture.showcase-show {
  opacity: 1;
  filter: none;
  transition: all 0.5s ease-in-out;
}

.showcase-box.showcase-show {
  display: block;
}

#showcase.smaller-showcase {
  height: 70vh;
}

/* Content Block */
.grid-content {
  grid-area: grid-content;
  /* grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); */
  grid-auto-flow: dense;
  margin: auto;
  padding: 0 2%;
  width: 96%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .grid-content {
    padding: 0 2rem;
    width: auto;
    margin: auto;
    max-width: 75rem;
    flex-direction: row;
    justify-content: space-between;
    grid-template-columns: 70% 25%;
  }
}

/* Article */
/* Artikel */
.posts {
  width: 100%;
}
@media (min-width: 992px) {
  .posts {
    width: 70%;
  }
}

.sidebar {
  width: 100%;
}
@media (min-width: 992px) {
  .sidebar {
    width: 25%;
  }
}

.sidebar section .widget:nth-child(1) {
  margin-top: 2rem;
}

.sidebar section .widget:nth-child(1) h2 {
  margin-top: 0;
}

.post {
  background: white;
  margin-bottom: 20px;
  margin-top: 40px;
  box-shadow: 0 2.5px 10px #00000040;
  grid-column: 1/-1;
  max-width: 1700px;
  margin: 30px auto;
  width: 100%;
}

.post header figure {
  max-width: 100%;
  width: 100%;
  margin: 0;
  position: relative;
}

.post header h2 {
  margin: 0;
  padding: 1rem 1rem 0;
}

.post header h2 a {
  color: black;
}

.post header aside {
  margin: 0;
  padding: 1rem 1rem 0;
}

.post article {
  padding: 1rem;
}

.post footer {
  margin: 0;
  padding: 1rem;
  background: #f7f9fa;
}

.article-header {
  margin: 0;
}
.slider-container {
  position: relative;
}

.read-more {
  float: right;
  display: block;
  margin: -0.25em;
  padding: 0.5em 0.75em;
  font-size: 1em !important;
  background: #e30513;
  border-radius: 0.125rem;
  border: none;
}

.read-more a {
  color: #fff !important;
}

/* Post Meta */
.post-meta {
  color: #808080;
  padding: 1em 0;
  overflow: auto;
}

.post-meta > span {
  font-size: 0.75rem;
  line-height: 1.25em;
}

.post-date,
.post-author,
.post-comments,
.post-categories,
.post-tags {
  padding: 0.5em 1em 0.5em 0;
  display: inline-block;
  min-height: 1.5em;
  line-height: 1.5em;
  margin: 0;
}

.post-image-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5rem;
  padding: 0.1rem 0.4rem 0.2rem;
}

/* Post-Content */
.post-content,
#comments {
  padding: 1rem;
}

.post-content ul li {
  padding: 0 5px;
}

.post-content a {
  margin-bottom: 0;
}

.post-content a h1 {
  margin-bottom: 0;
  font-size: 1rem;
}

.post-content a p {
  margin-bottom: 0;
}

.post-content pre {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding: 2.5px 20px;
  counter-reset: line;
  position: relative;
  overflow: auto;
  margin: 0 20px;
}

.post-content span:before {
  counter-increment: line;
  padding-right: 1ex;
  text-align: right;
  position: absolute;
  left: 0;
  width: 40px;
}

.post-content .wp-block-file {
  padding: 2.5px 20px;
}

.post-content-thumbnail {
  margin-bottom: -6px;
}

.post-devider {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  color: lightgray;
  width: 75%;
}

.previous-next-post-links {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

.next-container,
.prev-container {
  padding: 5px 20px 0;
}

.attachment-post-thumbnail {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.post-hero {
  /* display: none; */
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: 50% 25%;
  /* display: block; */
}

.post-header {
  position: absolute;
  width: 80%;
  top: 30%;
  text-align: center;
  transform: rotate(-6deg);
  background: none;
  color: #e30513 !important;
  font-family: "Allan", cursive;
  font-weight: bold;
  margin: 0 10%;
  padding: 0;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .post-header {
    font-size: 3rem;
    top: 40%;
  }
}
@media (min-width: 992px) {
  .post-header {
    font-size: 4rem;
  }
}

.post-hero + .post-header {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.9));
}

.error-message {
  padding: 1rem;
}

/* Comment Section */
#comments {
  display: flex;
  flex-direction: column;
}

.comment-list {
  order: 3;
}

.comments-title {
  order: 2;
}

#reply-title > a {
  color: inherit;
  transition: color 0.25s ease-in-out;
}

#reply-title > a:hover {
  color: #e30513;
  transition: color 0.25s ease-in-out;
}

#reply-title small {
  font-size: 1rem;
}

#reply-title small:before {
  content: "\a";
  white-space: pre;
}

#reply-title small a:hover {
  color: #8dccbb;
}

input,
textarea {
  border: 0.125em solid #bfbfbf;
  padding: 0.5rem;
  margin: 0;
  border-radius: 0.125em;
}

textarea {
  width: calc(100% - 1rem);
}

#comment,
#author,
#email,
#url,
#submit,
.comment-notes,
.logged-in-as {
  display: block;
}

.comment-body {
  margin: 0 20px 20px 0;
  box-shadow: none;
  padding: 15px;
}

.children {
  list-style-type: none;
}

#submit,
div.wpforms-container-full .wpforms-form button[type=submit] {
  background: #e30513;
  color: white;
  padding: 15px;
  border: none;
}

#submit:hover {
  cursor: pointer;
}

.comment-form-cookies-consent {
  display: flex;
  align-items: center;
}

.comment-form-cookies-consent input {
  margin-right: 1rem;
}

.comment-form-cookies-consent label {
  font-weight: initial;
}

#grid {
  min-height: 100vh;
  display: grid;
  background: #f2f2f2;
  grid-template-areas: "grid-head grid-head grid-head grid-head" "grid-showcase grid-showcase grid-showcase grid-showcase" "grid-featured grid-featured grid-featured grid-featured" "grid-parallax grid-parallax grid-parallax grid-parallax" "grid-content grid-content grid-content grid-content" "grid-footer grid-footer grid-footer grid-footer";
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.comment-list .says {
  display: none;
}

.comment-content {
  border: 1px solid #dfdfdf;
  padding: 0.5rem 1.5rem;
  margin: 2.25rem 0 0;
}

.comment-author {
  padding: 0.5rem 0.3rem 0;
}

.comment-list li .avatar {
  float: left;
  background: white;
  margin-right: 0.6rem;
  border-radius: 50%;
}

.comment-list li .fn {
  display: inline-block;
  font-size: 1.05rem;
  margin: 0.6rem 0 0;
}

.comment-list li .comment-metadata a {
  color: #999;
}

.comment-list li .comment-metadata a:hover {
  text-decoration: underline;
}

.comment-list .reply {
  text-align: right;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}

.comment-list .reply a {
  color: #999;
}

.comment-list .reply a:hover {
  color: #e30513;
}

.widget-article {
  padding: 1rem;
}

.widget {
  margin: 3.75rem auto 7.5rem;
}

.widget-title {
  margin: 0.5rem 0;
}

.sidebar .post-meta {
  padding: 1rem;
}

.sidebar .post-meta > span {
  display: block;
  float: none;
  margin: 1em 0;
  padding: 0;
  font-size: 1rem !important;
}

/* Widgets */
.widget {
  margin-bottom: 15px;
}

.widget-article aside h2 {
  margin-bottom: 16px;
}

.widget_media_image {
  margin-bottom: -6px;
}

.widget_categories form {
  padding-left: 20px;
}
.widget_categories form label {
  display: block;
}

.widget ul {
  list-style: none;
  padding-left: 20px;
}

#footer-widgets {
  display: flex;
  background: #e30513;
  color: #ffffff;
  /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
  grid-gap: 20px;
  /* margin: 20px 40px; */
  margin: 20px;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 588px) {
  #footer-widgets {
    flex-direction: row;
  }
}

.footer-widget-column {
  width: 100%;
}
@media (min-width: 588px) {
  .footer-widget-column {
    width: 45%;
  }
}

.footer-widget-column .widget:nth-child(1),
.footer-widget-column .widget:nth-child(1) h3 {
  margin-top: 0;
}

#footer-widgets h3 {
  font-size: 1.17rem;
}

#footer-widgets ul {
  padding-left: 0;
}

/* Tag Cloud */
.widget_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a:active,
.widget_tag_cloud .tagcloud a:visited {
  font-size: inherit !important;
  display: inline-block;
  background: #e30513;
  color: #fff;
  padding: 0.25rem 0.75rem;
  margin: 0.15rem 0;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  box-shadow: 0 0 0 0.0625em rgba(0, 0, 0, 0.1) inset;
}

.widget ul {
  margin: 0;
  list-style: none;
  padding: 0 !important;
}

.widget ul li {
  position: relative;
  padding: 0.5rem 0 0.5em 1.5rem;
  margin: 0;
}

.widget ul li:before {
  content: "›";
  font-weight: 900;
  color: #808080;
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  margin: 0 0 0 -1.25rem;
  padding: 0;
}

.post #comments {
  padding: 0;
}

article ~ #comments {
  padding: 1rem !important;
}

/* To fix the  old newsletters */
section.page article > div {
  float: none !important;
  width: initial !important;
}

/* Calendar */
/* Contact Form */
.wpcf7-form {
  margin-top: 30px;
}
.wpcf7 label {
  font-weight: bold;
}
.wpcf7 .ajax-loader {
  width: 0 !important;
  margin: 0 !important;
}
.wpcf7-submit {
  background: #e30513;
  color: white;
  border: none;
  padding: 8px;
  font-weight: bold;
  padding: 15px;
  cursor: pointer;
}
.wpcf7-form-control {
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
}

/* Featured-Bereich */
#featured {
  display: grid;
  grid-template-rows: auto auto minmax(auto, 300px) auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  grid-column-gap: 25px;
  background: #297b79;
  padding: 25px 7.5%;
  grid-area: grid-featured;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}
#featured .featured-two-cols {
  grid-template-columns: 1fr 1fr;
}
#featured .featured-one-col {
  grid-template-columns: 1fr;
}

h2.featured-category, h2.featured-header {
  color: #ffffff !important;
}

.featured-category {
  border-bottom: 2px solid #ffffff;
}
.featured-category, .featured-header {
  font-family: "Vollkorn", serif;
  text-align: left;
  background: none;
  margin-bottom: 0.75ex;
  padding-left: 0;
}

.box h2 {
  background: none;
  padding: 0;
  margin-bottom: 10px;
  margin-top: 0;
}
.box-content {
  color: #ffffff;
}
.box-head {
  align-self: end;
}
.box-picture {
  border: 5px solid #ffffff;
  overflow: hidden;
}
.box-picture img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
}
.box-picture img:hover {
  transform: scale(1.1) translatey(10px);
  transition: all 2s ease;
}
.box-container {
  padding: 0px 10px 10px;
}
.box-text {
  margin-bottom: 0;
}
.box-link {
  margin-top: 0;
}
.box-link p {
  margin-top: 0;
}
.box-link p a {
  color: #42b8b0;
}
.box-link p a:hover {
  color: #b0e3df;
}
.box-link p.weiterlesen {
  padding-bottom: 15px;
}

/* Call to Action */
.grid-parallax {
  grid-area: grid-parallax;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  margin-top: 30px;
  margin-left: 7.5%;
  margin-right: 7.5%;
}

.call-to-action-container {
  height: 500px;
  position: relative;
}
.call-to-action-container:hover > .awesomepicture {
  filter: none;
  transition: filter 1s ease-in;
}

.awesomepicture {
  filter: blur(1px) sepia(60%) contrast(80%);
  transition: filter 2.5s ease-in;
  border: 5px solid white;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
}
.awesomeLink {
  position: relative;
  max-width: 450px;
}
.awesomeLink:hover {
  cursor: default;
}
.awesomeHeading {
  z-index: 10;
  transform: rotate(-6deg) skew(-6deg);
  box-shadow: -0.5ex 0.5ex 0.1ex rgba(141, 204, 187, 0.75);
  transition: transform 1s;
  max-width: 450px;
  margin: auto;
  position: relative;
}
.awesomeHeading:hover {
  cursor: pointer;
}

.heading-link-container {
  z-index: 10;
  top: 35%;
  left: 15%;
  width: 70%;
  position: absolute;
  font-size: 2em;
  transform: perspective(1000px) translateY(5px) translateZ(-2px);
}

.call-to-action-container:hover > .heading-link-container {
  animation: awesomeness 1.5s infinite ease-in-out;
  animation-direction: alternate;
  animation-delay: 1s;
}

/* Archive Page */
.archive-header,
.archive-footer {
  grid-column: 1/-1;
}

.archive-footer {
  margin-top: 20px;
}

.nav-links {
  text-align: center;
  margin: 10px;
}

/* Archive */
.archive-header h1 {
  margin: 0;
}
.archive-post {
  background: #e30513;
}
.archive-post-title {
  margin-bottom: 0;
}

/* Vorstandsseite */
.vorstand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 15px;
  padding: 15px;
}
.vorstand-grid-element {
  position: relative;
}
.vorstand-grid-element:hover > .image-container img,
.vorstand-grid-element:hover > .text-container {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  transition-delay: 0.25s;
}
.vorstand-grid-element:hover > .bio-vorstand {
  opacity: 1;
  transition: all 1.5s ease-in-out;
  z-index: 10;
  transition-delay: 0.25s;
}

.text-container {
  font-family: "Vollkorn", serif;
  position: absolute;
  top: 60%;
  right: 0px;
  /* max-width: 80%; */
  max-width: 90%;
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 3;
  transition: opacity 1.5s ease-in-out;
  transition-delay: 0.25s;
}

.image-container {
  z-index: 2;
}
.image-container img {
  transition: opacity 1.5s ease-in-out;
  transition-delay: 0.25s;
  object-position: 50% 0;
}

.bild-vorstand {
  height: 500px;
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.bio-vorstand {
  transition-delay: 0.25s;
  position: absolute;
  top: 0px;
  z-index: 1;
  opacity: 0;
  transition: all 1.5s ease-in-out;
}
.bio-header {
  font-family: "Open Sans", Helvetica, sans-serif;
  padding-top: 0;
}

.vorstand-header {
  color: #000000;
  background: #ed1b24;
  transform: skewX(-6deg) rotate(-6deg) translateX(-15px);
  text-align: center;
  padding: 0 0.5vw 0;
  box-shadow: -5% 15px 2px #8dccbbbf;
  color: white;
}

.funktion-header {
  color: #ffffff;
  background: #31807d;
  transform: skewX(-6deg) rotate(-6deg);
  text-align: center;
  padding: 0 0.5vw 0;
}

@media screen and (min-width: 1171px) {
  #footer-widgets {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .funktion-header,
.vorstand-header {
    padding: 0 2.5vw 0;
  }

  .text-container {
    max-width: 75%;
    font-size: 1.25rem;
  }

  .grid-content {
    grid-template-columns: 1fr;
  }

  #featured {
    grid-template-rows: auto auto minmax(auto, 300px) auto auto auto auto minmax(auto, 300px) auto auto auto auto minmax(auto, 300px) auto auto;
    grid-template-columns: 1fr;
  }
  #featured.featured-one-cols {
    grid-template-rows: auto auto minmax(auto, 300px) auto auto;
    grid-template-columns: 1fr;
  }
  #featured.featured-two-cols {
    grid-template-rows: auto auto minmax(auto, 300px) auto auto auto auto minmax(auto, 300px) auto auto;
    grid-template-columns: 1fr;
  }

  .grid-content {
    /* grid-template-columns: 1fr 1fr; */
    grid-template-columns: 1fr;
  }

  .frontpage-widget-1 {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 500px) {
  #grid {
    display: grid;
    background: #f2f2f2;
    grid-template-areas: "grid-head grid-head" "grid-showcase grid-showcase" "grid-featured grid-featured" "grid-parallax grid-parallax" "grid-content grid-content" "grid-footer grid-footer";
    grid-template-columns: 1fr 1fr;
  }

  .grid-content {
    grid-template-columns: 1fr;
  }

  #footer-widgets {
    grid-template-columns: 1fr;
  }

  .textwidget .social-media-bar {
    margin-left: -10px;
    /* text-align: left */
  }

  .search-box {
    padding-top: 1.25ex;
    padding-bottom: 1.25ex;
  }

  .widget .search-form .search-container {
    padding: 0;
  }

  .featured-header {
    font-size: 1.2em;
  }

  .previous-next-post-links {
    /* flex-direction: column; */
    align-items: center;
  }

  .vorstand-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 1.5rem;
  }

  .text-container {
    right: 0px;
    max-width: 75%;
    font-size: 1.4rem;
  }

  .funktion-header,
.vorstand-header {
    padding: 0 2.5vw 0;
  }
}
@keyframes in {
  0% {
    transform: translatey(-20px);
    opacity: 0;
  }
  100% {
    transform: translatey(0);
    opacity: 1;
  }
}
@keyframes awesomeness {
  from {
    transform: perspective(1000px) translateY(5px) translateZ(-2px);
  }
  to {
    transform: perspective(1000px) translateY(-5px) translateZ(2px);
  }
}
@keyframes arrowRight {
  0% {
    transform: translate(0px, -50%);
  }
  /* 20% {
          transform: translate(-5px,-50%);
      } */
  50% {
    transform: translate(5px, -50%);
  }
  100% {
    transform: translate(0px, -50%);
  }
}
@keyframes arrowLeft {
  0% {
    transform: translate(0px, -50%);
  }
  /* 20% {
          transform: translate(-5px,-50%);
      } */
  50% {
    transform: translate(-5px, -50%);
  }
  100% {
    transform: translate(0px, -50%);
  }
}

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