@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i&display=swap');

body  {
 background: #F9E6BD;
 font-family: Georgia, serif;
 font-size: 16px;
 line-height: 130%;
 color:#4A2500;
 background-image:url(pic/bg.jpg); 
 margin: 0;
 -webkit-locale:"de";
}

img { 
  border-style: none; 
  -ms-interpolation-mode: bicubic;
  max-width:100%;
  height:auto;
}

table { border-collapse:separate; border-spacing:0;font-size: 1em;}
a:link { color:#990000; text-decoration:underline; }
a:visited { color:#BF0000; text-decoration:underline; }

h1 { font-size:1.5em; }
h2 { font-size:1.3em; }
h3 { font-size:1.1em; }

#MainDiv {
  min-width:300px;
  max-width:880px;
  margin:15px auto;  
  border: 2px solid #4A2500;
  background-color:#F2ECD6;
  -moz-box-shadow: 10px 10px 10px #000;
  -webkit-box-shadow: 10px 10px 10px #000;
  box-shadow: 10px 10px 10px #000;
  display:table;
}

#MainMenu {
  background: #F9E6BD;
  padding:0;
  margin:0;
  border: 0;
	border-top: 1px solid #4A2500;
	border-bottom: 1px solid #4A2500;
  border-collapse:collapse;
  border-spacing: 0;
  font-weight: bold;
  font-variant:small-caps;
  width:100%;
}  

#MainMenuSelect {
  background:#973344;
  color: #F9E6BD;
  cursor:default;
}

#MainMenu td {
  width:20%;
  text-align:center;
}

#MainMenu a {
  display:block;
  overflow: hidden;
  outline:0;
  text-decoration:none;
  color:#4A2500;
}

#MainMenu a:hover {
  text-decoration:underline ;
}

#MainText{
  margin:1em 1.8em 0.5em 1.8em;
  min-height:25em;
}

.ImgLeftShadow {
  float: left;
  border:0;
  margin: 3px 16px 7px 0px;
  box-shadow: 4px 4px 10px #555;
}

.ImgRightShadow {
  float: right;
  border:0;
  margin: 3px 7px 7px 16px;
  box-shadow: 4px 4px 10px #555;
}

.ImgLeft {
  float: left;
  border:0;
  margin: 3px 8px 0px 0px;
}

.txbl {
   margin-left:1em;
   max-width:45em;
}

.hblk  {
  text-align:justify; 
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.Quelle  {
  margin-top:0.4em;
  margin-bottom:0.4em;
  text-align:left
}

.deut {
  color:#334F6B;
  font-size: 15px;
  font-family: 'Open Sans',sans-serif;
}

.Deutung  {
  text-align:justify; 
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color:#334F6B;
  font-size: 15px;
  font-family: 'Open Sans',sans-serif;
}

.Pictures {
  color:#334F6B;
  font-size:13px;
  line-height:17px;
  font-family:'Open Sans',sans-serif;
  text-align:center;
  font-style:italic;
  margin: 7px 0 7px 0;
}

.xtab {
  width: 13em;
  float:left;
  overflow:hidden;
  white-space: nowrap;
  margin: 0 0 0.2em 0;
}

.xhdr {
  margin: -0.2em 0 0.3em 0;
  line-height: 18px;
} 

.inf {
 font-size: 80%;
 line-height: 1.1em;
}

.lit {
 font-size: 80%;
 line-height: 1.3em;
}

.NoSee {
  display:none;
  visibility:hidden;
}

table.tabx1  {  
 border-color: #4A2500;
 line-height: 110%;
}

table.tabx1  td {  
  border-color: #4A2500;
  padding:0;
}

table.tabx1  p {  
  margin:0.3em;
}

.static-video {
  width: 430px;
  height: 242px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 7px;
  -moz-border-radius:7px;
  -webkit-border-radius:7px; 
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.static-video iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.elastic-video {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
  border-radius: 7px;
  -moz-border-radius:7px;
  -webkit-border-radius:7px; 
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.elastic-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
