/*!
 * 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: none;
	}
	
h1, .page-title {
	font-size: 2rem;
}	

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

/* page-wrapper */
#wrapper {}

/* header */
.header-container {}

#header {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

#branding {}

#logo {
	width: 100%;
	padding-right: 0px;	
	max-width: 140px;
}

/* main */
.main-container {}

#main {}

.content-container {}

#content {
	position: relative;
}

/* footer */
.footer-container {}

#footer {
	flex-direction: row;
}

/* ######################################## *\
		SIDEBARS / WIDGET-AREAS
\* ######################################## */

/* no sidebar */
.no-sidebar #content {
	/* width: 100%; */
/* 	margin-left: calc((100% - 350px) / 4); */
	margin-left: 210px;
	margin-right: 0%;
	width: auto;
}

.no-sidebar.post-type-archive-projects #content,
.no-sidebar.page-template-page-frontprojects #content {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

/* 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% + 190px) / 7); */
/* 	margin-left: 210px; */
/* 	margin-right: calc((100% + 40px) / 4); */
/* 	margin-right: 240px; */
	margin-left: calc((100% - 125px) / 5);
	margin-right: calc((100% - 0px) / 5);
	width: auto;
}

.sidebar-primary.sidebar-secondary #primary {
	margin-left: -100%;
/* 	width: calc((100% + 40px) / 4); */
/* 	width: 210px; */
	margin-top: 360px;
	width: calc((100% - 125px) / 5);
	padding-right: 0 !important;
}

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

/* 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% - 125px) / 5);
/* 	margin-left: 210px; */
	margin-right: 0%;
	width: auto;
}

.sidebar-primary.no-sidebar-secondary #primary {
	margin-left: -100%;
	width: calc((100% - 125px) / 5);
/* 	width: 210px; */
	margin-top: 360px;
/* 	margin-top: 130px; */
}

.blog.sidebar-primary.no-sidebar-secondary #primary {
	margin-top: 360px;
}	

.sidebar-primary.no-sidebar-secondary #primary.has-margin-top {
	margin-top: 360px;
}

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

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

.sidebar-secondary #secondary {
	margin-top: 0;
}

#widget-area-header .geomar-logo {
	margin-bottom: 1.03125em;
}

/* widget-area-logos */
#widget-area-logos .widget-inner {
	opacity: 0.35;
	filter: grayscale(1);
}
	#widget-area-logos .widget-inner:hover {
		opacity: 1.0;
		filter: grayscale(0);
	}
	
	
/* Footer */	
#widget-area-footer .widget_tag_cloud {
	margin-right: 150px;
}

/* News */

.widget-area-news-container {
	width: 180px;
	padding-left: 36px;
	padding-top: 4px;
}

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



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



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

.blog .news-header h1 {
	text-align: right;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 40px 130px;
	font-size: 3.75rem;
}

.blog .list {
	padding-top: 360px;
}

.blog .list:before{
	content: '';
	position: absolute;
	width: 300%;
	height: calc(100% - 330px);
	left: 150px;
	right: -200%;
	top: 330px;
	border-top-left-radius: 170px;
	background-color: rgba(var(--color-bg-blue), .8);
}

.post-type-post.post-view-full {
	padding: 100px 10px 30px 70px;
}

.post-type-post.post-view-full .field-body {
	padding-right: 30px;
}

.post-type-post.post-view-teaser .field-category-thumbnail,
.post-type-post.post-view-full .field-category-thumbnail {
	margin-right: 60px;	
}

.post-type-post.post-view-full .field-category-thumbnail{
	width: 100%;
	margin-bottom: 1rem;
}

.post-type-post.post-view-full .field-category-thumbnail img {
	display: inline-block;
/* 	max-height: 90px; */
	max-width: 90px;
	margin-right: 2rem;
	vertical-align: middle;
}

.post-type-post.post-view-teaser .field-category-thumbnail img {
	margin-bottom: 1rem;
/* 	max-height: 110px; */
	max-width: 90px;
}

/* Projekte */

.list-archive-projects {
	margin-top: 0;
}

.list-archive-projects a.project-block {
	min-height: 240px;
}

.list-archive-projects .list-item {
	width: calc(25% - 15px);
}

.list-archive-projects .list-item:nth-of-type(2n-1) {
	margin-left: 10px;
}

.list-archive-projects .list-item:nth-of-type(2n) {
	margin-right: 10px;
}

.list-archive-projects .list-item:nth-of-type(4n-3) {
	margin-left: 0;
}

.list-archive-projects .list-item:nth-of-type(4n) {
	margin-right: 0;
}

.post-view-full {
	padding: 120px 70px 30px 70px;
	margin-top: 0;
	border-top-left-radius: 200px;
}

.single .post-view-full.has-post-thumbnail {
	margin-top: 135px;
}

.single-post .post-view-full.has-post-thumbnail {
	margin-top: 10px;
}

.blog .news-header,
.single .field-thumbnail,
.archive .field-thumbnail {
	height: 300px;
	position: absolute;
	background-repeat: no-repeat;
/* 	left: -200%; */
	left: calc((-100% + 125px) / 4);
	right: 230px;
	top: -135px;
	background-position: center center;
	border-bottom-right-radius: 200px;
	border-top-left-radius: 200px;
	background-color: rgba(var(--color-gray), 1);
	background-size: cover;
}

.single-post .field-thumbnail {
	height: 300px;
	left: -210px;
	right: 230px;
	position: relative;
	background-repeat: no-repeat;
	top: 0;
	background-position: center center;
	border-bottom-right-radius: 200px;
	border-top-left-radius: 200px;
	background-color: rgba(var(--color-gray), 1);
}

.blog .news-header {
	top: 0;
}

.item-overview,
body:not(.category):not(.date):not(.tag) .item-archive {
	padding: 30px 70px 30px 70px;
	border-bottom-right-radius: 120px;
}

/* Über uns */ 

.page-template-page-aboutus .logo-grid-wrapper {
	padding: 30px 70px 30px 70px;
}

.page-template-page-aboutus .team-overview-wrapper h2 {
	padding: 30px 70px 0px 70px;
}

/* post-type-page */
.post-type-page .page-title {
	padding: 120px 70px 30px 70px;
	border-top-left-radius: 200px;
}

.post-type-page .wp-block-columns {
	padding: 120px 30px 30px 70px;
	margin-bottom: 30px;
	border-top-left-radius: 200px;
}

.post-type-page .wp-block-group .wp-block-columns {
	margin-bottom: 0px;
	border-top-left-radius: 0px;
}

.post-type-page .wp-block-group .wp-block-columns:not(:first-of-type) {
	border-top-left-radius: 0px;
	padding: 30px 30px 30px 70px;
}

.post-type-page .wp-block-columns:first-of-type {
	padding: 30px 30px 30px 70px;
	margin-top: 0;
	
}

.post-type-page .block-blue {
	padding: 30px 70px 30px 70px;
	background-color: rgba(var(--color-bg-blue), 1);
	border-bottom-right-radius: 120px;
}

.wp-block-image-text {
	padding: 30px 70px 30px 70px;
	margin-bottom: 30px;
	border-bottom-right-radius: 120px;
}

.wp-block-group.has-cleantheme-white-background-color,
.wp-block-group.has-cleantheme-bg-background-color {
	padding: 0px 70px 0px 70px;
	margin-bottom: 30px;
}
.wp-block-group.has-cleantheme-bg-background-color {
	padding-top: 30px;
	padding-bottom: 30px;
}

.wp-block-big-image-text,
.wp-block-group {
	padding-bottom: 60px;
}

.wp-block-group .wp-block-big-image-text {
	padding-bottom: 0;
}

.wp-block-big-image-text .field-thumbnail-teaser {
	height: 300px;
	position: absolute;
	background-repeat: no-repeat;
/* 	left: -210px; */
	left: calc((-100% - 325px) / 5);
	right: 35px;
	top: -135px;
	background-position: center center;
	border-bottom-right-radius: 200px;
	border-top-left-radius: 200px;
	background-color: rgba(var(--color-gray), 1);	
	background-size: cover;
}

.no-sidebar-secondary .wp-block-big-image-text .field-thumbnail-teaser {
	left: calc((-100% + 125px) / 4);
	right: 230px;
}

.sidebar-primary.sidebar-secondary .wp-block-big-image-text .field-thumbnail-teaser {
	left: calc((-100% - 300px) / 5);
}

.wp-block-big-image-text .text-content {
	margin-top: 135px;
	padding: 120px 70px 30px 70px;
	border-top-left-radius: 200px;
}

.sidebar-secondary .wp-block-big-image-text .text-content {
	padding: 120px 35px 30px 70px;
}

.wp-block-big-image-text .links-content,
.wp-block-link-buttons .links-content {
	padding-right: 35px;
}

.wp-block-images-grid .images-grid-headline {
	font-size: 2.25rem;
	margin-bottom: 3rem;
	color: rgba(var(--color-base), 1);
}

.wp-block-images-grid .images-grid-item {
	margin-bottom: 2rem;
}

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



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

/* formulare */
.btn, .button, input[type="submit"] {
	opacity: 1;
	transition: all ease 0.3s;
}

.btn:hover, .btn:focus, 
.button:hover, .button:focus,
input[type="submit"]:hover, input[type="submit"]:focus {
	opacity: 0.75;
	text-decoration: none;
}

.btn-o:hover, .btn-o:focus, 
.button-o:hover, .button-o:focus {
	opacity: 0.75;
	text-decoration: none;
}

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

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

.meta-menu-container {
	top: 18%;
	width: calc(100% - ((100% - 245px) / 4));
	padding-left: 65px !important;
}

/* main-menu */
.main-menu-container {
	margin: 0;
	border-top: 2px solid rgba(var(--color-base), 1);
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	width: calc(100% - ((100% - 245px) / 4));
	margin-right: -45px;
	padding-right: 45px;
	position: relative;
}

.main-menu-container:after {
	content: '';
	background-color: rgba(var(--color-base), 1);
	position: absolute;
	height: 2px;
	width: 200%;
	top: -2px;
	right: -200%;
}

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

#main-menu .menu-item-depth-0 {
	position: relative;
	margin: 0 auto;
	margin-left: 0;
}

#main-menu .menu-item-depth-0:first-of-type {
}

#main-menu .menu-item-depth-0:last-of-type {
	margin-right: 0;
}

#main-menu .menu-link-depth-0 {
	/* padding: 0.6875em 1.375em; */
	padding: 12px 0 12px 0;
	color: rgba(0,0,0, 1);
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.75rem
}
	#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(var(--color-headline), 1);
		text-decoration: none;
	}
		#main-menu .menu-item-depth-0:first-of-type .menu-link-depth-0 {
			padding-left: 0;
		}
	#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(var(--color-headline), 1);
		text-decoration: none;
	}

#main-menu .menu-depth-1 {
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	background: rgba(255,255,255, 1);
	box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
	border-radius: 2px;
	min-width: 220px;
	font-size: 0.875rem;
	line-height: normal;
	padding: 0.6875em 1.375rem;
	margin: 0;
	display: none;
}
	#main-menu .menu-item-depth-0:last-child .menu-depth-1 {
		left: auto;
		right: 0;
	}
	#main-menu .menu-item-depth-0:hover .menu-depth-1 {
		display: block;
	}
	#main-menu .menu-depth-1:before {
		content: none;
		position: absolute;
		z-index: 1;
		left: 0;
		top: -16px;
		height: 16px;
		width: 100%;
	}

#main-menu .sub-menu .menu-link {
	display: block;
	padding: 0.6875em 0;
	color: rgba(0,0,0, 1);
	border-top: 1px solid rgba(0,0,0, 0.12);
	transition: padding 0.3s ease;
}
	#main-menu .sub-menu .menu-item:hover > .menu-link,
	#main-menu .sub-menu .menu-item:focus > .menu-link,
	#main-menu .sub-menu .menu-item:active > .menu-link {
		color: rgba(0,0,0, 1);
		text-decoration: none;
		padding-left: 0.6875em;
	}
	#main-menu .sub-menu .menu-item.current-menu-item > .menu-link,
	#main-menu .sub-menu .menu-item.current-menu-ancestor > .menu-link {
		color: rgba(0,0,0, 1);
		font-weight: bold;
		text-decoration: none;
	}

#main-menu .menu-item-depth-1 .sub-menu {
	margin: 0;
	padding: 0;
}

#main-menu .menu-item-depth-1:first-child .menu-link,
#main-menu .menu-depth-2 .menu-link {
	border-top: 0;
}

#main-menu .sub-menu .menu-item-depth-2 .menu-link:before {
	content: '›';
	display: inline-block;
	margin-left: -1.375em;
	width: 1.375em;
	text-align: center;
}

#main-menu .sub-menu .menu-link-depth-2 {
	padding-left: 1.375em;
}
	#main-menu .sub-menu .menu-item-depth-2:hover > .menu-link,
	#main-menu .sub-menu .menu-item-depth-2:focus > .menu-link,
	#main-menu .sub-menu .menu-item-depth-2:active > .menu-link {
		padding-left: 2.0625em;
	}
	#main-menu .sub-menu .menu-item-depth-2 .menu-link-depth-2:before {
		content: '›';
	}
#main-menu .sub-menu .menu-link-depth-3 {
	padding-left: 2.0625em;
}
	#main-menu .sub-menu .menu-item-depth-3:hover > .menu-link,
	#main-menu .sub-menu .menu-item-depth-3:focus > .menu-link,
	#main-menu .sub-menu .menu-item-depth-3:active > .menu-link {
		padding-left: 2.75em;
	}
	#main-menu .sub-menu .menu-item-depth-3 .menu-link-depth-3:before {
		content: '››';
	}
#main-menu .sub-menu .menu-link-depth-4 {
	padding-left: 2.75em;
}
	#main-menu .sub-menu .menu-item-depth-4:hover > .menu-link,
	#main-menu .sub-menu .menu-item-depth-4:focus > .menu-link,
	#main-menu .sub-menu .menu-item-depth-4:active > .menu-link {
		padding-left: 3.4375em;
	}
	#main-menu .sub-menu .menu-item-depth-4 .menu-link-depth-4:before {
		content: '›››';
	}

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

.search-bread {
	display: flex;
	align-items: end;
	padding-bottom: 1.75em;
	margin-top: 25px;
}

#breadcrumbs {
	line-height: 1rem;
	padding-right: 1em;
}

.breadcrumbs-container {
	margin-left: calc((100% - 125px) / 5);
	padding-left: 70px;
	width: 100%;
	margin-top: 0;
	min-height: 1.375em;
}	

.search-container {
	display: inline-block;
	position: relative;
	max-width: 220px;
	padding: 0;
	margin-right: 4%;
}

.site-search {
	padding: 0;
	box-shadow: none;
	background-color: rgba(255,255,255, 1);
	border-bottom: 1px solid rgba(0,0,0, 1);
}

.site-search .search-input {
	font-size: 1rem;
	padding-right: 0;
	width: 220px;
	padding: 0.515625em 0.34375em;
}

.site-search .search-submit {
	right: -24px;
}

.search-button {
	/* display: none; */
}

.footer-menu-container {
/* 	width: calc(100% - ((100% + 70px) / 4)); */
	width: 100%;
	margin-left: calc((100% - 125px) / 5);
}

.social-media-container {
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 256px;
	margin: 4.125em 0;
	position: absolute;
	bottom: 0;
}

.social-media-container .social-media-item {
	margin-right: 1rem;
	margin-bottom: 1rem;
}

#footer-menu {
	/* margin-left: calc((100% + 70px) / 4); */
}	

.widget_nav_menu_advanced .current-menu-item a {
	color: rgba(var(--color-base), 1);
}

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

/* prev-next */
#pagination.prev-next a {
	opacity: 1;
	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;
	}
	
#pagination.archive.paged .page-links {
	margin-left: 180px;
}	
	

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

/* 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(var(--color-base), 1);
	}

#swipebox-prev:not(.disabled):hover:after,
#swipebox-next:not(.disabled):hover:after {
	color: rgba(var(--color-base), 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(var(--color-base), 1);
}

.tos-prev:hover span,
.tos-next:hover span {
	color: rgba(var(--color-base), 1);
}

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

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


