/**
Theme Name: Almtal Depot
Author: Aufwind Werbeagentur
Author URI: http://aufwind.co.at/
Version: 2.0
*/
body,
html {
  margin: 0;
  color: #666;
  padding: 0;
  width: 100%;
  font-family: 'Tajawal', sans-serif;
}

* {
  outline: none;
  box-sizing: border-box;
}

body p {
  margin: 10px 0;
}

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

.laufleiste {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  float: left;
  text-align: center;
}

.laufleiste li {
  color: #aaa9aa;
  padding: 0 1.5%;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Walter Turncoat', cursive;
}

.laufleiste li img {
  margin: 0 auto;
  display: block;
}

.laufleiste li:hover a {
  color: #95c11e;
}

.laufleiste li a {
  text-decoration: none;
  color: #666;
  transition: all 0.5s;
}

.activelink {
  color: #95c11e !important;
}

.containerhome {
  display: flex;
  flex-direction: column-reverse;
}

.rowhead {
  width: 100%;
  margin: 10px 0;
  text-align: center;
  font-family: 'Walter Turncoat', cursive;
  font-size: 36px;
}

.orange {
  background: #ed6500;
  color: #fff;
  padding: 0 5px;
}

.gruen {
  background: #95c11e;
  color: #fff;
  padding: 0 5px;
}

.logo {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.section {
  position: relative;
}

.sofunktionierts {
  max-width: 1140px;
  width: 100%;
  padding: 15px;
  margin: 0 auto 80px auto;
  font-size: 0;

  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.headcont {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.headrow {
  flex-direction: row;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-logo {
  width: 25%;
}

.col-nav {
  width: 75%;
}

.sofunktionierts .llist {
  display: inline-block;
  position: relative;
  background: #f2f2f2;
  padding: 1%;
  width: 48%;
  margin: 1%;
  font-size: 16px;
  vertical-align: top;
}

.sofunktionierts .llist:after {
  width: 124px;
  height: 134px;
  background-image: url(../almtaldepot/img/eichhoernchen.png);
  background-size: cover;
  content: "";
  position: absolute;
  right: 50px;
  bottom: -80px;
  z-index: 1;
}

.bg1:before {
  width: 100px;
  height: 100px;
  background-image: url(../almtaldepot/img/zettel.png);
  background-size: cover;
  content: "";
  position: absolute;
  left: 80px;
  top: -40px;
}

.bg2:before {
  width: 100px;
  height: 100px;
  background-image: url(../almtaldepot/img/muenzen.png);
  background-size: cover;
  content: "";
  position: absolute;
  left: 80px;
  top: -40px;
}

.bg3:before {
  width: 100px;
  height: 100px;
  background-image: url(../almtaldepot/img/unterschrift.png);
  background-size: cover;
  content: "";
  position: absolute;
  left: 80px;
  top: -40px;
}

.bg4:before {
  width: 100px;
  height: 100px;
  background-image: url(../almtaldepot/img/karton.png);
  background-size: cover;
  content: "";
  position: absolute;
  left: 80px;
  top: -40px;
}

.sofunktionierts .llist ul {
  padding: 10px 20px;
}

.llist h3 {
  background: #aaa9aa;
  text-align: center;
  font-size: 36px;
  color: #fff;
  padding: 10px 0 0 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: left;
}

.contlist {
  width: 100%;
  clear: left;
  float: left;
  margin: 10px 0;
}

.contentmiddle {
  display: table;
  max-width: 1140px;
  width: 100%;
  padding: 15px;
  margin: 0 auto;
}

.title {
  font-size: 36px;
  margin: 10px 0;
  font-family: 'Walter Turncoat', cursive;
  color: #ed6500;
}

.contentmiddle p {
  margin: 10px 0;
}

.sofunktionierts h2 {
  font-size: 36px !important;
  margin: 10px 0 70px 0;
  width: 100%;
  font-family: 'Walter Turncoat', cursive;
  color: #95c11e;
}

.einblicke h3 {
  font-size: 36px !important;
  margin: 40px 0 10px 0;
  font-family: 'Walter Turncoat', cursive;
  color: #95c11e;
}

.zuk {
  border: 1px solid #ed6500;
}

.footlinks {
  display: table;
  max-width: 800px;
  width: 100%;
  padding: 15px;
  margin: 0 auto;
  font-size: 0;
}

.footlinks li {
  display: inline-block;
  transition: all 0.5s;
  border: 1px solid #95c11e;
  border-radius: 8px;
  text-align: center;
  width: 31.33%;
  margin: 1%;
  font-size: 24px;
  vertical-align: top;
  font-family: 'Walter Turncoat', cursive;
}

.footlinks li:hover {
  background: #ed6500;
}

.footlinks li:hover a {
  color: #fff;
}

.footlinks li a {
  color: #95c11e;
  text-decoration: none;
}

.footer {
  display: flex;
  background: #f2f2f2;
  padding: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.contactinfologo {
  padding: 2%;
}

.contactinfos {
  border: 1px solid #ed6500;
  padding: 2%;
}

.footer li {
  margin: 5px 0;
  list-style: none;
}

.footer a {
  color: #ed6500;
  text-decoration: none;
}

.rowflex {
  padding: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rowflex .item {
  max-width: 1140px;
}

.usflex {
  align-items: center;
  display: flex;
}

.itemmid {
  max-width: 1000px;
}

.uscont ul {
  padding: 20px;
}

.contentus {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.footlinksn {
  display: inline-block;
  transition: all 0.5s;
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid #95c11e;
  border-radius: 8px;
  text-align: center;
  margin: 1% 0;
  font-size: 24px;
  vertical-align: top;
  font-family: 'Walter Turncoat', cursive;
  color: #95c11e;
}

.footlinksn:hover {
  background: #ed6500;
  color: #fff;
}

.container {
  max-width: 1140px;
  width: 100%;
  padding: 15px;
  margin: 0 auto;
}

.containerrow a {
  color: #95c11e;
}

.containerrow {
  display: flex;
  flex-wrap: wrap;
}

.col60 {
  width: 50%;
  padding: 15px;
}

.col40 {
  width: 50%;
  padding: 15px;
}

.col120 {
  width: 100%;
  padding: 15px;
}

.containerrow ul {
  padding: 0 20px;
}

.containerrow h1 {
  color: #95c11e
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
  width: 100%;
  border: 1px solid #95c11e;
  padding: 10px 1%;
  margin: 5px 0;
  font-size: 16px;
}

input[type="submit"] {
  width: 100%;
  cursor: pointer;
  background: #95c11e;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #95c11e;
  padding: 10px 1%;
  margin: 5px 0;
  font-size: 16px;
}

.secov {
  width: 100%;
  position: relative;
  float: left;
}

.containermobile {
  display: none;
  transition: all 0.5s;
  z-index: 111;
  border: 1px solid #ed6500;
  background: #95c11e;
  padding: 7px 15px;
  cursor: pointer;
  float: right;
  margin: 0;
}

.con-zuk {
  max-width: 1140px;
  width: 100%;
  padding: 15px;
  margin: 0 auto;
}

.con-row {
  display: flex;
  flex-direction: row;
}

.zuk-za {
  width: 50%;
  padding: 15px;
  border-right: 1px solid #ed6500;
}

.zuk-ko {
  width: 50%;
  padding: 15px;
}


.slider-container {
  overflow: hidden;
  position: relative;
  padding: 0;
}

.slider {
  width: 100%;
  padding: 0;
  margin: 0;
  height: auto;
  list-style: none;
  overflow: hidden
}

.slider li {
  float: left
}

.slider li img {
  margin: 0 auto;
  display: block
}

.slider-buttons {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  background: #333;
  vertical-align: middle;
  cursor: pointer
}

.slider-buttons:hover {
  background: #000
}

.slider-buttons span {
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px
}

.next {
  right: 0
}

.next span {
  padding-left: 16px
}

.prev {
  left: 0
}

.prev span {
  padding-left: 12px
}

.pagination-container {
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0
}

.dot,
.thumbnail {
  background: #ed6500;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer
}

.dot:not(:last-of-type),
.thumbnail:not(:last-of-type) {
  margin-right: 8px
}

.dot:hover {
  background: #333
}

.dot.active {
  background: #000;
  cursor: initial
}

.thumbnail {
  background: 0 0;
  width: 10%;
  height: 10%;
  border-radius: 0;
  padding: 0
}

.thumbnail img:hover {
  border: 1px solid #D9D9D9
}

.thumbnail.active img {
  border: 1px solid #333;
  cursor: initial
}

.thumbnail img {
  box-sizing: border-box;
  width: 100%;
  height: 100%
}

.slider-container {
  max-width: 1200px;
  width: calc(100% - 2px) !important;
  margin: 0 auto;
  border: 1px solid #ebebeb;
  height: auto !important;
}

/* Seite Unsere Leistungen */

.leistungen {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}

.leistung {
  display: flex;
  flex-direction: column;
  padding: 1em;
  border: 1px solid #ed6500;
  border-radius: 8px;
}

.leistung h3 {
  font-family: 'Walter Turncoat', cursive;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 1em;
  color: #ed6500;
}

.leistung .more {
  text-align: end;
  margin-top: auto;
}

.leistung .more a {
  font-family: 'Walter Turncoat', cursive;
  font-size: 1.1rem;
  text-decoration: none;
  color: inherit;
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 8px;
  transition: all 0.5s;
}

.leistung .more a:hover {
  color: #95c11e;
}

/* FAQs */

.faq-block {
  margin-top: 50px;
}

.faq-block h2 {
  margin-bottom: 25px;
  font-family: 'Walter Turncoat', cursive;
  color: #95c11e;
}

.faq-accordion {
  border-top: 1px solid #d9d9d9;
}

.faq-item {
  border-bottom: 1px solid #d9d9d9;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-family: 'Walter Turncoat', cursive;
  color: #ed6500;
}

.faq-question-text {
  font-size: 20px;
  font-weight: 700;
}

.faq-icon {
  flex: 0 0 auto;
  font-size: 28px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 0 18px 0;
}

.faq-answer-inner> :first-child {
  margin-top: 0;
}

.faq-answer-inner> :last-child {
  margin-bottom: 0;
}

/* Blog */

.blog-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

@media (min-width: 700px) {
    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1100px) {
    .blog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.blog-teaser {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.blog-teaser-category {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 14px;
    text-align: right;
    color: #aaa;
}

.blog-teaser-image img {
    display: block;
    width: 100%;
    height: auto;
}

.blog-teaser-title {
    margin: 0;
    font-family: 'Walter Turncoat', cursive;
}

.blog-teaser-title a {
    text-decoration: none;
}

.blog-teaser-date {
    font-size: 14px;
    color: #aaa;
}

.blog-teaser-excerpt > :first-child {
    margin-top: 0;
}

.blog-teaser-excerpt > :last-child {
    margin-bottom: 0;
}

.blog-teaser-more-wrap {
    /* margin-top: auto; */
    padding-top: 8px;
}

.blog-teaser-more {
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid currentColor;
    border-radius: 8px;
    font-family: 'Walter Turncoat', cursive;
    font-size: 18px;
}

.blog-pagination {
    margin-top: 40px;
}

.blog-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* Blog Beitrag */

.blog-single-entry {
    max-width: 900px;
}

.blog-single-category {
    margin-bottom: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 14px;
    text-align: right;
    color: #aaa;
}

.blog-single-title {
    margin: 0 0 12px 0;
}

.blog-single-date {
    margin-bottom: 24px;
    font-size: 14px;
    color: #aaa;
}

.blog-single-image {
    margin-bottom: 28px;
}

.blog-single-image img {
    display: block;
    width: 100%;
    height: auto;
}

.blog-single-content > :first-child {
    margin-top: 0;
}

.blog-single-content > :last-child {
    margin-bottom: 0;
}

.blog-single-meta {
    margin-top: 32px;
}

.blog-single-tags a {
    text-decoration: none;
}

.blog-single-nav {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #d9d9d9;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.blog-single-nav a {
    text-decoration: none;
}

@media (min-width: 800px) {
    .blog-single-nav {
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
    }

    .blog-single-nav-back {
        text-align: center;
    }

    .blog-single-nav-next {
        text-align: right;
    }
}

/* responsive Darstellung - Mobil */

@media only screen and (max-width:768px) {

  .col60,
  .col40 {
    width: 100%;
  }

  .footlinks li {
    width: 98%;
  }

  .footer {
    flex-direction: column;
  }

  .sofunktionierts .llist {
    width: 98%;
    margin: 20px 1%;
  }

  .logo {
    display: none;
  }

  .sofunktionierts .llist:after {
    display: none;
  }

  .sofunktionierts h2 {
    margin: 20px 0;
  }

  .sofunktionierts {
    margin: 0 auto;
  }

  .einblicke h3 {
    margin: 10px 0;
  }

  .containermobile {
    display: inline-block;
  }

  .bar1,
  .bar2,
  .bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
  }

  .mobilemenu {
    width: 50%;
  }

  .col-logo {
    width: 50%;
  }

  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }

  .change .bar2 {
    opacity: 0;
  }

  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }

  .col-nav {
    width: 100%;
    display: none;
  }

  .laufleiste li {
    width: 31.33%;
    background: #f2f2f2;
    margin: 1%;
    padding: 1%;
  }

  .laufleiste li:last-child {
    width: 64.66%;
  }

  .zuk-za {
    border-right: none;
    width: 100%;
  }

  .zuk-ko {
    width: 100%;
  }

  .con-row {
    flex-direction: column;
  }

  .leistungen {
    grid-template-columns: 1fr;
  }
}

.sy-pager li.sy-active a {
  background-color: #ed6500 !important;
}

@media (max-width: 450px) {
  .sy-pager li {
    margin: 0 5px 0 0 !important;
  }

  .llist h3 {
    padding-left: 0px !important;
    padding-top: 10px !important;
  }
}