/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
	color: #000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	margin:0 auto;
	position:relative;
	font-size: 1vw;
}

section article, .header_inner {
	width:80%;
	margin: 0 auto;
}

/* header */
.header {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	background-color: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(12px);
	z-index: 10;
}

.header_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 4em;
}

/* logo */
.logo {
	height: 2em;
}
.logo-img {
	height: 100%;
	width: auto;
}
/* nav */
.nav {
	
}

.nav ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	font-weight: 400;
}

.nav ul li {
	margin-left: 2em;
}

.nav ul a:hover {
	color: #141DEA;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
	background-color: #141DEA;
	color: #fff;
	padding: 3em 0;
	font-weight: 400;
}

.footer a {
	color: #fff;
}

.footer article {
	display: flex;
	justify-content: space-between;
}

.footer .footer_col.col2 {

}

.footer .footer_col.col2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 3em;
}

.footer .footer_col.col2 ul li {
		margin-bottom: 0.6em;
}

.footer .footer_col.col2 ul a {
	padding-bottom: 0.1em;
	border-bottom: 1px solid rgba(255,255,255,0.7);
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*------------------------------------*\
    Arbeiten
\*------------------------------------*/

.arbeit_liste_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 9em 5em;
}

.arbeit_item a {
	display: flex;
	flex-direction: column;
	
}

.arbeit_item h3 {
	margin:  0;
	padding-top: 0.6em;
}

.arbeit_item a > span {
	display: block;
}

.arbeit_item .untertitel {
	padding: 0.3em 0;
	font-weight: 400;
	
}

.arbeit_item .cat_list {
	font-size: 0.8em;
	font-weight: 400;
	opacity: 0;
	transition: opacity 0.5s;
}

.arbeit_item a:hover .cat_list {
	opacity: 0.5;
}

.arbeit_item .cat_list span::after {
	content: '';
	width: 0.2em;
	height: 0.2em;
	background-color: #000;
	border-radius: 100%;
	margin-left: 1em;
	margin-right: 1em;
	display: inline-block;
	position: relative;
	top: -0.2em;
}

.arbeit_item .cat_list span:last-of-type::after {
	display: none;
}


.arbeit_liste_wrapper > div .arbeit_img {
	overflow: hidden;
	-webkit-box-shadow: 0 0 1em 0 rgba(0,0,0,0);
	box-shadow: 0 0 1em 0 rgba(0,0,0,0);
	transition: all 0.5s;
}

.arbeit_liste_wrapper > div a:hover .arbeit_img {
	-webkit-box-shadow: 0 0 1em 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 1em 0 rgba(0,0,0,0.4);
}

.arbeit_liste_wrapper > div .arbeit_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.5s;
	transform: scale(1);
}

.arbeit_liste_wrapper > div a:hover .arbeit_img img {
	transform: scale(1.05);
}

.arbeit_liste_wrapper > div:nth-of-type(6n + 1) .arbeit_img {
	aspect-ratio: 1;
}

.arbeit_liste_wrapper > div:nth-of-type(6n + 2) .arbeit_img {
	aspect-ratio: 6 / 7;
	margin-top: 5em;
}

.arbeit_liste_wrapper > div:nth-of-type(6n + 3) {
	grid-column: span 2;
	padding-right: 5em;
}

.arbeit_liste_wrapper > div:nth-of-type(6n + 3) .arbeit_img {
	aspect-ratio: 15 / 8;
}


.arbeit_liste_wrapper > div:nth-of-type(6n + 4) .arbeit_img {
	aspect-ratio: 1;
}

.arbeit_liste_wrapper > div:nth-of-type(6n + 5) .arbeit_img {
	aspect-ratio: 6 / 7;
}

.arbeit_liste_wrapper > div:nth-of-type(6n + 6) {
	grid-column: span 2;
	padding-left: 5em;
}

.arbeit_liste_wrapper > div:nth-of-type(6n + 6) .arbeit_img {
	aspect-ratio: 15 / 8;
}



/*------------------------------------*\
    Arbeiten-Unterseite
\*------------------------------------*/


.single-arbeit .header {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	transition: all 0.5s;
}

.scrld.single-arbeit .header {
	background-color: rgba(0, 0, 0, 0.5);
}

.single-arbeit .nav a {
	color: #fff;
}

.single-arbeit .logo-img {
	filter: brightness(0) invert(1);
}

.arbeit_head {
	color: #fff;
	padding: 8em 0 3em 0;
}

.arbeit_head h1 {
	margin: 0.25em 0;
}

.arbeit_head_img img {
	width: 100%;
	height: auto;
}

.leistungen_cats {
	list-style: none;
	padding: 0;
	margin: 0;
}

.single-arbeit img {
	width: 100%;
}

.single-arbeit .wp-block-gallery {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.single-arbeit .wp-block-image {
	width: 100% !important;
	
}

.single-arbeit .wp-block-gallery > figure:nth-child(2) {
	grid-row: span 2;
}

.single-arbeit .wp-block-gallery > figure:nth-child(1), .single-arbeit .wp-block-gallery > figure:nth-child(3) {
	aspect-ratio: 15 / 9;
}

.single-arbeit article {
	padding: 3em 0;
}

.single-arbeit .zweispaltig.wp-block-gallery > figure {
	aspect-ratio: 7.5 / 9;
}

.single-arbeit footer {
	background-color: #000;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1 {
	font-size: 4em;
	font-weight: 500;
	line-height: 1.2;
}

h2 {
	font-size: 2em;
	font-weight: 500;
	line-height: 1.2;
}

h3 {
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.2;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
