.droppicspictures {
	clear: both;
	overflow: hidden;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	padding-bottom: 20px;
}
.droppicsgallerydefault .wimg {
	margin: 0 !important;
	padding: 0;
	width: 100% !important;
	height: 198px !important;
	border: 1px solid #ccc;
	box-shadow: 3px 3px 5px #7f7f7f;
}
.droppicsgallerydefault .wimg a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff !important;
	position: relative;
}
.droppicsgallerydefault .wimg img {
	width: 100% !important;
	object-fit: contain;
	height: 100%;
	border-width: 0 !important;
	border-radius: 0 !important;
	margin: 0 !important;
}
.droppicsgallerydefault .wimg a:hover:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -24px;
	display: block;
	content: '';
	width: 48px;
	height: 48px;
	background: transparent url(../../../images/magnify.png) no-repeat;
}
.droppicsgallerydefault .wimg a:hover img {
	opacity: 0.7;
}
#cboxTitle,
#cboxClose {
	display: none !important;
}
#cboxContent {
	background: transparent !important;
}
#cboxLoadedContent {
	border: 0 !important;
	background: transparent !important;
	padding-left: 8px !important;
	padding-top: 8px !important;
}
body:has(.cboxPhoto) {
	overflow: hidden;
}
iframe,
img {
	max-width: 100%;
	height: auto;
}
@media (max-width: 991px) {
	.droppicspictures {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 767px) {
	.kontakt-page iframe {
		max-height: 320px;
	}
	.kontakt-page #acm-contact-116 {
		margin-top: 20px;
	}
	.droppicsgallerydefault .wimg {
		height: 140px !important;
	}
	.droppicspictures {
		grid-template-columns: 1fr 1fr;
	}
	#cboxClose {
		display: initial !important;
	}
	.t3-sidebar {
		padding-left: 15px;
	}
}
.com-finder__search label {
	display: none;
}
.com-finder__search .input-group {
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: 700px;
}
.com-finder__search-legend {
	border: 0;
}
.com-finder__search input {
	height: 50px;
	font-size: 18px;
}
.com-finder__search .btn-primary {
	height: 50px;
	background: #1c325e;
	font-size: 18px;
	border: 0;
	border-radius: 0;
	width: 140px;
}
.com-finder__search .btn-primary span {
	margin-right: 5px;
}
.com-finder__results-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.com-finder__counter {
	display: none;
}
.result__item {
	padding: 10px !important;
	border: 1px solid #108fad !important;
	text-align: center;
}
.result__item + .result__item {
	border: 0;
	margin: 0;
	padding: 0;
}
.result__title-text {
	font-size: 20px;
}
.result__category {
	display: block;
	margin-top: 4px;
	color: #3c3c3c;
}
.result__image img {
	height: 400px;
	object-fit: contain;
	transition: 0.35s;
}
.result__image img:hover {
	filter: brightness(1.2);
}
.visually-hidden {
	font-size: 0 !important;
}
.__size {
	display: none !important;
}
.itemImageBlock .itemAttachmentsBlock span {
	background: none;
}
.jattachment {
	border: 0;
	max-width: 500px;
}
.jattachment .jfile {
	padding: 0;
}
.jattachment .jfile + .jfile {
	border: 0;
}
.jfile a.__name {
	padding: 0;
}
.jfile a.__title {
	margin-left: 0;
	display: block;
	border: 1px solid #126b80;
	color: #000;
	padding: 10px 40px;
	background: url(../images/download-icon.svg) 5px no-repeat;
	background-size: 30px;
	transition: 0.45s;
	-webkit-transition: 0.45s;
	font-size: 14px;
	font-weight: 400;
}
.jfile a.__title:hover {
	text-decoration: none;
	color: #555;
	background-position-y: 10px;
}
.kategorie-item-2 .itemImageBlock .itemAttachmentsBlock span {
	background: none !important;
	padding: 0 !important;
}
.kategorie-item-2 .itemImageBlock .itemAttachmentsBlock > span {
	background: #126b80 !important;
	padding: 5px 10px !important;
}
.page-header {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.page-header h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
}
@media(max-width: 1700px) {
	.t3-megamenu {
		display: flex;
	}
}
@media(max-width: 1520px) {
	.head-search  {
		top: 70px !important;
	}
}
@media (max-width: 1199px) {
	.result__image img {
		height: 250px;
	}
}
@media(max-width: 960px) {
	.head-search  {
		top: 120px !important;
	}
}
@media (max-width: 767px) {
	.com-finder__results-list {
		grid-template-columns: 1fr;
	}
	.result__image img {
		height: 200px;
	}
}
