body {
  font-size: 16px;
  margin: 0;
  width: 100%;
  color: #292626;
  font-family: "Merriweather", serif;
  letter-spacing: 2px;
}

h1, h2, h3, h4 {
  font-weight: inherit;
  clear: both;
}

h3 {
  margin: 0.6em 0;
}

p {
  margin: 0.25em 0;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
}

.shadow {
  box-shadow: #333 0 0 4px;
}

.primaryBtn, .secondaryBtn {
  color: #FFF;
  padding: 0.4em 0.8em;
  display: inline-block;
  margin: 4px 8px 8px 4px;
  border: none;
  position: relative;
  cursor: pointer;
  font: inherit;
  box-shadow: 4px 4px 0 0 #251b25;
}
.primaryBtn:before, .secondaryBtn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  background: rgba(0, 0, 0, 0.06);
}
.primaryBtn:hover:before, .secondaryBtn:hover:before {
  width: 100%;
}

.secondaryBtn {
  background-color: #928676;
}

.primaryBtn {
  background-color: #7f5a7e;
}

.quote {
  display: block;
  font-size: 1.3em;
  padding: 20px;
  /*    margin: 45px 35px 10px 10px;*/
  font-style: italic;
  color: #000;
  font-weight: 900;
  position: relative;
  /*    &:before{
          content: '';
          position: absolute;
          top: -35px;
          right: -25px;
          width: 80px;
          height: 100px;
          background-color: #F0F2F4;
      }*/
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 0 5px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.foot {
  font-size: 0.8em;
}

footer {
  background-color: #7f5a7e !important;
  color: #FFF;
  font-size: 16px;
  padding: 20px;
}

#site-wrapper {
  width: 100%;
  overflow: hidden;
  /*    min-width: 280px;*/
  padding: 0;
  position: relative;
  box-sizing: border-box;
  /*    max-width: 1100px;*/
  /*    margin: auto;*/
  padding-top: 80px;
}

.pageWidth {
  width: 100%;
  min-width: 280px;
  max-width: 1100px;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  clear: both;
}

.section {
  padding: 15px 10px;
  overflow: hidden;
}
.section:empty {
  display: none;
}

.flowerBG {
  background-image: url(/img/flowerBg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

.greenBorder {
  box-shadow: #7f5a7e 8px 8px 0;
  margin: 0 8px 8px 0;
  max-width: calc(100% - 8px);
  max-height: calc(100% - 8px);
}

.whitebg {
  background-color: #f2f1f3;
}

.themecolor {
  color: #7f5a7e;
}

#menu-container {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #FFF;
  box-shadow: #888 0 0 4px;
  color: #754f3c;
  opacity: 0.96;
  text-align: center;
}
#menu-container .logo {
  vertical-align: middle;
  padding: 8px 15px 8px 0;
  display: inline-block;
}
#menu-container .logo .logo-img {
  height: 75px;
}
#menu-container > #hamburger {
  vertical-align: middle;
  display: none;
  font-size: 23px;
  padding: 0.5em 1em;
  color: #7f5a7e;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#menu-container > #hamburger:hover {
  color: #754f3c;
}
#menu-container > #hamburger:before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Pro";
}
#menu-container > #menuBar {
  white-space: nowrap;
  vertical-align: middle;
  font-size: 19px;
  z-index: 2;
  padding: 0;
  display: inline-block;
  transition: max-height 0.3s ease-out;
}
#menu-container > #menuBar .menuElem {
  position: relative;
  display: inline-block;
  padding: 0.6em;
  border-bottom: 3px solid transparent;
  -webkit-transition: color 0.3s, border-bottom-color 0.3s;
  transition: color 0.3s, border-bottom-color 0.3s;
  cursor: pointer;
}
#menu-container > #menuBar .menuElem:hover, #menu-container > #menuBar .menuElem.active {
  color: #7f5a7e;
  border-bottom-color: #7f5a7e;
}
#menu-container > #menuBar .menuElem:hover > .subMenu, #menu-container > #menuBar .menuElem.active > .subMenu {
  color: #754f3c;
  visibility: visible;
  opacity: 1;
}
#menu-container > #menuBar .menuElem > .downButton {
  display: none;
  position: absolute;
  top: 0;
  right: 75%;
  height: 100%;
}
#menu-container > #menuBar .menuElem > .subMenu {
  min-width: 300px;
  font-size: 0.8em;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: visibility 0s, opacity 0.6s;
  transition: visibility 0s, opacity 0.6s;
  max-height: 500px;
  overflow: auto;
}
#menu-container > #menuBar .menuElem > .subMenu .menuElem {
  position: relative;
  display: block;
  padding: 0.8em;
  border-bottom: 1px solid #BBB;
  background-color: #F2F2F2;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  white-space: initial;
  cursor: pointer;
}
#menu-container > #menuBar .menuElem > .subMenu .menuElem:hover {
  background-color: #E4E4E4;
}
#menu-container.hamburger {
  max-height: 100%;
  overflow: auto;
}
#menu-container.hamburger > #hamburger {
  display: inline-block;
}
#menu-container.hamburger > #menuBar {
  display: none;
}
#menu-container.hamburger > #menuBar .menuElem {
  display: block;
}
#menu-container.hamburger > #menuBar .menuElem > .downButton {
  display: block;
}
#menu-container.hamburger > #menuBar .menuElem > .subMenu {
  display: none;
  opacity: 1;
  visibility: visible;
  position: relative;
}
#menu-container.hamburger > #menuBar .menuElem.active {
  border-bottom-color: transparent;
}
#menu-container.hamburger > #menuBar .menuElem:hover > .subMenu {
  display: block;
}
#menu-container.hamburger > #menuBar.opened {
  display: block;
}
#menu-container #lang {
  font-size: 0.6em;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbContainer {
  padding: 0.7em;
  font-size: 16px;
}
.breadcrumbContainer > a.breadcrumb {
  color: inherit;
  padding: 0.3em;
  vertical-align: middle;
  display: inline-block;
}
.breadcrumbContainer > .breadcrumb_delimiter {
  vertical-align: middle;
  padding: 0 0.5em;
  font-size: 0.6em;
}
.breadcrumbContainer > .breadcrumb_delimiter:before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
}

.cTitle {
  font-size: 30px;
  width: 100%;
  text-align: center;
  padding: 0.3em 0;
  background-color: #928676;
  color: #FFF;
}

#gmap {
  height: 350px;
  width: 100%;
  background-color: green;
}

#map {
  height: 450px;
}

.thumb {
  padding: 5px;
}

.thumb-inner {
  height: 0;
  padding-top: 70%;
  background-size: cover;
  background-position: center;
}

.thumb-title {
  padding: 0.3em;
  text-align: center;
  font-size: 1.2em;
  font-weight: 900;
}

/**/
.slider > .overlay > .left-button, .slider > .overlay > .right-button {
  width: 50px;
  height: 50px;
  line-height: 0;
  display: inline;
}

.slider > .pager {
  padding: 5px 10px;
  background: rgba(200, 200, 200, 0.6);
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
}
.slider > .pager > .pager-button.active {
  background-color: white;
}
.slider > .pager > .pager-button {
  background-color: #7f5a7e;
  border-radius: 20px;
  display: inline-block;
  margin: 4px;
  padding: 8px;
  cursor: pointer;
}

.slider {
  box-shadow: #333 0 0 4px;
  background-color: #fff;
  width: 100%;
  padding-top: 30%;
  /*    @media only screen and (max-width: 400px) {
          padding-top: 100%;
      }*/
}
@media only screen and (max-width: 1000px) {
  .slider {
    padding-top: 40%;
  }
}
@media only screen and (max-width: 800px) {
  .slider {
    padding-top: 60%;
  }
}
@media only screen and (max-width: 600px) {
  .slider {
    padding-top: 80%;
  }
}

.slider > .container > .slide {
  font-size: 40px;
  font-weight: 900;
}
@media only screen and (max-width: 900px) {
  .slider > .container > .slide {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .slider > .container > .slide {
    font-size: 18px;
  }
}
.slider > .container > .slide:before {
  content: "";
  width: 0;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.slider > .container > .slide.vFix-top:before {
  content: "";
  vertical-align: top;
}
.slider > .container > .slide.vFix-bottom:before {
  content: "";
  vertical-align: bottom;
}
.slider > .container > .slide > .slide-content {
  padding: 2%;
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.slider > .container > .slide > .slide-content > .subtitle {
  font-size: 0.6em;
}

.yt-container {
  width: 80%;
  max-width: 800px;
  clear: both;
  margin: 20px auto;
}
.yt-container .yt-fixer {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.yt-container .yt-fixer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: #333 0 0 4px;
}
.yt-container span.text {
  font-size: 14px;
  display: block;
  padding: 0.2em 1em;
  color: #777;
}

.contact_block {
  white-space: nowrap;
  margin: 15px 0;
}
.contact_block .contact_icon {
  font-size: 40px;
  vertical-align: middle;
  color: #7f5a7e;
}
.contact_block .contact_text {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}

#gdpr-line {
  position: sticky;
  left: 0;
  bottom: 0;
  background-color: #FFF;
  width: 100%;
  opacity: 0.96;
  padding: 15px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: #888 0 0 4px;
  font-size: 0.9em;
}

.content_image_container {
  float: none;
  margin: auto;
  max-width: 100%;
  padding: 8px;
  color: #777;
  text-decoration: none;
  clear: both;
}
.content_image_container a {
  text-align: center;
  width: 100%;
  display: block;
}
.content_image_container a img {
  box-shadow: #333 0 0 4px;
}
.content_image_container .imgText {
  font-size: 13px;
  display: block;
  padding: 0.2em 1em;
}

.content_banner_container {
  color: #FFFFFF;
  clear: both;
  text-decoration: none;
}
.content_banner_container.banner_b {
  width: 336px;
  max-width: 100%;
  margin: 20px auto;
  display: block;
  /*            .banner{
              height: 280px;
          }*/
}
.content_banner_container.banner_s {
  width: 200px;
  margin: 10px;
  display: inline-block;
  /*            .banner{
          //    height: 200px;
          }*/
}
.content_banner_container .banner {
  color: #FFFFFF;
  background-color: #333;
  box-shadow: #333 0 0 4px;
  display: block;
}
.content_banner_container .bannerText {
  color: #777;
  font-size: 13px;
  display: block;
  padding: 0.2em 1em;
  width: 100%;
  box-sizing: border-box;
}

span.content_image_container {
  float: left;
}

.contentTitle {
  font-weight: 700;
  font-size: 2.5em;
  font-style: italic;
}

.szolg_list .listEntry {
  padding: 25px 0;
  overflow: hidden;
}
.szolg_list .listEntry:nth-child(odd) {
  background-color: #F7F7F7;
}
.szolg_list .listEntry .entryLeft {
  text-align: center;
}
.szolg_list .listEntry .entryRight {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 2em;
}
.szolg_list .listEntry .entryTitle {
  font-weight: 700;
  font-size: 1.8em;
}

.small_list {
  text-align: center;
}
.small_list .entryTitle {
  font-weight: 700;
  padding: 20px;
}

ul.footer_links li {
  list-style-image: url(/img/home_garden_footer_links.png);
  padding: 6px 0 6px 5px;
}

.blogListEntry {
  margin: 10px 0;
  padding: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CDCDCD;
}
.blogListEntry img.leadImg {
  margin: 5px auto;
  display: block;
  width: 600px;
  box-shadow: #333 0 0 4px;
}
.blogListEntry a.link {
  color: inherit;
  text-decoration: none;
}
.blogListEntry a.moreLink {
  font-size: 18px;
}
.blogListEntry .title {
  font-size: 30px;
}
.blogListEntry .created {
  text-decoration: none;
  font-size: 13px;
  color: #777;
}

.contentsContainer {
  margin: 15px auto;
  overflow: hidden;
}
.contentsContainer a.link {
  text-decoration: none;
  color: inherit;
}
.contentsContainer a.link .blogListEntrySmall {
  height: 80px;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  display: inline-flex;
  padding: 0 10px;
  margin: 0 0 20px 0;
}
.contentsContainer a.link .blogListEntrySmall .leadImg {
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
}
.contentsContainer a.link .blogListEntrySmall .entryTitle {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  flex: 1;
  border: 1px solid #bbb;
  border-left: none;
  background-color: #fff;
}
.contentsContainer a.link .blogListEntrySmall .entryTitle .title {
  padding-left: 0.1em;
  font-size: 20px;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  white-space: normal;
}
.contentsContainer a.link .blogListEntrySmall .entryTitle .created {
  padding-left: 0.5em;
  color: #777;
  font-size: 13px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contentsContainer a.link .blogListEntrySmall .entryTitle:hover {
  background-color: #F3F3F3;
}

.blogEntryContainer {
  margin: 0 20px 20px 20px;
}
.blogEntryContainer img.leadImg {
  margin: 5px auto;
  display: block;
  width: 600px;
  box-shadow: #333 0 0 4px;
}
.blogEntryContainer .title {
  font-size: 30px;
}
.blogEntryContainer .created {
  color: #777;
  text-decoration: none;
  font-size: 13px;
}

.blogContent {
  padding: 5px;
}
.blogContent .content_image_container {
  float: none;
  margin: auto;
  max-width: 100%;
  padding: 8px;
  color: #777;
  text-decoration: none;
  clear: both;
}
.blogContent .content_image_container a {
  text-align: center;
  width: 100%;
  display: block;
}
.blogContent .content_image_container a img {
  box-shadow: #333 0 0 4px;
}
.blogContent .content_image_container .imgText {
  font-size: 13px;
  display: block;
  padding: 0.2em 1em;
}
.blogContent .content_banner_container {
  color: #FFFFFF;
  clear: both;
  text-decoration: none;
}
.blogContent .content_banner_container.banner_b {
  width: 336px;
  max-width: 100%;
  margin: 20px auto;
  display: block;
  /*            .banner{
                  height: 280px;
              }*/
}
.blogContent .content_banner_container.banner_s {
  width: 200px;
  margin: 10px;
  display: inline-block;
  /*            .banner{
              //    height: 200px;
              }*/
}
.blogContent .content_banner_container .banner {
  color: #FFFFFF;
  background-color: #333;
  box-shadow: #333 0 0 4px;
  display: block;
}
.blogContent .content_banner_container .bannerText {
  color: #777;
  font-size: 13px;
  display: block;
  padding: 0.2em 1em;
  width: 100%;
  box-sizing: border-box;
}
.blogContent span.content_image_container {
  float: left;
}

.scroll-gallery .cont {
  white-space: nowrap;
  overflow: hidden;
}
.scroll-gallery .cont .media {
  display: inline-block;
}
.scroll-gallery .left-button, .scroll-gallery .right-button {
  position: absolute;
  height: 100%;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  cursor: pointer;
}
.scroll-gallery .left-button:hover, .scroll-gallery .right-button:hover {
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 4px;
}
.scroll-gallery .left-button:before, .scroll-gallery .right-button:before {
  display: inline-block;
  vertical-align: middle;
  color: #F3F3F3;
}
.scroll-gallery .left-button:after, .scroll-gallery .right-button:after {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.scroll-gallery .left-button {
  left: 0;
}
.scroll-gallery .right-button {
  right: 0;
}

/*.clip-text{
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-color: #555;
    background-image: url(/projects/trabantszerelem/img/gal/big/gal-2.jpg);
    color: white;
    font-weight: 900;
    font-size: 128px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    line-height: 115px;
}*/

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