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

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

html {}

body {}

.title-subline .title {
	font-size: 6.5rem;
}

.title-subline .subline {
	font-size: 3rem;
}

.is-sticky > .sticky-section {
	display: block;
}

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

/* page-wrapper */
#wrapper {}

/* header */
.header-container {}

#header {
	display: flex;
	padding-top: 2.0625em;
	padding-bottom: 1.71875em;
	align-items: flex-end;
}

#branding {
	margin-right: 2.0625em;
	flex: 0 0 260px;
}

#logo {
	padding: 0;
}

/* main */
.main-container {
	overflow: hidden;
}

#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
\* ######################################## */



/* ######################################## *\
		LAYOUTS / BLÖCKE
\* ######################################## */



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

.post-type-post.post-view-featured .wrapper,
.post-type-video.post-view-featured .wrapper,
.post-type-activity.post-view-featured .wrapper {
	transition: all 0.3s ease;
}
	.post-type-post.post-view-featured:hover .wrapper,
	.post-type-video.post-view-featured:hover .wrapper,
	.post-type-activity.post-view-featured:hover .wrapper {
		padding-top: 2.75em;
		padding-bottom: 5.5em;
	}

.post-type-post.post-view-featured .field-excerpt .more.hover,
.post-type-video.post-view-featured .field-excerpt .more.hover,
.post-type-activity.post-view-featured .field-excerpt .more.hover {
	pointer-events: auto;
	transition: all 0.3s ease;
}	
	.post-type-post.post-view-featured:hover .field-excerpt .more.hover,
	.post-type-video.post-view-featured:hover .field-excerpt .more.hover,
	.post-type-activity.post-view-featured:hover .field-excerpt .more.hover {
		opacity: 1;
	}

/* post-type-post */
.post-type-post.post-view-featured .wrapper {
	padding: 4.125em 2.75em 4.125em 5.5em;
	position: relative;
}

.post-type-post.post-view-featured .field-featured {
	margin-bottom: 0;
	position: absolute;
	left: 0;
	top: 4.125rem;
	transform: translateX(-50%);
}

.post-type-post.post-view-featured .featured {
	width: 82px;
	height: 82px;
	line-height: 80px;
	text-align: center;
	border-radius: 9999px;
}

/* post-type-researcher */
.post-type-researcher.post-view-full .info {
	padding: 0 2.75em 2.75em 0;
	flex: 0 0 35%;
}

.post-type-researcher.post-view-full .contact {
	padding: 0 2.75em 2.75em;
	flex: 0 0 35%;
}

.post-type-researcher.post-view-full .profile {
	padding: 0 0 2.75em 2.75em;
	flex: 0 0 30%;
}

.post-type-researcher.post-view-teaser .wrapper {
	flex: 1;
	margin-left: 20px;
}

/* post-type-alumni */
.post-type-alumni.post-view-full .info {
	padding: 0 2.75em 2.75em 0;
	flex: 0 0 50%;
}

.post-type-alumni.post-view-full .profile {
	padding: 0 0 2.75em 2.75em;
	flex: 0 0 50%;
}

.post-type-alumni.post-view-teaser .wrapper {
	flex: 1;
	margin-left: 20px;
}

/* post-type-video */
.post-type-video.post-view-featured .wrapper {
	padding: 4.125em 2.75em 4.125em 5.5em;
	position: relative;
}

.post-type-video.post-view-featured .field-featured {
	margin-bottom: 0;
	position: absolute;
	left: 0;
	top: 4.125rem;
	transform: translateX(-50%);
}

.post-type-video.post-view-featured .featured {
	width: 82px;
	height: 82px;
	line-height: 80px;
	text-align: center;
	border-radius: 9999px;
}

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



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



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

/* main-menu */
#main-menu .menu-item-depth-0 {
	height: 60px;
}
	.is-sticky #main-menu .menu-item-depth-0 {
		height: 48px;
	}
	
#main-menu .sub-menu-container {
	top: 132px;
	padding-top: 5.5em;
	padding-bottom: 5.5em;
}
	.is-sticky #main-menu .sub-menu-container {
		top: 70px;
	}
	#main-menu .sub-menu-container:before {
		content: '';
		width: 200vw;
		height: 100%;
		position: absolute;
		left: -50%;
		top: 0;
		z-index: -1;
		background: rgba(51,51,51, 1);
	}
	#main-menu .sub-menu-container:after {
		top: -28px;
	}
		.is-sticky #main-menu .sub-menu-container:after {
			top: -12px;
		}
		
#main-menu .menu-title-depth-1 {
	flex: 0 0 33.333%;
	padding-right: 0.6875em;
	font-size: 3rem;
	margin-bottom: 0;
}

#main-menu .menu-item-has-depth-2 .menu-depth-1 {
	flex: 0 0 66.666%;
}

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



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



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


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


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


