
/*
Theme Name: Kiezhelden Theme
Theme URI: http://variante-b.de
Author: David Bernhard
Author URI: http://variante-b.de
Description: Kiezhelden / Wordpress Theme with Map
Version: 1.0
*/


/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v15-latin-regular.eot');
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v15-latin-700.eot');
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/**
    General
**/
html {
  overflow-x: scroll;
  font-size: 62.5%;
}
body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #303030;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  margin: 0;
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1.25;
  margin-bottom: 1.25rem;
}
h3,
h4,
h5,
h6 {
  margin-bottom: 0.85rem;
}
h1 {
  font-size: 2.4rem;
}
h2 {
  font-size: 2.0rem;
}
h3 {
  font-size: 2.0rem;
}
h4 {
  font-size: 1.8rem;
}
h5 {
  font-size: 1.6rem;
}
h6 {
  font-size: 1.5rem;
}
p + h1,
ul + h1,
ol + h1,
table + h1,
p + h2,
ul + h2,
ol + h2,
table + h2 {
  margin-top: 4rem;
}
p + h3,
ul + h3,
ol + h3,
table + h3,
p + h4,
ul + h4,
ol + h4,
table + h4,
p + h5,
ul + h5,
ol + h5,
table + h5,
p + h6,
ul + h6,
ol + h6,
table + h6 {
  margin-top: 2.4rem;
}
p {
  margin-top: 0;
}
a {
  color: #00aeef;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
  text-decoration: none;
  outline: 0;
}
a:hover,
a:active,
a:focus {
  color: #0483b2;
  text-decoration: none;
}
.bigger {
  font-size: 125%;
}
.smaller {
  font-size: 85%;
}
/* =WordPress Core
-------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.wpgmza_sl_main_div input[type="button"],
.wpgmaps_directions_outer_div input[type="button"],
.wpgmza-inner input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #00aeef;
  border-radius: 0;
  border: 1px solid #00aeef;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  margin-bottom: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #0483b2;
  background-color: #0483b2;
  outline: 0;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #00aeef;
  border-color: #00aeef;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #0483b2;
  border-color: #0483b2;
}
.wpgmza_sl_search_button {
  width: 100px;
  height: 50px;
  background: green;
}
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 12px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
textarea {
  height: 100px;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #00aeef;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 400;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}
form.wpcf7-form img {
  width: auto;
}
form.wpcf7-form p {
  margin: 0;
}
form.wpcf7-form .row {
  margin: 0 -8px;
}
form.wpcf7-form .col {
  padding: 0 8px;
}
form.wpcf7-form input,
form.wpcf7-form textarea {
  margin: 8px 0;
}
span.wpcf7-not-valid-tip {
  font-size: 12px;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 1px solid #f00!important;
  background: #fff1f1!important;
}
span.wpcf7-not-valid-tip {
  font-size: 12px;
}
.wpcf7-response-output.wpcf7-validation-errors {
  border: 1px solid #f00;
  margin: 8px 0 0 0;
  padding: 15px 25px;
  background: #fff1f1;
  font-size: 1.4rem;
  color: #323232;
}
div.wpcf7-mail-sent-ok {
  background-color: #f1fff0;
  border: 1px solid #a8d144;
  font-size: 1.4rem;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 25px;
}
.msg404 {
  font-size: 15rem;
  opacity: .3;
  color: #00aeef;
  font-weight: 600;
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ol,
ul {
  list-style-position: inside;
  padding-left: 15px;
  padding-right: 10%;
  margin-top: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
}
.menu ul,
ul.menu,
ul.menu li {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.inline ul.menu > li {
  display: inline-block;
}
ul.menu li a {
  margin: 0;
  display: inline-block;
  color: #00aeef;
}
ul.menu li a:hover {
  color: #0483b2;
}
/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}
.uppercase {
  text-transform: uppercase;
}
.textalignright {
  text-align: right;
}
.textalignleft {
  text-align: left;
}
.textaligncenter {
  text-align: center;
}
.displayTable {
  width: 100%;
  height: 100%;
  display: table;
}
.displayTableCell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.nowrap {
  white-space: nowrap;
}
.videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
}
.wp-video {
  margin-bottom: 16px;
}
/**
    Header + NAV
**/
header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(102, 102, 102, 0.63);
          box-shadow: 0px 0px 3px 0px rgba(102, 102, 102, 0.63);
  z-index: 999;
  color: #303030;
  height: 90px;
}
.headerBrand img {
  width: 70px;
  margin-left: 10px;
  margin-top: 10px;
}
.admin-bar header {
  top: 32px;
}
header > .container > .row,
header > .container-fluid > .row {
  position: relative;
  height: 0;
  -webkit-transition: 0.4s height ease;
  transition: 0.4s height ease;
}
.scrolled header > .container > .row,
.scrolled header > .container-fluid > .row {
  height: 0;
}
.brand {
  display: block!important;
  position: absolute;
  top: 4px;
  left: 27px;
  z-index: 99;
  -webkit-transition: 0.4s height ease;
  transition: 0.4s height ease;
}
.brand a {
  display: inline-block;
}
.brand img {
  width: 76px;
}
.smallmenu {
  position: absolute;
  left: 0;
  padding: 10px;
  bottom: 0;
  z-index: 98;
  font-size: 1.4rem;
  width: 130px;
  line-height: 1.7rem;
  background: #fff;
}
.openNav {
  position: absolute;
  right: 0;
  line-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: table;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  padding: 0 15px;
  line-height: 42px;
  font-size: 2rem;
  text-transform: uppercase;
  z-index: 999;
}
.openNav > button {
  display: inline-block;
  vertical-align: middle;
}
.openNav > span {
  padding: 0 0 0 8px;
}
.openNav:hover {
  cursor: pointer;
}
.openNavText {
  color: #333333;
}
.mainNav {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
}
.mainNav ul li {
  margin-bottom: 0;
}
.mainNav ul li a {
  padding: 6px 15px;
}
.mainNav ul li:last-child a {
  padding-right: 0;
}
/** Slideout.js Stlyes from Plugin **/
.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.slideout-panel {
  position: relative;
  z-index: 1;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open #menu.slideout-menu {
  display: block;
}
/** End Slideout.js **/
#menu {
  display: none;
  background-color: #252525;
  padding-top: 0;
}
#menu ul.menu li {
  background: #3a3a3a;
}
#menu ul.menu li.current-menu-item {
  background: transparent;
}
#menu ul.menu li:hover {
  background: rgba(0, 0, 0, 0.9);
  text-indent: 1px;
}
#menu ul.menu li a {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #fff;
  padding: 12px 15px;
  display: block;
}
#menu ul.menu li a:hover {
  color: #ccc;
}
#menu .languageNav {
  margin-left: 0;
  position: absolute;
  bottom: 0;
  background: #3a3a3a;
  width: 100%;
}
#menu .languageNav ul.menu li {
  background: transparent;
}
#menu .languageNav ul.menu li a {
  color: #ccc;
  padding: 10px 15px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
#menu .languageNav ul.menu li.active a {
  background: #252525;
  color: #fff;
}
.slideout-open #panel {
  -webkit-box-shadow: -8px 0px 10px 0px rgba(0, 0, 0, 0.55);
          box-shadow: -8px 0px 10px 0px rgba(0, 0, 0, 0.55);
}
/**
    Content area
**/
main {
  margin-top: 0;
  background-color: #fff;
  -webkit-transition: 0.4s margin ease;
  transition: 0.4s margin ease;
}
.singlePage {
  padding-top: 150px;
}
.wpgmza-inner.wpgmza-modern-hover-opaque {
  border: 2px solid red;
}
.hero {
  width: 100%;
  height: 100vh;
  min-height: 420px;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.hero:before {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-top: 60px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  color: #999;
  background-size: 100px;
  padding-top: 120px;
  background-repeat: no-repeat;
  background-image: url(images/loading.svg);
  content: "Lade Kiezhelden";
}
.singlePage {
  min-height: 90vh;
}
a.scrollMe {
  display: none;
  width: 72px;
  z-index: 12;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
a.scrollMe svg {
  width: 100%;
  height: auto;
}
a.scrollMe svg rect,
a.scrollMe svg polyline,
a.scrollMe svg line {
  stroke: #fff;
}
a.scrollMe:hover {
  bottom: 5px;
  -webkit-transform: translateX(-50%) scale(1.05);
          transform: translateX(-50%) scale(1.05);
}
.scrolled .scrollMe {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(20px);
          transform: translateX(-50%) translateY(20px);
}
.slideShow.slick-slider {
  margin-bottom: 0;
}
.slideShow ul.slick-dots {
  bottom: 12px;
}
.slideShow ul.slick-dots button {
  -webkit-transform: scale(2);
          transform: scale(2);
  margin-bottom: 0;
}
.slideShow ul.slick-dots li button::before {
  color: #00aeef;
}
.slideShow + a.scrollMe {
  display: none;
}
.slideShow[data-slidesnumber="1"] ul.slick-dots {
  display: none;
}
.slideShow .singleSlide {
  display: none;
}
.slideShow .singleSlide:first-child,
.slideShow .singleSlide.slick-slide {
  display: block;
}
.lg-outer .lg-thumb {
  margin: 0 auto;
}
.lg-outer .lg-thumb-item {
  border-radius: 0;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #00aeef;
}
#wpgmza_filter_1,
#wpgmza_filter_2 {
  display: none;
}
ul.wpgmza_cat_checkbox_item_holder {
  padding-right: 0;
}
.wpgmza_sl_main_div,
#wpgmza_filter_2 + div,
#wpgmza_filter_1 + div {
  display: block!important;
  overflow: hidden;
  position: absolute;
  top: 0!important;
  margin-top: 0!important;
  z-index: 11;
  left: 0;
  background: #ffffff;
  width: 130px!important;
  padding: 0;
  padding-top: 84px;
  padding-bottom: 60px;
  -webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.17);
}
.wpgmza_filter_container > .wpgmza_cat_checkbox_holder {
  padding: 0 0 0 0;
}
.wpgmza-form-field.wpgmza_sl_query_div label {
  display: none;
}
input.addressInput {
  width: 100%!important;
}
.wpgmza_filter_container {
  width: 100%;
}
.wpgmza_cat_checkbox_holder {
  max-height: none!important;
  height: auto!important;
  width: 100%;
}
.wpgmza_sl_main_div label,
.wpgmza_cat_checkbox_holder label {
  margin: 0;
  display: block;
  border-top: 1px solid #fff;
  line-height: 1.2;
  padding: 5px 0;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
li.wpgmza_cat_checkbox_item_holder label {
  padding-left: 28px;
  padding-right: 2px;
  font-size: 1.2rem;
  border-top: 1px dotted transparent!important;
  border-bottom: 1px dashed #ccc;
  border-right: 1px dotted transparent!important;
  border-left: 1px dotted transparent!important;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left  center;
  position: relative;
}
li.wpgmza_cat_checkbox_item_holder:first-child label {
  border-top: 1px dashed #ccc!important;
}
.wpgmza_cat_count {
  display: none;
}
/*li.wpgmza_cat_checkbox_item_holder label:before{
    content:" ";
    position: absolute;
    left:0;
    top:0;
    width:24px;
    height:100%;
    border-top-left-radius:8px;
    border-bottom-left-radius:8px;
    z-index:11;
    background-size:22px;
    transition:.3s all ease;
    background-repeat:no-repeat;
    background-position: center;
  }*/
li.wpgmza_cat_checkbox_item_holder:hover label {
  cursor: pointer;
  border-style: dotted;
  background-color: #f3f3f3;
}
li.wpgmza_cat_checkbox_item_holder_1 label {
  color: #273371;
  border-color: #273371;
  background-image: url('images/icn_cat_kiezhelden_dienstleistung.png');
}
li.wpgmza_cat_checkbox_item_holder_1 input[type=checkbox]:checked + label {
  background-color: #273371;
  color: #fff;
  border-style: dotted!important;
}
li.wpgmza_cat_checkbox_item_holder_2 label {
  color: #7a8585;
  border-color: #7a8585;
  background-image: url('images/icn_cat_kiezhelden_computer_elektronik.png');
}
li.wpgmza_cat_checkbox_item_holder_2 input[type=checkbox]:checked + label {
  background-color: #7a8585;
  color: #fff;
  border-style: dotted;
}
li.wpgmza_cat_checkbox_item_holder_3 label {
  color: #1e8035;
  border-color: #1e8035;
  background-image: url('images/icn_cat_kiezhelden_essen_trinken.png');
}
li.wpgmza_cat_checkbox_item_holder_3 input[type=checkbox]:checked + label {
  background-color: #1e8035;
  color: #fff;
  border-style: dotted;
}
li.wpgmza_cat_checkbox_item_holder_4 label {
  color: #7f2c87;
  border-color: #7f2c87;
  background-image: url('images/icn_cat_kiezhelden_kinder_jugendliche.png');
}
li.wpgmza_cat_checkbox_item_holder_4 input[type=checkbox]:checked + label {
  background-color: #7f2c87;
  color: #fff;
  border-style: dotted;
}
li.wpgmza_cat_checkbox_item_holder_5 label {
  color: #7f1710;
  border-color: #7f1710;
  background-image: url('images/icn_cat_kiezhelden_kunst_kultur_bildung.png');
}
li.wpgmza_cat_checkbox_item_holder_5 input[type=checkbox]:checked + label {
  background-color: #7f1710;
  color: #fff;
  border-style: dotted;
}
li.wpgmza_cat_checkbox_item_holder_6 label {
  color: #8cbf45;
  border-color: #8cbf45;
  background-image: url('images/icn_cat_kiezhelden_lebensmittel.png');
}
li.wpgmza_cat_checkbox_item_holder_6 input[type=checkbox]:checked + label {
  background-color: #8cbf45;
  color: #fff;
  border-style: dotted;
}
li.wpgmza_cat_checkbox_item_holder_7 label {
  color: #316cb4;
  border-color: #316cb4;
  background-image: url('images/icn_cat_kiezhelden_mode_schmuck.png');
}
li.wpgmza_cat_checkbox_item_holder_7 input[type=checkbox]:checked + label {
  background-color: #316cb4;
  color: #fff;
  border-style: dotted;
}
li.wpgmza_cat_checkbox_item_holder_8 label {
  color: #25b1af;
  border-color: #25b1af;
  background-image: url('images/icn_cat_kiezhelden_buecher_schreibwaren.png');
}
li.wpgmza_cat_checkbox_item_holder_8 input[type=checkbox]:checked + label {
  background-color: #25b1af;
  color: #fff;
  border-style: dotted;
}
li.wpgmza_cat_checkbox_item_holder_9 label {
  color: #df1a19;
  border-color: #df1a19;
  background-image: url('images/icn_cat_kiezhelden_sport_hobby.png');
}
li.wpgmza_cat_checkbox_item_holder_9 input[type=checkbox]:checked + label {
  background-color: #df1a19;
  color: #fff;
  border-style: dotted;
}
li.wpgmza_cat_checkbox_item_holder_10 label {
  color: #e31b7e;
  border-color: #e31b7e;
  background-image: url('images/icn_cat_kiezhelden_wohnen_dekoration.png');
}
li.wpgmza_cat_checkbox_item_holder_10 input[type=checkbox]:checked + label {
  background-color: #e31b7e;
  color: #fff;
  border-style: dotted;
}
li.wpgmza_cat_checkbox_item_holder input[type=checkbox] {
  display: none;
}
.wpgmza_map {
  height: 100%!important;
  z-index: 10;
  width: 100%;
  width: calc((100vw - 130px)) !important;
  background: #e6e6e6;
}
.hero {
  padding-left: 130px;
}
.home .wpgmza_markerbox.scrollFix {
  min-width: 80px!important;
  max-width: calc((100vw - 180px)) !important;
}
/**
    Footer
**/
footer {
  background: #eee;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  padding: 20px 0;
}
.smallmenu a,
footer a {
  color: #303030;
}
.smallmenu a:hover,
footer a:hover {
  color: #00aeef;
}
/**
    * Media Queries for responsive Design
**/
@media (min-height: 525px) and (orientation: portrait) {
  .wpgmza_sl_main_div label,
  .wpgmza_cat_checkbox_holder label {
    padding: 8px 0;
  }
}
@media (min-width: 360px) {
  li.wpgmza_cat_checkbox_item_holder label {
    font-size: 1.3rem;
  }
  .wpgmza_map {
    width: calc((100vw - 150px)) !important;
  }
  .hero {
    padding-left: 150px;
  }
  .wpgmza_sl_main_div,
  #wpgmza_filter_2 + div,
  #wpgmza_filter_1 + div {
    width: 150px!important;
  }
  .home .wpgmza_markerbox.scrollFix {
    min-width: 160px!important;
    max-width: calc((100vw - 230px)) !important;
  }
  .brand {
    left: 28px;
  }
  .brand img {
    width: 90px;
  }
  .wpgmza_sl_main_div,
  #wpgmza_filter_2 + div,
  #wpgmza_filter_1 + div,
  #wpgmza_filter_2,
  #wpgmza_filter_1 {
    padding-top: 100px;
  }
  .smallmenu {
    width: 150px;
  }
}
@media (min-width: 390px) {
  .wpgmza_cat_count {
    display: inline;
  }
  .wpgmza_map {
    width: calc((100vw - 170px)) !important;
  }
  .hero {
    padding-left: 170px;
  }
  .wpgmza_sl_main_div,
  #wpgmza_filter_2 + div,
  #wpgmza_filter_1 + div {
    width: 170px!important;
  }
  .smallmenu {
    width: 170px;
  }
}
@media (min-width: 576px) and (orientation: landscape) {
  a.scrollMe {
    display: block;
  }
}
@media (min-width: 576px) {
  section {
    padding: 56px 0;
  }
}
@media (min-width: 768px) {
  section {
    padding: 75px 0;
  }
  p + h1,
  ul + h1,
  ol + h1,
  table + h1,
  p + h2,
  ul + h2,
  ol + h2,
  table + h2 {
    margin-top: 6rem;
  }
  p + h3,
  ul + h3,
  ol + h3,
  table + h3,
  p + h4,
  ul + h4,
  ol + h4,
  table + h4 {
    margin-top: 4rem;
  }
  p + h5,
  ul + h5,
  ol + h5,
  table + h5,
  p + h6,
  ul + h6,
  ol + h6,
  table + h6 {
    margin-top: 3.2rem;
  }
  .wpgmza_sl_main_div,
  #wpgmza_filter_2 + div,
  #wpgmza_filter_1 + div {
    width: 240px!important;
    padding: 150px 10px 10px 10px;
  }
  .brand {
    left: 50px;
  }
  .brand img {
    width: 140px;
  }
  .wpgmza_cat_ul {
    margin-bottom: 60px;
  }
  li.wpgmza_cat_checkbox_item_holder label {
    padding: 12px 10px 12px 28px;
  }
  .wpgmza_map {
    width: calc((100vw - 240px)) !important;
  }
  .hero {
    padding-left: 240px;
  }
  .smallmenu {
    width: 230px;
  }
  .smallmenu a,
  footer a {
    margin-right: 8px;
  }
  .home .wpgmza_markerbox.scrollFix {
    min-width: 200px!important;
    max-width: calc((100vw - 300px)) !important;
  }
}
@media (min-width: 992px) {
  .mainNav {
    display: block;
  }
  .openNav {
    display: none;
  }
}
@media (min-width: 1200px) {
  section {
    padding: 90px 0;
  }
  #wpgmza_filter_2,
  #wpgmza_filter_1 {
    display: none;
  }
  ul.wpgmza_cat_checkbox_item_holder {
    padding-right: 0;
  }
  .brand img {
    width: 160px;
  }
  .wpgmza_sl_main_div,
  #wpgmza_filter_2 + div,
  #wpgmza_filter_1 + div {
    overflow: hidden;
    position: absolute;
    top: 0!important;
    margin-top: 0!important;
    z-index: 11;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 290px!important;
    padding: 170px 15px 60px 15px;
    -webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.17);
            box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.17);
  }
  .hero {
    padding-left: 290px;
  }
  .wpgmza_map {
    width: calc((100vw - 290px)) !important;
  }
  .brand {
    left: 65px;
  }
  .wpgmza-form-field.wpgmza_sl_query_div label {
    display: none;
  }
  input.addressInput {
    width: 100%!important;
  }
  .wpgmza_filter_container {
    width: 100%;
  }
  .wpgmza_cat_checkbox_holder {
    max-height: none!important;
    height: auto!important;
    width: 100%;
  }
  .smallmenu {
    width: 280px;
  }
  .wpgmza_sl_main_div label,
  .wpgmza_cat_checkbox_holder label {
    margin: 0;
    display: block;
    border-top: 1px solid #fff;
    line-height: 1.2;
    padding: 8px 0;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
  }
  li.wpgmza_cat_checkbox_item_holder label {
    padding-left: 32px;
    padding-right: 12px;
    font-size: 1.4rem;
    background-size: 22px;
    background-position: left 5px center;
  }
  li.wpgmza_cat_checkbox_item_holder input[type=checkbox] {
    display: none;
  }
}
.cmn-toggle-switch {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 42px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  top: -4px;
  background: none;
  color: #333333;
}
.cmn-toggle-switch:hover,
.cmn-toggle-switch:focus,
.cmn-toggle-switch:active {
  background: transparent;
}
.cmn-toggle-switch:focus {
  outline: none;
}
.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 22px;
  left: 0px;
  right: 0px;
  height: 4px;
  background: #333333;
}
.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #333333;
  content: "";
}
.cmn-toggle-switch span::before {
  top: -10px;
}
.cmn-toggle-switch span::after {
  bottom: -10px;
}
.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}
.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}
.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
/* active state, i.e. menu open */
.cmn-toggle-switch__htx.active span {
  background: none;
}
.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}

/* 
    mp@
    Menu should be scrollable
*/
auto {
	height: 100px;
  overflow: scroll;
}


figure,
figcaption {
	margin: 0;
	padding: 0;
}

#gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
	gap: 1em;
	text-align: center;
}

#gallery figure {
	position: relative;
	color: black;
	background: white;
}

figure img {
	width: 100%;
	display: block;
}

#gallery > figure > figcaption {
	position: absolute;
	bottom: 20;
	width: 100%;
	line-height: 3em;
	color: black;
	background: rgba(0, 0, 0, 0);
}

#gallery > figcaption {
	grid-column: 1 / -1;
}

#pform1 { 
	width:20em; 
	margin:0; 
	float:left; 
	border:0px; 
}

#pform2 { 
	width:20em; 
	margin:0 0 0 21em; 
	border:0px;
}

select {
  /* ... */
  width: 100%;
  height: 40px;
  -moz-padding-start: calc(10px - 3px);
  padding-left: 10px;
 /* background: url(fff-0-2.png) repeat; */
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
	cursor: pointer;
}

 select::-ms-expand { 
      display: none; /* Standardpfeil im IE 10 und 11 entfernen */
      }

paypal-wrapper::before {
  font-family: fontello;
  content: "\f107";
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 10px;
  color: #fff;
}