/*
* Description: SCSS Design System
* Author: grafixlab.de
*/
/* COLORS */
/* FONTS */
/* FONT SIZES */
/* LINE HEIGHT */
/* LETTER SPACING */
/* SPACINGS */
/* Mixin for Transitions */
/* Box-Shadow */
/* BACKGROUNDS */
/* RESPONSIVE BREAKPOINTS */
/** OpenSans **/
/* OpenSans-Light */
@font-face {
  font-family: 'OpenSans-Light';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/OpenSans-Light-webfont.eot");
  /* IE9 Compat Modes */
  src: local("OpenSans-Light"), local("OpenSans-Light"), url("../fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light-webfont.woff2") format("woff2"), url("../fonts/OpenSans-Light-webfont.woff") format("woff"), url("../fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Light-webfont.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* OpenSans-Regular */
@font-face {
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/OpenSans-Regular-webfont.eot");
  /* IE9 Compat Modes */
  src: local("OpenSans-Regular"), local("OpenSans-Regular"), url("../fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular-webfont.woff2") format("woff2"), url("../fonts/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Regular-webfont.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* ##################### RESET CSS  ##################### */
html, body, div, span, applet, object, iframe,
blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

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

:focus {
  outline: 0; }

a:focus {
  outline: 0;
  text-decoration: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }

a:hover {
  text-decoration: none; }

::-webkit-input-placeholder {
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1; }

:-ms-input-placeholder {
  opacity: 1; }

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

figure {
  margin: 0; }

ol li {
  list-style-type: decimal;
  margin-bottom: 10px; }

.invisible {
  display: none; }

/* Common CSS */
/*Selection Color*/
::selection {
  background: #253c08;
  color: #ebebeb; }

::-moz-selection {
  background: #253c08;
  color: #ebebeb; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

.relative {
  position: relative; }

.icon {
  font-style: normal; }

.margin-top-bottom {
  margin: 15px 0; }

.border1px {
  border: 1px solid; }

/* Base Layout */
body {
  background: #000;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1; }

header h1 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center; }

/*Page*/
#container {
  margin-top: 12rem; }

/*Page*/
/*Teaser*/
/*Content*/
/*Footer*/
#footer {
  position: fixed;
  bottom: 0;
  width: 100%; }

/*Coustom Media Query CSS*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lead-form {
    margin: 0 100px; }
  .pricing-area .section-title-innr {
    min-height: 330px; }
  .gallery-area .section-title-innr {
    min-height: 250px; } }

@media only screen and (max-width: 767px) {
  .video-dec-innr {
    padding: 22px 20px; }
  .content-flap {
    margin-top: 20px; } }

body, h1, h2, h3, h4, h5, h6, p, a, ul {
  margin: 0;
  padding: 0; }

body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2em;
  font-family: "OpenSans-Light";
  color: #fff; }

h1, h2, h3, h4, h5, h6 {
  font-family: "OpenSans-Light";
  color: #888; }

h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.34em; }

h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.34em; }

h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.26em; }

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.26em; }

h5 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.26em; }

h6 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.26em; }

p:last-of-type {
  margin-bottom: 0; }

li {
  padding-left: 12px; }

ul {
  margin: -12px 0 10px 0;
  list-style-position: inside;
  padding-left: 24px; }

strong {
  font-family: "OpenSans-Regular"; }

blockquote {
  letter-spacing: 0.1rem; }

a {
  color: #fff; }
  a:active,
  a:visited,
  a:focus {
    color: #fff;
    text-decoration: none;
    outline: none; }
  a:hover {
    text-decoration: underline; }

a.button {
  color: #fff; }

a.button.highlight {
  background-color: #888;
  color: #fff; }

.ce_text a, footer a {
  color: #fff;
  display: inline-block;
  position: relative; }
  .ce_text a:before, footer a:before {
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    transition: all 0.2s ease-in-out; }
  .ce_text a:hover, footer a:hover {
    background-position: 0;
    text-decoration: none; }

.ce_text a:hover::before, footer a:hover::before {
  width: 100%; }

form {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

label, input, textarea, button, select {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  font-family: "OpenSans-Light";
  padding: 1rem; }

form .widget {
  margin-bottom: 1rem; }

form .widget label {
  padding-left: 0;
  display: block; }

form .widget label .mandatory {
  color: #253c08; }

form .widget input {
  border: 1px solid #253c08;
  background: #ebebeb;
  width: 75%; }

form .widget select {
  border: 1px solid #253c08;
  background: #ebebeb;
  width: 28%; }

form .widget textarea {
  border: 1px solid #253c08;
  background: #ebebeb;
  width: 75%; }

form .widget fieldset legend {
  padding: 1rem;
  padding-left: 0; }

form .widget button {
  padding: 0.5rem 1rem;
  border: 0.5px #253c08 solid;
  color: #253c08;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 0.75rem;
  background: #ebebeb; }
  @media screen and (max-width: 576px) {
    form .widget button {
      padding: 0.5rem; } }

form .widget-captcha label, form .widget-radio label, form .widget-checkbox label {
  display: inline; }

form .widget-captcha input {
  width: 1rem;
  text-align: center; }

form .widget-captcha span {
  padding-left: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em; }

form .widget-radio input, form .widget-checkbox input {
  width: auto; }

form .widget-upload input {
  border: none; }

input[type="search"]::-webkit-search-cancel-button {
  display: none; }

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

input, select, textarea {
  -webkit-border-radius: 0; }

.ce_accordion {
  margin: 2rem 0; }

.ce_accordion.firstelement {
  margin-top: 1rem; }

.ce_accordion .toggler {
  background: #f8f8f8;
  padding: 1rem;
  color: #253c08;
  font-family: "OpenSans-Light";
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 1px solid #253c08; }

.ce_accordion .toggler:after {
  content: '+';
  font-size: 22px;
  font-weight: bold;
  position: relative;
  float: right; }

.ce_accordion .toggler.active:after {
  content: '-'; }

.ce_accordion .ui-accordion-content {
  padding: 1rem;
  margin-top: 0.5rem; }

.ce_accordion .ui-accordion-content p {
  margin: 1rem 0; }

.ce_accordion .ui-accordion-content li {
  list-style-position: inside; }

.ce_accordion .toggler span {
  float: left; }

.ce_accordion .toggler_button {
  width: 25%;
  height: 76px;
  float: right;
  margin: -1rem;
  background: url("../images/acc_arrow-down.svg") 24px no-repeat #666;
  background-position: center center; }

.ce_accordion .toggler.active .toggler_button {
  background: url("../images/acc_arrow-up.svg") 24px no-repeat #666;
  background-position: center center;
  content: '-'; }

/* Lazy Loading Images */
img.lazy {
  opacity: 0; }

img:not(.initial) {
  transition: opacity 1.4s; }

img.initial,
img.loaded,
img.error {
  opacity: 1; }

img:not([src]) {
  visibility: hidden; }

.lazytrigger {
  opacity: 0;
  transition: opacity 3.5s; }

.lazytrigger.entered {
  animation: animate 2.5s ease forwards; }

@keyframes animate {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1; } }

.lazytrigger:nth-child(2) {
  animation-delay: 0.6s; }

.lazytrigger:nth-child(3) {
  animation-delay: 0.9s; }

.lazytrigger:nth-child(4) {
  animation-delay: 1.2s; }

.lazytrigger:nth-child(5) {
  animation-delay: 1.5s; }

.lazytrigger:nth-child(6) {
  animation-delay: 1.8s; }

.lazytrigger:nth-child(7) {
  animation-delay: 2.1s; }

.lazytrigger:nth-child(8) {
  animation-delay: 2.4s; }

.lazytrigger:nth-child(9) {
  animation-delay: 2.7s; }

.lazytrigger:nth-child(10) {
  animation-delay: 3s; }

.lazytrigger:nth-child(11) {
  animation-delay: 3.3s; }

.lazytrigger:nth-child(12) {
  animation-delay: 3.6s; }

.cc-footer .warn {
  display: none; }

.contao-cookiebar .cc-btn.success {
  background: #253c08;
  border: #ebebeb; }

.contao-cookiebar .cc-btn.success:hover {
  background: #253c08; }

.contao-cookiebar input:checked + label:before {
  background: #888;
  border-color: #ebebeb; }

.contao-cookiebar input:disabled + label:before {
  background: #f4f4f4;
  border-color: #c8c7c5; }

.contao-cookiebar input:checked + label:after {
  background: #ebebeb; }

#header .inside {
  padding: 0 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

#header span {
  flex: 1; }

.mod_article {
  height: calc(100vh - 183px); }

.mod_article .ce_text h1, .mod_article .ce_text h2, .mod_article .ce_text h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1rem; }

.mod_article .ce_text {
  height: 100%;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  line-height: 1.5em; }
  @media screen and (max-width: 768px) {
    .mod_article .ce_text {
      width: 100%; } }

.mod_article .ce_text .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  padding: 3rem; }
  @media screen and (max-width: 768px) {
    .mod_article .ce_text .grid {
      grid-template-columns: 1fr;
      gap: 2rem; } }

.mod_article .ce_text .grid p {
  text-align: left; }

.ce_gallery {
  column-count: 3;
  column-gap: 0px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 0; }
  @media screen and (max-width: 992px) {
    .ce_gallery {
      column-count: 2; } }
  @media screen and (max-width: 576px) {
    .ce_gallery {
      column-count: 1; } }

.ce_gallery ul {
  margin: 0;
  padding: 0; }

.ce_gallery li {
  display: inline-block;
  margin-bottom: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.ce_gallery li img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0px;
  overflow: hidden; }

.ce_gallery li:hover {
  opacity: 0.8; }

#footer .inside {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 1.5rem;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.15rem; }

#footer .inside nav {
  display: flex;
  justify-content: center; }

#footer .inside nav li {
  list-style-type: none;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }

body.day {
  background: #f8f8f8;
  color: #000; }

.day h1, .day h2, .day h3, .day h4, .day h5, .day h6 {
  color: #000; }

.day svg path {
  fill: black !important; }

.day a {
  color: #000; }

.day .mod_article .ce_text h1, .day .mod_article .ce_text h2, .day .mod_article .ce_text h3 {
  color: #000; }

.day #footer .inside {
  color: #000; }

.day .goverlay {
  background: #f8f8f8;
  color: #000; }

.day .ce_text a, footer a {
  color: #000; }
  .day .ce_text a:before, footer a:before {
    background: #000; }

button.gnext.gbtn, button.gprev.gbtn, button.gclose.gbtn {
  background: none;
  background-color: transparent;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

button.gnext:hover, button.gprev:hover, button.gclose:hover {
  background: none;
  background-color: transparent !important; }

button.gnext:hover {
  transform: translateX(4px); }

button.gprev:hover {
  transform: translateX(-4px); }

button.gclose:hover {
  transform: rotate(180deg); }

.glightbox-clean .gclose {
  width: 60px;
  height: 60px; }
