﻿

/***** TAGS *****/

html {
  overflow-y: scroll;
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  margin: 0;
  padding: 0 0 30px 0;
  font-size: 80%;
  color: #FAFAFA;
  background-color: transparent;
  background-image: url(../assets/internetseite-kalle-003-large.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-limit-lines: 2;
  -moz-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-lines: 2;
  hyphenate-limit-lines: 2;
  -webkit-hyphenate-limit-chars: auto 3;
  -moz-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-chars: auto 3;
  hyphenate-limit-chars: auto 3;
}
h1 {
  font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  margin: 0px 0 10px 0;
  padding: 0;
  font-size: 2.4em;
  font-weight: bold;
  line-height: normal;
  color: #000000;
  position: relative;
}
h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  margin: 10px 0 10px 0;
  padding: 0;
  font-size: 2em;
  font-weight: bold;
  line-height: normal;
  color: #ffff81;
}
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  margin: 10px 0 10px 0;
  padding: 0;
  font-size: 1.38em;
  font-weight: normal;
  line-height: normal;
  color: #000000;
}
p {
  margin: 0 0 10px 0;
  padding: 0;
}
ul,
ol {
  margin: 0 0 10px 25px;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
  list-style: square;
}
ol li {
  margin: 0;
  padding: 0;
  list-style: decimal;
}
table {
  margin: 0 0 10px 0;
  padding: 0;
}
td {
  vertical-align: top;
}
img {
  margin: 0;
  padding: 0;
  border-style: none;
  max-width: 100%;
  height: auto;
}
/***** LINKS *****/

a {
  color: #ffff81;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
/***** TOP *****/

#top {
  margin: 0;
  padding: 0;
}
/***** WRAPPER *****/

#wrapper {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  max-width: 980px;
}
/***** FRAMEBOX *****/


#framebox {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: transparent;
  overflow: hidden;
  position: relative;
}
/***** TOPLINE *****/


#topline {
  margin: 0;
  padding: 10px 0;
  background-color: transparent;
  overflow: hidden;
  min-height: 100px;
  position: relative;
  z-index: 1;
}
/***** WEBDESCRIPTION *****/

#webdescription {
  margin: 0;
  padding: 0;
}
#logo {
  padding: 30px 0 10px 0;
  float: left;
}
#webtext {
  margin: 0;
  padding: 30px 0 0 0;
  float: right;
}
#webname {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 2.8em;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  text-align: right;
}
#webname a {
  color: #000000;
  text-decoration: none;
}
#slogan {
  font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  text-transform: none;
  text-align: right;
  white-space: nowrap;
}
/***** SEARCH *****/

#search {
  margin: -30px -20px 0 -30px;
}
#searchform {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 30px;
  position: relative;
}
#searchform input {
  font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  background-color: #fafafa;
}
#searchfieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
#searchfield {
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 33px 0 10px;
  line-height: 30px;
  border: 1px solid #000000;
  border-radius: 2px;
  background-clip: padding-box;
  font-size: 1em;
  color: #474 58;
  /* Todo: */
  text-shadow: inherit;
  background-color: #fafafa;
  position: absolute;
  top: 0;
  left: 0;
  outline: 0;
}
#searchbutton {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 28px;
  height: 28px;
  border: 0;
  position: absolute;
  top: 1px;
  right: 1px;
  background: transparent;
}
/***** SUBMEN• *****/

a#mobilenavtoggle {
  color: #000000;
  background-color: transparent;
  border: 1px solid #000000;
  padding: 7px 10px;
  font-weight: bold;
  float: right;
  display: none;
  position: absolute;
  top: 10px;
  right: 15px;
  left: auto;
  bottom: auto;
  z-index: 300;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  border-radius: 2px;
  background-clip: padding-box;
}
a#mobilenavtoggle:hover {
  text-decoration: underline;
}
div#subnavbar {
  margin: 0;
  padding: 0;
}
#subnavbar ul.submenu {
  margin: 0;
  padding: 0;
}
#subnavbar ul.submenu li > ul {
  display: none;
}
#subnavbar ul.submenu li.active > ul {
  display: block;
}
#subnavbar li > a {
  position: relative;
}
#subnavbar li.open > a:before,
#subnavbar li.haschilds > a:before {
  content: '';
  box-sizing: content-box;
  position: absolute;
  top: 47%;
  margin-top: -0.25em;
  right: 2em;
  height: 0.6em;
  width: 0.6em;
  border-bottom-color: transparent;
  /* IE Bugfix: transparent or else a ghost shadow is visible even border-width is 0 */
  border-left-color: transparent;
  /* IE Bugfix or else a ghost shadow is visible */
  border-style: solid;
  border-width: 1px 1px 0 0;
  display: block;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#subnavbar li.open > a:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -0.5em;
}
#subnavbar ul.submenu li {
  list-style-type: none;
  display: block;
}
#subnavbar ul.submenu li a {
  text-transform: uppercase;
  color: #FFFF81;
  font-size: 1em;
  display: block;
  padding: 6px 60px 6px 30px;
  width: 100%;
  width: calc(100% - 30px);
  margin: 0 0 0 -30px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  background-color: #6A7524;
  text-overflow: ellipsis;
  overflow: hidden;
}
#subnavbar ul.submenu li a.active {
  font-weight: bold;
}
#subnavbar ul.submenu ul {
  margin-bottom: 0;
}
#subnavbar ul.submenu ul li a {
  padding: 6px 30px 6px 55px;
  width: 100%;
  margin: 0 0 0 -55px;
}
#subnavbar ul.submenu ul ul li a {
  padding: 6px 30px 6px 80px;
  width: 100%;
  margin: 0 0 0 -80px;
}
#subnavbar ul.submenu ul ul ul li a {
  padding: 6px 30px 6px 105px;
  width: 100%;
  margin: 0 0 0 -105px;
}
#subnavbar ul.submenu ul ul ul ul li a {
  padding: 6px 30px 6px 130px;
  width: 100%;
  margin: 0 0 0 -130px;
}
#subnavbar ul.submenu ul ul ul ul ul {
  margin: 0;
}
#subnavbar ul.submenu li a:hover {
  color: #000000;
  text-decoration: none;
  background-color: #e6e6e6;
}
#subnavbar li a.active,
#subnavbar li a.subnav1active,
#subnavbar li a.subnav1active:hover,
#subnavbar li a.subnav2active,
#subnavbar li a.subnav2active:hover,
#subnavbar li a.subnav3active,
#subnavbar li a.subnav3active:hover {
  color: #ffff81 !important;
  text-decoration: none !important;
  background-color: #000000 !important;
}
/***** SLIDES *****/

#headerslider {
  overflow: hidden;
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 0;
  background-color: #ffffff;
  position: relative;
  z-index: 98;
}
.flexslider {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.flexslider .slides > li {
  position: relative;
}
.flex-caption {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 20px 30px;
  font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  font-size: 1em;
  line-height: 1.38em;
  text-align: left;
  color: #000000;
  background-color: transparent;
  background-image: url(../assets/stock-images/caption.png);
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
}
.flex-caption > h1:last-child,
.flex-caption > h2:last-child,
.flex-caption > h3:last-child,
.flex-caption > p:last-child {
  margin-bottom: 0;
}
.flex-caption span,
.flex-caption h1,
.flex-caption h2,
.flex-caption h3 {
  font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1.5em;
  font-weight: bold;
  color: #000000;
  line-height: normal;
}
.flex-caption p {
  margin: 0 0 10px 0;
  padding: 0;
}
.flex-caption a {
  color: #4D90FE;
  text-decoration: none;
}
.flex-caption a:hover {
  color: #4D90FE;
  text-decoration: underline;
}
.flex-control-paging {
  box-sizing: border-box;
  margin: 0;
  padding: 10px 0 0 30px;
  height: 14px;
  text-align: left;
  position: absolute;
  top: 10px;
  z-index: 99;
}
.flex-control-paging li {
  margin: 0 6px 0 0;
}
.flex-control-paging li a {
  float: left;
  margin: 0;
  padding: 0;
  width: 13px;
  height: 13px;
  text-decoration: none;
  text-indent: -999999px;
  background: transparent;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: url(stock-images/bg_control_nav.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
}
.flex-control-paging li a.flex-active {
  background: transparent;
  background-color: transparent;
  background-position: 0 -26px;
  background-image: url(stock-images/bg_control_nav.png);
  background-repeat: no-repeat;
}
.flex-control-paging li a:hover {
  background-position: 0 -13px;
}
.flex-direction-nav a {
  top: 50%;
}
.flex-direction-nav .flex-prev,
.flex-direction-nav .prev,
.flexslider:hover .flex-prev,
.flexslider:hover .prev {
  opacity: 1;
  left: 5px !important;
}
.flex-direction-nav .flex-next,
.flex-direction-nav .next,
.flexslider:hover .flex-next,
.flexslider:hover .next {
  opacity: 1;
  right: 5px !important;
}
/***** BREADCRUMB *****/

#breadcrumb {
  margin: 0 0 30px 0;
  padding: 0 15px;
  font-size: 1em;
  color: #000000;
}
#breadcrumb a {
  padding: 0 5px;
  color: #4D90FE;
  text-decoration: none;
}
#breadcrumb a:hover {
  color: #4D90FE;
  text-decoration: underline;
}
#breadcrumb span {
  color: #000000;
}
/***** MAINBAR *****/

#mainbar {
  float: left;
  width: 73%;
}
/***** CONTENT *****/

#content,
#pageheader {
  margin: 0;
  line-height: 1.38em;
  background-color: #8D9C30;
  color: #000000;
}
#content {
  float: left;
  width: 66%;
  box-sizing: border-box;
  font-size: 1em;
  padding: 0 0 30px 0;
}
#pageheader {
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
}
#content.fullwidth {
  padding: 0 0 30px 0;
  width: auto;
  box-sizing: border-box;
  float: none;
}
#content input,
#content textarea {
  font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  font-size: 1em;
  color: #000000;
}
#sidebarright {
  background-color: #8D9C30;
  font-size: 1em;
  width: 34%;
  box-sizing: border-box;
  padding: 0 15px;
  float: right;
}
/***** BUTTON *****/

#content a.button,
#sidebar a.button,
#sidebarright a.button,
input.button {
  display: inline-block;
  margin: 0 10px 0px 0;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  line-height: normal;
  color: #FFFF81 !important;
  background-color: black;
  border: 1px solid black;
  background: black;
  text-align: center;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#content .zp-form input.button {
  color: #FFFF81 !important;
}
#content a.button:hover,
#sidebar a.button:hover,
#sidebarright a.button:hover,
input.button:hover,
#content .zp-form input.button:hover {
  background: black;
  color: #ffffff !important;
}
#content a.button span,
#sidebar a.button span,
#sidebarright a.button span,
input.button {
  display: block;
  margin: 0;
  padding: 8px 15px;
}
/***** SIDEBAR *****/

#sidebar {
  font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  font-size: 1em;
  float: left;
  color: #FFFF81;
  padding: 0;
  width: 27%;
  box-sizing: border-box;
  overflow: hidden;
}
#sidebar:before {
  content: "";
  position: absolute;
  width: 27%;
  left: 0;
  top: 120px;
  bottom: 0;
  background-color: transparent;
}
#sidebarinner {
  padding: 0 30px 0 0;
}
.sidebarmodule {
  margin: 0 -20px 0 -30px;
  padding: 30px 30px;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.sidebargradient {
  background-color: transparent;
  /*transparent;*/

}
#styleswitcher {
  padding: 15px 30px !important;
  text-align: center;
  font-size: 18px;
}
#styleswitcher .button {
  font-family: Arial, sans-serif;
  width: 34px !important;
  height: 34px !important;
  line-height: 34px !important;
  padding: 0 !important;
  margin: 6px 0 0 0 !important;
  font-size: 24px !important;
}
/***** NEWS *****/

.newsbox {
  margin: 0;
  line-height: 1.38em;
}
.newsbox.submenu {
  margin-bottom: 30px;
}
.newsbox h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2em;
  margin: 10px 0 10px 0;
  color: #FAFAFA;
  font-weight: normal;
}
.newstext {
  margin: 0;
  padding: 0;
  line-height: 1.38em;
  color: #FAFAFA;
}
.newstext p {
  margin: 0 0 10px 0;
}
.newstext a {
  color: #4D90FE;
  text-decoration: none;
}
.newstext a:hover {
  color: #4D90FE;
  text-decoration: underline;
}
/***** ARTICLES *****/

.articlearea {
  margin: 0;
  padding: 0;
}
.articleimage {
  margin: 0;
  padding: 4px 0 0 0;
}
.articletext {
  margin: 0;
  padding: 0;
}
.twocolumnleft {
  float: left;
  margin: 0;
  padding: 0;
}
.twocolumnleft > div {
  margin: 0;
  padding: 0 12px 0 0;
}
.twocolumnright {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.twocolumnright > div {
  margin: 0;
  padding: 0 0 0 12px;
}
.bildunterschrift {
  display: block;
  color: #000000;
}
.floatarticle {
  float: left;
  margin: 0 0 0px 0;
  padding: 0;
  overflow: hidden;
}
.floatarticle > div {
  margin: 0;
  padding: 0 30px 0 0;
}
/***** FORM *****/

.zp-form {
  display: inline-block;
  margin: 0;
  padding: 0 0 10px 0;
}
.zp-form p {
  margin: 0;
  padding: 0;
}
.zp-form table {
  margin: 0;
  padding: 0;
}
.zp-form td {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.zp-form input {
  font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  font-size: 1em;
  color: #000000 !important;
}
.zp-form textarea {
  font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  font-size: 1em;
  color: #000000;
}
.zp-form .label,
.zp-form .field {
  padding: 3px 10px 3px 0;
}
.zp-form .desc {
  padding: 10px 10px 10px 0;
}
.zp-form .multiline {
  padding: 4px 10px 0 0;
  vertical-align: top;
}
.zp-form .submit {
  padding: 0;
}
.zp-form .separator {
  margin: 10px 10px 10px 0;
  padding: 0;
  line-height: 1px;
  height: 1px;
  border-bottom: 1px solid #000000;
}
/***** TEASER *****/

#banner,
#afterlogo,
#aftermenu,
#afterfooter {
  font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  font-size: 1em;
  color: #FAFAFA;
  line-height: 1.38em;
}
#banner,
#afterfooter {
  clear: both;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0;
  padding: 20px 0;
  border: 1px solid transparent;
  background-color: transparent;
}
#afterlogo,
#aftermenu {
  padding: 20px 30px;
  color: #FFFF81;
  text-shadow: none;
}
#afterfooter {
  border-top: 0;
}
#banner h2,
#afterfooter h2,
#banner span:not([style]),
#afterlogo span,
#aftermenu span,
#afterfooter span {
  font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 2em;
  font-weight: normal;
  color: #FAFAFA;
  line-height: normal;
}
#banner p,
#afterlogo p,
#aftermenu p,
#afterfooter p {
  margin: 0 0 10px 0;
  padding: 0;
}
#banner a,
#afterlogo a,
#aftermenu a,
#afterfooter a {
  color: #4D90FE;
  text-decoration: none;
}
#banner a:hover,
#afterlogo a:hover,
#aftermenu a:hover,
#afterfooter a:hover {
  color: #4D90FE;
  text-decoration: underline;
}
/***** FOOTER *****/

#footer {
  overflow: hidden;
  display: block;
  clear: both;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0;
  padding: 20px 0;
  font-size: 1em;
  color: #000000;
  border: 1px solid transparent;
  background-color: transparent;
}
#footerinfo {
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#footerinfo .zp {
  color: #000000 !important;
}
/***** EXTRAMENU *****/

#xmenu {
  float: right;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#xmenu a {
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 1em;
  color: #4D90FE;
  text-decoration: none;
}
#xmenu a:hover {
  color: #4D90FE;
  text-decoration: underline;
}
/***** ARTICLE Styles *****/

.zpSO-Sitemap {
  clear: both;
}
/***** SITESEARCH *****/

.SO-SiteSearchList li span {
  font-size: inherit !important;
}
/***** ONLINESHOP *****/

.zpSO-OnlineShop-table {
  width: 100%;
}
.zpSO-OnlineShop-table th {
  margin: 0;
  padding: 8px 10px;
  font-weight: bold;
  text-align: left;
  color: #ffff81;
  background-color: transparent;
}
.zpSO-OnlineShop-table td {
  margin: 0;
  padding: 8px 10px;
  text-align: left;
}
.zpSO-OnlineShop-row1 td,
.zpSO-OnlineShop-row2 td {
  margin: 0;
  padding: 8px 10px;
  text-align: left;
}
.zpSO-OnlineShop-row2 td {
  background-image: url(stock-images/opacity.png);
}
/***** ZP *****/

.zp {
  color: #000000 !important;
  text-decoration: none !important;
}
/***** CLEAR *****/

.clear {
  clear: both;
}
.clearx:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/***** FORM ANTI SPAM *****/

.asfield {
  display: none;
}
div.zpRow.news {
  margin-bottom: 30px;
}
/*** Responsive Breakpoints ***/

@media (min-width: 980px) {
  #headerslider {
    min-height: 220px;
  }
}
@media (max-width: 1000px) {
  #banner,
  #topline,
  #sidebarright,
  #footer {
    padding-right: 15px;
  }
  #banner,
  #topline,
  #footer {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .flex-caption {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 937px) {
  #content {
    box-sizing: border-box;
    float: none;
    width: auto;
  }
  #sidebarright {
    box-sizing: border-box;
    float: none;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 684px) {
  #banner,
  #mainbar,
  #pageheader,
  #sidebar,
  #sidebarinner,
  #content,
  #content.fullwidth,
  #sidebarright,
  #footer,
  #afterfooter {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  #banner,
  #sidebarinner,
  #sidebarright,
  #footer,
  #afterfooter,
  .flex-caption,
  #breadcrumb,
  #page_title {
    padding-left: 15px;
    padding-right: 15px;
  }
  #content,
  #content.fullwidth {
    margin: 0;
    padding: 0;
  }
  a#mobilenavtoggle {
    display: block;
  }
  a#mobilenavtoggle.on {
    position: fixed;
  }
  #topline {
    padding-top: 52px;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
  }
  #logo,
  #webtext {
    max-width: 47%;
  }
  #sidebar {
    position: static;
    /* sidebar doesn't need to stretch to full height anymore */
    height: auto !important;
  }
  #sidebar:before {
    content: none;
  }
  #sidebarinner {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    background-color: #ffffff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  }
  #sidebarinner.on {
    display: block;
  }
  div#subnavbar {
    padding-top: 52px;
  }
  div#subnavbar ul.submenu li a,
  div#subnavbar ul.submenu ul li a,
  div#subnavbar ul.submenu ul ul li a,
  div#subnavbar ul.submenu ul ul ul li a,
  div#subnavbar ul.submenu ul ul ul ul li a {
    width: auto;
    margin-right: -20px;
  }
  .newsbox.submenu {
    margin-bottom: 0;
  }
  .sidebarmodule {
    margin: 0 -30px;
    width: auto;
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    padding: 10px 30px;
  }
  .sidebargradient {
    background: transparent;
  }
  #search {
    margin: 0 -30px;
  }
  #search #searchform {
    width: auto;
    height: auto;
  }
  #search #searchfield {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    font-size: 16px;
    padding: 4px 33px 4px 10px;
  }
  #search #searchbutton {
    box-sizing: content-box;
    padding: 4px 0 4px 4px;
  }
  #pageheader,
  #content,
  #sidebarright {
    margin-left: 0;
  }
}
/* ZP 13 additions */

#banner .zpgrid,
#afterfooter .zpgrid {
  margin-left: -15px;
  margin-right: -15px;
}
#sidebarright .zpColumn {
  padding: 0;
}
body.plain .zpgrid,
body.plain .zpgrid #grid {
  max-width: none;
}
body.plain #mainbar {
  width: 100%;
}
/* remove 300ms touch delay on interactive elements */

a#mobilenavtoggle,
#subnavbar a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.zpColumn .zpBreakout {
  margin-left: -15px;
  margin-right: -15px;
}
