@charset "utf-8";
/*
 Theme Name:   ZW Theme
 Description:  Pliska Child Theme
 Author:       rasterwert
 Author URI:   https://www.rasterwert.de
 Template:     pliska
 Version:      1.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  zw-theme
*/

/* Child Theme von PLISKA Maintheme [ do not delete ! ] */



/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/quicksand-v29-latin-regular.eot'); 
  src: local(''),
       url('fonts/quicksand-v29-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('fonts/quicksand-v29-latin-regular.woff2') format('woff2'), 
       url('fonts/quicksand-v29-latin-regular.woff') format('woff'), 
       url('fonts/quicksand-v29-latin-regular.ttf') format('truetype'), 
       url('fonts/quicksand-v29-latin-regular.svg#Quicksand') format('svg'); 
}
/* quicksand-500 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/quicksand-v29-latin-500.eot'); 
  src: local(''),
       url('fonts/quicksand-v29-latin-500.eot?#iefix') format('embedded-opentype'), 
       url('fonts/quicksand-v29-latin-500.woff2') format('woff2'), 
       url('fonts/quicksand-v29-latin-500.woff') format('woff'), 
       url('fonts/quicksand-v29-latin-500.ttf') format('truetype'), 
       url('fonts/quicksand-v29-latin-500.svg#Quicksand') format('svg'); 
}
/* quicksand-600 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/quicksand-v29-latin-600.eot'); 
  src: local(''),
       url('fonts/quicksand-v29-latin-600.eot?#iefix') format('embedded-opentype'), 
       url('fonts/quicksand-v29-latin-600.woff2') format('woff2'), 
       url('fonts/quicksand-v29-latin-600.woff') format('woff'), 
       url('fonts/quicksand-v29-latin-600.ttf') format('truetype'), 
       url('fonts/quicksand-v29-latin-600.svg#Quicksand') format('svg'); 
}

/* MISC */

body {
	font-family: "Quicksand", sans-serif !important;
}

a {
	text-decoration:none;
	outline:none
}

a:link, a:visited, a:active {
	text-decoration:none;
	outline:none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	font-family: "Quicksand", sans-serif !important;
}

.entry-title h2 {
	font-size: 1.3em;
	letter-spacing: 0.05em;
}

article a:link, article a:visited, article a:active {
	text-decoration: none;
}
/* HEADER */

header {
	font-family: "Quicksand", sans-serif;
}
header .site-branding .site-title {
    display: none;
}
header div.main-navigation-container .custom-logo-link {
	max-width: inherit;
	margin: 15px auto;
	padding-right: 0;
}
header div.main-navigation-container { /* overwrite inline */
	padding: 0.5em 1em 0.5em 2em;
    background: rgba(38, 42, 37, 0.9);
    position: fixed;
    z-index: 9;
    transition: background-color .25s ease-out;
}
header div.main-navigation-container.fixed-header {
    background-color: inherit;
	background: rgba(103, 111, 106, 0.5);
}

header div.main-navigation-container .main-navigation {
    margin: 15px 0;
}

header .no-header-image .menu-toggle .burger, header .no-header-image .menu-toggle .burger:before, header .no-header-image .menu-toggle .burger:after, .no-header-image .menu-toggle .burger, .no-header-image .menu-toggle .burger:before, .no-header-image .menu-toggle .burger:after {
    border-bottom: 2px solid #fff !important;
}

@media (max-width: 41em) {
	.site-branding {
		width: 50%;
		display: -webkit-box;
		display: flex;
		padding-top: 0.5em;
	}
	header .menu-toggle {
		border: 1px solid #fff;
		position: relative;
		z-index: 999;
		background-color: transparent;
	}
	header .no-header-image .menu-toggle .burger, header .no-header-image .menu-toggle .burger:before, header .no-header-image .menu-toggle .burger:after,.no-header-image .menu-toggle .burger, .no-header-image .menu-toggle .burger:before, .no-header-image .menu-toggle .burger:after {
    	border-bottom: 2px solid #fff !important;
	}
	.slide-menu {
		position: fixed;
		top: 0;
		left: 100%;
		right: 0;
		line-height: 2em;
		bottom: 0;
		opacity: 0;
		z-index: 1;
		color: #ffffff;
		-webkit-transition: 0.4s ease-out all;
		transition: 0.4s ease-out all;
		overflow: auto;
	}
	#primary-menu {
		position: absolute;
		top: 25%;
		width: 100%;
		padding: 2em;
		margin-left: 0;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		line-height: 36px;
	}
}

header .main-navigation ul {
    float: right;
	margin-right: 2em;
}

header .main-navigation ul li.current-menu-item a, header .main-navigation ul li.current-menu-parent a {
    border-bottom: 4px solid #fbc02d;
}

header .main-navigation ul li a {
    padding: 25px 0 5px 0;
    margin: 0 18px 10px 18px;
}

header .search-item .search-icon {
    display: block;
    padding: 0;
    width: 45px;
    height: 45px;
    margin: 0 0 0 15px;
}

header .search-item .search-icon .svg-icon {
    margin-right: 3px;
    position: relative;
    top: 3px;
    width: 25px;
    height: 25px;
}

.home header #header-page-title {
	display: none ! important;
}

#header-start-title {
    position: absolute;
    top: 54%;
    left: 50%;
    right: 0;
	display: table;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 10px;
	margin: 0;
	border: 5px solid #fff;
	box-sizing: content-box;
	min-width: 310px;
	width: auto;
}
#header-start-title h1:before {
  content: "";
  display: block;
  padding-top: calc(100% - 30px);
  float: left;
  /* initial ratio of 1:1*/
}

header #header-start-title h1.entry-title {
    letter-spacing: 2px;
    font-weight: 500;
	text-align: center;
	font-size: 2.4em;
	color: #fff;
	margin: 0;
	padding: 0;
	display: inline-block;
	box-sizing: content-box;
	position: relative;
	transform: translate(0,25%);
}

header #header-page-title h1.entry-title {
    display: inline-block;
    overflow: hidden;
    letter-spacing: 2px;
    animation: none;
    white-space: nowrap;
    font-weight: 600;
    border-right: none;
}

.page-id-2 header #header-page-title h1.entry-title {
    padding: 20px;
	background: rgba(251, 193, 49, 0.8);
	color: #303030;
	border: 8px dashed #fff;
}

header #header-page-title .header-buttons, header .breadcrumbs {
    display: none;
}
	

@media (max-width: 800px) {
	header #header-start-title h1.entry-title {
		font-size: 1.8em;
		transform: none;
		white-space: normal;
	}
	
	#cat_head {
		margin-top: 0 !important;
	}
}

header .meta-arrow {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fbc02d;
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

header .meta-arrow a {
    padding-top: 20px;
    width: 110px;
    height: 110px;
    display: block;
}

header .meta-arrow a span {
    position: absolute;
	left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-left: 6px solid #303030;
    border-bottom: 6px solid #303030;
	transform: rotate(-45deg);
    animation: sdb05 1.5s 3 ease;
    animation-delay: 3s;
    transition: 1s all;
    box-sizing: border-box;
}

header .meta-arrow a:hover span {
    border-left: 6px solid #fff;
    border-bottom: 6px solid #fff;
}

header .site-menu a, header .no-header-image .site-menu a {
    color: #fff;
}
@media (min-width: 40em) {
	header .site-menu a, header .no-header-image .site-menu a {
		color: #fff;
	}
	header .main-navigation {
    	float: right;
    	width: 75%;
    	font-size: 1.2em;
	}
	header .main-navigation a {
    	padding: 25px;
	}
	header .site-branding {
    	float: left;
    	display: flex;
    	width: 24%;
	}
	header .site-menu li.search-item {
		position: absolute;
		right: 8px;
	}
	header .site-menu li.search-item a {
		padding-right: 0;
		margin: 0;
	}
}

/* STARTSEITE OVERLAYS  */
.img-overlay, .bg-img-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
	z-index: 5;
	pointer-events: none;
}
.bg-img-overlay {
    background-color: rgba(0, 0, 0, 1);
	z-index: 55;
}
.start_img {
	position: relative;
	margin-bottom: 50px;
}
.start_img img{
	width: 100%;
	display: block;
}

/* SEIETNELEMENTE  */
button#back-to-top {
    background: #fbc02d;
	right: 1em;
	width: 51px;
    height: 51px;
    line-height: 52px;
	color: #303030;
	z-index: 399;
}

.yellow-box {
	padding: 2em;
    border-bottom: 8px solid #fbc02d;
	background: #f8f6ef;
}

/* STARTSEITE CONTENT  */
.home.no-sidebar .wrapper {
	max-width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}

.home #primary.site-main {
	padding: 0;
	margin: 0px auto;
}

.home #primary.site-main article {
    padding: 0;
	width: 100%;
	position: relative;
}

.home .start-content {
	position: relative;
    padding: 0 12%;
	margin-bottom: 2em;
	width: 100%;
	font-size: 1.1em;
	background-color: #fff;
	border-top: 12px solid #fbc02d;
	z-index: 9;
}

/*
.home .start-content:before {
	content : "";
  	position: absolute;
  	left    : 0;
 	bottom  : 0;
    background: rgba(92,82,97,0.95); 
	height: 100%;
	width: 10%;
	z-index: 6;
}

.home .start-content:after {
	content : "";
  	position: absolute;
  	right    : 0;
 	bottom  : 0;
    background: rgba(241,58,62,0.95); 
	height: 100%;
	width: 10%;
	z-index: 7;
}
*/
.home .start-inner {
	width: 100%;
	background-color: #fff;
	padding: 40px 25px;
	font-weight: 400;
    letter-spacing: 0.05em;
}

.home .aktuell a {
	border-bottom: 3px solid;
}

.fachverband img {
	max-width: 120px;
}

.home #primary .refbuts {
	width: 50%;
	position: relative;
	float: left;
	background-color: #5c5261;
	color: #fff;
	display: block;
	text-align: center;
	padding: 30px 1em 3em 1em;
	font-size: 2em;
}
.home #primary div .refbuts:nth-child(3n - 2) {
	background-color: #e04c4c;
}

.home #primary .refbuts:before {
	content: 'PROJEKTE';
	display: block;
	text-align: center;
	margin: 10px auto;
	font-size: 0.5em;
	letter-spacing: 0.3em;
}
.home #primary a.refbuts:hover {
	opacity: 0.85;
}
.home #primary .refbuts span {
    position: absolute;
    left: 50%;
	bottom: 1.4em;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    transform: rotate(-135deg) translate(0, -50%);
    box-sizing: border-box;
}

.home .wp-block-column .wp-block-image {
	margin: 0;
}

.home .wp-block-column figure {
	margin: 1.3em 1.3em 1em 0;
}

.home .wp-block-column p {
	margin: 1em 0;
}

@media (max-width: 800px) {
	.home #primary .refbuts {
		padding: 30px 1em 4em 1em;
		font-size: 1.2em;
	}
	
	.home h2.aktuell {
		font-size: 1.1em;
	}
	
	.home .aktuell a {
		display: block;
	}

	.fachverband img {
		max-width: 75px;
	}
	
	.search-item {
		display: none;
	}
}
@media (min-width: 782px) {
	.home .wp-block-column:not(:first-child) {
    margin-left: 2em;
    padding-left: 2em;
	border-left: 3px solid #fbc02d;
	}
}

.start-inner section h2 {
    text-align: center;
    border-bottom: 3px solid #fbc02d;
}

.blocks-gallery-grid .blocks-gallery-image, .home .blocks-gallery-grid .blocks-gallery-item, .home .wp-block-gallery .blocks-gallery-image, .home .wp-block-gallery .blocks-gallery-item {
	margin: 0;
}

/* SEITE JOBS  */

#primary.site-main article.jobtxt {
    padding-bottom: 40px;
}


/* FOOTER IMAGES HOME  */

.footer_imgs .blocks-gallery-grid, .footer_imgs.wp-block-gallery {
    background-color: #303030;
	margin: 0;
	gap: 0;
}

.footer_imgs .wp-block-gallery .wp-block-image, .footer_imgs.wp-block-gallery .wp-block-image {
	margin: 0 !important;
}

/* REF LOGO SLIDER  */

.wp-block-gallery.refslider {
  max-width: 1000px;
  height: 200px;
  position: relative;
  margin: auto;
  display: block !important;
  flex-wrap: inherit;
}

/* Hide the images by default */
.refslider .blocks-gallery-item, .refslider > figure.wp-block-image {
  display: none;
  flex-direction: inherit;
  flex-grow: inherit;
  align-self: inherit;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3s;
  animation-name: fade;
  animation-duration: 3s;
  
}

.refslider .blocks-gallery-item figure {
  display: block;
  justify-content: inherit;
  align-items: inherit;
}

.refslider .blocks-gallery-item img, .refslider.wp-block-gallery > figure.wp-block-image img, .refslider.wp-block-gallery.has-nested-images > figure.wp-block-image img {
  flex: inherit;
  justify-content: inherit;
  align-items: inherit;
  max-height: 170px;
  width: auto;
  margin: 30px auto;
}

@-webkit-keyframes fade {
  from {opacity: .3}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .3}
  to {opacity: 1}
}


/* KATEGORIEANSICHT, ARCHIV  */

.category.blog .hentry, .category.archive .hentry, .category.search .hentry {
    position: relative;
    margin: 10px;
    padding: 1em;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}

.category-5.blog .hentry, .category-5.archive .hentry {
    padding-left: 2em;
    border-bottom: 8px solid #fbc02d;
	background: #f8f6ef;
}

@media (min-width: 1024px) {

	.category-5.blog .site-main, .category-5.archive .site-main {
		max-width: 100%;
		padding-right: 0;
		margin-bottom: 3em;
		column-count: 2;
		column-gap: 1em;
	}
	.category-5.blog .hentry, .category-5.archive .hentry {
		box-sizing: border-box;
		margin: 0 0 1em 0;
		display: grid;
		break-inside: avoid;
		padding-left: 2em;
	}
	
}

.category.blog .hentry:hover, .category.archive .hentry:hover, .category.search .hentry:hover {
  /* autoprefixer: off */
  box-shadow: none;
}

.img-wrapper .top-meta .cat-links a, .top-meta.no-image .cat-links a {
	display: none;
}

.category .site-main {
    padding-left: 0;
	position: relative;
}

.category .wrapper.entrycat {
	display: block !important;
    padding-top: 1em;
}

.category .wrapper.entrycat > h1, .category .wrapper.entrycat > h2 {
	padding-left: 10px;
    padding-top: 1em;
}

.category .wrapper.entrycat > h2 {
	font-size: 1.2em;
}

.category-5 aside.widget-area {
	display: none;
}


.single .hentry .wp-block-columns {
	margin-bottom: 3em;
}


.category .wp-block-column, .single-post .wp-block-column {
	position: relative;
}

.category .wp-block-column p, .single-post .wp-block-column p {
	margin: 0;
	padding: 0.4em 0;
	line-height: 1.2em;
	box-sizing: border-box;
}

.category .wp-block-columns .wp-block-column p:last-child, .single-post .wp-block-columns .wp-block-column p:last-child {
	position: absolute;
	bottom: 0;
}

.category .wp-block-columns .wp-block-column:last-child p, .single-post .wp-block-columns .wp-block-column:last-child p {
	position: relative !important;
}

.category .wp-block-columns .wp-block-column:first-child p, .single-post .wp-block-columns .wp-block-column:first-child p {
	font-weight: 600;
}

@media (max-width: 800px) {
	.category .wp-block-columns .wp-block-column:first-child {
		display: none;
	}
	#mapa {
		margin: 10px;
	}
	
	.wp-container-3 {
		gap: unset;
	}
	
	.wp-container-3 .wp-container-1 {
		display: none;
	}
	
	header #header-page-title h1.entry-title {
		white-space: initial;
		font-size: 1.7em;
	}
	
	.single .site-main .post-navigation .nav-title {
		display: inline-block;
		width: 60%;
		text-align: center;
		font-size: 0.9em;
	}
}

/* POSTS  */

article .entry-footer .breadcrumbs {
	position: relative;
	top: inherit;
	left: inherit;
	transform: none;
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

article .entry-footer .breadcrumbs, article .entry-footer .breadcrumbs a {
	font-size: 1em;
    text-transform: uppercase;
	vertical-align: top;
	color: #303030;
}
article .entry-footer .breadcrumbs a svg {
	margin: 4px 5px 0 5px;
}
article .entry-footer .breadcrumbs a {
	border-bottom: 4px solid transparent;
	font-weight: 500;
	padding: 2px;
}
article .entry-footer .breadcrumbs a:hover {
	border-bottom: 4px solid #fbc02d;
}

article .entry-footer .post-share-wrap {
    padding: 0;
    display: block;
    margin: 1em auto !important;
}

.single .site-main .post-navigation {
	margin: 0;
}

.single .site-main .post-navigation a {
	font-size: 1em;
	text-transform: uppercase;
	color: #303030;
}

.single .site-main .post-navigation .nav-title {
	padding: 10px;
	position: relative;
	top: -1em;
	font-weight: 500;
}

.single .site-main .post-navigation a .nav-subtitle {
	font-size: 5em;
}
.single .site-main .post-navigation a:hover .nav-subtitle {
	color: #fbc02d;
}

#mapa {
	border: 8px solid #fbc02d;
    padding: 12px;
	cursor: pointer;
}
#mapa span {
	display: inline-block;
	font-weight: 500;
	font-size: 1.1em;
	padding: 0 12px;
	position: relative;
    top: -10px;
}

#mapa i {
	display: inline-block;
}
#machines {
	position: absolute;
	z-index: 800;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	background-color: #fbc02d;
	opacity: 0;
	pointer-events: none;
}
.showme {
    opacity: 1 !important;
    transition: opacity 0.9s ease;
	pointer-events: auto !important;
}
#machines h4 {
	font-size: 1.5em;
	border-bottom: 8px dashed #fff;
}
#machines p {
	margin: 6px 0;
}
#closer {
	position: absolute;
	top: 20px;
	right: 20px;
}
/* WIDGET SIDEAREA */

.widget-area h3 {
	font-size: 1.1em;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}


/* FOOTER */

.site-footer {
	position: relative;
	z-index: 199;
}
footer.site-footer .wrapper.widget-area, .home.no-sidebar footer.site-footer .wrapper.widget-area {
	padding-top: 2.5em;
}
@media (min-width: 782px) {
	footer.site-footer .wrapper.widget-area, .home.no-sidebar footer.site-footer .wrapper.widget-area {
		padding-top: 2.5em;
		max-width: 100%;
		margin: 0px auto;
	}
}
@media (min-width: 1280px) {
	footer.site-footer .wrapper.widget-area, .home.no-sidebar footer.site-footer .wrapper.widget-area {
		padding-top: 3em;
		max-width: calc(76% + 60px);
	}
	footer.site-footer p, .home.no-sidebar footer.site-footer p {
		font-size: 16px;
	}
}

#page footer.site-footer .widget-column {
    padding: 0 30px 0;
}

#page footer.site-footer .widget-column.footer-widget-2 {
    padding: 0;
}

#page footer.site-footer .widget-column section {
	padding-top: 10px !important;
}
#page footer.site-footer .widget-column.footer-widget-2 section {
    width: 50%;
}
.xingshare {
	letter-spacing: 0.05em;
	padding: 0 0 30px 50px;
}

@media (max-width: 41em) {
	#page footer.site-footer .widget-column.footer-widget-2 {
		    padding: 0 30px 0 !important;
	}

	#page footer.site-footer .widget-column.footer-widget-2 section {
		width: 90%;
	}
}

.xingshare svg {
	fill: #fbc02d;
	stroke: #fbc02d;
	display: inline-block;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 30px;
}

footer.site-footer ul > li a {
    font-size: 1.2em;
    line-height: 2em;
}

footer.site-footer .site-info {
    padding: 1em 15px;
    font-size: 0.8em;
}