@media all /* Resets */  {

html, body, div, span,
h1, h2, h3, h4, p, blockquote, pre, address, cite, code, img, sub, sup, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	border-style: none;
	border-width: 0;
} 

ul,ol { list-style: none;
	margin: 0;
	padding: 0;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}
h1,h2,h3,h4,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal;
	text-align: left;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

}

@media all /* Main Navi Top */ {

#DN {
	background-color: #000000;
	height: 55px;
	width: 100%;
}

#DN ul  {
	height: 55px;
	float: right;
	margin: 0 5% 0 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
}

#DN ul li  {
	display: inline-block;
	padding: 0;
	margin: 0;
	height: 55px;
	
}

#DN ul li:first-child {
	border-right: 1px solid #484848;
	margin-right: 1px;
	padding-right: 3px;
}

#DN img.Shinkiryu {
	height: 47px;
	padding: 4px 8px 0px 8px;
}

#DN ul li a {
	border-bottom: none;
	text-decoration: none;
}

#DN img {
	height: 40px;
	padding: 2px 8px 4px 8px;
	margin: 0;
}

#DN ul li a img:last-child {
  display: none;  
}
#DN ul li a:hover img:last-child {
  display: inline;  
}
#DN ul li a:hover img:first-child {
  display: none;  
}

@media screen and (max-width: 500px) {
	#DN ul  {
		margin-right: 0;
		}
	#DN img {
		padding: 2px 2px 4px 3px;
	}
			
}

#Navi {
	background-color:  #2a2a2a;
	height: 55px;
	font-family:"Myriad Pro", verdana, sans-serif;
	font-size: 1em;
	margin-bottom: 0;
}

#Navi a {
	color: #999;
	border-bottom: none;
	text-decoration: none;	
}

#Navi ul#HN >li>span {
	color: #eee;
}

#Navi>ul  {
	width:70%;
	margin-left: 17%;
	padding: 0;
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
}

#Navi ul ul#HN li  {
	display: inline-block;
	padding: 18px 2% 20px 1%;
	margin: 0;
	float: left;
}
#HM {
	display: none;
}



#Logo {
	width:9%;
	position: absolute;
	top: 0;
	left: 6%;
	background-color: #fff;
	text-align: center;
	border: 1px solid #ccc;
	border-top: none;
	font-family:"Myriad Pro", verdana, sans-serif;
	font-size: 1em;
	line-height: 1em;
	padding-bottom: 0.5em;
	max-width: 140px
	
}
@media screen and (max-width: 899px) {	
	#Logo {
		font-size: 0.8em;
	}
}

@media screen and (max-width: 800px) {
	#Navi ul li {
		display: block;
		float: none;
		background-color: #2a2a2a;
		border-top: 1px solid #000;
		padding-left: 5%;
		}
	#Navi {
		height: auto;	
	}
	#Navi>ul  {
		width:60%;
		margin-left: 26%;
	}
	#Logo {
		width:15%;
	}
	
	#Logo {
		font-size: 0.9em;
	}
	#Navi>ul>li {
		padding: 18px 2% 20px 1%;
		margin: 0;
	}
	#Navi>ul>li>ul#HN {
		display: none;
		
	}
	#Navi>ul>li:hover>ul#HN {
		display: block;
		position: absolute;
		left: 20%;
		right: 0;
		z-index: 20;
		padding-top: 17px;
	}
	#Navi ul ul#HN li {
		float: none;
		display: block;
		padding-left: 5%;
	}
	#HM {
		display: block;
	}	
}

@media screen and (max-width: 500px) {
	#Logo {
		font-size: 0.5em;
	}
	
}	

#Logo img {
	width: 80%;
	padding: 10%;
}

#Logo a {
	border-bottom: none;
	color: #000;		
}

#TopBild {
	height: 250px;
	width: 100%;
	overflow: hidden;
	position: relative;
	top: -10px;
	z-index: -8;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;	
}
#TopBild h1 {
	text-align: center;
	color: #fff;
	margin-top: 100px;
	font-size: 2.5em;
}




}


/* @group Inhalt */
	
body {
	margin: 0 auto; padding: 0; background: #fefefe;
	font: 1em/1.4em "Myriad Pro", verdana, sans-serif;
	color: black;
}

#Inhalt, #InhaltB {
	width:90%;
	float: left;
	padding: 40px 5% 30px 5%;
	background-repeat: no-repeat;
	z-index: -100;
}

#Inhalt {
	background-position: right top;
	background-size: auto;	
}

#InhaltB {
	background-position: center top;
	background-size: contain;
}

#R {
	width:30%;
	float: right;
}

@media screen and (max-width: 800px) {
	#R {
		width: 100%;
	}
	
	article + #R {
		margin-top: 2em;
	}
	
	#Inhalt {
		background-image: none !important;
	}
	
}



/* @end */





@media all /* Startseite */ {
	
	
#InhaltB {
	padding-top: 350px;
	background-color: #000000;
	margin-top: -3px;
}	

#Kacheln {
	position: relative;
	float: left;
	z-index: 1;
	width: 100%;	
}

.Kachel1, .Kachel2, .Kachel3, .Kachel3u, 
.Kachel1:before, .Kachel2:before, .Kachel3:before, .Kachel3u:before {
	width:27%;
	float: left;
	margin-right: 3%;
	margin-bottom: 20px;	
	padding:2%;
	padding-bottom: 20px;
	background-color: #ededed;
	z-index: 0;	

}

.Kachel3, .Kachel3u, .Kachel3:before, .Kachel3u:before {
	margin-right: 0;
	
}

.Kachel1:before, .Kachel2:before, .Kachel3:before, .Kachel3u:before {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
    background: #ededed;   
}

.Kachel1, .Kachel1:before {
	background-color: #484848;
	color: #fff;
	width:27%;
	padding-right: 2%;
	background-position: right top;
	background-repeat: no-repeat;
}


.Kachel2:before {
	left: 34%;
}

.Kachel3:before, .Kachel3u:before {
	left: 68%;
}

.Kachel3 img.LS {
	width: 100%;
	max-width: 200px;
}

section.Kachel3u {
	background: transparent;
}
.Kachel3u:before {
	background: url(../Bilder/UkrainePS.png);
	background-size: 100% 100%;
	background-repeat: repeat-y;
}
p.UK {
	color: #fed10a;
}

@media screen and (max-width: 800px) {	
	.Kachel1, .Kachel2, .Kachel3, .Kachel3u,
	.Kachel1:before, .Kachel2:before, .Kachel3:before, .Kachel3u:before {
		float: none;
		position: relative;
		width:90%;
		padding-left:5%;
		padding-right:5%;
	}
	
	section.Kachel3u {
		background: url(../Bilder/Ukraine.png);
		background-size: 100% 100%;
		background-repeat: repeat-x;
	}
	
	.Kachel3u:before {
		background: transparent;
	}
	
	h1.UK {
		float: right;
	}
	p.UK {
		color: #0640a9;
	}
	
	#InhaltB {
		padding-top: 250px;
	}
	
}
@media screen and (max-width: 400px) {
	#InhaltB {
		padding-top: 150px;
	}
}
@media screen and (min-width: 1600px) {
	#InhaltB {
		padding-top: 500px;
	}
}	

}


aside {
	width: 30%;
	float: right;
	padding: 2% 2% 2% 4%;
	background-color: #ededed;
	border: 1px solid #bbb;
	margin-bottom: 20px;
}

#R aside {
	width: 95%;
	float: left;
}

article {
	clear: left;
	width:58%;
	max-width: 800px;
	margin: 0 5% 0 0;
	float: left;
}
@media all /*  Dan Essays */ {
	article.Essay {
		width: 100%;
		max-width: 1200px;
		border-top: 1px solid black;
		margin-top: 12px;
		clear: both;
		float: none;
	}
	article.Essay img {
		width:25%;
		max-width: 200px;
	}
	.Essay .RH {
		font-weight: bold;
		font-style: normal
	}
	
	h2.Dan {
		clear: both;
		margin-top: 2em;
		
	}
	
	.Essay h3 {
		margin-top: 0;
		font-size: 1.2em;
	}
	
	.Essay h3+h3 {
		font-style: italic
	}
	
	
	

}

@media screen and (max-width: 800px) {
	aside {
		width: 94%;
		float: none;
		clear: both;
	}
	#R aside {
		float: left;
		width: 42%;	
		clear: none;
	}
	aside:first-child {
		margin-right: 2%;
	}
	article {	
		width:100%;
		float:none;
	}
}

@media screen and (max-width: 550px) {
	#R aside {
		width: 96%
	}
}	


aside img {
	width: 100%;
}

aside h2 {
	border-bottom: 1px solid #bbb;
	padding-bottom: 0.2em
}

/* @group Footer */

footer {
	width: 100%;
	background-color: #000000;
	color: #999;
	clear: both;
	font-size: 0.9em;
	line-height: 1.2em;
/* 	border-top: 55px solid #000; */
	float: left;
}

footer a {
	border-bottom: none;
}
.Fkachel {
	width:28%;
	margin-left: 5%;
	margin-bottom: 20px;
	float: left;	
}
@media screen and (max-width: 800px) {
	.Fkachel {
		width:80%;
		float: none;
		padding-left: 5%;
		padding-right: 10%;
	}
}

footer h1, footer h2 {
	color: #d1d1d1;
	font-size: 1.1em;
	margin-top: 1em;
	padding-top: 20px;
	position: relative;
}

footer h1 {
	padding-left: 80px;
	padding-bottom: 30px;
}

footer h1 img {
	height: 70px;
	padding-right: 10px;
/* 	vertical-align: middle; */
	position: absolute;
	top: -5px;
	left: 0
}

footer .Fkachel a {
	color: #999;
	border-bottom: none;
	
}

footer ul, .Kachel1 ul {
	list-style: none;
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
}



.UD {
	height:50px;
	padding: 10px 0 0 0 ;
	
}

.UD img {
	height: 50px;
	padding-right: 20px;
	vertical-align: middle;

}

.UD a {

}

footer #footerB{
	clear: both;
	border-top: 1px solid #5a5a5a;
	padding: 10px 5%;
} 
#footerB p {
	width: auto;
	float: left;
	padding-bottom: 0px;
}

footer #footerB p+p {
	text-align: right;
	float:right;
}

#reload {
	display: inline;
	width:100px;
	padding-left: 20px;
}

#reload input {
	background-color: #535357;
	border: none;
}

/* @end */






h1, h2 {
	text-align: inherit;
	line-height: 1.2em;
	font-size: 1.8em;
	margin-bottom: 0.5em;
	margin-top: 0.2em;
/* 	clear: both; */

	font-family:"Myriad Pro", verdana, sans-serif;
	
}


h3 {
	padding-top: 0; border-top: 1px  #3e5816; margin-top: 12px; margin-bottom: 6px; margin-left: 0;
	line-height: 1.2em;
	color: #000000;
	font-size: 1.4em;
}

p {
	width: 100%;
	margin-bottom: 1em;
	line-height: 1.4em;
}

.C {
	text-align: center;
}

p img {
	float: right;
	padding-left: 10px;
	width: 100%;
	padding-bottom: 10px;
}

iframe {
	width:100%;
	aspect-ratio: 16/9;
	border: 0;
}

b {
	font-weight: bold;
}

i {
	color: #bb000f;
}

hr {
/* 	display: none; */
}
hr.line {
	clear: both;
	border-bottom: 1px solid #ccc;
	border-top: none;
	
}


ul {
	margin: 0; 
	padding: 0 0 16px 20px;
	list-style-type: disc;
	list-style-position: outside;
}

ul.LG, ul.NP {
	list-style-type: none;
	padding: 0 0 16px 0;
	}
ul.LG li {
	border-top: 1px solid #ddd;
	padding-top: 1em;
	clear: left;
}	
ul.LG h2 {
	color: #c1003c;
	font-size: 1em;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
}
ul.LG h2.Jahr {
	color: #000;
	font-size: 1.2em;
	margin-bottom: 0.4em;
	
	

}

ul.LG li img, .SN {
	float: left;
	border: 1px solid #bbb;
	margin-right: 10px; 
	margin-bottom: 10px;
	width: 25%;
}

li {
	font-size: 1em;
	line-height: 1.3em;
	padding-bottom: 0.5em
}

table {
	width: 100%;
	}
	
tr {
	border-bottom: 1px solid #bbb;
}	

td { vertical-align: top; }


td.Datum {
	white-space: nowrap;
} 

td span.Ort {
	color: #000;
	font-style: normal;
	font-weight: bold;
}

table.Seminars tr td p {
	margin-bottom: 0em;
}

@media screen and (max-width: 950px) and (min-width: 801px) {	
	.hide {
		display: none;
		font-weight: bold;
	}	
}


/* @group Navigation */


@media print {
	ul.nav {
		display: none;
	}
}


a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	content: "> "; 
	color: #ce0011;
}

a.US {
	color: #666;
	font-weight: bold;
}

a.US:before, li.US a:before {
	content: "> ";
	font-weight: bold;
}

a.EL:before, a.GalerieLink:before {
	content: "> ";
	font-weight: bold;
}


a:hover {
	border-bottom-style: solid; border-bottom-width: 1px;}
		
.DL a:before, .DL1line a:before, a.DL:before {
	content: url(../../shinkiryu/Bilder/DL.png);
	white-space: nowrap;
}

.DL1line br {
    display:none;
}

p.DL {
	margin-bottom: 1em;
}

.Kachel1 a {
	color: #fff;
/* 	border-bottom: solid 1px #eee;	 */
}


a.NL {
	border-bottom: none;
}


p.BL {
	background-color: #e8e9e8;
	padding: 5px 5px 5px 15px;
	width: 90%;
	border-radius: 15px;
	
		
}

p.BL a {
	border-bottom: none;
	color: #ce0011;
}
p.BL a:hover {
	border-bottom: none;
	color: #ce0011;
}

/* @end */
	


/* @group Artikel */

	
	
article img {
	float: right;
	width: 35%;
	clear: right;
	padding-bottom: 1em;
	padding-left: 3%;
}

article p {
	width: 96%;
	margin-bottom: 1em;
}

article h2, #Galerie h2 {
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
	
}

article h2  {
	margin-top: 1em;
}

article h3  {
	margin-top: 1.5em;
}

article header h2 {
	margin-top: 0;
}


td {
	padding: 5px 15px 5px 0;
}
@media screen and (max-width:500px) {
	article img.LS {
		width:96%;
		float: none;
		padding-left: 0;
	}
}


/* @end */

/* @group Events */
.EventBlock {
	clear: both;
	border-bottom: 2px solid #cc1c01;
	width: 100%;
	float: left;
	margin-bottom: 1em;
	position: relative;
	page-break-inside: avoid;
}


.RH {
	font-weight: normal;
	font-style: italic;
}

h3.Event {
	font-size: 1em;
	font-weight: bold;
	color: #3e3e3e;
	clear: none;
}

.Datum {
	color: #e2000f;
}

.Ort {
	font-style: italic;
	color: #e2000f;
}

.EventBlock img {
	float: right;
	width: 150px;
	padding-left: 5px;
}


/* @end */




/* @group Galerie */
@media screen and (min-width:1100px) {	
	#Galerie {
		margin-top:50px;
	}	
}

.Galerie {
	width: 100%;
	padding: 0;
	margin: 0;
	
	text-align: left;
	
}
.Galerie li {
	text-align: center;
	width: 150px;
	height: 150px;
	background-color: #282828;
	margin: 2px;
	overflow: hidden;
	float: left;
}

.Galerie li.LS img {
	width: 100%;
	margin-top: 16%;
}

.Galerie li.PS img {
	height:100%;
	margin-top: 0;
}

.Galerie a {
	border-bottom-style: none;
}
@media screen and (max-width:800px) {
.Galerie p a img {
	width: 100%;
	float: none;
}
}
@media screen and (min-width:800px) {
.Galerie p a img {
	width: 100%;
	float: none;
}
}
@media screen and (min-width:500px) {
.Galerie p.PS a img {
	width: 60%;
	float: none;
}
}

.Galerie p{
	width:98%;
	text-align: left;
}

.BilderNav a {
	display: inline-block;
	width: 50px;
	padding: 2px;
	margin: 2px;
	text-align: center;
	font: bold 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	border-radius:0px;
	background-color: #f5f5f5;
	border: 1px solid #000000;
	color: #000000;
}


.BilderNav a:hover, .BilderNav a:active {
	background-color: #bf1321;
	color: #000000;
}

/* @end */




	

