* {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body, html {
  color: #2e3d00;
  font-family: verdana,arial;
  font-size: 12px;
  margin: 0;
  padding: 0;
  background-color: #E6FF99;
  min-width: 1050px;
  /* centers divs in IE */ }

a {
  text-decoration: none;
  color: #335f8d; }

a:hover {
  color: #ff8400; }

img {
  border: 0; }

td {
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/************* STRUCTURE ***********************/
div {
  margin: 0;
  padding: 0; }

#container {
  width: 1052px;
  margin: 10px auto;
  /* centers div in FF */
  margin-bottom: 30px;
  -ms-box-shadow: 0 3px 15px 0 #aaa;
  -moz-box-shadow: 0 3px 15px 0 #aaa;
  -webkit-box-shadow: 0 3px 15px 0 #aaa;
  box-shadow: 0 3px 15px 0 #aaa;
  border: 1px solid #5a7700;
  border-radius: 8px; }

#container_header_top {
  background-color: #9DD100;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

#container_header_menu {
  background-color: #FFE237;
  z-index: 10000; }

#header_mobile {
  display: none; }

#container_header_bg {
  height: calc((2 * 5px + 22px + 2px) + 80px + 10px + 20px); }

#header_top,
#header_menu,
#header_image,
#content,
#footer,
#typo3buddy {
  width: 100%;
  padding: 0 25px; }

#header_top {
  padding-top: 10px;
  height: calc(80px + 10px + 20px); }

#header_menu {
  padding-left: 10px;
  height: calc(2 * 5px + 22px + 2px);
  background-color: #FFE237;
  border: 1px solid #5a7700; }

#content {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #BCD76C; }

#content_left,
#content_menu {
  display: none;
  float: left;
  width: 220px;
  padding: 0;
  z-index: 100000; }

#content_left_2nd,
#content_menu_2nd {
  display: block;
  font-weight: bold;
  float: left;
  width: 150px;
  padding: 0;
  z-index: 100000; }

#content_right,
#content_main {
  padding: 4px 0 50px 25px; }

#footer {
  height: 50px;
  padding: 15px 25px;
  background-color: #9DD100;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

#footer_left {
  float: left;
  width: 600px; }

#footer_right {
  float: right;
  width: 200px; }

#typo3buddy {
  text-align: center; }

#typo3buddy,
#typo3buddy a {
  color: #5a7700; }

div.clearer {
  clear: both; }

#header_top_text {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 36px;
  font-family: Verdana,Geneva,sans-serif;
  text-shadow: -1px 0 #5a7700, 0 1px #5a7700, 1px 0 #5a7700, 0 -1px #5a7700; }

#header_top_left img {
  width: auto;
  height: 80px; }

#header_top_right img {
  width: auto;
  height: 80px; }

/*********** TEXT ************/
#content p,
#content p.bodytext {
  line-height: 21px;
  padding: 0;
  margin: 0;
  padding-bottom: 22px; }

#content ol,
#content ul {
  padding: 0;
  margin: 0;
  padding-bottom: 22px;
  padding-left: 30px; }

#content li {
  line-height: 21px; }

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  padding: 0;
  margin: 0;
  padding-bottom: 18px;
  font-family: 'Share',arial,verdana,tahoma;
  font-weight: bold; }

#content h1 {
  font-size: 24px; }

#content h2 {
  font-size: 18px;
  padding: 16px 0 16px 0; }

#content h3 {
  font-size: 16px;
  padding: 0;
  padding-bottom: 10px; }

#content img.typo3buddy {
  width: 163px;
  height: 163px; }

#content #content_column_1,
#content #content_column_2 {
  float: left;
  width: 50%; }

#content #content_column_1 {
  padding-right: 15px; }

#content #content_column_2 {
  padding-left: 15px; }

table.contenttable {
  overflow-x: scroll;
  display: block; }

/******************* MENUS ***********************/
/* menu general */
div.menu_ul ul,
div.menu_header ul,
#content div.menu_ul ul,
#content div.menu_header ul {
  display: inline;
  list-style: none;
  list-style-position: outside;
  padding: 0;
  margin: 0; }

/***************** mobile_menu ***************/
#mobile_menu_dropdown, div.menu_1, ul {
  list-style: none; }

#mobile_menu_dropdown div.menu_1 lul a {
  display: block;
  margin: 0;
  padding: 7px 0;
  line-height: 16px;
  color: #2e3d00; }

#mobile_menu_dropdown div.menu_1 ul a:hover {
  color: green; }

#mobile_menu_dropdown div.menu_1 ul li {
  margin: 2px 0; }

#mobile_menu_dropdown div.menu_1 ul li div.menu_act a {
  color: #FF8400; }

#mobile_menu_dropdown div.menu_1 ul li div.menu_act {
  background-color: #BCD76C; }

#mobile_menu_dropdown div.menu_2 {
  padding-left: 10px;
  margin-top: 8px;
  margin-bottom: 8px; }

#mobile_menu_dropdown div.menu_3 {
  padding-left: 10px;
  margin-top: 8px;
  margin-bottom: 8px; }

/***************** menu left 2nd ***************/
#content div.menu_left_2nd a {
  display: block;
  margin: 0;
  padding: 7px 0;
  line-height: 16px;
  color: #2e3d00; }

#content div.menu_left_2nd a:hover {
  color: green; }

#content div.menu_left_2nd li {
  margin: 2px 0; }

#content div.menu_left_2nd div.menu_act a {
  color: #FF8400; }

#content div.menu_left_2nd div.menu_act {
  background-color: #BCD76C; }

#content div.menu_left_2nd div.menu_2 {
  padding-left: 10px;
  margin-top: 8px;
  margin-bottom: 8px; }

#content div.menu_left_2nd div.menu_3 {
  padding-left: 10px;
  margin-top: 8px;
  margin-bottom: 8px; }

/************** menu header ***************/
div.menu_header li {
  padding: 0;
  margin: 0;
  float: left;
  margin-right: 2px; }

div.menu_header li a {
  color: #2e3d00;
  font-family: verdana,arial,helvetica;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding: 5px 14px 5px 14px;
  line-height: 22px;
  background-color: #FFE237; }

div.menu_header li div.menu_header_no a,
div.menu_header li div.menu_header_act a {
  cursor: pointer; }

div.menu_header li div.menu_header_act a,
div.menu_header li div.menu_header_actifsub a,
div.menu_header li:hover div.menu_header_no a {
  color: #FF8400; }

div.menu_header li:hover div.menu_header_no a,
div.menu_header li:hover div.menu_header_ifsub a,
div.menu_header li:hover div.menu_header_actifsub a {
  background-color: #FF9900;
  color: green; }

div.menu_header li:hover div.menu_header_no a,
div.menu_header li:hover div.menu_header_ifsub a {
  color: green; }

/**** level 2 popup ********/
div.menu_header li ul {
  display: none;
  position: absolute;
  padding: 10px 0;
  width: 300px;
  background-color: #FF9900;
  /* box-shadow: h-shadow v-shadow blur spread color inset; */
  -ms-box-shadow: 0 4px 4px -1px #404040;
  -moz-box-shadow: 0 4px 4px -1px #404040;
  -webkit-box-shadow: 0 4px 4px -1px #404040;
  box-shadow: 0 4px 4px -1px #404040;
  border-bottom-left-radius: 6px 6px;
  border-bottom-right-radius: 6px 6px;
  z-index: 1000; }

div.menu_header li ul li {
  float: none;
  margin: 0;
  background-color: #FF9900; }

div.menu_header li ul li a:hover,
div.menu_header li ul li div.menu_sub_act a {
  color: green; }

div.menu_header li ul li div.menu_sub_act {
  background-color: #FF9900; }

div.menu_header li ul li a {
  color: #2e3d00;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  padding: 4px 14px;
  background-color: #FF9900; }

div.menu_header li:hover ul {
  display: block; }

div.menu_header li:hover ul li {
  background-image: none; }

/************ menu footer ****************/
div.menu_footer li {
  float: left;
  padding-right: 10px; }

div.menu_footer li,
div.menu_footer li a {
  color: #2e3d00; }

/*********** FLEXIBLE CONTENT **************/
div.content_2column_container {
  width: 730px;
  width: 100%; }

div.content_column_left {
  float: left;
  padding: 0;
  padding-right: 10px;
  width: 50%; }

div.content_column_right {
  float: left;
  padding: 0;
  padding-left: 10px;
  width: 50%; }

/************ RESPONSIVE CSS ***************/
img#mobile_menu {
  width: 30px;
  height: 30px; }

/*+++++++++++++++++++ tablets ++++++++++++++*/
@media all and (max-width: 1050px) {
  body, html {
    min-width: 300px; }

  #container {
    width: 100%;
    margin-bottom: 0;
    box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
    /* centers div in FF */
    border-radius: 0; }

  #container_header_top {
    border-radius: 0; }

  #footer {
    border-radius: 0; }

  #header_menu {
    width: 100%; }

  #content_left,
  #content_menu {
    display: none;
    width: 22%; }

  #content_left_2nd,
  #content_menu_2nd {
    display: block;
    width: 15%; }

  #content_main {
    width: 85%; }

  #content_main img {
    max-width: 100%;
    height: auto; }

  #content_main img.original-size {
    width: auto; }

  #footer_left {
    width: 100%; }

  #footer_right {
    display: none; }

  #header_top_left {
    width: 80%; }

  #header_top_right {
    width: 19%; } }
/*++++++++++++ all mobile devices (max 800px) ++++++++++++*/
@media all and (max-width: 800px) {
  #container {
    margin-bottom: 0; }

  #content_left,
  #content_menu {
    display: none;
    width: 250px;
    position: absolute;
    top: 115px;
    left: 0;
    background-color: #BCD76C;
    padding: 10px;
    -ms-box-shadow: 0 3px 15px 0 #aaa;
    -moz-box-shadow: 0 3px 15px 0 #aaa;
    -webkit-box-shadow: 0 3px 15px 0 #aaa;
    box-shadow: 0 3px 15px 0 #aaa;
    border: 1px solid #5a7700;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; }

  #content_left_2nd,
  #content_menu_2nd {
    display: none; }

  #content_main {
    width: 100%;
    padding: 0; }

  #content_main img {
    max-width: 100%;
    height: auto; }

  /* remove header menu */
  #container_header_menu,
  #header_menu {
    display: none; }

  #header_mobile {
    display: block;
    height: 35px;
    background-color: #FFE237;
    padding: 2px 0 0px 5px;
    cursor: pointer; }

  #header,
  #header_top,
  #container_header_bg,
  #container_header_top {
    height: calc(40px + 2*10px); }

  #container_header_bg {
    height: calc((2 * 5px + 22px + 2px) + (40px + 2*10px)); }

  #header_image,
  #container_header_image {
    height: 80px;
    display: block; }

  #container_header_image {
    background-size: auto 80px; }

  #header_top,
  #header_menu,
  #header,
  #breadcrumb,
  #content,
  #footer {
    padding-left: 10px;
    padding-right: 10px; }

  #footer {
    padding-top: 8px; }

  #header_top_text {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    font-family: Verdana,Geneva,sans-serif;
    text-shadow: -1px 0 #5a7700, 0 1px #5a7700, 1px 0 #5a7700, 0 -1px #5a7700; }

  #header_top_left img {
    width: auto;
    height: 40px; }

  #header_top_right img {
    width: auto;
    height: 40px; } }
/*++++++++++++ all mobile devices (max 400px) ++++++++++++*/
@media all and (max-width: 400px) {
  #header_top_left {
    width: 75%; }

  #header_top_text {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    font-family: Verdana,Geneva,sans-serif;
    text-shadow: -1px 0 #5a7700, 0 1px #5a7700, 1px 0 #5a7700, 0 -1px #5a7700; }

  #header_top_left img {
    width: auto;
    height: 40px; }

  #header_top_right img {
    width: auto;
    height: 40px; }

  #header,
  #header_top,
  #container_header_bg,
  #container_header_top {
    height: calc(40px + 2*10px); }

  #container_header_bg {
    height: calc((2 * 5px + 22px + 2px) + (40px + 2*10px)); }

  #content_menu {
    top: 85px; } }
.content_MobileMenu {
  /*top: 115px;
  left: 0;
  background-color: #BCD76C;
  padding: 10px;
  -ms-box-shadow: 0 3px 15px 0 #aaa;
  -moz-box-shadow: 0 3px 15px 0 #aaa;
  -webkit-box-shadow: 0 3px 15px 0 #aaa;
  box-shadow: 0 3px 15px 0 #aaa;
  border: 1px solid #5a7700;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;*/
  position: absolute;
  display: none;
  background-color: #BCD76C;
  width: 220px;
  padding: 0px 0;
  line-height: 18px;
  color: #faf3ea;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  border: 2px solid #DDDDDD;
  border-radius: 8px;
  -ms-box-shadow: 0 3px 15px 0 #aaa;
  -moz-box-shadow: 0 3px 15px 0 #aaa;
  -webkit-box-shadow: 0 3px 15px 0 #aaa;
  box-shadow: 0 3px 15px 0 #aaa;
  border: 1px solid #5a7700;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: 5000; }

.content_MobileMenu a {
  display: block;
  padding: 0px 0;
  line-height: 16px;
  padding: 5px 6px 4px 6px; }

.show {
  display: block; }

/*# sourceMappingURL=main.css.map */
