body {
  font: 100% 'Arial';
  margin: 0;
  width: 100%;
}
ul, ol {
  padding-left: 1.4em;
}
header {
  background: -moz-linear-gradient(top,  #eee2d0 0%, #dacab1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee2d0), color-stop(100%,#dacab1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #eee2d0 0%,#dacab1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #eee2d0 0%,#dacab1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #eee2d0 0%,#dacab1 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #eee2d0 0%,#dacab1 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee2d0', endColorstr='#dacab1',GradientType=0 ); /* IE6-9 */
  overflow: hidden;
  border-bottom: 3px solid #ff7c02;
}
hr {
  margin: 1.5em 0;
}
h1, h2, h3, h4, h5, h6 {
  color: #ff7c02;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 0;
}
h1 {
  font-size: 175%; 
}

h2 {
  font-size: 160%;   
}

h3 {
  font-size: 145%;   
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 115%;  
}

h6 {
  font-size: 100%;  
} 

.news .article h3 {
  font-size: 100%;
}

#contentwrap p {
  margin: 0 0 0.5em 0;
}
#contentwrap .contenttable {
  width: 100%;
  margin-bottom: 1em;
}
#contentwrap .contenttable thead {
  background: #ffad6b;
  background: -moz-linear-gradient(top,  #ffad6b 10%, #ff7c02 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#ffad6b), color-stop(100%,#ff7c02));
  background: -webkit-linear-gradient(top,  #ffad6b 10%,#ff7c02 100%);
  background: -o-linear-gradient(top,  #ffad6b 10%,#ff7c02 100%);
  background: -ms-linear-gradient(top,  #ffad6b 10%,#ff7c02 100%);
  background: linear-gradient(to bottom,  #ffad6b 10%,#ff7c02 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad6b', endColorstr='#ff7c02',GradientType=0 );
}
#contentwrap .contenttable thead th{
  color: #fff;
  font-weight: bold;
}
#contentwrap .contenttable tbody {
  background: #eee2d0;
}
#contentwrap .contenttable td, #contentwrap .contenttable th {
  padding: 0.5em;
}
#contentwrap .contenttable td p, #contentwrap .contenttable th p {
  margin: 0;
}
#contentwrap .tx-ws-flexslider {
  margin-bottom: 1.5em;
}
#headerwrap {
  margin: 0 auto;
  overflow: hidden;
}
#logo {
  margin: 0 auto;
}
#logo img {
  width: 100%;
  height: auto;
  margin-top: 0.8em;
}
#hamburgerwrap {
  background: #ffad6b;
  background: -moz-linear-gradient(top,  #ffad6b 10%, #ff7c02 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#ffad6b), color-stop(100%,#ff7c02));
  background: -webkit-linear-gradient(top,  #ffad6b 10%,#ff7c02 100%);
  background: -o-linear-gradient(top,  #ffad6b 10%,#ff7c02 100%);
  background: -ms-linear-gradient(top,  #ffad6b 10%,#ff7c02 100%);
  background: linear-gradient(to bottom,  #ffad6b 10%,#ff7c02 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad6b', endColorstr='#ff7c02',GradientType=0 );
  display: block;
  overflow: hidden;
  height: 3em;
}  
#hamburger {
  cursor: pointer;  
  padding-right: 0;
  width: 9em;
  margin: 0 auto;
  padding-top: 0.3em;
}
#hamburger img {
  width: 100%;
  height: auto;
  margin-top: 0.3em;
}
#hamburger .csc-textpic-text {
  color: #FFF;
  text-align: left;
  font-weight: bold;
  font-size: 2.2em;
}
#hamburger p {
  margin-top: 0;
}
#menu {
  display: none;
  clear: both;  
}
#menu ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
#menu ul ul {
  list-style-type: none;
}
#menu ul li {
  font-weight: bold;
  border-bottom: 1px solid #8E8E8E;
  padding-bottom: 0.3em;
  padding-top: 0.3em; 
  padding-left: 2.1875em;
}
#menu li ul li:last-child {
  border-bottom: 1px solid #8E8E8E;
}
#menu li ul li:last-child {
  border-bottom: none;
}
#menu ul ul li {
  border-bottom : none;
}
#menu ul li a:hover, #menu ul li.selected a, #menu ul li.active a, #menu ul li li a:hover, #menu ul li.active li.selected a, #menu ul li.active li.active a {  
  color: #ff7c02;
}
#menu li ul li a:hover, #menu li ul li.selected a, #menu li ul li.active a, #menu li ul li li a:hover, #menu li ul li.active li.selected a {
  color: #ff7c02;  
}

#menu li a, #menu ul li.selected li a, #menu ul li.active li a {  
  text-decoration: none;
  color: #000;
}
#menu li a:hover, #menu ul li.selected li a:hover, #menu ul li.activ li a:hover, #menu ul li ul li a:hover {
  color: #ff7c02;
}
.login {
  background: #ff7c02;
  -webkit-border-radius: 62.5em;
  -moz-border-radius: 62.5em;
  border-radius: 62.5em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  float: left;
  margin-top: 0.3em;
  border: none;
  width: 4em;
  margin-bottom: 0.3em;
  margin-left: 1.8em;
  text-align: center;
}
.login a {
  margin-left: 0;
  color: #fff;
  text-decoration: none;
  font-weight: bold;  
}
#slideshow {
  display: none;
}
.flexslider {
  border: none;
  margin: 0;
}
.flex-direction-nav .flex-prev {
  color: #000 !important;
}
.flex-direction-nav .flex-next {
  color: #000 !important;
}
.flexslider:hover .flex-prev {
  display: none;
}
.flexslider:hover .flex-next {
  display: none;
}
.flex-control-nav {
  display: none;
}
.tx-ws-flexslider .caption-text {
  height: 0;
}
.tx-ws-flexslider .caption-text {    
  display: none;
}
#contentwrap {     
  margin: 0 auto;  
  overflow: hidden;
  position: relative;
  width: 95%;  
  z-index: 1;
}
#contentwrap a {
  text-decoration: none;
  color: #ff7c02;
}
#contentwrap a:hover {
  color: #ff7c02;
  text-decoration: underline;
}
.tx-felogin-pi1 {
  padding: 0.5em;
  border-radius: 0.625em;
  margin-top: 1em;
  background-color: #f8f3ed;  
}
.tx-felogin-pi1 fieldset {
  border: none;
}
.tx-felogin-pi1 fieldset legend {
  display: none;
}
.submitLogin {
  background: #ff7c02;
  border: medium none;
  color: #fff;
  font-weight: bold;
  padding: 0.3em;
  margin-top: 1em;
  cursor: pointer;
  font-size: 90%;
}
#maincontent, #sidebar {
  padding-top: 1em;
}

#maincontent img {  
  max-width: 100%;
  width: 100%;
  height: auto;   
}
div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap {
  width: 100%;
}
footer {
  background: -moz-linear-gradient(top,  #eee2d0 0%, #dacab1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee2d0), color-stop(100%,#477c38)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #eee2d0 0%,#dacab1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #eee2d0 0%,#dacab1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #eee2d0 0%,#dacab1 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #eee2d0 0%,#dacab1 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='##eee2d0', endColorstr='#dacab1',GradientType=0 ); /* IE6-9 */
  overflow: hidden;
  border-top: 3px solid #ff7c02;
  margin-top: 1em;
}
#footerwrap {
  margin: 0 auto;
  overflow: hidden;
  width: 95%;
}
#meta {
  width: 95%;
  margin-top: 0.3125em;
  position: relative;
  overflow: hidden;
  padding-top: 1em;
  padding-bottom: 1em; 
}
#meta ul {
  padding: 0;
  margin: 0 auto;  
  list-style-type: none;
  font-weight: bold;
}
#meta ul li {  
  float: left;
  overflow: hidden;
  text-decoration: none;  
}
#meta ul li a {  
  color: #000;
  font-size: 100%;  
  padding-right: 0.625em;  
  display: block;
  text-align: center;
  text-decoration: none;   
  overflow: hidden;
}
#meta ul li a:hover, #meta ul li.selected a, #meta ul li.active a, #meta ul li li a:hover, #meta ul li.active li.selected a {
  color: #ff7c02;
}

.more {
  display: none;
}

.news .footer {
  border-top: none;
  font-size: 0.75em;
  color: #000;
  font-weight: bold;
}

.news .footer span {
  border-right: none;
  padding-right: 0;
  margin-right: 0.125em;
}

.news .article .teaser-text {
  margin-top: 0.5em;
}

.no-media-element {
  display: none;
}

.news .article .news-img-wrap a {
  padding: 0;
  border: 0;
}


.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}

.news-single .footer {
  margin-bottom: 0.5em;
}
.news-single .article .news-img-wrap {
  width: 282px;
  margin: 0 0.5em 0.5em 0;
  float: left;
}
.gridFadeout {
  position: relative;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
}

to {
  opacity: 0;
}
}

@keyframes fadeOut {
  from {
    opacity: 1;
}

to {
  opacity: 0;
}
}


@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
}

to {
  opacity: 1;
}
}

@keyframes fadeIn {
  from {
    opacity: 0;
}

to {
  opacity: 1;
}
}
.gridFadeout:hover .colBottom {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.gridFadeout .colBottom {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.gridFadeout .colTop {
  position: relative;
  z-index: 1;
}
.gridFadeout .colBottom {
  position: absolute;
  z-index: 2;
  top: 0;
}

/*BREAKPOINT*/

@media all and (min-width: 40em){
.gridSpalten2 {
  overflow: hidden;
  margin-bottom: 1em;
}
.gridSpalten2 .colLeft {
  width: 47%;
  padding-right: 3%;
  float: left;
}
.gridSpalten2 .colRight {
  width: 47%;
  overflow: hidden;
}
.align-center {
  text-align: center;
}
}


/*BREAKPOINT*/

@media all and (min-width: 52.5em){
#headerwrap {
  width: 95%;
}
#hamburgerwrap {
  display: none;
}
#logo {
  float: left;
}
#menu {
  display: block;
  clear: none;
  padding-bottom: 0.5em;
  float: right;
  padding-right: 0.5em;
  margin-top: 1em;
}
#menu ul {
  float: left;
}
#menu ul li {
  float: left;  
  list-style-type: none;
  border-bottom: none;
  margin-left: 0;
  padding-left: 0;
}
#menu ul li a {  
  color: #000;
  font-size: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 1em;
  display: block;
  text-decoration: none;
  font-weight: bold;
}
#menu li ul li {   
  padding-bottom: 0.3em;
  padding-top: 0.3em;
  margin-left: 0em;
  width: 100%;  
}
#menu li ul li a {
  padding-left: 1.2em;
}
#menu li ul li:first-child {   
  border-top: 3px solid #ff7c02;  
}
#menu li ul li {
  border-bottom: 1px solid #000;
}
#menu li ul li:last-child {  
  border-bottom: 3px solid #ff7c02;
}
#menu ul li ul  {  
  position: absolute;
  display: none;
  z-index: 2;  
  width: 13em;
  padding-left: 0;  
  background: -moz-linear-gradient(top,  #eee2d0 0%, #dacab1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee2d0), color-stop(100%,#477c38)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #eee2d0 0%,#dacab1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #eee2d0 0%,#dacab1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #eee2d0 0%,#dacab1 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #eee2d0 0%,#dacab1 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='##eee2d0', endColorstr='#dacab1',GradientType=0 ); /* IE6-9 */
}
#menu ul li:hover ul{
  display: block;
  z-index: 5;
}
#menu ul ul li.last, #menu ul ul li.selected {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;  
  background: none;
  padding-left: 0;
  padding-right: 0;
}
#menu ul ul li.last a {
  color: #000;
}
.login {
  float: right;
  margin-left: 0;
  margin-top: 1em;
}  
#maincontent {
  width: 70%;
  float: left;
}
#sidebar {
  width: 25%;
  float: left;
  margin-left: 2em;
}
.flex-direction-nav .flex-next {
  display: none;
}
.flex-direction-nav .flex-prev {
  display: none;
}

}
/*BREAKPOINT*/

@media all and (min-width: 59em){

#headerwrap {
  width: 85%;
}
#slideshow {
  width: 85%;
}
#contentwrap {
  width: 85%;
}
#footerwrap {
  width: 85%;
}


}
/*BREAKPOINT*/

@media all and (min-width: 72em){

#headerwrap {
  width: 69%;
}
#contentwrap {
  width: 69%;
}
#footerwrap {
  width: 69%;
}

}
