/*
Theme Name: Lichtblick
Author: Samira
*/
/**
Basics
*/
html, body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  background-color: #B4B3AA;
  overflow-x: hidden;
}

.wave {
  background-image: none;
  margin-bottom: -20px;
}

@media (min-width: 750px) {
  .wave {
    background-image: url("./img/welle.png");
    background-repeat: no-repeat;
  }
}

hr {
  border-style: solid;
  margin-top: 30px;
  margin-bottom: 30px;
}

.wpforms-submit {
  background-color: #829e42 !important;
  border: none !important;
  color: #fdf8ea !important;
}

.container {
  margin: 0 auto;
  max-width: 1100px;
}

body {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
  background-color: #B4B3AA;
  font-weight: 300;
  text-align: left;
  color: #072A24;
  font-size: 16px;
  line-height: 1.6;
}

a {
  text-decoration: underline;
  color: #072A24;
}

a:hover {
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  padding: 0px 0px 0px 20px;
  text-align: left;
  margin-top: 0px;
}

h3, h4, h5, h6 {
  margin-top: 2rem;
  margin-bottom: 0.3rem;
  font-weight: 400;
  color: #829e42;
  text-align: left;
  font-family: 'Quicksand', sans-serif;
  /* hyphens */
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

h3 a, h4 a, h5 a, h6 a {
  color: #829e42;
  text-decoration: none;
}

h2 {
  margin-top: 1.5rem;
  margin-bottom: 0.3rem;
  font-weight: 400;
  color: #829e42;
  text-align: left;
  font-family: 'Quicksand', sans-serif;
  /* hyphens */
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

h2 a {
  color: #829e42;
  text-decoration: none;
}

h1 {
  margin-top: -13px;
  margin-bottom: 1.5rem;
  font-weight: 400;
  color: #829e42;
  text-align: left;
  font-family: 'Quicksand', sans-serif;
  /* hyphens */
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

h1 a {
  color: #829e42;
  text-decoration: none;
}

h1 {
  font-size: 2.2rem;
  line-height: 1.2;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.4rem;
  line-height: 1.2;
}

h4 {
  font-size: 1.2rem;
  line-height: 1.2;
}

h5 {
  font-size: 1.0rem;
  line-height: 1.2;
}

h6 {
  font-size: 1.0rem;
  line-height: 1.2;
}

@media (min-width: 750px) {
  h1 {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  h2 {
    font-size: 2.0rem;
    line-height: 1.2;
  }
  h3 {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  h4 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  h5 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  h6 {
    font-size: 1.0rem;
    line-height: 1.2;
  }
}

/**
Header
*/
.logo-container {
  background-image: url("./img/welle.png");
  background-color: #829e42;
  height: 200px;
  -webkit-box-shadow: 0 3px 6px rgba(20, 20, 20, 0.1);
          box-shadow: 0 3px 6px rgba(20, 20, 20, 0.1);
  margin-bottom: -18px;
}

@media (min-width: 750px) {
  .logo-container {
    height: 200px;
  }
}

.custom-logo {
  margin-left: 30px;
  width: 350px;
  height: auto;
  padding-top: 15px;
}

@media (min-width: 590px) {
  .custom-logo {
    width: 450px;
  }
}

@media (min-width: 750px) {
  .custom-logo {
    width: 500px;
  }
}

.logo-2 h2 {
  color: #fdf8ea;
  margin-left: 30px;
  width: 350px;
  padding-top: 30px;
  margin-top: 0px;
}

.logo-2 a {
  color: #829e42;
  text-decoration: none;
}

/**
Main-Navigation
*/
.site-nav {
  display: none;
}

@media (min-width: 1100px) {
  .site-nav {
    display: block;
  }
}

#sticky, #sticky-2, #sticky-sticky-wrapper, #sticky-2-sticky-wrapper {
  z-index: 99999;
  position: relative;
}

.site-nav {
  height: 50px;
  background-color: #829e42;
  -webkit-box-shadow: 0 3px 3px rgba(180, 180, 180, 0.1);
          box-shadow: 0 3px 3px rgba(180, 180, 180, 0.1);
  z-index: 99999;
  position: relative;
}

.site-nav ul {
  margin: 0;
  padding: 0;
}

.site-nav a {
  display: block;
  text-decoration: none;
  color: #fdf8ea;
}

.site-nav ul li {
  position: relative;
  float: left;
  list-style: none;
  margin: 5px 10px 0px 25px;
}

.site-nav ul li a {
  padding-top: 10px;
  padding-bottom: 15px;
}

.site-nav ul > li.submenu > a:after {
  position: relative;
  float: right;
}

.site-nav ul ul li.submenu > a:after {
  margin-left: auto;
  margin-right: -10px;
}

.site-nav ul li:hover {
  color: #829e42;
}

.site-nav ul ul {
  position: absolute;
  top: -9999px;
  left: -9999px;
  background-color: #829e42;
  margin-left: -10px;
  padding-left: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(20, 20, 20, 0.05);
          box-shadow: 0 3px 6px rgba(20, 20, 20, 0.05);
  z-index: 1;
}

.site-nav ul ul li {
  float: none;
  width: 250px;
}

.site-nav ul ul li a {
  padding: 5px 20px;
  margin-left: -40px;
}

.site-nav ul li:hover > ul {
  top: 85%;
  left: 0;
}

.site-nav ul ul li:hover > ul {
  top: 0;
  left: 100px;
  margin-left: 0px;
}

/**
Mobile-Navigation
*/
.navbar-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar-menu ul ul {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1;
}

.navbar-menu ul li:hover > ul {
  position: relative;
  top: 100%;
  left: 0;
}

.navbar-menu ul ul li:hover > ul {
  position: relative;
  top: 0;
}

.navbar-menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar-menu .menu-listing ul {
  padding: 0;
  margin: 0;
  text-align: center;
}

.menu-listing li {
  display: block;
}

.menu-listing li a {
  background-color: #B4B3AA;
  color: #072A24;
  display: block;
  font-size: 1rem;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menu-listing ul ul li a {
  margin-top: -15px;
  color: #343b3a;
  font-size: 0.9rem;
}

.menu-listing li a:hover {
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger-trigger {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  height: 50px;
  width: 50px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9999;
}

@media (min-width: 1100px) {
  .hamburger-trigger {
    display: none;
  }
}

.hamburger-trigger span {
  position: absolute;
  height: 3px;
  width: 25px;
  background-color: #fdf8ea;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger-trigger span:before {
  content: '';
  position: absolute;
  top: -8px;
  background-color: #fdf8ea;
  height: 3px;
  width: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger-trigger span:after {
  content: '';
  position: absolute;
  top: 8px;
  background-color: #fdf8ea;
  height: 3px;
  width: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger-trigger.active span {
  background-color: transparent;
}

.hamburger-trigger.active span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

.hamburger-trigger.active span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

.menu-item-805 a {
  color: #072A24;
}

.menu-item-1041 a {
  color: #072A24;
}

/**
Content
*/
.site-content {
  background-color: #fdf8ea;
  -webkit-box-shadow: 0 3px 6px rgba(20, 20, 20, 0.1);
          box-shadow: 0 3px 6px rgba(20, 20, 20, 0.1);
  padding: 2rem !important;
  margin: 40px 20px 20px 20px;
}

@media (min-width: 750px) {
  .site-content {
    margin: 50px 30px 30px 30px;
  }
}

@media (min-width: 1100px) {
  .site-content {
    float: right;
    width: 65%;
    margin: 20px 0px 20px 0px;
  }
}

.featured-image-container img {
  width: 100%;
  height: auto;
}

.su-spoiler-title {
  font-weight: 400 !important;
}

.su-spoiler {
  margin-bottom: 10px !important;
}

.wp-block-table {
  margin: 40px 0px 20px 0px;
}

.wp-block-column h4 {
  margin: 0px;
}

.wp-block-column ul {
  margin-top: 0px;
}

.wp-block-image {
  margin: 0px !important;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie 8 */
}

.wp-block-file {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.wp-block-image .alignleft {
  margin: 5px 20px 10px 0px !important;
}

@media (max-width: 800px) {
  .wp-block-image .alignleft {
    float: none !important;
    margin: 0px !important;
  }
}

.wp-block-image .alignright {
  margin: 5px 0px 10px 20px !important;
}

@media (max-width: 800px) {
  .wp-block-image .alignright {
    float: none !important;
    margin: 0px !important;
  }
}

figure.wp-block-image.size-large {
  margin-left: 0px !important;
}

.angebote {
  margin-top: 40px !important;
  width: 40%;
  margin: 0 auto;
}

.sui .su-list ul li > i {
  width: 0.5rem !important;
  height: 0.5rem !important;
}

.su-custom-gallery-slide {
  margin: 0px !important;
}

.su-custom-gallery-slide img {
  float: right !important;
  border: none !important;
  padding: 0px !important;
  border-radius: 0px !important;
  cursor: auto;
}

.su-spoiler-title {
  font-size: 1rem !important;
}

.shortcut-img-left {
  float: left;
  margin-right: 15px;
}

@media (max-width: 800px) {
  .shortcut-img-left {
    float: none !important;
    margin: 0px !important;
    margin: 10px 0px 10px 0px !important;
  }
}

.shortcut-img-right {
  float: right;
  margin-left: 15px;
}

@media (max-width: 800px) {
  .shortcut-img-right {
    float: none !important;
    margin: 0px !important;
    margin: 10px 0px 10px 0px !important;
  }
}

.wp-image-616 {
  margin-right: 20px;
}

.green-box {
  margin-top: 15px;
}

.post-1058 h1 {
  /* hyphens */
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/**
Front
*/
.front-content {
  background-image: url("./img/front-background-mobile.jpg");
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 1100px) {
  .front-content {
    background-image: url("./img/front-background.jpg");
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
    width: 100%;
  }
}

.front-content h1 {
  margin-top: -40px;
}

.front-content h2 {
  text-align: center;
  color: #072A24;
  font-size: 1.3rem;
  margin-top: -60px;
}

.front-content h2 a {
  color: #fdf8ea;
}

@media (min-width: 750px) {
  .front-content h2 {
    font-size: 1.8rem;
    margin-top: -50px;
  }
}

@media (min-width: 1100px) {
  .front-content h2 {
    color: #fdf8ea;
  }
}

@media (min-width: 1500px) {
  .front-content h2 {
    margin-bottom: 250px;
  }
}

.front-content h3 {
  color: #fdf8ea;
  font-size: 1.8rem;
  margin-top: 10px;
}

.front-content h3 a {
  color: #fdf8ea;
}

@media (min-width: 600px) {
  .front-content h3 {
    font-size: 1.6rem;
  }
}

@media (min-width: 750px) {
  .front-content h3 {
    font-size: 1.8rem;
  }
}

@media (min-width: 1100px) {
  .front-content h3 {
    font-size: 2rem;
  }
}

.front-content h4 {
  color: #fdf8ea;
  font-size: 1rem;
}

.front-content h4 a {
  color: #fdf8ea;
}

@media (min-width: 600px) {
  .front-content h4 {
    font-size: 1.1rem;
  }
}

@media (min-width: 750px) {
  .front-content h4 {
    font-size: 1.3rem;
  }
}

@media (min-width: 1100px) {
  .front-content h4 {
    font-size: 1.5rem;
  }
}

.welcome {
  display: none;
}

.welcome img {
  max-width: 100%;
  height: auto;
  width: 785px;
}

@media (min-width: 1100px) {
  .welcome {
    margin: 40px 20px 0px 20px;
    display: block;
  }
}

.welcome-mobile {
  margin: 40px 20px 50px 20px !important;
}

.welcome-mobile img {
  max-width: 100%;
  height: auto;
  width: 785px;
}

@media (min-width: 1100px) {
  .welcome-mobile {
    display: none;
  }
}

.front-left {
  margin-top: 30px;
}

@media (min-width: 590px) {
  .front-left {
    margin-top: 100px;
    margin-bottom: 300px;
  }
}

@media (min-width: 1100px) {
  .front-left {
    margin-top: 200px;
    margin-bottom: 100px;
  }
}

@media (min-width: 1500px) {
  .front-left {
    margin-top: 0px;
    margin-bottom: 200px;
  }
}

.front-right {
  margin-top: 20px;
  margin-bottom: 250px;
}

@media (min-width: 590px) {
  .front-right {
    margin-top: 100px;
    margin-bottom: 300px;
  }
}

@media (min-width: 1100px) {
  .front-right {
    margin-top: 200px;
    margin-bottom: 100px;
  }
}

@media (min-width: 1500px) {
  .front-right {
    margin-top: 0px;
    margin-bottom: 200px;
  }
}

.front-left:hover, .front-right:hover {
  -webkit-filter: invert(0) sepia(0.1) saturate(15) hue-rotate(27deg) brightness(0.15);
          filter: invert(0) sepia(0.1) saturate(15) hue-rotate(27deg) brightness(0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blink {
  text-align: center;
  font-size: 30px;
  -webkit-animation: blink 2.5s linear infinite;
          animation: blink 2.5s linear infinite;
}

@-webkit-keyframes blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.source-front {
  position: absolute;
}

/**
Sidebar
*/
#sticky-3 {
  background-color: #fdf8ea;
  -webkit-box-shadow: 0 3px 6px rgba(20, 20, 20, 0.1);
          box-shadow: 0 3px 6px rgba(20, 20, 20, 0.1);
  padding: 2rem;
  position: absolute;
  width: 230px;
  height: 540px;
}

.site-sidebar {
  float: left;
  display: none;
}

.site-sidebar h5 {
  color: #829e42;
}

.site-sidebar img {
  margin-bottom: 30px;
}

@media (min-width: 1100px) {
  .site-sidebar {
    display: block;
    width: 21%;
    margin: 20px 0px 20px 0px;
  }
}

.mail-icon {
  float: left;
  color: #072A24;
  font-size: 25px;
}

.phone-icon {
  float: left;
  color: #072A24;
  font-size: 25px;
}

.widgettitle {
  margin-top: -5px;
  margin-bottom: 15px;
}

.textwidget {
  text-align: left;
}

.textwidget p {
  margin-bottom: 16px;
}

.custom-html-widget p {
  font-size: 14px;
  padding-top: 8px;
  padding-left: 30px;
}

.custom-html-widget a {
  font-size: 14px;
  text-align: left;
}

/**
Sidebar
*/
#sticky-4 {
  background-color: #fdf8ea;
  -webkit-box-shadow: 0 3px 6px rgba(20, 20, 20, 0.1);
          box-shadow: 0 3px 6px rgba(20, 20, 20, 0.1);
  padding: 2rem;
  position: absolute;
  width: 230px;
  height: 730px;
}

.site-sidebar-2 {
  float: left;
  display: none;
}

.site-sidebar-2 h5 {
  color: #829e42;
}

.site-sidebar-2 img {
  margin-bottom: 30px;
}

@media (min-width: 1100px) {
  .site-sidebar-2 {
    display: block;
    width: 21%;
    margin: 20px 0px 20px 0px;
  }
}

.mail-icon {
  float: left;
  color: #072A24;
  font-size: 25px;
}

.phone-icon {
  float: left;
  color: #072A24;
  font-size: 25px;
}

.widgettitle {
  margin-top: -5px;
  margin-bottom: 15px;
}

.custom-html-widget p {
  font-size: 14px;
  padding-top: 8px;
  padding-left: 30px;
}

/**
Footer
*/
.site-footer {
  float: right;
  float: left;
  width: 100%;
  background-color: #829e42;
  -webkit-box-shadow: 0 3px 6px rgba(20, 20, 20, 0.1);
          box-shadow: 0 3px 6px rgba(20, 20, 20, 0.1);
  text-align: center;
}

.site-footer .copyright p {
  color: #fdf8ea;
  font-size: 0.8em;
  padding: 5px;
  margin-bottom: 8px;
}

@media (min-width: 1100px) {
  .site-footer {
    float: right;
    width: 780px;
  }
}

.nav-secondary ul {
  padding: 10px;
  text-align: center;
}

.nav-secondary li {
  list-style-type: none;
}

.nav-secondary a {
  color: #fdf8ea;
  text-decoration: underline;
  padding: 10px;
}

#menu-footer, #menu-footer-2 {
  margin: 0px !important;
}
/*# sourceMappingURL=style.css.map */