/**
 * Eigene CSS Jens
67: 3-spaltig
Ende: 1 & 2-spaltig 

300: Module Top
322: Module Links
373: Module rechts

**/

:root {
  --main-background-color: #444;
  --id-color: #00b1e6;
  --leading-background-color: #ddd;
  --leading-frame-color: #ddd; /* #990; */
  --primary-background-color: lightgray;
  --primary-frame-color: #00b1e6; /* id-color */
  --secondary-background-color: #FCC; /* lightgray;*/
  --secondary-frame-color: #FCC;
  --ListLink-color: blue;
}

body {
  background-color: var(--main-background-color) !important;  
  color: black !important;
}

em {
  color: inherit !important;
}

figcaption {
  margin: 0 5px 5px 5px;
  font-size: 14px;
}

blockquote {
  font-style: italic !important;
  line-height: 1.3 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

li {
  margin-bottom: 15px;
}

ol > li > ol, ol > li > ul, ul > li > ol, ul > li > ul {
  margin: 15px !important;
}

em {
  color: inherit; 
  font-style: italic;
}

hr {
  width: 100%;
  height: 1px;
  color: white; /* nur 1px, rest bg */
  background: white;
}

h2.tagItemTitle {
  font-size: 22px;
}

div.el-content h3 {
  font-weight: bold;
  padding-top: 10px;
}

figcaption.jens-figcaption {
	font-size: 14px;
	font-style: italic;
	text-align: right;
	color: grey !important;
}

p.jens-figdescription {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 30px;
}

/* Design Blogansicht */

/*************** Dreispaltiges Layout ist Default ab 1400px****************************/
	
div.container {
	max-width: 1530px;
}  
	
aside#sp-left	{
	flex: 0 0 20%;
	max-width: 20%;
}

aside#sp-right{
	flex: 0 0 20%;
	max-width: 20%;
}

main#sp-component {
	flex: 0 0 60%;
	max-width: 60%;
}

a.pagenav {
  color: lightgray;
}*/

ul.uk-pagination {
    background-color: var(--id-color);
    margin-right: -11px;
    padding-top: 7px;
    /* color: black; */
}

.Navi {
  visibility: collapse;
}


/* Leading Articles */

#itemListLeading {
  margin-bottom: -33px;
}

#itemListLeading .tm-itemContainer{
  background-color: var(--leading-frame-color);
  padding: 11px;
  margin: 2px;
  width: 99%; /* statt 100% */
  display: flex; /* Kästchen über ganzen Bereich */
}

div.groupLeading {
  background-color: var(--leading-background-color);
  padding: 20px;
  padding-bottom: 30px;
}

#itemListLeading h2 {
  font-weight: bold;
  font-size: xx-large;
}

/* Primary Articles */

#itemListPrimary .tm-itemContainer {
  background-color: var(--primary-frame-color);
  padding: 11px;
  margin: 3px;
  width: 49%; /* statt 50% */
  display: flex; /* Kästchen über ganzen Bereich */
}

#itemListPrimary h2 {
  font-size: 24px;
  line-height: 1.4;
  font-family: Dosis, sans-serif;
  font-weight: 600;
}

div.groupPrimary {
  background-color: var(--primary-background-color);
  padding: 20px;
  padding-bottom: 30px;
}

/* Secondary Articles */

#itemListSecondary .tm-itemContainer {
  background-color: var(--secondary-frame-color);
  padding: 11px;
  margin: 3px;
  width: 49%; /* statt 50% */
  display: flex; /* Kästchen über ganzen Bereich */
}

div.groupSecondary {
  background-color: var(--secondary-background-color);
  padding: 20px;
  padding-bottom: 30px;
}

#itemListSecondary h2 {
  font-size: 24px;
  line-height: 1.4;
  font-family: Dosis, sans-serif;
  font-weight: 600;
}

/* ListLinks */

#tm-itemListLinks {
  color: white;
}

/* ItemList */

.view-itemlist main {
  background-color: inherit;
} /* main Ist genauso in item vorhanden, daher muss hier getrennt formatiert werden */

/* Item View */

.view-item .el-itemBody {
  margin-top: 15px;
  line-height: 1.3;
  font-size: 18px;
}

.view-item .uk-text-lead {
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    color: inherit;
}

.view-item #k2Container {
  	width: 70%;
	margin-left: 40px;
}

.view-item main {
  background-color: lightgray;
}

.view-item .itemHits {
  padding-left: 19px;
  margin-top: -16px;
}

.view-item h1 {
  font-weight: 600;
  line-height: 1.3;
  font-size: 34px;
}

/* Tag Listing */

.tagItemView {
  background-color: lightgray;
  padding: 13px;
}

div.tagItemView {
    margin-bottom: 20px;
}

.tagView h1 {
  margin-bottom: 20px;
  background-color: var(--id-color);
  padding: 10px;
  font-size: 40px;
}

span.tagItemDateCreated {
  font-size: 14px !important;
}

/* User Blog */

div.userBlock {
  background-color: var(--id-color);
  border: inherit;
  border-radius: inherit;
  display: flex;
  align-items: center;
}

.userBlock img {
  width: 8% !important; /* nur für Avatar */
}

.userBlock h2 {
  line-height: 1;
}

.userItemView {
  background-color: lightgray;
  padding: 13px;
}

div.userItemView {
    margin-bottom: 20px;
}

span.userItemDateCreated {
  font-size: 14px !important;
}

/* Suchergebnisse */

div.genericItemView {
  background-color: lightgray;
  padding: 10px;
  padding-top: 5px;
  margin-bottom: 20px;
}

.genericView h1 {
  background-color: var(--id-color);
  padding: 10px;
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: 0px;
}

/****************** Modul Content-Top ************************/

#k2ModuleBox119,#k2ModuleBox120 {
	background-color: var(--primary-background-color);
	margin: 0 -12px 30px -15px;
  	padding-bottom: 8px;
}

#k2ModuleBox119 h3, #k2ModuleBox120 h3 {
  font-size: xx-large;
  font-family: Dosis, sans-serif;
  font-weight: bold;
}

#k2ModuleBox119 a {
	color: var(--id-color) !important;
}

#k2ModuleBox119 a.uk-button {
  margin-left: 5px;
}

/***************** Module links **********************/
/*  module-117 -- Empfehlungen
	module-121 -- Impfung
    module-122 -- Werkzeuge
	module-129 -- Neuste Artikel */

#sp-left h3.uk-card-title {
	padding: 0 0 0 8px;
	margin: 2px 0 2px 0;
}

#sp-left div.uk-child-width-1-1 {
	margin: 0 -32px 0px -74px;
}

#sp-left .uk-grid-margin::before {
	border-top-style: none;
}

#module-117, #module-121, #module-122, #module-129 {
  background-color: darkgray;
  padding: 0px 0 0 0;
  margin-bottom: 13px !important; 
} 

#k2ModuleBox117, #k2ModuleBox121, #k2ModuleBox122, #k2ModuleBox129 {
  background-color: inherit;
}

#module-117 div.uk-grid-margin,
#module-122 div.uk-grid-margin,
#module-129 div.uk-grid-margin {
    margin-top: 20px;
}

#module-117 .uk-margin-remove-first-child .uk-first-column,
#module-122 .uk-margin-remove-first-child .uk-first-column,
#module-129 .uk-margin-remove-first-child .uk-first-column{
    background-color: var(--primary-background-color);
  	line-height: 1.4;
    margin: -23px 8px 0 6px;
    padding: 4px 4px 10px 5px;
}

#module-121 div.uk-child-width-expand {
  margin-bottom: -23px;
}

#module-121 .uk-margin-remove-first-child .uk-first-column {
    background-color: var(--primary-background-color);
  	line-height: 1.4;
    margin: -20px 8px 0 6px;
    padding: 4px 4px 0px 5px;
}

#module-129 .el-title {
	margin-bottom: 10px !important;
}


/******************* Module rechts ****************************/

#module-100, #module-110, #module-111, #module-112, 
#module-115, #module-118, #module-123, #module-128 {
  background-color: var(--secondary-frame-color);
  padding: 0px 7px 7px 7px;
  margin-bottom: 13px !important;
}

#module-125 input#mod-finder-searchword125 {
  margin-bottom: -27px;
}

#module-125 div.finder {
  margin-bottom: -14px;
}

#module-128 .k2ModuleBox.uk-card-body {
  padding: 30px 8px;
}

div.ModPos_right {
  background-color: var(--main-background-color);
}

.ModPos_right h3.uk-card-title {
  margin-bottom: 0px;
  font-family: Dosis, sans-serif;
}

/* Kategorien */

#k2ModuleBox110 ul.level0 {
  line-height: 1.3;
  list-style: none;
  margin: -17px 0 0 -16px;
}

#k2ModuleBox110 ul.level1 {
  list-style: circle;
  margin: 5px 0 0 20px;
}

#k2ModuleBox110 ul.level2 {
  list-style: disc;
  margin: 5px 0 10px 15px;
}

/* Schlagworte */

#k2ModuleBox112 ul.uk-subnav {
  margin: -18px 0 -10px -30px !important;
  line-height: 1.3;
}

/* Untermenu */
ul#untermenu {
  background-color: white;
  padding: 0px 0px 10px 23px !important;
}

.uk-nav-primary > li > a {
  font-size: 16px;
  line-height: 1.3;
  color: var(--id-color);
  margin-bottom: -8px;
}

.uk-nav-sub > li > a {
  color: var(--id-color) !important;
  margin-top: 5px;
}

/**********************/
.uk-grid {
    margin: -19px;
}

<!-- * + .uk-h1, * + .uk-h2, * + .uk-h3, * + .uk-h4, * + .uk-h5, * + .uk-h6, * + .uk-heading-2xlarge, * + .uk-heading-large, * + .uk-heading-medium, * + .uk-heading-small, * + .uk-heading-xlarge, * + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin-top: 14px;
} -->

.uk-margin-top {
    margin-top: 10px !important
}

.sp-preloader {
    color: black;
}

div.itemList {
    margin-top: -3px;
    margin-left: 22px;
    margin-right: -21px;
}

/* Social Icons */

div.itemTwitterButton {
	float:none;  
} /* überschreibt sonst itemTwitterButton */

.itemTwitterButton {
  float: none;
  display: inline-block;
}

.itemEmailButton {
  display: inline-block;
}

.itemPrintButton {
  display: inline-block;
}

/*************** Special für Impressum (Joomla-Artikel) ******/

article {
  background-color: white;
  padding: 20px;
}

/*************** Special für Newsletter (Kontaktformular) ******/
div.fc_page {
  background-color: white;
  padding: 20px;
}

div.fc_conf {
  background-color: white;
  padding: 20px;  
}

/*************** Special für OffCanvasMenu **************/

ul.uk-nav {
  text-align: left;
  line-height: 13px;
}

ul.uk-nav-sub {
  text-indent: 20px;
  line-height: 13px;
  padding-top: 0px;
}

button.uk-offcanvas-close {
  margin: -11px -12px 0 0;
}

/*************** Zweispaltiges Layout ****************************/
 @media only screen and (max-width:1200px)
{
	div.container {
		max-width: 1140px;
	}  
	
	aside#sp-left	{
		visibility: collapse;
	}

	aside#sp-right{
		flex: 0 0 25%;
		max-width: 25%;
	}

	main#sp-component {
		flex: 0 0 75%;
		max-width: 75%;
	}
}


/*************** Einspaltiges Layout ******************************/

@media only screen and (max-width: 1024px)
{
  	aside#sp-left	{
      max-width: 0%;
		visibility: collapse;
	}
  
	aside#sp-right{
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 15px;
		padding-left: 15px;
}

	main#sp-component {
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}	
	
 #itemListPrimary .tm-itemContainer {
  	background-color: var(--primary-frame-color);
  	padding: 11px;
  	margin: -6px;
  	width: 98%; /* statt 50% */
  	display: block; /* Kästchen über ganzen Bereich */
  }
  
  #itemListSecondary .tm-itemContainer {
  	background-color: var(--secondary-frame-color);
  	padding: 11px;
  	margin: 3px;
  	width: 98%; /* statt 50% */
  	display: block; /* Kästchen über ganzen Bereich */
  }
  
  .view-item #k2Container {
  	width: inherit;
	margin-left: inherit;
  }
  
  a.Navi {
    visibility: visible;
  	color: red !important;
  	margin-top: 15px;
  }

  #sp-right .uk-panel:first-child {
    margin-top: 10px;
  }
}