#colophon #theme-attribution {
	display: none;
}

#masthead {
	padding: 0;
	--a: calc(50% - 270px);
	--b: 276px;
	background: linear-gradient(74deg, #262626 calc(50% - 534px), #ffffff calc(50% - 533px) max(var(--a), var(--b)), #fdcb07 calc(50% - 269px));
}

#masthead .hgroup .logo img {
	display: block;
	max-height: 100px;
  width: auto;
  height: auto;
}

#footer-widgets .widget {
	padding: 0 0;
}

.slider-title-right {
	position: fixed !important;
}

.main-navigation ul li a {
	padding: 20px 20px;
	white-space: nowrap;
}

.main-navigation ul ul li {
	width: 100%;
}

.main-navigation ul ul a {
	width: 100%;
}

.cky-notice-des * {
	font-size: 13px;
}

.pad-left-43 {
	padding-left: 43px;
}

li.lang-item-de {
	display: none !important;
}

#custom-lang-menu {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 110;
}

#header-sidebar a, #header-sidebar a:hover {
	color: #333 !important;
}

.wp-block-nextend-smartslider3 {
	margin-bottom: 0px !important;
}

/*
article.post .entry-header .entry-thumbnail, article.page .entry-header .entry-thumbnail {
		position: relative;
}

article.post .entry-header .entry-thumbnail::after, article.page .entry-header .entry-thumbnail::after {
		content: '';
		background: linear-gradient(180deg, transparent, #fff);
		position: absolute;
		bottom: 0;
		display: block;
		height: 30%;
		width: 100vw;
		left: calc(((100vw - 1080px) / 2)* -1);
}
*/

.wp-block-media-text .wp-block-media-text__content {
	padding: 0 8% 0 0;
}

article.post .entry-header .entry-thumbnail img, article.page .entry-header .entry-thumbnail img {
    display: block;
    height: auto;
    /*max-height: 460px;*/
		max-height: 50vh;
    width: 100vw !important;
    --x: calc((100vw - 1080px) / -2);
		margin-left: min(var(--x), -35px);
		max-width: 100vw;
		object-fit: cover;
		
		/*box-shadow: 0 76px 0 color-mix(in oklab, #343538, #fff 10%);*/
		box-shadow: 0 76px 0 color-mix(in oklab, #262626, #fff 10%);
}

article.post .entry-header .entry-thumbnail + .entry-title, article.page .entry-header .entry-thumbnail + .entry-title {
		color: #fff !important;
		margin-bottom: 20px;
}

.entry-title {
		border-left: 6px solid #fdcb07;
		padding-left: 10px;
		display: inline-block;
}

.action-light {
			background-color: #f7f7f7 !important;
			padding-top: 40px;
			padding-bottom: 50px;
}

@media (min-width: 480px) {
		.main-call-to-action {
				display: block;
				background-color: #343538;
				width: 100vw !important;
				--x: calc((100vw - 1080px) / -2);
				margin-left: min(var(--x), -35px);
				max-width: 100vw;
				object-fit: cover;
		}

		.main-call-to-action div.wp-block-group__inner-container {
				max-width: 1080px;
				 --x: calc((100vw - 1080px) / 2);
				margin-left: var(--x);
		}
		
		.home-box-padding {
			padding: 30px 30px 30px 30px;
	}
}

.call-me-button {
		margin-top: 30px;
    margin-right: -50px;
    font-size: 16px;
    font-weight: 600;
		font-size: 14px !important;
}

.no-wait .sow-cta-base {
		padding: 3em 0 3em 0 !important;
}

.no-wait .sow-cta-base .so-widget-sow-button {
		margin-top: 8px !important;
}

/* telefon i mail w nagłówku */
.header-mail-phone .circle-icon {
		background-color: transparent !important;
}

.header-mail-phone .more-button {
		display: none !important;
}

.header-mail-phone h4 {
		font-size: 14px !important;
		margin-bottom: 0 !important;
		text-align: right;
}
/* ----------------------- */

@media (max-width: 480px) {
		#custom-lang-menu {
			position: absolute;
			top: 0;
			right: -35px;
			height: 100%;
			z-index: 110;
		}
		
		#custom-lang-menu ul li a {
				/*font-size: 0 !important;*/
				visibility: hidden;
				transition: none !important;
		}
		
		#custom-lang-menu ul li a:before {
			visibility: visible;
			font-family: FontAwesome;
			font-size: 18px;
			color: #c6c6c6;
			display: inline-block; 
			content: '\f0ac';
		}
		
		#header-sidebar {
			display: none !important;
		}
		
		.entry-title {
				text-overflow: ellipsis;
				white-space: nowrap;
				width: 80vw;
				overflow: auto;
		}
}