/**
 * Coop Pronto - Coop Shop
 *
 * Jul/Aug 2017
 * 
 */
@font-face {
  font-family: "Coop_W";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/coop/Coop_W_Rg.eot");
  src: url("../fonts/coop/Coop_W_Rg.eot?#iefix") format("embedded-opentype"), url("../fonts/coop/Coop_W_Rg.woff") format("woff"), url("../fonts/coop/Coop_W_Rg.ttf") format("truetype"); }
@font-face {
  font-family: "Coop_W";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/coop/Coop_W_Bd.eot");
  src: url("../fonts/coop/Coop_W_Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/coop/Coop_W_Bd.woff") format("woff"), url("../fonts/coop/Coop_W_Bd.ttf") format("truetype"); }
@font-face {
  font-family: "CoopCondensed_W";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/coop/CoopCondensed_W_Bd.eot");
  src: url("../fonts/coop/CoopCondensed_W_Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/coop/CoopCondensed_W_Bd.woff") format("woff"), url("../fonts/coop/CoopCondensed_W_Bd.ttf") format("truetype"); }
/**
 * Navigation
 */
/* --- Header Menu --- */
header {
  position: relative;
  top: 0; }
  header .container {
    position: relative;
    padding: 0px 10px; }
  header .topmenu > li > a {
    color: #888;
    font-size: .75em;
    font-weight: normal;
    letter-spacing: -0.1px;
    display: block;
    padding-left: 6px;
    padding-right: 6px;
    text-decoration: none;
    -webkit-transition: 0.25s linear color;
    transition: 0.25s linear color; }
    header .topmenu > li > a:hover {
      color: #444;
      transform: none;
      background: transparent; }

/* --- Navbar --- */
.navbar {
  position: absolute;
  z-index: 100;
  top: 50px;
  width: 100%;
  min-height: 70px;
  border-radius: 0; }
  .navbar .container {
    position: relative;
    padding: 0px; }

.navbar-default {
  background-color: rgba(167, 201, 63, 0.8);
  border: none; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none;
    padding-left: 0; }
  .navbar-default .navbar-nav {
    padding-top: 10px; }
    .navbar-default .navbar-nav > li > a {
      color: white;
      font-family: "CoopCondensed_W", Helvetica, sans-serif;
      font-size: 1.375em;
      display: block;
      padding-left: 16px;
      padding-right: 16px;
      text-decoration: none;
      -webkit-transition: 0.25s linear color;
      transition: 0.25s linear color; }
      .navbar-default .navbar-nav > li > a:hover {
        color: #555;
        transform: none; }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
      color: #000;
      background: transparent; }
  .navbar-default .navbar-toggle {
    border: none;
    padding: 8px 10px; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background: transparent; }
    .navbar-default .navbar-toggle .icon-bar {
      width: 30px;
      height: 3px;
      margin: 7px 0;
      border-radius: 0;
      background-color: white; }

/* --- Shop Menu --- */
.main-menu-container {
  padding: 5px 0; }
  .main-menu-container .menu > li > a {
    color: #a7c93f;
    font-family: "CoopCondensed_W", Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    letter-spacing: 0.05em;
    display: block;
    padding: 0.4em 15px;
    text-decoration: none;
    -webkit-transition: 0.25s linear color;
    transition: 0.25s linear color; }
    .main-menu-container .menu > li > a:hover {
      color: #83923e;
      transform: none;
      background: transparent; }
  .main-menu-container .menu > li.active > a, .main-menu-container .menu > li.active > a:hover, .main-menu-container .menu > li.active > a:focus {
    color: #555;
    background: transparent; }

/* --- Footer Menu --- */
footer .footer-menu {
  padding: 10px;
  background: #a7c93f; }
footer .bottom-links {
  padding: 15px 10px; }
  footer .bottom-links p {
    margin: 0; }
    footer .bottom-links p > a {
      color: #888;
      font-size: .75em;
      font-weight: normal;
      display: inline-block;
      padding: 2px 5px;
      text-decoration: none;
      -webkit-transition: 0.25s linear color;
      transition: 0.25s linear color; }
      footer .bottom-links p > a:hover {
        color: #444;
        transform: none;
        background: transparent; }

/**
 * Custom Styles
 */
/* --- Reset --- */
html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0; }

/* --- Custom --- */
html, body, h1, h2, h3, h4, h5, p, li, div, label, button, input, textarea {
  font-family: Helvetica, sans-serif;
  color: #555; }

.container {
  font-size: 16px; }

body {
  position: static;
  min-width: 300px;
  background: white; }

h1, h2, h3, h4, h5 {
  font-weight: bold;
  margin-top: 5px; }

h1 {
  font-family: "CoopCondensed_W", Helvetica, sans-serif;
  color: #83923e;
  font-size: 1.75em;
  padding: 0.92857em 0 1.35714em 0;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  text-align: center;
  margin-left: -2px; }

h2 {
  font-family: "CoopCondensed_W", Helvetica, sans-serif;
  color: #83923e;
  font-size: 1.45em;
  padding: 0.92857em 0 1.35714em 0;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  text-align: center;
  margin-left: -2px; }

h3 {
  font-family: "CoopCondensed_W", Helvetica, sans-serif;
  font-size: 1.4375em;
  letter-spacing: 0.01563em;
  padding: 0;
  padding-bottom: 1.25em;
  margin: 0; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 1em;
  font-weight: normal; }

a {
  color: #a7c93f;
  text-decoration: none; }

a:hover {
  color: #83923e;
  text-decoration: none; }

p {
  line-height: 1.625;
  margin: 0;
  padding: 0;
  padding-bottom: 1em; }

picture,
img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

header {
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 50px;
  top: 0;
  background: white;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.4);
  clear: both; }
  header .container {
    position: relative;
    padding-top: 0px; }

.logo-holder {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 18px 24px;
  background: white;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2); }
  .logo-holder a {
    display: block;
    width: 110px;
    height: 50px;
    background: url(../images/logo-coop-pronto.png) no-repeat; }

#main {
  margin-top: 50px; }

.banner-container img {
  width: 100%; }

.main-container {
  min-height: 300px;
  margin: 10px auto; }

footer,
.footer {
  margin-top: 30px;
  padding: 0;
  border: none;
  clear: both; }

/* --- Page --- */
.page-header {
  padding-bottom: 0;
  margin: 0;
  margin-bottom: 15px;
  border-bottom: none; }

.content .page .field img {
  float: left;
  width: 30%;
  padding: 0 1.75em 1.75em 0; }

/* --- Form --- */
.form-control {
  height: auto;
  padding: 4px 10px;
  font-size: 1em;
  border: none;
  border-bottom: 2px solid #d5d5d5;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: none;
  -webkit-transition: none;
  -o-transition: none; }
  .form-control:focus {
    border: none;
    border-bottom: 4px solid #a7c93f;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-control::-webkit-input-placeholder {
    color: #555;
    font-weight: bold; }
  .form-control::-moz-placeholder {
    color: #555;
    font-weight: bold; }
  .form-control:-moz-placeholder {
    color: #555;
    font-weight: bold; }
  .form-control:-ms-input-placeholder {
    color: #555;
    font-weight: bold; }

.form-group.error .form-control {
  border-bottom: 2px solid #f33; }
  .form-group.error .form-control:focus {
    border-bottom: 4px solid #f33; }
  .form-group.error .form-control::-webkit-input-placeholder {
    color: #f33; }
  .form-group.error .form-control::-moz-placeholder {
    color: #f33; }
  .form-group.error .form-control:-moz-placeholder {
    color: #f33; }
  .form-group.error .form-control:-ms-input-placeholder {
    color: #f33; }

.has-error .form-control,
.has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

#edit-code,
.code-number {
  height: auto;
  padding: 6px 10px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center; }

.webform-element--title-inline label::after {
  content: ''; }

.form-holder {
  padding: 10px 15px; }
  .form-holder legend {
    display: none; }

.form-holder .form-group {
  margin-bottom: 40px; }

.form-holder .radio-inline {
  margin-top: 0px; }

.fieldset-wrapper .description {
  font-weight: bold; }

.fieldset-wrapper .description:after {
  background-image: none; }

.form-required:after {
  background-image: none; }

.form-required:after,
.fieldset-wrapper .description:after {
  width: 15px;
  height: 10px;
  background-size: 7px 7px;
  background-repeat: no-repeat;
  background-position-x: 5px; }

.check-teilnahme {
  position: relative;
  top: 12px; }
  .check-teilnahme label {
    font-weight: bold; }

#edit-howcode {
  position: relative;
  top: -36px;
  margin-bottom: 20px;
  height: 0;
  text-align: center; }
  #edit-howcode a {
    font-size: 1em;
    text-decoration: none; }

#edit-actions,
#edit-mandatory {
  margin-bottom: 0; }

#edit-mandatory {
  font-size: 0.85em;
  margin: 35px 0 25px; }

#edit-salut--wrapper {
  margin: -10px 0 25px 0; }
  #edit-salut--wrapper legend {
    display: block;
    color: #555;
    font-family: Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    border: none;
    padding-left: 10px; }

#edit-salut--wrapper.error legend {
  color: #f33; }

#edit-salut {
  position: relative;
  top: 10px;
  padding-left: 90px; }
  #edit-salut .form-item {
    display: inline;
    margin-right: 15px; }

#edit-information {
  margin-bottom: -10px;
  font-weight: bold; }

/* --- Buttons --- */
.btn-primary,
.btn-primary:hover {
  padding: 10px 40px;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  background-color: #a7c93f;
  -webkit-transition: 0.25s linear background-color;
  transition: 0.25s linear background-color; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus,
  .btn-primary:hover:hover,
  .btn-primary:hover:focus,
  .btn-primary:hover.focus {
    background-color: #83923e; }

/* --- Common --- */
.align-center {
  text-align: center; }

.small-text {
  font-size: 11px; }

.hide-block {
  display: none; }

/* --- Fixes --- */
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #f33; }

#edit-salut label {
  color: #555; }

.alert {
  color: #f33;
  background-color: #fff;
  padding: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  border: 1px solid #f33;
  border-radius: 0; }
  .alert li {
    color: #f33; }

.alert-dismissable .close, .alert-dismissible .close {
  right: 0; }

.content ol li {
  padding-bottom: 10px; }

/**
 * Responsive Styles
 */
/* --- 1200px --- */
@media (min-width: 1200px) {
  .container {
    width: 960px; } }
/* --- 992px --- */
@media (min-width: 992px) {
  header {
    display: block; }

  .no-content {
    display: block; } }
@media (max-width: 991px) {
  .container {
    font-size: 14px; }

  header {
    top: -70px; }
    header .topmenu {
      display: none; }

  .no-content {
    display: none; }

  .logo-holder {
    padding: 12px 16px; }

  .navbar-default {
    background-color: #a7c93f; }

  .navbar {
    top: 0px;
    min-height: 50px; }

  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-default .navbar-toggle {
    display: block;
    padding: 6px 10px;
    margin: 4px 0; }
  .navbar-default .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: none; }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .menu.navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .menu.navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; } }
/* --- 768px --- */
@media (max-width: 767px) {
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-left: 0;
    margin-right: 0; }

  header {
    top: -70px; }
    header .topmenu {
      display: none; }

  .menu.navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .menu.navbar-nav > li {
    float: none; }

  .navbar-nav {
    margin: 0; } }
@media (max-width: 480px) {
  .container {
    font-size: 12px; }

  .logo-holder {
    padding: 14px 20px; }
    .logo-holder a {
      width: 95px;
      height: 44px;
      background-size: 95%; } }

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