/*!
 * max.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 {
  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%;
  width: auto;
}

.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.no-sidebar-secondary .sidebar-area {
  clear: none;
  float: left;
}

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

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

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

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

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

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

/* latest-news */
.widget.latest-news .widget-title {
  margin-left: 40%;
}

.widget.latest-news .widget-more {
  margin-left: 40%;
}

/* latest-events */
.widget.latest-events .widget-title {
  margin-left: 40%;
}

.widget.latest-events .widget-more {
  margin-left: 40%;
}

/* contest-deadline */
.widget.contest-deadline .max-width {
  background: url(img/logo-contest.png) no-repeat 1.375em 1.375em;
  background-size: 120px 118px;
}

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

/* archive */
.sidebar-secondary .page-title {
  margin-left: 52%;
}

.sidebar-secondary .post-type-post.post-view-teaser {
  margin-left: 52%;
}

/* search */
.search #content > * {
  margin-left: 40%;
}

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

/* post-type-page */
.page-template-default .post-type-page.post-view-full,
.front .post-type-page.post-view-full {
  position: relative;
  margin-left: 40%;
}

.page-template-default .post-type-page.post-view-full .field-thumbnail,
.front .post-type-page.post-view-full .field-thumbnail {
  width: 66.666%;
  left: -66.666%;
  padding-right: 90px;
}

/* post-type-post */
.post-type-post.post-view-full,
.post-type-post.post-view-teaser {
  position: relative;
  margin-left: 40%;
}

.post-type-post.post-view-full .field-thumbnail {
  width: 66.666%;
  left: -66.666%;
  padding-right: 90px;
}

.post-type-post.post-view-teaser .field-thumbnail {
  padding-right: 90px;
}
  .sidebar-secondary .post-type-post.post-view-teaser .field-thumbnail {
    width: 54%;
    left: -54%;
  }
  
/* post-view-none */
.post-view-none {
  margin-left: 40%;
}
  .sidebar-secondary .post-view-none {
    margin-left: 52%;
  }

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



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



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

/* main-menu */
.main-menu-container {
	width: 60%;
}

#main-menu .menu-item-depth-0 {
	margin: 0 8% 0 0;
}

/* ######################################## *\
    SUCHFORMULAR
\* ######################################## */
  
#search {
  width: 60%;
}

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

/* archive */
.sidebar-secondary #pagination.archive.paged {
  margin-left: 52%;
}

/* single */
#pagination.single.title {
  margin-left: 40%;
}

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



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

/* login */
#login {
  margin-left: 40%;
}
   
/* ######################################## *\
    WORDPRESS CORE
\* ######################################## */
   


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


