* {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

html {
  background-color: #fff;
  height: 100%;
}

body {
  min-height: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 1.42857143;
  color: #333333;
  overflow-y:scroll;
  -webkit-text-size-adjust: none;
}

div.main {
  width: 75%;
  height: 100%;
  padding-left: 10%;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;

  margin-bottom: 2em;
}

div.nav {
  width: 25%;
  min-height: 100%;
  margin-bottom: 2em;
  border-left: 3px solid #77b82a;
}

div.bar {
  width: 98%;
}

div.socialMedia {
  text-align: center;
}

div.col {
  float: left;
  width: 50%;
}

div.footerGreen {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2em;

  z-index: 2500;
  display: flex;

  background: linear-gradient(#77B82A, #436B13) repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #FFFFFF;
  border: none;

  margin-top: 0px;

  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

div.footerGreen::after{
  content: "";
  display: table;
  clear: both;
}

* html .footer {
   position:absolute;
}

div.inhalt {
  padding-left: 5px;
}

div.inhalt ul {
  list-style: disc;
}

div.inhalt ul li {
  list-style: disc;
}

div.inhalt ul li a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

div.socialMedia a {
  background: #fff;
  border: 0;
  text-align: left;
}

h1 {
  color: #77b82a;
}

h2, h2.w_news_title {
  color: #77b82a;
}

h3 {
  color: #77b82a;
  font-size: 100%;
}

img {
  max-width: 100%;
}

img#branding {
  cursor: pointer;
  min-width: 224px;
  padding: 10px;
}

img.arrow {
  vertical-align: middle;
}

img.thumb {
  max-width: 40%;
  max-height: 40%;
  margin: 5%;
  vertical-align: middle;
}

table {
  width: 100%;
  padding-bottom: 5px;
}

table.admin {
    border-collapse: collapse;
}

table.admin, th.admin, td.admin {
  border: 1px solid grey;
}

td.empty {
  border: 0px solid white;
}

td.admin {
  vertical-align: middle;
  padding: 4px;
}

li.socialMedia {
  padding-top: 8px;
  list-style: none;
  text-align: left;
  text-decoration: none;
}

ul.sidenav {
  list-style-type: none;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

ul.sidenav li {
  max-width: 295px;
  min-width: 224px;
}

ul.sidenav li a {
  display: block;
  z-index: 1000;
  position: relative;
  cursor: pointer;
  color: #73b329;
  font-size: 1.4em;
  line-height: 20px;
  background: linear-gradient(to left, #fff, #e0e0e0);

  border: 1px solid #c8c8c8;
  border-left: 1px #ffffff solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;

  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;

  text-decoration: none;
  text-transform: uppercase;
}

ul.sidenav li a:hover {
  color: #555555;
  box-shadow: 0px 0px 150px #000000;
  z-index: 2000;
  -webkit-transition: all 100ms ease-in;
  -ms-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}

ul.sidenav li a.active {
  background: linear-gradient(to left, #e6e6e6, #fff);
  color: #555555;
  z-index: 1900;
  margin-left: -3px;
}

ul.sidenav li a.green {
  background: linear-gradient(to right, #77b82a, #659d24);
  color: #fff;
  border: 1px solid transparent;
}

a.impressum {
  cursor: pointer;
  float: right;
}

a.externLink {
  text-decoration: none;
  cursor: pointer;
  color: #77b82a;
}

a.mail, a.news {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a.news {
  padding-left: 40px;
}

.btn {
  background: linear-gradient(#77B82A, #436B13) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgb(119, 184, 42), rgb(67, 107, 19));
  background-repeat: repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: auto auto;

  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
  border: none;

  font-size: 16px;
  line-height: 1.42857143;

  text-align: center;
  text-decoration: none;

  padding: 4px 20px 6px 13px;
  border-radius: 4px;

  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px 0px;
}

.btn:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
  text-decoration: none;
}

.collapse {
  cursor: pointer;
  display: inline;
}

.option-heading{
  cursor:pointer;
}

.option-content{
  margin-left: 30px;
}

.is-hidden{ display: none; }

.box {
  margin: auto;
	padding: 20px;
	position: relative;
	text-align: left;
  display: inline-block;
  border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 5px 5px 5px #888888;
	background-color: #e0e0e0;
	color: #fff;
}

.box2 {
  margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 330px;
	position: relative;
	text-align: center;
  border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 5px 5px 5px #888888;
	background-color: #e0e0e0;
	color: #fff;
}

.primary {
	background: linear-gradient(#77B82A, #436B13) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #c6c6c6;
	color: #fff;
	width: 269px;
	padding: 10px;
	margin: 5px;
	cursor: pointer;
	outline: none;
	border-radius: 3px;
}
.secondary {
	width: 249px;
	padding: 10px;
	margin: 5px;
	background: #fff;
	color: #555;
	cursor: text;
	outline: none;
	border-radius: 3px;
	font-family: inherit;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	box-sizing: content-box;
	border: none;
	font-weight: 300;
}

.third {
  width: 809px;
	padding: 10px;
	margin: 5px;
	background: #fff;
	color: #555;
	cursor: text;
	outline: none;
	border-radius: 3px;
	font-family: inherit;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	box-sizing: content-box;
	border: none;
}

@media (max-width: 1364px) {
  .third {
    width: 249px;
  }
}

.half {
  width: 109px;
}

.pseudoLink {
  cursor: pointer;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 2.2em; /* Place the button at the bottom of the page */
    right: 1em; /* Place the button 30px from the right */
    z-index: 10000; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #77B82A; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #436B13; /* Add a dark-grey background on hover */
}

#appname {
  color: #77b82a;
  font-size: 3em;
  font-style: normal;
}

@media only screen and (max-width:799px) {
  body {
    flex-direction: column-reverse;
  }

  div.main {
    width: 100%;
    padding-left: 10%;
    padding-top: 10px;
    padding-right: 10%;
  }

  div.nav {
    width: 100%;
  }
  
  ul.sidenav li {
    max-width: 98%;
  }

}
