/* Theme Name: Waffenschmidt Theme by kommpass gmbh */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
html {
  font-size: 16px;
}
@media screen and (min-width: 2000px) {
  html {
    font-size: 19px;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Lato", sans-serif;
  color: #3d444b;
  background-color: #ededed;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

h1 {
  font-size: 4.5rem;
}
@media screen and (max-width: 700px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  color: #afca0b;
  font-size: 3.5rem;
}
@media screen and (max-width: 700px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 700px) {
  h3 {
    font-size: 1.75rem;
  }
}

p, a {
  font-size: 1.25rem;
  font-weight: 300;
}
p.intro, a.intro {
  font-size: 1.4rem;
}

a {
  color: #afca0b;
}
a:hover {
  text-decoration: underline;
  color: #afca0b;
}

ul {
  list-style-position: inside;
  font-size: 1.25rem;
}

.front #page {
  background-color: #ededed;
}

#site-navigation {
  position: fixed;
  width: 300px;
  top: 0;
  transform: translateY(0%);
  right: -300px;
  height: 100%;
  z-index: 100;
  background-color: white;
  padding: 4rem 0 4rem 2rem;
  transition: 0.4s ease;
  overflow-y: auto;
  bottom: 0;
}
#site-navigation .logo {
  width: 15%;
  position: absolute;
  top: 1rem;
  right: 2rem;
}
#site-navigation .logo img {
  width: 100%;
}
#site-navigation .shop-icon {
  position: absolute;
  top: 0.5rem;
  left: 8px;
}
#site-navigation .shop-icon img {
  height: 36px;
}
#site-navigation #primary-menu {
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: 0.3s ease;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
}
#site-navigation #primary-menu ul, #site-navigation #primary-menu li {
  margin: 0;
  padding: 0;
  color: #3d444b;
  list-style-type: none;
}
#site-navigation #primary-menu ul a, #site-navigation #primary-menu li a {
  color: #3d444b;
  display: block !important;
}
#site-navigation #primary-menu ul a:hover, #site-navigation #primary-menu li a:hover {
  color: #3d444b;
}
#site-navigation #primary-menu > li {
  position: relative;
  list-style-type: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#site-navigation #primary-menu > li > a {
  font-size: 1.4rem;
  text-align: left;
  padding: 1rem 1rem 1rem 0.5rem;
}
#site-navigation #primary-menu > li .sub-menu {
  display: none;
  background-color: rgba(255, 255, 255, 0.05);
}
#site-navigation #primary-menu > li .sub-menu a {
  padding: 0.5rem;
  border-top: solid 1px rgba(255, 255, 255, 0.4);
}
#site-navigation #primary-menu .menu-item-has-children .toggle {
  display: block !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  height: 4rem;
}
#site-navigation #primary-menu .menu-item-has-children .toggle::after {
  position: absolute;
  width: 1rem;
  height: 1rem;
  content: "";
  top: 50%;
  left: 50%;
  border-right: 1px solid #3d444b;
  border-bottom: 1px solid #3d444b;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s ease;
}
#site-navigation #primary-menu .menu-item-has-children.open .toggle::after {
  transform: translate(-50%, -50%) rotate(225deg);
}
#site-navigation #primary-menu .current-menu-parent > a {
  color: #afca0b;
}
#site-navigation #primary-menu .current-menu-parent > a:hover {
  color: #afca0b;
}
#site-navigation #primary-menu .current-menu-item a {
  color: #afca0b;
}
#site-navigation #primary-menu .current-menu-item a:hover {
  color: #afca0b;
}
#site-navigation #primary-menu > li {
  flex: 1;
}
#site-navigation #primary-menu > li > a {
  font-size: 1.4rem;
  font-weight: 400;
}
#site-navigation #primary-menu li, #site-navigation #primary-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#site-navigation #primary-menu a {
  color: #3d444b;
}
@media screen and (max-width: 570px) {
  #site-navigation {
    right: -300px;
    width: 300px;
  }
}
@media screen and (min-width: 2000px) {
  #site-navigation {
    right: -500px;
    width: 500px;
  }
}

#menu-toggle {
  width: 25px;
  height: 100px;
  position: fixed;
  right: -6px;
  top: 1rem;
  cursor: pointer;
  border-radius: 5px;
  z-index: 99;
  transform: translateX(-50%);
  transition: 0.4s ease;
}
#menu-toggle * {
  transition: 0.25s ease-in-out;
}
#menu-toggle .blatt {
  height: 100%;
  width: 100%;
}
#menu-toggle .blatt #Blatt_weiss {
  height: 23rem;
  position: absolute;
  left: -16px;
  z-index: -1;
  width: 6rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 900px) {
  #menu-toggle .blatt #Blatt_weiss {
    left: -5px;
  }
}
#menu-toggle #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 4.5rem;
}
#menu-toggle #hamburger span {
  background-color: #3d444b;
  display: block;
  border-radius: 2px;
  width: 60px;
  height: 2px;
  position: relative;
  top: 24px;
  margin: 7px 0;
  left: 50%;
  transform: translateX(-50%);
}
#menu-toggle #hamburger span:nth-child(1) {
  width: 100%;
  transition-delay: 0.5s;
}
#menu-toggle #hamburger span:nth-child(2) {
  width: 100%;
  transition-delay: 0.625s;
}
#menu-toggle #hamburger span:nth-child(3) {
  transition-delay: 0.75s;
  width: 100%;
}
#menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 4rem;
  transform: rotate(45deg);
  left: -7px;
}
#menu-toggle #cross span {
  background-color: #3d444b;
  display: block;
  border-radius: 2px;
}
#menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 2px;
  position: absolute;
  top: 28%;
  left: 16px;
  transition-delay: 0s;
}
#menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 2px;
  position: absolute;
  top: 42%;
  left: 3px;
  transition-delay: 0.25s;
}
#menu-toggle .text {
  color: #4e555c;
  position: absolute;
  bottom: 0;
  top: 10.5rem;
  left: -5px;
  transform: translateX(-50%) rotate(270deg);
  white-space: nowrap;
  font-size: 1.25rem;
  opacity: 1;
  transition: all ease 0.3s;
}
@media screen and (max-width: 700px) {
  #menu-toggle #hamburger {
    width: 90%;
    left: 6px;
  }
  #menu-toggle .text {
    left: 3px;
  }
  #menu-toggle #cross {
    width: 90%;
    left: -1px;
  }
}

#menu-toggle.open {
  right: 294px;
}
#menu-toggle.open #hamburger span {
  width: 0%;
}
#menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: 0.25s;
}
#menu-toggle.open #cross span:nth-child(1) {
  height: 30px;
  transition-delay: 0.625s;
}
#menu-toggle.open #cross span:nth-child(2) {
  width: 30px;
  transition-delay: 0.375s;
}
@media screen and (max-width: 570px) {
  #menu-toggle.open {
    right: 294px;
  }
}
@media screen and (min-width: 2000px) {
  #menu-toggle.open {
    right: 494px;
  }
}

body.in_main #menu-toggle .text, body.in_main #mobile-toggle .text {
  opacity: 1 !important;
}

body.menu-open #site-navigation {
  right: 0;
}

#masthead {
  background-color: #afca0b;
  height: calc(100vh - 9rem - 4.5rem - 2rem - 1.25rem );
  position: relative;
  margin-bottom: 7rem;
}
#masthead .cta-image {
  width: 26rem;
  position: absolute;
  bottom: 7rem;
  left: 3rem;
  z-index: 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 9%;
  transform: rotate(-9deg);
  cursor: pointer;
}
#masthead .cta-image .text {
  width: 100%;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#masthead .cta-image .text .title {
  color: white;
  font-size: 1.05rem;
}
#masthead .cta-image .text .link {
  text-decoration: underline;
  color: white;
  font-size: 0.95rem;
  font-weight: 100;
  margin-top: 0.5rem;
}
#masthead .header-slider, #masthead .slick-list, #masthead .slick-track {
  height: 100%;
}
#masthead .image {
  position: absolute;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#masthead .image .parallax-container {
  height: 100%;
}
#masthead .parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}
@media (max-width: 768px) {
  #masthead {
    height: 40vh;
  }
}
@media (min-width: 2000px) {
  #masthead {
    height: calc(100vh - 9rem - 4.5rem - 2rem - 1.25rem );
  }
}
#masthead .parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
#masthead .parallax-container .parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#masthead .text-container {
  position: absolute;
  left: 50%;
  width: 30%;
  top: 14vh;
}
#masthead .text-container .text {
  color: white;
  font-size: 7rem;
  line-height: 8rem;
}
#masthead .text-container .logo img {
  width: 70%;
}
#masthead .scroll {
  background-color: #fdc300;
  position: absolute;
  bottom: -3rem;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  left: 50%;
  transform: translateX(-50%);
}
#masthead .scroll img {
  height: 3.5rem;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  #masthead {
    height: 70vh;
  }
}
#masthead #Ebene_2 {
  position: absolute;
  width: 47rem;
  bottom: -97px;
  right: 5rem;
  height: 11rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#masthead #logo {
  display: block;
  position: absolute;
  width: 24rem;
  bottom: 58px;
  right: 11rem;
}
#masthead #logo img {
  width: 100%;
}
#masthead .blaetter {
  position: absolute;
  bottom: 0;
  height: 110%;
  opacity: 0;
  left: -3rem;
  animation: splash 1s normal forwards ease-in-out;
  width: 100%;
}
#masthead .blaetter #Blaetter {
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
@keyframes splash {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
@media screen and (min-width: 2000px) {
  #masthead #Ebene_2 {
    bottom: -115px;
  }
}
@media screen and (max-width: 900px) {
  #masthead {
    margin-bottom: 5rem;
  }
  #masthead #Ebene_2 {
    width: 36rem;
    bottom: -82px;
  }
  #masthead #logo {
    width: 20rem;
    bottom: 51px;
    right: 8rem;
  }
}
@media screen and (max-width: 640px) {
  #masthead {
    margin-bottom: 3rem;
  }
  #masthead #Ebene_2 {
    width: 28rem;
    bottom: -82px;
  }
  #masthead #logo {
    width: 15rem;
    bottom: 58px;
    right: 7rem;
  }
}
@media screen and (max-width: 500px) {
  #masthead #Ebene_2 {
    right: 1rem;
  }
  #masthead #logo {
    right: 7rem;
  }
}
@media screen and (max-width: 415px) {
  #masthead {
    margin-bottom: 2rem;
  }
  #masthead #Ebene_2 {
    right: 0;
    width: 26rem;
    bottom: -82px;
  }
  #masthead #logo {
    width: 15rem;
    bottom: 59px;
    right: 5rem;
  }
}

.sticker-block {
  background-color: #afca0b;
  width: 15rem;
  height: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 50%;
  transform: rotate(-15deg);
  padding: 2rem;
  cursor: pointer;
  transition: 0.5s ease;
  animation: sticker-fade-in 1s ease-out;
  position: absolute;
  bottom: 2rem;
  left: 5rem;
}
@keyframes sticker-fade-in {
  0% {
    opacity: 0;
    transform: translateY(50%) rotate(-45deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(-15deg);
  }
}
.sticker-block > .title p {
  font-size: 1.5rem;
  text-align: center;
  margin: 0;
}
.sticker-block > svg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  .sticker-block > svg {
    display: none;
  }
}
.sticker-block > svg circle {
  fill: transparent;
  stroke: white;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-dasharray: 0, 9;
}
.sticker-block:hover {
  transform: rotate(0) scale(1.1);
}
.sticker-block:hover > svg {
  animation: svg-rotate 35s linear infinite;
}
@keyframes svg-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sticker-block a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

@media screen and (max-width: 1990px) {
  body.front #masthead {
    height: calc(100vh - 9rem - 4.5rem - 4.5rem - 1rem - 2rem - 1.25rem );
  }
}

article.page, .taxonomy-page {
  padding-top: 2rem;
  text-align: center;
}
article.page a, .taxonomy-page a {
  text-decoration: underline;
}
article.page a[href$=".pdf"], article.page a[href$=".xlsx"], .taxonomy-page a[href$=".pdf"], .taxonomy-page a[href$=".xlsx"] {
  position: relative;
  margin-left: 1.7rem;
}
article.page a[href$=".pdf"]::before, article.page a[href$=".xlsx"]::before, .taxonomy-page a[href$=".pdf"]::before, .taxonomy-page a[href$=".xlsx"]::before {
  content: "";
  background-image: url("img/pdf.png");
  display: inline-block;
  height: 1.25rem;
  width: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: -2rem;
}
article.page .entry-header, .taxonomy-page .entry-header {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  article.page .entry-header, .taxonomy-page .entry-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  article.page .entry-header, .taxonomy-page .entry-header {
    max-width: 1200px;
  }
}
@media screen and (min-width: 2000px) {
  article.page .entry-header, .taxonomy-page .entry-header {
    max-width: 1600px;
  }
}
article.page .entry-header > *, .taxonomy-page .entry-header > * {
  text-align: center;
}
article.page .entry-header a, .taxonomy-page .entry-header a {
  color: white;
  text-decoration: none;
}
article.page .entry-header h1, .taxonomy-page .entry-header h1 {
  color: #afca0b;
}
article.page .entry-content > p, .taxonomy-page .entry-content > p {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  article.page .entry-content > p, .taxonomy-page .entry-content > p {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  article.page .entry-content > p, .taxonomy-page .entry-content > p {
    max-width: 1200px;
  }
}
@media screen and (min-width: 2000px) {
  article.page .entry-content > p, .taxonomy-page .entry-content > p {
    max-width: 1600px;
  }
}
.schema-farbig article.page, .schema-farbig .taxonomy-page {
  background-color: #afca0b;
}
.schema-farbig article.page .entry-header > *, .schema-farbig .taxonomy-page .entry-header > * {
  color: white;
}
.schema-farbig article.page .entry-content > p, .schema-farbig .taxonomy-page .entry-content > p {
  color: white;
}
#kontakt {
  margin-top: 8rem;
  background-color: #3d444b;
}
#kontakt h2 {
  color: white;
}
#kontakt .inspirationen-galerie {
  position: relative;
}
#kontakt .inspirationen-galerie h2 {
  position: absolute;
  color: white;
  z-index: 2;
  top: 2.75rem;
  font-size: 2.5rem;
  left: 51%;
  transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
  #kontakt .inspirationen-galerie h2 {
    font-size: 1.5rem;
  }
}
#kontakt .inspirationen-galerie #Inspirationen {
  position: absolute;
  z-index: 1;
  width: 25rem;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
#kontakt .inspirationen-galerie .blaetter {
  position: absolute;
  bottom: -5%;
  height: 120%;
  opacity: 0.4;
  left: -3rem;
  z-index: 1;
  width: 100%;
}
#kontakt .inspirationen-galerie .blaetter #Blaetter {
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
#kontakt .inspirationen-galerie .inspirationen {
  overflow: hidden;
  height: 70vh;
}
#kontakt .inspirationen-galerie .inspirationen .bild {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#kontakt .inspirationen-galerie .inspirationen .bild .parallax-container {
  height: 70vh;
}
#kontakt .inspirationen-galerie .inspirationen .parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}
@media (max-width: 768px) {
  #kontakt .inspirationen-galerie .inspirationen {
    height: 40vh;
  }
  #kontakt .inspirationen-galerie .inspirationen .bild .parallax-container {
    opacity: 0;
    height: 40vh;
  }
}
#kontakt .inspirationen-galerie .inspirationen .parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
#kontakt .inspirationen-galerie .inspirationen .parallax-container .parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#kontakt .inspirationen-galerie .arrow-container {
  position: absolute;
  width: 15rem;
  height: 100%;
  top: 0;
  z-index: 1;
  transition: all ease 0.6s;
  cursor: pointer;
}
#kontakt .inspirationen-galerie .arrow-container.cont-left {
  left: -50%;
  background: linear-gradient(to right, rgba(78, 85, 92, 0.8) 0%, rgba(125, 185, 232, 0) 100%);
}
#kontakt .inspirationen-galerie .arrow-container.cont-right {
  right: -50%;
  background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(30, 87, 153, 0.01) 1%, rgba(78, 85, 92, 0.8) 100%);
}
#kontakt .inspirationen-galerie .arrow-container .custom {
  display: block !important;
  position: absolute;
  right: 0;
  top: 50%;
  width: 5rem;
  height: 5rem;
}
#kontakt .inspirationen-galerie .arrow-container .custom::after {
  position: absolute;
  width: 2rem;
  height: 2rem;
  content: "";
  top: 50%;
  left: 50%;
  border-right: 3px solid #afca0b;
  border-bottom: 3px solid #afca0b;
  transition: 0.3s ease;
}
#kontakt .inspirationen-galerie .arrow-container .custom.custom-next::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#kontakt .inspirationen-galerie .arrow-container .custom.custom-prev {
  z-index: 1;
  left: 0;
  right: auto;
}
#kontakt .inspirationen-galerie .arrow-container .custom.custom-prev::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
#kontakt .inspirationen-galerie:hover .arrow-container.cont-left {
  left: 0;
}
#kontakt .inspirationen-galerie:hover .arrow-container.cont-right {
  right: 0;
}
#kontakt .footer {
  background-color: #3d444b;
  color: white;
  text-align: center;
  padding: 2rem 0;
}
#kontakt .footer .kontakt {
  margin-top: 2rem;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  #kontakt .footer .kontakt {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  #kontakt .footer .kontakt {
    max-width: 1200px;
  }
}
@media screen and (min-width: 2000px) {
  #kontakt .footer .kontakt {
    max-width: 1600px;
  }
}
#kontakt .footer .facebook {
  margin-top: 2rem;
}
#kontakt .footer .facebook a {
  height: 100%;
  width: 100%;
}
#kontakt .footer .facebook a img {
  height: 3rem;
}
#kontakt .footer a {
  color: white;
}
#kontakt .footer a:hover {
  color: white;
}
#kontakt .partner {
  text-align: center;
  margin-bottom: 3rem;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  #kontakt .partner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  #kontakt .partner {
    max-width: 1200px;
  }
}
@media screen and (min-width: 2000px) {
  #kontakt .partner {
    max-width: 1600px;
  }
}
#kontakt .partner h2 {
  width: 100%;
}
#kontakt .partner a {
  display: block;
  width: 30%;
}
#kontakt .partner a img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  #kontakt .partner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  #kontakt .partner {
    max-width: 1000px;
  }
}
@media screen and (min-width: 2000px) {
  #kontakt .partner {
    max-width: 1200px;
  }
}
@media screen and (max-width: 600px) {
  #kontakt .partner a {
    width: 90%;
  }
  #kontakt .partner a:first-of-type {
    margin-bottom: 3rem;
  }
}
#kontakt .bottom {
  background-color: #3d444b;
  border-top: 1px solid white;
}
#kontakt .bottom ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding: 1.5rem 0;
}
#kontakt .bottom ul li::after {
  content: "|";
  color: white;
  padding: 0 0.25rem;
}
#kontakt .bottom ul li:last-of-type::after {
  display: none;
}
#kontakt .bottom ul li a {
  color: white;
}
#kontakt .bottom ul li a:hover {
  color: white;
}

.wpcf7-form, .news-form {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  .wpcf7-form, .news-form {
    width: 60%;
  }
}
@media screen and (max-width: 500px) {
  .wpcf7-form, .news-form {
    width: 95%;
    margin-bottom: 8rem;
  }
}
.wpcf7-form .wpcf7-form-control-wrap, .news-form .wpcf7-form-control-wrap {
  display: block;
  width: 50%;
  margin-bottom: 0.25rem !important;
}
.wpcf7-form .wpcf7-form-control-wrap:last-of-type, .news-form .wpcf7-form-control-wrap:last-of-type {
  width: 100%;
}
.wpcf7-form .wpcf7-submit, .news-form .wpcf7-submit {
  margin-top: 15px;
  padding: 5px 15px;
  background-color: white;
  border: 1px solid #afca0b;
  color: #afca0b;
  transition: 0.2s ease-in-out;
}
.wpcf7-form .wpcf7-submit:hover, .news-form .wpcf7-submit:hover {
  background-color: #afca0b;
  color: white;
}
.wpcf7-form .form-group, .news-form .form-group {
  position: relative;
  padding-top: 0.75rem;
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
}
.wpcf7-form .form-group .label, .news-form .form-group .label {
  position: absolute;
  top: 0;
  font-size: 0.75rem;
  transition: 0.3s ease;
}
.wpcf7-form .form-group .input, .news-form .form-group .input {
  border: none;
  background: none;
  outline: none;
  padding: 0.25rem;
  width: 100%;
}
.wpcf7-form .form-group::before, .wpcf7-form .form-group:after, .news-form .form-group::before, .news-form .form-group:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  bottom: 0;
  height: 2px;
  display: block;
  background-color: rgba(175, 202, 11, 0.2);
}
.wpcf7-form .form-group::after, .news-form .form-group::after {
  transition: 0.3s ease;
  background-color: #afca0b;
}
.wpcf7-form .form-group.empty .label, .news-form .form-group.empty .label {
  top: 0.75rem;
  font-size: 1rem;
}
.wpcf7-form .form-group.empty::after, .news-form .form-group.empty::after {
  width: 0;
}
.wpcf7-form .form-group.fifty, .news-form .form-group.fifty {
  width: 50%;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=date], .wpcf7-form select, .wpcf7-form textarea, .news-form input[type=text], .news-form input[type=email], .news-form input[type=date], .news-form select, .news-form textarea {
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  height: 100%;
  padding: 0.25rem 1rem;
  text-align: left;
  color: #3d444b;
  transition: all 0.3s ease;
  border: none;
}
.wpcf7-form input[type=text]::placeholder, .wpcf7-form input[type=email]::placeholder, .wpcf7-form input[type=date]::placeholder, .wpcf7-form select::placeholder, .wpcf7-form textarea::placeholder, .news-form input[type=text]::placeholder, .news-form input[type=email]::placeholder, .news-form input[type=date]::placeholder, .news-form select::placeholder, .news-form textarea::placeholder {
  color: #3d444b;
  opacity: 1;
  /* Firefox */
}
.wpcf7-form input[type=text]:focus, .wpcf7-form input[type=email]:focus, .wpcf7-form input[type=date]:focus, .wpcf7-form select:focus, .wpcf7-form textarea:focus, .news-form input[type=text]:focus, .news-form input[type=email]:focus, .news-form input[type=date]:focus, .news-form select:focus, .news-form textarea:focus {
  outline: none;
}
.wpcf7-form select, .news-form select {
  padding: 0;
}
.wpcf7-form .button-container, .news-form .button-container {
  margin-left: auto;
  text-align: right;
}
.wpcf7-form .button-container .formular-submit, .news-form .button-container .formular-submit {
  margin-top: 15px;
  padding: 5px 15px;
  background-color: #afca0b;
  border: 1px solid #afca0b;
  color: white;
  transition: 0.2s ease-in-out;
}
.wpcf7-form .button-container .formular-submit:hover, .news-form .button-container .formular-submit:hover {
  color: white;
}
.wpcf7-form .wpcf7-response-output, .news-form .wpcf7-response-output {
  position: absolute;
  bottom: -8rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 700px) {
  .wpcf7-form .wpcf7-response-output, .news-form .wpcf7-response-output {
    bottom: -10rem;
  }
}

.bestellung {
  width: 100%;
}
.bestellung .group {
  margin-bottom: 3rem;
}
.bestellung .group:last-of-type {
  margin-bottom: 0;
}
.bestellung .wpcf7-submit {
  margin-top: 15px;
  padding: 5px 15px;
  background-color: white;
  border: 1px solid #afca0b;
  color: #afca0b;
  transition: 0.2s ease-in-out;
}
.bestellung .wpcf7-submit:hover {
  background-color: #afca0b;
  color: white;
}
.bestellung .wpcf7-form-control-wrap {
  padding-left: 0;
  padding-right: 0;
}
.bestellung input[type=text], .bestellung input[type=email], .bestellung input[type=date], .bestellung select, .bestellung textarea {
  text-align: left;
}
.bestellung input[type=text]:focus, .bestellung input[type=email]:focus, .bestellung input[type=date]:focus, .bestellung select:focus, .bestellung textarea:focus {
  outline: none;
  box-shadow: none;
}
.bestellung select {
  border: none;
  text-indent: 0;
  padding: 0;
}
.bestellung .rechnung {
  text-align: left;
  padding-top: 0.5rem;
}

#wpcf7-f386-p96-o1 .wpcf7-response-output {
  position: relative;
  transform: translate(0, 0);
  bottom: auto;
  left: auto;
}

.grecaptcha-badge {
  display: none;
}

.wp-block-file {
  margin-bottom: 0.25rem;
}

iframe {
  max-width: 100vw;
}

#entry-popup {
  max-width: 600px;
}

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