/** Bootstrap Config **/
@font-face {
  font-family: 'YanoneKaffeesatz';
  src: url("/content/fonts/YanoneKaffeesatz-Regular.ttf");
}

/*Copyright 2010, The Yanone Kaffeesatz Project Authors (post@yanone.de)*/
@font-face {
  font-family: 'Pacifico';
  src: url("/content/fonts/Pacifico-Regular.ttf");
}

/*Copyright 2018 The Pacifico Project Authors (https://github.com/googlefonts/Pacifico)*/
@font-face {
  font-family: 'Buenard';
  src: url("/content/fonts/Buenard-Regular.ttf");
}

/*Copyright (c) 2011, FontFuror (info@fontfuror.com), 
with Reserved Font Names "Buenard" and "Buenard Pro"*/
body {
  font-family: "Buenard", sans-serif;
}

/** Bootstrap Config **/
/** Checkbox Design **/
.ddm-checkbox {
  margin-bottom: 5px;
}

.ddm-checkbox > input {
  display: none !important;
}

.ddm-checkbox > input + label {
  display: block;
  position: relative;
  padding-left: 35px;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ddm-checkbox > input + label:last-child {
  margin-bottom: 0;
}

.ddm-checkbox > input + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #35A936;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.ddm-checkbox > input:not(:checked):disabled + label:before {
  border: 2px solid gray;
}

.ddm-checkbox > input:checked + label:before {
  width: 10px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%);
          transform: rotate(45deg) translateX(-50%) translateY(-50%);
  top: 45%;
}

.ddm-checkbox > input:checked:disabled + label:before {
  border-right-color: gray;
  border-bottom-color: gray;
}

.ddm-checkbox > input:disabled + label {
  color: gray;
}

input[type="checkbox"].ddm-admin-checkbox {
  display: none;
}

.ddm-admin-checkbox {
  display: inline-block;
}

.ddm-radio-button {
  position: relative;
}

.ddm-radio-button > input {
  position: absolute;
  top: 4px;
  left: 0;
  opacity: 0;
  z-index: 0;
}

.ddm-radio-button > label {
  display: block;
  padding: 0 0 0 24px;
  cursor: pointer;
}

.ddm-radio-button > label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 14px;
  z-index: 1;
  -webkit-transition: rgba(0, 0, 0, 0.54) 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: rgba(0, 0, 0, 0.54) 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.ddm-radio-button > label:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #35A936;
  border-radius: 50%;
  z-index: 2;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.ddm-radio-button > input:checked + label:before {
  border-color: #35A936;
}

.ddm-radio-button > input:checked + label:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/** Hideable **/
.ddm-hideable .ddm-hideable-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ddm-hideable .ddm-hideable-controls .ddm-checkbox > label {
  padding-left: 30px;
}

.ddm-hideable .ddm-hideable-controls .ddm-checkbox {
  margin-bottom: 0;
}

.ddm-hideable .ddm-hideable-line {
  height: 1px;
  border-bottom: 1px solid #35A936;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.ddm-hideable .ddm-hideable-controls-text {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ddm-hideable .ddm-hideable-controls-text .ddm-hideable-title {
  padding-right: 20px;
  font-weight: bold;
  white-space: nowrap;
}

.ddm-hideable .ddm-hideable-content {
  display: none;
}

/** Bootstrap Config **/
.header-white {
  background-color: white;
}

.ddm-specific-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 600;
  font-family: "YanoneKaffeesatz", sans-serif;
  background-color: white;
  max-height: 12%;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  /* Reducing content width to use only one row */
  /* Mobile */
}

.ddm-specific-header .klh-navigation {
  width: 100%;
  position: relative;
  background-color: white;
  min-height: 80px;
}

.ddm-specific-header .klh-navigation .ddm-image-container {
  position: static;
}

.ddm-specific-header .klh-navigation .ddm-image-container .ddm-image-edit-button {
  right: auto !important;
  left: 16px !important;
}

.ddm-specific-header .klh-navigation .header-logo {
  cursor: pointer;
  height: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.ddm-specific-header .klh-navigation .header-logo-mobile {
  display: none;
}

.ddm-specific-header .klh-navigation .center-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 30px;
}

.ddm-specific-header .klh-navigation .nav-header {
  display: inline;
}

.ddm-specific-header .klh-navigation .nav-header > .nav-title {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  padding: 10px 10px 10px 10px;
}

.ddm-specific-header .klh-navigation .nav-btn {
  display: none;
}

.ddm-specific-header .klh-navigation .nav-links {
  display: inline;
  float: right;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: bold;
}

.ddm-specific-header .klh-navigation .nav-links > div {
  position: relative;
  display: inline;
  margin: 0 20px;
}

.ddm-specific-header .klh-navigation .nav-links a {
  display: inline-block;
  padding: 13px 5px;
  text-decoration: none;
  color: black;
  font-weight: normal !important;
  position: relative;
}

.ddm-specific-header .klh-navigation .nav-links a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 15px;
  left: 0;
  background: black;
  visibility: hidden;
  border-radius: 5px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: .25s linear;
  transition: .25s linear;
}

.ddm-specific-header .klh-navigation .nav-links a:hover:before, .ddm-specific-header .klh-navigation .nav-links a:focus:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.ddm-specific-header .klh-navigation .nav-links .active:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: none;
  transition: none;
}

.ddm-specific-header .klh-navigation #nav-check {
  display: none;
}

.ddm-specific-header .klh-navigation .dropdown-content {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s linear,opacity 0.3s linear;
  transition: visibility 0.3s linear,opacity 0.3s linear;
  position: absolute;
  left: -5px;
  background-color: white;
  padding: 1em 0.5em 0 0.5em;
}

.ddm-specific-header .klh-navigation .dropdown-content > div {
  position: relative;
  display: inline;
  white-space: nowrap;
  font-size: 22px;
}

.ddm-specific-header .klh-navigation .dropdown-content > div a {
  color: #35A936;
}

.ddm-specific-header .klh-navigation .dropdown-content > div a:before {
  background: #35A936 !important;
}

.ddm-specific-header .klh-navigation .dropdown {
  display: inline;
  overflow: hidden;
  cursor: pointer;
}

.ddm-specific-header .klh-navigation .dropdown:hover .dropdown-content {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1250px) {
  .ddm-specific-header .nav-links {
    font-size: 14px !important;
  }
  .ddm-specific-header .nav-links > div {
    margin: 0 10px !important;
  }
  .ddm-specific-header .center-items {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

@media (max-width: 900px) {
  .ddm-specific-header {
    padding: 0;
  }
  .ddm-specific-header .klh-navigation {
    padding: 0;
    min-height: 50px;
  }
  .ddm-specific-header .klh-navigation .header-logo {
    left: 5px;
  }
  .ddm-specific-header .klh-navigation .center-items {
    height: 50px;
  }
  .ddm-specific-header .klh-navigation .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .ddm-specific-header .klh-navigation .nav-btn > label {
    display: inline-block;
    width: 30px;
    height: 50px;
    position: relative;
    margin-top: 13px;
    margin-right: 13px;
  }
  .ddm-specific-header .klh-navigation .nav-btn > label span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  .ddm-specific-header .klh-navigation .nav-btn > label span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  .ddm-specific-header .klh-navigation .nav-btn > label span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  .ddm-specific-header .klh-navigation #nav-check:checked ~ .nav-btn > label span {
    width: 35px;
  }
  .ddm-specific-header .klh-navigation #nav-check:checked ~ .nav-btn > label span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .ddm-specific-header .klh-navigation #nav-check:checked ~ .nav-btn > label span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .ddm-specific-header .klh-navigation #nav-check:checked ~ .nav-btn > label span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 24px;
    left: 0px;
  }
  .ddm-specific-header .klh-navigation .nav-btn > label > span {
    display: block;
    width: 100%;
    height: 2px;
    background: black;
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .ddm-specific-header .klh-navigation .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: white;
    height: 0px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 49px;
    left: 0px;
  }
  .ddm-specific-header .klh-navigation .nav-links > div {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 !important;
  }
  .ddm-specific-header .klh-navigation .nav-links .active:before {
    height: 0;
  }
  .ddm-specific-header .klh-navigation #nav-check:not(:checked) ~ .center-items .nav-links {
    height: 0px;
  }
  .ddm-specific-header .klh-navigation #nav-check:checked ~ .center-items .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
  .ddm-specific-header .klh-navigation #nav-check:checked ~ .header-logo {
    display: none;
  }
  .ddm-specific-header .klh-navigation a {
    text-align: center;
    font-size: 22px;
    /* Disable hover animation on mobile view */
  }
  .ddm-specific-header .klh-navigation a:hover:before, .ddm-specific-header .klh-navigation a:focus:before {
    visibility: hidden !important;
  }
  .ddm-specific-header .dropdown-content {
    position: relative !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding-left: 15px !important;
    padding-top: 0 !important;
  }
  .ddm-specific-header .dropdown-content > div {
    display: block !important;
  }
  .ddm-specific-header .dropdown-content > div a {
    color: black !important;
  }
  .ddm-specific-header .header-logo-mobile {
    display: block !important;
    max-width: 80%;
    bottom: 0;
    background: white;
    margin: 0 auto;
  }
}

.ddm-specific-footer {
  background: white;
  color: black;
}

.ddm-specific-footer section {
  min-height: 150px;
}

.ddm-specific-footer section:nth-of-type(odd) {
  background-color: inherit;
}

.ddm-specific-footer .footer-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ddm-specific-footer .footer-heading .klh-title, .ddm-specific-footer .footer-heading .klh-home-about .title-container .grid-title, .klh-home-about .title-container .ddm-specific-footer .footer-heading .grid-title, .ddm-specific-footer .footer-heading .klh-blog .ddm-post .ddm-post-title, .klh-blog .ddm-post .ddm-specific-footer .footer-heading .ddm-post-title {
  margin: 0 10px;
}

.ddm-specific-footer .footer-heading span {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  width: 50%;
  border-bottom: 3px solid #D6D6D6;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ddm-specific-footer .ddm-container-flex {
  margin: 0 auto;
  max-width: 1000px;
}

.ddm-specific-footer .ddm-one-half {
  margin-top: 20px;
}

.ddm-specific-footer h2 {
  margin-bottom: 10px;
}

.ddm-specific-footer a {
  text-decoration: underline !important;
  position: relative;
}

.ddm-specific-footer .footer-url-important {
  margin-bottom: 5px;
}

.ddm-specific-footer .footer-url-important .ddm-admin-action-button {
  right: -45px !important;
  bottom: -20px !important;
}

.ddm-specific-footer table td {
  font-weight: bold;
  padding-bottom: 5px;
  text-align: left;
}

.ddm-specific-footer table td:nth-child(1) {
  padding-right: 30px;
}

@media screen and (max-width: 800px) {
  .ddm-specific-footer table td:nth-child(1) {
    padding-right: 15px;
  }
}

@media screen and (max-width: 800px) {
  .ddm-specific-footer table {
    margin: 0 auto;
  }
}

@media screen and (max-width: 800px) {
  .ddm-specific-footer {
    text-align: center;
    padding-top: 5%;
  }
}

.ddm-studio-link {
  font-size: 13px;
  padding-top: 10px;
  display: none;
}

.ddm-studio-link.mobile, .ddm-studio-link.desktop {
  display: none;
}

@media screen and (max-width: 800px) {
  .ddm-studio-link.mobile {
    display: block;
    text-align: center;
    padding-top: 20px;
  }
}

@media screen and (min-width: 800px) {
  .ddm-studio-link.desktop {
    display: block;
  }
}

.klh-page, .klh-home-landing, .klh-home-about, .klh-home-products {
  width: 100vw;
  min-height: 100vh;
}

.klh-divider-line {
  width: 90px;
  height: 3px;
  background: #1B1B19;
  position: absolute;
  left: 0;
  bottom: 0;
}

.klh-title, .klh-home-about .information-cards-mobile .title-container .grid-title, .klh-home-about .title-container .grid-title, .klh-blog .ddm-post .ddm-post-title {
  font-family: "YanoneKaffeesatz", sans-serif;
  text-transform: uppercase;
  color: black;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 1920px) {
  .klh-title, .klh-home-about .information-cards-mobile .title-container .grid-title, .klh-home-about .title-container .grid-title, .klh-blog .ddm-post .ddm-post-title {
    font-size: 45px;
  }
}

@media screen and (max-width: 800px) {
  .klh-title.ddm-padding-top-s, .klh-home-about .title-container .ddm-padding-top-s.grid-title, .klh-blog .ddm-post .ddm-padding-top-s.ddm-post-title {
    padding-top: 10%;
  }
}

.klh-subtitle, .klh-iconbox .iconbox-title, .klh-home-about .information-cards-mobile .title-container .grid-subtitle, .klh-home-about .title-container .grid-subtitle {
  font-family: "Pacifico", sans-serif;
  color: #35A936;
  font-size: 20px;
}

.klh-text, .klh-blog .ddm-post .ddm-post-text {
  font-family: "Buenard", sans-serif;
}

p {
  font-family: "Buenard", sans-serif;
  text-align: left;
}

.thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .thumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .thumbnail img.portrait {
    width: 100%;
    height: auto;
  }
  .ddm-image-center-crop {
    /* Object fit fix */
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: auto !important;
  }
  .ddm-image-center-crop img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: auto !important;
  }
  .ddm-image-center-crop.landscape {
    height: auto !important;
    width: 100%;
  }
  .ddm-image-center-crop.portrait {
    height: 100%;
    width: auto;
  }
  .ddm-image-center-crop.ddm-max-height-500 {
    max-height: none !important;
  }
}

/* Standardized button for Kirschleitenhof */
.klh-button, .ddm-contact-form button, .klh-blog .ddm-blog-button-load-more {
  border: 2px solid rgba(255, 255, 255, 0.8);
  font-family: "Buenard", sans-serif;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.95);
  padding: 0.4em 2em;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}

.klh-button:before, .ddm-contact-form button:before, .klh-blog .ddm-blog-button-load-more:before {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  bottom: 10px;
  left: 15%;
  background: rgba(255, 255, 255, 0.95);
  visibility: hidden;
  border-radius: 5px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.klh-button:hover:before, .ddm-contact-form button:hover:before, .klh-blog .ddm-blog-button-load-more:hover:before, .klh-button:focus:before, .ddm-contact-form button:focus:before, .klh-blog .ddm-blog-button-load-more:focus:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.klh-button:hover, .ddm-contact-form button:hover, .klh-blog .ddm-blog-button-load-more:hover {
  text-decoration: none;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  color: white;
}

.klh-button.klh-button-download, .ddm-contact-form button.klh-button-download, .klh-blog .klh-button-download.ddm-blog-button-load-more {
  background-color: transparent;
  color: black;
  border-color: black;
}

.klh-button.klh-button-download:hover, .ddm-contact-form button.klh-button-download:hover, .klh-blog .klh-button-download.ddm-blog-button-load-more:hover {
  color: black;
}

.klh-button.klh-button-download:before, .ddm-contact-form button.klh-button-download:before, .klh-blog .klh-button-download.ddm-blog-button-load-more:before {
  background: black;
}

.klh-ragged {
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("/content/img/klh-ragged.png");
  background-size: cover;
}

.klh-ragged.top {
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  top: 0;
}

.klh-ragged.bottom {
  position: absolute;
  bottom: 0;
}

.klh-ragged-beige {
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("/content/img/klh-ragged_beige.png");
  background-size: cover;
}

.klh-ragged-beige.top {
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  top: 0;
}

.klh-ragged-beige.bottom {
  position: absolute;
  bottom: 0;
}

.ddm-contact-form {
  padding: 0;
  padding-top: 3%;
  margin: 0 auto;
  max-width: 1200px;
}

.ddm-contact-form input, .ddm-contact-form textarea {
  font-size: 20px !important;
}

.ddm-contact-form input {
  border-bottom: 3px solid #D6D6D6;
}

.ddm-contact-form textarea {
  border: 3px solid #D6D6D6;
  text-align: left !important;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 0.4em;
  padding-right: 0.4em;
}

.ddm-contact-form label {
  margin-top: 0.5em;
  font-weight: bold;
}

.ddm-contact-form button {
  background-color: transparent;
  color: black;
  border-color: black;
  float: right;
}

.ddm-contact-form button:hover {
  color: black;
}

.ddm-contact-form button:before {
  background: black;
}

.ddm-contact-form button:after {
  clear: right;
}

@media screen and (max-width: 500px) {
  .ddm-contact-form button {
    width: 100%;
  }
}

.ddm-contact-form .form-item {
  padding: 10px;
}

@media screen and (min-width: 1400px) {
  .ddm-contact-form {
    width: 70%;
  }
}

@media screen and (min-width: 1200px) {
  .ddm-contact-form {
    width: 85%;
  }
}

@media screen and (max-width: 800px) {
  .ddm-contact-form {
    padding-bottom: 5%;
  }
}

.ddm-contact-form .privacy-policy label[for="checkbox-privacy-policy"] > * {
  display: inline;
}

.klh-page-heading {
  height: 75vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 0 15px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.klh-page-heading * {
  position: relative;
}

@media screen and (max-width: 800px) {
  .klh-page-heading {
    height: 100vh;
  }
}

@media screen and (min-width: 800px) {
  .klh-page-heading {
    margin-top: 3%;
  }
}

.klh-page-heading .klh-title, .klh-page-heading .klh-home-about .title-container .grid-title, .klh-home-about .title-container .klh-page-heading .grid-title, .klh-page-heading .klh-blog .ddm-post .ddm-post-title, .klh-blog .ddm-post .klh-page-heading .ddm-post-title, .klh-page-heading .klh-subtitle, .klh-page-heading .klh-iconbox .iconbox-title, .klh-iconbox .klh-page-heading .iconbox-title, .klh-page-heading .klh-home-about .title-container .grid-subtitle, .klh-home-about .title-container .klh-page-heading .grid-subtitle {
  color: white;
}

.klh-page-heading .klh-title, .klh-page-heading .klh-home-about .title-container .grid-title, .klh-home-about .title-container .klh-page-heading .grid-title, .klh-page-heading .klh-blog .ddm-post .ddm-post-title, .klh-blog .ddm-post .klh-page-heading .ddm-post-title {
  font-size: 70px;
  color: white;
}

@media screen and (max-width: 800px) {
  .klh-page-heading .klh-title, .klh-page-heading .klh-home-about .title-container .grid-title, .klh-home-about .title-container .klh-page-heading .grid-title, .klh-page-heading .klh-blog .ddm-post .ddm-post-title, .klh-blog .ddm-post .klh-page-heading .ddm-post-title {
    font-size: 40px;
  }
}

.klh-page-heading .klh-subtitle, .klh-page-heading .klh-iconbox .iconbox-title, .klh-iconbox .klh-page-heading .iconbox-title, .klh-page-heading .klh-home-about .title-container .grid-subtitle, .klh-home-about .title-container .klh-page-heading .grid-subtitle {
  font-size: 40px;
}

@media screen and (max-width: 800px) {
  .klh-page-heading .klh-subtitle, .klh-page-heading .klh-iconbox .iconbox-title, .klh-iconbox .klh-page-heading .iconbox-title, .klh-page-heading .klh-home-about .title-container .grid-subtitle, .klh-home-about .title-container .klh-page-heading .grid-subtitle {
    font-size: 30px;
    padding: 0 7px;
  }
}

.klh-title-and-subtitle-rotated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

.klh-title-and-subtitle-rotated .klh-subtitle, .klh-title-and-subtitle-rotated .klh-iconbox .iconbox-title, .klh-iconbox .klh-title-and-subtitle-rotated .iconbox-title, .klh-title-and-subtitle-rotated .klh-home-about .title-container .grid-subtitle, .klh-home-about .title-container .klh-title-and-subtitle-rotated .grid-subtitle {
  display: inline-block;
  -webkit-transform: rotate(-20deg) translate(-50%, 0);
          transform: rotate(-20deg) translate(-50%, 0);
  -webkit-transform-origin: left;
          transform-origin: left;
}

@media screen and (max-width: 800px) {
  .klh-title-and-subtitle-rotated .klh-subtitle, .klh-title-and-subtitle-rotated .klh-iconbox .iconbox-title, .klh-iconbox .klh-title-and-subtitle-rotated .iconbox-title, .klh-title-and-subtitle-rotated .klh-home-about .title-container .grid-subtitle, .klh-home-about .title-container .klh-title-and-subtitle-rotated .grid-subtitle {
    -webkit-transform: none;
            transform: none;
    padding-bottom: 0.5em;
  }
}

@media screen and (max-width: 800px) {
  .klh-title-and-subtitle-rotated {
    text-align: center;
  }
}

.klh-information-bundle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  max-width: 1200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.klh-information-bundle .ddm-one-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.klh-information-bundle .ddm-one-half .information-bundle-text {
  width: 100%;
}

.klh-information-bundle .klh-information-bundle-image {
  height: 25vh;
  min-height: 400px;
  overflow: hidden;
}

.klh-information-bundle .thumbnail {
  border: none;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.klh-information-bundle .thumbnail:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

@media screen and (max-width: 800px) {
  .klh-information-bundle {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 800px) {
  .klh-information-bundle .klh-information-bundle-image {
    height: 50vh;
  }
  .klh-information-bundle .thumbnail {
    margin-top: 25px;
    width: 80%;
  }
  .klh-information-bundle .information-bundle-text {
    padding: 0 5%;
  }
  .klh-information-bundle .information-bundle-text .klh-title, .klh-information-bundle .information-bundle-text .klh-home-about .title-container .grid-title, .klh-home-about .title-container .klh-information-bundle .information-bundle-text .grid-title, .klh-information-bundle .information-bundle-text .klh-blog .ddm-post .ddm-post-title, .klh-blog .ddm-post .klh-information-bundle .information-bundle-text .ddm-post-title {
    text-align: center;
  }
}

.klh-information-bundle .klh-information-bundle-image-top {
  position: relative;
  width: 100%;
  height: 100px;
}

.klh-information-bundle .klh-information-bundle-image-top img {
  max-width: 100px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.klh-information-bundle .klh-information-bundle-heading {
  margin: 0 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.klh-information-bundle .klh-information-bundle-heading .klh-subtitle, .klh-information-bundle .klh-information-bundle-heading .klh-iconbox .iconbox-title, .klh-iconbox .klh-information-bundle .klh-information-bundle-heading .iconbox-title, .klh-information-bundle .klh-information-bundle-heading .klh-home-about .title-container .grid-subtitle, .klh-home-about .title-container .klh-information-bundle .klh-information-bundle-heading .grid-subtitle {
  margin: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.klh-information-bundle .klh-information-bundle-heading .horizontal-line {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  width: 50%;
  border-bottom: 2px solid #35A936;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.klh-information-bundle .information-wrapper {
  padding: 5% 10%;
}

.klh-information-bundle .information-wrapper .enumeration-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .klh-information-bundle .information-wrapper .enumeration-point {
    /* IE10+ CSS styles go here */
  }
  .klh-information-bundle .information-wrapper .enumeration-point > img {
    width: auto;
  }
}

.klh-information-bundle .information-wrapper .enumeration-point img {
  max-width: 50px;
}

.klh-information-bundle .information-wrapper .enumeration-point span {
  padding-left: 2%;
}

@media screen and (max-width: 800px) {
  .klh-information-bundle .information-wrapper {
    padding: 5%;
    text-align: left;
  }
}

@media screen and (min-width: 800px) {
  .ddm-dui-parent:nth-of-type(odd) .klh-information-bundle > .ddm-one-half:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ddm-dui-parent:nth-of-type(odd) .klh-information-bundle > .ddm-one-half:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

div[data-dui-parent-addition-elememt="true"] {
  padding-bottom: 30px;
}

.klh-products-collection-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.klh-products-download-wrapper {
  width: 50%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5% 0;
}

section {
  position: relative;
  background-color: white;
}

section:nth-of-type(odd) {
  background-color: #EDEBEB;
}

@media screen and (max-width: 800px) {
  section {
    padding: 20px 15px 20px 15px;
  }
}

.klh-iconbox a {
  text-decoration: none;
}

.klh-iconbox .iconbox {
  padding: 0 10%;
  padding-bottom: 5%;
}

.klh-iconbox .thumbnail {
  margin: 5% auto;
  overflow: visible;
}

.klh-iconbox .iconbox-title {
  text-transform: none;
  padding-bottom: 1.5em;
  font-weight: normal;
  letter-spacing: 0;
}

.klh-iconbox .iconbox-description {
  font-family: "Buenard", sans-serif;
  color: black;
  font-weight: bold;
}

.klh-iconbox a:hover, .klh-iconbox a:focus {
  text-decoration: none;
}

h4:hover {
  text-decoration: none !important;
}

.klh-home-landing {
  background: url(/content/img/foto_home.JPG);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #DFDBDA;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.klh-home-landing:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.klh-home-landing .layer {
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.klh-home-landing > div {
  text-align: center;
}

.klh-home-landing .logo {
  height: auto;
  width: 30vw;
  min-width: 250px;
  z-index: 300;
}

@media screen and (max-width: 800px) {
  .klh-home-landing .logo {
    width: 100%;
  }
}

@media screen and (min-width: 800px) {
  .klh-home-landing .logo {
    min-width: 550px;
  }
}

.klh-home-this-is-us {
  padding: 2em 0;
}

.klh-home-this-is-us h2 {
  text-align: center;
  padding: 5%;
}

.klh-home-this-is-us .ddm-container-flex {
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .klh-home-this-is-us .ddm-container-flex .ddm-one-fourth {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media screen and (max-width: 500px) {
  .klh-home-this-is-us .ddm-container-flex .ddm-one-fourth {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.klh-about-item {
  height: 60%;
}

.klh-about-item img {
  max-height: 60%;
}

.klh-about-item .text-wrapper {
  position: absolute;
  padding: 10px 0;
  bottom: -30px;
  left: 20px;
}

.klh-home-about {
  padding-top: 7%;
  padding-bottom: 7%;
  min-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.klh-home-about .ddm-one-third {
  position: relative;
}

.klh-home-about .grid-information-cards {
  display: -ms-grid;
  display: grid;
  width: 60%;
  margin: 0 auto;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 20vh 20vh 20vh;
      grid-template-rows: 20vh 20vh 20vh;
  padding: 10px;
}

@media screen and (max-width: 1450px) {
  .klh-home-about .grid-information-cards {
    width: 80%;
  }
}

@media screen and (max-width: 1000px) {
  .klh-home-about .grid-information-cards {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .klh-home-about .grid-information-cards {
    display: none;
  }
}

.klh-home-about .grid-information-cards img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.klh-home-about .grid-information-cards .information-card-contents {
  position: relative;
  height: 100%;
  cursor: pointer;
}

.klh-home-about .klh-title, .klh-home-about .information-cards-mobile .title-container .grid-title, .klh-home-about .title-container .grid-title, .klh-home-about .klh-blog .ddm-post .ddm-post-title, .klh-blog .ddm-post .klh-home-about .ddm-post-title {
  position: relative;
  display: inline;
  font-size: 30px;
}

.klh-home-about .klh-title::after, .klh-home-about .information-cards-mobile .title-container .grid-title::after, .klh-home-about .title-container .grid-title::after, .klh-home-about .klh-blog .ddm-post .ddm-post-title::after, .klh-blog .ddm-post .klh-home-about .ddm-post-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 3px;
  background-color: black;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.klh-home-about .information-card-base, .klh-home-about .information-card-middle-top, .klh-home-about .information-card-left-bottom, .klh-home-about .information-card-right-bottom {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  margin: 0 15px;
  max-height: 400px;
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  .klh-home-about .information-card-base, .klh-home-about .information-card-middle-top, .klh-home-about .information-card-left-bottom, .klh-home-about .information-card-right-bottom {
    margin-bottom: 20px;
    max-height: none;
  }
}

.klh-home-about .information-card-base:hover, .klh-home-about .information-card-middle-top:hover, .klh-home-about .information-card-left-bottom:hover, .klh-home-about .information-card-right-bottom:hover {
  text-decoration: none !important;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.klh-home-about .information-card-base:hover .klh-title:after, .klh-home-about .information-card-middle-top:hover .klh-title:after, .klh-home-about .information-card-left-bottom:hover .klh-title:after, .klh-home-about .information-card-right-bottom:hover .klh-title:after, .klh-home-about .information-card-base:hover .title-container .grid-title:after, .klh-home-about .title-container .information-card-base:hover .grid-title:after, .klh-home-about .information-card-middle-top:hover .title-container .grid-title:after, .klh-home-about .title-container .information-card-middle-top:hover .grid-title:after, .klh-home-about .information-card-left-bottom:hover .title-container .grid-title:after, .klh-home-about .title-container .information-card-left-bottom:hover .grid-title:after, .klh-home-about .information-card-right-bottom:hover .title-container .grid-title:after, .klh-home-about .title-container .information-card-right-bottom:hover .grid-title:after, .klh-home-about .information-card-base:hover .klh-blog .ddm-post .ddm-post-title:after, .klh-blog .ddm-post .klh-home-about .information-card-base:hover .ddm-post-title:after, .klh-home-about .information-card-middle-top:hover .klh-blog .ddm-post .ddm-post-title:after, .klh-blog .ddm-post .klh-home-about .information-card-middle-top:hover .ddm-post-title:after, .klh-home-about .information-card-left-bottom:hover .klh-blog .ddm-post .ddm-post-title:after, .klh-blog .ddm-post .klh-home-about .information-card-left-bottom:hover .ddm-post-title:after, .klh-home-about .information-card-right-bottom:hover .klh-blog .ddm-post .ddm-post-title:after, .klh-blog .ddm-post .klh-home-about .information-card-right-bottom:hover .ddm-post-title:after {
  width: 100%;
}

.klh-home-about .information-cards-mobile {
  display: none;
}

@media screen and (max-width: 600px) {
  .klh-home-about .information-cards-mobile {
    display: block;
  }
}

.klh-home-about .information-cards-mobile > div {
  margin: 0 auto;
  max-width: 50%;
  padding-bottom: 10%;
}

@media screen and (max-width: 500px) {
  .klh-home-about .information-cards-mobile > div {
    max-width: 80%;
  }
}

.klh-home-about .information-cards-mobile img {
  margin: 0 auto;
  max-width: 100%;
}

.klh-home-about .information-cards-mobile .grid-title::after {
  height: 0 !important;
}

.klh-home-about .information-cards-mobile .title-container {
  position: relative;
  text-align: center;
}

.klh-home-about .information-cards-mobile .title-container .grid-title:after {
  display: none;
}

.klh-home-about .information-cards-mobile .title-container .grid-subtitle {
  -webkit-transform: none;
  transform: none;
}

.klh-home-about .information-cards-mobile .klh-divider-line {
  display: none;
}

.klh-home-about .title-container {
  position: absolute;
  bottom: 10%;
}

.klh-home-about .title-container .grid-title {
  margin-left: 10%;
  display: block;
  text-align: left !important;
}

@media screen and (max-width: 800px) {
  .klh-home-about .title-container .grid-title {
    margin-left: 0;
  }
}

.klh-home-about .title-container .grid-title:after {
  display: none;
}

.klh-home-about .title-container .grid-subtitle {
  -webkit-transform: rotate(-20deg) translateY(-1.4em);
          transform: rotate(-20deg) translateY(-1.4em);
}

.klh-home-about .information-card-placeholder {
  position: relative;
}

.klh-home-about .information-card-text {
  position: relative;
  margin-top: -1em;
  margin-left: 1em;
  padding-bottom: 0.3em;
}

.klh-home-about .information-card-middle-top {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  -ms-grid-column: 2;
  grid-column: 2;
}

.klh-home-about .information-card-left-bottom {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2 / 4;
  -ms-grid-column: 1;
  grid-column: 1;
}

.klh-home-about .information-card-right-bottom {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2 / 4;
  -ms-grid-column: 3;
  grid-column: 3;
}

.klh-home-products {
  min-height: 0;
  background-image: url("/content/img/foto_home_products.JPG");
  background-size: cover;
  text-align: center;
  position: relative;
}

.klh-home-products .ddm-container-flex {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.klh-home-products .klh-subtitle, .klh-home-products .klh-iconbox .iconbox-title, .klh-iconbox .klh-home-products .iconbox-title, .klh-home-products .klh-home-about .title-container .grid-subtitle, .klh-home-about .title-container .klh-home-products .grid-subtitle {
  color: white;
  padding: 0;
  margin-bottom: 1.5em;
  font-size: 22px;
}

.klh-home-products .klh-title, .klh-home-products .klh-home-about .title-container .grid-title, .klh-home-about .title-container .klh-home-products .grid-title, .klh-home-products .klh-blog .ddm-post .ddm-post-title, .klh-blog .ddm-post .klh-home-products .ddm-post-title {
  color: white;
  font-size: 50px;
  padding: 0;
}

.klh-home-products .klh-subtitle, .klh-home-products .klh-iconbox .iconbox-title, .klh-iconbox .klh-home-products .iconbox-title, .klh-home-products .klh-home-about .title-container .grid-subtitle, .klh-home-about .title-container .klh-home-products .grid-subtitle, .klh-home-products .klh-title, .klh-home-products .klh-home-about .title-container .grid-title, .klh-home-about .title-container .klh-home-products .grid-title, .klh-home-products .klh-blog .ddm-post .ddm-post-title, .klh-blog .ddm-post .klh-home-products .ddm-post-title {
  position: relative;
  z-index: 1;
}

.klh-home-products .klh-button, .klh-home-products .ddm-contact-form button, .ddm-contact-form .klh-home-products button, .klh-home-products .klh-blog .ddm-blog-button-load-more, .klh-blog .klh-home-products .ddm-blog-button-load-more {
  margin-top: 1.5em;
}

.klh-home-b2b > div {
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .klh-home-b2b .klh-information-bundle-image {
    padding-top: 5%;
  }
}

.klh-home-contact {
  background: white !important;
  padding-top: 2em;
  padding-bottom: 0;
}

.klh-home-contact h2 {
  text-align: center;
}

/** Our farm store **/
.klh-our-farm-store-overview {
  background-color: white !important;
}

.klh-our-farm-store-overview .klh-title, .klh-our-farm-store-overview .klh-home-about .title-container .grid-title, .klh-home-about .title-container .klh-our-farm-store-overview .grid-title, .klh-our-farm-store-overview .klh-blog .ddm-post .ddm-post-title, .klh-blog .ddm-post .klh-our-farm-store-overview .ddm-post-title {
  text-align: center;
}

.klh-our-farm-store-overview .ddm-container-flex {
  padding-top: 0;
  margin: 0 auto;
  max-width: 1400px;
}

.klh-our-farm-store-overview .klh-information-bundle {
  max-width: 1200px;
}

.klh-our-farm-store-overview .iconbox-description {
  display: none;
}

.klh-collaboration-partners {
  background-color: #989593;
  color: white;
}

.klh-collaboration-partners .klh-title, .klh-collaboration-partners .klh-home-about .title-container .grid-title, .klh-home-about .title-container .klh-collaboration-partners .grid-title, .klh-collaboration-partners .klh-blog .ddm-post .ddm-post-title, .klh-blog .ddm-post .klh-collaboration-partners .ddm-post-title {
  color: white;
  text-align: center;
}

.klh-collaboration-partners .klh-collaboration-partners-subheading {
  margin: 0 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  width: 300px;
  margin: 0 auto;
}

.klh-collaboration-partners .klh-collaboration-partners-subheading .klh-subtitle, .klh-collaboration-partners .klh-collaboration-partners-subheading .klh-iconbox .iconbox-title, .klh-iconbox .klh-collaboration-partners .klh-collaboration-partners-subheading .iconbox-title, .klh-collaboration-partners .klh-collaboration-partners-subheading .klh-home-about .title-container .grid-subtitle, .klh-home-about .title-container .klh-collaboration-partners .klh-collaboration-partners-subheading .grid-subtitle {
  margin: 0 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: white;
}

.klh-collaboration-partners .klh-collaboration-partners-subheading .horizontal-line {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  width: 50%;
  border-bottom: 2px solid #EDEBEB;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.klh-collaboration-partners .klh-heading {
  font-size: 30px;
}

.klh-collaboration-partners .klh-collaboration-partner-bundle {
  margin-top: 40px;
  padding-bottom: 20px;
}

.klh-collaboration-partners .iconbox-wrapper {
  padding-top: 0;
  max-width: 1400px;
  margin: 0 auto;
}

.klh-collaboration-partners .iconbox-wrapper .ddm-dui-collection-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.klh-collaboration-partners .iconbox-wrapper .ddm-dui-collection-container .ddm-context-menu-opener i {
  color: white !important;
}

.klh-collaboration-partners .iconbox-wrapper .thumbnail img {
  height: initial;
}

.klh-collaboration-partners .iconbox-wrapper .iconbox-title {
  color: white;
  font-family: "YanoneKaffeesatz", sans-serif;
  padding-bottom: 0.5em;
}

.klh-collaboration-partners .iconbox-wrapper .iconbox-description {
  color: white !important;
}

.klh-our-farm-store-gaupimat {
  background-color: white;
}

.klh-our-farm-store-gaupimat .klh-information-bundle-heading {
  margin-top: 20px;
}

.klh-our-farm-store-gaupimat .information-wrapper {
  padding-top: 0;
}

.klh-our-farm-store-gaupimat .klh-information-bundle {
  margin: 0 auto;
}

.klh-our-farm-store-gaupimat .klh-information-bundle-image-top {
  display: none;
}

.klh-our-farm-store-gaupimat .text {
  font-weight: bold;
}

/** Our Farm */
.klh-our-farm-overview {
  background-color: white !important;
}

.klh-our-farm-overview .klh-information-bundle {
  margin: 0 auto;
}

.klh-our-farm-overview .klh-information-bundle .ddm-one-half:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.klh-our-farm-overview .klh-information-bundle .ddm-one-half:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 800px) {
  .klh-our-farm-overview .klh-information-bundle {
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  .klh-our-farm-overview {
    padding-top: 10%;
  }
}

.klh-our-farm-timeline .klh-timeline-wrapper {
  width: 50%;
  margin: 0 auto;
  padding-top: 5%;
}

@media screen and (max-width: 800px) {
  .klh-our-farm-timeline .klh-timeline-wrapper {
    width: 80%;
  }
}

.klh-our-farm-timeline .klh-timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.klh-our-farm-timeline .klh-timeline-item:first-child .timeline-stroke .klh-timeline-circle {
  top: 0;
}

.klh-our-farm-timeline .klh-timeline-item:last-child .timeline-stroke {
  border-left: none;
}

.klh-our-farm-timeline .timeline-stroke {
  -webkit-box-flex: 15%;
      -ms-flex: 15% 0 0px;
          flex: 15% 0 0;
  border-left: 2px dotted black;
  position: relative;
  margin-top: 2px;
}

.klh-our-farm-timeline .timeline-item-information {
  position: relative;
  -webkit-box-flex: 85%;
      -ms-flex: 85% 0 0px;
          flex: 85% 0 0;
  margin-top: -10px;
}

.klh-our-farm-timeline .klh-timeline-circle {
  width: 20px;
  position: absolute;
  left: -10px;
  background: white;
}

.klh-our-farm-timeline .klh-title, .klh-our-farm-timeline .klh-home-about .title-container .grid-title, .klh-home-about .title-container .klh-our-farm-timeline .grid-title, .klh-our-farm-timeline .klh-blog .ddm-post .ddm-post-title, .klh-blog .ddm-post .klh-our-farm-timeline .ddm-post-title {
  text-align: left;
}

.klh-our-farm-timeline .klh-text, .klh-our-farm-timeline .klh-blog .ddm-post .ddm-post-text, .klh-blog .ddm-post .klh-our-farm-timeline .ddm-post-text {
  position: relative;
  z-index: 300;
  padding-bottom: 10%;
}

.klh-our-farm-timeline .klh-timeline-watermark {
  position: absolute;
  font-size: 140px;
  top: 70%;
  right: -20px;
  padding: 0;
  margin: 0;
  color: #EEEEEE;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.klh-our-farm-philosophy {
  background-color: white !important;
  text-align: center;
  padding: 5%;
}

.short-text-with-image {
  padding: 0 5%;
}

.short-text-with-image .klh-text, .short-text-with-image .klh-blog .ddm-post .ddm-post-text, .klh-blog .ddm-post .short-text-with-image .ddm-post-text {
  width: 60%;
  margin: 0 auto;
}

.short-text-with-image img {
  padding: 5% 0;
  width: 60%;
}

@media screen and (max-width: 1200px) {
  .short-text-with-image .klh-text, .short-text-with-image .klh-blog .ddm-post .ddm-post-text, .klh-blog .ddm-post .short-text-with-image .ddm-post-text, .short-text-with-image img {
    width: 90%;
  }
}

@media screen and (max-width: 800px) {
  .short-text-with-image {
    padding: 2% 0;
  }
  .short-text-with-image .klh-subtitle, .short-text-with-image .klh-iconbox .iconbox-title, .klh-iconbox .short-text-with-image .iconbox-title, .short-text-with-image .klh-home-about .title-container .grid-subtitle, .klh-home-about .title-container .short-text-with-image .grid-subtitle {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .short-text-with-image .klh-text, .short-text-with-image .klh-blog .ddm-post .ddm-post-text, .klh-blog .ddm-post .short-text-with-image .ddm-post-text, .short-text-with-image img {
    width: 100%;
  }
  .short-text-with-image .klh-text, .short-text-with-image .klh-blog .ddm-post .ddm-post-text, .klh-blog .ddm-post .short-text-with-image .ddm-post-text {
    padding: 5% 0;
  }
}

.klh-our-farm-family {
  background: #989593 !important;
  text-align: center;
  padding: 5%;
}

.klh-our-farm-family .klh-title, .klh-our-farm-family .klh-home-about .title-container .grid-title, .klh-home-about .title-container .klh-our-farm-family .grid-title, .klh-our-farm-family .klh-blog .ddm-post .ddm-post-title, .klh-blog .ddm-post .klh-our-farm-family .ddm-post-title, .klh-our-farm-family .klh-subtitle, .klh-our-farm-family .klh-iconbox .iconbox-title, .klh-iconbox .klh-our-farm-family .iconbox-title, .klh-our-farm-family .klh-home-about .title-container .grid-subtitle, .klh-home-about .title-container .klh-our-farm-family .grid-subtitle, .klh-our-farm-family .klh-text, .klh-our-farm-family .klh-blog .ddm-post .ddm-post-text, .klh-blog .ddm-post .klh-our-farm-family .ddm-post-text {
  color: white;
}

.klh-our-farm-family .klh-text, .klh-our-farm-family .klh-blog .ddm-post .ddm-post-text, .klh-blog .ddm-post .klh-our-farm-family .ddm-post-text {
  font-weight: normal;
}

@media screen and (max-width: 800px) {
  .klh-our-farm-family {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

/** Our Horse Stable **/
.klh-our-horse-stable-overview {
  background-color: white !important;
}

.klh-our-horse-stable-overview .klh-title, .klh-our-horse-stable-overview .klh-home-about .title-container .grid-title, .klh-home-about .title-container .klh-our-horse-stable-overview .grid-title, .klh-our-horse-stable-overview .klh-blog .ddm-post .ddm-post-title, .klh-blog .ddm-post .klh-our-horse-stable-overview .ddm-post-title {
  text-align: center;
}

.klh-our-horse-stable-overview .ddm-container-flex {
  padding-top: 0;
  margin: 0 auto;
  max-width: 1400px;
}

.klh-our-horse-stable-overview .klh-information-bundle {
  max-width: 1200px;
}

.klh-our-horse-stable-overview .iconbox-description {
  display: none;
}

/** Contact **/
.contact-wrapper {
  padding: 5%;
  padding-bottom: 0;
  margin: 0 auto;
  background-color: white !important;
  text-align: center;
}

.contact-wrapper .logo {
  width: 30%;
}

@media screen and (max-width: 1200px) {
  .contact-wrapper .logo {
    width: 50%;
    padding-top: 10%;
  }
}

@media screen and (max-width: 800px) {
  .contact-wrapper .logo {
    width: 100%;
    padding-top: 10%;
  }
}

.contact-wrapper .ddm-contact-form {
  text-align: left;
  padding: 0;
  padding-top: 20px;
}

/** News **/
.klh-news-posts {
  width: 100vw;
  padding-top: 40px;
  background-color: white !important;
}

.klh-news-posts .blog-empty-placeholder {
  color: black !important;
}

.klh-blog {
  background-color: white !important;
  position: relative;
  min-height: 50vh;
}

.klh-blog .ddm-blog-post-container {
  width: auto;
  text-align: center;
  padding: 50px 0;
}

.klh-blog .ddm-post {
  max-width: 1000px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  margin: 0 auto;
}

.klh-blog .ddm-post .cover-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.klh-blog .ddm-post .ddm-post-title {
  margin: 0 10px 30px 10px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.klh-blog .ddm-post .timestamp {
  font-family: "Pacifico", sans-serif;
  color: #35A936;
  font-size: 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-style: normal;
}

.klh-blog .ddm-post .ddm-post-text {
  margin: 0 auto;
  text-align: center;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  padding-bottom: 30px;
}

@media screen and (min-width: 800px) {
  .klh-blog .ddm-post .ddm-post-text {
    padding: 0 10%;
  }
}

.klh-blog .ddm-post .images {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.klh-blog .ddm-post .videos {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.klh-blog .ddm-post .ddm-post-admin-controls {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.klh-blog .ddm-post .ddm-post-design-element {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.klh-blog .ddm-post .slick-track {
  margin: 0 auto;
}

.klh-blog .ddm-post .slick-prev:before, .klh-blog .ddm-post .slick-next:before {
  color: #BA9A38;
}

.klh-blog .ddm-post .lightSlider {
  margin: 0 auto;
}

.klh-blog .ddm-post .media-item {
  height: 200px;
  width: 200px;
}

@media screen and (max-width: 800px) {
  .klh-blog .ddm-post .media-item {
    height: 100px;
    width: 100px;
  }
}

.klh-blog .ddm-post .media-item video {
  height: 100% !important;
  width: 100% !important;
}

.klh-blog .ddm-post .media-item .thumbnail {
  border-radius: 0;
  border: none;
  background: transparent;
  padding: 0;
}

.klh-blog .ddm-post .media-item .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.klh-blog .blog-empty-placeholder {
  color: white;
}

.klh-blog .blog-empty-placeholder h2 {
  font-family: "Pacifico", sans-serif;
}

.klh-blog .ddm-post-design-element {
  height: 2px;
  width: 200px;
  margin: 0 auto;
  display: block;
  background: #35A936;
  margin-top: 40px;
}

.klh-blog .ddm-blog-button-load-more {
  background: transparent;
  border-color: #35A936;
  color: #35A936;
}

.klh-blog .ddm-blog-button-load-more:hover {
  color: #35A936;
}

.klh-blog .ddm-blog-button-load-more:before {
  background: #35A936;
}

#ddm-edit-post {
  margin-top: 160px;
}

/* Admin area styling */
.ddm-admin-bar {
  background: #35A936;
}

.ddm-admin-action-button {
  color: #35A936 !important;
  border: 1px solid #35A936 !important;
}

.ddm-admin-action-button:hover {
  background: #EDEBEB !important;
}

.ddm-admin-action-button:active {
  background: darkgray !important;
}

.ddm-admin-action-button-secondary:hover {
  background: #EDEBEB !important;
}

.ddm-admin-action-button-secondary:active {
  background: darkgray !important;
}

.ddm-admin-textinput:before, .ddm-admin-textinput:after {
  border-color: #35A936 !important;
}

.ddm-admin-tooltip:after {
  background: #35A936;
}

/* Login Area */
.ddm-admin-area-login .btn-primary {
  background-color: white;
  border: solid 1px #35A936;
  color: #35A936;
}

.ddm-admin-area-login .btn-primary:focus {
  outline: none;
}

.ddm-admin-area-login .btn-primary:hover {
  background-color: white;
}

.ddm-admin-area-login .form-group {
  color: black;
}

.ddm-admin-area-login .input-lg {
  border: 1px solid #1B1B19;
  background: transparent;
  color: black;
}

.ddm-admin-area-login .input-lg::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7a7a7a;
  opacity: 1;
  /* Firefox */
}

.ddm-admin-area-login .input-lg:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7a7a7a;
  opacity: 1;
  /* Firefox */
}

.ddm-admin-area-login .input-lg::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7a7a7a;
  opacity: 1;
  /* Firefox */
}

.ddm-admin-area-login .input-lg::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7a7a7a;
  opacity: 1;
  /* Firefox */
}

.ddm-admin-area-login .input-lg:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.ddm-admin-area-login .input-lg::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7a7a7a;
}

.ddm-admin-area-login .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(53, 169, 54, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(53, 169, 54, 0.6);
}

.ddm-admin-area-login a {
  color: #35A936;
}

/*Cookie Banner*/
.cookie-banner-wrapper {
  background-color: #35A936;
  color: white;
  padding: 1% 3% 1% 3%;
}

.cookie-banner-wrapper label {
  font-family: "YanoneKaffeesatz", sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 30px;
  font-weight: bold;
}

.cookie-banner-wrapper button {
  border: 1px solid white;
  background-color: #35A936;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: white;
  cursor: pointer;
  margin-top: 10px;
}

.cookie-banner-wrapper button:hover {
  background-color: white;
  color: #35A936;
}

.klh-medals {
  background-color: white !important;
}

.klh-medals .ddm-dui-collection-container {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.klh-medals .klh-medal {
  cursor: default;
}

.klh-medals .klh-medal img {
  width: 100px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.klh-medals .klh-medal .klh-subtitle, .klh-medals .klh-medal .klh-iconbox .iconbox-title, .klh-iconbox .klh-medals .klh-medal .iconbox-title, .klh-medals .klh-medal .klh-home-about .title-container .grid-subtitle, .klh-home-about .title-container .klh-medals .klh-medal .grid-subtitle {
  text-align: center;
}

.klh-medals .klh-medal:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/** KLH Family Carousel Slider **/
.ddm-image-center-crop {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.ddm-image-center-crop img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.klh-family-carousel-container {
  position: relative;
}

.klh-family-member-thumbnail {
  height: 400px;
  overflow: hidden;
  width: 300px;
  position: relative;
  overflow: hidden;
}

.swiper-button-prev, .swiper-button-next {
  background: none !important;
  font-size: 100px;
  line-height: 44px;
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.swiper-button-prev span, .swiper-button-next span {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .swiper-button-prev, .swiper-button-next {
    font-size: 75px;
  }
}

.swiper-button-prev {
  left: -2.5% !important;
}

.swiper-button-next {
  right: -2.5% !important;
}

/** 404 and Maintenance **/
.service-pages-text {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  padding-bottom: 5%;
  font-size: 20px;
}

.ddm-maintenance, .ddm-404 {
  background-color: white;
}

.ddm-maintenance .klh-page-heading, .ddm-404 .klh-page-heading {
  height: 55vh;
}

.ddm-maintenance .klh-page-heading {
  margin-top: 0 !important;
}

.ddm-post .add-media {
  border: 1px solid lightgray;
  border-radius: 5px;
}

.ddm-post section {
  background-color: white;
}

.ddm-admin-input {
  display: inline-block;
  min-width: 100px;
  border-radius: 4px;
  border: 1px solid white;
}

.ddm-admin-input label {
  width: 100%;
  border: none;
  padding: 5px;
}

.ddm-admin-input label:before, .ddm-admin-input label:after {
  border: none;
}

.cookie-consent .cookie-consent-button-primary {
  background-color: #35A936;
  border: 2px solid #35A936;
}

.cookie-consent .cookie-consent-button-primary:hover {
  background-color: white;
  color: #35A936;
  border: 2px solid #35A936;
  text-decoration: none;
  font-weight: bold;
}

.cookie-consent .cookie-consent-title, .cookie-consent .cookie-consent-button-primary, .cookie-consent .cookie-consent-button-secondary {
  font-family: "YanoneKaffeesatz", sans-serif;
}

.cookie-consent .cookie-consent-button-primary, .cookie-consent .cookie-consent-button-secondary {
  font-size: 18px;
}

.cookie-consent .cookie-consent-info {
  color: #35A936;
  cursor: pointer;
}

.cookie-consent .modal-content {
  font-family: "Buenard", sans-serif;
}

.popover-body {
  font-family: "Buenard", sans-serif;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #FFFFFF;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #FFFFFF;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ff4136;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 3rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFFFFF;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

/** Bootstrap Config **/
/* Admin area styling */
.ddm-admin-bar {
  background: #FFFFFF;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ddm-admin-bar .navbar-nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 0;
}

.ddm-admin-bar .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.ddm-admin-bar .dropdown .dropdown-menu {
  min-width: 220px;
}

.ddm-admin-bar .dropdown .dropdown-toggle {
  padding-right: 20px;
}

.ddm-admin-bar .dropdown a {
  color: #35A936;
  font-family: "OpenSans-Bold", sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
}

.ddm-admin-bar .dropdown .divider {
  background-color: gray;
  height: 1px;
  margin: 5px 10px;
}

.ddm-admin-bar .dropdown li:not(.divider) {
  padding: 5px 10px;
}

.ddm-admin-bar .dropdown li:hover:not(.divider) {
  background-color: whitesmoke;
}

.ddm-image-container {
  display: inherit;
}

.ddm-admin-action-button {
  color: #35A936 !important;
  border: 1px solid #35A936 !important;
}

.ddm-admin-action-button:hover {
  background: #EDEBEB !important;
}

.ddm-admin-action-button:active {
  background: darkgray !important;
}

.ddm-admin-action-button-secondary:hover {
  background: #EDEBEB !important;
}

.ddm-admin-action-button-secondary:active {
  background: darkgray !important;
}

.ddm-admin-textinput:before, .ddm-admin-textinput:after {
  border-color: #BA9A38 !important;
}

.ddm-admin-tooltip:after {
  background: #35A936;
}

.ddm-admin-bar .dropdown-toggle {
  color: #35A936 !important;
}

/* Login Area */
.ddm-admin-area-login .btn-primary {
  background-color: white;
  border: solid 1px #35A936;
  color: #35A936;
}

.ddm-admin-area-login .btn-primary:focus {
  outline: none;
}

.ddm-admin-area-login .btn-primary:hover {
  background-color: white;
}

.ddm-admin-area-login .form-group {
  color: black;
}

.ddm-admin-area-login .input-lg {
  border: 1px solid #35A936;
  background: transparent;
  color: black;
}

.ddm-admin-area-login .input-lg::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7a7a7a;
  opacity: 1;
  /* Firefox */
}

.ddm-admin-area-login .input-lg:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7a7a7a;
  opacity: 1;
  /* Firefox */
}

.ddm-admin-area-login .input-lg::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7a7a7a;
  opacity: 1;
  /* Firefox */
}

.ddm-admin-area-login .input-lg::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7a7a7a;
  opacity: 1;
  /* Firefox */
}

.ddm-admin-area-login .input-lg:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.ddm-admin-area-login .input-lg::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7a7a7a;
}

.ddm-admin-area-login .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 34, 120, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 34, 120, 0.6);
}

.ddm-admin-area-login a {
  color: #35A936;
}

/** DYNAMIC UI **/
.ddm-dui-media, .ddm-dui-image, .ddm-dui-paragraph, .ddm-dui-image-original-size {
  width: 100%;
  margin-bottom: 50px;
}

.ddm-dui-image {
  height: 60vh;
  min-height: 500px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.ddm-dui-image-original-size {
  height: auto;
  min-height: auto;
}

.ddm-dui-image-original-size img {
  max-height: 500px;
  max-width: 100%;
  height: auto;
  width: auto;
}

.ddm-dui-media .ddm-media-container, video, audio {
  width: 100%;
}

.ddm-dui-parent-appending-element-hidden div[data-dui-parent-addition-elememt="true"] {
  display: none;
}

.ddm-context-menu-opener i {
  color: #35A936 !important;
}

.ddm-context-menu-opener-light .ddm-context-menu-opener i {
  color: white !important;
}

.ddm-context-menu-opener-inside .ddm-context-menu-opener {
  right: 10px !important;
  top: 10px !important;
}
/*# sourceMappingURL=kirschleitenhof.css.map */