
/* Hintergrundbild entfernen
-----------------------------*/
@page {
	size: A4 !important
}

@-moz-document url-prefix() {
	.block-home div {
		page-break-inside: unset !important;
	}
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	.col-1, .col-offset-1 {
		width: 8.33333333333% !important;
	}

	.col-2, .col-offset-2 {
		width: 16.6666666666% !important;
	}

	.col-3, .col-offset-3 {
		width: 24.9999999999% !important;
	}

	.col-4, .col-offset-4 {
		width: 33.3333333333% !important;
	}

	.col-5, .col-offset-5 {
		width: 41.6666666666% !important;
	}

	.col-6, .col-offset-6 {
		width: 49.9999999999% !important;
	}

	.col-7, .col-offset-7 {
		width: 58.3333333333% !important;
	}

	.col-8, .col-offset-8 {
		width: 66.6666666666% !important;
	}

	.col-9, .col-offset-9 {
		width: 74.9999999999% !important;
	}

	.col-10, .col-offset-10 {
		width: 83.3333333333% !important;
	}

	.col-11, .col-offset-11 {
		width: 91.6666666666% !important;
	}

	.col-12, .col-offset-12 {
		width: 100% !important;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	body, html, body .block-container {
		width: auto !important;
	}

	body .wrapper {
		width: auto !important
	}

	.tile-img {
		max-width: 100% !important;
	}

	.tile-img picture img {
		height: auto !important;
		max-width: none !important;
	}

	.tile-img picture {
		width: auto !important;
		height: auto !important;
	}

	.tile-img, .background {
		width: auto !important;
	}
}

	 .ukj-newslist article, block-home, .content-top div {
		page-break-inside: avoid;
	}

	.col-1, .col-offset-1 {
		width: 8.33333333333%;
	}

	.col-2, .col-offset-2 {
		width: 16.6666666666%;
	}

	.col-3, .col-offset-3 {
		width: 24.9999999999%;
	}

	.col-4, .col-offset-4 {
		width: 33.3333333333%;
	}

	.col-5, .col-offset-5 {
		width: 41.6666666666%;
	}

	.col-6, .col-offset-6 {
		width: 49.9999999999%;
	}

	.col-7, .col-offset-7 {
		width: 58.3333333333%;
	}

	.col-8, .col-offset-8 {
		width: 66.6666666666%;
	}

	.col-9, .col-offset-9 {
		width: 74.9999999999%;
	}

	.col-10, .col-offset-10 {
		width: 83.3333333333%;
	}

	.col-11, .col-offset-11 {
		width: 91.6666666666%;
	}

	.col-12, .col-offset-12 {
		width: 100%;
	}

	footer, .cookie-bar, .breadcrumb, .headerlinks  {
		display: none !important
	}

	.accordion-content {
		display: block !important;
	}

	.tile-content h2{
		color: #0056a2 !important
	}

	html, body {
		background-image: none !important;
		background-color: #FFFFFF;
	}

/* Header-Elemente entfernen
-----------------------------*/

	header .headerlinks,
	header nav,
	.notfall,
	.nav-mobile {
		display: none !important;
	}

/* Logo neu positionieren
---------------------------*/

	.logo-wrapper {
		display: none;
	}

/* Linke Navigation ausblenden
-------------------------------*/

	.sidebar-left {
		display: none;
	}

/* Inhalt nach oben schieben
------------------------------*/

	.wrapper-container {
		margin-top: 80px !important;
	}

/* Inhalt-Container auf volle Breite
-------------------------------------*/

	.content-right {
		width: 100% !important;
	}

/* QuickToNavigation ausblenden
--------------------------------*/

	.quicktonavigation {
		display: none;
	}

/* Footer ausblenden
----------------------*/

	footer {
		display: none;
	}

/* IE11 Außenabstand entfernen
-------------------------------*/

	.bgr-white {
		padding: 0;
	}

	.anfahrt-a {
		display: inline !important;
	}

	.anfahrt-b {
		display: none !important;
	}