/*
Theme Name: Kadence Child
Author: Bea
Description: Your description goes here
Version: 1.0
Template: kadence

This is the child theme for Kadence theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/*Grayscale map*/
.map {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
 }

/*Link Datenschutzerklärung / webgeschichten*/
.footer-navigation .footer-menu-container > ul > li > a {
    text-decoration: underline;
    color: #3b3432 !important;
  }

/* Buttonfarbe Kontakt*/
button, .button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #bdb4b4 !important;
  }

  /*padding footer navigation*/
  .footer-navigation .footer-menu-container > ul > li > a {
      padding-left: 2px !important;
  }

  /*Logogrösse Handy*/
  @media screen and (max-width: 600px) {
  .site-branding a.brand img {
  max-width: 100px !important;
}
}

/*Color toggle menu*/
.mobile-toggle-open-container .menu-toggle-open {
    color: #fdf9f9 !important;
  }

/*Breite Header*/
  .site-header-section {
      height: 150px;
}

/*Hintergrund Mobile nav*/
.popup-drawer .drawer-inner {
    background: #bdb4b4 !important;
}

/*Grösse Kontaktformular mobile*/
  @media screen and (max-width: 600px) {
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    max-width: 230px;
  }
}

/*Paddign top weg*/
.page-id-2 .entry-content-wrap {
  padding-top: 0em !important;
}
.content-area {
margin-top:0em !important;
}
div#inner-wrap {
  margin-top: 0em !important;
  padding-top: 0em !important;
}

/*background color pop up marken*/
.vp-pswp .pswp__bg {
background-color: #bdb4b4;
}
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
background-color: #bdb4b4;
}

/*switch off buttons pop up*/
.pswp__button--share {
display: none;
}
.pswp--supports-fs .pswp__button--fs {
display: none;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: none;
}
.pswp__button--close {
  background-color: #fdf9f9 !important;
}

/*background Color labels*/
.vp-portfolio.vp-portfolio__ready .vp-portfolio__items-wrap, .vp-portfolio.vp-portfolio__ready .vp-portfolio__thumbnails-wrap, .vp-portfolio.vp-portfolio__ready .vp-portfolio__layout-elements {
background-color: #bdb4b4;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-top: 20px;
}

/*highlight link in scroll Menu*/
a.mPS2id-highlight { background: #bdb4b4 !important; }

/*Color newsticker und Abstand Titel /Text*/
.aktuelles {
  background-color: #bdb4b4;
}
.newsticker {
  background-color: #bdb4b4;
}
.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6{
margin: 0em !important;
}

/*swith off header in 404 page*/
.entry-hero-container-inner .entry-header {
    display: none !important;
}
