/* Start' */
body {
  background-color: #fce8ad;
  text-align: center;
  margin: 0;
  padding: 0;
}

p {
  font-family: verdana;
  color: #4d1e18;
  font-size: 10pt;
}

a {
  color: #4d1e18;
}

li {
  color: #4d1e18;
   font-size: 10pt;
}

#navi ul {
  list-style-type: none;
  padding-left: 1px;
  margin: 6px 0;
}

h1 {
  margin-top: 0px;
  font-family: verdana;
  font-size: 20pt;
  font-weight: normal;
}


h2 {
  margin-top: 0px;
  font-family: verdana;
  font-size: 13pt;
  font-weight: normal;
   color: #4a5f9a;
}


h3 {
  margin-top: 0px;
  font-family: verdana;
  font-size: 12pt;
}

h4 {
  margin-top: 0px;
  font-family: verdana;
  font-size: 10pt;
  border-bottom: solid 1px #c0c0c0;
}
td {
  font-family: verdana;
  font-size: 9pt;
  font-color: #4d1e18;
}

#schrift {
  width: 848px;
/*  height: 486px; */
  background: url(../grafik/backgr.gif) no-repeat;
  margin: 20px auto 20px;
  text-align: left;
  display: block;
  padding: 45px 0 0 0;
}

#all {
  background-color: #4d1e18;
  width: 778px;
/*  position: fixed; */
 margin: 0 50px 20px; 
  padding: 1px 0 6px;
}
#head {
/*  float: left;  */
  width: 765px;
  height: 162px;
  background-image: url(../images/1-start/1-home.jpg);
  margin: 7px 0px 0px 7px;
}

#navi {
  width: 190px;
  float: left;  
  background-color: #FCE8AD;
    font-family: verdana;
  margin: 7px 0px 0px 7px;
}

#content {
  float: left;  
  margin: 7px 0px 0px 7px;
  background-color: #FCE8AD;
  width: 562px;
  min-height:500px;
  height:auto !important;
  height:500px;
  padding: 3px;
}


.overlay-wrap
{max-width:1140px; position:relative; height:auto;}

#overlay-1 {
    position: fixed; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  
    z-index: 4; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}


.overlay-button
{z-index:5; color:#fff; left: 0; top:0; position:absolute; display:block;}

.my_popup_close
{


font-family: f00d;

font-size: 40px;

color: #4a5f9a;
 background: transparent;

border: none;
position:absolute;
}     


.overlay-button button i.fas.fa-times:after

{text-decoration:none;}

.overlay-button button i.fas.fa-times:before

{text-decoration:none;}

.overlay-text h2
{ padding:25px; font-size:40px;background:#fff; }

.overlay-text 
{text-align:center; display:block;}


#my_popup{
opacity: 1;

visibility: visible;

outline: currentcolor none medium;

position: absolute;

top:100%;

left: 0;

right: 0;

bottom: 0;



}
/* End */

