/** Urheberrecht ausblenden **/

#colophon #theme-attribution {
  display: none;
}

/** Links nicht unterstreichen im Sprungmenü**/

.sprungmenu a:link {
  text-decoration: none;
  color: black;
}

.sprungmenu a:hover {
  text-decoration: none;
  color: #919394;
}

.sprungmenu a:active {
  text-decoration: none;
  color: black;
}

/** ListeEinzug linksbündig **/

.entry-content ul {
  margin-left: 0px;
}

/** WP Froms Pfeile an Zahelenfeld **/
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}
  
input[type="number"] {
    -moz-appearance: textfield !important;
}

.mega-menu-wrap .ow-button-base span {
	display: block !important;
}