/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

h2 {
  font-size: 30;
}

p {
  font-family: "museo-sans", sans-serif;
}

p footer {
  font-family: "museo-sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #7A7A7A;
  margin: 60px 0 0 60px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .shadowed {
    text-shadow: none;
  }
}

/*cookie consent */


/* cookie consent*/

.shadowed {
  text-shadow: 2px 2px 20px #000;
}

.shadowed-white {
  text-shadow: 2px 2px 20px #fff;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

.button {
  display: inline-block;
  cursor: pointer;
  padding: 6px 12px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  text-align: center;
}

.button.primary {
  background: #C22F2F;
  color: #fff;
}

.button.primary:hover {
  background: #af2a2a;
}

.loadmore {
  color: white;
  background: #00622F;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  border-style: solid;
  border-color: white;
  border-width: 2px;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  margin: auto;
  box-shadow: 5px 5px 18px rgba(0, 0, 0, 0.5);
}

.loadmore p {
  transform: scale(1);
  transition: all 0.3s linear;
}

.loadmore:hover p {
  transform: scale(1.2);
  transition: all 0.2s linear;
}

.btn-prime:focus,
.btn-prime.focus {
  background: #00622F;
}

.btn-prime:hover {
  background: #00622F;
}

.container-ani-img:hover .btn-prime {
  background: #00622F;
  color: white;
  transition: all 0.3s ease;
}

.container-ani-img:hover .btn-prime-green {
  background: #FFFFFF;
  color: #00622F;
  border-color: #00622F;
  transition: all 0.3s ease;
}

.btn-prime {
  background: #FFFFFF;
  color: #00622F;
  border-radius: 0px;
  font-size: 1em;
  border-color: #00622F;
  border-style: none;
  border-width: 1px;
  padding: 0.5em 1.6em 0.5em 1.6em;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-prime:hover {
  background: #00622F;
  color: white;
  transition: all 0.3s ease;
}

.btn-prime:active,
.btn-prime:focus {
  background: #00622F;
}

.btn-prime-green {
  background: #00622F;
  color: white;
  border-radius: 0px;
  font-size: 1em;
  border-color: #00622F;
  border-style: solid;
  border-width: 1px;
  padding: 0.5em 1.6em 0.5em 1.6em;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-prime-green:hover {
  background: white;
  color: #00622F;
  border-color: #00622F;
  transition: all 0.3s ease;
}

.btn-prime-green:active,
.btn-prime-green:focus {
  background: #00622F;
}

.btn-prime-blue {
  background: white;
  color: #01164F;
  border-radius: 0px;
  font-size: 1em;
  border-color: #01164F;
  border-style: solid;
  border-width: 1px;
  padding: 0.5em 1.6em 0.5em 1.6em;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-prime-blue:hover {
  background: #01164F;
  color: white;
  border-color: white;
  transition: all 0.3s ease;
}

.btn-prime-blue:active,
.btn-prime-blue:focus {
  background: white;
  color: #01164F;
  border-radius: 0px;
  font-size: 1em;
  border-color: #01164F;
}

button:focus {
  outline: 0;
  background: #00622F;
}

button:active {
  outline: 0;
  background: #00622F;
}

.btn-prime.btn-green {
  color: #FFFFFF;
  background: #00622F;
}

#footer {
  font-family: museo-sans, sans-serif;
  padding-top: 40px;
  color: white;
}

.footerSocial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
}

.socialText {
  padding-bottom: 64px;
}

.socialText p {
  color: #00622F;
  font-size: 2em;
  line-height: 1.4em;
  text-transform: uppercase;
  text-align: center;
}

.socialIcons {
  padding-bottom: 6em;
}

.socialIcons img {
  width: 140px;
  height: 140px;
  padding: 20px;
}

ul#menu-footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu li {
  display: block;
  float: none;
  margin-right: 20px;
}

.menu li a {
  color: #00622F;
}

.widget-title h3 {
  font-size: 36px;
  font-weight: 700;
}

.toTop {
  background: #00622F;
  position: fixed;
  bottom: 20px;
  right: 32px;
  z-index: 900;
  padding: 10px;
  box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  transform: scale(0);
  transition: all 0.2s ease;
}

.toTop img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

img {
  border-style: none;
}

.footer-widgets {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2em;
  margin-left: -2em;
}

.footer-widgets p {
  font-size: 16px;
  color: white;
}

.footer-widgets a {
  color: white;
}

.footer-widgets a:hover {
  color: white;
}

@media (min-width: 768px) {
  .footer-widgets {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2em;
    margin-left: -2em;
  }
  .widget-title h3 {
    font-size: 1.5em;
  }
  .toTop {
    position: fixed;
    bottom: 20px;
    right: 32px;
    z-index: 900;
    padding: 10px;
    box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    transform: scale(0);
    transition: all 0.2s ease;
  }
  .toTop img {
    width: 60px;
    height: 60px;
    cursor: pointer;
    padding-bottom: 5px;
  }
  .menu li {
    float: left;
  }
}

@media (min-width: 992px) {
  .widget-title h3 {
    font-size: 1.8em;
  }
}

@media (min-width: 1800px) {
  .widget-title h3 {
    font-size: 2.25em;
  }
}

.button {
  display: inline-block;
  cursor: pointer;
  padding: 6px 12px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  text-align: center;
}

.button.primary {
  background: #C22F2F;
  color: #fff;
}

.button.primary:hover {
  background: #af2a2a;
}

.loadmore {
  color: white;
  background: #00622F;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  border-style: solid;
  border-color: white;
  border-width: 2px;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  margin: auto;
  box-shadow: 5px 5px 18px rgba(0, 0, 0, 0.5);
}

.loadmore p {
  transform: scale(1);
  transition: all 0.3s linear;
}

.loadmore:hover p {
  transform: scale(1.2);
  transition: all 0.2s linear;
}

.btn-prime:focus,
.btn-prime.focus {
  background: #00622F;
}

.btn-prime:hover {
  background: #00622F;
}

.container-ani-img:hover .btn-prime {
  background: #00622F;
  color: white;
  transition: all 0.3s ease;
}

.container-ani-img:hover .btn-prime-green {
  background: #FFFFFF;
  color: #00622F;
  border-color: #00622F;
  transition: all 0.3s ease;
}

.btn-prime {
  background: #FFFFFF;
  color: #00622F;
  border-radius: 0px;
  font-size: 1em;
  border-color: #00622F;
  border-style: none;
  border-width: 1px;
  padding: 0.5em 1.6em 0.5em 1.6em;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-prime:hover {
  background: #00622F;
  color: white;
  transition: all 0.3s ease;
}

.btn-prime:active,
.btn-prime:focus {
  background: #00622F;
}

.btn-prime-green {
  background: #00622F;
  color: white;
  border-radius: 0px;
  font-size: 1em;
  border-color: #00622F;
  border-style: solid;
  border-width: 1px;
  padding: 0.5em 1.6em 0.5em 1.6em;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-prime-green:hover {
  background: white;
  color: #00622F;
  border-color: #00622F;
  transition: all 0.3s ease;
}

.btn-prime-green:active,
.btn-prime-green:focus {
  background: #00622F;
}

.btn-prime-blue {
  background: white;
  color: #01164F;
  border-radius: 0px;
  font-size: 1em;
  border-color: #01164F;
  border-style: solid;
  border-width: 1px;
  padding: 0.5em 1.6em 0.5em 1.6em;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-prime-blue:hover {
  background: #01164F;
  color: white;
  border-color: white;
  transition: all 0.3s ease;
}

.freeprivacypolicy-com---nb-interstitial {
    left: 3vw;
    bottom: 3vh;
    max-width: 580px;
    position: fixed;
}

.btn-prime-blue:active,
.btn-prime-blue:focus {
  background: white;
  color: #01164F;
  border-radius: 0px;
  font-size: 1em;
  border-color: #01164F;
}

button:focus {
  outline: 0;
  background: #00622F;
}

button:active {
  outline: 0;
  background: #00622F;
}

.btn-prime.btn-green {
  color: #FFFFFF;
  background: #00622F;
}

.hero {
  background: #232323;
  color: #AF9F73;
  overflow: hidden;
}

.hero .hero-media {
  float: left;
  height: 100%;
  max-width: 45%;
}

.hero .hero-body {
  display: flex;
  margin-left: 45%;
}

.hero .hero-body p {
  font-size: 26px;
  -webkit-font-smoothing: antialiased;
}

.hero .hero-body .hero-body-content {
  padding: 40px;
}

.quadratic:before {
  content: '';
  float: left;
  padding-top: 100%;
}

.carousel-indicators.social .active {
  background: #00622F;
}

.carousel-indicators.social li {
  background: none;
  border-color: #00622F;
  border-style: solid;
  border-width: 1px;
}

.carousel-indicators .active {
  background: #ffffff;
}

.carousel-indicators li {
  background: none;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
}

#sliderHead .carousel-item,
#socialSlider .carousel-item {
  height: 70vh;
  min-height: 550px;
  background: no-repeat top center scroll;
  background-size: cover;
}

#sliderHead .carousel-item p,
#socialSlider .carousel-item p {
  color: white;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 1em;
}

#sliderHead .carousel-item h1,
#socialSlider .carousel-item h1 {
  color: white;
  font-family: museo-sans, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-style: normal;
  font-size: 2.25em;
  margin: 0.67em 0;
}

#sliderHead .center-item,
#socialSlider .center-item {
  right: inherit;
  bottom: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

#sliderHead .carousel-indicators li,
#socialSlider .carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  cursor: pointer;
}

#socialSlider .carousel-item {
  min-height: 400px;
  background: no-repeat top center scroll;
  background-size: cover;
}

.moreInfos .imageBG {
  height: 60%;
}

.moreInfos .carousel-item {
  height: 60vh;
  min-height: 250px;
  background: no-repeat top center scroll;
  background-size: cover;
  max-height: 450px;
}

.moreInfos .carousel-caption-custom {
  margin-top: 40px;
}

.moreInfos .p2 {
  font-weight: 300;
}

.moreInfos .carousel-indicators {
  top: calc(50% + 20px);
}

.moreInfos .carousel-indicators li {
  width: 10px;
  height: 10px;
  background: none;
  border-radius: 100%;
  border-color: #00622F;
  border-style: solid;
}

.moreInfos .carousel-indicators li.active {
  background: #00622F;
}

@media (min-width: 400px) {
  .moreInfos .carousel-indicators {
    top: calc(50% + 35px);
  }
}

@media (min-width: 768px) {
  .modal .carousel-control-prev,
  .modal .carousel-control-next {
    height: 70%;
  }
  .moreInfos .imageBG {
    height: 75%;
  }
  .moreInfos .carousel-item {
    max-height: 600px;
  }
  .moreInfos .carousel-indicators {
    top: calc(70% + 5px);
  }
  .moreInfos .carousel-indicators li {
    width: 10px;
    height: 10px;
    background: none;
    border-color: #00622F;
    border-style: solid;
  }
  .moreInfos .carousel-indicators li.active {
    background: #00622F;
  }
  #sliderHead .carousel-item h1,
  #socialSlider .carousel-item h1 {
    font-size: 2.5em;
  }
}

@media (min-width: 992px) {
  #sliderHead .carousel-item h1,
  #socialSlider .carousel-item h1 {
    font-size: 2.8em;
  }
}

@media (min-width: 1600px) {
  .moreInfos .carousel-item {
    height: 65vh;
    max-height: 750px;
  }
}

@media (min-width: 1600px) and (min-height: 950px) {
  .moreInfos .carousel-item {
    height: 65vh;
    max-height: 750px;
  }
  .moreInfos .carousel-indicators {
    top: calc(60% + 15px);
  }
}

@media (min-width: 1800px) {
  #sliderHead .carousel-item h1,
  #socialSlider .carousel-item h1 {
    font-size: 3.25em;
  }
}

.no-scroll {
  overflow: hidden;
  position: fixed;
}

/* The sidebar menu */
.sidebar {
  height: 100vh;
  /* 100% Full-height */
  width: 100%;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Stay on top */
  top: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  background-color: #026230;
  /* Green*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: all 0.1s ease;
  /* 0.1 second transition effect*/
}

#sidebarBtn {
  z-index: 999;
}

.aboutScreen {
  margin-top: -60px;
}

.collapse {
  display: none;
}

.showMenu {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
}

.sidebar img:first-child {
  margin-right: 2em;
}

.sidebar img {
  margin-top: 2em;
  width: 50px;
  height: 50px;
  margin-left: 2em;
}

/* The sidebar links */
.sidebar a {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  display: block;
  transition: 0.3s;
}

#navLinks {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

/* Position and style the close button (top right corner) */
.sidebar .openbtn {
  position: absolute;
  top: 59px;
  right: 35px;
  font-size: 20px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#mainNav {
  display: flex;
  justify-content: flex-end;
  z-index: 999;
}

.openbtn {
  border: none;
  background: transparent !important;
  pointer-events: auto;
}

.openbtn.active .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(10px, 10px);
  transition: ease all .3s;
}

.openbtn.active .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all .3s;
}

.openbtn.active .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
  transition: ease all .3s;
}

.openbtn:focus {
  outline: none;
  background: transparent !important;
}

.openbtn .icon-bar {
  background-color: #fff;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all .3s;
  display: block;
  width: 40px;
  height: 4px;
  border-radius: 1px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.openbtn .icon-bar + .icon-bar {
  margin-top: 6px;
}

.logoNav img {
  width: 120px;
  height: auto;
}

.navbar .navbar-brand, .navbar .closeDetail {
  pointer-events: auto;
}

.navbar {
  background: none;
  height: 60px;
  z-index: 9999;
  pointer-events: all;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }
  .sidebar a {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .sidebar .openbtn {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 16px;
  }
  .sidebar a {
    font-size: 1.5em;
  }
  .sidebar img {
    margin-top: 3em;
    width: 30px;
    height: 30px;
    margin-left: 1em;
  }
  .sidebar img:first-child {
    margin-right: 1em;
  }
}

@media (min-width: 1024px) {
  .sidebar .openbtn {
    position: absolute;
    top: 60px;
    right: 30px;
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .logoNav img {
    margin-top: 0em;
    top: 0px;
    width: 240px;
    height: auto;
  }
  .logoNav {
    padding-left: 10px;
  }
  .aboutScreen {
    margin-top: -155px;
  }
  .main-navbar {
    height: 155px;
  }
  .nav-close {
    height: 110px;
  }
  .sidebar a {
    font-size: 2em;
  }
}

.about h1 {
  text-transform: uppercase;
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  color: white;
}

.about h3 {
  color: white;
}

.about p {
  font-family: museo-sans, sans-serif;
}

.aboutScreen {
  margin-top: -60px;
}

.imageFullWidth {
  min-height: 500px;
}

.hell {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 75%, white 84%, white 90%, white 100%);
}

.copyBlockHell {
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 40px;
  padding-right: 40px;
}

.copyBlockHell h1 {
  color: black;
  font-weight: 700;
  font-size: 48px;
  margin-top: 0px;
  margin-bottom: 32px;
}

.copyBlockHell p {
  color: black;
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 16px;
}

.splitt2-1 .background {
  min-height: 350px;
}

.neutralBG {
  background-color: #fff;
}

.text-right-column {
  background: #00622F;
  color: white;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  padding-left: 5em;
  padding-right: 5em;
  padding-top: 6em;
  padding-bottom: 6em;
}

.text-right-column h1 {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  -webkit-margin-before: 0.67em;
  margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
  margin-block-end: 0.67em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
}

.text-right-column h1, .text-right-column p {
  font-family: museo-sans, sans-serif;
  color: white;
}

.text-right-column p {
  font-size: 16px;
  margin: 0 0 16px;
}

.quote h3 p {
  color: #00622F;
  line-height: 1.4em;
  font-size: 36px;
  font-weight: bold;
}

.quote blockquote p {
  font-weight: 300;
  font-size: 1em;
}

.dunkel {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 90%);
}

.copyBlockDunkel {
  padding: 80px 40px 80px 80px;
}

.copyBlockDunkel h1 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 32px;
}

@media screen and (min-width: 1200px) {
  .imageFullWidth, .copyBlockDunkel, .copyBlockHell {
    min-height: 800px;
  }
  .splitt2-1 .background {
    min-height: inherit;
  }
}

@media screen and (min-width: 1200px) {
  .imageFullWidth, .copyBlockDunkel, .copyBlockHell {
    min-height: 800px;
  }
  .splitt2-1 .background {
    min-height: inherit;
  }
}

@media screen and (min-width: 768px) {
  .aboutScreen {
    margin-top: -155px;
  }
  .copyBlockHell {
    padding-top: 5em;
    padding-bottom: 5em;
    padding-right: 5em;
  }
  .copyBlockHell p {
    color: black;
    font-size: 18px;
    line-height: 1.6em;
  }
  .dunkel {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 24%, rgba(0, 0, 0, 0.65) 25%, rgba(0, 0, 0, 0.31) 51%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0) 100%);
  }
  .copyBlockDunkel {
    padding-top: 5em;
    padding-bottom: 5em;
    padding-left: 5em;
  }
  .copyBlockDunkel h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
  }
  .copyBlockDunkel p {
    color: white;
    font-size: 18px;
    line-height: 1.6em;
  }
}

.aldi h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
}

.kontakt h1 {
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: 700;
  text-transform: uppercase;
}

.unternehmen {
  min-height: 400px;
}

.unternehmen {
  background: #00622F;
  color: white;
  text-align: left;
  padding: 2em 2em 2em 2em;
}

.unternehmen h2 {
  color: #fff;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
}

.unternehmen p {
  font-size: 1.3em;
  color: #fff;
}

.product-pot {
  display: none;
}

div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.unternehmen .btn-prime {
  border-color: #FFF;
  border-style: solid;
  border-width: 1px;
}

@media (min-width: 768px) {
  .kontakt h1 {
    font-size: 2.5em;
  }
  .unternehmen {
    padding: 40px 40px 40px 40px;
  }
  .unternehmen h2 {
    font-size: 2em;
  }
  .unternehmen p {
    font-size: 1.5em;
    line-height: 1.4em;
  }
  .aldi h2 {
    font-size: 2em;
  }
}

@media (min-width: 992px) {
  .kontakt h1 {
    font-size: 2.8em;
  }
  .unternehmen h2 {
    font-size: 2.2em;
  }
  .aldi h2 {
    font-size: 2.2em;
  }
}

@media (min-width: 1800px) {
  .kontakt h1 {
    font-size: 3.25em;
  }
  .unternehmen h2 {
    font-size: 3em;
  }
  .aldi h2 {
    font-size: 3em;
  }
}

.produkt-image-single {
  width: auto;
  padding-top: 5em;
  max-height: 500px;
  height: 60%;
}

@media screen and (min-width: 769px) {
  .produkt-image-single {
    width: auto;
    padding-top: 6em;
    max-height: 600px;
    height: 60%;
  }
}

body {
  overflow-x: hidden;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  height: calc(100vh - 20px);
}

.post-container {
  display: none;
}

a {
  cursor: pointer;
}

#noScroll {
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

#scroll-disabled {
  overflow: hidden;
}

body::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

.black-text p {
  color: #212529;
}

.white-text p {
  color: #FFFFFF;
}

.Datenschutz h1 {
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
}

.Datenschutz h2 {
  text-transform: uppercase;
}

.Datenschutz h1, .Datenschutz h2, .Datenschutz h3 {
  color: #00622F;
  font-size: 1.4em;
  font-weight: 700;
}

.background-quer-fill {
  background-image: url("/assets/img/kachelQuer.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  background-color: #c19773;
}

.tip {
  color: white;
  background: white;
}

.product {
  margin-top: 0%;
}

.zitat {
  min-height: 350px;
  color: #00622F;
  font-size: 1.3em;
  font-weight: 700;
}

.neutralBG blockquote p {
  font-size: 0.8em;
  font-weight: 300;
}



@media (max-width: 768px) {
  .freeprivacypolicy-com---nb-interstitial {
    right: 3vw;
    top: 3vh;
    left: 3vw;
    max-width: 100%;
    position: fixed;
  }
}

@media (min-width: 768px) {
  .Datenschutz h1 {
    font-size: 3em;
  }
  .Datenschutz h2, .Datenschutz h3 {
    color: #00622F;
    font-size: 2em;
  }
  body {
    font-size: 16px;
  }
  .zitat {
    min-height: 500px;
    font-size: 1.8em;
  }
  .neutralBG blockquote p {
    font-size: 0.8em;
  }
}

@media (min-width: 992px) {
  .product {
    margin-top: -25%;
  }
}

label, label span, label input, label textarea {
  max-width: 100%;
}

.container-ani-img .ani-img-half {
  cursor: pointer;
  transition: all 0.8s 0.3s linear;
  min-height: 400px;
}

.container-ani-img .produkt-img-half {
  cursor: pointer;
  transition: all 0.8s 0.3s linear;
  min-height: 300px;
}

.container-ani-img:hover .ani-img-half {
  cursor: pointer;
  transform: scale(1.05);
}

.ani-img-half {
  height: 85%;
}

.container-ani-img .ani-img {
  cursor: pointer;
  transition: all 0.8s 0.3s linear;
}

.container-ani-img:hover .ani-img {
  cursor: pointer;
  transform: scale(1.05);
}

.container-ani-img:hover .produkt-image {
  cursor: pointer;
  transform: scale(1.05);
}

.container-ani-img .produkt-image {
  cursor: pointer;
  transition: all 0.8s 0.3s linear;
}

.tip {
  color: white;
  background: white;
}

.post-box-quadratic {
  max-height: 800px;
  min-height: 550px;
}

.container-ani-img {
  overflow: hidden;
  cursor: pointer;
}

.container-75, .half-width {
  padding: 2em 2em 2em 2em;
}

.rezept-img-icon {
  position: absolute;
  top: 2em;
  right: 2em;
}

.copy-ani-img h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
}

.wrapperRezept {
  margin-top: -60px;
}

.wrapperRezept p {
  font-size: 1em;
}

.wrapperRezept .neutralBG p {
  line-height: 1.6em;
}

.wrapperRezept .neutralBG p.info {
  padding-top: 1em;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 0.8em;
}

.coverImage {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

.listeZutaten p strong {
  font-weight: 700;
}

.stepNumber {
  padding-top: 0px;
  font-size: 8em;
  color: #00622F;
  padding-right: 40px;
  line-height: 0.88em;
  font-weight: 700;
}

.backenZeit {
  margin-top: 0px;
}

.backenRect img,
.zeitRect img {
  width: 50px;
}

.weitereRezepte-copy {
  color: white;
}

.weitereRezepte-copy h2 {
  color: white;
}

h1.rezeptHeadline {
  color: #00622F;
  font-weight: 700;
  font-size: 2em;
}

.rezeptHeadline {
  text-transform: uppercase;
}

.abbinderCopy {
  padding: 4em;
}

.abbinderCopy strong {
  color: #00622F;
  font-weight: 700;
  line-height: 2em;
  font-size: 2em;
}

.container-copy-tip {
  max-width: 90%;
}

.copy-ani-img {
  position: absolute;
  bottom: 2em;
  left: 2em;
}

@media (min-width: 768px) {
  .imageRezept {
    min-height: 500px;
    height: 80vh;
  }
  .wrapperRezept {
    margin-top: -110px;
  }
  .wrapperRezept .category {
    font-size: 1.8em;
  }
  .wrapperRezept p {
    font-size: 1.2em;
    line-height: 1.6em;
  }
  .wrapperRezept .neutralBG p {
    font-size: 1.2em;
    line-height: 1.6em;
  }
  .wrapperRezept .neutralBG p.info {
    padding-top: 1em;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 1.2em;
  }
  h1.rezeptHeadline {
    font-size: 3em;
    margin-bottom: 0em;
  }
  .copy-ani-img h2 {
    font-size: 2em;
  }
  .post-width {
    height: 100% !important;
  }
  .post-box-quadratic {
    min-height: 600px;
    max-height: 2000px;
  }
  .container-ani-img .produkt-img-half {
    min-height: 400px;
  }
}

@media (min-width: 992px) {
  .backenZeit {
    margin-top: -250px;
  }
  .imageRezept {
    min-height: 650px;
  }
  .copy-ani-img h2 {
    font-size: 2.2em;
  }
  .post-width {
    height: 50% !important;
  }
}

@media (min-width: 1200px) {
  .backenZeit {
    margin-top: -300px;
  }
  .imageRezept {
    min-height: 750px;
  }
}

@media (min-width: 1500px) {
  .backenZeit {
    margin-top: -400px;
  }
  .imageRezept {
    min-height: 750px;
  }
}

@media (min-width: 1800px) {
  .copy-ani-img h2 {
    font-size: 3em;
  }
}

.wrapperTipp {
  margin-top: -160px;
}

.container-slider-image {
  height: 100vh;
}

.imageOverlay.textblock .fliesstext p {
  font-weight: 300;
}

.imageOverlay {
  max-height: calc(75% - 1em);
  color: #00622F;
  padding: 50px;
}

.neutralBG {
  background-color: #fff;
}

.iconOverlay {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -25px;
}

.iconCategory {
  width: 50px;
  height: 50px;
  pointer-events: none;
}

img {
  border-style: none;
}

.head-block {
  padding: 0em 0em 0em 0em;
  padding-top: 40px;
}

.head-block .category {
  margin-bottom: 0rem;
}

.imageOverlay .category {
  font-size: 1em;
  font-weight: 300;
  padding-bottom: 5px;
}

.imageOverlay p {
  font-size: 1em;
  font-weight: 700;
}

.neutralBG p {
  line-height: 1.4em;
  font-size: 1em;
}

p.category {
  margin-bottom: 0rem;
}

.neutralBG p {
  line-height: 1.4em;
}

.category {
  font-size: 1.2em;
  padding-bottom: 10px;
}

.imageOverlay h3 {
  color: #00622F;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1.2em;
}

h3 {
  font-size: 1.25em;
  line-height: 43px;
  font-weight: 700;
}

.imageOverlay.textblock .fliesstext {
  color: black;
  font-size: 0.8em;
  font-weight: 700;
  padding: 0em 0em 0em 0em;
  padding-top: 40px;
}

.imageOverlay.textblock .fliesstext p strong {
  color: #00622F;
  font-weight: 700;
}

.imageOverlay p strong {
  font-weight: 700;
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

.imageOverlay.textblock .fliesstext a {
  color: #00622F;
}

.carousel-control-prev, .carousel-control-next {
  height: 55%;
}

.moreInfos .imageBG {
  height: 60%;
}

.carouselInner {
  padding-bottom: 40%;
}

.carouselData {
  margin-top: -50%;
}



@media (min-width: 768px) {
  .container-slider-image {
    height: 100vh;
  }
  .imageOverlay.textblock {
    overflow-y: scroll;
    max-height: 100%;
  }
  .imageOverlay {
    height: 100%;
    max-height: 100%;
  }
  .iconOverlay {
    position: fixed;
    top: 0px;
    left: 25%;
    margin-top: 5em;
    margin-left: -3em;
    transform: translateX(0%);
  }
  .iconCategory {
    width: 84px;
    height: 84px;
    margin-top: 0em;
    margin-right: 0em;
  }
  .imageOverlay .head-block {
    padding: 0em 6em 0em 6em;
    padding-top: 3.5em;
  }
  .imageOverlay .category {
    font-size: 1.8em;
  }
  .imageOverlay p {
    font-size: 1em;
    line-height: 1.4em;
  }
  .neutralBG p {
    font-size: 1em;
  }
  .category {
    font-size: 1.8em;
    padding-bottom: 5px;
  }
  .imageOverlay h3 {
    color: #00622F;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1.2em;
  }
  h3 {
    font-size: 1.5em;
  }
  .imageOverlay.textblock .fliesstext {
    margin-top: 0em;
    color: black;
    font-size: 1em;
    font-weight: 700;
    padding: 0em 6em 0em 6em;
    padding-top: 3.5em;
  }
  .imageOverlay p strong {
    font-weight: 700;
    font-size: 1em;
    line-height: 1.4em;
  }
  .carousel-control-prev, .carousel-control-next {
    height: 70%;
  }
  .moreInfos .imageBG {
    height: 75%;
  }
  .carouselData {
    margin-top: -40%;
  }
  .carouselInner {
    padding-bottom: 20%;
  }
}

@media (min-width: 991px) {
  .container-slider-image {
    height: calc(100%);
  }
  .imageOverlay.textblock {
    overflow-y: scroll;
    max-height: 100%;
  }
  .imageOverlay {
    height: 100%;
    max-height: 100%;
  }
  .iconOverlay {
    position: fixed;
    top: 0px;
    left: 33.5%;
    margin-top: 5em;
    margin-left: -3em;
    transform: translateX(0%);
  }
  .imageOverlay .head-block {
    padding: 0em 6em 0em 6em;
    padding-top: 3.5em;
  }
  .imageOverlay .category {
    font-size: 1.8em;
  }
  .imageOverlay p {
    font-size: 1.2em;
    line-height: 1.4em;
  }
  .imageOverlay h3 {
    color: #00622F;
    text-transform: uppercase;
    font-size: 3em;
    line-height: 1.2em;
  }
  h3 {
    font-size: 1.8em;
  }
  .imageOverlay.textblock .fliesstext {
    margin-top: 0em;
    color: black;
    font-size: 1em;
    font-weight: 700;
    padding: 0em 6em 0em 6em;
    padding-top: 3.5em;
  }
  .imageOverlay p strong {
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.4em;
  }
  .carouselData {
    margin-top: -40%;
  }
  .carouselInner {
    padding-bottom: 40%;
  }
}

@media (min-width: 1300px) {
  .carouselData {
    margin-top: -5rem;
  }
  .carouselInner {
    padding-bottom: 7rem;
  }
}

@media (min-width: 1800px) {
  h3 {
    font-size: 2.25em;
  }
  .carouselData {
    margin-top: -1rem;
  }
  .carouselInner {
    padding-bottom: 10%;
  }
}

@media (min-width: 2000px) {
  h3 {
    font-size: 2.25em;
  }
  .carouselData {
    margin-top: 3rem;
  }
  .carouselInner {
    padding-bottom: 0;
  }
}

.product-item img{max-height: 300px!important;}

.product-item:hover img {
  opacity: 0.65;
}

.produkt-single h2, h5, a {
  color: #00622F;
}

.card {
  border: none;
  border-radius: 0;
}

.card-header:first-child, .card-header:last-child {
  border-radius: 0;
  border: none;
}

.card-header {
  border: none;
  background-color: #00622F;
  color: #FFFFFF;
  padding: 0.25rem 0.5rem;
}

.card .btn-link:hover {
  text-decoration: none;
}

.collapse.show {
  display: block;
}

.product-single h2 {
  color: #00622F;
  font-size: 1.2em;
  line-height: 1.4em;
  text-transform: none;
  font-weight: 700;
}

.product-item a {
  text-decoration: none;
  background-color: transparent;
}

h1.rh1 {
  margin: 0.67em 0;
  margin-bottom: 0;
}

.card .btn-link {
  color: #FFFFFF;
  width: 100%;
  text-align: left;
}

.arrow .btn-link.collapsed:before {
  transform: rotate(0deg);
}

.arrow .btn-link:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 22px;
  background-image: url(/assets/img/arrow-w.svg);
  background-repeat: no-repeat;
  right: 15px;
  top: 13px;
  transform: rotate(90deg);
  transition: transform 0.3s;
}

.product-image {
  max-height: 400px;
}

.prod-catg {
  color: #00622F;
}

@media screen and (min-width: 769px) {
  .pl-md-100 {
    padding-left: 100px;
  }
  .produkt-image {
    width: auto;
    padding-top: 10em;
    max-height: 500px;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contactimageheader, .product-header {
    height: 300px;
  }

}

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