/*
	Name: blueidea
	Date: Oct 2013
	Description: A Pelican theme inspired by the default theme notmyidea
	Version: 1.0
	License: MIT <http://opensource.org/licenses/MIT>
	Licensed by: Smashing Media GmbH <http://www.smashingmagazine.com/>
	Original author: Enrique Ramírez <http://enrique-ramirez.com/>
	Customized by : Nassim Kacha <http://www.blueicefield.com/> and by Frank Mersmann <https://www.tcfalkenberg.de>
*/

/* Imports */
@import url("/static/css/reset.css");

/* noto-sans-jp-500 - latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-sans-jp-v42-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-jp-v42-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-jp-v42-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-jp-v42-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-jp-v42-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-jp-v42-latin-500.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}

/***** Global *****/
/* Body */
body {
    background: #f4f4f4;
    color: #364856;     /* #4d606e; */
    font-size: 88%; /* Base font size: 14px */
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 1.429;
    margin: 0;
    padding: 0;
    text-align: left;
}

@supports (-moz-appearance:none) {
	.linux input[type=hidden],          /* der erste Eintrag wird verschluckt - wer versteht das? */
           input[type=password],
           input[type=text],
		   input[type=submit] {
				 border: 1;
				 padding: 0;
				 margin-top: 0px;
				 margin-bottom: 0px;
				 font-size: 87.5%;    /* 73 */
	 }
}

/* Headings */
h1 {font-size: 1.7em }
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}
h6 {font-size: 1em}		/* 14px */

h1, h2, h3, h4, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: 0.6em;
}

h5 {
	font-weight: bold;
	line-height: 1.1; 
	margin-bottom: 0.6em;
    font-family: 'Noto Sans JP', sans-serif;
}

h3, h4, h6 { margin-top: .8em; }  /*h5*/

hr { border: 1px solid #DDDDDD; }

/* Anchors */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
	color: #c74350; /* #0060dd;  / * #008db8; */
	padding: 0 1px;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

#loginadm {
    width:786px;
    padding:5px;
    border: 3px solid #f02020; /*00000;*/
    border-radius: 5px;
    background-color: #f0f0f0;
}
#loginauth {
    width:786px;
    padding:5px;
    border: 3px solid #00c000;/*#b0b0b0;*/
    border-radius: 5px;
    background-color: #f0f0f0;
}
#login {
    width:786px;
    padding:5px;
    border: 3px solid #486878;/*#b0b0b0;*/
    border-radius: 5px;
    background-color: #f0f0f0;
}

#login a {outline: 0;}
#login a:link, a:visited {
	color: #c74350; /* #0060dd;  / * #008db8; */
	padding: 0 1px;
	text-decoration: none;
}
#login a:hover, a:active {
	text-decoration: underline;
}

/* Paragraphs (vorher 0.9em */
div.line-block,
p { margin-top: 0.5em;
    margin-bottom: 0.5em;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

/* Lists */
ul {
	list-style: outside disc;
	margin: 0em 0 0 1.5em;
}

ol {
	list-style: outside decimal;
	margin: 0em 0 0 1.5em;
}

li { margin-top: 0.5em;}

.post-info {
	border-top: 1px solid;
	text-align: right;
	font-size: 75%;
}

dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

pre{background-color:  rgb(238, 238, 238); padding: 10px; margin: 10px; overflow: auto;}

/* Quotes */
blockquote {
    margin: 20px;
    font-style: italic;
}
cite {}

q {}

div.note {
   float: right;
   margin: 5px;
   font-size: 85%;
   max-width: 300px;
}

/* Tables */
table {margin: 0.5em auto 0 0; width: 98%;}

	/* Thead */
	thead th {padding: 0 0.4em; text-align: left;}
	thead td {}

	/* Tbody
    tbody td {padding: 0 0.4em; text-align: left;}  1.35*/
    tbody td {padding: 0 0.4em 0 0.4em;
              text-align: left;
             /* line-height: 1.35; */
              border: 0px;
              border-radius: 3px;}
	tbody th {}

	tbody .alt td {}
	tbody .alt th {}

	/* Tfoot */
	tfoot th {}
	tfoot td {}

table.mono {
    font-family: 'M PLUS 1 Code', sans-serif;
    font-size: 11pt;
    white-space: pre;
}

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/***** Layout *****/
.body {clear: both; margin: 0 auto; width: 800px;}
img.right, figure.right {float: right; margin: 0 0 2em 2em;}
img.left, figure.left {float: left; margin: 0 2em 2em 0;}

/*
	Header
*****************/
#banner {
	margin: 0 auto;
	padding: 0.3em 0 0 0;
   /* border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px; */
}

.bannerimg {
  border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}

	/* Banner */
	#banner h1 {font-size: 3.571em; line-height: 0;}
	#banner h1 a:link, #banner h1 a:visited {
		color: #4d606e;
		display: block;
		font-weight: bold;
		margin: 0 0 0.6em 0.2em;
		text-decoration: none;
	}
	#banner h1 a:hover, #banner h1 a:active {
		background: none;
		color: #008db8;
		text-shadow: none;
	}

	#banner h1 strong {font-size: 0.36em; font-weight: normal;}

	/* Main Nav */
	#banner nav {
		background:  #4d606e;
	   	font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; /* neu */
        font-size: 1.1em;
        font-weight: bold;
		height: 30px;
		line-height: 20px;
		margin: -2px auto 0.2em auto;
		padding: 0;
		text-align: center;
		width: 800px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	#banner nav ul {list-style: none; margin: 0 auto; width: 800px;}
	#banner nav li {float: left; display: inline; margin: 0 2px 0 2px;}

	#banner nav a:link, #banner nav a:visited {
		color: #fff;
		display: inline-block;
		height: 20px;
		padding: 3px 0.4em; /* Abstand Menueintraege */
		text-decoration: none;
	}
	#banner nav a:hover, #banner nav a:active,
	#banner nav .active a:link, #banner nav .active a:visited {
		background: #008db8;
		color: #fff;
		text-shadow: none !important;
	}

	#banner nav li:first-child a {
		border-top-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;

		border-bottom-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
	}

	/* Search form */
	#banner #searchform input {
		background: #334855 url('/static/img/search.png') no-repeat 135px;
		border: none;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color: #fff;   /* Schriftfarbe bei Eingabe */
		float: right;
		height: 25px;
		margin-top: -1px;
		margin-right: 1px;
		padding-left: 8px;
		width: 150px;
		font-size: small;
	}

	#banner #search input:focus {
		background: #272822;
		box-shadow: inset 0 0 5px #fff;
	}

/*
	Featured
*****************/
#featured a {outline: 0;}
#featured a:link, a:visited {
	color: #c74350;
	padding: 0 1px;
	text-decoration: none;
}
#featured a:hover, a:active {
    padding: 0 6x;
    background: #e0a0e0;
    color: #364856;
}

#featured a.help:link, a.help:visited {
	color: #c74350;
	padding: 0 1px;
	text-decoration: none;
}
#featured a.help:hover, a.help:active {
    background: #f0f0f0;
    color: #c74350;
    text-decoration: underline;
}
#featured a.court:link, a.court:visited {
	color: #364856;
	padding: 0 1px;
	text-decoration: none;
}
#featured a.court:hover, a.court:active {
    background: #e0a0e0;
    color: #364856;
    text-decoration: underline;
}

#featured {
	background: #fff;
	margin-bottom: 0.5em;
	overflow: hidden;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 760px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#featured figure {
	border: 2px solid #eee;
	float: right;
	margin: 0.786em 2em 0 5em;
	width: 248px;
}
#featured figure img {display: block; float: right;}

#featured h2 {color: #008DB8; font-size: 1.714em; margin-bottom: 0.333em;}
#featured h3 {font-size: 1.429em; margin-bottom: .5em;}

#featured h3 a:link, #featured h3 a:visited {color: #4d606e; text-decoration: none;}
#featured h3 a:hover, #featured h3 a:active {color: #fff;}

/*
	Body
*****************/
#content {
	background: #fff;
	/* margin-bottom: 2em; */
	overflow: hidden;
	padding: 20px 20px;
	width: 760px;

	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}

.zoom:hover {       /* Bilder vergroessern */
    position:static;
    top:-25px;
   /* left:-35px; */
    width:600px;
    height:auto;
    display:block;
    z-index:999;
}

.bw_fw
 {
    background: #ff0000;
}

/*  Extras
*****************/
#extras {
   	font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; /* neu */
	margin: -2px auto 0.2em auto;
	overflow: hidden;
    height: 30px;
	line-height: 20px;
	background: #4d606e;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-bottom: 0;
}

#extras ul {list-style: none; margin: 0;}
/*#extras li {border-bottom: 1px solid #fff;}*/
#extras li {margin-top: 0;}
#extras h2 {
	color: #d5cc4b;
	font-size: 1.429em;
	margin-bottom: -0.3em;
	padding: 3px 3px;
}

#extras a:link, #extras a:visited {
	color: #fff;
	display: block;
	/*border-bottom: 1px solid #F4E3E3;*/
	text-decoration: none;
	padding: 0.3em .25em;
}
#extras a:hover, #extras a:active {background: #008db8; color: #fff;}

    #extras hr { border: 1px dotted #fff; }

	/* Blogroll */
	#extras .blogroll {
		float: left;
		width: 730px;
		text-align: center;
        font-size: 1.1em;
        font-weight: bold;
	/*	margin-top: 5px; */   /* -2 */
	/*	margin-bottom: -3px;    */
	}

	#extras .blogroll li {float: left; margin: 0 3px 0 3px;}  /* Breite eines Eintrags */

	/* Social */
	#extras .social {
		float: right;
		width: 30px;     /* 60 */
		text-align: left;
	/* margin-top: 2px; */
	/*	margin-bottom: -2px;   */
	}

    #extras .social li {float: left; margin: 0 5px 0 0; width: 25px;}  /* Breite eines Eintrags */

	#extras div[class='social'] a {
		background-repeat: no-repeat;
		background-position: 3px 6px;
		padding-left: 20px;
	}

		/* Icons */
		#extras .social a {background-size: 18px;}
		#extras .social a[href*='facebook.com'] {background-image: url('/static/img/facebook.png');}
		#extras .social a[href*='instagram.com'] {background-image: url('/static/img/instagram.png');}
        #extras .social a[href*='tcfweb.de'] {background-image: url('/static/img/whatsapp.png');}

/*
	Footer
*****************/
#contentinfo {text-align: right; font-size: x-small;}
#contentinfo a {font-weight: bold;}

/***** Sections *****/
/* Blog */
.hentry {
	display: block;
	clear: both;
	border-bottom: 1px solid #eee;
	padding: 1.5em 0;
}
li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
#content > .hentry {padding: 1.0em 0;}
 .hentry img{display : inline ;} /* .hentry img{display : none ;} */
.entry-title {font-size: 2.0em; margin-bottom: 5px; margin-top: 0;}
.entry-title a:link, .entry-title a:visited {text-decoration: none; color: #333;}
.entry-title a:visited {background-color: #fff;}

.hentry .post-info * {font-style: normal;}

	/* Content */
	.hentry footer {margin-bottom: 1.0em;}
	.hentry footer address {display: inline;}
	#posts-list footer address {display: block;}

	/* Blog Index */
	#posts-list {list-style: none; margin: 0;}
	#posts-list .hentry {padding-left: 10px; position: relative;}

	#posts-list footer {
		border-top: 1px solid;
		margin-top: -1.3em;
	}

.marquee {
  width: 796px;
  margin-top: -5px;
  margin-bottom: 2px;
  height: 22px;
  overflow: hidden;
  border: 1px solid #ccc;
  background: #ddd;
  border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.guestalert {
  width: 758px;
  margin-top: -2px;
  margin-bottom: -6px;
  height: 22px;
  overflow: hidden;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  color: white;
  background: #2060F0;
  border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
