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

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

html {
	font-size: 16px;
}

body {}

a {
	text-decoration: none;
}
	a:hover, a:active, a:focus {
		text-decoration: underline;
	}
	a.no-link {
		text-decoration: none !important;
	}
	
.title-subline .title {
	font-size: 4.5rem;
}

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

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

/* page-wrapper */
#wrapper {}

/* header */
.header-container {}

#header {
	position: relative;
	padding-top: 1.375em;
	padding-bottom: 1.375em;
}
	.is-sticky #header {
		padding-top: 0.6875em;
		padding-bottom: 0.6875em;
	}

#branding {
	width: 260px;
}

#logo {
	padding: 0 0 1.375em;
	width: 100%;
}
	.is-sticky #logo {
		width: 164px;
	}

/* intro */
.intro-container {
	padding-top: 2.75em;
	padding-bottom: 2.75em;
}

.intro-container #breadcrumb {
	margin-bottom: 2.75em;
}

.intro-container #breadcrumb a:hover,
.intro-container.light #breadcrumb a:hover {
	color: rgba(240,184,102, 1);
}

.intro-container .field-caption {
	padding-left: 2.75em;
}

/* main */
.main-container {
	margin-top: 5.5em;
	margin-bottom: 5.5em;
}

#main {}

.content-container {}

#content {}

#project-group,
#researcher,
#alumni-crc,
#publication,
#crosssell,
#media {
	margin-top: 5.5em;
	margin-bottom: 5.5em;
}

.intro-container.intro-container--intro-slider-alumni {
	padding-top: 0;
	padding-bottom: 2.75em !important;
}

#intro-slider-alumni {
	padding-top: 60px;
}

#intro-slider-alumni .prevnext .prev {
	right: 85px;
}
#intro-slider-alumni .prevnext .next {
	right: 40px;
}
	#intro-slider-alumni .prevnext .prev:hover,
	#intro-slider-alumni .prevnext .next:hover {
		background: rgba(74,144,226, 1);
	}

@media (min-width: 1440px) {
#intro-slider-alumni {
	padding-top: 0;
}

	#intro-slider-alumni .prevnext .prev {
		top: 33.333%;
		right: auto;
		left: -20px;
	}
	#intro-slider-alumni .prevnext .next {
		top: 33.333%;
		right: -20px;
	}
}

/* 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);
}

/* widget-area-sponsor */
#widget-area-sponsor .widget {
	margin-left: 2.75em;
	flex-basis: calc(25% - 2.75em * (3 / 4));
}
	#widget-area-sponsor .widget:nth-child(3n+1) {
		margin-left: 2.75em;
	}
	#widget-area-sponsor .widget:nth-child(4n+1) {
		margin-left: 0;
	}

/* widget-area-partner */
#widget-area-partner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#widget-area-partner .widget {
	margin-left: 2.75em;
	flex-basis: calc(20% - 2.75em *(4 / 5));
}
	#widget-area-partner .widget:nth-child(3n+1) {
		margin-left: 2.75em;
	}
	#widget-area-partner .widget:nth-child(5n+1) {
		margin-left: 0;
	}

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



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

/* list */
@media only screen and (min-width: 920px) and (max-width: 1139px) {
	.list-grid.list-2-large .list-item {
		padding-top: 0;
		margin-top: 0;
		border-top: 1px solid rgba(0,0,0, 0.12);
		border-right: 1px solid rgba(0,0,0, 0.12);
	}
		.list-grid.list-2-large .list-item:nth-child(1),
		.list-grid.list-2-large .list-item:nth-child(2) {
			border-top: 0;
		}
		.list-grid.list-2-large .list-item:nth-child(2n),
		.list-grid.list-2-large .list-item:last-child {
			border-right: 0;
		}
		
	.list-grid.list-3-large .list-item {
		padding-top: 0;
		margin-top: 0;
		border-top: 1px solid rgba(0,0,0, 0.12);
		border-right: 1px solid rgba(0,0,0, 0.12);
	}
		.list-grid.list-3-large .list-item:nth-child(1),
		.list-grid.list-3-large .list-item:nth-child(2),
		.list-grid.list-3-large .list-item:nth-child(3) {
			border-top: 0;
		}
		.list-grid.list-3-large .list-item:nth-child(3n),
		.list-grid.list-3-large .list-item:last-child {
			border-right: 0;
		}
}

@media only screen and (min-width: 1140px) {
	.list-grid.list-2-max .list-item {
		padding-top: 0;
		margin-top: 0;
		border-top: 1px solid rgba(0,0,0, 0.12);
		border-right: 1px solid rgba(0,0,0, 0.12);
	}
		.list-grid.list-2-max .list-item:nth-child(1),
		.list-grid.list-2-max .list-item:nth-child(2) {
			border-top: 0;
		}
		.list-grid.list-2-max .list-item:nth-child(2n),
		.list-grid.list-2-max .list-item:last-child {
			border-right: 0;
		}
		
	.list-grid.list-3-max .list-item {
		padding-top: 0;
		margin-top: 0;
		border-top: 1px solid rgba(0,0,0, 0.12);
		border-right: 1px solid rgba(0,0,0, 0.12);
	}
		.list-grid.list-3-max .list-item:nth-child(1),
		.list-grid.list-3-max .list-item:nth-child(2),
		.list-grid.list-3-max .list-item:nth-child(3) {
			border-top: 0;
		}
		.list-grid.list-3-max .list-item:nth-child(3n),
		.list-grid.list-3-max .list-item:last-child {
			border-right: 0;
		}	
}
	
.list-grid .post {
	padding: 2.0625em 2.0625em 2.0625em 2.75em;
}

/* wp-block-separator */
.wp-block-separator {
	margin-top: 2.75em;
	margin-bottom: 2.75em;
}
	.wp-block-separator.is-style-wide {
		margin-top: 5.5em;
		margin-bottom: 5.5em;
	}

/* wp-block-insights */
.wp-block-insights {
	margin-top: 5.5em;
	margin-bottom: 5.5em;
}

/* wp-block-slider */
.wp-block-slider {
	margin-bottom: 5.5em;
}

.wp-block-slider .dot:hover .title {
	color: rgba(255,255,255, 1);
}

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

.post-type-post.post-view-teaser,
.post-type-video.post-view-teaser,
.post-type-activity.post-view-teaser {
	overflow: hidden;
}

.post-type-post.post-view-teaser .field-thumbnail,
.post-type-video.post-view-teaser .field-thumbnail,
.post-type-activity.post-view-teaser .field-thumbnail,
.post-type-post.post-view-featured .field-thumbnail,
.post-type-video.post-view-featured .field-thumbnail,
.post-type-activity.post-view-featured .field-thumbnail {
	overflow: hidden;
}

.post-type-post.post-view-teaser .bg-image,
.post-type-video.post-view-teaser .bg-image,
.post-type-activity.post-view-teaser .bg-image,
.post-type-post.post-view-featured .bg-image,
.post-type-video.post-view-featured .bg-image,
.post-type-activity.post-view-featured .bg-image {
	transition: all 0.3s ease;
}
	.post-type-post.post-view-teaser:hover .bg-image,
	.post-type-video.post-view-teaser:hover .bg-image,
	.post-type-activity.post-view-teaser:hover .bg-image {
		transform: scale(1.5) translateY(15%);
	}
	.post-type-post.post-view-featured:hover .bg-image,
	.post-type-video.post-view-featured:hover .bg-image,
	.post-type-activity.post-view-featured:hover .bg-image {
		transform: scale(1.5);
	}

.post-type-post.post-view-teaser .wrapper,
.post-type-video.post-view-teaser .wrapper,
.post-type-activity.post-view-teaser .wrapper {
	transition: all 0.3s ease;
	background: rgba(255,255,255, 1);
}
	.post-type-post.post-view-teaser:hover .wrapper,
	.post-type-video.post-view-teaser:hover .wrapper,
	.post-type-activity.post-view-teaser:hover .wrapper {
		transform: translateY(-75px);
	}

.post-type-post.post-view-teaser .field-excerpt .more.hover,
.post-type-video.post-view-teaser .field-excerpt .more.hover,
.post-type-activity.post-view-teaser .field-excerpt .more.hover {
	pointer-events: auto;
	transition: all 0.3s ease;
}	
	.post-type-post.post-view-teaser:hover .field-excerpt .more.hover,
	.post-type-video.post-view-teaser:hover .field-excerpt .more.hover,
	.post-type-activity.post-view-teaser:hover .field-excerpt .more.hover {
		opacity: 1;
	}
	
.post-type-video.post-view-teaser .field-thumbnail .play {
	transition: all 0.3s ease;
}
	.post-type-video.post-view-teaser:hover .field-thumbnail .play {
		top: 32%;
	}

/* post-type-post */
.single-post .additional-container {
	padding-bottom: 5.5em;
}

.single-post .additional-container > h2 {
	margin-bottom: -1.375em;
}

.single-post .additional-container .media:hover .field-thumbnail:before {
	font-weight: 900;
}

.single-post .additional-container .media .field-permalink {
	position: relative;
	transition: all 0.3s ease;
}
	.single-post .additional-container .media:hover .field-permalink {
		padding-left: 1.375em;
	}
	.single-post .additional-container .media .field-permalink:before {
		content: '\f178';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 400;
		color: rgba(74,144,226, 1);
		position: absolute;
		left: -1.375em;
		top: 0;
		z-index: 1;
		font-size: 1rem;
		opacity: 0;
		transition: all 0.3s ease;
	}
		.single-post .additional-container .media:hover .field-permalink:before {
			opacity: 1;
			left: 0;
		}

.post-type-post.post-view-full {
	padding-bottom: 5.5em;
}

/* post-type-researcher */
.post-type-researcher.post-view-full {
	flex-wrap: nowrap;
}

.post-type-researcher.post-view-full .info {
	padding: 0 1.375em 2.75em 0;
	flex: 0 0 40%;
	order: 1;
}

.post-type-researcher.post-view-full .contact {
	padding: 0 1.375em 2.75em;
	flex: 0 0 40%;
	order: 2;
}

.post-type-researcher.post-view-full .profile {
	padding: 0 0 2.75em 1.375em;
	flex: 0 0 20%;
	order: 3;
	border-bottom: 0;
	margin-bottom: 0;
}

.post-type-researcher.post-view-full .profile .field-thumbnail {
	width: 100%;
}

.post-type-researcher.post-view-teaser .title {
	position: relative;
	padding-right: 1.375em;
}

.post-type-researcher.post-view-teaser .title:after {
	content: '\f178';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	color: rgba(74,144,226, 1);
	position: absolute;
	right: 1.375em;
	top: 0.171875em;
	z-index: 1;
	font-size: 1rem;
	opacity: 0;
	transition: all 0.3s ease;
}
	.post-type-researcher.post-view-teaser:hover .title:after {
		opacity: 1;
		right: 0;
	}
	
/* post-type-alumni */
.single-alumni .intro-container--intro {
	padding-bottom: 2.75em !important;
}

.post-type-alumni.post-view-full .info {
	padding: 0 1.375em 2.75em 0;
	flex: 0 0 60%;
	order: 1;
	border-right: 1px solid rgba(0,0,0, 0.12);
}

.post-type-alumni.post-view-full .profile {
	padding: 0 0 2.75em 1.375em;
	flex: 0 0 40%;
	order: 3;
	border-bottom: 0;
	margin-bottom: 0;
}

.post-type-alumni.post-view-full .profile .field-thumbnail {
	width: 100%;
}

.post-type-alumni.post-view-teaser .title {
	position: relative;
	padding-right: 1.375em;
}

.post-type-alumni.post-view-teaser .title:after {
	content: '\f178';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	color: rgba(74,144,226, 1);
	position: absolute;
	right: 1.375em;
	top: 0.171875em;
	z-index: 1;
	font-size: 1rem;
	opacity: 0;
	transition: all 0.3s ease;
}
	.post-type-alumni.post-view-teaser:hover .title:after {
		opacity: 1;
		right: 0;
	}

/* post-type-video */
.post-type-video.post-view-full {
	padding-bottom: 5.5em;
}

/* post-type-activity */
.post-type-activity.post-view-full {
	padding-bottom: 5.5em;
}

.post-type-activity.post-view-full .who-when-where {
	margin: 5.5em 0;
}
	
.post-type-activity.post-view-full .who-when-where .field {
	padding-left: 2.0625em;
}
	.post-type-activity.post-view-full .who-when-where .field:first-child {
		padding-left: 0;
	}
	

.post-type-activity.post-view-shedule {
	padding: 0 1.375em 0 2.75em;
}
	.post-type-activity.post-view-shedule:first-child {
		padding-top: 2.0625em;
	}
	.post-type-activity.post-view-shedule:last-child {
		padding-bottom: 2.0625em;
	}
	.post-type-archive-activity .post-type-activity.post-view-shedule {
		padding: 0;
	}

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



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

/* formulare */
.btn, .button, input[type="submit"], .wp-block-button__link, .vfb-submit {
	-moz-transition: all ease 0.3s;	
	-webkit-transition: all ease 0.3s;	
	transition: all ease 0.3s;
}

.btn:hover, .btn:focus, 
.button:hover, .button:focus,
input[type="submit"]:hover, input[type="submit"]:focus,
.wp-block-button__link:hover, .wp-block-button__link:focus,
.vfb-submit:hover, .vfb-submit:focus {
	background: rgba(0,0,0, 1);
	text-decoration: none;
}
	.btn-o:hover, .btn-o:focus, 
	.button-o:hover, .button-o:focus {
		background: rgba(238,238,238, 1);
	}

/* guide */
#guide a {
	opacity: 1;
	-moz-transition: opacity ease 0.3s;	
	-webkit-transition: opacity ease 0.3s;	
	transition: opacity ease 0.3s;
}
	#guide a[href]:hover {
		text-decoration: none;
		opacity: 0.75;
	}

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

/* main-menu */
.navigation {
	display: block !important;
}

#main-menu {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}

#main-menu .menu-item-depth-0 {
	border-left: 1px solid rgba(255,255,255, 0.2);
	height: 50px;
	display: flex;
	align-items: flex-end;
}
	#main-menu .menu-item-depth-0:first-child {
		border-left: 0;
	}

#main-menu .menu-link-depth-0 {
	padding: 0 0.6875em 0;
	display: block;
	text-align: center;
	color: rgba(255,255,255, 0.5);
	line-height: 1;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
	#main-menu .menu-item-depth-0:hover .menu-link-depth-0,
	#main-menu .menu-item-depth-0:focus .menu-link-depth-0,
	#main-menu .menu-item-depth-0:active .menu-link-depth-0 {
		color: rgba(255,255,255, 1);
		text-decoration: none;
	}
	#main-menu .menu-item-depth-0.current-menu-item .menu-link-depth-0,
	#main-menu .menu-item-depth-0.current-menu-ancestor .menu-link-depth-0 {
		color: rgba(255,255,255, 1);
		text-decoration: none;
	}

#main-menu .menu-link-depth-0 .menu-link-title {
	display: inline-block;
	padding-bottom: 0.6875em;
	border-bottom: 2px solid rgba(240,184,102, 0);
}
	#main-menu .menu-item-depth-0.current-menu-item .menu-link-depth-0 .menu-link-title,
	#main-menu .menu-item-depth-0.current-menu-ancestor .menu-link-depth-0 .menu-link-title {
		border-bottom-color: rgba(240,184,102, 1);
	}
	.is-sticky #main-menu .menu-link-depth-0 .menu-link-title {
		padding-bottom: 0.34375em;
	}

#main-menu .sub-menu-container {
	position: absolute;
	z-index: 25;
	top: 188px;
	left: 0;
	background: rgba(51,51,51, 1);
	width: 100%;
	margin: 0;
	display: none;
	flex-wrap: wrap;
	padding: 2.75em 40px;
}
	.is-sticky #main-menu .sub-menu-container {
		top: 139px;
	}
	#main-menu .menu-item-depth-0:hover .sub-menu-container {
		display: flex;
	}
	#main-menu .sub-menu-container:after {
		content: '';
		background: none;
		position: absolute;
		width: 100%;
		height: 36px;
		top: -24px;
		left: 0;
		opacity: 0;
		z-index: 1;
	}
		.is-sticky #main-menu .sub-menu-container:after {
			top: -12px;
		}

#main-menu .menu-depth-1 {
	display: none;
}
	#main-menu .sub-menu-container .menu-depth-1 {
		display: block;
	}

#main-menu .menu-title-depth-1 {
	text-transform: uppercase;
	color: rgba(255,255,255, 1);
	font-size: 2rem;
	flex: 0 0 100%;
	line-height: 1;
	position: relative;
	margin-bottom: 0.6875em;
}
	#main-menu .menu-title-depth-1:hover {
		color: rgba(74,144,226, 1);
		text-decoration: none;
	}
	#main-menu .menu-title-depth-1:after {
		content: '\f178';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		font-size: 1.25rem;
		display: block;
		color: rgba(74,144,226, 1);
		margin-top: 1.375em;
		text-decoration: none;
	}

#main-menu .sub-menu .menu-item .menu-link {
	display: block;
}
	#main-menu .sub-menu .menu-item .menu-link:hover {
		color: rgba(74,144,226, 1);
		text-decoration: none;
	}
	#main-menu .sub-menu .menu-item.current-menu-item > .menu-link,
	#main-menu .sub-menu .menu-item.current-menu-ancestor > .menu-link {
		color: rgba(240,184,102, 1);
		text-decoration: none;
	}

#main-menu .menu-item-has-depth-2 .menu-depth-1 {
	flex: 0 0 100%;
	display: flex;
	margin-top: 1.0625em;
	flex-wrap: wrap;
}

#main-menu .menu-item-has-depth-2 .menu-item-depth-1 {
	flex: 0 0 calc(50% - 20px);
	margin-right: 40px;
	margin-bottom: 40px;
}
	#main-menu .menu-item-has-depth-2 .menu-item-depth-1:nth-child(2n) {
		margin-right: 0;
	}

/*
#main-menu .menu-item-has-depth-2 .menu-item-depth-1 {
	flex: 0 0 calc(50% - 20px);
	margin-right: 40px;
}
	#main-menu .menu-item-has-depth-2 .has-item-count-3 .menu-item-depth-1 {
		flex: 0 0 calc(33.333% - 28px);
	}
		#main-menu .menu-item-has-depth-2 .has-item-count-3 .menu-item-depth-1:nth-child(3n) {
			margin-right: 0;
		}
	#main-menu .menu-item-has-depth-2 .has-item-count-4 .menu-item-depth-1 {
		flex: 0 0 calc(50% - 20px);
		margin-bottom: 40px;
	}
		#main-menu .menu-item-has-depth-2 .has-item-count-2 .menu-item-depth-1:nth-child(2n),
		#main-menu .menu-item-has-depth-2 .has-item-count-4 .menu-item-depth-1:nth-child(2n) {
			margin-right: 0;
		}
*/

#main-menu .menu-item-has-depth-2 .menu-link-depth-1 {
	font-weight: 400;
	color: rgba(255,255,255, 1);
	border-bottom: 1px solid rgba(255,255,255, 0.24);
	font-size: 1.5rem;
	margin-bottom: 0.6875em;
	line-height: 1.25;
	padding-bottom: 0.171875em;
	display: block;
	position: relative;
}
	#main-menu .menu-item-has-depth-2.current-menu-ancestor > .menu-link-depth-1 {
		color: rgba(240,184,102, 1);
	}

#main-menu .menu-item-has-depth-2 .menu-item-depth-2 {
	margin-bottom: 0.34375em;
}

#main-menu .menu-item-has-depth-2 .menu-link-depth-2 {
	color: rgba(255,255,255, 1);
	font-size: 1.25rem;
	position: relative;
	padding-left: 1.03125em;
}
	#main-menu .menu-item-has-depth-2 .menu-link-depth-2:before {
		content: '\f105';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		font-size: 1.25rem;
		position: absolute;
		z-index: 1;
		left: 0;
		top: 1px;
		color: rgba(74,144,226, 1);
	}

#main-menu [class*="menu-item-has-depth"] [class*="letter"] > .menu-link {
	padding-left: 2.0625em;
}
		#main-menu [class*="menu-item-has-depth"] [class*="letter"] > .menu-link:before {
			content: '';
			font-family: 'Lato', sans-serif;
			width: 28px;
			height: 28px;
			border-width: 2px;
			border-style: solid;
			border-color: rgba(153,153,153, 1);
			color: rgba(153,153,153, 1);
			border-radius: 9999px;
			font-weight: 700;
			font-size: 1rem;
			text-transform: uppercase;
			text-align: center;
			line-height: 22px;
		}
			#main-menu [class*="menu-item-has-depth"] .letter-a > .menu-link:before {
				content: 'a';
				border-color: rgba(226,99,141, 1);
				color: rgba(226,99,141, 1);
			}
			#main-menu [class*="menu-item-has-depth"] .letter-b > .menu-link:before {
				content: 'b';
				border-color: rgba(172,201,132, 1);
				color: rgba(172,201,132, 1);
			}
			#main-menu [class*="menu-item-has-depth"] .letter-c > .menu-link:before {
				content: 'c';
				border-color: rgba(248,218,160, 1);
				color: rgba(248,218,160, 1);
			}
			#main-menu [class*="menu-item-has-depth"] .letter-z1 > .menu-link:before {
				content: 'z1';
			}
			#main-menu [class*="menu-item-has-depth"] .letter-z2 > .menu-link:before {
				content: 'z2';
			}
			#main-menu [class*="menu-item-has-depth"] .letter-z3 > .menu-link:before {
				content: 'z3';
			}
			#main-menu [class*="menu-item-has-depth"] .letter-inf > .menu-link:before {
				content: 'inf';
				font-size: 0.75rem;
				line-height: 24px;
			}
			#main-menu [class*="menu-item-has-depth"] .letter-pr > .menu-link:before {
				content: 'pr';
			}
			#main-menu [class*="menu-item-has-depth"] .letter-pr1 > .menu-link:before {
				content: 'pr.1';
				font-size: 0.6rem;
				line-height: 24px;
			}
			#main-menu [class*="menu-item-has-depth"] .letter-pr2 > .menu-link:before {
				content: 'pr.2';
				font-size: 0.6rem;
				line-height: 24px;
			}
			#main-menu [class*="menu-item-has-depth"] .letter-pr3 > .menu-link:before {
				content: 'pr.3';
				font-size: 0.6rem;
				line-height: 24px;
			}

#main-menu .menu-item-has-depth-1 .menu-depth-1 {
	flex: 0 0 66.666%;
	margin-top: 1.375em;
}

#main-menu .menu-item-has-depth-1 .menu-item-depth-1 {
	margin-bottom: 0.34375em;
	width: 66.666%;
}

#main-menu .menu-item-has-depth-1 .menu-link-depth-1 {
	color: rgba(255,255,255, 1);
	font-size: 1.25rem;
	position: relative;
	padding-left: 1.03125em;
}
	#main-menu .menu-item-has-depth-1 .menu-link-depth-1:before {
		content: '\f105';
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		font-size: 1.25rem;
		position: absolute;
		z-index: 1;
		left: 0;
		top: 1px;
		color: rgba(74,144,226, 1);
	}

#main-menu .menu-link-description {
	display: block;
	font-size: 0.625rem;
	opacity: 0.5;
}
		
/* search */
.site-search .search-input {
	font-size: 3rem;
}

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

/* prev-next */
#pagination.prev-next a {
	opacity: 1;
	-moz-transition: opacity ease 0.3s;	
	-webkit-transition: opacity ease 0.3s;	
	transition: opacity ease 0.3s;
}
	#pagination.prev-next a:hover,
	#pagination.prev-next a:focus,
	#pagination.prev-next a:active {
		opacity: 0.75;
		text-decoration: none;
	}

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



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

/* card */
.card.card-hover {
	transition: box-shadow 0.3s ease 0s;
}
	.card.card-hover:hover {
		box-shadow: 0 2px 3px rgba(0,0,0, 0.1), 0 5px 10px rgba(0,0,0, 0.25);
	}

/* owl-carousel */
.owl-carousel.owl-theme .owl-nav {
	position: static;
	width: auto;
	height: auto;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
	top: 50%;
	margin-top: -32px;
	height: 64px;
}
	.owl-carousel.owl-theme .owl-nav .owl-prev {
		left: 0;
	}
	.owl-carousel.owl-theme .owl-nav .owl-next {
		right: 0;
	}
	.owl-carousel.owl-theme .owl-nav [class*="owl-"]:not(.disabled):hover {
		background: rgba(0,116,162, 1);
	} 
	.owl-carousel.owl-theme.gallery-thumbnails .owl-nav [class*="owl-"] {
		top: 50%;
		height: 32px;
		width: 32px;
		margin-top: -16px;
		font-size: 1.5rem;
	}
		.owl-carousel.owl-theme.gallery-thumbnails .owl-nav .owl-prev {
			left: 0;
		}
		.owl-carousel.owl-theme.gallery-thumbnails .owl-nav .owl-next {
			right: 0;
		}
	
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
	transform: scale(1.5);
}

.owl-carousel.owl-theme .owl-thumbs {
	padding-left: 0;
	text-align: center;
}

/* make-font-size-great-again */
.font-size-is-great-again {
	font-size: 18px;
}
	
/* swipebox */
#swipebox-close:hover,
#swipebox-prev:not(.disabled):hover,
#swipebox-next:not(.disabled):hover {
	background: rgba(255,255,255, 1);
}
	#swipebox-close:hover:after {
		color: rgba(0,116,162, 1);
	}

#swipebox-prev:not(.disabled):hover:after,
#swipebox-next:not(.disabled):hover:after {
	color: rgba(0,116,162, 1);
}

/* TosRUs */
.tos-desktop .tos-close:hover,
.tos-desktop .tos-next:hover,
.tos-desktop .tos-prev:hover {
	background: rgba(255,255,255, 1);
}

.tos-close:hover span:after {
	color: rgba(0,116,162, 1);
}

.tos-prev:hover span,
.tos-next:hover span {
	color: rgba(0,116,162, 1);
}

.tos-desktop .tos-wrapper.tos-has-thumbnails .tos-pagination a:hover {
	opacity: 1;
}
	 
/* ######################################## *\
		WORDPRESS CORE
\* ######################################## */ 

.gallery.gallery-columns-9 .gallery-item {
	float: left;
	width: 11.111% !important;
}
	.gallery.gallery-columns-9 .gallery-item:nth-child(9n+1) {
		clear: left;
	}

.gallery.gallery-columns-3 figcaption {
	display: block;
}

html.js {
	margin-top:	0 !important;
}

#wpadminbar {
	opacity: 1;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	background: none;
}
	#wpadminbar:hover {
		opacity: 1;
		transform: translateY(0);
		background: #23282d;
	}
	#wpadminbar:before {
		position: absolute;
		right: 0;
		top: 0;
		content: 'Administration';
		background: #23282d;
		color: #fff;
		z-index: 1;
		padding: 0 15px;
		transform: translateY(50%);
		font-size: 12px;
		border-radius: 0 0 0 6px;
	}
		#wpadminbar:hover:before {
			display: none;
		}

#wpadminbar > * {
	opacity: 0;
}
	#wpadminbar:hover #wp-toolbar {
		opacity: 1;
	}

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


