* {
  -webkit-box-sizing: border-box; /* <=iOS4, <= Android 2.3 */
  -moz-box-sizing: border-box; /* Firefox 1+ */
  box-sizing: border-box; /* Chrome, IE8+, Opera, Safari 5.1 */
}

/* preloader */
.preloader {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: black;
  width: 320px;
  height: 56px;
  border: 3px solid #6E89DD;
  background-color: #EEF0FC;
}

.divTable_preloader {
  display: table;
  width: 100%;
}

.divTableRow_preloader {
  display: table-row;
}

.divTableHeading_preloader {
  background-color: #EEE;
  display: table-header-group;
}

.divTableCell_preloader, .divTableHead_preloader {
  border: 0px solid #999999;
  display: table-cell;
  padding: 7px 3px 3px 10px;
  vertical-align: middle;
}

.divTableFoot_preloader {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}

.divTableBody_preloader {
  display: table-row-group;
}

/* preloader end */

body {
  /* background: #cccccc url("../img/bgse.jpg") repeat fixed 0 50%; */
  color: #303030;
  font-family: trebuchet ms, Arial, Helvetica, sans-serif;
  font-size: 75%;
  height: 100%;
  margin: 0;
  padding: 0;
}

td, tr, p, div {
  font-family: inherit;
  font-size: 11px;
  color: #333333;
}

@font-face {
  font-family: 'sefont';
  src: url('./font/quadapto-webfont.woff2') format('woff2'),
       url('./font/quadapto-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

#page-wrap {
  width: 800px;
  margin: 0 auto;
}

#div-header {
  display: inline-block;
  padding: 5px;
  margin-top: 30px;
}

#logo {
  clear: left;
  float: left;
  height: auto;
  margin-left: 1px;
  text-align: left;
  width: auto;
  font-family: 'sefont';
  font-size: 72px;
  text-shadow: 8px 6px 5px #666666;
  color: #0202A2;
}

#uhr {
  border-bottom: 2px dotted #d7ddb9;
  clear: right;
  float: right;
  font-size: 10px;
  height: auto;
  margin-right: 5px;
  margin-top: 7px;
  overflow: visible;
  visibility: visible;
  width: auto;
  padding: 5px;
}

#logo-slogan {
  clear: left;
  float: left;
  height: auto;
  margin-left: 1px;
  /* margin-top: -8px; */
  text-align: left;
  width: auto;
}

.logo-slogan {
  font-family: 'sefont';
  font-size: 22px;
  color: #0202A2;
}

.uhrspan {
  color: #004a99;
  font-size: 1.1em;
}

/* ########## */

#div-middle {
  display: inline-block;
  min-height: 10px;
  overflow: hidden;
  margin-top: 30px;
  /* background-color: #FF0000; */
}

.div-rahmen {
  width: 780px;
  display: table-cell;
  border: 5px solid #FFFFFF;
  padding: 5px;
  background-color: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  box-shadow: 5px 5px 20px 10px #0F0F0F;
  -webkit-box-shadow: 5px 5px 20px 10px #0F0F0F;
  -moz-box-shadow: 5px 5px 20px 10px #0F0F0F;
  overflow: auto;
}

.div-rahmen > p {
  padding-top: 20px;
}

#pathway {
  padding: 20px 0px 0px 0px;
  border-bottom: 2px dotted #d7ddb9;
  margin-left: 10px;
  margin-right: auto;
  width: 97%;
}

.pathway {
  color: #004a99;
  font-size: 1.1em;
}

.pathway a {
  background-position: right center;
  background-repeat: no-repeat;
  margin: -2px 0;
  padding: 2px 18px 2px 8px;
  color: #3e3fff;
  font-size: inherit;
  background-image: url("../img/arrow.png");
}

a:link, a:visited {
  color: #00008b;
  font-family: inherit;
  text-decoration: none;
}

/* Menü */
#menu {
  min-height: 10px;
  overflow: hidden;
  float: left;
  width: 140px;
  height: 100%;
  padding: 15px 5px 15px 0px;
  margin-left: 10px;
}

.menu {
  font-family: 'sefont';
  font-size: 20px;
  color: #0202A2;
}

.menu ul {
  line-height: 25px;
  list-style-type: none;
  display: block; /* Set to display block by default */
}

.menu li:hover {
  text-decoration: normal;
  font-weight: normal;
  text-shadow: 1px 2px 2px #666666;
}

.menu a:hover {
  text-decoration: normal;
  font-weight: normal;
  text-shadow: 1px 2px 2px #666666;
}

li.active a, li.current a {
  color: #BFBFBF;
}

.menu-toggle {
  display: none; /* Hide the menu toggle button by default */
}

/* Inhalt */
#content {
  margin-left: 150px;
  padding-left: 15px;
  padding-top: 15px;
  min-height: 450px;
  border-left: 2px dotted #d7ddb9;
  padding-bottom: 10px;
  /* background-color: grey; */
  /* border-left: 2px dotted #d7ddb9; */
}

#content ul {
  line-height: 25px;
  /* list-style-type: none; */
  padding: 0px 0px 0px 20px;
}

#contentheading {
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  color: #FF9900;
  text-align: left;
  line-height: 16px;
  /*height: 15px;*/
}

.small {
  font-family: inherit;
  font-size: 1em;
  color: #999999;
  text-decoration: none;
  font-weight: normal;
}

.content {
  background-color: #FFFFFF;
}

.contentheading {
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  color: #FF9900;
  text-align: left;
  line-height: 16px;
  height: 15px;
  padding-bottom: 40px;
}

.sectiontableheader {
  background-color: #94B1CF;
  background-repeat: repeat;
  padding: 2px;
  color: #FFFFFF;
  font-weight: bold;
}

.sectiontableentry1 {
  background-color: #BED2EB;
}

.sectiontableentry2 {
  background-color: #F3F3F3;
}

.category {
  /* color: #004A99;
  font-family: inherit; */
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
}

a.category:hover {
  color: #004A99;
}

a.category:link, a.category:visited {
  color: #004A99;
  font-weight: bold;
}

div#content-footer {
    text-align: center;
}

/** ############################### */

/** Bottom Footer */
#div-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer {
  color: #eeeeee;
  font-size: 12px;
  height: 2.4em;
  line-height: 2.4em;
  margin: 0 auto;
  min-height: 100%;
  padding: 0;
  position: relative;
  text-align: center;
  /*width: 780px;*/
}

a.footer:link, a.footer:visited {
  font-size: 12px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
}

a.footer:hover {
  font-size: 12px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: underline;
  text-align: left;
}

/* Mobile Styles für Geräte bis 768px Breite */
@media (max-width: 768px) {
  #page-wrap {
    width: 95%;
  }
  #content {
    border-left: 0px;
    margin-left: 0;
	padding-left: 10px;
	min-height: 350px;
  }
  #logo {
    font-size: 42px;
  }
  
  .container {
    width: 100%;
    padding: 10px;
  }

  .header, .footer {
/*    display: none; */
  }
  
  div#content-footer {
    display: none;
}

  .content {
    font-size: 1.2em;
  }

  #menu {
    width: 100%;
    padding: 10px 0;
  }

  .menu ul {
    display: none; /* Hide the menu by default */
    margin-left: 25px;
}
  .menu-toggle {
    /* display: block;  Show the menu toggle button  */
	display: contents;
	font-family: 'sefont';
	font-size: 20px;
	color: #0202A2;
  }

  .menu.active ul {
    display: block; /* Show the menu when active */
  }

  .menu li {
    width: 100%;
    text-align: left;
  }

  body {
    font-size: 14px;
  }

  .contentheading {
    font-size: 1.5em;
  }

  .div-rahmen {
    width: 100%;
  }

  .pathway {
    width: 100%;
  }

  #div-middle {
    width: 100%;
  }
}
/*
@media (min-width: 769px) and (max-width: 1024px) {
  .container {
    width: 90%;
  }

  .content {
    font-size: 1.1em;
  }

  .div-rahmen {
    width: 90%;
  }

  .pathway {
    width: 90%;
  }

  #div-middle {
    width: 90%;
  }
}

@media (min-width: 1025px) {
  .container {
    width: 80%;
  }

  .content {
    font-size: 1em;
  }

  .div-rahmen {
    width: 80%;
  }

  .pathway {
    width: 80%;
  }

  #div-middle {
    width: 80%;
  }
}

.footer {
  color: #eeeeee;
  font-size: 12px;
  height: 2.4em;
  line-height: 2.4em;
  margin: 0 auto;
  min-height: 100%;
  padding: 0;
  position: relative;
  text-align: center;
  width: 780px;
}

a.footer:link, a.footer:visited {
  font-size: 12px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
}

a.footer:hover {
  font-size: 12px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: underline;
  text-align: left;
}
*/