/*
  Diese Datei enthält die Styles für den allgemein Auftritt, wie Sidebars und Breadcrumb, alles außer dem Menü 
*/

.debug_info {
  display:none !important;
}

.logged-in .debug_info {
  display:block !important;
}

.tis-menue-item-is-draft-or-private{
  background-color:red !important;
}

html, body {
width:1000px;
margin:auto;
overflow: overlay;
}

ul {
list-style-image:url(/wp-content/uploads//tis/vorlagen/images/dot1.gif);
}

ul ul {
list-style-image:url(/wp-content/uploads//tis/vorlagen/images/dot1b.gif);
}


.site {
  margin: 0 auto;
  --width: 1000px;
  background-color: #fff;
  overflow: hidden;  
} 

div.banner {
  margin: 0 0 0 0 !important;
  position: static;
  top: 0px !important;
  height: 117px;  
}

.site-content {
  border-left: 1px solid #DBE3F1;
  border-right:  1px solid #DBE3F1;
  padding: 0.5rem;
}

.urteil .site-content {
  border-left: 0;
  border-right: 0;
  padding: 0.0rem;
}

.breadcrumb {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -8px;        
	padding: 4px 5px 5px 5px;
	border-top: 1px solid #DBE3F1;
    --background: #DBE3F1;
	background: #ffffff;
}

.breadcrumb a, .breadcrumb span , .breadcrumb strong{
	  font-size: 10px !important;
}

.breadcrumb-path{
    margin-left: 10px; 
	margin-top: 5px; 
	margin-bottom: 5px; 	
} 

.kapitelsteuerung_allgemein_leiste > a:not(:last-child):after {
    content: '|';
    padding-left:  3px;
    padding-right: 3px;    
}

.sidebar {
  background-color: #FFF;
}

hr.teiler{
  background-color: rgb(185, 191, 224); 
  height: 1px; 
  border: 0;
}

.sidebar div.box {
    margin: 15px 0 0 0;
    padding: 0;
    border: 1px solid #DBE3F1;
    width: 188px;
}

.sidebar div.box ul {
    margin: 0;
    padding: 0;
    width: 188px;
    background: #FFFFFF;
}

.sidebar div.box li {
    margin: 0;
    position: relative;
    list-style: none;
    font-size: 0.95em;
    font-weight: bold;
    color: #b1324e;
}

.sidebar div.box li.ueberschrift {
	padding: 8px 4px 8px 10px;
	font-size: 0.95em;
	font-weight: bold;
	/* color: #b1324e;*/
	color: #000000;
	border-bottom: 1px solid #DBE3F1;	
}

.sidebar div.box#suche {
    margin: 0;
    padding: 0px 0 0 0;
    border: 1px solid #DBE3F1;
    width: 188px;
}


.sidebar div.box div#input {
    padding: 6px 4px 0px 10px;
    font-size: 0.95em;
    font-weight: normal;
    color: #000000;
}

.sidebar div.box input {
    padding: 1px 0px;
}

.sidebar div.box span.ueberschrift {
    margin: 0;
    padding: 0px 4px 8px 10px;
    font-size: 0.95em;
    font-weight: bold;
    color: #000000;
}

.sidebar div.box li a {
    padding: 5px 10px 5px 10px;
    font-size: 0.95em;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    display: block;
    width: 168px;
}


/* Footer */
	.site-footer {  
    width: 591px;
    margin-left: 205px;
    padding: 4px 5px 5px 4px;
    background: #DBE3F1;
    font-size: 9.9px;    
    font-weight: normal;
    color: #000;
    line-height: 1.6em;
      
	}

	.site-info {
    padding-left: 10px;  
    font-size: 9.9px;
    text-align: left;    
	}

  .bottom-navigation{  
    margin-top: 5px;
    text-align: left;
  }
  
  ul.footer-menue{
    padding-left: 10px;
    display: inline-flex;
    list-style-type: none;
    margin:0;  
	list-style-image: none;
  }
  
  .footer-menue a {
    color:black;
    font-size: 9.0px;    
  }  
  
  ul.footer-menue > li:not(:last-child):after {
    content: '|';
    margin-left: 5px;
    margin-right: 5px;    
  }
  
  div.relevante-themen{
    padding: 1% 5%;
    border: 5px solid grey;
    background-color: lightgrey;
    box-sizing: content-box;
  
  }
  
  aside .search-field {
    font-size: 0.8rem;
    width: 180px;
    padding: 1%;
    margin-left:0px;
    
  }

  .newsticker div ul{
    list-style-type: none;
    margin: auto;
    padding: 0;  
  }    
  .newsticker a{
    font-weight:bold;
  }  
  .newsticker a::before {
    content: '';
  }
  .newsticker a::after {
    content: '' ;
  }


/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #fff;
	--box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "Noto Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
  overflow: auto;
}

.logged-in .site .skip-link {
	--box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/* Ab hier habe ich sachen aus styles_responsive übernommen */

  body:before {
    --content: "16.4 Desktop Small 955px";
    font-size: 1em;
    position: fixed;
    top: 0;
    left: 0;
    z-index:999;        
	}
  
	.sidebar-links {
    	padding:0px;
		float: left;
		--margin-right: -100%;
		--max-width: 413px;
		position: relative;
		width: 200px;
		min-width: 200px;    
	}

	.sidebar-rechts {
    padding:0px;  
		float: left;
		--margin-right: -100%;
		--max-width: 413px;
		position: relative;
		width: 200px;
	}

	.secondary {
		background-color: transparent;
		box-shadow: none;
		display: block;
		margin: 0;
		padding-left: 0.1em;
	}

	.site-main {
		padding: 1.2em 1.5em 1.0em 0.5em;
	}

	.site-content {    
		display: block;
		float: left;
		margin-left: 5px;
		margin-right: 5px;
		min-width: 582px;
		width: 582px;
		background-color: #fff;
	}

	.main-navigation {
		font-size: 12px;
		font-size: 1.2rem;
		margin: 0 20% 20%;
    	margin: 0 0 0 0;
	}

	.main-navigation a {
		padding: 0.8em 0;
	}

	.main-navigation .menu-item-has-children > a {
		--padding-right: 30px;
	}

	.main-navigation .menu-item-description {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.dropdown-toggle {
		height: 24px;
		width: 24px;
	}

	.dropdown-toggle:after {
		font-size: 16px;
		line-height: 24px;
		width: 24px;
	}

	.social-navigation {
		margin: 0 20% 20%;
	}

	.social-navigation ul {
		margin-bottom: -1.6em;
	}

	.social-navigation li {
		width: 25%;
	}

	.social-navigation a {
		height: 3.2em;
	}


	.pagination {
		margin: 8.333% 8.333% 0;
	}

	.pagination .nav-links {
		min-height: 3.2em;
	}

	.pagination .page-numbers {
		line-height: 3.2em;
		padding: 0 0.8em;
	}

	.pagination .prev,
	.pagination .next {
		height: 48px;
		padding: 0;
		width: 48px;
	}

	.pagination .prev:before,
	.pagination .next:before {
		height: 48px;
		line-height: 48px;
		width: 48px;
	}

  