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

/* ######################################## *\
    HTML
\* ######################################## */

html {}

body {}

/* ######################################## *\
    STRUKTUR / LAYOUT
\* ######################################## */

/* page-wrapper */
#wrapper {}

/* header */
.header-container {}

#header {}

#branding {}

#logo {}

/* main */
.main-container {}

#main {}

.content-container {}

#content {}

/* footer */
.footer-container {}

#footer {}

/* ######################################## *\
    SIDEBARS / WIDGET-AREAS
\* ######################################## */



/* ######################################## *\
    WIDGETS
\* ######################################## */

.widget.why {
	border-bottom: 1px dashed #d2d2d2 !important;
	margin: 0.6875em 0 0;
	text-align: left;
}

.widget.why .widget-title {
	line-height: 44px;
}

.widget.why img {
	float: left;
	width: 44px;
	margin-right: 1.375em;
}


/* ######################################## *\
    SEITEN: PAGES / POST TYPE ARCHIVES
\* ######################################## */

.article.post-view-featured .field-slider-pitch {
  padding-top: 15px;
}

.article.post-view-featured .field-slider-pitch .max-width {
  padding-right: 25px
}

.article.post-view-featured .field-slider-pitch p {
  margin: 0 0 6px;
}

.article.post-view-featured .field-slider-pitch .pitch-line {
  background-color: #88bd23;
  box-decoration-break: clone;
  box-shadow: 10px 0 0 0 #88bd23, -10px 0 0 0 #88bd23;
  padding: 4px 0 2px;
  color: #fff;
  font-size: 20px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  position: relative;
  left: 10px;
}
  .article.post-view-featured.section-default .field-slider-pitch .pitch-line {
    background-color: #076633;
    box-shadow: 10px 0 0 0 #076633, -10px 0 0 0 #076633;
  }
  .article.post-view-featured.section-nature .field-slider-pitch .pitch-line {
    background-color: #88bd23;
    box-shadow: 10px 0 0 0 #88bd23, -10px 0 0 0 #88bd23;
  }
  .article.post-view-featured.section-pleasure .field-slider-pitch .pitch-line {
    background-color: #f9bd07;
    box-shadow: 10px 0 0 0 #f9bd07, -10px 0 0 0 #f9bd07;
  }
  .article.post-view-featured.section-sale .field-slider-pitch .pitch-line {
    background-color: #0172b6;
    box-shadow: 10px 0 0 0 #0172b6, -10px 0 0 0 #0172b6;
  }

/* ######################################## *\
    INHALTE: POSTS / PAGES / CPTs
\* ######################################## */



/* ######################################## *\
    FELDER
\* ######################################## */



/* ######################################## *\
    ELEMENTE
\* ######################################## */

/* contactform 7 */
.wpcf7-form .ajax-loader {
  display: none;
}

/* ######################################## *\
    MENÜS
\* ######################################## */

/* main-menu */
.nav-button {
	top: 16px;
	right: 5px;
}

.main-menu-container {
	width: auto;
	position: static;
	margin: 0 -15px;
	box-shadow: none;
}

.main-menu-container .menu-depth-0 {
  margin-top: -1.375em;
}

#main-menu .menu-link-depth-0 {
	padding-right: 15px;
	padding-left: 15px;
}

#main-menu .menu-link-depth-1 {
	padding-right: 15px;
	padding-left: 25px;
}

/* ######################################## *\
    SUCHFORMULAR
\* ######################################## */



/* ######################################## *\
    SEITENNUMMERIERUNG / BREADCRUMBS
\* ######################################## */



/* ######################################## *\
    KOMMENTARE
\* ######################################## */



/* ######################################## *\
    MISC / CONTRIB
\* ######################################## */


   
/* ######################################## *\
    WORDPRESS CORE
\* ######################################## */
      
.alignright,
.alignleft,
.aligncenter,
a img.alignright,
a img.alignleft,
a img.aligncenter {
  float: none;
  display: block;
  margin: 5px auto 5px auto;
}

.wp-caption.alignright,
.wp-caption.alignleft {
  margin: 5px auto 20px auto;
}

html.js {
	margin-top:	0 !important;
}

#wpadminbar {
	display: none;
}

/* ######################################## *\
    KEIN JAVASCRIPT
\* ######################################## */


