/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v49-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/oswald-v49-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v49-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v49-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v49-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v49-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video 
{
font-size: 100%;
font: inherit;
text-align: center;
color: #000000;
}

body 
{
height: 100%;
margin: 0;
line-height: 1;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; 

/*background: url(../images/1939.jpg) center center fixed repeat;*/
background: url(../images/1939_1500.jpg) center center fixed repeat;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;

filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/1939.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/1939.jpg', sizingMethod='scale')";

}


#main {
/*position: absolute; 
margin: -200px auto auto -325px;
padding-top: 1%;
top: 46%; 
left: 50%; 
max-width: 100%;
height: 400px;*/
margin: -150px 0 0 -260px;
/*padding-top: 1%;*/
position: absolute; 
top: 46%; 
left: 50%; 
width: 520px;
height: 300px;
}

#content {
width: 100%;
margin: 0 auto 0 auto;
}

#footer {
width: 100%;
margin: 25% auto 0 auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
text-decoration: none;
/*margin: 380px auto 10px auto;*/
/*margin: 0px auto 0px -200px;*/
}

#impressum {
position: relative;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0 auto 0 auto;
}


/**************************************** 
 * list styling with font awesome BEGIN */
p.listElement { 
  position:relative;
  color: #333;
}

p.start:before { font: FontAwesome; content: "\2605"; }
p.start:after { font: FontAwesome; content: "\2605"; }

p.listElement:before {
  display: inline-block;
  position: relative;
  top: -2px;
  right: 5px;
  font-family: FontAwesome;
  content: "\2605";
  font-size: 0.75em;
  color: #900; 
}

p.listElement:after {
  position: relative;
  top: -2px;
  left: 5px;
  font-family: FontAwesome;
  content: "\2605";
  font-size: 0.75em;
  color: #900; 
}
/* list styling with font awesom END 
****************************************/

.heading 
{
  font-family: 'Oswald', sans-serif;
  font-size: 300%;
  margin: auto;
}

.subheading 
{
  color: #333;
  font-size: 150%;
  padding-top: 20px;
  margin: auto;
}

a {
  font-size: 90%;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.paragraph
{
  font-size: 100%;
}

.dottedLineTop
{
/*min-width: 500px;*/
  padding-top: 15px;
  border-top: 1px dotted rgba(0,0,0,.2);
}

.dottedLineBottom
{
/*min-width: 500px;*/
padding-bottom: 15px;
border-bottom: 1px dotted rgba(0,0,0,.2);
}

ul li {
  list-style-image: url('../_img/pfeil.png');
}


.divWebsiteLinks {
/* float: left;  */
/* width: 160px;  */
padding-top: 8px;
padding-bottom: 8px;
margin: auto;
}

.logo_right {
float: right;
width: 160px; 
margin: 0 auto 0 auto;
}

.logo_h {
border: 0;
width: 90px;
height: *;
}

.logo_v {
border: 0;
width: *;
height: 60px;
}


/** footer link decoration */
a.footer_link.text  {
text-decoration: none;
color: #2a85b3;
background: #fff;
}

a.footer_link {
color: #880000;
text-decoration: underline;
}

a.footer_link:hover {
color: #996600;
text-decoration: none;
}

#image {
color: white;
position:relative;
bottom:-40px;
}

.image_border  {
  border: 1px dotted rgba(0,0,0,.3);
}

.image_bg {
  background-color: #c3c3c3;
}

a.image {
  color: white;
  position:relative;
  text-decoration: none;
}

a.image:hover {
  color: white;
  position:relative;
  text-decoration: none;
}

.left_ {
  float: left;
  width: 33%;
}

.text_align_left {
  text-align: left;
}

.quickguideBox {
  z-index: 10;
  position:absolute; 
  top:8px;
  right:8px;
  text-align: left;
  border: 1px dotted rgba(0,0,0,.2);
  color:#000000;
  font-size:75%;
  /*font-weight:normal;*/
  /*margin-top:15px;*/
  margin-right:0px;
  /*width:200px;*/
  background-color: rgba(175,0,0,.05);
}

#close {
  border-bottom: 1px dotted rgba(0,0,0,.2);
  border-left: 1px dotted rgba(0,0,0,.2);
  font-weight:bold;
  cursor:pointer;
  color:#333333;
  float:right;
  display:inline-block;
  padding: 0 2px 2px 2px;
  /*background:#ccc;*/
}

#close:hover {
  font-weight:bold;
  color:rgba(150,0,0,.8);
  float:right;
  display:inline-block;
  /*background:#ccc;*/
  padding-right:2px;
}

.quickguide {
  font-weight:bold;
  padding: 5px 10px 5px 10px;
  /*background-color:rgba(175,0,0,.05);*/
}

.quicklink {
  margin-top: 5px;
  padding: 0 10px 10px 10px;
}

.quicklink a {
  font-weight:normal;
  color:#666666;
}

.quicklink a:hover {
  text-decoration:none;
}

/* clearfix method */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
