/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* Roter Rand über und unter Navigationsleiste, BG-Farbe festlegen und Schatten über Nav.Leiste weg */
.jp-menu-outer {
  width: 100%;
  padding: 0;
/* box-shadow: 0px 11px 8px -10px #dddddd, 0px -11px 8px -10px #666666; */
  box-shadow: none;
  background-color: #e6e6e6;
  border-top: 1px solid #E2001A;
  border-bottom: 1px solid #E2001A;
}
/* Gesamthöhe Schatten reduziert von orig. 45px */
.menu-shadow {
    width: 100%;
    background: url("../images/menu-shadow.png") no-repeat center top;
    height: 25px;
}

/* Logo-Bild rechts ausrichten */
.uk-navbar-center {
    float: none;
    text-align: right;
    max-width: 50%;
    margin-left: auto;
    margin-right: 0;
}

/* Hamburger für offcanvas Menü */
.uk-navbar-toggle {
/*    box-sizing: border-box;
    display: block;  */
    padding-top: 20px;
    float: left;
    font-size: 15px;
    color: #E2001A;
}

/* Abstand zu Nav-Leiste und Bottom */
.tm-middle {
  margin-top: 15px;
  margin-bottom: 20px;
}

/* Inhalt muss auf gleicher Höhe beginnen wie Sidebar und etwas breiter sein */
.tm-content {
  background-color: #FFF;
  padding: 12px 15px 25px 15px;
  border: 1px solid #fafafa;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.1);
}

/* Listenzeichen in Akzentfarbe, gefunden im www */
.uk-article ul { list-style-type:none; padding:0; margin:0; }

.uk-article ul li {
  background-image: url("../../../images/square.png");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  padding-left: 1.2em;
  padding-bottom: 3px;
}

.uk-article ul li ul { list-style-type:none; padding:0; margin:0; }

.uk-article ul li ul li {
  background-image: url("../../../images/square2.png");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  padding-left: 1.2em;
  padding-bottom: 2px;
}

ul.pagenav {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.pagenav li {
    line-height: 32px;
    background: none;
}

/* Style Copyright unten */
.tm-footer {
    position: relative;
    text-align: center;
    background: #e6e6e6;
    color: #000;
    font-size: 12px;
    border-top: 1px solid #E2001A;
    margin-top: 15px;
}

/* Position und hover-Farbe geändert, Orig. bottom 40px */
.tm-totop-scroller {
  display: block;
  position: fixed;
  bottom: 50px;
  right: 25px;
  z-index: 1000;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #333333;
  text-decoration: none !important;
  text-align: center;
  -webkit-transition: all linear 0.05s;
  transition: all linear 0.05s;
}
.tm-totop-scroller:hover, .tm-totop-scroller:focus {
    color: #E2001A;
    font-size: 16px;
    outline: none;
    text-decoration: none;
}

/* Widgetkit bitz style ;)
 ========================================================================== */

.wk-slideshow img, .wk-gallery img, .spotlight img, a[data-lightbox] img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    z-index: 20;
}
/* Modifier `uk-nav-offcanvas` und search in offcanvas
 ========================================================================== */

.uk-offcanvas .uk-search {
  display: block;
  margin: 20px 0;
  position:relative;
  z-index:2000;
}
/* Items */
.uk-nav-offcanvas > li > a {
  text-transform: uppercase;
  color: #cccccc;
  padding: 10px 10px;
  border-top: 1px solid #E2001A;
  border-bottom: 1px solid #E2001A;
}
/*
 * Hover
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
  background: #404040;
  color: #ffffff;
  /* 2 */
/*  outline: none; */
}
/*
 * Active
 * `html .uk-nav` needed for higher specificity to override hover
 */
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #222222;
  color: #ffffff;
  border-bottom:1px solid #222222;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-offcanvas .uk-nav-header {
  color: #cccccc;
  font-size: 16px !important;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-offcanvas .uk-nav-divider {
  border-top: 1px solid #222222;
}
/*
 * Nested items
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 */
.uk-nav-offcanvas ul a {
  color: #cccccc;
  padding: 8px 0 !important;
  font-size: 16px !important;
}
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
  color: #ffffff;
}

/* Versuch, die Bottom-Module zu stylen */
.uk-panel-box {
  padding: 12px;
  background: #fafafa;
  color: #333333;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}
.uk-grid + .uk-grid, .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 22px;
}

.jp-top-outer {
    width: 100%;
    max-width: 100%;
    background-color: #e6e6e6;
    border-bottom: 1px solid #E2001A;
}

.tm-toolbar {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}

.uk-subnav-line > *::before {
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: middle;
}

.uk-subnav li a {
    font-size: 14px;
    line-height: 18px;
    color: #222 !important;
    padding-left: 20px;
    border-left: 1px solid #E2001A !important;
}

.uk-subnav li:last-child {
    border-right: 1px solid #E2001A !important;
    padding-right: 20px;
    margin-right: 70px;
}

.uk-subnav li a:hover, a:focus {
    font-size: 14px;
    color: #e2001a !important;
    text-decoration: underline;
    outline: none;
}

.uk-container {
    padding: 0 !important;
}

.uk-panel-title {
    font-size: 18px;
}
/* Spezielle Formatierung für Corona */
.uk-panel-box.corona {
/*	background-image:url(../images/corona2.png),
	url(../images/bg_stained.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center right, left; */
	background-color: #fafafa;
	border: 1px solid #e6e6e6;
	padding-right: 10px;
} 
.corona h3 {
	font-size: 1.5em !important;
	padding-top: 12px;
}	

.corona ul li {
    font-size: 20px;
	line-height: 28px;
	color: black;
	text-decoration: underline;
}
.uk-nav-side > li.uk-active > a {
    background: transparent;
    color: #E2001A;
}

/* Eigenes Modul - Listenzeichen in Akzentfarbe, gefunden im www, für eigene Module */
.uk-panel-box.direkt ul { list-style-type:none; padding:0; margin:0; }

.uk-panel-box.direkt ul li {
  background-image: url("../../../images/square2.png");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  padding-left: 1.2em;
  padding-bottom: 1em;
}

