/* Colors:
	#fff = White
	#000 = Black
	#ffc000 = Orange / rgb(255,192,0)
	#464646 = dark Grey
	#aaa = light Grey
	#f0f0f0 = very light Grey
	#ffff00 = Yellow / rgb(255,255,0)
	#ff3300 = Red
	#b43219 = dark Red
	#d7d7ff = very light Blue
	#e7f0f4 = Sky Blue (Windräder-Hintergrund) => #right
	#e6f5ff = Sky Blue 2 (Tabellen)
	#f5f5f5 = very light Grey => #main
*/

/* Adobe Color Suggestions:

#ffc000 = Orange (Grundfarbe)
#ffff07 = Yellow (Logo-Hintergrund)
#008cff = Light Blue (Links) Alternative: #00417d
#400DFF = Darker Blue (besuchte Links)
#E8180C = Red
#02B500 = Green

*/

html {
  font-size: 12pt;
}

div {
	margin: 0;
}
body {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  color: #000;
  -moz-hyphens: auto; /* Der automatische Zeilenumbruch wird nicht von allen Browsern unterstützt und benötigt in der index.php eine Sprachangabe im <html>-Tag */
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  word-wrap: break-word;
  hyphens: auto;
  overflow-x: hidden; 
}

.mod-finder {
	width: auto;
	margin: auto;
	padding: 0.5rem;
}

label.finder {display: none;}

.btn-primary {
	background-color: rgba(0, 0, 255, 0.1);
	color: #000;
	border-color: #000;
}

.col-xl-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.col-xl-8 .syndicate-module {
	margin-right: 15px;
}

.com-content-category-blog__pagination {
	width: 100%;
	margin: 0.5rem auto;
	background-color: transparent;
	overflow: hidden;
}

.com-content-category-blog__pagination nav {
	background-color: transparent;
}

.com-content-category-blog__pagination nav ul li {
	text-align: center;
}

.com-content-category-blog__pagination .disabled {
	display: none;
}

.sdfootnote {
	font-size: 0.8rem;
	margin: 0.5rem 1rem;
	border-top: 1px solid #f5f5f5;	
	padding-top: 0.5rem;
	}
	
.sdfootnote > sup {
	font-size: 0.5rem;
}

.smallscreen {
	display: block;
}

.bigscreen {
	display: none;
}

.vcounter_TypeText::before {
	content: "Seitenaufrufe: ";
}

.fb_iframe_widget {
    padding-right: 11px;
}

.s2s_wapp_iframe a.wapp_link {
    background: #37AF45 !important;
	color: #fff !important;
}

ul.mod-menu li a {padding: 0.5rem;}
	
@keyframes schnee {
	0% {background-position:0px 0px,0px 0px,0px 0px}
	100% {background-position:500px 1000px,400px 400px,300px 300px}
}

@-moz-keyframes schnee {
	0% {background-position:0px 0px,0px 0px,0px 0px}
	100% {background-position:500px 1000px,400px 400px,300px 300px}
	}
	
@-webkit-keyframes schnee {
	0% {background-position:0px 0px,0px 0px,0px 0px}
	100% {background-position:500px 1000px,400px 400px,300px 300px;}
	}
	
@-ms-keyframes schnee {
	0% {background-position:0px 0px,0px 0px,0px 0px}
	100% {background-position:500px 1000px,400px 400px,300px 300px}
	}

figcaption {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 70%;
	text-align: center;
	/* text-align-last: right; */
	max-width: 90%;
	padding: 0.25rem;
	background-color: transparent;
	margin: 0 auto;
	}
	
#nav {
	padding: 0;
}
	
#nav > div.container-fluid {
margin: 0;
padding: 0;
}	
	
ul.dropdown-menu {
	transform: translate3d(-8rem, 32px, 0px) !important; 
	}
	
#scrollToTop {
	width: 40px;
	height: 40px;
	background-color: transparent;
	background-image: url('../img/scroll-top.png');
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: background-image 0.5s;
	-moz-transition: background-image 0.5s;
	-o-transition: background-image 0.5s;
    transition: background-image 0.5s;
}

#scrollToTop:hover {
	background-image: url('../img/scroll-top-hover.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;	
}

#scrollToTop > img {
	display: none;
}

#searchForm {
	font-size: 10pt;
	display: block;
}

.search-results {
	padding: 0.5rem;
	margin: 0.5rem;
}

.navbar {
	background-color: #f5f5f5;
}

.items-more ol {
	border-bottom: 0;
}

.items-more ol::before {
	content: "Weitere Beiträge: ";
	font-size: 1.15rem;
	font-weight: bold;
	margin: 0 1rem 0.5rem -1rem;
}


/* Pagination */

.pagination {
	font-size: 1rem;	
	display: inline-flex;
	margin: auto;
}

.pagination li.page-item {
	margin: 0;
}

.pagination li.page-item.disabled {
	display: none;
}

.pagination li.active.page-item a {
	background-color: rgba(0, 0, 255, 0.1);
	border-color: black;
	color: navy;	
}

.pagination li.active.page-item a:visited {
	color: #000;
}

.icon-angle-left::before {
	content: "<";
}

.icon-angle-right::before {
	content: ">";
}	

.icon-angle-double-left::before {
		content: "<<";
}

.icon-angle-double-right::before {
		content: ">>";
}	
/* End of Pagination */

.bg-info {
	background-color: transparent !important;
	font-weight: normal;
}
.bg-info::before {
	content: "- ";
}

.item-content {
	background-color: #fff;
	margin: 0.5rem 1rem;
	padding: 0.5rem 1rem;
}

/* jEvents */

.jev_evdt_hits {
    width: 100% !important;
    display: block !important;
    text-align: right;
	}

#right #flatcal_minical > table {
	width: 90%;
	margin: 0 auto;
	max-width: 480px;
	background-color: #fff;
}

#right #flatcal_minical > table td {
	font-size: 10pt;
}

#right #flatcal_minical > table td a {
	font-size: 10pt;
	background-color: #008cff;
	padding: 0.175rem 0.25rem;
	color: #fff !important;
}

#right #flatcal_minical > table td.flatcal_todaycell {
	border-radius: 0;
}

#right #flatcal_minical > table td.flatcal_todaycell a.flatcal_busylink {
	color: #fff;
}

#right #flatcal_minical > table td.flatcal_todaycell a.flatcal_busylink:hover {
	background-color: #ffff07;
}

/* #jevents_header a:hover {
	text-decoration: none !important;
	border-bottom: 0 !important;
	color: #000 !important;
}

#jevents_header a:visited {
	color: #000 !important;
}

#jevents_body {
	background-color: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	}

#jevents_body a {
	padding-top: 0.25rem !important;
	padding-right: 0.5rem !important;
	padding-bottom: 0.25rem !important;
	padding-left: 0.5rem !important;
	background-image: none !important;
	}

#jevents_body .cal_table {
	width: 90%;
	}
*/

.nav-items > div {
	border: 0 !important;
	}

.nav-items > div a {
	color: #00417d !important;
}
	
.nav-items > div a:hover {
	background-color: transparent !important;
	border: 0 !important;
	color: #000 !important;
	}	
	
.nav-items > .active a {
	background-color: #ffff07 !important;
	}
	
.previousmonth {
	background-color: transparent !important;
	border: 0 !important;
	color: #000 !important;
}

.previousmonth a {
	font-size: 6pt !important;
}

.previousmonth > a:hover {
	border-bottom: 0 !important;
}

.currentmonth {
	border: 0 !important;
	font-size: 7pt !important;
	font-weight: bold !important;
	background-color: #f5f5f5;
}

.nextmonth {
	background-color: transparent !important;
	border: 0 !important;
}	

.nextmonth a {
	font-size: 6pt !important;
}

.nextmonth > a:hover {
	border-bottom: 0 !important;
}

.previousmonth a, .currentmonth a, .nextmonth a {
	color: #000 !important;
	font-weight: bold !important;
}

#nav-search img {
	border: 0 !important;
	}

.ev_link_row {
	display: block;
	padding: 0.5rem 0 !important;
	font-size: 1.15rem !important; 
	color: #00417d !important;
	}
	
.ev_link_row:hover {
	border-bottom: 0 !important;
	}
	
ul.ev_ul li.ev_td_li {
    border: 0 !important;
	}
	
.location::after {
	content: "/ Treffpunkt: ";
	}	

li.ev_td_li {
	font-size: 10pt !important;
	}

a.ev_link_row {
	line-height: 1.25;
	font-size: 12pt !important;
	}

/* End of jEvents */

a {
	cursor: pointer;
	color: #00417d;
	text-decoration: none;
	-webkit-transition: color 0.25s;
	-moz-transition: color 0.25s;
	-o-transition: color 0.25s;
	transition: color 0.25s;
	/* text-shadow: 1px 1px 3px #f5f5f5, 1px -1px 3px #f5f5f5, -1px 0 3px #f5f5f5, 1px 1px 3px #f5f5f5; */
}

a:visited {
	color: #00417d;
}

a:active {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a > i {
	color: #fff;
}

.tags {
	margin: 0.5rem 0;
	padding: 0.25rem;
	font-size: 10pt;
	background-color: #e7f0f4;
}

.tags::before {
	font-weight: bold;
	content: "Schlagwort(e):";
}

.tags > li {
	display: inline;
	margin: 0 0 0 0.25rem;
	padding: 0;
}

.tags > li::before {
	content: ", ";
}

.tags > li:first-of-type::before {
	content: "";
}

.tags > li > a {
	background-color: transparent; 
}
	
.latestnews a::before {
	content: "Artikel ";
	color: #000;
}

.hr-gradient {
	background-color: #ffff07;
	height: 10px;
	background-size: cover;
	background-image: url('../img/verlauf02.png');
}

.edit-icon {
	padding-left: 32px;	
	background-image: url('../img/edit.png');
	background-size: 16px 16px;
	background-position: 8px center;
	background-repeat: no-repeat;
	font-size: 10pt;
}

.print-icon {
	padding-left: 32px;	
	background-image: url('../img/print.png');
	background-size: 16px 16px;
	background-position: 8px center;
	background-repeat: no-repeat;
	font-size: 10pt;
}

.email-icon {
	padding-left: 32px;	
	background-image: url('../img/mail.png');
	background-size: 16px 16px;
	background-position: 8px center;
	background-repeat: no-repeat;
	font-size: 10pt;	
}


.email-icon > a {
	padding-right: 0 !important;
	background-image: none !important;
}

.email-icon > a:hover {
	padding-right: 0 !important;
	background-image: none !important;
}

.print-icon > a {
	padding-right: 0 !important;
	background-image: none !important;
}

.print-icon > a:hover {
	padding-right: 0 !important;
	background-image: none !important;
}


.icons {
	display: block;
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	font-size: 1rem;
	background-color: transparent;
}

.icons > div {
	display: block !important;
}

blockquote {
	margin: 1rem 0;
	font-size: 0.8rem;
	font-style: normal;
	line-height: 1.25;
	padding: 0.5rem 2rem;
	background-color: #e7f0f4;
}

/* Social Media Plugin CSS Rules */

.btn-group > div > a {
	padding-top: 0.25rem !important;
	padding-right: 0.5rem !important;
	padding-bottom: 0.25rem !important;
	padding-left: 0.5rem !important;
	background-image: none !important;
	color: #fff !important;
	border-bottom: 0 !important;
}

.social2s_credits {
	display: block !important;
	font-size: 8pt;
	margin-bottom: 1rem;
}

.social2s_credits > a {
	background-image: none !important;
	padding-right: 0 !important;
}

.btn-group > div > a:hover {
	border-bottom: 0 !important;
}

.btn-group {
	margin-bottom: 0.25rem !important;
}


/* End of Social Media Plugin CSS Rules */

button {
	cursor: pointer;
}

/* RSS Symbol */
.syndicate-module {
	display: block; 
	float: right;
	margin: 0;
	padding: 0;
}
.syndicate-module > img {
	vertical-align: middle;
	height: 20px;
	width: 20px;
	margin-top: 0;
}
/* End of RSS Symbol */

iframe {
	display: block;
	margin: 0 auto;
}
main {
	margin: 0;
}

button {
	outline: transparent !important;	
}

button:focus {
  outline: transparent !important;
}

button:active {
	outline: transparent !important;
}

#main {
	overflow-x: hidden;
	min-height: 100%;
}

#main ul {
	font-size: 0.9rem;
	line-height: 1.25;
	margin-left: 1rem;
	padding-left: 0;
}

#main ul li {
	margin-top: 0.5rem;
}

#main h1, #main h2, #main h3, #main h4, #main h5 {
	font-weight: bold;
	margin: 1rem 0;
	font-family: "Noto Sans", sans-serif;
	padding: 0.25rem;	
	line-height: 1.75;	
	background-color: #e6f5ff;
	color: #000;
	}

#main h1 {
	font-size: 1.25rem;
	}

#main h2 {
	font-size: 1.2rem;
	}

#main h3 {
	font-size: 1.15rem;
	}

#main h4 {
	font-size: 1.1rem;
	}
	
#right h5 {
	font-size: 1rem;
}

.embedGoogleMap {
	width: 90% !important;
	margin: 1rem 5%;
	border: 2px solid #ffff07;
}

	#printWindow {
		display: none;
	}
	
	#fontSizePlus {
		display: none;
	}
	
	#fontSizeMinus {
		display: none;
	}
	
#sup-banner-row {
	background-color: #fff;
		display: none; /* Dieser Bereich kann vielleicht irgendwann für weitere Items genutzt werden, aber vorerst ist er nur als "Reserve" gedacht. */
}

#sup-banner-row > div.moduletable {
	display: inline-block;
}

#sub-banner-row {
	background-color: #fff;
	line-height: 1.5;
	min-height: 2em;
	font-size: 10pt;	
	background-position: left bottom;
	background-size: 100% 4px;
	background-repeat: no-repeat;
	background-image: url('../img/verlauf02.png');
}

#sub-banner-row > ul {
	background-color: transparent;
	padding: 0.25rem;
	border-radius: 0;
	margin: 0;
	display: inline-block;
	width: auto;
}

#sub-banner-row > div.moduletable {
	display: inline-block;
	width: auto;
}
.breadcrumb {
	background-color: transparent;
}

.divider img {
	display: none;
}

ul.breadcrumb {
	min-width: 75% !important;
}

.breadcrumb > li {
	display: inline;
	margin: 0;
	padding: 0;
}

.breadcrumb > li:first-of-type {
	margin-left: 0;
}

	ul.breadcrumb::before {
	content: "Aktuelle Seite: ";
	color: #000;
}
	
/* .breadcrumb > li:nth-of-type(2)::before {
	content: "Aktuelle Seite: ";
	color: #000;
} */


/* .breadcrumb > li::after {
	content: "|";
	color: #000;
	margin-right: 0.25rem;
} */

.breadcrumb > li:first-of-type::after {
	content: "";
	margin-right: 0;
}

.breadcrumb > li:last-of-type::after {
	content: "";
	margin-right: 0;
}

.breadcrumb > .active {
	color: #000;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
	}

.div-float-left {
	float: left;
}
	
.div-float-right {
	float: right;
	}
	
#main img {
  object-fit: cover;
  max-width: 90%;
  border: 2px solid #000;
}

.page-header {
	border: none !important;
	background-color: transparent !important;
	margin-top: 0 !important;
	padding: 0 0.25rem !important;
	}
	
.trauer {
	font-size: 1rem;
	line-height: 1.5;
	border: 6px solid #000;
	border-radius: 6px;
	padding: 0.5rem 1rem;
	margin: 0.5rem;
	background-color: #f0f0f0;	
	text-align: center;
}

.trauer > p:first-of-type {
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.5;
}

.trauer > p:last-of-type {
	/* font-style: italic; */
	font-weight: bold;
}

.wichtig {
	/* border: 2px solid #000;
	border-radius: 0.25rem; */
	padding: 0.5rem;
	margin: 0.5rem 0;
	/* background-color: rgba(255,255,0,0.5); */
	/* background-color: rgba(0,0,255,0.1); */
	background-color: rgba(255,192,0,0.5);
	border: 3px solid #ffff00;
}

.beitragsinfo {
	font-style: italic;
	font-weight: normal;
	font-size: 0.8rem;
	text-align: right; 
}
.fl {
	width: 55%;
	float: left;
	margin-right: 1rem;
}

.fr {
	width: 55%;
	float: right;
	margin-left: 1rem;
}

div.fl, div.fr {
	text-align: center;
	font-size: 0.8rem;
	font-weight: normal;
	font-style: italic;
	color: #000;
}
div.fl > img, div.fr > img {
	width: 100%;
	height: auto;
	margin: 0 0 0.5rem 0;
	padding: 0;
}

.fl::after, .fr::after {
	float: none;
	clear: all;
}

/* Search Bar */
  #right .search {
	display: none;
  }
  
  nav .search {
	display: block;
	margin: 0.5rem 0 0 0;
  }
  
  nav .search > form > button {
	background-color: transparent;
  }
  
  nav .search > form > button:hover {
	background-color: transparent;
  }

   .search {
	font-size: 10pt;
	padding: 0;
	margin: 0;
  }
  
  .search > form {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
  }
  
  .search > form > input {
	max-width: 60% !important;
	border: 1px solid #e7f0f4;
	height: 100%;
	}

  .search > form > button {
	background-color: #fff;
	color: #00417d !important;
	outline: transparent !important;
	border: 0 !important;
	max-width: 30% !important;
	padding: 0.25rem;
	font-size: 12pt;
  }
  
  .search > form > button:hover {
	color: #000 !important;
	background-color: #fff;
	cursor: pointer;
  }

  .search > form > button:active {
	outline: transparent !important;
  }

  .search > form > button:focus {
	outline: transparent !important;
  }  
/* End of Search Bar */

  .label {
	background-color: #f0f0f0;	
  } 
  
 header {
	background-color: #transparent;
	background-repeat: no-repeat;
	background-size: cover;
}

#x {
	margin: auto 5% 0 0;
	padding: 0;
	height: 100%;
	width: 95%;
	background-image: url('../img/title-small.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}   
		
#banner {
	height: 160px;
	background-size: auto 320px;
	background-attachment: scroll; /* WICHTIG! */
	font-family: Verdana, sans-serif;
	background-repeat: no-repeat;
	background-color: #fff;
	cursor: pointer;
	padding: 0;
	margin-top: 0;
	background-image: url('../img/banner-small.jpg');
	background-position: top right;
}
	
#gradient {
	background: rgba(255,255,255,0.25);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.5), transparent, rgba(255,255,255,0.5));
	background: -o-linear-gradient(right, rgba(255,255,255,0.5), transparent, rgba(255,255,255,0.5));
	background: -moz-linear-gradient(right, rgba(255,255,255,0.5), transparent, rgba(255,255,255,0.5));
	background: linear-gradient(to right, rgba(255,255,255,0.5), transparent, rgba(255,255,255,0.5));
	width: 100%;
	height: 100%;
	padding-left: 1rem;
}

#title {
  height: 100%;
  width: 100%;
  float: none;
  clear: all;
}

/* Internet Explorer 10+, Microsoft Edge Browser */
_:-ms-lang(x), #title { position: absolute; top: 0; left: 140px; } 

#title p {
  display: block;
  width: 100%;
  padding-top: 40px;
  line-height: 30px;
  font-style: normal;
  font-weight: bold;
  color: #ff3300;
  text-shadow: 1px 1px 3px #fff, 1px -1px 3px #fff, -1px 0 3px #fff, 1px 1px 3px #fff;
}

#title p::first-line {
  font-style: normal;
  color: #000;
}

#main, #right, #left {
  padding: 0;
}

#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
margin: 1rem 0.5rem;
font-size: 18pt;
}

#left h1, #left h2, #left h3, #left h4, #left h5, #left h6 {
margin: 1rem 0.5rem;
font-size: 18pt;
}

#main, #left {
  background-color: transparent;
}

#right, #far-right {
	background-color: transparent;
}

#main {
	font-size: 1rem;
}

#main > div {
	margin: 1rem;
	}

.items-leading, .item, .item-page {
	padding: 0.5rem;
	margin: 0.5rem;
	background-color: transparent;
	border: 2px solid #e7f0f4;
}

h2.item-title {	
	background-image: none;	
	font-weight: bold;
	border-left: 0;
}

.page-header h2:first-of-type {
	background-image: none;	
	font-weight: bold;
	border-left: 0;	
}

.tools-margin-left {
	margin-left: 1rem;
}

#right > div {
	background-color: #f0f0f0;
	margin: 1rem auto;
	padding: 0.5rem 0;
	min-width: 90%;
	border-radius: 0;
}
/* Facebook PlugIn */

.pwebbox-box {
	margin: 0 auto;
}

.pwebbox-container {
	padding: 0 !important;
	background-color: #fff !important;
	margin: 2rem 0;
}

.pwebbox iframe {
	overflow: auto;
}

nav .facebook {
	position: fixed;
	top: 3rem;
	right: 1rem;
}

}
.pwebbox-replacement {
	display: none;
}

/* Mozilla Browser Hack */
_::-moz-progress-bar, body:last-child .pwebbox {display: none;}
_::-moz-progress-bar, body:last-child .pwebbox-replacement {display: block;}

/* End of Facebook PlugIn */

#footer {
  background-color: #fff;
  color: #000;
  text-align: left;
  padding: 0.25rem;
  font-size: 10pt;
  line-height: 1.5;
  min-height: 2em;
  	background-position: left top;
	background-size: 100% 2px;
	background-repeat: no-repeat;
}

#footer table {
	display: block;
	max-width: 120px !important;
	color: #000;
}
  
 .img_caption {
	text-align: center;
	font-size: 0.8rem;
	font-weight: normal;
	font-style: italic;
}

#top-left {
	text-align: left;
	display: none;
}

#top-center {
	text-align: center;
	display: none;
}

#top-right {
	text-align: left;
}

.article-info {
	color: #000;
	font-size: 0.75rem;
}

.navbar-toggler {
	color: #000;
	background-color: #ffff07;	
    font-size: 2rem;
	border: none;	
	text-align: left;
	border-radius: 0;
	width: 100%;
}

}
nav ul li ul {
  display: block;
}
	
nav li {
	width: 100%;
	display: block;
	margin: 0 0.25rem;
	background-color: transparent;
}

nav ul li ul {
	padding: 0.25rem 0 0 0;
}

nav ul li ul li {
	margin: 0;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

nav ul li ul li a {
	margin: 0;
	width: 100%;
	height: 100%;
	display: block;
	padding: 0.25rem 1rem;
}

nav ul li ul li:nth-of-type(even) {
	background-color: #e7f0f4;
}

nav ul li ul li:nth-of-type(odd) {
	background-color: #fff;
}

nav ul li ul li:hover {
	background-color: #f5f5f5;
}

/* 
nav ul li ul li a::before {
	content: "- ";
}
*/

#right p {
	margin: 0.35rem 0.7rem;
}

.geschichte {
	font-size: 1rem;
	margin: 1rem 0;
	width: 100%;
}

.geschichte td {
	/* text-shadow: 1px 1px 1px #000, 0 -1px 1px #000, -1px 0 1px #000, 1px 1px 1px #000; */
	padding: 0.25rem 0.5rem;
}

.geschichte tr:nth-of-type(odd) {
	background-color: #e7f0f4; 
	color: #000;
}

.geschichte tr:nth-of-type(even) {
	background-color: #fff;
	color: #000;
}

.geschichte td:nth-of-type(odd) {
	width: 25% !important;
	background-color: transparent !important;
	border-right: 0.25rem solid #f5f5f5;
	text-align: center;
}

/* Toolbox CSS Rules in #main */
#main .dropdown-toggle {
	width: 32px;
	height: 32px;
	padding: 0;
	background-color: #e7f0f4;
	border-radius: 0;
	background-image: url('../img/cog.png');
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: center center;
	color: transparent;
}

#main .dropdown-toggle:active {
	background-image: url('../img/cog_aaa.png');
	color: transparent;
}

#main .dropdown-toggle:hover {
	background-image: url('../img/cog_aaa.png');
	color: transparent;
}
/* End of Toolbox CSS Rules in #main */

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.latestnews {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.latestnews li {
	padding: 0.5rem;
	background-color: #f5f5f5;
	color: #000;
	margin-bottom: 0.5rem;
}

.randomimage {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.randomimage img {
	width: 90%;
	height: auto;
	display: block;
	margin: 0.5rem auto;
}

.published {
	font-size: 0.5rem;
	font-style: italic;
	color: #aaa;
}

.badge {
	background-color: transparent;
	color: #000;
	font-size: 1rem;
}

/* .badge::before {
	content: "| ";
} */

.top-center-link {
	color: #fff;
}

.top-center-link:hover {
	color: inherit;
}

.top-center-link:active {
	color: inherit;
}

.top-center-link:visited {
	color: inherit;
}

/* @media only screen and (orientation: landscape) and (min-width: 1024px) { */
@media only screen and (orientation: landscape) and (max-height: 600px) {

	ul.nav a {
		font-size: 12px;
	}
}
	
@media only screen and (min-width: 1200px) {

.lesenswertes {
	display: none;
}

blockquote {
	font-size: 1rem;
}

/* RSS Symbol */
.syndicate-module {
	display: block; 
	float: right;
	margin: 0.75rem 0 0 1rem;
	padding: 0;
}
.syndicate-module > img {
	vertical-align: middle;
	height: 20px;
	width: 20px;
	margin-top: -4px;
}
/* End of RSS Symbol */

/* Pagination */
.pagination {
	font-size: 0.75rem;	
}

.pagination li {
	margin: 0 1rem;
}

.pagination li:first-of-type {
	margin: 0 1rem 0 0;
}

.pagination li:first-of-type {
	margin: 0 0 0 1rem;
}
/* End of Pagination */

/* jEvents */

.currentmonth {
	font-size: 1.2rem !important;
	font-weight: normal !important;
	background-color: transparent !important;
}

.previousmonth a {
	font-size: 1rem !important;
}

.nextmonth a {
	font-size: 1rem !important;
}

li.ev_td_li {
	font-size: 12pt !important;
}

a.ev_link_row {
	line-height: 1.25;
	font-size: 14pt !important;
	}

#right #flatcal_minical > table td a {
	font-size: 10pt;
	background-color: #400DFF; /* #f5f5f5; */
	color: #00417d !important;
 	} 
  
#right #flatcal_minical > table td.flatcal_todaycell a.flatcal_busylink {
	color: #000;
}

/* End of jEvents PlugIn */

/* Facebook PlugIn */
nav .facebook {
	position: static;
}
/* End of Facebook PlugIn */
	

#sub-banner-row {
	background-size: 100% 2px;
}

/* Internet Explorer 10+, Microsoft Edge Browser */
/* _:-ms-lang(x), nav ul { margin-top: 1rem !important; }
_:-ms-lang(x), nav ul li ul { margin-top: -0.5rem !important; } */

/* Navbar */

#collapsibleNavbar > ul.menu > li:hover > ul.nav-child {
    animation-name: menu-fadeIn;
    animation-duration: 0.5s;	
}

@keyframes menu-fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

nav ul li ul li:nth-of-type(odd) {
	background-color: #f5f5f5;
}

nav ul li ul li:hover {
	background-color: #fff;
}

nav {
	border-bottom: 0;
}

.navbar {
	background-color: #fff;
}

nav ul li ul li {
	min-width: 20rem;
}

.navbar-collapse > ul {
	margin-top: 0;
	}

nav ul > li > ul {
	background-color: transparent !important;
	padding-top: 19px;
}
/* End of Navbar */

/* Search Bar */
  #right .search {
	  display: block;
  }
  
  #right .search::before {
	display: block;
	width: 100%;
	content:"Suche";
	font-size: 1.2rem;
	font-weight: normal;
	color: #000;
	margin: 0.5rem 0 1rem 0;
	font-family: "Noto Sans", sans-serif;
	padding: 0.25rem;
	line-height: 1.75;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-shadow: 1px 1px 1px #fff, 1px -1px 1px #fff, -1px 0 1px #fff, 1px 1px 1px #fff;
	background-color: rgba(0,0,255,0.1);	
  }
 
  #right .search button {
	  background-color: rgba(0,0,255,0.1);
  }
  
  #right .search button:hover {
	  background-color: #fff;
  }
  
  nav .search {
	  display: none;
  }
/* End of Search Bar */

#scrollToTop {
	width: 60px;
	height: 60px;
}

#main ul {
	font-size: 1rem;
	margin-left: 1.5rem;
	padding-left: 0;
}

#main h1, #main h2, #main h3, #main h4, #main h5 {
	color: #000;
	/* text-shadow: -1px 1px 1px #fff; */
	text-shadow: 1px 1px 1px #fff, 1px -1px 1px #fff, -1px 0 1px #fff, 1px 1px 1px #fff;
	padding: 0.5rem 0.75rem;
	margin: 1.5rem 0;
	line-height: 1.5;
}

#main h1 {
	font-size: 2rem;
}

#main h2 {
	font-size: 1.8rem;
}

#main h3 {
	font-size: 1.6rem;
}

#main h4 {
	font-size: 1.4rem;
}

#main h5 {
	font-size: 1.2rem;
}

#right h1, #right h2, #right h3, #right h4, #right h5 {
	font-size: 1.25rem;
	font-weight: normal;
	color: #000;
	margin: 0.5rem 0;
	font-family: "Noto Sans", sans-serif;
	padding: 0.25rem;
	line-height: 1.75;
	/* background-image: url('../img/verlauf_blau.png'); */
	background-repeat: no-repeat;
	background-size: 100% 100%;
		text-shadow: 1px 1px 1px #fff, 1px -1px 1px #fff, -1px 0 1px #fff, 1px 1px 1px #fff;
		background-color: rgba(0,0,255,0.1);
}

h2.item-title {	
	background-color: transparent !important;
	background-image: url('../img/title-bg.png');	
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: 0;
		text-shadow: 1px 1px 1px #fff, 1px -1px 1px #fff, -1px 0 1px #fff, 1px 1px 1px #fff;
}

.page-header h2:first-of-type {
	background-color: transparent !important;
	background-image: url('../img/title-bg.png');	
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: 0;
		text-shadow: 1px 1px 1px #fff, 1px -1px 1px #fff, -1px 0 1px #fff, 1px 1px 1px #fff;
}

.search {
	font-size: 12pt;
	padding: 0;
	margin: 0;
}
  
/* Internet Explorer 10+, Microsoft Edge Browser */
_:-ms-lang(x), .form-inline > input {width: 70%; height: auto; }


.search-results {
	padding: 1rem;
	margin: 1rem;
	background-color: #fff;
	box-shadow: 2px 4px 6px #000;
}

.items-leading, .item, .item-page {
	padding: 1rem;
	margin: 1rem;
	background-color: #fff;
	border: 0;
}


#flatcal_minical table {
	width: 90%;
	margin: 0 auto;
}

.flatcal_busylink {
	background-color: #e7f0f4 !important;
	padding: 4px;
	box-shadow: 1px 1px 2px #000;
}

nav ul a {
  font-size: 1rem;
}

	#x {
		background-image: url('../img/title-left.png'), url('../img/title-right.png');
		background-size: 76% auto, 76% auto;
	}
			
	#banner {
		height: 280px;
		background-size: auto 1400px;
		background-image: url('../img/banner.jpg');
		background-position: top left;
	}
			
  #title p {
	padding-top: 80px;
	line-height: 60px;
  }

  #title p::first-line {
	color: #000;
  }
  
	#printWindow, #fontSizePlus, #fontSizeMinus {
		display: inline;
	}
	
	#printWindow > i {
		color: #00417d !important;
	}
	
	#printWindow > i:hover {
		color: #400DFF !important;
	}

	nav {
	background: transparent; 
	min-height: 80px;
	/* background-image: url('../img/verlauf02.png');
		background-repeat: no-repeat;
		background-size: 100% 10px;
		background-position: left bottom; */
	}
  
	nav li {
		width: auto;
		padding: 0 0.25rem !important;
	}
	
	nav li:hover {
		background: transparent;
	}
	
  nav ul > li > ul {
  display: none;
  }

  nav ul > li > ul > li > ul {
  display: none;
  }

  nav > ul > li > ul {
	margin-left: 0 !important;
  }

  nav li a::before {
	content: "";
  }

  nav > ul > li {
	display: inline-block;
  }

  nav ul > li:hover > ul {
	background-color: #fff;
	display: block;
	position: absolute;
	z-index: 100;
  }
  
    nav ul > li:hover > ul > li:hover {
	background-color: #fff;
  }
  
  nav ul > li > ul > li:hover > ul {
	background-color: #fff;
	display: block;
	position: absolute;
	z-index: 100;
  }
  
  nav ul > li > ul > li:hover > ul > li:hover {
	background-color: transparent;
  } 
 


	legend {
		font-size: 1rem;
	} 

	label {
		font-size: 0.8rem;
		margin-right: 0.8rem;
	}
	
	label > input {
		display: block;
	}
	

  
  nav > button {
    display: none;
  }

  nav li {
	margin: 0 0.5rem;
	width: auto;
 	font-size: 1.25rem;
	padding: 0 0.25rem;
	}
  
  #top-left {
	text-align: left;
	display: block;
  }

  #top-center {
	text-align: center;
	display: block;
  }

  #top-right {
	text-align: right;
  }

  #left {
	  background-color: transparent;
  }
   
  .banner-row {
    font-size: 1rem;
    background-color: #464646;
    color: #fff;
    padding: 0.5rem;
  }
  
  .dropdown-item {
    font-size: 1.25rem;
  }

  .published {
	font-size: 0.9rem;
	font-style: italic;
	color: #aaa;
  }  
	
	#sup-banner-row {
	background-color: #fff;
	display: none;
	}

	body {
		margin-top: -1px;

		background-position: 0% 0%;
		background-size: cover;		
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: bottom left;
		background-image: url('../img/body.jpg');
		
	}

	.bodyBG-Demo {	
		background-position: right center, left center;
		background-size: contain, contain;		
		background-attachment: fixed, fixed;
		background-repeat: no-repeat, no-repeat;
		background-image: url('../img/body-demo-left-003.jpg'), url('../img/body-demo-right-003.jpg');
	}
	
	.bodyBG {	
		background-position: right center, left center;
		background-size: contain, contain;		
		background-attachment: fixed, fixed;
		background-repeat: no-repeat, no-repeat;
		background-image: url('../img/body-right.jpg'), url('../img/body-left.jpg');
	}
	
	.body-animate {
		animation-name: body-zoom;
		animation-timing-function: ease-in; 
		animation-duration: 0.5s;	
		animation-fill-mode: forwards;			
	}
	
	@keyframes body-zoom {
    from {background-image: url('../img/body001b.jpg');}
    to {background-image: url('../img/body001.jpg');}
	}	
	
  #main {
	background-color: #f5f5f5;
	}
	
  #right {
	font-size: 10pt;
	background-color: #e7f0f4;
	}
  
	#right > div {
		background-color: transparent;
		margin: 1rem 0.5rem;
	}
	
	.no-animate {
	animation-name: none;
	animation-duration: 0s;	
	}
	
	#title {
	margin: 0;
	padding: 0;
	background-color: transparent;
		background-image: url('../img/title-bg.png');
		background-repeat: no-repeat;
		background-size: 640px 166px;
		background-position: 170px 67px;
	}

  /* Internet Explorer 10+, Microsoft Edge Browser */
_:-ms-lang(x), #title { position: absolute; top: 0; left: 320px; background-image: none;} 
_:-ms-lang(x), #banner { background-image: url('../img/windraeder001.jpg');} 
_:-ms-lang(x), #x { background-image: url('../img/title.png');} 



	#main {
		font-size: 1rem;
	} 

}

/* Title Font Size, Navigation Font Size */
@media only screen and (min-width: 360px) {
	
	#title p {
		font-size: 10pt;
	}

	#title p::first-line {
		font-size: 12pt;
	}
	
	.navbar a {
		font-size: 11pt;
	}
	
	nav ul li {
		padding: 0.25rem 0;	
		font-weight: bold;
	}

	nav ul li ul li {
		font-weight: normal;
	}
	
	nav ul li ul li a {
		padding: 0 1.5rem;
	}
	
	.breadcrumb > li {
		display: block;
		width: 100%;
		margin: 0;
	}
	
	.breadcrumb > li::after {
		content: "";
	}
}

@media only screen and (min-width: 640px) {
	#main p {
		word-wrap: break-word;
	}
	
	#title p {
		font-size: 12pt;
	}

	#title p::first-line {
		font-size: 14pt;
	}

}

@media only screen and (min-width: 854px) {
	#title p {
		font-size: 14pt;
	}

	#title p::first-line {
		font-size: 16pt;
	}
	
	.breadcrumb > li::after {
		/* content: "|"; */
		color: #000;
		margin-right: 0.25rem;
	}
	
	.breadcrumb > li {
		display: inline;
		width: auto;
	}
	
	.breadcrumb > li:first-of-type {
		margin-left: 0.25rem;
	}
}

@media only screen and (min-width: 1280px) {

	.smallscreen {
		display: none;
	}

	.bigscreen {
		display: block;
	}

	#title p {
		font-size: 16pt;
	}

	#title p::first-line {
		font-size: 18pt;
	}
		
	.navbar a {
		font-size: 14pt;
		font-size: normal;
	}
	
	.trauer {
	font-size: 1rem;
	line-height: 1.5;
	text-align: center;
	}

	.trauer > p:first-of-type {
	font-weight: bold;
	font-size: 2rem;
	line-height: 2;
	}

	.trauer > p:first-of-type:first-line {
	font-size: 1rem;
	line-height: 1.5;
	}

}

@media only screen and (min-width: 1440px) {
	#title p {
		font-size: 18pt;
	}

	#title p::first-line {
		font-size: 20pt;
	}	
}

@media only screen and (min-width: 1680px) {
	.jev_evdt_hits {
    width: 24%;
    display: inline-block;
    text-align: right;
	}

	#title p {
		font-size: 22pt;
	}

	#title p::first-line {
		font-size: 24pt;
	}	
}

/* End of Title Font Size */

@media only print {
	html {font-family: Arial !important; font-size: 11pt !important;}
	body {padding: 1rem 6rem !important;}
	nav {display: none !important;}
	header {display: none !important;}
	footer {display: none !important;}
	h1,h2,h3,h4,h5,h6 {font-size: 1.15rem !important; font-weight: normal !important; font-family: Arial !important; font-style: italic !important;}
	a {text-decoration: none !important;}
	#sup-banner-row {display: none !important;}
	#sub-banner-row {display: none !important;}
	#right {display: none !important;}
	#main {font-size: 1rem !important; line-height: 1.25 !important;}
	.items-leading, .item, .item-page {padding: 0 !important; margin: 0 !important; background-color: #fff !important; box-shadow: none !important;}
	.trauer {background-color: transparent!important; border: none !important; margin: 0 !important; padding: 0 !important;}
	.article-info {padding: 0 !important; font-size: 0.9rem !important;}
	.page-header {display: none !important;}
}
	