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

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

html {}

body {}

h1, .page-title {
  font-size: 28px;
}

h2, .headline {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {}

h5 {
  font-weight: normal;
}

h6 {
  font-size: 14px;
}

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

/* page-wrapper */
#wrapper {}

/* header */
.header-container {}

#header {}

#branding {
  float: left;
}

#logo {}

/* main */
.main-container {}

#main {}

.content-container {}

#content {}

/* footer */
.footer-container {}

#footer {}

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

/* no sidebar */
.no-sidebar #content {
  width: 100%;
}

/* sidebars */
.sidebar-primary.sidebar-secondary .content-container,
.sidebar-primary.sidebar-secondary .sidebar-area {
  clear: none;
  float: left;
}

.sidebar-primary.sidebar-secondary #content {
  margin-left: 25%;
  margin-right: 25%;
}

.sidebar-primary.sidebar-secondary #primary {
  margin-left: -100%;
  width: 25%;
}

.sidebar-primary.sidebar-secondary #secondary {
  margin-left: -25%;
  width: 25%;
}

/* primary */
.sidebar-primary.no-sidebar-secondary .content-container,
.sidebar-primary.sidebar-secondary .sidebar-area {
  clear: none;
  float: left;
}

.sidebar-primary.no-sidebar-secondary #content {
  margin-left: 33.333%;
  margin-right: 0%;
}

.sidebar-primary.no-sidebar-secondary #primary {
  margin-left: -100%;
  width: 33.333%;
}

/* secondary */
.blog.no-sidebar .content-container,
.sidebar-secondary.no-sidebar-primary .content-container,
.sidebar-primary.sidebar-secondary .sidebar-area {
  clear: none;
  float: left;  
}

.blog.no-sidebar #content,
.sidebar-secondary.no-sidebar-primary #content {
  margin-left: 0%;
  margin-right: 33.333%;
  width: auto;
}

.sidebar-secondary.no-sidebar-primary #secondary {
  margin-left: -33.333%;
  width: 33.333%;
}

/* widget-area-how, widget-area-why, widget-area-what, widget-area-who, widget-area-front */
.widget-area-how-container,
.widget-area-why-container,
.widget-area-what-container,
.widget-area-who-container,
.widget-area-front-container {
  padding-top: 40px;
}

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

/* intro */
.widget.intro .widget-title {
  font-size: 34px !important;
}

/* how */
.widget.how {
  padding-left: 40px;
  padding-right: 0;
}
  .widget.how-1,
  .widget.how-3 {
    padding-left: 0;
    padding-right: 40px;
  }
  
.widget.how .widget-title {
  font-size: 28px;
}

/* why */
.widget.why-1,
.widget.why-2,
.widget.why-3,
.widget.why-4,
.widget.why-5 {
  float: left;
  width: 20%;
  padding-left: 25px;
  padding-right: 25px;
  clear: none;
  margin-bottom: 2.750em
}
  
.widget.why .widget-title {
  font-size: 28px;
}

/* widget_geniessenschaft_news */
.front .widget_geniessenschaft_news {
  padding-right: 40px;
}

.widget_geniessenschaft_news .widget-title {
  font-size: 34px !important;
}

/* widget_geniessenschaft_events */
.widget_geniessenschaft_events {
  padding-left: 40px;
}

.widget_geniessenschaft_events .widget-title {
  font-size: 34px !important;
}

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



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

.article.post-view-featured .field-slider-pitch {
  bottom: 60px;
}

.article.post-view-featured .field-slider-pitch .pitch-line {
  font-size: 38px;
}

/* erzeuger & projekt & genussstation */
.article.post-type-projekt.post-view-teaser:after,
.article.post-type-erzeuger.post-view-teaser:after,
.article.post-type-genussstation.post-view-teaser:after {
	right: 40px;
}

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



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



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

/* main-menu */
.main-menu-container {
	float: right;
	margin: 30px 0 0;
	clear: none;
}

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



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



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



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

/* vr-gmap-list */
#vr-gmap-list {
  margin-right: -80px;
}
   
/* ######################################## *\
    WORDPRESS CORE
\* ######################################## */
   
   

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


