body{  
  min-height: 100vh;
  background-color: rgba(250,250,255,0.2);
  font-family:Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua, serif;
  margin:0;
  padding:0;
  overflow-X:hidden;
  font-weight:550;
}
figure{
  display:block;
  margin:0;
  padding:0;
}
p {
line-height: 150%;
}
h1 {
color:black;
}

/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* Button styling */
.menu-toggle {
  display: inline-block;
  padding: .75em 15px;
  line-height: 1em;
  font-size: 1em;
  color: #333;
}

.menu-toggle:hover,
.menu-toggle:focus {
  color: #c00;
}

/*
 Default styles + Mobile first
 Offscreen menu style
*/
.main-menu {
  position: absolute;
  left: -80vw;
  top: 0;
  height: 100%;
  overflow-y: scroll;
  overflow-x: visible;
  transition: left 0.3s ease,
              box-shadow 0.3s ease;
  z-index: 999;
}

.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 2.5em 0 0;
  /* Hide shadow w/ -8px while 'closed' */
  -webkit-box-shadow: -8px 0 8px rgba(0,0,0,.5);
     -moz-box-shadow: -8px 0 8px rgba(0,0,0,.5);
          box-shadow: -8px 0 8px rgba(0,0,0,.5);
  min-height: 100%;
  width: 80vw;
  background: rgba(250,250,255,1);
}

.main-menu a {
  display: block;
  padding: .75em 15px;
  line-height: 2em;
  font-size: 2em;
  color: black;
  text-decoration: none;
  border-bottom: 0.1em solid #383838;
}

.main-menu li:first-child a {
  border-top: 1px solid #383838;
  margin-bottom:0.75em;
}

.main-menu a:hover,
.main-menu a:focus {
  background: rgba(255,255,250,1); /*Hover farbe im of canvas menu normale Listeneinträge*/
  text-decoration: underline;
}

.main-menu .menu-close {
  position: absolute;
  right: 0;
  top: 0;
}

/*
 On small devices, allow it to toggle...
*/
/*
 :target for non-JavaScript
 aria-expanded="true/false" will be for JavaScript
*/
.main-menu:target,
.main-menu[aria-expanded="true"] {
  left: 0;
  outline: none;
  -moz-box-shadow: 3px 0 12px rgba(0,0,0,.25);
  -webkit-box-shadow: 3px 0 12px rgba(0,0,0,.25);
  box-shadow: 3px 0 12px rgba(0,0,0,.25);
}

.main-menu:target .menu-close,
.main-menu[aria-expanded="true"] .menu-close {
  z-index: 1001;
}

.main-menu:target ul,
.main-menu[aria-expanded="true"] ul {
  position: relative;
  z-index: 1000;
}

/* 
 We could us `.main-menu:target:after`, but
 it wouldn't be clickable.
*/
.main-menu:target + .backdrop,
.main-menu[aria-expanded="true"] + .backdrop {
  position: absolute;
  display: block;  
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: #000;
  background: rgba(0,0,0,.5); /*hier wird der schatten eingestellt*/
  cursor: default;
}

@supports (position: fixed) {
  .main-menu,
  .main-menu:target + .backdrop,
  .main-menu[aria-expanded="true"] + .backdrop {
    position: fixed;
  }
}

.div30 {
width: 100%;
height: auto;
}
.div70 {
width: 100%;
height: auto;
}
ul.liste > li{
margin:0.5em 0 0.5em 0;
}


.divwrapper {
text-decoration: none;
color:black;
margin:1em;
}


.contenttrenner {
background-color:#0066cc;
height:0.5em;
width:100%;
border-style: none;
}

.linkimtext{
color:#0066cc;
text-decoration:none;
}

.linkimtext:hover{
color:red;
text-decoration:none;
}

.linkimheader{
color:black;
text-decoration:none;
padding:0 1em 0 1em;
}

.linkimheader:hover{
color:red;
text-decoration:none;
}

.actionlink{
color:black;
text-decoration:none;
padding:0 1em 0 1em;
}

.callbox{
font-size:1.5em;
background-color:rgba(241,255,224,1);
border-radius:0.3em;
padding:1em 0 1em 0;
}

.divoben{
padding-left:5%;
padding-right:5%;
}

.liste{
padding:0.5em 0 0.5em 0;
}

.inlinebold{
font-weight:bold;
}

.banner{
width:90%;
height:40vh;
text-align: center;
color:rgba(0,0,0,1);
font-size:2em;
font-weight: 800;
margin:5% 5% 1em 5%;
padding:1em 0 1em 0;
display:flex;
justify-content: center;
align-items: center;
}

.text{
margin:0 5% 10% 5%;
}


/*
 Demo purposes only
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

header {
  padding: 1em;
  margin:0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  position:sticky;
  top: 0px;
  background-color:rgba(241,255,224,0.9);
  width:100vw;
}

.logo {
  margin: 0 0 0 10px;
  font-size: 1.7em;
  color:black;
  display:inline-block;
}

.foot{
background-color:rgba(250, 250, 255, 0.7);
display: flex;
flex-wrap: wrap;
justify-content: space-around;
font-size:1em;
width:100vw;
}

.foot > div {
  margin: 1em;
}

.foot > div > a {
color:black;
text-decoration:none;
}

.Site-content {
margin:0 10% 0 10%;

}

.flex-container {
display:flex;
flex-wrap:wrap;
flex-direction: row;
margin-bottom:10%;
}

td{
padding-bottom:1em;
}
a.anchor {
    display: block;
    position: relative;
    top: -11vh;
    visibility: hidden;
}

.liste >  li {
padding-bottom:0.5em;
}

.ptable{
vertical-align:center;
text-align:right;
}
/*
 Larger screen styling
 Horizontal menu
*/
@media (min-width: 1024px) {
  .menu-toggle,
  .main-menu .menu-close {
    display: none;
	
  }
  
  /* Undo positioning of off-canvas menu */
  .main-menu {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
	overflow:visible;
  }
  
  .main-menu ul {
    display: flex;
    
    /* Undo off-canvas styling */
    padding: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    height: auto;
    width: auto;
    background: none;
  }
  
  .main-menu a {
    border: 0 !important; /* Remove borders from off-canvas styling */
    font-size: 1em;
    line-height: 1em;
  }
  
  .main-menu a:hover,
  .main-menu a:focus {
    background: none; /* Remove background from off-canvas styling */
    color: #c00;
  }
  
  .div30 {
  width:30%;
  margin:0 0 0 0;
  }
  .div70 {
  width:60%;
  margin:0 5% 0 5%;
  }
  h1{
  margin-top:0;
  }
  .callbox{
  max-width:50%
  }

  .ptable{
  vertical-align:top;
  }
  .banner{
  font-size:2.5em;
  }
  .logo{
  margin:0 5em 0 10px;
  }


}
