/*!
 * 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 {}

#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: 10%;
  margin-right: 20%;
  width: auto;
}

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

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

/* 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: 33.333%;
  margin-right: 0%;
  width: auto;
}

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

/* 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: 33.333%;
  width: auto;
}

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

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



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



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

/* post-type-post */
.post-type-post.post-view-image .bg-image {
	padding-top: 50% !important;
}
	.post-type-post.post-view-image.category-story .bg-image,
	.post-type-post.post-view-image.category-werksspionage .bg-image {
		position: relative;
		overflow: hidden;
		padding-top: 56.25% !important;
	}

.post-type-post.post-view-image.category-story .content-wrapper,
.post-type-post.post-view-image.category-werksspionage .content-wrapper {
	position: absolute;
	z-index: 1;
	bottom: 25%;
	left: 5.5em;
}

.post-type-post.post-view-image.category-story .page-title,
.post-type-post.post-view-image.category-werksspionage .page-title {
	font-size: 10rem;
	transform: rotate(-5deg);
	line-height: 1;
	color: rgba(255,255,255, 1);
	text-shadow: 1px 1px 50px rgba(0,0,0, .25), 1px 1px 0 rgba(0,0,0, .25);
}


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



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



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

/* main-menu */
.main-menu-container {}

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

#search {
  right: 107px;
}

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

/* single */
#pagination.single.prev-next .page-overview i {
	padding-top: 0;
}


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



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


   
/* ######################################## *\
    WORDPRESS CORE
\* ######################################## */
   


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


