
#content {
/*  background: #333333;*/
  background: #1C1F23;
  font-family: Times,serif;
  font-weight: bold;
  font-size:17px;
  margin: 20px;
  padding: 0;
  /*color: #aaaaaa;*/
  color: #ccc;
  display: inline-block;
}

#footer-text {
  visibility: hidden;
}

* {
  font-weight: bold;
/*  background: #333333;*/
  background: #1C1F23;
}


a img { 
  border: none;
}
a:link {
  color: #fff;
  text-decoration: underline; 
}
a:visited {
  color: #fff;
  text-decoration: underline;
}
a:hover, a:active, a:focus { 
  color: #8dc35a;
  text-decoration: none;
}


.article h2, h1 {
  font-size:30px;
  color:#8dc35a;
  font-family: sans-serif;
  padding: 0 0 10px 0;
}


.article h3, h2 {
  font-size:24px;
  color:#fff;
  font-family: sans-serif;
  padding: 0 0 10px 0;
}


.article h4, h3 {
  font-size:14px;
  color:#fff;
  font-family: sans-serif;
  padding: 0 0 10px 0;
}

/*********************************Begin main menu****************************************/
.main-menu a {
	padding: 3px 10px; 
	font-family: sans-serif;
	font-size: 36px;
	color: #fff;
}
.main-menu a:link, #navlist a:visited {
	color: #fff;
	text-decoration: none;
}
.main-menu a:hover {
	color: #8dc35a;
	text-decoration: none;
}
.main-menu #active a {
	color: #8dc35a;
	text-decoration: none;
}

/* IFrame */

iframe {
  border: none;
  width: 100%;
}

/**** auf screen grösse angepasst */
@media screen and (max-width: 1000px) {
  .article h1, .article h2, .article h3, h1, h2, h3 {
    font-size:22px;
  }
  .main-menu a {
    font-size:22px;
  }
}

/*********************************buttons****************************************/

.button.normal {
    display: inline-block;
    position: relative;
    margin: 2px;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    font: bold 12px/25px Arial, sans-serif;
 
    text-shadow: 1px 1px 1px rgba(255,255,255, .22);
 
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
 
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
 
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.button.green {
    color: #3e5706;
 
    background: #a5cd4e; /* Old browsers */
    background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* IE10+ */
    background: linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* W3C */
}
 
/* Blue Color */
 
.buttXXon.blue {
    color: #19667d;
 
    background: #70c9e3; /* Old browsers */
    background: -moz-linear-gradient(top,  #70c9e3 0%, #39a0be 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70c9e3), color-stop(100%,#39a0be)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* IE10+ */
    background: linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* W3C */
}
 
/* Gray Color */
 
.butXXton.gray {
    color: #515151;
 
    background: #d3d3d3; /* Old browsers */
    background: -moz-linear-gradient(top,  #d3d3d3 0%, #8a8a8a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#8a8a8a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* IE10+ */
    background: linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* W3C */
}

/* Big Button Style */
 
.buttXXon.big {
    padding: 0 40px;
    padding-top: 10px;
    height: 45px;
    text-transform: uppercase;
    font: bold 20px/22px Arial, sans-serif;
}
 
.buXXtton.big span {
    display: block;
    text-transform: none;
    font: italic normal 12px/18px Georgia, sans-serif;
    text-shadow: 1px 1px 1px rgba(255,255,255, .12);
}


.button:hover {
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 20px rgba(0,0,0, .5);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 20px rgba(0,0,0, .5);
    box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 20px rgba(0,0,0, .5);
}

.button:active {
    -webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
    -moz-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
    box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
}

