@media (min-width: 480px) {
	:root {
		--banner-margin: 20px;
	}
}

@media (max-width: 479px) {
	:root {
		--banner-margin: 0;
	}
}

.hasFacebookLikes h3 + div .el-link.uk-button.uk-button-text, .hasFacebookLikes .el-content + div .el-link.uk-button.uk-button-text {
	display: none;
}

.uk-alert .el-content {
	font-weight: 600;
}

#fnet-select-first, #fnet-first {
	z-index: 1000;
}

#fnet-select-first h2, #fnet-select-first p, #fnet-select-first a, #fnet-first h2, #fnet-first p, #fnet-first a {
	font-family: "Open Sans", sans-serif !important;
}

#fnet-select-first #fnet-cookie-submit, #fnet-first #fnet-cookie-submit {
	background: #cb1819 !important;
}

#fnet-select-first #fnet-cookie-accept-all-button, #fnet-first #fnet-cookie-accept-all-button {
	background: #cb1819 !important;
}

#fnet-select-first #fnet-cookie-selected-button, #fnet-first #fnet-cookie-selected-button {
	background: #393939 !important;
	color: #fff !important;
}

#fnet-select-first #fnet-cookie-accept-all-button:hover, #fnet-select-first #fnet-cookie-selected-button:hover, #fnet-select-first #fnet-cookie-submit:hover, #fnet-first #fnet-cookie-accept-all-button:hover, #fnet-first #fnet-cookie-selected-button:hover, #fnet-first #fnet-cookie-submit:hover {
	color: #fff !important;
}

#fnet-select-first a, #fnet-first a {
	letter-spacing: 0 !important;
}

.fnet-preview-logo h4 {
	display: flex;
	align-items: center;
}

.fnet-preview-logo h4:before {
	content: '';
	background-image: url("../../../images/logos/iconJN.png");
	width: 32px;
	height: 32px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 0;
	margin-right: 10px;
}

.uk-section, .tm-header {
	margin: 10px 0;
}

.uk-section.uk-margin-remove-vertical, .tm-header.uk-margin-remove-vertical {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.tm-header {
	margin-top: 0;
}

.tm-header .uk-navbar-nav {
	position: absolute;
	left: 115px;
	bottom: -12px;
}

.tm-header .uk-navbar-item.uk-logo {
	position: relative;
}

.tm-header :not(.uk-sticky-below) > .uk-navbar-container {
	padding: 0 !important;
}

.uk-navbar-nav > li > a {
	padding: 0 20px;
}

.tm-page-container, .tm-page-container .tm-page {
	background: #eee !important;
}

h1.uk-tile, h2.uk-tile, h3.uk-tile, h4.uk-tile {
	color: #fff !important;
}

.uk-text-emphasis.uk-icon {
	padding: 10px;
	border-radius: 40px;
	background: #CB1819;
	margin-right: 10px;
}

.uk-panel.uk-tile {
	padding: 5px;
}

.uk-panel.uk-tile .uk-grid > div {
	align-self: center;
}

.uk-navbar-container {
	box-shadow: 0 5px 5px -5px rgba(181, 181, 181, 0.25);
}

.to-top-position {
	display: none;
}

@media only screen and (min-width: 1280px) {
	.to-top-position {
		display: block;
		position: fixed;
		right: 15px;
		bottom: 15px;
	}
}

.overHeadBanner {
	margin-bottom: 10px;
}

.overHeadBanner .banneritem {
	background: #fff;
	text-align: center;
	margin: 0 auto;
}

.BannerSidebar {
	display: none;
}

.overHeadBanner .bannergroup {
	margin-top: 10px;
}

@media (min-width: 960px) {
	.tm-page {
		width: 80%;
		float: left;
		margin: 0 !important;
	}

	.BannerSidebar {
		width: 20%;
		float: left;
		padding: 10px;
		background-color: #f2f2f2 !important;
		box-sizing: border-box;
		display: block;
	}
}

@media (min-width: 960px) {
	.tm-page {
		padding-left: 10px;
		box-sizing: border-box;
	}
}

.page-wrapper {
	max-width: 1500px;
	overflow: hidden;
	margin: 0 auto;
}

.smallSquare .banneritem {
	margin: 8px;
}

/*
.overHeadBanner .slick-list{
  // height: 92px !important;
}

.slick-list{
  overflow: hidden;
}

.slick .banneritem{    text-align: center;
  background: rgba(0,0,0,0.2);
}
*/
.uk-pagination li:nth-last-child(2) {
	display: none;
}

.fancybox-caption.fancybox-caption--separate {
	display: none;
}

@media (max-width: 599px) {
	.uk-h3 {
		font-size: 20px !important;
	}

	.uk-h4 {
		font-size: 14px !important;
	}

	.overflow-mobile .uk-grid {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: scroll;
		margin-right: -10px;
	}

	.overflow-mobile .uk-grid > div {
		min-width: 240px;
	}

	.uk-section-small {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.bannergroup.smallSquare {
		display: flex;
		justify-content: space-around;
	}
}

.uk-card-xsmall .uk-card-small .uk-card-body {
	padding: 5px !important;
}

.uk-card-xsmall .uk-card-small .uk-card-body h2.uk-text-muted {
	color: #fff !important;
}

.fnet-card-red a:hover .uk-card-body {
	background: #CB1819;
}

.fnet-card-red .uk-card {
	opacity: 0.6;
	filter: grayscale(100%);
	transition: 0.2s;
}

.fnet-card-red a.uk-card:hover {
	opacity: 1;
	filter: grayscale(0%);
}

.fnet-card-red .uk-card-body {
	background: #CB1819;
}

.uk-navbar-right {
	flex-wrap: nowrap !important;
}

.bannerfooter {
	position: absolute;
	right: 0;
	top: -10px;
	writing-mode: vertical-rl;
	transform: scaleX(-1) scaleY(-1);
	height: 100%;
	font-size: 14px;
	color: gray;
}

.uk-slideshow-items .uk-button-danger {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: rgba(255, 255, 255, 0);
	line-height: 0;
	font-size: 0;
	box-shadow: none;
	border: none;
	line-height: 1;
}

.uk-slideshow-items .uk-position-cover {
	padding: 0;
}

.uk-slideshow-items .uk-position-cover .el-overlay {
	height: 100%;
	width: 100%;
}

.uk-slideshow-items .uk-position-cover .el-overlay .uk-margin-top {
	height: 100%;
	width: 100%;
}

.fnet-banner-in-row .bannergroup {
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
}

.fnet-overflow-x .uk-grid {
	overflow-x: scroll;
	display: flex;
	flex-wrap: nowrap;
}

.fnet-overflow-x .uk-grid > div {
	min-width: 150px;
}

.fnet-overflow-x .uk-grid h2 {
	font-size: 14px;
}

.fnet-margin-bottom {
	margin-bottom: 20px !important;
}

table {
	display: block;
	overflow-x: auto;
	white-space: nowrap;
	border-collapse: separate;
	margin: 0 auto;
}

table td {
	font-size: 14px;
}

table tr:nth-child(odd) {
	background-color: #eaeaea;
}

table td:first-child {
	text-align: left !important;
}

table td:last-child {
	text-align: right;
}

@media (min-width: 800px) {
	table {
		border-collapse: collapse;
		white-space: normal;
	}
}

@media (max-width: 1200px) {
	.navbar .brand, .navbar .nav > li > a, .navbar-search, .uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
		font-size: 16px;
	}
}

.polizeibericht .uk-grid p {
	margin-top: 2px !important;
}

.polizeibericht .uk-grid h5 {
	color: #CB1819;
	margin-bottom: 0 !important;
}

p, .el-content, div, li {
	letter-spacing: -0.5px !important;
}

html {
	scroll-padding-top: 160px;
	scroll-behavior: smooth;
}

#footer .uk-grid-small > *, #footer .uk-grid-column-small > * {
	padding-left: 5px;
}

.uk-text-small {
	font-size: 14px;
}

.uk-text-bolder {
	font-weight: bolder;
}

input[name=poll]:not([class*=uk-]) {
	margin-top: 4px !important;
}

.qlue-poll p {
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0;
}

.qlue-poll ul {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 0;
}

.qlue-poll text {
	font-weight: bold;
}

.qlue-poll li {
	margin-bottom: 2px;
	padding-bottom: 0 !important;
	padding-left: 20px;
}

.qlue-poll li:nth-child(odd) {
	background: #f5f5f5;
}

.facebook {
	background-color: #1877f2;
}

.telegram {
	background-color: #0088cc;
}

.whatsapp {
	background-color: #25d366;
}

.twitter {
	background-color: #1da1f2;
}

.uk-icon-button .uk-icon[uk-icon="icon: facebook;"] {
	background-color: #1877f2;
	border-radius: 100%;
	padding: 9px;
}

.uk-icon-button .uk-icon[uk-icon="icon: twitter;"] {
	background-color: #1da1f2;
	border-radius: 100%;
	padding: 9px;
}

.uk-icon-button .uk-icon[uk-icon="icon: mail;"] {
	border-radius: 100%;
	padding: 9px;
	background: #393939;
}

.uk-icon-button .uk-icon[uk-icon="icon: instagram;"] {
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	border-radius: 100%;
	padding: 9px;
}

ul.sigFreeClassic {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

ul.sigFreeClassic li {
	margin-bottom: 20px !important;
}

@media (min-width: 1340px) {
	ul.sigFreeClassic li a {
		width: 280px !important;
		height: 180px !important;
	}

	ul.sigFreeClassic li a img {
		width: 280px !important;
		height: 180px !important;
		background-size: cover;
	}
}

@media (max-width: 759px) {
	ul.sigFreeClassic li a {
		width: 165px !important;
		height: 110px !important;
	}

	ul.sigFreeClassic li a img {
		width: 165px !important;
		height: 110px !important;
	}
}

.fullsize img {
	width: 100%;
	height: auto;
}

h1.uk-heading-medium {
	letter-spacing: -2px;
	font-weight: 900;
}

.uk-heading-small {
	letter-spacing: -1px;
}

.sigFreeClear {
	display: none;
}

.awesomplete mark {
	background: rgba(203, 24, 25, 0.8) !important;
}

@media (min-width: 600px) {
	.smallSquare .banneritem {
		margin: 5.5%;
	}
}

.noTextMargin p {
	margin: 0;
}

.tm-header-mobile .uk-nav.uk-nav-default > li a {
	font-weight: 600;
}

.tm-header-mobile .uk-nav.uk-nav-default > li > a {
	font-weight: 700;
}

h3 {
	letter-spacing: -0.5px;
}

.uk-navbar-nav > li > a {
	text-transform: uppercase;
	font-size: 14px;
}

.fnet-filter .uk-subnav-pill .uk-active a {
	border-bottom: 2px solid #000;
}

.fnet-filter .uk-subnav-pill a {
	padding: 0 !important;
}

.uk-subnav-pill.uk-subnav > * {
	padding-left: 20px;
	letter-spacing: 0 !important;
}

.fnet-dienstleister .noTextMargin:last-child hr {
	display: none;
}

@media only screen and (min-width: 900px) and (max-width: 959px) {
	.tm-header .uk-navbar-nav {
		left: 106px;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1100px) {
	.tm-header .uk-navbar-nav {
		left: 14%;
	}
}

@media only screen and (max-width: 900px) {
	.tm-header .uk-navbar-nav > li > a {
		padding: 0 10px;
		font-size: 13px;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1100px) {
	.tm-header .uk-navbar-nav > li > a {
		font-size: 12px;
		min-height: 72px;
	}
}

#footer .uk-grid-row-small > .uk-grid-margin {
	margin-top: 5px !important;
}

@media (max-width: 599px) {
	.uk-h4 {
		font-size: 16px !important;
	}
}

table {
	white-space: normal;
}

@media (max-width: 1279px) {
	.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
		padding: 0 10px;
	}
}

.easy_img_caption {
	display: block;
	line-height: 1.4;
}

.easy_img_caption.uk-text-meta, .uk-text-meta.uk-text-small {
	color: #393939;
	margin-top: 10px;
}

.easy_img_caption.uk-text-meta span, .uk-text-meta.uk-text-small span {
	color: #393939;
	margin-top: 10px;
}

.uk-text-meta.uk-text-small {
	font-family: "Open sans",sans-serif;
	font-weight: 400;
	color: #9b9b9b;
}

.jena-modul h4 {
	padding: 5px;
	background-color: #393939;
	color: #fff;
	text-transform: none !important;
	display: flex;
	align-items: center;
	margin-bottom: 0 !important;
}

.jena-modul h4:before {
	content: '';
	background-image: url(../../../images/logos/iconJN.png);
	width: 32px;
	height: 32px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 0;
	margin-right: 10px;
}

.fnet-article .uk-text-meta {
	color: #3b3b3b;
}

.fancybox-button.fancybox-button--download {
	display: none !important;
}

.fnet-fullwidth img {
	width: 100%;
}

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

.bannergroup .banneritem {
	display: none;
}

@media (max-width: 479px) {
	.uk-text-large p {
		font-size: 18px;
	}

	.uk-text-large {
		font-size: 18px;
	}
}

@media (max-width: 759px) {
	.uk-panel ul.sigFreeClassic li a img {
		width: 150px !important;
		height: 100px !important;
	}

	.uk-panel ul.sigFreeClassic li a {
		width: 150px !important;
		height: 100px !important;
	}
}

.uk-icon-button .uk-icon[uk-icon="icon: youtube;"] {
	background: #FF0000;
	border-radius: 100%;
	padding: 9px;
}

.uk-navbar .uk-icon-button {
	background: none;
}

ins.adsbygoogle {
	background: transparent !important;
}

@media (min-width: 960px) {
	.page-wrapper .BannerSidebar {
		background-color: transparent !important;
	}
}

.uk-navbar-item, .uk-navbar-nav {
	gap: 0 !important;
}

.uk-logo.uk-navbar-item {
	padding: 0;
}

.uk-navbar-right {
	gap: 0 !important;
}

.uk-navbar-item {
	padding: 0 20px;
}

.uk-navbar-container .uk-container.uk-padding-remove-left {
	padding-right: 0;
}

.uk-panel.fnet-popup-modal, .uk-panel.fnet-popup-top, .uk-panel.fnet-popup-bottom {
	margin: 0 !important;
}

.uk-panel.fnet-popup, .uk-panel.fnet-popup-right, .uk-panel.fnet-popup-left, .uk-panel.fnet-popup-bottom, .uk-panel.fnet-popup-top {
	position: fixed;
	margin-left: 20px;
	margin-right: 20px;
	max-width: 400px;
	display: none;
}

.uk-panel.fnet-popup .uk-panel + p, .uk-panel.fnet-popup-right .uk-panel + p, .uk-panel.fnet-popup-left .uk-panel + p, .uk-panel.fnet-popup-bottom .uk-panel + p, .uk-panel.fnet-popup-top .uk-panel + p {
	margin-top: 0;
}

.uk-panel.fnet-popup .uk-close, .uk-panel.fnet-popup-right .uk-close, .uk-panel.fnet-popup-left .uk-close, .uk-panel.fnet-popup-bottom .uk-close, .uk-panel.fnet-popup-top .uk-close {
	margin: 0;
}

.uk-panel.fnet-popup > div, .uk-panel.fnet-popup-right > div, .uk-panel.fnet-popup-left > div, .uk-panel.fnet-popup-bottom > div, .uk-panel.fnet-popup-top > div {
	box-shadow: 0 0 20px 0 rgba(57, 57, 57, 0.2);
}

.uk-panel.fnet-popup .uk-modal-close, .uk-panel.fnet-popup-right .uk-modal-close, .uk-panel.fnet-popup-left .uk-modal-close, .uk-panel.fnet-popup-bottom .uk-modal-close, .uk-panel.fnet-popup-top .uk-modal-close {
	margin: 0;
}

.uk-panel.fnet-popup .uk-section, .uk-panel.fnet-popup-right .uk-section, .uk-panel.fnet-popup-left .uk-section, .uk-panel.fnet-popup-bottom .uk-section, .uk-panel.fnet-popup-top .uk-section {
	box-shadow: 1px 1px 20px rgba(74, 74, 74, 0.25);
	border: 1px solid rgba(74, 74, 74, 0.15);
	border-radius: 12px;
	padding-bottom: 20px !important;
}

.uk-panel.fnet-popup .uk-tile, .uk-panel.fnet-popup-right .uk-tile, .uk-panel.fnet-popup-left .uk-tile, .uk-panel.fnet-popup-bottom .uk-tile, .uk-panel.fnet-popup-top .uk-tile {
	padding: 20px 0;
}

.uk-panel.fnet-popup .uk-container, .uk-panel.fnet-popup-right .uk-container, .uk-panel.fnet-popup-left .uk-container, .uk-panel.fnet-popup-bottom .uk-container, .uk-panel.fnet-popup-top .uk-container {
	padding: 0 20px;
}

.uk-panel.fnet-popup-right {
	right: -2000px;
	bottom: 20px;
	-webkit-animation: slide 0.5s forwards;
	animation: slideRight 0.5s forwards;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

@keyframes slideRight {
	100% {
		right: var(--banner-margin);
	}
}

.uk-panel.fnet-popup-left {
	left: -2000px;
	bottom: 20px;
	-webkit-animation: slide 0.5s forwards;
	animation: slideLeft 0.5s forwards;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

@keyframes slideLeft {
	100% {
		left: var(--banner-margin);
	}
}

.uk-panel.fnet-popup-bottom {
	bottom: -2000px;
	left: unset;
	justify-content: center;
	max-width: 100%;
	-webkit-animation: slide 0.5s forwards;
	animation: slideBottom 0.5s forwards;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

@keyframes slideBottom {
	100% {
		bottom: 0;
	}
}

.uk-panel.fnet-popup-top {
	top: -2000px;
	left: unset;
	justify-content: center;
	max-width: 100%;
	-webkit-animation: slide 0.5s forwards;
	animation: slideTop 0.5s forwards;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

@keyframes slideTop {
	100% {
		top: 0;
	}
}

.uk-panel.fnet-popup-modal {
	display: flex;
	position: fixed;
	z-index: 100;
	-webkit-animation: slide 0.5s forwards;
	animation: fadeModal 0.5s forwards;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
	left: 0px;
	overflow-y: auto;
	top: 0px;
	bottom: 0px;
	right: 0px;
	height: auto;
	width: auto;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.7);
	max-width: unset;
}

.uk-panel.fnet-popup-modal > div {
	margin-top: auto !important;
	margin-bottom: auto !important;
	transform: translateY(0);
	display: flow-root;
	height: auto;
	max-width: 100%;
	position: relative;
}

.uk-panel.fnet-popup-modal {
	display: none;
}

@keyframes slideTop {
	100% {
		top: 0;
	}
}

.uk-panel.fnet-popup-bottom, .uk-panel.fnet-popup-top {
	width: 100%;
}

.fnet-parallax-image .banneritem {
  /*
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  max-height: 600px;
  */;
}

.fnet-parallax-image .banneritem img {
	visibility: hidden;
}

.fnet-parallax-image .banneritem p {
	margin: 0;
}

.uk-card-xsmall {
	padding: 10px;
}

@media (min-width: 480px) {
	.fnet-parallax-image {
		display: none;
	}
}

.fnet-banner-in-row img {
	max-width: 320px;
	width: 100%;
}

.fnet-parallax-image {
	position: relative;
	width: 100%;
	height: 708px;
}

.fnet-parallax-image .banneritem {
	clip: rect(0, auto, auto, 0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 708px;
}

.fnet-parallax-image .banneritem a {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateZ(0);
	will-change: transform;
	z-index: 1;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}