/*!
 * max.css
 *
 * @link https://www.vektorrausch.de
 * @author vektorrausch GmbH <sippel@vektorrausch.de>
 *
 * @package WordPress
 * @subpackage cleantheme
 */

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

html {}

body {}

h1, .page-title {
	font-size: 3.25rem;
}

h2, .headline {
	font-size: 3.25rem;
}

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

/* page-wrapper */
#wrapper {}

/* header */
.header-container {}

#header {}

#branding {}

#logo {}

.navigation {}

/* 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: calc((100% + 40px) / 4);
	margin-right: calc((100% + 40px) / 4);
	width: auto;
}

.sidebar-primary.sidebar-secondary #primary {
	margin-left: -100%;
	width: calc((100% + 40px) / 4);
}

.sidebar-primary.sidebar-secondary #secondary {
	margin-left: calc((-100% - 40px) / 4);
	width: calc((100% + 40px) / 4);
}

/* 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: calc((100% + 40px) / 3);
	margin-right: 0%;
	width: auto;
}

.sidebar-primary.no-sidebar-secondary #primary {
	margin-left: -100%;
	width: calc((100% + 40px) / 3);
}

/* 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: calc((100% + 40px) / 3);
	width: auto;
}

.sidebar-secondary.no-sidebar-primary #secondary {
	margin-left: calc((-100% - 40px) / 3);
	width: calc((100% + 40px) / 3);
}

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

/* personal */
.personal.widget .widget-title {
	font-size: 3.5rem;
}


/* ######################################## *\
		LAYOUTS
\* ######################################## */

/* layout-tables */
.layout-tables .background {
	width: 50%;
}

.layout-tables:after {
	content: '';
	display: block;
	width: 320px;
	height: 100%;
	background: rgba(255,255,255, 1);
	position: absolute;
	z-index: 1;
	top: 0;
	right: 50%;
}


/* ######################################## *\
		INHALTE
\* ######################################## */



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



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



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

.main-menu-container {
    margin: 0 0 4px;
}

#main-menu {
    font-size: 1.25rem;
}

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



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



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



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



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


