/*!
Theme Name: Prinz
Theme URI: https://webest.pl/
Author: Webest
Author URI: https://webest.pl/
Description: Custom theme based on Underscore
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: prinz
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Prinz is based on Underscores. Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #363b3f;
	font-family: "Raleway", "Helvetica Neue", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
}

strong {
	font-weight: 700;
}

.fullwidth-form input[type="text"],
.fullwidth-form input[type="tel"],
.fullwidth-form input[type="email"] {
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 400;
	line-height: 1.2;
}

h2 {
	font-size: 30px;
}

h3 {
	font-weight: 500;
	font-size: 24px;
}

h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 500;
}

h4 {
	font-size: 18px;
}

h6 {
	font-size: 12px;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

.container,
.cover--narrow {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

.flex {
	display: flex;
}

.space-between {
	justify-content: space-between;
}

.transition-color {
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

@media (min-width: 1200px) {
	.branding {
		height: 90px;
	}

	.site-header {
		height: 188px;
	}
	.flex-md {
		display: flex;
	}
	.space-between-md {
		justify-content: space-between;
	}
}

.topbar {
	background: #363b3f;
	display: flex;
	padding: 0 10px;
}

.topbar__contact {
	display: flex;
	margin-right: 25px;
	align-items: center;
}

.topbar__left {
	display: none;
	width: 75%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.topbar__left a {
	color: #fff;
}

.topbar__left a:hover {
	color: #fff;
	text-decoration: underline;
}

.topbar__right {
	align-items: center;
}

.topbar__icon {
	border-radius: 50px;
	background: #428bca;
	padding: 5px;
	height: 30px;
	width: 30px;
	margin-right: 10px;
}

.topbar__icon svg {
	width: 20px;
	height: 20px;
	stroke: #fff;
}

.topbar__social {
	background: #2b3032;
	padding: 14px 16px;
	border-left: 1px solid #363b3f;
}

.topbar__social svg {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.topbar__social:hover {
	background: #428bca;
}

.branding {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 10px;
}

.branding__left {
	padding-bottom: 16px;
}

.branding__right {
	text-align: right;
}

.branding .searchform {
	flex: 1 1 auto;
}

.branding__lang {
	flex: none;
	padding-left: 30px;
	align-items: center;
}

@media (max-width: 800px) {
	.branding__lang {
		position: absolute;
		top: 78px;
		right: 77px;
	}
}

.branding .wpml-ls-statics-shortcode_actions {
	padding: 0;
	border-color: #e5e5e5;
}

.searchform {
	display: none;
}

.searchform__wrap {
	position: relative;
	flex-direction: column;
	align-items: flex-end;
	padding-top: 20px;
}

.searchform__label {
	display: none;
}

.searchform .searchform__input {
	border-radius: 999px;
	border: 1px solid #e5e5e5;
	padding: 6px 12px;
	width: 300px;
}

.searchform__btn {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 28px;
	right: 15px;
}

@media (min-width: 650px) {
	.topbar__left {
		display: flex;
		width: 75%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.topbar__left a {
		color: #fff;
	}
	.topbar__left a:hover {
		color: #fff;
		text-decoration: underline;
	}
}

@media (min-width: 800px) {
	.branding__left {
		width: 25%;
	}
	.branding__right {
		width: 75%;
		padding-right: 100px;
	}
	.searchform {
		display: block;
	}
	.searchform__wrap {
		position: relative;
		flex-direction: column;
		align-items: flex-end;
		padding-top: 26px;
	}
	.searchform__label {
		display: none;
	}
	.searchform .searchform__input {
		border-radius: 999px;
		border: 1px solid #e5e5e5;
		padding: 6px 12px;
		width: 300px;
	}
	.searchform__btn {
		width: 20px;
		height: 20px;
		position: absolute;
		top: 34px;
		right: 15px;
	}
}

@media (min-width: 1200px) {
	.topbar,
	.branding {
		padding: 0;
	}
}

.site-footer {
	background: #333;
	color: #aaa;
	margin-top: 40px;
	padding: 30px 20px 40px;
	font-size: 13px;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover, .site-footer a:focus, .site-footer a:active {
	color: #428bca;
	text-decoration: underline;
}

.footer-widgets h3 {
	font-size: 23px;
	color: #fff;
	font-weight: 300;
}

.footer-copy {
	margin-top: 40px;
	border-top: 1px solid #428bca;
	padding-top: 35px;
}

.footer-copy__item {
	margin-bottom: 20px;
}

.footer-copy__item .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-flex;
}

.footer-copy__item .menu li {
	padding-left: 3px;
	text-transform: uppercase;
}

.footer-copy__item .menu li:last-child span {
	display: none;
}

.topbar__socials--footer {
	margin-top: 30px;
}

.topbar__socials--footer .topbar__social {
	border: 1px solid #fff;
	margin-right: 10px;
}

.iconleft {
	padding: 10px 0 10px 30px;
	border-bottom: 1px solid #666;
	position: relative;
}

.iconleft::before {
	content: url(images/mail.svg);
	position: absolute;
	top: 11px;
	left: 0;
	width: 18px;
	height: 18px;
}

.iconleft--tel::before {
	content: url(images/phone.svg);
}

.iconleft--map::before {
	content: url(images/map.svg);
}

.stars {
	padding-top: 30px;
	display: block;
}

.stars__icons img {
	margin-top: 2px;
	max-width: 75px;
}

@media (min-width: 1200px) {
	.site-footer {
		padding-left: 0;
		padding-right: 0;
	}
	.footer-widgets {
		display: flex;
		margin: 0 -20px;
	}
	.footer-widgets__item {
		width: 25%;
		padding: 0 20px;
	}
	.footer-copy__item {
		margin-bottom: 0;
	}
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #333;
	text-decoration: none;
	transition: color .2s ease-out;
	font-weight: 500;
}

a:hover, a:focus, a:active {
	color: #428bca;
	outline: 0;
}

.white-link a {
	color: #fff;
}

.white-link a:hover, .white-link a:active, .white-link a:focus {
	color: #fff;
	text-decoration: underline;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 3px;
	background: #428bca;
	color: #fff;
	line-height: 1;
	padding: 0.8em 1em 0.8em;
	border: 0;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #2b3032;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	max-height: 150px;
}

.wp-block-column input:not([type="checkbox"]) {
	width: 100%;
}

form > p {
	margin-top: 0;
	margin-bottom: 10px;
}

.prinz-form {
	background: #f2f2f2;
	padding: 30px 15px;
	margin-top: 40px;
}

.prinz-form input:not([type="checkbox"]):not([type="submit"]) {
	width: 100%;
}

.prinz-form h2 {
	margin-left: 15px;
}

.prinz-form p {
	margin: 0 0 10px;
}

.prinz-form .form-acceptance {
	clear: both;
	padding: 30px 15px;
	display: flex;
	font-size: 12px;
}

.prinz-form .wpcf7-submit {
	width: auto;
	margin-left: 15px;
}

@media (min-width: 800px) {
	.prinz-form .col-md-6 {
		float: left;
		width: 50%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.nav-wrapper {
	border-bottom: 1px solid #e5e5e5;
	transition: background-color 0.3s ease-in-out;
}

.main-navigation {
	width: 100%;
}

.main-navigation .nav-menu {
	display: flex;
	flex-wrap: wrap;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	background: #fff;
	visibility: hidden;
	opacity: 0;
	transform: translateY(25px);
	transition-duration: 300ms;
	transition: transform 0.2s cubic-bezier(0.18, 0.74, 0.72, 1), opacity 0.1s ease-in;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul li.focus > ul {
	display: block;
	visibility: visible;
	opacity: 1;
	left: auto;
}

.main-navigation li {
	position: relative;
}

@media (max-width: 1200px) {
	.main-navigation li {
		width: 100%;
	}
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 13px;
	color: #363b3f;
}

.main-navigation a:hover, .main-navigation a.focus {
	background: #e5e5e5;
}

.main-navigation .menu-main-menu-container {
	display: none;
}

/* Small menu. */
.menu-toggle {
	position: absolute;
	top: 70px;
	right: 20px;
	background: none;
	border-radius: 0;
}

@media (max-width: 400px) {
	.menu-toggle {
		right: 0;
	}
}

.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
	background: none;
}

.comment-navigation,
.posts-navigation,
.post-navigation {
	max-width: 1200px;
	margin: 0 auto;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-links a,
.posts-navigation .nav-links a,
.post-navigation .nav-links a {
	background: #428bca;
	color: #fff;
	border-radius: 5px;
	padding: calc(0.667em + 4px) calc(1.333em + 4px);
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

@media screen and (min-width: 1200px) {
	.menu-toggle {
		display: none;
	}
	.nav-wrapper.sticky {
		width: 100%;
		position: fixed;
		top: 0;
		background: #fff;
		z-index: 999;
	}
	.main-navigation .menu-main-menu-container {
		display: block;
	}
	.main-navigation .nav-menu > li {
		margin-right: 16px;
	}
	.main-navigation .nav-menu > li > a {
		text-transform: uppercase;
	}
	.main-navigation ul li:hover > ul {
		top: 22px;
		display: block;
		visibility: visible;
		opacity: 1;
		left: auto;
	}
	.main-navigation ul ul li:hover > ul {
		display: block;
		left: auto;
	}
	.main-navigation ul ul a {
		width: 200px;
	}
}

@media screen and (max-width: 1200px) {
	.menu-toggle{
		display: block;
	}

	.main-navigation.toggled .menu-main-menu-container {
		display: block;
	}
	.main-navigation.toggled .menu-item {
		border-bottom: 1px solid #e5e5e5;
	}
	.main-navigation.toggled .menu-item.focus > .sub-menu {
		position: relative;
		top: 0;
		width: 100%;
		float: none;
		transform: none;
		border-top: 1px solid #e5e5e5;
		background: #f1f1f1;
		box-shadow: none;
	}
	.main-navigation.toggled .menu-item.focus a::after {
		transform: rotate(270deg);
	}
	.main-navigation.toggled .menu-item.menu-item-has-children {
		position: relative;
	}
	.main-navigation.toggled .menu-item.menu-item-has-children > a::after {
		transition: .4s ease transform;
		content: url("images/right.svg");
		width: 20px;
		height: 20px;
		position: absolute;
		top: 12px;
		right: 20px;
	}
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 1200px) {
	.page-content,
	.entry-content,
	.entry-summary {
		padding-left: 0;
		padding-right: 0;
	}
}

article > .entry-content {
	padding-bottom: 3em;
	margin-left: auto;
	margin-right: auto;
}

article > .entry-content h2 {
	font-size: 30px;
}

article > .entry-content .wp-block-column h2:first-of-type {
	margin-top: 0;
}

article > .entry-header {
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 1200px) {
	article > .entry-header {
		padding-left: 0;
		padding-right: 0;
	}
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.header-bg {
	background: url(images/page-title-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	padding: 30px 10px;
}

.header-bg h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 300;
}

.rank-math-breadcrumb {
	padding: 0 30px;
	height: auto;
	line-height: 30px;
	font-size: 11px;
	color: #fff;
	background: #428bca;
}

@media (min-width: 650px) {
	.rank-math-breadcrumb {
		float: right;
	}
}

.rank-math-breadcrumb p {
	margin: 0;
}

.rank-math-breadcrumb a {
	color: #fff;
}

.rank-math-breadcrumb .separator {
	padding: 0 8px;
}

.header--post {
	margin-top: 50px;
	position: relative;
	padding-left: 80px !important;
	padding-bottom: 30px;
}

body.archive article > .entry-content,
body.search article > .entry-content,
body.blog article > .entry-content {
	border-bottom: 2px solid #428bca;
	max-width: 1200px;
}

body.archive article:last-of-type > .entry-content,
body.search article:last-of-type > .entry-content,
body.blog article:last-of-type > .entry-content {
	border-bottom: 0;
}

.newsletter-popup {
	background: #f2f2f2;
	display: none;
	max-height: 80%;
	border: 1px solid #ccc;
	position: fixed;
	z-index: 10002;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	transition: all .3s ease-out;
	min-width: 300px;
	max-width: 500px;
}

.newsletter-popup__close {
	font-size: 33px;
	position: absolute;
	right: 0px;
	top: -1px;
	padding: 0 14px;
	background: #ccc;
	color: #fff;
}

.newsletter-popup__close:hover, .newsletter-popup__close:active, .newsletter-popup__close:focus {
	color: #fff;
}

.newsletter-popup__icon {
	text-align: center;
}

.newsletter-popup__icon svg {
	width: 45px;
	padding-top: 12px;
}

.newsletter-popup h2 {
	font-size: 18px;
	text-align: center;
	margin-top: 4px;
}

.newsletter-popup__inner {
	padding: 6px 10px;
}

.newsletter-popup p {
	margin: 0 5px;
	font-size: 12px;
}

.newsletter-popup input {
	width: 100%;
}

.newsletter-popup .rodo {
	font-size: 12px;
	text-align: center;
	margin: 15px 5px;
}

.newsletter-popup.gk-active {
	display: block;
}

.newsletter-popup.hidden-popup {
	display: none;
}

.site-main--404,
.not-found.container {
	text-align: center;
	padding-bottom: 50px;
}

.site-main--404 .page-header,
.not-found.container .page-header {
	padding-top: 60px;
}

.site-main--404 h1,
.not-found.container h1 {
	font-size: 40px;
}

.site-main--404 form,
.not-found.container form {
	max-width: 460px;
	margin: 0 auto;
}

.site-main--404 .searchform__input,
.not-found.container .searchform__input {
	width: 100%;
}

@media (min-width: 1200px) {
	.header-bg {
		padding: 30px 0;
	}
	.newsletter-popup {
		top: 50%;
	}
	.newsletter-popup h2 {
		font-size: 24px;
	}
	.newsletter-popup__inner {
		padding: 10px 40px;
	}
	.newsletter-popup p {
		font-size: 14px;
	}
}

@media (max-width: 1200px) {
	.entry-content > .wp-block-cover {
		margin-left: -20px !important;
		margin-right: -20px !important;
		width: auto;
	}
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Gutenberg Blocks
--------------------------------------------- */
.entry-content > * {
	max-width: 1200px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.entry-content > *.alignwide {
	max-width: 1400px;
}

.entry-content > *.alignfull {
	max-width: none;
}

.entry-content > iframe {
	display: block;
}

.entry-content iframe {
	max-width: 100% !important;
}

.herofront h1 {
	float: right;
}

.wp-block-button .wp-element-button,
.wp-block-button .wp-block-button__link {
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.wp-block-button .wp-element-button:hover, .wp-block-button .wp-element-button:active, .wp-block-button .wp-element-button:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:active,
.wp-block-button .wp-block-button__link:focus {
	background: #2b3032;
	color: #fff;
}

.wp-block-button.pobierz-katalog {
	margin: 30px 0;
}

.wp-block-button.pobierz-katalog .wp-block-button__link {
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	background: transparent;
	border: 2px solid #428bca;
	padding: 16px 30px 16px 50px;
	font-size: 20px;
	color: #428bca;
	position: relative;
}

.wp-block-button.pobierz-katalog .wp-block-button__link::before {
	content: '';
	background: url(images/pdf.svg) no-repeat;
	background-size: 24px 28px;
	width: 24px;
	height: 28px;
	position: absolute;
	left: 18px;
	top: 16px;
}

.wp-block-button.pobierz-katalog .wp-block-button__link:hover, .wp-block-button.pobierz-katalog .wp-block-button__link:active, .wp-block-button.pobierz-katalog .wp-block-button__link:focus {
	background: #e5e5e5;
	color: #428bca;
}

.wp-block-separator {
	color: #428bca;
	margin-bottom: 25px;
}

.wp-block-latest-posts__post-title {
	display: block;
	font-size: 24px;
	font-weight: 500;
	margin-top: 10px;
	line-height: 30px;
	padding: 10px 0;
}

.wp-block-latest-posts__post-date {
	background: #428bca;
	display: inline-block;
	padding: 4px 8px;
	color: #fff;
	font-size: 13px;
}

.catalog a {
	padding: 12px 12px 12px 46px;
	width: 100%;
	color: #fff;
	display: block;
	position: relative;
}

.catalog a:hover, .catalog a:focus {
	text-decoration: underline;
}

.catalog a::before {
	content: '';
	background: url(images/pdf.svg) no-repeat;
	background-size: 22px 26px;
	width: 22px;
	height: 26px;
	position: absolute;
	left: 14px;
	top: 9px;
}

.catalog h4 {
	background: #333;
	margin: 10px 0 0;
	padding: 0;
	font-size: 1em;
}

.catalog h4.multilang > a:not(:first-child) {
	display: inline-block;
	width: auto;
	float: right;
}

.catalog h4.multilang > a:first-child {
	display: inline-block;
	width: auto;
	padding-left: 12px;
}

.catalog h4.multilang > a:first-child::before {
	display: none;
}

.catalog h4.multilang + ul > li > a:not(:first-child) {
	display: inline-block;
	width: auto;
	float: right;
}

.catalog h4.multilang + ul > li > a:first-child {
	display: inline-block;
	width: auto;
	padding-left: 12px;
}

.catalog h4.multilang + ul > li > a:first-child::before {
	display: none;
}

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

.catalog ul li {
	background: #e5e5e5;
}

.catalog ul li a {
	margin-bottom: 2px;
	color: #2b3032;
}

.staff .wp-block-column > p {
	margin: 0 0 10px;
}

.staff .wp-block-column em {
	font-size: 13px;
}

.wp-block-table.company-table {
	max-width: 800px;
	margin: 0 auto;
}

.wp-block-table td {
	border-color: rgba(0, 0, 0, 0.1);
	line-height: 1.9;
}

@media (min-width: 1200px) {
	.company-table td.has-text-align-center {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.wp-block-gallery .wp-block-image a,
.envor-product-1 .wp-block-image a,
.envor-project-inner .wp-block-image a {
	position: relative;
	display: flex;
}

.wp-block-gallery .wp-block-image a::after,
.envor-product-1 .wp-block-image a::after,
.envor-project-inner .wp-block-image a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(images/search-white.svg) no-repeat;
	background-size: 65px;
	background-position: center;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: opacity 0.3s linear;
}

.wp-block-gallery .wp-block-image a:hover::after,
.envor-product-1 .wp-block-image a:hover::after,
.envor-project-inner .wp-block-image a:hover::after {
	opacity: 1;
}

.wp-block-column .wp-block-button,
.wp-block-column .wp-block-button__link {
	width: 100%;
}

/* Page Templates
--------------------------------------------- */
.page-template-page-front-php .entry-content,
.page-template-page-cat .entry-content {
	margin-top: 0;
}

.front-posts__item {
	position: relative;
	padding-left: 75px;
}

.front-posts__title {
	font-size: 24px;
	font-weight: normal;
	margin-top: 0;
	line-height: 30px;
	padding-top: 8px;
	border-top: 2px solid #428bca;
}

.front-posts__title a {
	color: #333;
	font-weight: 500;
}

.front-posts__title a:hover {
	color: #428bca;
}

.front-posts__date {
	position: absolute;
	width: 60px;
	left: 0;
	top: 0;
	text-align: center;
	border: 1px solid #f2f2f2;
}

.front-posts__date .day {
	font-size: 180%;
	color: #fff;
	background: #428bca;
	font-weight: 700;
	width: 100%;
	float: left;
	border-bottom: 1px solid #428bca;
	margin-bottom: 4px;
}

.front-posts__date .month {
	text-transform: uppercase;
}

.h2__title {
	font-weight: 500;
	font-size: 30px;
}

.h2__title--border {
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
}

.cover--narrow {
	margin: 50px auto 60px;
}

.cover--narrow .has-text-align-center {
	margin-top: 15px;
	margin-bottom: 20px;
}

@media (max-width: 1200px) {
	.herofront {
		margin: 0 -20px !important;
	}
}

.herofront .wp-block-cover__inner-container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding-right: 80px;
}

.herofront .wp-block-cover__inner-container::after {
	content: url(images/front/austria.png);
	position: absolute;
	right: 0;
	top: 10px;
}

.herofront h1 {
	font-size: 28px !important;
	margin-bottom: 0;
	line-height: 1.1;
}

.herofront h2 {
	font-size: 22px;
}

.herocolumns {
	position: relative;
	margin-top: -100px;
}

.herocolumns h2 {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 500;
}

.herocolumns .wp-block-image {
	text-align: center;
}

.wp-block-buttons .is-style-outline .wp-element-button {
	border-width: 1px;
	position: relative;
	padding-right: 30px;
}

.wp-block-buttons .is-style-outline .wp-element-button::after {
	content: url(images/right.svg);
	width: 18px;
	height: 18px;
	position: absolute;
	top: 10px;
	right: 9px;
}

.wp-block-buttons .is-style-outline .wp-element-button:hover {
	border-color: #428bca;
}

@media (min-width: 800px) {
	.herocolumns h2,
	.herocolumns .has-text-align-center {
		min-height: 115px;
	}
}

@media (min-width: 1200px) {
	.front-posts {
		display: flex;
		margin-right: -30px;
	}
	.front-posts__item {
		padding: 0 30px 0 75px;
		width: 33.333%;
	}
	.herofront {
		margin: 0;
	}
	.herofront .wp-block-cover__inner-container {
		padding-right: 150px;
	}
	.herofront .wp-block-cover__inner-container::after {
		right: 60px;
		top: 52px;
	}
	.herofront h1 {
		font-size: 52px !important;
	}
	.herofront h2 {
		font-size: 42px;
	}
}

.entry-content > h2 {
	font-size: 30px;
	border-bottom: 1px solid #e5e5e5;
	margin: 50px 0 15px;
	padding-bottom: 10px;
	font-weight: 500;
}

.page-template-page-cat .wp-block-cover__inner-container {
	max-width: 1200px;
	margin: 0 auto;
}

.page-template-page-cat .entry-content > .wpcf7 input:not([type="submit"]) {
	width: 100%;
}

.page-template-page-cat .rank-math-breadcrumb {
	position: absolute;
	top: 0;
	right: 18%;
}

.maszyna-header {
	margin-bottom: 30px;
}

.maszyna-header h4 {
	margin-bottom: 20px;
}

.maszyna-header h4 .alignleft {
	margin: 7px 24px 7px 0;
}

.maszyna-header-smallbtns {
	margin-bottom: 20px;
}

.maszyna-header-smallbtns .arrow-down-btn {
	position: relative;
	margin-right: 20px;
	padding: 5px 10px 5px 38px;
}

.maszyna-header-smallbtns .arrow-down-btn::before {
	content: url(images/right.svg);
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 15px;
	transform: rotate(90deg);
}

.maszyna-buttons {
	display: flex;
}

.maszyna-buttons .wp-block-button {
	width: 100%;
}

.maszyna-buttons .wp-block-button__link {
	width: 90%;
	text-transform: uppercase;
}

.maszyna-buttons .wp-block-button--border {
	background: transparent;
	color: #428bca;
	border: 2px solid #428bca;
	padding: 9px;
}

.maszyna-buttons .wp-block-button--red {
	background: #de3247;
	width: 95%;
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4;
}

#prinz-parts {
	padding-top: 60px;
}

.envor-toggle {
	width: 100%;
	display: inline-block;
	text-align: left;
}

.envor-toggle article {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.envor-toggle header {
	background-color: #fff;
	border: 2px solid #e5e5e5;
	padding: 8px 40px;
	color: #333;
	font-weight: 500;
	position: relative;
	cursor: pointer;
	font-size: 16px;
	text-transform: uppercase;
	transition: linear .2s ease-in-out;
}

.envor-toggle header::before {
	content: url(images/right.svg);
	transition: .4s ease transform;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 8px;
	left: 15px;
	transform: rotate(90deg);
}

.envor-toggle header.active {
	border: 2px solid #428bca;
}

.envor-toggle header.active::before {
	transform: rotate(270deg);
}

.envor-toggle .wpb_wrapper > span {
	display: flex;
	flex-wrap: wrap;
}

.envor-toggle .envor-product-1 {
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 0;
}

.envor-toggle .envor-product-1 > div {
	width: 100%;
}

.envor-toggle .envor-product-1__left {
	flex: 50%;
}

@media (min-width: 800px) {
	.envor-toggle .envor-product-1__left {
		flex: 34%;
	}
}

.envor-toggle .envor-product-1 figure {
	padding-right: 30px;
}

.product-description-table td {
	padding: 5px 10px;
	font-weight: 400;
}

.download__btn {
	color: #428bca;
	text-transform: uppercase;
}

.video-overlay {
	display: none;
	position: fixed;
	top: 10%;
	left: 0;
	padding: 45px 15px;
	background: #e5e5e5;
}

.video-overlay__close {
	position: absolute;
	right: 10px;
	top: 2px;
	font-size: 30px;
	font-weight: 600;
	padding: 0 10px;
	cursor: pointer;
}

.video-overlay.active {
	display: block;
	z-index: 9999;
}

.wp-block-image.with-video a {
	position: relative;
}

.wp-block-image.with-video a::after,
.wp-block-image.with-video.img--overlay a:after {
	background: url(images/play.svg) no-repeat;
	background-size: 65px;
	background-position: center;
	background-color: rgba(0, 0, 0, 0.6);
	transition: opacity 0.3s linear;
	opacity: 0.5;
}

.wp-block-image.with-video.img--overlay a:after {
	background-image: url(images/search-white.svg);
}

.wp-block-image.with-video a:hover::after {
	opacity: 1;
}

.list--seealso {
	padding: 0;
	max-width: 830px;
}

.list--seealso li a {
	display: inline-block;
	line-height: 2em;
}

@media (min-width: 800px) {
	.maszyna-header {
		display: flex;
	}
	.maszyna-header__left {
		width: 40%;
		padding-right: 30px;
	}
	.maszyna-header__right {
		width: 60%;
		padding-left: 30px;
	}
	.lead {
		font-size: 21px;
	}
	.columns-5 {
		margin-top: 12px !important;
	}
	.columns-5 > .wp-block-image {
		width: calc(20% - 6px);
	}
	.embed {
		display: flex;
		flex-wrap: wrap;
		margin-top: 12px;
		margin-left: -1%;
		margin-right: -1%;
	}
	.embed-container {
		width: 48%;
		margin: 1%;
	}
	.download {
		display: flex;
	}
	.download__item {
		margin-right: 40px;
	}
	.product-description-table td {
		padding: 5px 4%;
	}
	.narrow-wrap {
		max-width: 56rem;
	}
	.video-overlay {
		padding: 50px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*# sourceMappingURL=style.css.map */