@font-face {
  font-family: "League Spartan";
  src: url("../fonts/LeagueSpartan-Bold.woff2") format("woff2-variations");
  font-weight: 200 900;
}
@font-face {
  font-family: "League Spartan";
  src: url("../fonts/LeagueSpartan-Regular.woff") format("woff");
}
/* @font-face {
    font-family: "myfont";
    src: url("fonts/awesome-font-bold.woff") format('woff');
    font-weight: bold;
}

@font-face {
    font-family: "myfont";
    src: url("fonts/awesome-font-boldoblique.woff") format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "myfont";
    src: url("fonts/awesome-font-oblique.woff") format('woff');
    font-style: italic;
} */
.header {
  position: fixed;
  top: 0;
  display: flex;
  width: 100%;
  background-color: #6DB271;
  flex-direction: row;
  justify-content: center;
  z-index: 999;
}
.header__container {
  width: 100%;
  max-width: 1120px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

@media screen and (max-width: 712px) {
  .header {
    height: auto;
    left: 0;
    right: 0;
  }
  .header .logo {
    align-self: flex-start;
    position: relative;
    margin-top: 40px;
    padding-bottom: 0;
    background-size: 136px 219.3px;
  }
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.rslides_tabs {
  width: 100%;
  overflow-x: scroll;
  display: flex;
  justify-content: center;
  list-style: none;
  bottom: -96px;
  position: absolute;
  margin: 0 auto;
  padding: 24px 0;
  background: rgba(255, 255, 255, 0.05);
  overflow-x: scroll;
}
.rslides_tabs a {
  display: block;
  width: 64px;
  height: 48px;
  margin: 0 16px;
  background-color: #7dbb77;
  color: transparent;
}
.rslides_tabs .rslides_here a {
  background: linear-gradient(224.4deg, #70B656 0%, #007256 100%);
  outline: 5px solid white;
}

.teaser__niveko {
  position: relative;
  width: 100%;
}

.outer-slider {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 176px;
}

.tabcontent {
  display: none;
}

.inner-slider {
  /* display: block; */
  position: relative;
  width: 100%;
  /* height: 100%;
  max-height: 526px; */
  height: 560px;
}
.inner-slider .card,
.inner-slider .niveko-caption,
.inner-slider .rslides {
  position: absolute;
  bottom: 0;
}
.inner-slider .rslides {
  z-index: 1;
}
.inner-slider .niveko-caption {
  z-index: 2;
}
.inner-slider .card {
  z-index: 3;
}

.inner-slider {
  display: block;
  height: 592px;
  width: 100%;
}

.inner-slider--niveko {
  display: block;
  height: 560px;
  width: 100%;
}
.inner-slider--niveko .niveko-caption {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 21px 0 16px;
}
.inner-slider--niveko .niveko-caption__email {
  text-decoration: none;
  color: #337199;
  font-family: League Spartan;
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 38px;
  letter-spacing: 0.8px;
  margin-left: 24px;
}
.inner-slider--niveko .niveko-caption__logo {
  margin-right: 1.8vw;
  width: 99.2px !important;
  height: 21.6px !important;
}

.slider-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.slider-nav a {
  width: 64px;
  height: 48px;
  background-color: #7dbb77;
}

@media screen and (max-width: 1184px) {
  .inner-slider--niveko {
    max-width: 100vw;
  }

  /* .inner-slider--niveko {
  	height: 47.2vw;
  } */
  .inner-slider {
    height: 47.1698113208vw;
  }
}
@media screen and (max-width: 940px) {
  .niveko-caption__email {
    font-size: 20px;
  }
}
/* @media screen and (max-width: 800px) {
	.rslides img {
		width: 100vw;
	}
} */
@media screen and (max-width: 720px) {
  .rslides_tabs a {
    margin: 0 8px;
  }
  .rslides_tabs:first-child {
    padding-left: 20px;
  }

  .rslides img {
    width: 100vw;
    height: 200px;
  }

  .niveko-caption {
    height: 5.8vh;
  }
  .niveko-caption__email {
    font-size: 18px;
    line-height: 20px;
  }
  .niveko-caption__image {
    width: 99.2px !important;
    height: 21.6px !important;
  }

  .inner-slider {
    /* 		display: flex;
    flex-direction: column; */
    height: 47.1698113208vw;
  }
  .inner-slider .rslides {
    top: 0;
    height: 198px;
  }
  .inner-slider .card {
    margin-left: 0;
    max-width: 100%;
    padding: 32px;
  }

  .inner-slider--niveko {
    height: 518px;
  }

  .card p {
    padding: 0;
  }

  .inner-slider--niveko .niveko-caption {
    max-width: 100%;
    top: 167px;
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .niveko-caption__email {
    font-size: 14px;
    line-height: 16px;
    max-width: 60vw;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  z-index: 9999;
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #007256;
}

.hamburger-box {
  width: 22px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 22px;
  height: 3px;
  background-color: white;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}

.nav {
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-flow: row;
  width: 100%;
  max-width: 1184px;
  height: 96px;
  align-self: center;
  justify-content: center;
  align-items: center;
}
.nav__item {
  padding: 20px;
  color: #fff;
}
.nav--home {
  display: none;
}

button.hamburger {
  display: none;
}

@media screen and (max-width: 1184px) {
  nav {
    max-width: 100vw;
    overflow-x: scroll;
    white-space: nowrap;
    justify-content: flex-start;
    align-self: flex-start;
  }
  nav button {
    display: inline-block;
    white-space: nowrap;
  }
}
@media screen and (max-width: 712px) {
  button.hamburger {
    display: inline-block;
  }

  .nav {
    position: absolute;
    display: none;
    right: 0;
    top: 9rem;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    padding: 3rem;
    background-color: white;
  }
  .nav__logo {
    padding: 8px 8px 2px 8px;
  }
  .nav__item {
    margin-right: 6rem;
    align-self: center;
    margin-right: 0;
  }
  .nav--home {
    display: block;
  }
  .nav a {
    text-decoration: none;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .nav a:hover {
    text-decoration: underline;
    font-weight: bold;
  }
  .nav ul {
    align-self: flex-end;
  }
  .nav li {
    list-style: none;
  }

  .is-active {
    display: flex;
  }
}
@media screen and (max-width: 960px) {
  .nav {
    justify-content: center;
    top: 0;
    padding: 0;
  }
  .nav a {
    color: #007256;
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: center;
  }
}
.card {
  display: flex;
  background-color: white;
  flex-direction: column;
  margin-right: 32px;
  margin-bottom: 32px;
}
.card h2 {
  font-family: League Spartan;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  color: black;
  text-shadow: none;
  letter-spacing: 1px;
}
.card h3 {
  padding: 16px 16px 0 16px;
  font-family: League Spartan;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #4D4D4D;
}
.card p {
  padding: 16px 16px 24px 16px;
  margin-bottom: 0;
  font-family: League Spartan;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  text-align: center;
  color: #4D4D4D;
}
.card--text {
  width: 352px;
  min-height: 240px;
}
.card--image {
  width: 360px;
  height: 240px;
  justify-content: center;
}
.card--image h2 {
  align-self: center;
  align-content: center;
  color: white;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.card--naturstein {
  background-image: url("../images/tiles/Tile-1.png");
  background-size: cover;
  background-position: center center;
}
.card--garten {
  background-image: url("../images/tiles/Tile-6.png");
  background-size: cover;
  background-position: center center;
}
.card--zaun-sichtschutz {
  background-image: url("../images/tiles/Tile-2.png");
  background-size: cover;
  background-position: center center;
}
.card--holz {
  background-image: url("../images/tiles/Tile-4.png");
  background-size: cover;
  background-position: center center;
}
.card--niveko-pools {
  background-image: url("../images/tiles/Tile-3.png");
  background-size: cover;
  background-position: center center;
}
.card--capena-pools {
  background-image: url("../images/tiles/Tile-11.png");
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 712px) {
  .card--text {
    margin: 12px auto;
  }
  .card--image {
    display: flex;
    width: 200px;
    min-width: 200px;
    height: 160px;
    min-height: 160px;
    align-content: center;
  }
  .card--image h2 {
    font-size: 24px;
    line-height: 32px;
    align-self: center;
    /*color: white;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
  }
}
footer {
  display: flex;
  width: 100%;
  background: #6DB271;
  justify-content: center;
}
footer .footer__container {
  display: flex;
  width: 100%;
  max-width: 1120px;
  padding: 32px;
  justify-content: space-around;
  color: #fff;
}
footer h3 {
  font-family: League Spartan;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 48px;
}
footer p,
footer a {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  margin-top: 12px;
}
footer .footer_col1,
footer .footer-col2,
footer .footer-col3 {
  margin-left: 32px;
  display: flex;
  flex-direction: column;
}
footer .footer_col1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 316px;
  justify-content: space-between;
  margin-left: 0;
}
footer .footer-adress {
  max-width: 220px;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
}
footer span {
  font-weight: 600;
}
footer a {
  color: white;
  text-decoration: none;
}
footer .footer-logo {
  width: 38px;
  height: 48px;
  position: relative;
  background: transparent url(../images/dumke-logo-small.svg) no-repeat center center;
  background-size: 38px 48px;
  float: left;
  margin-top: 0px;
}
footer .footer-logo:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 1184px) {
  .footer__container {
    width: calc(100vw - 64px);
  }
}
@media screen and (max-width: 1024px) {
  .footer__container {
    flex-direction: column;
  }

  footer .footer-col2,
footer .footer-col3,
footer .footer-col4 {
    margin-left: 140px;
  }
}
@media screen and (max-width: 712px) {
  footer {
    flex-direction: column;
  }
  footer .footer__container {
    padding: 32px 0;
    justify-content: center;
    align-items: center;
    align-self: center;
    align-content: center;
  }
  footer .footer_col1 {
    width: 346px;
    flex-direction: column;
    align-items: center;
  }
  footer .footer-adress {
    max-width: 250px;
  }
  footer .footer-adress p {
    padding-left: 0;
    text-align: center;
  }
  footer .footer-logo {
    margin: 18px 32px;
  }
  footer .link-icon {
    margin: 0;
    align-self: flex-start;
  }
  footer .footer-col2 {
    margin-top: 32px;
  }
  footer .footer-col2,
footer .footer-col3,
footer .footer-col4 {
    width: 205px;
    align-self: center;
    align-items: flex-start;
    margin-left: 30px;
  }
  footer .footer-col4 {
    margin-left: 28px;
  }
  footer .link-icon__impressum {
    left: -42px;
  }
}
body,
div,
ul,
li,
nav,
h1,
h2,
h3,
form,
input,
button,
textarea,
p,
a {
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
}

body {
  background: linear-gradient(224.4deg, #70B656 0%, #007256 100%);
  background-repeat: no-repeat;
  width: 100% !important;
  background-size: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 96px 0 0 0;
}

p,
h1,
h2,
h3,
h4,
ul,
li,
a {
  font-family: "League Spartan", sans-serif;
}

h2 {
  font-family: League Spartan;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 60px 0;
}

p {
  font-family: League Spartan;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
}

.text {
  color: #fff;
  text-align: center;
  max-width: 938px;
  align-self: center;
}

a {
  text-decoration: none;
}

.link-to-btn {
  display: block;
  width: 100%;
  max-width: 348px;
  font-family: League Spartan;
  padding: 18px 24px 18px;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 0.8px;
  text-align: center;
}
.link-to-btn--cta {
  align-self: center;
  text-transform: uppercase;
  background-color: #70B656;
  color: #fff;
  margin: 64px 0;
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.25));
}
.link-to-btn--pool {
  margin-bottom: 24px;
}

.link-icon {
  position: relative;
  display: flex;
  align-items: center;
  margin: 4px 0;
  padding: 16px 16px 16px 0;
  color: #ffffff;
  /* 		&:after {
  		content: "";
  		display: table;
  		clear: both;
  	} */
}
.link-icon__google, .link-icon__facebook, .link-icon__mail, .link-icon__impressum, .link-icon__datenschutz, .link-icon__arrow {
  position: absolute;
  left: -40px;
  width: 32px;
  height: 32px;
}
.link-icon__google {
  background-size: 20px 20px;
  background: url(../images/icn_google.svg) no-repeat center center;
}
.link-icon__facebook {
  background-size: 11px 20px;
  background: url(../images/icn_facebook.svg) no-repeat center center;
}
.link-icon__mail {
  background-size: 20px 13px;
  background: url(../images/icn_mail.svg) no-repeat center center;
}
.link-icon__impressum {
  width: 40px;
  background-size: 20px 20px;
  background: url(../images/icn_imprint.svg) no-repeat center center;
}
.link-icon__datenschutz {
  width: 40px;
  background-size: 20px 20px;
  background: url(../images/icn_privacy.svg) no-repeat center center;
}
.link-icon__arrow {
  width: 40px;
  background-size: 20px 20px;
  background: url(../images/icn_arrow.svg) no-repeat center center;
}
.link-icon--niveko, .link-icon--capena {
  display: flex;
  align-self: center;
  text-transform: uppercase;
  margin: 0 0 80px 0;
}

.partners {
  align-self: center;
  width: 100%;
  max-width: 348px;
  display: flex;
  justify-content: space-between;
  margin: 41px 0 25px 0;
}
.partners--niveko {
  display: block;
  background-image: url(../images/niveko_badge.png);
  background-size: 124px 51px;
  width: 124px;
  height: 51px;
  text-indent: -9999px;
}
.partners--capena {
  display: block;
  background-image: url(../images/capena_badge.png);
  background-size: 124px 51px;
  width: 124px;
  height: 51px;
  text-indent: -9999px;
}

.niveko-link-container,
.capena-link-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 0 80px 0;
}

.niveko-logo-link,
.capena-logo-link {
  display: flex;
  align-self: center;
  justify-content: center;
  width: 100%;
  max-width: 348px;
  display: block;
  background-size: 124px 51px;
  width: 124px;
  height: 51px;
  text-indent: -9999px;
}

.niveko-logo-link {
  background-image: url(../images/niveko_badge.png);
}

.capena-logo-link {
  background-image: url(../images/capena_badge.png);
}

.section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1184px;
  margin: 0 0 80px 0;
}
.section h2 {
  max-width: 1088px;
  align-self: center;
  text-align: center;
}
.section__text {
  align-self: center;
  max-width: 1088px;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  max-width: 736px;
  text-align: center;
}
.section--welcome {
  margin-top: 96px;
}
.section--welcome .logo {
  display: flex;
  align-self: center;
  width: 160px;
  max-width: 86%;
  height: 258px;
  background: transparent url(../images/dumke-logo.svg) no-repeat center center;
  background-size: 160px 258px;
  margin-bottom: 60px;
}
.section--welcome h1 {
  display: none;
}
.section--garten-leistungen {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.section--garten-leistungen:last-child {
  margin-right: 0;
}
.section--contact {
  margin: 0;
}
.section .img {
  width: 100%;
}
.section .img--team {
  margin: 80px 0 0 0;
}
.section--services {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.section--services:last-child {
  margin-right: 0;
}
.section--service-images {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.section--service-images:last-child {
  margin-right: 0;
}
.section--impressum {
  color: white;
}
.section--impressum h4, .section--impressum p {
  font-size: 16px;
  line-height: 24px;
  margin: 16px;
  padding: 0;
}
.section--impressum h4 {
  font-weight: bold;
}
.section--impressum ul {
  list-style: none;
}
.section--impressum .container {
  width: 640px;
  margin: 0 auto;
  padding: 100px 0;
}

@media screen and (max-width: 712px) {
  body {
    margin: 64px 0 0 0;
  }

  h2,
p {
    padding-left: 32px;
    padding-right: 32px;
  }

  .link-to-btn {
    max-width: 100%;
  }

  .img--team {
    width: 100%;
    height: auto;
  }

  .section--service-images {
    flex-flow: row;
    max-width: 100%;
    overflow-x: scroll;
  }
  .section--impressum h2 {
    margin-top: 150px;
  }

  .impressum .container {
    width: 90%;
    margin: 0 5%;
  }
  .impressum .container .mail-btn {
    width: 240px;
  }

  .link-icon--impressum {
    margin: 4px 0 0 50px;
  }

  .link-to-btn {
    display: block;
    width: 70%;
  }
  .link-to-btn--cta {
    margin: 64px 0;
  }
}

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