/*!
 * style.css
 *
 * @link http://www.vektorrausch.de
 * @author vektorrausch GmbH <sippel@vektorrausch.de>
 *
 * @package WordPress
 * @subpackage agoodstart
 * 
 * @version 4.0.0
 */

/* Standard */
body.section-default .page-title-container {
  background-color: #076633;
}

body.section-default a {
  color: #076633;
}

.article.section-default a {
  color: #076633;
}

.article.section-default input[type="text"]:focus,
.article.section-default input[type="password"]:focus,
.article.section-default input[type="search"]:focus,
.article.section-default input[type="email"]:focus,
.article.section-default input[type="number"]:focus,
.article.section-default input[type="tel"]:focus,
.article.section-default input[type="url"]:focus,
.article.section-default input[type="date"]:focus,
.article.section-default input[type="file"]:focus,
.article.section-default textarea:focus,
.article.section-default .wpcf7-form .wpcf7-captchac,
.article.section-default .btn-o,
.article.section-default .button-o,
.article.section-default input.outline[type="submit"] {
  border-color: #076633;
}

.article.section-default .btn,
.article.section-default .button,
.article.section-default input[type="submit"] {
  background-color: #076633;
  color: #fff;
}

.article.section-default input[type="checkbox"]:checked + .wpcf7-list-item-label,
.article.section-default input[type="radio"]:checked + .wpcf7-list-item-label {
  color: #076633;
}

/* Natur */
body.section-nature .page-title-container {
  background-color: #88bd23;
}

body.section-nature a {
  color: #88bd23;
}

.article.section-nature a {
  color: #88bd23;
}

.article.section-nature input[type="text"]:focus,
.article.section-nature input[type="password"]:focus,
.article.section-nature input[type="search"]:focus,
.article.section-nature input[type="email"]:focus,
.article.section-nature input[type="number"]:focus,
.article.section-nature input[type="tel"]:focus,
.article.section-nature input[type="url"]:focus,
.article.section-nature input[type="date"]:focus,
.article.section-nature input[type="file"]:focus,
.article.section-nature textarea:focus,
.article.section-nature .wpcf7-form .wpcf7-captchac,
.article.section-nature .btn-o,
.article.section-nature .button-o,
.article.section-nature input.outline[type="submit"] {
  border-color: #88bd23;
}

.article.section-nature .btn,
.article.section-nature .button,
.article.section-nature input[type="submit"] {
  background-color: #88bd23;
  color: #fff;
}

.article.section-nature input[type="checkbox"]:checked + .wpcf7-list-item-label,
.article.section-nature input[type="radio"]:checked + .wpcf7-list-item-label {
  color: #88bd23;
}

 /* Genuss */
body.section-pleasure .page-title-container {
  background-color: #f9bd07;
}

body.section-pleasure a {
  color: #f9bd07;
}

.article.section-pleasure a {
  color: #f9bd07;
}

.article.section-pleasure input[type="text"]:focus,
.article.section-pleasure input[type="password"]:focus,
.article.section-pleasure input[type="search"]:focus,
.article.section-pleasure input[type="email"]:focus,
.article.section-pleasure input[type="number"]:focus,
.article.section-pleasure input[type="tel"]:focus,
.article.section-pleasure input[type="url"]:focus,
.article.section-pleasure input[type="date"]:focus,
.article.section-pleasure input[type="file"]:focus,
.article.section-pleasure textarea:focus,
.article.section-pleasure .wpcf7-form .wpcf7-captchac,
.article.section-pleasure .btn-o,
.article.section-pleasure .button-o,
.article.section-pleasure input.outline[type="submit"] {
  border-color: #f9bd07;
}

.article.section-pleasure .btn,
.article.section-pleasure .button,
.article.section-pleasure input[type="submit"] {
  background-color: #f9bd07;
  color: #fff;
}

.article.section-pleasure input[type="checkbox"]:checked + .wpcf7-list-item-label,
.article.section-pleasure input[type="radio"]:checked + .wpcf7-list-item-label {
  color: #f9bd07;
}

 /* Verkauf */
body.section-sale .page-title-container {
  background-color: #0172b6;
}

body.section-sale a {
  color: #0172b6;
}

.article.section-sale a {
  color: #0172b6;
}

.article.section-sale input[type="text"]:focus,
.article.section-sale input[type="password"]:focus,
.article.section-sale input[type="search"]:focus,
.article.section-sale input[type="email"]:focus,
.article.section-sale input[type="number"]:focus,
.article.section-sale input[type="tel"]:focus,
.article.section-sale input[type="url"]:focus,
.article.section-sale input[type="date"]:focus,
.article.section-sale input[type="file"]:focus,
.article.section-sale textarea:focus,
.article.section-sale .wpcf7-form .wpcf7-captchac,
.article.section-sale .btn-o,
.article.section-sale .button-o,
.article.section-sale input.outline[type="submit"] {
  border-color: #0172b6;
}

.article.section-sale .btn,
.article.section-sale .button,
.article.section-sale input[type="submit"] {
  background-color: #0172b6;
  color: #fff;
}

.article.section-pleasure input[type="checkbox"]:checked + .wpcf7-list-item-label,
.article.section-pleasure input[type="radio"]:checked + .wpcf7-list-item-label {
  color: #0172b6;
}
